/*
*******************************************************************************************************
# /ja/member/products/select-rvw/css/index.css
*******************************************************************************************************
*/

/*------------------------------------
	Override
------------------------------------*/
@media print {
	* {
		/* background: transparent !important;
		color: black !important;
		filter: none !important;
		-ms-filter: none !important; */
	}
	body {
		font-size: 12pt;
		max-width: 100%;
		-webkit-print-color-adjust: exact;
	}
	.btn-inquiry, .wrp-Language-bar, .wrp-menu, .wrp-topicpath, .wrp-footer, .mod-button-wrap, .wrp-submenu {
		display: none !important;
	}
}



/*------------------------------------
	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 .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;
}
.enactment {
	margin-top: 10px;
	margin-bottom: 15px;
	text-align: right;
}

/* /select-rvw/index.html */
.menu-box {
	border: 1px solid #DDDDDD;
	padding: 32px 40px;
	margin-bottom: -1px;
}
.menu-box-inner {
	display: flex;
	flex-wrap: nowrap;
	gap: 40px;
	align-items: center;
}
.menu-box-figure {
	flex: 0 0 158px;
	max-width: 158px;
	margin: 0;
}
.menu-box-text {
	flex-grow: 1;
	font-size: 15px;
	font-weight: 500;
}
.menu-box-text h2 {
	font-size: 20px;
}
.menu-box-button {
	flex: 0 0 280px;
	width: 280px;
	padding-left: 30px;
}
.menu-box-button [class*="mod-btn"] .btn-inner {
	padding: 18px 10px;
}
/* text */
.box-caption {
	margin-bottom: 32px;
	padding: 15px 30px;
	background-color: #EFF0F3;
}
.list-table li .sttl {
	font-weight: bold;
	margin-bottom: 6px;
	line-height: 1.4;
}
.list-table li .sttl span {
	display: inline;
	margin-left: 10px;
	font-weight: normal;
	font-size: 13px;
}
.box-autocal li>.box-inner {
	margin: 24px 0 28px 50px;
}
.table-input .btn-result a .btn-inner {
	padding: 12px 12px 12px 48px;
}