@charset "utf-8";

/* ========== key-visual ========== */
#key-visual {
  padding: 0;
}
#key-visual header h1 {
  margin: 0;
}

/* ========== 区切り線 ========== */
.sty-colBlock-01{
  padding-bottom: 40px;
  background: url(/guidance/yen_fixed_deposit_switch/debut/beginner/img/bg-01.png) repeat-x 0 100%;
}
@media only screen and (max-width: 640px) {
  .sty-colBlock-01{
    padding-bottom: 20px;
  }
}

/* ========== それでは、はじめよう！ ========== */
.sty-step-heading {
  height: 90px;
}
.sty-font-size {
 font-size: 24px;
}
@media only screen and (max-width: 640px) {
  .sty-step-heading {
    height: fit-content;
  }
  .sty-font-size {
    font-size: 18px;
  }
}

/* ========== 仕組み ========== */
@media only screen and (min-width: 769px) {
  .sty-yen_fixed_deposit_switch {
    width: 60%;
  }
  .sty-interest-title {
    font-size: 16px;
    line-height: 2;
  }
}
.sty-yen_fixed_deposit_switch {
  margin: 0 auto;
}
.sty-interest-title {
  font-size: 20px;
}
.sty-interest {
  font-size: 40px;
}