/** Form CSS **/
.form__area {
    background: repeating-linear-gradient(90deg, #deeadf, #deeadf 16px, #e7eee5 16px, #e7eee5 32px);
    padding: 56px 0 72px;
}
.form__eng {
    text-align: center;
    display: block;
    font-size: 28px;
    color: #E0CDA8;
    letter-spacing: 0;
    margin-bottom: 8px;
}
.form__heading {
    display: flex;
    flex-direction: column;
    color: #89bb4b;
    font-size: 32px;
    margin: 0 auto 32px;
    padding: 0;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 0.05em;
}
.form__heading-small {
    font-size: 32px;
}
.form__center {
    color: #333C77;
    text-align: left;
    width: calc(100% - 48px);
    margin: 0 auto 48px !important;
}
.form__box {
    width: calc(100% - 48px);
    margin: 0 auto 64px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
    color: #fff;
}
.form__item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}
.form__item-text {
    font-size: 18px;
    padding-left: 8px;
    color: #416562;
    line-height: 1.2;
}
.form__item-text em {
    font-size: 16px;
}
.form__item-flex {
    display: flex;
    align-items: stretch;
    width: 100%;
    flex-wrap: wrap;
    position: relative;
}
div.mfp_ok {
    position: absolute;
    top: 68px;
}
div.mfp_err {
    position: absolute;
    top: 60px;
}
.form__age .form__item-flex {
    max-width: 278px;
}
.form__colmun-flex {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-wrap: wrap;
    gap: 32px;
}
.form__item-left {
    display: flex;
    width: 56px;
    height: 64px;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 0px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.form__textarea .form__item-left {
    height: 256px;
}
.form__hasselect::before {
    content: "";
    position: absolute;
    background: url(../img/form-select-icon.webp) no-repeat;
    transform: translate(0, -50%);
    background-size: cover;
    top: 50%;
    right: 10px;
    width: 18px;
    height: 10px;
}
.form__item-input {
    font-size: 17px;
    max-width: 100%;
    width: calc(100% - 56px);
    color: #555;
    background: #fff;
    padding: 16px;
    border-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.form__item-kome {
    margin-left: 8px;
    display: block;
    text-indent: -1.2em;
    padding-left: 1.2em;
    line-height: 1.4;
    font-size: 15px;
    letter-spacing: 0;
}
.form__required {
    background: #89bb4b;
}
.form__any {
    background: #C7BEAC;
}
.form-btn {
    margin: auto;
    display: block;
    max-width: 361px;
    width: 100%;
    transform: translateX(3px);
}
.form__btn-image img {
    width: 100% !important;
    height: auto;
    margin: auto !important;
}
.form__bottomlist {
    display: flex;
    flex-direction: column;
    padding: 56px 0 48px;
    margin: 64px 0 0;
    gap: 16px;
}
.form__bottomlist li {
    font-size: 15px;
    color: #444;
    width: calc(100% - 48px);
    margin: auto;
    line-height: 1.6;
    padding-left: 24px;
    padding-right: 16px;
    position: relative;
}
.form__list-area {
    background: #fff;
    margin: 0 auto;
    width: calc(100% - 48px);
}
ul.form__bottomlist>li:not(:last-of-type) {
    margin-bottom: 0;
}
.form__bottomlist li::before {
    content: "";
    position: absolute;
    background: url(../img/form-list-icon.webp) no-repeat;
    background-size: cover;
    top: 5px;
    left: 5px;
    width: 6px;
    height: 12px;
}
select.form__item-input {
    padding-right: 32px;
    align-items: center;
}
textarea.form__item-input {
    padding: 32px 20px;
    line-height: 1.6;
}
::placeholder {
    color: #D9D9D9;
}
form#mailformpro {
    padding: 0px;
}
.form__colmun-flex-three {
    max-width: 480px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.form__middle {
    width: 48%;
}
.form__short {
    width: 23%;
}
.form__short .form__item-input {
    border-radius: 4px;
    width: 100%;
    height: 64px;
}
div.mfp_buttons > * {
    background: #5BB7D3;
    padding: 12px 16px;
    color: #fff;
}
.form__bottomlist li > a {
    text-decoration: underline;
}
.form__bottomlist li > a:hover {
    text-decoration: none;
    color: #fff;
}
.form__btn-image {
    width: calc(100% - 40px);
    margin: 0 auto 48px;
    transition: ease all 0.5s;
}
.form__btn-image:hover {
    opacity: 0.8;
}
.form__listlink .btn__tel-num {
    font-size: 18px;
    display: inline-flex;
    margin: 0 3px;
    gap: 2px;
    line-height: 1;
    color: #89bb4b;
}
.form__listlink::before {
    content: "";
    background: url(../img/form-tel-icon.svg) no-repeat;
    width: 12px;
    height: 16px;
    background-size: 100%;
    display: block;
}
.form__bottomlist li > a.form__listlink {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    vertical-align: -0.18em;
    margin: 0 3px;
}
.form__bottomlist li > a.form__listlink:hover {
    color: #5a9989 !important;
}
.form__listlink .btn__tel-num::before {
    width: 12px;
    height: 16px;
    margin-top: 0;
}
div.mfp_ok {
    display: none !important;
}
.form__item-short02 {
    width: 80%;
}
textarea.form__item-input {
    width: calc(100% - 56px) !important;
    height: auto !important;
}
#mfp_overlay_inner h4 {
    font-size: 16px;
}

@media screen and (min-width: 1024px) {
    .form__area {
        padding: 88px 0 96px;
    }
    .form__heading {
        font-size: 56px;
        line-height: 1.4;
    }
    .form__heading-small {
        font-size: 40px;
    }
    .form__heading {
        font-size: 56px;
        line-height: 1.4;
        margin-bottom: 40px;
    }
    .form__center {
        font-size: 19px;
        margin-bottom: 32px;
        text-align: center;
    }
    .form__box {
        max-width: 774px;
        gap: 48px;
    }
    .form__item-text {
        font-size: 20px;
    }
    .form__colmun-flex {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
    }
    .form__hasselect {
        max-width: 432px;
    }
    .form__colmun-flex .form__item {
        width: 47%;
    }
    .form__item-text em {
        font-size: 18px;
    }
    .form__item-input {
        padding-left: 20px;
        font-size: 18px;
        width: calc(100% - 72px);
    }
    .form__item-kome {
        font-size: 16px;
    }
    textarea.form__item-input {
        padding: 24px 32px;
    }
    .form__item-left {
        width: 72px;
    }
    .form__textarea .form__item-left {
        height: 176px;
    }
    textarea.form__item-input {
        width: calc(100% - 72px) !important;
        height: 176px !important;
    }
    .form-btn {
        max-width: 480px;
    }
    .form__bottomlist {
        max-width: 1024px;
        margin: 64px auto 0;
        padding: 48px 106px 56px;
        gap: 8px;
    }
    .form__bottomlist li {
        font-size: 16px;
        line-height: 2;
        width: 100%;
    }
    .form__bottomlist li::before {
        top: 9px;
        width: 7px;
        height: 13px;
    }
    .form__age .form__item-flex {
        max-width: 298px;
    }
    .form__center {
        margin-bottom: 72px !important;
    }
    .form__list-area {
        max-width: 912px;
        margin-top: 56px;
    }
    .form__btn-image {
        width: 100%;
        margin-bottom: 72px;
        cursor: pointer;
    }
    .form__item-short02 {
        width: 63%;
        max-width: 480px;
    }
}

@media screen and (max-width: 800px) {
    table#mfp_confirm_table tr th {
        white-space: normal;
        width: 100px;
        line-height: 1.6;
    }
}