body.categories .main {
  padding-top: 12.5em;
}
body.categories .header {
  position: fixed;
}
body.categories .pagetitle {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  margin-bottom: 2.5em;
  padding: 3.125em 0 2.5em;
  background-color: #e84709;
}
body.categories .pagetitle::after {
  content: '';
  position: absolute;
  bottom: -1.875em;
  left: 50%;
  width: 140%;
  height: 3.75em;
  background-color: #ffffff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
body.categories .pagetitle .container {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  background-image: url("../images/pagetitle_bg01.png"), url("../images/pagetitle_bg02.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right top;
  -moz-background-size: contain, contain;
  -o-background-size: contain, contain;
  -webkit-background-size: contain, contain;
  background-size: contain, contain;
}
body.categories .pagetitle h2 {
  color: #ffffff;
  font-size: 225%;
  font-weight: 400;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
body.categories .section {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body.categories .section::after {
  content: '';
  clear: both;
  display: block;
}
body.categories .section + .section {
  margin-top: 3.75em;
}
body.categories .section .subject {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 1.875em;
}
body.categories .section .subject h3 {
  position: relative;
  margin-bottom: 0.3125em;
  font-size: 187.5%;
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-align: center;
}
body.categories .section .subject h3::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
  border-top: solid 1px #ffe100;
}
body.categories .section .subject h3 strong {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 1em;
  padding: 0 1em;
  font-weight: 400;
  background-color: #ffffff;
}
body.categories .section .subject p {
  margin-bottom: 0;
  color: #e84709;
  font-size: 87.5%;
  font-weight: 700;
  text-align: center;
}
body.categories .section h4 {
  margin-top: 2em;
  margin-bottom: 0.625em;
  padding-bottom: 0.625em;
  border-bottom: dotted 2px #cccccc;
  color: #24b353;
  font-size: 125%;
  font-weight: 700;
  line-height: 1.4;
}
body.categories .section h4:first-child {
  margin-top: 0;
}
body.categories .section h5 {
  margin-bottom: 0.5em;
  padding: 0.4em 0;
  border-bottom: dotted 1px #ff9900;
  color: #cc0000;
  font-weight: 700;
  line-height: 1.2;
}
body.categories .section h6 {
  margin: 1em 0 0.5em;
  color: #00b300;
  font-size: 100%;
  font-weight: bold;
  line-height: 1.2;
}
body.categories .section p {
  line-height: 1.875;
  text-align: center;
  margin-bottom: 1em;
}
body.categories .section ul.list {
  margin-left: 1.25em;
  margin-bottom: 1em;
}
body.categories .section ul.list li {
  position: relative;
  padding: 0.3125em 0 0.3125em 1em;
  line-height: 1.25;
}
body.categories .section ul.list li::before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
  position: absolute;
  top: 0.7em;
  left: 0;
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-right: solid 1px #e84709;
  border-bottom: solid 1px #e84709;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body.categories .section ol.list {
  margin-bottom: 1em;
  margin-left: 2em;
  list-style-type: decimal;
}
body.categories .section ol.list li {
  margin-bottom: 0.5em;
  line-height: 1.6;
}
body.categories .section .table {
  width: 100%;
  margin-bottom: 2.5em;
  border-collapse: collapse;
  border-spacing: 0;
}
body.categories .section .table thead tr th {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.625em 1em;
  color: #ffffff;
  font-weight: 700;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #e84709;
}
body.categories .section .table thead tr th + th {
  border-left: solid 1px #ffffff;
}
body.categories .section .table thead tr td {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.625em 1em;
  font-weight: 500;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #e84709;
}
body.categories .section .table thead tr td + td {
  border-left: solid 1px #ffffff;
}
body.categories .section .table tbody tr th, body.categories .section .table tbody tr td {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 0.625em 1.25em;
  border-bottom: solid 1px #ffffff;
  line-height: 1.8;
}
body.categories .section .table tbody tr th {
  position: relative;
  width: 25%;
  white-space: nowrap;
  font-weight: 700;
  background-color: #ffe100;
}
body.categories .section .table tbody tr th::before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.625em 0 0.625em 0.625em;
  border-color: transparent transparent transparent #ffe100;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
body.categories .section .table tbody tr td {
  border-bottom: solid 1px #e5e5e5;
}
body.categories .section .table tbody tr td ul {
  margin-bottom: 0;
}
body.categories .section .lead {
  margin-bottom: 1.875em;
  padding: 1.875em;
  line-height: 1.6;
  background-color: #ffe100;
  -moz-border-radius: 1.25em;
  -webkit-border-radius: 1.25em;
  border-radius: 1.25em;
}
body.categories .section .lead .heading {
  margin-bottom: 0.625em;
  font-size: 150%;
  text-align: center;
}
body.categories .section .lead p {
  margin-bottom: 0;
}
body.categories .section .lead p + p {
  margin-top: 1em;
}
body.categories .section .label {
  display: inline-block;
  margin: 0 0.5em;
  padding: 0 0.5em;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.6;
}
body.categories .section .label.label_pink {
  background-color: #ff3399;
}
body.categories .section .label.label_blue {
  background-color: #00bfe5;
}
body.categories .section .label.label_gray {
  background-color: #808080;
}
body.categories .section .label.label_navy {
  background-color: #004d99;
}
body.categories .section .label.label_orange {
  background-color: #e84709;
}
body.categories .section .label.label_green {
  background-color: #99cc00;
}
body.categories .section .label.label_yellow {
  color: #000000;
  background-color: #ffe100;
}
body.categories .section .btn {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  padding: 0.625em 2.5em;
  border-bottom: solid 0.3125em #ceb400;
  color: #000000;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  line-height: 1.625;
  background-color: #ffe100;
  cursor: pointer;
}
body.categories .section .btn:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
body.categories .section .btn::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0.75em;
  width: 0.6em;
  height: 0.6em;
  border-right: solid 2px #000000;
  border-bottom: solid 2px #000000;
  -moz-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

/* RWD
---------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  body.categories .main {
    padding-top: 6.25em;
  }
  body.categories .pagetitle {
    margin-bottom: 1.25em;
    padding: 2.5em 0.625em 1.5625em;
  }
  body.categories .pagetitle::after {
    bottom: -1.25em;
    height: 2.5em;
  }
  body.categories .pagetitle .container {
    padding: 0.625em 2.5em;
    background-position: left center, right center;
    -moz-background-size: 2em, 2em;
    -o-background-size: 2em, 2em;
    -webkit-background-size: 2em, 2em;
    background-size: 2em, 2em;
  }
  body.categories .pagetitle h2 {
    font-size: 140%;
  }
  body.categories .section + .section {
    margin-top: 1.875em;
  }
  body.categories .section .subject {
    margin-bottom: 0.9375em;
  }
  body.categories .section .subject h3 {
    font-size: 125%;
  }
  body.categories .section .subject p {
    font-size: 62.5%;
  }
  body.categories .section h4 {
    font-size: 112.5%;
  }
  body.categories .section p {
    font-size: 87.5%;
    text-align: left;
  }
  body.categories .section ul.list {
    margin-left: 0.3125em;
    font-size: 87.5%;
  }
  body.categories .section .table {
    margin-bottom: 1.25em;
    font-size: 87.5%;
  }
  body.categories .section .table tbody tr th, body.categories .section .table tbody tr td {
    display: block;
    width: 100%;
    padding: 0.625em;
    border-bottom: 0 none;
  }
  body.categories .section .table tbody tr th {
    padding: 0.3125em 0.625em;
  }
  body.categories .section .table tbody tr th::before {
    top: 100%;
    left: 50%;
    border-width: 0.3125em 0.3125em 0 0.3125em;
    border-color: #ffe100 transparent transparent transparent;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  body.categories .section .lead {
    margin-bottom: 1.25em;
    padding: 0.9375em;
    -moz-border-radius: 0.625em;
    -webkit-border-radius: 0.625em;
    border-radius: 0.625em;
  }
  body.categories .section .lead .heading {
    font-size: 112.5%;
  }
  body.categories .section .btn {
    width: 100%;
    padding: 0.8375em 0.625em;
    font-size: 87.5%;
  }
}
