@charset "UTF-8";

.page_top {
}

.pnkz {
}

.pnkz_wrap {
}

.pnkz_list {
}

.page_top_wrap {
}

.page_top_ttl {
}

.intro {
	padding: 88px 0 98px;
}

.intro_wrap {
}

.intro_catch {
	margin-bottom: 88px;
}

.intro_catch h2 {
	margin-bottom: 26px;
	font-weight: bold;
	font-size: 26px;
}

.intro_catch p {
}

.intro_img {
	position: relative;
	width: 100%;
	height: 309px;
}

.intro_img_wrap {
	position: absolute;
	width: calc(100% + 40px + ((100dvw - 1240px)/2));
	min-width: 1200px;
	height: 100%;
}

.intro_img_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;

	object-position: top;
}

.cnt {
}

.cnt_wrap {
}

.cnt_box {
	border-top: 1px solid #cccccc;
}

.cnt_box:last-child {
	border-bottom: 1px solid #cccccc;
}

.cnt_box_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 40px;
	position: relative;
	padding: 40px 0;
}

.cnt_tbl .cnt_box_wrap,
.cnt_repair .cnt_box_wrap {
	flex-flow: column;
	justify-content: unset;
	align-items: unset;
}

.cnt_box_txt {
}

.cnt_box_txt_ttl {
	margin-bottom: 12px;
	font-weight: bold;
	font-size: 40px;
}

.cnt_box_txt_ttl::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 81px;
	height: 4px;
	border-radius: 9999px;
	background: #e2090c;
}

.cnt_box_txt_cnt {
	max-width: 450px;
}

.cnt_tbl .cnt_box_txt_cnt,
.cnt_repair .cnt_box_txt_cnt {
	max-width: unset;
}

.cnt_box_mail {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 560px;
	margin-top: 19px;
	padding: 36px 41px 41px;
	border-radius: 12px;
	background: #f5f5f5;
}

.cnt_box_mail p {
	font-weight: bold;
	font-size: 18px;
}

.cnt_box_mail p span {
	color: #e2090c;
}

.cnt_box_mail a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
	width: 225px;
	height: 45px;
	border-radius: 9999px;
	background: #e2090c;
	color: #ffffff;
	font-weight: bold;
}

.cnt_box_mail a .icon-mail-itel {
	font-size: 13px;
}

.cnt_box_img {
	width: 560px;
	overflow: hidden;
	border-radius: 12px;
}

.cnt_tbl_cnt table {
	width: 100%;
	border: #cccccc 1px solid;
	font-weight: bold;
}

.cnt_tbl_cnt table thead {
}

.cnt_tbl_cnt table thead tr {
	height: 78px;
	background: #e2090c;
}

.cnt_tbl_cnt table thead tr th {
	width: 150px;
	border-right: #cccccc 1px solid;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
}

.cnt_tbl_cnt table thead tr th:last-child {
	border-right: unset;
}

.cnt_tbl_cnt table thead tr th:first-child {
	width: 260px;
}

.cnt_tbl_cnt table tbody {
}

.cnt_tbl_cnt table tbody tr {
	height: 78px;
}

.cnt_tbl_cnt table tbody tr:nth-child(even) {
	background: #f5f5f5;
}

.cnt_tbl_cnt table tbody tr th {
	width: 260px;
	padding: 0 30px;
	border-right: #cccccc 1px solid;
	vertical-align: middle;
}

.cnt_tbl_cnt table tbody tr td {
	width: 150px;
	border-right: #cccccc 1px solid;
	text-align: center;
	vertical-align: middle;
}

.cnt_tbl_cnt table tbody tr td:last-child {
	border-right: unset;
}

.cnt_tbl_txt {
	margin-top: 21px;
}

.cnt_tbl_txt.mgn-btm {
	margin-bottom: 50px;
}

.cnt_deal {
}

.cnt_deal_wrap {
	padding: 40px 60px 40px;
	border-radius: 12px;
	background: #f5f5f5;
}

.cnt_deal_ttl {
	margin-bottom: 22px;
	font-weight: bold;
	text-align: center;
}

.cnt_deal_ttl p {
}

.cnt_deal_ttl h3 {
	color: #e2090c;
	font-size: 26px;
}

.cnt_deal_cnt {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 25px;
}

.cnt_deal_box {
	position: relative;
	padding: 41px 17px 20px 41px;
	overflow: hidden;
	border-radius: 12px;
	background: #ffffff;
}

.cnt_deal_box_num {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 42px;
	height: 42px;
	border-radius: 0 0 12px 0;
	background: #e2090c;
	color: #ffffff;
	font-weight: 600;
	font-size: 21px;
}

.cnt_deal_box_txt {
}

.cnt_repair .cnt_box_wrap {
	padding: 76px 0 120px;
}

.cnt_repair_cnt {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 36px;
}

