@charset "UTF-8";
/* CSS Document */


a[href^="tel:"] { pointer-events: none; }
.page_head{
	width: 100%;
  	min-height: 280px;
	background-image:url(../img/head_img.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-size: cover;
	position:relative;
}
.page_ttl{padding-top: 10%;}


.question{background-image:url("../img/q_mark.svg");
background-repeat: no-repeat;background-size: 40px;font-size: 18px;
padding-left: 50px;height: 50px;padding-top: 0.7%;margin-bottom: 1%;margin-top: 5%;}


.ancer{background-image:url("../img/a_mark.svg");
background-repeat: no-repeat;background-size: 40px;font-size: 18px;
padding-left: 50px;margin-bottom: 3%;height: 50px;padding-top: 0.7%;}



/*================================================
 *  スマートフォン向けデザイン
 ================================================*/

@media screen and (max-width:560px)  {

a[href^="tel:"] { pointer-events: auto; }
.page_head{
	width: 100%;
  	min-height: 130px;
	background-image:url(../img/head_img.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-size: cover;
	position:relative;
}
.page_ttl{padding-top: 10%;}
.question{background-image:url("../img/q_mark.svg");
background-repeat: no-repeat;background-size: 30px;font-size: 18px;
padding-left: 40px;height: 50px;padding-top: 0.5%;margin-bottom: 3%;margin-top: 5%;}
.ancer{background-image:url("../img/a_mark.svg");
background-repeat: no-repeat;background-size: 30px;font-size: 18px;
padding-left: 40px;margin-bottom: 2%;height: auto;padding-top: 1%;padding-bottom: 3%;}
}


