@charset "UTF-8";

/*=======================================================
MV
=======================================================*/
article{
	background: #EFF8F1;
}
article:has(.bl_quotation){
	background: #fff;
	overflow: hidden;
}
.bl_lower_mv_ttl::before {
	content: "Result";
	bottom: -29px;
}
.bl_lower_mv_inner::after {
	content: "";
	background: url(../images/simulation/mv_img.png) top center/contain no-repeat;
	width: 131px;
	height: 131px;
	position: absolute;
	top: 19px;
	right: 210px;
}
@media screen and (max-width : 750px){
	.bl_lower_mv_ttl::before {
		bottom: -38px;
	}
	.bl_lower_mv_inner::after {
		top: 24px;
		right: 27px;
		width: 185px;
		height: 176px;
	}
}
/*=======================================================
result
=======================================================*/
.bl_result{
	padding: 40px 0 80px;
}
.bl_result .ly_cont_inner{
	background: #fff;
	border: 1px solid #AA81E2;
	padding: 0 0 56px;
}
.bl_result .ly_cont_inner::after{
	content: '';
	position: absolute;
	background: url(../images/simulation/zombie_illust03.png) top center / contain no-repeat;
	width: 149px;
	height: 174px;
	bottom: 22px;
	right: 56px;
}
.bl_result .el_sec_boxTtl{
	text-align: center;
	margin-bottom: 56px;
}
.bl_result_table{
	width: 520px;
	margin: 0 auto;
}
.bl_result_thead th{
	font-size: 20px;
	padding-bottom: 16px;
	border-bottom: 1px solid #707070;
	text-align: left;
}
.bl_result_thead th:last-of-type{
	text-align: right;
}
.bl_result_tbody th{
	font-weight: normal;
	padding: 16px 0;
	text-align: left;
	border-bottom: 1px solid #707070;
}
.bl_result_tbody td{
	text-align: right;
	border-bottom: 1px solid #707070;
}
.bl_result_price{
	width: 520px;
	margin: 0 auto;
}
.bl_result_price > div{
	display: flex;
	justify-content: space-between;
	padding: 16px 0;
	border-bottom: 1px solid #707070;
}
.bl_result_price > div:last-of-type{
	border-bottom: none;
	padding: 16px 0 0;
}
.bl_result_price > div:last-of-type dt,
.bl_result_price > div:last-of-type dd{
	font-size: 20px;
	font-weight: bold;
}
.bl_result_price + .el_att{
	width: 520px;
	font-size: 14px;
	color: #e66342;
	margin: 16px auto 0;
}
.bl_result .el_btn{
	font-size: 20px;
	width: 360px;
	height: 56px;
	margin: 32px auto 0;
}
.bl_result .el_btn.print{
	margin: 64px auto 0;
	border: 2px solid #7C31E1;
	background: #fff;
	color: #7C31E1;
	transition: ease 0.3s;
}
.bl_result .el_btn.print:hover{
	background: #7C31E1;
	color: #fff;
}
.bl_result .el_btn.cta{
	color: #fff;
	background: url(../images/simulation/btn_bg02.svg) top center/contain no-repeat;
}
.bl_result .el_btn.first{
	color: #fff;
	background: #350971;
}
@media screen and (max-width : 750px){
	.bl_result .ly_cont_inner::after{
		right: 0px;
		bottom: 8px;
		width: 116px;
		height: 154px;
	}
	.bl_result_table{
		width: 642px;
	}
	.bl_result_thead th{
		font-size: 32px;
		padding-bottom: 24px;
	}
	.bl_result_tbody th{
		padding: 24px 0;
	}
	.bl_result_price{
		width: 642px;
	}
	.bl_result_price > div{
		padding: 24px 0;
	}
	.bl_result_price > div:last-of-type{
		padding: 24px 0 0;
	}
	.bl_result_price > div:last-of-type dt,
	.bl_result_price > div:last-of-type dd{
		font-size: 32px;
	}
	.bl_result_price + .el_att{
		font-size: 22px;
		width: 100%;
		margin-left: 24px;
	}
	.bl_result .el_btn{
		font-size: 28px;
		width: 437px;
		height: 68px;
	}
	.bl_result .el_btn.print{
		display: none;
	}
	.bl_result .el_btn.cta{
		margin: 64px auto 0;
	}
}


