@charset "utf-8";

/* h1 */
h1{
	line-height:150px;
	font-size:30px;
	color:#317E63;
	background-color:#E0ECE8;
	letter-spacing:0.25em;
	text-indent:0.25em;
}
@media screen and (max-width:768px){
	h1{
		line-height:4;
		font-size:4.8vw;
	}
}


/* div.step */
div.step{
	max-width:900px;
	width:90%;
	margin:auto;
	padding:50px 0;
}
div.step > h3{
	margin:2em 0 1em;
	font-size:20px;
	border-bottom:1px solid;
	text-align:left;
}
div.step > h3 span{
	font-size:15px;
	font-weight:bold;
	color:#EB3B1C;
	margin-left:0.3em;
}
div.step dl{
	text-align:left;
}
div.step dl div.ib4{
	display:inline-block;
	width:40%;
}
div.step dl div.ib6{
	display:inline-block;
	width:58%;
	margin-left:1%;
}
div.step dl div dt{
	font-size:20px;
	font-weight:bold;
}
div.step dl div dt.hissu:after{
	content:'※必須';
	font-size:15px;
	font-weight:bold;
	color:#EB3B1C;
	margin-left:0.3em;
}
div.step dl div dd{
	margin-bottom:1em;
	font-size:18px;
}
div.step dl div dd ul li{
	display:inline-block;
	margin-right:1em;
}
div.step dl div dd ul li:last-child{
	display:block;
	margin-right:0;
}
div.step p.caution{
	padding:1em 1em 1em 2em;
	text-indent:-1em;
	font-size:16px;
	font-weight:500;
	text-align:left;
	line-height:1.5;
	color:#EB3B1C;
	border:1px solid #EB3B1C;
}
div.step section{
	height:400px;
	line-height:1.5;
	margin:30px 0;
	padding:20px;
	text-align:left;
	border:1px solid #D2D2D2;
	overflow:auto;
	-webkit-overflow-scrolling: touch;
}
div.step section h3{
	margin-bottom:1.5em;
}
div.step section dl dt{
	margin-top:1.5em;
}
div.step section dl dd ul li{
	padding-left:1.5em;
	text-indent:-1.5em;
}
div.step section + p{
	margin-bottom:20px;
	font-size:16px;
	font-weight:bold;
	line-height:1.5;
}
div.step > div label span{
	font-weight:bold;
}
#btn_confirm:disabled {
	opacity:0.5;
	cursor:default;
}

@media screen and (max-width:768px){
	div.step{
		padding:5% 0 10%;
	}
	div.step > h3{
		padding-bottom:0.3em;
		line-height:1.3;
		font-size:16px;
	}
	div.step > h3 span{
		display:inline-block;
		font-size:12px;
	}
	div.step dl div.ib4{
		display:block;
		width:50%;
	}
	div.step dl div.ib6{
		display:block;
		width:100%;
		margin:0;
	}
	div.step dl div dt{
		font-size:16px;
	}
	div.step dl div dt.hissu:after{
		font-size:12px;
	}
	div.step dl div dd{
		font-size:16px;
	}
	div.step p.caution{
		font-size:12px;
	}
	div.step section{
		height:200px;
		line-height:1.5;
		margin:5% 0;
		padding:3%;
		font-size:14px;
	}
	div.step section + p{
		margin-bottom:5%;
		font-size:12px;
	}
}


/* #confirm */
#confirm{
	display:none;
}
#confirm p{
	margin-bottom:1em;
	line-height:1.5;
}



/* #thanks */
#thanks{
	padding:60px 0 90px;
}
#thanks h2{
	line-height:1.5;
	font-size:28px;
}
#thanks p{
	margin-top:1.5em;
}
@media screen and (max-width:768px){
	#thanks{
		min-height:calc(100vh - 240px);
		padding:12% 0;
	}
	#thanks h2{
		font-size:4vw;
	}
}