@charset "UTF-8";
/* CSS Document */

.section800 {
    margin-bottom: 4em;
}

.h3_contact {
    background: #FF7878;
    color: #FFF;
    padding: 15px 10px 10px;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2em;
}
.h3_contact span {
    font-size: 16px;
}

.h4_contact {
    display: flex;
    align-items: center;
    font-size: 18px;
    margin: 1em 0;
}
.h4_contact:before,
.h4_contact:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
}
.h4_contact:before {
    margin-right: 30px;
}
.h4_contact:after {
    margin-left: 30px;
}

.tel-box {
    border: 1px solid #707070;
    display: flex;
    align-items: center;
    padding: 20px 15px;
    background: #FFF;
    line-height: 1.4em;
}
.atT {
    align-items: flex-start;
}
.tel-box .number {
    font-size: 30px;
    margin-right: 15px;
}
.tel-box .number:before {
    content: "TEL.";
    font-size: 18px;
}
.tel-box a {
    border-bottom: 1px solid #FF0000;
}

.formTable {
    text-align: left;
    width: 100%;
}
.formTable td {
    padding: 1em 0;
}
.formTable .need {
    background: #FF0000;
    color: #FFF;
    font-size: 15px;
    padding: 1px 5px;
    border-radius: 2px;
    margin-right: 5px;
    font-weight: 500;
}

.formTable input[type="text"],
.formTable textarea {
    background: #FFF;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
}

input[type="submit"],
input[type="reset"]{
    letter-spacing: 1.5px;
    padding: 10px 2.5em;
    border: 1px solid #707070;
    font-weight: 700;
    background: #FFF;
    margin-bottom: 10px;
}

.contactbox {
    border: 1px solid #707070;
    align-items: center;
    padding: 20px 15px;
    background: #FFF;
    line-height: 1.8em;
    margin-top: 2em;
    text-align: center;
}
.contactbox h3{
    margin-bottom: 0.5em;
    border-bottom: 1px solid #707070;
    padding-bottom: 10px;
}
.contactbox .tel {
    font-size:  140%;
}


@media screen and (max-width: 780px) {
    .h3_contact {
        font-size: 21px;
    }
    .h3_contact span {
        display: block;
    }
    .tel-box {
        display: block;
    }
    .tel-box .number {
        margin-bottom: 5px;
    }
    /*.tel-box .textC {
        text-align: left;
        padding-left: 6em;
        text-indent: -6em;
    }*/
    
    .h4_contact:before {
        margin-right: 15px;
    }
    .h4_contact:after {
        margin-left: 15px;
    }
    .contactbox span {
        display: block;
    }
}

@media screen and (max-width: 580px) {
    .h2_basic {
        padding-bottom: 0;
    }
}