@charset 'UTF-8';
/* -------------------------
  main
------------------------- */
.news_single_mv_suv {
  background-image: url(../img/news/news_mv.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 52.533333333333333vw;
  position: relative;
}
.news_single_title_box {
  background: #f0ede1;
  bottom: 0;
  left: 50%;
  padding-top: 20px;
  position: absolute;
  transform: translateX(-50%);
  width: 52%;
}
.news_single_mv_title {
  color: #000;
  font-family: Noto Sans JP;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: .2em;
  line-height: 1;
  text-align: center;
}
.main_bg.main {
  padding-top: 50px;
}
.news_single_main_list_box {
  background: #fff;
  border-radius: 10px;
  padding: 5px 20px 0;
}
.news_single_main_list {
  padding: 23px 0 45px;;
}

.news_single_main_list_theme {
  align-items: center;
  display: flex;
}
.news_single_main_list_theme_img {
  padding-right: 8px;
  width: 60px;
}
.news_single_main_list_date {
  color: #e38dac;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.7;
}
.news_single_main_list_desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  margin-top: 20px;
}
.news_single_main_list_desc_2 img {
  display: block;
  margin: 27px auto 0;
}
.news_single_main_list_desc_2 p {
  color: #000;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.7;
  margin-top: 35px;
}
.news_single_artile_linkbtn {
  margin: 37px auto 0;
  width: 156px;
}
.news_single_artile_linkbtn a {
  display: block;
  height: 100%;
  width: 100%;
}
.news_single_banner {
  padding: 42px 0 37px;
}
