@charset "utf-8";
/* CSS Document */

header {
    background-color: #fff;
}
#pagetop{
	width:50px;
	height:60px;
   	position:fixed;
    right:10px;
    bottom:0px;
    cursor:pointer;
	z-index:100;
}
.pagetop_sp{
	display: none;	
}
.logo_sp_wh{
    display: none;
}

.footer_line_inner {
    width: 1200px;
    height: 30px;
    margin: 0 auto;
    text-align: center;
    color: #343434;
    font-weight: bold;
    line-height: 30px;
    background-color: #c2c2c2;
}
.footer_line_wrapper {
    background-color: #c2c2c2;
}
.sp_line {
    display: none;
}
.title {
    pointer-events: none;
}


/*-- コンテンツ固有スタイル --*/
/*ul.breadcrumbs {
    display: flex;
    padding: 10px 2%;
    margin: 0;
}
ul.breadcrumbs > li {
    display: block;
    font-size: var(--compact-font-size);
}
ul.breadcrumbs > li + li {
    margin-left: 3px;
}
ul.breadcrumbs > li + li::before {
    content: "＞";
    margin-right: 3px;
}*/


#vehicle-inspection {
    font-family: 'Noto Sans Japanese','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN',メイリオ,Meiryo,'メイリオ',sans-serif;
    background-color:#fffaf7 ;
    color: #333;
    width: 100%;
    height: auto;
    margin: 0 auto;

}
 .main_visual {
　  width: 100%;
    height: 500px;
    margin: 0 auto ;
    background-image: url(../images/vehicle-inspection/bg-top-1.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
 }



.main-img{
    width: 300px;
    height: auto;
    margin: 0 auto;
    text-align: center;
}
.main-img img{
    width: 100%;
    height: auto;
}


.jump {
    margin: 0 auto 3%;
    height: auto;
    background-color: #666;
    padding: 2%;
    position: sticky;
    top: 65px;
    display: flex;
    z-index: 100;
}


.jump ul{
    overflow: hidden;
    padding-left: 0;
    width: 960px;
    margin: 0 auto;
}


.jump li{
    width: 25%;
    float: left;
    border-right: 1px solid #aaa;
    text-align: center;
    list-style: none;
}

.jump a{
    color: #fff;
}

.jump_point{
    height: 40px;
}
.li_jump_last{
      border-right:none !important;  
}

.lead{
    width: 100%;
    text-align: center;
    margin: 4% auto 1%;
}
.lead-p{
    font-size: 1.4rem;
    display: inline-block;
    margin: 0 auto;
    background-color: #fbff78;
    font-weight: 600;
}
.lead-note{
    margin: 4% auto 2%;
    border: 1px solid #454545;
    padding: 4%;
    font-size: 1em;
    font-weight: 600;
     display: inline-block;
}
section.safety{

}

.safety-h{
    text-align: center;
}
.safety-h h2{
    border: 1px solid #cb1104 !important; 
    background-color: #cb1104 !important; 
    color: #fff !important; 
}


.safety-wrap, .selfcheck-wrap{
    max-width: 960px;
    margin: -20px auto 0;
    display: flex;
    text-align: center;
    justify-content: space-between;
    border: 2px solid #cb1404;
    padding: 4% 2% 2%;
}

.safety-item-wrap, .selfcheck-item-wrap{
    flex: 1;
    margin: 0 1%;
}
.safety-item-wrap{
    width: 23%;
    margin: 0 1%;
}

.safety-img img, .selfcheck-img img{
    width: 100%;
    height: auto;
}

.point_title p {
    background-color: #cb1204;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 1.8rem;
    line-height: 22px;
    text-align: center;
    margin: 0;
    padding-top: 7px;
    display: inline-block;
}

.point_title span {
    font-size: 0.8rem;
    display: block;
}

.yellow{
    background-color: #fbff78;
}

.safety-p{
font-size: 0.9rem;    
}

.special-offer{
    width: 100%;
    margin: 2% auto;
    padding-bottom: 0%;
}

.special-offer-wrap {
    width: 980px;
    margin: 0 auto;
}

.offer-item-wrap{
    width: 100%;
    margin: 20px auto 80px;
    overflow: hidden;
    display: flex;
    flex-direction: row;

}
.pc_table{
    display: inline-table;
}
.sp_table{
    display: none;
}
.item-img-area{
    width: 40%;
    display: flex;
    flex-direction: row;
}
.item-img-area img{
    width: 100%;
    height: auto;
}
.item-text-area{
    width: calc(60% - 60px);
    max-width: calc(60% - 60px);
    margin: 0px 0px 0px 60px;
    /*float: left;*/
}
.item-text-area-2{
    margin: 0px 60px 0px 0px;

}
.item-text-headline{
    padding: 0 0 0 30px;
    border-left: 3px solid #666;
    margin-bottom: 10%;
}
.offer{
    display: inline-block;
    padding: 1% 4%;
    background-color: #e60013;
    border-radius: 18px;
    color: #fff;
}
.title{
    font-size: 2rem;
        margin-top: 2%;
}
.item-text-sub{

}
.item-text-sub table{
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #696969;
    background-color: #FFFFFF;
    color: #000000;
    margin: 2% 0;
    text-align: center;
}
.item-text-sub th{
    border:1px solid #696969;
    background-color:#092141;
    color:#FFFFFF;
    }

.width_6{
    width: 16.6%;
    font-size: 0.7rem;
    font-weight: 600;
    border: 1px solid #666;
    padding: 1% 0;
}
.red{
    color:#dd4044;
}
.table_keeper td{
    border:1px solid #696969;
    text-align:center;
}

.price{
    width: 100%;
}
.price-wrap{
    width: 980px;
    margin: 0 auto;
    overflow: hidden;

}
.price-item-wrap {
    width: 31%;
    margin: 1%;
    background-color: #fff;
    border-radius: 36px;
    padding: 3%;
    float: left;
}
.car-name{
    background-color: #666;
    color: #fff;
    padding: 2%;
    border-radius: 24px;
    display: inline-block;
    font-size: 1.2rem;
    float: left;
    width: 62%;
    text-align: center;
}
.car-name-sub{
    font-size: 0.9rem;
    padding: 4%;
    margin-left: 4%;
    display: grid;
    width: 38%;
    }
.car-img{
    width: 100%;
    height: auto;
}
.car-img img{
    width: 100%;
    height: auto;
}
.car-img-table table{
    width: 90%;
    margin: 0 5%;
}

.width_2{
    border: 1px solid #696969;
    font-weight: bold;
    width: 50%;
    text-align: center;
    padding: 2% 0;
    font-size: 0.9rem;
}


.step_h2{
    background-color: #fff;
    padding: 4%;
}


.step{
    overflow: hidden;
    width: 100%;
    margin: 0 auto 4%;
    background-color: #fff;
    padding: 0% 0 3%;
}
.step-wrap{
    width: 980px;
    margin: 0 auto;
    overflow: hidden;

}
.step-item-wrap{
    width: 18.4%;
    border-radius: 36px;
    padding: 1%;
    float: left;
}

.step-title{
    background-color: #002142;
    color: #fff;
    padding: 1%;
    text-align: center;
    border-radius: 20px;
    margin: 0 0 20px;
    font-size: 1.4rem;
}

.step-img{
    width: 80%;
    margin: 0 auto;
}

.step-img img{
    width: 100%;
    height: auto;
}
.step-text{
    margin: 20px auto 0;
    font-size: 0.9rem;
}
.Flow_arrow{
margin-top: 150px;
    font-size: 1.5rem;
    color: #002142;
    float: left;
    width: 2%;
}

.sp{
 display: none !important; 
}


.clearfix::after{
    content:"";
    clear:both;
    overflow:hidden;
}


.h2-wrap{
        width: 100%;
    text-align: center;
    font-size: 1.4rem;
}
.h2-com{
    max-width: 960px;
    text-align: center;
    margin: 3% auto 0;
}

.h2-com p{
    font-size: 1.2rem;
    display: inline-block;
    margin: 0 auto;
    background-color: #fbff78;    
}
h2{
    border: 1px solid #666;
    border-radius: 60px;
    display: inline;
    padding: 1.5% 5%;
}


main .button-primary a {
    position: relative;
    display: block;
    padding: 10px;
    background: var(--button-important-color);
    border: 1px solid var(--button-important-color);
    color: #ffffff;
    text-align: center;
}

.button-container{
    padding-bottom: 4%;
}

dd{
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    font-size: inherit;
    vertical-align: baseline;
}


section{
    padding: 4% 0;
}
.button-others {
    width: 150px;
    margin: 0 auto 10px;
}
.button-others a {
    position: relative;
    display: block;
    padding: 5px;
    background: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    font-size: var(--compact-font-size);
    text-align: center;
}

/*-----アコーディオン-----*/
    
.qa {
    width: 880px;
    margin: 0 auto;
}
.panel {
margin-top:15px;
}
.panel > dt {
    color: #000000;
    cursor: pointer;
    padding: 12px;
    font-weight: bold;
    font-size: 1.2em;
    border-bottom: 1px solid #ddd;
}
 
.panel > dd {
  /*border: solid 1px Silver;*/
  margin: 0px;
  padding: 14px;
}

.panel > dt > p {
    text-align: left;
    display: inline-block;
    width: 94%;
    margin: 0;
}
.panel > dt > span {
    text-align: right;
    display: inline-block;
    width: 6%;
}
/*-----アコーディオン-----*/ 


.selfcheck-wrap{
    border: none;
    background-color: #eee;
}
.dt-selfcheck{
    background-color: #bf0000;
    display: inline-block;
    width: 380px;
    color: #fff !important;
    font-weight: normal !important;
}

.dt-selfcheck p{
    text-align: center;
}

.panel-selfcheck{
    padding: 0 2% 4%;
    text-align: center;
    max-width: 960px;
    margin: 0 auto !important;
    background-color: #eee;
}
h3{
    height: 60px;
}
.selfcheck-p{
    font-size: 0.9rem;
    height: 110px;
}
.panel-selfcheck > dd {
    padding: 0; 
}
.selfcheck-wrap-panel{
    padding: 4% 0 2%;
}
/*-----店舗一覧-----*/ 

.shop_wrap{
    width:100%;
    padding: 4% 4% 0;
    margin: 0 auto;
}
.shop_area{
    width:980px;
    padding: 0 5%;
    height:auto;
    overflow:hidden;
    margin:30px auto 0;
}
.shop01{
    width:30%;
    margin-bottom:40px;
    margin-right:5%;
    float:left;
    /*height:340px;*/
    clear:both;
}
.shop02{
    width:30%;
    margin-bottom:40px;
    margin-right:5%;
    float:left;
}
.shop03{
    width:30%;
    margin-bottom:40px;
    float:left;
}
.shop04{
    width:30%;
    margin-bottom:40px;
    margin-right:5%;
    float:left;
}
.shop05{
    width:30%;
    margin-bottom:40px;
    float:left;
    margin-right:5%;
}
.shop06{
    width:30%;
    margin-bottom:40px;
    float:left;
}

.shop_img{
    width:100%;
    height: auto;
}
.shop_img img {
    width: 100%;
    height: auto;
    }

.shop_name{
    width:100%;
    /*height:35px;*/
    line-height:35px;
    font-size:22px;
    font-family: "Noto Sans Japanese";
    font-weight:bold;
    color:#FFFFFF;
    background-color:#cc0235;
    text-align:center;
    margin-bottom:7px;
}
.shop_tel{
    width:100%;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    text-align:center;
    font-family: "Noto Sans Japanese";
    font-weight:bold;
    color:#515151;
}

.shop_tel a:link{
    color:#515151;
    text-decoration:none;
    font-size:15px;
    text-align:center;
    font-family: "Noto Sans Japanese";
    font-weight:bold;
}
.shop_tel a:visited{
    color:#515151;
    text-decoration:none;
    font-size:15px;
    text-align:center;
    font-family: "Noto Sans Japanese";
    font-weight:bold;
}
.shop_tel a:hover{
    color:#515151;
    text-decoration:none;
    font-size:15px;
    text-align:center;
    font-family: "Noto Sans Japanese";
    font-weight:bold;
}
.shop_tel a:active{
    color:#515151;
    text-decoration:none;
    font-size:15px;
    text-align:center;
    font-family: "Noto Sans Japanese";
    font-weight:bold;
}
.shop_add{
    width:100%;
    height: 35px;
    line-height: 25px;
    font-size: 15px;
    font-family: "Noto Sans Japanese";
    font-weight:bold;
    color:#515151;
    text-align:center;
}
.shop_map{
    width:100%;
    /*height:40px;*/
    clear:both;
}

.mapbutton {
    display: inline-block;
    width: 100%;
    /*height: 40px;*/
    text-align: center;
    text-decoration: none;
    line-height: 35px;
    outline: none;
    background-color:#FFFFFF;
    font-size:14px;
    position: relative;
    z-index: 2;
    border: 1px solid #cc0235;
    color: #cc0235;
    font-family: "Noto Sans Japanese";
    font-weight:bold;
}
.mapbutton:hover {
    background-color: #FFE4E4;
}


main .button-container {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}
main .button-container > div {
    margin: 0 5px;
}
main .button-primary, main .button-secondary {
    width: 240px;
    margin: 0 auto 10px;
}

.storeblogs-qrap{
max-width: 960px;
margin: o auto;
}
.storeblogs-wrap {
background: #fff;
}
.storeblogs {
    width: 680px;
    margin-bottom: 90px;
    padding: 0 0 4% 0;
}
.storeblogs .catch_copy {
    font-size: 15px;
    margin-bottom: 25px;
    text-align: center;
}
.storeblogs .similar-articles {
    font-size: 14px;
    color: #000000;
    width: 100%;
    margin: 0 auto 15px;
}
.storeblogs .similar-articles { position: relative; border: 1px solid #000; padding: 20px; box-sizing: border-box; }
.storeblogs .similar-articles a { display: flex; flex-wrap: wrap; justify-content: space-around; text-decoration: none; }
.storeblogs .similar-articles .label { position: absolute; top: -6px; left: -6px; background: #000000; padding: 3px 5px; color: #ffffff; font-size: var(--compact-blogs-font-size); }
.storeblogs .similar-articles .photo { width: 316px; }
.storeblogs .similar-articles .photo img { width: 100%; height: auto; }
.storeblogs .similar-articles a:hover { opacity: 0.8; }
.storeblogs .similar-articles .detail { width: 316px; position: absolute; bottom: 20px; background: rgb(0,0,0,0.5); }
.storeblogs .similar-articles .detail .title { position: relative; color: #ffffff; font-weight: var(--base-blogs-font-weight); margin-top: 10px; padding: 0 10px 7px; }
/*
.storeblogs .similar-articles .detail .title::after { content: ''; width: 16px; height:1px; background: #ffffff; position: absolute; bottom: 10px; right: 3px; transform: rotate(45deg); }
.storeblogs .similar-articles .detail .title::before { content: ''; width: 36px; height:1px; background: #ffffff; position: absolute; bottom: 5px; right: 6px; }
*/
.storeblogs .similar-articles .detail .title::after {
    content: '';
    border-top: 7px solid transparent;
    border-right: 7px solid #ffffff;
    border-bottom: 7px solid #ffffff;
    border-left: 7px solid transparent;
    position: absolute;
    bottom: 3px;
    right: 3px;
}
.storeblogs .similar-articles .detail .title::before {
    content: '';
    width: 14px;
    height:1px;
    background: #ffffff;
    position: absolute;
    bottom: 12px;
    right: 5px;
    transform: rotate(-45deg);
}
.storeblogs .similar-articles .detail .description { display: none; font-size: var(--compact-blogs-font-size); margin: 12px 0 0; color: #888888; }

@media screen and (max-width:960px) {
    .logo_sp_wh{
    display: inline-block;  
    width: 50%;
    }
    /*smart.cssの打ち消し*/
    .bar{
        padding: 2% !important;
    }
    .nav{
        display: none!important;;
    }
    .mynav{
        display: none !important;
    }
    .spnav {
    top: 60px !important;
    }
    ._zkjwrapper {
        display: none !important;
    }
    .hover_global {
        display: none !important;
    }
    #chamo-window{
        display: none;
    }
    .menubtn {
    width:40px !important;
    padding: 20px !important;
    top: 36px !important;
    }

　 /*smart.cssの打ち消し*/ 
/*
    body {
        background-image: none !important; 
        margin-top: -77px;
        min-width: inherit;
    }*/

     #vehicle-inspection {
        width: 100%;
    }
    .main_visual {
    background-image: url(../images/vehicle-inspection/bg-top-sp.jpg) ; 
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    }

    .main-img {
        width: 200px;
    }

    .jump{
        width: 100%;
        padding: 1%;
        font-size: 0.8rem;
        top: 65px;
    }

    .jump ul ,.special-offer-wrap , .price-wrap,.step-wrap {
        width: 100%;

    }
    .jump_point{
        height: 20px;
    }
    .h2-wrap {
        font-size: 1rem;
    }
    .lead{
        width: 86%;
    }
    .lead-p{
        font-size: 0.8rem;
        max-width: 350px;
    }
    .lead-note {
    margin: 4% auto 2%;
    padding: 4%;
    font-size: 0.8em;
    }
    .safety-wrap, .selfcheck-wrap {
        max-width: 90%;
        margin: -20px auto 0;
        padding: 10% 5% 2%;
        flex-direction: column;
    }


    .selfcheck-item-wrap {
        margin: 0 1% 5%;
    }
    .safety-item-wrap{
        width: inherit;
        padding:2% 10%;
    }

.safety-h h2 {
    font-size: 1.1rem;
}

.h2-com{
    width: 86%;
}

.h2-com p{
    font-size: 1rem;   
}

.offer-item-wrap {
    flex-direction: column;
        border-bottom: 1px solid #666;
    width: 90%;
}
.offer-item-wrap-2{
    flex-direction: column-reverse;
}
.offer-item-wrap-3{
    border-bottom: none;
}
.pc_table{
    display: none;
}
.sp_table{
    display: block;
}

.item-img-area {
    width: 70%;
    margin: 0 auto;
}

.item-text-area {
    width: 80%;
    max-width: 80%;
    margin: 10%;
}

.item-text-area-2 {
    margin: 10%;
}
.item-text-sub table {
    width: 124%;
    margin: 2% 0;
    margin: 10% auto 0;
    margin-left: -12%;
    }
.width_6 {
    font-size: 0.6rem;
}
.price-item-wrap {
    width: 80%;
    margin: 5% 10%;
    padding: 7% 5%;
    float: inherit;
}
.qa_h2{
    padding-bottom: 10%;
}
.step_h2 {
    background-color: inherit;
}
.step {
    background-color: initial;
}
.step-img {
    width: 50%;
    }
.step-item-wrap {
    width: 80%;
    border-radius: 36px;
    padding: 1%;
    float: inherit;
    margin: 5% 10%;
    background-color: #fff;
    padding: 7%;
}
.Flow_arrow {
    font-size: 3rem;
    margin-top: 0;
    float: inherit;
    width: 100%;
    text-align: center;
}
.sp{
 display: block !important;
}
.pc{
    display: none !important;
}
.qa{
    width: 94%;
    font-size: 0.7rem;
    padding-top: 0;
}

.panel {
     margin-top: 0 ; 
    }

.panel > dt {
    padding: 8px 6px;
    }

.panel > dt > h3 {
    font-size: 0.9rem;
    padding: 0;
    }
#search-product {
    padding:10% 0;
    }

.shop_wrap{
    margin: 0 auto;
    width: 100%;
    padding: 4% 0;
    }
.shop_area{
    width: 80%;
    padding: 0;
    margin: 0 auto;
    }
.shop01{
    width:48%;
    margin-bottom:20px;
    margin-right:4%;
    clear:none;
}
.shop02{
    width:48%;
    margin-bottom:20px;
    margin-right:0;
    clear: none;
}
.shop03{
    width:48%;
    margin-bottom:20px;
    margin-right:4%;
    clear:none;
}
.shop04{
    width:48%;
    margin-bottom:20px;
    margin-right:0;
    clear:none;
}
.shop05{
    width:48%;
    margin-bottom:20px;
    margin-right:4%;
    clear:none;
}
.shop06{
    width:48%;
    margin-bottom:20px;
    margin-right:0;
    clear:none;
}
.shop_tel {
    height:25px;
    line-height:25px;
    font-size:15px;
}
.shop_add {
     height:25px;
    line-height:20px;
    font-size:10px;
}
.panel-selfcheck{
    max-width: 90%;
}
h3{
    height: auto;
}

    .selfcheck{
        margin-top: 5%;
    }
    .selfcheck-wrap {
        padding: 5%;
    }
    .selfcheck-item-wrap{
        overflow: hidden;
    }
    .selfcheck-p{
        height: auto;
    }


}
@media (max-width:480px) {
    /*=======共通=======*/
    #pagetop{
        width: 35px;
        height: 45px;
    }
    .pagetop_pc{
        display: none;  
    }
    .pagetop_sp{
        display: block; 
    }
    .bar {
    padding: 4% 2% 5% 4%!important;
    }
    main {
        width: 100%;
        margin: 0 auto;
    }
     .jump{
        top: 42px;
    }
    .dt-selfcheck{
        width: 280px;
        font-size: 1rem !important;
    }

    .span-selfcheck{
        display: block;
        text-align: center;
    }


.storeblogs {
    width: 360px;
    margin: 60px auto 0;
    padding: 0 4% 4%;
}
.storeblogs .catch_copy {
    font-size: 15px;
    margin-bottom: 25px;
    text-align: center;
}
.storeblogs .similar-articles {
    font-size: 14px;
    color: #000000;
    width: 100%;
    margin: 0 auto 15px;
}
.storeblogs .similar-articles .detail .title span { display: inline-block; }
.storeblogs .similar-articles .detail .description { display: none; font-size: var(--compact-blogs-font-size); margin: 12px 0 0; color: #888888; }
.storeblogs .similar-articles .detail .con-button { width: 170px; position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); background: #fff; border: 1px solid #000; padding: 5px 10px!important; box-sizing: border-box; text-align: center;  }
.storeblogs .similar-articles .detail .con-button.blog-link { display: none; }
}
@media screen and (max-width:375px) {
    .bar {
        padding: 5% 2% 6% 4%!important;
    }
    .btn-square-pop {
        font-size: 1.1em;
    }
}


