@-webkit-keyframes fadeIn {

    0%,
    80%,
    100% {
        opacity: 0
    }

    40% {
        opacity: 1
    }
}

@keyframes fadeIn {

    0%,
    80%,
    100% {
        opacity: 0
    }

    40% {
        opacity: 1
    }
}

html {
    font-family: Noto Sans JP, Hiragino Kaku Gothic ProN, HiraKakuProN-W3, Meiryo, Yu Gothic Medium, sans-serif
}

.c-sim-btn {
    margin-top: 50px;
    text-align: center
}

.c-sim-btn__text {
    background-color: #0f2566;
    border: 2px solid #0f2566;
    border-radius: 9999px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.7;
    min-width: 300px;
    max-width: 100%;
    padding: 8px 50px;
    -webkit-transition: .3s;
    transition: .3s
}

@media(hover: hover) {
    .c-sim-btn__text:where(:-webkit-any-link, :enabled, summary):hover {
        background-color: #fff;
        color: #0f2566
    }

    .c-sim-btn__text:where(:-moz-any-link, :enabled, summary):hover {
        background-color: #fff;
        color: #0f2566
    }

    .c-sim-btn__text:where(:any-link, :enabled, summary):hover {
        background-color: #fff;
        color: #0f2566
    }
}

.c-sim-btn__text:focus {
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    color: #0f2566
}

.is-disabled .c-sim-btn__text {
    background-color: #999;
    border-color: #999;
    color: #fff;
    pointer-events: none
}

@media screen and (max-width: 767px) {
    .c-sim-btn__text {
        font-size: 18px;
        padding: 8px;
        width: 90%
    }
}

.c-sim-table {
    border: 1px solid #ccc;
    border-bottom: none;
    position: relative;
    width: 720px
}

.c-sim-table::after,
.c-sim-table::before {
    border-radius: 5px;
    content: "";
    height: 50px;
    position: absolute;
    right: 4px;
    width: 695px
}

.c-sim-table::after {
    border: 3px solid #0f2566;
    top: 112px
}

.c-sim-table::before {
    border: 3px solid #08c;
    bottom: 4px
}

.c-sim-table .c-num--color-01,
.c-sim-table .c-num--color-02 {
    position: absolute;
    left: 4px;
    z-index: 10
}

.c-sim-table .c-num--color-01 {
    top: 117px
}

.c-sim-table .c-num--color-02 {
    bottom: 9px
}

.c-sim-table .width-01 {
    width: 288px
}

.c-sim-table .width-02 {
    width: 144px
}

.c-sim-table th {
    font-weight: 700
}

.c-sim-table td {
    background-color: #fff
}

.c-sim-table th,
.c-sim-table td {
    border: 1px solid #ccc;
    font-size: 14px;
    text-align: center
}

.c-sim-table .accent {
    color: #e60012
}

.c-sim-table thead {
    height: 108px;
    text-align: center
}

.c-sim-table thead th {
    background-color: #999;
    border-bottom: none;
    color: #fff
}

.c-sim-table thead th:nth-of-type(3) {
    padding: 16.5px
}

.c-sim-table tbody td {
    padding: 16.5px 15px
}

.c-sim-table tbody th {
    background-color: #ddd
}

.c-sim-table tbody th.color-light {
    background-color: #f2f2f2
}

.c-sim-table-scroll {
    overflow-x: auto
}

.c-heading-01 {
    color: #0f2566;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 0;
    padding-top: 140px;
    position: relative;
    text-align: center
}

@media screen and (max-width: 767px) {
    .c-heading-01 {
        font-size: 26px;
        padding-top: 76px
    }
}

.c-heading-01 .accent {
    display: inline-block;
    padding-top: 6px;
    position: relative
}

.c-heading-01 .accent::before {
    background-color: #fdd118;
    border-radius: 100%;
    content: "";
    height: 6px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 6px
}

.c-heading-01__img {
    display: block;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0
}

@media screen and (max-width: 767px) {
    .c-heading-01__img {
        height: 54px
    }
}

.c-heading-02,
.c-heading-02--left,
.c-heading-02--lg,
.c-heading-02--color-01 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #0f2566;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    font-weight: 700;
    gap: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.6;
    margin-bottom: 30px
}

@media screen and (max-width: 767px) {

    .c-heading-02,
    .c-heading-02--left,
    .c-heading-02--lg,
    .c-heading-02--color-01 {
        font-size: 18px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 15px
    }
}

@media screen and (max-width: 767px) {
    .c-heading-02__img {
        height: 40px
    }
}

.c-heading-02--color-01 {
    color: #333;
    margin-bottom: 20px
}