.cnt_repair_detail {
	display: flex;
	height: 123px;
	overflow: hidden;
	border-radius: 12px;
}

.cnt_repair_detail_ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 148px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

.insurance .cnt_repair_detail_ttl {
	background: #e2090c;
}

.loan .cnt_repair_detail_ttl {
	background: #333333;
}

.cnt_repair_detail_txt {
	display: flex;
	align-items: center;
	width: calc(100% - 148px);
	padding: 0 33px;
	background: #f5f5f5;
}


.inspection_fee {
	margin-bottom: 40px;
}

.inspection_fee_ttl {
	font-size: 30px;
	margin-bottom: 20px;
}

.inspection_fee .cnt_tbl_cnt {
	/* max-width: 500px; */
}

.inspection_fee .cnt_tbl_cnt table {
	width: 100%;
	border: #cccccc 1px solid;
	font-weight: bold;
}

.inspection_fee .length {
	writing-mode: vertical-rl;
	text-align: center;
	white-space: nowrap;
	/* border-bottom: unset; */
}

.inspection_fee .cnt_tbl_cnt table thead {
}

.inspection_fee .cnt_tbl_cnt table thead tr {
	height: 78px;
	background: #e2090c;
}

.inspection_fee .cnt_tbl_cnt table thead tr th {
	width: 34%;
	border-right: #cccccc 1px solid;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
}

.inspection_fee .cnt_tbl_cnt table thead tr th:last-child {
	/* border-right: unset; */
}

.inspection_fee .cnt_tbl_cnt table thead tr th:first-child {
	/* width: 260px; */
}

.inspection_fee .cnt_tbl_cnt table tbody {
}

.inspection_fee .cnt_tbl_cnt table tbody tr {
	height: 50px;
}

.inspection_fee .cnt_tbl_cnt table tbody tr:nth-child(even) {
	background: unset;
	border-bottom: solid 1px #cccccc;
}

.inspection_fee .br_bottom {
	border-bottom: solid 1px #e3e0e0;
	width: 100%;
	display: block;
}

.inspection_fee .bg-gray {
	background: #f5f5f5;
}

.inspection_fee .mgn {
	margin-top: -24px;
    display: block;
}

.inspection_fee .light_br_bottom {
	border-bottom: solid 1px #cccccc;
}

.inspection_fee .tr_br_bottom {
	border-bottom: solid 1px #cccccc !important;
}

.inspection_fee .cnt_tbl_cnt table tbody tr th {
	width: 10%;
	padding: 0 30px;
	border-right: #cccccc 1px solid;
	vertical-align: middle;
}

.inspection_fee .cnt_tbl_cnt table tbody tr td {
	width: 150px;
	border-right: #cccccc 1px solid;
	text-align: center;
	vertical-align: middle;
}

.inspection_fee .cnt_tbl_cnt table tbody tr td:last-child {
	/* border-right: unset; */
}

@media screen and (max-width:1240px) {
}

