    .logo {
        max-width: 80%;
        margin: auto
    }


.mobile-btn {
    display: none;
}
.header-content02 {
    display: none;
}

section.slider {
    display: none;
}

.contact-band {
    display: none;
}

footer#footer {
    display: none;
}
.submit_modal_window {
    display: none;
}
section.home-section.home-section01 {
    height: 150vh;
}

.forms-comment.flex {
    margin-bottom: 3rem;
}

.forms-comment .kokoro {
    width: 10%;
}

.forms-comment .kokoro img {
    width: 100%;
}

.forms-comment .comment {
    width: 85%;
    /* border: solid 3px #ff9b9b; */
    border-radius: 15px;
    padding: 15px;
    font-size: 2rem;
    position: relative;
    background: #ffe2ef;
}

.forms-comment .comment:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 20px;
    left: -30px;
    border: 15px solid transparent;
    border-right: 20px solid #ffe2ef;
}


div.wpforms-container-full .wpforms-field.wpforms-field-radio ul li input[type=radio] {}

ul#wpforms-1681-field_1 li {
    background: #fff;
    display: inline-block;
    min-width: 300px;
    margin: 10px;
    padding: 20px;
    border-radius: 9999px;
    border: solid 3px #ffbedb;
    cursor: pointer;
    hyphens: auto;
}

ul#wpforms-1681-field_1 {
    display: inline-block;
}

ul#wpforms-1681-field_1 li.wpforms-selected {
    background: #ffe2ef;
}

.wpcf7-list-item {
    background: #fffde6;
    border-radius: 15px;
    width: 100%;
    margin: 10px auto;
}

.wpcf7-list-item label {
    width: 100%;
    display: block;
    height: 100%;
    padding: 15px;
}
.wpcf7-list-item.first {margin: auto;}

.wpcf7-list-item-label {
    font-size: 2rem;
}

input[type="radio"] {
    width: 30px!important;
    height: 30px!important;
}

input[type="radio"]:checked:before {
    width: 23px;
    height: 23px;
    left: 4px;
    top: 4px;
    background: #00b51b;
}

.wpcf7-list-item:hover {
    opacity: .8;
}

span.wpcf7-form-control-wrap {
}

span.wpcf7-form-control {
    background: aliceblue;
    padding: 50px;
}

.submit_modal_window {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 80%);
    z-index: 100;
}

.submit_modal_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background: beige;
    border-radius: 20px;
    padding: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    text-align: center;
}

.submit_modal_inner p {
    font-size: 2rem;
    text-align: left;
}

.submit_modal_inner button {
    color: #fff;
    background: #2467ff;
    padding: 20px 80px;
    font-size: 3rem;
    margin-top: 0px;
    margin-bottom: 20px;
    transition-duration: .8s;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.submit_modal_inner button:hover {
    opacity: .8;
    margin-top: 20px;
    transition-duration: .8s;
    margin-bottom: 0;
    box-shadow: none;
}

span.wpcf7-form-control-wrap[data-name="step3"] span span label:before {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}

span.wpcf7-form-control-wrap[data-name="step3"] > span > span {
    width: auto;
}

span.wpcf7-form-control-wrap[data-name="step3"] span span:nth-child(1) label:before {
    background: url(/wp-content/uploads/2023/12/dr-A.png);
    background-size: cover;
}

span.wpcf7-form-control-wrap[data-name="step3"] span span:nth-child(2) label:before {
    background: url(/wp-content/uploads/2023/12/dr-B.png);
    background-size: cover;
}


span.wpcf7-form-control-wrap[data-name="step3"] span span:nth-child(3) label:before {
    background: url(/wp-content/uploads/2023/12/dr-C.png);
    background-size: cover;
}