.font-size12 { font-size: 12px; }
.font-size16 { font-size: 16px; }
.font-w700 { font-weight: 700; }

.border-lightgray { border: 5px solid #f1f1f1; padding: 18px; text-align: center;  }
.border-lightgray h3 { font-size: 18px; font-weight: 700; margin-bottom: 12px; }

.necessary { background: url(../images/banner.jpg) no-repeat top center #fff; background-size: cover; text-align: center; padding-bottom: 50px; }
.necessary h2 { background: rgba(0, 0, 0, .5); padding: 30px 18px; color: #fff; font-size: 20px; font-weight: bold; margin-bottom: 18px; }
.necessary .topic-necessary { padding-top: 12px; padding-bottom: 40px; line-height: 1.8; font-size: 15px; }

/* content tabs */
.show-pc { display: block; }
.show-sp { display: none; }
.content-tab .tabs { list-style: none; display: flex; flex-wrap: wrap; justify-content: space-between; padding: 3rem 0;  }
.content-tab .tabs .tab-link { width: 31%; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; color: #fff; padding: 30px 16px 15px;  cursor: pointer; font-size: 15px; font-weight: 400; box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.23); border-top: 3px solid rgba(255, 255, 255, 0); text-align: center; }
.content-tab .tabs .current {border-top: 3px solid rgba(85, 85, 85, 0.5);box-shadow: inset 5px 8px 11px 0px rgba(0, 0, 0, 0.12);}
.content-tab .tabs .tab-car-verification {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #26bbe4), color-stop(100, #65d4f3));
    background: -moz-linear-gradient(Left, #26bbe4 0%, #65d4f3 100%);
    background: -ms-linear-gradient(Left, #26bbe4 0%, #65d4f3 100%);
    background: -o-linear-gradient(Left, #26bbe4 0%, #65d4f3 100%);
    background: linear-gradient(to right, #26bbe4 0%, #65d4f3 100%);
}
.content-tab .tabs .tab-car-verification strong { display: inline-block; font-size: 18px; font-weight: 700; text-shadow: 1px 2px 1px #18a8e2; }
.content-tab .tabs .tab-car-verification span { display: block; text-align: center; width: 100%; font-size: 22px; margin-top: 8px; color: #007dbd; }
.content-tab .tabs .tab-car-verification.current { background: #d9f6fe; color: #000; }
.content-tab .tabs .tab-car-verification.current strong { text-shadow: none; }
.content-tab .tabs .tab-car-verification.current span { color: #49c6e8; }

.content-tab .tabs .tab-vehicle-verification {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #01da9a), color-stop(100, #66ebac));
    background: -moz-linear-gradient(Left, #01da9a 0%, #66ebac 100%);
    background: -ms-linear-gradient(Left, #01da9a 0%, #66ebac 100%);
    background: -o-linear-gradient(Left, #01da9a 0%, #66ebac 100%);
    background: linear-gradient(to right, #01da9a 0%, #66ebac 100%);
}
.content-tab .tabs .tab-vehicle-verification strong { display: inline-block; font-size: 18px; font-weight: 700; text-shadow: 1px 2px 1px #00b93b; }
.content-tab .tabs .tab-vehicle-verification span { display: block; text-align: center; width: 100%; font-size: 22px; margin-top: 8px; color: #00952a; }
.content-tab .tabs .tab-vehicle-verification.current { background: #dcf7e6; color: #000; }
.content-tab .tabs .tab-vehicle-verification.current strong { text-shadow: none; }
.content-tab .tabs .tab-vehicle-verification.current span { color: #50d19c; }

.content-tab .tabs .tab-verification-case {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #f0941b), color-stop(100, #f5ce01));
    background: -moz-linear-gradient(Left, #f0941b 0%, #f5ce01 100%);
    background: -ms-linear-gradient(Left, #f0941b 0%, #f5ce01 100%);
    background: -o-linear-gradient(Left, #f0941b 0%, #f5ce01 100%);
    background: linear-gradient(to right, #f0941b 0%, #f5ce01 100%);
}
.content-tab .tabs .tab-verification-case strong { display: inline-block; font-size: 18px; font-weight: 700; text-shadow: 1px 2px 1px #ea690c; }
.content-tab .tabs .tab-verification-case span { display: block; text-align: center; width: 100%; font-size: 22px; margin-top: 8px; color: #d25110; }
.content-tab .tabs .tab-verification-case.current { background: #ffefdd; color: #000; }
.content-tab .tabs .tab-verification-case.current strong { text-shadow: none; }
.content-tab .tabs .tab-verification-case.current span { color: #ff8400; }

.content-tab .tab-pane { display: none; margin: 0 auto;}
.content-tab .tab-pane.current { display: block;}


/* sub tabs */
.content-tab .sub-tabs { list-style: none; display: flex; flex-wrap: wrap; justify-content: space-between;  }
.content-tab .sub-tabs li {display: block;width: 48%;text-align: center;padding: 15px 8px;font-size: 16px;/* font-weight: 300; */border: 2px solid #000;border-bottom: 0px;background: #fff;cursor: pointer;}
.content-tab .sub-tabs li.current {font-weight: bold;border: 1px solid #d9f6fe;border-bottom: 0;color: #fff;}

.content-tab .sub-tab-pane { display: none; margin: 0 auto;}
.content-tab .sub-tab-pane.current { display: block;}

.content-document {width: 90%;margin: auto;}
.border-left-gray {border-left: 5px solid #f1f1f1;}
.tab-contents .bg-light.p-4 {background: #f1f1f1 !important;}
.list-document {display: inline-block;padding: 6px 25px 4px 3px;font-weight: 500;font-size: 15px; position:relative;}
.list-document small{font-size: 7px;position:relative;top: -4px;margin: 0 0 0 2px;}
.list-document img{margin:0 5px 0 0}
.list-nember {position: relative;padding-left: 35px;font-size: 12px;/* font-weight: 500; */}
.list-nember .number { display: inline-block; position: absolute; top: 0; left: 0; }

/* sub tab car-verification */
.car-verification { background: #d9f6fe; border-bottom: 6px solid #29bce5; }
.title-car-verification { display: block; padding: 3rem 0; font-size: 22px; font-weight: 400; position: relative; }
.title-car-verification strong { font-weight: 24px; font-weight: 700; }
.title-car-verification span { font-size: 14px; color: #49c6e8; position: absolute; top: 3.5rem; left: -20px; }
.content-tab .car-verification .sub-tabs li .text-color {color: #2dbfe0;font-weight: bold;}
.content-tab .car-verification .sub-tabs li.current .text-color { color: #fff600; }
.content-tab .car-verification .sub-tabs li.current,
.sub-title-blue {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #26bbe4), color-stop(100, #65d4f3));
    background: -moz-linear-gradient(Left, #26bbe4 0%, #65d4f3 100%);
    background: -ms-linear-gradient(Left, #26bbe4 0%, #65d4f3 100%);
    background: -o-linear-gradient(Left, #26bbe4 0%, #65d4f3 100%);
    background: linear-gradient(to right, #26bbe4 0%, #65d4f3 100%);
}

/* sub tab vehicle-verification */
.vehicle-verification { background: #dcf7e6; border-bottom: 6px solid #0cdc9c; }
.title-vehicle-verification { display: block; padding: 3rem 0; font-size: 22px; font-weight: 400; position: relative; }
.title-vehicle-verification strong { font-weight: 24px; font-weight: 700; }
.title-vehicle-verification span { font-size: 14px; color: #50d19c; position: absolute; top: 3.5rem; left: -20px; }
.content-tab .vehicle-verification .sub-tabs li .text-color { color: #50d19c; }
.content-tab .vehicle-verification .sub-tabs li.current .text-color { color: #fff600; }
.content-tab .vehicle-verification .sub-tabs li.current,
.sub-title-green {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #01da9a), color-stop(100, #66ebac));
    background: -moz-linear-gradient(Left, #01da9a 0%, #66ebac 100%);
    background: -ms-linear-gradient(Left, #01da9a 0%, #66ebac 100%);
    background: -o-linear-gradient(Left, #01da9a 0%, #66ebac 100%);
    background: linear-gradient(to right, #01da9a 0%, #66ebac 100%);
}

/* sub tab verification-case */
.verification-case { background: #ffefdd; border-bottom: 6px solid #ff8400; }
.title-verification-case { display: block; padding: 3rem 0; font-size: 22px; font-weight: 400; position: relative; }
.title-verification-case strong { font-weight: 24px; font-weight: 700; }
.title-verification-case span { font-size: 14px; color: #ff8400; position: absolute; top: 3.5rem; left: -20px; }
.line-orange { display: block; width: 100%; height: 4px; background: url(../images/line-orange.png) repeat-x top left #fff; }


/* content tab sp collaps */
.content-collapse { width: 100%; }

/* destination */
.title-destination { font-size: 20px; font-weight: bold;text-align: left; }
.title-destination span { display: block; width: 80px; height: 4px; }
.topic-destination {font-size: 14px;font-weight: 400;padding: 19px 0;line-height: 1.8;}

.title-shop { font-size: 18px; font-weight: 500; padding: 3rem; }
.shop {display: block;width: 100%;position: relative;padding-left: 35px;line-height: 1.8;margin-left: 6%;}
.shop strong { display: block; font-size: 16px; font-weight: 700; }
.shop p{font-size:16px;margin: 2px 0;}
.shop span { display: inline-block; width: 80px;}
.shop .icon-shop {font-size: 20px;position: absolute;top: 7px;left: 0;font-size: 18px;}
.border-right-dot { border-right: 1px dotted #000; }
.text-red { color: #ff0024; }

/* ownership */
.bg-highlight-orange {
    color: #fff;
    text-align: center;
    padding: 37px 22px;
    font-size: 21px;
    font-weight: bold;
    background: #ff9a26;
    background: -moz-linear-gradient(left, #ff9a26 0%, #fed626 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #ff9a26), color-stop(100%, #fed626));
    background: -webkit-linear-gradient(left, #ff9a26 0%, #fed626 100%);
    background: -o-linear-gradient(left, #ff9a26 0%, #fed626 100%);
    background: -ms-linear-gradient(left, #ff9a26 0%, #fed626 100%);
    background: linear-gradient(to right, #ff9a26 0%, #fed626 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9a26', endColorstr='#fed626', GradientType=1 );
    }
.ownership { display: flex; flex-wrap: wrap; justify-content: space-between; }
.ownership li { background: #fff; box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.35);  width: 22%; position: relative; }
.ownership li::after { content: url(../images/arrow-black.png); position: absolute; right: -10%; top: 45%; }
.ownership li:last-child::after { content: ''; }
.ownership li .step { color: #fff; font-size: 16px; font-weight: 700; text-align: center; padding: 4px; background: #000; }

.name-shop { font-size: 15px; font-weight: 700; }

@media(max-width:767px) {
    .show-pc { display: none; }
    .show-sp { display: block; }

    .l-h2{ line-height: 1.9;}
    .list-document {padding: 6px 0px 4px 15px;position:relative;}
    .list-document img{margin:0 5px 0 0; position:absolute; left:0; top:10px;}
    .bg-light {
        background: #f1f1f1 !important;
    }
        .necessary {
            padding-bottom: 10px;
        }
    .necessary .topic-necessary {
        padding-bottom: 10px;
     }
     .title-car-verification span,.title-vehicle-verification span,.title-verification-case span {
        top: 1.5rem;
    }
    .title-car-verification,.title-vehicle-verification,.title-verification-case{
        padding: 1rem 0;
        font-size: 18px;
        padding-left: 25px;
    }

    .title-car-verification span { left: 0; }
    .title-vehicle-verification { padding-left: 20px; }
    .title-vehicle-verification span { left: 0; }
    .title-verification-case { padding-left: 20px; }
    .title-verification-case span { left: 0; }

    .content-tab .tabs .tab-link { width: 100%; padding: 12px; margin: 12px 0; display: block; }
    .content-document { width: 100%; }

    /* content tab sp collaps */
    .content-collapse { width: 100%; }
    .content-tab .content-collapse .tab-link strong { display: block !important; }

    .border-left-gray { border-left: 0; }
    .border-right-dot { border-right: 0; }

    .shop { margin-left: 0; }
    .title-shop { padding: 1.5rem; }

    .ownership li { width: 100%; margin: 22px auto; }
    .ownership li::after { content: url(../images/arrow-black.png); position: absolute; right: 50%; top: auto; bottom: -33px; transform: rotate(90deg); }
}