@charset "utf-8";

/*資料請求・お問い合わせ*/
#contact-form {
    padding: 100px 0;
}

#contact-form .form-wrap {
    max-width: 900px;
    margin: 0 auto;
}

#contact-form .form-wrap .box .sent {
    margin-bottom: 14px;
}

#contact-form .form-wrap .ratio {
    margin: 0 0 14px;
}

#contact-form .form-wrap .ratio.doui li {
    vertical-align: top;
    width: 48%;
    margin-right: 4%;
}

#contact-form .form-wrap .ratio.doui li:last-child {
    margin: 0 !important;
}

#contact-form .form-wrap h2.item-title {
    margin-bottom: 4px;
}

#contact-form .form-wrap h2.item-title span {
    letter-spacing: .1em;
    font-size: 16px;
}

#contact-form .form-wrap h2.item-title span.his {
    font-size: 20px;
}

#contact-form .wpcf7-form-control.textarea {
    width: 100%;
    padding: 6px 8px;
    font-size: 16px;
    border: none !important;
    border: #707070 solid 1px !important;
}

#contact-form .wpcf7-form-control.textarea-s {
    width: 120px;
    padding: 6px 8px;
    font-size: 16px;
    border: none !important;
    border: #707070 solid 1px !important;
}

#contact-form .wpcf7-form-control.textarea2 {
    width: 100%;
    padding: 6px 8px;
    font-size: 16px;
    border: none !important;
    border: #707070 solid 1px !important;
}

#contact-form .wpcf7-form label {
    border: none !important;
    padding: 6px 10px 8px 8px;
    display: inline-block;
    cursor: pointer;
    background: #fff;
    margin: 0 6px 6px 0;
    border: #707070 solid 1px !important;
}

#contact-form .wpcf7-form label input,
#contact-form .wpcf7-form label span {
    vertical-align: middle;
}

#contact-form .wpcf7-form-control.select {
    background: #fff;
    padding: 5px;
    width: 80%;
    font-size: 16px;
    border: none;
    border: #9bd9f3 solid 2px !important;
    border-radius: 5px;
}

#contact-form span.his {
    color: #dc3232;
    font-size: 1.5rem;
    font-weight: normal;
}

#contact-form .transmission {
    text-align: center;
    margin: 30px auto 0;
}

#contact-form .transmission .button,
div.wpcf7cp-btns .wpcf7-form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    appearance: none;
    cursor: pointer;
    background: #075AC7;
    display: inline-block;
    width: 30%;
    outline: none;
    border-radius: 5px;
    font-size: 1.5rem;
    font-weight: bold;
    border: none;
    padding: 12px 0;
    margin: 0 1%;
    letter-spacing: .2em;
    transition: .5s;
    color: #fff;
}

#contact-form .transmission .button:hover,
div.wpcf7cp-btns .wpcf7-form-control:hover {
    background: #22DDFF;
    color: #fff;
}

#contact-form .box {
    margin: 14px 0 0;
}

#contact-form .box-2 {
    margin: 14px 0;
}

#contact-form span.unit {
    display: inline-block;
    margin-left: 10px;
}

.wpcf7-spinner {
    display: block !important;
}

.wpcf7-list-item {
    margin: 0 !important;
}

#contact-form .note span.his {
    display: inline-block;
    margin-right: 4px;
    font-size: 20px;
}

div#wpcf7cpcnf table {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-bottom: none;
}

div#wpcf7cpcnf table tr {
    border-bottom: 1px solid #ccc;
}

div#wpcf7cpcnf table th,
div#wpcf7cpcnf table td {
    padding: 12px;
}

div#wpcf7cpcnf table th {
    width: 50%;
    border-right: 1px solid #ccc;
    background: #f0f8ff;
}

div.wpcf7cp-btns {
    margin: 50px 0 0 !important;
    text-align: center;
}

.grecaptcha-badge {
    bottom: 56px !important;
    transform: scale(0.9, 0.9);
}

#contact-form .box_cont {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 30px;
    margin: 22px 0;
}

#contact-form .ratio>li {
    display: inline-block;
}

#contact-form .form-wrap .ratio.doui li {
    vertical-align: top;
    width: 47%;
    margin-right: 4%;
}

#contact-form .ratio.doui a{
	color: #005bac;
}

