@charset "utf-8";


/* 特定商法取引法に基づく表記 */
.table_wrap {
  margin-bottom: 16px;
}

.table_wrap table {
  width: 100%;
  table-layout: fixed;
}

.table_wrap table tr th,
.table_wrap table tr td {
  border: 1px solid #D8D8D8 !important;
}

.table_wrap table tr th {
  background: #F9F8F3 !important;
  width: 30%;
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}

.table_wrap table tr td {
  padding: 22px;
}
.table_wrap table tr td a {
  display: block;
  width: fit-content;
  text-decoration: underline;
  overflow-wrap: anywhere !important;
}
.table_wrap table tr td ul li {
  position: relative;
  padding-left: 19px;
}
.table_wrap table tr td ul li + li {
  margin-top: 4px;
}
.table_wrap table tr td ul li::before {
  content: '';
  position: absolute;
  left: 6px;
  top: 10px;
  width: 3px;
  height: 3px;
  background: #333;
  border-radius: 50%;
}
.table_wrap table tr td p + p {
  margin-top: 10px;
}

p.kome {
  color: #999;
  font-size: 12px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.01em;
  padding-left: 18px;
  position: relative;
}
p.kome::before {
  content: '※';
  position: absolute;
  left: 0;
  top: 0;
}


@media screen and (max-width:786px) {
  .table_wrap table tr th {
    width: 27%;
    font-size: 13px;
    padding: 12px 8px;
  }
  .table_wrap table tr td {
    padding: 16px;
  }
}