@charset "UTF-8";
.contact {}
.contact_inner {}
.contact_title {
    margin-bottom: 116px;
}
.contact_headline {
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 10px;
}
.contact_title > small {}
.contact_title > b {}
.contact_dList {
    background: #FAFAFA;
    
    box-sizing: border-box;
    padding: 26px 30px;
    color: #20B0ED;
    line-height: 1;
    margin-bottom: 139px;display: inline-block;
}
.contact_dList::after {
    content: "";
    display: block;
    clear: both;
}
.contact_dList > dt {
    margin-bottom: 12px;
    font-size: 60px;
    font-weight: bold;
}
.contact_dList > dt > a > .icon {
    font-size: 80%;
    margin-right: 10px;
}
.contact_dList > dd {
    font-size: 25px;
    font-weight: bold;
    padding-left: 64px;
}
.contact_dList > dd > a {
    display: block;
    font-size: 60px;
    color: #00ACEB;
    font-weight: normal;
}
.contact_dList > dd > a::before {
    content: "";
}
.contact_dList > dd > a::after {
    content: "";
}
.contact_link {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 104px;
}
.contact_link > b {
    font-size: 25px;
    display: block;
}
.contact_link > a {
    display: block;
    color: #00ACEB;
    font-size: 35px;
    font-weight: bold;
}
.contact_link > a::before {
    content: "";
}
.contact_link > a::after {
    content: "";
}
.form {}
.form_title {
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 10px;
}
.form_text {
    margin-bottom: 88px;
    margin-top: 40px;
}
.form_table {
    width: 100%;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
}
.form_table > tbody {}
.form_table > tbody > tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.form_table > tbody > tr > th {
    text-align: left;
    padding: 23px 2px;
    vertical-align: top;
    white-space: nowrap;
    padding-right: 20px;
}
.form_table > tbody > tr > td {
    padding: 23px 10px;
}
.form_table > tbody > tr > th > b {
    display: inline-block;
    vertical-align: middle;
    line-height: 17px;
    color: #fff;
    background: #0d69b2;
    font-size: 12px;
    padding: 0 9px;
    margin-left: 15px;
}
.form_inputText {}
.form_caution {}
.form_dList {
    list-style: none;
    margin-top: 20px;
}
.form_dList::after {
    content: "";
    display: block;
    clear: both;
}
.form_dList > dt {}
.form_dList > dd {}
.form_dList > dd > input {}
.form_submit {
    max-width: 390px;
    margin: 0 auto;
    margin-top: 46px;
    font-size: 14px;
}
.form_submit > .icon {
    margin-left: 5px;
}
.screen-reader-response {
    display: none;
}
.wpcf7 .wpcf7-response-output {
    margin: 35px 0;
    padding: 20px;
    display: none;
}
.wpcf7 .wpcf7-validation-errors {
    color: #d34226;
    background-color: #ffdfdf;
    border: 1px solid rgba(211, 66, 38, 0.44);
    display: block;
}
.wpcf7 .wpcf7-mail-sent-ok {
    color: #3A87AD;
    background-color: #D9EDF7;
    border: 1px solid #BCE8F1;
    display: block;
}
[type="tel"].wpcf7-not-valid,
textarea.wpcf7-not-valid,
[type="email"].wpcf7-not-valid,
[type="text"].wpcf7-not-valid {
    background: #ffdfdf;
}
.wpcf7-not-valid-tip[role="alert"] {
    color: rgb(230, 0, 0);
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.5em;
}
.screen-reader-response {
    display: none;
}
@media screen and (min-width:1000px) {
    .contact_dList > dd > a:hover {}
    .contact_link > a:hover {}
}
@media screen and (max-width:999px) {
    .contact {}
    .contact_inner {}
    .contact_title {
        margin-bottom: 60px;
    }
    .contact_title > small {}
    .contact_title > b {}
    .contact_dList {
        font-size: 20px;
        margin-bottom: 60px;
        width: auto;
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
    }
    .contact_dList::after {}
    .contact_dList > dt {
        font-size: 40px;
    }
    .contact_dList > dd {
        padding: 0;
        font-size: 20px;
    }
    .contact_dList > dd > a {
        font-size: 50px;
    }
    .contact_dList > dd > a::before {}
    .contact_dList > dd > a::after {}
    .contact_link {
        margin-bottom: 50px;
    }
    .contact_link > b {
        font-size: 20px;
    }
    .contact_link > a {
        font-size: 28px;
    }
    .contact_link > a::before {}
    .contact_link > a::after {}
    .form {}
    .form_title {
        margin-bottom: 10px;
    }
    .form_text {
        font-size: 16px;
        margin-bottom: 60px;
    }
    .form_table {}
    .form_table > tbody {}
    .form_table > tbody > tr {}
    .form_table > tbody > tr > th {
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .form_table > tbody > tr > td {
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .form_table > tbody > tr > th > b {}
    .form_inputText {}
    .form_caution {}
    .form_dList {}
    .form_dList::after {}
    .form_dList > dt {}
    .form_dList > dd {}
    .form_dList > dd > input {}
    .form_submit {}
    .form_submit > .icon {}
}
@media screen and (max-width:699px) {
    .contact {}
    .contact_inner {}
    .contact_title {
        margin-bottom: 25px;
    }
    .contact_title > small {}
    .contact_title > b {}
    .contact_dList {
        font-size: 16px;
        margin-bottom: 35px;
        padding: 15px;white-space: nowrap;
    }
    .contact_dList::after {}
    .contact_dList > dt {
        margin-bottom: 10px;
        font-size: 27px;
        text-align: center;
    }
    .contact_dList > dd {
        font-size: 15px;
        text-align: center;
    }
    .contact_dList > dd > a {
        font-size: 30px;
    }
    .contact_dList > dd > a::before {}
    .contact_dList > dd > a::after {}
    .contact_link {
        margin-bottom: 25px;
    }
    .contact_link > b {
        font-size: 16px;
    }
    .contact_link > a {
        font-size: 16px;
    }
    .contact_link > a::before {}
    .contact_link > a::after {}
    .form {}
    .form_title {}
    .form_text {
        font-size: 14px;
        margin-bottom: 25px;
        margin-top: 10px;
    }
    .form_table {
        font-size: 14px;
    }
    .form_table > tbody {}
    .form_table > tbody > tr {
        border-top: none;
        border-bottom: none;
    }
    .form_table > tbody > tr > th {
        padding: 0;
    }
    .form_table > tbody > tr > td {
        padding: 0;
    }
    .form_table > tbody > tr > th > b {
        font-size: 10px;
        line-height: 16px;
        padding: 0 5px;
    }
    .form_inputText {
        font-size: 12px;
    }
    .form_caution {
        font-size: 12px;
        text-indent: -1em;
        padding-left: 1em;
    }
    .form_dList {}
    .form_dList::after {}
    .form_dList > dt {}
    .form_dList > dd {}
    .form_dList > dd > input {}
    .form_submit {
        margin-top: 25px;
    }
    .form_submit > .icon {}
}
