
/* トップページ内共通設定 *******************/

/* ページ中見出し */
section h3.mds {
	font-size: 28px;
	padding-bottom: 30px;
}


/* トップビジュアル *******************/
section.top_visual {
    background-color: #A8E95C;
}
section.top_visual div {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
}
section.top_visual img {
    width: 100%;
    height: auto;
}






/* TOPミニバナー部分 *******************/
section.top_minibnr {
	background-color: #F5F5F5;
	padding-top: 32px;
	padding-bottom: 70px;
}
/* スライド部分 */
section.top_minibnr > div {
	width: 90%;
	max-width: 1020px;
	margin: 0 auto 0;
}
section.top_minibnr h3 {
	font-size: 22px;
	font-weight: 700;
	color: #17226C;
	text-align: center;
	margin-bottom: 16px;
}
section.top_minibnr h3::before {
	background-image: url(../images/top/icon_campaign.png);
	content: '';
	display: inline-block;
	width: 30px;
	height: 23px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
	margin-right: 10px;
}
section.top_minibnr .slick-list {
	padding-bottom: 10px !important;/*影の分*/
}
section.top_minibnr ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
section.top_minibnr ul li {
	width: 200px;
}
section.top_minibnr ul li img {
	width: 100%;
	height: auto;
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, .2));
}
section.top_minibnr ul li a:hover {
	opacity: 0.8;
}
ul.top_mini_slider .slick-slide {
	width: 320px;
	margin: 0 10px;
}
/*矢印*/
ul.top_mini_slider .slick-prev {
	left: -44px;
}
ul.top_mini_slider .slick-prev:before {
	content: '\f053';
	color: #CCCCCC;
	font-size: 28px;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	opacity: 1;
	transform: rotate(0);
}
ul.top_mini_slider .slick-prev:hover:before {
	color: #828282;
}
ul.top_mini_slider .slick-next {
	right: -48px;
}
ul.top_mini_slider .slick-next:before {
	content: '\f054';
	color: #CCCCCC;
	font-size: 28px;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	opacity: 1;
	transform: rotate(0);
}
ul.top_mini_slider .slick-next:hover:before {
	color: #828282;
}
/*ページネーション*/
section.top_minibnr ul.slick-dots {
	background-color: unset;
	justify-content: center;
	padding: 0 0 10px;
	bottom: -50px;
}
section.top_minibnr ul.slick-dots li {
	width: 28px;
}
section.top_minibnr ul.slick-dots li button {
	width: 100%;
	height: 4px;
}
section.top_minibnr .slick-dots li button:before {
	width: 100%;
	height: 4px;
	content: '';
	background-color: #C9CACA;
}
section.top_minibnr .slick-dots li.slick-active button:before {
	background-color: #17226C;
}

@media screen and (max-width: 850px) {
	section.top_minibnr {
		padding-top: 20px;
		padding-bottom: 40px;
	}
	section.top_minibnr > div {
		width: 100%;
	}
	section.top_minibnr h3 {
		font-size: min(4.5vw, 20px);
	}
	section.top_minibnr h3::before {
		width: 28px;
		height: 18px;
	}
	ul.top_mini_slider .slick-slide {
		width: 256px;
		margin: 0 6px;
	}
	section.top_minibnr ul.slick-dots {
		bottom: -40px;
	}
	section.top_minibnr ul.slick-dots li {
		width: 16px;
	}
	section.top_minibnr .slick-dots li button:before {
		height: 2px;
	}

}






/* リンククボタン群 *******************/
section.top_links {
	width: 1008px;
	margin: 0 auto;
	padding-top: 60px;
	margin-bottom: 60px;
}
section.top_links > ul {
	width: 100%;
	margin: 40px auto 0;
	display: flex;
	justify-content: space-between;
}
section.top_links > ul li {
	width: 24%;
	position: relative;
	text-align: center;
}
section.top_links > ul li img {
	width: 100%;
	height: auto;
}
section.top_links > ul li a {
	display: block;
	border-radius: 3px;
	filter: drop-shadow(2px 3px 5px rgba(0, 0, 0, .4));
}
section.top_links > ul li a:hover {
	box-shadow: 0px 0px 0px 2px rgba(23,72,125,1.0);
	opacity: 0.8;
}
section.top_links > ul li span {
	width: 100%;
	position: absolute;
	bottom: 17px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	font-size: 18px;
	font-weight: 700;
	color: #17487d;
}






