@charset "UTF-8";
@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}
@media screen and (min-width: 913px) {
  .is-pad {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
.clearfix:after {
  font-size: 1px;
  content: " ";
  display: block;
  clear: both;
  height: 0;
}

.head {
  position: fixed;
  width: 100vw;
  z-index: 100;
}

/* ボタン */
.btn_online {
  width: 100%;
  margin: 0 auto;
}

.btn_online_box {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 20px 13px;
  margin: 0 auto 0.5rem;
  width: 100%;
  max-width: 500px;
  background: url(/consultation/assets/img02/icon_btn01.png) no-repeat right 20px center #122bb3;
  background-image: none;
  background-size: 17px,10px,auto;
  color: #fff !important;
  font-size: 1.1rem;
  line-height: 2rem;
  font-weight: bold;
  border: 0;
  border-radius: 70px;
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: inset 0 -0.3125rem 0 #000088;
          box-shadow: inset 0 -0.3125rem 0 #000088;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn_online_box:hover {
  color: #fff !important;
  text-decoration: none !important;
}

.btn_online_box:visited {
  color: #fff !important;
  text-decoration: none !important;
}

.btn_online_box .free {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 3px;
  padding: 3px;
  border: 1px solid #fff;
  border-radius: 13px;
  background-color: #ff5757;
  color: #fff;
  font-size: 1rem;
}

.btn_online_box .reserve {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.3;
}

.btn_corona_box {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center;
  padding: 10px 20px 13px 13px;
  margin: 0 auto 0;
  width: 100%;
  max-width: 500px;
  background: url(/consultation/assets/img02/icon_btn01.png) no-repeat right 20px center #f18221;
  background-image: none;
  background-size: 17px,10px,auto;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.3rem;
  font-weight: bold;
  border: 0;
  border-radius: 70px;
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: inset 0 -0.3125rem 0 #c36e00;
          box-shadow: inset 0 -0.3125rem 0 #c36e00;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn_corona_box .btn-icon-corona {
  margin-right: 10px;
  padding: 3px;
  width: 46px;
}

.btn_corona_box .btn-txt-corona {
  flex: 1;
}

@media (min-width: 576px) {
  .btn_online_box {
    padding: 10px 40px 13px 40px;
    max-width: 80%;
  }
  .mv .btn_online .btn_corona_box {
    padding: 10px 30px 13px 30px;
    max-width: 80%;
  }
}
@media (min-width: 768px) {
  .btn_online {
    width: 80%;
    text-align: center;
  }

  .btn_online_box {
    padding: 14px 80px 16px 55px;
    width: calc(550 * 0.0625rem);
    max-width: none;
    font-size: 1.35rem;
    line-height: 2rem;
  }
  .mv .btn_online .btn_corona_box {
    padding: 16px 80px 18px 50px;
    width: calc(550 * 0.0625rem);
    max-width: none;
    margin: 0 auto;
    font-size: 1.25rem;
    line-height: 1.6rem;
  }
}
@media (min-width: 992px) {
  .mv .btn_online {
    width: 90%;
    margin: 0 auto;
  }
}
@media (min-width: 1210px) {
  .mv .btn_online {
    width: 70%;
    margin: 0 auto;
  }
}
/* メインビジュアル */
.mv_wrap {
  position: relative;
}

.mv-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mv-img img {
  margin: 0 auto;
  width: 100%;
  max-width: 1300px;
}

.mv-txt {
  position: absolute;
  top: 70px;
  left: 0;
  z-index: 10;
  width: 100vw;
  height: 85%;
}

@media (min-width: 576px) {
  .mv-txt {
    top: 100px;
  }
}
@media (min-width: 768px) {
  .mv-txt {
    height: 88%;
  }
}
@media (min-width: 992px) {
  .mv-txt {
    top: 28px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    height: 100%;
  }

  .mv-bg {
    background: url(/consultation/assets/img02/mv02_bg.png) no-repeat right center #fff;
    background-size: cover;
    background-position: center;
  }
}
.mv {
  width: calc(100% - 20px);
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 992px) {
  .mv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.mv .txt .copy01 {
  padding: 4px 10px;
  background: #4ba4e3;
  color: #fff;
  border-radius: 5px;
  font-size: 4.2666vw;
  font-weight: bold;
  width: 95%;
  margin: 0 auto;
}

.mv .txt .copy01 span {
  margin-right: 3px;
  font-size: 3.7333vw;
}

.mv .txt h1 {
  margin: 10px 0;
}

.mv .txt h1 img {
  width: 90%;
  margin: 0;
}

@media (min-width: 992px) {
  .mv .txt h1 img {
    width: 120%;
    margin: 0 0 0 -20px;
  }
}
.mv .txt .copy02 {
  font-size: 4.2666vw;
  text-shadow: rgba(255, 255, 255, 1.0) 1px 1px 1px;
  font-weight: 500;
}

.mv .pict {
  width: 80%;
  margin: 0 auto;
}

.mv .pict p {
  margin: 0 !important;
}

@media (min-width: 992px) {
  /*.mv_wrap {
      padding: 70px 0;
      background: url(/consultation/assets/img02/mv02_pc.png) no-repeat center #fff;
      background-size: cover;
      background-position: center;
      max-width: 1300px;
      margin: 0 auto;
      background-size: 100%;
      position: relative;
      align-items: center;
  }*/
  .mv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* justify-content: center;*/
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1300px;
  }

  .mv .txt {
    -ms-flex-preferred-size: 63%;
        flex-basis: 63%;
    padding: 0 55px;
  }

  .mv .txt .copy01 {
    font-size: 1.5rem;
  }

  .mv .txt .copy01 span {
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
  }

  .mv .txt h1 {
    margin: 10px 0 0px;
  }

  .mv .txt .copy02 {
    margin-bottom: 15px;
    font-size: 1.25rem;
    font-weight: 500;
  }

  .mv .txt .btn_online_box {
    width: 100%;
    padding: 20px 65px 28px 40px;
  }

  .mv .txt .btn_online_box .free {
    margin-right: 10px;
  }

  .mv .txt .btn_corona_box {
    width: 100%;
    padding: 20px 65px 28px 40px;
  }

  .mv .pict {
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
    width: auto;
    margin: 0 auto;
  }
}
@media (min-width: 1210px) {
  .mv .txt h1 {
    margin: 22px 0 10px;
  }

  .mv .txt .copy01 {
    width: 80%;
  }

  .mv .txt .copy02 {
    margin-bottom: 28px;
    font-size: 1.3rem;
  }
}
/* こんな方におすすめです */
.osusume_wrap {
  position: relative;
  padding: 50px 0;
  background-color: #4ba4e3;
  color: #fff;
}

.osusume_wrap:after {
  content: '';
  position: absolute;
  bottom: -25px;
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  z-index: 10;
  background: #4ba4e3;
  pointer-events: none;
}

.osusume {
  width: calc(100% - 20px);
  margin: 0 auto;
}

.osusume .osusume_tit {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  max-width: 350px;
  margin: 0 auto 25px;
}

.osusume h2 {
  display: inline-block;
  margin: 0px;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 400;
}

.osusume_tit:before {
  content: url(/consultation/assets/img02/icon_midashi_w.svg);
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
  width: 50px;
}

.osusume_tit:after {
  content: url(/consultation/assets/img02/icon_midashi_w.svg);
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
  width: 50px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

/* .osusume h2:before {
  left:0;
  content: '';
  position: absolute;
  top: 50%;
  left: -18px;
  display: inline-block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.osusume h2:after {
  right: 0;
  content: '';
  position: absolute;
  top: 50%;
  right: -18px;
  display: inline-block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
} */
.osusume_box {
  margin-bottom: 50px;
}

.osusume_box:last-child {
  margin-bottom: 0;
}

.osusume_box .pict01 {
  width: 60%;
  margin: 0 auto 25px;
  text-align: center;
}

.osusume_box .copy {
  margin-bottom: 20px;
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
}

.osusume_box ul {
  padding-left: 1.25rem;
}

.osusume_box ul li {
  list-style: disc;
}

@media (min-width: 768px) {
  .osusume_wrap {
    padding: 80px 0;
  }

  .osusume_wrap:after {
    bottom: -50px;
    left: 50%;
    width: 100px;
    height: 100px;
  }

  .osusume {
    max-width: 1000px;
  }

  .osusume .osusume_tit {
    max-width: 475px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .osusume h2 {
    width: auto;
    font-size: 1.8rem;
  }

  .osusume_box {
    display: inline-block;
    width: 45%;
    width: calc(50% - 44px);
    margin: 0 20px 0 !important;
    vertical-align: top;
  }

  .osusume_box .pict01 {
    margin: 0 auto 30px;
  }

  .osusume_box .copy {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .osusume .osusume_tit {
    max-width: 520px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/* 3つのメリット */
.merit_online_wrap {
  position: relative;
  padding: 60px 0;
  background-color: #f0edf1;
}

.merit_online_wrap:after {
  content: '';
  position: absolute;
  bottom: -25px;
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  z-index: 10;
  background: #f0edf1;
  pointer-events: none;
}

.merit_online, .merit_online02 {
  width: calc(100% - 20px);
  margin: 0 auto;
}

.merit_online .merit_online_tit {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  max-width: 350px;
  margin: 0 auto 25px;
}

.merit_online h2 {
  display: inline-block;
  margin: 0px;
  color: #4ba4e3;
  font-size: 1.2rem;
  text-align: center;
  font-weight: 400;
}

.merit_online_tit:before {
  content: url(/consultation/assets/img02/icon_midashi_b.svg);
  display: inline-block;
  vertical-align: middle;
  width: 50px;
}

.merit_online_tit:after {
  content: url(/consultation/assets/img02/icon_midashi_b.svg);
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.merit_online_box {
  display: block;
  position: relative;
  margin-bottom: 40px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border: 1px solid #ccc;
  text-align: center;
}

.merit_online_box:last-child {
  margin-bottom: 0;
}

.merit_online_box .icon {
  display: inline-block;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin: 0;
  padding: 30px 20px 10px;
  z-index: 2;
  width: 200px;
  text-align: center;
  color: white;
  background: #4ba4e3;
  border-radius: 2px 0 0 0;
}

.merit_online_box .icon:before {
  position: absolute;
  content: '';
  top: 0;
  right: -10px;
  border: none;
  border-bottom: solid 10px #3187c5;
  border-right: solid 10px transparent;
}

.merit_online_box .icon:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 100px solid #4ba4e3;
  border-right: 100px solid #4ba4e3;
  border-bottom: 20px solid transparent;
}

@media all and (-ms-high-contrast: none) {
  .merit_online_box .icon:after {
    margin-top: -1px;
  }
}
.merit_online_box .txt {
  margin: 100px 0 30px;
}

.merit_online_box .txt .copy {
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: bold;
}

.merit_online_box .txt .copy span {
  color: #4ba4e3;
}

.merit_online_box .pict {
  width: 100%;
  margin: 0 auto;
}

.merit_online02 .txt_support {
  margin: 60px 0 60px;
  font-size: 1.25rem;
  text-align: left;
  font-weight: bold;
}

.merit_online02 .txt_support span {
  color: #4ba4e3;
}

@media (min-width: 768px) {
  .merit_online_wrap {
    padding: 80px 0;
  }

  .merit_online_wrap:after {
    bottom: -50px;
    left: 50%;
    width: 100px;
    height: 100px;
  }

  .merit_online {
    max-width: 1000px;
  }

  .merit_online .merit_online_tit {
    max-width: 750px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .merit_online h2 {
    width: auto;
    font-size: 1.6rem;
  }

  .merit_online_box {
    display: block;
    position: relative;
    margin-bottom: 30px;
    padding: 30px 50px;
    text-align: left;
  }

  .merit_online_box .icon {
    left: 50px;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    width: 236px;
  }

  .merit_online_box .icon:after {
    border-left: 118px solid #4ba4e3;
    border-right: 118px solid #4ba4e3;
  }

  .merit_online_box .txt {
    float: left;
    width: 53%;
    margin: 100px 20px 0 0;
  }

  .merit_online_box .pict {
    float: right;
    width: 44%;
    width: calc(47% - 20px);
    text-align: right;
  }

  .merit_online02 {
    max-width: 1300px;
  }

  .merit_online02 .txt_support {
    margin: 80px 0 80px;
    font-size: 1.5rem;
    text-align: center;
  }
}
/* @media(min-width: 992px){
  .merit_online .merit_online_tit {
    max-width: 520px;
    align-items: center;
  }
} */
/* お客さまの声 */
.voice_wrap {
  padding: 60px 0;
  background-color: #4ba4e3;
  color: #fff;
}

.voice {
  width: calc(100% - 20px);
  margin: 0 auto;
}

.voice .voice_tit {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  max-width: 350px;
  margin: 0 auto 25px;
}

.voice h2 {
  display: inline-block;
  margin: 0px;
  color: #fff;
  font-size: 1.0rem;
  text-align: center;
  font-weight: 400;
}

.voice_tit:before {
  content: url(/consultation/assets/img02/icon_midashi_w.svg);
  display: inline-block;
  vertical-align: middle;
  width: 50px;
}

.voice_tit:after {
  content: url(/consultation/assets/img02/icon_midashi_w.svg);
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

/* .voice h2 span {
  font-size: 0.9rem;
} 
.voice h2:before {
  left:0;
  content: '';
  position: absolute;
  top: 50%;
  left: -18px;
  display: inline-block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.voice h2:after {
  right: 0;
  content: '';
  position: absolute;
  top: 50%;
  right: -18px;
  display: inline-block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}*/
.voice_box {
  margin: 0 auto 40px;
  padding: 20px;
  background: #fff;
  color: #333;
}

.voice_box:last-child {
  margin-bottom: 0;
}

.voice_box .pict {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

.voice_box .pict .type {
  font-size: 14px;
  text-align: right;
}

.voice_box .pict .type::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 1em;
  height: 1em;
  background: url(/consultation/assets/img02/icon_voice01@2x.png) no-repeat;
  background-size: contain;
}

.voice_box .txt .copy {
  margin-bottom: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}

@media (min-width: 768px) {
  .voice_wrap {
    padding: 80px 0;
  }

  .voice {
    max-width: 1300px;
  }

  .voice .voice_tit {
    max-width: 515px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .voice h2 {
    width: auto;
    font-size: 1.25rem;
  }

  .voice_box {
    display: inline-block;
    width: 45%;
    width: calc(50% - 44px);
    margin: 0 20px 0 !important;
    padding: 40px 50px;
    vertical-align: top;
  }

  .voice_box .pict {
    float: right;
    width: 44%;
    width: calc(47% - 20px);
    margin-bottom: 0;
    text-align: right;
  }

  .voice .txt {
    float: left;
    width: 53%;
    margin-right: 20px;
  }

  .voice_box .txt .copy {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .voice .voice_tit {
    max-width: 600px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
/* ご利用の流れ */
.flow_wrap {
  padding: 60px 0;
  background-color: #f0edf1;
}

.flow {
  width: calc(100% - 20px);
  margin: 0 auto;
}

.flow h2 {
  margin-bottom: 30px;
  padding: 0 75px;
  color: #4ba4e3;
  font-size: 1.5rem;
  text-align: center;
}

.flow_box {
  margin: 0 auto 50px;
  background-color: #fff;
  padding: 20px;
}

.flow_box.arrow_next {
  position: relative;
}

.flow_box:last-child {
  margin-bottom: 0;
}

.flow_box h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
  border-radius: 1rem;
  padding: 0.3rem;
  background-color: #4ba4e3;
}

.flow_box .pict {
  width: 30%;
  margin: 0 auto 15px;
  text-align: center;
}

.flow_box .txt span {
  color: #4ba4e3;
}

.flow hr {
  margin: 40px 0;
  height: 1px;
  background-color: #ccc;
  border: none;
  color: #ccc;
}

.flow .txt_attention_tit {
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

.flow ul {
  padding-left: 1.25rem;
}

.flow ul li {
  font-size: 14px;
  list-style: disc;
}

.flow_box.arrow_next:after {
  content: "";
  position: absolute;
  -webkit-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
  bottom: -40px;
  left: 50%;
  border-style: solid;
  border-color: #4ba4e3 transparent transparent transparent;
  border-width: 30px 50px 0 50px;
  z-index: 10;
}

@media (min-width: 768px) {
  .flow_wrap {
    padding: 80px 0;
  }

  .flow {
    max-width: 1300px;
  }

  .flow h2 {
    margin-bottom: 50px;
    font-size: 2.2rem;
  }

  .flow_box {
    max-width: 1000px;
    /* width: -webkit-calc(33.3% - 44px); */
    /* width: calc(33.3% - 44px); */
    margin-bottom: 60px;
    vertical-align: top;
    padding: 25px 40px;
  }

  .flow_box.arrow_next:after {
    bottom: -47px;
  }

  .flow_box h3 {
    margin-bottom: 20px;
    padding: 0.5rem;
    border-radius: 1.5rem;
  }

  .flow_box .pict {
    width: auto;
    margin: 0 auto;
  }

  .flow .txt_attention_tit {
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
  }
}
/* lp-reserve-form */
#lp-reserve-form {
  margin: 0 auto;
  padding-bottom: 24px;
  padding-top: 24px;
  background: white;
  text-align: center;
}

#lp-dummy-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 820px;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #e1e1e1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}

#lp-dummy-box ul {
  list-style: disc;
}

.lp-dummy-box-title {
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #lp-reserve-form {
    padding-left: 6%;
    padding-right: 6%;
  }

  #lp-dummy-box {
    width: 100%;
    font-size: 16px;
  }

  .lp-dummy-box-title {
    font-size: 18px;
  }
}
/* lp-chat */
#lp-chat {
  margin: 0;
  padding-bottom: 24px;
  padding-top: 24px;
  background: #e6f5ff;
  border: 0 solid black;
  text-align: center;
}

.lp-chat-hukidashi {
  font-size: 28px;
  font-weight: bold;
}

.lp-chat-hukidashi .lp-chat-hukidashi-border {
  width: 236px;
  margin: 0 auto;
  margin-bottom: 32px;
  margin-top: 1px;
  border-top: solid 5px #96c6ff;
}

.lp-chat-button {
  overflow: hidden;
  height: 52px;
  width: 280px;
  margin: 0 auto;
  margin-bottom: 32px;
  background-color: #0061d5;
  border-color: #0061d5;
  border-radius: 18px;
  color: #fff;
}

.lp-chat-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}

.lp-chat-button-container .lp-chat-button-message {
  margin-left: 16px;
  margin-top: 2px;
  text-align: center;
}

.lp-chat-button-container .lp-chat-button-message p {
  border: 0 solid #08080c;
  font-size: 18px;
  font-weight: bold;
  line-height: 2.3em;
}

.lp-chat-button-container .lp-chat-button-allow {
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  #lp-chat {
    padding-left: 6.4%;
    padding-right: 6.4%;
  }
}
/* reserve_area */
:focus:not(:focus-visible) {
  outline: 0;
}

.reserve_area {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.4);
}

.reserve_btn {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  height: 100px;
  padding: 10px;
  margin: 0 auto;
}

.reserve_btn .btn_online_box {
  font-size: 0.9rem;
  line-height: 1.3rem;
  padding: 0;
  margin-bottom: 0;
  justify-content: center;
  border-radius: 20px;
  width: 90%; /*追加*/
}

.reserve_area .btn_online .btn_online_box {
  width: 90%; /*追加*/
}

.footer__box2 .container {
  margin-bottom: 100px;
}

@media screen and (min-width: 768px) {
  .reserve_btn .btn_online_box {
    font-size: 1.15rem;
    padding: 20px 0 24px;
  }
  .reserve_area .btn_online .btn_online_box {
    width: calc(550 * 0.0625rem); /*追加*/
  }
  .reserve_btn .btn_corona_box {
    font-size: 1.15rem;
    padding: 20px 0 24px;
  }
  .reserve_btn {
    width: 80%;
    max-width: 740px;
  }
}

@media (min-width: 992px) {
  .mv .txt .btn_online_box {
    padding: 10px 30px 12px;
    margin-bottom: 0.5rem;
  }
  .mv .txt .btn_corona_box {
    padding: 10px 30px 12px 25px;
    justify-content: center;
  }

}

@media (min-width: 1210px) {
  .mv .txt .btn_online_box {
    margin-bottom: 0.75rem;
  }
}

@media screen and (min-width: 768px) {
  .reserve_btn .btn_online_box {
    padding: 20px 0 24px;
  }
  .reserve_btn .btn_corona_box {
    padding: 20px 0 24px;
    max-width: 360px;
  }
}
/****** 以下、211207調整分 ******/
@media (min-width: 576px) {
  .wh-sm60 {
    width: 60% !important;
  }
}
@media (min-width: 576px) {
  .text-center-sm {
    text-align: center !important;
  }
}
.osusume_wrap, .merit_online_wrap, .voice_wrap {
  /* lp02.css上書き */
  padding: 50px 0;
}

.merit_online02 .txt_support {
  /* lp02.css上書き */
  margin: 40px 0;
}

@media (min-width: 768px) {
  .mgb-md10 {
    /* lp02.css上書き */
    margin-bottom: 2.5rem !important;
  }

  .osusume_wrap {
    /* lp02.css上書き */
    padding: 60px 0;
  }

  .merit_online02 .txt_support {
    /* lp02.css上書き */
    margin: 60px 0;
  }

  .osusume_box .copy {
    /* lp02.css上書き */
    margin-bottom: 20px;
  }

  .osusume_wrap {
    /* lp02.css上書き */
    padding: 50px 0 50px;
  }

  .merit_online_wrap {
    /* lp02.css上書き */
    padding: 70px 0 60px;
  }

  .voice_wrap {
    /* lp02.css上書き */
    padding: 70px 0 50px;
  }

  .osusume_wrap:after, .merit_online_wrap:after {
    /* lp02.css上書き */
    width: 80px;
    height: 80px;
    bottom: -40px;
  }
}
/* 以下、slick関連調整 */
.slick-prev {
  left: -1rem;
}

.slick-next {
  right: -1rem;
}

.slick-dots {
  bottom: -2.0rem;
}

.voice_box {
  /* lp02.css上書き */
  margin: 0 15px 0 !important;
}

.slick-slide img {
  display: inline;
}

.voice_box_wrap {
  margin: 0 1rem;
}

@media (min-width: 768px) {
  .voice_box_wrap {
    margin: 0 2rem;
  }

  .slick-dots {
    bottom: -2.5rem;
  }
}
/* ----------ふわっと---------- */
.online-scroll-load {
  opacity: 0;
  -webkit-transform: translate(0, 0px);
          transform: translate(0, 0px);
  -webkit-transition: all 900ms ease-in;
  transition: all 900ms ease-in;
}

.online-scroll-scroll {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 700ms ease-in;
  transition: all 700ms ease-in;
}

.online-effect-fade {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.slick-track {
  display: flex;
  align-items: stretch;
}

.page__top {
  bottom: 107px;
}