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

/* CSS Document */
#blog-archive {
  margin-top: 10rem; }
  #blog-archive .blog-index .blog-block {
    border-bottom: 1px solid #E5E5E5;
    padding: 2rem;
    margin-bottom: 3rem;
    min-height: 270px;
    color: #000000; }
    @media screen and (max-width: 991px) {
      #blog-archive .blog-index .blog-block {
        min-height: 260px; } }
    @media screen and (max-width: 767px) {
      #blog-archive .blog-index .blog-block {
        min-height: 250px; } }
    @media screen and (max-width: 575px) {
      #blog-archive .blog-index .blog-block {
        padding: 1rem;
        min-height: 240px; } }
    #blog-archive .blog-index .blog-block .blog-img {
      margin-bottom: 1rem;
      overflow: hidden;
      height: 128px; }
      @media screen and (max-width: 1199px) {
        #blog-archive .blog-index .blog-block .blog-img {
          height: 99px; } }
      @media screen and (max-width: 991px) {
        #blog-archive .blog-index .blog-block .blog-img {
          height: 119px; } }
      @media screen and (max-width: 767px) {
        #blog-archive .blog-index .blog-block .blog-img {
          height: 150px; } }
      @media screen and (max-width: 575px) {
        #blog-archive .blog-index .blog-block .blog-img {
          height: 108px; } }
      #blog-archive .blog-index .blog-block .blog-img img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
    #blog-archive .blog-index .blog-block .blog-ttl {
      color: #4170D9;
      line-height: 1.3;
      margin-bottom: 0.8rem;
      width: 167px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden; }
      @media screen and (max-width: 1199px) {
        #blog-archive .blog-index .blog-block .blog-ttl {
          width: 129px; } }
      @media screen and (max-width: 991px) {
        #blog-archive .blog-index .blog-block .blog-ttl {
          width: 150px; } }
      @media screen and (max-width: 767px) {
        #blog-archive .blog-index .blog-block .blog-ttl {
          width: 205px; } }
      @media screen and (max-width: 575px) {
        #blog-archive .blog-index .blog-block .blog-ttl {
          width: 135px; } }
    #blog-archive .blog-index .blog-block .category-time {
      color: #808080;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1.5; }
  #blog-archive .blog-index .blog-block:hover {
    background-color: #fff8e5;
    transition: 0.3s; }

#news-list {
  margin-bottom: 10rem; }
  @media screen and (max-width: 575px) {
    #news-list {
      margin-bottom: 4rem; } }
  #news-list h2 {
    font-size: 30px;
    font-size: 3rem;
    color: #4d4d4d;
    padding: 6rem 0 4rem;
    margin-bottom: 6rem;
    border-bottom: dashed 1px #4170D9;
    text-align: center; }
    @media screen and (max-width: 991px) {
      #news-list h2 {
        font-size: 30px;
        font-size: 3rem;
        margin-bottom: 4rem; } }
    @media screen and (max-width: 767px) {
      #news-list h2 {
        font-size: 25px;
        font-size: 2.5rem;
        padding: 4rem 0; } }
    @media screen and (max-width: 575px) {
      #news-list h2 {
        font-size: 23px;
        font-size: 2.3rem;
        padding: 3rem 0;
        margin-bottom: 1rem; } }
  #news-list .archive-list {
    margin-bottom: 8rem; }
    @media screen and (max-width: 991px) {
      #news-list .archive-list {
        margin-bottom: 6rem; } }
    @media screen and (max-width: 575px) {
      #news-list .archive-list {
        margin-bottom: 4rem; } }
  #news-list a p {
    color: #4d4d4d; }
    @media screen and (max-width: 1199px) {
      #news-list a p {
        font-size: 15px;
        font-size: 1.5rem; } }
  #news-list a .category-time {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    color: #808080;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5; }
  #news-list a .blog-ttl {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    text-align: justify;
    color: #4d4d4d;
    line-height: 1.3;
    height: 50px;
    overflow: hidden; }
    @media screen and (max-width: 991px) {
      #news-list a .blog-ttl {
        height: 48px; } }
    @media screen and (max-width: 767px) {
      #news-list a .blog-ttl {
        height: 45px;
        font-size: 18px;
        font-size: 1.8rem; } }
  #news-list a:hover .blog-img img {
    transform: scale(1.08); }

/* nav-links */
.nav-links {
  height: 3rem;
  margin-top: 3rem;
  margin-bottom: 6rem; }
  @media screen and (max-width: 575px) {
    .nav-links {
      height: 10rem;
      margin-bottom: 2rem; } }
  .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: 1.3rem 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; }

/* category */
#news-list .category-ttl {
  font-size: 40px;
  font-size: 4rem;
  color: #4d4d4d;
  padding: 6rem 0 4rem;
  margin-bottom: 8rem;
  border-bottom: dashed 1px #4170D9; }
  @media screen and (max-width: 1199px) {
    #news-list .category-ttl {
      font-size: 35px;
      font-size: 3.5rem; } }
  @media screen and (max-width: 991px) {
    #news-list .category-ttl {
      line-height: 1.4;
      margin-bottom: 6rem; } }
  @media screen and (max-width: 767px) {
    #news-list .category-ttl {
      padding: 4rem 0; } }
  @media screen and (max-width: 575px) {
    #news-list .category-ttl {
      font-size: 27px;
      font-size: 2.7rem;
      margin-bottom: 3rem; } }
#news-list .category-block {
  border-bottom: 1px solid #dadada;
  padding: 3rem 2rem;
  color: #000;
  margin-bottom: 0; }
  #news-list .category-block:hover {
    background-color: #fff8e5;
    transition: 0.3s; }
  #news-list .category-block .news-img {
    margin-bottom: 1.5rem;
    overflow: hidden;
    height: 150px; }
    @media screen and (max-width: 991px) {
      #news-list .category-block .news-img {
        height: 130px; } }
    @media screen and (max-width: 767px) {
      #news-list .category-block .news-img {
        height: 180px; } }
    @media screen and (max-width: 575px) {
      #news-list .category-block .news-img {
        text-align: center;
        height: 200px; } }
    #news-list .category-block .news-img img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  #news-list .category-block h3 {
    font-size: 25px;
    margin-bottom: 0rem;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    color: #4170D9;
    border-left: none;
    padding: 0;
    width: 321px;
    /* 省略せずに表示するサイズを指定 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media screen and (max-width: 1199px) {
      #news-list .category-block h3 {
        width: 264px; } }
    @media screen and (max-width: 991px) {
      #news-list .category-block h3 {
        width: 207px; } }
    @media screen and (max-width: 767px) {
      #news-list .category-block h3 {
        width: 255px; } }
    @media screen and (max-width: 575px) {
      #news-list .category-block h3 {
        width: 310px; } }
  #news-list .category-block p {
    border-bottom: none;
    margin-bottom: 0;
    line-height: 1.7; }
  #news-list .category-block .row .list-img {
    height: 150px;
    overflow: hidden; }
    @media screen and (max-width: 991px) {
      #news-list .category-block .row .list-img {
        height: 130px; } }
    @media screen and (max-width: 767px) {
      #news-list .category-block .row .list-img {
        height: 70px;
        margin-bottom: 1rem; } }
    @media screen and (max-width: 575px) {
      #news-list .category-block .row .list-img {
        height: 100px; } }
  #news-list .category-block .row img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 1rem; }

/* sidebar （single.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: 1rem; } }

  #sidebar a {
    text-decoration: underline;
    color: #4170D9;
    line-height: 1.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; }
