#blog #container {
  background: linear-gradient(90deg, rgba(243, 246, 251, 0.7) 0%, rgba(210, 220, 233, 0.7) 100%);
}

#main a.more:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.tit_column {
  background: url(/img/blog/tit_column_bg.jpg) 50% 50% no-repeat;
  background-size: cover !important;
  height: 430px;
}
.tit_column img {
  width: 100%;
  height: 430px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  max-width: none;
}

.title_grade {
  height: 190px;
  background: url(/img/about/bg_tit.jpg) 50% 50% no-repeat;
  background-size: cover !important;
  display: grid;
  place-items: center;
}
.title_grade img {
  width: 200px;
}

.txt_grade2 {
  background: linear-gradient(190deg, #004799 0%, #0077ff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.stit20 {
  margin: 60px auto 40px;
}
.stit20 .txt_blue {
  font-weight: 700;
  width: 80px;
  margin: 20px auto 0;
  border-top: 1px solid #000;
  padding-top: 20px;
  letter-spacing: 0.1em;
}

.pagenavi {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  gap: 8px;
}
.pagenavi span:first-child:last-child {
  display: none;
}
.pagenavi a:not(.prev):not(.next),
.pagenavi .current {
  border: 1px solid #fff;
  background-color: #fff;
  padding: 0;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  line-height: 40px;
  text-align: center;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}
.pagenavi a:not(.prev):not(.next):hover,
.pagenavi a.current,
.pagenavi span.current {
  color: #fff;
  background: linear-gradient(90deg, #0176fd 0%, #01489b 100%);
}
.pagenavi a.prev, .pagenavi a.next {
  width: auto;
  height: 40px;
  line-height: 39px;
  position: relative;
  border: none;
  margin-left: 20px;
}
.pagenavi a.prev:after, .pagenavi a.next:after {
  display: block;
  content: "";
  width: 9px;
  height: 17px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
  background: url(/img/blog/prev.svg) 50% 50% no-repeat;
  z-index: 3;
}
.pagenavi a.prev:hover, .pagenavi a.next:hover {
  color: #00489a;
  text-decoration: underline;
  transition: all 0.4s linear;
}
.pagenavi a.prev:hover:after, .pagenavi a.next:hover:after {
  transition: all 0.4s linear;
}
.pagenavi a.prev {
  margin-right: 20px;
  margin-left: 0px;
}
.pagenavi a.prev:after {
  transform: scale(-1, -1);
  left: 0px;
  right: auto;
}
.pagenavi a.prev:hover:after {
  left: -4px;
}
.pagenavi a.next:hover:after {
  right: -4px;
}

article {
  padding-bottom: 30px;
}
article .post_tit {
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 17px;
}
article .post_tit.txt_blue {
  line-height: 1.44;
}
article .post_tit:before {
  display: block;
  content: "";
  width: 100px;
  height: 2px;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  background: #00489a;
}
article .blog_list li {
  min-height: 60px;
  padding: 12px 0;
  border-top: 1px solid #cbcbcb;
}
article .blog_list li .txt01 {
  width: 100px;
  line-height: 1.12;
}
article .blog_list li .txt02 {
  width: calc(100% - 110px);
}
article .blog_list li:before {
  display: block;
  content: "";
  width: 100px;
  height: 2px;
  top: -2px;
  left: 0;
  margin: auto;
  position: absolute;
  background: #00489a;
}
article .blog_list li.bb {
  border-bottom: 1px solid #cbcbcb;
}
article .blog_list li.bb:after {
  display: block;
  content: "";
  width: 100px;
  height: 2px;
  bottom: -2px;
  left: 0;
  margin: auto;
  position: absolute;
  background: #00489a;
}
article .inline_wrap {
  aspect-ratio: 100/45;
}
article .inline_wrap iframe {
  width: 100%;
  height: 100%;
}

#blog .tag_list {
  gap: 10px;
}
#blog .tag_list li a {
  border: 1px solid #ff6501;
  color: #ff6501;
  background: #fff;
  border-radius: 20px;
  line-height: 32px;
  padding: 0 20px;
  transition: all 0.4s linear;
}
#blog .tag_list li a:hover {
  background: #ff6501;
  color: #fff;
}
#blog.term-event .tag_list li.event a, #blog.term-office .tag_list li.office a, #blog.term-initiative .tag_list li.initiative a, #blog.post-type-archive-blog .tag_list li.all a {
  background: #ff6501;
  color: #fff;
}

