@charset "utf-8";

/* PC設定
------------------------------------------- */
.contact-container {
    width: 916px;
    background-color: #fff;
    margin: 0 auto;
}

.contact-text {
    background: #F9F9F9;
    padding: 43px;
    font-size: 12px;
    margin-top: 7px;
}

.contact-text span {
    font-weight: bold;
}

.contact-img {
    margin-top: 17px;
}

.contact-title {
    font-size: 22px;
}

.contact-box {
    margin-top: 80px;
}

.contact-box p {
    margin-bottom: 0px;
}

.product-name {
    position: relative;
}

.name-content {
    display: block;
    width: 100%;
    max-width: 84%;
    height: 23px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    margin-bottom: 3px;
}

textarea.name-content {
    height: auto;
}

label {
    font-weight: 700;
}

.check-item {
    display: inline-block;
    margin: 0 0 0 1em;
}

.send-btn {
    cursor: pointer;
    border: none;
    font-size: 14px;
    border-radius: 4px;
    width: 27%;
    padding: 10px;
    color: #fff;
    background-color: #569837;
    border-color: #569837;

}

.send-btn-wrap {
    margin-top: 23px;
}

.contact-img2 {
    display: none;
}

iframe {
    width: 100%;
    height: 900px;
}



/* SP設定
------------------------------------------- */
@media (max-width: 767px) {

    .contact-container {
        width: auto;
        margin: 0 20px;
    }

    .contact-img {
        display: none;
    }

    .contact-img2 {
        display: block;
    }

    .contact-text {
        background: #fff;
        padding: 0;
        margin-top: 15vw;
        font-size: 3.7vw;
    }

    .name-content {
        max-width: 91%;
    }

    .send-btn {
        width: 100%;
    }

    iframe {
        height: 1400px;
    }
}
