@charset "UTF-8";

/* step-area ※参考「/store/to_beginner/flow_esim/」 */
.step-area{
  margin-top: 60px;
}
.begginerstepflow-box {
  position: relative;
  padding: 70px 50px 50px;
}
.begginerstepflow-box-arrow {
  text-align: center;
  padding: 20px 0 54px;
}
.begginerstepflow-box-arrow img {
  width: 66px;
}
.begginerstepflow-box-num {
  width: 72px;
  height: 72px;
  position: absolute;
  left: 50%;
  top: -36px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: #FF0033;
  line-height: 1;
  color: #fff;
  font-size: 15px;
  text-align: center;
  padding-top: 16px;
  border-radius: 50%;
}
.begginerstepflow-box-num span {
  display: block;
  font-size: 28px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  padding-top: 2px;
}

@media (max-width: 768px) {
  .step-area{
    margin-top: 45px;
  }
  .begginerstepflow-box {
    padding: 60px 20px 20px;
  }
  .begginerstepflow-box-arrow {
    padding: 10px 0 42px;
  }
  .begginerstepflow-box-arrow img {
    width: 48px;
  }
  .begginerstepflow-box-num {
    width: 60px;
    height: 60px;
    top: -30px;
    font-size: 13px;
    padding-top: 13px;
  }
  .begginerstepflow-box-num span {
    font-size: 24px;
  }
}

/* 「画面を閉じてお手続きを進める」ボタン */
.btn_area{
  position: fixed;
  z-index: 2;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 15px 0 rgb(0 0 0 / 20%);
}
.btn_area a{
  width: 90%;
  max-width: 980px;
}
.l-lp.pb_btn_area{
  padding-bottom: 50px;
}