/* 鈑金コバックが選ばれる理由 *******************/
section.point {
	background-color: #F5F5F5;
	padding: 70px 0;
}
section.point > h4 {
	width: max-content;
	margin: 0 auto;
	font-size: 28px;
	font-weight: 700;
	color: #1A925E;
	text-align: center;
	line-height: 1.6;
}
/* 地域の方に信頼されて創業1975年 */
section.point > h4 span.notice::before {
	left: 100px;
}
section.point > h4 span.notice::after {
	right: 90px;
}
/* Google口コミ */
section.point > .reviews {
	width: 640px;
	height: auto;
	margin: 43px auto 0;
}
section.point > .reviews img {
	width: 100%;
	height: auto;
}
/* メリット訴求群 */
section.point > ul {
	width: 100%;
	max-width: 1140px;
	margin: 60px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 37px;
}
section.point > ul li {
	width: 355px;
	position: relative;
	margin-bottom: 40px;
}
section.point > ul li img {
	width: 100%;
	height: auto;
}
section.point > ul li span {
	position: absolute;
	top: 20px;
	left: 84px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
}
section.point > ul li p {
	font-size: 16px;
	font-weight: 500;
	color: #000000;
	line-height: 1.6;
	margin-top: 13px;
}
section.point > ol {
	width: 100%;
	max-width: 1014px;
	margin: 0px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
section.point > ol li {
	width: 240px;
	position: relative;
}
section.point > ol li img {
	width: 100%;
	height: auto;
}
section.point > ol li span {
	width: max-content;
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	font-size: 18px;
	font-weight: 700;
	color: #fff;
}
section.point > ol li p {
	font-size: 16px;
	font-weight: 500;
	color: #000000;
	line-height: 1.6;
	margin-top: 10px;
}
/* 創業50年確かな信頼 画像 */
section.point > .img_trust {
	width: 100%;
	max-width: 1014px;
	height: auto;
	margin: 2px auto 0;
}
section.point > .img_trust img {
	width: 100%;
	height: auto;
}
/* ぜひ鈑金コバックにおまかせください 画像 */
section.point > .img_merit {
	width: 696px;
	height: auto;
	margin: 25px auto 0;
}
section.point > .img_merit img {
	width: 100%;
	height: auto;
}






/* 鈑金コバックは選べる３つのメニュー *******************/
section.choice {
	padding: 124px 0 85px;
}
section.choice > .waku {
	position: relative;
	width: 100%;
	max-width: 1250px;
	margin: 0 auto;
	border-radius: 10px;
	background-color: #FFF6E5;
	padding: 77px 0 57px;
}
section.choice > .waku > img:first-of-type {
	width: 600px;
	height: auto;
    position: absolute;
    top: -55px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
section.choice > .waku > h2 {
	font-size: 32px;
	font-weight: 700;
	color: #1A925E;
	text-align: center;
	line-height: 1.6;
}
section.choice > .waku > p {
	font-size: 16px;
	font-weight: 500;
	color: #000000;
	text-align: center;
	line-height: 1.6;
	margin: 18px auto 55px;
}
/* そんな方はこちら！ */
section.choice > .waku > .appeal img {
	width: 546px;
	height: auto;
	margin: 0 auto 30px;
}
/* メニュー **********/
/* 共通スタイル設定 **/
section.choice .c_menu {
	position: relative;
	width: 920px;
	margin: 0 auto 50px;
	background-color: #FFFFFF;
	padding: 30px 0 0;
}
section.choice .c_menu > h3 {
	width: 430px;
	font-size: 22px;
	font-weight: 700;
	color: #FFFFFF;
	text-align: center;
	border-radius: 4px;
	padding: 5px 0 7px;
	position: absolute;
    top: -17px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
section.choice .c_menu > ul {
	width: 631px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
section.choice .c_menu > ul > li:first-of-type img {
	width: 100%;
	height: auto;
}
section.choice .c_menu > ul > li:first-of-type {
	width: 130px;
}
section.choice .c_menu > ul > li:last-of-type {
	width: calc(100% - 140px);
}
section.choice .c_menu > ul > li h4 {
	width: max-content;
	font-size: 20px;
	font-weight: 900;
	color: #000000;
    margin-bottom: 22px;
}
section.choice .c_menu > ul > li h4 span {
	padding-bottom: 5px;
}
section.choice .c_menu ol {
	display: flex;
	align-items: center;
}
section.choice .c_menu ol > li:first-of-type {
	margin-left: 34px;
	margin-right: 20px;
}
section.choice .c_menu .note {
	position: relative;
}
/* 工賃 */
section.choice .c_menu ol .wages {
	color: #E60012;
}
section.choice .c_menu ol .wages p {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 20px;
}
section.choice .c_menu ol .wages small {
	display: inline-block;
	width: 32px;
	font-size: 16px;
	font-weight: 500;
	margin-right: 5px;
}
section.choice .c_menu ol .wages span {
	font-size: 24px;
	font-weight: 700;
}
section.choice .c_menu ol .wages b {
	font-size: 48px;
	font-weight: bold;
	line-height: 24px;
}
/* 作業時間・予約 */
section.choice .c_menu .work_time > span {
	padding: 6px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	border-radius: 4px;
	margin-right: 5px;
}
section.choice .c_menu .work_time > span b {
	font-size: 28px;
	font-weight: bold;
	vertical-align: sub;
	margin-left: 8px;
}
section.choice .c_menu .work_time > span strong {
	font-size: 20px;
	margin-left: 8px;
}
section.choice .c_menu .work_time > p {
    width: 300px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #000000;
}
/* エコノミー修理塗装 **/
section.choice .c_menu.eco {
	border: 2px solid #F09501;
}
section.choice .c_menu.eco > h3 {
	background-color: #F09501;
}
section.choice .c_menu.eco > ul {
	width: 731px;
}
section.choice .c_menu.eco > ul > li:first-of-type {
	width: 170px;
}
section.choice .c_menu.eco > ul > li:last-of-type {
	width: calc(100% - 190px);
}
section.choice .c_menu.eco > ul > li h4 {
    margin-bottom: 33px;
}
section.choice .c_menu.eco > ul > li h4 span {
	background: linear-gradient(#fff 65%, #FAE5BF 65%);
}
section.choice .c_menu.eco ol > li:first-of-type {
	margin-left: 0px;
	margin-right: 34px;
}
section.choice .c_menu.eco ol .wages span {
	display: inline-block;
	width: 50px;
}
section.choice .c_menu.eco ol .wages span small {
	width: auto;
	white-space: nowrap;
	font-size: 12px;
	font-weight: 700;
	margin-right: 0;
}
section.choice .c_menu.eco .work_time > span {
	background-color: #F09501;
}
/* クイック修理塗装 **/
section.choice .c_menu.quick {
	border: 2px solid #0092FF;
}
section.choice .c_menu.quick > h3 {
	background-color: #0092FF;
}
section.choice .c_menu.quick > ul > li h4 span {
	background: linear-gradient(#fff 65%, #BEE4F6 65%);
}
section.choice .c_menu.quick .work_time > span {
	background-color: #0092FF;
}
/* クリスタル修理塗装 **/
section.choice .c_menu.crystal {
	border: 2px solid #E60013;
}
section.choice .c_menu.crystal > h3 {
	background-color: #E60013;
}
section.choice .c_menu.crystal > ul > li h4 span {
	background: linear-gradient(#fff 65%, #FFCDBC 65%);
}
section.choice .c_menu.crystal .work_time > span {
	background-color: #E60013;
}
/* ※印部分 */
section.choice div.kome {
	width: 742px;
	margin: 0 auto;
}
section.choice div.kome > ol {
	font-size: 14px;
	font-weight: 500;
	color: #000000;
	line-height: 1.6;
	padding-left: 0px;
}
section.choice div.kome > ol li {
	padding-left: 1em;
	text-indent: -1em;
}
section.choice div.kome > ol li:before {
   	display: inline;
    position: static;
	content: "※";	
}
/* メニュー詳細・料金はこちら */
section.choice a.g_btn {
	width: 450px;
	margin-top: 56px;
}
/* 修理可能メーカーはこちら */
section.choice .ok_maker {
	width: 450px;
	margin: 24px auto 0;
	border: 1px solid #1A925C;
	border-radius: 5px;
	background-color: #FAFAFA;
	filter: drop-shadow(2px 3px 3px rgb(0 0 0 / .2));
}
section.choice .ok_maker > p {
	font-size: 18px;
	font-weight: 500;
	color: #1A925E;
	text-align: center;
	padding: 27px 0;
	position: relative;
	cursor: pointer;
}
section.choice .ok_maker > p:hover {
	opacity: 0.7;
}
section.choice .ok_maker > p::after {
	content: '\2b';
	font-size: 18px;
	font-weight: bold;
	font-family: "Font Awesome 6 Free";
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
section.choice .ok_maker > p.active::after {
	content: '\f068';
}
section.choice .ok_maker > div {
	font-size: 18px;
	font-weight: 400;
	color: #646469;
	line-height: 1.7;
	padding: 15px;
	background-color: #FFFFFF;
	position: relative;
	border-top: 1px solid #1A925C;
	border-radius: 0 0 5px 5px;
}
section.choice .ok_maker > div span {
	font-weight: 500;
}







/* よくある質問 *******************/
section.faq {
	padding: 98px 0 127px;
}
section.faq h3.mds {
	margin-bottom: 70px;
}
section.faq dl {
	width: 100%;
	border: 2px solid #F0F0F0;
	border-radius: 5px;
	margin-bottom: 20px;
}
section.faq dl:last-of-type {
	margin-bottom: 0;
}
section.faq dl dt {
	width:100%;
	height: 74px;
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 18px;
	font-weight: 500;
	color: #000000;
	border-radius: 5px 5px 0 0;
	padding-left: 30px;
	background-color: #F0F0F0;
}
section.faq dl dt::before {
	content: '';
	display: inline-block;
	width: 44px;
	height: 44px;
	background-image: url(../images/top/q.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
	margin-right: 10px;
}
section.faq dl dd {
	padding: 15px 30px;
	font-size: 16px;
	font-weight: 500;
	color: #333333;
	line-height: 1.6;
}
/* よくある質問をもっと見る */
section.faq .tolist {
	width: 450px;
	margin: 65px auto 0;
}





/* 鈑金コバックの鈑金修理事例と料金 *******************/
section.repairex {
	background-color: #F5F5F5;
	padding: 60px 0 64px;
}
section.repairex > h4 {
	width: max-content;
	margin: 0 auto;
	font-size: 28px;
	font-weight: 700;
	color: #1A925E;
	text-align: center;
}
/* 印西市・成田市・我孫子市エリアのお客様 */
section.repairex > h4 span {
	display: block;
	width: 370px;
	font-size: 19px;
	font-weight: 700;
	color: #D01F21;
	position: relative;
	margin: 0 auto 14px;
}
section.repairex > h4 span::before {
	position: absolute;
	top: 50%;
	left: -10px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(../images/common/att_left.png);
	background-repeat: no-repeat;
	background-size: contain;
}
section.repairex > h4 span::after {
	position: absolute;
	top: 50%;
	right: -20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(../images/common/att_right.png);
	background-repeat: no-repeat;
	background-size: contain;
}
/* どんな修理もお任せください！ */
section.repairex > h4 p {
	font-size: 18px;
	font-weight: 700;
	color: #19925D;
	width: 380px;
	box-sizing: border-box;
	background-color: #FFF;
	border-radius: 20px;
	padding: 11px 0 11px 70px;
	position: relative;
	margin: 30px auto 30px;
}
section.repairex > h4 p::before {
	position: absolute;
	bottom: 0;
	left: 25px;
	background-image: url(../images/top/kobasanta.png);
	content: '';
	display: inline-block;
	width: 76px;
	height: 50px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
}

/*一覧*/
section.repairex ul {
	width: 90%;
	max-width: 1050px;
	margin: 60px auto 0;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
section.repairex ul li {
	width: 320px;
}
section.repairex ul li a {
	width: 100%;
	display: block;
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, .2));
}
/*hover*/
section.repairex ul li a:hover {
	opacity: 0.8;
	filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0));
	transform: translate3d(0, 1px, 0);
}
section.repairex ul li a div.pic {
	width: 100%;
	height: 240px;
	text-align: center;
	background-color: #FFF;
	border-radius: 8px 8px 0 0;
}
section.repairex ul li a div.pic img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 8px 8px 0 0;
}
section.repairex ul li div.info {
	padding: 15px 14px 20px;
	background-color: #FFF;
	border-radius: 0 0 8px 8px;
}
/*スライダー*/
ul.repair .slick-slide {
	margin: 10px 15px;
}
/*矢印*/
ul.repair .slick-prev {
	left: -44px;
}
ul.repair .slick-prev:before {
	content: '\f053';
	color: #CCCCCC;
	font-size: 28px;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	opacity: 1;
	transform: rotate(0);
}
ul.repair .slick-prev:hover:before {
	color: #828282;
}
ul.repair .slick-next {
	right: -48px;
}
ul.repair .slick-next:before {
	content: '\f054';
	color: #CCCCCC;
	font-size: 28px;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	opacity: 1;
	transform: rotate(0);
}
ul.repair .slick-next:hover:before {
	color: #828282;
}
/*タグ*/
section.repairex ul li div.info div.tag {
	height: 48px;
	overflow: hidden;
}
section.repairex ul li div.info div.tag span {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	color: #000000;
	margin-bottom: 8px;
	margin-right: 5px;
	border-radius: 5px;
}
/*費用部分*/
section.repairex ul li div.info p {
	font-size: 26px;
	font-weight: 700;
	color: #000000;
	margin-top: 20px;
}
/*「費用」*/
section.repairex ul li div.info p span {
	font-size: 13px;
	font-weight: 500;
	color: #FFFFFF;
	background-color: #17487D;
	border-radius: 2px;
	padding: 2px 4px;
	vertical-align: middle;
	margin-right: 15px;
	position: relative;
	top: -2px;
}
section.repairex ul li div.info p b {
	font-size: 14px;
	font-weight: 500;
}
/*一覧を見る*/
section.repairex > a.tolist {
	width: 450px;
	margin: 60px auto 0;
}
/*料金表はこちら*/
section.repairex > a.g_btn {
	width: 450px;
	margin: 40px auto 0;
}





/* お知らせ *******************/
section.info {
	background: #f5f5f5;
	padding: 64px 0 30px;
}
section.info h3.mds {
	margin-bottom: 52px;
} 
section.info dl {
	background: #fff;
	overflow: hidden;
	margin-bottom: 20px;
}
section.info dt,
section.info dd {
	padding: 20px 20px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
}
section.info dt {
	float: left;
}
section.info dt span {
	font-size: 13px;
	font-weight: normal;
	background: #f4909e;
	color: #fff;
	border-radius: 3px;
	padding: 2px 4px;
	margin-left: 10px;
	vertical-align: top;
}
section.info dl a {
	display: block;
	border-bottom: 3px dotted #f5f5f5;
	color: #444;
	position: relative;
}
section.info dl a:after {
	content: url(../images/top/icon.png);
	position: absolute;
	top: 50%;
	right: 60px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
section.info dl a:last-of-type {
	border-bottom: none;
}
section.info dl a:hover {
	color: #00bfff;
}
/*一覧はこちら*/
div.tolist {
	text-align: right;
}
div.tolist a {
	display: inline-block;
	color: #1A925E;
	font-size: 14px;
	border-bottom: 2px solid transparent;
}
div.tolist img {
	width: 10px;
	height: auto;
	margin-right: 5px;
}
div.tolist a:hover {
	border-bottom: 2px solid #bde1d2;
}





/* お役立ち情報 *******************/
section.news {
	background: #f5f5f5;
	padding: 30px 0 129px;
}
section.news h3.mds {
	margin-bottom: 52px;
} 
section.news ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
section.news ul li {
	width: 48%;
	background: #fff;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .25);
	position: relative;
}
section.news ul li::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #1a925e transparent transparent transparent;
	border-width: 20px 20px 0 0;
}
section.news ul li a {
	display: block;
	padding: 20px 30px;
	overflow: hidden;
	font-size: 16px;
	font-weight: 700;
	color: #444;
}
section.news ul li a > div:nth-of-type(1) {
	width: 200px;
	float: left;
	text-align: center;
}
section.news ul li img {
	width: auto;
	max-width: 200px;
	height: auto;
	max-height: 150px;
}
section.news ul li a > div:nth-of-type(2) {
	width: 200px;
	height: 120px;
	float: right;
	line-height: 1.5;
	position: relative;
}
section.news ul li a > div:nth-of-type(2) p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
section.news ul li a > div:nth-of-type(2) div {
	position: absolute;
	bottom: 0;
	left: 0;
}
section.news ul li a > div:nth-of-type(2) div span {
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	margin-left: 5px;
	height: 18px;
	padding: 0 5px;
	vertical-align: top;
}
section.news ul li a > div:nth-of-type(2) div span.red {
	background: #d8251f;
}
section.news ul li a > div:nth-of-type(2) div span.green {
	background: #009900;
}
section.news ul li a > div:nth-of-type(2) div span.blue {
	background: #2073ae;
}
section.news ul li:hover {
	box-shadow: 0px 0px 0px 2px #1A925E;
	opacity: 0.8;
}
/*詳しくはこちら*/
section.news ul li a > span {
	display: inline-block;
	position: absolute;
	bottom: 20px;
	right: 20px;
	display: block;
	font-size: 15px;
	font-weight: 700;
	color: #000;
	text-align: right;
}
section.news ul li a > span::after {
	content: '\f105';
	font-size: 20px;
	font-family: "Font Awesome 5 Free";
	margin-left: 10px;
	vertical-align: middle;
}
section.news ul li a:hover > span {
	color: #1a925e;
}
section.news ul li a:hover > span::after {
	color: #1a925e;
}







/* 店舗情報 *******************/
section.shop {
	padding: 80px 0 70px;
}
section.shop h3.mds {
	margin-bottom: 60px;
}
section.shop .shop_list {
	width: 880px;
	margin: 0 auto 68px;
	background-color: #FFFFFF;
	border: 1px solid #1A925E;
	border-radius: 6px;
}
section.shop .shop_list > h3 {
	font-size: 28px;
	font-weight: 700;
	color: #FFFFFF;
	text-align: center;
	background-color: #1A925E;
	padding: 20px 40px;
	border-radius: 3px 3px 0px 0px;
}
/* 店舗画像など */
section.shop .shop_list ol {
	width: 824px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 23px 0 12px;
}
section.shop .shop_list ol > li:nth-of-type(1) {
	width: 390px;
}
section.shop .shop_list ol > li:nth-of-type(1) img {
	width: 100%;
	height: auto;
}
section.shop .shop_list ol > li:nth-of-type(2) {
	width: calc(100% - 415px);
}
/* 電話番号 */
section.shop .shop_list a.tel {
	pointer-events: none;
	margin-bottom: 13px;
	padding-bottom: 12px;
	border-bottom: 1px solid #1A925E;
}
section.shop .shop_list a.tel p {
	font-size: 18px;
	font-weight: 400;
	color: #17487D;
	margin-bottom: 10px;
}
section.shop .shop_list a.tel b {
	font-size: 40px;
	font-weight: bold;
	color: #D01F21;
}
section.shop .shop_list a.tel b::before {
	background-image: url(../images/common/icon_freevoice.png);
	content: '';
	display: inline-block;
	width: 60px;
	height: 43px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: text-bottom;
    margin-right: 10px;
}
/* 営業日・休業日 */
section.shop .shop_list ol > li dl {
	margin-top: 16px;
	margin-bottom: 20px;
}
section.shop .shop_list ol > li dl dt {
	font-size: 16px;
	font-weight: 500;
	color: #1A925E;
	float: left;	
	padding-right: 13px;
}
section.shop .shop_list ol > li dl dd {
	font-size: 16px;
	font-weight: 500;
	color: #000000;
	margin-bottom: 10px;
}
/* 郵便番号・住所 */
section.shop .shop_list > p {
	width: 824px;
	margin: 0 auto;
	font-size: 16px;
	font-weight: 500;
	color: #000000;
}
/* googleマップ */
section.shop .shop_list .map {
	width: 824px;
	margin: 12px auto 25px;
	display: flex;
}
section.shop .shop_list .map > li {
	width: 526px;
}
section.shop .shop_list .map > li iframe {
	width: 100%;
}
section.shop .shop_list .map > li:nth-of-type(2) {
	width: calc(100% - 526px);
	height: 180px;
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	line-height: 1.8;
	padding: 13px;
	background-color: #F5F5F5;
}
/* 詳しく見る */
section.shop .shop_list > a {
	font-size: 18px;
	font-weight: 500;
	color: #1A925E;
	text-align: center;
	padding: 21px 0;
	border-radius: 0px 0px 6px 6px;
	background-color: #BDE1D2;
}
section.shop .shop_list > a::before {
	content: '\f138';
	font-size: 20px;
	font-weight: 700;
	font-family: "Font Awesome 6 Free";
	vertical-align: text-bottom;
	margin-right: 6px;
}
section.shop .shop_list > a:hover {
	color: #17487D;
}







/* 関連事業 *******************/
section.service {
	padding: 60px 0 101px;
	background-color: #F5F5F5;
}
section.service h3.mds {
	margin-bottom: 38px;
}
section.service > ul {
	width: 972px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
section.service > ul li {
	width: 225px;
}
section.service > ul li img {
	width: 100%;
	height: auto;
}
section.service > ul li a:hover {
	opacity: 0.8;
}


/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width: 1008px) {
*{}
/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


/* トップページ内共通設定 *******************/

/* ページ中見出し */
section h3.mds {
	font-size: min(9vw,28px);
	padding-bottom: 22px;
}






/* トップビジュアル *******************/
section.top_visual div {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
}






/* リンククボタン群 *******************/
section.top_links {
	width: 90%;
	padding-top: 20px;
	margin-bottom: 30px;
}
section.top_links > ul {
	width: 100%;
	max-width: 600px;
	flex-wrap: wrap;
	margin-top: 30px;
}
section.top_links > ul li {
	width: 48%;
	margin-bottom: 4vw;
}
section.top_links > ul li span {
	font-size: min(4.0vw,20px);
	bottom: 2vw;
}






/* 鈑金コバックが選ばれる理由 *******************/
section.point {
	padding: 55px 0;
}
section.point > h4 {
	width: 95%;
	max-width: 335px;
	font-size: min(6.5vw,26px);
	line-height: 1.4;
}
/* 地域の方に信頼されて創業1975年 */
section.point > h4 span.notice {
	font-size: min(5vw,18px);
}
section.point > h4 span.notice::before,
section.point > h4 span.notice::after {
	width: 20px;
	height: 20px;
	top: 50%;
}
section.point > h4 span.notice::before {
	left: 10px;
}
section.point > h4 span.notice::after {
	right: 0px;
}
/* Google口コミ */
section.point > .reviews {
	width: 90%;
	margin: 30px auto 0;
}
/* メリット訴求群 */
section.point > ul {
	width: 95%;
	max-width: 758px;
	margin: 38px auto 0;
	gap: 0px;
}
section.point > ul li {
	width: 100%;
	margin-bottom: 20px;
}
section.point > ul li span {
	width: max-content;
	font-size: min(5vw,34px);
	top: min(5.5vw,45px);
	left: 58%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
section.point > ul li p {
	margin-top: 10px;
}
section.point > ol {
	width: 95%;
	max-width: 758px;
}
section.point > ol li {
	width: 48%;
	margin-bottom: 23px;
}
section.point > ol li span {
	top: 5vw;
	font-size: min(4.5vw,22px);
}
/* 創業50年確かな信頼 画像 */
section.point > .img_trust {
	width: 95%;
}
/* ぜひ鈑金コバックにおまかせください */
section.point > .img_merit {
	width: 95%;
	margin: 5px auto 0;
}






/* 鈑金コバックは選べる３つのメニュー *******************/
section.choice {
	padding: 0;
	/* padding: 81px 0 0px; */
}
section.choice > .waku {
	border-radius: 0;
	padding: 49px 0 93px;
}
section.choice > .waku > img:first-of-type {
	width: 100%;
	max-width: 600px;
    top: -10vw;
}
section.choice > .waku > h2 {
	font-size: 30px;
}
section.choice > .waku > p {
	width: 90%;
	text-align: left;
	margin: 18px auto 55px;
}
/* そんな方はこちら！ */
section.choice > .waku > .appeal img {
	width: 90%;
	max-width: 546px;
	margin: 0 auto 60px;
}
/* メニュー **********/
/* 共通スタイル設定 **/
section.choice .c_menu {
	width: 90%;
	max-width: 920px;
	padding: 30px 20px 17px;
}
section.choice .c_menu > h3 {
	width: 80%;
	max-width: 430px;
}
section.choice .c_menu > ul {
	width: 100%;
	max-width: 631px;
}
section.choice .c_menu > ul > li:first-of-type {
	display: none;
}
section.choice .c_menu > ul > li:last-of-type {
	width: 100%;
}
section.choice .c_menu > ul > li h4 {
	width: 100%;
	max-width: max-content;
	margin: 0 auto 14px;
	font-size: min(5vw,18px);
	text-align: center;
	line-height: 1.6;
}
section.choice .c_menu > ul > li h4 span {
	padding-bottom: 0px;
}
section.choice .c_menu ol {
	flex-direction: column;
}
section.choice .c_menu ol > li:first-of-type {
	height: 103px;
	margin-left: 0px;
	margin-right: 0px;
}
/* 工賃 */
section.choice .c_menu ol .wages {
	color: #E60012;
	display: flex;
	align-items: center;
}
section.choice .c_menu ol .wages img {
	width: 100%;
	max-width: 94px;
	height: auto;
}
section.choice .c_menu ol .wages p {
	font-size: min(4.5vw,16px);
	line-height: 1.4;
	margin-bottom: 10px;
}
section.choice .c_menu ol .wages small {
	font-size: min(3.5vw,16px);
	margin-right: 0;
}
section.choice .c_menu ol .wages span {
	font-size: min(4vw,24px);
}
section.choice .c_menu ol .wages b {
	font-size: min(12vw,48px);
	line-height: 24px;
}
/* 作業時間・予約 */
section.choice .c_menu .work_time > span {
	white-space: nowrap;
	padding: 6px 14px;
	font-size: min(3.5vw,16px);
}
section.choice .c_menu .work_time > span b {
	font-size: min(5vw,28px);
	margin-left: 6px;
}
section.choice .c_menu .work_time > span strong {
	font-size: min(4vw,20px);
	margin-left: 6px;
}
section.choice .c_menu .work_time > p {
	width: 100%;
    max-width: 300px;
	margin: 10px auto 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #000000;
}
/* エコノミー修理塗装 **/
section.choice .c_menu.eco > ul {
	width: 100%;
	max-width: 731px;
}
section.choice .c_menu.eco > ul > li:first-of-type {
	display: none;
}
section.choice .c_menu.eco > ul > li:last-of-type {
	width: 100%;
}
section.choice .c_menu.eco > ul > li h4 {
    margin-bottom: 14px;
}
section.choice .c_menu.eco ol > li:first-of-type {
	margin-left: 0px;
	margin-right: 0px;
}
section.choice .c_menu.eco ol .wages p {
	font-size: min(3.5vw,16px);
}
section.choice .c_menu.eco ol .wages span small {
	font-size: min(3vw,12px);
}

/* ※印部分 */
section.choice div.kome {
	width: 90%;
	max-width: 734px;
}
/* メニュー詳細・料金はこちら */
section.choice a.g_btn {
	width: 90%;
	max-width: 450px;
	margin-top: 26px;
}
/* 修理可能メーカーはこちら */
section.choice .ok_maker {
	width: 90%;
	max-width: 450px;
	margin: 30px auto 0;
}
section.choice .ok_maker > p {
	font-size: min(5vw,16px);
	padding: 20px 0;
}
section.choice .ok_maker > div {
	font-size: 14px;
}







/* よくある質問 *******************/
section.faq {
	padding: 50px 0 56px;
}
section.faq h3.mds {
	margin-bottom: 27px;
}
section.faq > div {
	width: 90%;
}
section.faq dl {
	margin-bottom: 15px;
}
section.faq dl dt {
	padding: 0 15px;
	font-size: 15px;
	line-height: 1.4;
}
section.faq dl dd {
	padding: 15px 15px;
	font-size: 14px;
}
/* よくある質問をもっと見る */
section.faq .tolist {
	width: 90%;
	max-width: 450px;
	margin: 37px auto 0;
}





/* 鈑金コバックの鈑金修理事例と料金 *******************/
section.repairex {
	padding: 70px 0 46px;
}
section.repairex > h4 {
	width: 90%;
	line-height: 1.4;
}
/* 印西市・成田市・我孫子市エリアのお客様 */
section.repairex > h4 span {
	font-size: min(4vw,16px);
	width: 95%;
	max-width: 370px;
	margin:0 auto 0;
}
/* どんな修理もお任せください！ */
section.repairex > h4 p {
	width: 100%;
	max-width: 360px;
	font-size: min(4.5vw,18px);
	padding: 11px 0 11px 65px;
	margin: 20px auto 25px;
}
section.repairex > h4 span::before {
	width: 10px;
	height: 20px;
	top: 55%;
	left: 0px;
}
section.repairex > h4 span::after {
	width: 10px;
	height: 20px;
	top: 55%;
	right: 0px;
}
section.repairex > h4 p::before {
	left: 5px;
}
/*一覧*/
section.repairex ul {
	width: 100%;
	margin: 40px auto 0;
}
section.repairex ul li {
	width: 200px;
}
section.repairex ul li a div.pic {
	height: 150px;
}
section.repairex ul li div.info {
	padding: 15px 8px 15px;
}
/*スライダー*/
ul.repair .slick-slide {
	margin: 10px 5px;
}
/*タグ*/
section.repairex ul li div.info div.tag {
	height: 36px;
}
section.repairex ul li div.info div.tag span {
	font-size: 13px;
}
/*費用*/
section.repairex ul li div.info p {
	font-size: 18px;
	margin-top: 30px;
}
section.repairex ul li div.info p b {
	font-size: 12px;
}
/*修理事例をもっと見る*/
section.repairex > a.tolist {
	width: 90%;
	max-width: 400px;
	padding: 20px 0;
	margin-top: 30px;
}
/*料金表はこちら*/
section.repairex > a.g_btn {
	width: 90%;
	max-width: 400px;
	margin-top: 30px;
	padding: 20px 0;
}





/* お知らせ *******************/
section.info {
	padding: 46px 0 45px;
}
section.info h3.mds {
	margin-bottom: 32px;
} 
section.info dl {
	width: 95%;
	margin: 0 auto 20px;
}
section.info dt,
section.info dd {
	font-size: 14px;
}
section.info dt {
	float: none;
	padding: 20px 20px 0;
}
section.info dt span {
	font-size: 12px;
}
section.info dd {
	padding: 10px 40px 20px 20px;
}
section.info dl a:after {
	right: 20px;
}
/*一覧はこちら*/
div.tolist a {
	margin-right: 10px;
}





/* お役立ち情報 *******************/
section.news {
	padding: 45px 0 110px;
}
section.news h3.mds {
	margin-bottom: 32px;
}
section.news ul {
	width: 95%;
	max-width: 600px;
	margin: 0 auto;
	flex-wrap: wrap;
}
section.news ul li {
	width: 100%;
	min-height: 128px;
	margin-bottom: 20px;
}
section.news ul li a {
	padding: 15px 10px;
	font-size: 14px;
}
section.news ul li img {
	width: auto;
	max-width: 120px;
	height: auto;
	max-height: 80px;
}
section.news ul li a > div:nth-of-type(1) {
	width: 120px;
}
section.news ul li a > div:nth-of-type(2) {
	width: calc(100% - 130px);
	height: 80px;
}
/*詳しくはこちら*/
section.news ul li a > span {
	bottom: 10px;
	right: 10px;
	font-size: 13px;
}







/* 店舗情報 *******************/
section.shop .shop_list {
	width: 95%;
	max-width: 880px;
	margin: 0 auto 48px;
}
section.shop .shop_list > h3 {
	font-size: min(5vw,17px);
	padding: 15px;
}
/* 店舗画像など */
section.shop .shop_list ol {
	width: 100%;
	max-width: 824px;
	padding: 16px 0 12px;
}
section.shop .shop_list ol > li:nth-of-type(1) {
	width: 90%;
	margin: 0 auto;
}
section.shop .shop_list ol > li:nth-of-type(2) {
	width: 100%;
	margin: 18px auto 0;
}
/* 電話番号 */
section.shop .shop_list a.tel {
	pointer-events: auto;
	width: 95%;
	margin: 0 auto 8px;
    position: relative;
    cursor: pointer;
    padding: 16px 0;
	text-align: center;
    border: 1px solid #17487D;
    border-radius: 50px;
    background-color: #FFFFFF;
    filter: drop-shadow(0px 2px 3px rgb(0 0 0 / .2));
	display: flex;
	justify-content: center;
	align-items: center;
}
section.shop .shop_list a.tel::before {
    content: '';
	display: inline-block;
	width: 43px;
	height: 33px;
	background-image: url(../images/common/icon_freevoice.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: text-bottom;
    margin-right: 5px;
}
section.shop .shop_list a.tel p {
	display: none;
}
section.shop .shop_list a.tel b {
	font-size: min(7.5vw,30px);
	color: #17487D;
}
section.shop .shop_list a.tel b::before {
    content: none;
}
/* 営業日・休業日 */
section.shop .shop_list ol > li dl {
	width: 80%;
	margin: 20px auto;
}
section.shop .shop_list ol > li dl dt {
	font-size: 12px;
	padding-right: 13px;
}
section.shop .shop_list ol > li dl dd {
	font-size: 13px;
	margin-bottom: 5px;
}
/* 郵便番号・住所 */
section.shop .shop_list > p {
	width: 90%;
	max-width: 824px;
	font-size: 16px;
	line-height: 1.6;
}
/* googleマップ */
section.shop .shop_list .map {
	width: 90%;
	max-width: 824px;
	flex-wrap: wrap;
	margin: 12px auto;
}
section.shop .shop_list .map > li {
	width: 100%;
}
section.shop .shop_list .map > li:nth-of-type(2) {
	width: 100%;
	height: auto;
}
/* 詳しく見る */
section.shop .shop_list > a {
	font-size: 16px;
}
section.shop .shop_list > a::before {
	font-size: 16px;
}







/* 関連事業 *******************/
section.service {
	padding: 50px 0 37px;
	background-color: #F5F5F5;
}
section.service > ul {
	width: 95%;
	max-width: 972px;
	flex-wrap: wrap;
}
section.service > ul li {
	width: 49%;
	margin-bottom: 10px;
}





/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
}
/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/