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


/* ==========================================================================//
//
//　SP 750px以下
//
// ========================================================================== */

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


/* area_ttl
---------------------------------------------------------- */
.area_ttl {
}
.area_ttl .box_txt {
  height: 95px;
  padding: 35px 0 0;
}
.area_ttl .box_txt .ttl_01 {
  font-size: 41px;
}

.ttl_01 {
  font-size:34px ;
  margin: 0 0 30px;
}


/* area_news_index
---------------------------------------------------------- */
.area_news_index {
  padding: 90px 0 20px;
}
.area_news_index .ttl_01 {
 font-size: 34px;
}
.area_news_index dl  {
  width: 670px;
  margin: 30px auto 0;
  display: block;
  flex-wrap: wrap;
}
.area_news_index dl dt {
  border-bottom: none !important;
  width: 100%;
  padding: 15px 0 0;
}
.area_news_index dl dd {
  padding:0 0 15px;
  width: 100%;
  line-height: 1.4;
}


/* area_news_detail
---------------------------------------------------------- */
.area_news_detail {
  padding: 90px 0 20px;
}
.area_news_detail .ttl_01 {
  font-size:34px ;
  margin: 0 0 5px;
}
.area_news_detail .txt_date {
  font-size: 20px;
}
.area_news_detail .box_contents {
  width: 90%;
  margin: 40px auto 65px;
}
.area_news_detail .box_contents img {
  margin: 0 0 35px;
}
.area_news_detail .box_contents p {
  margin: 0 0 30px;
}
.area_news_detail .box_contents ul li {
  position: relative;
  padding: 0 0 0 25px;
}
.area_news_detail .box_contents ul li::before{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 3px;
  width: 7px;
  height: 7px;
  border-top: 3px solid #bd3c28;
  border-right: 3px solid #bd3c28;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.area_news_detail .btn_01 {
  width: 320px;
  font-size: 26px;

}
.area_news_detail .btn_01 a {
  color: #fff;
  display: block;
  padding: 20px 0;
}
