/* ========== 金利エリア画像→実装 ========== */
.c-rate__item {
  padding-left: 0;
}

.c-rate__area {
  display: flex;
  list-style: none;
  justify-content: center;
  padding-left: 0;
}
@media only screen and (min-width: 641px) {
	.c-rate__area {
		margin-left: 10px;
	}
}
@media only screen and (max-width: 640px) {
  .c-rate__area {
    justify-content: center;
  }
}

.c-rate__list {
  border: 5px solid #eb7000;
  border-radius: 100%;
  padding: 20px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-rate__list .c-rate__txt p {
  font-weight: bold;
}

/* 金利を1カラムで表示させる場合 */
.c-rate__list.c-col__01 {
  width: 230px;
  height: 230px;
  margin: 0 auto;
}

.c-rate__list.c-rate-guaranteed.c-col__01 {
  width: 255px;
  height: 255px;
  margin: 0 auto;
}

/* 金利を2カラムで表示させる場合 */
.c-rate__list.c-col__02 {
	width: 50%;
	padding: 0px;
	margin: 0 4px;
	aspect-ratio: 1 / 1;
}
@media only screen and (min-width: 769px) {
	.c-rate__list.c-col__02 {
		min-width: 180px;
		min-height: 180px;
	}
}
@media only screen and (max-width: 768px) {
	.c-rate__list.c-col__02 {
		max-width: 170px;
		max-height: 170px;
		min-width: 160px;
		min-height: 160px;
	}
	.c-rate__txt {
		font-size: 87.5%;
	}
}
@media only screen and (max-width: 640px) {
	.c-rate__list.c-col__02 {
		min-width: 160px;
		min-height: 160px;
	}
}

.c-rate__list.c-col__02 p strong {
  font-size: 48px;
}
@media only screen and (max-width: 960px) {
  .c-rate__list.c-col__02 p strong {
    font-size: 44px;
  }
}
@media only screen and (max-width: 768px) {
  .c-rate__list.c-col__02 p strong {
    font-size: 40px;
  }
}

@media only screen and (max-width: 820px) {
  .c-rate__list.c-col__02 {
    width: 49%;
  }
  .c-rate__list.c-col__02:last-child {
    margin-left: 2%;
  }
}

.c-rate__list p strong {
  font-weight: bold;
}

.c-rate__list.c-col__01 p strong {
  font-size: 48px;
}

.c-rate__list.c-col__01 p strong span {
  font-size: 28px;
}

.c-rate__list.c-col__02 p strong span {
  font-size: 15px;
  font-weight: normal;
}

@media only screen and (min-width: 641px) {
  .c-rate__content {
    display: flex;
    align-items: start;
    flex-direction: row-reverse;
  }
  .c-rate__item {
    flex: 1;
  }
}

/* ステップアップ定期預金 */
.c-rate__area--stepup{
  align-items: center;
}
.c-rate__area--stepup .c-rate__list + .c-rate__list {
  border: 5px solid #ff5252;
  background-color: #fff;
}

.c-rate__area--stepup .c-color-stepup{
  color: #ff5252;
}

.c-rate__area--stepup .c-rate__list.c-col__02 {
	margin: 0;
}

.c-rate__area--stepup .c-rate__list.c-col__02:first-child {
	width: 30%;
  height: 30%;
  margin-right: -20px;
}

.c-rate__area--stepup .c-rate__list.c-col__02:first-child .c-rate__txt {
  font-size: 87.5%;
}

@media only screen and (min-width: 769px) {
	.c-rate__area--stepup .c-rate__list.c-col__02 {
		min-width: 180px;
		min-height: 180px;
	}
}
@media only screen and (max-width: 768px) {
	.c-rate__area--stepup .c-rate__list.c-col__02 {
		max-width: 170px;
		max-height: 170px;
    min-width: 140px;
    min-height: 140px;
	}
	.c-rate__area--stepup .c-rate__list.c-col__02:first-child .c-rate__txt {
		font-size: 75%;
	}
}
@media only screen and (max-width: 640px) {
	.c-rate__area--stepup .c-rate__list.c-col__02 {
		min-width: 140px;
    min-height: 140px;
	}
}

.c-rate__area--stepup .c-rate__list.c-col__02 p strong {
  font-size: 42px;
}
@media only screen and (max-width: 960px) {
  .c-rate__area--stepup .c-rate__list.c-col__02 p strong {
    font-size: 38px;
  }
}
@media only screen and (max-width: 768px) {
  .c-rate__area--stepup .c-rate__list.c-col__02 p strong {
    font-size: 32px;
  }
}