@charset "utf-8";
.underline {
  text-decoration: underline;
  color: rgb(134, 149, 235);
}
.underline-text {
  text-decoration: underline;
}
.red {
  color: #ff0000;
}
table,
td,
th {
  border: 1px solid #595959;
  border-collapse: collapse;
}
td,
th {
  width: 40px;
  padding: 10px 0;
}
th {
  background: #f0e6cc;
}
.even {
  background: #fbf8f0;
}
.odd {
  background: #fefcf9;
}
table {
  width: 100%;
  max-width: 800px;
}
tbody {
  text-align: center;
  line-height: 1.5;
}
.sp375 {
  display: none;
}
@media screen and (max-width: 500px) {
  .sp375 {
    display: block;
  }
}

