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

contactCss

--------------------------------*/
/*******************************
フォーム
*******************************/
.contact-wrap{
    border-top: 2px solid #bdbdbd;
}

.contact-wrap .inner{
    width: 90%;
    max-width: 1000px;
    margin: 50px auto;
}

.contact-wrap .txt {
    font-size: 130%;
    text-align: center;
}

.contact-wrap table {
    width: 100%;
    margin: 70px 0;
    border-top: 1px solid #bdbdbd;
}

.contact-wrap tr {
    border-bottom: 1px solid #bdbdbd;
}

.contact-wrap th {
    width: 30%;
    padding: 35px 0;
    font-size: 120%;
    font-weight: bold;
}

.contact-wrap span.hisu {
    display: inline-block;
    color: #ff0000;
    border: 1px solid #ff0000;
    font-size: 14px;
    font-weight: bold;
    width: 60px;
    text-align: center;
    padding: 5px 0;
    line-height: 1;
}

.contact-wrap th span.hisu {
    float: right;
}

.contact-wrap td {
    padding: 35px 0 35px 30px;
}

.contact-wrap td p {
    margin-top: 10px;
}

.contact-wrap dl {
    border: 5px solid #f0f0f0;
    margin-bottom: 70px;
    padding: 50px 0;
    text-align: center;
}

.contact-wrap dt {
    font-weight: bold;
    font-size: 120%;
    margin-bottom: 30px;
}

.contact-wrap dd p {
    text-align: center;
    font-size: 120%;
    margin-bottom: 15px;
}

.contact-wrap dd .hisu {
    margin-left: 15px;
}

.contact-wrap dd a {
    text-decoration: underline;
    color: #000;
}

.contact-wrap span.mini{
    display: block;
    margin-top: 5px;
}

/*テキストエリア*/
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    color: #333;
    width: 100%;
    border: none;
    font-size: 100%;
    padding: 1em;
    border-radius: 4px;
    background: #f0f0f0;
}

input[type="tel"]{
    width: 30%;
    max-width: 100px;
}

input.short{
    width: 150px;
}

.mwform-radio-field{
    font-size: 120%;
    padding-right: 15px;
}

/*戻るボタン*/
input[type="button"] {
    position: relative;
    -webkit-appearance: none;
    font-size: 100%!important;
    font-weight: bold;
    display: block;
    color: #fff;
    text-decoration: none;
    width: 235px!important;
    padding: 15px 0;
    margin: 0 auto;
    text-align: center;
    border: none;
    border-radius: 0!important;
    background: #ccc;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    margin-bottom: 20px;
}

input[type="submit"]:hover {
    opacity: .7;
}

/*送信ボタン*/
input[type="submit"] {
    position: relative;
    -webkit-appearance: none;
    font-size: 100%!important;
    font-weight: bold;
    display: block;
    color: #fff;
    text-decoration: none;
    width: 235px!important;
    padding: 15px 0;
    margin: 0 auto;
    text-align: center;
    border: none;
    border-radius: 0!important;
    background: #727272;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

input[type="submit"]:hover {
    opacity: .7;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 768px) {
    .contact-wrap table,
    .contact-wrap tbody,
    .contact-wrap tr,
    .contact-wrap th,
    .contact-wrap td {
        display: block;
    }
    .contact-wrap table {
        margin: 50px 0;
    }

    .contact-wrap th {
        width: 100%;
        padding: 30px 0 0 0;
    }

    .contact-wrap td {
        width: 100%;
        padding: 30px 0;
    }

    .contact-wrap dl {
        margin-bottom: 50px;
        padding: 50px 0;
        text-align: center;
    }
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    .contact-wrap .inner{
    margin-top: 30px;
    }

    .contact-wrap .txt {
        text-align: left;
    }

    .contact-wrap table {
        margin: 30px 0;
    }

    .contact-wrap td {
        padding-top: 15px;
    }

    .contact-wrap dl {
        margin-bottom: 30px;
        padding: 30px 10px;
        text-align: left;
    }

    .contact-wrap dt {
        margin-bottom: 15px;
    }

    .contact-wrap dd p {
        text-align: left;
        font-size: 120%;
        margin-bottom: 15px;
    }
    .contact-wrap dd .hisu {
        display: block;
        margin-left: 0;
        margin-top: 5px;
    }
}
