@charset "UTF-8";
.news-list-item + .news-list-item {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .news-list-item + .news-list-item {
    margin-top: 30px;
  }
}
.news-list-item-info {
  display: flex;
  align-items: center;
}
.news-list-item a > span {
  line-height: 1;
  display: inline;
}
@media only screen and (max-width: 767px) {
  .news-list-item a > span {
    text-decoration: underline;
  }
}
@media only screen and (min-width: 767px) {
  .news-list-item a:hover > span {
    border-bottom: 1px solid #000;
  }
}
.news-list-item a[target="_blank"] > span::after {
  content: '\e900';
  width: 1em;
  height: 1em;
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
.news-list-title {
  display: block;
  margin-top: 15px;
}
.news-list-title.ext > span::after {
  content: '\e900';
  width: 1em;
  height: 1em;
  margin: 0 0.3em;
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  position: relative;
  top: 0.08em;
}
.news-time {
  width: 5em;
  margin-right: 1em;
  font-weight: 700;
  font-family: 'acumin-pro-semi-condensed', 'Noto Sans', 'Noto Sans JP', sans-serif;
  display: inline-block;
}
.news-pagination--top {
  margin-top: 0;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .news-pagination--top {
    margin-bottom: 50px;
  }
}
.news-emergency {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .news-emergency {
    margin-bottom: 50px;
  }
}
.news-emergency-ttl {
  margin-bottom: 15px;
  color: #b20810;
  font-size: 1.4em;
  font-weight: bold;
}
.news-emergency-contents {
  padding: 20px 0;
  border-top: 2.5px solid #000;
  border-bottom: 2.5px solid #000;
}
.news-emergency-contents .news-list-item + .news-list-item {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .news-emergency-contents .news-list-item + .news-list-item {
    margin-top: 20px;
  }
}
.news-emergency-contents .news-list-title {
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .news-emergency-contents .news-list-title {
    text-decoration: underline;
  }
}
.news_detail-ttl {
  margin-bottom: 15px;
  font-size: 1.875em;
}
.news_detail-time {
  margin-bottom: 20px;
  font-weight: 600;
  font-family: 'acumin-pro-semi-condensed', 'Noto Sans', 'Noto Sans JP', sans-serif;
}
@media only screen and (max-width: 767px) {
  .news_detail-time {
    margin-bottom: 15px;
  }
}
.news_detail-contents {
  margin-top: 40px;
}
.news_detail-contents a {
  color: #006cb8;
}
@media only screen and (min-width: 767px) {
  .news_detail-contents a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}
.news_detail-contents a[target="_blank"] {
  padding-right: 16px;
  background: url("/assets/image/arrow-icon_blue.svg") no-repeat right center/9px auto;
}
.news_detail-contents > p + p {
  margin-top: 2em;
}
.news_detail-contents .uline {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.news_detail-contents-link_box {
  margin-top: 40px;
}
.news_detail-contents-link_box p + p {
  margin-top: 1em;
}
.news_detail-contents-img_box {
  margin-top: 50px;
  text-align: center;
}
.news_detail-contents-img_box figure + figure {
  margin-top: 20px;
}
.news_detail-contents-img_box.col--2 {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .news_detail-contents-img_box.col--2 {
    display: block;
  }
}
.news_detail-contents-img_box.col--2 figure {
  width: calc(100% / 2 - 20px);
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .news_detail-contents-img_box.col--2 figure {
    width: 100%;
  }
  .news_detail-contents-img_box.col--2 figure + figure {
    margin-top: 20px;
  }
}
.news_detail-contents-img_box.col--2 figure:nth-child(2n) {
  margin-left: 40px;
}
@media only screen and (max-width: 767px) {
  .news_detail-contents-img_box.col--2 figure:nth-child(2n) {
    margin-left: 0;
  }
}
.news_detail-contents-img_box.about_img {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .news_detail-contents-img_box.about_img {
    margin-top: 50px;
  }
}
.news_detail-contents-img_box.about_img figure {
  width: 60%;
}
@media only screen and (max-width: 767px) {
  .news_detail-contents-img_box.about_img figure {
    width: 75%;
  }
}
.news_detail-prev {
  margin: 75px auto 0;
  text-align: center;
}
.news_detail-prev a {
  min-width: 225px;
  padding: 0 2em 1em;
  color: #000;
  font-size: 1.125em;
  font-weight: 600;
  text-align: left;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .news_detail-prev a {
    padding: 0 1.5em;
    border-bottom: none;
  }
}
.news_detail-prev a::before {
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  position: absolute;
  top: 0.5em;
  left: 2px;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  .news_detail-prev a::before {
    width: 8px;
    height: 8px;
  }
}
.news_detail-tolist {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .news_detail-tolist {
    margin-top: 80px;
  }
}
.news_detail-tolist .common_btn01 {
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2em;
  text-align: center;
}
