<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */


a[href^="tel:"] { pointer-events: none; }


.page_head{
	background-image: url(../img/head_img.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 338px;
}
.head_h2{text-align: left;color: #ffffff;padding-top: 12%;}
.h2_up{font-size: 30px;font-weight: bold;}

.green{color:#006934;}
.question{background-image: url(../img/q_mark.svg);background-repeat: no-repeat;background-position: center left; background-size: 50px; background-color: #dfddd2;}
.question h3{padding:10px 0px 5px 60px;font-size: 22px;}
.anser{background-image: url(../img/a_mark.svg);background-repeat: no-repeat;background-position: center left; background-size: 50px; }
.anser p{padding:10px 0px 5px 70px;}
h3 , p {
	text-align: left;
}
.a_blue{color: #15C6CE;}
/*================================================
 *  スマートフォン向けデザイン
 ================================================*/



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

a[href^="tel:"] { pointer-events: auto; }
.head_h2{text-align: left;color: #ffffff;padding-top: 14%;font-size: 14px;}
.h2_up{font-size: 20px;font-weight: bold;}
.page_head{
	background-image: url(../img/head_img_sp.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	min-height: 160px;
	}
.question{background-image: url(../img/q_mark.svg);background-repeat: no-repeat;background-position: center left; background-size: 40px; background-color: #dfddd2;}
.question h3{padding:10px 0px 5px 45px;font-size: 18px;}
.anser{background-image: url(../img/a_mark.svg);background-repeat: no-repeat;background-position: center left; background-size: 40px; }
.anser p{padding:10px 0px 5px 50px;font-size: 15px;line-height: 1.4;}
}


</pre></body></html>