.cp_actab {
  position: relative;
  overflow: hidden;
  width: 590px;
  margin: 0 auto;
}
.cp_actab input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.cp_actab label {
  font-weight: bold;
  position: relative;
  display: block;
  cursor: pointer;
  margin: 30px auto 0;
  text-align: center;
}
.cp_actab label p {
  font-size: 18px;
  font-weight: 700;
  color: #00913A;
  line-height: 1;
  text-align: center;
  position: relative;
  border: 1px solid #00913A;
  border-radius: 50px;
  width: 384px;
  position: relative;
  padding: 20px 0;
  z-index: 2;
  margin: 0 auto;
}
.cp_actab .cp_actab-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.35s;
  color: #000;
  background-color: #fff;
}
.cp_actab .cp_actab-content__inner {
  padding: 20px 0 0;
}
.cp_actab .cp_actab-content__inner .recipt_img {
  margin: 0 auto;
}
.cp_actab .cp_actab-content__inner .recipt_img img {
  max-width: 100%;
}
.cp_actab input:checked ~ .cp_actab-content {
  max-height: 20000px;
}
.cp_actab label p::after {
  line-height: 3;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  display: block;
  width: 14px;
  height: 14px;
  /* -webkit-transition: all 0.35s;
  transition: all 0.35s; */
  text-align: center;
}
.cp_actab input[type=checkbox] + label p::after {
  content: "";
  background-image: url(../img/ac_open.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.cp_actab input[type=checkbox]:checked + label p::after {
  content: "";
  background-image: url(../img/ac_close.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  display: block;
  width: 14px;
  height: 14px;
}

.cp_actab02 {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 960px;
  margin: 0 auto 20px;
}
.cp_actab02 input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.cp_actab02 label {
  font-weight: bold;
  position: relative;
  display: block;
  cursor: pointer;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  padding: 0 15px;
  border-radius: 5px;
}
.cp_actab02 label h5 {
  font-size: 18px;
  font-weight: 700;
  color: #00913A;
  line-height: 1;
  text-align: left;
  position: relative;
  padding: 20px 0 20px 40px;
  z-index: 2;
  margin: 0 auto;
}
.cp_actab02 label h5:before {
  content: "";
  background-image: url(../img/q_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.cp_actab02 .cp_actab-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.35s;
  color: #000;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
}
.cp_actab02 .cp_actab-content__inner {
  padding: 10px 15px 20px;
}
.cp_actab02 .cp_actab-content__inner p {
  font-size: 16px;
  font-weight: 500;
  color: #605346;
  line-height: 1.9;
  margin: 0 0 0;
  text-align: left;
  position: relative;
  padding: 0 50px 0 40px;
}
.cp_actab02 .cp_actab-content__inner p a {
  text-decoration: underline;
  color: #605346;
}
.cp_actab02 .cp_actab-content__inner p:before {
  content: "";
  background-image: url(../img/a_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 0;
  left: 0;
}
.cp_actab02 input[type=checkbox]:checked + label {
  border-radius: 5px 5px 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: 20px;
  display: block;
  width: 14px;
  height: 14px;
  /* -webkit-transition: all 0.35s;
  transition: all 0.35s; */
  text-align: center;
}
.cp_actab02 input[type=checkbox] + label::after {
  content: "";
  background-image: url(../img/ac_open.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.cp_actab02 input[type=checkbox]:checked + label::after {
  content: "";
  background-image: url(../img/ac_close.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  display: block;
  width: 14px;
  height: 14px;
}

@media (max-width: 780px) {
  .cp_actab {
    position: relative;
    overflow: hidden;
    width: 80vw;
    margin: 0 auto;
  }
  .cp_actab input {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
  .cp_actab label {
    font-weight: bold;
    position: relative;
    display: block;
    cursor: pointer;
    margin: 5vw auto 0;
    text-align: center;
  }
  .cp_actab label p {
    font-size: 3.5897435897vw;
    font-weight: 700;
    color: #00913A;
    line-height: 1;
    text-align: center;
    position: relative;
    border: 1px solid #00913A;
    border-radius: 50px;
    width: 80vw;
    position: relative;
    padding: 3.5vw 0;
    z-index: 2;
    margin: 0 auto;
  }
  .cp_actab .cp_actab-content {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.35s;
    color: #000;
    background-color: #fff;
  }
  .cp_actab .cp_actab-content__inner {
    padding: 4vw 0 0;
  }
  .cp_actab .cp_actab-content__inner .recipt_img {
    margin: 0 auto;
    text-align: center;
  }
  .cp_actab .cp_actab-content__inner .recipt_img img {
    max-width: 74vw;
  }
  .cp_actab input:checked ~ .cp_actab-content {
    max-height: 20000px;
  }
  .cp_actab label p::after {
    line-height: 3;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3.0769230769vw;
    display: block;
    width: 3.0769230769vw;
    height: 3.0769230769vw;
    /* -webkit-transition: all 0.35s;
    transition: all 0.35s; */
    text-align: center;
  }
  .cp_actab input[type=checkbox] + label p::after {
    content: "";
    background-image: url(../img/ac_open.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .cp_actab input[type=checkbox]:checked + label p::after {
    content: "";
    background-image: url(../img/ac_close.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3.0769230769vw;
    display: block;
    width: 3.0769230769vw;
    height: 3.0769230769vw;
  }
  .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;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    padding: 2vw 2vw;
    border-radius: 5px;
  }
  .cp_actab02 label h5 {
    font-size: 3.5897435897vw;
    font-weight: 700;
    color: #00913A;
    line-height: 1.5;
    text-align: left;
    position: relative;
    padding: 2vw 6vw 2vw 10vw;
    z-index: 2;
    margin: 0 auto;
  }
  .cp_actab02 label h5:before {
    content: "";
    background-image: url(../img/q_icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 7vw;
    height: 7vw;
    position: absolute;
    top: 2vw;
    transform: none;
    left: 0;
  }
  .cp_actab02 .cp_actab-content {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.35s;
    color: #000;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
  }
  .cp_actab02 .cp_actab-content__inner {
    padding: 0 2vw 4vw;
  }
  .cp_actab02 .cp_actab-content__inner p {
    font-size: 3.3333333333vw;
    font-weight: 500;
    color: #605346;
    line-height: 1.9;
    margin: 0 0 0;
    text-align: left;
    position: relative;
    padding: 2vw 2vw 2vw 10vw;
  }
  .cp_actab02 .cp_actab-content__inner p:before {
    content: "";
    background-image: url(../img/a_icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 7vw;
    height: 7vw;
    position: absolute;
    top: 3vw;
    left: 0;
  }
  .cp_actab02 input[type=checkbox]:checked + label {
    border-radius: 5px 5px 0 0;
  }
  .cp_actab02 input:checked ~ .cp_actab-content {
    max-height: 20000px;
  }
  .cp_actab02 label::after {
    line-height: 3;
    position: absolute;
    top: 5vw;
    transform: unset;
    right: 3vw;
    display: block;
    width: 3.0769230769vw;
    height: 3.0769230769vw;
    /* -webkit-transition: all 0.35s;
    transition: all 0.35s; */
    text-align: center;
  }
  .cp_actab02 input[type=checkbox] + label::after {
    content: "";
    background-image: url(../img/ac_open.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .cp_actab02 input[type=checkbox]:checked + label::after {
    content: "";
    background-image: url(../img/ac_close.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 5vw;
    transform: unset;
    right: 3vw;
    display: block;
    width: 3.0769230769vw;
    height: 3.0769230769vw;
  }
}
.remodal-overlay {
  background: rgba(0, 0, 0, 0.9);
}

.remodal-wrapper {
  padding: 5vw;
}

.remodal {
  padding: 5vw;
  border-radius: 1.2820512821vw;
  background-color: #fff;
  text-align: left;
}
.remodal h6 {
  font-size: 2.3076923077vw;
  line-height: 1.5;
  margin: 0 0 1.2820512821vw;
}
.remodal p {
  font-size: 1.7948717949vw;
  line-height: 1.9;
  margin: 0 0 3.8461538462vw;
}

.remodal-cancel {
  position: absolute;
  top: -30px;
  right: -30px;
  background: none;
  background-image: url(../img/md_close.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  min-width: inherit;
}

.remodal-cancel:hover {
  position: absolute;
  top: -30px;
  right: -30px;
  background: none;
  background-image: url(../img/md_close.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  min-width: inherit;
}

@media (max-width: 780px) {
  .remodal-cancel {
    position: absolute;
    top: -3vw;
    right: -3vw;
    background: none;
    background-image: url(../img/md_close.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 8vw;
    height: 8vw;
    min-width: inherit;
  }
  .remodal-cancel:hover {
    position: absolute;
    top: -3vw;
    right: -3vw;
    background: none;
    background-image: url(../img/md_close.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 8vw;
    height: 8vw;
    min-width: inherit;
  }
}/*# sourceMappingURL=app.css.map */