@charset "UTF-8";

.c-answer-area,.c-result-area {
    display:none;
}
.c-answer-area.js-show,.c-result-area.js-show {
    display: block;
}

/* 診断結果確認ボタン */
.c-btn__send.js-c-active {
    background: #ED6821;
    box-shadow: 0 6px 0 0 #914218;
}
.c-btn__send.js-c-active:hover {
    background: #914218;
    top: 6px;
    box-shadow: none;
    cursor: pointer;
}

/* progressbarActive */
.c-progressbar__item.js-c-active {
    background: #1756b4;
    z-index: 3;
}
.c-progressbar__item.js-c-active::before {
    background: #1756b4;
}