@charset "UTF-8";

/*******************************

wrap-common

*******************************/

.wrap-common {
    max-width: 820px;
}

/*******************************

info

*******************************/

.info {
    border: 1px solid #ebebeb;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 80px;
}

.info > dt {
    background: #565656;
    color: #fff;
    font-size: 18px;
    padding: 15px 0;
    letter-spacing: 0.1em;
}

.info > dd {
    overflow: hidden;
    padding: 20px 10%;
}

.info p {
    width: 350px;
    font-weight: bold;
    font-size: 35px;
    color: #394e68;
    position: relative;
    text-align: center;
    background: url(../img/phone@2x.png) left 10px no-repeat;
    background-size: 43px 43px;
    margin: 0 auto;
}


/*==== tablet タブレット用css ===*/
@media screen and (max-width: 1024px){
    .info p {
        width: 400px;}
}
/*==== mobile スマフォ横〜用css ===*/

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

    .info dl {
        float: none;
        width: 100%;
    }
}

/*==== mobile スマフォ縦用css ===*/

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

    .info > dt {
        font-size: 16px;
        padding: 10px 5%;
    }

    .info > dd {
        padding: 20px 5%;
    }

    .info p {
        width: 100%;
        text-align: left;
        font-size: 25px;
        height: 40px;
        background-position: left 5px;
        background-size: 35px 35px;
        padding-left: 45px;
    }

}

/*******************************
フォーム
 *******************************/

.formWrap {
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    overflow: hidden;
    text-align: left;
}

.formWrap dl {
    display: table;
    width: 100%;
    overflow: hidden;
}

.formWrap dt {
    display: table-cell;
    width: 20%;
    padding: 15px 0;
    font-size: 14px;
    overflow: hidden;
    vertical-align: middle;
}

.formWrap dt span {
    color: #cf0000;
}

.formWrap dd {
    display: table-cell;
    overflow: hidden;
    padding: 15px 0;
    width: 80%;
    font-size: 14px;
}

.formWrap p.req {
    text-align: center;
    margin-bottom: 30px;
}

.formWrap p.req span {
    text-align: center;
    color: #cf0000;
}

.formWrap p.check {
    font-size: 14px;
    text-align: center;
    margin: 30px 0;
}

.formWrap p.check a {
    text-decoration: underline;
}

.formWrap p.check a:hover {
    text-decoration: none;
}

/*テキストエリア*/

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    background-color: #fff;
    color: #333;
    width: 90%;
    border: 1px solid #ebebeb;
    font-size: 100%;
    padding: 0.7em;
    border-radius: 4px;
    background: #f8f8f8;
}

.zip {
    width: 60px!important;
    margin-bottom: 30px;
}

select {
    font-size: 100%;
    height: 40px;
    padding: 0 10px 0 0;
}


/*送信ボタン*/

input[type="submit"] {
    font-size: 18px!important;
    display: block;
    color: #fff;
    text-decoration: none;
    width: 100% !important;
    max-width: 400px;
    padding: 20px 0;
    margin: 0 auto;
    text-align: center;
    border: none;
    border-radius: 10px;
    background: #394e68;

    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

input[type="submit"]:hover {
    background: #5b5b5b;
}

/*==== mobile スマフォ縦用css ===*/

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

    .formWrap dl {
        display: block;
    }

    .formWrap dt {
        display: block;
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }

    .formWrap dd {
        display: block;
        padding: 0;
        width: 100%;
        margin-bottom: 30px;
    }
}

/*******************************

.contents Css

*******************************/

.contents {
    padding-top: 50px;
}

.contact {
    margin-top: 100px;
}
