@charset "utf-8";
/* CSS Document */

img {
    border: 0;
    max-width: 100%;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover,
a div:hover {
    transition: all .3s;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

ul li {
    list-style: none;
}

.float_l {
    float: left;
}

.fw_b {
    font-weight: bold;
}

.red {
    color: #f80a26;
}

.ta_c {
    text-align: center;
}

.pr_20 {
    padding-right: 20px;
}

.mb_20 {
    margin-bottom: 20px;
}

.mb_50 {
    margin-bottom: 50px;
}

.mb_60 {
    margin-bottom: 60px !important;
}

.mt_50 {
    margin-top: 50px;
}

.w_40 {
    width: 40%;
}

.w_80 {
    width: 80%;
}

.w_100 {
    width: 100%;
}

.sp {
    display: none;
}

/* -------------------------------------ここからflexbox---------------------------------------------- */

.flex-pcsp {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.fw_wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.jc_sb {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.jc_c {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* -------------------------------------ここまでflexbox---------------------------------------------- */
html {
    scroll-behavior: smooth;
}

body {
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', Hiragino Kaku Gothic Pro, 'ＭＳ Ｐゴシック', 'ＭＳ ゴシック', san-serif;
    font-size: 1rem;
    line-height: 22px;
    color: #202020;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

#wrap {
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    clear: both;
    padding-top: 200px;
}

.lp {
    padding-top: 0 !important;
}

.w_center {
    width: 1180px;
    margin: 0 auto;
}

.header_spmenubox {
    display: none;
}

article.course-wrap h2,
article.point h2 {
    text-align: center;
    margin-bottom: 20px;
}

.copyright {
    margin: 0;
    padding: 10px;
    overflow: hidden;
    clear: both;
    background: #303030;
    font-weight: bold;
    color: #fff;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
}

.contact_til {
    overflow: hidden;
    clear: both;
    font-weight: bold;
    font-size: 16px;
    background: none;
    padding: 0;
    margin: 30px 0 0;
}

.contact_table {
    padding: 0;
    overflow: hidden;
    clear: both;
    width: 100%;
    font-size: 16px;
}

.contact_table td {
    width: 50%;
    padding: 5px 0;
}

.contact_table select {
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    padding: 3px;
    font-size: 16px;
    color: #555;
    background: #fff;
}

.contact_table input {
    font-size: 16px;
    padding: 3px;
    color: #2e2e2e;
    width: 100%;
    box-sizing: border-box;
}

.contact_table_radio input,
input[type="checkbox"] {
    width: auto;
}

.contact_note {
    color: #00a1e9;
    clear: both;
    overflow: hidden;
    padding: 5px 0 0 0;
    font-size: 14px;
    line-height: 18px;
}

.contact_table td textarea {
    width: 90%;
    height: 80px;
    font-size: 16px;
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', Hiragino Kaku Gothic Pro, 'ＭＳ Ｐゴシック', 'ＭＳ ゴシック', san-serif;
    padding: 3px 3px 0 4px;
}

textarea[name="message"] {
    width: 100% !important;
    box-sizing: border-box;
}

.contact_table td a {
    color: #00a1e9;
    text-decoration: underline;
}

.contact-btn {
    text-align: center;
    margin: 30px 0;
    border-bottom: dotted 2px #2d7108;
    border-top: dotted 2px #2d7108;
    padding: 50px 20px;
}

select {
    padding: 5px;
    width: 30%;
}

.contact_table select,
select[name="course"] {
    background: url(../../images/ui_bg.png) 50% 50% repeat-x;
    font-size: initial;
    color: initial;
}

.contact_table select[name="grade"] {
    border: 1px solid;
    border-radius: initial;
    padding: 5px;
}

.course-elementary .text.comment {
    background: url(/images/2020spring_bg01.png);
    background-repeat: no-repeat;
    background-position: left;
    min-height: 110px;
    padding: 55px 0 0 25px;
    margin-top: -20px;
}

.course-elementary .text.comment02 {
    background: url(/images/2020spring_bg02.png);
    background-repeat: no-repeat;
    background-position: left;
    min-height: 72px;
    padding: 15px 0 20px 40px;
}

.course-junior .text.comment {
    background: url(/images/2020spring_bg03.png);
    background-repeat: no-repeat;
    background-position: left;
    min-height: 77px;
    padding: 44px 0 0 25px;
    margin-top: -10px;
}

.course-junior .text.comment02 {
    background: url(/images/2020spring_bg04.png);
    background-repeat: no-repeat;
    background-position: left;
    min-height: 110px;
    padding: 15px 0 40px 25px;
}

.course-highschool .text.comment {
    background: url(/images/2020spring_bg05.png);
    background-repeat: no-repeat;
    background-position: left;
    min-height: 91px;
    padding: 55px 0 0 25px;
    margin-top: -20px;
}

.course-highschool .text.comment02 {
    background: url(/images/2020spring_bg06.png);
    background-repeat: no-repeat;
    background-position: left;
    height: 110px;
    padding: 15px 0 20px 30px;
}

.course-other .text.comment {
    background: url(/images/2020spring_bg07.png);
    background-repeat: no-repeat;
    background-position: left;
    min-height: 90px;
    padding: 50px 0 0 25px;
    margin-top: -10px;
}

.course-other .text.comment02 {
    background: url(/images/2020spring_bg08.png);
    background-repeat: no-repeat;
    background-position: left;
    min-height: 110px;
    padding: 15px 0 40px 25px;
}

.student {
    margin-bottom: 100px;
}

.content-right,
.content-left {
    position: relative;
    height: 240px;
}

.course .course_image {
    position: absolute;
    right: 0;
    top: 50px;
}

.course .course_image,
.course .course_image02 {
    width: 30%;
}

.course .course_text,
.course .course_text02 {
    width: 70%;
}

.menu_cplp p {
    width: 24%;
}

.point01 {
    background-color: #fcebf2;
    padding: 20px;
    width: calc(100% / 3 - 50px);
    align-self: auto;
}

.point02 {
    background-color: #ebf4e4;
    padding: 20px;
    width: calc(100% / 3 - 50px);
    align-self: auto;
}

.point03 {
    background-color: #e2f2f2;
    padding: 20px;
    width: calc(100% / 3 - 50px);
    align-self: auto;
}

.course-head {
    border-bottom: dotted 2px #2d7108;
    margin-bottom: 50px;
    width: 48%;
}

span.color01 {
    color: #8f3a3a;
    font-weight: bold;
}

article#form h2,
.form-lead {
    text-align: center;
    line-height: 2;
}

.form-lead {
    font-weight: bold;
}

.course {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.course-elementary,
.course-junior {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 48%;
    border-bottom: dotted 2px #2d7108;
    margin-bottom: 50px;
    color: initial;
    font-weight: initial;
}

.course-highschool,
.course-other {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 48%;
    color: initial;
    font-weight: initial;
}

#highschool-other {
    border-bottom: dotted 2px #2d7108;
    margin-bottom: 50px;
}

.course_text,
.course_text02 {
    width: 85%;
}

.flex.content-left,
.flex.content-right {
    height: 260px;
}

article.course_cp-winter2020 {
    text-align: center;
}

.cp_intro {
    font-size: 30px;
    line-height: 1.5;
    max-width: 1080px;
    margin: 0 auto;
    text-align: left;
}

.sub_blue {
    font-size: 36px;
    line-height: 1.5;
    max-width: 1080px;
    margin: 0 auto;
    text-align: left;
    font-weight: bold;
    color: #1E75BA;
}

.lesson {
    margin-bottom: 20px;
    width: calc(100% / 2 - 10px);
    background: #0069B7;
    padding: 0 20px 40px;
    box-sizing: border-box;
}

.lesson_school {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    padding: 20px 0 10px;
    line-height: 1;
}

.lesson_inner {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    text-align: left;
    height: calc(100% - 85px);
}

.lesson_inner th {
    width: 80px;
    vertical-align: top;
}

.lesson_title {
    font-size: 40px;
    line-height: 1.2;
    font-weight: bold;
    color: #E8355D;
}

span.small {
    font-size: 0.8em;
}

span.small02 {
    font-size: 0.6em;
}

.lesson table {
    font-size: 24px;
    line-height: 1.5;
}

.cp-2021spring .course_image {
    width: 30%;
}

.cp-2021spring #elementary,
.cp-2021spring #highschool {
    margin-right: 20px;
    width: calc(50% - 40px);
    margin-top: -100px;
    padding-top: 100px;
}

.cp-2021spring #junior,
.cp-2021spring #other {
    margin-left: 20px;
    width: calc(50% - 40px);
    margin-top: -100px;
    padding-top: 100px;
}

.cp-2021spring #form {
    margin-top: -100px;
    padding-top: 100px;
}

.cp-2021spring .cpbox {
    margin: 50px 0 0 50px;
}

.cp-2021spring .content-right {
    margin-left: 60px;
}

.cp-2021spring .course_text {
    width: 70%;
}

.fluffy {
    animation: fluffy1 3s ease infinite;
}

@keyframes fluffy1 {
    0% {
        transform: translateX(0)
    }

    5% {
        transform: translateX(0)
    }

    10% {
        transform: translateX(0)
    }

    20% {
        transform: translateX(-10px)
    }

    25% {
        transform: translateX(0)
    }

    30% {
        transform: translateX(-10px)
    }

    50% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(0)
    }
}

.side_btn-cp {
    width: 40px;
    background: #c8285d;
    line-height: 40px;
    text-align: center;
    position: fixed;
    top: calc(50vh - 150px);
    right: 0;
    z-index: 100;
}

.side_btn-cp a {
    color: #fff;
    display: block;
    width: 100%;
}

.btn01,
.btn02,
.btn03 {
    border: 1px solid #fff;
    height: 100px;
    writing-mode: vertical-rl;
}

#lp #wrap {
    overflow: unset;
    clear: none;
}

