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

.news_content{width: 90%;margin: 0 auto;}
.news_content p{margin-bottom: 2em;}
.news_content img{width: 100%;margin: 2em 0;}
.w96per{width: 96%;margin: 0 auto 3em;}
.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:#009ede;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%);
}
.news_ichiran{display: block; width: 30%;margin: 2em auto;}
.float-left{float: left;}
.float-right{float: right;}
/*
===================================================
 tb タブレット解像度
===================================================
*/
@media screen and (max-width:1000px) {

	}
/*
===================================================
 sp スマホ解像度
===================================================
*/
@media screen and (max-width:640px) {
#page_header{background-image: url("../img/header_img_sp.webp");}
	

	
.news_h3{font-size: 1.3em;margin-bottom: 2em;line-height: 1.2;}
.w96per{width: 100%;margin: 0 auto 3em;}
.arrow{
　display: block;position: relative;
  color: #000000;
  width:94%;
  padding: 10px 10px;
}
.text{padding-right: 40px;}
.news_ichiran{display: block; width: 60%;margin: 2em auto;}
	}

