/* page-family
------------------------------------------------------------------*/
.page-family ul li p {
  text-align: center;
}

.page-family .sec-support-items .support-items-list {
  margin-bottom: min(2.811vw, 40px);
}

.page-family .sec-support-items .titleH3 {
  font-size: min(1.4055vw, 20px);
  font-weight: 700;
  text-align: center;
  margin-top: min(1.4055vw, 20px);
  margin-bottom: min(2.811vw, 40px);
  color: #27adb7;
}

.page-family .support-items-unit {
  position: relative;
}

.page-family .support-items-unit .paid {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 50px;
  height: auto;
}

@media screen and (max-width: 767px) {

  .page-family .sec-support-items .support-items-list {
    margin-bottom: 5.1282vw;
  }

  .page-family .sec-support-items .titleH3 {
    font-size: 3.5897vw;
    margin-top: 2.5641vw;
    margin-bottom: 5.1282vw;
  }

}