@charset "utf-8";
.parent_list{
	/*display: none;*/
	padding-left: 10px;
	margin-bottom: 8px;
	margin-right: 35px;
	display: inline-block;
	position: relative;
}
.parent_list::before{
	content: '';
	width: 6px;
	height: 6px;
	display: inline-block;
	border-bottom: 2px solid #a99c7a;
	border-right: 2px solid #a99c7a;
	transform: rotate(-45deg) translateY(-65%);
	-webkit-transform: rotate(-45deg) translateY(-65%);
	margin: auto;
	margin-right: 6px;
	position: absolute;
	top: 50%;
	left: 0;
}
.parent_list span{
	display: none;
}

.form-layout{
	border-radius: 10px;
	width: 100%;
	border: 1px solid  #e0e0e0;
}
.form-layout h2{
	font-size: 115%;
	color: #614f38;
	padding: 15px 30px;
	font-weight: bold;
	border-bottom: 1px solid  #e0e0e0;
}
.form-layout .inner{
	padding:5px 50px 40px;
}
.s-item{
	display: table;
	width: 100%;
	min-height: 80px;
	border-bottom: 1px solid  #e0e0e0;
}

.s-item .head,
.s-item-inner{
	display: table-cell;
	vertical-align: middle;
	padding: 20px 0;
}
.getparent .s-item-inner{
	padding-bottom: 12px;
}
.s-item-inner.label{
	padding-bottom: 14px;/*ラベルのマージン分引いた余白*/
}
 .s-item .head{
	/*background: #f3efe6;*/
	padding-right:10px;
	font-weight: bold;
	width: 200px;
}
.s-item.pref{
	min-height: 160px;
}
#city_box,
#station_box{
	width: 100%!important;
}
#city_box dt,
#station_box dt{
	font-size: 108%;
	width: 100%!important;
	overflow: hidden;
	background:#eae4d2;
	margin: 8px 0 10px 0;
	padding: 7px 10px;
}
#city_box dt strong,
#station_box dt strong {
	float: left;
}
#city_box dt div,
#station_box dt div{
	float: right;
}
#city_box dt div a,
#station_box dt div a {
	margin-left: 11px;
	display: inline-block;
	background: #fff;
	font-size: 11px;
	padding: 3px 9px 4px;
	border-radius: 6px;
	box-shadow:0px -1px 0px 0px rgba(0,0,0,0.3) inset;
}
#city_box dt div a:hover,
#station_box dt div a:hover{
	box-shadow: none;
	padding: 3px 9px 3px;
	transform: translate3d(0, 1px, 0);
}
/*#city_box dt div a:last-child,
#station_box dt div a:last-child {
	display: none;
}閉じるボタン不要の時*/
#city_box dd,
#station_box dd{
}
#city_box dd:last-of-type,
#station_box dd:last-of-type{
	margin-bottom: 0;
}
#city_box span,
#station_box span{
	display: none;
}
.getparent label {
	display: inline-block;
	min-width: 15%;

}
/*ボタン関連デザイン*/
label{
	display: inline-block;
	min-width: 25%;
	margin: 0 10px 6px 0;
	cursor: pointer;
}

/*GetParentOptionsのチェックボックス*/
.getparent input[type="checkbox"]{
	-webkit-appearance: none;
	appearance: none;
	opacity:0;
	position:absolute;
	cursor: pointer;
	vertical-align: middle;
	margin-right: 6px;
}
.getparent dl label{
	background: url(/img/common/icon_checkbox.png) left top no-repeat;
	background-size:22px auto;
	height: 22px;
	line-height:22px;
	padding: 0 0 0 27px;
	cursor: pointer;
	overflow: hidden;
}
.getparent dl input[type='checkbox']:checked + label {
	background-position: left bottom!important;
}

span.ex{
	padding: 0 3px;
}
/*送信ボタン*/
.submit-btn{
	margin-top:30px;
	text-align:center;
}
.submit-btn input{
	width:390px;
	background:#2d2d2d;
	color:#fff;
	transition: 0.2s ;
	padding:24px 0!important;
	font-size:116%;
}
.submit-btn input:hover{
	color:#fff!;
	background-color:#a99c7a!important;
}
