@charset "UTF-8";

.fv_tab {
  border-bottom: 2px solid #338800;
}


.fv_main_set {
color: #757575;
background-color: #fff;
text-align: center;
padding: 10px;
padding-bottom: 0;
border: dashed 2px #757575;
}
.fv_main_bb {
  background-color: #338800;
  text-align: center;
  color: #fff;
  font-size: 20px;
  padding: 30px 10px;
}
.fv_main_item_or {
  border: 4px solid #eb5505;
  border-radius: 6px;
  color: #eb5505;
  padding: 20px 10px;
  background-color: #fff;
  font-size: 16px;
  text-align: center;
}
.fv_main_img--sp-right {
  position: relative;
}
.fv_main_content--col2sp .fv_main_img--sp-right::before {
  content: "";
  background-image: url(/pc/landing/homeloan/share/img/KV_img_01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  width: 163px;
  height: 105px;
  right: -55px;
  top: 0;
  margin: auto;
}
.fv_main_img.fv_main_img--sp-left {
font-size: 1.2em;
}
.fv_main_img--sp-left img {
  width: 224px;
}
.fv_main_content--col2sp {
  align-items: end;
}
.fv_main_content--col2sp .fv_main_img--sp-right {
  width: 58%;
  font-weight: bold;
  color: #757575;
}
.fv_main_content--col2sp .fv_main_img--sp-left {
  width: 38%;
  font-weight: bold;
  color: #eb5505;
}
.fv_main_content--bg {
  background-image: url(/pc/landing/homeloan/share/img/kv_bg_01_pc.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 140px;
  margin-top: 15px;
  padding: 10px;
}
.fv_main_content--bg .fv_main_img--sp-right .fv_main_ballo {
  border-radius: 50px;
  background-color: #fff;
  color: #eb5505;
  font-weight: bold;
  padding: 5px;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 640px) and (max-width: 868px){ 
  .fv_main_content--bg {
    font-size: 1.84vw;
    padding: 3vw 1.15vw;
    height: auto;
      }
      .fv_main_content--bg .fv_main_img--sp-right .fv_main_ballo {
        margin-bottom: 2.32vw;
      }
}
@media only screen and (max-width: 640px){ 
  .fv_main_img.fv_main_img--sp-left {
    font-size: 1em;
    }
  .fv_main_set {
    color: #757575;
    background-color: #fff;
    padding: 2.67vw;
    padding-bottom: 0;
    border: dashed 2px #757575;
    }
    .fv_main_bb {
      background-color: #338800;
      text-align: center;
      color: #fff;
      padding: 2.67vw 1.33vw;
      font-size: 3.73vw;
    }
    .fv_main_item_or {
      border: 2px solid #eb5505;
      width: 100%;
      padding: 2.67vw;
      font-size: 2.67vw;
    }

  .fv_main_img--sp-right {
    margin-bottom: 4vw;
  }
  .fv_main_img--sp-left {
    justify-content: center;
    margin-bottom: 4vw;
     font-size: 1.2em;
     font-weight: bold;
     margin-top: 0;
     flex-wrap: wrap;
  }

  .fv_main_content--col2sp .fv_main_img--sp-right {
    width: 58%;
    font-weight: bold;
    color: #757575;
    margin-bottom: 0;
  }
  .fv_main_content--col2sp .fv_main_img--sp-left {
    width: 38%;
    font-weight: bold;
    color: #eb5505;
    margin-bottom: 0;
  }
  .fv_main_content--col2sp .fv_main_img--sp-right::before {
    width: 17.36vw;
    height: 11.2vw;
    right: -7.46vw;
    top: 10.6vw;
  }

  .fv_main_content--bg {
    background-image: url(/pc/landing/homeloan/share/img/kv_bg_01_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 36.3vw;
    margin-top: 4vw;
    padding: 8vw 2.67vw 5.33vw;
    font-size: 2.67vw;
    text-align: center;
  }
  .fv_main_content--bg .fv_main_img--sp-left {
    line-height: 1;
    margin-bottom: 0;
  }
  .fv_main_content--bg .fv_main_img--sp-right {
    margin-bottom: 0;
  }
  .fv_main_content--bg .fv_main_img--sp-right .fv_main_ballo {
    border-radius: 50px;
    background-color: #fff;
    color: #eb5505;
    font-weight: bold;
    padding: 2px;
    text-align: center;
    margin-bottom: 1.33vw;
  }
}