/*----------------------
　エントリーフォーム
-----------------------*/
.entry-container {
    max-width: 1000px;
    margin: 90px auto 160px;
    text-align: center;

    @media screen and (max-width:768px) {
        margin: 40px auto;
        padding: 0 16px;
    }
}

.btn-wrap {
    text-align: center;
    margin-top: 40px;
}

.btn {
    display: inline-block;
    padding: 16px 48px;
    background: #c4c4c4;
    color: #fff;
    border-radius: 5px;
}

.radio-btn label {
    padding-left: inherit !important;
}

.entry-content-messege {
    text-align: center;
    margin-bottom: 16px;
}

.birthdate-color {
    color: #6b6b6b;
}

.entry-birthday {
    display: flex;
}

select:invalid {
    color: gray;
}


.entry-birthday .selectBtn::after {
    left: 95px;

    @media screen and (max-width:768px) {
        left: 222px;
    }
}

.entry-confirm .message-req {
    top: 50%;

    @media screen and (max-width:768px) {
        top: 69% !important;
    }
}

.entry-sec-ttl {
    text-align: center;
    font-size: 32px;
    color: #333;

    @media screen and (max-width:991px) {
        font-size: 20px;
    }
}


/* is-showがついている時のスタイル */
.tab__panel-box.is-show {
    display: block;
}

@media screen and (max-width:991px) {
    .tab__menu {
        flex-direction: column;

    }

    .tab__menu-item {
        width: inherit;
        padding: 4px;
    }
}

input[type="radio"] {
    position: relative;
    width: 16px;
    height: 16px;
    background: #e1e1e1;
    filter: drop-shadow(0px 8px 16px rgba(0, 0, 0, 0.16));
    border-radius: 50%;
    vertical-align: -2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="radio"]:checked:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #ff0000;
    content: '';
}

/*==============================================================
　お問い合わせフォーム
==============================================================*/
.contact-area {}

.contact-container {
    padding: 0 16px;
}

.contact-container {
    max-width: 950px;
    padding: 80px 16px;
    margin: 0px auto;

    @media screen and (max-width:768px) {
        padding: 40px 16px;
    }
}

.contact-container p {
    margin-bottom: 10px;
}

.submit-container {
    text-align: center;
}



@media screen and (max-width:768px) {
    .contact-confirm.submit-container button {
        padding: 16px 48px;
        font-size: 16px;
        width: 240px;
        margin: 10px auto 0;
    }
}

.contact-confirm .message-req {
    top: 50%;

    @media screen and (max-width:768px) {
        top: 70% !important;
    }
}

.contact-content-message {
    text-align: center;
}

.contact-completion {
    text-align: center;
}

.contact-confirm {
    display: flex;
    justify-content: center;
    gap: 20px;

    @media screen and (max-width:768px) {
        display: flex;
        gap: 0px;
        margin-top: 16px;
    }
}

.contact_table {
    padding: 0 16px;
}

.contact_table table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 16px;
    text-align: center;
    color: #fff;
}

.contact_table table th {
    box-sizing: border-box;
    padding: 15px;
    vertical-align: middle;
    font-weight: bold;
    text-align: left;
    align-content: center;
}

.contact-message {
    align-content: flex-start !important;
}

.contact_table table td {
    box-sizing: border-box;
    padding: 16px;
    vertical-align: top;
    text-align: left;
    color: #2b2b2b;

    @media screen and (max-width:991px) {
        padding: 16px 0;
    }

    @media screen and (max-width:768px) {
        padding: 0 0 16px;
    }
}

.contact_table th {
    min-width: 330px;
    position: relative;

    @media screen and (max-width:768px) {
        min-width: 120px;
    }
}

.contact_table label {
    padding-left: 43px;
    font-weight: 500;
    font-size: 20px;
    color: #2b2b2b;
    font-size: 16px;
}

.req {
    color: #fff;
    font-weight: normal;
    display: inline-block;
    background: #d30606;
    padding: 5px 7px;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 52%;
    font-size: 12px;
    transform: translateY(-50%);


    @media screen and (max-width:768px) {
        top: 50%;
    }
}

.unreq {
    color: #b1b1b1;
    font-weight: normal;
    display: inline-block;
    padding: 5px 7px;
    font-size: 12px;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #b1b1b1;

    @media screen and (max-width:768px) {
        top: 50%;
    }
}

.message-req {
    color: #fff;
    font-weight: normal;
    display: inline-block;
    background: #d30606;
    padding: 5px 7px;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 9%;
    font-size: 12px;
    color: #fff;
    transform: translateY(-50%);


    @media all and (max-width: 991px) {
        top: 50%;
    }

    @media screen and (max-width:768px) {
        top: 52%;
        transform: translateY(-50%);
    }
}

.job-req {
    color: #fff;
    font-weight: normal;
    display: inline-block;
    background: #d30606;
    padding: 5px 7px;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 12px;
    color: #fff;
    transform: translateY(-50%);

    @media all and (max-width: 991px) {
        top: 52%;
        transform: translateY(-50%);
    }
}

.contact-area-02 {
    .message-req {
        top: 55%;
        transform: translateY(-50%);
    }
}

.contact_table input::placeholder {
    color: #c4c4c4;
}

.contact_table textarea::placeholder {
    color: #c4c4c4;
}

.form-control {
    font-size: 16px;
    font-weight: 400;
    height: auto;
    padding: 10px 12px;
    font-weight: 500;
    font-size: 18px;
    text-align: left;
    color: #333 !important;
    border-radius: 2px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
    background: #fff;
    border: 1px solid #cccccc81;
}

.mwform-radio-field-text {
    color: #333;
    font-size: 16px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #e3e3e3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #e3e3e3;
}

input::placeholder {
    color: #dddddd !important;
}

@media all and (max-width: 991px) {
    .form-control {
        width: 100%;
    }

    .contact_table label {
        font-size: 16px;
    }
}

.btn {
    margin-top: 40px;
    background-color: #020266;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 16px 40px;

    @media all and (max-width: 768px) {
        max-width: 160px;
        padding: 12px 16px;
        margin: 0 auto;
        width: 100%;
    }
}

.btn:hover {
    background-color: #4F4FB4;
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.entry-container tr {
    @media all and (max-width: 991px) {
        display: flex;
        flex-direction: column;
    }
}

.submit-container button {
    margin-top: 40px;
    background-color: #072F4A;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 16px 40px;

    @media all and (max-width: 768px) {
        max-width: 160px;
        padding: 12px 16px;
        margin: 24px auto 0;
        width: 100%;
    }
}

.submit-container button:hover {
    background-color: #06A7D3;
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.mwform-radio-field label {
    display: inline-block;
    width: 48%;
    /* 2列にしたい場合。3列なら32%ぐらい */
    margin-bottom: 8px;
    vertical-align: top;

    @media all and (max-width: 768px) {
        width: 100%;
    }
}

.mw_wp_form .horizontal-item+.horizontal-item {
    margin-left: 0px !important;
}

.page-id-18 .footer-inner,
.page-id-20 .footer-inner,
.page-id-22 .footer-inner {
    padding: 40px 16px 24px !important;
}

label[for] {
    cursor: auto;
}