@charset "utf-8";#contents-area,.lyt-col-1 #contents-body{width:100%!important}.header-2019-logo-link{pointer-events:none}.footer-2019_logo-link{pointer-events:none}.section-container{padding:80px 0 90px}.section-container[data-sb-section-color=blue01]{background:#077dba}.section-container[data-sb-section-color=blue02]{background:#abeef6}.section-container[data-sb-section-keyvisual=true]{padding-top:0}.section-inner{max-width:950px;margin:0 auto}.mv-area-wrap{position:relative;overflow:hidden;background:#07cbe3}.mv-area{position:relative;left:50%;width:1600px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.btn-reserve{margin-top:40px;margin-bottom:0;text-align:center}.btn-customer_item,.btn-reserve_item{display:inline-block;width:100%;border-radius:100px;border:6px solid #305496;box-sizing:border-box;transition:opacity .4s;-webkit-transition:opacity .4s;text-align:center}.btn-reserve_item{background:#ff9;max-width:620px;padding:40px 0}.btn-customer_item{background:#fff;max-width:600px;padding:30px 0}.contents-info,.title-lv2{text-align:center}.contents-info_item:not(:first-child){margin-top:50px}.flow-list{max-width:670px;margin:130px auto 0}.flow-list_item{position:relative;background:#fff;padding:140px 60px 70px;list-style:none;text-align:center;border-radius:25px}.flow-list_item:not(:first-child){margin-top:100px}.flow-list_item .btn-reserve{margin-top:0}.flow-list_item_last{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;-webkit-box-align:center;align-items:center;-webkit-justify-content:center;-ms-justify-content:center;-webkit-box-pack:center;justify-content:center;padding-top:65px;padding-bottom:65px}.flow-list_item_last::before{position:absolute;top:-68px;left:50%;margin:auto;content:"";vertical-align:middle;left:50%;box-sizing:border-box;border:60px solid transparent;border-top:41px solid #077dba;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.flow-list_item_last .step-text{margin-top:0;text-align:left}.step-icon{position:absolute;left:50%;top:-60px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.flow-list_item .btn-reserve_item{padding:30px 0;max-width:505px}.step-text{margin-top:60px;margin-bottom:0;font-size:28px;font-weight:700}.step-text-s{margin-bottom:0;font-size:13px;font-weight:400;display:block}.consultation{background:url(/mobile/set/data/support/contact/cb_reservation/img/p/img-cv-bk.jpg) no-repeat center top}.consultation .title-lv2{padding-top:110px}.qa-area{text-align:center}.qa-area .title-lv2{background:#abeef6;margin-top:30px;padding:28px 0}.qa-area .text-read{margin-top:35px}.qa-img{margin-top:40px}.btn-customer{margin-top:60px}.floating{width:100%;display:none;opacity:0;text-align:center;background-color:rgba(255,255,255,.95);position:fixed;bottom:0}.floating-area{padding:25px 0}.floating-area .btn-reserve{margin-top:0}.floating-area .btn-reserve_item{padding:30px 0;max-width:505px}
#cb_reservation_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
#cb_reservation_modal .bg-blur {
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
}
#cb_reservation_modal .cb_reservation_contents {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1000;
  background-color: #0b5394;
  padding: 10px;
  width: 500px;
  margin-left: -250px;
  margin-top: -250px;
}
#cb_reservation_modal .cb_reservation_contents div {
  border: 5px solid #fff;
  padding: 20px;
  position: relative;
}
#cb_reservation_modal .cb_reservation_contents div p {
  color: #fffc66;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
#cb_reservation_modal .cb_reservation_contents div a {
  display: block;
  background-color: #ffffff;
  border-radius: 10px;
  color: #000;
  font-size: 25px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  padding: 15px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
}
#cb_reservation_modal .cb_reservation_contents div a:last-child {
  margin-bottom: 0;
}
#cb_reservation_modal .cb_reservation_contents .cb_reservation_close {
  display: block;
  width: 60px;
  height: 60px;
  text-indent: -99em;
  overflow: hidden;
  position: absolute;
  right: -30px;
  top: -30px;
  z-index: 500;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background-color: #fff;
  border-radius: 40px;
  border: 2px solid #ddd;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
}
#cb_reservation_modal .cb_reservation_contents .cb_reservation_close em {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 18px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border: 1px solid #000;
}
#cb_reservation_modal .cb_reservation_contents .cb_reservation_close em:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 30px;
  left: 15px;
}
#cb_reservation_modal .cb_reservation_contents .cb_reservation_close em:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 30px;
  left: 15px;
}

.step-img2 {
  position: relative;
}
.step-img2 .step-area-img {
  margin-bottom: 3rem;
}

.step-img2::after {
  content: "";
  position: absolute;
  background-image: url(../../img/s/img-finger.png);
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 100%;
  width: 17%;
  height: 16%;
  bottom: 0;
  right: 20vw;
}
.step-img4::after {
  content: "";
  position: absolute;
  background-image: url(../../img/s/img-finger.png);
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 100%;
  width: 17%;
  height: 12%;
  bottom: 18.8vw;
  right: 12vw;
}

/* ================================
   Opening Modal
   ================================ */

/* 背景のオーバーレイ */
.openingModal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: none;
  z-index: 9998;
}

/* モーダル全体 */
.openingModal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: 40%;
}

/* モーダルパネル */
.openingModal-panel {
  background: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,.2);
  padding: 16px;
  position: relative;
}

/* 閉じるボタン */
.openingModal-close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #222;
  color: #fff;
  border: none;
  cursor: pointer;
  display: grid;
  place-items: center;
  font-size: 23px;
}

/* ヘッドライン（吹き出し） */
.openingModal-headline {
  padding: 12px;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
}

/* メインボタン */
.openingModal-primary {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  width: auto;
  font-weight: bold;
  outline: none;
  min-width: 300px;
  padding: 12px 3em;
  text-align: center;
  border-radius: 10px;
  border: none;
  box-sizing: border-box;
  color: #fff;
  position: relative;
  background-color: #0c68c7;
  box-shadow: 0 4px #0a4494;
  cursor: pointer;
}
.openingModal-primary::after {
  content: "";
  display: block;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
  transform: rotate(45deg);
  z-index: 0;
}

/* 見出し */
.openingModal-sectionTitle {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  margin: 24px 0 12px;
}

/* サービスボタンのグリッド */
.openingModal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

/* サービスボタン */
.openingModal-btn {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  background-color: #fff;
  box-shadow: 0px 3px 0px rgb(202, 202, 202);
  color: #323232;
  border: 1px solid #cacaca;
  text-align: center;
  border-radius: 10px;
  box-sizing: border-box;
  outline: none;
  font-size: 14px;
  height: 48px;
}
.openingModal-btn::after {
  width: 6px;
  height: 6px;
  right: 8px;
  margin-top: -3px;
  content: "";
  position: absolute;
  border-right: 2px solid #0c68c7;
  border-top: 2px solid #0c68c7;
  display: block;
  transform: rotate(45deg);
  top: 50%;
  text-decoration: none;
}
.openingModal-btn img {
  display: none;
}

.openingModal-grid a,
.openingModal-grid a:visited,
.openingModal-grid a:hover,
.openingModal-grid a:active {
  color: #222;
}

a.openingModal-primary,
a.openingModal-primary:visited,
a.openingModal-primary:hover,
a.openingModal-primary:active {
  color: #fff;
}