@charset "utf-8";
#top {
	height: 75px;
	border-bottom: solid 5px #000;
	background: #64a128;
}
#top.biz {
	background-color: #518bcd;
}
#top.lease {
	border-color: #fa1a00;
}
#top .inner {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 0 2px;
}
#top .inner h1 {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	width: 1115px;
	height: 75px;
	padding-top: 4px;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	line-height: 34px;
	overflow: hidden;
}
#top .inner h1 span .grade {
	margin-left: 16px;
	font-weight: normal;
}
#estimation {
	margin: 40px 0 70px;
}
#estimation .inner {
	display: flex;
	justify-content: space-between;
}
#estimation .inner .left {
	width: 370px;
}
#estimation .inner .left .result {
	width: 370px;
	min-height: 452px;
	padding-top: 30px;
	background: url(../../img/pc/search/estimation/bg_result.webp) no-repeat;
}
#estimation .inner .left .biz {
	background-image: url(../../img/pc/search/estimation/bg_result_biz.webp);
}
#estimation .inner .left .fixed {
	position: fixed;
	top: 101px;
	z-index: 1;
}
#estimation .inner .left .result .fee {
	position: relative;
	width: 370px;
	height: 100px;
	color: #fff;
}
#estimation .inner .left .result .fee .month {
	position: absolute;
	top: 58px;
	left: 20px;
	font-size: 20px;
	font-weight: bold;
}
#estimation .inner .left .result .fee .num {
	position: absolute;
	bottom: 12px;
	right: 72px;
	font-size: 60px;
	font-weight: bold;
}
#estimation .inner .left .result .fee .sm {
	font-size: 52px;
}
#estimation .inner .left .result .fee .tax {
	position: absolute;
	top: 40px;
	right: 14px;
	font-size: 14px;
	font-weight: bold;
}
#estimation .inner .left .result .fee .yen {
	position: absolute;
	top: 58px;
	right: 40px;
	font-size: 20px;
	font-weight: bold;
}
#estimation .inner .left .result .plan {
	box-sizing: border-box;
	width: 330px;
	margin: 30px auto 0;
	padding: 15px;
	border: solid 1px #fff;
}
#estimation .inner .left .result .plan li {
	color: #fff;
	font-size: 16px;
}
#estimation .inner .left .result .plan li:nth-child(n+2) {
	margin-top: 10px;
}
#estimation .inner .left .result .btn-appl {
	display: none;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 330px;
	height: 70px;
	margin: 30px auto 0;
	padding-top: 3px;
	border: solid 2px #fac900;
	border-radius: 35px;
	background: #fac900 url(../../img/pc/common/icon_arrow_black_right.webp) no-repeat 300px center;
	background-size: 8px 14px;
	font-size: 22px;
	font-weight: bold;
	cursor: pointer;
}
#estimation .inner .left .result .btn-appl:hover {
	background-color: #fff;
}
#estimation .inner .left .result .mileage-note {
	box-sizing: border-box;
	width: 330px;
	margin: 30px auto 0;
	padding: 15px;
	background: #fff;
	border: solid 5px #fa1a00;
	font-size: 14px;
	line-height: 20px;
	color: #fa1a00;
}
#estimation .inner .right {
	width: 750px;
}
#estimation .inner .right .plan-select dl {
	margin-top: 40px;
}
#estimation .inner .right .plan-select dl:first-child {
	margin-top: 0
}
#estimation .inner .right .plan-select dl dt {
	display: flex;
	align-items: center;
	height: 50px;
	padding: 0 20px;
	border-radius: 3px;
	background: #eff2f5;
	font-size: 20px;
	font-weight: bold;
}
#estimation .inner .right .plan-select dl dt .link {
	font-size: 16px;
	font-weight: normal;
}
#estimation .inner .right .plan-select dl dt .link a {
	color: #225291;
}
#estimation .inner .right .plan-select dl dt .link a:hover {
	text-decoration: underline;
}
#estimation .inner .right .plan-select dl dd {
	margin-top: 10px;
}
#estimation .inner .right .plan-select dl dd select {
	height: 46px;
	padding: 2px 46px 0 20px;
	background-size: 46px 61px;
	font-size: 16px;
}
#estimation .inner .right .plan-select dl .option {
	border: solid 1px #d3d3d3;
}
#estimation .inner .right .plan-select dl .option .ttl {
	padding: 15px 20px;
	border-bottom: solid 1px #d3d3d3;
	font-size: 16px;
}
#estimation .inner .right .plan-select dl .option ul {
	margin: 15px;
}
#estimation .inner .right .plan-select dl .option ul li:nth-child(n+2) {
	margin-top: 20px;
}
#estimation .inner .right .plan-select dl .option ul li .cb {
	font-size: 16px;
}
#estimation .inner .right .plan-select dl .option ul li .cb label input {
	position: relative;
	top: 5px;
	margin-right: 8px;
}
#estimation .inner .right .plan-select dl .option ul li .detail {
	display: flex;
	margin: 10px 0 0 30px;
}
#estimation .inner .right .plan-select dl .option ul li .detail .thmb {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 100px;
	height: 60px;
	border: solid 1px #d2d2d2;
}
#estimation .inner .right .plan-select dl .option ul li .fee-txt {
	width: 560px;
	margin-left: 20px;
}
#estimation .inner .right .plan-select dl .option ul li .fee-txt .fee {
	margin-top: 5px;
	font-size: 14px;
	font-weight: bold;
}
#estimation .inner .right .plan-select dl .option ul li .fee-txt .txt {
	margin-top: 5px;
	font-size: 12px;
	line-height: 20px;
}
#estimation .inner .right .plan-select dl .option ul li .fee-txt .txt a {
	color: #225291;
}
#estimation .inner .right .plan-select dl .option ul li .fee-txt .txt a:hover {
	text-decoration: underline;
}
#extended_select {
	padding: 15px 0 0 10px;
	display: none;
}
#extended_select .top {
	margin-left: 10px;
	font-size: 14px;
}
#extended_select label {
	display: flex;
	align-items: flex-start;
	margin-top: 20px;
	font-size: 16px;
	line-height: 26px;
}
#extended_select label input[type="radio"] {
	top: 1px;
	border-radius: 3px;
}
#extended_select label input[type="radio"]:checked {
	background-image: url(../../img/pc/common/frm_checkbox.webp);
}
#extended_select label strong {
	font-weight: bold;
}
#extended_select label .fee {
	font-weight: bold;
}
#extended_select .note {
	margin-top: 30px;
	padding-left: 35px;
}
#extended_select .note li {
	padding-left: 10px;
	line-height: 20px;
	text-indent: -12px;
}
#extended_select .note li::before {
	content: "※";
}
#extended_select .modal {
	margin-top: 5px;
	padding-left: 45px;
}
#extended_select .modal a {
	color: #225291;
}
#extended_select .modal a:hover {
	text-decoration: underline;
}
#estimation .inner .right .btn-appl {
	display: none;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 420px;
	height: 70px;
	margin: 60px auto 0;
	padding-top: 3px;
	border: solid 2px #fac900;
	border-radius: 35px;
	background: #fac900 url(../../img/pc/common/icon_arrow_black_right.webp) no-repeat 390px center;
	background-size: 8px 14px;
	font-size: 22px;
	font-weight: bold;
	cursor: pointer;
}
#estimation .inner .right .btn-appl:hover {
	background-color: #fff;
}
.modal-content {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	padding: 30px 50px 50px;
	background: #fff;
}
.modal-content .btn-close {
	text-align: right;
}
.mfp-fade.mfp-bg {
	min-width: 1320px;
	background: rgba(0, 0, 0, 0.8);
	z-index: 1000;
	opacity: 0;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	transition: all .15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.95;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	transition: all .15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
#modal_extended_detail .main {
	margin-top: 30px;
}
#modal_extended_detail .main table {
	width: 100%;
}
#modal_extended_detail .main table th, #modal_extended_detail .main table td {
	box-sizing: border-box;
	padding: 15px 10px;
	border-collapse: separate;
	border: solid 1px #d3d3d3;
	font-size: 14px;
}
#modal_extended_detail .main table th {
	background: #eff2f5;
	font-weight: bold;
	text-align: center;
}
#modal_extended_detail .main table th:nth-child(1) {
	width: 280px;
}
#modal_extended_detail .main table th:nth-child(2) {
	width: 320px;
}
#modal_extended_detail .main table th:nth-child(3) {
	width: 599px;
}
#modal_extended_detail .main table td {
	line-height: 24px;
	vertical-align: middle;
}
#modal_extended_detail .main table td strong {
	font-weight: bold;
}