#sub_main .ttl span::before {
  background: url(../img/hoarding/icon_hoarding.svg) no-repeat;
  background-size: contain;
}

.wide_box {
  margin-top: 80px;
}

.wide_box .md_inner_space {
  padding-top: 5px;
}

.wide_box li {
  padding: 40px 0 40px;
}

.wide_box li:first-child .list_ttl::before {
  background: url(../img/hoarding/cause_icon01.svg) no-repeat;
  background-size: contain;
}

.wide_box li:nth-child(2) .list_ttl::before {
  background: url(../img/hoarding/cause_icon02.svg) no-repeat;
  background-size: contain;
}

.wide_box li:nth-child(3) .list_ttl::before {
  background: url(../img/hoarding/cause_icon03.svg) no-repeat;
  background-size: contain;
}

.point_sec .point_item {
  padding: 0 35px;
}

.point_sec .point_item.point01 {
  margin: 85px 0 100px;
}

.point_sec .point_item.point01 .image::before {
  background: url(../img/hoarding/icon_service01.svg) no-repeat;
  background-size: contain;
}

.point_sec .point_item.point02 {
  margin-bottom: 0;
}

.point_sec .point_item.point02 .image::before {
  background: url(../img/hoarding/icon_service02.svg) no-repeat;
  background-size: contain;
}

.point_sec .point_item .txt_box {
  padding-top: 0;
  margin-top: -25px;
}

.voice_main_box {
  margin: 40px 0 30px;
}

.voice_main_box ul {
  margin-top: 10px;
}

.voice_main_box .item02 {
  margin-bottom: 40px;
  padding-bottom: 60px;
}

.voice_main_box .item02::after {
  content: '';
  background: url(../img/common/dot_line_gray.png) no-repeat;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.hoarding_voice .under_box {
  margin: 80px auto 0;
}

.hoarding_voice .under_box .ttl {
  font-size: 28px;
  padding: 20px 0 22px;
}

.hoarding_voice .under_box img {
  width: 35%;
}

.hoarding_voice .under_box p:not(.annotation_txt) {
  width: 61%;
  margin-top: -5px;
}

.hoarding_voice .under_box .annotation_txt {
  color: #666;
  margin-top: 20px;
}

.caution_box {
  margin-bottom: 30px;
}

.caution_box .ttl span::before {
  background: url(../img/hoarding/icon_caution02.svg) no-repeat;
  background-size: contain;
}

.caution_box .row {
  padding: 40px 60px 30px;
}

.caution_box .row img {
  width: 30%;
  max-width: 290px;
}

.caution_box .row p {
  width: 66%;
  line-height: 1.75;
  margin-top: -8px;
}

.wide_box .list_ttl span {
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .caution_box {
    margin-bottom: 35px;
  }
  .caution_box .under_box p {
    width: 85%;
    line-height: 1.8;
  }
}

@media only screen and (max-width: 960px) {
  .wide_box {
    margin-top: 50px;
  }
  .wide_box li {
    padding: 28px 0 28px;
  }
  .point_sec .point_item {
    padding: 0;
  }
  .point_sec .point_item.point01 {
    margin: 65px 0 80px;
  }
  .hoarding_voice .under_box {
    margin-top: 65px;
  }
  .hoarding_voice .under_box .ttl {
    font-size: 21px;
    padding: 16px 0 18px;
  }
  .hoarding_voice .under_box .ttl::before {
    width: 70px;
    height: 70px;
    left: 8%;
  }
  .hoarding_voice .under_box .row {
    padding: 3vw 4vw;
  }
  .voice_main_box {
    margin: 28px 0 35px;
  }
  .voice_main_box .item01 {
    padding-top: 5px;
  }
  .voice_main_box .item02 {
    margin-bottom: 28px;
    padding: 0 0 50px;
  }
  .caution_box {
    margin-bottom: 30px;
  }
  .caution_box .row {
    padding: 3.5vw 5vw 3.5vw;
  }
  .caution_box .row img {
    width: 37%;
  }
  .caution_box .row p {
    width: 58%;
    margin-top: -5px;
  }
  .caution_box .under_box p {
    width: 80%;
  }
}

@media only screen and (max-width: 568px) {
  .wide_box {
    margin-top: 30px;
  }
  .wide_box .md_inner_space {
    padding: 0 5.3vw 20px;
  }
  .wide_box li {
    padding: 22px 0 25px;
  }
  .wide_box li .txt_box {
    margin-top: 14px;
  }
  .point_sec .point_item .txt_box {
    margin-top: 0;
  }
  .point_sec .point_item .txt_box .ttl_radius {
    margin-top: -18px;
  }
  .point_sec .point_item.point01 {
    margin: 40px 0 50px;
  }
  .hoarding_voice .under_box {
    margin-top: 45px;
  }
  .hoarding_voice .under_box .ttl {
    font-size: 19px;
    line-height: 1.45;
    padding: 10px 0 12px;
  }
  .hoarding_voice .under_box .row {
    padding: 20px 18px;
  }
  .hoarding_voice .under_box img {
    width: 100%;
    margin: 0 0 14px;
  }
  .hoarding_voice .under_box p:not(.annotation_txt) {
    width: 100%;
  }
  .hoarding_voice .under_box .annotation_txt {
    margin-top: 10px;
  }
  .voice_main_box {
    margin: 25px 0 0;
  }
  .voice_main_box .voice_item {
    padding: 0 0 10px !important;
    margin-bottom: 13px !important;
  }
  .voice_main_box .voice_item.item03 {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .caution_box {
    margin: 0 0 25px;
  }
  .caution_box .ttl span::before {
    margin-right: 5px;
  }
  .caution_box .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 5.3vw;
  }
  .caution_box .row img {
    width: 100%;
    max-width: initial;
    margin-bottom: 18px;
  }
  .caution_box .row p:not(.annotation_txt) {
    width: 100%;
  }
  .caution_box .under_box p {
    width: 95%;
  }
}
/*# sourceMappingURL=hoarding.css.map */