@charset "UTF-8";


.wrp-formZone {
	padding-bottom:40px;
}

.aform-header {
	display:none;
}

.aform form dl {
	border-top: 1px dotted #bbb;
	border-bottom: 1px dotted #bbb;
	position:relative;
}

.aform form dl + dl {
	border-top: none;
	border-bottom: 1px dotted #bbb;
}

.aform form dl dt ,
.aform form dl dd {
	box-sizing:border-box;
	padding: 16px 38px;
	font-size: 14px;
	word-break: break-all;
	vertical-align: top;
	line-height: 1.8em;
	font-weight: normal;
}

.aform form dl dt {
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	width:340px;
	clear:both;
	float:left;
	background-color:#f5f5f2;
}

.aform .aform-horizontal-ul li {
	display:inline-block;
	margin-right:20px;
}

.aform form dl dd {
	margin:0 0 0 340px;
}

.aform form dl dd label {
	display:block;
}

.aform form dl dd input[type="radio"] {
	margin-right:5px;
	margin-top:4px;
}

.aform form dl dd .aform-radio-ul label {
	display:inline;
}

.aform form dl label.error {
	color:#a4002c;
}

.aform form dl dt .aform-required {
	position:absolute;
	right:38px;
	top:16px;
	background-color:#a4002c;
	color:#fff;
	padding:2px 5px;
}

.aform form .dl_af-career-confirm {
	border: 1px dotted #bbb;
	background-color:#f5f5f2;
	margin-top:40px;
}

.aform form#aform-confirm-form .dl_af-career-confirm {
	display:none;
}

.aform form .dl_af-career-confirm dt {
	display:none;
}

.aform form .dl_af-career-confirm dd {
	margin:0;
	text-align:center;
}

.aform form .dl_af-career-confirm dd li {
	text-align:center;
	line-height:1.2em;
}

.aform form .dl_af-career-confirm dd label {
	display:inline;
	padding-left:10px;
}

.aform form .dl_af-career-confirm dd label.error {
	text-align:center;
}

.aform-input-example ,
.aform-twice-note {
	color:#999999;
}

.aform-button-area {
	margin-top:40px;
}

.aform-button-area input {
	width:220px;
	padding:5px 20px;
	text-align:center;
	color:#FFFFFF;
	background-color:#525559;
}

.aform-button-area input:hover {
	background-color:#a4002c;
}

.pageHeader.confirm {
	margin-top:40px;
}

#aform_confirm_msg {
	margin-top:40px;
}

#aform_result {
	text-align:center;
	padding:30px 0 100px;
	font-size:18px;
	line-height:1.5em;
}


@media only screen and (min-width:1px) and (max-width:1024px){
	
	.wrp-formZone {
		padding-bottom:40px;
	}
	
	.aform-header {
		display:none;
	}
	
	.aform form dl {
		border-top: 1px dotted #bbb;
		border-bottom: 1px dotted #bbb;
		position:relative;
	}

	.aform form input {
		width:100%;
		box-sizing:border-box;
	}
	
	.aform form dl + dl {
		border-top: none;
		border-bottom: 1px dotted #bbb;
	}
	
	.aform form dl dt ,
	.aform form dl dd {
		box-sizing:border-box;
		padding: 8px 8px;
		font-size: 14px;
		word-break: break-all;
		vertical-align: top;
		line-height: 1.8em;
		font-weight: normal;
	}
	
	.aform form dl dt {
		position:relative;
		left:inherit;
		top:inherit;
		bottom:inherit;
		width:auto;
		clear:both;
		float:none;
		background-color:#f5f5f2;
	}
	
	.aform .aform-horizontal-ul li {
		display:block;
		margin-right:0;
	}
	
	.aform form dl dd {
		margin:0;
		padding: 8px 0;
	}
	
	.aform form dl dd label {
		display:block;
	}
	
	.aform form dl dd input[type="radio"] {
		margin-right:5px;
		margin-top:4px;
		text-align:left;
		display:inline;
		width:auto;
	}
	
	.aform form dl dd .aform-radio-ul label {
		display:inline;
	}
	
	.aform form dl label.error {
		color:#a4002c;
	}
	
	.aform form dl dt .aform-required {
		position:absolute;
		right:8px;
		top:10px;
		background-color:#a4002c;
		color:#fff;
		padding:4px 5px;
		font-size:12px;
		line-height:1em;
	}
	
	.aform form .dl_af-career-confirm {
		border: 1px dotted #bbb;
		background-color:#f5f5f2;
		margin-top:40px;
	}
	
	.aform form#aform-confirm-form .dl_af-career-confirm {
		display:none;
	}
	
	.aform form .dl_af-career-confirm dt {
		display:none;
	}
	
	.aform form .dl_af-career-confirm dd {
		margin:0;
		text-align:center;
	}
	
	.aform form .dl_af-career-confirm dd li {
		text-align:center;
		line-height:1.2em;
	}
	
	.aform form .dl_af-career-confirm dd label {
		display:inline;
		padding-left:10px;
	}
	
	.aform form .dl_af-career-confirm dd label.error {
		text-align:center;
	}
	
	.aform-input-example ,
	.aform-twice-note {
		color:#999999;
	}
	
	.aform-button-area {
		margin-top:40px;
	}
	
	.aform-button-area input {
		width:220px;
		padding:5px 20px;
		text-align:center;
		color:#FFFFFF;
		background-color:#525559;
	}
	
	.aform-button-area input:hover {
		background-color:#a4002c;
	}
	
	.pageHeader.confirm {
		margin-top:40px;
	}
	
	#aform_confirm_msg {
		margin-top:40px;
	}
	
	#aform_result {
		text-align:center;
		padding:30px 0 100px;
		font-size:18px;
		line-height:1.5em;
	}

}




@media only screen and (min-width:1px) and (max-width:1024px){

}
/* endMedia */
@media only screen and (min-width:1px) and (max-width:768px){

}
/* endMedia */



@media only screen and (min-width:1px) and (max-width:1024px){

}
/* endMedia */

