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

.c-rate-area {
  display: flex;
  list-style: none;
  justify-content: center;
  padding-left: 0;
}
@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.sty-rate-list-green {
  border: 5px solid #35A667;
}

.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;
    max-width: 170px;
    max-height: 170px;
  }
  .c-rate-list.c-col_02 .c-rate__txt p {
    font-size: calc(14/16*100%);
  }
.c-rate-list.c-col_02 p strong {
  font-size: 32px;
}
@media only screen and (max-width: 768px) {
  .c-rate-list.c-col_02 p strong {
    font-size: 168%;
  }
}
@media only screen and (max-width: 640px) {
  .c-rate-list.c-col_02 p strong {
    font-size: calc(38/16*100%);
  }
}

@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%;
  }
}

.font14 {
  font-size: 14px;
}
.font15 {
  font-size: 15px;
}
.font20 {
  font-size: 20px;
}
.font24 {
  font-size: 24px;
}
.font28 {
  font-size: 28px;
}

.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 {
  font-size: 32px;
}

.c-rate-list.c-col_02 p strong span {
  font-size: 15px;
  font-weight: normal;
}

em.c-rate-example {
  padding: 0 8px;
  font-weight: bold;
  font-size: 18px;
  display: inline;
  border-radius: 5px;
}

@media only screen and (min-width: 641px) {
  .c-rate-content {
    display: flex;
    align-items: start;
    flex-direction: row-reverse;
  }
  .c-rate-content.c-rate-benefits {
    flex-direction: row;
    align-items: center;
  }
  .c-rate-item {
    flex: 1;
  }
}

@media only screen and (max-width: 767px) {
  .sp_mt10 {
    margin-top: 10px;
  }
}


/* 固定金利特約 */
.c-rate-list.c-rate-fixed {
  border-color: #35A667;
}
.c-rate-list.c-rate-fixed .c-rate__txt {
  color: #35A667;
}
.c-rate-list.c-rate-fixed .c-rate__txt strong {
  color: #35A667;
}


/* 保証付金利プラン */
.c-rate-list.c-rate-guaranteed {
  border-color: #ED1562;
}
.c-rate-list.c-rate-guaranteed .c-rate__txt {
  color: #ED1562;
}
.c-rate-list.c-rate-guaranteed .c-rate__txt strong {
  color: #ED1562;
  line-height: 95%;
}
.c-rate-content.c-rate-benefits.c-rate-guaranteed .c-rate-example {
  background-color: #ED1562;
}
.c-rate-content.c-rate-benefits.c-rate-guaranteed .c-rate-example+span {
  color: #ED1562;
}

@media only screen and (max-width: 640px) {
  .c-rate-content.c-rate-benefits.c-rate-guaranteed .c-rate-example+span {
    font-size: 85%;
  }
}


/* 提携用金利 */
@media only screen and (max-width: 640px) {
  .c-rate-alliance .c-rate-item {
    flex: none;
  }
}

@media only screen and (min-width: 641px) {
  .c-rate-content.c-rate-alliance {
    justify-content: center;
  }
}

.sty-rate-title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.sty-rate-title li {
  position: relative;
  list-style: none;
  width: 43%;
  margin: 0 5px 20px;
  padding: 5px 10px;
  background-color: #eee;
  border: solid 1px #5a5a5a;
  border-radius: 6px;
}

.sty-rate-title li::before {
  content: "";
  position: absolute;
  bottom: -14px;
  right: 0;
  left: 0;
  margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 14px solid #5a5a5a;
    border-bottom: 0;
}
.sty-rate-title li::after {
  content: "";
  position: absolute;
  bottom: -12px;
  right: 0;
  left: 0;
  margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 14px solid #eee;
    border-bottom: 0;
}

.sty-rate-title p {
  margin-bottom: 0;
}
.sty-rate-title + .c-rate-area > .c-rate-list {
  margin: 0 10px;
}
@media only screen and (max-width: 640px) {
  .sty-rate-title li {
    width: 50%;
  }
}


/* sty-rate-block */
.sty-rate-block{
  margin-bottom: 0;
}

.sty-rate-block__title{
  padding: 12px 12px 8px;
  background-color: #535252;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.sty-rate-block__body{
  border-right: 4px solid #d4d5d5;
  border-bottom: 4px solid #d4d5d5;
  border-left: 4px solid #d4d5d5;
  padding: 20px 0 15px;
}

