.diagnose {
    position: relative;
    /*margin-bottom: 100px;*/
}
.diagnose-title {
    position: relative;
    z-index: 1;
    text-align: center;
    background: #FFE20D;
    color: #333;
    padding: .5em;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.diagnose-question__list {
    list-style-type: none;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}
.diagnose-question__title {
    font-size: 1.25rem;
    font-weight: bold;
    padding: .5em 0 3em;
    display: flex;
    text-align: center;
    color: #000;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
}
@media screen and (max-width: 767px){
    .diagnose-question__title {
        display: block;
        font-size: 1rem;
    }
}
.diagnose-question__title ._icon {
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    padding: 4px 8px;
    background: #994194a8;
    color: #FFF;
    margin-right: .5em;
    font-size: .75rem;
}
@media screen and (max-width: 767px){
    .diagnose-question__title ._icon {
        margin-bottom: 0.5rem;
        display: inline-block;
    }
}

.odometer {
    font-size: 4rem;
    font-weight: bold;
    color: #994194;
}
@media screen and (max-width: 767px){
    .odometer {
        font-size: 12vw;
    }
}

.diagnose-result__title {
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.diagnose-result {
    padding: 3rem;
    background-image: url(../images/result-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
@media screen and (max-width: 767px){
    .diagnose-result {
        padding: 5rem 1rem;
    }
}
.diagnose-question__btn {
    display: flex;
    justify-content: center;
}
.diagnose-question__btn img {
    width: 80%;
    height: auto;
    transition: .3s transform ease-out;
}
.diagnose-question__btn img:hover {
    transform: scale(1.25)
}

.diagnose-question {

    padding: 100px 5rem 5rem;
    background-image: url(../images/question-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    font-weight: bold;
}
@media screen and (max-width: 767px){
    .diagnose-question {
        padding: 5rem 1rem;
    }
}

.result_theme  {
    text-align: center;
    font-weight: bold;
}
.result_discription {
    font-weight: bold;
    text-align: center;
    color: #000;
}

.result-bottom {
    text-align: center;
    padding-top: 2rem;
}
a.result-bottom__btn {
    display: inline-block;
    background: #cc0000;
    color: #fff;
    text-decoration: none;
    padding: 0.5em 1.5em;
    border-radius: 2em;
    font-size: 1.125rem;
    transition: .3s transform ease-out;
    color: #FFF;
}
.result-bottom__btn:hover {
    transform: scale(1.1);
}

.fit {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.production-wrap {
    padding-top: 697px;
}
.diagnose-result {
    margin-bottom: -500px;
}


/*0812*/
.diagnose-question {
    height: 597px;
}
.diagnose-result {
    height: 597px;
}
#answer_07 {
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
        -webkit-justify-content: center;
                justify-content: center;
}

@media screen and (max-width: 767px){
    .diagnose-result {
        height: 597px;
        display: flex;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-justify-content: center;
                justify-content: center;
    }
    /*.top-lead.-first {
        padding-top: 450px;
    }*/
}

.diagnosis-bnr img {
    width: 100%;
    padding: 16px 8px;
}
