@charset "utf-8";

/* section */
section{
	max-width:800px;
	width:90%;
	margin:auto;
	padding:70px 0 100px;
}
section h1{
	line-height:2.4;
	display:inline-block;
	padding:0 2em;
	font-size:32px;
	color:#283A91;
	border-top:3px solid #283A91;
	border-bottom:3px solid #283A91;
}
section h1 + p{
	margin:60px 0 1.5em;
	font-size:20px;
	color:#283A91;
}
section h1 + p span{
	color:#E60012;
}
section form > dl{
	text-align:left;
	color:#3E3A39;
	font-size:20px;
}
section form > dl > dt{
	margin:20px 0 0.1em;
	line-height:1.5;
	font-weight:bold;
}
section form > dl > dt.hissu:after{
	content:'※';
	font-size:18px;
	font-weight:500;
	color:#E60012;
}
section form > dl > dt span{
	display:inline-block;
	vertical-align:0.2em;
	margin-left:1em;
	padding:0 0.5em;
	font-size:14px;
	border:1px solid #283A91;
	color:#283A91;
	background-color:#EFEFEF;
	border-radius:5px;
	letter-spacing:0.08em;
	text-indent:0.08em;
}
section form > dl > dd ul li{
	display:inline-block;
	width:14em;
	margin:0.5em 0;
}
section form > dl > dd.short{
	max-width:320px;
	width:100%;
	position:relative;
}
section form > dl > dd.short span{
	position:absolute;
	right:1em;
	top:50%;
	transform:translateY(-50%);
}
section form h3{
	margin:2em 0 1em;
	font-size:22px;
	color:#283A91;
}
section form h3 span{
	display:block;
	font-size:17px;
}
section form h3 + div{
	height:180px;
	margin-bottom:2em;
	overflow:auto;
	-webkit-overflow-scrolling: touch;
	line-height:1.5;
	padding:1.5em;
	background-color:#EFEFEF;
	text-align: justify;
	text-justify: inter-ideograph;
}
section form h3 + div dl dt{
	margin:1.5em 0;
}
section form h3 + div dl dd ul{
	margin:1em 0;
}
section form h3 + div dl dd ul li{
	padding-left:1.3em;
	text-indent:-1.3em;
}

@media screen and (max-width:1024px){
	section h1 + p .only_smart{
		display:block !important;
	}
}

@media screen and (max-width:768px){
	section{
		width:80%;
		margin:auto;
		padding:8% 0 10%;
	}
	section h1{
		line-height:2.1;
		padding:0 1em;
		font-size:5.8vw;
		border-top:2px solid #283A91;
		border-bottom:2px solid #283A91;
	}
	section h1 + p{
		margin:1.5em 0 1em;
		font-size:3.6vw;
	}
	section form > dl{
		font-size:16px;
	}
	section form > dl > dt{
		margin:5% 0 0.1em;
	}
	section form > dl > dt.hissu:after{
		font-size:16px;
	}
	section form > dl > dd ul li{
		font-size:16px;
	}
	section form h3{
		font-size:4vw;
	}
	section form h3 span{
		font-size:3.2vw;
	}
	section form h3 + div{
		height:160px;
		margin-bottom:1em;
		padding:1em;
	}
	section form h3 + div dl dt{
		margin:1.5em 0;
	}
	section form h3 + div dl dd ul{
		margin:1em 0;
	}
	section form h3 + div dl dd ul li{
		padding-left:1.3em;
		text-indent:-1.3em;
	}
	section form > label{
		max-width:90%;
		display:inline-block;
		font-size:14px;
		text-align:left;
	}
}


/* #confirm */
#confirm{
}
#confirm h1 + p{
	margin:1.5em 0;
}
#confirm form > div{
	padding:30px 50px;
	background-color:#EFEFEF;
}
#confirm form > div h3{
	margin:0 0 30px;
}
#confirm form > div dl{
	text-align:left;
}
#confirm form > div dl dt{
	margin:20px 0 0.1em;
	font-size:22px;
	font-weight:bold;
	text-indent:-0.5em;
}
#confirm form > div dl dd{
	font-size:18px;
}
@media screen and (max-width:768px){
	#confirm form > div{
		padding:5%;
	}
	#confirm form > div h3{
		margin:0 0 15px;
	}
	#confirm form > div dl dt{
		margin:5% 0 0.1em;
		font-size:3.6vw;
	}
	#confirm form > div dl dd{
		font-size:3.4vw;
	}
}


/* #thanks */
#thanks{
}
#thanks a{
	display:inline-block;
	width:300px;
	line-height:70px;
	margin:30px 0.5em 0;
	font-size:22px;
	font-weight:bold;
	background-color:#283A91;
	border-radius:35px;
	color:#fff;
}

@media screen and (max-width:768px){
	#thanks a{
		max-width:280px;
		width:75%;
		line-height:3.2;
		font-size:4vw;
	}
}

