@charset "UTF-8";
/*-----------------------------------------------------------------------*/
/*【article】*/
/*-----------------------------------------------------------------------*/
section ul li h2 {
  margin: 0;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  padding: 0;
  font-size: 1.1rem;
}

table {
  width: auto;
}

table th,
table td {
  display: table-cell;
  padding: 0.5rem;
  border: 1px solid #dcdcdc;
}

table th {
  font-weight: normal;
  text-align: left;
  background: #eeeede;
}

table td {
  white-space: nowrap;
  text-align: right;
}

/*-----769px以上-----*/
@media print, screen and (min-width: 769px) {
  table {
    margin-left: 1rem;
  }
  table th,
  table td {
    padding: 0.8rem;
  }
  table th {
    width: 14rem;
  }
  table td {
    width: 5rem;
  }
  blockquote {
    width: 20rem;
  }
} /*-----769px以上-----*//*# sourceMappingURL=style.css.map */