#lp .mw_wp_form {
    margin: 0;
    padding: 0;
}

.header_box-cp {
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    clear: both;
    max-width: 1180px;
    width: 100%;
    background: #fff;
    position: fixed;
    text-align: right;
    padding: 20px 0 0;
    z-index: 100;
}

.header_contr-cp li {
    display: inline;
}

.cp-2021spring h1 img {
    margin-top: 20px;
}

/* #lp .mw_wp_form.mw_wp_form_complete {
    background: #0067b6;
    color: #fff;
    padding: 40px;
    margin: 40px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
} */

/*-------------------------------------------------- contact_form-----------------------------------------------------*/

div.mfp_buttons {
    clear: both;
    padding: 10px 0px;
    text-align: center;
}

div.mfp_buttons input,
div.mfp_buttons button {
    text-align: center;
    width: 170px;
    height: 45px;
    margin: 2% 10px;
    font-weight: bold;
    text-align: center;
    border: none;
    background: url(../images/contact_btn.png) no-repeat;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
}

table a {
    text-decoration: underline;
    color: #1e6dc1;
}

.mwform-radio-field-text {
    float: none !important;
}

.mwform-radio-field {
    float: left;
}

.horizontal-item {
    float: left;
}

.mwform-radio-field-text {
    float: left;
}

