@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.tab {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tab {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  body.lower main div.inner {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  body.lower main div.inner section.contents p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  body.lower main div.inner section.contents p {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  body.lower main div.inner section.contents h2 + table {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  body.lower main div.inner section.contents h2 + table {
    margin-top: 2.6666666667vw;
  }
}
body.lower main div.inner section.contents table tbody tr {
  border-bottom: 1px solid #d4d5d6;
}
@media screen and (max-width: 767px) {
  body.lower main div.inner section.contents table tbody tr {
    display: flex;
    flex-direction: column;
    padding: 4.6666666667vw 0;
  }
}
body.lower main div.inner section.contents table tbody tr:nth-of-type(1) {
  padding-top: 0;
}
body.lower main div.inner section.contents table tbody tr th, body.lower main div.inner section.contents table tbody tr td {
  border: none;
}
@media screen and (min-width: 768px) {
  body.lower main div.inner section.contents table tbody tr th, body.lower main div.inner section.contents table tbody tr td {
    padding: 30px 65px 30px 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  body.lower main div.inner section.contents table tbody tr th, body.lower main div.inner section.contents table tbody tr td {
    font-size: 3.7333333333vw;
  }
}
body.lower main div.inner section.contents table tbody tr td {
  line-height: 1.9;
}
body.lower main div.inner section.contents table tbody tr td:nth-of-type(1) {
  text-align: left;
  font-weight: 500;
  color: #888b8c;
}
@media screen and (min-width: 768px) {
  body.lower main div.inner section.contents table tbody tr td:nth-of-type(1) {
    min-width: 285px;
    width: 285px;
  }
}
@media screen and (min-width: 768px) {
  body.lower main div.inner section.contents table tbody tr td:nth-of-type(2) {
    width: calc(100% - 285px);
  }
}
@media screen and (max-width: 767px) {
  body.lower main div.inner section.contents table tbody tr td:nth-of-type(2) {
    margin-top: 0.6666666667vw;
  }
}
body.lower main div.inner section.contents table tbody tr td > span {
  font-weight: 700;
}
body.lower main div.inner section.contents table tbody tr td p {
  display: flex;
}
body.lower main div.inner section.contents table tbody tr td a {
  color: #1faa8c;
}
body.lower main div.inner section.contents table tbody tr td code {
  display: flex;
}