.secInspection .sec__ctsInr {
  padding-top: 80rem;
}
.secInspection .sec__block {
  margin-top: 70rem;
}
.secInspection .sec__ttl {
  color: var(--c-hover);
  font-size: 32rem;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 10rem;
  border-bottom: 2px solid var(--c-hover);
}
.secInspection .sec__block .sec__cts {
  margin-top: 40rem;
}
.secInspection .sec__txt {
  line-height: 1.8;
}
.secInspection .sec__txt._c-red {
  color: var(--c-hover);
}
.secInspection .sec__txt + .sec__txt {
  margin-top: 15rem;
}
.secInspection .sec__imgGrid {
  margin-top: 50rem;
  display: flex;
  justify-content: space-between;
}
.secInspection .sec__imgGrid .sec__img {
  width: 560rem;
}
.secInspection .sec__imgGrid .sec__img img {
  overflow: hidden;
  border-radius: 20rem;
}
.secInspection .sec__imgGrid .sec__txt {
  margin-top: 10rem;
}
.secInspection .sec__tbl {
  width: 980rem;
  margin: 0 auto;
}
.secInspection .sec__tbl {
  width: 980rem;
  margin: 0 auto;
}
.secInspection .sec__tbl dl {
  display: flex;
}
.secInspection .sec__tbl dt {
  background-color: #fae7d6;
  padding: 15rem;
  text-align: center;
  line-height: 1.5;
  width: 150rem;
}
.secInspection .sec__tbl dd {
  background-color: #fff;
  padding: 15rem 30rem;
  line-height: 1.5;
  flex: 1;
}
.secInspection .sec__tbl dl + dl dt,
.secInspection .sec__tbl dl + dl dd {
  border-top: 2px solid #fcf6f0;
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
  .secInspection .sec__ctsInr {
    padding-top: 40rem;
  }
  .secInspection .sec__block {
    margin-top: 80rem;
  }
  .secInspection .sec__ttl {
    font-size: 24rem;
    padding-bottom: 10rem;
    border-bottom: 2px solid var(--c-hover);
  }
  .secInspection .sec__block .sec__cts {
    margin-top: 30rem;
  }
  .secInspection .sec__txt + .sec__txt {
    margin-top: 15rem;
  }
  .secInspection .sec__imgGrid {
    margin-top: 30rem;
    display: block;
  }
  .secInspection .sec__imgGrid .sec__img + .sec__img {
    margin-top: 30rem;
  }
  .secInspection .sec__imgGrid .sec__img {
    width: 100%;
  }
  .secInspection .sec__imgGrid .sec__txt {
    margin-top: 10rem;
  }
  .secInspection .sec__tbl {
    width: 100%;
  }
  .secInspection .sec__tbl {
    max-width: 100%;
  }
  .secInspection .sec__tbl dl {
    display: block;
  }
  .secInspection .sec__tbl dt {
    padding: 15rem 20rem;
    width: 100%;
    text-align: left;
  }
  .secInspection .sec__tbl dd {
    padding: 15rem 20rem;
    line-height: 1.7;
  }
  .secInspection .sec__tbl dl + dl dt,
  .secInspection .sec__tbl dl + dl dd {
    border-top: 0;
  }
}


/* PC
----------------------------------*/
@media screen and (min-width: 769px) {
  .md-newsList .sec__itemInfo {
    width: 120rem;
  }
}
