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

main{
    position: relative;
    box-sizing: border-box;
    width: 1200px;
    padding: 5em 100px;
	margin:0 auto;
	text-align:left;
}

.w96per{width: 96%;margin: 0 auto;}
.news_h3{color:#000000;font-size: 1.4em;margin-bottom: 2em;margin-top: 0;border-bottom: solid 1px #000000;padding-bottom: 0.2em;}
.news_text p,.news_text img{margin-bottom:2em;}
/*
===================================================
 tb タブレット解像度
===================================================
*/
@media screen and (max-width:1000px) {
main{
    position: relative;
    box-sizing: border-box;
    width: 100%;
	padding:2em 5%;
	margin:0 auto;
	text-align:left;
}
	}
/*
===================================================
 sp スマホ解像度
===================================================
*/
@media screen and (max-width:640px) {
#page_header{background-image: url("../img/header_img_sp.webp");}
	
main{
    width: 100%;
	padding:2em 0%;
}
.w96per{width: 100%;margin: 0 auto;}	
.news_h3{font-size: 1.3em;margin-bottom: 1%;line-height: 1.2;}
}
