@charset "utf-8";
header {
    background-image: url(../images/bg/header_news.jpg);
}

.contact-us-header {
    margin-top: .8rem;
}

.contact-us-header .l {
    flex: 1;
}

.contact-us-header .l h1 {
    line-height: .38rem;
    font-size: .2rem;
    color: var(--common-hover-color);
    font-weight: bold;
}

.contact-us-header .l h1 span {
    margin-right: .1rem;
}

.contact-us-header .l h2 {
    line-height: .71rem;
    font-size: .35rem;
    color: #333;
    font-weight: bold;
}

.contact-us-header .l h3 {
    margin-top: .07rem;
    line-height: .34rem;
    font-size: 18px;
    color: #777;
}

.contact-us-header .form {
    width: 5.73rem;
    background-color: #fff;
    border-radius: .1rem;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
    padding: .38rem 0;
}

.contact-us-header .form li {
    margin-bottom: .36rem;
    padding-right: .29rem;
}

.contact-us-header .form li .title {
    width: 1.3rem;
    height: .34rem;
    font-size: .16rem;
    color: #333;
    padding-left: .3rem;
}

.contact-us-header .form li .title.title2 {
    width: 1.65rem;
}

.contact-us-header .form li .input {
    width: 4.36rem;
    height: .34rem;
    border-radius: .08rem;
    background: #f0f4f8;
    padding: 0 .1rem;
    font-size: 14px;
    border: 0;
}

.contact-us-header .form li .textarea {
    width: 4rem;
    height: 1.64rem;
    border-radius: .08rem;
    background: #f0f4f8;
    padding: 0 .1rem;
    font-size: 14px;
    border: 0;
}

.contact-us-header .form li.button {
    margin-top: .51rem;
    height: .36rem;
}

.contact-us-header .form li button {
    margin-top: .86rem;
    display: inline-block;
    padding: 0 .33rem;
    line-height: .36rem;
    background: var(--common-hover-color);
    border: 0;
    border-radius: .18rem;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
}

.contact-us {
    padding: 1.17rem 0;
    background-color: #f3f4f5;
}

.contact-us .title {
    height: .39rem;
    font-size: .24rem;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
}

.contact-us .sub-title {
    line-height: 160%;
    font-size: 14px;
    color: #777;
    margin-top: .33rem;
}

.contact-us ul {
    margin-top: .66rem;
}

.contact-us ul li .title {
    line-height: .35rem;
    font-size: .24rem;
    color: #000;
    text-transform: uppercase;
}

.contact-us ul li .content {
    margin-top: .1rem;
    line-height: 180%;
    font-size: .18rem;
    color: #777;
}

.contact-us ul li .content .sns {
    font-size: 0;
    margin-top: 16px;
}

.contact-us ul li .content .sns img {
    margin-left: .2rem;
}

@media (max-width: 768px) {
    .contact-us-header {
        margin-top: .6rem;
        flex-direction: column;
    }

    .contact-us-header .l {
        width: 100%;
    }

    .contact-us-header .l h1 {
        font-size: .28rem;
    }

    .contact-us-header .l h2 {
        line-height: 180%;
        font-size: .26rem;
    }

    .contact-us-header .l h3 {
        line-height: 180%;
        font-size: .24rem;
    }

    .contact-us-header .form {
        width: 100%;
        margin-top: .3rem;
        margin-bottom: .3rem;
        box-shadow: 0px 0 4px rgba(0, 0, 0, 0.1);
    }

    .contact-us-header .form li .title, .contact-us-header .form li .title.title2 {
        font-size: .24rem;
        width: 2rem;
    }

    .contact-us-header .form li .input,.contact-us-header .form li .textarea {
        flex: 1;
    }

    .contact-us-header .form li.button {
        margin-top: 0;
    }

    .contact-us-header .form li button {
        line-height: 180%;
        font-size: .24rem;
    }
}