.cp_actab {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto 10px;
}
.cp_actab input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.cp_actab label {
  font-weight: bold;
  position: relative;
  display: block;
  cursor: pointer;
  margin: 0;
  background-color: #32732F;
  border-radius: 10px 10px 0 0;
  padding: 25px 20px;
}
.cp_actab label h5 {
  text-align: left;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
.cp_actab .cp_actab-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.35s;
}
.cp_actab .cp_actab-content__inner {
  padding: 20px 50px 40px;
  background-color: #ECECEC;
  border-radius: 0 0 10px 10px;
}
.cp_actab .cp_actab-content__inner p {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 20px;
  color: #070707;
}
.cp_actab .cp_actab-content__inner h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(90deg, rgb(50, 115, 47) 0%, rgb(25, 58, 24) 100%);
  color: #fff;
  padding: 15px 10px;
  margin: 30px 0 15px;
}
.cp_actab .cp_actab-content__inner .c2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.cp_actab .cp_actab-content__inner .c2 li {
  font-size: 16px;
  flex-basis: 48%;
  color: #070707;
  font-weight: 400;
  line-height: 1.5;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.cp_actab .cp_actab-content__inner .r2 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
.cp_actab .cp_actab-content__inner .r2 li {
  font-size: 16px;
  flex-basis: 26%;
  color: #070707;
  font-weight: 400;
  line-height: 1.5;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
  white-space: nowrap;
}
.cp_actab .cp_actab-content__inner .r2 .location {
  font-size: 16px;
  flex-basis: 22%;
  color: #070707;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
  white-space: nowrap;
}
.cp_actab input:checked ~ .cp_actab-content {
  max-height: 20000px;
}
.cp_actab label::after {
  line-height: 3;
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  display: block;
  width: 16px;
  height: 8px;
  /* -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_w.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_w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  display: block;
  width: 16px;
  height: 8px;
}

.cp_actab02 {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto 10px;
}
.cp_actab02 input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.cp_actab02 label {
  font-weight: bold;
  position: relative;
  display: block;
  cursor: pointer;
  margin: 0;
  background-color: #ECECEC;
  padding: 25px 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cp_actab02 label .ico {
  font-size: 23px;
  font-weight: 500;
  color: #32732F;
  margin-right: 20px;
}
.cp_actab02 label h5 {
  text-align: left;
  color: #070707;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}
.cp_actab02 .cp_actab-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.35s;
}
.cp_actab02 .cp_actab-content__inner {
  padding: 20px 20px;
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.cp_actab02 .cp_actab-content__inner .ico {
  font-size: 23px;
  font-weight: 500;
  color: #32732F;
  margin-right: 20px;
}
.cp_actab02 .cp_actab-content__inner p {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 20px;
  color: #070707;
  padding-right: 20px;
}
.cp_actab02 input:checked ~ .cp_actab-content {
  max-height: 20000px;
}
.cp_actab02 label::after {
  line-height: 3;
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  display: block;
  width: 16px;
  height: 8px;
  /* -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_close.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_open.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  display: block;
  width: 16px;
  height: 8px;
}

@media (max-width: 780px) {
  .cp_actab {
    position: relative;
    overflow: hidden;
    width: 90vw;
    margin: 0 auto 2vw;
  }
  .cp_actab input {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
  .cp_actab label {
    font-weight: bold;
    position: relative;
    display: block;
    cursor: pointer;
    margin: 0;
    background-color: #32732F;
    border-radius: 10px 10px 0 0;
    padding: 5vw 5vw;
  }
  .cp_actab label h5 {
    text-align: left;
    color: #fff;
    font-size: 3.8461538462vw;
    font-weight: 700;
  }
  .cp_actab .cp_actab-content {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.35s;
  }
  .cp_actab .cp_actab-content__inner {
    padding: 5vw;
    background-color: #ECECEC;
    border-radius: 0 0 10px 10px;
  }
  .cp_actab .cp_actab-content__inner p {
    font-size: 3.0769230769vw;
    font-weight: 400;
    line-height: 2;
    margin-bottom: 20px;
    color: #070707;
  }
  .cp_actab .cp_actab-content__inner h6 {
    font-size: 3.5897435897vw;
    font-weight: 700;
    line-height: 1;
    background: linear-gradient(90deg, rgb(50, 115, 47) 0%, rgb(25, 58, 24) 100%);
    color: #fff;
    padding: 3vw 2vw;
    margin: 5vw 0 3vw;
  }
  .cp_actab .cp_actab-content__inner .c2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0;
  }
  .cp_actab .cp_actab-content__inner .c2 li {
    font-size: 3.3333333333vw;
    color: #070707;
    font-weight: 400;
    line-height: 1.5;
    border-bottom: 1px solid #fff;
    padding-bottom: 2.5vw;
    margin-bottom: 2.5vw;
    flex-basis: 100%;
  }
  .cp_actab .cp_actab-content__inner .r2 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0;
  }
  .cp_actab .cp_actab-content__inner .r2 li {
    font-size: 3.0769230769vw;
    flex-basis: 55%;
    color: #070707;
    font-weight: 400;
    line-height: 1.5;
    border-bottom: 1px solid #fff;
    padding-bottom: 2.5vw;
    margin-bottom: 2.5vw;
    white-space: nowrap;
  }
  .cp_actab .cp_actab-content__inner .r2 .location {
    font-size: 3.0769230769vw;
    flex-basis: 42%;
    color: #070707;
    font-weight: 700;
    line-height: 1.5;
    border-bottom: 1px solid #fff;
    padding-bottom: 2.5vw;
    margin-bottom: 2.5vw;
    white-space: nowrap;
  }
  .cp_actab input:checked ~ .cp_actab-content {
    max-height: 20000px;
  }
  .cp_actab label::after {
    line-height: 3;
    position: absolute;
    top: calc(50% - 0.7vw);
    right: 5vw;
    display: block;
    width: 3vw;
    height: 1.5vw;
    /* -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_w.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_w.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: calc(50% - 0.7vw);
    right: 5vw;
    display: block;
    width: 3vw;
    height: 1.5vw;
  }
  .cp_actab02 {
    position: relative;
    overflow: hidden;
    width: 90vw;
    margin: 0 auto 2vw;
  }
  .cp_actab02 input {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
  .cp_actab02 label {
    font-weight: bold;
    position: relative;
    display: block;
    cursor: pointer;
    margin: 0;
    background-color: #ECECEC;
    padding: 5vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .cp_actab02 label .ico {
    font-size: 5.1282051282vw;
    font-weight: 500;
    color: #32732F;
    margin-right: 3vw;
  }
  .cp_actab02 label h5 {
    text-align: left;
    color: #070707;
    font-size: 3.3333333333vw;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.04em;
    padding-right: 7vw;
  }
  .cp_actab02 .cp_actab-content {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.35s;
  }
  .cp_actab02 .cp_actab-content__inner {
    padding: 5vw;
    background-color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .cp_actab02 .cp_actab-content__inner .ico {
    font-size: 5.1282051282vw;
    font-weight: 500;
    color: #32732F;
    margin-right: 3vw;
  }
  .cp_actab02 .cp_actab-content__inner p {
    font-size: 3.0769230769vw;
    font-weight: 400;
    line-height: 2;
    margin-bottom: 3vw;
    color: #070707;
    padding-right: 7vw;
  }
  .cp_actab02 input:checked ~ .cp_actab-content {
    max-height: 20000px;
  }
  .cp_actab02 label::after {
    line-height: 3;
    position: absolute;
    top: calc(50% - 1.5vw);
    right: 5vw;
    display: block;
    width: 3vw;
    height: 1.5vw;
    /* -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_close.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_open.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: calc(50% - 1.5vw);
    right: 5vw;
    display: block;
    width: 3vw;
    height: 1.5vw;
  }
}
/*---------------------------
Modal
---------------------------*/
.remodal-overlay {
  background: rgba(0, 0, 0, 0.9);
}

.remodal {
  padding: 0;
  background: #000;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.remodal-cancel {
  position: absolute;
  top: -40px;
  right: -40px;
  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 {
  background: none;
  background-image: url(../img/md_close.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

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