@charset "UTF-8";
/* ================================================= *
 *        	common
 * ================================================= */
@media screen and (max-width: 768px) {
  .onlyPc {
    display: none !important;
  }
  .onlySp {
    display: block !important;
  }
}
@media screen and (max-width: 480px) {
  .BReak:before {
    display: inline;
    content: "\a";
    white-space: pre;
  }
}
.sectionInner {
  max-width: 1100px;
  width: 92%;
  margin: auto;
}

.sectionTitle {
  color: #000;
  font-size: 3.3rem;
  font-weight: bold;
  text-align: center;
}

.contentsWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

h1.titleArea {
  margin-bottom: 0;
}

/* ================================================= *
 *        	mainVisual
 * ================================================= */
.mainVisual {
  height: 547px;
  background: url(../img/loan/main_img@3x.jpg) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .mainVisual {
    height: auto;
    background: none;
  }
}
.mainVisual__img {
  width: 100%;
}
.mainVisual .sectionInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .mainVisual .sectionInner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 30px;
  }
}
.mainVisual__read {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 490px;
  padding: 35px 40px;
  background-color: rgba(255, 255, 255, 0.6);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .mainVisual__read {
    padding: 25px 0;
  }
}
.mainVisual__ttl {
  color: #cd031a;
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
}
.mainVisual__ttl .strong {
  display: block;
  margin-top: 15px;
  padding: 5px 0;
  border-radius: 25px;
  background-color: #cd031a;
  color: #fff;
  font-size: 2.7rem;
}
.mainVisual__catch {
  margin-top: 20px;
  color: #000;
  font-size: 3.4rem;
}
@media screen and (max-width: 480px) {
  .mainVisual__catch br {
    display: none;
  }
}
.mainVisual__detail {
  margin-top: 20px;
  padding: 20px;
  border-radius: 10px;
  background-color: #cd031a;
  color: #fff;
}
.mainVisual__detail__ttl {
  font-size: 2.3rem;
  text-align: center;
}
.mainVisual__detail__data {
  position: relative;
  margin-top: 25px;
  padding-left: 40px;
  font-size: 1.9rem;
}
.mainVisual__detail__data:not(:first-of-type) {
  margin-top: 15px;
}
.mainVisual__detail__data::before {
  content: "";
  position: absolute;
  left: 0;
  width: 35px;
  height: 26px;
  background: url(../img/loan/icon_check@3x.png) no-repeat center/cover;
}

/* ================================================= *
 *        	車のローン購入がお得！
 * ================================================= */
.value {
  padding: 120px 15px 50px;
  background-color: #f7f8f3;
}
@media screen and (max-width: 768px) {
  .value {
    padding: 60px 15px 50px;
  }
}
.value__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 80px -15px 0;
}
@media screen and (max-width: 768px) {
  .value__list {
    margin: 30px -15px 0;
  }
}
.value__item {
  position: relative;
  width: 346px;
  margin: 37px 15px 0;
  padding: 60px 30px 35px;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  line-height: 1.6;
}
.value__item::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: calc(100% - 28px);
  height: calc(100% - 28px);
  border: 4px solid #cd031a;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .value__item {
    margin: 45px 0 0;
  }
}
.value__ttl {
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 10px;
  border-radius: 10px;
  background-color: #cd031a;
  -webkit-filter: drop-shadow(3px 3px 0px rgb(0, 0, 0));
          filter: drop-shadow(3px 3px 0px rgb(0, 0, 0));
  color: #fff;
  font-size: 2.3rem;
  font-weight: bold;
}
.value__ttl::after {
  content: "";
  position: absolute;
  top: 30px;
  left: 50%;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: #cd031a;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  z-index: -1;
}
.value__img {
  position: relative;
  display: block;
  margin: auto;
  z-index: 1;
}

.value_data {
  position: relative;
  margin-top: 30px;
  color: #363332;
  font-weight: bold;
  z-index: 1;
}
.value_data__ttl {
  font-size: 2rem;
}
.value_data__txt {
  margin-top: 15px;
}

/* ================================================= *
 *        	レディバグローン 3大メリット
 * ================================================= */
.merit {
  padding: 100px 15px;
}
@media screen and (max-width: 768px) {
  .merit {
    padding: 60px 15px;
  }
}
.merit__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px -15px 0;
}
@media screen and (max-width: 768px) {
  .merit__list {
    margin: 30px -15px 0;
  }
}
.merit__item {
  width: 346px;
  margin: 15px 15px 0;
  padding: 20px;
  border: 0.5px solid #aeaeae;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f7f8f3;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .merit__item {
    margin: 25px 0 0;
  }
}
.merit__ttl {
  padding: 10px;
  background-color: #cd031a;
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
}

.merit_data {
  color: #363332;
  font-weight: bold;
}
.merit_data__ttl {
  margin-top: 30px;
  font-size: 1.8rem;
}
.merit_data__txt {
  margin-top: 20px;
}
.merit_data__note {
  display: block;
  margin-top: 15px;
  font-size: 1.2rem;
}

.merit_company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
.merit_company__logo {
  width: 100%;
}