#membership .page_title {
  font-size: var(--wp--preset--font-size--xxxxxx-large);
  font-weight: 100;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.25;
  margin-bottom: 3rem;
}
#membership:has(.inquiry_form) .main_title {
  display: none;
}
#membership:has(.inquiry_form) .main_head {
  margin-bottom: 1.5rem;
}
#membership .main_head {
  margin-top: 5rem;
}
#membership .sec_title small {
  display: inline-block;
  margin-left: 1em;
  color: var(--wp--preset--color--theme-black);
  font-size: var(--wp--preset--font-size--large);
}
#membership .step {
  vertical-align: middle;
}
#membership .step small {
  display: inline-block;
  color: var(--wp--preset--color--kutchan-g-500);
  font-size: var(--wp--preset--font-size--large);
  margin-right: 1em;
}
#membership .type_table {
  table-layout: fixed;
}
#membership .type_table td {
  border: none;
  padding: 0.75em;
}
#membership .type_table tr:nth-child(2),
#membership .type_table tr:nth-child(3) {
  border-top: 1px solid var(--wp--preset--color--theme-black);
  border-bottom: 1px solid var(--wp--preset--color--theme-black);
}
#membership .type_table td:nth-child(1) {
  width: 20%;
}
#membership .type_table td:nth-child(2),
#membership .type_table td:nth-child(3) {
  width: 40%;
}
#membership .type_table td:nth-child(2) {
  background: var(--wp--preset--color--kutchan-g-100);
}
#membership .type_table td:nth-child(3) {
  background: var(--wp--preset--color--kutchan-b-100);
}
#membership .type_table tr:nth-child(1) td:nth-child(2) {
  background: #12B37D;
}
#membership .type_table tr:nth-child(1) td:nth-child(3) {
  background: #0099CC;
}
#membership .type_table tr:nth-child(1) td:nth-child(2),
#membership .type_table tr:nth-child(1) td:nth-child(3) {
  border-radius: 10px 10px 0 0;
  color: var(--wp--preset--color--theme-white);
  text-align: center;
}
#membership .type_table tr:not(:nth-child(1)) td:nth-child(2),
#membership .type_table tr:not(:nth-child(1)) td:nth-child(3) {
  vertical-align: top;
}
#membership .hover_btn {
  transition: 0.3s all;
}
#membership .hover_btn:hover {
  transform: translate(5px, 5px);
  opacity: 0.5;
}
#membership .inquiry_form {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
#membership .inquiry_form .wpcf7-list-item {
  margin: 0;
}
#membership .inquiry_form .att {
  color: var(--wp--preset--color--vivid-red);
}
#membership .inquiry_form .inquiry_form_table {
  width: 100%;
}
#membership .inquiry_form .inquiry_form_table td,
#membership .inquiry_form .inquiry_form_table th {
  padding: 1em;
  border-bottom: 1px solid var(--wp--preset--color--theme-gray);
}
#membership .inquiry_form .inquiry_form_table th {
  width: 15em;
}
#membership .inquiry_form .inquiry_form_table .wpcf7-list-item {
  display: block;
}
#membership .inquiry_form .inquiry_form_table input {
  border: 1px solid var(--wp--preset--color--theme-gray);
  padding: 0.2em;
  font-size: 1.1em;
  width: 100%;
}
#membership .inquiry_form .inquiry_form_table input[type=radio] {
  width: auto;
}
#membership .inquiry_form .inquiry_form_table input[type=checkbox] {
  background-color: var(--wp--preset--color--theme-lightgray);
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: middle;
}
#membership .inquiry_form .inquiry_form_table textarea {
  border: 1px solid var(--wp--preset--color--theme-gray);
  padding: 0.2em;
  font-size: 1.1em;
  width: 100%;
}
#membership .inquiry_form .inquiry_form_submit p {
  text-align: center;
}
#membership .inquiry_form .inquiry_form_submit p input[type=submit] {
  background-color: var(--wp--preset--color--vivid-cyan-blue);
  color: var(--wp--preset--color--theme-white);
  font-size: 1.2em;
  padding: 0.2em 0.5em 0.2em 1em;
  border: 0;
  letter-spacing: 0.5em;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  #membership .inquiry_form .inquiry_form_table th,
  #membership .inquiry_form .inquiry_form_table td {
    display: block;
    width: 100%;
  }
}/*# sourceMappingURL=membership.css.map */