/* 口コミモーダル用スタイル */
div.review-modal .error {
    display: none;
    color: var(--red);
    margin-bottom: 10px;
    font-size: var(--xsmall);
}

