@charset "utf-8";

/* default PC */
.contact-area {
    margin-bottom: 50px;
}

#contents .contact-about p {
    text-align: center;
}

.contact-area .notes-area {
    background-color: #d6ebf1;
    padding: 30px 40px 25px;
    width: 100%;
    max-width: 850px;
    margin: 40px auto auto auto;
}

#contents .contact-area .tel {
    font-family: "Roboto", sans-serif;
    font-size: 25px;
    padding: 0 10px;
    line-height: 1.6;
}

.table-01 {
    width: 80%;
    max-width: 900px;
    margin: auto;
}

.table-01 th {
    width: 30%;
    font-size: 115%;
    background-color: transparent;
}

.table-01 tr:first-child,
.table-01 th,
.table-01 td {
    border: none;
    vertical-align: top;
}

#contents .form-group {
    justify-content: start;
}

#contents .form-group .name {
    width: 100%;
    max-width: 200px;
}

#contents .form-group .name input {
    width: 100%;
}

#contents .form-group .name:first-child {
    margin-right: 15px;
}

input[type="submit"] {
    background-color: #3cb0d5;
    color: #fff;
}

/* view-1140 notePC,Tablet */
@media screen and (max-width: 1140px) {}

/* view-959 Mobile,Tablet */
@media screen and (max-width: 959px) {
    .table-01 {
        width: 100%;
    }

    .contact-area .notes-area {
        padding: 20px 30px 10px;
    }

    .table-01 {
        width: 98%;
    }

    #contents .table-01 th {
        padding: 25px 0px;
        min-width: 230px;
    }

    #contents .table-01 th p {
        margin-bottom: 0;
    }

    .table-01 td {
        border: none;
        display: table-cell;
    }

    .table-01 tr:first-child {
        border-bottom: 1px solid #d4d4d4;
    }

    #contents .table-01 td {
        vertical-align: middle;
        padding: 15px 20px;
    }

    #contents .table-01 td p {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 768px) {
    #contents .form-group .name {
        max-width: 190px;
    }
}

#contents .contact-area p .ps-none {
    display: none;
}




/* view-559 Mobile */
@media screen and (max-width: 559px) {
    #contents .contact-area p .ps-none {
        display: block;
    }

    #contents .table-01 td {
        display: block;
        padding: 15px 0;
    }

    #contents .table-01 th {
        padding: 15px 0 0;
    }

    #contents .table-01 th p {
        font-size: 16px;
    }

    form table input {
        width: 100%;
    }

    .contact-area .notes-area {
        padding: 20px 15px 10px;
    }

    #contents .contact-area .notes-area p br {
        display: none;
    }

    #contents .contact-area .tel {
        font-size: 21px;
        padding: 0 5px 0 0;
    }

    #contents .form-group .name {
        max-width: 160px;
    }

    input#zip {
        width: 200px;
    }
}