@charset "UTF-8";
#header {
	background-color: rgba(255,255,255,1);
}
#page_header{background-image: url("../img/header_img_pc.svg");}
#page_header h2.black{color:#333;}
#page_header h3{font-size: 1.6em;}

.w48per .title_h2{font-size: 2.4em;margin: 0 0 0.6em;color: #333 !important;}
.w48per p{margin-bottom: 0.6em;}
.w48per h3{font-size: 1.6em;color: #333 !important;}
.download_btn{text-align: center;color:#595757;border: solid 1px #595757;border-radius: 40px;padding: 0.4em 0;margin: 1em;}
.download_wrap{margin-bottom: 5em;}
.download_wrap_last{margin-bottom: 0em;}
.green_text{color:#008542;}
/*
===================================================
 tb タブレット解像度
===================================================
*/
@media screen and (max-width:1000px) {


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

.w48per .title_h2{font-size: 1.8em;margin: 0 0 0.6em;color: #333 !important;}
.w48per h3{font-size: 1.2em;color: #333 !important;}
	.download_img{width: 90%!important;margin: 1.4em auto;}
}
