:root {
    --colorbase: #000;
    --coloryellow: #f8da0f;
    --colorred: #C71E32;
}

/* ================================
UTILITIES
================================ */
.p-entry-form__placeholder {
    font-size: 0.625rem;
}

@media screen and (min-width: 768px) {
    .p-entry-form__placeholder {
        font-size: 0.75rem;
    }
}

.p-entry-form__required {
    font-size: 0.75rem;
}

@media screen and (min-width: 768px) {
    .p-entry-form__required {
        font-size: 0.875rem;
    }
}

@media screen and (min-width: 768px) {
    .p-entry {
        padding-bottom: 100px;
    }
}

@media screen and (min-width: 768px) {
    .p-entry .c-mv02__inner {
        gap: 5px 31px;
    }
}

@media screen and (min-width: 768px) {
    .p-entry-section {
        padding-top: 26px;
    }
}

@media screen and (min-width: 768px) {
    .p-entry-section .l-container {
        max-width: 980px;
    }
}

.p-entry-frame {
    position: relative;
    margin-top: 20px;
    background-color: #fff;
    padding: 20px;
}

@media screen and (min-width: 768px) {
    .p-entry-frame {
        padding: 28px 44px 45px;
        margin-top: 31px;
    }
}

.p-entry-step {
    display: flex;
    margin-top: 20px;
    gap: 4px 20px;
}

@media screen and (min-width: 768px) {
    .p-entry-step {
        gap: 4px 18px;
        margin-top: 19px;
        padding: 0 6px;
    }
}

.p-entry-step__item {
    position: relative;
    display: flex;
    align-items: baseline;
    gap: 3px;
    padding-right: 20px;
}

@media screen and (min-width: 768px) {
    .p-entry-step__item {
        gap: 4px;
        padding-right: 24px;
    }
}

.p-entry-step__item:last-child {
    padding-right: 0;
}

.p-entry-step__item:last-child::after {
    content: none;
}

.p-entry-step__item::after {
    position: absolute;
    content: "";
    top: 3px;
    right: 0;
    background-color: #000;
    width: 1px;
    height: calc(100% - 5px);
}

@media screen and (min-width: 768px) {
    .p-entry-step__item::after {
        height: calc(100% - 12px);
        top: 7px;
    }
}

.p-entry-step__item.active .p-entry-step__num {
    background-color: var(--coloryellow);
}

.p-entry-step__num {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 1px 3px;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    flex-shrink: 0;
    line-height: 1;
    font-weight: 500;
    width: 18px;
    height: 18px;
}

@media screen and (min-width: 768px) {
    .p-entry-step__num {
        top: 1px;
        width: 19px;
        height: 19px;
    }
}

.p-entry-step__txt {
    font-weight: 500;
}

@media screen and (min-width: 768px) {
    .p-entry-step__txt {
        line-height: 1.8;
    }
}

.p-entry-txtlead {
    line-height: 1.5;
}

@media screen and (min-width: 768px) {
    .p-entry-txtlead {
        line-height: 1.875;
    }
}

.p-entry-parts {
    margin-top: 35px;
}

@media screen and (min-width: 768px) {
    .p-entry-parts {
        margin-top: 70px;
    }
}

.p-entry-part {
    margin-top: 35px;
}

@media screen and (min-width: 768px) {
    .p-entry-part {
        margin-top: 85px;
    }
}

.p-entry-part:first-child {
    margin-top: 0;
}

.p-entry-part__txt {
    line-height: 1.5;
    margin-top: 10px;
}

@media screen and (min-width: 768px) {
    .p-entry-part__txt {
        margin-top: 30px;
        line-height: 1.875;
    }
}

.p-entry-part__txt:first-child {
    margin-top: 0;
}

.p-entry-part__content {
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
    .p-entry-part__content {
        margin-top: 19px;
    }
}

.p-entry-part01__btn {
    margin-top: 30px;
}

@media screen and (min-width: 768px) {
    .p-entry-part01__btn {
        margin-top: 65px;
    }
}

