/*
  # 改修用CSS
---------------------------------------------- */

/* law */
.law h2.section-heading {
  margin-bottom: 7px;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: .03em;
}

.law h2.section-heading:before {
  content: url("../images/common/ic_heading.svg");
  display: inline-block;
  width: 7px;
  margin-right: 7px;
}

.law h2.section-heading.page-heading {
  margin-bottom: 35px;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: .03em;
  padding-bottom: 19px;
  text-align: center;
  position: relative;
}

.law h2.section-heading.page-heading:before {
  display: none;
}

.law h2.section-heading.page-heading:after {
  content: '';
  background-image: url("../images/common/img_border02.svg");
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 4px;
  background-size: cover;
}

.page.law p.c-bread {
  overflow: visible !important;
}

.l-law {
  margin-top: 80px;
}

.law table tr {
  padding-block: 20px 18px;
  border-bottom: 1px solid #B7B7B7;
}

.law table tr th,
.law table tr td {
  text-align: left;
  padding: 20px 0;
}

.law table tr th {
  width: 150px;
  color: #AD8B28;
  font-weight: 700;
  letter-spacing: .01em;
}

.law table tr td {
  font-weight: 400;
}

.law .p-cost-item {
  display: flex;
}

.law .p-cost-item dt {
  width: 154px;
  font-weight: 700;
}

@media (max-width: 812px) {
  .l-law {
    margin-top: 53px;
  }

  .law table tr th {
    width: 88px;
  }

  .law .p-cost-item {
    flex-direction: column;
  }

  .law table tr td span {
    display: block;
  }
}


/* header */
.toggle-item-list.p-law a {
  text-decoration: underline !important;
}

/* footer */
.p-law {
  word-break: keep-all;
}

.p-law a {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .15em;
}