/*
Theme Name: D-Plus Kaitori Lp
Theme URI: https://d-plus.com
Author: Hl
Author URI: https://corp.ctn-net.jp/
Version: 1.0
*/


html,
body {
    margin: 0;
    padding: 0;
}

.lp-wrapper {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    background-color: #efeeee;
    
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}
#navigation {
    position: fixed;
    width: 100%;
    max-width: 750px;
    z-index: 100;
}
#navigation .header_title {
    background: #ffde01;
    padding: 15px;
    position: relative;
    z-index: 10;
}
#navigation .header_title .logo-lp {
    display: block;
    width: 160px;
}
.form-content {
    width: 100%;
    background-color: #ffffff;
    padding: 30px 0;
    margin: 0 auto;
}
section.lp-main {
    padding: 30px;
}
span.heading-font-large {
    color: red;
    font-size: 70px;
    font-weight: 700;
    line-height: 60px;
    padding-bottom: 2px;
    text-shadow: 3px 2px 0px #E3E3E3, 3px 2px 0px #E3E3E3, 1px -3px 0px #E3E3E3, -3px -1px 0px #E3E3E3;
}
.main-heading {
	text-align: center;
}
.sub-heading {
    font-size: 20px;
    color: #ff0000;
    font-weight: 700;
    text-align: center;
    margin: -10px 0 0 0;
    padding-top: 8px;
}
form#carForm {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px 0;
}
.form-first-input {
    padding: 0 20px;
    display: flex;
    align-items: flex-start;
    margin: 4px 0;
    flex-direction: column;
    gap: 4px;
}
.form-first-input {
    padding: 0 20px;
}
.form-first-input input {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 4px 0 16px;
    width: 100%;
    height: 50px;
    padding: 0 12px;
    border-radius: 8px;
    border: 1px solid red;
    box-sizing: border-box;
}
.form-first-input label {
    width: 100%;
    font-size: 16px;
    font-weight: 700;
}
.required-label-red {
    font-size: 10px;
    background-color: #ff0000;
    color: #fff;
    padding: 1px 15px 2px;
    margin-left: 8px;
    border-radius: 100px;
    text-align: center;
    font-weight: 600;
}
.btn-custom-renewal {
    margin: 20px 0 0;
    text-align: center;
}
.form-top-btn-renewal button {
    appearance: none;
    border: 0;
    border-radius: 100px;
    box-shadow: #bbbbbb 0 2px 2px;
    color: #fff;
    cursor: pointer;
    height: 62px;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding: 12px 22px;
    text-align: center;
    text-decoration: none;
    transition: box-shadow .15s, transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow, transform;
    font-size: 24px;
    font-weight: 700;
    background-color: black;
    min-width: 160px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.btn-text-span-renewal {
    width: fit-content;
    background-color: white;
    border-radius: 100px;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 700;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form-top-btn-renewal {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

/* CSS styles for the popup */
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 3;
}
.popup-content {
    background-color: white;
    border-radius: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    
}
.tab {
    background-color: #333;
    overflow: hidden;
}

.tab li {
    float: left;
    cursor: pointer;
    padding: 10px;
    color: white;
    list-style-type: none;
}

.tab li:hover {
    background-color: #444;
}

.tab-content {
    display: none;
    background-color: white;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}

.tab-content.active {
    display: block;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}
.content-detail {
    height: 50vh;
    overflow-y: scroll;
}
.nihon-car-item h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0;
}
.world-car-item h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0;
}
ul.modal-block-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* -webkit-box-pack: justify; */
    -moz-box-pack: justify;
    -webkit-flex-pack: justify;
    -moz-flex-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}
ul.modal-block-list li a:hover {
    opacity: 0.8;
    background-color: #ff9e67;
}
.link-car-item h4 {
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 5px;
    margin: 28px 0 20px;
    border-bottom: 1px solid #DDD;
}

