.u-bl-lgpc {
  display: none !important;
}

.u-bl-pc {
  display: none !important;
}

.u-bl-tb {
  display: none !important;
}

.opt#maincontent {
  display: block;
  width: 80%;
  max-width: 1100px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.opt#maincontent .s-opt__ttl {
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
}
.opt#maincontent .s-opt__cont__lead {
  font-size: 16px;
  line-height: 1.8;
}
.opt#maincontent .s-opt__table {
  font-size: 16px;
  table-layout: auto;
}
.opt#maincontent .s-opt__table td,
.opt#maincontent .s-opt__table th {
  padding: 1em;
}
.opt#maincontent .s-opt__table td:nth-child(1),
.opt#maincontent .s-opt__table th:nth-child(1) {
  width: calc(100% - 15em);
}
.opt#maincontent .s-opt__table td:nth-child(2),
.opt#maincontent .s-opt__table th:nth-child(2) {
  width: 10em;
}
.opt#maincontent .s-opt__table td:nth-child(3),
.opt#maincontent .s-opt__table th:nth-child(3) {
  width: 5em;
}
.opt#maincontent .s-opt__table__head .ttl {
  background-color: #83d2cc;
  text-align: center;
}
.opt#maincontent .s-opt__table__body .column:nth-child(even) {
  background-color: #ecf8f8;
}
.opt#maincontent .s-opt__table__body .column .desc:not(:first-child) {
  text-align: center;
}
.opt#maincontent .s-opt__table__body .column a {
  color: #000;
}
@media screen and (max-width: 1199px) {
  body {
    margin: 0;
  }
  .u-bl-lgpc {
    display: block !important;
  }
  .u-none-lgpc {
    display: none !important;
  }
  .opt#maincontent {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 30px 4.5455%;
  }
  .opt#maincontent .s-opt__table {
    font-size: 14px;
  }
  .opt#maincontent .s-opt__table td:nth-child(1),
  .opt#maincontent .s-opt__table th:nth-child(1) {
    width: calc(100% - 13.5em);
  }
  .opt#maincontent .s-opt__table td:nth-child(2),
  .opt#maincontent .s-opt__table th:nth-child(2) {
    width: 9em;
  }
  .opt#maincontent .s-opt__table td:nth-child(3),
  .opt#maincontent .s-opt__table th:nth-child(3) {
    width: 4.5em;
  }
}
@media screen and (max-width: 1023px) {
  body {
    margin: 0;
  }
  .u-bl-pc {
    display: block !important;
  }
  .u-none-pc {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  body {
    margin: 0;
  }
  .u-bl-tb {
    display: block !important;
  }
  .u-none-tb {
    display: none !important;
  }
  .opt#maincontent .s-opt__cont__lead {
    font-size: 14px;
  }
  .opt#maincontent .s-opt__table td,
  .opt#maincontent .s-opt__table th {
    padding: 0.5em;
  }
}
@media screen and (max-width: 599px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 374px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 319px) {
  body {
    margin: 0;
  }
}