@charset "utf-8";
/* CSS Document */

/*----------------------------
返金保証
----------------------------*/
.money_back_a { width: 91%; margin: 7% auto 0; }
.btn2 { width: 78%; margin: 0 auto; position: relative;}
.box { display: none; width: 78%; margin: 0 auto; position: relative; }
.box.open .btn5, .box.open .btn6 { width: 44%; position: absolute; top: 50%; animation-name: btnAnimeOpen; animation-duration: 1s; animation-delay: .2s; animation-fill-mode: forwards; opacity: 0; }

@keyframes btnAnimeOpen { 0% { opacity: 0; }
  100% { opacity: 1; } }
.btn5 { left: 4%; }
.btn6 { right: 4%; }
.btn5, .btn6 { width: 44%; position: absolute; top: 53%; animation-name: btnAnimeClose; animation-duration: .5s; animation-fill-mode: forwards; opacity: 1; }

/*----------------------------
CTAボタンのアニメーション
----------------------------*/
.anm-poyo { animation: anm-poyo 2s ease-out infinite; opacity: 1; }
@keyframes anm-poyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
  transform: scale(0.95);
  }
}
.anm-poyo:hover { animation: none; }

/*----------------------------
btskselp10_4 のCTA用
----------------------------*/
#lpbox .cta__box__btn_4 {
	position: absolute;
	bottom: 3%;
	left: 0;
	right: 0;
	width: 87.75%;
}

/*----------------------------
btskselp10_5 の追伸 スタッフエリア
----------------------------*/
.staff-area {
  position: relative;
}
.staff-area-btn--tel, .staff-area-btn--mail {
  position: absolute;
  left: 0;
  right: 0;
}
.staff-area-btn--tel {
  bottom: 16.44%;
}
.staff-area-btn--mail {
  bottom: 6.7%;
}

/*----------------------------
フォームエリア上部のマージン
----------------------------*/
#main-content {
  margin-top: 64px;
}
