@charset "UTF-8";
/* CSS Document */
/*parts
=========================================== */
.slider01 .slick-prev, .slider01 .slick-next { width: 76px; height: 76px; background: #064CCE; border-radius: 50%; border: 3px solid #FFFFFF; box-sizing: border-box; transition: 0.3s; z-index: 1; }
.slider01 .slick-prev::before, .slider01 .slick-next::before { content: ""; display: block; width: 34px; height: 34px; opacity: 1; background-image: url("../img/common/slide_arrow.svg"); background-repeat: no-repeat; background-position: center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: 0.3s; }
.slider01 .slick-prev:hover, .slider01 .slick-prev:focus, .slider01 .slick-next:hover, .slider01 .slick-next:focus { background: #FFFFFF; border: 3px solid #064CCE; }
.slider01 .slick-prev:hover:before, .slider01 .slick-prev:focus:before, .slider01 .slick-next:hover:before, .slider01 .slick-next:focus:before { background-image: url("../img/common/slide_arrow02.svg"); }
.slider01 .slick-prev { left: -35px; }
.slider01 .slick-prev::before { transform: translate(-50%, -50%) scale(-1, 1); }
.slider01 .slick-next { right: -35px; }

.info_cate { align-items: flex-start; margin-bottom: 2px; }
.info_cate .time { display: inline-block; font-family: "Montserrat"; font-size: 14px; font-weight: 400; margin: 2px 10px 10px 0; }
.info_cate .cate-list { width: auto; }
.info_cate .cate-list li { font-size: 14px; line-height: 1; font-weight: 500; color: #FFFFFF; padding: 6px 10px; box-sizing: border-box; background: #000000; border-radius: 30px; margin: 0 8px 8px 0; }
.info_cate .cate-list li:last-child { margin-right: 0; }

.case_cate-list01 li { display: inline-block; padding: 5px 14px 7px; box-sizing: border-box; border-radius: 30px; line-height: 1; margin: 6px 6px 0 0; }
.case_cate-list01 li:last-child { margin-right: 0; }

.case-time { padding-left: 16px; box-sizing: border-box; font-size: 14px; color: #707070; font-weight: 400; position: relative; }
.case-time::before { content: ""; display: block; width: 12px; height: 12px; background: url("../img/top/case_icon03.svg") no-repeat center; background-size: contain; position: absolute; top: 5px; left: 0; }

.case01 { width: 100%; }
.case01 a { display: flex; align-items: flex-start; justify-content: space-between; width: 100%; padding: 37px; box-sizing: border-box; border-width: 3px; border-radius: 20px; }
.case01 a:hover { text-decoration: none; }
.case01 a:hover .img .in_img { transform: scale(1.1); }
.case01 a .text_box { width: 550px; }
.case01 a .text_box .title { font-size: 26px; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.case01 a .text_box .info_box { margin-top: 10px; }
.case01 a .text_box .info_box .info { display: inline-flex; align-items: center; padding: 6px 16px 7px; box-sizing: border-box; border-radius: 4px; margin-right: 6px; }
.case01 a .text_box .info_box .info:last-child { margin-right: 0; }
.case01 a .text_box .info_box .info .midashi { display: inline-block; box-sizing: border-box; font-size: 14px; line-height: 1.2; position: relative; }
.case01 a .text_box .info_box .info .midashi::before { content: ""; display: block; background-repeat: no-repeat; background-position: center; background-size: contain; position: absolute; top: -1px; left: 0; }
.case01 a .text_box .info_box .info .num { display: inline-block; font-size: 14px; line-height: 1.4; }
.case01 a .text_box .info_box .info .num em { font-size: 24px; }
.case01 a .text_box .info_box .info01 .midashi { padding-left: 36px; margin-right: 6px; }
.case01 a .text_box .info_box .info01 .midashi::before { width: 30px; height: 20px; background-image: url("../img/top/case_icon01.svg"); }
.case01 a .text_box .info_box .info02 .midashi { padding-left: 26px; margin-right: 13px; }
.case01 a .text_box .info_box .info02 .midashi::before { width: 20px; height: 20px; background-image: url("../img/top/case_icon02.svg"); }
.case01 a .text_box .text { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; margin-top: 20px; }
.case01 a .text_box .case_cate-list01 { margin-top: 14px; }
.case01 a .text_box .case-time { margin-top: 10px; }
.case01 a .img { width: 420px; height: 280px; border-radius: 20px; overflow: hidden; }
.case01 a .img .in_img { width: 100%; height: 100%; transition: 0.3s; }

.news01 a { display: flex; justify-content: space-between; align-items: flex-start; width: 100%; padding: 30px; box-sizing: border-box; background: #FFFFFF; border-radius: 20px; }
.news01 a:hover { text-decoration: none; }
.news01 a:hover .img .in_img { transform: scale(1.1); }
.news01 a .img { width: 250px; height: 176px; border-radius: 10px; overflow: hidden; }
.news01 a .img .in_img { width: 100%; height: 100%; transition: 0.3s; }
.news01 a .info_box { width: 430px; }
.news01 a .info_box .title { font-size: 18px; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.news01 a .info_box .text { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin-top: 20px; }

.common_bg01 { background: #F5F5F5; position: relative; overflow: hidden; }
.common_bg01 .common_tire00 { content: ""; display: block; width: 100%; height: 567px; background-repeat: no-repeat; background-position: center; background-size: contain; position: absolute; transition: clip-path 2s ease; }
.common_bg01 .common_tire01 { background-image: url("../img/common/bg01.png"); top: 605px; left: 0; clip-path: inset(0 100% 100% 0); }
.common_bg01 .common_tire02 { background-image: url("../img/common/bg02.png"); top: 1334px; right: 0; clip-path: inset(0 0 100% 100%); }
.common_bg01 .common_tire03 { background-image: url("../img/common/bg01.png"); top: 2452px; left: 0; clip-path: inset(0 100% 100% 0); }
.common_bg01 .common_tire04 { background-image: url("../img/common/bg02.png"); top: 3208px; right: 0; clip-path: inset(0 0 100% 100%); }
.common_bg01 .common_tire01.is-show { clip-path: inset(0 0 0 0); }
.common_bg01 .common_tire02.is-show { clip-path: inset(0 0 0 0); }
.common_bg01 .common_tire03.is-show { clip-path: inset(0 0 0 0); }
.common_bg01 .common_tire04.is-show { clip-path: inset(0 0 0 0); }

.common_bg02 { background: #F5F5F5; position: relative; overflow: hidden; }
.common_bg02 .common_tire00 { content: ""; display: block; width: 100%; height: 567px; background-repeat: no-repeat; background-position: center; background-size: contain; position: absolute; transition: clip-path 2s ease; }
.common_bg02 .common_tire01 { background-image: url("../img/common/bg02.png"); top: 304px; right: 0; clip-path: inset(0 0 100% 100%); }
.common_bg02 .common_tire02 { background-image: url("../img/common/bg01.png"); top: 1110px; left: 0; clip-path: inset(0 100% 100% 0); }
.common_bg02 .common_tire01.is-show { clip-path: inset(0 0 0 0); }
.common_bg02 .common_tire02.is-show { clip-path: inset(0 0 0 0); }

.model_box01 { border-width: 3px; border-radius: 20px; }
.model_box01 .midahi { display: flex; align-items: center; justify-content: center; width: 63px; padding-bottom: 17px; box-sizing: border-box; border-radius: 14px 0 0 14px; font-size: 29px; line-height: 1; }
.model_box01 .model_list01 { width: calc(100% - 63px); padding: 17px 27px 13px 25px; box-sizing: border-box; }
.model_box01 .model_list01 > div { width: 188px; margin-right: 10px; }
.model_box01 .model_list01 > div:last-child { margin-right: 0; }
.model_box01 .model_list01 > div .text { line-height: 1.4; margin-top: 6px; }
.model_box01 .model_list01 > div .text .sub { display: inline-block; font-size: 14px; margin-left: 4px; }

.check-list01 li { padding-left: 24px; box-sizing: border-box; font-size: 18px; position: relative; }
.check-list01 li::before { content: ""; display: block; width: 20px; height: 20px; background: url("../img/common/icon_check01.png") no-repeat center; background-size: contain; position: absolute; top: 5px; left: 0; }

.text-list01 li { padding-left: 1em; text-indent: -1em; }

.wrap.twin { display: flex; justify-content: space-between; }
.wrap.twin div#two-main { width: 760px; }
.wrap.twin div#two-side { width: 280px; }
.wrap.twin div#two-side .side_box { margin-bottom: 40px; }
.wrap.twin div#two-side .side_box:last-child { margin-bottom: 0; }
.wrap.twin div#two-side .side_box .side-title { padding: 12px 0; line-height: 1; border-radius: 10px; }
.wrap.twin div#two-side .side_box .side-link { margin-top: 10px; }
.wrap.twin div#two-side .side_box .side-link > li { border-bottom: 1px solid #E3E3E3; }
.wrap.twin div#two-side .side_box .side-link > li > a { display: block; padding: 27px 45px 27px 15px; box-sizing: border-box; line-height: 1.2; font-weight: 500; position: relative; }
.wrap.twin div#two-side .side_box .side-link > li > a:hover { text-decoration: none; color: #064CCE; }
.wrap.twin div#two-side .side_box .side-link > li > a:hover .arrow { background-image: url("../img/common/btn_arrow02.svg"); background-color: #064CCE; }
.wrap.twin div#two-side .side_box .side-link > li > a .arrow { display: block; width: 26px; height: 26px; background-image: url("../img/common/btn_arrow.svg"); background-repeat: no-repeat; background-position: center; background-size: 14px; background-color: #FFFFFF; border-radius: 50%; position: absolute; top: 50%; right: 15px; transform: translateY(-50%); transition: 0.3s; }
.wrap.twin div#two-side .side_box .side-link > li.on_cat > a { color: #064CCE; }
.wrap.twin div#two-side .side_box .side-link > li.on_cat > a .arrow { background-image: url("../img/common/btn_arrow02.svg"); background-color: #064CCE; }
.wrap.twin div#two-side .side_box .side-inner { margin-top: 20px; }
.wrap.twin div#two-side .side_box .side-inner select { width: 100%; height: 60px; box-sizing: border-box; padding: 20px 40px 20px 15px; font-size: 16px; line-height: 1.2; font-weight: 500; border: 1px solid #064CCE; font-family: 'NotoSansJP'; background: url("../img/p05/select_arrow.svg") no-repeat center right 15px, #FFFFFF; background-size: 14px; border-radius: 4px; -webkit-appearance: none; appearance: none; cursor: pointer; color: #000000 !important; }
.wrap.twin div#two-side .side_box .side-inner select option { color: #000000 !important; }

.wp-pagenavi > span, .wp-pagenavi > a { display: inline-block; width: 48px; height: 48px; background: #FFFFFF; border: 2px solid #064CCE; border-radius: 50%; box-sizing: border-box; margin: 0 3px; text-decoration: none; font-size: 14px; font-weight: 700; color: #064CCE; line-height: 45px; transition: 0.3s; }

.wp-pagenavi { text-align: center; margin-top: 80px; }
.wp-pagenavi a:hover, .wp-pagenavi span.current { background: #064CCE; color: #FFFFFF; }
.wp-pagenavi a.page { position: relative; }
.wp-pagenavi span.extend { background: transparent; margin: 0; border: 0; }
.wp-pagenavi span.pages { display: none; }
.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink { position: relative; color: transparent; }
.wp-pagenavi a.previouspostslink:hover, .wp-pagenavi a.nextpostslink:hover { color: transparent; }
.wp-pagenavi a.previouspostslink:hover::before, .wp-pagenavi a.nextpostslink:hover::before { filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(2deg) brightness(100%) contrast(107%); }
.wp-pagenavi a.previouspostslink::before, .wp-pagenavi a.nextpostslink::before { content: ""; width: 7px; height: 12px; background: url("../img/common/page_arrow01.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.wp-pagenavi a.previouspostslink::before { transform: translate(-50%, -50%) scale(-1, 1); }
.wp-pagenavi a.first, .wp-pagenavi a.last { position: relative; color: transparent; }
.wp-pagenavi a.first:hover, .wp-pagenavi a.last:hover { color: transparent; }
.wp-pagenavi a.first:hover::before, .wp-pagenavi a.last:hover::before { filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(2deg) brightness(100%) contrast(107%); }
.wp-pagenavi a.first::before, .wp-pagenavi a.last::before { content: ""; width: 13px; height: 12px; background: url("../img/common/page_arrow02.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.wp-pagenavi a.first::before { transform: translate(-50%, -50%) scale(-1, 1); }

.post-navigation { margin-top: 80px; }

.post-navigation ul { justify-content: center; align-items: center; position: relative; }

.post-navigation ul > li a { display: inline-block; height: 50px; padding: 0; box-sizing: border-box; position: relative; font-size: 16px; font-weight: 700; line-height: 50px; color: #064CCE; }
.post-navigation ul > li a:focus, .post-navigation ul > li a:hover { text-decoration: none; }
.post-navigation ul > li a:focus .arrow, .post-navigation ul > li a:hover .arrow { background-color: #FFFFFF; background-image: url("../img/common/page_arrow03_h.svg"); }
.post-navigation ul > li a .arrow { display: block; width: 50px; height: 50px; background-color: #064CCE; background-image: url("../img/common/page_arrow03.svg"); background-repeat: no-repeat; background-position: center; background-size: 13px; border: 2px solid #064CCE; box-sizing: border-box; border-radius: 50%; position: absolute; top: 0; transition: 0.3s; }

.post-navigation ul > li.prev a { padding-left: 70px; }
.post-navigation ul > li.prev a .arrow { left: 0; transform: scale(-1, 1); }

.post-navigation ul > li.next a { padding-right: 70px; }
.post-navigation ul > li.next a .arrow { right: 0; }

.post-navigation ul > li.blog-back { margin: 0 60px; }
.post-navigation ul > li.blog-back a { width: 200px; padding: 11px 0; background: #FFFFFF; border: 2px solid #064CCE; border-radius: 80px; color: #064CCE; line-height: 1.5; text-align: center; }
.post-navigation ul > li.blog-back a:focus, .post-navigation ul > li.blog-back a:hover { background: #064CCE; color: #FFFFFF; }

.post-navigation ul > li.kara { opacity: 0; pointer-events: none; }

/*TOPページ　p01
=========================================== */
.top-news01 { width: 100%; }
.top-news01 a { display: flex; align-items: center; padding-right: 50px; box-sizing: border-box; position: relative; }
.top-news01 a:hover { text-decoration: none; }
.top-news01 a:hover .title { color: #064CCE; }
.top-news01 a .info_cate { width: 196px; margin-bottom: 0; }
.top-news01 a .info_cate .time { margin: 2px 20px 0 0; }
.top-news01 a .info_cate .cate-list li { margin: 0; }
.top-news01 a .title { width: calc(100% - 196px); line-height: 1.4; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 1; -webkit-box-orient: vertical; transition: 0.3s; }
.top-news01 a .arrow { display: block; width: 26px; height: 26px; background-image: url("../img/top/news_arrow.svg"); background-repeat: no-repeat; background-position: center; background-size: 14px; position: absolute; top: 50%; right: 0; transform: translateY(-50%); }

#vehicle-sec01 .text01 { text-align: center; margin-bottom: 60px; }
#vehicle-sec01 .service_box .title { margin-bottom: 10px; }
#vehicle-sec01 .service_box .title span { display: inline-block; padding: 0 28px; box-sizing: border-box; font-size: 30px; position: relative; }
#vehicle-sec01 .service_box .title span::before, #vehicle-sec01 .service_box .title span::after { content: ""; display: block; width: 20px; height: 35px; background: url("../img/top/il_text01.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; transform: translateY(-50%); }
#vehicle-sec01 .service_box .title span::before { left: 0; transform: translateY(-50%) scale(-1, 1); }
#vehicle-sec01 .service_box .title span::after { right: 0; }
#vehicle-sec01 .service_box .link_box a { display: block; width: 100%; padding: 26px 70px 46px 342px; box-sizing: border-box; border-width: 4px; border-radius: 20px; text-align: left; position: relative; }
#vehicle-sec01 .service_box .link_box a:hover { text-decoration: none; }
#vehicle-sec01 .service_box .link_box a:hover .link-text { background-color: #FFFFFF; }
#vehicle-sec01 .service_box .link_box a:hover .link-text span { color: #000000; }
#vehicle-sec01 .service_box .link_box a:hover .link-text span::before { filter: brightness(0) saturate(100%) invert(0%) sepia(8%) saturate(7500%) hue-rotate(300deg) brightness(90%) contrast(110%); }
#vehicle-sec01 .service_box .link_box a h3 { font-size: 60px; line-height: 1.2; margin-bottom: 10px; }
#vehicle-sec01 .service_box .link_box a .text { font-size: 20px; }
#vehicle-sec01 .service_box .link_box a .num_box { width: 288px; height: 228px; padding: 46px 46px 0; box-sizing: border-box; background: url("../img/top/tire00.png") no-repeat center top; background-size: cover; text-align: center; position: absolute; bottom: 0; left: 27px; z-index: 1; }
#vehicle-sec01 .service_box .link_box a .num_box .midashi { padding: 24px 0 17px; box-sizing: border-box; font-size: 18px; line-height: 1; clip-path: ellipse(50% 101% at 50% 100%); margin-bottom: 12px; }
#vehicle-sec01 .service_box .link_box a .num_box .midashi span { font-size: 28px; }
#vehicle-sec01 .service_box .link_box a .num_box .num { display: inline-flex; align-items: center; justify-content: center; }
#vehicle-sec01 .service_box .link_box a .num_box .num span { display: inline-block; font-size: 20px; line-height: 1.2; text-align: left; margin-bottom: 5px; }
#vehicle-sec01 .service_box .link_box a .num_box .num span.tate { font-size: 22px; line-height: 1; }
#vehicle-sec01 .service_box .link_box a .num_box .num em { display: inline-block; font-size: 74px; line-height: 1; margin: 0 2px 0 4px; }
#vehicle-sec01 .service_box .link_box a .link-text { display: inline-block; padding: 8px 16px 6px 18px; box-sizing: border-box; border-radius: 20px 0 15px; border-right-width: 0; border-bottom-width: 0; position: absolute; bottom: 0; right: 0; transition: 0.3s; }
#vehicle-sec01 .service_box .link_box a .link-text span { display: inline-block; padding-right: 24px; box-sizing: border-box; font-size: 18px; position: relative; transition: 0.3s; }
#vehicle-sec01 .service_box .link_box a .link-text span::before { content: ""; display: block; width: 14px; height: 14px; background: url("../img/common/down_arrow.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; right: 0; transform: translateY(-50%); }
#vehicle-sec01 .service_box .service_list { margin-top: 20px; }
#vehicle-sec01 .service_box .service_list .service01 { width: 360px; padding: 30px; box-sizing: border-box; border-radius: 20px; position: relative; overflow: hidden; margin: 10px 10px 0 0; }
#vehicle-sec01 .service_box .service_list .service01:nth-child(-n+3) { margin-top: 0; }
#vehicle-sec01 .service_box .service_list .service01:nth-child(3n) { margin-right: 0; }
#vehicle-sec01 .service_box .service_list .service01:last-child { margin-right: 0; }
#vehicle-sec01 .service_box .service_list .service01 .label { width: 117px; height: 117px; clip-path: polygon(0 0, 100% 0, 100% 100%); position: absolute; top: 0; right: 0; z-index: 1; }
#vehicle-sec01 .service_box .service_list .service01 .label span { display: inline-block; font-size: 20px; line-height: 1.4; white-space: nowrap; position: absolute; top: 27px; left: 34px; transform: rotate(45deg); }
#vehicle-sec01 .service_box .service_list .service01 img { width: 70px; }
#vehicle-sec01 .service_box .service_list .service01 .midashi { font-size: 18px; line-height: 1.4; margin: 10px 0 4px; }
#vehicle-sec01 .service_box .service_list .service01 .midashi em { font-size: 22px; }
#vehicle-sec01 .service_box .service_list .service01 p.common_text { text-align: left; }

.home #header .header_inner .right .right_top .tel_box .tel .num { color: #000000; }
.home #header .header_inner .right .right_top .tel_box .tel .num::before { background: url("../img/common/icon_tel03.svg") no-repeat center; background-size: contain; }
.home #header .header_inner .right .right_top .tel_box .tel-text { color: #000000; }
.home .gnav > ul > li > a { color: #000000; }
.home .common_bg01 .common_tire01 { top: 236px; }
.home .common_bg01 .common_tire02 { top: 992px; }
.home #vehicle-sec01 { padding: 100px 0 120px; }
.home #vehicle-sec01 .common_tire01 { top: 352px; }
.home #vehicle-sec01 .common_tire02 { top: 1108px; }

#topbox01 { padding-top: 90px; background: linear-gradient(180deg, #ffffff 0%, #ffffff 75%, #F5F5F5 75%, #F5F5F5 100%); }
#topbox01 .model_box01 { width: calc(100% - 100px); max-width: 1476px; min-width: 1100px; margin: 0 auto; }
#topbox01 .model_box01 .midahi { width: 73px; font-size: 40px; }
#topbox01 .model_box01 .model_list01 { width: calc(100% - 73px); padding: 27px 27px 17px 30px; }
#topbox01 .model_box01 .model_list01 > div { width: 260px; }
#topbox01 .model_box01 .model_list01 > div .text { font-size: 22px; margin-top: 10px; }
#topbox01 .model_box01 .model_list01 > div .text .sub { font-size: 16px; }

#topbox02 { padding: 120px 0; border-radius: 100px; }
#topbox02 .wrap { width: 1300px; }
#topbox02 .text01 { text-align: center; }
#topbox02 .method-list { justify-content: space-between; margin-top: 110px; }
#topbox02 .method-list .method01 { width: 410px; border-width: 3px; border-radius: 20px; position: relative; }
#topbox02 .method-list .method01 .num { display: inline-block; font-size: 60px; line-height: 1; position: absolute; top: -49px; left: 10px; }
#topbox02 .method-list .method01 .title { padding: 16px 0 15px; box-sizing: border-box; border-radius: 15px 15px 0 0; font-size: 20px; line-height: 1.4; position: relative; }
#topbox02 .method-list .method01 .title::before { content: ""; display: block; width: 18px; height: 10px; background: #064CCE; clip-path: polygon(100% 0, 50% 100%, 0 0); position: absolute; bottom: -9px; left: 50%; transform: translateX(-50%); }
#topbox02 .method-list .method01 .box_in { padding: 20px 27px 27px; box-sizing: border-box; }
#topbox02 .method-list .method01 .box_in .title_box { justify-content: center; align-items: center; margin-bottom: 14px; }
#topbox02 .method-list .method01 .box_in .title_box img { width: 88px; }
#topbox02 .method-list .method01 .box_in .title_box .midashi { display: inline-block; font-size: 24px; line-height: 1.4; margin-left: 14px; }

.discount-lsit01 { justify-content: space-between; }
.discount-lsit01 .discount00 { width: 360px; padding: 7px 7px 17px; box-sizing: border-box; border-width: 3px; border-radius: 20px; }
.discount-lsit01 .discount00 .midashi { padding: 10px; box-sizing: border-box; border-radius: 10px; margin-bottom: 30px; }
.discount-lsit01 .discount00 .midashi span { display: inline-block; padding-left: 40px; box-sizing: border-box; font-size: 20px; line-height: 1.2; position: relative; }
.discount-lsit01 .discount00 .midashi span::before { content: ""; display: block; width: 36px; height: 36px; background: url("../img/top/icon_car.svg") no-repeat center; background-size: contain; position: absolute; top: 0; left: 0; }
.discount-lsit01 .discount00 .midashi span em { display: inline-block; font-size: 30px; line-height: 1.2; }
.discount-lsit01 .discount00 .box_in .num { font-size: 30px; line-height: 1.4; }
.discount-lsit01 .discount00 .box_in .num em { display: inline-block; font-size: 100px; line-height: 1; margin-right: 2px; }
.discount-lsit01 .discount00 .box_in .point { font-size: 20px; line-height: 1.4; margin-top: 10px; }
.discount-lsit01 .discount00 .box_in .list_box { padding: 20px 16px; box-sizing: border-box; background: #FAFAFA; border-radius: 10px; margin-top: 20px; }
.discount-lsit01 .discount00 .box_in .list_box .list li { justify-content: space-between; align-items: flex-end; padding: 14px 0; box-sizing: border-box; border-bottom: 1px solid #E2E2E2; }
.discount-lsit01 .discount00 .box_in .list_box .list li:first-child { padding-top: 0; }
.discount-lsit01 .discount00 .box_in .list_box .list li .th { display: inline-block; width: 185px; }
.discount-lsit01 .discount00 .box_in .list_box .list li .td { display: inline-block; width: 120px; line-height: 1.4; text-align: right; }
.discount-lsit01 .discount00 .box_in .list_box .list li .td em { font-size: 26px; }
.discount-lsit01 .discount00 .box_in .list_box .sub_text { margin-top: 10px; }
.discount-lsit01 .discount03 { padding: 0 0 17px; box-sizing: border-box; }
.discount-lsit01 .discount03 .midashi { padding: 7px 0 10px; border-radius: 15px 15px 0 0; margin-bottom: 23px; }
.discount-lsit01 .discount03 .midashi span { padding-left: 42px; font-size: 34px; }
.discount-lsit01 .discount03 .midashi span::before { width: 38px; height: 38px; top: 7px; }
.discount-lsit01 .discount03 .midashi span em { font-size: 44px; }
.discount-lsit01 .discount03 .box_in { padding: 0 7px; box-sizing: border-box; }
.discount-lsit01 .discount03 .box_in .list_box { background: #FFFFFF; }

#topbox03 { padding-top: 120px; }
#topbox03 .wrap { width: 1300px; }
#topbox03 .text01 { text-align: center; }
#topbox03 .text01 .big01 { font-size: 22px; }
#topbox03 .discount-lsit01 { margin-top: 60px; }
#topbox03 .discount-lsit01 .discount00 { width: 410px; padding: 0 0 17px; }
#topbox03 .discount-lsit01 .discount00 .box_in .list_box { padding: 20px 32px; }
#topbox03 .discount-lsit01 .discount01, #topbox03 .discount-lsit01 .discount02 { padding: 20px 20px 17px; border-width: 0; }
#topbox03 .discount-lsit01 .discount03 { padding: 0 0 17px; }
#topbox03 .discount-lsit01 .discount03 .midashi { margin-bottom: 30px; }
#topbox03 .discount-lsit01 .discount03 .box_in { padding: 0 17px; }
#topbox03 .text-list01 { margin-top: 10px; }
#topbox03 .simulation_box { padding: 66px 100px 40px; box-sizing: border-box; border-radius: 20px; margin-top: 82px; position: relative; }
#topbox03 .simulation_box h3 { width: calc(100% - 100px); max-width: 1100px; padding: 7px; border-width: 3px; box-sizing: border-box; border-radius: 50px; font-size: 26px; position: absolute; top: -26px; left: 50%; transform: translateX(-50%); z-index: 1; }
#topbox03 .simulation_box .title { padding-bottom: 10px; border-bottom: 1px solid #FFFFFF; font-size: 26px; margin-bottom: 50px; }
#topbox03 .simulation_box .title .cate { display: inline-block; padding: 9px; border-width: 1px; box-sizing: border-box; border-radius: 4px; font-size: 20px; line-height: 1; margin-right: 10px; }
#topbox03 .simulation_box .price_box { align-items: flex-end; }
#topbox03 .simulation_box .price_box .box00 { width: 400px; }
#topbox03 .simulation_box .price_box .box00 .box_in .num { background: #FFFFFF; box-sizing: border-box; line-height: 1.4; }
#topbox03 .simulation_box .price_box .box00 .box_in .num em { display: inline-block; font-size: 36px; }
#topbox03 .simulation_box .price_box .box00 .box_in .box-title { font-size: 20px; line-height: 1.5; margin-top: 8px; }
#topbox03 .simulation_box .price_box .box01 .box_in .num { padding: 55px 0; }
#topbox03 .simulation_box .price_box .box02 { width: 300px; height: 159px; padding-top: 48px; box-sizing: border-box; background: url("../img/top/line_bg01.png") no-repeat center top; background-size: contain; margin-bottom: 38px; }
#topbox03 .simulation_box .price_box .box02 .num { line-height: 1.2; }
#topbox03 .simulation_box .price_box .box02 .num .mini { display: block; font-size: 18px; }
#topbox03 .simulation_box .price_box .box02 .num em { display: inline-block; font-size: 40px; }
#topbox03 .simulation_box .price_box .box02 .num .big { display: block; font-size: 26px; }
#topbox03 .simulation_box .price_box .box03 .point { display: inline-block; padding: 14px 20px; box-sizing: border-box; border-radius: 70px; font-size: 22px; line-height: 1; position: relative; margin-bottom: 18px; }
#topbox03 .simulation_box .price_box .box03 .point::before { content: ""; display: block; width: 16px; height: 8px; background: #FFD633; clip-path: polygon(100% 0, 50% 100%, 0 0); position: absolute; bottom: -7px; left: 50%; transform: translateX(-50%); }
#topbox03 .simulation_box .price_box .box03 .point em { display: inline-block; width: 88px; position: relative; }
#topbox03 .simulation_box .price_box .box03 .point em span { display: inline-block; font-size: 56px; line-height: 1; position: absolute; bottom: -7px; left: 52%; transform: translateX(-50%); }
#topbox03 .simulation_box .price_box .box03 .point em span.bg-text { -webkit-text-stroke: 6px #FFD633; text-stroke: 6px #FFD633; }
#topbox03 .simulation_box .price_box .box03 .box_in .num { padding: 16px 0 15px; }
#topbox03 .simulation_box .price_box .box03 .box_in .num em { font-size: 46px; }
#topbox03 .simulation_box .text-list01 { margin-top: 26px; }
#topbox03 .flow_box { margin-top: 60px; }
#topbox03 .flow_box .title02 { margin-bottom: 48px; }
#topbox03 .flow_box .flow-list { justify-content: space-between; }
#topbox03 .flow_box .flow-list .flow01 { width: 195px; }
#topbox03 .flow_box .flow-list .flow01:last-child .box_in::before { display: none; }
#topbox03 .flow_box .flow-list .flow01 .box_in { min-height: 203px; padding: 18px 14px; box-sizing: border-box; border-radius: 10px; position: relative; }
#topbox03 .flow_box .flow-list .flow01 .box_in::before { content: ""; display: block; width: 14px; height: 14px; background: url("../img/common/btn_arrow.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; right: -21px; transform: translateY(-50%); }
#topbox03 .flow_box .flow-list .flow01 .box_in .num { display: inline-block; padding: 0 10px; box-sizing: border-box; border-radius: 30px; font-size: 12px; line-height: 1.5; position: absolute; top: -8px; left: 50%; transform: translateX(-50%); z-index: 1; }
#topbox03 .flow_box .flow-list .flow01 .box_in .icon { width: 70px; }
#topbox03 .flow_box .flow-list .flow01 .box_in .midashi { margin-top: 10px; }
#topbox03 .flow_box .flow-list .flow01 .box_in .text01 { padding: 4px; box-sizing: border-box; border-radius: 4px; font-size: 14px; line-height: 1.2; margin-top: 7px; }
#topbox03 .flow_box .flow-list .flow01 .sub { display: table; width: 100%; min-height: 70px; padding: 10px 0; box-sizing: border-box; border-radius: 10px; margin-top: 16px; position: relative; }
#topbox03 .flow_box .flow-list .flow01 .sub::before { content: ""; display: block; width: 12px; height: 7px; background: #FFFFFF; clip-path: polygon(50% 0%, 0% 100%, 100% 100%); position: absolute; top: -6px; left: 50%; transform: translateX(-50%); }
#topbox03 .flow_box .flow-list .flow01 .sub .sub_text { display: table-cell; vertical-align: middle; text-align: center; line-height: 1.4; }

#top-bg01 { width: 100%; height: 688px; background: url("../img/top/bg01.png") no-repeat center; background-size: cover; margin-bottom: -252px; position: relative; z-index: 1; }

#topbox04 { padding: 260px 0 120px; }
#topbox04 .title01 { margin-bottom: 60px; }
#topbox04 .cnt { justify-content: space-between; align-items: flex-start; }
#topbox04 .cnt .img_box { width: 504px; }
#topbox04 .cnt .text_box { width: 554px; }
#topbox04 .cnt .text_box .box_in01 { align-items: center; border-radius: 10px; overflow: hidden; margin-top: 20px; }
#topbox04 .cnt .text_box .box_in01 .midashi { display: table; width: 104px; padding: 20px 0; box-sizing: border-box; }
#topbox04 .cnt .text_box .box_in01 .midashi span { display: table-cell; font-size: 18px; line-height: 1.4; vertical-align: middle; text-align: center; }
#topbox04 .cnt .text_box .box_in01 .check-list01 { width: calc(100% - 104px); padding: 0 20px; box-sizing: border-box; }
#topbox04 .cnt .text_box .box_in01 .check-list01 li { display: inline-block; margin-right: 20px; }
#topbox04 .cnt .text_box .box_in01 .check-list01 li:last-child { margin-right: 0; }
#topbox04 .cnt .text_box .box_in02 { padding: 18px; box-sizing: border-box; border-radius: 10px; margin-top: 20px; position: relative; }
#topbox04 .cnt .text_box .box_in02::before { content: ""; display: block; width: 16px; height: 22px; background: #000000; clip-path: polygon(0 50%, 100% 100%, 100% 0); position: absolute; top: 22px; left: -16px; }
#topbox04 .cnt .text_box .box_in02::after { content: ""; display: block; width: 14px; height: 18px; background: #FFFFFF; clip-path: polygon(0 50%, 100% 100%, 100% 0); position: absolute; top: 24px; left: -13px; }

#topbox05 { padding-top: 120px; position: relative; }
#topbox05::before { content: ""; display: block; width: 100%; height: 18%; background: #FFFFFF; position: absolute; bottom: 0; left: 0; z-index: 1; }
#topbox05 .wrap { width: 1300px; }
#topbox05 .text01 { text-align: center; }
#topbox05 .confidence-list { justify-content: space-between; margin-top: 110px; }
#topbox05 .confidence-list .confidence01 { width: 410px; border-width: 3px; border-radius: 20px; position: relative; }
#topbox05 .confidence-list .confidence01 .num { display: inline-block; font-size: 60px; line-height: 1; position: absolute; top: -49px; left: 10px; }
#topbox05 .confidence-list .confidence01 .title { padding: 13px 0 15px; box-sizing: border-box; border-radius: 15px 15px 0 0; font-size: 32px; line-height: 1.4; position: relative; }
#topbox05 .confidence-list .confidence01 .title::before { content: ""; display: block; width: 18px; height: 10px; background: #064CCE; clip-path: polygon(100% 0, 50% 100%, 0 0); position: absolute; bottom: -9px; left: 50%; transform: translateX(-50%); z-index: 1; }
#topbox05 .confidence-list .confidence01 img { width: 100%; }
#topbox05 .confidence-list .confidence01 .box_in { padding: 20px 24px 27px; box-sizing: border-box; }
#topbox05 .confidence-list .confidence01 .box_in .midashi { font-size: 20px; line-height: 1.4; margin-bottom: 16px; }
#topbox05 .confidence-list .confidence01 .box_in .midashi span { font-size: 26px; }

.cases_box01 { width: calc(100% - 50px); max-width: 1520px; padding: 60px 0; box-sizing: border-box; border-radius: 60px; margin: 120px auto 0; position: relative; z-index: 1; }
.cases_box01 .wrap { width: 1100px; }
.cases_box01 .title01 { margin-bottom: 0; }
.cases_box01 .case-text01 { text-align: center; margin-top: 40px; }
.cases_box01 #cases-slider { margin-top: 40px; margin-bottom: 0 !important; }
.cases_box01 #cases-slider .slick-list { overflow: visible; }
.cases_box01 #cases-slider .slick-track { display: flex; }
.cases_box01 #cases-slider .slick-track .slick-slide { height: auto; }
.cases_box01 #cases-slider .case01 { margin: 0 15px; }
.cases_box01 #cases-slider .case01 a { height: 100%; }

#topbox06 { padding: 100px 0 190px; }
#topbox06 .news_box01 { justify-content: space-between; align-items: flex-start; position: relative; min-height: 150px; }
#topbox06 .news_box01 .title01 { width: 200px; font-size: 50px; text-align: left; margin-top: 20px; margin-bottom: 0; }
#topbox06 .news_box01 .news-list { width: 820px; }
#topbox06 .news_box01 .news-list .top-news01 { border-bottom: 1px solid #E0E0E0; }
#topbox06 .news_box01 .news-list .top-news01:last-child { border-bottom: 0; }
#topbox06 .news_box01 .news-list .top-news01 a { padding-top: 30px; padding-bottom: 30px; }
#topbox06 .news_box01 .btn02 { position: absolute; top: 120px; left: 0; }

/*p02~p03共通CSS
=========================================== */
#main.kasou02 { text-align: center; padding: 150px 0 75px; }
#main.kasou02 .price_box { display: inline-block; padding-right: 132px; box-sizing: border-box; margin: 57px auto 0; position: relative; }
#main.kasou02 .price_box .price01 { display: inline-block; padding: 25px 63px 29px 50px; box-sizing: border-box; border-radius: 20px; position: relative; }
#main.kasou02 .price_box .price01 .midashi { display: inline-block; position: absolute; top: -18px; left: 50%; transform: translateX(-50%); z-index: 1; }
#main.kasou02 .price_box .price01 .midashi span { display: inline-block; font-size: 26px; line-height: 1.54; white-space: nowrap; }
#main.kasou02 .price_box .price01 .midashi span.bg-text { -webkit-text-stroke: 4px #FFFFFF; text-stroke: 4px #FFFFFF; position: absolute; top: 0; left: 0; z-index: -1; }
#main.kasou02 .price_box .price01 .num { display: inline-block; padding-right: 16px; line-height: 1; position: relative; }
#main.kasou02 .price_box .price01 .num em { display: inline-block; font-size: 100px; margin-right: 6px; }
#main.kasou02 .price_box .price01 .num .price-sub { font-size: 18px; }
#main.kasou02 .price_box .price01 .num .price-per { display: inline-block; font-size: 18px; position: absolute; bottom: 2px; right: 0; }
#main.kasou02 .price_box .price01 .num .price-per::before { content: ""; display: block; width: 35px; height: 1px; background: #000000; position: absolute; bottom: 13px; left: -21px; transform: rotate(120deg); }
#main.kasou02 .price_box .price01 .num .price-tax { font-size: 14px; position: absolute; bottom: 35px; right: 12px; }
#main.kasou02 .price_box .price02 { width: 176px; height: 227px; background: url("../img/p03/engine01.png") no-repeat center; background-size: contain; padding: 81px 14px 0 16px; box-sizing: border-box; position: absolute; top: -47px; right: 0; z-index: 1; }
#main.kasou02 .price_box .price02 .box_in { padding: 8px 0 9px; background: #FFFFFF; border-radius: 10px; border: 4px solid #000000; box-sizing: border-box; text-align: center; }
#main.kasou02 .price_box .price02 .box_in .midashi_box { margin-bottom: 7px; }
#main.kasou02 .price_box .price02 .box_in .midashi_box .text01 { line-height: 1; margin-bottom: 9px; }
#main.kasou02 .price_box .price02 .box_in .midashi_box .text01 span { font-size: 26px; }
#main.kasou02 .price_box .price02 .box_in .midashi_box .text02 { padding: 4px 0; box-sizing: border-box; background: #000000; line-height: 1; }
#main.kasou02 .price_box .price02 .box_in .num { display: inline-flex; align-items: center; justify-content: center; }
#main.kasou02 .price_box .price02 .box_in .num span { display: inline-block; font-size: 14px; line-height: 1.2; text-align: left; margin-bottom: 3px; }
#main.kasou02 .price_box .price02 .box_in .num span.tate { line-height: 1; }
#main.kasou02 .price_box .price02 .box_in .num em { display: inline-block; font-size: 36px; line-height: 1; margin: 0 2px; }

section.common-sec01 .text01 { text-align: center; }
section.common-sec01 .list { justify-content: space-between; margin-top: 60px; }
section.common-sec01 .list .list_in { width: 350px; border-width: 3px; border-radius: 20px; }
section.common-sec01 .list .list_in .title { padding: 5px 0 11px; box-sizing: border-box; border-radius: 14px 14px 0 0; position: relative; }
section.common-sec01 .list .list_in .title::before { content: ""; display: block; width: 18px; height: 10px; background: #064CCE; clip-path: polygon(100% 0, 50% 100%, 0 0); position: absolute; bottom: -9px; left: 50%; transform: translateX(-50%); }
section.common-sec01 .list .list_in .title span { display: inline-block; padding-left: 60px; box-sizing: border-box; font-size: 20px; line-height: 1.4; position: relative; }
section.common-sec01 .list .list_in .title span::before { content: ""; display: block; width: 56px; height: 60px; background-repeat: no-repeat; background-position: center; background-size: contain; position: absolute; bottom: -6px; left: 0; }
section.common-sec01 .list .list_in .box_in { padding: 24px 0 20px; box-sizing: border-box; }
section.common-sec01 .list .list_in .box_in .text { font-size: 28px; line-height: 1.4; }
section.common-sec01 .list .list_in .box_in .text em { display: inline-block; font-size: 36px; margin: 0 6px; }
section.common-sec01 .model_box01 { margin-top: 30px; }
section.common-sec01 .sub_text { margin-top: 10px; padding-left: 1em; text-indent: -1em; }
section.common-sec01 .osusume_box { padding: 55px 0 40px; box-sizing: border-box; border-radius: 20px; position: relative; margin-top: 75px; }
section.common-sec01 .osusume_box h3 { font-size: 42px; line-height: 1.2; position: absolute; top: -25px; left: 50%; transform: translateX(-50%); z-index: 1; white-space: nowrap; }
section.common-sec01 .osusume_box .check-list01 { justify-content: center; }
section.common-sec01 .osusume_box .check-list01 li { display: inline-block; margin-right: 30px; }
section.common-sec01 .osusume_box .check-list01 li:last-child { margin-right: 0; }
section.common-sec01 .osusume_box .check-list01 li::before { top: 9px; }
section.common-sec01 .osusume_box .check-list01 li em { font-size: 22px; font-weight: 700; }

#vehicle-sec01.vehicle-sec00 .common_tire01 { top: 209px; }
#vehicle-sec01.vehicle-sec00 .common_tire02 { top: 965px; }
#vehicle-sec01.vehicle-sec00 .title01 { margin-bottom: 60px; }
#vehicle-sec01.vehicle-sec00 .service_box .link_box a { display: block; width: 100%; padding: 26px 70px 46px 342px; box-sizing: border-box; border-width: 4px; border-radius: 20px; text-align: left; position: relative; }
#vehicle-sec01.vehicle-sec00 .service_box .link_box a:hover { text-decoration: none; }
#vehicle-sec01.vehicle-sec00 .service_box .link_box a:hover .link-text { background-color: #FFFFFF; }
#vehicle-sec01.vehicle-sec00 .service_box .link_box a:hover .link-text span { color: #000000; }
#vehicle-sec01.vehicle-sec00 .service_box .link_box a:hover .link-text span::before { filter: brightness(0) saturate(100%) invert(0%) sepia(8%) saturate(7500%) hue-rotate(300deg) brightness(90%) contrast(110%); }
#vehicle-sec01.vehicle-sec00 .service_box .link_box a h3 { font-size: 60px; line-height: 1.2; margin-bottom: 10px; }
#vehicle-sec01.vehicle-sec00 .service_box .link_box a .text { font-size: 20px; }
#vehicle-sec01.vehicle-sec00 .service_box .link_box a .num_box { width: 288px; height: 228px; padding: 46px 46px 0; box-sizing: border-box; background: url("../img/top/tire00.png") no-repeat center top; background-size: cover; text-align: center; position: absolute; bottom: 0; left: 27px; z-index: 1; }
#vehicle-sec01.vehicle-sec00 .service_box .link_box a .num_box .midashi { padding: 24px 0 17px; box-sizing: border-box; font-size: 18px; line-height: 1; clip-path: ellipse(50% 101% at 50% 100%); margin-bottom: 12px; }
#vehicle-sec01.vehicle-sec00 .service_box .link_box a .num_box .midashi span { font-size: 28px; }
#vehicle-sec01.vehicle-sec00 .service_box .link_box a .num_box .num { display: inline-flex; align-items: center; justify-content: center; }
#vehicle-sec01.vehicle-sec00 .service_box .link_box a .num_box .num span { display: inline-block; font-size: 20px; line-height: 1.2; text-align: left; margin-bottom: 5px; }
#vehicle-sec01.vehicle-sec00 .service_box .link_box a .num_box .num span.tate { font-size: 22px; line-height: 1; }
#vehicle-sec01.vehicle-sec00 .service_box .link_box a .num_box .num em { display: inline-block; font-size: 74px; line-height: 1; margin: 0 2px 0 4px; }
#vehicle-sec01.vehicle-sec00 .text-list02 { margin-top: 10px; }
#vehicle-sec01.vehicle-sec00 .text-list02 li { padding-left: 1em; text-indent: -1em; }

section.common-sec02 { padding-top: 180px; }
section.common-sec02 .title01 { position: relative; }
section.common-sec02 .title01 .hukidashi { width: 114px; height: 114px; background: url("../img/p03/hukidashi.png") no-repeat center; background-size: contain; padding-top: 20px; box-sizing: border-box; font-size: 22px; line-height: 1.1; position: absolute; top: -60px; right: 273px; }
section.common-sec02 .title01 .hukidashi .flex { align-items: center; justify-content: center; }
section.common-sec02 .title01 .hukidashi .flex span { text-align: left; font-size: 14px; line-height: 1; }
section.common-sec02 .title01 .hukidashi .flex em { display: inline-block; font-size: 42px; }
section.common-sec02 .text01 { text-align: center; }
section.common-sec02 .discount-lsit01 { margin: 60px 0; }
section.common-sec02 .feat-list { justify-content: space-between; }
section.common-sec02 .feat-list .feat01 { width: 260px; padding: 20px; box-sizing: border-box; border-radius: 10px; }
section.common-sec02 .feat-list .feat01 .num { padding: 2px 0; box-sizing: border-box; border-radius: 30px; font-size: 14px; line-height: 1.4; margin-bottom: 20px; }
section.common-sec02 .feat-list .feat01 img { width: 70px; }
section.common-sec02 .feat-list .feat01 .midashi { display: table; width: 100%; min-height: 55px; font-size: 18px; line-height: 1.4; margin: 20px 0 10px; }
section.common-sec02 .feat-list .feat01 .midashi span { display: table-cell; text-align: center; vertical-align: middle; }
section.common-sec02 .feat-list .feat01 .midashi span em { font-size: 22px; }
section.common-sec02 .text-list01 { margin-top: 10px; }

.price_table01 { border-collapse: separate; }
.price_table01 th.first, .price_table01 td.first { width: 180px; }
.price_table01 th.second, .price_table01 td.second { width: 160px; }
.price_table01 thead tr th:last-child .th_inner { border-right: 0; }
.price_table01 thead tr th .th_inner { padding: 19px 20px; box-sizing: border-box; border-right: 1px solid #FFFFFF; text-align: center; }
.price_table01 thead tr th.first { vertical-align: bottom; }
.price_table01 thead tr th.first .th_inner { text-align: left; border-top-left-radius: 10px; }
.price_table01 thead tr th.second { vertical-align: bottom; }
.price_table01 thead tr th.point .th_inner { padding: 20px; font-size: 26px; }
.price_table01 thead tr th.point-first .th_inner { border-top-left-radius: 10px; }
.price_table01 thead tr th.point-second .th_inner { border-top-right-radius: 10px; }
.price_table01 tbody tr:last-child td.first { border-bottom-left-radius: 10px; }
.price_table01 tbody tr:last-child td:last-child { border-bottom-right-radius: 10px; }
.price_table01 tbody tr td { padding: 20px 16px; box-sizing: border-box; font-weight: 500; text-align: center; border-right: 1px solid #E3ECFD; border-bottom: 1px solid #E3ECFD; }
.price_table01 tbody tr td.first { text-align: left; border-right: 0; border-bottom: 1px solid #C1D5FB; }
.price_table01 tbody tr td.point em { font-size: 24px; }

.info_table01 { border-collapse: separate; }
.info_table01 tr:last-child th { border-bottom: 0; border-bottom-left-radius: 10px; }
.info_table01 tr:last-child td { border-bottom: 0; }
.info_table01 tr:last-child td:last-child { border-bottom-right-radius: 10px; }
.info_table01 tr th, .info_table01 tr td { padding: 20px 16px; box-sizing: border-box; }
.info_table01 tr th { font-weight: 500; background: #E3ECFD; border-bottom: 1px solid #C1D5FB; }
.info_table01 tr td { font-weight: 500; background: #FFFFFF; border-bottom: 1px solid #E3ECFD; }
.info_table01 tr.first th { padding: 20px; font-weight: 700; background: #064CCE; border-bottom: 0; color: #FFFFFF; border-right: 1px solid #FFFFFF; }
.info_table01 tr.first th:first-child { border-top-left-radius: 10px; }
.info_table01 tr.first th:last-child { border-right: 0; border-top-right-radius: 10px; }

section.common-sec03 { padding-bottom: 40px; }
section.common-sec03 .text01 { text-align: center; }
section.common-sec03 .text-list01 { margin-top: 10px; }
section.common-sec03 .text-list01 li { padding-left: 1em; text-indent: -1em; }
section.common-sec03 .list { justify-content: space-between; margin-top: 60px; }
section.common-sec03 .list .list_in { align-items: center; width: 340px; padding: 30px 50px; box-sizing: border-box; border-radius: 20px; position: relative; }
section.common-sec03 .list .list_in:last-child { padding-left: 40px; padding-right: 40px; }
section.common-sec03 .list .list_in:last-child::before { display: none; }
section.common-sec03 .list .list_in::before { content: ""; display: block; width: 22px; height: 22px; background: url("../img/p03/icon_plus.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; right: -31px; transform: translateY(-50%); }
section.common-sec03 .list .list_in img { display: block; width: 64px; margin-right: 10px; }
section.common-sec03 .list .list_in .midashi { width: calc(100% - 74px); font-size: 22px; line-height: 1.4; }
section.common-sec03 .list .list_in .midashi em { font-size: 28px; }
section.common-sec03 .price_box-list { margin-top: 60px; }
section.common-sec03 .price_box-list .price_box { padding: 60px 0; box-sizing: border-box; background-color: transparent; margin-bottom: 80px; position: relative; z-index: 1; }
section.common-sec03 .price_box-list .price_box:last-child { margin-bottom: 0; }
section.common-sec03 .price_box-list .price_box:last-child::after { display: none; }
section.common-sec03 .price_box-list .price_box::before { content: ""; display: block; width: calc(100% + 120px); height: 100%; background: #FFFFFF; border-radius: 60px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: -1; }
section.common-sec03 .price_box-list .price_box::after { content: ""; display: block; width: 40px; height: 40px; background: url("../img/p03/icon_plus.svg") no-repeat center; background-size: contain; position: absolute; bottom: -60px; left: 50%; transform: translateX(-50%); }
section.common-sec03 .price_box-list .price_box .box-title { padding-left: 30px; box-sizing: border-box; font-size: 32px; position: relative; margin-bottom: 40px; }
section.common-sec03 .price_box-list .price_box .box-title::before { content: ""; display: block; width: 20px; height: 20px; background: #064CCE; border-radius: 50%; position: absolute; top: 16px; left: 0; }
section.common-sec03 .price_box-list .price_box .box-title .mini { display: inline-block; font-size: 18px; font-weight: 400; margin-left: 10px; }
section.common-sec03 .simulation_box { padding: 60px 37px 37px; box-sizing: border-box; border-width: 3px; border-radius: 20px; margin-top: 90px; position: relative; }
section.common-sec03 .simulation_box h3 { width: 700px; padding: 7px; box-sizing: border-box; border-width: 3px; border-radius: 50px; font-size: 26px; position: absolute; top: -30px; left: 50%; transform: translateX(-50%); z-index: 1; }
section.common-sec03 .simulation_box > .title { display: flex; padding-bottom: 10px; border-bottom: 1px solid #000000; margin-bottom: 30px; }
section.common-sec03 .simulation_box > .title .cate { display: inline-block; width: 128px; padding: 9px 0; box-sizing: border-box; border-width: 1px; border-radius: 4px; margin-right: 20px; font-size: 18px; line-height: 1; text-align: center; }
section.common-sec03 .simulation_box > .title .title-list { width: calc(100% - 148px); align-items: center; }
section.common-sec03 .simulation_box > .title .title-list li { width: auto; align-items: center; margin-right: 20px; }
section.common-sec03 .simulation_box > .title .title-list li:last-child { margin-right: 0; }
section.common-sec03 .simulation_box > .title .title-list li .midashi { display: inline-block; padding: 10px 20px; box-sizing: border-box; border-radius: 44px; line-height: 1; margin-right: 6px; }
section.common-sec03 .simulation_box .box-list { justify-content: space-between; }
section.common-sec03 .simulation_box .box-list .box { width: 500px; padding-bottom: 20px; box-sizing: border-box; border-radius: 20px; }
section.common-sec03 .simulation_box .box-list .box .box-title { padding: 12px 0; box-sizing: border-box; border-radius: 20px 20px 0 0; font-size: 20px; line-height: 1.4; }
section.common-sec03 .simulation_box .box-list .box .box_in { padding: 20px 20px 0; box-sizing: border-box; }
section.common-sec03 .simulation_box .box-list .box .box_in .simulation_table tr { border-bottom: 1px solid #DBDBDB; }
section.common-sec03 .simulation_box .box-list .box .box_in .simulation_table tr th, section.common-sec03 .simulation_box .box-list .box .box_in .simulation_table tr td { padding: 20px 0 10px; box-sizing: border-box; }
section.common-sec03 .simulation_box .box-list .box .box_in .simulation_table tr th { width: 214px; font-weight: 500; }
section.common-sec03 .simulation_box .box-list .box .box_in .simulation_table tr td { text-align: center; }
section.common-sec03 .simulation_box .box-list .box .box_in .simulation_table tr td:last-child { width: 70px; text-align: right; }
section.common-sec03 .simulation_box .box-list .box .box_in .simulation_table tr.first th { width: auto; padding-top: 0; font-size: 14px; text-align: center; }
section.common-sec03 .simulation_box .box-list .box .box_in .simulation_table tr.first th:first-child { width: 214px; text-align: left; }
section.common-sec03 .simulation_box .box-list .box .box_in .simulation_table tr.first th:last-child { width: 70px; text-align: right; }
section.common-sec03 .simulation_box .box-list .box .box_in .simulation_table tr.total { border-bottom: 0; }
section.common-sec03 .simulation_box .box-list .box .box_in .simulation_table tr.total th, section.common-sec03 .simulation_box .box-list .box .box_in .simulation_table tr.total td { padding-bottom: 0; }
section.common-sec03 .simulation_box .box-list .box .box_in .simulation_table tr.total th { font-weight: 700; }
section.common-sec03 .simulation_box .box-list .box .box_in .simulation_table tr.total td { font-size: 18px; font-weight: 500; text-align: right; }
section.common-sec03 .simulation_box .box-list .box .box_in .simulation_table tr.total td:last-child { width: auto; }
section.common-sec03 .simulation_box .box-list .box .box_in .simulation_table tr.total td em { font-size: 32px; font-weight: 700; }
section.common-sec03 .simulation_box .box-list .box01 .box-title { background: #5C5C5C; }
section.common-sec03 .simulation_box .box-list .box02 .box-title span { display: inline-block; padding-right: 52px; box-sizing: border-box; position: relative; }
section.common-sec03 .simulation_box .box-list .box02 .box-title span img { width: 52px; position: absolute; bottom: -4px; right: 0; }
section.common-sec03 .simulation_box .melit_box { justify-content: space-between; align-items: center; padding: 12px 32px 9px; box-sizing: border-box; border: 3px solid #E6EEFD; border-radius: 10px; margin-top: 30px; }
section.common-sec03 .simulation_box .melit_box > p.white { display: inline-block; font-size: 26px; line-height: 36px; font-weight: 700; }
section.common-sec03 .simulation_box .melit_box > p.white em { font-size: 42px; }
section.common-sec03 .simulation_box .melit_box .point { width: 213px; padding: 13px 0 12px; box-sizing: border-box; border-radius: 70px; font-size: 22px; line-height: 1; text-align: center; position: relative; }
section.common-sec03 .simulation_box .melit_box .point::before { content: ""; display: block; width: 12px; height: 10px; background: #FFD633; clip-path: polygon(0 46%, 100% 100%, 100% 0); position: absolute; top: 50%; left: -9px; transform: translateY(-50%); }
section.common-sec03 .simulation_box .melit_box .point em { display: inline-block; width: 58px; position: relative; }
section.common-sec03 .simulation_box .melit_box .point em span { display: inline-block; font-size: 56px; position: absolute; bottom: -9px; left: 50%; transform: translateX(-50%); }
section.common-sec03 .simulation_box .melit_box .point em span.bg-text { -webkit-text-stroke: 3px #FFD633; text-stroke: 3px #FFD633; }
section.common-sec03 .info_box-list { margin-top: 60px; }
section.common-sec03 .info_box-list .info_box { margin-bottom: 60px; }
section.common-sec03 .info_box-list .info_box:last-child { margin-bottom: 0; }
section.common-sec03 .info_box-list .info_box01 .title02 { margin-bottom: 10px; }
section.common-sec03 .info_box-list .info_box01 .info_table01 { margin-top: 40px; }
section.common-sec03 .info_box-list .info_box01 .info_table01 tr th { width: 280px; }
section.common-sec03 .info_box-list .info_box01 .info_table01 tr.first th { width: auto; }
section.common-sec03 .info_box-list .info_box01 .info_table01 tr.first th:first-child { width: 280px; }
section.common-sec03 .info_box-list .info_box02 .title02 { margin-bottom: 48px; }
section.common-sec03 .info_box-list .info_box02 .flow-list { justify-content: space-between; }
section.common-sec03 .info_box-list .info_box02 .flow-list .flow01 { width: 248px; }
section.common-sec03 .info_box-list .info_box02 .flow-list .flow01:last-child .box_in::before { display: none; }
section.common-sec03 .info_box-list .info_box02 .flow-list .flow01 .box_in { height: 100%; padding: 18px 18px 53px; box-sizing: border-box; border-radius: 10px; position: relative; }
section.common-sec03 .info_box-list .info_box02 .flow-list .flow01 .box_in::before { content: ""; display: block; width: 14px; height: 14px; background: url("../img/common/btn_arrow.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; right: -25px; transform: translateY(-50%); }
section.common-sec03 .info_box-list .info_box02 .flow-list .flow01 .box_in .num { display: inline-block; padding: 0 12px; box-sizing: border-box; border-radius: 30px; font-size: 12px; line-height: 1.5; position: absolute; top: -8px; left: 50%; transform: translateX(-50%); z-index: 1; }
section.common-sec03 .info_box-list .info_box02 .flow-list .flow01 .box_in .icon { width: 70px; }
section.common-sec03 .info_box-list .info_box02 .flow-list .flow01 .box_in .midashi { margin: 10px 0; }
section.common-sec03 .info_box-list .info_box02 .flow-list .flow01 .box_in .text { text-align: left; }
section.common-sec03 .info_box-list .info_box02 .flow-list .flow01 .box_in .text01 { width: calc(100% - 36px); padding: 4px; box-sizing: border-box; border-radius: 4px; font-size: 14px; line-height: 1.2; position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%); }
section.common-sec03 .info_box-list .info_box02 .sub_text { margin-top: 10px; }
section.common-sec03 .info_box-list .info_box03 .title02 { margin-bottom: 10px; }
section.common-sec03 .info_box-list .info_box03 .cnt { justify-content: space-between; align-items: flex-start; margin-top: 40px; }
section.common-sec03 .info_box-list .info_box03 .cnt .payment-list { width: 530px; justify-content: space-between; }
section.common-sec03 .info_box-list .info_box03 .cnt .payment-list li { width: 260px; padding: 20px 30px; box-sizing: border-box; border-radius: 10px; text-align: center; }
section.common-sec03 .info_box-list .info_box03 .cnt .payment-list li .icon { display: block; width: 70px; margin: 0 auto; }
section.common-sec03 .info_box-list .info_box03 .cnt .payment-list li .text { margin-top: 4px; }
section.common-sec03 .info_box-list .info_box03 .cnt .payment-list li .text .sub_text { display: block; font-weight: 400; }
section.common-sec03 .info_box-list .info_box03 .cnt .right { width: 550px; }
section.common-sec03 .info_box-list .info_box03 .cnt .right .text-list01 { margin-top: 0; }
section.common-sec03 .info_box-list .info_box03 .cnt .right .btn01 { margin: 30px 0 0; }

div.common-bg01 { width: 100%; height: 688px; background-repeat: no-repeat; background-position: center; background-size: cover; position: relative; z-index: 1; margin-bottom: -252px; }

div.common-bg01 + section { background-color: #FFFFFF !important; padding-top: 260px; }

.other_box01 { padding: 50px 60px; box-sizing: border-box; border-radius: 20px; }
.other_box01 h3 { font-size: 30px; text-align: center; margin-bottom: 24px; }
.other_box01 .point-list { justify-content: space-between; }
.other_box01 .point-list > div.flex { width: 316px; padding: 18px 10px; box-sizing: border-box; flex-direction: column; align-items: center; justify-content: center; border-radius: 10px; }
.other_box01 .point-list > div.flex img { width: 26px; }
.other_box01 .point-list > div.flex p.midashi { font-size: 20px; line-height: 1.4; margin-top: 10px; }
.other_box01 .point-list > div.flex p.midashi em { font-size: 24px; }
.other_box01 .box_in { justify-content: space-between; align-items: flex-start; margin-top: 30px; }
.other_box01 .box_in .text_box { width: 560px; }
.other_box01 .box_in .text_box .btn01 { margin: 40px 0 0; }
.other_box01 .box_in .img_box { width: 396px; order: 1; }

/*法人向けタイヤ交換　p02
=========================================== */
.page-tire-exchange #main.kasou { background-image: url("../img/p02/main.jpg"); }
.page-tire-exchange #main.kasou02 { text-align: center; padding: 150px 0 75px; }
.page-tire-exchange #main.kasou02 .price_box { padding-right: 170px; margin-top: 44px; }
.page-tire-exchange #main.kasou02 .price_box .price01 { padding: 25px 60px 29px 59px; }
.page-tire-exchange #main.kasou02 .price_box .price01 .num { padding-right: 22px; }
.page-tire-exchange #main.kasou02 .price_box .price02 { width: 222px; height: 223px; background: url("../img/p02/tire01.png") no-repeat center; background-size: contain; padding: 52px 29px 59px; top: -34px; }
.page-tire-exchange #main.kasou02 .price_box .price02 .box_in { padding: 0; background: transparent; border-radius: 0; border: 0; }
.page-tire-exchange #main.kasou02 .price_box .price02 .box_in .midashi_box { margin-bottom: 4px; }
.page-tire-exchange #main.kasou02 .price_box .price02 .box_in .midashi_box .text01 { margin-bottom: 4px; }
.page-tire-exchange #main.kasou02 .price_box .price02 .box_in .midashi_box .text02 { padding: 5px 0; clip-path: polygon(4% 0, 96% 0, 100% 100%, 0% 100%); }
.page-tire-exchange #main.kasou02 .price_box .price02 .box_in .num span { font-size: 16px; }
.page-tire-exchange #main.kasou02 .price_box .price02 .box_in .num em { font-size: 52px; }
.page-tire-exchange div#bread { background-color: #FFFFFF; }

section#p02box01.common-sec01 .list .list_in .box_in .text { font-size: 22px; line-height: 1; }
section#p02box01.common-sec01 .list .list_in .box_in .text em { font-size: 60px; margin: 0 6px; }
section#p02box01.common-sec01 .list .list_in01 .title span::before { background-image: url("../img/p02/icon01.png"); }
section#p02box01.common-sec01 .list .list_in02 .title span::before { background-image: url("../img/p02/icon02.png"); }
section#p02box01.common-sec01 .list .list_in02 .box_in .text { line-height: 1.4; }
section#p02box01.common-sec01 .list .list_in02 .box_in .text em { font-size: 26px; margin: 0; }
section#p02box01.common-sec01 .list .list_in03 .title span::before { background-image: url("../img/p02/icon03.png"); }
section#p02box01.common-sec01 .list .list_in03 .box_in .text em { margin: 0 6px 0 0; }
section#p02box01.common-sec01 .osusume_box { padding-left: 68px; padding-right: 68px; }
section#p02box01.common-sec01 .osusume_box .check-list01 { justify-content: space-between; }
section#p02box01.common-sec01 .osusume_box .check-list01 li { width: 475px; margin-right: 0; margin-top: 20px; }
section#p02box01.common-sec01 .osusume_box .check-list01 li:nth-child(-n+2) { margin-top: 0; }

section#p02box03.common-sec03 .common_tire01 { top: 314px; }
section#p02box03.common-sec03 .common_tire02 { top: 1070px; }
section#p02box03.common-sec03 .common_tire03 { top: 2264px; }
section#p02box03.common-sec03 .common_tire04 { top: 3020px; }
section#p02box03.common-sec03 .price_table01 thead tr th.point .th_inner .mini { font-size: 16px; }
section#p02box03.common-sec03 .price_table01 thead tr th.point-second .th_inner { border-top-right-radius: 0; }
section#p02box03.common-sec03 .price_table01 thead tr th.point-third .th_inner { border-top-right-radius: 10px; }
section#p02box03.common-sec03 .info_table01 tr:last-child th { border-bottom: 1px solid #E3ECFD; }
section#p02box03.common-sec03 .info_table01 tr:last-child td { border-bottom: 1px solid #E3ECFD; }
section#p02box03.common-sec03 .info_table01 tr th { width: 380px; }
section#p02box03.common-sec03 .info_table01 tr td { border-right: 1px solid #E3ECFD; }
section#p02box03.common-sec03 .info_table01 tr td:last-child { width: 540px; }
section#p02box03.common-sec03 .info_table01 tr.first th { width: auto; }
section#p02box03.common-sec03 .info_table01 tr.first th:first-child { width: 380px; }
section#p02box03.common-sec03 .info_table01 tr.first th:last-child { width: 540px; }
section#p02box03.common-sec03 .simulation_box > .title { display: block; padding-bottom: 0; border-bottom: 0; margin-bottom: 30px; text-align: center; }
section#p02box03.common-sec03 .simulation_box > .title .cate { margin-right: 10px; }
section#p02box03.common-sec03 .simulation_box > .title p.bold { display: inline-block; font-size: 22px; }
section#p02box03.common-sec03 .simulation_box .box-list .box .box_in { padding: 20px 0 0; }
section#p02box03.common-sec03 .simulation_box .box-list .box .box_in .simulation_table_tire .table_in { justify-content: space-between; align-items: flex-start; padding: 20px 20px 10px; box-sizing: border-box; border-top: 1px solid #DBDBDB; }
section#p02box03.common-sec03 .simulation_box .box-list .box .box_in .simulation_table_tire .table_in:first-child { padding-top: 0; border-top: 0; }
section#p02box03.common-sec03 .simulation_box .box-list .box .box_in .simulation_table_tire .table_in .th { width: 200px; }
section#p02box03.common-sec03 .simulation_box .box-list .box .box_in .simulation_table_tire .table_in .td { width: calc(100% - 200px); justify-content: space-between; align-items: flex-start; }
section#p02box03.common-sec03 .simulation_box .box-list .box .box_in .simulation_table_tire .table_in .td .td01 { width: calc(100% - 70px); }
section#p02box03.common-sec03 .simulation_box .box-list .box .box_in .simulation_table_tire .table_in .td .td02 { width: 70px; text-align: right; }
section#p02box03.common-sec03 .simulation_box .box-list .box .box_in .simulation_table_tire .table_in.total01 { align-items: center; padding: 16px 20px; background: #F5F5F5; border-top: 0; margin-top: 10px; }
section#p02box03.common-sec03 .simulation_box .box-list .box .box_in .simulation_table_tire .table_in.total01 .td { text-align: right; }
section#p02box03.common-sec03 .simulation_box .box-list .box .box_in .simulation_table_tire .table_in.total01 .td em { font-size: 24px; }
section#p02box03.common-sec03 .simulation_box .box-list .box .box_in .simulation_table_tire .table_in.total02 { align-items: center; padding-bottom: 0; border-top: 0; }
section#p02box03.common-sec03 .simulation_box .box-list .box .box_in .simulation_table_tire .table_in.total02 .td { font-size: 18px; text-align: right; }
section#p02box03.common-sec03 .simulation_box .box-list .box .box_in .simulation_table_tire .table_in.total02 .td em { font-size: 32px; }
section#p02box03.common-sec03 .simulation_box .melit_box > p.white { font-size: 24px; line-height: 40px; }
section#p02box03.common-sec03 .simulation_box .melit_box > p.white em { font-size: 40px; }
section#p02box03.common-sec03 .simulation_box .melit_box .point em { width: 88px; }

div#p02-bg01.common-bg01 { background-image: url("../img/p02/bg01.png"); }

#p02box04 .title01 { margin-bottom: 60px; }
#p02box04 .title01 .mini { font-size: 52px; }
#p02box04 .anchor-list { justify-content: space-between; margin-top: 60px; }
#p02box04 .anchor-list .anchor01.btn01 { width: 350px; height: 90px; margin: 0; }
#p02box04 .anchor-list .anchor01.btn01:first-child a:hover .icon { background-image: url("../img/p02/method_icon01_h.png"); }
#p02box04 .anchor-list .anchor01.btn01:first-child a .icon { background-image: url("../img/p02/method_icon01.png"); }
#p02box04 .anchor-list .anchor01.btn01:last-child a:hover .icon { background-image: url("../img/p02/method_icon03_h.png"); }
#p02box04 .anchor-list .anchor01.btn01:last-child a .icon { background-image: url("../img/p02/method_icon03.png"); }
#p02box04 .anchor-list .anchor01.btn01 a { justify-content: center; padding: 0 58px; border-radius: 90px; }
#p02box04 .anchor-list .anchor01.btn01 a:hover .icon { background-image: url("../img/p02/method_icon02_h.png"); }
#p02box04 .anchor-list .anchor01.btn01 a .icon { display: inline-block; width: 70px; height: 70px; background-image: url("../img/p02/method_icon02.png"); background-repeat: no-repeat; background-position: center; background-size: contain; margin-right: 14px; }
#p02box04 .anchor-list .anchor01.btn01 a .btn-text { display: inline-block; width: auto; font-size: 24px; }
#p02box04 .anchor-list .anchor01.btn01 a .arrow { position: absolute; top: 50%; right: 33px; transform: translateY(-50%); }
#p02box04 .anchor-list + .text01 { text-align: center; margin-top: 20px; }
#p02box04 .method-list { margin-top: 86px; }
#p02box04 .method-list .method_box { border-width: 3px; border-radius: 20px; margin-bottom: 66px; }
#p02box04 .method-list .method_box:last-child { margin-bottom: 0; }
#p02box04 .method-list .method_box .title { padding: 17px 0 22px; box-sizing: border-box; border-radius: 14px 14px 0 0; position: relative; }
#p02box04 .method-list .method_box .title::before { content: ""; display: block; width: 48px; height: 14px; background: #064CCE; clip-path: polygon(100% 0, 50% 100%, 0 0); position: absolute; bottom: -13px; left: 50%; transform: translateX(-50%); }
#p02box04 .method-list .method_box .title span { display: inline-block; padding-left: 82px; box-sizing: border-box; font-size: 28px; line-height: 1.4; position: relative; }
#p02box04 .method-list .method_box .title span::before { content: ""; display: block; width: 78px; height: 69px; background-repeat: no-repeat; background-position: center; background-size: contain; position: absolute; bottom: -4px; left: 0; }
#p02box04 .method-list .method_box > .box_in { padding: 54px 37px 37px; box-sizing: border-box; }
#p02box04 .method-list .method_box > .box_in .cnt { justify-content: space-between; align-items: flex-start; }
#p02box04 .method-list .method_box > .box_in .cnt .text_box { width: 476px; }
#p02box04 .method-list .method_box > .box_in .cnt .text_box .text { padding: 14px; box-sizing: border-box; border-radius: 4px; font-size: 20px; line-height: 1.2; margin-bottom: 20px; }
#p02box04 .method-list .method_box > .box_in .cnt .img_box { width: 504px; }
#p02box04 .method-list .method_box > .box_in .flow_box .title02 { font-size: 24px; margin-bottom: 38px; }
#p02box04 .method-list .method_box > .box_in .flow_box .sub_text { margin-top: 10px; }
#p02box04 .method-list .method_box > .box_in .flow-list .flow00:last-child .box_in::before { display: none; }
#p02box04 .method-list .method_box > .box_in .flow-list .flow00 .box_in { height: 100%; padding: 20px 14px; box-sizing: border-box; border-radius: 10px; background: #ECF2FD; position: relative; }
#p02box04 .method-list .method_box > .box_in .flow-list .flow00 .box_in::before { content: ""; display: block; width: 14px; height: 14px; background: url("../img/common/btn_arrow.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; right: -25px; transform: translateY(-50%); }
#p02box04 .method-list .method_box > .box_in .flow-list .flow00 .box_in .num { display: inline-block; padding: 0 10px; box-sizing: border-box; border-radius: 30px; font-size: 12px; line-height: 1.5; position: absolute; top: -8px; left: 50%; transform: translateX(-50%); z-index: 1; }
#p02box04 .method-list .method_box > .box_in .flow-list .flow00 .box_in .icon { width: 70px; }
#p02box04 .method-list .method_box > .box_in .flow-list .flow00 .box_in .midashi { margin-bottom: 4px; }
#p02box04 .method-list .method_box > .box_in .flow-list .flow00 .box_in .text { text-align: left; }
#p02box04 .method-list .method_box > .box_in .flow-list .flow00 .box_in .text01 { padding: 6px; box-sizing: border-box; border-radius: 4px; font-size: 14px; line-height: 1.2; margin-top: 10px; text-align: left; }
#p02box04 .method-list .method_box > .box_in .flow-list .flow00 .box_in .btn01 { width: 100%; height: 51px; margin: 10px 0 0; }
#p02box04 .method-list .method_box > .box_in .flow-list .flow00 .box_in .btn01 a { padding: 0 15px 0 20px; }
#p02box04 .method-list .method_box > .box_in .flow-list .flow00 .box_in .btn01 a .btn-text { width: calc(100% - 25px); font-size: 14px; text-align: left; }
#p02box04 .method-list .method_box > .box_in .flow-list .flow00 .box_in .btn01 a .arrow { width: 20px; height: 20px; background-size: 10px; }
#p02box04 .method-list #method_box01.method_box .title span::before { background-image: url("../img/p02/method_icon01_t.png"); }
#p02box04 .method-list #method_box01.method_box > .box_in .flow-list .flow00 { width: 180px; margin-right: 30px; }
#p02box04 .method-list #method_box01.method_box > .box_in .flow-list .flow00:last-child { margin-right: 0; }
#p02box04 .method-list #method_box01.method_box > .box_in .flow-list .flow00 .box_in::before { right: -22px; }
#p02box04 .method-list #method_box01.method_box > .box_in .flow-list .flow00 .box_in .external01.btn01 a .arrow { width: 18px; height: 18px; background-size: contain; }
#p02box04 .method-list #method_box02.method_box .title span::before { background-image: url("../img/p02/method_icon02_t.png"); }
#p02box04 .method-list #method_box02.method_box > .box_in .flow-list .flow00 { width: 320px; margin-right: 30px; }
#p02box04 .method-list #method_box02.method_box > .box_in .flow-list .flow00:last-child { margin-right: 0; }
#p02box04 .method-list #method_box02.method_box > .box_in .flow-list .flow00 .box_in { padding: 20px; }
#p02box04 .method-list #method_box02.method_box > .box_in .flow-list .flow00 .box_in::before { right: -22px; }
#p02box04 .method-list #method_box02.method_box > .box_in .flow-list .flow00 .box_in .btn01 { height: 59px; }
#p02box04 .method-list #method_box02.method_box > .box_in .flow-list .flow00 .box_in .btn01 a { padding: 0 40px 0 20px; }
#p02box04 .method-list #method_box02.method_box > .box_in .flow-list .flow00 .box_in .btn01 a .btn-text { width: 100%; }
#p02box04 .method-list #method_box02.method_box > .box_in .flow-list .flow00 .box_in .btn01 a .arrow { position: absolute; top: 50%; right: 18px; transform: translateY(-50%); }
#p02box04 .method-list #method_box02.method_box > .box_in .flow-list .flow00 .box_in .anchor01.btn01 a .arrow { width: 16px; height: 16px; background-size: contain; }
#p02box04 .method-list #method_box02.method_box > .box_in .flow-list .flow00 .box_in .external01.btn01 a .arrow { width: 18px; height: 18px; background-size: contain; }
#p02box04 .method-list #method_box02.method_box > .box_in .flow-list .flow00_sub { width: 500px; min-height: 148px; padding: 20px; box-sizing: border-box; background: #F0F0F0; border-radius: 10px; text-align: left; position: absolute; bottom: -168px; }
#p02box04 .method-list #method_box02.method_box > .box_in .flow-list .flow00_sub::before { content: ""; display: block; width: 18px; height: 10px; background: #F0F0F0; clip-path: polygon(50% 0%, 0% 100%, 100% 100%); position: absolute; top: -9px; }
#p02box04 .method-list #method_box02.method_box > .box_in .flow-list .flow00_sub .sub_midashi { margin-bottom: 10px; }
#p02box04 .method-list #method_box02.method_box > .box_in .flow-list .flow01, #p02box04 .method-list #method_box02.method_box > .box_in .flow-list .flow02, #p02box04 .method-list #method_box02.method_box > .box_in .flow-list .flow03 { margin-bottom: 206px; }
#p02box04 .method-list #method_box02.method_box > .box_in .flow-list .flow01 { position: relative; }
#p02box04 .method-list #method_box02.method_box > .box_in .flow-list .flow01 .flow01_sub { left: 0; }
#p02box04 .method-list #method_box02.method_box > .box_in .flow-list .flow01 .flow01_sub::before { left: 151px; }
#p02box04 .method-list #method_box02.method_box > .box_in .flow-list .flow01 .flow01_sub .sub_list li { width: 130px; margin-right: 35px; margin-bottom: 2px; }
#p02box04 .method-list #method_box02.method_box > .box_in .flow-list .flow01 .flow01_sub .sub_list li:nth-child(3n) { margin-right: 0; }
#p02box04 .method-list #method_box02.method_box > .box_in .flow-list .flow01 .flow01_sub .sub_list li:last-child { margin-right: 0; }
#p02box04 .method-list #method_box02.method_box > .box_in .flow-list .flow03 { margin-right: 0; position: relative; }
#p02box04 .method-list #method_box02.method_box > .box_in .flow-list .flow03 .box_in::before { display: none; }
#p02box04 .method-list #method_box02.method_box > .box_in .flow-list .flow03 .flow03_sub { right: 0; }
#p02box04 .method-list #method_box02.method_box > .box_in .flow-list .flow03 .flow03_sub::before { right: 151px; }
#p02box04 .method-list #method_box02.method_box > .box_in .flow-list .flow03 .flow03_sub .sub_box .left { width: 158px; padding: 23px 0 24px; box-sizing: border-box; border-radius: 10px 0 0 10px; font-size: 18px; line-height: 1.4; }
#p02box04 .method-list #method_box02.method_box > .box_in .flow-list .flow03 .flow03_sub .sub_box .right { width: calc(100% - 158px); padding: 10px; box-sizing: border-box; border-radius: 0 10px 10px 0; }
#p02box04 .method-list #method_box02.method_box > .box_in .send_box { padding: 61px 40px 40px; box-sizing: border-box; background: #F0F0F0; border-radius: 20px; position: relative; margin-top: 71px; }
#p02box04 .method-list #method_box02.method_box > .box_in .send_box h4 { display: inline-block; width: 700px; padding: 10px; box-sizing: border-box; border-radius: 50px; font-size: 26px; position: absolute; top: -31px; left: 50%; transform: translateX(-50%); z-index: 1; }
#p02box04 .method-list #method_box02.method_box > .box_in .send_box > .box_in { justify-content: space-between; }
#p02box04 .method-list #method_box02.method_box > .box_in .send_box > .box_in > div { width: 460px; padding: 30px; box-sizing: border-box; border-radius: 10px; }
#p02box04 .method-list #method_box02.method_box > .box_in .send_box > .box_in > div h5 { font-size: 20px; margin-bottom: 20px; }
#p02box04 .method-list #method_box02.method_box > .box_in .send_box > .box_in > div .address { margin-top: 20px; padding-top: 20px; border-top: 1px solid #DBDBDB; }
#p02box04 .method-list #method_box02.method_box > .box_in .send_box > .box_in > div .address p.bold { margin-bottom: 10px; }
#p02box04 .method-list #method_box02.method_box > .box_in .send_box > .box_in > div .text-list01 { margin-top: 10px; }
#p02box04 .method-list #method_box02.method_box > .box_in .send_box > .box_in > div .text-list01 li { padding-left: 1em; text-indent: -1em; }
#p02box04 .method-list #method_box02.method_box > .box_in .send_box > .box_in > div .check-list01 li { margin-bottom: 14px; padding-bottom: 14px; border-bottom: 1px solid #DBDBDB; }
#p02box04 .method-list #method_box02.method_box > .box_in .send_box > .box_in > div .check-list01 li:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; }
#p02box04 .method-list #method_box03.method_box .title span::before { background-image: url("../img/p02/method_icon03_t.png"); }
#p02box04 .method-list #method_box03.method_box > .box_in .flow-list .flow00 { width: 228px; margin-top: 38px; margin-right: 36px; }
#p02box04 .method-list #method_box03.method_box > .box_in .flow-list .flow00:nth-child(-n+4) { margin-top: 0; }
#p02box04 .method-list #method_box03.method_box > .box_in .flow-list .flow00:nth-child(4n) { margin-right: 0; }
#p02box04 .method-list #method_box03.method_box > .box_in .flow-list .flow00:nth-child(4n) .box_in::before { display: none; }
#p02box04 .method-list #method_box03.method_box > .box_in .flow-list .flow00:last-child { margin-right: 0; }
#p02box04 .method-list #method_box03.method_box > .box_in .flow-list .flow00 .box_in .external01.btn01 a .arrow { width: 18px; height: 18px; background-size: contain; }
#p02box04 .other_box01 { margin-top: 60px; }

#p02box05 .common_tire02 { top: 316px; }
#p02box05 .text01 { text-align: center; }
#p02box05 #column-slider { display: flex; margin-top: 60px; }
#p02box05 #column-slider .column01 { width: 260px; height: auto; margin-right: 20px; }
#p02box05 #column-slider .column01:last-child { margin-right: 0; }
#p02box05 #column-slider .column01 a { display: block; width: 100%; height: 100%; background: #FFFFFF; border-radius: 20px; overflow: hidden; }
#p02box05 #column-slider .column01 a:hover { text-decoration: none; }
#p02box05 #column-slider .column01 a:hover .img .in_img { transform: scale(1.1); }
#p02box05 #column-slider .column01 a .img { width: 100%; height: 170px; overflow: hidden; }
#p02box05 #column-slider .column01 a .img .in_img { width: 100%; height: 100%; transition: 0.3s; }
#p02box05 #column-slider .column01 a .info_box { padding: 20px; box-sizing: border-box; }
#p02box05 #column-slider .column01 a .info_box .info_cate .cate-list li { background: #064CCE; }
#p02box05 #column-slider .column01 a .info_box .title { line-height: 1.4; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
#p02box05 #column-slider .column01 a .info_box .text { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin-top: 10px; }

/*法人向けエンジンオイル交換　p03
=========================================== */
.page-engine-oil #main.kasou { background-image: url("../img/p03/main.jpg"); }
.page-engine-oil div#bread { background-color: #FFFFFF; }
.page-engine-oil #vehicle-sec01.vehicle-sec00 .service_box .link_box a .num_box { width: 206px; height: 244px; padding: 91px 12px 0 20px; background: url("../img/p03/engine02.png") no-repeat center top; background-size: contain; bottom: 0; left: 80px; }
.page-engine-oil #vehicle-sec01.vehicle-sec00 .service_box .link_box a .num_box .midashi { padding: 15px 0; clip-path: none; border-radius: 10px 10px 0 0; margin-bottom: 0; }
.page-engine-oil #vehicle-sec01.vehicle-sec00 .service_box .link_box a .num_box .num { width: 100%; padding: 14px 0 16px; box-sizing: border-box; border: 4px solid #000000; border-top-width: 0; border-radius: 0 0 10px 10px; background: #FFFFFF; }
.page-engine-oil #vehicle-sec01.vehicle-sec00 .service_box .link_box a .num_box .num span { font-size: 16px; }
.page-engine-oil #vehicle-sec01.vehicle-sec00 .service_box .link_box a .num_box .num span.tate { font-size: 20px; }
.page-engine-oil #vehicle-sec01.vehicle-sec00 .service_box .link_box a .num_box .num em { font-size: 48px; margin: 0 2px; }

section#p03box01.common-sec01 .list .list_in01 .title span::before { background-image: url("../img/p03/icon01.png"); }
section#p03box01.common-sec01 .list .list_in02 .title span::before { background-image: url("../img/p03/icon02.png"); }
section#p03box01.common-sec01 .list .list_in02 .box_in .text { line-height: 1; }
section#p03box01.common-sec01 .list .list_in02 .box_in .text em { font-size: 60px; }
section#p03box01.common-sec01 .list .list_in03 .title span::before { background-image: url("../img/p03/icon03.png"); }

section#p03box02.common-sec02 .title01 .hukidashi { line-height: 1.2; }
section#p03box02.common-sec02 .title01 .hukidashi .flex em { font-size: 32px; }
section#p03box02.common-sec02 .discount-lsit01 .discount00 .box_in .list_box .list li { justify-content: center; padding-bottom: 0; border-bottom: 0; }
section#p03box02.common-sec02 .discount-lsit01 .discount00 .box_in .list_box .list li .th { width: auto; margin-right: 10px; }
section#p03box02.common-sec02 .discount-lsit01 .discount00 .box_in .list_box .list li .td { width: auto; }

div#p03-bg01.common-bg01 { background-image: url("../img/p03/bg01.png"); }

section#p03box03.common-sec03 .common_tire01 { top: 338px; }
section#p03box03.common-sec03 .common_tire02 { top: 1147px; }
section#p03box03.common-sec03 .common_tire03 { top: 2184px; }
section#p03box03.common-sec03 .list .list_in:nth-child(2)::before { transform: translateY(-50%) rotate(45deg); }

#p03box04 .text01 { text-align: center; }
#p03box04 .effect-list .effect01 { justify-content: space-between; align-items: flex-start; margin-top: 60px; }
#p03box04 .effect-list .effect01:nth-child(2n) .img_box { order: 1; }
#p03box04 .effect-list .effect01 .img_box { width: 504px; }
#p03box04 .effect-list .effect01 .text_box { width: 546px; }
#p03box04 .effect-list .effect01 .text_box .num { font-size: 32px; }
#p03box04 .effect-list .effect01 .text_box .midashi { font-size: 32px; line-height: 1.4; margin-bottom: 30px; }
#p03box04 .effect-list .effect01 .text_box .midashi em { font-size: 36px; }
#p03box04 .other_box01 { margin-top: 100px; }

/*ストラーダの特徴　p04
=========================================== */
.page-features #main.kasou { background-image: url("../img/p04/main.jpg"); }

#p04box01 .title01 .mini { font-size: 70px; }
#p04box01 .text01 { text-align: center; }
#p04box01 .feat-list01 { justify-content: space-between; margin-top: 60px; }
#p04box01 .feat-list01 > div { width: 260px; padding: 30px 10px; box-sizing: border-box; justify-content: center; align-items: center; border-radius: 20px; }
#p04box01 .feat-list01 > div .icon { display: inline-block; width: 64px; margin-right: 6px; }
#p04box01 .feat-list01 > div .midashi { display: inline-block; max-width: calc(100% - 70px); font-size: 20px; line-height: 1.4; }
#p04box01 .feat-list01 > div .midashi em { font-size: 28px; }
#p04box01 .feat-list01 > div .midashi em.mont { font-size: 38px; }
#p04box01 .feat-list02 .feat01 { justify-content: space-between; align-items: flex-start; padding: 40px; box-sizing: border-box; border-radius: 40px; position: relative; margin-top: 70px; }
#p04box01 .feat-list02 .feat01:nth-child(2n) .num { left: auto; right: -10px; }
#p04box01 .feat-list02 .feat01:nth-child(2n) .img_box { order: 1; }
#p04box01 .feat-list02 .feat01 .num { width: 90px; height: 90px; padding-top: 25px; box-sizing: border-box; border-radius: 50%; font-size: 18px; line-height: 1; position: absolute; top: -10px; left: -10px; z-index: 1; }
#p04box01 .feat-list02 .feat01 .num em { display: block; font-size: 24px; }
#p04box01 .feat-list02 .feat01 .img_box { width: 480px; }
#p04box01 .feat-list02 .feat01 .text_box { width: 500px; }
#p04box01 .feat-list02 .feat01 .text_box .midashi { font-size: 26px; line-height: 1.4; margin-bottom: 20px; }
#p04box01 .feat-list02 .feat01 .text_box .midashi em { font-size: 32px; }
#p04box01 .feat-list02 .feat01 .text_box .btn01 { margin: 20px 0 0; }
#p04box01 .feat-list02 .feat01 .text_box .sub_text { padding-left: 1em; text-indent: -1em; }

/*お知らせ一覧　p05
=========================================== */
.post-type-archive-news #main.kasou, .tax-news_cate #main.kasou, .single-news #main.kasou { background-image: url("../img/p05/main.jpg"); }

#p05box01 .news-all-list .news01 { margin-bottom: 20px; }
#p05box01 .news-all-list .news01:last-child { margin-bottom: 0; }

.edit-title01 { font-size: 20px; line-height: 1.4; color: #064CCE; padding-bottom: 10px; border-bottom: 3px solid #064CCE; margin-bottom: 10px; }

.edit-title02 { font-size: 18px; line-height: 1.2; margin-bottom: 10px; }

#toc_container { background: #E6EEFD !important; border: 0 !important; padding: 30px !important; border-radius: 10px; margin-bottom: 30px !important; width: 100% !important; font-size: 16px !important; box-sizing: border-box; }
#toc_container p.toc_title { text-align: left !important; margin: 0 0 14px !important; padding: 0 !important; font-size: 20px; font-weight: 700; color: #064CCE; }
#toc_container ul.toc_list { margin-top: 0 !important; }
#toc_container ul.toc_list > li { margin-bottom: 10px; }
#toc_container ul.toc_list > li:last-child { margin-bottom: 0; }
#toc_container ul.toc_list > li > a { display: block; padding-left: 25px; box-sizing: border-box; position: relative; }
#toc_container ul.toc_list > li > a .toc_number { font-family: "Montserrat"; font-size: 20px; line-height: 1; font-weight: 700; color: #064CCE; position: absolute; top: 3px; left: 0; }

#newsBox01 .waku { padding: 40px; box-sizing: border-box; border-radius: 20px; }
#newsBox01 .single-title { font-size: 18px; margin-bottom: 20px; }
#newsBox01 .thumbnail_img { width: 100%; margin-bottom: 20px; }
#newsBox01 .thumbnail_img img { display: block; margin: 0 auto; border-radius: 10px; }
#newsBox01 .news-text p img { margin: 10px 0; }
#newsBox01 .keyword_box { margin-top: 40px; }
#newsBox01 .keyword_box .edit-title02 { margin-bottom: 2px; }
#newsBox01 .keyword_box .keyword-list li { font-size: 14px; font-weight: 500; margin: 12px 12px 0 0; }
#newsBox01 .keyword_box .keyword-list li:last-child { margin-right: 0; }
#newsBox01 .keyword_box .keyword-list li span { display: inline-block; margin-right: 4px; }
#newsBox01 .writer_box { padding: 57px 40px 40px; box-sizing: border-box; border-radius: 10px; margin-top: 40px; position: relative; }
#newsBox01 .writer_box .box-title { display: inline-block; padding: 10px 20px 11px; box-sizing: border-box; border-radius: 10px 0; line-height: 1; position: absolute; top: 0; left: 0; z-index: 1; }
#newsBox01 .writer_box .box_in { justify-content: space-between; align-items: flex-start; }
#newsBox01 .writer_box .box_in .img { width: 100px; height: 100px; border-radius: 50%; }
#newsBox01 .writer_box .box_in .info_box { width: calc(100% - 120px); }
#newsBox01 .writer_box .box_in .info_box .name { font-size: 20px; }
#newsBox01 .writer_box .box_in .info_box .name .info { display: block; font-size: 16px; margin-top: 4px; }
#newsBox01 .writer_box .box_in .info_box .text { margin-top: 10px; }
#newsBox01 .writer_box .box_in .info_box.full { width: 100%; }

/*実績紹介一覧　p06
=========================================== */
.post-type-archive-cases #main.kasou, .single-cases #main.kasou { background-image: url("../img/p06/main.jpg"); }

#p06box01 .text01 { text-align: center; }
#p06box01 .case-text { font-size: 26px; font-weight: 700; text-align: center; margin-top: 40px; }
#p06box01 .cases-all-list { margin-top: 60px; }
#p06box01 .cases-all-list .case01 { margin-bottom: 30px; }
#p06box01 .cases-all-list .case01:last-child { margin-bottom: 0; }

#casesBox01 .waku { padding: 54px 60px 60px; box-sizing: border-box; border-radius: 40px; }
#casesBox01 .case-time { margin-top: 10px; }
#casesBox01 .single-title { font-size: 26px; line-height: 1.4; margin-top: 10px; }
#casesBox01 .gallery_img { justify-content: space-between; align-items: flex-start; margin-top: 30px; }
#casesBox01 .gallery_img .gallery_main { width: 690px; margin-bottom: 0 !important; }
#casesBox01 .gallery_img .gallery_main .slick-prev, #casesBox01 .gallery_img .gallery_main .slick-next { width: 46px; height: 46px; background: #064CCE; border-radius: 50%; border: 2px solid #FFFFFF; box-sizing: border-box; transition: 0.3s; z-index: 1; }
#casesBox01 .gallery_img .gallery_main .slick-prev::before, #casesBox01 .gallery_img .gallery_main .slick-next::before { content: ""; display: block; width: 20px; height: 20px; opacity: 1; background-image: url("../img/common/slide_arrow.svg"); background-repeat: no-repeat; background-position: center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: 0.3s; }
#casesBox01 .gallery_img .gallery_main .slick-prev:hover, #casesBox01 .gallery_img .gallery_main .slick-prev:focus, #casesBox01 .gallery_img .gallery_main .slick-next:hover, #casesBox01 .gallery_img .gallery_main .slick-next:focus { background: #FFFFFF; border: 2px solid #064CCE; }
#casesBox01 .gallery_img .gallery_main .slick-prev:hover:before, #casesBox01 .gallery_img .gallery_main .slick-prev:focus:before, #casesBox01 .gallery_img .gallery_main .slick-next:hover:before, #casesBox01 .gallery_img .gallery_main .slick-next:focus:before { background-image: url("../img/common/slide_arrow02.svg"); }
#casesBox01 .gallery_img .gallery_main .slick-prev { left: -20px; }
#casesBox01 .gallery_img .gallery_main .slick-prev::before { transform: translate(-50%, -50%) scale(-1, 1); }
#casesBox01 .gallery_img .gallery_main .slick-next { right: -20px; }
#casesBox01 .gallery_img .gallery_main .gallery_main01 { width: 100%; }
#casesBox01 .gallery_img .gallery_main .gallery_main01 .gallery_main_box { width: 100%; height: 440px; border-radius: 10px; }
#casesBox01 .gallery_img .gallery_main .gallery_main01 .img-caption { margin-top: 10px; }
#casesBox01 .gallery_img .gallery_thum { width: 250px; margin-bottom: 0 !important; }
#casesBox01 .gallery_img .gallery_thum .slick-track { width: 100% !important; }
#casesBox01 .gallery_img .gallery_thum .gallery_thum01 { cursor: pointer; position: relative; overflow: hidden; width: 120px; height: 80px; border-radius: 10px; transition: 0.3s; margin: 10px 10px 0 0; }
#casesBox01 .gallery_img .gallery_thum .gallery_thum01:nth-child(-n+2) { margin-top: 0; }
#casesBox01 .gallery_img .gallery_thum .gallery_thum01:nth-child(2n) { margin-right: 0; }
#casesBox01 .gallery_img .gallery_thum .gallery_thum01:last-child { margin-right: 0; }
#casesBox01 .gallery_img .gallery_thum .gallery_thum01:hover::after { opacity: 1; }
#casesBox01 .gallery_img .gallery_thum .gallery_thum01::after { content: ""; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); position: absolute; left: 0; top: 0; z-index: 2; box-sizing: border-box; opacity: 0; transition: 0.3s; }
#casesBox01 .gallery_img .gallery_thum .gallery_thum01.slick-current::after { opacity: 1; }
#casesBox01 .info_box01 { margin-top: 40px; }
#casesBox01 .info_box01 .info { display: flex; align-items: center; justify-content: center; width: 320px; padding: 6px 10px 7px; box-sizing: border-box; border-radius: 4px; margin-right: 10px; }
#casesBox01 .info_box01 .info:last-child { margin-right: 0; }
#casesBox01 .info_box01 .info .midashi { display: inline-block; box-sizing: border-box; font-size: 14px; line-height: 1.2; position: relative; margin-right: 6px; }
#casesBox01 .info_box01 .info .midashi::before { content: ""; display: block; background-repeat: no-repeat; background-position: center; background-size: contain; position: absolute; top: -1px; left: 0; }
#casesBox01 .info_box01 .info .num { display: inline-block; font-size: 14px; line-height: 1.4; }
#casesBox01 .info_box01 .info .num em { font-size: 24px; }
#casesBox01 .info_box01 .info00 .midashi { padding-left: 26px; }
#casesBox01 .info_box01 .info00 .midashi::before { width: 20px; height: 20px; background-image: url("../img/p06/case_icon03.svg"); }
#casesBox01 .info_box01 .info01 .midashi { padding-left: 36px; }
#casesBox01 .info_box01 .info01 .midashi::before { width: 30px; height: 20px; background-image: url("../img/top/case_icon01.svg"); }
#casesBox01 .info_box01 .info02 .midashi { padding-left: 26px; }
#casesBox01 .info_box01 .info02 .midashi::before { width: 20px; height: 20px; background-image: url("../img/top/case_icon02.svg"); }
#casesBox01 .info-table { margin-top: 40px; }
#casesBox01 .info-table tr { border-bottom: 1px solid #DBDBDB; }
#casesBox01 .info-table tr:first-child th, #casesBox01 .info-table tr:first-child td { padding-top: 0; }
#casesBox01 .info-table tr:last-child { border-bottom: 0; }
#casesBox01 .info-table tr th, #casesBox01 .info-table tr td { padding: 20px 0; box-sizing: border-box; }
#casesBox01 .info-table tr th { width: 190px; font-weight: 500; color: #064CCE; }
#casesBox01 .writer_box { padding: 55px 58px 38px; box-sizing: border-box; border-radius: 10px; margin-top: 40px; position: relative; }
#casesBox01 .writer_box .box-title { display: inline-block; padding: 10px 20px 11px; box-sizing: border-box; border-radius: 6px 0 10px; line-height: 1; position: absolute; top: 0; left: 0; z-index: 1; }
#casesBox01 .writer_box .box_in { justify-content: space-between; align-items: flex-start; }
#casesBox01 .writer_box .box_in .img { width: 100px; height: 100px; border-radius: 50%; }
#casesBox01 .writer_box .box_in .info_box { width: calc(100% - 120px); }
#casesBox01 .writer_box .box_in .info_box .name { align-items: flex-end; font-size: 20px; }
#casesBox01 .writer_box .box_in .info_box .name .info { display: inline-block; font-size: 16px; margin-left: 20px; }
#casesBox01 .writer_box .box_in .info_box .text { margin-top: 10px; }
#casesBox01 .writer_box .box_in .info_box.full { width: 100%; }

/*会社概要　p07
=========================================== */
.page-company #main.kasou { background-image: url("../img/p07/main.jpg"); }
.page-company div#bread { background-color: #FFFFFF; }

#p07box01 .title01 { margin-bottom: 60px; }
#p07box01 .table_box { justify-content: space-between; align-items: flex-start; }
#p07box01 .table_box .company-table { width: 520px; }
#p07box01 .table_box .company-table tr:first-child th, #p07box01 .table_box .company-table tr:first-child td { padding-top: 0; }
#p07box01 .table_box .company-table tr th, #p07box01 .table_box .company-table tr td { padding: 20px 0; box-sizing: border-box; }
#p07box01 .table_box .company-table tr th { width: 114px; border-bottom: 1px solid #064CCE; color: #064CCE; }
#p07box01 .table_box .company-table tr td { border-bottom: 1px solid #DBDBDB; }

#p07box02 .title01 { margin-bottom: 60px; }
#p07box02 .cnt { justify-content: space-between; }
#p07box02 .cnt .img_box { width: 558px; order: 1; }
#p07box02 .cnt .text_box { width: 504px; padding: 40px; box-sizing: border-box; border-radius: 20px; }
#p07box02 .cnt .text_box .address { padding-left: 20px; box-sizing: border-box; position: relative; }
#p07box02 .cnt .text_box .address::before { content: ""; display: block; width: 16px; height: 18px; background: url("../img/p07/icon_map.svg") no-repeat center; background-size: contain; position: absolute; top: 4px; left: 0; }
#p07box02 .cnt .text_box .access-list { margin-top: 20px; }
#p07box02 .cnt .text_box .access-list li { margin-bottom: 10px; }
#p07box02 .cnt .text_box .access-list li:last-child { margin-bottom: 0; }
#p07box02 .cnt .text_box .access-list li .midashi { display: block; padding-left: 12px; box-sizing: border-box; position: relative; }
#p07box02 .cnt .text_box .access-list li .midashi::before { content: ""; display: block; width: 6px; height: 6px; background: #064CCE; border-radius: 50%; position: absolute; top: 10px; left: 0; }
#p07box02 .cnt .text_box .access-list li .text { display: block; line-height: 1.5; }
#p07box02 .cnt .text_box .parking { margin-top: 20px; }
#p07box02 .cnt .text_box .parking .midashi { display: block; padding-left: 20px; box-sizing: border-box; position: relative; }
#p07box02 .cnt .text_box .parking .midashi::before { content: ""; display: block; width: 16px; height: 12px; background: url("../img/p07/icon_car.svg") no-repeat center; background-size: contain; position: absolute; top: 7px; left: 0; }
#p07box02 .cnt .text_box .parking .text { display: block; }
#p07box02 .map_box { width: 100%; height: 350px; border-radius: 20px; position: relative; overflow: hidden; margin-top: 30px; }
#p07box02 .map_box iframe { width: 100%; height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

#p07box03 .point01 { font-size: 22px; text-align: center; }
#p07box03 .text01 { margin-top: 10px; text-align: center; }
#p07box03 .shop-list { justify-content: space-between; }
#p07box03 .shop-list .shop01 { width: 530px; margin-top: 60px; }
#p07box03 .shop-list .shop01 img { display: block; margin-bottom: 30px; }
#p07box03 .shop-list .shop01 .midashi { font-size: 24px; line-height: 1.4; margin-bottom: 20px; }
#p07box03 .shop-list .shop01 .info-list li { display: inline-block; padding: 8px 20px 9px 42px; box-sizing: border-box; font-size: 14px; line-height: 1.2; font-weight: 500; border-radius: 4px; position: relative; margin: 10px 6px 0 0; }
#p07box03 .shop-list .shop01 .info-list li:last-child { margin-right: 0; }
#p07box03 .shop-list .shop01 .info-list li::before { content: ""; display: block; width: 18px; height: 18px; background-repeat: no-repeat; background-position: center; background-size: contain; position: absolute; top: 8px; left: 20px; }
#p07box03 .shop-list .shop01 .info-list li.info01::before { background-image: url("../img/p07/icon_time.svg"); }
#p07box03 .shop-list .shop01 .info-list li.info02::before { background-image: url("../img/p07/icon_plug.svg"); }
#p07box03 .shop-list .shop01 .info-list li.info03::before { width: 20px; height: 10px; background-image: url("../img/p07/icon_car02.svg"); top: 11px; }
#p07box03 .shop-list .shop01 .info-list li.info04::before { background-image: url("../img/p07/icon_date.svg"); }
#p07box03 .shop-list .shop01.flex { width: 100%; justify-content: space-between; align-items: flex-start; }
#p07box03 .shop-list .shop01.flex img { width: 490px; margin-bottom: 0; }
#p07box03 .shop-list .shop01.flex .text_box { width: 570px; }
#p07box03 .shop-list .shop01.flex .text_box .info_box { margin-top: 30px; }
#p07box03 .shop-list .shop01.flex .text_box .info_box .title { padding: 14px 0; box-sizing: border-box; border-radius: 10px 10px 0 0; font-size: 18px; line-height: 1.4; }
#p07box03 .shop-list .shop01.flex .text_box .info_box .box_in { padding: 20px 37px; box-sizing: border-box; border-radius: 0 0 10px 10px; }
#p07box03 .shop-list .shop01.flex .text_box .info_box .box_in .list01 li { display: inline-block; margin: 0 30px 10px 0; }
#p07box03 .shop-list .shop01.flex .text_box .info_box .box_in .list01 li:last-child { margin-right: 0; }
#p07box03 .shop-list .shop01.flex .text_box .info_box .box_in .list01 li a { display: inline-block; padding: 0 22px 0 12px; box-sizing: border-box; font-size: 18px; position: relative; }
#p07box03 .shop-list .shop01.flex .text_box .info_box .box_in .list01 li a::before { content: ""; display: block; width: 6px; height: 6px; background: #064CCE; border-radius: 50%; position: absolute; top: 11px; left: 0; }
#p07box03 .shop-list .shop01.flex .text_box .info_box .box_in .list01 li a::after { content: ""; display: block; width: 16px; height: 16px; background: url("../img/p07/icon_link.svg") no-repeat center; background-size: contain; position: absolute; top: 6px; right: 0; }
#p07box03 .shop-list .shop01.flex .text_box .info_box .box_in .sub_text { padding-left: 1em; text-indent: -1em; }
#p07box03 .btn-top-text { margin-top: 60px; text-align: center; }
#p07box03 .btn01 { line-height: 1.4; margin-top: 10px; }

#p07box04 .title01 { margin-bottom: 60px; }
#p07box04 .cnt { justify-content: space-between; align-content: flex-start; }
#p07box04 .cnt .img_box { width: 350px; }
#p07box04 .cnt .img_box .name { font-size: 14px; line-height: 26px; margin-top: 10px; }
#p07box04 .cnt .img_box .name em { display: inline-block; font-size: 16px; margin-left: 20px; }
#p07box04 .cnt .text_box { width: 708px; }
#p07box04 .cnt .text_box .midashi { font-size: 32px; margin-bottom: 18px; }
#p07box04 .cnt .text_box .text p { margin-bottom: 10px; }
#p07box04 .cnt .text_box .text p:last-child { margin-bottom: 0; }

/*お問い合わせ　p08
=========================================== */
.page-contact div#bread { background-color: #FFFFFF; }

#p08box01 .title { font-size: 40px; margin-bottom: 60px; }
#p08box01 .title .text { font-size: 36px; margin-right: 20px; }
#p08box01 .title .text:last-child { margin-right: 0; }
#p08box01 .title .text .big { font-size: 50px; }
#p08box01 .box { border-width: 3px; border-radius: 20px; }
#p08box01 .box h2 { padding: 11px 0 14px; box-sizing: border-box; border-radius: 14px 14px 0 0; font-size: 28px; }
#p08box01 .box .box_in { padding: 20px 37px 27px; box-sizing: border-box; }
#p08box01 .box01 h2 { position: relative; }
#p08box01 .box01 h2::before { content: ""; display: block; width: 204px; height: 197px; background: url("../img/p08/img01.png") no-repeat center; background-size: contain; position: absolute; bottom: 0; right: 41px; }
#p08box01 .box01 .box_in { padding-top: 30px; }
#p08box01 .box01 .box_in .tel_box { display: flex; align-items: flex-end; justify-content: center; }
#p08box01 .box01 .box_in .tel_box .tel .num { padding-left: 52px; box-sizing: border-box; font-size: 52px; position: relative; }
#p08box01 .box01 .box_in .tel_box .tel .num::before { content: ""; display: block; width: 48px; height: 48px; background: url("../img/p08/icon_tel.svg") no-repeat center; background-size: contain; position: absolute; top: 6px; left: 0; }
#p08box01 .box01 .box_in .tel_box .tel-text { margin: 0 0 7px 10px; }
#p08box01 .box01 .box_in .text-list01 { margin-top: 20px; }
#p08box01 .box01 .box_in .text-list01 li { text-align: center; }
#p08box01 .box02 { margin-top: 30px; }
#p08box01 .box02 .box_in .text01 { text-align: center; }
#p08box01 .box02 .box_in .list { justify-content: space-between; margin-top: 20px; }
#p08box01 .box02 .box_in .list .list_in { width: 320px; padding: 20px 25px; box-sizing: border-box; border-radius: 10px; text-align: center; }
#p08box01 .box02 .box_in .list .list_in > img { width: 80px; }
#p08box01 .box02 .box_in .list .list_in .midashi { margin-top: 10px; font-size: 20px; line-height: 1.4; }
#p08box01 .box02 .box_in .list .list_in .btn01 { width: 100%; margin: 20px 0 0; }
#p08box01 .box02 .box_in .list .list_in .btn01 a { padding: 0 50px 0 40px; }
#p08box01 .box02 .box_in .list .list_in .btn01 a .btn-text { width: 100%; text-align: left; }
#p08box01 .box02 .box_in .list .list_in .btn01 a .arrow { position: absolute; top: 50%; right: 26px; transform: translateY(-50%); }
#p08box01 .box02 .box_in .list .list_in .external01.btn01 a .arrow { width: 20px; height: 20px; background-size: contain; }

#p08box02 .title { padding-top: 58px; box-sizing: border-box; font-size: 40px; margin-bottom: 20px; position: relative; }
#p08box02 .title::before { content: ""; display: block; width: 50px; height: 38px; background: url("../img/p08/icon_mail.svg") no-repeat center; background-size: contain; position: absolute; top: 0; left: 50%; transform: translateX(-50%); }
#p08box02 .text-list01 { width: 720px; margin: 0 auto; }
#p08box02 .form_box { padding: 60px 0 40px; box-sizing: border-box; border-radius: 40px; margin-top: 40px; }

ul.contact-state { width: 860px; display: flex; flex-wrap: wrap; justify-content: space-between; margin: 0; position: relative; z-index: 1; margin: 0 auto 20px; }
ul.contact-state::before { content: ""; display: block; width: 100%; height: 2px; background: #064CCE; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
ul.contact-state > li { display: table; width: 260px; height: 60px; background: #FFFFFF; border: 1px solid #064CCE; box-sizing: border-box; border-radius: 4px; text-align: center; position: relative; }
ul.contact-state > li > span { display: table-cell; vertical-align: middle; font-size: 18px; font-weight: 700; line-height: 1.2; color: #064CCE; }
ul.contact-state > li > span .num { display: inline-block; margin-right: 6px; }
ul.contact-state > li.state01 { background: #064CCE; }
ul.contact-state > li.state01 > span { color: #FFFFFF; }

ul.contact-state.contact-state02 { display: flex; flex-wrap: wrap; justify-content: space-between; }
ul.contact-state.contact-state02 > li.state02 { background: #064CCE; }
ul.contact-state.contact-state02 > li.state02 > span { color: #FFFFFF; }

.state-text { display: none; text-align: center; color: #F51F1F; font-weight: 700; font-size: 18px; margin-bottom: 20px; }

.wpcf7-form.custom-wpcf7c-confirmed .state-text { display: block; }
.wpcf7-form.custom-wpcf7c-confirmed ul.contact-state { margin-bottom: 20px; }

.contactTBL { padding: 40px 60px; box-sizing: border-box; /*お問い合わせ項目*/ /*車両情報*/ /*添付ファイル*/ /*doui-check*/ /*送信ボタン*/ }
.contactTBL::placeholder { color: #B3B3B3; }
.contactTBL tr { display: block; margin-bottom: 60px; }
.contactTBL th, .contactTBL td { display: block; font-size: 16px; }
.contactTBL th { line-height: 1.43; margin-bottom: 12px; }
.contactTBL .hissu, .contactTBL .ninni { display: inline-block; font-size: 14px; line-height: 1; font-weight: 700; padding: 3px 5px 4px; box-sizing: border-box; border: 1px solid #F51F1F; border-radius: 2px; margin-right: 8px; }
.contactTBL .hissu { background: #F51F1F; color: #FFFFFF; }
.contactTBL .ninni { background: #FFFFFF; color: #F51F1F; }
.contactTBL input.wpcf7-text, .contactTBL textarea.wpcf7-form-control.wpcf7-textarea, .contactTBL select.wpcf7-form-control.wpcf7-select, .contactTBL input.wpcf7-date { width: 100%; height: 38px; padding: 10px; box-sizing: border-box; background: #FFFFFF; border: 1px solid #B3B3B3; border-radius: 2px; font-family: 'NotoSansJP'; font-size: 16px; font-weight: 500; line-height: 1; color: #000000; cursor: pointer; }
.contactTBL input.wpcf7-text.text-width { width: 512px; }
.contactTBL input.wpcf7-text.tel01 { width: 140px; }
.contactTBL input.wpcf7-text.text-units { width: 140px; }
.contactTBL textarea.wpcf7-form-control.wpcf7-textarea { height: 210px; }
.contactTBL .koumoku .wpcf7-list-item { display: block; margin: 16px 0 0 0; }
.contactTBL .koumoku .wpcf7-list-item label { display: flex; align-items: center; cursor: pointer; font-weight: 500; line-height: 1; }
.contactTBL .koumoku .wpcf7-list-item label input[type="radio"] { width: 20px; height: 20px; background: #FFFFFF; border: 1px solid #D4D4D4; border-radius: 50%; margin-right: 10px; cursor: pointer; accent-color: #064CCE; }
.contactTBL .koumoku .wpcf7-list-item.first { margin-top: 0; }
.contactTBL .vehicle_box { margin-bottom: 60px; }
.contactTBL .vehicle_box .vehicle-midashi { padding-left: 20px; box-sizing: border-box; line-height: 1; margin-bottom: 20px; position: relative; }
.contactTBL .vehicle_box .vehicle-midashi::before { content: ""; display: block; width: 12px; height: 12px; background: #000000; border-radius: 2px; position: absolute; top: 2px; left: 0; }
.contactTBL .vehicle_box .vehicle-table { counter-reset: vehicle-count; /* 見出し行(.tr-first)を除外してカウントアップします */ /* th-countクラスの中に「○台目」を表示 */ }
.contactTBL .vehicle_box .vehicle-table .tr { align-items: center; margin-bottom: 10px; }
.contactTBL .vehicle_box .vehicle-table .tr:last-child { margin-bottom: 0; }
.contactTBL .vehicle_box .vehicle-table .tr .th-first { width: 52px; font-weight: 700; }
.contactTBL .vehicle_box .vehicle-table .tr .td { margin-right: 20px; }
.contactTBL .vehicle_box .vehicle-table .tr .td:last-child { margin-right: 0; }
.contactTBL .vehicle_box .vehicle-table .tr .t_model { width: 368px; }
.contactTBL .vehicle_box .vehicle-table .tr .t_size { width: 260px; }
.contactTBL .vehicle_box .vehicle-table .tr .t_number { width: calc(100% - 720px); }
.contactTBL .vehicle_box .vehicle-table .tr-first .th { margin-right: 20px; font-weight: 700; }
.contactTBL .vehicle_box .vehicle-table .tr-first .t_number { margin-right: 0; }
.contactTBL .vehicle_box .vehicle-table .tr.flex:not(.tr-first) { counter-increment: vehicle-count; }
.contactTBL .vehicle_box .vehicle-table .tr.flex:not(.tr-first) .th-count::before { content: counter(vehicle-count) "台目"; }
.contactTBL .vehicle_box .repeater-footer { margin-top: 20px; }
.contactTBL .vehicle_box .repeater-field-button-add { display: block; width: 128px; height: 40px; font-size: 0 !important; /* 元の文字を消す */ background-color: #D9D9D9; border-radius: 2px; padding: 0; color: #000000; line-height: 40px; text-align: center; cursor: pointer; transition: 0.3s; font-family: 'NotoSansJP'; appearance: none; -webkit-appearance: none; -moz-appearance: none; border: 0; }
.contactTBL .vehicle_box .repeater-field-button-add::before { content: "＋車両を追加"; font-size: 16px; font-weight: 500; }
.contactTBL .text-list { margin-top: 12px; }
.contactTBL .text-list li { font-size: 14px; line-height: 1.85; font-weight: 500; padding-left: 1em; text-indent: -1em; }
.contactTBL .codedropz-upload-wrapper .wpcf7c-conf.wpcf7c-conf-hidden { display: none; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler { background: #FFFFFF; border: 1px solid #B3B3B3; border-radius: 2px; position: relative; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container { height: 100%; padding: 42px 0; box-sizing: border-box; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner h3 { margin: 0; font-size: 16px; font-weight: 500; line-height: 1.5; color: #B3B3B3; padding-top: 32px; box-sizing: border-box; position: relative; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner h3::before { content: ""; display: block; width: 32px; height: 24px; background: url("../img/p08/icon_file.svg") no-repeat center; background-size: contain; position: absolute; top: 0; left: 50%; transform: translateX(-50%); }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner > span { font-size: 16px; font-weight: 500; line-height: 1.5; color: #B3B3B3; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap { margin-top: 6px; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn { display: inline-block; height: 40px; background: #D9D9D9; border: none; border-radius: 0; padding: 8px 16px; box-sizing: border-box; font-family: 'NotoSansJP'; font-size: 16px; font-weight: 500; line-height: 1.5; color: #000000; margin: 0 auto; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn:hover { opacity: 0.7; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .dnd-upload-counter { display: none; }
.contactTBL .codedropz-upload-wrapper:has(.dnd-upload-status) .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap::after { display: none; }
.contactTBL .doui-box .sales-check { margin-bottom: 24px; }
.contactTBL .doui-box .doui-text { font-size: 14px; line-height: 1.85; font-weight: 500; margin-top: 12px; }
.contactTBL .doui-box .doui-text a { text-decoration: underline; }
.contactTBL .doui-box .doui-text a:hover { opacity: 0.7; }
.contactTBL .doui-box .wpcf7-list-item { display: block; margin-left: 0; }
.contactTBL .doui-box .wpcf7-list-item label { display: flex; align-items: center; justify-content: flex-start; }
.contactTBL .doui-box .wpcf7-list-item label span.wpcf7-list-item-label { position: relative; display: flex; align-items: center; cursor: pointer; font-weight: 700; line-height: 1; }
.contactTBL .doui-box .wpcf7-list-item label input[type="checkbox"] { width: 16px; height: 16px; margin-right: 10px; background: #FFFFFF; border: 1px solid #B3B3B3; border-radius: 2px; cursor: pointer; accent-color: #038DD8; }
.contactTBL .contact-submit.flex { justify-content: center; flex-direction: row-reverse; }
.contactTBL .contact-submit.flex .btn01 { margin: 0; }
.contactTBL .contact-submit.flex .btn01 input.wpcf7-form-control { display: flex; justify-content: flex-start; align-items: center; width: 100%; height: 100%; padding: 0 60px 0 40px; box-sizing: border-box; white-space: normal; border-radius: 70px; background-color: #064CCE; background-image: url("../img/p08/submit_arrow01.png"); background-repeat: no-repeat; background-position: center right 26px; background-size: 26px; border: 2px solid #064CCE; cursor: pointer; transition: 0.3s; font-family: 'NotoSansJP'; font-size: 18px; line-height: 1.6; text-align: left; color: #FFFFFF; font-weight: 700; appearance: none; -webkit-appearance: none; -moz-appearance: none; position: relative; }
.contactTBL .contact-submit.flex .btn01 input.wpcf7-form-control:hover { text-decoration: none; background-color: #FFFFFF; background-image: url("../img/p08/submit_arrow02.png"); color: #064CCE; }
.contactTBL .contact-submit.flex .btn01:has(.wpcf7c-force-hide) { display: none; }
.contactTBL .contact-submit.flex .btn01.back { margin-right: 20px !important; }
.contactTBL .contact-submit.flex .btn01.back input.wpcf7-form-control { padding: 0 40px 0 60px; background-color: #FFFFFF; background-image: url("../img/p08/back_arrow01.png"); background-position: center left 26px; text-align: right; color: #064CCE; }
.contactTBL .contact-submit.flex .btn01.back input.wpcf7-form-control:hover { background-color: #064CCE; background-image: url("../img/p08/back_arrow02.png"); color: #FFFFFF; }
.contactTBL .contact-submit.flex .wpcf7c-elm-step2.mt20 { width: 100%; text-align: center; margin-top: 20px; }
.contactTBL .contact-submit.flex input.wpcf7-form-control:focus { outline: none; }

/*確認画面時の表示設定*/
.contactArea.che .contactTBL { background: #e1e1e1; }
.contactArea.che .contactTBL tr { margin-bottom: 20px; }
.contactArea.che .contactTBL .koumoku .wpcf7-list-item { margin: 0; }
.contactArea.che .contactTBL .repeater-footer { display: none; }
.contactArea.che .dnd-upload-status .dnd-upload-details .remove-file, .contactArea.che .codedropz-upload-handler, .contactArea.che td .text-list, .contactArea.che span.dnd-progress-bar, .contactArea.che input[type=checkbox], .contactArea.che input[type=radio] { display: none; }
.contactArea.che input[type=checkbox]:checked, .contactArea.che input[type=radio]:checked { display: inline-block; }
.contactArea.che input[type=checkbox] ~ span.wpcf7-list-item-label, .contactArea.che input[type=radio] ~ span.wpcf7-list-item-label { display: none; }
.contactArea.che input[type=checkbox]:checked ~ span.wpcf7-list-item-label, .contactArea.che input[type=radio]:checked ~ span.wpcf7-list-item-label { display: inline-block; font-weight: 700; }
.contactArea.che textarea.wpcf7-textarea, .contactArea.che input.wpcf7-number, .contactArea.che input.wpcf7-date, .contactArea.che input.wpcf7-text, .contactArea.che select { font-weight: 700; }

/*入力内容確認時にフォーム上部へスクロールするがナビゲーションが追従の場合フォームとナビゲーションが重なるのでそのためのオフセット設定*/
form.wpcf7-form { padding-top: 185px; margin-top: -185px; }

.wpcf7c-conf { background-color: #D4D4D4 !important; }

input:-webkit-autofill, input:-internal-autofill-selected { -webkit-appearance: none; -webkit-box-shadow: 0 0 0px 1000px #D4D4D4 inset !important; box-shadow: 0 0 0px 1000px #D4D4D4 inset !important; }

.wpcf7 .ajax-loader { display: none !important; }

.wpcf7-spinner { display: none !important; }

/*Thanks・404
=========================================== */
#other { padding: 73px 0 220px; text-align: center; }
#other h2 { font-size: 54px; margin-bottom: 30px; }
#other p { font-size: 18px; padding-left: 15px; position: relative; margin: 10px 0; }

/*プライバシーポリシー
=========================================== */
div#pageBox01 { padding: 73px 0 220px; }

h2.pp-title01 { font-size: 24px; border-bottom: solid 2px; margin-bottom: 25px; padding-bottom: 10px; }

h3.pp-title02 { font-size: 20px; position: relative; margin: 25px 0; padding-left: 10px; }
h3.pp-title02::before { content: ""; width: 5px; height: 65%; background: #000; position: absolute; left: 0; top: 0; bottom: 0; margin: auto 0; }

/*ウインドー幅ごと
=========================================== */
@media screen and (min-width: 0px) and (max-width: 1920px) { #main.home_main .main_box { padding-right: 49.21875vw; margin-top: 3.125vw; }
  #main.home_main .main_box .text_box { width: 41.35417vw; padding: 1.04167vw 1.25vw 2.08333vw 1.5625vw; margin-left: 6.25vw; }
  #main.home_main .main_box .text_box .main-text { margin-bottom: 0.72917vw; }
  #main.home_main .main_box .text_box .main-text .list li { padding: 0.3125vw 0.9375vw 0.3125vw 2.1875vw; background: url("../img/common/icon_check01.png") no-repeat center left 0.9375vw, #E1EBFE; background-size: 1.04167vw; font-size: 0.9375vw; margin-right: 0.3125vw; }
  #main.home_main .main_box .text_box .main-text .list li:last-child { margin-right: 0.52083vw; }
  #main.home_main .main_box .text_box .main-text p { font-size: 1.14583vw; }
  #main.home_main .main_box .text_box .main_title .title { font-size: 3.85417vw; }
  #main.home_main .main_box .text_box .main_title .title.flex { margin-top: -0.46875vw; }
  #main.home_main .main_box .text_box .main_title .title .mini01 { font-size: 4.58333vw; letter-spacing: -0.5em; margin-bottom: 1.14583vw; }
  #main.home_main .main_box .text_box .main_title .title .mini02 { font-size: 2.39583vw; margin-bottom: 0.46875vw; }
  #main.home_main .main_box .text_box .main_title .title em { font-size: 10.41667vw; margin: 0 0.10417vw 0 0.20833vw; }
  #main.home_main .main_box .main_img { width: 49.21875vw; height: 35.26042vw; top: -3.125vw; }
  #main.home_main .main_box .main_img::before { width: 28.64583vw; height: 9.375vw; }
  #main.home_main .main_box .main_list_box { width: 52.60417vw; padding: 1.5625vw 6.25vw 1.04167vw 7.8125vw; }
  #main.home_main .main_box .main_list_box::before { width: 13.33333vw; height: 12.96875vw; top: -11.82292vw; right: -7.08333vw; }
  #main.home_main .main_box .main_list_box .img_box { width: 15vw; position: absolute; bottom: -2.08333vw; right: -9.6875vw; z-index: 1; }
  #main.home_main .main_box .main_list_box .img_box .tire { height: 15vw; padding: 3.69792vw 2.1875vw 2.39583vw; }
  #main.home_main .main_box .main_list_box .img_box .tire .text01 { font-size: 0.9375vw; margin-bottom: 0.52083vw; }
  #main.home_main .main_box .main_list_box .img_box .tire .text01 span { font-size: 1.45833vw; }
  #main.home_main .main_box .main_list_box .img_box .tire .text02 { padding: 0.41667vw 0; font-size: 1.14583vw; margin-bottom: 0.20833vw; }
  #main.home_main .main_box .main_list_box .img_box .tire .num01 span { font-size: 0.9375vw; margin-bottom: 0.26042vw; }
  #main.home_main .main_box .main_list_box .img_box .tire .num01 em { font-size: 3.02083vw; margin: 0 0.20833vw; }
  #main.home_main .main_box .main_list_box .main_list .list_in { width: 12.5vw; border-radius: 1.04167vw; }
  #main.home_main .main_box .main_list_box .main_list .list_in .title { padding: 0.3125vw 0 0.41667vw; }
  #main.home_main .main_box .main_list_box .main_list .list_in .title::before { width: 0.72917vw; height: 0.41667vw; bottom: -0.36458vw; }
  #main.home_main .main_box .main_list_box .main_list .list_in .title span { padding-left: 3.64583vw; font-size: 1.5625vw; }
  #main.home_main .main_box .main_list_box .main_list .list_in .title span::before { width: 3.33333vw; height: 3.125vw; bottom: -0.3125vw; }
  #main.home_main .main_box .main_list_box .main_list .list_in .box_in { padding: 0.83333vw 0 1.04167vw; }
  #main.home_main .main_box .main_list_box .main_list .list_in .box_in .midashi { font-size: 1.14583vw; margin-bottom: 0.52083vw; }
  #main.home_main .main_box .main_list_box .main_list .list_in .box_in .num em { font-size: 2.70833vw; }
  #main.home_main .main_box .main_list_box .main_list .list_in .box_in .num01 { padding-right: 1.09375vw; }
  #main.home_main .main_box .main_list_box .main_list .list_in .box_in .num01 em { margin-right: 0.3125vw; }
  #main.home_main .main_box .main_list_box .main_list .list_in .box_in .num01 .price-sub { font-size: 0.9375vw; }
  #main.home_main .main_box .main_list_box .main_list .list_in .box_in .num01 .price-per { font-size: 0.9375vw; bottom: -0.3125vw; }
  #main.home_main .main_box .main_list_box .main_list .list_in .box_in .num01 .price-per::before { width: 1.82292vw; height: 0.05208vw; bottom: 0.67708vw; left: -0.98958vw; }
  #main.home_main .main_box .main_list_box .main_list .list_in .box_in .num01 .price-tax { font-size: 0.72917vw; top: 0.3125vw; right: 0.67708vw; }
  #main.home_main .main_box .main_list_box .main_list .list_in .box_in .num02 { font-size: 1.14583vw; }
  #main.home_main .main_box .main_list_box .main_list .list_in .box_in .num02 em { margin: 0 0.3125vw; }
  #main.home_main .main_box .main_list_box .main_list .list_in03 .box_in .num01 em { margin-right: 0.20833vw; } }
@media screen and (min-width: 0px) and (max-width: 1600px) { #topbox01 .model_box01 .midahi { font-size: 2.5vw; }
  #topbox01 .model_box01 .model_list01 > div { width: calc(20% - 8px); max-width: 260px; } }
@media screen and (min-width: 0px) and (max-width: 1400px) { #header { height: 7.14286vw; }
  #header .header_inner { height: 7.14286vw; }
  #header .header_inner .logo_box { width: 14.14286vw; padding: 1.42857vw 0 0 2.14286vw; }
  #header .header_inner .logo_box::before { width: 39.28571vw; height: 12.85714vw; top: -0.07143vw; }
  #header .header_inner .logo a .logo-text { font-size: 0.85714vw; line-height: 1.07143vw; margin-top: 0.28571vw; }
  #header .header_inner .right { width: calc(100% - 14.28571vw); padding-right: 12vw; }
  #header .header_inner .right .right_top { height: 3vw; margin-bottom: 0.85714vw; }
  #header .header_inner .right .right_top .header-btn-list { margin-left: 0.71429vw; }
  #header .header_inner .right .right_top .header-btn-list .btn00 { height: 2.85714vw; margin-right: 0.28571vw; }
  #header .header_inner .right .right_top .header-btn-list .btn00:last-child { margin-right: 0; }
  #header .header_inner .right .right_top .header-btn-list .btn00 a { padding: 0 2.28571vw 0 0.71429vw; background-position: center right 0.71429vw; background-size: 1.14286vw; border-width: 0.14286vw; }
  #header .header_inner .right .right_top .header-btn-list .btn00 a .btn-text { padding-left: 1.71429vw; background-size: 1.42857vw; font-size: 1.14286vw; line-height: 1.42857vw; }
  #header .header_inner .right .right_top .tel_box .tel .num { padding-left: 2vw; font-size: 1.85714vw; }
  #header .header_inner .right .right_top .tel_box .tel .num::before { width: 1.71429vw; height: 1.71429vw; }
  #header .header_inner .right .right_top .tel_box .tel-text { font-size: 1vw; margin-top: 0.14286vw; }
  #header .header_inner .right .c_btn00 { width: 10.57143vw; height: 8.57143vw; }
  #header .header_inner .right .c_btn00 a { padding: 1.42857vw; }
  #header .header_inner .right .c_btn00 a .btn-text { padding-top: 2.14286vw; font-size: 1.28571vw; }
  #header .header_inner .right .c_btn00 a .btn-text::before { width: 1.71429vw; height: 1.28571vw; }
  /*gnav*/
  .gnav { height: 1.28571vw; }
  .gnav > ul.flex { width: auto; height: 100%; flex-wrap: nowrap; }
  .gnav > ul > li { margin-right: 1.42857vw; }
  .gnav > ul > li:last-child { margin-right: 0; }
  .gnav > ul > li > a { display: block; height: 100%; font-size: 1.28571vw; line-height: 1; font-weight: 500; }
  .gnav > ul > li > a:hover { text-decoration: none; color: #064CCE; }
  #main.home_main { padding-top: 7.14vw; }
  #topbox02 .wrap { width: 1100px; }
  #topbox02 .method-list .method01 { width: 350px; }
  #topbox02 .method-list .method01 .title { font-size: 18px; }
  #topbox02 .method-list .method01 .box_in .title_box img { width: 78px; }
  #topbox02 .method-list .method01 .box_in .title_box .midashi { font-size: 20px; }
  #topbox03 .wrap { width: 1100px; }
  #topbox03 .discount-lsit01 .discount00 { width: 360px; }
  #topbox03 .discount-lsit01 .discount00 .box_in .list_box { padding: 20px 16px; }
  #topbox03 .discount-lsit01 .discount01, #topbox03 .discount-lsit01 .discount02 { padding: 10px 10px 17px; }
  #topbox03 .discount-lsit01 .discount03 .box_in { padding: 0 7px; }
  #topbox03 .simulation_box { padding-left: 50px; padding-right: 50px; }
  #topbox03 .simulation_box .price_box { align-items: flex-end; }
  #topbox03 .simulation_box .price_box .box00 { width: 350px; }
  #topbox03 .flow_box .flow-list .flow01 { width: 165px; }
  #topbox03 .flow_box .flow-list .flow01 .box_in { min-height: 196px; padding-left: 8px; padding-right: 8px; }
  #topbox03 .flow_box .flow-list .flow01 .box_in::before { right: -20px; }
  #topbox03 .flow_box .flow-list .flow01 .box_in .midashi { font-size: 14px; }
  #topbox03 .flow_box .flow-list .flow01 .box_in .text01 { font-size: 13px; }
  #topbox03 .flow_box .flow-list .flow01 .sub { min-height: 60px; }
  #topbox03 .flow_box .flow-list .flow01 .sub .sub_text { font-size: 14px; }
  #topbox05 .wrap { width: 1100px; }
  #topbox05 .confidence-list .confidence01 { width: 350px; }
  #topbox05 .confidence-list .confidence01 .box_in { padding-left: 19px; padding-right: 19px; }
  #topbox05 .confidence-list .confidence01 .box_in .midashi { font-size: 19px; }
  #topbox05 .confidence-list .confidence01 .box_in .midashi span { font-size: 24px; } }
@media screen and (min-width: 0px) and (max-width: 1200px) { #header { height: 85.71432px; }
  #header .header_inner { height: 85.71432px; }
  #header .header_inner .logo_box { width: 169.71432px; padding: 17.14284px 0 0 25.71432px; }
  #header .header_inner .logo_box::before { width: 471.42852px; height: 154.28568px; top: -0.85716px; }
  #header .header_inner .logo a .logo-text { font-size: 10.28568px; line-height: 12.85716px; margin-top: 3.42852px; }
  #header .header_inner .right { width: calc(100% - 169.71452px); padding-right: 144px; }
  #header .header_inner .right .right_top { height: 36px; margin-bottom: 10.28568px; }
  #header .header_inner .right .right_top .header-btn-list { margin-left: 8.57148px; }
  #header .header_inner .right .right_top .header-btn-list .btn00 { height: 34.28568px; margin-right: 3.42852px; }
  #header .header_inner .right .right_top .header-btn-list .btn00:last-child { margin-right: 0; }
  #header .header_inner .right .right_top .header-btn-list .btn00 a { padding: 0 27.42852px 0 8.57148px; background-position: center right 8.57148px; background-size: 13.71432px; border-width: 1.71432px; }
  #header .header_inner .right .right_top .header-btn-list .btn00 a .btn-text { padding-left: 20.57148px; background-size: 17.14284px; font-size: 13.71432px; line-height: 17.14284px; }
  #header .header_inner .right .right_top .tel_box .tel .num { padding-left: 24px; font-size: 22.28568px; }
  #header .header_inner .right .right_top .tel_box .tel .num::before { width: 20.57148px; height: 20.57148px; }
  #header .header_inner .right .right_top .tel_box .tel-text { font-size: 12px; margin-top: 1.71432px; }
  #header .header_inner .right .c_btn00 { width: 126.85716px; height: 102.85716px; }
  #header .header_inner .right .c_btn00 a { padding: 17.14284px; }
  #header .header_inner .right .c_btn00 a .btn-text { padding-top: 25.71432px; font-size: 15.42852px; }
  #header .header_inner .right .c_btn00 a .btn-text::before { width: 20.57148px; height: 15.42852px; }
  /*gnav*/
  .gnav { height: 15.42852px; }
  .gnav > ul.flex { width: auto; height: 100%; flex-wrap: nowrap; }
  .gnav > ul > li { margin-right: 17.14284px; }
  .gnav > ul > li:last-child { margin-right: 0; }
  .gnav > ul > li > a { display: block; height: 100%; font-size: 15.42852px; line-height: 1; font-weight: 500; }
  .gnav > ul > li > a:hover { text-decoration: none; color: #064CCE; }
  #main.home_main { padding-top: 85.68px; }
  #main.home_main .main_box { padding-right: 590.625px; margin-top: 37.5px; }
  #main.home_main .main_box .text_box { width: 496.25px; padding: 12.5px 15px 25px 18.75px; margin-left: 75px; }
  #main.home_main .main_box .text_box .main-text { margin-bottom: 8.75px; }
  #main.home_main .main_box .text_box .main-text .list li { padding: 3.75px 11.25px 3.75px 26.25px; background: url("../img/common/icon_check01.png") no-repeat center left 11.25px, #E1EBFE; background-size: 12.5px; font-size: 11.25px; margin-right: 3.75px; }
  #main.home_main .main_box .text_box .main-text .list li:last-child { margin-right: 6.25px; }
  #main.home_main .main_box .text_box .main-text p { font-size: 13.75px; }
  #main.home_main .main_box .text_box .main_title .title { font-size: 46.25px; }
  #main.home_main .main_box .text_box .main_title .title.flex { margin-top: -5.625px; }
  #main.home_main .main_box .text_box .main_title .title .mini01 { font-size: 55px; letter-spacing: -0.5em; margin-bottom: 13.75px; }
  #main.home_main .main_box .text_box .main_title .title .mini02 { font-size: 28.75px; margin-bottom: 5.625px; }
  #main.home_main .main_box .text_box .main_title .title em { font-size: 125px; margin: 0 1.25px 0 2.5px; }
  #main.home_main .main_box .main_img { width: 590.625px; height: 423.125px; top: -37.5px; }
  #main.home_main .main_box .main_img::before { width: 343.75px; height: 112.5px; }
  #main.home_main .main_box .main_list_box { width: 631.25px; padding: 18.75px 75px 12.5px 93.75px; }
  #main.home_main .main_box .main_list_box::before { width: 160px; height: 155.625px; top: -141.875px; right: -85px; }
  #main.home_main .main_box .main_list_box .img_box { width: 180px; position: absolute; bottom: -25px; right: -116.25px; z-index: 1; }
  #main.home_main .main_box .main_list_box .img_box .tire { height: 180px; padding: 44.375px 26.25px 28.75px; }
  #main.home_main .main_box .main_list_box .img_box .tire .text01 { font-size: 11.25px; margin-bottom: 6.25px; }
  #main.home_main .main_box .main_list_box .img_box .tire .text01 span { font-size: 17.5px; }
  #main.home_main .main_box .main_list_box .img_box .tire .text02 { padding: 5px 0; font-size: 13.75px; margin-bottom: 2.5px; }
  #main.home_main .main_box .main_list_box .img_box .tire .num01 span { font-size: 11.25px; margin-bottom: 3.125px; }
  #main.home_main .main_box .main_list_box .img_box .tire .num01 em { font-size: 36.25px; margin: 0 2.5px; }
  #main.home_main .main_box .main_list_box .main_list .list_in { width: 150px; border-radius: 12.5px; }
  #main.home_main .main_box .main_list_box .main_list .list_in .title { padding: 3.75px 0 5px; }
  #main.home_main .main_box .main_list_box .main_list .list_in .title::before { width: 8.75px; height: 5px; bottom: -4.375px; }
  #main.home_main .main_box .main_list_box .main_list .list_in .title span { padding-left: 43.75px; font-size: 18.75px; }
  #main.home_main .main_box .main_list_box .main_list .list_in .title span::before { width: 40px; height: 37.5px; bottom: -3.75px; }
  #main.home_main .main_box .main_list_box .main_list .list_in .box_in { padding: 10px 0 12.5px; }
  #main.home_main .main_box .main_list_box .main_list .list_in .box_in .midashi { font-size: 13.75px; margin-bottom: 6.25px; }
  #main.home_main .main_box .main_list_box .main_list .list_in .box_in .num em { font-size: 32.5px; }
  #main.home_main .main_box .main_list_box .main_list .list_in .box_in .num01 { padding-right: 13.125px; }
  #main.home_main .main_box .main_list_box .main_list .list_in .box_in .num01 em { margin-right: 3.75px; }
  #main.home_main .main_box .main_list_box .main_list .list_in .box_in .num01 .price-sub { font-size: 11.25px; }
  #main.home_main .main_box .main_list_box .main_list .list_in .box_in .num01 .price-per { font-size: 11.25px; bottom: -3.75px; }
  #main.home_main .main_box .main_list_box .main_list .list_in .box_in .num01 .price-per::before { width: 21.875px; height: 0.625px; bottom: 8.125px; left: -11.875px; }
  #main.home_main .main_box .main_list_box .main_list .list_in .box_in .num01 .price-tax { font-size: 8.75px; top: 3.75px; right: 8.125px; }
  #main.home_main .main_box .main_list_box .main_list .list_in .box_in .num02 { font-size: 13.75px; }
  #main.home_main .main_box .main_list_box .main_list .list_in .box_in .num02 em { margin: 0 3.75px; }
  #main.home_main .main_box .main_list_box .main_list .list_in03 .box_in .num01 em { margin-right: 2.5px; }
  #topbox01 .model_box01 .midahi { font-size: 30px; } }
/*ipad対策
=========================================== */
/*Firefox用
=========================================== */
@-moz-document url-prefix() { #main.home_main .main_box .main_list_box .img_box .tire .num01 span { margin-bottom: 0 !important; }
  #main.home_main .main_box .text_box .main_title .title .mini01 { letter-spacing: 0; margin-bottom: 0 !important; vertical-align: bottom; }
  #topbox01 .model_box01 .midahi { padding-top: 10px; padding-bottom: 10px; letter-spacing: 0; } }
/*safari用
=========================================== */
.safari #main.home_main .main_box .main_list_box .img_box .tire .num01 span { margin-bottom: 0 !important; }
.safari #main.home_main .main_box .text_box .main_title .title .mini01 { letter-spacing: 0; margin-bottom: 0 !important; vertical-align: bottom; }
.safari #topbox01 .model_box01 .midahi { padding-top: 10px; padding-bottom: 10px; letter-spacing: 0; }
