/* TOPビジュアル *******************/
header {
	height: 350px;
	background-image: url(../img/repair/header_bankin_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-bottom: 60px;
}
section.cv > div {
	width: 650px;
	margin: 60px auto 0;
}
section.cv > div > p:nth-of-type(1) {
	font-size: 24px;
	font-weight: 500;
	color: #0F0F0F;
	text-align: center;
	margin-bottom: 20px;
}
section.cv > div > a {
	width: 100%;
	display: block;
	border-top: 2px solid #D74A31;
	border-bottom: 2px solid #D74A31;
	padding: 26px 0 26px 160px;
}
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/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.cv > div > p:nth-of-type(2) {
	font-size: 20px;
	font-weight: 500;
	color: #0F0F0F;
	text-align: center;
	margin-top: 20px;
}
section.cv > div > p:nth-of-type(2) a {
	color: #235EE3;
	border-bottom: 1px solid #235EE3;
}
/*hover*/
section.cv > div > p:nth-of-type(2) a:hover {
	color: #D74A31;
	border-bottom: 1px solid #D74A31;
}
section.cv > p {
	width: 860px;
	margin: 30px auto 0;
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	line-height: 1.6;
	padding-left: 1em;
	text-indent: -1em;
}
section.cv > p::before {
	display: inline;
	position: static;
	content: "※";
}






/* こんなお悩みありませんか？ *******************/
section.nayami {
	background-color: #E9E9F0;
	padding-bottom: 60px;
}
section.nayami h3 {
	width: 100%;
	height: 334px;
	background-image: url(../img/repair/nayami_pc.png);
	background-position: top center;
	background-repeat: no-repeat;
}
section.nayami h3 div {
	width: 1080px;
	margin: 0 auto;
	position: relative;
}
section.nayami h3 img {
	width: 670px;
	height: auto;
	position: absolute;
	top: 70px;
	left: 0;
}
section.nayami h4 {
	width: 1080px;
	margin: 60px auto 40px;
	font-size: 28px;
	font-weight: 500;
	color: #1F2150;
	text-align: center;
	padding: 16px 0;
	border-top: 2px solid #1F2150;
	border-bottom: 2px solid #1F2150;
}
section.nayami ul {
	width: 896px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
section.nayami ul li {
	width: 280px;
	background-color: #fff;
	border-radius: 12px;
	text-align: center;
	padding-top: 22px;
	padding-bottom: 36px;
	margin-bottom: 27px;
}
section.nayami ul li img {
	width: 155px;
	height: auto;
}
section.nayami ul li p {
	font-size: 18px;
	font-weight: 400;
	color: #0F0F0F;
	line-height: 1.4;
}







/* それらのお悩みも解決 *******************/
section.kaiketsu {
	background-color: #E9E9F0;
	padding-bottom: 120px;
}
section.kaiketsu h3 {
	width: 100%;
	height: 350px;
	background-image: url(../img/repair/kaiketsu_pc.png);
	background-position: top center;
	background-repeat: no-repeat;
}
section.kaiketsu h3 div {
	width: 1080px;
	margin: 0 auto;
	position: relative;
}
section.kaiketsu h3 div img {
	width: 100%;
	height: auto;
}
/*お得な理由*/
section.kaiketsu h4 {
	width: 100%;
	max-width: 1200px;
	margin: 80px auto;
	text-align: center;
	position: relative;
	font-size: 36px;
	font-weight: bold;
	color: #1F2150;
}
section.kaiketsu h4::before {
	content: "";
	display: block;
	border-top: solid 2px #1F2150;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	z-index: 1;
}
section.kaiketsu h4 p {
	display: inline-block;
	background: #E9E9F0;
	padding: 0 60px;
	position: relative;
	z-index: 5;
}
section.kaiketsu div.cont {
	width: 1080px;
	margin: 0 auto 80px;
	display: flex;
}
section.kaiketsu div.cont img {
	width: 510px;
	height: auto;
}
section.kaiketsu div.cont div {
	width: calc(100% - 510px);
}
section.kaiketsu div.cont div h5 {
	font-size: 30px;
	font-weight: 500;
	color: #1F2150;
	padding-bottom: 15px;
	padding-left: 30px;
	border-bottom: 1px solid #1F2150;
}
section.kaiketsu div.cont.lf div h5 {
	padding-left: 0px;
	padding-right: 30px;
}
section.kaiketsu div.cont div p {
	font-size: 18px;
	font-weight: 400;
	color: #0F0F0F;
	line-height: 1.6;
	margin-top: 20px;
	margin-left: 30px;
}
section.kaiketsu div.cont.lf div p {
	margin-left: 0px;
	margin-right: 30px;
}
/*バナー*/
section.kaiketsu ul.bnr {
	width: 90%;
	max-width: 1200px;
	margin: 80px auto 0;
	display: flex;
	justify-content: space-between;
}
section.kaiketsu ul.bnr li {
	width: 48%;
}
section.kaiketsu ul.bnr a {
	width: 100%;
	display: block;
}
/*hover*/
section.kaiketsu ul.bnr a:hover {
	opacity: 0.8;
	box-shadow: 0px 0px 0px 1px #1F2150;
}
section.kaiketsu ul.bnr a img {
	width: 100%;
	height: auto;
}
section.kaiketsu ul.bnr p {
	font-size: 20px;
	font-weight: 400;
	color: #000000;
	line-height: 1.6;
	text-align: left;
	margin-top: 20px;
}






/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width: 1079px) {
*{}
/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/






/* TOPビジュアル *******************/
header {
	height: 56vw;
	background-image: url(../img/repair/header_bankin_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: 500px;
	height: auto;
	margin-top: 0px;
}







/* 	CVエリア *******************/
section.cv {
	padding-bottom: 30px;
}
section.cv > div {
	width: 90%;
	max-width: 400px;
	margin: 30px auto 0;
}
section.cv > div > p:nth-of-type(1) {
	font-size: 16px;
}
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 b {
	color: #fff;
	font-size: min(7vw,30px);
}
section.cv > div > a b::before {
	background-image: url(../img/repair/icon_tel_white.png);
	width: 50px;
	height: 50px;
	top: 85%;
	left: -65px;
}
section.cv > div > a span {
	color: #fff;
	font-size: min(3vw,14px);
}
section.cv > div > p:nth-of-type(2) {
	font-size: min(4vw,15px);
}
section.cv > p {
	width: 90%;
	max-width: 860px;
	font-size: 14px;
}








/* こんなお悩みありませんか？ *******************/
section.nayami {
	padding-bottom: 20px;
}
section.nayami h3 {
	background-image: url(../img/repair/nayami_sp.png);
	background-size: 100% auto;
	height: 64vw;
}
section.nayami h3 div {
	width: 100%;
}
section.nayami h3 img {
	display: none;
}
section.nayami h4 {
	width: 100%;
	margin: 30px auto 40px;
	font-size: min(6vw,24px);
	line-height: 1.4;
}
section.nayami ul {
	width: 90%;
	max-width: 600px;
}
section.nayami ul li {
	width: 48%;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
section.nayami ul li img {
	width: 100%;
	margin-bottom: 20px;
}
section.nayami ul li p {
	font-size: min(4vw,16px);
}







/* それらのお悩みも解決 *******************/
section.kaiketsu {
	padding-bottom: 50px;
}
section.kaiketsu h3 {
	background-image: url(../img/repair/kaiketsu_sp.png);
	background-size: 100% auto;
	height: 90vw;
}
section.kaiketsu h3 div img {
	display: none;
}
/*お得な理由*/
section.kaiketsu h4 {
	width: 90%;
	font-size: 24px;
	margin: 60px auto 50px;
}
section.kaiketsu h4 p {
	padding: 0 30px;
}
section.kaiketsu div.cont {
	width: 90%;
	max-width: 600px;
	flex-wrap: wrap;
	margin: 0 auto 40px;
}
section.kaiketsu div.cont.lf {
	flex-direction: column-reverse;
}
section.kaiketsu div.cont img {
	width: 100%;
}
section.kaiketsu div.cont div {
	width: 100%;
}
section.kaiketsu div.cont div h5 {
	font-size: 20px;
	margin-top: 20px;
	padding-left: 0px;
}
section.kaiketsu div.cont div p {
	font-size: 16px;
	margin-left: 0px;
}
/*バナー*/
section.kaiketsu ul.bnr {
	width: 90%;
	max-width: 600px;
	flex-wrap: wrap;
}
section.kaiketsu ul.bnr li {
	width: 100%;
	margin-bottom: 40px;
}
section.kaiketsu ul.bnr p {
	font-size: 16px;
	line-height: 1.6;
}







/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
}
/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/