.wrap-family {
  min-height: calc(100vh - 160px);
  font-family: NotoSansCJKjp-Regular;
}
.wrap-family .family-head {
  width: 100%;
  text-align: center;
  color: #5D6575;
  font-size: 16px;
  font-weight: bold;
  margin-top: 38px;
  margin-bottom: 38px;
}
.wrap-family .family-body {
  background-color: white !important;
}
.wrap-family .family-body-item {
  margin-bottom: 52px;
}
.wrap-family .family-body-item .item-head {
  margin-bottom: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  font-weight: bold;
  line-height: 22px;
}
.wrap-family .family-body-item .item-body {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  line-height: 22px;
}

@media screen and (min-width: 900px) {
  .wrap-family {
    min-height: calc(100vh - 106px);
    max-width: 620px;
    margin: 0 auto;
  }
}