



/* TOPビジュアル *******************/
header {
	height: 350px;
	background-image: url(../img/roadservice/header_wrecker_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: 70px;
	padding-bottom: 80px;
}
section.cv h3 {
	width: 90%;
	font-size: 36px;
	margin: 0px auto 40px;
	max-width: 1200px;
	text-align: center;
	position: relative;
	font-weight: bold;
	color: #1F2150;
}
section.cv h3::before {
	content: "";
	display: block;
	border-top: solid 2px #1F2150;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	z-index: 1;
}
section.cv h3 p {
	padding: 0 30px;
	display: inline-block;
	background: #fff;
	position: relative;
	z-index: 5;
}
section.cv h3 p::before {
	background-image: url(../img/roadservice/icon_caution.png);
	content: '';
	display: inline-block;
	width: 32px;
	height: 29px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
	margin-right: 10px;
}
section.cv > p {
	font-size: 20px;
	font-weight: 400;
	color: #0F0F0F;
	line-height: 1.6;
	text-align: center;
}
/*電話番号*/
section.cv > a.tel {
	width: 960px;
	display: block;
	margin: 78px auto 60px;
	border: 1px solid #D74A31;
	border-radius: 6px;
	text-align: center;
	padding: 64px 0 44px 60px;
	position: relative;
}
section.cv > a.tel 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;
	background-color: #fff;
	padding: 0 20px;
}
section.cv > a.tel b {
	color: #0F0F0F;
	font-size: 60px;
	display: inline-block;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 5px;
	position: relative;
}
section.cv > a.tel b::before {
	background-image: url(../img/roadservice/icon_tel_red.png);
	width: 90px;
	height: 90px;
	top: 60%;
	left: -110px;
	position: absolute;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	content: '';
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
}
section.cv > a.tel span {
	width: 387px;
	margin: 0 auto;
	font-size: 16px;
	color: #fff;
	font-size: min(3vw, 14px);
	display: block;
	font-weight: 400;
	background-color: #D74A31;
	padding: 3px 0;
}
section.cv > p:nth-of-type(2) {
	margin-bottom: 20px;
}
/*対応保険会社一覧*/
div.btn-1,
div.btn-2 {
	width: 536px;
	margin: 0 auto 0px;
	font-size: 24px;
	font-weight: 500;
	color: #D74A31;
	line-height: 1;
	text-align: center;
	background-color: #fff;
	padding: 23px 0;
	border: 2px solid #D74A31;
	border-radius: 4px;
	position: relative;
	cursor: pointer;
}
/*hover*/
div.btn-1:hover,
div.btn-2:hover {
	background-color: #FDF4F2;
}
div.btn-1::after,
div.btn-2::after {
	background-image: url(../img/roadservice/icon_red_shita.png);
	content: '';
	display: inline-block;
	width: 26px;
	height: 26px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
	margin-left: 30px;
}
div.btn-1.active::after,
div.btn-2.active::after {
	background-image: url(../img/roadservice/icon_red_ue.png);
}
div.open-1,
div.open-2 {
	width: 960px;
	margin: 40px auto 0;
	background-color: #FDF4F2;
	padding: 30px;
	font-size: 16px;
	font-weight: 400;
	color: #0F0F0F;
	line-height: 1.6;
	position: relative;
}
div.open-1::before,
div.open-2::before {
	content: "";
	position: absolute;
	right: 0;
	top: -20px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: transparent transparent #FDF4F2 transparent;
	border-width: 0 18px 20px 18px;
}








