@media print, screen and (min-width: 768px) {
  .under .tqm__inner {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .under .tqm__inner {
    margin-bottom: 50px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .tqm__inner .under--text01 {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .under .tqm__inner .under--text01 {
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .tqm__inner .under--text01:last-child {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .under .tqm__inner .under--text01:last-child {
    margin-bottom: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .tqm__inner .under--text01 + .tqm__contents--img {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .under .tqm__inner .under--text01 + .tqm__contents--img {
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .tqm__inner .under--text01 + .tqm--list01 {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .under .tqm__inner .under--text01 + .tqm--list01 {
    margin-bottom: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .tqm__contents:first-of-type {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .under .tqm__contents:first-of-type {
    margin-bottom: 40px;
  }
}

.under .tqm__contents--img {
  text-align: center;
}

.under .tqm__contents--img img {
  width: 100%;
}

.under .common--table01 img {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .under .common--table01 img {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .under .common--table01 img {
    width: 120px;
    margin-bottom: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .tqm--list01 {
    margin-top: -30px;
  }
}

@media only screen and (max-width: 767px) {
  .under .tqm--list01 {
    margin-top: -20px;
  }
}

.under .tqm--list01 li {
  position: relative;
  padding-left: 13px;
  line-height: 1.8;
}

.under .tqm--list01 li::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #333;
}
