@charset "utf-8";
.contact-chan-1004 {
    width: 100%;
    height: auto;
    position: relative;
}

.contact-chan-1004 .col1 {
    width: 100%;
}

.contact-chan-1004 .col2 {
    width: 100%;
}

.contact-chan-1004 .show-title .subtitle {
    color: #999999;
    margin-bottom: 10px;
}

.contact-chan-1004 .show-content .content {
    width: 100%;
    height: auto;
}

.contact-chan-1004 .show-content .content .list {
    width: 100%;
    height: auto;
}

.contact-chan-1004 .show-content .content .list h4 {
    display: block;
}

.contact-chan-1004 .show-content .content .list input {
    width: 100%;
    height: 40px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #222222;
}

.contact-chan-1004 .show-content .content .list textarea {
    width: 100%;
    height: auto;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #222222;
    line-height: 1.5em;
}

.contact-chan-1004 .show-content .content .list button {
    display: block;
    float: left;
    width: auto;
    height: auto;
    border-radius: 0;
    text-align: center;
    border: 1px solid #222222;
    background: #ffffff;
    color: #222222;
    cursor: pointer;
    padding: 1em 2em;
}

.contact-chan-1004 .show-content .content .list button:hover {
    border: 1px solid #ff6600;
    background: #ff6600;
    color: #ffffff;
}

@media screen and (min-width:800px) {
    .contact-chan-1004 .col1 {
        width: 30%;
    }
    .contact-chan-1004 .col2 {
        width: 70%;
    }
}