.cp_actab {
  position: relative;
  overflow: hidden;
  width: 784px;
  margin: 0 auto 90px;
}
.cp_actab input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.cp_actab label {
  font-weight: bold;
  position: relative;
  display: block;
  cursor: pointer;
  margin: 0;
  text-align: left;
  box-sizing: border-box;
  background-color: #449ad2;
  text-align: center;
  padding: 25px 0;
  border-radius: 21px;
}
.cp_actab label h5 img {
  max-height: 27px;
}
.cp_actab input[type=checkbox]:checked + label {
  border-radius: 21px 21px 0 0;
}
.cp_actab .cp_actab-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.35s;
  color: #000;
  background-color: #fff;
  border-radius: 0 0 21px 21px;
}
.cp_actab .cp_actab-content__inner {
  padding: 40px;
}
.cp_actab .cp_actab-content__inner img {
  max-width: 100%;
}
.cp_actab input:checked ~ .cp_actab-content {
  max-height: 20000px;
}
.cp_actab label::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 26px;
  display: block;
  width: 26px;
  height: 26px;
  /* -webkit-transition: all 0.35s;
  transition: all 0.35s; */
  text-align: center;
}
.cp_actab input[type=checkbox] + label::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::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: 26px;
  display: block;
  width: 26px;
  height: 26px;
}