.c-heading-02--lg {
    gap: 10px;
    font-size: 28px;
    letter-spacing: .05em;
    line-height: 1.5
}

@media screen and (max-width: 767px) {
    .c-heading-02--lg {
        font-size: 24px;
        text-align: center
    }
}

.c-heading-02--left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.c-heading-03 {
    color: #0f2566;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    margin: 60px 0 20px;
    text-align: center
}

.c-heading--step {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #0f2566;
    border-radius: 100%;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: Open Sans;
    font-size: 54px;
    font-weight: 600;
    height: 150px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    line-height: 1;
    margin: auto;
    position: absolute;
    right: 0;
    top: -75px;
    width: 150px;
    z-index: 10
}

@media screen and (max-width: 767px) {
    .c-heading--step {
        font-size: 40px;
        height: 100px;
        width: 100px
    }
}

.c-heading--step span {
    font-size: 20px;
    letter-spacing: .1em
}

@media screen and (max-width: 767px) {
    .c-heading--step span {
        font-size: 16px
    }
}

.c-input__label {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.7;
    margin-bottom: 8px
}

.c-input__label span {
    font-size: 12px;
    margin-left: 10px
}

.c-input__label--text,
.c-input__label--select {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 8px
}

.c-input__label--text input,
.c-input__label--text select,
.c-input__label--select input,
.c-input__label--select select {
    border: 1px solid #999;
    border-radius: 4px;
    height: 63px;
    max-width: 100%;
    text-align: center;
    width: 320px
}

.c-input__label--select {
    position: relative
}

.c-input__label--select::before {
    background: url(/common/img/revision2026/bijitoku/simulation/icon_arrow01.png) no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    height: 10px;
    left: 17px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 17px
}

.c-input__unit {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.7
}

.c-input__error-message {
    color: #e60012;
    font-size: 14px;
    display: none
}

.c-input__error-message.is-show {
    display: block
}

.c-list--note>li {
    font-size: 14px;
    line-height: 1.6;
    padding-left: 33px;
    position: relative
}

.c-list--note>li::before {
    background: url(/common/img/revision2026/bijitoku/simulation/icon_exclamation-mark01.svg) no-repeat;
    background-size: contain;
    content: "";
    height: 23px;
    left: 0;
    position: absolute;
    width: 23px
}

.c-list--note>li+li {
    margin-top: 8px
}

.c-list--dot {
    padding-left: .5em
}

.c-list--dot>li {
    padding-left: .5em;
    position: relative;
    text-indent: -0.5em
}

.c-list--dot>li::before {
    content: "·"
}

.c-mark {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0, #fdd118));
    background: -webkit-linear-gradient(transparent 60%, #fdd118 0);
    background: linear-gradient(transparent 60%, #fdd118 0);
    padding: 0
}

.c-nav-step {
    background-color: #f2f5f9;
    font-family: Open Sans;
    padding: 24px
}

@media screen and (max-width: 767px) {
    .c-nav-step {
        padding: 18px 12px
    }
}

.c-nav-step.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 30
}

.c-nav-step__heading {
    color: #0f2566;
    font-size: 14px;
    font-weight: 700
}

.c-nav-step__item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

.c-nav-step__item:nth-of-type(1) {
    padding-right: 46px;
    position: relative
}

@media screen and (max-width: 767px) {
    .c-nav-step__item:nth-of-type(1) {
        padding-right: 23px
    }
}

.c-nav-step__item:nth-of-type(1)::before {
    background: url(/common/img/revision2026/bijitoku/simulation/img_arrow01.svg) no-repeat;
    background-size: contain;
    content: "";
    height: 6px;
    position: absolute;
    right: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 12px
}

.c-nav-step__list {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width: 767px) {
    .c-nav-step__list {
        gap: 10px
    }
}

.c-nav-step__num {
    font-size: 24px;
    font-weight: 600
}

.c-nav-step__text {
    font-size: 12px
}

.c-nav-step__wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #0f2566;
    border-radius: 100%;
    color: #0f2566;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    line-height: 1;
    text-align: center
}

.is-current .c-nav-step__wrap {
    background-color: #0f2566;
    color: #fff
}

.c-num,
.c-num--color-02,
.c-num--color-01 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: Open Sans;
    font-size: 20px;
    font-weight: 700;
    height: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.6;
    width: 40px
}

@media screen and (max-width: 767px) {

    .c-num,
    .c-num--color-02,
    .c-num--color-01 {
        height: 30px;
        width: 30px
    }
}

.c-num--color-01 {
    background-color: #0f2566
}