.sty-rate-block__label{
  padding: 10px 10px 6px;
  background-color: #e5e5e5;
  text-align: center;
}

.sty-rate-block__label h4{
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
}

.sty-rate-inner-col2{
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
}

.sty-rate-inner-col2__item{
  flex: 1;
  width: calc(50% - 20px);
}

.sty-rate-block .sty-rate-subtitle02 {
  position: relative;
  padding: 10px 10px;
  font-size: 14px;
  background-color: #fff;
  width: 100%;
  margin: 20px 0 10px;
  border: solid 1px #D4D5D5;
  border-radius: 10px;
  text-align: center;
}
.sty-rate-block .sty-rate-subtitle02.sty-interest{
  margin: 10px 0 10px;
}
.sty-rate-block .sty-rate-subtitle02::before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 10px solid #D4D5D5;
    border-bottom: 0;
}
.sty-rate-block .sty-rate-subtitle02::after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: 0;
  left: 0;
  margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 10px solid #fff;
    border-bottom: 0;
}

.sty-rate-block.sty-rate-block--tokuyaku .sty-rate-subtitle02.sty-interest{
  width: 70%;
  margin: 10px auto 10px;
}

.sty-rate-block .sty-rate-main{
  margin: 0;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #eb7000;
}

.sty-rate-block .sty-rate-main strong{
  font-size: 48px;
  color: #eb7000;
  font-weight: bold;
}

.sty-rate-block .sty-rate-main strong span{
  font-size: 32px;
}

.sty-rate-block .sty-rate-inner-col2__item .sty-rate-main{
  font-size: 20px;
}

.sty-rate-block .sty-rate-inner-col2__item .sty-rate-main strong{
  font-size: 42px;
}

.sty-rate-block .sty-rate-inner-col2__item .sty-rate-main strong span{
  font-size: 20px;
}

@media only screen and (min-width:641px) and (max-width:820px) {
  .sty-rate-block .sty-rate-inner-col2__item .sty-rate-main{
    font-size: 17px;
  }

  .sty-rate-block .sty-rate-inner-col2__item .sty-rate-main strong{
    font-size: 34px;
  }

  .sty-rate-block .sty-rate-inner-col2__item .sty-rate-main strong span{
    font-size: 17px;
  }
}

@media only screen and (max-width:640px) {
  .sty-rate-block__title{
    padding: 12px 12px 8px;
    font-size: 125%;
  }

  .sty-rate-block__body{
    padding: 20px 0 15px;
  }

  .sty-rate-block__label{
    padding: 10px 10px 6px;
  }

  .sty-rate-block__label h4{
    font-size: 112.5%;
  }

  .sty-rate-inner-col2{
    padding: 0 10px;
    gap: 10px;
  }

  .sty-rate-block .sty-rate-subtitle02 {
    padding: 5px 5px;
    font-size: 13px;
    margin: 10px 0 5px;
    border-radius: 10px;
  }

  .sty-rate-block .sty-rate-main{
    font-size: 19px;
  }

  .sty-rate-block .sty-rate-main strong{
    font-size: 38px;
  }

  .sty-rate-block .sty-rate-main strong span{
    font-size: 19px;
  }

  .sty-rate-block .sty-rate-inner-col2__item .sty-rate-main{
    font-size: 16px;
  }

  .sty-rate-block .sty-rate-inner-col2__item .sty-rate-main strong{
    font-size: 32px;
  }

  .sty-rate-block .sty-rate-inner-col2__item .sty-rate-main strong span{
    font-size: 16px;
  }
}


/* sty-rate-block--tokuyaku */
.sty-rate-block--tokuyaku .sty-rate-block__title{
  background-color: #35a667;
}
.sty-rate-block--tokuyaku .sty-rate-block__body{
  border-right: 4px solid #a2dfbd;
  border-bottom: 4px solid #a2dfbd;
  border-left: 4px solid #a2dfbd;
}

.sty-rate-block--tokuyaku .sty-rate-block__label{
  background-color: #e3f3ea;
}

.sty-rate-block--tokuyaku .sty-rate-block__label h4{
  color: #35a667;
}

.sty-rate-block--tokuyaku .sty-rate-main{
  color: #35a667;
}

.sty-rate-block--tokuyaku .sty-rate-main strong{
  color: #35a667;
}