.blog_list {
  margin-inline: auto;
  gap: 30px;
}
@media screen and (min-width: 737px) {
  .blog_list li {
    width: calc((100% - 60px) / 3);
  }
}
.blog_list li .img {
  aspect-ratio: 3/2;
  background-color: #eee;
}
.blog_list li .img img {
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: none;
}
.blog_list li > .txt20 {
  margin: 0 auto 10px;
}
.blog_list li .tag {
  margin-bottom: 15px;
}
.blog_list li .tag a {
  font-size: 12px;
  border: 1px solid #ff6501;
  background: #ff6501;
  color: #fff;
  border-radius: 20px;
  line-height: 30px;
  padding: 0 20px;
  transition: all 0.4s linear;
}
.blog_list li.bg_gray {
  border-radius: 10px;
  overflow: hidden;
  background-color: #f2f2f2;
}
.blog_list li.bg_gray .img img {
  border-radius: 10px 10px 0 0px;
}
.blog_list li.bg_gray .txt_box a {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#blog_article .tag a {
  background: #ff6501;
  color: #fff;
  border-radius: 20px;
  line-height: 30px;
  padding: 0 20px;
  margin-right: 15px;
}
#blog_article img {
  border-radius: 10px;
}

#blog div:not(.waku_box):not(.list_stit_box) h4 {
  text-align: left;
  font-size: 18px;
  margin-bottom: 1.2em;
  position: relative;
  padding-left: 70px;
}
#blog div:not(.waku_box):not(.list_stit_box) h4:before {
  display: block;
  content: "";
  width: 50px;
  height: 1px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  background: #333;
}

.post_content p {
  margin-bottom: 2em;
}
.post_content h2 {
  font-size: 26px;
  margin-bottom: 1.2em;
}
.post_content h3 {
  line-height: 32px;
  border-left: 5px solid #81b7f4;
  font-size: 22px;
  margin-bottom: 1.2em;
  padding-left: 15px;
}

.post_content_column {
  width: min(860px, 96%);
  margin-inline: auto;
  margin-top: 50px;
}
.post_content_column p {
  margin-bottom: 2em;
  font-size: 110%;
}
.post_content_column li {
  font-size: 110%;
}
.post_content_column h2 {
  margin: 80px 0 20px;
  font-size: 26px;
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 6px;
  position: relative;
}
.post_content_column h3 {
  line-height: 26px;
  border-left: 5px solid #00489a;
  font-size: 18px;
  margin-bottom: 10px;
  padding-left: 15px;
}
.post_content_column h4 {
  text-align: left;
  font-size: 18px;
  margin-bottom: 10px;
  position: relative;
}
.post_content_column .waku_box {
  margin: 20px 0 30px;
}
.post_content_column .waku_box h4 {
  display: inline-block;
  font-size: 16px;
  border-radius: 10px 10px 0 0;
  color: #fff;
  line-height: 34px;
  background-color: #00489a;
  height: 34px;
  margin: 0;
  padding: 0 15px;
}
.post_content_column .waku_box p {
  margin: 0;
  border: 1px solid #00489a;
  border-radius: 0px 10px 0 0;
  background: rgba(161, 205, 254, 0.1019607843);
  padding: 20px 15px;
}

.wp-block-list li {
  padding-left: 1.2em;
  position: relative;
}
.wp-block-list li + li {
  margin-top: 5px;
}
.wp-block-list li::before {
  display: block;
  content: "";
  top: 0.7em;
  left: 8px;
  margin: auto;
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #333;
  border-radius: 100%;
}

