@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 {
  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/bankin/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;
}

/* ================================================= *
 *        	レディバグ自社工場 3つのメリット
 * ================================================= */
.merit {
  padding: 120px 15px 50px;
  background-color: #f7f8f3;
}
@media screen and (max-width: 768px) {
  .merit {
    padding: 60px 15px 50px;
  }
}
.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 {
  position: relative;
  width: 346px;
  margin: 67px 15px 0;
  padding: 80px 30px 35px;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  line-height: 1.6;
}
.merit__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: 480px) {
  .merit__item {
    margin: 60px 0 0;
  }
}
.merit__ttl {
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 175px;
  padding: 10px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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: 4.2rem;
  font-weight: bold;
  text-align: center;
}
.merit__ttl::after {
  content: "";
  position: absolute;
  top: 70px;
  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;
}
.merit__icon {
  position: relative;
  display: block;
  width: 90%;
  margin: auto;
  z-index: 1;
}

.merit_data__ttl {
  position: relative;
  margin-top: 20px;
  color: #cd031a;
  font-size: 2.3rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  z-index: 1;
}

/* ================================================= *
 *        	板金料金表
 * ================================================= */
.price {
  padding: 50px 0 70px;
  background-color: #be2827;
}
.price .sectionTitle {
  color: #fff;
}

.price_list {
  width: 100%;
  margin: 50px auto 0;
  background-color: #fff;
  font-weight: bold;
}
.price_list th, .price_list td {
  padding: 10px;
  border-left: 2px solid #be2827;
  text-align: center;
}
.price_list th {
  border-bottom: 2px solid #be2827;
  font-size: 1.8rem;
  font-weight: bold;
}
.price_list td {
  border-bottom: 1.38px solid #c2c2c2;
  font-size: 2.2rem;
}
.price_list .type {
  width: 37%;
  background-color: #ffded1;
  font-size: 1.8rem;
}
.price_list .place {
  width: 26%;
  background-color: #e2f7f4;
  font-size: 1.8rem;
}
.price_list__note {
  margin-top: 10px;
  color: #fff;
  text-align: right;
}

/* ================================================= *
*        	施工事例
* ================================================= */
.construction_example {
  padding: 90px 0;
}
@media screen and (max-width: 768px) {
  .construction_example {
    padding: 60px 0;
  }
}

.construction_example_list__item {
  margin-top: 35px;
  padding: 40px 20px;
  border: 1.144px solid #afafaf;
  background-color: #fff;
}
.construction_example_list__ttl {
  padding: 5px;
  background-color: #be2827;
  color: #fff;
  font-size: 2.6rem;
  text-align: center;
}

.construction_example_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .construction_example_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.construction_example_content__head {
  width: 50.761904%;
}
@media screen and (max-width: 768px) {
  .construction_example_content__head {
    width: 100%;
  }
}
.construction_example_content__img {
  width: 100%;
}
.construction_example_content__list {
  width: 44%;
  border: 3px solid #cd031a;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .construction_example_content__list {
    margin-top: 30px;
    width: 100%;
  }
}
.construction_example_content__list th, .construction_example_content__list td {
  padding: 10px;
  border-bottom: 1.184px solid #c2c2c2;
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
}
.construction_example_content__list th {
  width: 30%;
  border-right: 2px solid #cd031a;
  background-color: #e2f7f4;
}
.construction_example_content__list td {
  width: 70%;
}
.construction_example_content__list .discount {
  border-top: 2px solid #cd031a;
}

.construction_example_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
  padding: 10px 50px;
  background-color: #fcec56;
}
@media screen and (max-width: 480px) {
  .construction_example_price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.construction_example_price__ttl {
  color: #363332;
  font-size: 2.5rem;
}
.construction_example_price__data {
  color: #cd031a;
  font-size: 3.3rem;
}