@charset "utf-8";

/* ==================================================================
    contact.css

=================================================================== */
.text-center{
    text-align: center;
}
.contents .contactBy ul{
    width: 100%;
    margin-top: 40px;
}
    .contents .contactBy li{
        box-sizing: border-box;
        display: inline-block;
        width: 509px;
        height: 120px;
        padding: 10px 10px 10px 50px;
        border: 2px solid #D4D4D4;
        text-align: center;
        margin: 10px;
    }
    .contents .contactBy li em{
        font-size: 225%;
        font-weight: 700;
        margin-left: 40px;
    }
    .contents .contactBy li#tel{
        float: left;
    }
    .contents .contactBy li#fax{
        padding-top: 20px;
    }
.contents .contactBy li#tel em{
    position: relative;
}
    .contents .contactBy li#tel em:before{
        position: absolute;
        content: url("../../images/contact/tel_icon.png");
        width: 36px;
        height: 34px;
        top: 0px;
        left: -50px;
    }
.contents .contactBy li#fax em{
    position: relative;
}
    .contents .contactBy li#fax em:before{
        position: absolute;
        content: url("../../images/contact/fax_icon.png");
        width: 48px;
        height: 40px;
        top: 0px;
        left: -60px;
    }
.contents .attach_file .select_file {
    display: flex;
    margin: 30px auto 30px 212px;
}
.contents .mail table.tableStyle {
   margin-bottom: 0;
}


/*

p.checktext{
    margin-bottom: 50px;
}

ul.submitArea{
    text-align:center;
}

ul.submitArea li{
    display:inline-block;
    margin:0 8px;
    width:40%;
}

ul.submitArea li.buttonStyle button,
ul.submitArea li.buttonStyle a{
    width:75%;
    cursor:pointer;
    position: relative;
    color: #333;
}

ul.submitArea li.buttonStyle button{
    position: relative;
}
ul.submitArea li.buttonStyle button:after{
    content: '';
    width: 9px;
    height: 9px;
    border: 0;
    border-top: solid 2px #444;
    border-right: solid 2px #444;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -6px;
    margin-right: 5%;
    transform: rotate(
    45deg
    );
}

ul.submitArea li.buttonStyle button:hover {
    background: #444;
    color: #fff;
}

ul.submitArea li.buttonStyle button:hover:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
*/

table.tableStyle th, table.tableStyle td {
    font-size: 100%;
}

@media only screen and
(max-width : 767px) {

/* --------------------------------
   □
-------------------------------- */

    .contents .mail {
       margin-top: 20px;
    }

    .text-center {
       text-align: left;
    }

    .contents .contactBy{
        margin-bottom: 30px;
    }
    .contents .contactBy li{
        width: 100%;
        height: auto;
        font-size: 90%;
        padding: 10px;
        margin: 10px 0;
        float: none;
    }
        .contents .contactBy li#tel,
        .contents .contactBy li#fax{
            float: none;
            padding: 10px;
        }
        .contents .contactBy li em{
            font-size: 200%;
        }
        .contents .contactBy li.tel a{
             color: #444;
        }
    .contents .attach_file .select_file {
        margin: 20px auto 10px auto;
    }


}
