@charset "UTF-8";

/* ------------------------------------------
  contents CSS
--------------------------------------------*/

.news-detail .contents-inner {
  padding: 168px 80px 34px;
}
.important .news-detail .contents-inner {
    padding: 181px 80px 34px;
}

.mod-news-title-lead {
  display: block;
  font-size: 15px;
  color: #707070;
  font-weight: normal;
  margin-bottom: 24px;
}
.mod-news-title {
  padding-bottom: 40px;
  margin-top: 24px;
  border-bottom: 1px solid #D5D5D5;
  color: #232323;
  font-size: 28px;
  font-weight: normal;
}
.mod-news-update-time {
  display: block;
  margin: 10px 0 22px 0;
  text-align: right;
  font-size: 12px;
  color: #707070;
}

.mod-news-text {
  line-height: 2.4;
  margin: 86px 0;
}

/* movie */
.mod-movie {
  width: 100%;
  height: 0;
  margin: 0 auto;
  position: relative;
  padding-bottom: 56.25%;
}

/* 差し替え[Temporary] */
.mod-movie img {
  width: 100%;
  max-width: 856px;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto; /* temporary description */
}

.mod-news-related-title {
  margin-top: 60px;
  color: #232323;
  font-size: 16px;
}
.mod-news-related-list {
  /* width: 727px; adjust */
  max-width: 100%;
  margin: 16px 0 0 0;
}
.mod-news-related-list li {
  margin-bottom: 30px;
  list-style: none;
  font-size: 16px;
}
.mod-news-related-list li a:link {
  color: #2D62A7;
}
.mod-news-related-list li a:hover {
  text-decoration: underline;
}


/* Slider */
.news-detail .mod-slider-large {
  width: 650px;
  margin: 0 auto!important;
}
.news-detail .mod-slider-large > .swiper-container {
  max-width: 650px;
}
.news-detail .mod-slider-large > .swiper-container > .swiper-wrapper > .swiper-slide a {
  position: relative;
  display: block;
  width: 100%;
  height: 66.66%;
}
.news-detail .mod-slider-large > .swiper-container > .swiper-wrapper > .swiper-slide a:before {
  content: '';
  display: block;
  padding-top: 66.66%;
}
.news-detail .mod-slider-large > .swiper-container > .swiper-wrapper > .swiper-slide img {
  vertical-align: bottom;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  vertical-align: bottom;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.news-detail .swiper-button-prev {
  left: -20px;
  margin-top: 0;
}
.news-detail .swiper-button-next {
  right: -20px;
  margin-top: 0;
}

.mod-movie::before {
  content: '';
  display: block;
}

/* PC / mod-advertisement */
.mod-advertisement-area.add {
    margin: 0 auto;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 660px;
}
.mod-advertisement-area.add div {
    display: flex;
    max-width: 300px;
}
.mod-advertisement-area.add div:hover {
    opacity: .8;
}
#mngt_pc_article_inarticleleft {
    margin-right: 60px;
}


/* ------------------------------------------
  responsive CSS
--------------------------------------------*/
@media screen and (max-width: 980px) {

  .news-detail .contents-inner {
    padding: 100px 10px;
  }

  /* 136px 10px 100px */
  .important .news-detail .contents-inner {
    padding: 132px 10px 100px;
  }

  .mod-news-title-lead {
    font-size: 13px;
    color: #707070;
    margin-top: 20px !important;
  }
  .mod-news-title {
    font-size: 17px;
    padding-bottom: 22px;
  }
  .mod-news-update-time {
    margin: 8px 0 14px 0;
  }
  .mod-news-slider { /* スライダー箇所 */
    margin: 140px 0 10px 0;
    text-align: center;
    font-size: 12px;
  }
  .mod-news-slider img { /* スライダー箇所 */
    width: 100vw;
    margin-left: -10px;
  }
  .mod-news-slider-text { /* スライダー箇所 */
    margin: 10px 0;
    color: #232323;
  }
  .news-detail .swiper-button-prev,
  .news-detail .swiper-button-next {
    margin-top: -20px;
  }


  /* 要調整の可能性有：Temporary Using */
  .mod-news-advertisement {
    display: none;
  }

  .mod-news-text {
    line-height: 1.8;
    margin: 40px 0 70px 0;
    color: #232323;
  }
  .mod-news-movie img {
    width: 100vw;
    margin-left: -10px;
  }
  .mod-news-related-list li {
    margin-bottom: 48px;
    font-size: 16px;
  }
  .mod-news-related-title {
    margin-top: 42px;
    font-size: 16px;
  }
  .mod-news-related-list {
    margin: 24px 0 0 0;
  }
}

/* for landscape */
@media screen and (max-width: 896px) and (orientation: landscape) {
    .mod-advertisement-area.add {
        justify-content: center;
    }
    #mngt_pc_article_inarticleleft {
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
    #mngt_pc_article_inarticleleft {
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {

/* Slider */
.news-detail .mod-slider-large {
  width: calc(100% - 32px);
  margin: 0 auto!important;
}
.news-detail .mod-slider-large > .swiper-container {
  max-width: calc(100% - 32px);
}

/* mod-advertisement */
.mod-advertisement-area.add {
    margin-top: 32px!important;
    justify-content: center;
}
}
