@charset "UTF-8";
/* CSS Document */
#ul-header {
  margin-bottom: 6rem; }
  #ul-header .container .ul-img {
    background-image: url("../img/ul-header-blog.jpg"); }

#single-post {
  margin: 10rem auto 8rem;
  padding-top: 6rem; }
  @media screen and (max-width: 1199px) {
    #single-post {
      padding-top: 5rem; } }
  @media screen and (max-width: 767px) {
    #single-post {
      margin: 8rem auto; } }
  @media screen and (max-width: 575px) {
    #single-post {
      margin: 4rem auto; } }
  #single-post .blog-article .article-ttl {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 700;
    text-align: justify;
    color: #4170D9;
    margin-bottom: 1rem;
    line-height: 1.3; }
    @media screen and (max-width: 991px) {
      #single-post .blog-article .article-ttl {
        font-size: 25px;
        font-size: 2.5rem; } }
  #single-post .blog-article p time {
    font-size: 16px;
    font-size: 1.6rem; }
  #single-post .blog-article p .category {
    font-size: 16px;
    font-size: 1.6rem;
    color: #4170D9;
    text-decoration: underline; }
  #single-post .blog-article p a {
    color: #4170D9; }
    #single-post .blog-article p a:hover {
      opacity: 0.5; }
  #single-post .blog-article .category-list {
    font-size: 11px;
    font-size: 1.1rem;
    margin-top: 4rem; }
    #single-post .blog-article .category-list p {
      display: block; }
    #single-post .blog-article .category-list .category-box {
      display: flex;
      align-content: center;
      flex-wrap: wrap; }
      #single-post .blog-article .category-list .category-box a {
        background-color: #fff;
        color: #4170D9;
        border: 1px solid #4170D9;
        border-radius: 50px;
        padding: 0.1rem 1.6rem 0.1rem 1.6rem;
        margin-right: 1rem;
        margin-bottom: 1rem; }
        #single-post .blog-article .category-list .category-box a:hover {
          background-color: #4170D9;
          color: #fff; }
  #single-post img {
    max-width: 100%;
    height: auto;
    margin-bottom: 2rem;
    margin-top: 2rem; }
  #single-post figure {
    margin-bottom: 0; }

/* nav-links */
.nav-links {
  padding-top: 6rem; }
  .nav-links div {
    display: inline-block; }
    .nav-links div a {
      display: inline-block;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: bold;
      background-color: #4170D9;
      color: #fff;
      border-radius: 25px;
      border: solid 1px #4170D9;
      line-height: 1;
      padding: 1rem 2rem;
      transition: 0.3s; }
      @media screen and (max-width: 767px) {
        .nav-links div a {
          font-size: 16px;
          font-size: 1.6rem;
          padding: 1rem 1.5rem; } }
      @media screen and (max-width: 575px) {
        .nav-links div a {
          font-size: 15px;
          font-size: 1.5rem; } }
      .nav-links div a:hover {
        background-color: #fff;
        color: #4170D9; }
  .nav-links .nav-previous {
    float: right; }
    .nav-links .nav-previous a::after {
      font-family: "Font Awesome 5 Free";
      content: "\f0da";
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
      padding-left: 1.5rem;
      font-weight: 900; }
  .nav-links .nav-next {
    float: left; }
    .nav-links .nav-next a::before {
      font-family: "Font Awesome 5 Free";
      content: "\f0d9";
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
      padding-right: 1.5rem;
      font-weight: 900; }
  .nav-links .screen-reader-text {
    display: none; }

/* sidebar （archive.scssと共通　修正がある場合はどちらも修正する）-------------------------------------------------*/
@media screen and (max-width: 575px) {
  #ul-top h2 {
    font-size: 25px;
    font-size: 2.5rem; } }

#sidebar {
  padding: 1rem;
  font-size: 14px;
  font-size: 1.4rem; }
  @media screen and (max-width: 575px) {
    #sidebar {
      margin-top: 6rem; } }
  #sidebar a {
    text-decoration: underline;
    color: #4170D9; }
    #sidebar a:hover {
      opacity: 0.5; }
  #sidebar p {
    border-bottom: 1px solid #000000; }
  #sidebar ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 2em; }
  #sidebar h5 {
    font-size: 17px;
    font-size: 1.7rem;
    color: #000; }
  #sidebar .wp-block-calendar #today {
    background-color: #4170D9;
    color: #FFFFFF; }
    #sidebar .wp-block-calendar #today a {
      color: #FFFFFF; }
  #sidebar .wp-block-latest-posts li a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    padding-right: 0.5rem;
    font-weight: 900; }
  #sidebar .wp-block-categories li a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    padding-right: 0.5rem;
    font-weight: 900; }
  #sidebar .wp-calendar-nav {
    margin-bottom: 0.5rem; }

#blog-list {
  margin-bottom: 10rem; }
  @media screen and (max-width: 991px) {
    #blog-list {
      margin-bottom: 6rem; } }
  @media screen and (max-width: 575px) {
    #blog-list {
      margin-bottom: 3rem; } }






/* ウィジェット従来用 */
#sidebar {
  /* カレンダー */
  /* 最近の投稿 */ }
  #sidebar #calendar_wrap {
    text-align: center; }
  #sidebar #wp-calendar {
    width: 100%;
    border-collapse: collapse; }
    #sidebar #wp-calendar th,
    #sidebar #wp-calendar td {
      border: 1px solid #ddd;
      padding: .25em; }
    #sidebar #wp-calendar th {
      font-weight: normal;
      background: #ddd; }
    #sidebar #wp-calendar caption {
      margin-bottom: 10px;
      font-weight: bold; }
  #sidebar .widget {
    /* ウィジェット全体 */
    margin-bottom: 30px; }
    #sidebar .widget ul {
      list-style: none;
      padding-left: 0; }
      @media screen and (max-width: 575px) {
        #sidebar .widget ul {
          line-height: 1.8; } }
      #sidebar .widget ul li a {
        text-decoration: underline;
        color: #4170D9; }
        #sidebar .widget ul li a::before {
          font-family: "Font Awesome 5 Free";
          content: "\f105";
          -webkit-font-smoothing: antialiased;
          display: inline-block;
          font-style: normal;
          font-variant: normal;
          text-rendering: auto;
          line-height: 1;
          padding-right: 0.5rem;
          font-weight: 900; }
    #sidebar .widget h5 {
      font-size: 17px;
      font-size: 1.7rem;
      color: #000;
      margin-bottom: .5rem; }
  #sidebar a:hover {
    opacity: 0.5; }
