.p-voice {
  display: block;
  padding-bottom: 4rem;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
}

.p-voice__img {
  width: 100%;
}

.p-voice__img img {
  width: 100%;
}

.p-voice__txt {
  margin-top: -4rem;
  text-align: center;
}

.user-voice-online {
  line-height: 1.42857143;
}

.p-voice__txt h2 {
  text-align: center;
  font-size: 1.4rem;
  margin: 4rem 0 2rem;
  color: #6f8c28;
  font-weight: 500;
  background: none;
  padding-left: 0 !important;
  height: 15px;
  line-height: 1.1;
}

.p-voice__txt h2 img {
  height: 100%;
  width: auto;
  margin: 0 auto;
}

.p-voice__txt .number {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  color: #3e3c35;
}

.p-voice__txt .number span {
  font-weight: bold;
}

.p-voice__txt .star {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  color: #759031;
}

.p-voice__txt .star .txt {
  padding-left: 1rem;
  display: inline-block;
  border-left: 3px dotted #759031;
  line-height: 0.9;
  vertical-align: middle;
}

.p-voice__txt .star .img {
  margin-left: 1.5rem;
  display: inline-block;
  height: 2.4rem;
  vertical-align: middle;
}

.p-voice__txt .star .img img {
  height: 100%;
  width: auto;
  margin-right: 8px;
  vertical-align: top;
}

.p-voice__txt .rating {
  height: 3rem;
  background-color: #e8f0d3;
  border-radius: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 216px;
  width: 100%;
  margin: 0 auto;
  color: #657e26;
  font-size: 1.5rem;
}

.p-voice__txt .rating span {
  font-weight: bold;
}

.p-mail {
  margin-bottom: 6rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
}

.c-title01 {
  text-align: center;
}

.p-mail h2 {
  margin-top: 0;
  margin-bottom: 2rem;
  background: #fff;
  font-size: 30px;
  line-height: 1.1;
  padding-left: 0 !important;
}

.c-title01 span {
  display: block;
  color: #5a483a;
}

.c-title01 span.icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
}

.p-mail h2 .icon {
  margin-right: 0;
}

.c-title01 span.ja {
  font-size: 1.5rem;
  height: 1.5rem;
  color: #362619;
}

.c-title01 span.ja--tbpc {
  display: none;
}

.c-title01 span.ja--tbpc img {
  height: 100%;
  width: auto;
}

.p-mail-input .input {
  margin: 0 auto 1.5rem;
  max-width: 380px;
  width: 100%;
  position: relative;
}

.p-mail-input input {
  -webkit-appearance: none !important;
}

.p-mail-input .input input::placeholder {
  font-size: 1.3rem;
  line-height: 1.8;
  color: #8e8b84;
}

.p-mail-input .input input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2rem;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  width: 100%;
  height: 5.6rem;
  border: 0.5px solid #d9d9d9;
  font-size: 1.3rem;
}

.p-mail-input .input .arrow {
  width: 1rem;
  height: 0.6rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.mail-magazine-submit {
  top: 27px !important;
  cursor: pointer;
}

.p-mail-input .input .arrow img {
  width: 100%;
  vertical-align: top;
}

.p-mail-btn {
  text-align: center;
}

.c-btn02 {
  color: #626262;
}

.c-btn02::after {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 1rem;
  margin-left: 1rem;
  background-image: url(https://naturallounge.jp/html/template/default/assets/img/common/arrow_right.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.p-cta {
  max-width: 1150px;
  margin: 6rem auto;
}

.c-inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 2.6667%;
  width: 100%;
}

.p-cta-box {
  display: block;
}

.p-cta-box img {
  width: 100%;
}

.c-title01 span.icon + span.ja {
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  .p-voice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }

  .p-voice__img {
    width: 60%;
    height: 24rem;
    position: relative;
  }

  .p-voice__img img {
    height: 100%;
    width: auto;
    min-width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .p-voice__txt {
    padding: 1rem 0;
    width: 40%;
    margin: 0;
    margin-left: -6%;
  }

  .p-voice__txt h2 {
    margin: 1rem 0 2.5rem;
  }

  .p-voice__txt .number {
    margin-bottom: 1.5rem;
  }

  .p-voice__txt .rating {
    margin-bottom: 1rem;
  }

  .p-mail {
    margin-bottom: 5rem;
    margin-top: 5rem;
  }

  .p-mail h2 {
    margin-top: 0;
    margin-bottom: 2.5rem;
  }

  .c-title01 span {
    display: inline-block;
  }

  .c-title01 span.ja--sp {
    display: none !important;
  }

  .c-title01 span.ja {
    height: 1.4rem;
  }

  .c-title01 span.icon + span.ja {
    display: inline-block;
  }

  .c-title01 span.ja--tbpc {
    display: inline-block;
  }

  .p-cta {
    margin: 5rem auto;
  }

  .c-inner {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .p-mail h2 {
    margin-top: 0;
    margin-bottom: 2.5rem;
  }
}

@media only screen and (max-width: 768px) {
  .mail-notice .icon {
    display: inline-flex !important;
    vertical-align: middle !important;
  }

  .mail-notice span.ja {
    vertical-align: middle !important;
    height: 17px !important;
    font-weight: 500;
  }
}