.mwform-radio-field label {
    float: left;
}

.mw_wp_form {
    clear: both;
    margin-top: -150px;
    padding-top: 150px;
}

.contact_table-form td {
    width: 60%;
    padding: 5px 0;
}

.contact_table-form input {
    font-size: 16px;
    padding: 3px;
    color: #2e2e2e;
    width: 500px;
    box-sizing: border-box;
}

.contact_table-form input[type="radio"] {
    width: auto;
}

.contact_table-form select {
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    padding: 3px;
    font-size: 16px;
    background: url(https://katekyo-akita.com/images/ui_bg.png) 50% 50% repeat-x;
    color: #555;
    margin-right: 10px;
}

.contact_table-form .mwform-radio-field,
.contact_table-form .mwform-radio-field label {
    float: none;
}

.form-post {
    margin: 20px auto 0;
    position: relative;
    width: 770px;
    background-color: #b7c9aa;
    padding: 50px 100px;
    box-sizing: border-box;
}

.form-privacy {
    margin: 20px auto 0;
    position: relative;
    width: 770px;
    box-sizing: border-box;
    text-align: center;
}

.form-privacy .horizontal-item {
    float: none;
}

.form-head {
    color: #333ca1;
    font-size: 22px;
    font-weight: bold;
}

input[name="family-name"],
input[name="first-name"] {
    box-sizing: border-box;
}

.name01,
.name02 {
    width: 49%;
}

#lp .top-school {
    width: calc(50% - 10px);
    max-width: 501px;
    width: calc(50% - 20px);
    margin-bottom: 10px;
}

