.news {
  padding: min(100px, 9%) 20px;
  background-image: url(../img/common/bg_02.png);
  background-position: center top;
}

.news-share {
  width: 440px;
  display: block;
  margin: 80px auto 0;
}

.news-detail {
  max-width: 1100px;
  margin: 0 auto;
}

.news-detail-head,
.news-detail-foot {
  line-height: 0;
  position: relative;
}

.news-detail-head img,
.news-detail-foot img {
  width: 100%;
}

.news-detail-body {
  position: relative;
  background-image: url(../img/news/frame_body.png);
  background-repeat: repeat-y;
  background-size: 100%;
  margin: -1px 0;
  padding: 30px 40px;
}

.news-detail-body>dd {
  margin-top: 40px;
}

.news-detail-date {
  color: #6b1a76;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.news-detail-title {
  font-size: 2.4rem;
}

.news-detail-line {
  margin-top: 15px;
  line-height: 0;
}

.news-detail-line img {
  width: 100%;
}

.news-detail-contents {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex; 
  gap: 40px; */
  padding-top: 38px;
  font-size: 1.8rem;
}

/* .news-detail-contents:nth-of-type(n+2) {
  margin-top: 50px;
} 

.news-detail-contents>dt {
  width: 100%;
  text-align: center;
}

.news-detail-contents>dd {
  width: 100%;
}*/

.news-detail-contents>p,
.news-detail-contents>div {
  margin: 0 auto 32px;
}

.news-detail-contents>p:last-child {
  margin: 0 auto;
}

.news-detail-contents img.aligncenter {
  display: block;
  margin: 0 auto;
}

.news-detail-contents>dd a,
.news-detail-contents a {
  text-decoration: underline;
  word-break: break-all;
}

/* .news-detail-contents.bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
} */

.news-detail-back {
  width: 440px;
  display: block;
  margin: 60px auto 0;
}

.news-detail-share {
  width: 440px;
  display: block;
  margin: 30px auto 0;
}

@media screen and (max-width: 759.98px) {
  .news {
    background-size: 70px;
    padding: 50px 10px;
  }

  .news-share {
    margin-top: 40px;
    width: 72vw;
  }

  .news-detail-body {
    padding: 20px 20px;
    background-image: url(../img/news/frame_body_sp.png);
  }

  .news-detail-body>dd {
    margin-top: 20px;
  }

  .news-detail-date {
    margin-bottom: 5px;
    font-size: 1.2rem;
  }

  .news-detail-title {
    font-size: 1.6rem;
  }

  .news-detail-line {
    margin-top: 10px;
  }

  .news-detail-contents {
    /* -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px; */
    font-size: 1.3rem;
  }

  /* .news-detail-contents:nth-of-type(n+2) {
    margin-top: 30px;
  } */

  .news-detail-back {
    margin-top: 40px;
    width: 72vw;
  }

  .news-detail-share {
    margin-top: 20px;
    width: 72vw;
  }
}

@media (any-hover: hover) {
  .news-share {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  .news-share:hover {
    -webkit-filter: brightness(1.5);
    filter: brightness(1.5);
  }

  .news-detail-contents>dd a:hover,
  .news-detail-contents a:hover {
    text-decoration: none;
  }

  .news-detail-back {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  .news-detail-back:hover {
    -webkit-filter: brightness(1.5);
    filter: brightness(1.5);
  }

  .news-detail-share {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  .news-detail-share:hover {
    -webkit-filter: brightness(1.5);
    filter: brightness(1.5);
  }
}

@media screen and (min-width: 759.99px),
print {
  .news-detail-contents.top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .news-detail-contents.right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

/* YouTubeサムネイル表示 (SPで見切れないように対応) */
iframe {
  width: 100%!important;
  max-width: 640px!important;
  aspect-ratio: 16 / 9!important;
  display: block;
  margin: 0 auto;
  border: none;
}