/*************************************************

news-detail-contents

*************************************************/
.news-detail-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .news-detail-contents {
    display: block;
  }
}

/*************************************************

news-detail-main

*************************************************/
.news-detail-main {
  width: calc(100% - 28.8rem);
}
@media screen and (max-width: 767px) {
  .news-detail-main {
    width: auto;
  }
}

/* news-detail-meta
---------------------------------------*/
.news-detail-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem 0;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .news-detail-meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 1.5rem;
  }
}

.news-detail-meta__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem 3rem;
}
@media screen and (max-width: 767px) {
  .news-detail-meta__left {
    gap: 0.5rem 2rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.news-detail-meta__taxwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}

.news-detail-meta__tax {
  padding: 0.5rem 1.5rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  background-color: #565656;
}
@media screen and (max-width: 767px) {
  .news-detail-meta__tax {
    font-size: 1.2rem;
  }
}

.news-detail-meta__date {
  font-size: 1.4rem;
  font-weight: 600;
}

.news-detail-meta__right {
  margin-left: auto;
}

/* news-detail-share
---------------------------------------*/
.news-detail-share__title {
  margin-bottom: 0.7rem;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
}

.news-detail-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 0;
}

.news-detail-share__acnhor {
  display: block;
}

/* news-detail-title
---------------------------------------*/
.news-detail-title {
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: #565656 solid 1px;
}
@media screen and (max-width: 767px) {
  .news-detail-title {
    font-size: 2rem;
  }
}

/* news-detail-body
---------------------------------------*/
.news-detail-body {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .news-detail-body {
    font-size: 1.4rem;
  }
}
.news-detail-body * {
  max-width: 100% !important;
}
.news-detail-body::after {
  display: block;
  clear: both;
  height: 0;
  content: "";
}
.news-detail-body > * {
  margin-bottom: 1.75em;
}
.news-detail-body h1, .news-detail-body h2 {
  margin: 5rem 0 3rem;
  padding: 0.8rem 1rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  background-color: #F0F0F0;
}
@media screen and (max-width: 767px) {
  .news-detail-body h1, .news-detail-body h2 {
    font-size: 1.8rem;
  }
}
.news-detail-body h1 + h3, .news-detail-body h1 h4, .news-detail-body h1 h5, .news-detail-body h1 h6, .news-detail-body h2 + h3, .news-detail-body h2 h4, .news-detail-body h2 h5, .news-detail-body h2 h6 {
  margin-top: 0;
}
.news-detail-body h3, .news-detail-body h4, .news-detail-body h5, .news-detail-body h6 {
  margin: 5rem 0 3rem;
  padding-bottom: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: #565656 solid 1px;
}
@media screen and (max-width: 767px) {
  .news-detail-body h3, .news-detail-body h4, .news-detail-body h5, .news-detail-body h6 {
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }
}
.news-detail-body h1:first-child, .news-detail-body h2:first-child, .news-detail-body h3:first-child, .news-detail-body h4:first-child, .news-detail-body h5:first-child, .news-detail-body h6:first-child {
  margin-top: 0;
}
.news-detail-body li {
  position: relative;
  margin-bottom: 0.3em;
}
.news-detail-body ol {
  padding-left: 1.5em;
}
.news-detail-body ol li {
  list-style: decimal outside;
}
.news-detail-body ul {
  padding-left: 1.7em;
}
.news-detail-body ul li {
  list-style: disc outside;
}
.news-detail-body strong {
  font-weight: 700;
}
.news-detail-body em {
  font-style: italic;
}
.news-detail-body figure {
  line-height: 0;
}
.news-detail-body figcaption {
  font-size: 1rem;
  text-align: center;
}
.news-detail-body * + figcaption {
  margin-top: 1.5em;
}
.news-detail-body blockquote {
  display: block;
  margin: 1.5rem 0;
  padding: 2rem;
  background: #f5f5f5;
}
.news-detail-body blockquote p {
  margin-bottom: 0;
}
.news-detail-body *:last-child {
  margin-bottom: 0;
}

