.contents {
	width: 1560px;
	position: relative;
	margin: 0 auto 40px;
	font-family: 'Noto Sans JP', sans-serif;
}

.contents#desk h3 {
	width: 100%;
	height: 90px;
	background: url("../images/header_form.png") no-repeat center center;
}
.read{
	width: 1334px;
	margin: 0 auto;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 140%;
}
.read a{
	color: #F0BD0E;
	font-weight: 500;
}

#desk_wrap{
	width: 1254px;
	padding: 20px 40px;
	margin: 20px auto;
	font-weight: 300;
	font-size: 16px;
	line-height: 140%;
	background: #fff;
	color: #000;
}
#desk_wrap h5{
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom: 2px solid #0036C5;
	color: #0036C5;
	font-weight: 700;
	font-size: 24px;
	font-family: 'Noto Sans JP', sans-serif;
}

#desk_wrap .read{
	width: 100%;
	font-size: 14px;
	padding: 10px 0;
	font-weight: 500;
}

#desk_wrap .read a{
	color: #5B0DA8;
	font-weight: 700;
}


#desk_wrap dl{
	width: 100%;
	position: relative;
	margin: 20px 0;
}


#desk_wrap dl dt, #desk_wrap dl dd{
	width: 400px;
	min-height: 40px;
	font-family: 'Noto Sans JP', sans-serif;
}
#desk_wrap dl dd{
	margin-bottom: 20px;
	font-family: 'Noto Sans JP', sans-serif;
}

dl.check dt{
	color: #6D11AC;
	width: 1254px !important;
}
dl.check dd{
	font-size: 20px;
	font-weight: 700;
	color: #000;
	width: 1254px !important;
	border-bottom: 2px dotted #6D11AC;
}


#desk_wrap dl select{
	width: 400px;
	height: 40px;
	font-size: 16px;
}
#desk_wrap dl input{
	width: 392px;
	height: 40px;
	font-size: 16px;
}
#desk_wrap dl.form dt.toiawase{
	position: absolute;
	top: 0px;
	left: 420px;
}
#desk_wrap dl.form dd.toiawase{
	position: absolute;
	top: 40px;
	left: 420px;
	width: 800px;
}

#desk_wrap dl.check dt.toiawase, #desk_wrap dl.check dd.toiawase{
	position: relative;
	
}
#desk_wrap dl.check dd.toiawase{
	padding-bottom: 20px;
}



#desk_wrap dl dd.toiawase textarea{
	width: 800px;
	height: 250px;
	font-size: 16px;
}
#confirm{
	width: 380px;
	height: 54px;
	background: url("../images/ouen_check.png");
	margin: 40px auto;
}
#confirm a, .confirm_back a, .confirm_next a{
	line-height: 54px;
	display: block;
	text-indent: -9999px;
}
#confirm:hover, .confirm_back:hover, .confirm_next:hover{
	opacity: 0.7;
	transition: 0.3s all;
}
.confirm_back{
	width: 180px;
	height: 54px;
	background: url("../images/ouen_check01.png");
	float: left;
}
.confirm_next{
	width: 180px;
	height: 54px;
	background: url("../images/desk_check02.png");
	margin-left: 20px;
	float: left;
}

.btn{
	width: 380px;
	margin: 40px auto;
}


#sign{
	width: 466px;
	height: 70px;
	background: rgba(60,60,60,0.7);
}

.sign_size{
	width: 306px;
	height: 70px;
	padding: 14px 10px 0;
	text-align: left;
	font-size: 14px;
}

#tel_n{
	width: 100%;
	height: 80px;
	background: url("../images/tel_num.png") no-repeat left center;
}
#tel_n2{
	width: 100%;
	height: 80px;
	background: url("../images/tel_num2.png") no-repeat left center;
}


#tel_n a, #tel_n2 a{
	display: block;
	text-indent: -9999px;
	line-height: 80px;
}

.success{
	width: 792px;
	margin: 60px auto 0;
	padding-top: 520px;
	background: url("../images/desk_success.png") no-repeat center top;
}