ul.modal-text-list li a {
    background: url(../dplus-kaitori/assets/img/icon_negobtn.png) no-repeat;
    background-position: 5px 15px;
    color: #313233;
    display: inline-block;
    width: 90%;
    position: relative;
    padding: 11px 0 8px 23px;
    font-weight: 600;
}
.vehicles-content ul li a {
    background: url(../dplus-kaitori/assets/img/icon_negobtn.png) no-repeat;
    background-position: 5px 13px;
    color: #313233;
    display: inline-block;
    width: 90%;
    position: relative;
    padding: 8px 0 8px 23px;
}
.vehicles-content ul li a:hover {
    background-color: #ff9e67;
}
.content-tab-year ul li{
    cursor: pointer;
    position: relative;
}
.content-tab-year ul li a{
    color: #313233;
    display: inline-block;
    width: 90%;
    position: relative;
    padding: 8px 0 8px 23px;
}
.content-tab-year ul li::before {
    content: '';
    position: absolute;
    left: 5px;
    top: 60%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url(../dplus-kaitori/assets/img/icon_negobtn.png) no-repeat;
}
.content-tab-year ul li a:hover {
    background-color: #ff9e67;
}
.content-tab-version ul li a{
    color: #313233;
    display: inline-block;
    width: 90%;
    position: relative;
    padding: 8px 0 8px 23px;
}
.content-tab-version ul li {
    position: relative;
}
.content-tab-version ul li::before {
    content: '';
    position: absolute;
    left: 5px;
    top: 60%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url(../dplus-kaitori/assets/img/icon_negobtn.png) no-repeat;
}
.content-tab-version ul li a:hover {
    background-color: #ff9e67;
}
ul.modal-text-list {
    padding: 0;
}
ul.modal-text-list li a:hover {
    background: url(../dplus-kaitori/assets/img/icon_negobtn.png) no-repeat, #ff9e67;
    background-position: 5px 13px;
    cursor: pointer;
}
button.popup-close {
    background: url(../dplus-kaitori/assets/img/modal_close.png);
    background-repeat:no-repeat;
    display: block;
    width: 26px;
    height: 26px;
    font-weight: normal;
    line-height: 1;
    color: #FFF;
    text-shadow: none;
    filter: none;
    opacity: 1;
    position: absolute;
    top: -33px;
    right: 1px;
    box-shadow: none;
    border: none;
}
.header-text {
    background-color: #0a5a96;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}
.header-text h3 {
    margin: 0;
    color: #fff;
    padding: 20px 20px;
}
.content-tab h3 {
    background-color: #0a5a96;
    margin: 0;
    color: #fff;
    padding: 20px;
    border-top-left-radius: 26px;
    border-top-right-radius: 26px;
}
span.required-label {
    font-size: 12px;
    background-color: #ea5413;
    color: #fff;
    padding: 0px 10px 2px;
    margin-left: 8px;
    border-radius: 3px;
}
.green {
    display: none;
}
ul.carmodelAnchorList {
    padding: 0px;
    margin: 0;
}
ul.carmodelAnchorList li span a:hover{
    color: #F30;
    border-bottom: 3px solid #F30;
}
.footer-popup{
    padding: 14px 20px;
    border-top: 1px solid #DDD;
    text-align: left;
}
.menu-text {
    padding: 0px;
    border-bottom: 1px solid #DDD;
}

.sp-b dl{
    border: none;
}
.vehicles-content h4 {
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 10px;
    margin: 28px 0 20px;
    border-bottom: 1px solid #DDD;
}
/*div#yearPopup {
    height: 55vh;
}
div#versionPopup {
    height: 55vh;
}*/
.content-tab-version h3 {
    background-color: #0a5a96;
    margin: 0;
    color: #fff;
    padding: 20px;
}
.content-tab-version ul li{
    list-style-type: none;
    font-size: 14px;
    margin: 0px 0px 4px;
    width: 100%!important;
    display: block;
    cursor: pointer;
}
.vehicles-content {
    height: 50vh;
    overflow-y: scroll;
    margin: 0;
    padding: 30px 20px 20px;
}
.content-tab-year ul {
    height: 46vh;
    overflow-y: scroll;
    margin: 0;
    padding: 30px 20px 20px 40px;
}
.thannk {
    min-height: 88vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.thanks-content {
    text-align: center;
    max-width: 750px;
    width: 100%;
    padding: 40px 20px;
}

.thanks-content h2 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 1.5;
}

.thanks-content p {
    margin-bottom: 30px;
    line-height: 1.8;
}

.thanks-content a {
    display: inline-block;
    padding: 12px 30px;
    background: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
}
input#Modalon {
    background: #fd2d2d !important;
    border: 2px solid #fff;
    padding: 10px;
    font-size: 20px;
    text-align: center !important;
    box-shadow: 0px 5px 3px 0px #999;
    transition: 0.3s;
    color: #fff;
    width: 39%;
    font-weight: bold;
    border-radius: 50px;
    margin-top: 30px;
}


