/*
*******************************************************************************************************
# /ja/products/select-detailed/css/index.css
*******************************************************************************************************
*/

/*------------------------------------
	Override
------------------------------------*/

/*------------------------------------
	mod-btn
------------------------------------*/
.mod-btn-blueline {
	padding: 0;
	border: solid 1px #0090D7;
	background-color: #ffffff;
	color: #0090D7;
}
.mod-btn-blueline:hover {
	background-color: #e5f1fb;
	color: #0090D7;
}
.mod-btn-blueline .icn-plus {
	position: absolute;
	left: 12px;
	top: 50%;
	display: block;
	width: 25px;
	height: 25px;
	margin-top: -12px;
	border: solid 1px #0090D7;
	border-radius: 30px;
}
.mod-btn-blueline .icn-plus:before {
	content: "";
	position: absolute;
	left: 11px;
	top: 5px;
	display: block;
	width: 1px;
	height: 13px;
	background-color: #0090D7;
}
.mod-btn-blueline .icn-plus:after {
	content: "";
	position: absolute;
	left: 5px;
	top: 11px;
	display: block;
	width: 13px;
	height: 1px;
	background-color: #0090D7;
}

.mod-btn-redline .icn-minus {
	position: absolute;
	left: 12px;
	top: 50%;
	display: block;
	width: 25px;
	height: 25px;
	margin-top: -12px;
	border: solid 1px #CE4844;
	border-radius: 30px;
}
.mod-btn-redline .icn-minus:after {
	content: "";
	position: absolute;
	left: 5px;
	top: 11px;
	display: block;
	width: 13px;
	height: 1px;
	background-color: #CE4844;
}


/*------------------------------------
	parts
------------------------------------*/

/* caption */
.box-caption {
	margin-bottom: 32px;
	padding: 15px 30px;
	background-color: #EFF0F3;
}

/* box-terms */
.box-terms {
	height: 300px;
	margin-bottom: 40px;
	border: solid 1px #DDDDDD;
	font-size: 13px;
	overflow-y: scroll;
}
.box-terms > .box-inner {
	padding: 36px 40px 40px;
}
.box-terms .sttl {
	margin-bottom: 20px;
	font-size: 18px;
}

.box-terms dl {
	margin-top: 20px;
}
.box-terms dt {
	font-weight: bold;
}
.box-terms dd {
	margin-bottom: 20px;
}

/* input-check-text */
.input-check-text.box-line {
	text-align: center;
	padding-bottom: 20px;
	font-size: 18px;
}
.input-check-text .mod-checkbox input[type="checkbox"] + .checkbox {
	width: 24px;
	height: 24px;
	margin-right: 14px;
	top: 5px;
}
.input-check-text .mod-checkbox input[type="checkbox"] + .checkbox:after {
	left: 7px;
}

/* btn-area */
.box-submit {
}
.box-submit .btn-submit {
	width: 452px;
	margin: 0 auto;
}
.box-submit .btn-submit button {
	width: 100%;
}
.box-submit .btn-submit .mod-btn-blue {
	font-size: 18px;
}
.box-submit .btn-submit .mod-btn-blue .btn-inner {
	padding: 17px 10px 15px 10px;
}

.history-text {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.enactment {
	margin-top: 10px;
	margin-bottom: 15px;
	text-align: right;
}