@charset "shift_jis";
.attention h3:not(:first-of-type) {margin-top: 10px;}
.attention h3 {
  margin-bottom: 0;
  text-indent: unset;color: var(--color-primary);
}
.attention h3::before {
  content: '';
  padding-right: 0.2em;
}
@media screen and (max-width: 999px){
  .attention .inner {padding: 0 2%;}
}
.attention li {list-style: inside disc;}
