html {
  font-size: calc((100 / 750) * 1vw);
  font-family: sans-serif;
}
@media screen and (min-width: 750px) {
  html {
    font-size: 1px;
  }
}
body {
  margin: 0;
}
.l-container {
  max-width: 750px;
  margin: 0 auto;
  overflow: hidden;
}
.btn img {
  width: 654rem;
}
.l-container section {
  position: relative;
  width: 750rem;
}
.section_cta .btn {
  position: absolute;
  top: 862rem;
  left: 28rem;
}
.cta_2 {
  margin-top: -128rem;
}
.l-container img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.l-container a img {
  transition: transform .3s;
}
.l-container a:hover img {
  transform: scale(1.04);
}
.bounce {
  animation: bounce 2s ease infinite;
}
@keyframes bounce {
  0%, 50%, 70%, 100% {
    transform: scale(1);
  }
  60%, 80% {
    transform: scale(1.05);
  }
}

.section_qa {
  background: #e7eff8;
  display: flex;
  justify-content: center;
  padding-top: 110rem;
  padding-bottom: 65rem;
}
.section_qa .container {
  width: 686rem;
  background: white;
  border-radius: 46rem;
  padding-bottom: 30rem;
}
.q {
  width: 611rem;
  margin: 0 30rem 22rem;
  cursor: pointer;
  position: relative;
}
.q_1 {
  margin-top: 50rem;
}
.a {
  margin-left: 30rem;
  display: none;
  margin-bottom: 50rem;
}
.a_1 {
  width: 610rem;
}
.a_2 {
  width: 622rem;
}
.a_3 {
  width: 620rem;
}
.a_4 {
  width: 614rem;
}
.a_5 {
  width: 620rem;
}
.q::after {
  content: "+";
  font-size: 30rem;
  position: absolute;
  right: 0rem;
  top: -10rem;
}
.open::after {
  content: "_";
  font-size: 35rem;
  font-weight: bold;
  position: absolute;
  right: 0rem;
  top: -30rem;
}


.seisanLP {font-size: 625% !important;}
.seisanLP h2 {
  font-size: 16px;
  color: #377dc4;
}

.seisanLP .heading-level3-simple {font-size: 3.0em;}
.seisanLP .table-light-accent th {font-size: 1.6em;}
.seisanLP .table-light-accent td {font-size: 1.6em;}
.seisanLP .table-light-accent td li {font-size: 1em;}
.seisanLP .table-light-accent th .required {font-size: 0.8em;}
.seisanLP .required:not(th) {font-size: 0.8em;}
.seisanLP .basic-button.has-size-small {font-size: 0.8em;}
.seisanLP .item-supplement,
.seisanLP .item-annotation {font-size: 0.8em;}
.seisanLP .table-light-accent td .item-supplement {font-size: 0.8em;}
.seisanLP p,
.seisanLP li {font-size: 1em;}
.seisanLP .table-light-accent td select,
.seisanLP .table-light-accent td input {font-size: 1em;}
.seisanLP .basic-button.has-size-middle {font-size: 1.8em;}
footer {
  text-align: center;
  margin-top: 40px;
}
footer li {
  list-style: none;
  font-size: 16px;
  margin-bottom: 10px;
}
footer li a {
  text-decoration: none;
  color: #1b7dc4;
}

@media screen and (max-width: 769px) {
  .seisanLP {
    font-size: 1250% !important;
  }
  footer {
    font-size: 1250% !important;
  }
}