#lp .mobi-nav-wrapper,
#lp .mobi-nav-wrap {
    display: none !important;
}

.footer-menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.footer-menu a {
    color: #fff;
}

.menu01,
.menu02,
.menu03,
.menu04 {
    width: calc(100% / 4);
}

.menu01,
.menu02,
.menu03,
.menu04,
.menu05 {
    padding: 5px;
    text-align: center;
}

.menu01 {
    background-color: #6cbb5a;
}

.menu02 {
    background-color: #f0831e;
}

.menu03 {
    background-color: #1eadb6;
}

.menu04 {
    background-color: #5b7795;
}

.menu05 {
    background-color: #00a1e9;
}

.menu05 img {
    width: 50px;
}

/* -------------------------------------ブレイクポイントmax---------------------------------------------- */

@media only screen and (max-width:1180px) {
    #wrap {
        width: 100%;
    }

    .w_center {
        width: 100%;
    }

    .student {
        height: 190px;
    }

    .cp_intro,
    .sub_blue {
        margin: 0 auto;
        padding: 0 20px;
    }

    .lesson_title,
    .lesson_school {
        font-size: 30px;
    }

    .lesson table {
        font-size: 20px;
    }

    .onetoone {
        text-align: center;
    }
}

@media only screen and (max-width:930px) {

    .text.comment,
    .text.comment02 {
        font-size: 12px;
        line-height: 1.4;
    }

    .student {
        height: 130px;
    }
}

@media only screen and (max-width:920px) {
    .header_spmenubox {
        width: 10%;
        text-align: right;
        cursor: pointer;
        float: right;
        display: block;
        margin: 0;
    }

    #wrap {
        margin: 0;
        padding: 0;
        overflow: hidden;
        clear: both;
        width: 100%;
        padding-top: 150px;
    }

    .cp-2021spring #elementary,
    .cp-2021spring #highschool,
    .cp-2021spring #junior,
    .cp-2021spring #other {
        width: auto;
        text-align: center;
    }

    .button-contact {
        text-align: center;
    }
}

@media only screen and (max-width:865px) {
    .contact_table-form td {
        width: 100%;
        float: left;
    }

    .contact_table-form input {
        margin-bottom: 5px;
        width: 100%;
        box-sizing: border-box;
    }

    .form-post,
    .form-privacy {
        width: 100%;
    }
}

@media only screen and (max-width:767px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .ta_c {
        text-align: center;
    }

    .mt_35-sp {
        margin-top: 35px;
    }

    .mb_20-sp {
        margin-bottom: 20px;
    }

    .flex {
        display: block;
    }

    .fw_wrap-sp {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .menu_cplp {
        margin-bottom: 20px;
    }

    .menu_cplp p {
        width: 49%;
    }

    .point01,
    .point02,
    .point03,
    .course-head {
        width: 100%;
        box-sizing: border-box;
    }

    .btn-img {
        margin-bottom: 10px;
    }

    #lp .copyright {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        /* margin-bottom: 42px !important; */
    }

    /* footer {
        padding-bottom: 40px;
    } */

    .copyright {
        font-size: 16px;
        line-height: 24px;
    }

    input[name="family-name"],
    input[name="first-name"] {
        margin-bottom: 20px;
    }

    .fw-wrap-sp {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .form-post,
    .form-privacy {
        padding: 20px 20px;
    }

    .course {
        display: block;
    }

    .course-elementary,
    .course-junior,
    .course-highschool,
    .course-other {
        width: 100%;
    }

    .student {
        margin-bottom: 0;
    }

    .flex.content-left,
    .flex.content-right {
        height: auto;
    }

    #lp .top-school {
        width: 100%;
        max-width: 347px;
        margin: 0 auto;
    }

    .content-right,
    .content-left,
    .student {
        height: auto;
    }

    .banner,
    .info {
        margin-bottom: 20px;
        padding: 0 20px;
        text-align: center;
    }

    .content .banner {
        padding: 0;
    }

    .lesson {
        width: 100%;
    }

    .cp_intro {
        font-size: 16px;
    }

    .form-lead,
    .note {
        text-align: left;
    }

    .lesson_title {
        font-size: 20px;
    }

    .lesson table {
        font-size: 16px;
    }

    .lesson_inner th {
        width: 60px;
    }

    .sub_blue {
        font-size: 26px;
    }

    .grade-btn {
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0 20px;
    }

    .grade-btn picture {
        width: 49%;
    }

    .cp-2021spring .text {
        font-size: 13px;
        line-height: 1.6;
    }

    .side_btn-cp {
        width: 100%;
        position: fixed;
        bottom: 0;
        top: initial;
        line-height: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
    }

    .btn01,
    .btn02,
    .btn03 {
        width: calc(100% / 3);
        height: 40px;
        writing-mode: initial;
    }

    .header_box-cp {
        text-align: center;
    }

    .header_contr-cp img {
        width: 45%;
    }

    .cp-2021spring #elementary,
    .cp-2021spring #highschool,
    .cp-2021spring #junior,
    .cp-2021spring #other {
        margin-right: 0;
        margin-left: 0;
    }

    .cp-2021spring h1 img {
        margin-top: 70px;
    }
}