.popup-top-page {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 2;
    right: 0;
    bottom: 0;
}
.popup-top-content-page {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* background-color: #ededed; */
    border-radius: 5px;
    text-align: center;
    /* border: 1px solid #dcdcdc; */
}
button.popup-close-getsu {
    background: url(../dplus-kaitori/assets/img/modal_close.png);
    background-repeat: no-repeat;
    display: block;
    width: 26px;
    height: 26px;
    font-weight: normal;
    line-height: 1;
    color: #FFF;
    text-shadow: none;
    filter: none;
    opacity: 1;
    position: absolute;
    top: -33px;
    right: 1px;
    box-shadow: none;
    border: none;
}

@media(max-width: 768px){
    .tab-content.active {
        border-radius: 30px;
    }
    div#colorPopup {
        height: 86vh;
    }
    div#kilometPopup {
        height: 86vh;
    }
    div#statusPopup {
        height: 86vh;
    }
    div#monthPopup {
        height: 86vh;
    }
    .footer-popup {
    border-top:none;
    }
    .content-tab-version ul{
        height: 46vh;
        overflow-y: scroll;
        margin: 0;
        padding: 30px 12px 20px 12px;
    }
    .vehicles-content {
        height: 70vh;
        overflow-y: scroll;
        margin: 0;
        padding: 30px 12px 20px 12px;
    }
    /*.bound-container-form{
       margin: -40px 0 0px 0; 
    }*/
    .popup-content{
        top: 0;
        z-index: 99999999;
        width: calc(100% - 30px);
        height: calc(100% - 40px);
        left: 0;
        right: 0;
        margin: 15px;
        transform: none;
        
    }
    body {
	    position: relative;
	    width: 100%;
	}
    .header-text h3{
        font-size: 16px;
    }
    .content-tab-version h3,.content-tab h3{
        font-size: 16px;
    }
    ul.carmodelAnchorList li {
        font-size: 14px;
        display: inline-block;
        vertical-align: top;
        width: calc(90% / 6);
        text-align: center;
    }
    ul.carmodelAnchorList li span {
        width: 105%;
        height: 100%;
        display: inline-block;
        color: #C0C0C0;
        font-weight: bold;
        position: relative;
        box-sizing: border-box;
        padding: 2px 0;
        background: #EEE;
        border-top: 1px solid #DDD;
        border-right: 1px solid #DDD;
    }
    ul.carmodelAnchorList li span a {
        width: 100%;
        display: inline-block;
        color: #333;
        box-sizing: border-box;
        text-decoration: none !important;
        font-size: 12px;
    }
    ul.modal-block-list {
        font-size: 0;
        margin: 0 0 24px 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: left;
    }
    ul.modal-block-list li {
        vertical-align: top;
        box-sizing: border-box;
        font-size: 11px;
        line-height: 14px;
        flex: 0 0 33%;
        padding: 5px;
        margin: 0 0 10px 0;
        border-bottom: 1px dotted #EEE;
        text-align: center;
        list-style-type: none;
    }
    ul.modal-block-list li a{
        width: 100%;
        display: inline-block;
        vertical-align: top;
        text-decoration: underline;
        color: #313233;

    }
    ul.modal-block-list li a img {
        height: 30px;
    }
    .logo-car-item h3 {
        padding-left: 12px;
    }
    .link-item-one {
        padding: 10px 15px 10px 15px;
    }
    .link-item-two {
        padding: 10px 15px 10px 15px;
    }
    .link-item-three {
        padding: 10px 15px 10px 15px;
    }
    .link-item-four {
        padding: 10px 15px 10px 15px;
    }
    .link-item-five {
        padding: 10px 15px 10px 15px;
    }
    .link-item-six {
        padding: 10px 15px 10px 15px;
    }
    .link-item-seven {
        padding: 10px 15px 10px 15px;
    }
    .link-item-eight {
        padding: 10px 15px 10px 15px;
    }
    .link-item-nine {
        padding: 10px 15px 10px 15px;
    }
    ul.modal-text-list li{
        font-size: 16px;
        padding: 2px 0 2px 0;
        margin: 0 0 10px 0;
        border-bottom: 1px dotted #EEE;
        list-style-type: none;
    }
    ul.modal-text-list li a {
        font-size: 12px;
        padding: 8px 0 8px 23px!important;
    }
    .link-car-item h4{
        margin-top: 0px!important;
    }
    .content-tab ul li {
        font-size: 14px;
        padding: 0px;
/*         margin: 0 0 10px 0; */
        border-bottom: 1px dotted #EEE;
        cursor: pointer;
        list-style-type: none;
    }
    .vehicles-content ul {
        margin: 0;
        padding: 0;
    }
    .vehicles-content h4{
        margin-top: 0px!important;
    }
    .vehicles-content ul li a{
        font-size: 14px;
    }
    .content-tab-year ul li a{
        font-size: 14px;
    }
    button.popup-close{
        width: 26px!important;
        height: 26px!important;
        right: 9px!important;
    }
    /*dl.field-none {
        display: none;
    }*/
    ul.carmodelAnchorList li span a:hover{
        border: none;
    }
    .tab .content{
        height:76vh;
    }
    .popup-top-content{
        width: 92%;
        padding: 60px 6px;
    }
    .popup-top-content h4{
        margin-bottom: 40px;
        font-size: 18px;
    }
    .content-btn-choose li{
        width: 30%;
        padding: 6px 10px;
    }
    .content-btn-choose li span{
        font-size: 14px;
    }
    ul.car-color-list{
        padding: 12px;
    }
    ul.car-kilomet-item-list {
        overflow: scroll;
        height: 70vh;
    }
    div#status-content {
        padding: 30px 10px;
    }
    .status-check {
        padding: 0px;
        text-align: center;
    }
    .status-check ul {
        display: flex;
        padding: 0;
    }


    ul.car-kilomet-item-list{
        grid-template-columns: repeat(3, 1fr);
    }
    .auto-check ul {
        display: block;
        padding: 0;
        text-align: center;
    }
    .history-check ul {
        display: block;
        padding: 0;
        text-align: center;
    }
    .car-status-content{
        height: 57vh;
        overflow: scroll;
    }
    .history-check {
        padding: 10px 0;
    }
    .auto-check {
        padding: 10px 0;
    }
    ul.car-kilomet-item-list li{
        padding: 7px 0;
    }
    .content-check-detail ul {
        padding: 0;
    }
    .title-check {
        margin-bottom: 12px;
        text-align: left;
    }
    label.custom-checkbox {
        margin: 0 3px 10px;
        width: 47%;
    }
    .custom-checkbox .checkmark{
        width: 100%!important;
    }
    .content-tab-year{
        height: 86vh;
    }
    .content-tab-year ul{
        height: 70vh;
    }
    .content-tab-version {
        height: 86vh;
    }
    .content-tab-version ul{
        height: 70vh;
    }
    ul.car-color-list {
        margin-bottom: 0px;
        padding-block: 15px;
    }
    ul.car-color-list li{
        padding: 13px 0;
    }
    span#numberkl-item{
        width: 100%!important;
    }
    .content-check-detail {
        padding: 10px;
    }
    dt.sp-tt-cu {
        flex: 0 0 3rem;
    }
    span.title-ft {
        font-size: 18px;
    }
    .sp-ip-cu input{
        width: 100%;
    }
    ul.car-kilomet-item-list li {
        width: 48%!important; /* 32%から変更20240902 */
        display: inline-flex;
        padding: 12px 0;
    }
    ul.car-kilomet-item-list {
        padding: 40px 30px 0;
    }
    div#month-content {
        padding: 30px 10px;
    }
    button.popup-close.pc-ct {
        display: none;
    }
    .content-detail {
        height: 75vh !important;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        overflow: auto;
        padding: 0 10px 38px 10px;
        position: relative;
        width: 100%;
        z-index: 1;
    }
    .vehicles-content {
        height: 70vh;
        overflow-y: scroll;
        margin: 0;
        padding: 30px 12px 20px 12px;
    }
    .content-tab-year ul {
        height: 68dvh;
        padding-bottom: 20px;
    }
    .thanks-content h2 {
	    font-size: 18px;
	}
	.thanks-content p {
	    font-size: 14px;
	}
	input#Modalon {
		width: 100%;
	}
	.fixed-status {
		top: 0;
	}
    .popup-top-content-page {
        width: 100%;
        padding: 26px 10px;
        box-sizing: border-box;
    }
    .header-text-pop-nen {
        background-color: #0a5a96;
        border-top-right-radius: 30px;
        border-top-left-radius: 30px;
    }
    .header-text-pop-nen h3 {
        text-align: left;
        font-size: 16px;
        font-weight: 600;
        margin: 0;
        color: #fff;
        padding: 20px 20px;
    }
    .popup-top-content-page .content-btn-choose {
        padding: 40px 0px;
        background-color: #fff;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .popup-top-page .content-btn-choose li {
        padding: 10px;
    }
    .content-btn-choose li {
        width: 22%;
    }
    .popup img {
        width: auto;
        display: inline;
    }

}
@media(min-width: 768px){
    .popup-content{
        width: 720px;
    }
    .header-text h3{
        font-size: 18px;
        font-weight: 600;
    }
    .content-tab-version h3{
        font-size: 18px;
        font-weight: 600;
    }
    .content-tab-year h3{
        font-size: 18px;
        font-weight: 600;
    }
    ul.carmodelAnchorList li {
        font-size: 16px!important;
        display: inline-block!important;
        vertical-align: top!important;
        width: calc(95% / 11)!important;
        text-align: center!important;
    }
    ul.carmodelAnchorList li span {
        width: 100%;
        display: inline-block;
        color: #C0C0C0;
        font-weight: bold;
        position: relative;
        box-sizing: border-box;
    }
    ul.carmodelAnchorList li span a {
        width: 100%;
        display: inline-block;
        color: #333;
        border-bottom: 3px solid #FFF;
        text-decoration: none !important;
        font-size: 13px;
    }
    ul.carmodelAnchorList li span:after {
        content: '';
        position: absolute;
        right: 0;
        display: inline-block;
        width: 1px;
        height: 100%;
        background-color: #CCC;
    }
    .nihon-car-item {
        width: 49%;
        padding: 0 20px;
        float: left;
        border-right: 1px solid #DDD;
    }
    .world-car-item {
        width: 49%;
        padding: 0 16px;
        float: left;
    }
    .logo-car-item {
        display: inline-flex;
        justify-content: center;
        width: 100%;
        border-bottom: 1px solid #e5e5e5;
    }
    ul.modal-block-list li {
        vertical-align: top;
        flex: 1 1 33%;
        text-align: center;
        margin: 0px 0px 10px;
        list-style-type: none;
    }
    ul.modal-block-list li a {
        width: 100%;
        display: inline-block;
        padding: 7px 8px;
        vertical-align: top;
        font-size: 14px;
        color: #313233;
        line-height: 18px;
        text-align: center;
        font-size: 12px;
    }
    .link-item-one {
        padding: 10px 40px 10px 40px;
    }
    .link-item-two {
        padding: 10px 40px 10px 40px;
    }
    .link-item-three {
        padding: 10px 40px 10px 40px;
    }
    .link-item-four {
        padding: 10px 40px 10px 40px;
    }
    .link-item-five {
        padding: 10px 40px 10px 40px;
    }
    .link-item-six {
        padding: 10px 40px 10px 40px;
    }
    .link-item-seven {
        padding: 10px 40px 10px 40px;
    }
    .link-item-eight {
        padding: 10px 40px 10px 40px;
    }
    .link-item-nine {
        padding: 10px 40px 10px 40px;
    }
    ul.modal-text-list li {
        list-style-type: none;
        display: inline-block;
        width: 25%;
        vertical-align: top;
        font-size: 12px;
        margin: 0px 0px 4px;
    }
    .content-tab ul li {
        list-style-type: none;
        display: inline-block;
        width: 25%;
        vertical-align: top;
        font-size: 12px;
        margin: 0px 0px 4px;
        cursor: pointer;
    }
    .popup-top-content{
        width: 800px;
        padding: 80px 70px;
    }
    .popup-top-content h4{
        font-size: 26px;
        margin-bottom: 35px;    
    }
    .content-btn-choose {
        padding-bottom: 30px;
    }
    .content-btn-choose-flex{
        display: flex;
        justify-content: space-between;
    }
    .content-btn-choose li{
        width: 200px;
        padding: 20px 24px;
    }
    .content-btn-choose li span{
        font-size: 13.3333px;
    }
    div#status-content {
        padding: 40px 10px;
    }
    .status-check {
        padding: 30px;
    }

    ul.car-kilomet-item-list{
        grid-template-columns: repeat(5, 1fr);
    }
    .content-check-detail li .title-check {
        width: 20%;
    }
    .content-check-detail li {
        width: 100%;
        display: inline-flex;
        align-items: center;
        margin: 10px 0;
    }
    .box-content {
        width: 80%;
    }
    p#message-one{
        margin-left: 113px;
    }
    p#message-two{
        margin-left: 113px;
    }
    ul.car-kilomet-item-list li{
        padding: 12px 4px;
    }
    ul.car-kilomet-item-list {
        display: grid;
        grid-gap: 12px;
        justify-items: center;
        padding-block: 24px;
        width: 100%;
        padding: 40px 30px;
    }
    div#month-content {
        padding: 40px 60px;
    }
    .car-month-content .custom-checkbox .checkmark {
        width: 140px;
    }
    button.popup-close-inari.sp-ct {
        display: none;
    }
    .header-text-pop-nen {
        background-color: #0a5a96;
        border-top-right-radius: 30px;
        border-top-left-radius: 30px;
    }
    .header-text-pop-nen h3 {
        text-align: left;
        font-size: 16px;
        font-weight: 600;
        margin: 0;
        color: #fff;
        padding: 20px 20px;
    }
    .popup-top-content-page .content-btn-choose {
        padding: 104px 80px 0px;
        background-color: #fff;
        height: 180px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .popup-top-content-page {
        width: 720px;
    }

}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.valid-label {
    display: none;
}


