.lp__wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #F0F0F0;
}

body {
  background-color: #f7f6f4;
}

.lp__dimg {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
}
.lp__dimg__2 {
  margin-bottom: -9rem;
  z-index: 2;
}

.lp__kv {
  position: relative;
}

.lp__kv-button {
  width: 95%;
  display: block;
  position: absolute;
  bottom: -3.5%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slider02__nav {
  max-width: 100%;
}

.section_1_doctor {
  width: 90%;
  margin: 22rem auto 0;
}

.ourDoctors__wrap {
  margin-bottom: 10rem;
}
.ourDoctors__wrap--symptoms {
  margin-bottom: 0;
}

.lp__qimg {
  width: 85rem;
}
.lp__qimg__1 {
  margin-top: 17rem;
}

.l-features {
  padding-bottom: 20rem;
}

.lp__q__23s {
  width: 100%;
  background: #fff;
  padding-bottom: 17rem;
}

.lp__qimg__2 {
  margin-bottom: 5rem;
}

.service__content {
  border-radius: 0 !important;
}

.lp__qimg__4 {
  margin-top: 17rem;
}

.l-voice {
  padding-bottom: 25rem;
}

.fixed_button {
  width: 80rem;
  height: auto;
  display: block;
  position: fixed;
  bottom: 5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 100;
}
.fixed_button img {
  width: 100%;
  height: auto;
  display: block;
}

.lp_footer {
  background: #fff;
  font-size: 2.8rem;
  text-align: center;
  padding: 10rem 0 30rem;
}
.lp_footer a {
  display: inline-block;
  margin: 0 2rem;
  color: #777;
  text-decoration: none;
}

.check-area {
  background: #EDEDE4;
}

.check-area__list {
  width: 90%;
  margin: 0 auto;
}

.check-area__list-item {
  list-style-type: none;
  background: #fff;
  padding: 3.3rem 4rem 3.4rem;
  font-size: 4.2rem;
  border-radius: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  cursor: pointer;
  line-height: 155%;
}

.check-area__list-item + .check-area__list-item {
  margin-top: 2rem;
}

.check-area__list-item input[type=radio] {
  display: none;
}

.check-area__list-item label {
  position: relative;
  width: 100%;
  padding-left: 9.5rem;
  cursor: pointer;
  display: inline-block;
}

.check-area__list-item label span {
  margin-top: 0.6rem;
  display: inline-block;
}

.check-area__list-item label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5rem;
  height: 5rem;
  border: 0.5rem solid #969696;
  border-radius: 1rem;
  background-color: #fff;
}

.check-area__list-item input[type=radio]:checked + label::before {
  border-color: #FB7F03;
  background: #FB7F03;
}

.check-area__list-item input[type=radio]:checked + label::after {
  content: "";
  position: absolute;
  left: 2.2%;
  top: 48%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 1.5rem;
  height: 2.2rem;
  border: solid #fff;
  border-width: 0 0.5rem 0.5rem 0;
}

.loading-area {
  position: relative;
  z-index: 6000;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  padding: 0;
}

.loading-area.is-checking {
  opacity: 1;
  visibility: visible;
  padding: 30rem 0 27rem;
}

.main-container {
  display: block;
  height: 0;
  overflow: hidden;
}

.main-container.is-active {
  height: auto;
}

.main-container-deco {
  position: absolute;
  z-index: 1;
  display: none;
}

.main-container-deco.is-active {
  display: block;
}

