html.PC #accessibility > * {
  padding: 0.5em;
}
html.PC #accessibility p, html.PC #accessibility li {
  line-height: 1.8;
}

html.SP #accessibility {
  padding: 0 3%;
}

#accessibility section:nth-of-type(n+2) {
  margin-top: 2em;
}
#accessibility .body {
  border-top: 1px solid #b5c4dc;
}
#accessibility h3 {
  margin-bottom: 0.5em;
}
#accessibility h3 + * {
  margin-top: 0;
}
#accessibility a {
  color: #0a3c8c;
}
#accessibility .accessibility_result {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#accessibility .accessibility_result li {
  position: relative;
  margin: 10px 0;
  padding: 0 0 0 30px;
}
#accessibility .accessibility_result li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background: url(../images/common/arrow3.svg) no-repeat left center;
  background-size: 100%;
}

html.PC #accessibility .body h2 {
  font-size: 125%;
}
html.PC #accessibility .body h3 {
  font-size: 105%;
}
html.PC #accessibility .body .indent {
  margin-bottom: -5px;
  padding-left: 30px;
}

html.SP #accessibility .body h2 {
  font-size: 120%;
}
html.SP #accessibility .body h3 {
  font-size: 100%;
}
html.SP #accessibility .body p {
  text-align: left;
}
html.SP #accessibility .body .indent {
  margin-bottom: -5px;
  padding-left: 20px;
}
html.SP #accessibility .accessibility_result li::after {
  top: 1px;
}

.accessibility.detail #title h1 {
  white-space: normal;
}

.accessibility.detail * {
  box-sizing: border-box;
}
.accessibility.detail .body {
  padding: 0;
  border-top: none !important;
}
.accessibility.detail a {
  overflow-wrap: break-word;
  word-break: break-word;
}
.accessibility.detail .announcement_date dl {
  display: flex;
  margin: 0 auto;
  border: solid 1px #ccc;
  border-top: none;
}
.accessibility.detail .announcement_date dl:first-child {
  border-top: solid 1px #ccc;
}
.accessibility.detail .announcement_date dt {
  width: 23%;
  padding: 10px;
  background-color: #F5F5F5;
}
.accessibility.detail .announcement_date dd {
  width: 77%;
  margin: 0;
  padding: 10px;
}
.accessibility.detail table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.accessibility.detail caption {
  margin: 30px 0 10px;
}
.accessibility.detail th {
  padding: 10px 0;
  background-color: #E2EBF8;
  border: solid 1px #ccc;
  border-bottom: none;
}
.accessibility.detail td {
  padding: 10px;
  text-align: center;
  border: solid 1px #ccc;
}
.accessibility.detail .check_list {
  width: 100%;
}
.accessibility.detail .check_list th:nth-of-type(1) {
  width: 50%;
}
.accessibility.detail .check_list th:nth-of-type(2) {
  width: 10%;
}
.accessibility.detail .check_list th:nth-of-type(3) {
  width: 8%;
}
.accessibility.detail .check_list th:nth-of-type(4) {
  width: 12%;
}
.accessibility.detail .check_list th:nth-of-type(5) {
  width: 20%;
}
.accessibility.detail .check_list td:nth-of-type(1) {
  text-align: left;
}
.accessibility.detail .url_list {
  width: 100%;
}
.accessibility.detail .url_list th:nth-of-type(1) {
  width: 5%;
}
.accessibility.detail .url_list th:nth-of-type(2) {
  width: 35%;
}
.accessibility.detail .url_list th:nth-of-type(3) {
  width: 35%;
}
.accessibility.detail .url_list th:nth-of-type(4) {
  width: 25%;
}
.accessibility.detail .url_list td {
  text-align: left;
}
.accessibility.detail .url_list td:nth-of-type(1) {
  text-align: center;
}

html.SP .accessibility.detail .lead h2 {
  font-size: 110%;
}
html.SP .accessibility.detail .announcement_date dl {
  flex-direction: column;
  margin: 20px auto;
  border: none;
}
html.SP .accessibility.detail .announcement_date dt {
  width: 100%;
}
html.SP .accessibility.detail .announcement_date dd {
  width: 100%;
}
html.SP .accessibility.detail .check_list,
html.SP .accessibility.detail .url_list {
  width: 100%;
  overflow: auto;
}
html.SP .accessibility.detail .check_list table,
html.SP .accessibility.detail .url_list table {
  width: 700px;
}
html.SP .accessibility.detail .check_list th, html.SP .accessibility.detail .check_list td,
html.SP .accessibility.detail .url_list th,
html.SP .accessibility.detail .url_list td {
  font-size: 80%;
}

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