/* CSS để tùy chỉnh popup và lớp mỏng */

.popup-top{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 2;
    right: 0;
    bottom: 0;
}

.popup-top-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    text-align: center;
}
.popup-top-content h4 {
    font-weight: 800;
    color: #000;
    border-bottom: 1px solid #ff5c00;
    padding-bottom: 6px;
}

.content-btn-choose li:hover {
    background-color: #ff5c00;
    color: #fff;
    border: #fff;
}
.content-btn-choose li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 2px;
    background-color: #CCC;
    border-radius: 3px;
    /*border: 1px solid #000;*/
    color: #414141;
    cursor: pointer;
    transition: 0.3s;
}

.content-btn-choose li span {
    font-weight: 600;
}

/* end */


ul.car-color-list li span::before {
    display: block;
    content: "";
    width: 50px;
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 50%;
    font-size: 14px;
    margin: 0 auto;
}
ul.car-color-list {
    display: grid;
    grid-gap: 12px;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(3, 1fr);
    justify-items: center;
    padding-block: 24px;
    width: 100%;
    padding: 0;
}
ul.car-color-list li {
    text-align: center;
    font-size: 13px;
    padding: 16px 0;
    cursor: pointer;
    list-style-type: none;
}
ul.car-color-list li span:hover {
    text-decoration: underline;
}
ul.car-color-list li span {
    line-height: 26px;
}
.titl-text-plus p {
    margin: 0;
    font-size: 14px;
    color: #898989;
}
.titl-text-plus {
    padding: 10px 20px;
    border-bottom: 1px solid #dcdcdc;
}
ul.car-color-list li span#color_white::before {
    background-color: #fff;
}
ul.car-color-list li span#color_back::before {
    background-color: #000;
}
ul.car-color-list li span#color_silver::before {
    background: linear-gradient(135deg, #FFF 0, #D1D1D1 100%);
}
ul.car-color-list li span#color_red::before {
    background-color: #F00;
}
ul.car-color-list li span#color_orange::before {
    background-color: #FFA500;
}
ul.car-color-list li span#color_green::before {
    background-color: #2CB711;
}
ul.car-color-list li span#color_blue::before {
    background-color: #0674E8;
}
ul.car-color-list li span#color_brown::before {
    background-color: #673407;
}
ul.car-color-list li span#color_yellow::before {
    background-color: #fbc325;
}
ul.car-color-list li span#color_pink::before {
    background-color: #FF85AB;
}
ul.car-color-list li span#color_pearl::before {
    background: linear-gradient(135deg, #FDFDFD 0, #E5E2CD 100%);
}
ul.car-color-list li span#color_purple::before {
    background-color: #9A1CD9;
}
ul.car-color-list li span#color_gold::before {
    background: linear-gradient(135deg, #FFFFC1 0, #C9A849 100%);
}
ul.car-color-list li span#color_gray::before {
    background-color: #bbb;
}
ul.car-color-list li span#color_unknown::before {
    content: "?";
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
}
ul.car-kilomet-item-list li {
    text-align: left;
    cursor: pointer;
    margin: 5px 0;
    width: 100%;
    transition: 0.3s;
    list-style-type: none;
}