@media screen and (max-width:768px) {
	.page_top {
	}

	.pnkz {
	}

	.pnkz_wrap {
	}

	.pnkz_list {
	}

	.page_top_wrap {
	}

	.page_top_ttl {
	}

	.intro {
		padding: 55px 0 85px;
	}

	.intro_wrap {
	}

	.intro_catch {
		margin-bottom: 30px;
	}

	.intro_catch h2 {
	}

	.intro_catch p {
	}

	.intro_img {
		height: 110px;
	}

	.intro_img_wrap {
		top: 0;
		left: 0;
		width: calc(100% + 24px);
		min-width: unset;
	}

	.intro_img_wrap img {
	}

	.cnt {
	}

	.cnt_wrap {
	}

	.cnt_box {
	}

	.cnt_box:last-child {
	}

	.cnt_box_wrap {
		flex-flow: column;
		gap: 35px;
		padding: 45px 0 60px;
	}

	.cnt_box_txt {
	}

	.cnt_box_txt_ttl {
		font-size: 32px;
	}

	.cnt_box_txt_ttl::after {
	}

	.cnt_box_txt_cnt {
	}

	.cnt_box_mail {
		flex-flow: column;
		width: 100%;
		max-width: 400px;
		margin: 20px auto 0;
		padding: 20px;
		text-align: center;
	}

	.cnt_box_mail p {
	}

	.cnt_box_mail p span {
	}

	.cnt_box_mail a {
	}

	.cnt_box_mail a .icon-mail-itel {
	}

	.cnt_box_img {
		width: 100%;
		max-width: 400px;
	}

	.cnt_bnr {
		max-width: 374px;
		margin: 0 auto;
		padding: 40px 0 50px;
	}

	.cnt_tbl_cnt {
		width: 100%;
		overflow: scroll;
	}

	.cnt_tbl_cnt table {
		width: 900px;
		border-collapse: separate;
	}

	.cnt_tbl_cnt table thead {
	}

	.cnt_tbl_cnt table thead tr {
	}

	.cnt_tbl_cnt table thead tr th {
		position: sticky;
		width: 230px;
	}

	.cnt_tbl_cnt table thead tr th:last-child {
	}

	.cnt_tbl_cnt table thead tr th:first-child {
		position: -webkit-sticky;
		position:         sticky;
		left: 0;
		z-index: 10;
		width: 250px;
		background: #e2090c;
	}

	.cnt_tbl_cnt table tbody {
	}

	.cnt_tbl_cnt table tbody tr {
	}

	.cnt_tbl_cnt table tbody tr:nth-child(even) {
	}

	.cnt_tbl_cnt table tbody tr th {
		position: -webkit-sticky;
		position:         sticky;
		left: 0;
		background: #ffffff;
	}

	.cnt_tbl_cnt table tbody tr:nth-child(even) th {
		background: #f5f5f5;
	}

	.cnt_tbl_cnt table tbody tr td {
	}

	.cnt_tbl_cnt table tbody tr td:last-child {
	}

	.cnt_tbl_txt {
		display: flex;
		flex-flow: column;
		gap: 20px;
		margin-top: 0;
	}

	.cnt_deal {
	}

	.cnt_deal_wrap {
		max-width: 400px;
		margin: 0 auto;
		padding: 45px 24px 50px;
	}

	.cnt_deal_ttl {
	}

	.cnt_deal_ttl p {
	}

	.cnt_deal_ttl h3 {
	}

	.cnt_deal_cnt {
		grid-template-columns: 1fr;
		gap: 15px;
	}

	.cnt_deal_box {
	}

	.cnt_deal_box_num {
	}

	.cnt_deal_box_txt {
	}

	.cnt_repair .cnt_box_wrap {
		padding: 48px 0 70px;
	}

	.cnt_repair_cnt {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.cnt_repair_detail {
		height: 101px;
	}

	.cnt_repair_detail_ttl {
		width: 95px;
	}

	.insurance .cnt_repair_detail_ttl {
	}

	.loan .cnt_repair_detail_ttl {
	}

	.cnt_repair_detail_txt {
		width: calc(100% - 95px);
		padding: 0 7px;
	}

	.inspection_fee {}
	
	.inspection_fee_ttl {}
	
	.inspection_fee .cnt_tbl_cnt {
		margin: 0 auto;
	}
	
	.inspection_fee .cnt_tbl_cnt table {
		border-collapse: unset;
	}
	
	.inspection_fee .length {
	}

	.br_btm {
		border-bottom: solid 1px #cccccc;
	}
	
	.inspection_fee .cnt_tbl_cnt table thead {}




	.inspection_fee .cnt_tbl_cnt table thead tr {
		height: 78px;
		background: #e2090c;
	}
	
	.inspection_fee .cnt_tbl_cnt table thead tr th {
		width: 40%;
	}
	
	.inspection_fee .cnt_tbl_cnt table thead tr th:last-child {
	}
	
	.inspection_fee .cnt_tbl_cnt table thead tr th:first-child {
		width: 260px;
	}
	
	.inspection_fee .cnt_tbl_cnt table thead tr {}
	
	.inspection_fee .cnt_tbl_cnt table thead tr th {
		width: 55%;
		/* position: relative; */
	}
	
	.inspection_fee .cnt_tbl_cnt table thead tr th:last-child {
		border-right: unset;
	}
	
	.inspection_fee .cnt_tbl_cnt table thead tr th:first-child {
		/* position: relative; */
	}
	
	.inspection_fee .cnt_tbl_cnt table tbody {
	}
	
	.inspection_fee .cnt_tbl_cnt table tbody tr {
		height: 50px;
	}
	
	.inspection_fee .cnt_tbl_cnt table tbody tr:nth-child(even) {}
	
	.inspection_fee .br_right {
		border-right: #cccccc solid 1px !important; 
	}

	.inspection_fee .br_bottom {}
	
	.inspection_fee .bg-gray {}
	
	.inspection_fee .mgn {}
	
	.inspection_fee .light_br_bottom {
		border-bottom: solid 1px #cccccc;
		/* position: relative; */
	}
	
	.inspection_fee .tr_br_bottom {
		border-bottom: unset;
		/* position: relative; */
	}
	
	.inspection_fee .cnt_tbl_cnt table tbody tr th:last-child  {
		border-bottom: unset !important;
	}

	.inspection_fee .cnt_tbl_cnt table tbody td {
		/* border-bottom: solid 1px #cccccc; */
	}
	
	
	.inspection_fee .cnt_tbl_cnt table tbody tr td:last-child {
		border-right: unset;
	}

	.inspection_fee .cnt_tbl_txt {
		margin-top: 20px;
	}
}
