@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
.menu_on::after {
  width: 100% !important;
}
.footer_menu_on {
  color: #ff6600 !important;
}
.page_h2_item {
  background: url(../img/h2_page_bg.jpg) no-repeat center / contain;
  background-position-x: right;
  background-size: cover;
}
@media screen and (max-width: 850px) {
  .page_h2_item {
    background: url(../img/h2_page_bg_sp.jpg) no-repeat center / contain;
    background-position-x: right;
    background-size: cover;
  }
}
.news {
  font-family: "M PLUS Rounded 1c";
}
.news .inner {
  padding-top: 50px;
  padding-left: 90px;
  padding-right: 90px;
}
@media screen and (max-width: 850px) {
  .news .inner {
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.news .btn_list {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.news .btn_list .btn_l {
  position: relative;
  padding-left: 32px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 850px) {
  .news .btn_list .btn_l {
    font-size: 14px;
  }
}
.news .btn_list .btn_l::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/btn_icon01.png) no-repeat center / contain;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 850px) {
  .news .btn_list .btn_l::after {
    width: 20px;
    height: 20px;
  }
}
.news .btn_list .btn_r {
  position: relative;
  padding-right: 32px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 850px) {
  .news .btn_list .btn_r {
    font-size: 14px;
  }
}
.news .btn_list .btn_r::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/btn_icon02.png) no-repeat center / contain;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 850px) {
  .news .btn_list .btn_r::after {
    width: 20px;
    height: 20px;
  }
}
.news .btn_list .btn_more {
  display: block;
  width: 100%;
  line-height: 50px;
  max-width: 254px;
  text-align: center;
  border: 1px solid #ECA35E;
  font-size: 18px;
  font-weight: 400;
  background: #FCF4E2;
  border-radius: 2px;
}
@media screen and (max-width: 850px) {
  .news .btn_list .btn_more {
    font-size: 12px;
    line-height: 38px;
    max-width: 80px;
  }
}
.news_list {
  font-family: "M PLUS Rounded 1c";
}
.news_list .inner {
  padding-top: 80px;
  padding-bottom: 275px;
}
@media screen and (max-width: 850px) {
  .news_list .inner {
    padding-bottom: 130px;
    padding-top: 40px;
  }
}
.news_list .h2_ttl_line {
  max-width: 100% !important;
  margin-bottom: 60px !important;
}
@media screen and (max-width: 850px) {
  .news_list .h2_ttl_line {
    margin-bottom: 30px !important;
  }
}
.news_list .n_txt {
  width: 100%;
}
.news_list .n_txt .news_list {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #CECBCB;
  background: #ffffff;
  padding: 24px 38px 20px 38px;/*38px 40px 38px 38px*/
  display: block;
  font-family: "M PLUS Rounded 1c";
}
@media screen and (max-width: 850px) {
  .news_list .n_txt .news_list {
    margin-top: 30px;
    background: none;
    border: none;
    padding: 0;
    border-radius: 0;
  }
}
.news_list .n_txt .news_list li {
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 14px;/*25px*/
}
.news_list .n_txt .news_list li a {
  display: flex;
}
@media screen and (max-width: 850px) {
  .news_list .n_txt .news_list li a {
    display: block;
  }
}
@media screen and (max-width: 850px) {
  .news_list .n_txt .news_list li {
    padding-bottom: 20px;
  }
}
.news_list .n_txt .news_list li + li {
  margin-top: 25px;/*25px*/
}
@media screen and (max-width: 850px) {
  .news_list .n_txt .news_list li + li {
    margin-top: 18px;
  }
}
.news_list .n_txt .news_list li .date {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  padding-left: 13px;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 850px) {
  .news_list .n_txt .news_list li .date {
    width: 100%;
    font-size: 14px;
    letter-spacing: 0;
  }
}
.news_list .n_txt .news_list li .date::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 18px;
  top: 3px;
  left: 0;
  background: #663333;
  transition: 0.4s ease-in-out;
}
.news_list .n_txt .news_list li .txt {
  margin-left: 20px;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: left;
}
@media screen and (max-width: 850px) {
  .news_list .n_txt .news_list li .txt {
    margin-left: 0;
    padding-left: 13px;
    margin-top: 5px;
    font-size: 14px;
  }
}
.news_list .n_txt .btn_pop {
  display: none;
}
@media screen and (max-width: 850px) {
  .news_list .n_txt .btn_pop {
    display: block;
  }
}
