@charset "UTF-8";
p {
  font-size: 14px;
  line-height: 1.71;
  color: #000000;
}

@media (min-width: 750px) {
  p {
    font-size: 16px;
    line-height: 1.75;
  }
}

.fs-nm {
  font-size: 14px;
  line-height: 1.71;
  color: #000000;
}

@media (min-width: 750px) {
  .fs-nm {
    font-size: 16px;
    line-height: 1.75;
  }
}

.fs-xs {
  font-size: 10px;
  line-height: 1.5;
}

@media (min-width: 750px) {
  .fs-xs {
    font-size: 12px;
    line-height: 1.8;
  }
}

.fs-sm {
  font-size: 14px;
}

@media (min-width: 750px) {
  .fs-sm {
    font-size: 12px;
  }
}

.fs-md {
  font-size: 18px;
}

.fs-lr {
  font-size: 20px;
}

.fs-bg {
  font-size: 26px;
  line-height: 1.4;
}

.bold, .border_title {
  font-weight: bold;
}

.pink, .border_title {
  color: #FF7070;
}

.gray {
  color: #707070;
}

.white {
  color: white;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.letter-space {
  
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contents_wrap-inner {
  width: 90%;
  margin: 0 auto;
}

.pb-s3 {
  padding-bottom: 22px;
}

.pt-s3 {
  padding: 22px;
}

.pb-l2 {
  padding-bottom: 65px;
}

.pb-l3 {
  padding-bottom: 110px;
}

.mt-ms {
  margin-top: -45px;
}

.mb-s1 {
  margin-bottom: 7px;
}

.mb-s2 {
  margin-bottom: 16px;
}

.mb-s3 {
  margin-bottom: 22px;
}

.mb-m1 {
  margin-bottom: 27px;
}

.mb-m2 {
  margin-bottom: 33px;
}

.mb-m3 {
  margin-bottom: 42px;
}

.mb-l2 {
  margin-bottom: 65px;
}

.mb-l3 {
  margin-bottom: 110px;
}

.two_color_border {
  margin: 0;
  border-bottom: solid 3px #929292;
  position: relative;
  font-size: 20px;
}

@media (min-width: 750px) {
  .two_color_border {
    font-size: 26px;
  }
}

.two_color_border:after {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 28%;
  border-bottom: 3px solid #FFA7A7;
}

.circle_title {
  background-color: #FF8D8D;
  width: 100%;
  height: 68px;
  color: white;
  padding: 16px 24px 12px 32px;
  margin: 0 auto;
  margin-bottom: 40px;
  border-radius: 6px;
  padding: 12px 20px 8px 16px;
  text-align: left;
  font-size: 16px;
}

@media (min-width: 750px) {
  .circle_title {
    border-radius: 47px;
    padding: 16px 24px 12px 32px;
    text-align: center;
  }
}

@media (min-width: 750px) {
  .circle_title {
    font-size: 20px;
  }
}

.circle_title:after {
  content: "";
  display: block;
  background-color: #FF8D8D;
  width: 3px;
  margin-left: 49%;
  height: 20px;
}

@media (min-width: 600px) {
  .circle_title:after {
    height: 45px;
  }
}

.border_title {
  background-color: #FFF5F5;
  border-top: solid 1px #FF8D8D;
  border-bottom: solid 1px #FF8D8D;
  width: 100%;
  padding: 13px 0px 9px 17px;
  color: #FF8D8D;
  font-size: 16px;
}

@media (min-width: 750px) {
  .border_title {
    font-size: 20px;
  }
}

.line-text-pink {
  font-weight: bold;
  color: #FF6B6B;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFFB8D));
  background: linear-gradient(transparent 50%, #FFFB8D 50%);
}

.line-text-black {
  font-weight: bold;
  color: #000000;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(70%, #FFFB8D));
  background: linear-gradient(transparent 40%, #FFFB8D 70%);
  width: 65%;
}

.gold-title {
  color: #CC9E4F;
  font-size: 16px;
  font-weight: bold;
}

@media (min-width: 750px) {
  .gold-title {
    font-size: 20px;
  }
}

.canpaign_pc {
  display: none;
}

.canpaign_sp {
  position: relative;
}

.canpaign_sp .sp_img {
  text-align: center;
}

.canpaign_sp .apply_btn {
  /*position: absolute;
  top: 240px;
  left: calc(50% - 149px);*/
  cursor: pointer;
  text-align: center;
}

.recommend_wrap {
  background-size: contain;
  background-repeat: repeat;
  height: auto;
  background-image: linear-gradient(45deg, #FFD5CA 0%, #fad0c4 99%, #fad0c4 100%);
}

.recommend_wrap .recommend06 {
  position: relative;
  z-index: 1000;
  top: -45px;
}

.recommend_wrap .recommend06 .recommend06_wrap-inner {
  width: 90%;
  margin: 0 auto;
}

.recommend_wrap .recommend06 .recommend06_wrap-inner .recommend_item {
  margin-bottom: 33px;
  text-align: center;
}

.voice_wrap {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0.9))), url(img/wave.png);
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(img/wave.png);
  background-repeat: repeat;
  padding: 42px 0 33px 0;
}

.voice_wrap .contents_wrap-inner {
  text-align: center;
}

.voice_wrap .contents_wrap-inner .voice_contents .voice_contents-item {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 15px;
  max-width: 350px;
  background-color: white;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.16);
  padding: 20px 22px 13px 22px;
}

@media (min-width: 750px) {
  .voice_wrap .contents_wrap-inner .voice_contents .voice_contents-item {
    padding: 31px 22px 20px 30px;
  }
}

.voice_wrap .contents_wrap-inner .voice_contents .voice_contents-item .pic {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
          text-align: left;
}

.voice_wrap .contents_wrap-inner .voice_contents .voice_contents-item .pic img {
  margin-right: 20px;
}

.voice_wrap .contents_wrap-inner .voice_contents .voice_contents-item .text {
  width: 100%;
}

.corona {
  padding: 30px 0 50px 0;
}

.corona .hygienic_pc {
  display: none;
}

.trial_wrap {
  background-color: #FF648F;
  padding: 20px 0;
}

@media (min-width: 750px) {
  .trial_wrap {
    padding: 48px 0;
  }
}

.trial_wrap .contents_wrap-inner .contents_items_pc {
  display: none;
}

.trial_wrap .contents_wrap-inner .contents_items_sp .trial_contents {
  background-color: white;
  border-radius: 7px;
  margin: 0 auto;
  padding: 15px 13px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
  margin-bottom: 13px;
}

.trial_wrap .contents_wrap-inner .contents_items_sp .trial_contents .text .title {
  text-align: center;
}

.trial_wrap .contents_wrap-inner .contents_items_sp .trial_contents .text .title img {
  padding-top: 3px;
}

.trial_wrap .contents_wrap-inner .contents_items_sp .trial_contents .trial_img p {
  width: 50%;
}

.trial_wrap .tip {
  width: 90%;
  margin: 0 auto;
}

@media (min-width: 480px) {
  .corona .hygienic_pc {
    display: block;
  }
  .corona .hygienic_sp {
    display: none;
  }
  .recommend_wrap .recommend06 {
    position: relative;
    z-index: 1000;
    top: -45px;
  }
  .recommend_wrap .recommend06 .recommend06_wrap-inner {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .recommend_wrap .recommend06 .recommend06_wrap-inner .recommend_item {
    margin: 33px;
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
  .recommend_wrap .recommend06 .recommend06_wrap-inner .recommend_item .text {
    width: 350px;
    margin: 0 auto;
  }
  .trial_wrap .contents_wrap-inner .trial_contents {
    width: 75%;
  }
  .trial_wrap .tip {
    width: 70%;
  }
}

@media (min-width: 750px) {
  #main {
    background-image: url(img/background-stripe.jpg);
    background-repeat: repeat;
    padding-bottom: 80px;
  }
  .contents_wrap {
    width: 960px;
    margin: 0 auto;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }
  .contents_wrap-inner {
    width: 740px;
    margin: 0 auto;
  }
  .canpaign_pc {
    display: block;
    position: relative;
  }
  .canpaign_pc .apply_btn {
    /*position: absolute;
    top: 213px;
    left: 100px;*/
    cursor: pointer;
    text-align: center;
  }
  .canpaign_sp {
    display: none;
  }
  .recommend_wrap .recommend06 {
    position: relative;
    z-index: 1000;
    top: -45px;
  }
  .recommend_wrap .recommend06 .recommend06_wrap-inner .recommend_item {
    margin: 33px;
    -ms-flex-preferred-size: 50％;
        flex-basis: 50％;
  }
  .recommend_wrap .recommend06 .recommend06_wrap-inner .recommend_item .text {
    width: 350px;
    margin: 0 auto;
  }
  .mr {
    margin-right: 18px;
  }
  .voice_contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .trial_wrap .contents_wrap-inner .contents_items_pc {
    display: block;
  }
  .trial_wrap .contents_wrap-inner .contents_items_pc .trial_contents {
    background-color: white;
    width: 655px;
    margin: 0 auto;
    padding: 15px 13px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
    margin-bottom: 16px;
    border-radius: 7px;
    margin: 0 auto;
    padding: 15px 13px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
    margin-bottom: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .trial_wrap .contents_wrap-inner .contents_items_pc .trial_contents .text {
    width: 482px;
    margin-left: 16px;
  }
  .trial_wrap .contents_wrap-inner .contents_items_pc .trial_contents .text .title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .trial_wrap .contents_wrap-inner .contents_items_pc .trial_contents .text .title .gold-title {
    margin-left: 10px;
  }
  .trial_wrap .contents_wrap-inner .contents_items_pc .trial_contents .text .title img {
    padding-top: 3px;
  }
  .trial_wrap .contents_wrap-inner .contents_items_pc .trial_contents .trial_img p {
    width: 50%;
  }
  .trial_wrap .contents_wrap-inner .contents_items_sp {
    display: none;
  }
  #counseling, #customer_info, #privacy {
    width: 90%;
  }
  .inner {
    width: 80% !important;
  }
}
/*# sourceMappingURL=style2.css.map */