@charset "utf-8";
/* waox.jp CSS */


/* Table
================================================== */

/* 2列の表（レスポンシブ対応）
------------------------------ */
.table-1 {
  width: 100%;
  font-size: 14px;
}

.table-1 th,
.table-1 td {
  padding: 1rem;
  border: 1px solid #DDD;
}

.table-1 th {
  width: 21%;
  text-align: center;
  font-size: 1rem;
  font-weight: 300;
  color: #FFF;
  background-color: rgba(114, 109, 89, .7);
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.table-1 td {
  font-size: 1rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media screen and (max-width: 480px) {
  .table-1 {
    width: 95%;
  }

  .table-1 th,
  .table-1 td {
    width: 100%;
    display: block;
    border-top: none;
  }
}