.cp_actab02 {
  position: relative;
  overflow: hidden;
  width: 784px;
  margin: 0 auto 90px;
}
.cp_actab02 input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.cp_actab02 label {
  font-weight: bold;
  position: relative;
  display: block;
  cursor: pointer;
  margin: 0;
  text-align: left;
  box-sizing: border-box;
  background-color: #ed6f4f;
  text-align: center;
  padding: 25px 0;
  border-radius: 21px;
}
.cp_actab02 label h5 img {
  max-height: 27px;
}
.cp_actab02 input[type=checkbox]:checked + label {
  border-radius: 2.6923076923vw 2.6923076923vw 0 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 2.6923076923vw 2.6923076923vw;
}
.cp_actab02 .cp_actab-content__inner {
  padding: 40px;
}
.cp_actab02 .cp_actab-content__inner img {
  max-width: 100%;
}
.cp_actab02 input:checked ~ .cp_actab-content {
  max-height: 20000px;
}
.cp_actab02 label::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 26px;
  display: block;
  width: 26px;
  height: 26px;
  /* -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_open02.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_close02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 26px;
  display: block;
  width: 26px;
  height: 26px;
}

@media (max-width: 780px) {
  .cp_actab {
    position: relative;
    overflow: hidden;
    width: 84vw;
    margin: 0 auto 20vw;
  }
  .cp_actab input {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
  .cp_actab label {
    font-weight: bold;
    position: relative;
    display: block;
    cursor: pointer;
    margin: 0;
    text-align: left;
    box-sizing: border-box;
    background-color: #449ad2;
    text-align: center;
    padding: 3vw 0;
    border-radius: 2.6923076923vw;
  }
  .cp_actab label h5 img {
    max-height: 4.8vw;
  }
  .cp_actab input[type=checkbox]:checked + label {
    border-radius: 2.6923076923vw 2.6923076923vw 0 0;
  }
  .cp_actab .cp_actab-content {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.35s;
    color: #000;
    background-color: #fff;
    border-radius: 0 0 2.6923076923vw 2.6923076923vw;
  }
  .cp_actab .cp_actab-content__inner {
    padding: 5vw;
  }
  .cp_actab input:checked ~ .cp_actab-content {
    max-height: 20000px;
  }
  .cp_actab label::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2vw;
    display: block;
    width: 4.8vw;
    height: 4.8vw;
    /* -webkit-transition: all 0.35s;
    transition: all 0.35s; */
    text-align: center;
  }
  .cp_actab input[type=checkbox] + label::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::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: 2vw;
    display: block;
    width: 4.8vw;
    height: 4.8vw;
  }
  .cp_actab02 {
    position: relative;
    overflow: hidden;
    width: 84vw;
    margin: 0 auto;
  }
  .cp_actab02 input {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
  .cp_actab02 label {
    font-weight: bold;
    position: relative;
    display: block;
    cursor: pointer;
    margin: 0;
    text-align: left;
    box-sizing: border-box;
    background-color: #ed6f4f;
    text-align: center;
    padding: 3vw 0;
    border-radius: 2.6923076923vw;
  }
  .cp_actab02 label h5 img {
    max-height: 4.8vw;
  }
  .cp_actab02 input[type=checkbox]:checked + label {
    border-radius: 2.6923076923vw 2.6923076923vw 0 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 2.6923076923vw 2.6923076923vw;
  }
  .cp_actab02 .cp_actab-content__inner {
    padding: 5vw;
  }
  .cp_actab02 input:checked ~ .cp_actab-content {
    max-height: 20000px;
  }
  .cp_actab02 label::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2vw;
    display: block;
    width: 4.8vw;
    height: 4.8vw;
    /* -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_open02.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_close02.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2vw;
    display: block;
    width: 4.8vw;
    height: 4.8vw;
  }
}
.campaign-card {
  width: 100%;
  max-width: 784px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 21px;
  overflow: hidden;
}
.campaign-card .cp-toggle-input {
  display: none;
}
.campaign-card .cp-content {
  max-height: 350px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.5s ease-in-out;
  padding: 40px;
}
.campaign-card .cp-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}
.campaign-card .cp-content .cp-inner h6 {
  font-size: 13px;
  font-weight: 600;
  color: #0075c1;
  line-height: 1.5;
  margin: 0 0 5px;
}
.campaign-card .cp-content .cp-inner p {
  font-size: 13px;
  font-weight: 400;
  color: #000;
  line-height: 1.6;
  margin: 0 0 60px;
}
.campaign-card .cp-content .cp-inner p a {
  text-decoration: underline;
  color: #000;
  word-break: break-all;
}
.campaign-card .cp-btn {
  display: block;
  background-color: #a5d8ff;
  color: #fff;
  padding: 15px;
  cursor: pointer;
  text-align: center;
}
.campaign-card .cp-btn span {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.campaign-card .cp-btn img {
  max-width: 17px;
}
.campaign-card .cp-btn__label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-weight: bold;
}
.campaign-card .cp-btn__label.-close {
  display: none;
}
.campaign-card .cp-btn__icon {
  width: 20px;
  height: auto;
  display: block;
}
.campaign-card .cp-toggle-input:checked + .cp-content {
  max-height: 5000px;
  height: auto;
}
.campaign-card .cp-toggle-input:checked + .cp-content::after {
  opacity: 0;
}
.campaign-card .cp-toggle-input:checked ~ .cp-btn .-open {
  display: none;
}
.campaign-card .cp-toggle-input:checked ~ .cp-btn .-close {
  display: flex;
}

.campaign-card02 {
  width: 100%;
  max-width: 784px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 21px;
  overflow: hidden;
}
.campaign-card02 .cp-toggle-input {
  display: none;
}
.campaign-card02 .cp-content {
  max-height: 350px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.5s ease-in-out;
  padding: 40px;
}
.campaign-card02 .cp-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}
.campaign-card02 .cp-content .cp-inner h5 {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #ca830d;
  line-height: 1.5;
  margin: 0 0 20px;
}
.campaign-card02 .cp-content .cp-inner h6 {
  font-size: 13px;
  font-weight: 600;
  color: #ca830d;
  line-height: 1.5;
  margin: 0 0 5px;
}
.campaign-card02 .cp-content .cp-inner p {
  font-size: 13px;
  font-weight: 400;
  color: #000;
  line-height: 1.6;
  margin: 0 0 60px;
}
.campaign-card02 .cp-content .cp-inner p a {
  text-decoration: underline;
  color: #000;
  word-break: break-all;
}
.campaign-card02 .cp-btn {
  display: block;
  background-color: #ca830d;
  color: #fff;
  padding: 15px;
  cursor: pointer;
  text-align: center;
}
.campaign-card02 .cp-btn span {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.campaign-card02 .cp-btn img {
  max-width: 17px;
}
.campaign-card02 .cp-btn__label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-weight: bold;
}
.campaign-card02 .cp-btn__label.-close {
  display: none;
}
.campaign-card02 .cp-btn__icon {
  width: 20px;
  height: auto;
  display: block;
}
.campaign-card02 .cp-toggle-input:checked + .cp-content {
  max-height: 5000px;
  height: auto;
}
.campaign-card02 .cp-toggle-input:checked + .cp-content::after {
  opacity: 0;
}
.campaign-card02 .cp-toggle-input:checked ~ .cp-btn .-open {
  display: none;
}
.campaign-card02 .cp-toggle-input:checked ~ .cp-btn .-close {
  display: flex;
}

@media (max-width: 780px) {
  .campaign-card {
    width: 100%;
    max-width: 84vw;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 6.4102564103vw;
    overflow: hidden;
  }
  .campaign-card .cp-toggle-input {
    display: none;
  }
  .campaign-card .cp-content {
    max-height: 350px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.5s ease-in-out;
    padding: 5vw;
  }
  .campaign-card .cp-content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  }
  .campaign-card .cp-content .cp-inner h6 {
    font-size: 3.0769230769vw;
    font-weight: 600;
    color: #0075c1;
    line-height: 1.5;
    margin: 0 0 1.2820512821vw;
  }
  .campaign-card .cp-content .cp-inner p {
    font-size: 2.8205128205vw;
    font-weight: 400;
    color: #000;
    line-height: 1.6;
    margin: 0 0 7.6923076923vw;
  }
  .campaign-card .cp-content .cp-inner p a {
    text-decoration: underline;
    color: #000;
    word-break: break-all;
  }
  .campaign-card .cp-btn {
    display: block;
    background-color: #a5d8ff;
    color: #fff;
    padding: 3vw;
    cursor: pointer;
    text-align: center;
  }
  .campaign-card .cp-btn span {
    font-size: 3.5897435897vw;
    font-weight: 700;
    color: #fff;
    line-height: 1;
  }
  .campaign-card .cp-btn img {
    max-width: 3vw;
  }
  .campaign-card .cp-btn__label {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-weight: bold;
  }
  .campaign-card .cp-btn__label.-close {
    display: none;
  }
  .campaign-card .cp-btn__icon {
    width: 20px;
    height: auto;
    display: block;
  }
  .campaign-card .cp-toggle-input:checked + .cp-content {
    max-height: 5000px;
    height: auto;
  }
  .campaign-card .cp-toggle-input:checked + .cp-content::after {
    opacity: 0;
  }
  .campaign-card .cp-toggle-input:checked ~ .cp-btn .-open {
    display: none;
  }
  .campaign-card .cp-toggle-input:checked ~ .cp-btn .-close {
    display: flex;
  }
  .campaign-card02 {
    width: 100%;
    max-width: 84vw;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 6.4102564103vw;
    overflow: hidden;
  }
  .campaign-card02 .cp-toggle-input {
    display: none;
  }
  .campaign-card02 .cp-content {
    max-height: 350px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.5s ease-in-out;
    padding: 5vw;
  }
  .campaign-card02 .cp-content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  }
  .campaign-card02 .cp-content .cp-inner h5 {
    text-align: center;
    font-size: 3.0769230769vw;
    font-weight: 600;
    color: #ca830d;
    line-height: 1.5;
    margin: 0 0 3.2051282051vw;
  }
  .campaign-card02 .cp-content .cp-inner h6 {
    font-size: 3.0769230769vw;
    font-weight: 600;
    color: #ca830d;
    line-height: 1.5;
    margin: 0 0 1.2820512821vw;
  }
  .campaign-card02 .cp-content .cp-inner p {
    font-size: 2.8205128205vw;
    font-weight: 400;
    color: #000;
    line-height: 1.6;
    margin: 0 0 7.6923076923vw;
  }
  .campaign-card02 .cp-content .cp-inner p a {
    text-decoration: underline;
    color: #000;
    word-break: break-all;
  }
  .campaign-card02 .cp-btn {
    display: block;
    background-color: #ca830d;
    color: #fff;
    padding: 3vw;
    cursor: pointer;
    text-align: center;
  }
  .campaign-card02 .cp-btn span {
    font-size: 3.5897435897vw;
    font-weight: 700;
    color: #fff;
    line-height: 1;
  }
  .campaign-card02 .cp-btn img {
    max-width: 3vw;
  }
  .campaign-card02 .cp-btn__label {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-weight: bold;
  }
  .campaign-card02 .cp-btn__label.-close {
    display: none;
  }
  .campaign-card02 .cp-btn__icon {
    width: 20px;
    height: auto;
    display: block;
  }
  .campaign-card02 .cp-toggle-input:checked + .cp-content {
    max-height: 5000px;
    height: auto;
  }
  .campaign-card02 .cp-toggle-input:checked + .cp-content::after {
    opacity: 0;
  }
  .campaign-card02 .cp-toggle-input:checked ~ .cp-btn .-open {
    display: none;
  }
  .campaign-card02 .cp-toggle-input:checked ~ .cp-btn .-close {
    display: flex;
  }
}
.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 */