.offer-contents-wrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 0 15px 60px;
}
.offer-titleguide-wrap {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.offer-titleguide-wrap p {
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    text-align: center;
}
.offer-guide-text {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.offer-link-contact-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.offer-link-contact {
    margin: 0 auto;
    transition: filter 0.3s ease;
}
.offer-link-contact:hover {
    filter: brightness(120%);
}
.offer-link-contact a {
    display: flex;
    gap: 20px;
    align-items: center;
    font-weight: 700;
    font-size: 1.4rem;
    color: #8E8563;
    width: fit-content;
}
.offer-link-contact img {
    width: 42px;
    height: auto;
}
.offer-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: solid 1px #000000;
}
.offer-form-content {
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-top: solid 1px #000000;
}
.offer-form dt {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}
.offer-form dd{
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.cf7-req {
    font-size: 1.2rem;
    font-weight: 400;
    color: #828282;
}
.wpcf7-list-item-label {
    font-size: 1.4rem;
}
.wpcf7-form-control {
    width: 100%;
    height: 35px;
    box-sizing: border-box;
}
.dropdown {
    padding: 0 2px;
}
.wpcf7-textarea {
    height: 178px;
} 
.wpcf7-file {
    height: auto;
}
.attachment-file {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.attachment-file p {
    font-size: 1.3rem;
    font-weight: 350;
    letter-spacing: 0.01em;
    line-height: 178%;
}
.acceptance-check {
    text-align: center;
    padding: 30px 0 0;
}
.submit-btn-wrap {
    text-align: center;
    padding: 20px 0 0;
    transition: filter 0.3s ease;
}
.submit-btn-wrap:hover {
    filter: brightness(120%);
}
.wpcf7-submit {
    padding: 0;
    margin: 0;
    border: none;
    width: 290px;
    height: 60px;
    background-color: #8E8563;
    color: #ffffff;
    font-weight: 700;
}
.wpcf7-spinner {
    display: none !important;
}
.wpcf7-response-output {
    font-size: 1.4rem;
    text-align: center;
    border: none;
}
.offer-direction-to-contact {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
    font-size: 1.2rem;
}
.contact-link-btn {
    width: 290px;
    height: 74px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #8E8563;
    transition: filter 0.3s ease;
}
.contact-link-btn:hover {
    filter: brightness(120%);
}
.contact-link-btn p {
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 700;
}
.offer-about-reply-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.offer-about-reply-content {
    background-color: #F2EFE7;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 40px;
    box-sizing: border-box;
}
.offer-about-reply-content h3 {
    font-weight: 700;
    font-size: 1.6rem;
    letter-spacing: 0.02em;
}
.offer-about-reply-content p {
    font-weight: 400;
    font-size: 1.2rem;
    letter-spacing: 0.02em;
    line-height: 16px;
}
.offer-about-reply-content ol{
    list-style: decimal;
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-weight: 400;
    font-size: 1.2rem;
    padding-left: 24px;
    line-height: 16px;
}


@media screen and (min-width: 800px) {
    .offer-top {
        gap: 30px;
        padding-bottom: 30px;
    }
    .offer-titleguide-wrap p {
        font-size: 1.4rem;
    }
    .offer-link-contact-wrap {
        gap: 15px;
    }
    .offer-link-contact a {
        font-size: 1.8rem;
    }
    .offer-form-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .offer-form {
        width: 100%;
        max-width: 900px;
    }
    .offer-form-content{
        flex-direction: row;
        justify-content: space-between;
    }
    .wpcf7-form-control {
        width: 520px;
    }
    .attachment-file {
        width: 520px;
    }
    .wpcf7-submit {
        width: 290px;
    }
    .offer-about-reply-content {
        width: 100%;
        max-width: 1000px;
    }
}
