/* ご案内 ヘッダー */
h2.header_text {
    font-weight: bold;
    text-align: center;
    line-height: 2.5rem;
}

/* 合格おめでとうございます */
.gold_frame {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    width: 340px;
    height: 250px;
    margin: auto;
    line-height: 2.5rem;
    letter-spacing: 5px;
    font-weight: bold;

    background: url("/images/gold_frame.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* Mieet Plus */
.mieet_logo {
    width: 100px;
}
.about_mieet_plus {
    line-height: 2.5rem;
}

/* メール同意 */
.agree_sending {
    color: var(--text-color-light);
}
