



/* TOPビジュアル *******************/
header {
	height: 350px;
	background-image: url(../img/repair_inquiry/header_bankin_form_bg_pc.png);
}
header h2 {
	text-align: center;
}
header h2 img {
	width: 100%;
	max-width: 520px;
	height: auto;
	margin-top: 20px;
}







/* CVエリア *******************/
section.cv {
	padding-top: 60px;
}
section.cv > p {
	font-size: 20px;
	font-weight: 400;
	color: #0F0F0F;
	line-height: 1.6;
	text-align: center;
	margin-bottom: 30px;
}
section.cv > div {
	width: 650px;
	margin: 60px auto 0;
}
section.cv > div > a {
	width: 100%;
	display: block;
	border-top: 2px solid #D74A31;
	border-bottom: 2px solid #D74A31;
	padding: 26px 0 26px 160px;
	position: relative;
}
section.cv > div a > p {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	width: max-content;
	font-size: 24px;
	font-weight: 500;
	color: #D74A31;
	text-align: center;
	margin-bottom: 20px;
	background-color: #fff;
	padding: 0 20px;
}
section.cv > div > a b {
	display: inline-block;
	font-size: 60px;
	font-weight: 600;
	color: #222222;
	line-height: 1;
	margin-bottom: 3px;
	position: relative;
}
section.cv > div > a b::before {
	position: absolute;
	top: 66%;
	left: -110px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	background-image: url(../img/repair_inquiry/icon_tel_red.png);
	content: '';
	display: inline-block;
	width: 90px;
	height: 90px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
}
section.cv > div > a span {
	display: block;
	font-size: 18px;
	font-weight: 400;
	color: #D74A31;
}










/* フォーム導入部分 *******************/
section.intro {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 40px;
}
section.intro h3 {
	width: 100%;
	font-size: 36px;
	font-weight: 500;
	color: #1F2150;
	margin: 80px auto 60px;
	max-width: 1200px;
	text-align: center;
	position: relative;
}
section.intro h3::before {
    content: "";
    display: block;
    border-top: solid 2px #1F2150;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
}
section.intro h3 p {
    padding: 0 30px;
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 5;
}
section.intro > div {
	width: 100%;
}
section.intro > div img {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
section.intro > div p {
	font-size: 15px;
	font-weight: 400;
	color: #333333;
	line-height: 1.6;
	margin-bottom: 10px;
}
section.intro > div ol li {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 15px;
	font-weight: 400;
	color: #333333;
	line-height: 1.6;
}
section.intro > div ol li::before {
	display: inline;
	position: static;
	content: "・";
}
span.require {
	display: inline;
	font-size: 13px;
	font-weight: 500;
	color: #FFF;
	line-height: 1.0;
	border-radius: 5px;
	margin-left: 0;
	margin-right: 10px;
	padding: 1px 5px;
	background: #DB0010;
}





/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width: 1079px) {
*{}
/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/







/* TOPビジュアル *******************/
header {
	height: 56vw;
	background-image: url(../img/repair_inquiry/header_bankin_form_bg_sp.png);
}
header h2 {
	height: calc(56vw - 68px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
header h2 img {
	width: 90%;
	max-width: 700px;
	height: auto;
	margin-top: 0px;
}







/* CVエリア *******************/
section.cv {
	padding-top: 20px;
}
section.cv > p {
	width: 90%;
	max-width: max-content;
	margin: 0 auto 50px;
	font-size: 15px;
	text-align: left;
}
section.cv > div {
	width: 90%;
	max-width: 400px;
	margin: 30px auto 0;
}
section.cv > div > a {
	width: 100%;
	margin: 0 auto;
	background-color: #D74A31;
	border-radius: 6px;
	border-top: none;
	border-bottom: none;
	padding: 21px 0 21px 90px;
}
section.cv > div a > p {
	font-size: 16px;
	color: #0F0F0F;
	top: -15px;
}
section.cv > div > a b {
	color: #fff;
	font-size: min(8vw,30px);
}
section.cv > div > a b::before {
	background-image: url(../img/repair_inquiry/icon_tel_white.png);
	width: 50px;
	height: 50px;
	top: 85%;
	left: -65px;
}
section.cv > div > a span {
	color: #fff;
	font-size: min(3.5vw,14px);
}







/* フォーム導入部分 *******************/
section.intro {
	width: 90%;
	max-width: 960px;
}
section.intro h3 {
	font-size: min(5vw,20px);
	margin: 40px auto 30px;
}
section.intro h3 p {
	padding: 0 10px;
}








/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
}
/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/