@charset "utf-8";
/* CSS Document */

/* ===============================
	mv
 =============================== */
#mv {
  background-image: url(../img/information/mv_bg.jpg);
}
@media screen and (max-width: 750px) {
  #mv {
    background-image: url(../img/information/mv_bg_sp.jpg);
  }
}

/* ===============================
	news_all
 =============================== */
#news_all {
  padding-top: 80px;
  padding-bottom: 160px;
}

#news_category_con {
  margin-bottom: 40px;
}

#news_list_con {
  margin-bottom: 80px;
}
@media screen and (max-width: 750px) {
  #news_all {
    padding-top: 10.66666666666667vw;
    padding-bottom: 21.33333333333333vw;
  }
  
  #news_category_con {
    margin-bottom: 8.53333333333333vw;
  }
  
  #news_list_con {
    margin-bottom: 12.8vw;
  }
}

/* ===============================
	news_detail_con
 =============================== */
#news_detail_con {
  background-image: none;
}

#news_detail {
  margin-top: 160px;
  margin-bottom: 160px;
}
#news_detail .news_detail_category_con {
  margin-bottom: 24px;
}
@media screen and (max-width: 750px) {
  #news_detail {
    margin-top: 24.53333333333333vw;
    margin-bottom: 17.06666666666667vw;
  }
  #news_detail .news_common {
    padding-top: 0;
  }
  #news_detail .news_detail_category_con {
    flex-direction: row;
    padding: 0;
  }
}

#news_detail_con .common_img {
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  #news_detail_con .common_img {
    margin-top: 12.8vw;
  }
}

#news_detail_con .title-03 {
  margin-top: 120px;
}
@media screen and (max-width: 750px) {
  #news_detail_con .title-03 {
    margin-top: 17.06666666666667vw;
  }
}

#news_detail_con .common_hr {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 750px) {
  #news_detail_con .common_hr {
    margin-top: 17.06666666666667vw;
    margin-bottom: 17.06666666666667vw;
  }
}

#news_detail_con .common_layout {
  margin-top: 32px;
  margin-bottom: 32px;
}
#news_detail_con .common_layout.common_4_layout {
  margin-top: 80px;
}
@media screen and (max-width: 750px) {
  #news_detail_con .common_layout {
    margin-top: 12.8vw;
    margin-bottom: 12.8vw;
  }
  #news_detail_con .common_layout.common_4_layout {
    margin-top: 12.8vw;
  }
}

#news_detail_con .common_video {
  margin-bottom: 64px;
}
@media screen and (max-width: 750px) {
  #news_detail_con .common_video {
    margin-bottom: 19.73333333333333vw;
  }
}

#news_detail_con .common_list {
  margin-bottom: 107px;
}
@media screen and (max-width: 750px) {
  #news_detail_con .common_list {
    margin-bottom: 17.06666666666667vw;
  }
}

/* ===============================
	news_detail_list
 =============================== */
#news_detail_list {
  border-image-source: linear-gradient(var(--C-sub), var(--C-sub));
  border-image-slice: 0 fill;
  border-image-outset: 0 100vw 0 100vw;
  padding-top: 120px;
  padding-bottom: 168px;
}
#news_detail_list .title {
  margin-bottom: 56px;
}
#news_detail_list #news_category_con {
  margin-bottom: 40px;
}
#news_detail_list .news_list {
  margin-bottom: 80px;
}
@media screen and (max-width: 750px) {
  #news_detail_list {
    padding-top: 17.06666666666667vw;
    padding-bottom: 21.33333333333333vw;
  }
  #news_detail_list .title {
    margin-bottom: 10.66666666666667vw;
  }
  #news_detail_list #news_list_con {
    margin-bottom: 17.06666666666667vw;
  }
  #news_detail_list #news_category_con {
    margin-bottom: 8.53333333333333vw;
  }
  #news_detail_list .news_list {
    margin-bottom: 0;
  }
}