@charset "utf-8";

.maintenance section.banner {
    margin: 0 auto 40px;
}

.maintenance section.banner .container {
    margin: 0 auto;
    width: 1200px;
}

.maintenance section.banner .container>.content {
    max-width: none;
    background: no-repeat 50% / cover;
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, .8)), url(/images/maintenance-banner.png);
    padding: 41px 0 80px;
    text-align: center;
    font-weight: bolder;
    box-sizing: border-box;
    font-size: 16px;
}

.maintenance section.banner .container>.content>.subject {
    font-size: 24px;
    line-height: 40px;
    font-family: "NotoSansCJKjp-Black";
    margin-bottom: 33px;
}

.maintenance section.banner .container>.content>.subject span {
    color: #ec1234;
}

.maintenance section.banner .container>.content>.content {
    line-height: 32px;
}

/**/
.maintenance section.description {
    margin-bottom: 64px;
}

.maintenance section.description .container>.content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 800px;
}

.maintenance section.description .container>.content .photo {
    flex: 1;
    max-width: 400px;
    margin-right: 16px;
}

.maintenance section.description .container>.content .description {
    flex: 1;
    font-size: 14px;
    line-height: 1.71;
}

/*納車整備*/
section>.container {
    width: 1200px;
    margin: 0 auto;
}

.maintenance .container>.content {
    margin: 0 auto 40px;
    max-width: 800px;
}

.maintenance section .headline01 {
    margin-bottom: 24px;
    padding-bottom: 15px;
    font-size: 2.4rem;
    font-weight: 900;
    text-align: center;
    line-height: 1.63;
    border-bottom: 2px solid #ec1234;
}

.maintenance section.delivery-maintenance .container .content .card {
    margin-bottom: 24px;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.16);
}

.maintenance section .card .card-title {
    background-color: #f4f5f6;
    padding: 16px;
    display: flex;
    align-items: center;
    font-size: 22px;
    font-weight: 700;
    position: relative;
}

.maintenance section .card .card-title:before {
    content: "";
    display: block;
    margin-right: 7px;
    width: 3px;
    align-self: stretch;
    background-color: #ec1234;
}

.maintenance section .card .card-content {
    padding: 24px 16px;
    line-height: 2;
    color: var(--black);
    font-size: 16px;
}

.fs-12 {
    font-size: 12px;
}

/*free-trial content*/
.free-trial.content {
    margin: 0 auto 80px;
}

.free-trial .commentBox {
    text-align: center;
    margin-bottom: 24px;
}

.free-trial .comBorBox {
    padding-top: 16px;
}
.free-trial .comBorBox .inner {
    display: inline-block;
    margin-left: 15px;
    width: 436px;
}
.free-trial .comBorBox .inner .header {
    font-size: 18px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: normal;
    text-align: center;
    margin-bottom: 1px;
}
.free-trial .comBorBox .inner .inner-left {
    float: left;
}

.free-trial .comBorBox .inner .inner-left span {
    width: 61px;
    height: 61px;
    display: inline-block;
    line-height: 61px;
    text-align: center;
    border-radius: 50%;
    border: solid 1px #ec1234;
    font-size: 11px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
}

.free-trial .comBorBox .inner .inner-right {
    width: 232px;
    float: left;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    margin-left: 8px;
}

.free-trial .comBorBox .inner .inner-btn {
    background-color: #ec1234;
    width: 239px;
    height: 39px;
    display: inline-block;
    padding: 9px 36px 8px;
    text-align: center;
    margin-top: 20px;
    margin-left: 59px;
}

.free-trial .comBorBox .inner .inner-btn a {
    font-family: NotoSansCJKjp;
    font-size: 16px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 39px;
    letter-spacing: 1.6px;
    color: #fff;
}


.free-trial .flowUl.comTextUl {
    justify-content: center;
    margin: 16px auto;
}

.free-trial .flowUl li {
    position: relative;
}

.free-trial .flowUl li::after {
    margin-top: -3px;
    width: 24px;
    height: 5px;
    position: absolute;
    top: 50%;
    right: -22px;
    background-color: #ec1234;
    content: "";
}

.free-trial .flowUl li:last-child::after {
    content: none;
}

.free-trial .comTextUl.flowUl span {
    position: relative;
    z-index: 1;
    font-weight: bold;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.29;
    width: 80px;
    height: 80px;
}

.free-trial .flowUl .small span {
    font-size: 1.2rem;
    line-height: 1.71;
}









/*納車整備の流れ*/
.maintenance section.delivery-maintenance .container .content .maintenance-flow {
    background-color: #f4f5f6;
    padding: 40px 48px;
}