.c-num--color-02 {
    background-color: #08c
}

.c-note-block,
.c-note-block--color-01,
.c-note-block--border-02,
.c-note-block--border-01 {
    background-color: #fff;
    border-radius: 40px;
    margin-top: 40px;
    padding: 50px 60px
}

@media screen and (max-width: 767px) {

    .c-note-block,
    .c-note-block--color-01,
    .c-note-block--border-02,
    .c-note-block--border-01 {
        border-radius: 20px;
        margin-top: 20px;
        padding: 20px
    }
}

.c-note-block__grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.c-note-block__heading {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    color: #0f2566;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.7;
    text-align: center;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: .2em
}

@media screen and (max-width: 767px) {
    .c-note-block__heading {
        padding: 6px
    }
}

.c-note-block__inner {
    margin: auto;
    max-width: 672px
}

.c-note-block--border-01 {
    border: 3px solid #e5ecf3
}

.c-note-block--border-02 {
    background-color: rgba(0, 0, 0, 0);
    border: 3px solid #fff
}

.c-note-block--color-01 {
    background-color: #f2f5f9;
    padding: 50px 90px
}

@media screen and (max-width: 767px) {
    .c-note-block--color-01 {
        padding: 20px
    }
}

.c-text,
.c-text--note-num {
    margin-bottom: 0
}

.c-text--note-num {
    font-size: 12px;
    line-height: 1.6;
    padding-left: 4em;
    text-indent: -3.7em
}

.c-start {
    display: block;
    font-family: Open Sans;
    margin-top: 40px;
    text-align: center
}

.c-start__arrow {
    -webkit-animation: fadeIn 1.5s infinite;
    animation: fadeIn 1.5s infinite;
    display: block;
    height: 16px;
    opacity: 0;
    position: relative;
    width: 22px
}

@media screen and (max-width: 767px) {
    .c-start__arrow {
        height: 6px;
        width: 12px
    }
}

.c-start__arrow:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.c-start__arrow:nth-child(2) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.c-start__arrow:nth-child(3) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.c-start__arrow::before {
    background: url(/common/img/revision2026/bijitoku/simulation/img_arrow01.svg) no-repeat;
    background-size: contain;
    content: "";
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 100%
}

.c-start__text {
    color: #0f2566;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .05em
}

@media screen and (max-width: 767px) {
    .c-start__text {
        font-size: 16px
    }
}

.c-start__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
    gap: 10px
}

.p-input-block {
    margin-top: 40px
}

.p-input-block__inner {
    background-color: #e5ecf3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 64px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 60px
}

@media screen and (max-width: 767px) {
    .p-input-block__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 30px;
        gap: 15px
    }
}

.p-result-block {
    background-color: #fff;
    border-radius: 40px;
    margin: 60px auto;
    max-width: 720px;
    padding: 50px 60px
}

@media screen and (max-width: 767px) {
    .p-result-block {
        border-radius: 20px;
        margin-bottom: 30px;
        padding: 20px
    }
}

.p-result-block__body-heading {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #e5ecf3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: .3em;
    line-height: 1.5;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl
}

.p-result-block__body-inner {
    display: grid;
    grid-template-columns: 58px 1fr;
    grid-template-rows: repeat(2, 1fr);
    gap: 10px
}

@media screen and (max-width: 767px) {
    .p-result-block__body-inner {
        grid-template-columns: 28px 1fr;
        gap: 6px
    }
}

.p-result-block__body-inner>*:nth-of-type(1) {
    grid-area: 1/1/3/2
}

.p-result-block__body-inner>*:nth-of-type(2) {
    grid-area: 1/2/2/3
}

.p-result-block__body-inner>*:nth-of-type(3) {
    grid-area: 2/2/3/3
}

.p-result-block__body-item {
    background-color: #f2f5f9;
    padding: 20px 30px
}

@media screen and (max-width: 767px) {
    .p-result-block__body-item {
        padding: 15px
    }
}

@media screen and (max-width: 767px) {
    .p-result-block__body-item:nth-of-type(2) img {
        margin-bottom: 3px
    }
}

.p-result-block__body-item:nth-of-type(3) img {
    width: 24px
}

@media screen and (max-width: 767px) {
    .p-result-block__body-item:nth-of-type(3) img {
        width: 18px
    }
}

.p-result-block__body-num {
    font-family: Open Sans;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2
}

@media screen and (max-width: 767px) {
    .p-result-block__body-num {
        font-size: 30px
    }
}

.p-result-block__body-text,
.p-result-block__body-text--color-02,
.p-result-block__body-text--color-01 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 10px
}

