@charset "utf-8";
/* ===================================================================
CSS information

 file name  :form.css
 author     :Ability Consultant
style info  :トップページ設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	フォーム関連
----------------------------------------------------------- */

/* .con_intro　イントロ部分 */
#main .con_intro h3 {
	font-size: 15px;
	color: #785E2D;
	margin-bottom: 15px;
}

#main .con_intro .attention {
	background: #f6f4ef;
	color: #715535;
	padding: 10px;
	margin-bottom: 20px;
}

#main .con_intro p span,
#main form span {
	color: #C3001F;
}

#main .con_present {
	background: #f3eed8;
	padding: 10px 15px;
	margin-top: 30px;
}

#main .con_present h3 {
	font-size: 15px;
	color: #785E2D;
	margin-bottom: 5px;
	border-bottom: 1px dotted #b9b199;
}

#main .con_present .btn_red input {
	display: block;
	color: #fff;
	font-size: 14px;
	border: none;
	padding: 0 0 0 6px;
	background: url(../images/ic_arrow_w.png) 0px 6px no-repeat;
}

.nav_step {
	margin: 10px 0;
	border: 1px solid #ddd;
	overflow: hidden;
	font-size: 12px;
	background: #ddd; /* Old browsers */
}

.nav_step li{
	float: left;
}

.nav_step span{
	padding: 8px 5px 9px 20px;
	float: left;
	text-decoration: none;
	color: #444;
	position: relative;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	background-color: #eee;
	background-image: linear-gradient(to right, #f5f5f5, #eee);
}

.nav_step li:first-child span{
	padding-left: 10px;
}

.nav_step .current{
	background: #fff;
}

.nav_step span::after,
.nav_step span::before{
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1.5em;
	border-top: 1.5em solid transparent;
	border-bottom: 1.5em solid transparent;
	border-left: 1em solid;
	right: -1em;
}

.nav_step span::after{
	z-index: 2;
	border-left-color: #eee;
}

.nav_step span::before,
.nav_step span.current::before{
	border-left-color: #ccc;
	right: -1.1em;
	z-index: 1;
}

.nav_step span.current::after{
	border-left-color: #fff;
}

.nav_step .current{
	font-weight: bold;
}


/* form　個人情報の取扱いについて */

#main form h3 {
	margin-bottom: 15px;
}

#main form dl {
	margin-bottom: 15px;
}

#main form dl dt {
	color: #785E2D;
	font-size: 115%;
	font-weight:bold;
	margin-bottom: 5px;
}

#main form dl dd {
	border-bottom: 1px dotted #b9b199;
	padding-bottom: 15px;
}

#main form .con_submit input {
	border: none;
}


/* .con_form_pri　個人情報の取扱いについて */
#main .con_form_pri {
	margin: 30px 0 15px;
	border-bottom: 1px solid #b9b199;
}

#main .con_form_pri h4 {
	border: 1px solid #b9b199;
	border-bottom: none;
	display: block;
	padding: 20px 10px 20px 15px;
	color: #202020;
	font-size: 12px;
	font-weight: bold;;
	background: #fff url(../images/ic_arrow_r.png) 5px 23px no-repeat;
}

#main .con_form_pri .box_form_pri {
	display:none;
	padding: 10px;
	border-top: 1px dotted #b9b199;
	border-right: 1px solid #b9b199;
	border-left: 1px solid #b9b199;
}

#main .con_form_pri p {
	margin-bottom: 10px;
}

#main .con_form_pri .txt {
	background: #fff;
	padding: 10px 10px 0 10px;
	margin-bottom: 20px;
	border: 5px solid #f6f4ef;
}

#main .con_form_pri .txt ol li {
	list-style-type: decimal;
	margin-left: 20px;
	color: #C1022B;
	margin-bottom: 5px;
}

#main .con_form_pri .txt ol li ul {
	margin: 10px 0 25px;
}

#main .con_form_pri .txt ol li ul li {
	list-style-type: none;
	color: #000;
	margin-left: 0;
}


#main .con_form_pri dl dt {
	margin-bottom: 10px;
}

#main .con_form_pri dl dd {
	padding-left: 15px;
}

#main .con_form_pri .btn_back {
	text-align:center;
}

/* .con_submit　ボタン */
#main .con_submit {
	text-align: center;
}

#main .con_submit ul li {
	display: inline-block;
	padding: 5px;
	line-height: 120%;
}

#main .con_submit p {
	margin-bottom: 15px;
	text-align: left;
}

