.form-wrap {
    text-align: center;
    margin-top: 80px;
    padding: 80px 0 115px;
    background-color: #DDE4EE;
}

.form-head-img {
    width: 388px;
    height: auto;
}

.form-wrap .form-introduction p {
    font-family: YuGothic, sans-serif;
    font-weight: 500;
    font-size: 19px;
    line-height: 33px;
    text-align: center;
    color: #231815;
}

.urgent-tel-text {
    font-family: YuGothic, sans-serif;
    font-weight: bold;
    font-size: 22.41px;
    letter-spacing: 0.03em;
    line-height: 32.65px;
    text-align: center;
    color: #1e5199;
}

.form-wrap .notice {
    font-family: YuGothic, sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 33px;
    text-align: center;
    color: #595757;
}

.form-wrap p {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 38px;
}

.form-wrap .box-radius-heading-wrap {
    margin: 0;
    width: 100%;
}

.form-wrap-content {
    padding: 0 50px;
    width: 950px;
    margin: 0 auto;
}

.form-wrap-desciption {
    margin: 32px auto 40px;
    font-size: 20px;
    width: 830px;
}

.form-wrap tr {
    margin: 24px auto;
    display: flex;
    align-items: flex-start;
}

.form-wrap th {
    display: flex;
    flex-direction: column-reverse;
    align-items: baseline;
    width: 200px;
    font-size: 18px;
    color: #3E3A39;
    text-align: left;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    letter-spacing: 0.01em;
}

.form-message-description {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.01em;
    line-height: 20px;
    text-align: left;
    color: #231815;
}

.form-wrap td {
    flex: 1;
    display: flex;
}

.required {
    font-weight: normal;
    font-size: 10px;
    color: #E60012;
    border: solid 1px #E60012;
    padding: 4.5px 12px 4px;
    border-radius: 6.75px;
    background: white;
}

.help {
    display: none !important;
}

.validation_message {
    color: #E60012;
    font-size: 17px;
    line-height: 44px;
    margin: 0 0 0 24px;
    display: inline-flex;
    align-items: center;
    position: relative;
    top: 2px;
}

.ninni {
    font-weight: normal;
    font-size: 10px;
    color: #1E5199;
    border: solid 1px #1E5199;
    padding: 4.5px 12px 4px;
    border-radius: 6.75px;
    background: white;
}

.validation_message {
    display: none;
}

input[type="text"],
input[type="tel"] {
    border: solid 1px #595757;
    border-radius: 7px;
    font-size: 20px;
    padding: 10px 16px;
    width: 500px;
}

input::placeholder {
    font-size: 20px;
    color: #B5B5B6;
}

input[type="radio"] {
    display: none;
}

label.radio {
    color: #567DB2;
    border: solid 1px #567DB2;
    border-radius: 7px;
    width: 100px;
    height: 36.7px;
    background: white;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-weight: bold;
}

label.radio:first-of-type {
    margin-right: 8px;
}

label.radio:last-of-type {}

input[type="radio"]:checked+label.radio {
    background: #567DB2;
    color: white;
}

.select-wrap {
    overflow: hidden;
    text-align: center;
    border: solid 1px #595757;
    border-radius: 7px;
    width: 238px;
    height: 45px;
    background: #ffffff;
    position: relative;
    display: flex;
    align-items: center;
}

.select-wrap::before {
    position: absolute;
    top: 15px;
    right: 12px;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 14px solid #3E3A39;
    pointer-events: none;
}

select {
    font-size: 18px;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    color: #595757;
    padding: 0 38px 0 16px;
    flex: 1;
    color: #b5b5b6;
}

::selection {
    background: #595757;
    color: #b5b5b6;
}

#for-hidden-times,
#for-hidden-times-next {
    background: #9E9E9E;
    border-radius: 7px;
    width: 128px;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: white;
    font-size: 14px;
    line-height: 35px;
    display: none;
}

#for-hidden-times.active,
#for-hidden-times-next.active {
    background: #1E5199;
}

#hidden-times,
#hidden-times-next {
    /*display: none;*/
}

#hidden-times th,
#hidden-times-next th {
    margin-top: -16px;
}

.datetime {
    display: flex;
    flex-direction: column;
}

.datetime .section {
    margin: 20px 0px 0;
    display: flex;
    flex-wrap: wrap;
}

.datetime label {
    margin: 10px 10px;
}

textarea {
    resize: none;
    width: 500px;
    height: 260px;
    border: solid 1px #595757;
    border-radius: 7px;
    font-size: 20px;
    padding: 12px;
}

#mail_sent {
    cursor: pointer;
    margin-top: 40px
}

.form-wrap .blue {
    color: var(--blue-color);
    margin: 12px 0;
    font-weight: bold;
}

.form-wrap .tel-img {
    margin: 0;
    width: 450px;
    height: auto;
}

.form-wrap-content {
    margin-bottom: 35px;
}

.form-wrap-tel {
    margin: 24px 0;
}


/*ご希望時間*/

.form_radio {
    display: flex;
    flex-wrap: wrap;
    width: 700px;
}

.form_radio li {
    min-width: 100px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.form_sex li,
.age-section li,
.menus-section li {
    margin-bottom: 0;
}

.form_radio li label {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
}

.sex-section,
.menus-section {
    padding-top: 10px;
}

.btnSubmit:hover {
    opacity: 0.7;
}