@charset "UTF-8";
.intro_text {
    margin-bottom: 0.6em;
}
.intro_text > a::before {
    content: "";
}
.intro_text > a::after {
    content: "";
}
.intro_link > a::before {
    content: "";
}
.intro_link > a::after {
    content: "";
}
.intro_link > a > .icon {
    margin-right: 5px;
}
.window_text {
    margin-bottom: 1em;
}
.tel_cols {
    display: table;
    border: 1px solid #b4caf0;
    background: #fff;
}
.tel_cols::after {
    content: "";
    display: block;
    clear: both;
}
.tel_col {
    display: table-cell;
    vertical-align: middle;
    padding: 14px 14px;
}
.tel_col-no1 {
    border-right: 1px solid #b4caf0;
    width: 57px;
}
.tel_tel {
    text-align: center;
    color: #136fbf;
}
.tel_tel > .icon {
    display: block;
    font-size: 40px;
}
.tel_tel > b {
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    margin-top: 3px;
}
.tel_col-no2 {
    padding-left: 40px;
    padding-right: 40px;
}
.tel_telLink {
    color: #053FB3;
    text-align: center;
}
.tel_telLink > a {
    display: block;
    line-height: 1;
    font-size: 32px;
    font-weight: bold;
}
.tel_telLink > a::before {
    content: "";
}
.tel_telLink > a::after {
    content: "";
}
.tel_dList {
    list-style: none;
    display: flex;
    line-height: 1;
    margin-top: 5px;
}
.tel_dList::after {
    content: "";
    display: block;
    clear: both;
}
.form_text {
    margin-bottom: 0.6em;
}
.form_link > a::before {
    content: "";
}
.form_link > a::after {
    content: "";
}
.form_link > a > .icon {
    margin-right: 5px;
}
.form_box {
    background: #fff;
    border: 1px solid #b4caf0;
    padding: 4px 21px;
    margin-top: 25px;
}
.form_table {
    width: 100%;
}
.form_table > tbody > tr {
    border-bottom: 1px solid  #b4caf0;
}
.form_table > tbody > tr:last-child {
    border-bottom: none;
}
.form_table > tbody > tr > th {
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    padding: 19px 10px;
    white-space: nowrap;
}
.form_table > tbody > tr > td {
    padding: 19px 10px;
    vertical-align: top;
}
.form_table > tbody > tr > th > b {
    background: #c8c8c8;
    line-height: 23px;
    width: 41px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    margin-right: 10px;
}
.form_table > tbody > tr > th > b.-required {
    background: #eda250;
}
.form_submit {
    max-width: 280px;
    margin: 0 20px;
}
.confirm {
    border: 1px solid #ebe2c0;
    background: #fff;
    padding: 20px;
    margin-top: 25px;
}
.form_buttons {
    display: flex;
    justify-content: center;
    margin: 50px auto 0;
}
.form_buttons-confirm {
    display: none;
}
.form_confirm {
    display: none;
}
.mw_wp_form_confirm .form_text {
    display: none;
}
.mw_wp_form_confirm .form_link {
    display: none;
}
.mw_wp_form_confirm .form_confirm {
    display: block;
}
.mw_wp_form_confirm .form_buttons-confirm {
    display: flex;
}
.mw_wp_form_confirm .form_buttons-input {
    display: none;
}
@media screen and (max-width:767px) {
    .tel_cols {
        margin: 0 auto;
    }
    .tel_col {
        padding: 10px 5px;
    }
    .tel_tel > .icon {
        font-size: 30px;
    }
    .tel_tel > b {
        font-size: 10px;
    }
    .tel_telLink > a {
        font-size: 21px;
    }
    .tel_dList {
        font-size: 11px;
    }
    .form_box {
        padding: 10px;
    }
    .form_table {
        display: block;
    }
    .form_table > tbody {
        display: block;
    }
    .form_table > tbody > tr {
        display: block;
        border: none;
        margin-bottom: 15px;
    }
    .form_table > tbody > tr:last-child {
        margin-bottom: 0;
    }
    .form_table > tbody > tr > th {
        display: block;
        padding: 0;
        margin-bottom: 10px;
    }
    .form_table > tbody > tr > td {
        display: block;
        padding: 0;
    }
    .form_table > tbody > tr > th > b {
        font-size: 10px;
        line-height: 18px;
        width: 30px;
        border-radius: 2px;
        margin-right: 5px;
    }
    .form_submit {
        max-width: none;
        margin-top: 15px;
        width: 100%;
        margin: 10px auto 0;
    }
    .confirm {
        padding: 15px;
    }
    .form_buttons {
        margin-top: 20px;
    }
    .mw_wp_form_confirm .form_buttons-confirm {
        display: block;
    }
    .form_buttons-input {
        display: block;
    }
}