@media only screen and (max-width:480px) {
    .cp-2021spring .content-right {
        margin-left: 0;
    }

    .cp-2021spring .cpbox {
        margin: 0;
    }
}

@media only screen and (max-width:414px) {
    .lesson_school {
        font-size: 25px;
    }

    article.point {
        margin-bottom: 0;
    }
}

@media only screen and (max-width:320px) {
    .header_spmenubox {
        margin: 0;
    }
}

/* -------------------------------------ブレイクポイントmin---------------------------------------------- */

@media screen and (min-width:768px) {
    .banner {
        max-width: 587px;
    }

    .mr_20-sp {
        margin-right: 20px;
    }
}

/* -------------------------------------20220414 90分2回無料体験---------------------------------------------- */

h1 {
    margin: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.banner-school {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 870px;
    justify-content: space-between;
}

.banner-school div {
    width: calc(50% - 20px);
}

.banner-school div:nth-child(2n-1) {
    margin-right: 40px;
}

.banner-school div {
    margin-bottom: 20px;
}

@media only screen and (max-width:1180px) {
    .banner-school {
        padding: 0 20px;
    }

}

@media only screen and (max-width:414px) {
    .banner-school div {
        width: 100%;
        text-align: center;
    }

    .banner-school div:nth-child(2n-1) {
        margin-right: 0;
    }
}


/*----------------------------------------------------------------------------------------------------
contact form 7 2024/05/23
----------------------------------------------------------------------------------------------------*/

.formWrap {
    a {
        text-decoration: underline;
        color: #1e6dc1;
    }

    padding-inline: 20px;

    .form-content {
        margin-bottom: 4em;
    }

    .formTitle {
        margin-block: 1rem;
        padding: 3px 10px;
        overflow: hidden;
        clear: both;
        background: #cccccc;
        font-weight: bold;
        font-size: 16px;
    }

    .formTitle--blue {
        color: #3071b5;
        font-weight: bold;
        margin-block: 20px 5px;
    }

    .name_parent {
        margin-block-end: 10px;
    }

    .formSelect select {
        border: 1px solid #d3d3d3;
        border-radius: 0;
        padding: 6px 12px;
        font-size: 16px;
        color: #555;
        background: #f5f5f5;
    }

    table.formTable-inner {
        border: 1px solid #b7b7b7;
        padding: 5px;
    }

    table.formTable-inner th {
        width: 20%;
        min-width: 260px;
        text-align: left;
        background-color: #eaeaea;
        padding: 5px 10px;
        border-bottom: 1px dotted #b7b7b7;
        vertical-align: middle;
    }

    table.formTable-inner td {
        padding: 5px;
        border-bottom: 1px dotted #b7b7b7;
    }

    /* table.formTable-inner td.form-name-wrap {
display: flex;
flex-direction: column;
gap: 5px;
} */
    span.wpcf7-list-item {
        margin-inline-end: 1em;
    }

    input,
    textarea {
        font-size: 16px;
    }

    input[type="radio"],
    input[type="checkbox"] {
        margin-right: 5px;
    }

    input[name="last-name"],
    input[name="first-name"] {
        width: 300px;
    }

    input.birth {
        width: 100% !important;
    }

    td.check-privacy .wpcf7-list-item {
        font-weight: bold;
    }

    dt.formTitle-sub {
        font-weight: bold;
        color: #4f4f4f;
        font-size: 15px;
    }

    dd:not([class]) {
        margin-block-end: 20px;
    }

    .wpcf7-not-valid-tip {
        margin-block: 5px;
    }

    td.flex.form-birth p {
        display: flex;
        align-items: center;
    }
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    text-align: center;
    padding-block: 20px;
    font-size: 20px;
    background: #ebd355;
    border: none;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0 0.5em 1em !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    text-align: center;
    padding-block: 20px;
    font-size: 20px;
    background: #ebd355;
    border: none;
}

.check-privacy {
    text-align: center;
    margin-block: 40px 0;

    a {
        text-decoration: underline;
        color: #1e6dc1;
    }

    .check-privacy-text {
        margin-block-end: 10px;
    }

    label {
        font-size: 20px;
        font-weight: bold;
    }
}

.wpcf7 select,
.wpcf7 text,
.wpcf7 input:not([type="radio"]),
.recruit__form input:not([type="radio"]),
select[name="work"] {
    padding: 5px 10px;
    width: 300px;
    font-size: 16px;
}

.contact_table select,
select,
select[name="course"],
select[name="place"] {
    border: 1px solid #d3d3d3;
    border-radius: 0;
    padding: 3px;
    font-size: 16px;
    /* background: url(../images/ui_bg.png) 50% 50% repeat-x; */
    background: #f5f5f5;
    color: #555;
    width: 200px;
}

.wpcf7 textarea,
.recruit__form textarea {
    padding: 5px 10px;
    width: 100%;
}

.wpcf7 input[type="submit"],
.wpcf7 input[type="button"],
.recruit__form input[type="submit"],
.recruit__form input[type="button"] {
    text-align: center;
    width: 250px;
    height: 60px;
    margin: 2% 10px;
    font-weight: bold;
    text-align: center;
    border: none;
    /* background: url(../images/contact_btn.png) no-repeat; */
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    background-color: #1e6daf;
    border-radius: 5px;
    font-size: 24px;
}

@media screen and (max-width:767px) {
    .formWrap {

        input[name="last-name"],
        input[name="first-name"],
        .formSelect select,
        input:not([type="radio"]) {
            width: 100%;
            margin: 0;
            margin-bottom: 5px;
        }

        table.formTable-inner td {
            padding: 0;
            margin-block: 10px 20px;
            border-bottom: none;
        }

        table.formTable-inner th {
            border-bottom: none;
        }
    }

    .wpcf7 select,
    .wpcf7 text,
    .wpcf7 input:not([type="radio"]) {
        width: 100%;
        padding: 5px 10px;
        /* width: 300px; */
        width: 100%;
    }

    .wpcf7 input[type="submit"],
    .wpcf7 input[type="button"] {
        font-size: 20px;
        margin-inline: 0;
    }

    div.mfp_buttons {
        margin-inline: 20px;
    }

    td.flex.form-birth {
        display: flex;
    }
}

.thanks-message {
    font-size: 140%;
    font-weight: bold;
    background: #0068b7;
    color: #fff;
    padding: 30px 10px;
    margin-top: 20px;
    text-align: center;
    line-height: 2.5rem;
    margin-block: 100px;
}

section.class-top .flex:after {
    content: "";
    max-width: 501px;
    width: calc(50% - 20px);
    margin-bottom: 10px;
}

/*----------------------------------------------------------------------------------------------------
LP【2025】完全マンツーマンの夏期講習（小学生）
----------------------------------------------------------------------------------------------------
*/
.LpContent {
    img {
        display: block;
        margin: 0 auto;
    }

    #form {
        margin: 0;
        padding: 0;
    }
}

/*----------------------------------------------------------------------------------------------------
LP【2025】秋冬の体験授業 20251020
----------------------------------------------------------------------------------------------------
*/
.wpcf7 select,
.wpcf7 text,
.wpcf7 input:not([type="radio"]) {
    width: 100%;
    margin-bottom: 5px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 300px;
    display: block;
    margin: 0 auto;
}