<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

#contentsMain {
    margin: 0 auto;
    padding: 32px 0 40px;
}

section {
    width: 960px;
    margin: 0 auto;
}

@media screen and (max-width:750px){
    #contentsMain {
        padding: 6.266vw 0 8.4vw;
    }
    section {
        width: 89.333vw;
    }
}

/* ------------------------------
        progress
   ------------------------------ */
.progress {
    width: 960px;
    margin: 0 auto 50px;
}
.progress .chartWrap {
    position: relative;
}
.progress .chartWrap .car {
    background: url(https://d18f657670wm8u.cloudfront.net/otona/compensate/advice/img/svg/img_car.svg?20210517) no-repeat;
    background-size: contain;
    width: 83px;
    height: 35px;
    position: absolute;
    top: 9px;
}
#step1 .progress .chartWrap .car {
    left: 13px;
}
#step2 .progress .chartWrap .car {
    left: 262px;
}
#step3 .progress .chartWrap .car {
    left: 502px;
}
.progress .chartWrap .chart {
    display: flex;
    margin: 0 21px 0 56px;
}
.progress .chartWrap .chart .dot {
    border: #f08200 2px solid;
    border-radius: 5px;
    width: 10px;
    height: 10px;
    margin: 23px 35px 13px;
}
.progress .chartWrap .chart .dot:first-of-type {
    margin-left: 0;
}
.progress .chartWrap .chart .dot:nth-of-type(10) {
    margin-right: 78px;
}
.progress .chartWrap .chart .goal {
    background: url(https://d18f657670wm8u.cloudfront.net/otona/compensate/advice/img/svg/img_goal.svg?20210517) no-repeat;
    background-size: contain;
    width: 75px;
    height: 46px;
}
.progress .stepWrap {
    margin: 12px 0 0;
    display: flex;
    justify-content: space-between;
}
.progress .stepWrap .step {
}
.progress .stepWrap .step .arrow {
    width: 223px;
    height: 46px;
    position: relative;
}
.progress .stepWrap .step .arrow svg path {
    fill: #fff;
    stroke: #f08200;
    stroke-width: 2;
}
.progress .stepWrap .step.current .arrow svg path {
    fill: #f08200;
}
.progress .stepWrap .step .arrow p {
    color: #f08200;
    font-size: 18px;
    line-height: 46px;
    letter-spacing: 0.02em;
    width: 223px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}
.progress .stepWrap .step.current .arrow p {
    color: #fff;
}
.progress .stepWrap .step .arrow p em {
    font-size: 30px;
    font-style: normal;
}
.progress .stepWrap .step &gt; p {
    color: #f08200;
    font-size: 16px;
    margin: 12px 0 0;
}

@media screen and (max-width:750px){
    .progress {
        width: 100%;
        margin: 0 auto 6.266vw;
    }
    .progress .chartWrap .car {
        width: 11.066vw;
        height: 4.666vw;
        top: 2.266vw;
    }
    #step1 .progress .chartWrap .car {
        left: 0;
    }
    #step2 .progress .chartWrap .car {
        left: 21.333vw;
    }
    #step3 .progress .chartWrap .car {
        left: 48.666vw;
    }
    .progress .chartWrap .chart {
        margin: 0 3.066vw 0 0.1vw;
    }
    .progress .chartWrap .chart .dot {
        border-radius: 1vw;
        width: 1.866vw;
        height: 1.866vw;
        margin: 4.133vw 2.6vw auto;
    }
    .progress .chartWrap .chart .dot:first-of-type {
        margin-left: 0;
    }
    .progress .chartWrap .chart .dot:nth-of-type(10) {
        margin-right: 6.933vw;
    }
    .progress .chartWrap .chart .goal {
        width: 14vw;
        height: 8.533vw;
    }
    .progress .stepWrap {
        margin: 1vw 0 0;
    }
    .progress .stepWrap .step .arrow {
        width: 20.8vw;
        height: 9.466vw;
    }
    .progress .stepWrap .step .arrow svg path {
        stroke-width: 4;
    }
    .progress .stepWrap .step .arrow p {
        font-size: 3.466vw;
        text-indent: -0.3em;
        line-height: 9.466vw;
        letter-spacing: 0.02em;
        width: 20.8vw;
    }
    .progress .stepWrap .step.current .arrow p {
    }
    .progress .stepWrap .step .arrow p em {
        font-size: 4.8vw;
    }
    .progress .stepWrap .step &gt; p {
        display: none;
    }
}