span#numberkl-item {
    font-size: 14px;
    width: 100px;
    display: block;
    display: block;
    border-left: 2px solid #919191;
    padding-left: 7px;
    font-weight: 500;
    color: #555555;
}

/* Ẩn mặc định checkbox */
.custom-checkbox input {
  display: none;
}

/* Tạo một hình tròn cho checkbox tùy chỉnh */
.custom-checkbox .checkmark {
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    padding: 14px 0px;
    transition: 0.3s;
    background-color: #c6c5c5;
    width: 120px;
    text-align: center;
    display: block;
    color: #fff;
}
.custom-checkbox .checkmark.long{
    width: 348px;
}

/* Khi checkbox được kiểm tra, thay đổi màu của hình tròn */
.custom-checkbox input:checked + .checkmark {
    background-color: #fa6b19;
    color: #fff;
    border: 1px solid #fa6b19;
}

/* Tạo một phong cách cho văn bản bên cạnh checkbox */
.custom-checkbox {
  position: relative;
  cursor: pointer;
  margin: 0 6px;
  display: inline-block;
}
.content-check-detail ul {
    padding: 0;
}

/* Khi bạn di chuột qua checkbox, thay đổi màu nền */


p#message-one {
    color: red;
    font-size: 14px;
    padding-top: 5px;
}
.mes-validate p {
    color: red;
    font-size: 14px;
    padding-top: 5px;
}
ul.car-kilomet-item-list li:hover {
    background-color: #ff9e67;
}
ul.car-kilomet-item-list li:hover span#numberkl-item{
    color: #fff;
    border-left: 2px solid #fff;
}
.title-check span {
    font-weight: 500;
}