/*=======================================================
quotation
=======================================================*/
.bl_quotation{
	padding: 40px 0 80px;
}
.bl_quotation .el_sec_mainTtl{
	font-size: 32px;
	text-align: center;
	/* padding: 56px ; */
	margin-bottom: 80px;
}
.bl_quo_head{
	width: 800px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
.bl_quo_left{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.bl_quo_left .el_name,
.bl_quo_left input{
	font-size: 24px;
	font-weight: bold;
}
.bl_quo_left .el_edit{
	color: blue;
	text-decoration: underline;
}
.bl_quo_right .bl_date{
	display: flex;
	justify-content: flex-end;
	font-size: 14px;
	margin-bottom: 40px;
}
.bl_quo_right address{
	font-size: 16px;
}
.bl_quo_right .el_asobilab{
	font-size: 18px;
}
.bl_quotation .bl_result_table{
	margin-top: 80px;
	width: 700px;
}
.bl_quotation .bl_result_price{
	width: 700px;
}
.bl_quotation .bl_result_price + .el_att{
	width: 700px;
}
.bl_quotation .bl_btnList{
	display: flex;
	justify-content: center;
	gap: 32px;
	margin-top: 120px;
}
.bl_quotation .bl_btnList .el_btn.back{
	width: 180px;
	height: 56px;
	background: #fff;
	color: #7C31E1;
	border: 2px solid #7C31E1;
}
.bl_quotation .bl_btnList .el_btn.print{
	width: 360px;
	height: 56px;
	font-size: 20px;
	color: #fff;
	background: url(../images/simulation/btn_bg02.svg) top center/contain no-repeat;
}
@media screen and (max-width : 750px){
	.bl_quotation{
		overflow: scroll;
	}
	.bl_quotation .ly_cont_inner{
		width: 860px;
		padding: 0 30px;
	}
	.bl_quotation .bl_result_table{
		width: 520px;
		margin: 80px auto 0;
	}
	.bl_quotation .bl_result_thead th{
		font-size: 20px;
		padding-bottom: 16px;
		border-bottom: 1px solid #707070;
		text-align: left;
	}
	.bl_quotation .bl_result_thead th:last-of-type{
		text-align: right;
	}
	.bl_quotation .bl_result_tbody th{
		font-size: 17px;
		font-weight: normal;
		padding: 16px 0;
		text-align: left;
		border-bottom: 1px solid #707070;
	}
	.bl_quotation .bl_result_tbody td{
		font-size: 17px;
		text-align: right;
		border-bottom: 1px solid #707070;
	}
	.bl_quotation .bl_result_price{
		width: 520px;
		margin: 0 auto;
	}
	.bl_quotation .bl_result_price > div{
		font-size: 17px;
		display: flex;
		justify-content: space-between;
		padding: 16px 0;
		border-bottom: 1px solid #707070;
	}
	.bl_quotation .bl_result_price > div:last-of-type{
		border-bottom: none;
		padding: 16px 0 0;
	}
	.bl_quotation .bl_result_price > div:last-of-type dt,
	.bl_quotation .bl_result_price > div:last-of-type dd{
		font-size: 20px;
		font-weight: bold;
	}
	.bl_quotation .bl_result_price + .el_att{
		width: 520px;
		font-size: 14px;
		margin: 16px auto 0;
	}
	.bl_quotation .bl_btnList{
		width: 860px;
		margin: 120px auto 0;
	}
	.bl_quotation .bl_btnList .el_btn.back{
		width: 180px;
		height: 68px;
	}
	.bl_quotation .bl_btnList .el_btn.print{
		width: 437px;
		height: 68px;
		font-size: 32px;
	}
}