/* annotation-list-PC style */
.custom-asterisk-marker {
list-style-type: none; /* デフォルトのリストマーカー（・）を非表示にする */
}

.custom-asterisk-marker > li::before {
content: "※"; 
}

.disclaimer-gray{
    border: 1px solid #d1d1d1;
    padding: 16px;
    margin-bottom: 48px;
    background-color: #f7f7f7;
}
  /* annotation-list-PC style */
