.cp_actab {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 350px;
  margin: 0 auto 12px;
}
.cp_actab input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.cp_actab label {
  font-weight: bold;
  position: relative;
  display: block;
  cursor: pointer;
  background-color: #AE6394;
  border-radius: 6px;
  margin: 0;
}
.cp_actab label h5 {
  text-align: center;
  color: #fff !important;
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  padding: 20px 0;
  margin: 0 !important;
}
.cp_actab .cp_actab-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.35s;
  color: #fff;
}
.cp_actab .cp_actab-content__inner {
  padding: 20px 0 20px;
}
.cp_actab .cp_actab-content__inner .s6_step {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 310px;
  margin: 0 auto;
}
.cp_actab .cp_actab-content__inner .s6_step .step_num {
  flex-basis: 58px;
}
.cp_actab .cp_actab-content__inner .s6_step .step_num img {
  display: block;
  width: 54px;
  max-width: 54px;
  height: auto;
}
.cp_actab .cp_actab-content__inner .s6_step .step_content {
  flex-basis: 248px;
  text-align: left;
  position: relative;
}
.cp_actab .cp_actab-content__inner .s6_step .step_content p {
  font-size: 15px;
  color: #1f1f1f;
  text-align: left;
  line-height: 1.9;
  margin: 0 !important;
  width: auto !important;
}
.cp_actab .cp_actab-content__inner .s6_step .step_content p span {
  display: block;
  font-size: 15px;
  color: #AE6394;
  text-align: left;
  line-height: 1.9;
  margin: 0 !important;
  width: auto !important;
}
.cp_actab .cp_actab-content__inner .s6_step .step_content .ico01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 91px;
  height: 35px;
}
.cp_actab .cp_actab-content__inner .s6_step .step_content .ico01 img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.cp_actab .cp_actab-content__inner .s6_step .step_content .ico02 {
  position: absolute;
  top: -27px;
  right: 0;
  width: 79px;
  height: 83px;
}
.cp_actab .cp_actab-content__inner .s6_step .step_content .ico02 img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.cp_actab .cp_actab-content__inner .s6_step .step_content .ico03 {
  position: absolute;
  top: 37px;
  right: 18px;
  width: 57px;
  height: 61px;
}
.cp_actab .cp_actab-content__inner .s6_step .step_content .ico03 img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.cp_actab .cp_actab-content__inner .s6_step .kei {
  flex-basis: 100%;
  margin: 27px auto;
}
.cp_actab .cp_actab-content__inner .s6_step .kei img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.cp_actab .cp_actab-content__inner .s6_step .kei .s6_btn {
  width: 100%;
  margin: 0 auto 15px;
}
.cp_actab .cp_actab-content__inner .s6_step .kei .s6_btn img {
  max-width: 99%;
}
.cp_actab .cp_actab-content__inner .s6_step .kei span {
  font-size: 11px;
  color: #1f1f1f;
  text-align: left !important;
  line-height: 1.9;
  margin: 10px auto 0 !important;
  width: 100% !important;
  display: block;
}
.cp_actab .cp_actab-content__inner .s6_product {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 310px;
  margin: 0 auto;
}
.cp_actab .cp_actab-content__inner .s6_product .product_img {
  flex-basis: 120px;
}
.cp_actab .cp_actab-content__inner .s6_product .product_img img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.cp_actab .cp_actab-content__inner .s6_product .product_content {
  flex-basis: 180px;
  flex-direction: column;
  justify-content: space-between;
}
.cp_actab .cp_actab-content__inner .s6_product .product_content h4 {
  display: flex;
  align-self: flex-start;
  margin-bottom: auto;
  font-size: 14px;
  color: #1f1f1f;
  text-align: left;
  line-height: 1.9;
  margin: 0 0 10px !important;
}
.cp_actab .cp_actab-content__inner .s6_product .product_content .s6_product_list {
  align-self: flex-end;
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 180px;
  margin: 0 auto;
}
.cp_actab .cp_actab-content__inner .s6_product .product_content .s6_product_list .sttl {
  flex-basis: 100%;
  background-color: #AE6394;
  color: #fff;
  font-size: 14px;
  text-align: left;
  line-height: 1;
  margin: 0 0 10px !important;
  width: 100% !important;
  display: block;
  padding: 10px;
  border-radius: 4px;
}
.cp_actab .cp_actab-content__inner .s6_product .product_content .s6_product_list .sicon {
  flex-basis: 52px;
  text-align: left;
  margin: 5px 0 0;
}
.cp_actab .cp_actab-content__inner .s6_product .product_content .s6_product_list .sicon img {
  max-width: 46px;
}
.cp_actab .cp_actab-content__inner .s6_product .product_content .s6_product_list .s_summary {
  flex-basis: 120px;
  text-align: left;
  margin: 5px 0 0;
}
.cp_actab .cp_actab-content__inner .s6_product .product_content .s6_product_list .s_summary p {
  font-size: 12px !important;
  color: #1f1f1f;
  text-align: left;
  line-height: 1.2 !important;
  margin: 0 !important;
  width: auto !important;
}
.cp_actab .cp_actab-content__inner .s6_product .product_content .s6_product_list .s_summary p span {
  font-size: 15px;
  font-weight: 600;
}
.cp_actab .cp_actab-content__inner .s6_product .product_content .s6_product_list .s_summary p .big {
  font-size: 13px;
}
.cp_actab .cp_actab-content__inner .ngttl {
  background-color: #EBD8E5;
  width: 100%;
  height: 31px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #AE6394;
  text-align: center;
  line-height: 1;
  margin: 37px auto 12px !important;
  width: 100% !important;
  font-weight: 600;
  font-size: 14px;
  border-radius: 6px;
}
.cp_actab .cp_actab-content__inner .ng_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 310px;
  margin: 0 auto;
}
.cp_actab .cp_actab-content__inner .ng_flex .ng_bx {
  flex-basis: 97px;
  text-align: centr;
  margin: 0;
}
.cp_actab .cp_actab-content__inner .ng_flex .ng_bx .ng_img {
  width: 97px;
  height: auto;
  margin-bottom: 5px;
}
.cp_actab .cp_actab-content__inner .ng_flex .ng_bx .ng_img img {
  max-width: 100%;
}
.cp_actab .cp_actab-content__inner .ng_flex .ng_bx p {
  font-size: 11px !important;
  color: #1f1f1f;
  text-align: center !important;
  line-height: 1.9;
  margin: 0 !important;
  width: auto !important;
}
.cp_actab input:checked ~ .cp_actab-content {
  max-height: 20000px;
}
.cp_actab label::after {
  line-height: 3;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  display: block;
  width: 17px;
  height: 17px;
  text-align: center;
}
.cp_actab input[type=checkbox] + label::after {
  content: "";
  background-image: url(/aula-nezumikun/images/ac_open.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.cp_actab input[type=checkbox]:checked + label::after {
  content: "";
  background-image: url(/aula-nezumikun/images/ac_close.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  display: block;
  width: 17px;
  height: 17px;
}

.cp_actab02 {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 350px;
  margin: 0 auto 12px;
}
.cp_actab02 input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.cp_actab02 label {
  font-weight: bold;
  position: relative;
  display: block;
  cursor: pointer;
  background-color: #1F9138;
  border-radius: 6px;
  margin: 0;
}
.cp_actab02 label h5 {
  text-align: left !important;
  color: #fff !important;
  line-height: 1.5 !important;
  font-size: 16px !important;
  font-weight: 500;
  padding: 10px 40px 10px 50px;
  margin: 0 !important;
  width: 90vw !important;
  box-sizing: border-box;
  position: relative;
}
.cp_actab02 label h5:before {
  content: "Q";
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
.cp_actab02 .cp_actab-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.35s;
  color: #fff;
  background-color: #fff;
  border-radius: 0 0 6px 6px;
}
.cp_actab02 .cp_actab-content__inner {
  padding: 20px 20px 20px;
}
.cp_actab02 .cp_actab-content__inner p {
  font-size: 13px !important;
  color: #191919 !important;
  text-align: left !important;
  line-height: 1.8 !important;
  margin: 0 !important;
  box-sizing: border-box;
}
.cp_actab02 input:checked + label {
  border-radius: 6px 6px 0 0;
}
.cp_actab02 input:checked ~ .cp_actab-content {
  max-height: 20000px;
}
.cp_actab02 label::after {
  line-height: 3;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  display: block;
  width: 17px;
  height: 17px;
  text-align: center;
}
.cp_actab02 input[type=checkbox] + label::after {
  content: "";
  background-image: url(/aula-nezumikun/images/ac_open02.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.cp_actab02 input[type=checkbox]:checked + label::after {
  content: "";
  background-image: url(/aula-nezumikun/images/ac_close02.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  display: block;
  width: 17px;
  height: 17px;
}

@media (max-width: 780px) {
  .cp_actab {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 90vw;
    margin: 0 auto 3vw;
  }
  .cp_actab input {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
  .cp_actab label {
    font-weight: bold;
    position: relative;
    display: block;
    cursor: pointer;
    background-color: #AE6394;
    border-radius: 6px;
    margin: 0;
  }
  .cp_actab label h5 {
    text-align: center;
    color: #fff !important;
    line-height: 1;
    font-size: 4.1025641026vw;
    font-weight: 500;
    padding: 5vw 0;
    margin: 0 !important;
  }
  .cp_actab .cp_actab-content {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.35s;
    color: #fff;
  }
  .cp_actab .cp_actab-content__inner {
    padding: 5vw 0 5vw;
  }
  .cp_actab .cp_actab-content__inner .s6_step {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 80vw;
    margin: 0 auto;
  }
  .cp_actab .cp_actab-content__inner .s6_step .step_num {
    flex-basis: 15vw;
  }
  .cp_actab .cp_actab-content__inner .s6_step .step_num img {
    display: block;
    width: 14vw;
    max-width: 14vw;
    height: auto;
  }
  .cp_actab .cp_actab-content__inner .s6_step .step_content {
    flex-basis: 63vw;
    text-align: left;
    position: relative;
  }
  .cp_actab .cp_actab-content__inner .s6_step .step_content p {
    font-size: 3.8461538462vw;
    color: #1f1f1f;
    text-align: left;
    line-height: 1.9;
    margin: 0 !important;
    width: auto !important;
  }
  .cp_actab .cp_actab-content__inner .s6_step .step_content p span {
    display: block;
    font-size: 3.8461538462vw;
    color: #AE6394;
    text-align: left;
    line-height: 1.9;
    margin: 0 !important;
    width: auto !important;
  }
  .cp_actab .cp_actab-content__inner .s6_step .step_content .ico01 {
    position: absolute;
    top: 0;
    right: 0;
    width: 23.3333333333vw;
    height: 9.1025641026vw;
  }
  .cp_actab .cp_actab-content__inner .s6_step .step_content .ico01 img {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .cp_actab .cp_actab-content__inner .s6_step .step_content .ico02 {
    position: absolute;
    top: -7vw;
    right: 0;
    width: 20.2564102564vw;
    height: 21.2820512821vw;
  }
  .cp_actab .cp_actab-content__inner .s6_step .step_content .ico02 img {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .cp_actab .cp_actab-content__inner .s6_step .step_content .ico03 {
    position: absolute;
    top: 9vw;
    right: 4.5vw;
    width: 14.6153846154vw;
    height: 15.7692307692vw;
  }
  .cp_actab .cp_actab-content__inner .s6_step .step_content .ico03 img {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .cp_actab .cp_actab-content__inner .s6_step .kei {
    flex-basis: 100%;
    margin: 7.0512820513vw auto;
  }
  .cp_actab .cp_actab-content__inner .s6_step .kei img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .cp_actab .cp_actab-content__inner .s6_step .kei .s6_btn {
    width: 70vw;
    margin: 0 auto 3.8461538462vw;
  }
  .cp_actab .cp_actab-content__inner .s6_step .kei .s6_btn img {
    max-width: 70vw;
  }
  .cp_actab .cp_actab-content__inner .s6_step .kei span {
    font-size: 2.8205128205vw;
    color: #1f1f1f;
    text-align: left !important;
    line-height: 1.9;
    margin: 0 !important;
    width: 100% !important;
    display: block;
  }
  .cp_actab .cp_actab-content__inner .s6_product {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 80vw;
    margin: 0 auto;
  }
  .cp_actab .cp_actab-content__inner .s6_product .product_img {
    flex-basis: 30vw;
  }
  .cp_actab .cp_actab-content__inner .s6_product .product_img img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .cp_actab .cp_actab-content__inner .s6_product .product_content {
    flex-basis: 45vw;
    flex-direction: column;
    justify-content: space-between;
  }
  .cp_actab .cp_actab-content__inner .s6_product .product_content h4 {
    display: flex;
    align-self: flex-start;
    margin-bottom: auto;
    font-size: 3.5897435897vw;
    color: #1f1f1f;
    text-align: left;
    line-height: 1.9;
    margin: 0 0 2.5641025641vw !important;
  }
  .cp_actab .cp_actab-content__inner .s6_product .product_content .s6_product_list {
    align-self: flex-end;
    margin-top: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 45vw;
    margin: 0 auto;
  }
  .cp_actab .cp_actab-content__inner .s6_product .product_content .s6_product_list .sttl {
    flex-basis: 100%;
    background-color: #AE6394;
    color: #fff;
    font-size: 3.5897435897vw;
    text-align: left;
    line-height: 1;
    margin: 0 !important;
    width: 100% !important;
    display: block;
    padding: 2vw;
    border-radius: 4px;
  }
  .cp_actab .cp_actab-content__inner .s6_product .product_content .s6_product_list .sicon {
    flex-basis: 15vw;
    text-align: left;
    margin: 1.2820512821vw 0 0;
  }
  .cp_actab .cp_actab-content__inner .s6_product .product_content .s6_product_list .sicon img {
    max-width: 12vw;
  }
  .cp_actab .cp_actab-content__inner .s6_product .product_content .s6_product_list .s_summary {
    flex-basis: 30vw;
    text-align: left;
    margin: 1.2820512821vw 0 0;
  }
  .cp_actab .cp_actab-content__inner .s6_product .product_content .s6_product_list .s_summary p {
    font-size: 3.0769230769vw !important;
    color: #1f1f1f;
    text-align: left;
    line-height: 1.2 !important;
    margin: 0 !important;
    width: auto !important;
  }
  .cp_actab .cp_actab-content__inner .s6_product .product_content .s6_product_list .s_summary p span {
    font-size: 3.8461538462vw;
    font-weight: 600;
  }
  .cp_actab .cp_actab-content__inner .s6_product .product_content .s6_product_list .s_summary p .big {
    font-size: 3.3333333333vw;
  }
  .cp_actab .cp_actab-content__inner .ngttl {
    background-color: #EBD8E5;
    width: 100%;
    height: 7.9487179487vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.5897435897vw;
    color: #AE6394;
    text-align: center;
    line-height: 1;
    margin: 9.6153846154vw auto 3.2051282051vw !important;
    width: 100% !important;
    font-weight: 600;
    font-size: 3.5897435897vw;
    border-radius: 6px;
  }
  .cp_actab .cp_actab-content__inner .ng_flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 80vw;
    margin: 0 auto;
  }
  .cp_actab .cp_actab-content__inner .ng_flex .ng_bx {
    flex-basis: 24.8717948718vw;
    text-align: centr;
    margin: 0;
  }
  .cp_actab .cp_actab-content__inner .ng_flex .ng_bx .ng_img {
    width: 24.8717948718vw;
    height: auto;
    margin-bottom: 1.2820512821vw;
  }
  .cp_actab .cp_actab-content__inner .ng_flex .ng_bx .ng_img img {
    max-width: 100%;
  }
  .cp_actab .cp_actab-content__inner .ng_flex .ng_bx p {
    font-size: 2.8205128205vw !important;
    color: #1f1f1f;
    text-align: center !important;
    line-height: 1.9;
    margin: 0 !important;
    width: auto !important;
  }
  .cp_actab input:checked ~ .cp_actab-content {
    max-height: 20000px;
  }
  .cp_actab label::after {
    line-height: 3;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3vw;
    display: block;
    width: 4.358974359vw;
    height: 4.358974359vw;
    text-align: center;
  }
  .cp_actab input[type=checkbox] + label::after {
    content: "";
    background-image: url(/aula-nezumikun/images/ac_open.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .cp_actab input[type=checkbox]:checked + label::after {
    content: "";
    background-image: url(/aula-nezumikun/images/ac_close.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3vw;
    display: block;
    width: 4.358974359vw;
    height: 4.358974359vw;
  }
  .cp_actab02 {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 90vw;
    margin: 0 auto 3vw;
  }
  .cp_actab02 input {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
  .cp_actab02 label {
    font-weight: bold;
    position: relative;
    display: block;
    cursor: pointer;
    background-color: #1F9138;
    border-radius: 6px;
    margin: 0;
  }
  .cp_actab02 label h5 {
    text-align: left !important;
    color: #fff !important;
    line-height: 1.5 !important;
    font-size: 4.1025641026vw !important;
    font-weight: 500;
    padding: 3vw 10vw 3vw 13vw;
    margin: 0 !important;
    width: 90vw !important;
    box-sizing: border-box;
    position: relative;
  }
  .cp_actab02 label h5:before {
    content: "Q";
    font-family: "Montserrat", sans-serif;
    font-size: 6.6666666667vw;
    color: #fff;
    line-height: 1;
    font-weight: 600;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 4vw;
  }
  .cp_actab02 .cp_actab-content {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.35s;
    color: #fff;
    background-color: #fff;
    border-radius: 0 0 6px 6px;
  }
  .cp_actab02 .cp_actab-content__inner {
    padding: 5vw 5vw 5vw;
  }
  .cp_actab02 .cp_actab-content__inner p {
    font-size: 3.3333333333vw !important;
    color: #191919 !important;
    text-align: left !important;
    line-height: 1.8 !important;
    margin: 0 !important;
    box-sizing: border-box;
  }
  .cp_actab02 input:checked + label {
    border-radius: 6px 6px 0 0;
  }
  .cp_actab02 input:checked ~ .cp_actab-content {
    max-height: 20000px;
  }
  .cp_actab02 label::after {
    line-height: 3;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3vw;
    display: block;
    width: 4.358974359vw;
    height: 4.358974359vw;
    text-align: center;
  }
  .cp_actab02 input[type=checkbox] + label::after {
    content: "";
    background-image: url(/aula-nezumikun/images/ac_open02.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .cp_actab02 input[type=checkbox]:checked + label::after {
    content: "";
    background-image: url(/aula-nezumikun/images/ac_close02.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3vw;
    display: block;
    width: 4.358974359vw;
    height: 4.358974359vw;
  }
}/*# sourceMappingURL=app.css.map */