@charset "UTF-8";
/*-----------------------------------------------------------------------
CONTACT
-----------------------------------------------------------------------*/
.mw_wp_form .error {
    color: #FF0000 !important;
}

.mw-wp-form-deprecated-message {
    color: #FF0000 !important;
}

.p-contact_notice span {
    color: #f00;
}
.p-contact_notice a {
	text-decoration:underline;
}
.p-contact_notice a:hover {
	text-decoration:none;
}
.p-contact_tel {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.p-contact_to {
    line-height: 1.8;
}

.p-contact_num em {
    margin-right: .5em;
    font-size: 70%;
}

.p-contact_num + .p-contact_num {
    margin-left: 1em;
}

/*-- フォーム --*/
.p-contact_form table {
    width: 100%;
}

.p-contact_form tr {
    border-bottom: 1px solid #dee3eb;
}

.p-contact_form th {
    text-align: left;
    vertical-align: middle;
}

.p-contact_form th span {
    color: #f00;
    font-size: 14px;
}

.p-contact_form input,
.p-contact_form button,
.p-contact_form textarea,
.p-contact_form select {
    margin: 0;
    padding: 0;
    background: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.p-contact_form input[type="tel"],
.p-contact_form input[type="email"],
.p-contact_form input[type="text"],
.p-contact_form textarea {
    width: 100%;
    padding: 0 12px;
    border: 1px solid #dee3eb;
}

.p-contact_form textarea {
    padding: 12px;
}

.p-contact_form button {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    -webkit-transition: .4s;
    transition: .4s;
}

.p-contact_form button:hover {
    opacity: .7;
}

.p-contact_form input[type="tel"],
.p-contact_form input[type="email"],
.p-contact_form input[type="text"] {
    padding-top: 11px;
    padding-bottom: 11px;
}

.p-contact_form #zip {
    width: 175px;
    margin-left: 12px;
}

.p-contact_form #addr {
    margin-top: 14px;
}

/*-- お問い合わせ項目 --*/
.contact_radio .horizontal-item {
    display: inline-block;
    margin-right: 10px;
}

.contact_radio input[type="checkbox"] {
    display: none;
}

.mwform-checkbox-field-text {
    box-sizing: border-box;
    display: block;
    margin: 5px 0;
    line-height: 44px;
    text-align: center;
    border: 2px solid #dee3eb;
    cursor: pointer;
}

.contact_radio input[type="checkbox"]:checked + .mwform-checkbox-field-text {
    color: #fff;
    background-color: #2979ff;
    border-color: #2979ff;
}

.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !important;
}

@media print, screen and (min-width: 768px) {
    .p-contact_sec01 {
        padding-top: 105px;
        padding-bottom: 100px;
    }
    .p-contact_tel {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        padding: 40px;
    }
    .p-contact_num {
        font-size: 35px;
    }
    .p-contact_form th,
    .p-contact_form td {
        padding: 20px 0;
    }
    .p-contact_form th {
        width: 220px;
    }
    .p-contact_form input[type="tel"],
    .p-contact_form input[type="email"],
    .p-contact_form input[type="text"] {
        width: 425px;
    }
    .p-contact_form textarea {
        width: 600px !important;
        height: 10em !important;
    }
    .mwform-checkbox-field-text {
        width: 160px;
    }
    .p-contact_btnArea {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .p-contact_tel {
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .p-contact_to {
        width: 100%;
        margin-bottom: 1em;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .p-contact_sec01 {
        padding: 30px 0;
    }
    .p-contact_tel {
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 20px 25px;
        text-align: center;
    }
    .p-contact_to {
        width: 100%;
        margin-bottom: 1em;
    }
    .p-contact_num {
        font-size: 28px;
        line-height: 2;
    }
    .p-contact_num + .p-contact_num {
        margin-left: 0;
    }
    .p-contact_form th,
    .p-contact_form td {
        display: block;
        width: 100%;
        padding: 15px 0;
    }
    .p-contact_form td {
        padding-top: 0;
    }
    .p-contact_form input[type="tel"],
    .p-contact_form input[type="email"],
    .p-contact_form input[type="text"] {
        width: 100%;
        font-size: 16px;
    }
    .p-contact_form textarea {
        font-size: 16px;
        width: 100% !important;
        height: 5em !important;
    }
    .mwform-checkbox-field-text {
        width: 124px;
    }
}
