@charset "utf-8";
.contact-chan-1003 {
    width: 100%;
    height: auto;
    position: relative;
}

.contact-chan-1003 .col1 {
    width: 100%;
}

.contact-chan-1003 .col2 {
    width: 100%;
}

.contact-chan-1003 .show-title .subtitle {
    color: #999999;
    margin-bottom: 10px;
}

.contact-chan-1003 .show-content .content {
    width: 100%;
    height: auto;
}

.contact-chan-1003 .show-content .content .list {
    width: 100%;
    height: auto;
}

.contact-chan-1003 .show-content .content .list h4 {
    display: block;
}

@media screen and (min-width:800px) {
    .contact-chan-1003 .col1 {
        width: 30%;
    }
    .contact-chan-1003 .col2 {
        width: 70%;
    }
}