.p-entry-part01__btn .c-btn02 {
    width: 100%;
    max-width: 340px;
}

.p-entry-form {
    margin-top: 30px;
}

@media screen and (min-width: 768px) {
    .p-entry-form {
        padding: 0 6px;
        margin-top: 35px;
    }
}

.p-entry-form__btns .c-btn02 {
    width: 100%;
    max-width: 250px;
}

.p-entry-form__row {
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
    .p-entry-form__row {
        margin-top: 21px;
    }
}

.p-entry-form__row:first-child {
    margin-top: 0;
}

@media screen and (min-width: 768px) {
    .p-entry-form__row__email {
        margin-top: 29px;
    }
}

@media screen and (min-width: 768px) {
    .p-entry-form__row__tel {
        margin-top: 28px;
    }
}

.p-entry-form__content {
    margin-top: 10px;
}

@media screen and (min-width: 768px) {
    .p-entry-form__content {
        margin-top: 13px;
    }
}

.p-entry-form__textarea {
    width: 100%;
    resize: vertical;
    background-color: #fff;
    border: solid 1px #d1d1d1;
    font-size: 1rem;
    line-height: 1.5;
    height: 150px;
    padding: 10px 15px;
}

@media screen and (min-width: 768px) {
    .p-entry-form__textarea {
        height: 120px;
        padding: 7px 15px;
    }
}

.p-entry-form__textarea:focus {
    outline: 0;
}

.p-entry-form__input {
    font-size: 1rem;
    width: 100%;
    background-color: #fff;
    border: solid 1px #d1d1d1;
    line-height: 1.5;
    padding: 10px 15px;
}

@media screen and (min-width: 768px) {
    .p-entry-form__input {
        max-width: 450px;
        padding: 7px 15px;
    }
}

.p-entry-form__input:focus {
    outline: 0;
}

.p-entry-form__head {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 4px 14px;
    font-weight: 500;
}

@media screen and (min-width: 768px) {
    .p-entry-form__head {
        gap: 4px 14px;
    }
}

.p-entry-form__head__txt {
    display: inline-block;
    font-weight: 500;
}

.p-entry-form__required {
    position: relative;
    background-color: #c71e32;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1;
    color: #fff;
    width: 50px;
    padding: 3px 5px;
    font-weight: 500;
}

@media screen and (min-width: 768px) {
    .p-entry-form__required {
        top: 1px;
        margin-right: 5px;
    }
}

.p-entry-form__placeholder {
    color: #959595;
    line-height: 1;
    font-weight: 400;
}

.p-entry-form__btns {
    margin-top: 35px;
}

@media screen and (min-width: 768px) {
    .p-entry-form__btns {
        margin-top: 40px;
    }
}

@media screen and (min-width: 768px) {
    .p-entry-form__btns .c-btn02__link {
        padding-top: 20px;
        padding-bottom: 19px;
    }
}

@media screen and (min-width: 768px) {
    .p-entry-form__btns .c-btn02.bg-yellow .c-btn02__arrow {
        right: 24px;
    }
}

.p-entry-confirm__txt01 {
    margin-top: 20px;
    line-height: 1.5;
}

@media screen and (min-width: 768px) {
    .p-entry-confirm__txt01 {
        line-height: 1.875;
        margin-top: 17px;
        padding: 0 6px;
    }
}

.p-entry-confirm__tbl {
    border-top: solid 1px var(--colorbase);
    border-bottom: solid 1px var(--colorbase);
    padding: 20px 0;
}

@media screen and (min-width: 768px) {
    .p-entry-confirm__tbl {
        padding: 24px 0 26px;
    }
}

.p-entry-confirm__row {
    margin-top: 15px;
}

@media screen and (min-width: 768px) {
    .p-entry-confirm__row {
        margin-top: 19px;
    }
}

.p-entry-confirm__row:first-child {
    margin-top: 0;
}

.p-entry-confirm__head,
.p-entry-confirm__content {
    line-height: 1.5;
}

