.borderbox {
  border: 1px solid #e3e3e6;
  padding: 30px 40px;
  margin: 0 40px 40px;
}

table tr th, table tr td {
  position: relative;
}
table tr th.gray,
table tr td.gray {
  background-color: #fafafa;
}
table tr .osusume {
  position: absolute;
  top: -13px;
  right: 8px;
}

section:not(#option_services) .wrap {
  width: 580px;
}
section#comment {
  background-color: #e9f8ff;
}
section#comment .fukidashi {
  margin-bottom: 28px;
}
section#comment img.sakamoto {
  display: block;
  width: 122px;
  margin: 0 auto 5px;
}
section#comment p.sakamoto {
  text-align: center;
  font-size: 12px;
}
section#comment h3 {
  font-weight: 300;
  font-size: 24px;
  line-height: 1em;
  color: #000;
  padding: 50px 0;
  background-color: rgba(255, 255, 255, 0.6);
  margin-top: 100px;
  margin-bottom: 60px;
}
section#comment h3 span {
  display: block;
  width: 580px;
  margin: 0 auto;
}
section#comment h4 {
  font-size: 20px;
  font-weight: 300;
  color: #000;
  margin-top: 60px;
  margin-bottom: 30px;
}

@media (max-width: 970px) {
  .borderbox {
    margin: 0 0 40px;
  }

  table tr .osusume {
    width: 50px;
    height: auto;
    top: -10px;
    right: -8px;
  }

  section#comment h3 {
    padding: 30px 0;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 0;
  }
  section#comment h3 span {
    width: auto;
    margin: 0 30px;
  }
  section#comment h4 {
    font-size: 14px;
    margin: 40px 0 20px;
  }
}

/*# sourceMappingURL=setsuritsu.css.map */
