@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: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .under .tqm__inner .under--text01 {
    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;
  }
}
