@charset "utf-8";
/*
 * 特定商取引に関する法律に基づく表示
 * tokushou\index.html
 */

.note-small {
  display: block;
  margin-top: 20px;
}
.highlight-red {
  color: #f00;
}

/*
 * PC
 */
@media screen and (min-width: 768px) {
  .note-small {
    font-size: 14px;
  }
}

/*
 * SP
 */
@media screen and (max-width: 767px) {
  .note-small {
    font-size: 12px;
  }
}