.list_stit_box {
  margin-bottom: 20px;
}
.list_stit_box h3 {
  font-size: 16px;
  padding-left: 1.2em;
  position: relative;
  border-left: none;
  margin-bottom: 10px;
}
.list_stit_box h3::before {
  display: block;
  content: "";
  top: calc(50% - 6px);
  left: 0px;
  margin: auto;
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #00489a;
  border-radius: 100%;
}
.list_stit_box p + h3 {
  margin-top: 16px;
}
.list_stit_box p {
  padding-left: 1.2em;
  margin-bottom: 16px;
}

/*
.c_column {
  width: 800px;
  max-width: 96%;
  margin-inline: auto;
  .meta_box {
    margin: 12px 0 42px;
    .date {
      background: url(/img/common/i_pen.svg) 0 50% no-repeat;
      background-size: 16px auto;
      padding-left: 24px;
      color: #636363;
      line-height: 30px;
    }
    .tag {
      gap: 8px;
      a {
        line-height: 50px;
        display: block;
        padding: 0 24px;
        border: 1px solid #00489a;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
      }
    }
  }
  .post_content {
    text-align: start;
    margin-bottom: 65px;
    h2 {
      font-size: 30px;
      margin: 1em 0;
    }
    h3 {
      font-size: 26px;
      line-height: 1.4;
      border-bottom: 1px solid #cbcbcb;
      margin: 1em 0;
      padding-bottom: 10px;
    }
    h4 {
      font-size: 20px;
      color: #00489a;
      line-height: 1.4;
      margin: 1em 0;
    }
    img,
    p {
      line-height: 1.875;
      margin-bottom: 10px;
    }
    p img:last-child {
      margin-bottom: 0;
    }
    a {
      color: #00489a;
      text-decoration: underline;
      &:hover {
        text-decoration: none;
        transition: all 0.4s linear;
      }
    }
    li {
      padding-left: 1.2em;
      position: relative;
      margin-bottom: 10px;
      &:before {
        display: block;
        content: "";
        top: 45%;
        left: 8px;
        margin: auto;
        position: absolute;
        width: 4px;
        height: 4px;
        background-color: #191919;
        border-radius: 100%;
      }
    }
    .aligncenter {
      text-align: center;
      margin-left: auto;
      margin-right: auto;
    }
    .alignleft {
      text-align: left;
    }
    .alignright {
      text-align: right;
    }

    img {
      display: inline-block;
      &.aligncenter {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
      }
      &.alignleft {
        text-align: left;
        float: left;
        margin: 0 30px 10px 0px;
      }
      &.alignright {
        text-align: right;
        display: block;
        float: right;
        margin: 0 0 10px 30px;
      }
    }
    table {
      border: 1px solid #ccc;
      box-sizing: border-box;
      th {
        box-sizing: border-box;
        background: #f5f5f5;
        padding: 6px 15px;
        //text-align: left;
        //font-weight: normal;
        border: 1px solid #ccc;
      }
      td {
        box-sizing: border-box;
        padding: 8px 15px;
        border: 1px solid #ccc;
      }
    }
  }
  .sns_box {
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    padding: 24px 0;
    gap: 42px;
    .c_sns_wrap {
      gap: 16px;
    }
    .c_sns {
      gap: 10px;
    }
    button {
      outline: none;
      margin: 0;
      padding: 0;
      background: none;
      cursor: pointer;
    }
  }
  .copy_msg {
    display: none;
    position: absolute;
    bottom: -42px;
    left: 0;
    right: 0;
    margin: auto;
    width: 24em;
    height: 34px;
    line-height: 34px;
    background-color: #ababab;
    color: #fff;
    border-radius: 30px;
    transform: translateX(-1em);
  }
}
*/
.btn01 a.i_pen::after, .btn01 a.i_pen::before {
  display: none;
}
.btn01 a.i_pen span:before {
  background: url(/img/common/i_pen_w.svg) 0 50% no-repeat;
  background-size: 30px auto !important;
  transition: all 0.4s linear;
}
.btn01 a.i_pen:hover span:before {
  background: url(/img/common/i_pen_bl.svg) 0 50% no-repeat;
}

