.secWorries {
  margin-top: -190px;
  padding-top: 190px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .secWorries {
    margin-top: -47.5vw;
    padding-top: 47.5vw;
    padding-bottom: 30vw;
  }
}
.secWorries_bg {
  position: absolute;
  inset: 0;
}
.secWorries_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.secWorries_cnt1 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 60px;
}
@media screen and (max-width: 768px) {
  .secWorries_cnt1 ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 5vw 0;
  }
}
.secWorries_cnt1 ul li {
  position: relative;
  padding-left: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #1c2123;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .secWorries_cnt1 ul li {
    padding-left: 10vw;
    padding-bottom: 5vw;
  }
}
.secWorries_cnt1 ul li::before {
  content: "";
  display: block;
  width: 20px;
  height: 18px;
  background: url(../img/common/ico_comment_gold.svg) no-repeat center/contain;
  position: absolute;
  z-index: 1;
  top: 7px;
  left: 0px;
}
@media screen and (max-width: 768px) {
  .secWorries_cnt1 ul li::before {
    width: 5vw;
    height: 4.5vw;
    top: 1.75vw;
  }
}/*# sourceMappingURL=housing_bunjo_omatochi.css.map */