@charset "UTF-8";
/* REBUILD */
.spNone {
  display: block;
}
@media (max-width: 767px) {
  .spNone {
    display: none;
  }
}

.rebuild__mainvisual {
  margin-bottom: 12px;
  padding: 18px 15px;
  font-size: 35px;
  text-align: center;
}
.rebuild__mainvisual img {
  max-width: 125px;
}
@media screen and (min-width: 768px) {
  .rebuild__mainvisual {
    margin-bottom: 68px;
    padding: 0;
  }
  .rebuild__mainvisual img {
    max-width: 100%;
  }
}

.rebuildBlock {
  padding: 0;
}
.rebuildBlock.bl02 {
  margin-bottom: 50px;
}
.rebuildBlock h2 {
  margin-bottom: 30px;
  color: #1f2e55;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .rebuildBlock.bl01 {
    margin-bottom: 70px;
  }
  .rebuildBlock.bl02 {
    margin-bottom: 90px;
  }
  .rebuildBlock h2 {
    margin-bottom: 52px;
    font-size: 36px;
  }
}
.featureBox {
  margin: 0 0 50px;
  padding: 0;
}
.featureBox h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
  width: 100%;
  height: 40px;
  color: #1c0f0e;
  font-size: 15px;
  font-weight: 700;
  background-color: #fed400;
  border-radius: 10px;
}
.featureBox h4 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #1c0f0e;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid #fed400;
}
.featureBox ul, .featureBox li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.featureBox ul {
  margin-bottom: 10px;
}
.featureBox li {
  padding: 0 0 0 16px;
  color: #1c0f0e;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.9;
  position: relative;
}
.featureBox li::before {
  content: "■";
  display: block;
  color: #fed400;
  position: absolute;
  left: 0;
  top: 0;
}
.featureBox .merit {
  margin-bottom: 28px;
}
.featureBox .merit li::before {
  color: #fed400;
}
.featureBox .demerit {
  margin-bottom: 28px;
}
.featureBox .demerit li::before {
  color: #1c0f0e;
}
.featureBox .recommended {
  padding: 23px 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #dee4e9;
}
.featureBox .recommended h5 {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
}
.featureBox .recommended h5 small {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
.featureBox .recommended p {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: -0.05em;
}

@media screen and (min-width: 768px) {
  .featureBox {
    margin-bottom: 0;
  }
  .featureBox h3 {
    margin-bottom: 28px;
    width: 100%;
    height: 48px;
    font-size: 19px;
  }
  .featureBox h4 {
    margin-bottom: 16px;
    padding-bottom: 12px;
  }
  .featureBox ul {
    margin: 0;
  }
  .featureBox li {
    padding: 0 0 0 20px;
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: -0.05em;
  }
  .featureBox .merit {
    margin-bottom: 36px;
  }
  .featureBox .demerit {
    margin-bottom: 36px;
  }
  .featureBox .recommended {
    padding: 30px 0;
  }
  .featureBox .recommended h5 {
    font-size: 23px;
  }
  .featureBox .recommended h5 small {
    font-size: 16px;
  }
  .featureBox .recommended p {
    font-size: 14px;
  }
}
.rebuildBanner a {
  display: block;
}
.rebuildBanner .textarea {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  height: 70px;
  max-width: 300px;
  background-color: #1f2e55;
  border-radius: 18px;
  position: relative;
}
.rebuildBanner .textarea::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  right: 15px;
  top: calc( 50% - 6px );
}
.rebuildBanner .textarea p {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  letter-spacing: -0.05em;
}
.rebuildBanner img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .rebuildBanner {
    background-color: #1f2e55;
  }
  .rebuildBanner .row .col-md-4 {
    flex: 0 0 29%;
    max-width: 29%;
  }
  .rebuildBanner .row .col-md-8 {
    flex: 0 0 71%;
    max-width: 71%;
  }
  .rebuildBanner .textarea {
    height: 100%;
    max-width: 100%;
    background-color: transparent;
  }
  .rebuildBanner .textarea::after {
    content: none;
  }
  .rebuildBanner .textarea p {
    font-size: 31px;
  }
}
/*# sourceMappingURL=rebuild.css.map */