#blog_article #toc_container {
  margin: 40px auto;
  width: 100% !important;
  padding: 20px 30px 25px;
  border-radius: 10px;
}
#blog_article #toc_container .toc_title {
  font-weight: 500;
  text-align: left;
  font-size: 28px;
}
#blog_article #toc_container .toc_title .toc_toggle * {
  font-size: 14px;
}
#blog_article #toc_container .toc_number.toc_depth_1 {
  background-color: #00489a;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  margin-right: 10px;
}
#blog_article #toc_container .toc_list {
  font-weight: 500;
}
#blog_article #toc_container .toc_list li + li {
  margin-top: 10px;
}

.column_list {
  margin-inline: auto;
  gap: 30px;
}
@media screen and (min-width: 737px) {
  .column_list li {
    width: calc((100% - 60px) / 3);
  }
}
.column_list li .img {
  aspect-ratio: 3/2;
  background-color: #eee;
}
.column_list li .img img {
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: none;
}
.column_list li.bg_gray {
  border-radius: 10px;
  overflow: hidden;
  background-color: #f2f2f2;
}
.column_list li.bg_gray .img img {
  border-radius: 10px 10px 0 0px;
}
.column_list li.bg_gray .txt_box a {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.column_list li .date {
  font-weight: 500;
}

@media screen and (min-width: 737px) {
  /*-------*/
  #related_link {
    padding: 80px 0;
  }
} /*-------*/
@media screen and (max-width: 736px) {
  /*-------*/
  .title_grade {
    height: 100px;
    margin-bottom: 60px;
  }
  .title_grade .w90sp {
    padding-left: 2%;
  }
  .title_grade img {
    width: 130px;
  }
  .stit20 {
    text-align: center;
    margin: 40px auto 40px;
  }
  .stit20 .txt_blue {
    font-size: 20px;
  }
  .stit20 img {
    margin-top: 40px;
    width: 230px;
    height: 140px;
  }
  .tit_column {
    margin-bottom: 50px;
  }
  .blog_tit {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .date {
    display: block;
    text-align: right;
  }
  .blog_list > li {
    margin: 0 0 30px;
    max-width: 100%;
  }
  .blog_list .txt_box .txt16 {
    font-size: 14px;
    line-height: 1.45;
  }
  /*
  .c_column {
    margin-inline: auto;
    .meta_box {
      margin: 12px 0 20px;
      .date {
        background-size: 16px auto;
        padding-left: 24px;
        line-height: 30px;
      }
      .tag {
        gap: 8px;
        a {
          line-height: 33px;
          display: block;
          padding: 0 24px;
        }
      }
    }
    .post_content {
      margin-bottom: 40px;
      h2 {
        font-size: 22px;
      }
      h3 {
        font-size: 18px;
        line-height: 1.4;
      }
      h4 {
        font-size: 16px;
      }
      img,
      p {
        line-height: 1.71;
      }
      table {
        th {
          padding: 6px 15px;
        }
        td {
          padding: 6px 8px;
          min-width: 4em;
        }
      }
    }
    .sns_box {
      padding: 16px 0;
      .c_sns_wrap + .c_sns_wrap {
        margin-top: 30px;
      }
      .c_sns {
        margin-top: 10px;
        gap: 30px;
        img {
          width: 44px;
          height: auto;
        }
      }
      .copy_msg {
        display: none;
        position: absolute;
        top: 0;
        bottom: -130px;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 90%;
        height: 30px;
        line-height: 30px;
        background-color: #ababab;
        color: #fff;
        border-radius: 30px;
      }
    }
  }
  */
  #pr_list2 .stit_bl {
    padding-bottom: 10px;
    letter-spacing: 2px;
  }
  #pr_list2 .stit_bl:before {
    width: 100px;
  }
  #related_link .txt_blue.txt26.mb30 {
    margin-bottom: 35px;
  }
  #related_link .pr_list {
    margin-bottom: 30px;
  }
  #pr_list2 {
    margin-bottom: 80px;
  }
  .pagenavi {
    padding: 0 70px;
  }
  .pagenavi a.prev, .pagenavi a.next {
    position: absolute;
    top: 0;
    left: 5px;
  }
  .pagenavi a.next {
    right: 5px;
    left: auto;
  }
  .slide_box {
    width: 100%;
    margin: 30px auto;
  }
  .slide_box .pr_slide {
    max-width: 84%;
    margin: 0 auto;
  }
  .slide_box .slider-thumbnail .swiper-wrapper {
    gap: 10px 3%;
    justify-content: flex-start;
  }
  .slide_box .slider-thumbnail .swiper-slide {
    width: 31% !important;
  }
  article .lead01 {
    font-size: 1.4rem;
  }
  article .bo_list li {
    min-height: 40px;
    padding: 10px 0;
  }
  article .bo_list li .txt01 {
    font-size: 14px;
    width: 60px;
  }
  article .bo_list li .txt02 {
    font-size: 14px;
    width: calc(100% - 70px);
    line-height: 1.5;
  }
  article .bo_list li:before {
    width: 60px;
  }
  article .bo_list li.bb:after {
    width: 60px;
  }
  article .detail_box02 .bo_list li .txt01 {
    width: 84px;
  }
  article .detail_box02 .bo_list li .txt02 {
    width: calc(100% - 94px);
  }
  article .detail_box02 .bo_list li:before {
    width: 84px;
  }
  article .detail_box02 .bo_list li.bb:after {
    width: 84px;
  }
  .pr2 .btn01 span.l2 {
    padding-left: 33px;
    margin-right: 24px;
  }
  #blog_article #toc_container {
    padding: 20px 20px 25px;
  }
  #blog_article #toc_container .toc_list li {
    font-size: 16px;
  }
  #blog_article div:not(.waku_box):not(.list_stit_box) h4 {
    font-size: 16px;
    margin-bottom: 1em;
    padding-left: 55px;
  }
  #blog_article div:not(.waku_box):not(.list_stit_box) h4:before {
    width: 40px;
  }
  .post_content p {
    margin-bottom: 1.4em;
  }
  .post_content h2 {
    font-size: 22px;
    margin-bottom: 1em;
  }
  .post_content h3 {
    line-height: 28px;
    font-size: 18px;
    margin-bottom: 1em;
  }
  .post_content_column {
    width: 100%;
  }
  .post_content_column p {
    margin-bottom: 2em;
  }
  .post_content_column h2 {
    margin: 60px 0 20px;
    font-size: 20px;
    padding-bottom: 10px;
  }
  .post_content_column h3 {
    line-height: 23px;
    font-size: 16px;
  }
  .post_content_column h4 {
    font-size: 16px;
  }
  .post_content_column .waku_box {
    margin: 20px 0 30px;
  }
  .post_content_column .waku_box h4 {
    font-size: 14px;
  }
  .post_content_column .waku_box p {
    font-size: 14px;
    padding: 15px;
    line-height: 1.6;
  }
  .list_stit_box {
    margin-bottom: 20px;
  }
  .list_stit_box h3 {
    font-size: 14px;
    margin-bottom: 3px;
  }
  .list_stit_box p + h3 {
    margin-top: 16px;
  }
  .list_stit_box p {
    margin-bottom: 16px;
    line-height: 1.6;
  }
  .column_list > li {
    margin: 0 0 30px;
    max-width: 100%;
  }
  .column_list > li .txt_box .txt20.txt_blue {
    font-size: 16px;
  }
  .column_list > li .txt_box .txt16 {
    font-size: 14px;
    line-height: 1.6;
  }
  #related_link {
    padding: 40px 0;
  }
  #related_link .txt26 {
    margin-bottom: 20px;
  }
  #related_link .blog_list .img {
    margin-bottom: 10px;
  }
  #related_link .blog_list .txt20 {
    margin-bottom: 5px;
  }
} /*-------*/
/*# sourceMappingURL=blog.css.map */