div#yearPopup p {
    padding: 10px 20px;
    border-bottom: 1px solid #dcdcdc;
    margin: 0;
    font-size: 14px;
    color: #898989;
}
div#versionPopup p {
    padding: 10px 20px;
    border-bottom: 1px solid #dcdcdc;
    margin: 0;
    font-size: 14px;
    color: #898989;
}
li.hide-line-status {
    display: none;
}
@media (max-width: 468px) {
    .car-month-content label.custom-checkbox {
        width: 100%;
    }
}
.custom-checkbox input:checked + .checkmark {
    background: #fa6b19;
    color: #fff;
    border: 1px solid #fa6b19;
}
li.month-option.highlight {
    background: #fa6b19;
    color: #fff;
    border: 1px solid #fa6b19;
}
.car-color-list .highlight {
    background: #ff9e67;
    background-position: 5px 13px;
    cursor: pointer;
}

/*.content-tab-version {
    height: 55vh;
}*/
.content-tab-version ul {
    height: 46vh;
    overflow-y: scroll;
    margin: 0;
    padding: 30px 20px 20px 40px;
}
@keyframes blinknew {
	0% {
			box-shadow: 0 0 0 1px #f12, 0 0 0 8px rgba(255, 255, 255, 0), 0 0 0 10px rgba(100, 37, 16, 0);
	}
	100% {
			box-shadow: 0 0 0 1px #f12, 0 0 0 1px #fff, 0 0 0 2px #ff5e28;
	}
}

