@import url(/jibunplus/css/style_lead.css);

/* ========== mainImage ========== */
.c-mainImage-04 {
  background-image: url(/products/yen_foreign_set_deposit/img/mainImage_02@x2.jpg);
}

@media only screen and (max-width: 640px) {
  .c-mainImage-04.sp {
    background-image: url(/products/yen_foreign_set_deposit/img/mainImage_02_sp@x2.jpg);
  }
}

/* ========== yen_fixed_deposit-area ========== */
.sty-yen_fixed_deposit-area_01 {
  display: flex;
  justify-content: center;
}
.sty-yen_fixed_deposit-area .sty-interest-area{
  background-color: #f7f7f7;
  padding: 10px;
  width: 80%;
  margin: 10px auto;
}
.sty-yen_fixed_deposit-area>div{
  border: solid 2px #d4d4d4;
  border-radius: 25px;
  padding: 10px;
}
.sty-yen_fixed_deposit-area .interest_rate{
  font-weight: bold;
  font-size: 20px;
}
.sty-yen_fixed_deposit-area .interest_rate span{
  font-size: 54px;
}
@media only screen and (max-width: 640px) {
  .sty-yen_fixed_deposit-area .sty-interest-area{
    width: 100%;
  }
  .sty-yen_fixed_deposit-area .interest_rate span{
    font-size: 40px;
  }
  .sty-yen_fixed_deposit-area>div:nth-child(n+2){
    margin-top: 13px;
  }
}

.c-table-01 thead th.sty-thead-orange {
  background-color: #eb5505;
  color: #fff;
}
.c-table-01 thead th.sty-thead-blue {
  background-color: #326cb0;
  color: #fff
}
