.contact-contents-wrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 0 15px 60px;
}
.contact-guide-wrap {
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: center;
}
.contact-guide-wrap p {
    font-size: 1.4rem;
    letter-spacing: 0.03em;
}
.contact-title-wrap {
    display: flex;
    flex-direction: column;
    gap: 21px;
}
.contact-link-offer-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.contact-link-offer {
    margin: 0 auto;
    transition: filter 0.3s ease;
}
.contact-link-offer:hover {
    filter: brightness(120%);
}
.contact-link-offer a {
    display: flex;
    gap: 20px;
    align-items: center;
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    font-weight: 700;
    color: #8E8563;
    width: fit-content;
}
.contact-link-offer img {
    width: 42px;
    height: auto;
}
.contact-form-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
}
.contact-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: solid 1px #000000;
}
.contact-form-content {
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-top: solid 1px #000000;
}
.contact-form dt {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}
.contact-form dd{
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.wpcf7-list-item-label {
    font-size: 1.4rem;
}
.cf7-req {
    font-size: 1.2rem;
    font-weight: 400;
    color: #828282;
}
.wpcf7-form-control {
    width: 100%;
    height: 35px;
    box-sizing: border-box;
}
.wpcf7-radio {
    display: flex;
    gap: 20px;
}
.wpcf7-list-item-label {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
}
.wpcf7-list-item {
    margin-left: 0;
}
.wpcf7-textarea {
    height: 178px;
}
.acceptance-check {
    text-align: center;
    padding: 30px 0 0;
}
.wpcf7-acceptance {
    justify-content: center;
}
.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-not-valid-tip {
    margin: 4px 0;
}
.wpcf7-spinner {
    display: none !important;
}
.wpcf7-response-output {
    font-size: 1.4rem;
    text-align: center;
    border: none;
}
.contact-about-reply-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.contact-about-reply-content {
    background-color: #F2EFE7;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 40px;
    box-sizing: border-box;
}
.contact-about-reply-content h3 {
    font-weight: 700;
    font-size: 1.6rem;
    letter-spacing: 0.02em;
}
.contact-about-reply-content p {
    font-weight: 400;
    font-size: 1.2rem;
    letter-spacing: 0.02em;
    line-height: 16px;
}
.contact-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) {
    .contact-guide-wrap {
        gap: 12px;
    }
    .contact-guide-wrap p {
        font-size: 1.4rem;
    }
    .contact-link-offer-wrap {
        gap: 15px;
    }
    .contact-link-offer a {
        font-size: 1.8rem;
    }
    .contact-form-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .contact-form {
        width: 100%;
        max-width: 900px;
    }
    .contact-form-content{
        flex-direction: row;
        justify-content: space-between;
    }
    .wpcf7-form-control {
        width: 520px;
    }
    .attachment-file {
        width: 520px;
    }
    .wpcf7-submit {
        width: 290px;
    }
    .contact-about-reply-content {
        width: 100%;
        max-width: 1000px;
    }
}
