@charset "utf-8";

/* .forPC */
.forPC {
	display: none;
}

/* h1 */
h1 {
	width: 100%;
	height : calc( 100vw * ( 538 / 1024 ) );
	max-width: 1024px;
	max-height: 538px;
	background: center top no-repeat url("../img/img_top_smp.jpg");
	background-size: contain;
}

/* h2 */
h2 {
	width: 80vw;
	max-width: 430px;
	height: calc( 80vw * ( 150 / 430 ) );
	max-height: 150px;	
}

/* h3 */
h3 {
	font-size: 22px;
	line-height: 24px;	
}

/* p */
p {	
	font-size: 18px;	
}
p.lead {
	font-size: 18px;
}
p.lead span.chk {	
	background: left 10px no-repeat url("../img/ico_h3_2.svg");
	font-size: 22px;
	background-size: auto 14px;
	padding-left: 30px;
}

/* #btn_go_app */
#btn_go_app {
	font-size: 20px;
}