.blink-new-new {
	animation: blinknew 1s infinite;
}


.line-form-item input {
    height: 42px;
    width: 100%;
    border: 1px solid #cacaca;
    border-radius: 5px;
    padding: 0 15px;
    color: #737373;
    margin-top: 6px;
    box-sizing: border-box;
}
.line-form-item {
    padding: 15px 5px;
}
form#form-check-pc {
    padding: 10px 20px;
}
.line-form-item p {
    margin: 0;
}
.sms-module-new {
	text-align: center;
    margin-bottom: 40px;
}
.label-title-form-custom label {
    font-weight: 800;
    padding-bottom: 8px;
}
span.carOk {
    background-color: #009688;
    color: #fff;
    font-size: 10px;
    padding: 2px 12px;
    border-radius: 20px;
    margin-left: 8px;
}
span.carNotOk {
    font-size: 10px;
    background-color: #ed0000;
    color: #fff;
    padding: 1px 12px 2px;
    border-radius: 20px;
    margin-left: 8px;
}
span.require-text {
    font-size: 13px;
    color: #fa0101;
    font-weight: 800;
    margin-left: 8px;
}
h3.form-title-onazi-top {
    margin: 15px 0;
    border-left: 5px solid #ff5002;
    padding: 0px 0px 0 10px;
    font-size: 20px;
    font-weight: 700;
}
.ui-helper-hidden-accessible{
	display: none;
}
ul.ui-autocomplete{
	padding-left: 0;
}


