@charset "UTF-8";

#page_header{background-image: url("../img/header_img_pc.webp");}



.title_h3{color:#0000000;font-size: 1.4em;margin-bottom: 1%;margin-top: 1em;}
.w90per{width: 90%;margin: 0 auto;}
.a_blue{display: inline-block;}
.mt100{margin-top: 100px;}
.border-top{border-top: solid 1px #000000;padding-top: 1em;}
.form_box{background-color: #ffffff;padding: 5%;filter: drop-shadow(4px 4px 5px  rgba(0, 0, 0, 0.32));}
.wp-block-table table{width: 100%;}
.wp-block-table tr td:nth-of-type(1){border-bottom: solid 1px #036eb8; width: 20%;padding: 1em 0;}
.wp-block-table tr td:nth-of-type(2){border-bottom: solid 1px #9fa0a0; width: 80%;padding: 1em 0;line-height: 1.8em;}
/*
===================================================
 tb タブレット解像度
===================================================
*/
@media screen and (max-width:1000px) {

	}
/*
===================================================
 sp スマホ解像度
===================================================
*/
@media screen and (max-width:640px) {
#page_header{background-image: url("../img/header_img_sp.webp");}
	
.mt100{margin-top: 30px;}
	
.title_h3{font-size: 1.3em;margin-bottom: 1%;line-height: 1.2;}
.sp_mt3em{margin-top: 3em;}
.w90per{width: 100%;margin: 0 auto;}
.border-top{border-top: none;padding-top: 1em;}
}
