/*========== child ==========*/
#child {
  padding-bottom: calc(var(--paddingSection) * 2);
  position: relative;
}
#child::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: top center/100% url("../img/common/bg-body.png") repeat-y;
  opacity: 0.5;
  z-index: -1;
  pointer-events: none;
}
#child .text {
  font-size: var(--fs14);
}

#mv_child {
  padding-top: var(--headerHeight);
  min-height: calc(320px + var(--headerHeight));
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#mv_child .title-01 {
  margin-bottom: 0;
}
@media screen and (max-width: 959px) {
  #mv_child {
    min-height: calc(200px + var(--headerHeight));
  }
}

/* accessibility */
.accessibility-table .sp_scroll_hint {
  display: none;
}
@media screen and (max-width: 959px) {
  .accessibility-table {
    overflow-x: auto;
  }
  .accessibility-table .sp_scroll_hint {
    display: block;
    font-size: var(--fs12);
  }
}

.accessibility-table table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background: #fff;
  color: var(--colorFontSub);
}
@media screen and (max-width: 959px) {
  .accessibility-table table {
    min-width: 800px;
  }
}

.accessibility-table table th {
  background-color: #F7F7F7;
  padding: 6px 20px;
  border: 1px solid #000;
  border-bottom: none;
  text-align: center;
  vertical-align: middle;
  font-size: var(--fs14);
}

.accessibility-table table td {
  border: 1px solid #000;
  padding: 10px 12px;
  text-align: center;
  vertical-align: middle;
  font-size: var(--fs14);
}

.accessibility-table table .wd30 {
  width: 40%;
  text-align: left;
}

.accessibility-table table .wd20 {
  width: 20%;
  text-align: left;
}

.accessibility-table table th.wd30,
.accessibility-table table th.wd20 {
  text-align: center;
}