ul.modal-block-list li a img {
    display: inherit;
}
button.popup-close-inari {
    background: url(../dplus-kaitori/assets/img/modal_close_sp.png);
    background-repeat: no-repeat;
    display: block;
    width: 20px;
    height: 20px;
    font-weight: normal;
    line-height: 1;
    color: #FFF;
    text-shadow: none;
    filter: none;
    opacity: 1;
    position: absolute;
    top: 19px;
    right: 15px;
    box-shadow: none;
    border: none;
}
input:focus-visible {
    outline: none;
}

.content-check-detail ul li {
    list-style-type: none;
}
.form-step-content {
    margin-top: 130px;
}

.hidden-header-custom {
    display: none;
}
.fix_btn_hidden {
    display: none;
}
#popup-top-btn {
    display: none;
    position: absolute;
    bottom: 57px;
    right: 26px;
    z-index: 999;
    font-size: 12px;
    background-color: #0a5a96;
    color: #fff;
    padding: 10px;
    border-radius: 3px;
    border: 0;
    cursor: pointer;
}

#popup-top-btn.is-visible {
    display: block;
}
#popupPrevBtn {
    display: none;
}
div#registerButtons {
    display: flex;
    justify-content: flex-end;
}
button#popupPrevBtn {
    font-size: 12px;
    background-color: #0a5a96;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
}

@media screen and (min-width: 768px) {
    #popup-top-btn,
    button#popupPrevBtn {
        width: 64px;
        box-sizing: border-box;
        border: 0;
    }

    #popup-top-btn {
        right: 20px;
    }
}
/* ========================================= */
/* ======右下の戻るボタンレスポンシブ対応====== */
/* ========================================= */

@media screen and (max-width: 767px) {
  .popup-content {
    display: flex;
    flex-direction: column;
    height: calc(100dvh - 30px);
    max-height: calc(100dvh - 30px);
    overflow: hidden;
  }

  #content-fix-custom {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
  }

  .footer-popup {
    flex-shrink: 0;
    z-index: 100;
    padding-bottom: calc(10px + env(safe-area-inset-bottom));
    background: #fff;
  }

  #popupPrevBtn {
    display: block;
    width: 100%;
    min-height: 48px;
  }

  #popup-top-btn {
    position: absolute;
    right: 16px;
    bottom: 85px;
    z-index: 200;
  }
}

.fixed-status {
        position: fixed;
    top: 91px;
    width: 39%;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #e3e3e3;
    padding: 16px;
    max-width: 750px;
}
.wpcf7-spinner {
    display: none!important;
}