/* news-detail-bottom
---------------------------------------*/
.news-detail-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .news-detail-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 6rem;
  }
}

.news-detail-bottom__right {
  margin-left: auto;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 767px) {
  .news-detail-bottom__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto 3rem;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

/*************************************************

news-detail-contents-aside

*************************************************/
@media screen and (min-width: 768px) {
  .news-detail-contents-aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20.8rem;
  }
}
@media screen and (max-width: 767px) {
  .news-detail-contents-aside {
    margin: 7rem 0;
  }
}
@media screen and (min-width: 768px) {
  .news-detail-contents-aside .parts-dotstitle {
    font-size: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .news-detail-contents-aside__inner {
    overflow: auto;
    position: sticky;
    bottom: 5rem;
    left: 0;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

.news-detail-contents-aside__block {
  margin-bottom: 5rem;
}
.news-detail-contents-aside__block:last-child {
  margin-bottom: 0;
}

.news-detail-contents-aside__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}

.news-detail-contents-aside__list-anchor {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  background-color: #F7F7F7;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}
@media (any-hover: hover) {
  .news-detail-contents-aside__list-anchor:hover {
    color: #fff;
    background-color: #AC3A3A;
  }
  .news-detail-contents-aside__list-anchor:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .news-detail-contents-aside__list-anchor:hover .news-detail-contents-aside__list-label {
    background-color: #AC3A3A;
  }
}

.news-detail-contents-aside__list-label {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.5rem 1.5rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  background-color: #565656;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .news-detail-contents-aside__list-label {
    padding: 0.4rem 1rem;
    font-size: 1.2rem;
  }
}

.news-detail-contents-aside__list-img {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 352/264;
}
.news-detail-contents-aside__list-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.news-detail-contents-aside__list-text {
  margin: 1rem;
  font-weight: 500;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.news-detail-contents-aside__list-bottom {
  margin-top: auto;
  padding: 0 1rem 1rem;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .news-detail-contents-aside__list-buttom {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .news-detail-contents-aside__list-buttom {
    position: absolute;
    top: 0;
    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;
    line-height: 0;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    z-index: 10;
  }
  .news-detail-contents-aside__list-buttom img {
    width: 3.2rem;
  }
  .news-detail-contents-aside__list-buttom.swiper-button-disabled {
    opacity: 0;
  }
  .news-detail-contents-aside__list-buttom.is-prev {
    left: -1rem;
  }
  .news-detail-contents-aside__list-buttom.is-prev img {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  .news-detail-contents-aside__list-buttom.is-next {
    right: -1rem;
  }
}

.news-detail-contents-aside__tax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.8rem;
  padding: 1.8rem 2rem;
  background-color: #F4F4F4;
  line-height: 1.5;
}

.news-detail-contents-aside__tax-acnhor {
  position: relative;
  display: block;
  padding-left: 1.6rem;
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (any-hover: hover) {
  .news-detail-contents-aside__tax-acnhor:hover {
    color: #AC3A3A;
  }
  .news-detail-contents-aside__tax-acnhor:hover::before {
    opacity: 1;
  }
  .news-detail-contents-aside__tax-acnhor:hover .in-text {
    -webkit-transform: translateX(0.5rem);
            transform: translateX(0.5rem);
  }
}
.is-current .news-detail-contents-aside__tax-acnhor {
  color: #AC3A3A;
}
.is-current .news-detail-contents-aside__tax-acnhor::before {
  opacity: 1;
}
.is-current .news-detail-contents-aside__tax-acnhor .in-text {
  -webkit-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
}
.news-detail-contents-aside__tax-acnhor::before {
  position: absolute;
  left: 0;
  top: 0.6em;
  display: block;
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  background-color: #AC3A3A;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.news-detail-contents-aside__tax-acnhor .in-text {
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}