.maintenance section.delivery-maintenance .container .content .maintenance-flow>.header {
    font-size: 20px;
    color: #ec1234;
    font-weight: bolder;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.maintenance section.delivery-maintenance .container .content .maintenance-flow>.header .icon {
    font-size: 31px;
    margin-right: 8px;
}

.maintenance section.delivery-maintenance .container .content .maintenance-flow .step {
    display: flex;
    grid-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
}

.maintenance section.delivery-maintenance .container .content .maintenance-flow .step .name {
    width: 202px;
    height: 87px;
    color: #fff;
    font-weight: 700;
    font-size: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #7b8d9a;
    flex-direction: column;
}

.maintenance section.delivery-maintenance .container .content .maintenance-flow .step .description {
    flex: 1;
    font-size: 14px;
    display: flex;
    align-items: center;
    font-family: "NotoSansCJKjp";
}

.maintenance section.delivery-maintenance .container .content .maintenance-flow .line {
    height: 40px;
    margin: 0 101px;
    border-left: 2px solid #7b8d9a;
}

.maintenance section.delivery-maintenance .container .content .maintenance-flow .check-replacement {
    flex-direction: column;
    width: auto;
    padding: 24px 33px;
    background-color: #fff;
    margin: 40px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;    
}

.maintenance section.delivery-maintenance .container .content .maintenance-flow .check-replacement>.header {
    font-size: 18px;
    font-weight: 700;
    color: #ec1234;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}    

.maintenance section.delivery-maintenance .container .content .maintenance-flow .check-replacement .content {
    display: flex;
    justify-content: space-between;
    grid-column-gap: 38px;
    -moz-column-gap: 38px;
    column-gap: 38px;
}

.maintenance section.delivery-maintenance .container .content .maintenance-flow .check-replacement .content ul {
    flex: 1;
    list-style: disc;
    padding-left: 24px;
    text-align: left;
    width: 300px;
}

.maintenance section.delivery-maintenance .container .content .maintenance-flow .check-replacement .content ul li {
    text-align: left;
    line-height: 2;
}

.maintenance section.delivery-maintenance .container .content .maintenance-flow .check-replacement .content ul li::marker {
    color: #ec1234;
    line-height: 2;
}

.comBtn02.fixBtn div{
    margin-bottom: 16px;
}

.stepBox.content .comImgBox.imgBox03{
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;    
}

.stepBox.content .comImgBox .textBox {
    position: relative;
}

.stepBox.content .comImgBox .image {
    margin-right: 16px;
    width: 343px;
}

.stepBox.content .comImgBox .textBox .comBtn {
    position: absolute;
    left: 0;
    bottom: 0;
}

@media (max-width: 768px){
    section.pageTitle {
        background: url(/img/wish/ds/inspection/sp_page_bg.jpg) no-repeat 50% / cover;
    }

    .maintenance section {
        margin: 0;
    }

    .maintenance section.banner {
        margin: 0 auto 40px;
    }
    .maintenance section.banner .container {
        padding: 0;
        width: 100%;
    }
    .maintenance section.banner .container>.content {
        padding: 0;
    }
    .maintenance section.banner .container>.content>.subject {
        margin-bottom: 0;
        background-color: #f1f3f5;
        font-size: 18px;
        line-height: 32px;
        padding-top: 24px;
        padding-bottom: 16px;
    }
    .pc {
        display: none !important;
    }
    .maintenance section.banner .container>.content>.content {
        padding: 16px 10px;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.43;
    }

    .maintenance section.description {
        margin-bottom: 40px;
        padding: 0 16px;
    }

    section>.container {
        width: 100%;
        padding: 0;
    }
    .maintenance section.description .container>.content {
        flex-direction: column;
        width: 100%;
        max-width: 100%;
    }

    .maintenance section.description .container .content .photo {
        width: 100%;
        max-width: 100%;
        margin: 0 auto 16px;
    }

    .maintenance section .headline01 {
        margin: 0 16px 4px;
    }

    .maintenance section .card .card-content {
        font-size: 14px;
        font-weight: 500;
        padding: 8px 16px 24px;
        line-height: 1.71;
    }

    .maintenance section .card .card-title {
        margin: 0;
        font-size: 16px;
        padding: 8px 151px 8px 16px;
        font-weight: 700;
    }

    .maintenance section.delivery-maintenance .container .content .card {
        margin: 16px 16px 40px;
    }

    .maintenance section.delivery-maintenance .container .content .maintenance-flow {
        padding: 33px 16px 40px;
    }

    .maintenance section.delivery-maintenance .container .content .maintenance-flow>.header {
        margin-bottom: 27px;
    }

    .maintenance section.delivery-maintenance .container .content .maintenance-flow .step {
        margin-bottom: -24px;
    }

    .maintenance section.delivery-maintenance .container .content .maintenance-flow .line {
        margin: 0 70px;
    }

    .maintenance section.delivery-maintenance .container .content .maintenance-flow .step .name {
        width: 140px;
        height: 60px;
        font-size: 14px;
    }

    .maintenance section.delivery-maintenance .container .content .maintenance-flow .check-replacement {
        padding: 24px 16px;
        margin-top: 48px;
    }

    .maintenance section.delivery-maintenance .container .content .maintenance-flow .check-replacement .content {
        width: 100%;
        font-size: 12px;
    }
    
    .maintenance section.delivery-maintenance .container .content .maintenance-flow .check-replacement .content ul {
        padding-left: 16px;
    }

    .free-trial .comBorBox {
        width: 90%;
        margin: 0 auto;
        padding: 20px 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .free-trial .comBorBox .inner .header {
        margin: 8px auto 4px;
    }

    .free-trial .flowUl.comTextUl {
        justify-content: center;
        margin: 8px auto 16px;
    }

    .free-trial .comBorBox .inner {
        display: inline-block;
        margin-left: 0;
        width: auto;
    }

    .free-trial .comTextUl.flowUl span {
        font-size: 1.2rem;
        width: 60px;
        height: 60px;
    }

    .free-trial .flowUl .small span {
        font-size: 1.0rem;
        line-height: 1.5;
    }

}