/* ------------------------------
        question
   ------------------------------ */
.qstWrap {
    margin: 0 0 96px;
}
#step3 .qstWrap {
    margin: 0 0 70px;
}
.qstWrap h2 {
    background: #fff;
    border: #f08200 2px solid;
    color: #f08200;
    font-size: 26px;
    font-weight: normal;
    line-height: 56px;
    width: 100%;
    height: 60px;
}
.qstWrap h2 span {
    background: #f08200;
    color: #fff;
    font-size: 18px;
    width: 205px;
    height: 100%;
    margin: 0 50px 0 0;
    padding: 0 0 0 70px;
    display: inline-block;
    position: relative;
}
.qstWrap h2 span::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 28px 0 28px 18px;
    border-color: transparent transparent transparent #f08400;
    position: absolute;
    top: 0;
    right: -18px;
}
.qstWrap h2 span em {
    font-style: normal;
    font-size: 32px;
}
.qstWrap .qst {
    border-bottom: #c9c9c9 1px solid;
    padding: 48px 0;
    display: flex;
}
.qstWrap .qst .index {
    font-size: 46px;
    width: 95px;
}
.qstWrap .qst .text {
    font-size: 139%;
    line-height: 2em;
    width: 370px;
    margin: 0 50px 0 0;
}
.qstWrap .qst .text em {
    font-weight: bold;
    font-style: normal;
}
.qstWrap .qst .ans {
    background: #fff;
    border: #f08200 2px solid;
    border-radius: 30px;
    color: #f08200;
    font-size: 18px;
    text-align: center;
    line-height: 58px;
    width: 214px;
    height: 60px;
    margin: 10px 0 0 0;
    opacity: 1;
    transition: opacity 0.3s linear;
    cursor: pointer;
}

@media screen and (min-width:751px){
    .qstWrap .qst .ans:hover {
        opacity: 0.5;
    }
}
.qstWrap .qst .no {
    margin: 10px 0 0 17px;
}
.qstWrap .qst .ans.selected {
    background: #f08200;
    color: #fff;
    opacity: 1;
    cursor: default;
}

@media screen and (max-width:750px){
    .qstWrap {
        margin: 0 0 16.4vw;
    }
    #step3 .qstWrap {
        margin: 0 0 13.866vw;
    }
    .qstWrap h2 {
        font-size: 5.333vw;
        line-height: 1.15em;
        height: 16vw;
        display: flex;
        align-items: center;
    }
    .qstWrap h2 span {
        font-size: 3.733vw;
        width: 21.866vw;
        margin: 0 7.6vw 0 0;
        padding: 0 0 0 4vw;
        display: flex;
        align-items: center;
    }
    .qstWrap h2 span::after {
        border-width: 7.5vw 0 7.5vw 5vw;
        right: -4.95vw;
    }
    .qstWrap h2 span em {
        font-size: 5.866vw;
    }
    .qstWrap .qst {
        padding: 6.666vw 0 7.3vw;
        flex-wrap: wrap;
    }
    .qstWrap .qst .index {
        font-size: 10.133vw;
        width: 20.266vw;
    }
    .qstWrap .qst .text {
        font-size: 4.8vw;
        line-height: 1.55em;
        width: 69.066vw;
        margin: 0 0 3.2vw;
    }
    .qstWrap .qst .ans {
        border-radius: 7vw;
        font-size: 3.733vw;
        line-height: 12.466vw;
        width: 43.333vw;
        height: 13.466vw;
        margin: 0;
    }
    .qstWrap .qst .yes {
        margin-right: 2.666vw;
    }
}


