@charset "UTF-8";
/*------------------------------------------- メインビジュアル*/
.page_mv_news {
  background-image: url(../img/page/img_bg_news_sp.jpg);
}

@media screen and (min-width: 768px) {
  .page_mv_news {
    background-image: url(../img/page/img_bg_news_pc.jpg);
  }
}

/*------------------------------------------- パンくず*/
.breadcrumb_list > li:nth-child(2) {
  display: none;
}

@media screen and (min-width: 992px) {
  .content_breadcrumb {
    margin-bottom: 120px;
  }
}

/*------------------------------------------- 詳細*/
.details_data {
  margin-bottom: 30px;
}

.details_area {
  margin-bottom: 40px;
}

.details_attach {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.details_link_wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 230px;
  margin: 0 auto 40px;
  display: none;
}

.details_link_wrap .details_button {
  width: 40px;
  height: 40px;
  display: block;
  border: 1px solid #d9d9d9;
  border-radius: 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;
}

.details_link_wrap .details_button._next {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.details_link_wrap .details_button._none {
  background-color: #f3f3f3;
  border: transparent;
}

.details_link_wrap .details_button._none .icon_arrow2 {
  color: #9a9fa5;
}

.details_link_wrap .details_button .icon_arrow2 {
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .details_data .title6 {
    text-align: center;
  }
}

@media screen and (min-width: 992px) {
  .details_data .title6 {
    font-size: 4rem;
    margin: -11px 0 50px;
  }
  .details_data .news_time {
    font-size: 1.6rem;
    margin-right: 30px;
  }
  .details_data .news_cat {
    font-size: 1.2rem;
    padding: 7px 23px;
  }
  .details_area {
    margin-bottom: 90px;
  }
  .details_link_wrap {
    margin: 0 auto 60px;
  }
}

/*------------------------------------------- 投稿用*/
.custom_area > * {
  margin-bottom: 20px;
}

.custom_area > *:last-child {
  margin-bottom: 0;
}

.custom_area > p {
  margin-top: -7px;
}

.custom_area > p a {
  display: inline-block;
  color: #ff6825;
}

.custom_area > p a span {
  border-bottom: 1px solid #ff6825;
  -webkit-transition: border-bottom-color 0.6s;
  -o-transition: border-bottom-color 0.6s;
  transition: border-bottom-color 0.6s;
}

.custom_area > p a[target="_blank"]::after {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
  display: inline-block;
  font-size: 1.4rem;
}

.custom_area h2 {
  font-size: 2rem;
  color: #ff6825;
  font-weight: bold;
  line-height: 1.4;
  margin: -5px 0 15px;
}

.custom_area .column-media-auto {
  margin: 30px 0;
}

@media screen and (min-width: 768px) {
  .custom_area > p a:hover span {
    border-bottom-color: transparent;
  }
}

@media screen and (min-width: 992px) {
  .custom_area h2 {
    font-size: 2.8rem;
    margin: -7px 0 20px;
  }
  .custom_area .column-media-auto {
    margin: 55px 0 60px;
  }
}
