@charset "utf-8";

/* section */
section{
	width:1000px;
	margin:-1px auto 0;
	padding:10px 170px 150px;
	background-color:#afbacd;
}
section form > dl{
	text-align:left;
	font-size:23px;
	color:#4d4d4d;
}
section form > dl > dt{
	margin:30px 0 0;
	line-height:1.5;
}
section.confirm form > dl > dt{
	border-bottom:1px solid;
}
section form > dl > dt.hissu:after{
	content:'必須';
	display:inline-block;
	vertical-align:middle;
	font-size:13px;
	font-weight:normal;
	margin-left:0.5em;
	padding:0 0.3em;
	background-color:#df0012;
	color:#fff;
}
section.confirm form > dl > dd{
	padding:0 30px;
	font-weight:normal;
}
section form > dl + p{
	margin:30px 0 50px;
	padding-left:1em;
	font-size:20px;
	text-align:left;
	line-height:1.5;
}
section form ul{
	margin:50px 0;
}
section form ul li{
	display:inline-block;
	width:300px;
}
section form ul li:first-child{
	margin-right:5%;
}
#check_error2 + .error {
	text-align:center;
}
section > dl{
	color:#d0007f;
}
section > dl dt{
	font-size:29px;
}
section > dl dt:after{
	content:'';
	display:block;
	margin:auto;
	width:64px;
	height:1px;
	background-color:#4d4d4d;
}
section > dl dd a{
	font-size:56px;
	line-height:1.5;
	color:#d0007f;
}
section > dl dd:last-of-type{
	width:70%;
	line-height:1.5;
	margin:auto;
	font-size:25px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background-color:#808095;
	color:#fff;
}
section h3{
	margin:50px 0 30px;
	font-size:28px;
}

