body.categories .pagetitle {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 3.75rem 0;
  background: url("../images/pagetitle_bg.jpg") no-repeat center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
body.categories .pagetitle h2 {
  color: #ffffff;
  font-size: 300%;
  font-weight: 700;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 0.1em;
  text-shadow: 0 0 0.625rem #beae55;
}
body.categories .pagetitle p {
  margin-top: 0.625em;
  color: #994c3d;
  font-size: 112.5%;
  font-weight: 700;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
body.categories .section {
  padding: 3.75rem 0;
}
body.categories .section h3 {
  position: relative;
  margin-bottom: 1.875rem;
  line-height: 1.25;
  text-align: center;
}
body.categories .section h3::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.1875rem;
  background: #fc6076;
}
body.categories .section h3 strong {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 1.25rem;
  padding: 0 1.25rem;
  color: #994c3d;
  font-size: 225%;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.1em;
  background-color: #ffffff;
}
body.categories .section h4 {
  margin-bottom: 0.625rem;
  padding-bottom: 0.625rem;
  border-bottom: dotted 1px rgba(0, 0, 0, 0.2);
  color: #fc6076;
  font-size: 125%;
  font-weight: 700;
  line-height: 1.5;
}
body.categories .section p {
  line-height: 1.75;
}
body.categories .section p + p {
  margin-top: 1.25rem;
}
body.categories .section ul.list {
  margin-left: 0.625rem;
  margin-bottom: 1.25rem;
}
body.categories .section ul.list.inline {
  display: flex;
  flex-wrap: wrap;
}
body.categories .section ul.list.inline li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  flex-grow: 1;
  flex-basis: 50%;
}
body.categories .section ul.list li {
  position: relative;
  padding: 0.3125em 1em;
  line-height: 1.5;
}
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.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 #fc6076;
}
body.categories .section ol.list {
  margin-bottom: 2.5rem;
  margin-left: 2em;
  list-style-type: decimal;
}
body.categories .section ol.list li {
  padding: 0.3125em 0;
  line-height: 1.5;
}
body.categories .section .table, body.categories .section .scrolltable table {
  width: 100%;
  margin-bottom: 2.5rem;
  border-collapse: collapse;
  border-spacing: 0;
}
body.categories .section .table thead tr th, body.categories .section .scrolltable table thead tr th {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.625rem 0.9375rem;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 1.25;
  background-color: #fc6076;
}
body.categories .section .table thead tr th + th, body.categories .section .scrolltable table thead tr th + th {
  border-left: solid 1px #ffffff;
}
body.categories .section .table thead tr td, body.categories .section .scrolltable table thead tr td {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.625rem 0.9375rem;
  font-weight: 400;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 1.25;
  background-color: #fc6076;
}
body.categories .section .table thead tr td + td, body.categories .section .scrolltable table thead tr td + td {
  border-left: solid 1px #ffffff;
}
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 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 0.9375rem 1.25rem;
  line-height: 1.75;
}
body.categories .section .table tbody tr th, body.categories .section .scrolltable table tbody tr th {
  position: relative;
  width: 25%;
  border-bottom: solid 1px #e8d899;
  font-weight: 700;
  white-space: nowrap;
  background-color: #f3eed0;
}
body.categories .section .table tbody tr td, body.categories .section .scrolltable table tbody tr td {
  border-bottom: solid 1px #e5e5e5;
}
body.categories .section .table tbody tr td ul, body.categories .section .scrolltable table tbody tr td ul {
  margin-bottom: 0;
}
body.categories .section nav {
  text-align: center;
}
body.categories .section .btn {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  min-width: 15rem;
  padding: 0.625rem 2.5rem;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.25;
  cursor: pointer;
  background: #fc6076;
  background: -moz-linear-gradient(left, #fc6076 0%, #ff9a44 100%);
  background: -webkit-linear-gradient(left, #fc6076 0%, #ff9a44 100%);
  background: -ms-linear-gradient(left, #fc6076 0%, #ff9a44 100%);
  background: linear-gradient(to right, #fc6076 0%, #ff9a44 100%);
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-border-radius: 1.25rem;
  -webkit-border-radius: 1.25rem;
  border-radius: 1.25rem;
  -moz-box-shadow: 0 0.25rem 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0.25rem 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.25rem 0 rgba(0, 0, 0, 0.2);
}
body.categories .section .btn:hover {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
body.categories .section .btn::before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
  position: absolute;
  top: 50%;
  right: 1.25rem;
  width: 0.4375rem;
  height: 0.4375rem;
  border-right: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
  -moz-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
body.categories .pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-family: 'Open Sans', serif;
  font-size: 87.5%;
  font-weight: 700;
  line-height: 1.25;
}
body.categories .pagenavi a, body.categories .pagenavi span {
  display: block;
  border: solid 1px #cccccc;
  padding: 0.625rem 1.25rem;
  color: #ffffff;
  text-decoration: none;
  -moz-border-radius: 0.3125rem;
  -webkit-border-radius: 0.3125rem;
  border-radius: 0.3125rem;
}
body.categories .pagenavi a + a, body.categories .pagenavi a + span, body.categories .pagenavi span + a, body.categories .pagenavi span + span {
  margin-left: 0.3125rem;
}
body.categories .pagenavi a:hover, body.categories .pagenavi span.current {
  color: #ffffff;
  background-color: #fc6076;
}

/* RWD
---------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  body.categories .pagetitle {
    padding: 6.66667vw 0;
  }
  body.categories .pagetitle h2 {
    font-size: 175%;
  }
  body.categories .pagetitle p {
    font-size: 75%;
  }
  body.categories .section {
    padding: 1.875rem 0;
  }
  body.categories .section h3 {
    margin-bottom: 4vw;
  }
  body.categories .section h3 strong {
    font-size: 125%;
  }
  body.categories .section h4 {
    margin-bottom: 2.66667vw;
    padding-bottom: 2.66667vw;
    font-size: 100%;
  }
  body.categories .section p {
    font-size: 75%;
  }
  body.categories .section p + p {
    margin-top: 2.66667vw;
  }
  body.categories .section ul.list {
    margin-left: 1.33333vw;
    font-size: 75%;
  }
  body.categories .section ul.list.inline {
    display: block;
  }
  body.categories .section ul.list li::before {
    border-width: 1.33333vw 0 1.33333vw 1.86667vw;
  }
  body.categories .section ol.list {
    font-size: 87.5%;
  }
  body.categories .section .table {
    margin-bottom: 5.33333vw;
    font-size: 75%;
  }
  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: 1.33333vw 2.66667vw;
  }
  body.categories .section .table tbody tr td {
    border-bottom: solid 1px #ffffff;
  }
  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: 2.66667vw;
    font-size: 75%;
    white-space: nowrap;
  }
  body.categories .section .btn {
    min-width: 69.33333vw;
    padding: 2.66667vw 5.33333vw;
    font-size: 87.5%;
    -moz-border-radius: 6.66667vw;
    -webkit-border-radius: 6.66667vw;
    border-radius: 6.66667vw;
    -moz-box-shadow: 0 0.53333vw 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0.53333vw 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0.53333vw 0 rgba(0, 0, 0, 0.2);
  }
  body.categories .section .btn::before {
    right: 5.33333vw;
    width: 1.86667vw;
    height: 1.86667vw;
  }
}
