/* ---------------------------------------
  #news
-----------------------------------------*/
#news .news_clm {
  overflow: hidden;
}
#news .news_clm .ttl_box {
  padding: 0 2rem 2rem 2rem;
  position: relative;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  #news .news_clm .ttl_box {
    padding: 0 1rem 1.6rem 1rem;
    margin-bottom: 2.4rem;
  }
}
#news .news_clm .ttl_box::after {
  content: "";
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(6, 165, 191)), to(rgb(8, 75, 193)));
  background: linear-gradient(90deg, rgb(6, 165, 191) 0%, rgb(8, 75, 193) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}
#news .news_clm .ttl_box .data {
  font-size: 2rem;
  font-weight: 700;
  color: #676B80;
}
@media screen and (max-width: 767px) {
  #news .news_clm .ttl_box .data {
    font-size: 1.6rem;
  }
}
#news .news_clm .ttl_box .ttl {
  font-size: 3.2rem;
  font-weight: 700;
  margin-top: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #news .news_clm .ttl_box .ttl {
    font-size: 2rem;
    margin-top: 0.8rem;
  }
}
#news .news_clm .detail_box {
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  #news .news_clm .detail_box {
    padding: 0 1rem;
  }
}
#news .news_clm .detail_box * {
  overflow-wrap: anywhere;
}
#news .news_clm .detail_box * + * {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #news .news_clm .detail_box * + * {
    margin-top: 2rem;
  }
}
#news .news_clm .detail_box p {
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #news .news_clm .detail_box p {
    font-size: 1.6rem;
  }
}
#news .news_clm .detail_box a {
  color: #084BC1;
  text-decoration: underline;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #news .news_clm .detail_box .wp-block-image {
    width: 100%;
  }
}
#news .news_clm .detail_box .wp-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 4rem;
}
@media screen and (max-width: 767px) {
  #news .news_clm .detail_box .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem 0;
  }
}
#news .news_clm .detail_box .wp-block-columns .wp-block-column:nth-of-type(1) {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #news .news_clm .detail_box .wp-block-columns .wp-block-column:nth-of-type(1) {
    width: 100%;
  }
}
#news .news_clm .detail_box .wp-block-columns .wp-block-column:nth-of-type(2) {
  width: 50%;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #news .news_clm .detail_box .wp-block-columns .wp-block-column:nth-of-type(2) {
    width: 100%;
  }
}
#news .news_clm .detail_box .wp-block-columns .wp-block-column .wp-block-image {
  width: 100%;
}
#news .news_clm .detail_box .wp-block-columns .wp-block-column .wp-block-image img {
  width: 100%;
}
#news .news_clm .detail_box .wp-block-embed.is-type-video .wp-block-embed__wrapper {
  width: 80rem;
  aspect-ratio: 800/450;
}
@media screen and (max-width: 767px) {
  #news .news_clm .detail_box .wp-block-embed.is-type-video .wp-block-embed__wrapper {
    width: 100%;
  }
}
#news .news_clm .detail_box .wp-block-embed.is-type-video .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;
}
#news .news_clm .detail_box .wp-block-embed.is-type-video.alignleft {
  float: none;
  margin-right: auto;
}
#news .news_clm .detail_box .wp-block-embed.is-type-video.alignright {
  float: none;
  margin-left: auto;
}
#news .news_clm .detail_box ul li {
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #news .news_clm .detail_box ul li {
    font-size: 1.6rem;
  }
}
#news .news_clm .detail_box ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #676B80;
  margin-top: 1.1rem;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media screen and (max-width: 767px) {
  #news .news_clm .detail_box ul li::before {
    width: 6px;
    height: 6px;
    border-radius: 3px;
  }
}
#news .news_clm .detail_box ul li + li {
  margin-top: 0.8rem;
}
#news .news_clm .detail_box ol {
  counter-reset: listnum;
}
#news .news_clm .detail_box ol li {
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #news .news_clm .detail_box ol li {
    font-size: 1.6rem;
  }
}
#news .news_clm .detail_box ol li::before {
  content: counter(listnum);
  counter-increment: listnum;
}
#news .news_clm .detail_box ol li + li {
  margin-top: 0.8rem;
}
#news .news_clm .detail_box table {
  border-top: solid 1px #E6E7EA;
}
#news .news_clm .detail_box table th,
#news .news_clm .detail_box table td {
  padding: 1.2rem 0 1.2rem;
  font-size: 1.6rem;
  line-height: 1.5;
  border: none;
  border-bottom: solid 1px #E6E7EA;
}
@media screen and (max-width: 767px) {
  #news .news_clm .detail_box table th,
  #news .news_clm .detail_box table td {
    font-size: 1.2rem;
  }
}
#news .news_clm .detail_box table th {
  padding-left: 2rem;
  width: 26rem;
  font-weight: 700;
  vertical-align: top;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  #news .news_clm .detail_box table th {
    padding-left: 1rem;
    width: 6rem;
  }
}
#news .news_clm .detail_box table td {
  padding-left: 4rem;
  padding-right: 2rem;
}
@media screen and (max-width: 767px) {
  #news .news_clm .detail_box table td {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
#news .news_clm .detail_box table td .table_link {
  margin-top: 0.4rem;
}
#news .news_clm .detail_box table td .table_link a {
  color: #084BC1;
  text-decoration: underline;
  font-weight: 700;
}
#news .news_clm .detail_box table td .table_link + .table_txt {
  margin-top: 1.2rem;
}
#news .news_clm .detail_box .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #news .news_clm .detail_box .aligncenter {
    width: 100%;
  }
}
#news .news_clm .detail_box .alignright {
  float: right;
  max-width: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #news .news_clm .detail_box .alignright {
    width: 100%;
  }
}
#news .news_clm .detail_box .alignleft {
  float: left;
}
@media screen and (max-width: 767px) {
  #news .news_clm .detail_box .alignleft {
    width: 100%;
  }
}
#news .pager {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  #news .pager {
    margin-top: 4rem;
  }
}
#news .pager .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.8rem;
}
@media screen and (max-width: 767px) {
  #news .pager .list {
    gap: 0 0.4rem;
  }
}
#news .pager .list li {
  width: 4rem;
  height: 4rem;
}
@media screen and (max-width: 767px) {
  #news .pager .list li {
    width: 3.2rem;
    height: 3.2rem;
  }
}
#news .pager .list li a {
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  background-color: #084BC1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #news .pager .list li a {
    font-size: 1.2rem;
  }
}
#news .pager .list li.prev a, #news .pager .list li.next a {
  text-indent: -9999px;
  text-align: left;
}
#news .pager .list li.prev a::before, #news .pager .list li.next a::before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  display: block;
  background: url(../img/icon_arrow2.svg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  #news .pager .list li.prev a::before, #news .pager .list li.next a::before {
    width: 1.2rem;
    height: 1.2rem;
  }
}
#news .pager .list li.prev a::before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
#news .pager .list li.dot span {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #news .pager .list li.dot span {
    font-size: 1.2rem;
  }
}
#news .pager .list li.active a {
  background-color: #06A5BF;
}