@charset "UTF-8";
.index {
  background-color: #e6e6e6;
  margin: 0;
}
.index main img {
  width: 100%;
  display: block;
  object-fit: contain;
}
.index section {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  background-color: #E9F6FF;
}
.index .mvArea {
  padding-bottom: 5.3333333333vw;
  position: relative;
  background-color: #A4DAFE;
}
@media screen and (min-width: 751px), print {
  .index .mvArea {
    padding-bottom: 40px;
  }
}
.index .mvArea img {
  width: 100%;
}
.index .mvArea .time {
  width: 18.6666666667vw;
  max-width: 140px;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 12.8vw;
  color: #FFEB00;
  line-height: 1;
  display: inline;
  text-align: center;
  filter: drop-shadow(0 0 2px rgb(33, 161, 245));
  position: absolute;
  top: 44vw;
  right: 16.2666666667vw;
}
@media screen and (min-width: 751px), print {
  .index .mvArea .time {
    width: 140px;
    font-size: 96px;
    top: 330px;
    right: 122px;
  }
}
.index .mvArea .rate {
  width: 13.3333333333vw;
  max-width: 100px;
  font-size: 7.7333333333vw;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  color: #307BDE;
  line-height: 1;
  position: absolute;
  left: 26.6666666667vw;
  top: 68.6666666667vw;
}
@media screen and (min-width: 751px), print {
  .index .mvArea .rate {
    width: 100px;
    font-size: 58px;
    left: 200px;
    top: 515px;
  }
}
.index .ctaArea1 {
  background-color: #307BDE;
  position: relative;
  height: 48.9333333333vw;
  max-height: 367px;
}
.index .ctaArea1 > img:nth-child(1) {
  width: 100%;
  height: 51.6vw;
  max-height: 387px;
  display: inline-block;
  position: absolute;
  top: -2.6666666667vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (min-width: 751px), print {
  .index .ctaArea1 > img:nth-child(1) {
    top: -20px;
  }
}
.index .ctaArea1 .ctaArea-btn {
  width: 85.8666666667vw;
  height: 14.8vw;
  max-width: 644px;
  max-height: 111px;
  display: inline-block;
  position: absolute;
  bottom: 4vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (min-width: 751px), print {
  .index .ctaArea1 .ctaArea-btn {
    bottom: 30px;
  }
}
.index .simArea {
  background-color: #fff;
  position: relative;
}
.index .simArea .select {
  width: 77.3333333333vw;
  max-width: 580px;
  display: inline-block;
  position: absolute;
  top: 30.6666666667vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (min-width: 751px), print {
  .index .simArea .select {
    top: 230px;
  }
}
.index .simArea .select .font-size-S {
  font-size: 3.7333333333vw;
  font-weight: 700;
  margin: auto;
}
@media screen and (min-width: 751px), print {
  .index .simArea .select .font-size-S {
    font-size: 28px;
  }
}
.index .simArea .select_box {
  display: flex;
  align-items: center;
}
.index .simArea .select_box select {
  border: solid 1px #ccc;
  font-size: 3.7333333333vw;
  padding: 2.6666666667vw;
  width: 48.2666666667vw;
  max-width: 362px;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../img/select_arrow.svg");
  background-repeat: no-repeat;
  background-position: right 15px center; /* 右からの位置（15px）と、縦の中央（center） */
  background-size: 14px; /* ★ここをいじれば矢印が大きくなります！★ */
  padding-right: 40px;
}
@media screen and (min-width: 751px), print {
  .index .simArea .select_box select {
    font-size: 28px;
    padding: 20px;
  }
}
.index .simArea .select_box2 {
  display: flex;
  align-items: center;
  margin-top: 3.2vw;
}
@media screen and (min-width: 751px), print {
  .index .simArea .select_box2 {
    margin-top: 24px;
  }
}
.index .simArea .select_box2 input {
  border: solid 1px #ccc;
  font-size: 3.7333333333vw;
  padding: 2.6666666667vw;
  width: 48.2666666667vw;
  max-width: 362px;
}
@media screen and (min-width: 751px), print {
  .index .simArea .select_box2 input {
    font-size: 28px;
    padding: 20px;
  }
}
.index .simArea .select button {
  background: none;
  border: none;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 4vw;
  transition: all 0.2s ease;
}
@media screen and (min-width: 751px), print {
  .index .simArea .select button {
    margin-top: 30px;
  }
}
.index .simArea .select button img {
  width: 70.6666666667vw;
  max-width: 530px;
  margin: 0 auto;
  transition: all 0.2s ease;
}
.index .simArea .select button:hover {
  opacity: 0.7;
  cursor: pointer;
}
.index .simArea .modal {
  display: none;
  position: fixed;
  z-index: 100000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}
.index .simArea .modal-content {
  position: relative;
  background-color: #fefefe;
  width: 90%;
  max-width: 500px;
  margin: auto;
  text-align: center;
  border-radius: 2.6666666667vw;
  border: solid 2px #21A1F5;
  overflow: hidden;
}
@media screen and (min-width: 751px), print {
  .index .simArea .modal-content {
    border-radius: 20px;
  }
}
.index .simArea .modal-content .txtArea {
  padding: 3.2vw;
}
@media screen and (min-width: 751px), print {
  .index .simArea .modal-content .txtArea {
    padding: 24px;
  }
}
.index .simArea .modal-content .txtArea .triangle3 {
  width: 8.5333333333vw;
  max-width: 64px;
  margin: 2vw auto 2vw;
}
@media screen and (min-width: 751px), print {
  .index .simArea .modal-content .txtArea .triangle3 {
    margin: 15px auto 15px;
  }
}
.index .simArea .modal-content .txtArea a {
  display: block;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 751px), print {
  .index .simArea .modal-content .txtArea a {
    margin-bottom: 20px;
  }
}
.index .simArea .modal-content .txtArea .small_text {
  font-size: 2.8vw;
  text-align: left;
}
@media screen and (min-width: 751px), print {
  .index .simArea .modal-content .txtArea .small_text {
    font-size: 15px;
  }
}
.index .simArea .modal-content #modalResult {
  color: #F6931A;
  font-weight: bold;
  font-size: 6.4vw;
}
@media screen and (min-width: 751px), print {
  .index .simArea .modal-content #modalResult {
    font-size: 48px;
  }
}
.index .simArea .modal-content #modalResult {
  width: 80%;
  margin: auto;
  margin-top: 3%;
}
.index .problemArea1 {
  background-color: #fff;
  padding-top: 2.6666666667vw;
  padding-bottom: 10.6666666667vw;
}
@media screen and (min-width: 751px), print {
  .index .problemArea1 {
    padding-top: 20px;
    padding-bottom: 80px;
  }
}
.index .reasonArea {
  background-color: #307BDE;
  padding-bottom: 8vw;
  position: relative;
}
@media screen and (min-width: 751px), print {
  .index .reasonArea {
    padding-bottom: 60px;
  }
}
.index .reasonArea img:nth-child(1) {
  margin-bottom: 4vw;
}
@media screen and (min-width: 751px), print {
  .index .reasonArea img:nth-child(1) {
    margin-bottom: 30px;
  }
}
.index .reasonArea img:nth-child(2), .index .reasonArea img:nth-child(3), .index .reasonArea img:nth-child(4) {
  width: 89.3333333333vw;
  max-width: 670px;
  margin: 0 auto;
}
.index .reasonArea .rate_1 {
  width: 10.6666666667vw;
  max-width: 100px;
  font-size: 6.9333333333vw;
  text-align: center;
  font-weight: 700;
  color: #21A1F5;
  line-height: 1;
  font-family: "Jost", sans-serif;
  position: absolute;
  left: 19.3333333333vw;
  top: 52.5333333333vw;
}
@media screen and (min-width: 751px), print {
  .index .reasonArea .rate_1 {
    width: 80px;
    font-size: 52px;
    left: 145px;
    top: 394px;
  }
}
.index .reasonArea .rate_2 {
  width: 4vw;
  max-width: 100px;
  font-size: 3.7333333333vw;
  text-align: center;
  font-weight: 400;
  color: #000;
  line-height: 1;
  font-family: "Jost", sans-serif;
  position: absolute;
  left: 28.9333333333vw;
  top: 72.8vw;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 751px), print {
  .index .reasonArea .rate_2 {
    width: 30px;
    font-size: 28px;
    left: 217px;
    top: 546px;
  }
}
.index .reasonArea .time_1 {
  width: 10vw;
  max-width: 100px;
  font-size: 6.6666666667vw;
  text-align: center;
  font-weight: 700;
  color: #21A1F5;
  font-family: "Jost", sans-serif;
  line-height: 1;
  position: absolute;
  left: 30.4vw;
  top: 118.2666666667vw;
}
@media screen and (min-width: 751px), print {
  .index .reasonArea .time_1 {
    width: 75px;
    font-size: 50px;
    left: 228px;
    top: 887px;
  }
}
.index .reasonArea .time_2 {
  width: 4vw;
  max-width: 100px;
  font-size: 3.7333333333vw;
  text-align: center;
  font-weight: 400;
  color: #000;
  line-height: 1;
  font-family: "Jost", sans-serif;
  position: absolute;
  left: 63.3333333333vw;
  top: 138.6666666667vw;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 751px), print {
  .index .reasonArea .time_2 {
    width: 30px;
    font-size: 28px;
    left: 475px;
    top: 1040px;
  }
}
.index .reasonArea .time_3 {
  width: 4vw;
  max-width: 100px;
  font-size: 3.7333333333vw;
  text-align: center;
  font-weight: 500;
  color: #000;
  line-height: 1;
  font-family: "Jost", sans-serif;
  position: absolute;
  left: 69.7333333333vw;
  top: 119.3333333333vw;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 751px), print {
  .index .reasonArea .time_3 {
    width: 30px;
    font-size: 28px;
    left: 523px;
    top: 895px;
  }
}
.index .reasonArea .btn {
  border: none;
  background: none;
  display: block;
  width: 54.4vw;
  height: 10.8vw;
  position: absolute;
  left: 22.8vw;
  top: 90.9333333333vw;
}
@media screen and (min-width: 751px), print {
  .index .reasonArea .btn {
    width: 408px;
    height: 81px;
    left: 171px;
    top: 682px;
  }
}
.index .reasonArea .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10001;
  display: none;
  justify-content: center;
  align-items: center;
}
.index .reasonArea .modal.is-active {
  display: flex;
}
.index .reasonArea .modal.is-active .modal-container {
  opacity: 1;
  transform: translateY(0);
}
.index .reasonArea .modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.index .reasonArea .modal-bg:hover {
  cursor: pointer;
}
.index .reasonArea .modal-container {
  height: 100vh;
  overflow: scroll;
}
.index .reasonArea .modal-container img {
  width: 100%;
  object-fit: cover;
  margin: 0;
  max-width: 750px;
}
.index .reasonArea .modal-close {
  position: absolute;
  transition: 0.2s all ease;
  width: 6.6666666667vw;
  height: 6.6666666667vw;
  top: 5px;
  right: 5px;
}
@media screen and (min-width: 751px), print {
  .index .reasonArea .modal-close {
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
  }
}
@media screen and (min-width: 1280px), print {
  .index .reasonArea .modal-close {
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 751px), print {
  .index .reasonArea .modal-close:hover {
    opacity: 0.6;
    cursor: pointer;
  }
}
.index .reasonArea .modal-close span {
  background-color: #000;
  display: inline-block;
  height: 0.2666666667vw;
  display: inline-block;
  position: absolute;
}
@media screen and (min-width: 751px), print {
  .index .reasonArea .modal-close span {
    height: 0.15625vw;
  }
}
@media screen and (min-width: 1280px), print {
  .index .reasonArea .modal-close span {
    height: 2px;
  }
}
.index .reasonArea .modal-close span:nth-child(1) {
  width: 6.6666666667vw;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) translateX(-50%) rotate(45deg);
}
@media screen and (min-width: 751px), print {
  .index .reasonArea .modal-close span:nth-child(1) {
    width: 50px;
  }
}
.index .reasonArea .modal-close span:nth-child(2) {
  width: 6.6666666667vw;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}
