body.categories .pagetitle {
  padding: 10rem 0 5rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
body.categories .pagetitle .container {
  display: flex;
  flex-direction: column-reverse;
}
body.categories .pagetitle h2 {
  margin-top: 0.625rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.6);
}
body.categories .pagetitle p {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 0.1em;
  text-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.6);
}
body.categories .footer {
  height: auto;
  border-top: solid 1px rgba(0, 0, 0, 0.2);
}
body.categories .footer .footernav, body.categories .footer .copyright {
  position: relative;
  bottom: 0;
  left: 0;
}
body.categories .section {
  padding: 3.75rem 0;
}
body.categories .section:nth-child(odd) {
  background-color: #f2f2f2;
}
body.categories .section h3 {
  position: relative;
  margin-top: 3.75rem;
  margin-bottom: 2.5rem;
  padding-bottom: 1.875rem;
  font-size: 3rem;
  font-weight: 300;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
body.categories .section h3:first-child {
  margin-top: 0;
}
body.categories .section h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 6.25rem;
  height: 0.375rem;
  background-color: #005bac;
  transform: translateX(-50%);
}
body.categories .section h4 {
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
body.categories .section h4:first-child {
  margin-top: 0;
}
body.categories .section p {
  line-height: 1.75;
  letter-spacing: 0.05em;
}
body.categories .section p + * {
  margin-top: 1.25rem;
}
body.categories .section ul.list {
  margin-left: 0.625rem;
  margin-bottom: 1.25rem;
}
body.categories .section ul.list + * {
  margin-top: 1.25rem;
}
body.categories .section ul.list.inline {
  display: flex;
  flex-wrap: wrap;
}
body.categories .section ul.list.inline li {
  margin-right: 1.25rem;
}
body.categories .section ul.list li {
  position: relative;
  padding: 0.3125em 1em;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
body.categories .section ul.list li::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.3125rem 0 0.3125rem 0.4375rem;
  border-color: transparent transparent transparent #005bac;
}
body.categories .section ol.list {
  margin-left: 2em;
  list-style-type: decimal;
}
body.categories .section ol.list + * {
  margin-top: 1.25rem;
}
body.categories .section ol.list.inline {
  display: flex;
  flex-wrap: wrap;
}
body.categories .section ol.list.inline li {
  flex-grow: 1;
  flex-basis: 50%;
}
body.categories .section ol.list li {
  padding: 0.3125em 0;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
body.categories .section .table, body.categories .section .scrolltable table {
  width: 100%;
  margin-bottom: 2.5rem;
  border-collapse: separate;
  border-spacing: 0.625rem;
}
body.categories .section .table thead tr th, body.categories .section .scrolltable table thead tr th {
  padding: 0.625rem 0.9375rem;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 1.25;
  letter-spacing: 0.05em;
  background-color: #000;
  border-radius: 0.4375rem;
}
body.categories .section .table thead tr td, body.categories .section .scrolltable table thead tr td {
  padding: 0.625rem 0.9375rem;
  color: #ffffff;
  font-weight: 400;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 1.25;
  letter-spacing: 0.05em;
  background-color: #1a1a1a;
}
body.categories .section .table thead tr td + td, body.categories .section .scrolltable table thead tr td + td {
  border-left: solid 1px #333333;
}
body.categories .section .table tbody tr th, body.categories .section .table tbody tr td, body.categories .section .scrolltable table tbody tr th, body.categories .section .scrolltable table tbody tr td {
  position: relative;
  padding: 0.9375rem 1.25rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
body.categories .section .table tbody tr th, body.categories .section .scrolltable table tbody tr th {
  position: relative;
  width: 25%;
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
  background-color: #005bac;
}
body.categories .section .table tbody tr td, body.categories .section .scrolltable table tbody tr td {
  border-bottom: dotted 1px rgba(0, 0, 0, 0.2);
}
body.categories .section .table tbody tr td ul, body.categories .section .scrolltable table tbody tr td ul {
  margin-bottom: 0;
}
body.categories .section .nav {
  margin-top: 2.5rem;
  text-align: center;
}
body.categories .section .btn {
  position: relative;
  display: inline-block;
  min-width: 20rem;
  padding: 0.9375rem 1.875rem;
  border: solid 1px #005bac;
  color: #fff;
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-decoration: none;
  background-color: #005bac;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
body.categories .section .btn:hover {
  color: #005bac;
  background-color: #fff;
}
body.categories .section .btn.back {
  border: solid 1px #ccc;
  color: rgba(0, 0, 0, 0.4);
  background-color: #ccc;
}
body.categories .section .btn.back:hover {
  background-color: #fff;
}

/* RWD
---------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  body.categories .pagetitle {
    padding: 23.4375vw 0 10.4166666667vw;
  }
  body.categories .pagetitle h2 {
    margin-top: 1.3020833333vw;
    font-size: 4.1666666667vw;
    text-shadow: 0 0 2.6041666667vw rgba(0, 0, 0, 0.6);
  }
  body.categories .pagetitle p {
    font-size: 7.8125vw;
    text-shadow: 0 0 2.6041666667vw rgba(0, 0, 0, 0.6);
  }
  body.categories .footer {
    border-top: 0 none;
  }
  body.categories .section {
    padding: 11.71875vw 0;
  }
  body.categories .section h3 {
    margin-top: 11.71875vw;
    margin-bottom: 7.8125vw;
    padding-bottom: 5.2083333333vw;
    font-size: 6.25vw;
    letter-spacing: 0.05em;
  }
  body.categories .section h3:first-child {
    margin-top: 0;
  }
  body.categories .section h3::after {
    width: 20.8333333333vw;
    height: 1.3020833333vw;
  }
  body.categories .section h4 {
    margin-top: 7.8125vw;
    margin-bottom: 3.90625vw;
    font-size: 5.2083333333vw;
  }
  body.categories .section h4:first-child {
    margin-top: 0;
  }
  body.categories .section p {
    font-size: 3.6458333333vw;
  }
  body.categories .section p + * {
    margin-top: 3.90625vw;
  }
  body.categories .section ul.list {
    margin-left: 2.6041666667vw;
    font-size: 3.6458333333vw;
  }
  body.categories .section ul.list + * {
    margin-top: 3.90625vw;
  }
  body.categories .section ul.list.inline {
    display: block;
  }
  body.categories .section ul.list.inline li {
    margin-right: 0;
  }
  body.categories .section ul.list li::before {
    border-width: 0.9114583333vw 0 0.9114583333vw 1.3020833333vw;
  }
  body.categories .section ol.list {
    font-size: 3.6458333333vw;
  }
  body.categories .section ol.list + * {
    margin-top: 3.90625vw;
  }
  body.categories .section .table {
    border-spacing: 1.3020833333vw;
    margin-bottom: 7.8125vw;
    font-size: 3.6458333333vw;
  }
  body.categories .section .table thead {
    display: none;
  }
  body.categories .section .table tbody tr th, body.categories .section .table tbody tr td {
    display: block;
    width: 100%;
    padding: 2.6041666667vw 3.90625vw;
  }
  body.categories .section .table tbody tr td {
    border-bottom: 0 none;
  }
  body.categories .section .table tbody tr td ul.list {
    font-size: 100%;
  }
  body.categories .section .scrolltable {
    overflow: auto;
  }
  body.categories .section .scrolltable table {
    margin-bottom: 3.90625vw;
    font-size: 3.6458333333vw;
    white-space: nowrap;
  }
  body.categories .section .nav {
    width: 80%;
    margin-top: 5.2083333333vw;
  }
  body.categories .section .btn {
    min-width: 41.6666666667vw;
    padding: 3.90625vw 6.5104166667vw;
    font-size: 4.1666666667vw;
    border-radius: 1.3020833333vw;
  }
}