.c-news-detail__head.c-detail__head .c-detail__sns > ul {
  margin-bottom: 0 !important;
}

.c-news.c-news-list.c-news-related .c-news__list .c-news__thumb {
  width: auto;
  display: flex;
}
@media screen and (max-width: 599px) {
  .c-news.c-news-list.c-news-related .c-news__list .c-news__thumb {
    width: 40%;
  }
}
.c-news.c-news-list.c-news-related .c-news__more {
  display: none !important;
}
.c-news.c-news-list.c-news-related .c-news__back {
  text-align: center;
}

.c-news-detail__body a.c-button {
  display: block;
  width: 40%;
  margin: 0 auto;
}

.c-detail__sns li {
  width: auto !important;
}

.c-button--news {
  font-size: 1.6rem;
  line-height: 1.3;
  margin-top: 36px;
}

@media screen and (max-width: 600px) {
  .news-template-default .pl_textBlock01 > * {
    margin-right: 0;
    margin-left: 0;
  }
}
.news-template-default .c-detail__body p {
  margin-bottom: 10px;
}
.news-template-default .pl_linkMore03 {
  display: inline-block;
}
.news-template-default p > .pl_linkMore03 {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.news-template-default p + ul.pl_listMemo02 {
  margin-top: -10px;
}
.news-template-default .pl_modalBlock p + ul.pl_listMemo02 {
  margin-top: 0;
}
.news-template-default .accordion_title {
  position: relative;
}
.news-template-default .accordion_title::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 25%;
  width: 3px;
  height: 1em;
  background-color: #333;
  transition: all 0.3s;
  border-radius: 30px;
  transform: rotate(-90deg);
  left: auto;
}
.news-template-default .accordion_title::after {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 25%;
  width: 3px;
  height: 1em;
  background-color: #333;
  transition: all 0.3s;
  border-radius: 30px;
}
.news-template-default .accordion_title.open::after {
  transform: rotate(-90deg);
}
.news-template-default .accordion-content {
  display: none;
  padding: 10px 20px 10px 20px;
}
@media screen and (max-width: 599px) {
  .news-template-default .accordion-content {
    padding: unset;
  }
}
.news-template-default .pl_btnBlock01:has(.pl_accordion_news).accordion_title::before,
.news-template-default .pl_btnBlock01:has(.pl_accordion_news).accordion_title::after {
  background-color: #9b190a;
  top: 30%;
}
.news-template-default .pl_accordion_news {
  color: #9b190a;
  font-weight: bold;
  line-height: 1.0769230769;
  min-height: 40px;
  padding-right: 30px;
  border: 2px solid #9b190a;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 600px) {
  .c-news-detail__body .pl_dlBlock01 > dl {
    padding: 5px 10px !important;
  }
}

.c-news-detail__body .pl_listMemo01 > li, .pl_listMemo02 > li, .pl_listMemo03 > li {
  margin-top: 0 !important;
}

.pl_boxColumn3 .pl_imgBLock01 {
  height: unset !important;
}
@media screen and (max-width: 768px) {
  .pl_boxColumn3 .pl_imgBLock01 {
    height: auto !important;
  }
  .pl_boxColumn3 .pl_imgBLock01:not(:last-child) {
    margin-bottom: 20px;
  }
}

.pl_movieBlock iframe {
  aspect-ratio: 16/9;
  width: 100% !important;
  height: auto !important;
}

.pl_btnBlock01:has(.pl_btn_news01),
.pl_btnBlock01:has(.pl_btn_news02) {
  display: flex;
  justify-content: center;
}

.pl_btnBlock01 .pl_btn_news01,
.pl_btnBlock01 .pl_btn_news02 {
  font-weight: bold;
  border-radius: 6px;
  line-height: 1.1428571429;
  width: 100%;
  min-height: 42px;
  padding: 2px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px #d6d6d6;
}
@media screen and (min-width: 600px) {
  .pl_btnBlock01 .pl_btn_news01,
  .pl_btnBlock01 .pl_btn_news02 {
    width: 410px;
  }
}
.pl_btnBlock01 .pl_btn_news01 {
  color: #fff;
  background-color: #9b190a;
}
.pl_btnBlock01 .pl_btn_news01.pl_out02:after {
  content: none;
}
.pl_btnBlock01 .pl_btn_news01.pl_out02 > span {
  position: relative;
}
.pl_btnBlock01 .pl_btn_news01.pl_out02 > span:after {
  content: "";
  background-image: url(/_pl_img/ico_new_tab_02.svg);
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
}
.pl_btnBlock01 .pl_btn_news02 {
  color: #9b190a;
  background-color: #fff;
  border: 2px solid #9b190a;
}
.pl_btnBlock01 .pl_btn_news02.pl_out03:after {
  content: none;
}
.pl_btnBlock01 .pl_btn_news02.pl_out03 > span {
  position: relative;
}
.pl_btnBlock01 .pl_btn_news02.pl_out03 > span:after {
  content: "";
  background-image: url(/_pl_img/ico_new_tab_03.svg);
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
}

.pl_btnColumn2 {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 8px;
}
@media screen and (min-width: 600px) {
  .pl_btnColumn2 {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 5px;
    align-items: stretch;
  }
}
@media screen and (max-width: 599px) {
  .pl_btnColumn2 .pl_btnBlock01:nth-child(1) {
    order: 1;
  }
  .pl_btnColumn2 .pl_annotation:nth-child(3) {
    order: 2;
  }
  .pl_btnColumn2 .pl_btnBlock01:nth-child(2) {
    order: 3;
  }
  .pl_btnColumn2 .pl_annotation:nth-child(4) {
    order: 4;
  }
}
.pl_btnColumn2 .pl_btnBlock01 {
  margin-bottom: 0 !important;
}
.pl_btnColumn2 .pl_annotation {
  font-size: 0.8em;
  text-align: center;
}

.c-news-list .c-news__more {
  display: none;
}

.c-news__list-item a, .c-news__list > .c-news__list-item > a {
  align-items: center;
}
@media screen and (max-width: 599px) {
  .c-news__list-item a, .c-news__list > .c-news__list-item > a {
    padding: 20px 30px 20px 15px;
  }
}

.c-news-list .c-news__thumb {
  display: flex;
}
@media screen and (max-width: 599px) {
  .c-news-list .c-news__thumb {
    width: auto;
    max-width: 40%;
    max-height: 80rem;
  }
}
@media screen and (max-width: 599px) {
  .c-news-list .c-news__thumb img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 599px) {
  .c-news-list .c-label__section {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 599px) {
  .c-news-list .c-label--small {
    font-size: 0.8rem;
    min-width: 80px;
  }
}
/*# sourceMappingURL=news_detail.css.map */