@charset "UTF-8";

#page_header{background-image: url("../img/page_header_bg_pc.svg");}
.right_text{position: absolute;right:30px;top:110px;width:150px;z-index: 5;}
.border_bottom{border-bottom: solid 1px #000000;padding-bottom: 0.4em;margin-bottom: 0.6em;}
.form_box{width: 90%;margin: 0 auto;}
.form_ttl{font-size: 1em;font-weight: normal; margin-bottom: 1em;}
.tel_ttl{font-size: 2.4em;margin-top: 1em;}
/*
===================================================
 tb タブレット解像度
===================================================
*/
@media screen and (max-width:1000px) {
.company_info{width: 100%;margin: 0 auto;padding-bottom: 5em;}




	}
/*
===================================================
 sp スマホ解像度
===================================================
*/
@media screen and (max-width:640px) {
#page_header{background-image: url("../img/page_header_bg_sp.svg");}
.right_text{position: absolute;right:0px;top:100px;width:70px;z-index: 0;}
p{font-size: 0.84em;}
.form_ttl{font-size: 0.84em;font-weight: normal; margin-bottom: 0em;}
.tel_ttl{font-size: 1.4em;margin-top: 1em;}
}
