@charset "UTF-8";
.sect_campaign_photos h1 {
  margin-bottom: 80px;
}
@media (width >= 1024px) {
  .sect_campaign_photos h1 {
    max-width: 1120px;
    margin: 0 auto 120px;
  }
}
.sect_campaign_photos .inner {
  margin-bottom: 80px;
}
.sect_campaign_photos h2 {
  padding-bottom: 0;
  margin-bottom: 30px;
  border-bottom: none;
}
.sect_campaign_photos h2.hd_howto > img {
  width: 34.1333333333vw;
}
@media (width >= 768px) {
  .sect_campaign_photos h2.hd_howto > img {
    width: 15.234375vw;
  }
}
@media (width >= 1024px) {
  .sect_campaign_photos h2.hd_howto > img {
    width: 156px;
  }
}
.sect_campaign_photos h2.hd_examples > img {
  width: 58.1333333333vw;
}
@media (width >= 768px) {
  .sect_campaign_photos h2.hd_examples > img {
    width: 25.78125vw;
  }
}
@media (width >= 1024px) {
  .sect_campaign_photos h2.hd_examples > img {
    width: 264px;
  }
}
.sect_campaign_photos h3 {
  text-align: center;
}
.sect_campaign_photos h3.hd_examples_OK > img, .sect_campaign_photos h3.hd_examples_NG > img {
  width: 61.3333333333vw;
}
@media (width >= 768px) {
  .sect_campaign_photos h3.hd_examples_OK > img, .sect_campaign_photos h3.hd_examples_NG > img {
    width: 44.921875vw;
  }
}
@media (width >= 1024px) {
  .sect_campaign_photos h3.hd_examples_OK > img, .sect_campaign_photos h3.hd_examples_NG > img {
    margin-bottom: -1px;
    width: 460px;
  }
}
.sect_campaign_photos .btn.btn_bl {
  margin-top: 60px;
}
@media (width >= 768px) {
  .sect_campaign_photos .btn.btn_bl {
    text-align: center;
  }
}
@media (width >= 1024px) {
  .sect_campaign_photos .btn.btn_bl > a {
    min-width: 315px;
  }
}
.sect_campaign_photos ol li {
  margin-bottom: 20px;
}
.sect_campaign_photos ol li img {
  border-radius: 4px;
}
.sect_campaign_photos ol li h4 {
  margin-top: 8px;
}
.sect_campaign_photos ol li p {
  margin: 8px 0;
}
@media (width >= 768px) {
  .sect_campaign_photos ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sect_campaign_photos ol li {
    width: calc(50% - 10px);
  }
}
@media (width >= 1024px) {
  .sect_campaign_photos ol li {
    margin-bottom: 0;
    width: calc(25% - 16px);
  }
}
.sect_campaign_photos ul.box_examples li,
.sect_campaign_photos ul.box_examples_NG li {
  margin-bottom: 32px;
  position: relative;
  font-size: 15px;
}
.sect_campaign_photos ul.box_examples li img,
.sect_campaign_photos ul.box_examples_NG li img {
  margin-bottom: 8px;
  border-radius: 4px;
}
.sect_campaign_photos ul.box_examples li::before, .sect_campaign_photos ul.box_examples li::after,
.sect_campaign_photos ul.box_examples_NG li::before,
.sect_campaign_photos ul.box_examples_NG li::after {
  display: block;
  padding: 0 6px 2px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  border-radius: 0 0 4px 4px;
  position: absolute;
  top: 0;
}
.sect_campaign_photos ul.box_examples li::before,
.sect_campaign_photos ul.box_examples_NG li::before {
  content: "施工前";
  background-color: #33B8B0;
  left: 16px;
}
.sect_campaign_photos ul.box_examples li::after,
.sect_campaign_photos ul.box_examples_NG li::after {
  content: "施工後";
  background-color: #0068b7;
  left: calc(50% + 16px);
}
@media (width >= 768px) {
  .sect_campaign_photos ul.box_examples {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px 0;
  }
  .sect_campaign_photos ul.box_examples li {
    margin-bottom: 0;
    width: calc(50% - 12px);
  }
  .sect_campaign_photos ul.box_examples_NG {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sect_campaign_photos ul.box_examples_NG li {
    margin-bottom: 0;
    width: calc(33.3333% - 16px);
  }
}
@media (width >= 1024px) {
  .sect_campaign_photos h2.hd_howto,
  .sect_campaign_photos h2.hd_examples {
    margin-bottom: 56px;
    text-align: center;
  }
  .sect_campaign_photos .inner {
    margin-bottom: 120px;
  }
  .sect_campaign_photos ul.box_examples li,
  .sect_campaign_photos ul.box_examples_NG li {
    font-size: 16px;
  }
  .sect_campaign_photos ul.box_examples {
    max-width: 930px;
    margin: 0 auto;
    gap: 32px 0;
  }
  .sect_campaign_photos ul.box_examples li::before, .sect_campaign_photos ul.box_examples li::after {
    padding: 0 8px 4px;
    font-size: 18px;
  }
  .sect_campaign_photos ul.box_examples li::before {
    left: 20px;
  }
  .sect_campaign_photos ul.box_examples li::after {
    left: calc(50% + 20px);
  }
}

@media (width >= 768px) {
  .sect_campaign_overview .list li {
    font-size: 15px;
  }
}
@media (width >= 1024px) {
  .sect_campaign_overview .list li {
    font-size: 16px;
  }
}