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

/* ==========================================================================//
//
//　PC
//
// ========================================================================== */


/* area_ttl
---------------------------------------------------------- */
.area_ttl {
  background: url(/news/img/mainimg_01.jpg) center no-repeat;
  background-size: cover;
  width: 100%;
  height: 300px;
  position: relative;
}

.area_ttl .box_txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color:rgba(255, 255, 255, 0.9);
  width: 380px;
  height: 90px;
  padding: 30px 0 0;
}
.area_ttl .box_txt .ttl_01 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 0;
}


/* area_news_index
---------------------------------------------------------- */
.area_news_index {
  padding: 75px 0 20px;
}
.area_news_index .ttl_01 {
  text-align: center;
  font-size:28px ;
  margin: 0 0 20px;
}
.area_news_index dl {
  width: 700px;
  margin: 0px auto 50px;
  display: flex;
  flex-wrap: wrap;
}
.area_news_index dl dt {
  width: 100px;
}
.area_news_index dl dd {
  width: 600px;
}
.area_news_index dl dt,
.area_news_index dl dd {
  border-bottom: 1px solid #cacaca;
  padding: 15px 0;
  line-height: 1.7;
}


/* area_news_detail
---------------------------------------------------------- */
.area_news_detail {
  padding: 75px 0 30px;
}
.area_news_detail .ttl_01 {
  text-align: center;
  font-size:28px ;
  margin: 0 0 10px;
}
.area_news_detail .txt_date {
  text-align: center;
}
.area_news_detail .box_contents {
  width: 640px;
  margin: 30px auto 65px;
  line-height: 1.6;
}
.area_news_detail .box_contents img {
  border-radius: 10px;
  max-width: 100%;
  height: auto;
  margin: 0 0 20px;
}
.area_news_detail .box_contents p {
  margin: 0 0 20px;
}
.area_news_detail .box_contents a {
  color: #036eb8;
  text-decoration: underline;
}
.area_news_detail .box_contents ul li {
  position: relative;
  padding: 0 0 0 18px;
}
.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: 5px;
  height: 5px;
  border-top: 2px solid #bd3c28;
  border-right: 2px solid #bd3c28;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.area_news_detail .btn_01 {
  background-color: #000;
  width: 220px;
  font-size: 18px;
  margin: 0 auto;
  text-align: center;

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