@media screen and (min-width: 751px), print {
  .index .reasonArea .modal-close span:nth-child(2) {
    width: 50px;
  }
}
.index .problemArea2 {
  background-color: #fff;
  position: relative;
}
.index .problemArea2 img {
  width: 92.5333333333vw;
  max-width: 694px;
  margin: 0 auto;
}
.index .problemArea2 .btn_1 {
  display: block;
  width: 26.6666666667vw;
  height: 4vw;
  position: absolute;
  top: 134.6666666667vw;
  left: 29.3333333333vw;
}
@media screen and (min-width: 751px), print {
  .index .problemArea2 .btn_1 {
    width: 200px;
    height: 30px;
    top: 1010px;
    left: 220px;
  }
}
.index .problemArea2 .btn_2 {
  display: block;
  width: 26.6666666667vw;
  height: 4vw;
  position: absolute;
  top: 181.7333333333vw;
  left: 29.3333333333vw;
}
@media screen and (min-width: 751px), print {
  .index .problemArea2 .btn_2 {
    width: 200px;
    height: 30px;
    top: 1363px;
    left: 220px;
  }
}
.index .ctaArea2 {
  background-color: #307BDE;
  position: relative;
  height: 58.6666666667vw;
  max-height: 440px;
}
.index .ctaArea2 > img:nth-child(1) {
  width: 100%;
  height: 64vw;
  max-height: 480px;
  display: inline-block;
  position: absolute;
  top: -5.3333333333vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (min-width: 751px), print {
  .index .ctaArea2 > img:nth-child(1) {
    top: -40px;
  }
}
.index .ctaArea2 .ctaArea-btn {
  width: 85.8666666667vw;
  height: 14.8vw;
  max-width: 644px;
  max-height: 111px;
  display: inline-block;
  position: absolute;
  bottom: 4vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (min-width: 751px), print {
  .index .ctaArea2 .ctaArea-btn {
    bottom: 30px;
  }
}
.index .shikumiArea {
  background-color: #fff;
  padding: 10.6666666667vw 0;
  position: relative;
}
@media screen and (min-width: 751px), print {
  .index .shikumiArea {
    padding: 80px 0;
  }
}
.index .shikumiArea img:nth-child(1) {
  width: 68.2666666667vw;
  max-width: 512px;
  margin: 0 auto;
}
.index .shikumiArea img:nth-child(2) {
  width: 91.4666666667vw;
  max-width: 686px;
  margin: 0 auto;
}
.index .shikumiArea .rate {
  width: 4vw;
  max-width: 100px;
  font-size: 3.4666666667vw;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  color: #21A1F5;
  line-height: 1;
  position: absolute;
  letter-spacing: -0.02em;
  left: 46vw;
  top: 77.6vw;
}
@media screen and (min-width: 751px), print {
  .index .shikumiArea .rate {
    width: 30px;
    font-size: 26px;
    left: 345px;
    top: 582px;
  }
}
.index .shikumiArea .time {
  width: 4vw;
  max-width: 100px;
  font-size: 3.4666666667vw;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  color: #21A1F5;
  line-height: 1;
  position: absolute;
  letter-spacing: -0.02em;
  left: 64.2666666667vw;
  top: 77.6vw;
}
@media screen and (min-width: 751px), print {
  .index .shikumiArea .time {
    width: 30px;
    font-size: 26px;
    left: 482px;
    top: 582px;
  }
}
.index .flowArea {
  padding: 2.6666666667vw 0 10.6666666667vw;
}
.index .flowArea img:nth-child(1) {
  width: 54vw;
  max-width: 405px;
  margin: 0 auto;
}
.index .flowArea img:nth-child(2) {
  width: 91.4666666667vw;
  max-width: 686px;
  margin: 0 auto;
  margin-top: 5.3333333333vw;
}
.index .flowArea img:nth-child(3) {
  width: 91.4666666667vw;
  max-width: 686px;
  margin: 0 auto;
  margin-top: 5.3333333333vw;
}
.index .faqArea {
  background-color: #fff;
  padding-bottom: 10.6666666667vw;
}
@media screen and (min-width: 751px), print {
  .index .faqArea {
    padding-bottom: 80px;
  }
}
.index .faqArea > img:nth-child(1) {
  width: 91.4666666667vw;
  max-width: 686px;
  margin: 0 auto;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 751px), print {
  .index .faqArea > img:nth-child(1) {
    margin-bottom: 40px;
  }
}
.index .faqArea-q {
  margin: 0 auto;
  position: relative;
  margin-top: 4vw;
  width: 91.4666666667vw;
  max-width: 686px;
}
@media screen and (min-width: 751px), print {
  .index .faqArea-q {
    margin-top: 30px;
  }
}
.index .faqArea-q img {
  width: 100%;
}
.index .faqArea-q:before {
  content: "";
  display: inline-block;
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  max-width: 20px;
  height: 20px;
  background-image: url(../img/faqArea_plus.webp);
  background-size: contain;
  background-position: center;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 4vw;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (min-width: 751px), print {
  .index .faqArea-q:before {
    right: 30px;
  }
}
.index .faqArea-q.active:before {
  background-image: url(../img/faqArea_minus.webp);
  width: 2.6666666667vw;
  height: 0.5333333333vw;
  max-width: 20px;
  height: 4px;
}
.index .faqArea-q:hover {
  cursor: pointer;
}
.index .faqArea .js-acord-item {
  display: none;
  width: 91.4666666667vw;
  max-width: 686px;
  margin: 0 auto;
}
.index .faqArea-a {
  width: 100%;
  display: block;
  width: 100%; /* 横幅をしっかり固定！ */
  box-sizing: border-box; /* パディング等で幅がズレるのを防ぐ */
}
.index .faqArea-a img {
  width: 100%;
}
.index .forArea {
  background: linear-gradient(to bottom, #CBE8FC, #60BEFF);
  padding: 2.4vw 0;
}
@media screen and (min-width: 751px), print {
  .index .forArea {
    padding: 18px 0;
  }
}
.index .forArea img {
  width: 96.9333333333vw;
  max-width: 727px;
  margin: 0 auto;
}
.index .newsArea {
  background-color: #fff;
  padding: 2.6666666667vw 0 10.6666666667vw;
}
@media screen and (min-width: 751px), print {
  .index .newsArea {
    padding: 20px 0 80px;
  }
}
.index .newsArea > img {
  width: 44.8vw;
  max-width: 336px;
  margin: 0 auto;
  margin-bottom: 6.6666666667vw;
}
@media screen and (min-width: 751px), print {
  .index .newsArea > img {
    margin-bottom: 50px;
  }
}
.index .newsArea .newsArea-q {
  width: 91.4666666667vw;
  max-width: 686px;
  margin: 0 auto;
  margin-top: 4vw;
}
@media screen and (min-width: 751px), print {
  .index .newsArea .newsArea-q {
    margin-top: 30px;
  }
}
.index .newsArea .newsArea-q:hover {
  cursor: pointer;
}
.index .newsArea .js-acord-item {
  display: none;
  width: 91.4666666667vw;
  max-width: 686px;
  margin: 0 auto;
}
.index .newsArea .newsArea-a {
  background-color: #F4F4F4;
  width: 91.4666666667vw;
  max-width: 686px;
  margin: 0 auto;
  padding: 2.6666666667vw;
  font-size: 3.2vw;
  margin-top: 3.2vw;
}
@media screen and (min-width: 751px), print {
  .index .newsArea .newsArea-a {
    padding: 20px;
    font-size: 24px;
    margin-top: 24px;
  }
}
.index .newsArea .newsArea-a .bold {
  font-weight: 700;
}
.index .newsArea .newsArea-a .orange {
  color: #F6931A;
}
.index .newsArea .newsArea-a .blue {
  color: #21A1F5;
}
.index .newsArea .newsArea-a a {
  color: #21A1F5;
  text-decoration: underline;
}
.index .companyArea {
  padding: 10.6666666667vw 0 0;
}
@media screen and (min-width: 751px), print {
  .index .companyArea {
    padding-top: 80px;
  }
}
.index .companyArea img {
  width: 91.4666666667vw;
  max-width: 686px;
  margin: 0 auto;
}
.index .privacyArea {
  padding: 10.6666666667vw 0;
}
@media screen and (min-width: 751px), print {
  .index .privacyArea {
    padding: 80px 0;
  }
}
.index .privacyArea img {
  width: 91.4666666667vw;
  max-width: 686px;
  margin: 0 auto;
}
.index .privacyArea-box {
  width: 91.4666666667vw;
  height: 40vw;
  max-height: 300px;
  max-width: 686px;
  margin: 0 auto;
  padding: 2.6666666667vw;
  margin-top: 2.6666666667vw;
  overflow-y: scroll;
  background-color: #F4F4F4;
  border: solid 1px #CCCCCC;
}
@media screen and (min-width: 751px), print {
  .index .privacyArea-box {
    margin-top: 20px;
    padding: 20px;
  }
}
.index .ctaArea-btn {
  animation: pekopeko 2s infinite;
}
@keyframes pekopeko {
  0% {
    transform: translateY(0%) translateX(-50%);
    -webkit-transform: translateY(0%) translateX(-50%);
    -ms-transform: translateY(0%) translateX(-50%);
  }
  10% {
    transform: translateY(-5%) translateX(-50%);
    -webkit-transform: translateY(-5%) translateX(-50%);
    -ms-transform: translateY(-5%) translateX(-50%);
  }
  20% {
    transform: translateY(0%) translateX(-50%);
    -webkit-transform: translateY(0%) translateX(-50%);
    -ms-transform: translateY(0%) translateX(-50%);
  }
  30% {
    transform: translateY(-5%) translateX(-50%);
    -webkit-transform: translateY(-5%) translateX(-50%);
    -ms-transform: translateY(-5%) translateX(-50%);
  }
  40% {
    transform: translateY(0%) translateX(-50%);
    -webkit-transform: translateY(0%) translateX(-50%);
    -ms-transform: translateY(0%) translateX(-50%);
  }
}
.index .floatArea {
  position: sticky;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
}
.index .floatArea img {
  padding: 2.6666666667vw;
}
@media screen and (min-width: 751px), print {
  .index .floatArea img {
    padding: 20px;
  }
}/*# sourceMappingURL=index.css.map */