.hidden {
    display: none;
}

.hidden-pc {
    display: none;
}

@media only screen and (max-width: 767px) {
    .hidden-sp {
        display: none;
    }

    .hidden-pc {
        display: block !important;
    }
}

.wpcf7 p {
    margin-bottom: 0;
}

.container {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 10px;
}

#header-rocket h1 {
    color: #212B36;
    line-height: 1.3em;
    font-size: 2.2em;
    font-weight: bold;
    letter-spacing: 2px;
}

#header-rocket p {
    font-size: 18px;
}

.step-text {
    color: #767676;
    font-size: 12.992px;
    font-weight: 400;
}

.step-graph-bg {
    border-radius: 10.5px;
    background: #e8e8e8;
    height: 20.992px;
}

.step-graph-100,
.step-graph-88,
.step-graph-77,
.step-graph-66,
.step-graph-55,
.step-graph-44,
.step-graph-33,
.step-graph-22,
.step-graph-11 {
    height: 20.992px;
    background-color: #aac138;
    color: #fff;
    border-radius: 10.5px 0 0 10.5px;
    text-align: right;
    vertical-align: middle;
    padding-right: 8px;
}

.step-graph-11 {
    width: 11%;
}

.step-graph-22 {
    width: 22%;
}

.step-graph-33 {
    width: 33%;
}

.step-graph-44 {
    width: 44%;
}

.step-graph-55 {
    width: 55%;
}

.step-graph-66 {
    width: 66%;
}

.step-graph-77 {
    width: 77%;
}

.step-graph-88 {
    width: 88%;
}

.step-graph-100 {
    width: 100%;
    border-radius: 10.5px;
}

.step-graph-100 p,
.step-graph-88 p,
.step-graph-77 p,
.step-graph-66 p,
.step-graph-55 p,
.step-graph-44 p,
.step-graph-33 p,
.step-graph-22 p,
.step-graph-11 p {
    font-size: 13px;
    text-align: right;
}

.select-mindset h2 {
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #3a3a3a;
    font-size: 25px;
    text-align: center;
}

.select-mindset .text {
    font-size: 18px;
}

.select-contents {
    display: flex;
    gap: 5px;
}

@media only screen and (max-width: 767px) {
    .select-contents {
        flex-direction: column;
    }
}

.select-contents-no {
    display: flex;
    justify-content: space-evenly;
    padding: 10px;
}

@media only screen and (max-width: 767px) {
    .select-contents-no {
        flex-direction: column;
        align-items: center;
        width: 40px;
    }

    .select-contents-text {
        flex: 1;
    }
}

.select-contents-no p {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}

.select-contents-text {
    padding: 10px;
    text-align: center;
}

.select-contents-text p {
    font-size: 13px;
}

.select-contents-1-3,
.select-contents-4-6,
.select-contents-7-9,
.select-contents-10-12 {
    flex: 1;
}

@media only screen and (max-width: 767px) {
    .select-contents-1-3,
    .select-contents-4-6,
    .select-contents-7-9,
    .select-contents-10-12 {
        display: flex;
    }
}

.select-contents-1-3 .select-contents-no {
    background-color: #f04e23;
}

.select-contents-1-3 {
    background-color: #f5a893;
}

.select-contents-4-6 .select-contents-no {
    background-color: #ff7900;
}

.select-contents-4-6 {
    background-color: #fbd9c1;
}

.select-contents-7-9 .select-contents-no {
    background-color: #49beaa;
}

.select-contents-7-9 {
    background-color: #99e9db;
}

.select-contents-10-12 .select-contents-no {
    background-color: #08b2e3;
}

.select-contents-10-12 {
    background-color: #a0ddef;
}

.area-select {
    display: flex;
}

@media only screen and (max-width: 767px) {
    .area-select {
        flex-direction: column;
    }
}

.select-want,
.select-now {
    flex: 1;
    text-align: center;
}

.select-title {
    font-size: 16px;
    font-weight: 700;
}

.select-title span {
    color: #c02b0a;
    font-size: 13px;
}

.select-form {
    width: calc(25% - 16px * 3 / 4) !important;
    height: auto;
    margin-top: 0;
    padding: 8px;
    font-size: 24px !important;
    text-align: left;
}

.area-textarea p {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.area-textarea textarea {
    width: 100%;
    padding: 8px;
    text-align: left !important;
    font-weight: normal;
}

.area-btn {
    display: flex;
    gap: 15px;
    margin-top: 30px;
    align-items: center;
}

.area-btn div br {
    display: none;
}

.btn-submit,
.btn-previous,
.btn-next {
    width: 120px;
    background-color: #F04E23;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 10px 10px 10px 10px;
    padding: .85em 2em .85em 2em;
    font-size: 18px;
    transition: .3s;
    color: #fff;
    cursor: pointer;
    text-align: center;
}

.btn-previous {
    background-color: transparent;
    color: #6b7280;
}

.btn-submit {
    background-color: #F04E23 !important;
    padding: .85em 2em .85em 2em !important;
    width: 200px;
}

.btn-submit:hover,
.btn-next:hover {
    background-color: #FF7900 !important;
    border-color: #FF7900 !important;
    color: #fff;
}

.area-form p {
    text-align: center;
}

.area-form input {
    width: 100%;
    padding: 8px;
    text-align: left !important;
}

.result-header {
    padding-bottom: 25px;
    border-bottom: 1px solid #E1E1E1;
}

.result-header h2 {
    font-size: 28px;
    font-weight: 700;
    color: #212B36;
    text-align: center;
}

.result-score {
    display: flex;
}

@media only screen and (max-width: 767px) {
    .result-score {
        flex-direction: column;
    }
}

.score-want,
.score-now {
    flex: 1;
    text-align: center;
}

.score-want .score,
.score-now .score {
    font-size: 3em;
    font-weight: bold;
    line-height: 1;
}

.score-now .score {
    color: #848484;
}

.score-want .score {
    color: #08B2E3;
}

.score-text {
    font-size: 20px;
    color: #7A7A7A;
}

.header-now-want {
    display: flex;
    justify-content: flex-end;
}

.header-now-want ._now,
.header-now-want ._want {
    width: 15%;
    font-weight: bold;
    color: #212B36;
    font-size: 25px;
    text-align: center;
}

.result-flex {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .result-flex {
        flex-direction: column;
    }
}

.result-title-1 {
    flex: 1;
    font-weight: bold;
    color: #212B36;
    font-size: 25px;
}

@media only screen and (max-width: 767px) {
    .result-title-1 {
        text-align: center;
        font-size: 19px;
    }
}

.result-score-flex {
    width: 30%;
    display: flex;
}

@media only screen and (max-width: 767px) {
    .result-score-flex {
        width: 100%;
    }
}

.result-score-flex div {
    padding: 10px;
    flex: 1;
}

.result-score-flex ._score {
    padding: 5px;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 1.3;
    background-color: #f04e23;
}

.result-score-flex ._score.score-6,
.result-score-flex ._score.score-5,
.result-score-flex ._score.score-4 {
    background-color: #ff7900;
}

.result-score-flex ._score.score-9,
.result-score-flex ._score.score-8,
.result-score-flex ._score.score-7 {
    background-color: #49beaa;
}

.result-score-flex ._score.score-12,
.result-score-flex ._score.score-11,
.result-score-flex ._score.score-10 {
    background-color: #08b2e3;
}

@media only screen and (max-width: 767px) {
    .result-score-flex ._score {
        margin-top: 15px;
    }
}

.result-score-flex ._want,
.result-score-flex ._now {
    text-align: center;
}

.result-title-2 {
    font-size: 20px;
    font-weight: bold;
}

.result-text-normal,
.result-textarea {
    font-size: 18px;
}

.result-text-normal span {
    font-weight: bold;
}

.text-center {
    text-align: center;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-50 {
    margin-bottom: 50px;
}