<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

.sp {
  display: none;
}

#a11y {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.a11y__section {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 1024px;
}

.a11y__section--header {
  padding: 40px 0;
}

.a11y__h1 {
  align-self: center;
  font-size: 3.6rem;
  font-weight: 700;
}

.a11y__p--date {
  align-self: flex-end;
}

.a11y__inner {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 40px;
  padding: 40px 0;
}

.a11y__h2 {
  padding-bottom: 8px;
  font-size: 1.8rem;
  font-weight: 700;
  border-bottom: 1px solid #e5e5e5;
}

.a11y__link-outer {
  display: block;
}

.a11y__link {
  color: var(--corporate-color);
  text-decoration: underline;
}

.a11y__link--arrow::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  border-top: 2px solid var(--corporate-color);
  border-right: 2px solid var(--corporate-color);
  transform: rotate(45deg);
  vertical-align: 1px;
}

.a11y__link:hover {
  text-decoration: none;
}

.a11y__ul:not(.a11y__ul--icon) {
  list-style: disc inside;
}

.a11y__note {
  display: block;
  font-size: 1.2rem;
}

/* start_検査結果ページ */

.a11y__inner--result {
  padding-top: 0;
  border: none;
  background-color: transparent;
}

.a11y__table {
  width: 100%;
}

.a11y__table th,
.a11y__table td {
  padding: 16px;
  vertical-align: middle;
  border: 1px solid #c3c3c3;
}

.a11y__table th {
  color: #666;
  font-size: 1.4rem;
  font-weight: 700;
  background-color: rgba(0,0,0,0.03);
}

.a11y__table:not(.a11y__table--check-list) th {
  width: 250px;
}

.a11y__list-note {
  align-self: flex-end;
  font-size: 1.2rem;
}

.a11y__table--check-list th,
.a11y__table--check-list td {
  text-align: center;
}

.a11y__table--check-list tr:not(:first-child) th {
  width: 100px;
}

.a11y__table--check-list tr:not(:first-child) td:first-of-type {
  width: 600px;
  text-align: left;
}

/* end_検査結果ページ */
</pre></body></html>