@charset "UTF-8";
#header {background-color: rgba(255,255,255,1);}
#page_header{background-image: url("../img/header_img_pc.webp");}
#page_header_news{background-image: url("../img/header_img_02_pc.webp");}

.new_post_date{margin-bottom: 0.2em;}
.news_h3{color:#000000;font-size: 1.4em;margin-bottom: 2em;margin-top: 0;border-bottom: solid 1px #000000;padding-bottom: 0.2em;}

.text{display: inline-block;color: #000000;}
.post_date{color:#004d9e;width: 13em; margin-right: 2em;}
.news_item{border-bottom: dotted 1px #666666;line-height: 1.4em;padding-bottom: 1em; margin-bottom: 1em;}
.arrow{
	display: block;position: relative;
  color: #000000;
  width:94%;
  padding: 10px 30px;
}

.arrow::after {
	position: absolute;
	right:1em;
  content: url("../../img/news_more.svg");
	width: 30px;
	top: 50%;
	transform: translateY(-50%);
}


/*
===================================================
 tb タブレット解像度
===================================================
*/
@media screen and (max-width:1000px) {

	}
/*
===================================================
 sp スマホ解像度
===================================================
*/
@media screen and (max-width:640px) {
#page_header{background-image: url("../img/header_img_sp.webp");}
#page_header_news{background-image: url("../img/header_img_02_sp.webp");}
	
.news_h3{font-size: 1.3em;margin-bottom: 1%;line-height: 1.2;}
.arrow{
  display: block;position: relative;
  color: #000000;
  width:94%;
  padding: 10px 10px;
}
.text{padding-right: 40px;}

}
