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

/* ---------- COMMON ---------- */

/* form */
.content_title{
    text-align: center;
}

.content_title h1{
    color: #3e3a39;
}

.formTable p{
    text-align: right;
}

dl dt span{
    font-size: 80%;
}

.formTable dd input,
.formTable dd select{
    border: solid 1px #808080;
    border-radius: 5px;
}

.formTable dd textarea{
    border: solid 1px #808080;
    border-radius: 5px;
}

fieldset ul,
.buttons{
    text-align: center;
}

fieldset ul li,
.buttons li {
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
}

fieldset ul li input,
.buttons li input{
    border: solid 1px #000000;
    border-radius: 5px;
    cursor: pointer;
    padding: 10px 0;
}

#myreset {
    background: #ffffff;
    color: #000000;
}

#myreset:hover,
#myreset:active{
    background: #1a1a1a;
    color:#ffffff;
}

#submit {
    background: #1a1a1a;
    color:#ffffff;
}

/* thanks */
.form_message dl{
    margin-left: auto;
    margin-right: auto;
}

.form_message dl dt{
    font-size: 120%;
    font-weight: 600;
}

.form_message dl dd{
    font-size: 150%;
}

.form_message dl dd a{
    color: #3e3a39;
    font-weight: 600;
}

.phone_num{
    background: url("../img/contact/icon_phone.svg") no-repeat top left;
}

/* ---------- Mobile ---------- */
@media(max-width:737px) {

    #content-body article{
        margin-left: 1.5em;
        margin-right: 1.5em;
    }

/* content title */
    .content_title{
        margin-bottom: 35px;
        padding-top: 35px;
    }

    .content_title h1{
        font-size: 190%;
        margin-bottom: 15px;
    }

    .form_message{
        margin-bottom: 30px;
    }

    .formTable p{
        margin-bottom: 10px;
    }

    .formTable dl{
        margin-bottom: 15px;
    }

    .formTable dd input,
    .formTable dd select{
        font-size: 95%;
        padding: 0px 4px;
        width: 90%;
    }

    .formTable dd textarea{
        height: 10em;
        width: 90%;
    }

    fieldset ul,
    .buttons ul{
        margin-bottom: 30px;
    }

    fieldset ul li input,
    .buttons li input{
        width: 100px;
    }

/* confirm */
    .comfirm dd{
        min-height: 1em;
    }

    .errors{
        padding-bottom: 20px;
    }

    .buttons{
        padding-bottom: 50px;
    }

/* thanks */
    .form_message dl{
        padding-top: 15px;
        width: 13em;
    }

    .form_message dl dt{
        margin-bottom: 5px;
    }
    .form_message dl dd{
        padding: 3px 0 6px 32px;
    }

    .phone_num{
        background-size: 26px;
    }

    .biz_hours{
        font-size: 85%;
        margin-left: auto;
        margin-right: auto;
        text-align: right;
    }
}

/* ---------- Portlate ---------- */
@media(max-width:567px) {}

/* ---------- Tablet / PC ---------- */
@media (min-width: 737px) {

    #content-body article{
        margin-left: auto;
        margin-right: auto;
        max-width: 720px;
    }

/* content title */
    .content_title{
        margin-bottom: 35px;
    }

    .content_title h1{
        font-size: 230%;
        margin-bottom: 25px;
    }

    .form_message{
        margin-bottom: 50px;
    }

    .formTable p{
        margin-bottom: 20px;
    }

    .formTable dl{
        display: table;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 25px;
        width: 550px;
    }

    .formTable dt,
    .formTable dd{
        display: table-cell;
        vertical-align: top;
    }

    .formTable dt{
        text-align: right;
        padding-right: 16px;
        width: 180px;
    }

    .formTable dd input,
    .formTable dd select{
        font-size: 95%;
        padding: 0px 4px;
        width: 98%;
    }

    .formTable dd textarea{
        height: 12em;
    }

    fieldset ul,
    .buttons{
        margin-bottom: 50px;
    }

    fieldset ul li input,
    .buttons li input{
        width: 160px;
    }

/* confirm */
    .comfirm dt{
        width: 150px;
    }

    .comfirm dd{
        width: 400px;
    }

/* thanks */
    .form_message dl{
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
        padding-top: 25px;
        width: 31em;
    }

    .form_message dl dt,
    .form_message dl dd{
        display: table-cell;
    }

    .form_message dl dt{
        width: 290px;
    }

    .form_message dl dd{
        font-size: 150%;
        padding: 3px 0 6px 50px;
    }

    .biz_hours{
        font-size: 85%;
        margin-left: auto;
        margin-right: auto;
        text-align: right;
        width: 32em;
    }

}

/* ---------- Tablet ---------- */
@media(max-width:1023px) and (min-width: 737px){

/* content title */
    .content_title{
        padding-top: 60px;
    }

}

/* ---------- PC ---------- */
@media(min-width:1024px){

/* content title */
    .content_title{
        padding-top: 90px;
    }

    textarea{
        width: 350px;
    }
}