.p-entry-confirm__head {
    font-weight: 500;
    color: #959595;
}

.p-entry-confirm__content {
    font-weight: 400;
}

@media screen and (min-width: 768px) {
    .p-entry-confirm__content {
        margin-top: 6px;
    }
}

@media screen and (min-width: 768px) {
    .p-entry-confirm .p-entry-frame {
        margin-top: 0;
        padding: 28px 44px 43px;
    }
}

@media screen and (min-width: 768px) {
    .p-entry-confirm .p-entry-form {
        margin-top: 28px;
    }
}

@media screen and (min-width: 768px) {
    .p-entry-confirm .p-entry-form .c-btn02 {
        width: 181px;
    }
}

.p-entry-confirm .p-entry-form__btnback .c-btn02__link {
    text-align: right;
    justify-content: flex-end;
    padding: 17px 20px 18px 65px;
}

@media screen and (min-width: 768px) {
    .p-entry-confirm .p-entry-form__btnback .c-btn02__link {
        padding: 19px 33px 20px 75px;
    }
}

.p-entry-confirm .p-entry-form__btnback .c-btn02__arrow {
    right: auto;
    top: 50%;
    transform: scaleX(-1) translateY(-50%);
    left: 22px;
}

@media screen and (min-width: 768px) {
    .p-entry-confirm .p-entry-form__btnback .c-btn02__arrow {
        left: 19px;
    }
}

.p-entry-confirm .p-entry-form__btnsubmit.c-btn02.bg-yellow .c-btn02__arrow {
    right: 22px;
}

.p-entry-confirm .p-entry-form__btns {
    display: flex;
    gap: 10px;
}

@media screen and (min-width: 768px) {
    .p-entry-confirm .p-entry-form__btns {
        gap: 10px 26px;
        margin-top: 34px;
    }
}

.p-entry-complete .p-entry-frame {
    margin-top: 0;
}

@media screen and (min-width: 768px) {
    .p-entry-complete .p-entry-frame {
        padding-bottom: 43px;
    }
}

.p-entry-complete__txt01 {
    margin-top: 15px;
}

@media screen and (min-width: 768px) {
    .p-entry-complete__txt01 {
        padding: 0 6px;
        margin-top: 16px;
    }
}

.p-entry-complete__txt01 .txt01 {
    margin-top: 15px;
    line-height: 1.5;
}

@media screen and (min-width: 768px) {
    .p-entry-complete__txt01 .txt01 {
        line-height: 1.875;
        margin-top: 30px;
    }
}

.p-entry-complete__txt01 .txt01:first-child {
    margin-top: 0;
}

.p-entry-complete__infor {
    position: relative;
    padding: 15px 0 0;
    margin-top: 15px;
}

@media screen and (min-width: 768px) {
    .p-entry-complete__infor {
        margin-top: 33px;
        padding: 13px 6px 0;
    }
}

.p-entry-complete__infor::before {
    position: absolute;
    content: "";
    width: 286px;
    height: 1px;
    background-color: var(--colorbase);
    left: 0;
    top: 0;
}

.p-entry-complete__infor__txt {
    line-height: 1.5;
}

@media screen and (min-width: 768px) {
    .p-entry-complete__infor__txt {
        line-height: 1.875;
    }
}

@media screen and (min-width: 768px) {
    .p-entry-complete__infor__txt .link {
        text-underline-offset: 2px;
        text-decoration: underline;
        text-decoration-color: transparent;
        transition: all 0.5s;
    }

    .p-entry-complete__infor__txt .link:hover {
        text-decoration-color: var(--coloryellow);
        color: var(--coloryellow);
    }
}

.p-entry-complete__infor__btn {
    margin-top: 22px;
}

@media screen and (min-width: 768px) {
    .p-entry-complete__infor__btn {
        margin-top: 44px;
    }
}

.p-entry-complete__infor__btn .c-btn02 {
    max-width: 249px;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .p-entry-complete__infor__btn .c-btn02__arrow {
        right: 33px;
    }
}