.jsDl{ margin-left : 0 ! important; }
.w200{
	min-width : 200px;
}
.mb0{
	margin-bottom : 0 ! important;
}
select{
	padding: 0 15px;
	height: 36px;
	box-sizing: border-box;
	font-size: 1.4rem;
	border: 1px solid #ccc;
	background-color : #f5f5f5;
	border-radius: 2px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	letter-spacing: 0.7px;
	background-image: url("../../svg/i_arrow_down.svg");
	background-repeat: no-repeat;
	background-size: 14px 8px;
	background-position: right 10px center;
}
select optgroup{
	font-style : normal;
	color : #0747A6;
}

#main .readOnly{
	border: 0 ! important;
	background : #fff ! important;
}

#agreeBox{
	width : 380px;
	margin : auto;
	text-align : center;
}
#agreeBox label{
	font-size: 1.4em;
	display : inline-block;
	margin-bottom : 2em;
}
#submit {
	display: -webkit-flex;
	display : flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center;
	font-size: 0;
}
#submit .goBack, #submit .goCheck {
	margin: 0 10px;
	display: inline-block;
	position: relative;
	width: 180px;
	text-align: center;
}
#submit  .goBack a {
	margin: 0 10px;
	display: block;
	position: relative;
	width: 180px;
	text-align: center;
	padding: 13px 5px;
	color: #0747a6;
	width: 100%;
	font-size: 1.4rem;
	font-weight: bold;
	box-sizing: border-box;
	border: 2px solid #0747a6;
	background: #fff;
	border-radius: 50px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}
#submit  .goBack:before {
	margin-top: -3px;
	position: absolute;
	width: 5px;
	height: 5px;
	right: auto;
	left: 15px;
	top: 50%;
	display: inline-block;
	border-right: 2px solid #0747a6;
	border-bottom: 2px solid #0747a6;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	content: "";
	pointer-events: none;
}
#submit  .goBack a:before {
	margin-top: -3px;
	position: absolute;
	width: 5px;
	height: 5px;
	right: auto;
	left: 15px;
	top: 50%;
	display: inline-block;
	border-right: 2px solid #0747a6;
	border-bottom: 2px solid #0747a6;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	content: "";
	pointer-events: none;
}
#submit .goCheck{
	display: inline-block;
	width : 180px;
	pointer-events: none;
}
#submit  .goCheck input{
	padding: 13px 5px;
	color: #ccc;
	width: 100%;
	font-size: 1.4rem;
	font-weight: bold;
	box-sizing: border-box;
	border: 2px solid #ccc;
	background: #fff;
	border-radius: 50px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	margin: 0 10px;
}
#submit  .goCheck:before {
	margin-top: -3px;
	position: absolute;
	width: 5px;
	height: 5px;
	right: 15px;
	top: 50%;
	display: inline-block;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	content: "";
	pointer-events: none;
}
#agree:checked ~ #submit .goCheck{
	pointer-events: auto;
}
#agree:checked ~ #submit  .goCheck input{
	color: #0747a6;
	border: 2px solid #0747a6;
}
#agree:checked ~ #submit .goCheck:before{
	border-right: 2px solid #0747a6;
	border-bottom: 2px solid #0747a6;
}