/* こんな時はすぐにご連絡ください *******************/
section.case {
	width: 100%;
	height: 1225px;
	background-image: url(../img/roadservice/trouble_bg_pc.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 80px;
}
section.case h3 {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	font-size: 36px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	padding: 25px 0;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	margin-bottom: 60px;
}
section.case > ul {
	width: 1080px;
	margin: 0 auto 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
section.case ul li {
	width: 240px;
	background-color: #fff;
	border-radius: 8px;
	text-align: center;
	padding: 30px 0;
	margin-bottom: 30px;
}
section.case ul li img {
	width: 155px;
	height: auto;
}
section.case ul li p {
	font-size: 18px;
	font-weight: 500;
	color: #0F0F0F;
	line-height: 1.4;
	height: 52px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
section.case > div {
	width: 1080px;
	margin: 0 auto;
	border: 1px solid #fff;
	position: relative;
	padding: 80px 0 40px;
}
section.case > div > h4 {
	width: max-content;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	font-size: 28px;
	font-family: 500;
	color: #fff;
	text-align: center;
	background-color: #1F2150;
	padding: 0 20px;
}
section.case > div > ul {
	width: 800px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}







/* レッカーサービス対応エリア *******************/
section.area {
	background-color: #E9E9F0;
	padding-top: 70px;
	padding-bottom: 80px;
}
section.area h3 {
	width: 90%;
	max-width: 1200px;
	font-size: 36px;
	margin: 0px auto 40px;
	max-width: 1200px;
	text-align: center;
	position: relative;
	font-weight: bold;
	color: #1F2150;
}
section.area h3::before {
content: "";
	display: block;
	border-top: solid 2px #1F2150;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	z-index: 1;
}
section.area h3 p {
	padding: 0 30px;
	display: inline-block;
	background: #E9E9F0;
	position: relative;
	z-index: 5;
}
section.area > div.map {
	width: 1080px;
	margin: 60px auto 80px;
	display: flex;
	justify-content: space-between;
}
section.area > div.map > img {
	width: 49%;
	height: auto;
}
section.area > div.map > div {
	width: 49%;
}
section.area > div.map > div > p {
	font-size: 18px;
	font-weight: 400;
	color: #0F0F0F;
	line-height: 1.6;
	margin-bottom: 30px;
}
section.area > div.map > div > div {
	width: 100%;
	border: 1px solid #1F2150;
	padding: 25px 30px;
}
section.area > div.map > div > div dl {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
section.area > div.map > div > div dl dt {
	width: 148px;
}
section.area > div.map > div > div dl dt img {
	width: 96px;
	height: auto;
}
section.area > div.map > div > div dl dd {
	width: calc(100% - 45px);
	font-size: 18px;
	font-weight: 500;
	color: #1F2150;
	line-height: 1.6;
	border-left: 1px solid #1F2150;
	padding-left: 10px;
}
section.area > div.map > div > div dl dd p {
	font-size: 18px;
	font-weight: 500;
	color: #0F0F0F;
	line-height: 1.6;
	margin-top: 20px;
}
section.area > div.map > div > div p {
	font-size: 18px;
	font-weight: 400;
	color: #0F0F0F;
	line-height: 1.6;
}
section.area > div.map > div > div p:not(:last-of-type) {
	margin-bottom: 20px;
	margin-right: 0;
}
/*お支払い方法*/
section.area > div.pay p {
	font-size: 20px;
	font-weight: 500;
	color: #0F0F0F;
	text-align: center;
	margin-bottom: 40px;
}
section.area > div.pay {
	width: 1080px;
	margin: 0 auto;
}
section.area > div.pay img {
	width: 100%;
	height: auto;
}






/* ABN株式会社の強み *******************/
section.advantage {
	background-color: #E9E9F0;
	padding-bottom: 70px;
}
section.advantage > div:first-of-type {
	width: 100%;
	height: 350px;
	background-image: url(../img/roadservice/tsuyomi_bg_pc.png);
	background-position: top center;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 80px;
}
section.advantage > div:first-of-type > img {
	width: 520px;
	height: auto;
}

/*画像スライダー*/
ul.ad_slide {
	width: 1080px;
	margin: 0 auto 40px;
	position: relative;
}
ul.ad_slide li {
	width: 400px;
	margin: 0 25px;
}
ul.ad_slide li img {
	width: 100%;
	height: auto;
}
/*左右のグラデーション*/
ul.ad_slide::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: inline-block;
	width: 100px;
	height: 100%;
	background: -moz-linear-gradient(left, #E9E9F0 10%, transparent);
	background: -webkit-linear-gradient(left, #E9E9F0 10%, transparent);
	background: linear-gradient(to right, #E9E9F0 10%, transparent);
	z-index: 2;
}
ul.ad_slide::after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	display: inline-block;
	width: 100px;
	height: 100%;
	background: -moz-linear-gradient(right, #E9E9F0 10%, transparent);
	background: -webkit-linear-gradient(right, #E9E9F0 10%, transparent);
	background: linear-gradient(to left, #E9E9F0 10%, transparent);
	z-index: 2;
}
/*左右矢印*/
.slick-prev:before,
.slick-next:before {
	opacity: 1;
}
ul.ad_slide .slick-prev,
ul.ad_slide .slick-next	 {
	top: 50%;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	width: 40px;
	height: 40px;
	z-index: 99;
}
ul.ad_slide .slick-prev:before,
ul.ad_slide .slick-next:before {
	color: #535353;
	font-size: 40px;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}
/* 右矢印 */
ul.ad_slide .slick-prev {
    left: 29%;
}
ul.ad_slide .slick-prev:before {
	content: '\f137';
}
/* 右矢印 */
ul.ad_slide .slick-next {
    right: 29%;
}
ul.ad_slide .slick-next:before {
	content: '\f138';
}

/* （現状未使用） */
section.advantage div.cont {
	width: 1080px;
	margin: 0 auto 80px;
	display: flex;
}
section.advantage div.cont img {
	width: 510px;
	height: auto;
}
section.advantage div.cont div {
	width: calc(100% - 510px);
}
section.advantage div.cont div h5 {
	font-size: 30px;
	font-weight: 500;
	color: #1F2150;
	padding-bottom: 15px;
	padding-left: 30px;
	border-bottom: 1px solid #1F2150;
}
section.advantage div.cont.lf div h5 {
	padding-left: 0px;
	padding-right: 30px;
}
section.advantage div.cont div p {
	font-size: 18px;
	font-weight: 400;
	color: #0F0F0F;
	line-height: 1.6;
	margin-top: 20px;
	margin-left: 30px;
}
section.advantage div.cont.lf div p {
	margin-left: 0px;
	margin-right: 30px;
}
/* （ここまで現状未使用） */






/*SP用固定ボタン*/
div#floatBtn {
	display: none;
}






/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width: 1079px) {
*{}
/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/







/* TOPビジュアル *******************/
header {
	height: 56vw;
	background-image: url(../img/roadservice/header_wrecker_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: 40px;
	padding-bottom: 40px;
}
section.cv h3 {
	font-size: min(6vw,24px);
	margin: 0px auto 20px;
}
section.cv h3 p {
	padding: 0 10px;
}
section.cv h3 p::before {
	width: 24px;
	height: 22px;
}
section.cv > p {
	font-size: 16px;
	text-align: left;
	width: 90%;
	max-width: max-content;
	margin: 0 auto;
}
/*電話番号*/
section.cv > a.tel {
	width: 90%;
	max-width: 400px;
	margin: 70px auto 40px;
	background-color: #D74A31;
	border-radius: 6px;
	border-top: none;
	border-bottom: none;
	padding: 21px 0 21px 90px;
	display: block;
	border: none;
	text-align: left;
}
section.cv > a.tel p {
	font-size: min(4.5vw,16px);
	text-align: center;
	top: -20px;
	width: 100%;
	padding: 0 0;
}
section.cv > a.tel b {
	color: #fff;
	font-size: min(8vw, 34px);
	display: inline-block;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 3px;
	position: relative;
}
section.cv > a.tel b::before {
	background-image: url(../img/roadservice/icon_tel_white.png);
	width: 50px;
	height: 50px;
	top: 85%;
	left: -65px;
	position: absolute;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	content: '';
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
}
section.cv > a.tel span {
	width: max-content;
	background-color: #fff;
	padding: 3px 5px;
	margin: unset;
	font-size: min(3.5vw, 14px);
	font-weight: 500;
	color: #D74A31;
}
/*対応保険会社一覧*/
div.btn-1,
div.btn-2 {
	width: 90%;
	max-width: 536px;
	font-size: 16px;
	text-align: center;
	padding: 15px 0;
}
div.btn-1::after,
div.btn-2::after {
	width: 18px;
	height: 18px;
	margin-left: 10px;
}
div.open-1,
div.open-2 {
	width: 90%;
	max-width: 960px;
	padding: 20px;
}






/* こんな時はすぐにご連絡ください *******************/
section.case {
	background-image: url(../img/roadservice/trouble_bg_sp.png);
	background-size: 100% auto;
	height: auto;
	padding-top: 40px;
	padding-bottom: 40px;
}
section.case h3 {
	font-size: 24px;
	line-height: 1.4;
	padding: 20px 0;
	margin: 0 auto 40px;
}
section.case > ul {
	width: 90%;
	max-width: 600px;
	margin: 0 auto 30px;
}
section.case ul li {
	width: 49%;
	margin-bottom: 20px;
}
section.case ul li p {
	font-size: min(3.8vw,14px);
	margin-left: 5%;
	margin-right: 5%;
}
section.case > div {
	width: 90%;
	max-width: 600px;
	padding: 40px 0 10px;
}
section.case > div > h4 {
	font-size: 20px;
	background-color: #2b2c72;
}
section.case > div > ul {
	width: 90%;
	max-width: 237px;
	flex-wrap: wrap;
}
section.case > div > ul > li {
	width: 100%;
	padding: 15px 0;
	display: flex;
	justify-content: center;
}
section.case > div > ul > li > img {
	width: 123px;
}
section.case > div > ul > li > p {
	font-size: 14px;
	height: 100%;
}





/* レッカーサービス対応エリア *******************/
section.area {
	padding-top: 40px;
	padding-bottom: 50px;
}
section.area h3 {
	font-size: min(6vw, 24px);
	margin: 0px auto 20px;
	width: 90%;
	max-width: 1200px;
	text-align: center;
	position: relative;
	font-weight: bold;
	color: #1F2150;
	line-height: 1.4;
}
section.area > div.map {
	width: 90%;
	max-width: 600px;
	flex-wrap: wrap;
	margin: 60px auto 40px;
}
section.area > div.map > img {
	width: 100%;
	margin-bottom: 20px;
}
section.area > div.map > div {
	width: 100%;
}
section.area > div.map > div > p {
	font-size: 16px;
}
section.area > div.map > div > div {
	padding: 25px 25px;
}
section.area > div.map > div > div dl dt {
	width: 70px;
	height: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
section.area > div.map > div > div dl dt img {
	width: 56px;
}
section.area > div.map > div > div dl dd {
	font-size: min(4vw,16px);
}
section.area > div.map > div > div p {
	font-size: 16px;
}
/*お支払い方法*/
section.area > div.pay p {
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 20px;
}
section.area > div.pay p span {
	display: inline-block;
}
section.area > div.pay {
	width: 90%;
	max-width: 600px;
}







/* ABN株式会社の強み *******************/
section.advantage {
	padding-bottom: 60px;
}
section.advantage > div:first-of-type {
	height: 56vw;
	background-image: url(../img/roadservice/tsuyomi_bg_sp.png);
	background-size: 100% auto;
	margin-bottom: 60px;
}
section.advantage > div:first-of-type > img {
	width: 90%;
	max-width: 520px;
}
/*画像スライダー*/
ul.ad_slide {
	width: 100%;
	margin: 0 auto 20px;
}

ul.ad_slide li {
	margin: 0 5px;
}
/*左右矢印*/
ul.ad_slide .slick-prev,
ul.ad_slide .slick-next	 {
	width: 36px;
	height: 36px;
}
ul.ad_slide .slick-prev:before,
ul.ad_slide .slick-next:before {
	font-size: 36px;
}
/* 左矢印 */
ul.ad_slide .slick-prev {
	left: 5%;
}
/* 右矢印 */
ul.ad_slide .slick-next {
	right: 5%;
}
@media screen and (max-width: 768px) {
	/*左右のグラデーション*/
	ul.ad_slide::before {
		display: none;
	}
	ul.ad_slide::after {
		display: none;
	}
}


/* （現状未使用） */
section.advantage div.cont {
	width: 90%;
	max-width: 600px;
	flex-wrap: wrap;
	margin: 0 auto 40px;
}
section.advantage div.cont.lf {
	flex-direction: column-reverse;
}
section.advantage div.cont img {
	width: 100%;
}
section.advantage div.cont div {
	width: 100%;
}
section.advantage div.cont div h5 {
	font-size: 20px;
	margin-top: 20px;
	padding-left: 0px;
}
section.advantage div.cont div p {
	font-size: 16px;
	margin-left: 0px;
}
/* （ここまで現状未使用） */



/*コピーライト*/
footer div.f_menu > p.copy {
	padding-bottom: 70px;
}






/*SP用固定ボタン*/
div#floatBtn {
	width: 90%;
	max-width: 400px;
	height: 60px;
	display: flex;
	background-color: #D74A31;
	opacity: 0.0;
	visibility: hidden;
	transition: 0.4s;
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	bottom: 0;
	z-index: 5;
}
div#floatBtn.is-active {
	opacity: 1.0;
	visibility: visible;
}
div#floatBtn a {
	width: 65%;
	padding: 12px 0 12px 50px;
	display: block;
	color: #fff;
}
div#floatBtn a span {
	display: block;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 2px;
}
div#floatBtn a b {
	font-size: min(6vw,20px);
	font-weight: bold;
	position: relative;
}
div#floatBtn a b::before {
	background-image: url(../img/roadservice/icon_tel_white.png);
	width: 35px;
	height: 35px;
	top: 22%;
	left: -40px;
	position: absolute;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	content: '';
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
}
div#floatBtn p {
	width: 35%;
	height: 40px;
	margin: 10px 0;
	font-size: min(4vw,16px);
	font-weight: 500;
	color: #fff;
	line-height: 1.4;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: min(5vw,26px);
	border-left: 1px solid #fff;
}





/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
}
/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