/* ------------------------------
        result
   ------------------------------ */
#result .btn {
    background: #fff;
    border-radius: 37px;
    width: 560px;
    height: 74px;
    margin: 0 auto;
    box-shadow:0px 2px 6px 2px rgba(0,0,0,0.15);
}
#result .btn p {
    background: #a0a0a0 url(https://d18f657670wm8u.cloudfront.net/otona/compensate/advice/img/svg/img_magnifier.svg?20210517) no-repeat 129px 9px;
    background-size: 61px 83px;
    border-radius: 37px;
    color: #fff;
    font-size: 28px;
    line-height: 74px;
    letter-spacing: 0.1em;
    width: 100%;
    height: 100%;
    padding: 0 0 0 200px;
    display: block;
    position: relative;
}
#result .btn.active p {
    background-color: #f08200;
    opacity: 1;
    transition: opacity 0.3s linear;
    cursor: pointer;
}
#result .btn p::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    top: 31px;
    right: 24px;
}
#result .error {
    border: #f00 2px dotted;
    width: 100%;
    height: 78px;
    margin: 36px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#result .error p {
    color: #f00;
    font-size: 18px;
    margin: 0;
    position: relative;
}
#result .error p::before {
    content: "!";
    background: #f00;
    border-radius: 11px;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    width: 22px;
    height: 22px;
    margin: 0 10px 0 0;
    display: inline-block;
}
#result .back {
    margin: 68px 0 0;
}
#result .back a {
    display: inline-block;
    opacity: 1;
    transition: opacity 0.3s linear;
}

#result .back a p {
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    margin: 0;
    padding: 0 0 0 62px;
    display: inline-block;
    position: relative;
}
#result .back a p:before {
    content: "";
    background: url(https://d18f657670wm8u.cloudfront.net/otona/compensate/advice/img/svg/img_arrow.svg?20210517) no-repeat 8px 9px;
    background-size: 34px 30px;
    border: #f08200 1px solid;
    border-radius: 24px;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (min-width:751px){
    #result .btn.active p:hover,
    #result .back a:hover {
        opacity: 0.5;
    }
}

@media screen and (max-width:750px){
    #result .btn {
        border-radius: 7.6vw;
        width: 100%;
        height: 15.2vw;
        margin: 0 auto;
    }
    #result .btn p {
        background-position: 17.733vw 2.4vw;
        background-size: 11.466vw 15.333vw;
        border-radius: 7.6vw;
        font-size: 4.8vw;
        line-height: 15.2vw;
        letter-spacing: 0.1em;
        width: 100%;
        height: 100%;
        padding: 0 0 0 29.866vw;
    }
    #result .btn p::after {
        border-width: 6px 0 6px 10px;
        top: 6.4vw;
        right: 5.866vw;
    }
    #result .error {
        height: 30.4vw;
        position: relative;
        text-align: center;
    }
    #result .error p {
        font-size: 4.8vw;
        line-height: 1.333em;
        text-align: center;
    }
    #result .error p::before {
        font-size: 4.8vw;
        line-height: 5.6vw;
        text-align: center;
        width: 5.6vw;
        height: 5.6vw;
        margin: 0 auto 2vw;
        display: block;
    }
    #result .back {
        margin: 8vw 0 0;
    }
    #result .back a p {
        font-size: 3.733vw;
        line-height: 12vw;
        height: 12vw;
        margin: 0;
        padding: 0 0 0 14.6vw;
    }
    #result .back a p:before {
        background: url(https://d18f657670wm8u.cloudfront.net/otona/compensate/advice/img/svg/img_arrow.svg?20210517) no-repeat 2.566vw 2.266vw;
        background-size: 5.733vw 6.933vw;
        border-radius: 6vw;
        width: 11vw;
        height: 11vw;
    }
}
</pre></body></html>