.checkquestion-loading {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.checkquestion-loading-title {
  line-height: 1;
  letter-spacing: 0.15em;
}

.checkquestion-loading-status {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  background: #e8e8e8;
  border: solid #fff;
  border-radius: 100em;
}

.checkquestion-loading-bar {
  position: absolute;
  top: -1%;
  right: 0;
  display: block;
  width: 100%;
  height: 102%;
  overflow: hidden;
  -webkit-transition: -webkit-transform 2s ease-out;
  transition: -webkit-transform 2s ease-out;
  transition: transform 2s ease-out;
  transition: transform 2s ease-out, -webkit-transform 2s ease-out;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.is-checking .checkquestion-loading-bar {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.is-checking .checkquestion-loading-bar span {
  background-position: 0 0;
}

.checkquestion-loading-bar span {
  position: relative;
  display: block;
  width: 1000%;
  height: 100%;
  background-repeat: repeat;
  background-position: -1000px 0;
  -webkit-transition: background-position 15s linear;
  transition: background-position 15s linear;
}

.checkquestion-loading-photo {
  margin: 0 auto;
  overflow: hidden;
  line-height: 1;
}

.checkquestion-loading-photo span {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  margin-top: -0.5px;
  overflow: hidden;
  vertical-align: top;
}

.checkquestion-loading-photo span img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-animation: checking-move 1.2s steps(3) infinite alternate;
          animation: checking-move 1.2s steps(3) infinite alternate;
}

.checkquestion-loading-txt {
  line-height: 2;
  letter-spacing: 0.2em;
}

.fixed_button {
  display: none;
}

.ajax-contented .fixed_button {
  display: block;
}

.voice__slide {
  padding: 0 1.25rem;
}

.voice__slide__set {
  position: relative;
  width: 76rem;
  height: 83.5rem;
  background: #fff;
  border-radius: 2.5rem;
}

.voice__slide__in {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 14rem);
  height: calc(100% - 16rem);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.voice__slide__title {
  font-size: 4.2rem;
  font-weight: bold;
  color: #000;
}

.voice__slide__text {
  font-size: 4.2rem;
  line-height: 6.5rem;
  font-weight: 400;
  color: #000;
}

.voice__slide__star {
  color: #f47a00;
  font-size: 4.5rem;
  margin-bottom: 3rem;
  margin-top: 3rem;
}

.voice__slide__name {
  position: absolute;
  left: -3rem;
  bottom: 0;
  font-size: 3.8rem;
  font-weight: bold;
}

.voice__navs {
  font-size: 0;
  padding: 5.3333333333% 0 0;
  text-align: center;
}

.voice__navs img {
  width: 11rem;
  height: 11rem;
  display: inline-block;
  margin: 0 3.25rem;
  cursor: pointer;
}

.voice-area {
  background: #F3F3E5;
  max-width: 600px;
  width: 100%;
  overflow: hidden;
  padding: 16% 0 11.2%;
}
.voice-area__title {
  padding-bottom: 8.5333333333%;
}

.notes {
  font-size: 2.89rem;
  color: #b9bdb9;
  text-align: center;
  color: #7A7A7A;
  line-height: 1.7;
  letter-spacing: 0.12em;
}
.notes--howto {
  margin-top: 5.3333333333%;
}

#_cmp_elm_0_1, #_cmp_elm_0_0,
#_cmp_elm_1_1, #_cmp_elm_1_0,
#_cmp_elm_2_1, #_cmp_elm_2_0,
#_cmp_elm_3_1, #_cmp_elm_3_0,
#_cmp_elm_4_1, #_cmp_elm_4_0,
#_cmp_elm_5_1, #_cmp_elm_5_0,
#_cmp_elm_6_1, #_cmp_elm_6_0,
#_cmp_elm_7_1, #_cmp_elm_7_0,
#_cmp_elm_8_1, #_cmp_elm_8_0,
#_cmp_elm_9_1, #_cmp_elm_9_0,
#_cmp_elm_10_1, #_cmp_elm_10_0 {
  position: fixed !important;
  left: -9999px;
  opacity: 0;
  visibility: hidden;
}

.symptoms {
  background: #fff;
}
.symptoms h2 {
  padding: 16% 0 9.8666666667%;
}

.ourDoctorsNav--symptoms {
  width: 32.5%;
  margin: -30px auto 0;
  padding-bottom: 9.3333333333%;
}

.symptoms .ourDoctors__item {
  padding: 0;
}

.point-02 {
  width: 100%;
  background: #fafaf7;
}
.point-02__inner {
  width: 90%;
  border: 2px solid #7FD14F;
  margin: 0 auto;
  background: #fff;
  border-radius: 14px;
}
@media screen and (max-width: 500px) {
  .point-02__inner {
    border: 1.5px solid #7FD14F;
    border-radius: 10px;
  }
}
@media screen and (max-width: 420px) {
  .point-02__inner {
    border: 1px solid #7FD14F;
    border-radius: 7px;
  }
}
.point-02__cv {
  margin: -2.3rem 0 5.4rem;
}
.point-02__cv a {
  display: block;
  width: 83.666667%;
  margin: 0 auto;
}
.point-02__cv-title {
  font-size: 3.3rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 3rem;
}