<br />
<b>Deprecated</b>:  The each() function is deprecated. This message will be suppressed on further calls in <b>/home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php</b> on line <b>456</b><br />
@charset "utf-8";

/*----------------------------------------------------------
CONTACT
----------------------------------------------------------*/
.contact {}

header.contact.header-type-02 .row > div:last-child p {
    margin-bottom: 50px;
    text-align: center;
}

header.contact.header-type-02 .row > div:last-child p strong {
    display: block;
    font-size: 2.5rem;
}

@media screen and (max-width: 750px) {
    header.contact.header-type-02 .row > div:last-child p strong {
        font-size: calc( 100vw * 32 / 640 );
    }
    .header-type-02 .page-title {
        margin: calc( 100vw * 120 / 640 ) auto calc( 100vw * 20 / 640 );
    }
    header.contact.header-type-02 .row > div:last-child p {
        margin-bottom: calc( 100vw * 30 / 640 );
    }
}

.contact .notes {
    margin: 0 0 1em 0;
}
.contact .notes li {
    padding: 0 0 0 1em;
    text-indent: -1em;
}

@media screen and (max-width: 750px) {
    .contact .notes {
        margin: 2em 0 1em;
    }
}


.contact-form {
    max-width: 1000px;
}
.contact-form dl {
    display: table;
    width: 100%;
    border-top: 1px solid #b0b0b0;
}
.contact-form dl:first-of-type {
    border-top: 0;
}
.contact-form dl dt,
.contact-form dl dd {
    display: table-cell;
}
.contact-form dl dt {
    width: 280px;
    padding: 40px 60px;
}
.contact-form dl dd {
    padding: 40px 24px;
}
.contact-form dl.contact-select-shops dd {
    padding: 40px 0;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
    display: block;
    width: 100%;
    border: 0;
    outline: 0;
    box-sizing: border-box;
    background-color: #e8e8e8;
    padding: 0.8em;
    font-size: 16px;
}
.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form textarea:focus {
    background-color: #f8f8f8;
}
.contact-form textarea {
    height: 10em;
    resize: none;
}
.contact-form select {
    padding: 1em;
    border: 0;
    outline: 0;
    font-size: 16px;
}

.contact-form-submit {
    width: 220px;
    margin: 60px auto 0;
}
.contact-form-submit input[type="submit"] {
    display: block;
    width: 100%;
    height: 54px;
    border: 0;
    outline: 0;
    background-color: #2e1417;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: bold;
    line-height: 54px;
    letter-spacing: 0.8em;
    cursor: pointer;
}
body.ua-IE .contact-form-submit input[type="submit"] {
    padding: 0 0 0 0.5em;
    overflow: hidden;
    line-height: 58px;
}
.contact-form-submit input[type="submit"]:hover {
    opacity: 0.7;
}


@media screen and (max-width: 1180px) {
    .contact-form {
        width: calc( 100% * 1000 / 1180 );
    }
}

@media screen and (max-width: 750px) {
    .contact-form {
        width: auto;
        padding-bottom: calc( 100vw * 120 / 640 );
    }
    .contact-form dl {
        display: block;
    }
    .contact-form dl dt,
    .contact-form dl dd {
        display: block;
    }
    .contact-form dl dt {
        width: auto;
        padding: 1em 0 0 0;
        font-size: calc( 100vw * 28 / 640 );
    }
    .contact-form dl dd {
        padding: 0.5em 0 1em 0;
    }
    .contact-form dl.contact-select-shops dd {
        padding: 0.5em 0;
    }
    .contact-form dl.contact-select-shops:after {
        clear: both;
        display: block;
        content: "";
    }
    .contact-form input[type="text"],
    .contact-form input[type="email"],
    .contact-form textarea {
        padding: 0.4em;
        font-size: calc( 100vw * 24 / 640 );
    }
    .contact-form textarea {
        height: 6em;
    }
    .contact-form select {
        width: 100%;
        font-size: calc( 100vw * 24 / 640 );
    }

    .contact-form-submit {
        width: calc( 100vw * 440 / 640 );
        margin: calc( 100vw * 60 / 640 ) auto 0;
    }
    .contact-form-submit input[type="submit"] {
        height: calc( 100vw * 80 / 640 );
        font-size: calc( 100vw * 28 / 640 );
        line-height: calc( 100vw * 80 / 640 );
    }
    body.ua-IE .contact-form-submit input[type="submit"] {
        line-height: calc( 100vw * 85 / 640 );
    }
}