@charset "UTF-8";
/*----------------------------------------------------------
更新日：2024年12月1日

=ご利用料金

-------------------------------------------------------------*/
main .sec .point-head {
  display: flex;
  align-items: center;
  margin-bottom: 0.8em;
  font-size: 1.25em;
  font-weight: 600;
}
main .sec .point-head:before {
  content: "";
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  border-radius: 100vw;
  background: #DF000E;
}
main .sec h4 {
  margin-bottom: 1em;
  font-weight: 600;
}
main .sec .description {
  margin-bottom: 1.5em;
}
main .sec > .description {
  margin-bottom: 2em;
}
main .sec .table {
  margin-bottom: 2em;
}
main .sec hr {
  margin: 2em 0;
}

#membership .price {
  margin: -1.5em 0 0.5em;
}
#membership .price span:first-child {
  font-size: 1.75em;
}
#membership .price span:nth-child(2) {
  font-weight: 700;
}
#membership h3 {
  font-size: 1.2em;
  font-weight: 700;
  color: #DF000E;
}

/* ------------------------------------------------------------------
	スマホ (728px以下)
-------------------------------------------------------------------*/
@media screen and (max-width: 728px) {
  main #page-title {
    height: 12.5vw;
  }
}
/* ------------------------------------------------------------------
	ここまで
-------------------------------------------------------------------*/
