.m-contact__btn.for-educators{
    margin-top: 25px;
}

.m-service__bnr-contact.report::after {
    position: absolute;
    content: "REPORT";
    letter-spacing: -0.02em;
}

.qa-accordion {
    max-width: 800px;
    margin: 0 auto;
}

.qa-item {
    border-bottom: 1px solid #e6e6e6;
}

.qa-question {
    width: 100%;
    display: flex;
    align-items: center;
    background: transparent;
    border: none;
    padding: 24px 0;
    cursor: pointer;
    text-align: left;
    position: relative;
}

.qa-q-mark {
    color: #12b74b;
    font-weight: bold;
    font-size: 1.2rem;
    margin-right: 12px;
    line-height: 1.4;
    flex-shrink: 0;
}

.qa-q-text {
    font-weight: bold;
    color: #333;
    font-size: 1rem;
    line-height: 1.4;
    padding-right: 40px;
}

.qa-question::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #b3b3b3;
    border-right: 2px solid #b3b3b3;
    transform: translateY(-70%) rotate(45deg);
    transition: transform 0.3s ease;
}

.qa-question.is-open::after {
    transform: translateY(-30%) rotate(225deg);
}

.qa-answer-wrap {
    padding-bottom: 24px;
}

.qa-answer {
    display: flex;
    align-items: flex-start;
    padding-left: 28px;
}

.qa-a-mark {
    color: #a0a0a0;
    font-weight: bold;
    font-size: 1.2rem;
    margin-right: 12px;
    line-height: 1.6;
    flex-shrink: 0;
}

.qa-a-text {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
}

.wpcf7 form.submitting .wpcf7-submit {
    pointer-events: none;
    opacity: 0.7;
    cursor: not-allowed;
}