@charset "UTF-8";


/*-----------------------------------------------------------------
		上書き
-----------------------------------------------------------------*/
body,
.main-wrap {
  background: #E9EBF2;
}

.news .content-wrap {
  width: 100%;
  max-width: 890px;
  padding: 0 15px;
}

.news .page-ttl {
  width: 100%;
  max-width: 890px;
  padding: 0 15px;
  text-align: left;
  padding-bottom: 40px;
  margin-bottom: 0;
  height: auto;
}

.news-wrap .news-list li {
  width: 100%;
  margin: 0;
  padding: 0;
}

.news-wrap .news-list li + li {
  padding-top: 40px;
}

.news-wrap {
  background: #fff;
  padding: 70px;
  border-radius: 20px;
}

.news-wrap .news-list li a .txt-area {
  padding-top: 0;
  line-height: 1.4;
  font-size: 16px;
}
.news-wrap .news-list li a .txt-area .date {
  padding-right: 20px;
  line-height: 1.4;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  color: #041F69;
}

.new-wrap {
  display: none;
}


/* 記事詳細 */
.news-detail h1 {
  padding-bottom: 15px;
  font-size: 30px;
  line-height: 1.2;
}

.news-detail-wrap .img-area img {
  max-width: 100%;
}


@media screen and (max-width: 767px){
.news-detail h1 {
  font-size: 18px;
}

.news-wrap {
  padding: 15px;
  border-radius: 10px;
}
}




/*-----------------------------------------------------------------
		オリジナル
-----------------------------------------------------------------*/


