/* Made by Masstige */
.inside_search_form {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 120px;
}
@media screen and (max-width: 768px) {
  .inside_search_form {
    margin: 0 auto 40px;
  }
}
.inside_search_form form .inner {
  border: 1px solid #babbbb;
  padding: 70px 180px 50px;
}
@media screen and (max-width: 1200px) {
  .inside_search_form form .inner {
    padding: 70px 50px 50px;
  }
}
@media screen and (max-width: 768px) {
  .inside_search_form form .inner {
    padding: 20px 5%;
    border: 1px solid #00c73c;
    border-radius: 10px;
  }
}
.inside_search_form form .inner .input_bx {
  display: flex;
  align-items: flex-start;
  justify-content: left;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .inside_search_form form .inner .input_bx {
    flex-direction: column;
    align-items: center;
  }
}
.inside_search_form form .inner .input_bx h3 {
  width: 80px;
  height: 40px;
  font-size: 1.5em;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-right: 50px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .inside_search_form form .inner .input_bx h3 {
    width: fit-content;
    width: 100%;
    text-align: left;
    margin-right: 0;
    margin-bottom: 10px;
    margin-bottom: 6px;
    height: 30px;
  }
}
.inside_search_form form .inner .input_bx .inner_input_bx {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .inside_search_form form .inner .input_bx .inner_input_bx {
    gap: 6px;
    justify-content: left;
    margin-right: auto;
  }
}
.inside_search_form form .inner .input_bx .inner_input_bx .inner_input {
  flex-shrink: 0;
  position: relative;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .inside_search_form form .inner .input_bx .inner_input_bx .inner_input {
    height: 30px;
  }
}
.inside_search_form form .inner .input_bx .inner_input_bx .inner_input input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #babbbb;
  border-radius: 20px;
}
.inside_search_form form .inner .input_bx .inner_input_bx .inner_input input:checked {
  background: #00c73c;
  border: 1px solid #00c73c;
}
.inside_search_form form .inner .input_bx .inner_input_bx .inner_input label {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 50;
  padding: 0px 20px;
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1;
  letter-spacing: normal;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .inside_search_form form .inner .input_bx .inner_input_bx .inner_input label {
    padding: 0 15px;
  }
}
.inside_search_form form .inner .input_bx .inner_input_bx .inner_input input:checked + label {
  color: #fff;
}
.inside_search_form form .inner #submit {
  margin: 40px auto 0;
  width: fit-content;
  height: 40px;
  padding: 0 30px;
  border-radius: 20px;
  background: #00c73c;
  border: 1px solid #00c73c;
  display: flex;
  justify-content: center;
  font-size: 1.125em;
  font-weight: 600;
  font-weight: 700;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .inside_search_form form .inner #submit {
    margin: 20px auto 0;
    height: 40px;
    padding: 0 32px;
    font-size: clamp(16px, 4.4444vw, 18px);
  }
}

.content_bx {
  width: 100%;
}
.content_bx ul {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  row-gap: 60px;
}
@media screen and (max-width: 768px) {
  .content_bx ul {
    row-gap: 50px;
  }
}
.content_bx ul li {
  width: calc(50% - 12px);
}
@media screen and (max-width: 1024px) {
  .content_bx ul li {
    width: 100%;
  }
}
.content_bx ul li .img_container {
  display: flex;
  gap: 2px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .content_bx ul li .img_container {
    flex-direction: column;
    margin-bottom: 10px;
    gap: 0;
  }
}
.content_bx ul li .img_container .img_bx {
  width: calc(50% - 1px);
  display: block;
  position: relative;
  overflow: hidden;
}
.content_bx ul li .img_container .img_bx::after {
  content: "";
  display: block;
  padding-bottom: 70.5128205128%;
}
.content_bx ul li .img_container .img_bx > img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 1000%;
  min-height: 1000%;
  max-width: none;
  max-height: none;
  transform: translate(-50%, -50%) scale(0.1);
}
@media screen and (max-width: 768px) {
  .content_bx ul li .img_container .img_bx {
    width: 100%;
  }
}
.content_bx ul li .img_container .img_bx:nth-child(1) {
  border-radius: 20px 0 0 20px;
}
@media screen and (max-width: 768px) {
  .content_bx ul li .img_container .img_bx:nth-child(1) {
    border-radius: 20px 20px 0 0;
  }
}
.content_bx ul li .img_container .img_bx:nth-child(2) {
  border-radius: 0 20px 20px 0;
}
@media screen and (max-width: 768px) {
  .content_bx ul li .img_container .img_bx:nth-child(2) {
    border-radius: 0 0 20px 20px;
  }
}
.content_bx ul li .txt_bx {
  font-size: 1.375em;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: center;
  color: #171717;
}
@media screen and (max-width: 768px) {
  .content_bx ul li .txt_bx {
    text-align: left;
    font-size: clamp(24px, 6.6667vw, 24px);
  }
}
.content_bx ul li .txt_bx span {
  color: #00c73c;
}
@media screen and (max-width: 768px) {
  .content_bx ul li .txt_bx span {
    display: flex;
  }
}

.lasttext {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.56;
  text-align: center;
  /* @include mdq-max(md) {
    text-align: left;
  } */
}
/*# sourceMappingURL=curestory_inside.min.css.map */