/* Categories
---------------------------------------------------------------- */
body.categories .pagetitle {
  padding: 4.375rem 0;
  text-align: center;
  line-height: 1.35;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
body.categories .pagetitle h2 {
  margin-bottom: 0.625rem;
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 0 0.625rem #000000;
}
body.categories .pagetitle p {
  display: inline-block;
  padding-top: 0.625rem;
  border-top: solid 0.1875rem #ffffff;
  color: #ffffff;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 0 0.625rem #000000;
}
body.categories .section {
  overflow: hidden;
  zoom: 1;
  padding: 3.125rem 0;
  text-align: left;
}
body.categories .section + .section {
  border-top: solid 1px #e5e5e5;
}
body.categories .section .container {
  max-width: 50rem;
}
body.categories .section h3 {
  margin-top: 2em;
  margin-bottom: 0.7em;
  padding: 0.5em 0.7em;
  border-left: solid 5px #85c023;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
}
body.categories .section h3:first-child {
  margin-top: 0;
}
body.categories .section h4 {
  margin-top: 2em;
  margin-bottom: 0.7em;
  color: #14a83b;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
}
body.categories .section h5 {
  margin: 1em 0 0.5em;
  color: #86c000;
  font-size: 1.125rem;
  line-height: 1.25;
}
body.categories .section h5 .small {
  color: #4d4d4d;
  font-size: 70%;
}
body.categories .section p {
  margin-bottom: 1em;
  line-height: 1.6;
}
body.categories .section p.date {
  padding-bottom: 0.3em;
  border-bottom: dotted 1px #cccccc;
}
body.categories .section table.table {
  margin-bottom: 2em;
  border-top: solid 1px #cccccc;
  line-height: 1.5;
}
body.categories .section table.table.w100 {
  width: 100%;
}
body.categories .section table.table tbody tr th {
  padding: 1em;
  border-right: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  color: #380508;
  font-weight: bold;
  white-space: nowrap;
  background-color: #e5e5e5;
}
body.categories .section table.table tbody tr td {
  padding: 1em;
  border-bottom: solid 1px #cccccc;
}
body.categories .section table.table tbody tr td + td {
  border-left: solid 1px #cccccc;
}
body.categories .section ul.list, body.categories .section ol.list {
  margin-bottom: 1em;
  margin-left: 2em;
  line-height: 1.25;
}
body.categories .section ul.list li, body.categories .section ol.list li {
  padding: 0.3em 0;
}
body.categories .section ul.list {
  list-style-type: circle;
}
body.categories .section ol.list {
  list-style-type: decimal;
}
body.categories .section .btn {
  display: inline-block;
  padding: 0.625rem 1.25rem;
  color: #ffffff;
  text-decoration: none;
  background-color: #14a83b;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
body.categories .section .btn:hover {
  background-color: #cc0000;
}

/* RWD
---------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  body.categories .pagetitle {
    margin-top: 17.86667vw;
    padding: 6.66667vw 0;
  }
  body.categories .pagetitle h2 {
    margin-bottom: 1.33333vw;
    font-size: 8vw;
    text-shadow: 0 0 1.33333vw #000000;
  }
  body.categories .pagetitle p {
    padding-top: 1.33333vw;
    border-top: solid 0.8vw #ffffff;
    font-size: 3.2vw;
    text-shadow: 0 0 1.33333vw #000000;
  }
  body.categories .section {
    padding: 6.66667vw 0;
  }
  body.categories .section h3 {
    font-size: 5.33333vw;
  }
  body.categories .section h4 {
    font-size: 4.8vw;
  }
  body.categories .section h5 {
    font-size: 4vw;
  }
  body.categories .section p {
    font-size: 3.2vw;
  }
  body.categories .section table.table {
    font-size: 3.2vw;
  }
  body.categories .section table.table tbody tr th, body.categories .section table.table tbody tr td {
    display: block;
  }
  body.categories .section table.table tbody tr th {
    border-right: 0 none;
  }
  body.categories .section ul.list, body.categories .section ol.list {
    font-size: 3.2vw;
  }
  body.categories .section .btn {
    font-size: 3.2vw;
  }
}
