@charset "UTF-8";
/* divideContents */
/* Updated 2025/04/01.T */

/*-------------------------------------
news-detail
-------------------------------------*/
.news-detail {
  position: relative;
}
.news-detail::before {
  content: "";
  display: block;
  width: 86.9vw;
  height: calc(100% + 102px);
  background: #F6F9D9;
  border-radius: 0 0 0 32px;
  position: absolute;
  right: 0;
  top: -102px;
  z-index: -1;
}
.news-detail > .inner {
  max-width: 768px;
  margin: 0 auto;
  padding: 52px 24px 60px;
}
/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .news-detail::before {
    width: 97.87vw;
    height: calc(100% + 53px);
    top: -53px;
    border-radius: 0 0 0 24px;
  }
  .news-detail > .inner {
    padding: 40px 24px 48px;
  }
}

/* breadcrumbs */
.breadcrumb-list .link {
  color: #333;
}
.breadcrumb-list > .item {
  color: #989898;
}
.breadcrumb-list > .item:not(:first-child)::before {
  background: url("/news/detail/img/index_ico_arrow_01.svg") no-repeat 0 0;
}

/* info */
.info-dl > .dt {
  display: flex;
  align-items: center;
}
.info-dl > .dt .date {
  font-family: Montserrat;
  color: #989898;
  font-size: 1.2rem;
  font-weight: bold;
}
.info-dl > .dt :not(:first-child) {
  margin-left: 16px;
}
.info-dl > .dd {
  margin-top: 16px;
  line-height: 1.5;
}
.info-dl .ttl01 {
  font-size: 4.0rem;
}
/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .info-dl .ttl01 {
    font-size: 2.4rem;
  }
}

.contents-area02 > .inner {
  max-width: 768px;
  margin: 80px auto 0;
  padding: 0 24px;
}

/*-------------------------------------
btn-back
-------------------------------------*/
.btn-back {
  margin-top: 80px;
  text-align: center;
}
.btn-back .btn01 {
  display: inline-block;
  padding: 16px 36px;
  border: 2px solid #D3DBE0;
  border-radius: 30px;
  text-decoration: none;
  transition-duration: .4s;
}
.btn-back .btn01 > .inner {
  display: block;
  min-width: 150px;
}
.btn-back .btn01:hover {
  color: #333;
  background: #D3DBE0;
}

/*-------------------------------------
parts
-------------------------------------*/

.detail-contents h2 {
  padding-left: 38px;
  position: relative;
  color: #14703F;
  font-size: 3.2rem;
  line-height: 1.75;
}
.detail-contents h2::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url("/news/detail/img/index_ico_ttl_01.svg") no-repeat 0 0;
  background-size: contain;
  position: absolute;
  left: 0;
  top: calc(3.2rem - 9px);
}
.detail-contents h2:not(:first-child) {
  margin-top: 80px;
}
.detail-contents h3 {
  color: #14703F;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.75;
}
.detail-contents h3:not(:first-child) {
  margin-top: 56px;
}
.detail-contents h4 {
  color: #14703F;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.75;
}
.detail-contents h4:not(:first-child) {
  margin-top: 40px;
}
.detail-contents p {
  margin-top: 24px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.detail-contents p + p {
  margin-top: 16px;
}
.detail-contents h3 + p,
.detail-contents h4 + p {
  margin-top: 16px;
}
.detail-contents p > a {
  text-decoration: underline;
}
.detail-contents p > a:hover {
  color: #14703F;
}
.detail-contents a[href$=".pdf"] {
  display: inline-block;
  padding-right: 46px;
  position: relative;
}
.detail-contents a[href$=".pdf"]::after {
  content: "";
  display: block;
  width: 38px;
  height: 18px;
  background: url("/cmn/img/ico_pdf_01.svg") no-repeat 0 0;
  background-size: contain;
  position: absolute;
  right: 0;
  top: calc(.5em - 5px);
}
.detail-contents ul.circle {
  line-height: 1.5;
}
.detail-contents ul.circle:not(:first-child) {
  margin-top: 32px;
}
.detail-contents ul.circle > li {
  padding-left: calc(1em + 8px);
  position: relative;
}
.detail-contents ul.circle > li::before {
  content: "・";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.detail-contents ul.note {
  color: #575757;
  font-size: 1.2rem;
  line-height: 1.5;
}
.detail-contents ul.note:not(:first-child) {
  margin-top: 24px;
}
.detail-contents ul.note > li {
  padding-left: calc(1em + 8px);
  position: relative;
}
.detail-contents ul.note > li::before {
  content: "※";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.detail-contents img {
  display: block;
  width: 100%;
  max-width: 720px;
  object-fit: cover;
}
.detail-contents img:not(:first-child) {
  margin-top: 24px;
}
/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .detail-contents ul.circle:not(:first-child) {
    margin-top: 40px;
  }
}