/* ============================== qa */
.list_qa > dt, .list_qa > dd {
  padding-left: 1.75em;
  position: relative;
}
.list_qa > dt::before, .list_qa > dd::before {
  font-family: "ZenMaruGothic", sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: -0.2lh;
}
@media screen and (max-width: 768px) {
  .list_qa > dt::before, .list_qa > dd::before {
    top: -0.25lh;
  }
}
.list_qa > dt {
  font-weight: bold;
}
.list_qa > dt:nth-of-type(n+2) {
  margin-top: 1lh;
}
.list_qa > dt::before {
  color: #41C5E1;
  content: "Q.";
}
.list_qa > dd {
  margin-top: 10px;
}
.list_qa > dd::before {
  color: #F89523;
  content: "A.";
}
.list_qa dd table {
  margin-top: 10px;
}
.list_qa dd table caption {
  margin-bottom: 5px;
  text-align: left;
}
.list_qa dd table th, .list_qa dd table td {
  padding: 15px 21px;
}
@media screen and (max-width: 768px) {
  .list_qa dd table th, .list_qa dd table td {
    display: table-cell;
    font-size: 1.4rem;
    padding: 10px 5px;
  }
}

.tbl_qa-lost th, .tbl_qa-limit1 th,
.tbl_qa-limit2 th, .tbl_qa-lost td, .tbl_qa-limit1 td,
.tbl_qa-limit2 td {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tbl_qa-lost tbody tr:first-child > th, .tbl_qa-limit1 tbody tr:first-child > th,
  .tbl_qa-limit2 tbody tr:first-child > th {
    border-radius: 10px 0 0 0;
    width: 19.8581560284%;
  }
  .tbl_qa-lost tbody tr:first-child > td:last-child, .tbl_qa-limit1 tbody tr:first-child > td:last-child,
  .tbl_qa-limit2 tbody tr:first-child > td:last-child {
    border-radius: 0 10px 0 0;
    width: 40.0709219858%;
  }
  .tbl_qa-lost tbody tr:nth-child(2) > td:last-child, .tbl_qa-limit1 tbody tr:nth-child(2) > td:last-child,
  .tbl_qa-limit2 tbody tr:nth-child(2) > td:last-child {
    border-radius: 0 0 10px 0;
  }
  .tbl_qa-lost tbody tr:last-child > th, .tbl_qa-limit1 tbody tr:last-child > th,
  .tbl_qa-limit2 tbody tr:last-child > th {
    border-radius: 0 0 0 10px;
  }
  .tbl_qa-lost tbody tr:last-child > td:last-child, .tbl_qa-limit1 tbody tr:last-child > td:last-child,
  .tbl_qa-limit2 tbody tr:last-child > td:last-child {
    border-radius: 0;
  }
}

.tbl_qa-limit1 tbody tr:first-of-type th:first-child,
.tbl_qa-limit2 tbody tr:first-of-type th:first-child {
  width: 28.9735099338%;
}
@media screen and (max-width: 768px) {
  .tbl_qa-limit1 tbody tr:first-child > th,
  .tbl_qa-limit2 tbody tr:first-child > th {
    width: auto !important;
  }
  .tbl_qa-limit1 tbody tr:first-child > td:last-child,
  .tbl_qa-limit2 tbody tr:first-child > td:last-child {
    width: auto;
  }
  .tbl_qa-limit1 tbody tr:nth-child(2) > th:first-child,
  .tbl_qa-limit2 tbody tr:nth-child(2) > th:first-child {
    border-radius: 0 0 0 10px;
    width: 19.5035460993%;
  }
  .tbl_qa-limit1 tbody tr:nth-child(2) > td:last-child,
  .tbl_qa-limit2 tbody tr:nth-child(2) > td:last-child {
    border-radius: 0;
  }
  .tbl_qa-limit1 tbody tr:last-child > th,
  .tbl_qa-limit2 tbody tr:last-child > th {
    border-radius: 0;
    width: 37.2340425532%;
  }
  .tbl_qa-limit1 tbody tr:last-child > td:last-child,
  .tbl_qa-limit2 tbody tr:last-child > td:last-child {
    border-radius: 0 0 10px 0;
  }
}

.tbl_qa-limit1.pcOnly tbody tr:nth-of-type(2) th {
  width: 23.6754966887%;
}

.list_qa dd .tbl_qa-limit2 {
  margin-top: 15px;
}

.list_inner_qa-limit1 {
  padding: 0 5px;
}
.list_inner_qa-limit1 dd {
  margin-left: 1em;
}

.list_inner_qa-limit2 {
  margin-top: 15px;
}
.list_inner_qa-limit2 dd {
  padding-left: 2em;
  position: relative;
}
.list_inner_qa-limit2 dd::before {
  background: #666;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0% 100%);
          clip-path: polygon(0 0, 100% 50%, 0% 100%);
  content: "";
  display: block;
  position: absolute;
  left: 1em;
  top: 0.3lh;
  height: 0.75em;
  width: 0.5em;
}
.list_inner_qa-limit2 dd span {
  display: block;
  text-indent: -0.5em;
}
.list_inner_qa-limit2 dd:nth-of-type(2) {
  margin-top: 5px;
}/*# sourceMappingURL=qa.css.map */