.p-result-block__body-text--color-01 {
    color: #0f2566
}

.p-result-block__body-text--color-02 {
    color: #08c
}

.p-result-block__body-unit {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin-left: 8px
}

@media screen and (max-width: 767px) {
    .p-result-block__body-unit {
        font-size: 14px
    }
}

.p-result-block__body-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.p-result-block__head {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 2px solid #0f2566;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
    padding-bottom: 30px;
    position: relative
}

@media screen and (max-width: 767px) {
    .p-result-block__head {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px
    }
}

.p-result-block__head::after,
.p-result-block__head::before {
    border-bottom: 0;
    border-left: 15px solid rgba(0, 0, 0, 0);
    border-right: 15px solid rgba(0, 0, 0, 0);
    border-style: solid;
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    right: 0;
    position: absolute;
    width: 0
}

.p-result-block__head::after {
    border-top: 20px solid #fff;
    bottom: -16px
}

.p-result-block__head::before {
    border-top: 20px solid #0f2566;
    bottom: -20px
}

.p-result-block__head-calculation {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
    position: relative
}

.p-result-block__head-calculation::after,
.p-result-block__head-calculation::before {
    background-color: #333;
    content: "";
    left: 0;
    margin: auto;
    position: absolute;
    right: 0
}

.p-result-block__head-calculation::after {
    height: 18px;
    width: 2px
}

.p-result-block__head-calculation::before {
    height: 2px;
    width: 18px
}

.p-result-block__head-sum {
    font-family: Open Sans;
    font-size: 68px;
    font-weight: 700;
    line-height: 1.2
}

@media screen and (max-width: 767px) {
    .p-result-block__head-sum {
        font-size: 42px
    }
}

.p-result-block__head-sum img {
    width: 36px
}

@media screen and (max-width: 767px) {
    .p-result-block__head-sum img {
        width: 24px
    }
}

.p-result-block__head-text {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5
}

@media screen and (max-width: 767px) {
    .p-result-block__head-text {
        font-size: 18x
    }
}

.p-result-block__head-unit {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    margin-left: 8px
}

@media screen and (max-width: 767px) {
    .p-result-block__head-unit {
        font-size: 16px
    }
}

.p-result-block__note {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.7;
    margin: 20px 0 0;
    text-align: right
}

.l-contents {
    background: #fff
}

.l-section:nth-of-type(1) {
    background: url(/common/img/revision2026/bijitoku/simulation/img_bg01.png) no-repeat center center;
    background-color: #e5ecf3;
    background-size: cover;
    padding-bottom: 155px;
    position: relative
}

@media screen and (max-width: 767px) {
    .l-section:nth-of-type(1) {
        padding-bottom: 80px
    }
}

.l-section:nth-of-type(1)::before {
    border-color: rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 5vw 50vw 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute
}

.l-section[data-step="1"] {
    position: relative
}

.l-section[data-step="1"]::before {
    border-color: rgba(0, 0, 0, 0) #e5ecf3 rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 5vw 50vw 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute
}

.l-section[data-step="1"].is-active::before {
    content: none
}

.l-section[data-step="2"] {
    background-color: #e5ecf3;
    display: none;
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease
}

.l-section[data-step="2"].is-show {
    display: block;
    opacity: 1
}

.l-section__inner {
    margin: auto;
    max-width: 900px;
    padding-top: 115px;
    position: relative
}

@media screen and (max-width: 767px) {
    .l-section__inner {
        padding: 60px 12px
    }
}

.l-section:nth-of-type(1) .l-section__inner {
    padding-top: 80px
}

@media screen and (max-width: 767px) {
    .l-section:nth-of-type(1) .l-section__inner {
        padding: 40px 12px
    }
}

[data-step="1"] .l-section__inner {
    padding-bottom: 230px
}

@media screen and (max-width: 767px) {
    [data-step="1"] .l-section__inner {
        padding: 80px 12px 160px
    }
}

[data-step="1"].is-active .l-section__inner {
    padding-bottom: 80px
}

[data-step="2"] .l-section__inner {
    padding-bottom: 80px
}

@media screen and (max-width: 767px) {
    [data-step="2"] .l-section__inner {
        padding: 80px 12px 60px
    }
}

@media screen and (max-width: 767px) {
    .c-input__label--select select {
        max-width: 100%;
        width: 320px;
        text-align: center;
        text-align-last: center;
        -moz-text-align-last: center;
        padding-left: 2.5em;
        padding-right: 2.5em;
        -moz-appearance: none;
        appearance: none;
        -webkit-appearance: none
    }
}