@charset "UTF-8";
.caution {
  max-width: 100rem;
  margin: 0 auto 2em;
  background: #fff;
  padding: 1em; 
  border: 2px solid #d00;
}
.home .caution{
  margin-top: 2em;
}
.caution th{
  text-align: left;
  width: 13em;
  white-space: nowrap;
}
.caution tr{
  margin-bottom: .5em;
  display: block;
}
.caution tr:last-child{
  margin:0;
}
.caution a{
  text-decoration: underline !important;
  color: inherit !important;
}
@media (max-width:599px) {
  .caution { font-size:14px; margin-bottom: 1em; transform: translateY(.5em);}
  .caution th{ width: 100%; text-indent: -.5em; margin-bottom: .2em; }
  .home .caution{ margin-top: 0; }
  .caution tr{ margin-bottom: .5em;}
  .caution th,.caution td{ display: block; line-height:1.4; }
  .caution td br{ display: none; }
  .caution tr:last-child td{ padding-bottom: 0; }
}
