@charset "UTF-8";
/* CSS Document */
body {
  color: #2e2624;
  letter-spacing: 0.1em;
}

/* テーブル
-------------------------------------------------------------- */
table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.2rem;
}
@media (min-width: 992px) {
  table {
    font-size: 1.4rem;
  }
}

table,
td,
th {
  border: 1px solid #333333;
  border-collapse: collapse;
  vertical-align: middle;
}

td,
th {
  padding: 1.5rem;
}

th {
  color: #ffffff;
  background-color: #333333;
  text-align: center;
}

th:first-child {
  border-right: 1px solid #ffffff;
}

@media (min-width: 992px) {
  th:nth-child(1) {
    width: 60%;
  }
}

th:nth-child(2) {
  border-right: 1px solid #ffffff;
}

td:nth-child(2) {
  text-align: right;
}

td:nth-child(3) {
  text-align: right;
}

.text_title04 {
  font-size: 1.4rem;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .text_title04 {
    font-size: 1.6rem;
  }
}

.text_small02 {
  line-height: 1.5;
  font-size: 1.1rem;
  margin: 1.5rem 0;
}
@media (min-width: 992px) {
  .text_small02 {
    font-size: 1.2rem;
  }
}

.br_sp {
  display: block;
}
@media (min-width: 992px) {
  .br_sp {
    display: none;
  }
}

.br_pc {
  display: none;
}
@media (min-width: 992px) {
  .br_pc {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */