@charset "UTF-8";
/* 共通（調整）
---------------------------------------------------------------------------- */
.l-pagebody {
  overflow: initial;
}

.m-policy-main-block-group-item-list._indent-2em {
  padding-left: 2em;
  text-indent: -1em;
}

.m-policy-main-block-group-item-list._indent-3em {
  padding-left: 2em;
  text-indent: 0em;
}

.m-policy-main-block-group-item-list._mt {
  margin-top: 0.5em;
}

/* p-table
---------------------------------------------------------------------------- */
.p-table {
  width: 100%;
  overflow: hidden;
}

.p-table th,
.p-table td {
  vertical-align: middle;
}

.p-table thead th {
  width: 50%;
  font-size: 1.8rem;
  line-height: 1.6111111111;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  height: 6.5rem;
  background-color: #073190;
}

.p-table thead th:first-child {
  border-left: 1px solid #073190;
}

.p-table thead th:last-child {
  border-left: 1px solid #fff;
  border-right: 1px solid #073190;
}

.p-table tbody th,
.p-table tbody td {
  padding-block: 1.85rem;
  padding-inline: 3rem;
  border: 1px solid #BEBEBE;
  border-top: none;
}

.p-table tbody th {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #073190;
  background-color: #E3F8FB;
}

.p-table tbody td {
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.06em;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .p-table thead th {
    font-size: 4.2666666667vw;
    line-height: 1.8125;
    height: 17.3333333333vw;
  }
  .p-table tbody th,
  .p-table tbody td {
    padding-block: 3.1333333333vw;
    padding-inline: 3.4666666667vw;
  }
  .p-table tbody th {
    font-size: 4.2666666667vw;
    line-height: 1.8125;
  }
  .p-table tbody td {
    font-size: 4.2666666667vw;
  }
}