@media screen and (max-width:1023px) {
    #contact-form .form-wrap {
        margin: 30px auto 0;
        padding: 30px;
    }

    #contact-form .transmission .button {
        width: 50%;
    }

    #contact-form .transmission {
        margin: 50px auto 0;
    }
}

@media screen and (max-width:767px) {
    #contact-form {
        padding: 10px 0;
    }

    #contact-form .form-wrap {
        margin: 20px auto 0;
        padding: 0 10px 6px;
    }

    #contact-form .form-wrap .ratio {
        margin: 0 0 20px;
    }

    #contact-form .form-wrap .ratio.doui li {
        display: block;
        width: 100%;
        margin-right: 0;
    }

    #contact-form .form-wrap .ratio li {
        display: block;
        width: 100%;
        margin: 0 0 20px;
    }

    #contact-form .form-wrap h2.item-title {
        margin-bottom: 4px;
    }

    #contact-form .form-wrap .ratio li:last-child {
        margin: 0;
    }

    .wpcf7-list-item {
        margin: 0 !important;
    }

    #contact-form .transmission {
        margin: 30px auto 0;
    }

    div.wpcf7cp-btns {
        margin: 40px 0 0 !important;
    }

    #contact-form .transmission .button,
    div.wpcf7cp-btns .wpcf7-form-control {
        width: 43%;
        font-size: 1rem;
        letter-spacing: .1em;
    }

    .grecaptcha-badge {
        bottom: 20px !important;
        right: -160px !important;
        transform: scale(0.5, 0.5);
    }

    div#wpcf7cpcnf table th,
    div#wpcf7cpcnf table td {
        padding: 12px;
        width: 100%;
        display: block;
    }

    div#wpcf7cpcnf table th {
        border-right: none;
    }
}

/* Information Session */

.sub_ttl {
    color: #005bac;
    font-size: 4rem;
    text-align: center;
    margin: 0 0 40px;
}

.schedule_list {
    margin: 60px 0 90px;
}

.schedule_list li {
    margin: 0 0 40px;
}

.schedule_label {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 25px 6% 25px 3%;
    position: relative;
    z-index: 1;
    background: #005bac;
}

.schedule_label::after,
.schedule_label::before {
    content: "";
    position: absolute;
    right: 4%;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 3px;
    height: 20px;
    background-color: #fff;
    transition: all 0.3s;
    z-index: 10;
}

.s_toggle:checked+.schedule_label::before {
    transform: rotate(90deg) !important;
}

.schedule_label::after {
    transform: rotate(90deg);
}

.schedule_label p {
    color: #fff;
    font-size: 2rem;
	width: 120px;
}

.schedule_label h3 {
    color: #fff;
    font-size: 2.4rem;
    margin: 0 0 0 3%;
}

.schedule_label p.s_week {
    font-size: 2.4rem;
    border-right: solid 1px;
	width: auto;
    padding-right: 4%;
}

.schedule_label p.s_start_time {
    margin: 0 0 0 3%;
}

.schedule_cont {
    max-height: 0;
    overflow: hidden;
    position: relative;
    background: #eee;
}

.s_toggle {
    display: none;
}

.s_toggle:checked+.schedule_label+.schedule_cont {
    max-height: 1800px;
    transition: all 1.5s;
}

.schedule_cont_inner {
    padding: 30px 5% 40px;
}

.schedule_cont a {
    color: #fff;
    background: #e95504;
    display: block;
    margin: 30px auto 0;
    max-width: 300px;
    border-radius: 50px;
    font-size: 2.2rem;
    padding: 10px 0;
    text-align: center;
}

.schedule_txt {
    text-align: center;
    font-size: 2rem;
}

.kobetu .entry_btn a {
    color: #fff;
    background: #e95504;
    display: block;
    margin: 30px auto 0;
    max-width: 300px;
    border-radius: 50px;
    font-size: 2.2rem;
    padding: 10px 0;
    text-align: center;
}


@media screen and (max-width:780px) {

    .schedule_list li {
        margin: 0 0 20px;
    }

    .schedule_label {
        padding: 20px 7% 20px 3%;
    }

    .schedule_label p {
        font-size: 1.8rem;
        line-height: 1.4;
    }

    .schedule_label p.s_week {
        font-size: 2.1rem;
    }

    .schedule_label h3 {
        font-size: 2.1rem;
        margin: 5px 0 0;
        width: 100%;
    }

    .schedule_cont_inner {
        padding: 20px 5% 30px;
    }
	
	.schedule_label p {
    width: 85px;
    }
}