@charset "UTF-8";
/** utility **/
.page-row--list .page-txtBox p:first-child, .page-row--listBottom .page-txtBox p:first-child, .page-modal__content:first-child {
  margin-top: 0;
}

.page-row--list .page-txtBox p:last-child, .page-row--listBottom .page-txtBox p:last-child, .page-modal__content:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .page-row--list .page-txtBox p:first-child, .page-row--listBottom .page-txtBox p:first-child, .page-modal__content:first-child {
    margin-top: 0;
  }
  .page-row--list .page-txtBox p:last-child, .page-row--listBottom .page-txtBox p:last-child, .page-modal__content:last-child {
    margin-bottom: 0;
  }
}

body.-fixed {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

main {
  overflow: hidden;
  color: #282828;
}

main ul, main ol {
  list-style: none;
}

main * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main *::before, main *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section_contents_title {
  margin: 147px 0 60px;
}

@media (max-width: 1023px) and (min-width: 768px) {
  .section_contents_title {
    margin: 140px 0 60px;
  }
}

@media only screen and (max-width: 767px) {
  .section_contents_title {
    margin: 98px 0 28px;
  }
}

.section_contents_wrapper {
  margin: 60px 0 140px;
}

@media only screen and (max-width: 767px) {
  .section_contents_wrapper {
    margin: 28px 0 95px;
  }
}

.section_article {
  margin: 0 0 60px;
}

@media only screen and (max-width: 767px) {
  .section_article {
    margin: 0 0 28px;
  }
}

.section_contents_footer {
  margin: 140px 0 145px;
}

@media only screen and (max-width: 767px) {
  .section_contents_footer {
    margin: 90px 0 95px;
  }
}

.contents-inner {
  max-width: 1400px;
  margin: 0 auto;
}

.content-wrap {
  margin-left: 8.928%;
  margin-right: 8.928%;
}

@media (max-width: 1023px) {
  .content-wrap {
    margin-left: 4.95%;
    margin-right: 4.95%;
  }
}

@media only screen and (max-width: 767px) {
  .content-wrap {
    margin-left: 5.335%;
    margin-right: 5.335%;
  }
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.mt-200 {
  margin-top: 200px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.mb-200 {
  margin-bottom: 200px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pt-200 {
  padding-top: 200px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.pb-200 {
  padding-bottom: 200px !important;
}

.txt-left {
  text-align: left !important;
}

.txt-center {
  text-align: center !important;
}

.txt-right {
  text-align: right !important;
}

.txt-indent-0 {
  text-indent: 0 !important;
}

/** utility **/
.page-localNav {
  position: fixed;
  top: 86px;
  right: 0;
  left: 0;
  z-index: 10;
  color: #FFF;
  font-family: "ゴシックMB101 DB", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
  background-color: #3C3C3C;
}

@media (min-width: 768px) and (max-height: 707px) {
  .page-localNav {
    overflow-y: auto;
  }
}

@media (max-width: 1023px) {
  .page-localNav {
    top: 73px;
  }
}

.page-localNav-content {
  display: none;
  max-height: calc(100vh - 143px);
  max-height: calc((var(--vh, 1vh) * 100) - 143px);
}

@media only screen and (max-width: 767px) {
  .page-localNav-content {
    overflow-y: auto;
    margin-right: -20px;
    padding-right: 20px;
    height: calc(100vh - 127px);
    height: calc((var(--vh, 1vh) * 100) - 127px);
  }
}

@media (min-width: 768px) {
  .page-localNav-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 0 40px;
    padding: 20px 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .page-localNav-row {
    padding: 5px 0 32px;
  }
}

.page-localNav-col {
  -ms-flex-preferred-size: calc(100% / 3);
      flex-basis: calc(100% / 3);
  max-width: calc(100% / 3);
  padding-right: 4%;
  margin-bottom: 30px;
}

@media (max-width: 1023px) {
  .page-localNav-col {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .page-localNav-col {
    max-width: none;
    margin-bottom: 0;
    padding-right: 0;
  }
}

.page-localNav-ttl {
  max-width: 1400px;
  margin: 0 auto;
}

.page-localNav-ttlInner {
  height: 57px;
  padding: 14px 8.928% 13px;
}

@media (max-width: 1023px) {
  .page-localNav-ttlInner {
    padding-left: 4.95%;
    padding-right: 4.95%;
  }
}

@media only screen and (max-width: 767px) {
  .page-localNav-ttlInner {
    height: 44px;
    padding: 10px 5.335%;
    font-size: 16px;
  }
}

.page-localNav-ttlInner > span {
  display: inline-block;
  position: relative;
  padding-right: 30px;
}

@media only screen and (max-width: 767px) {
  .page-localNav-ttlInner > span {
    display: block;
  }
}

.page-localNav-ttlInner > span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

@media (min-width: 768px) {
  .page-localNav-ttlInner > span::before {
    content: none;
  }
}

@media only screen and (max-width: 767px) {
  .page-localNav-ttlInner > span::before {
    display: none;
    width: 20px;
    height: 2px;
    margin-top: -4px;
    background-color: #FFF;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .-open .page-localNav-ttlInner > span::before {
    display: block;
  }
}

.page-localNav-ttlInner > span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  width: 10px;
  height: 10px;
  border-right: solid 2px #FFF;
  border-bottom: solid 2px #FFF;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  -webkit-transition: translate ease-in-out .4s;
  transition: translate ease-in-out .4s;
}

.-open .page-localNav-ttlInner > span::after {
  -webkit-transform: translate(0, -25%) rotate(45deg) scale(-1);
          transform: translate(0, -25%) rotate(45deg) scale(-1);
}

@media only screen and (max-width: 767px) {
  .page-localNav-ttlInner > span::after {
    right: 4px;
  }
  .-open .page-localNav-ttlInner > span::after {
    right: 0;
    width: 20px;
    height: 2px;
    margin-top: -4px;
    background-color: #FFF;
    -webkit-transform: rotate(-315deg);
            transform: rotate(-315deg);
    display: block;
  }
}

.page-localNav-ttlLink {
  display: block;
  font-size: 20px;
}

.page-localNav-heading {
  margin-bottom: 10px;
  padding-bottom: 9px;
  border-bottom: solid 1px #FFF;
  font-size: 18px;
}

@media (min-width: 768px) {
  .page-localNav-heading a {
    pointer-events: none;
  }
}

@media only screen and (max-width: 767px) {
  .page-localNav-heading {
    position: relative;
    font-size: 14px;
    margin-bottom: 0;
    padding: 0;
    margin-bottom: 3px;
  }
  .page-localNav-heading a {
    display: block;
    position: relative;
    padding: 16px 0 18px;
  }
  .page-localNav-heading.-open {
    border-color: transparent;
  }
  .page-localNav-heading.-open::before {
    -webkit-transform: translate(0, -25%) rotate(45deg) scale(-1);
            transform: translate(0, -25%) rotate(45deg) scale(-1);
  }
  .page-localNav-heading::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 3px;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    width: 14px;
    height: 14px;
    border-right: solid 2px #FFF;
    border-bottom: solid 2px #FFF;
    -webkit-transform: translate(0, -75%) rotate(45deg);
            transform: translate(0, -75%) rotate(45deg);
    -webkit-transition: ease-in-out .4s;
    transition: ease-in-out .4s;
  }
}

.page-localNav-heading span {
  display: inline-block;
}

.page-localNav a {
  color: #FFF;
}

.page-localNav a.-current {
  opacity: .3;
}

@media only screen and (max-width: 767px) {
  .page-localNav ul {
    display: none;
    padding-bottom: 28px;
    border-bottom: solid 1px #FFF;
  }
}

.page-localNav li {
  margin-top: 5px;
}

@media only screen and (max-width: 767px) {
  .page-localNav li {
    margin-top: 10px;
    font-size: 12px;
  }
  .page-localNav li:first-child {
    margin-top: 0;
  }
}

.page-title, .page-title--anchor {
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .page-title, .page-title--anchor {
    margin-bottom: 18px;
  }
}

.page-title-parent {
  margin-bottom: 5px;
  font-family: "ゴシックMB101 R", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .page-title-parent {
    margin-bottom: 3px;
    font-size: 10px;
  }
}

.page-title h1, .page-title--anchor h1 {
  font-family: "ゴシックMB101 DB", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 26px;
}

@media only screen and (max-width: 767px) {
  .page-title h1, .page-title--anchor h1 {
    font-size: 20px;
  }
}

.page-title h1.page-title-fontEn, .page-title--anchor h1.page-title-fontEn {
  font-family: "Helvetica Neue", "Helvetica", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

@media only screen and (max-width: 767px) {
  .page-title h1.page-title-fontEn, .page-title--anchor h1.page-title-fontEn {
    font-family: "Helvetica Neue", "Helvetica", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  }
}

.page-title--anchor {
  position: relative;
  margin-top: 57px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .page-title--anchor {
    margin-top: 44px;
    padding: 0;
  }
}

.page-title--anchor::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  background-color: #F7F7F7;
}

.page-title--anchor .page-title-parent {
  position: relative;
  padding-top: 28px;
}

@media only screen and (max-width: 767px) {
  .page-title--anchor .page-title-parent {
    padding-top: 40px;
  }
}

.page-title--anchor h1 {
  padding-bottom: 10px;
  position: relative;
}

.page-title-index {
  position: relative;
  padding-top: 18px;
}

.page-title-index.-fixed {
  position: fixed;
  top: 143px;
  left: 50%;
  z-index: 9;
  width: 100%;
  max-width: 1400px;
}

@media (min-width: 1024px) {
  .page-title-index.-fixed {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.page-title-index.-fixed .page-title-index-inner {
  margin-left: 8.928%;
  margin-right: 8.928%;
}

@media (max-width: 1023px) {
  .page-title-index.-fixed .page-title-index-inner {
    margin-left: 4.95%;
    margin-right: 4.95%;
  }
}

@media only screen and (max-width: 767px) {
  .page-title-index.-fixed .page-title-index-inner {
    margin-left: 5.335%;
    margin-right: 5.335%;
  }
}

@media (max-width: 1023px) {
  .page-title-index.-fixed {
    top: 130px;
    left: 0;
    right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .page-title-index.-fixed {
    top: 117px;
  }
}

.page-title-index::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  background-color: #F7F7F7;
}

@media only screen and (max-width: 767px) {
  .page-title-index::before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-left: 0;
  }
}

.page-title-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -60px 0 0;
  font-family: "ゴシックMB101 DB", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .page-title-list {
    margin: 0 -20px 2px 0;
    font-size: 12px;
  }
}

.page-title-list li {
  margin: 0 60px 18px 0;
}

@media only screen and (max-width: 767px) {
  .page-title-list li {
    margin: 0 20px 16px 0;
  }
}

.page-title-list a {
  display: inline-block;
  position: relative;
  padding-right: 26px;
}

@media only screen and (max-width: 767px) {
  .page-title-list a {
    padding-right: 18px;
  }
}

.page-title-list a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-top: solid 12px #282828;
  border-right: solid 8px transparent;
  border-left: solid 8px transparent;
  margin-top: -6px;
}

@media only screen and (max-width: 767px) {
  .page-title-list a::after {
    border-top: solid 10px #282828;
    border-right: solid 7px transparent;
    border-left: solid 7px transparent;
    margin-top: -5px;
  }
}

.page-title-fontEn {
  font-family: "Helvetica Neue", "Helvetica", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.page-lead, .page-lead--full {
  margin-bottom: 22px;
  font-family: "ゴシックMB101 R", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.8;
  max-width: 583px;
}

@media only screen and (max-width: 767px) {
  .page-lead, .page-lead--full {
    margin-bottom: 40px;
    font-size: 14px;
  }
}

.page-lead p, .page-lead--full p {
  margin-bottom: 12px;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .page-lead p, .page-lead--full p {
    margin-bottom: 13px;
  }
}

.page-lead--full {
  max-width: inherit;
}

.page-heading {
  margin-bottom: 30px;
  font-family: "ゴシックMB101 DB", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .page-heading {
    margin-top: 50px;
    margin-bottom: 22px;
    font-size: 18px;
  }
}

.page-heading-s {
  margin-bottom: 16px;
  font-family: "ゴシックMB101 DB", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .page-heading-s {
    margin-bottom: 8px;
    font-size: 16px;
  }
}

.page-accordionHeading {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .page-accordionHeading {
    margin-bottom: 20px;
  }
}

.page-accordionHeading a {
  position: relative;
  display: inline-block;
  padding-right: 30px;
  font-family: "ゴシックMB101 DB", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .page-accordionHeading a {
    padding-right: 26px;
    font-size: 16px;
  }
}

.page-accordionHeading a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2px;
  width: 12px;
  height: 12px;
  border-top: solid 2px #282828;
  border-right: solid 2px #282828;
  -webkit-transform: translate(0, -50%) rotate(135deg);
          transform: translate(0, -50%) rotate(135deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  margin-top: -4px;
}

@media only screen and (max-width: 767px) {
  .page-accordionHeading a:after {
    width: 10px;
    height: 10px;
    margin-top: -3px;
  }
}

.page-accordionHeading.-active a:after {
  -webkit-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
  margin-top: 4px;
}

@media only screen and (max-width: 767px) {
  .page-accordionHeading.-active a:after {
    margin-top: 3px;
  }
}

.page-accordionContent {
  display: none;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .page-accordionContent {
    margin-bottom: 20px;
  }
}

.page-accordionContent > *:last-child {
  margin-bottom: 0 !important;
}

.page-txtBox {
  margin-bottom: 22px;
  font-size: 16px;
  max-width: 583px;
}

@media only screen and (max-width: 767px) {
  .page-txtBox {
    font-size: 14px;
  }
}

.page-txtBox p {
  font-family: "ゴシックMB101 R", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: normal;
  margin-bottom: 12px;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .page-txtBox p {
    margin-bottom: 13px;
  }
}

.page-txtBox .page-link {
  margin-bottom: 10px;
}

.page-link {
  margin-bottom: 12px;
}

.page-link a {
  position: relative;
  margin-right: 28px;
  font-family: "ゴシックMB101 DB", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 2px;
  border-bottom: solid 2px #282828;
}

@media only screen and (max-width: 767px) {
  .page-link a {
    margin-right: 20px;
    font-size: 14px;
  }
}

.page-link a::after {
  content: "";
  position: absolute;
  bottom: -0.125em;
  right: -25px;
  width: 12px;
  height: 12px;
  border-top: solid 2px #282828;
  border-right: solid 2px #282828;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

@media only screen and (max-width: 767px) {
  .page-link a::after {
    width: 10px;
    height: 10px;
    right: -18px;
    margin-top: -1px;
  }
}

.page-link a:hover {
  border-color: #7F0019;
}

.page-link--movie .page-fig {
  position: relative;
}

.page-link--movie .page-fig::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 25px;
  height: 28px;
  background: transparent url(/images/icon_play.svg) no-repeat center center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page-link--modal p:first-of-type::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background: transparent url(/images/icon_modal.svg) no-repeat center center;
}

.page-notes {
  font-family: "ゴシックMB101 R", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.8;
}

.page-heading .page-notes,
.page-heading-s .page-notes {
  display: block;
  margin-top: 2px;
  text-align: right;
}

.page-list {
  margin-bottom: 30px;
  line-height: 1.8;
}

.page-list > li {
  position: relative;
  padding-left: 1em;
  font-family: "ゴシックMB101 R", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .page-list > li {
    font-size: 14px;
  }
}

.page-list > li::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 51%;
  background-color: #282828;
  top: .75em;
  left: .5em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page-order {
  margin-bottom: 30px;
  list-style: none;
  counter-reset: li;
  line-height: 1.8;
}

.page-order > li {
  position: relative;
  padding-left: 1.25em;
  font-family: "ゴシックMB101 R", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .page-order > li {
    font-size: 14px;
  }
}

.page-order > li::before {
  content: counter(li) ".";
  counter-increment: li;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Helvetica Neue", "Helvetica", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.page-define {
  margin-bottom: 30px;
  font-family: "ゴシックMB101 R", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: normal;
  line-height: 1.8;
}

@media (min-width: 768px) {
  .page-define {
    display: table;
    table-layout: auto;
    width: 100%;
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .page-define {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .page-define__item {
    display: table-row;
  }
  .page-define__item:last-child dd {
    padding-bottom: 0;
  }
}

@media (min-width: 768px) {
  .page-define dt {
    display: table-cell;
    position: relative;
    padding-right: 1em;
    white-space: nowrap;
  }
}

.page-define dt::after {
  content: "：";
}

@media (min-width: 768px) {
  .page-define dt::after {
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media (min-width: 768px) {
  .page-define dd {
    display: table-cell;
    width: 100%;
    padding: 0 0 20px 1em;
  }
}

@media only screen and (max-width: 767px) {
  .page-define dd {
    margin-bottom: 20px;
  }
}

.page-define-02 {
  margin-bottom: 50px;
  font-family: "ゴシックMB101 R", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: normal;
  line-height: 1.8;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .page-define-02 {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

.page-define-02__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #707070;
  padding: 15px 0;
}

.page-define-02__item:first-child {
  border-top: 1px solid #707070;
}

.page-define-02 dt {
  font-family: "ゴシックMB101 DB", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
  position: relative;
  padding-right: 1em;
}

@media (min-width: 768px) {
  .page-define-02 dt {
    min-width: 80px;
    margin-top: 2px;
  }
}

.page-define-02 dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page-define-02 dd li {
  position: relative;
  padding-left: 1em;
}

.page-define-02 dd li::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 51%;
  background-color: #282828;
  top: .75em;
  left: .5em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page-fig {
  margin: 0 0 30px;
}

.page-fig img {
  width: 100%;
}

.page-fig-auto {
  margin: 0 0 30px;
}

.page-fig-auto img {
  max-width: 100%;
}

.page-fig-auto figcaption {
  margin-top: 10px;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .page-fig-auto figcaption {
    font-size: 14px;
  }
}

.page-slideImage {
  margin: 0 0 30px;
}

.page-slideImage img {
  width: 100%;
}

.page-slideImage__inner {
  position: relative;
}

.page-slideImage__prev, .page-slideImage__next {
  position: absolute;
  top: 0;
  bottom: 15px;
  width: 20%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  cursor: pointer;
}

.page-slideImage__prev span, .page-slideImage__next span {
  position: absolute;
  display: block;
  top: calc(50% + 8px);
  width: 50px;
  height: 100px;
  background: center center url(/images/arrow_slideImage.svg) no-repeat;
  background-size: 50px 100px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: -17px;
  -webkit-transition: .3s;
  transition: .3s;
}

@media only screen and (max-width: 767px) {
  .page-slideImage__prev span, .page-slideImage__next span {
    width: 25px;
    height: 50px;
    background-size: 25px 50px;
    margin-top: -25px;
  }
}

.page-slideImage__prev:hover span, .page-slideImage__next:hover span {
  opacity: .5;
  -webkit-transition: .3s;
  transition: .3s;
}

.page-slideImage .bx-wrapper .bx-pager.bx-default-pager a {
  width: 40px;
  height: 10px;
  background: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  opacity: .5;
  margin: 0 1px;
}

@media only screen and (max-width: 767px) {
  .page-slideImage .bx-wrapper .bx-pager.bx-default-pager a {
    width: 20px;
  }
}

.page-slideImage .bx-wrapper .bx-pager.bx-default-pager a.active {
  height: 6px;
  background: none;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .page-slideImage .bx-wrapper .bx-pager.bx-default-pager a.active {
    height: 8px;
  }
}

.page-slideImage .bx-wrapper {
  padding-bottom: 15px;
}

.page-slideImage .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: none;
}

.page-slideImage .bx-wrapper .bx-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 10px;
  bottom: 0;
}

.page-slideImage__prev {
  left: 0;
}

.page-slideImage__prev span {
  left: 10px;
}

.page-slideImage__next {
  right: 0;
}

.page-slideImage__next span {
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.page-slideImage .bx-wrapper {
  margin-bottom: 0;
}

.page-slideImage__caption {
  margin-top: 10px;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .page-slideImage__caption {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .page-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: -30px;
  }
  .page-row .page-fig {
    -ms-flex-preferred-size: 502px;
        flex-basis: 502px;
    margin-left: 4.335%;
  }
  .page-row .page-figArea {
    -ms-flex-preferred-size: 502px;
        flex-basis: 502px;
    margin-left: 4.335%;
  }
  .page-row .page-figArea figure {
    margin-bottom: 30px;
  }
  .page-row .page-figArea figcaption {
    margin-top: 10px;
    font-size: 12px;
  }
  .page-row .page-figArea img {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .page-row .page-fig {
    margin-bottom: 20px;
  }
  .page-row .page-figArea figure {
    margin-bottom: 20px;
  }
  .page-row .page-figArea figcaption {
    margin-top: 10px;
    font-size: 12px;
  }
  .page-row .page-figArea img {
    width: 100%;
  }
}

.page-row--list, .page-row--listBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px -40px;
}

.page-row--list .page-fig, .page-row--listBottom .page-fig {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .page-row--list, .page-row--listBottom {
    margin: 0 -5px -32px;
  }
}

.page-row--list .page-txtBox, .page-row--listBottom .page-txtBox {
  margin-top: 16px;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .page-row--list .page-txtBox, .page-row--listBottom .page-txtBox {
    margin-top: 10px;
  }
}

.page-row--list .page-txtBox p, .page-row--listBottom .page-txtBox p {
  font-family: "ゴシックMB101 DB", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .page-row--list .page-txtBox p, .page-row--listBottom .page-txtBox p {
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  .page-col {
    -ms-flex-preferred-size: 583px;
        flex-basis: 583px;
  }
}

@media (min-width: 768px) {
  .page-col--3col {
    -ms-flex-preferred-size: calc((100% - 90px) / 3);
        flex-basis: calc((100% - 90px) / 3);
    margin: 0 15px 40px;
  }
}

@media only screen and (max-width: 767px) {
  .page-col--3col {
    -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
    margin: 0 5px 32px;
  }
}

@media (min-width: 768px) {
  .page-col--4col {
    -ms-flex-preferred-size: calc(25% - 30px);
        flex-basis: calc(25% - 30px);
    margin: 0 15px 40px;
  }
}

@media only screen and (max-width: 767px) {
  .page-col--4col {
    -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
    margin: 0 5px 32px;
  }
}

@media (min-width: 768px) {
  .page-col--5col {
    -ms-flex-preferred-size: calc(20% - 30px);
        flex-basis: calc(20% - 30px);
    margin: 0 15px 40px;
  }
}

@media only screen and (max-width: 767px) {
  .page-col--5col {
    -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
    margin: 0 5px 32px;
  }
}

.page-col--5col figcaption {
  font-family: "ゴシックMB101 R", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: normal;
  margin-top: 10px;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .page-col--5col figcaption {
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  .page-col--5-2col {
    -ms-flex-preferred-size: calc(40% - 30px);
        flex-basis: calc(40% - 30px);
    margin: 0 15px 40px;
  }
}

@media only screen and (max-width: 767px) {
  .page-col--5-2col {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 0 0 32px;
  }
}

.page-col--5-2col figcaption {
  font-family: "ゴシックMB101 R", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: normal;
  margin-top: 10px;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .page-col--5-2col figcaption {
    font-size: 12px;
  }
}

.page-row--listBottom .page-col--5col,
.page-row--listBottom .page-col--5-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media only screen and (max-width: 767px) {
  .page-row--listBottom .page-col--5col,
  .page-row--listBottom .page-col--5-2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.page-row--listBottom .page-col--5col figure,
.page-row--listBottom .page-col--5col img,
.page-row--listBottom .page-col--5-2col figure,
.page-row--listBottom .page-col--5-2col img {
  width: 100%;
}

.page-tableWrap {
  margin-bottom: 30px;
  font-family: "ゴシックMB101 DB", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .page-tableWrap {
    margin: 0 -20px;
    overflow-x: auto;
  }
  .page-tableWrap table {
    width: 841px;
    margin-left: 20px;
  }
}

.page-tableWrap + .page-tableWrap {
  margin-top: 30px;
}

.page-table-01 {
  width: 100%;
  border: solid 1px #000;
  table-layout: fixed;
}

.page-table-01 thead th {
  padding: 10px 19px;
  text-align: left;
  background-color: #F0F0F0;
  border: solid 1px #000;
}

@media (max-width: 1280px) {
  .page-table-01 thead th {
    padding: 8px 9px;
  }
}

.page-table-01 tbody th,
.page-table-01 tbody td {
  padding: 10px 19px;
  vertical-align: middle;
  border: solid 1px #000;
  text-align: left;
}

@media (max-width: 1280px) {
  .page-table-01 tbody th,
  .page-table-01 tbody td {
    padding: 8px 9px;
  }
}

.page-table-02 {
  table-layout: fixed;
  width: 100%;
  border: solid 1px #000;
}

@media (max-width: 1023px) {
  .page-table-02 {
    font-size: 12px;
  }
}

.page-table-02 caption {
  text-align: right;
  padding: 0 3.4% 8px;
}

@media (max-width: 1280px) {
  .page-table-02 caption {
    padding: 0 19px 8px;
  }
}

@media (max-width: 1120px) {
  .page-table-02 caption {
    padding: 0 9px 8px;
  }
}

.page-table-02 thead th {
  padding: 8px 3.4%;
  text-align: left;
  background-color: #F0F0F0;
  border-bottom: solid 1px #000;
}

@media (max-width: 1280px) {
  .page-table-02 thead th {
    padding: 8px 19px;
  }
}

@media (max-width: 1120px) {
  .page-table-02 thead th {
    padding: 8px 9px;
  }
}

.page-table-02 thead th.txt-right {
  padding-left: 9px;
}

.page-table-02 .page-table-02-col01 {
  width: calc(11em + 6.8%);
}

@media (max-width: 1280px) {
  .page-table-02 .page-table-02-col01 {
    width: calc(11em + 38px);
  }
}

@media (max-width: 1120px) {
  .page-table-02 .page-table-02-col01 {
    width: calc(11em + 18px);
  }
}

.page-table-02 .page-table-02-col02 {
  width: calc(7em + 6.8%);
}

@media (max-width: 1280px) {
  .page-table-02 .page-table-02-col02 {
    width: calc(7em + 38px);
  }
}

@media (max-width: 1120px) {
  .page-table-02 .page-table-02-col02 {
    width: calc(7em + 18px);
  }
}

.page-table-02 .page-table-02-col03 {
  width: calc(5em + 6.8%);
}

@media (max-width: 1280px) {
  .page-table-02 .page-table-02-col03 {
    width: calc(5em + 38px);
  }
}

@media (max-width: 1120px) {
  .page-table-02 .page-table-02-col03 {
    width: calc(5em + 18px);
  }
}

.page-table-02 .page-table-02-col05,
.page-table-02 .page-table-02-col06,
.page-table-02 .page-table-02-col07 {
  width: calc(7em + 3.4% + 9px);
}

@media (max-width: 1280px) {
  .page-table-02 .page-table-02-col05,
  .page-table-02 .page-table-02-col06,
  .page-table-02 .page-table-02-col07 {
    width: calc(7em + 38px);
  }
}

@media (max-width: 1120px) {
  .page-table-02 .page-table-02-col05,
  .page-table-02 .page-table-02-col06,
  .page-table-02 .page-table-02-col07 {
    width: calc(7em + 18px);
  }
}

.page-table-02 .page-table-02-total td {
  padding: 8px 3.4%;
  text-align: left;
  background-color: #F0F0F0;
  border-bottom: solid 1px #000;
}

@media (max-width: 1280px) {
  .page-table-02 .page-table-02-total td {
    padding: 8px 19px;
  }
}

@media (max-width: 1120px) {
  .page-table-02 .page-table-02-total td {
    padding: 8px 9px;
  }
}

.page-table-02 td {
  padding: 8px 3.4%;
  vertical-align: middle;
}

@media (max-width: 1280px) {
  .page-table-02 td {
    padding: 8px 19px;
  }
}

@media (max-width: 1120px) {
  .page-table-02 td {
    padding: 8px 9px;
  }
}

.page-table-02 td.txt-right {
  padding-left: 9px;
}

.page-table-02 td.page-table-02-line {
  padding: 8px 9px;
  border-bottom: solid 1px #000;
}

@media (max-width: 1280px) {
  .page-table-02 td.page-table-02-line {
    padding: 8px 9px;
  }
}

@media (max-width: 1120px) {
  .page-table-02 td.page-table-02-line {
    padding: 8px 9px;
  }
}

.page-table-02 .page-table-02-first td {
  padding: 18px 3.4% 8px;
  white-space: nowrap;
}

@media (max-width: 1280px) {
  .page-table-02 .page-table-02-first td {
    padding: 18px 19px 8px;
  }
}

@media (max-width: 1120px) {
  .page-table-02 .page-table-02-first td {
    padding: 8px 9px;
    white-space: normal;
  }
}

.page-table-02 .page-table-02-first td.txt-right {
  padding-left: 9px;
}

.page-table-02 .page-table-02-first td.page-table-02-line {
  padding: 18px 9px 8px;
}

.page-table-02 .page-table-02-first td[rowspan] {
  border-bottom: solid 1px #000;
}

.page-table-02 .page-table-02-last td {
  padding: 8px 3.4% 18px;
  border-bottom: solid 1px #000;
}

@media (max-width: 1280px) {
  .page-table-02 .page-table-02-last td {
    padding: 8px 19px 18px;
  }
}

@media (max-width: 1120px) {
  .page-table-02 .page-table-02-last td {
    padding: 8px 9px;
  }
}

.page-table-02 .page-table-02-last td.txt-right {
  padding-left: 9px;
}

.page-table-02 .page-table-02-last td.page-table-02-line {
  padding: 8px 9px 18px;
}

@media (max-width: 1280px) {
  .page-table-02 .page-table-02-last td.page-table-02-line {
    padding: 8px 9px 18px;
  }
}

.page-table-02 tfoot th,
.page-table-02 tfoot td {
  padding: 18px 3.4%;
  text-align: left;
}

@media (max-width: 1280px) {
  .page-table-02 tfoot th,
  .page-table-02 tfoot td {
    padding: 18px 19px;
  }
}

@media (max-width: 1120px) {
  .page-table-02 tfoot th,
  .page-table-02 tfoot td {
    padding: 8px 9px;
  }
}

.page-table-03 {
  width: 100%;
  border: solid 1px #000;
}

.page-table-03 .page-table-03-col01 {
  width: 12.5%;
}

.page-table-03 .page-table-03-col02 {
  width: 20%;
}

@media (max-width: 1120px) {
  .page-table-03 .page-table-03-col02 {
    width: 27.5%;
  }
}

.page-table-03 .page-table-03-col04 {
  width: 27.5%;
}

.page-table-03 thead th {
  padding: 10px 19px;
  text-align: center;
  border: solid 1px #000;
}

@media (max-width: 1280px) {
  .page-table-03 thead th {
    padding: 8px 9px;
  }
}

.page-table-03 td {
  padding: 15px 29px;
  vertical-align: middle;
  border: solid 1px #000;
}

@media (max-width: 1280px) {
  .page-table-03 td {
    padding: 16px 9px;
  }
}

.page-table-03 .page-table-03-txtbox {
  margin: 0;
}

.page-table-03 .page-table-03-txtbox + .page-table-03-txtbox {
  margin-top: 15px;
}

.page-table-04 {
  width: 100%;
  margin: 0 0 30px;
}

.page-table-04 .page-table-04-col02,
.page-table-04 .page-table-04-col03 {
  width: 50%;
}

.page-table-04 thead th {
  font-family: "ゴシックMB101 R", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: normal;
  line-height: 1;
  padding: 0 0 10px;
  font-size: 18px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .page-table-04 thead th {
    font-size: 14px;
  }
}

.page-table-04 tbody th, .page-table-04 tbody td {
  border: solid 1px #707070;
  padding: 20px;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  .page-table-04 tbody tr {
    position: relative;
  }
}

.page-table-04 tbody th {
  font-family: "ゴシックMB101 DB", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
  white-space: nowrap;
  padding: 20px 20px 20px 0;
  font-size: 16px;
}

.page-table-04 tbody th:first-child {
  border-left: none;
}

@media only screen and (max-width: 767px) {
  .page-table-04 tbody th {
    position: absolute;
    border: none;
    line-height: 1;
  }
  .page-table-04 tbody th span {
    position: absolute;
    top: 20px;
    left: 0;
    font-size: 14px;
  }
}

.page-table-04 tbody td {
  font-family: "ゴシックMB101 R", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: normal;
  padding: 20px;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .page-table-04 tbody td {
    line-height: 1.833;
    padding-top: calc(40px + 1em);
    font-size: 12px;
  }
  .page-table-04 tbody td:nth-of-type(1) {
    padding-left: 0;
    padding-right: 14px;
    border-left: none;
  }
  .page-table-04 tbody td:nth-of-type(2) {
    padding-left: 14px;
    padding-right: 0;
    border-right: none;
  }
}

.page-table-04 tbody td span {
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  .page-table-04 tbody td span {
    font-size: 10px;
  }
}

.page-table-04-notes {
  font-family: "ゴシックMB101 R", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: normal;
  margin: 10px 0 30px;
  font-size: 12px;
  line-height: 1.8;
}

.page-table-04 + .page-table-04-notes {
  margin-top: -20px;
}

@media (min-width: 768px) {
  .page-visualNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: -70px;
  }
}

.page-visualNav-link {
  display: block;
}

@media (min-width: 768px) {
  .page-visualNav-item {
    -ms-flex-preferred-size: 49.3913%;
        flex-basis: 49.3913%;
    margin-bottom: 75px;
  }
}

@media only screen and (max-width: 767px) {
  .page-visualNav-item {
    margin-bottom: 30px;
  }
}

.page-visualNav-fig img {
  max-width: 100%;
}

.page-visualNav-heading {
  margin-top: 6px;
  font-size: 20px;
  font-family: "ゴシックMB101 DB", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .page-visualNav-heading {
    font-size: 16px;
  }
}

.page-visualNav-year {
  display: inline-block;
  font-size: 16px;
  font-family: "Helvetica Neue", "Helvetica", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .page-visualNav-year {
    font-size: 14px;
  }
}

.page-linkBack {
  font-size: 20px;
  font-family: "ゴシックMB101 DB", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .page-linkBack {
    font-size: 18px;
  }
}

.page-linkBack a {
  display: inline-block;
  position: relative;
  padding-left: 30px;
}

@media only screen and (max-width: 767px) {
  .page-linkBack a {
    padding-left: 18px;
  }
}

.page-linkBack a::before {
  content: "";
  position: absolute;
  top: 50%;
}

@media (min-width: 768px) {
  .page-linkBack a::before {
    left: 0;
    width: 12px;
    height: 17px;
    margin-top: 1px;
    background: url(/images/arrow_linkBack.svg) no-repeat center center;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
}

@media only screen and (max-width: 767px) {
  .page-linkBack a::before {
    left: 2px;
    width: 11px;
    height: 11px;
    margin-top: -1px;
    border-top: solid 2px #282828;
    border-left: solid 2px #282828;
    -webkit-transform: translate(0, -50%) rotate(-45deg);
            transform: translate(0, -50%) rotate(-45deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
}

.page-linkPagination {
  font-family: "ゴシックMB101 DB", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .page-linkPagination {
    margin-bottom: 100px;
  }
}

.page-linkPagination ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #707070;
}

.page-linkPagination li {
  font-family: "Helvetica Neue", "Helvetica", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.page-linkPagination__prev, .page-linkPagination__next {
  position: absolute;
  bottom: 10px;
  font-size: 26px;
}

@media only screen and (max-width: 767px) {
  .page-linkPagination__prev, .page-linkPagination__next {
    font-size: 14px;
  }
}

.page-linkPagination__current {
  font-size: 32px;
}

@media only screen and (max-width: 767px) {
  .page-linkPagination__current {
    font-size: 20px;
  }
}

.page-linkPagination a {
  display: inline-block;
  position: relative;
}

.page-linkPagination a::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 14px;
  height: 20px;
  background: url(/images/arrow_linkPagination.svg) no-repeat center center;
  background-size: 14px 20px;
}

@media only screen and (max-width: 767px) {
  .page-linkPagination a::before {
    top: calc(50% + 1px);
  }
}

.page-linkPagination__prev {
  left: 0;
}

.page-linkPagination__prev a {
  padding-left: 30px;
}

@media only screen and (max-width: 767px) {
  .page-linkPagination__prev a {
    padding-left: 22px;
  }
}

.page-linkPagination__prev a::before {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  left: 0;
}

.page-linkPagination__next {
  right: 0;
}

.page-linkPagination__next a {
  padding-right: 30px;
}

@media only screen and (max-width: 767px) {
  .page-linkPagination__next a {
    padding-right: 22px;
  }
}

.page-linkPagination__next a::before {
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  right: 0;
}

.page-modal, .page-modal--movie {
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}

.page-modal__wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 1020px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10000;
}

@media (min-width: 768px) {
  .page-modal__wrapper {
    width: calc(100vw - 120px);
  }
  .ua-desktop .page-modal__wrapper {
    width: calc(100vw - 136px);
  }
}

@media only screen and (max-width: 767px) {
  .page-modal__wrapper {
    width: calc(100vw - 20px);
  }
  .ua-desktop .page-modal__wrapper {
    width: calc(100vw - 36px);
  }
}

.page-modal--movie .page-modal__wrapper {
  max-width: 900px;
}

.page-modal--movie .page-modal__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.page-modal__inner {
  background-color: #fff;
  overflow-y: auto;
  max-height: 94vh;
  max-height: calc((var(--vh, 1vh) * 94));
  padding: 120px 0 0;
}

@media only screen and (max-width: 767px) {
  .page-modal__inner {
    padding: 64px 0 0;
  }
}

.page-modal--movie .page-modal__inner {
  padding: 0;
}

.page-modal__close {
  position: absolute;
  top: 60px;
  right: 50px;
  width: 22px;
  height: 22px;
  background: url(/images/icon_close.svg) no-repeat center center;
}

@media only screen and (max-width: 767px) {
  .page-modal__close {
    top: 32px;
    right: 10px;
    width: 16px;
    height: 16px;
    background-size: 15px;
  }
}

.page-modal--movie .page-modal__close {
  top: -40px;
  right: 0;
  background: url(/images/icon_close_w.svg) no-repeat center center;
}

.page-modal__content {
  padding: 0 60px 60px;
}

@media only screen and (max-width: 767px) {
  .page-modal__content {
    padding: 0 10px 20px;
  }
}

.page-modal--movie .page-modal__content {
  padding: 56.25% 0 0;
}

.page-modal__layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}

/* localnavi */
.page-localNav-col {
  width: 100%;
  max-width: 100%;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  padding-right: 0;
}

.page-localNav-col ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-localNav-col ul li {
  padding-right: 4%;
  -ms-flex-preferred-size: calc(100% / 3);
      flex-basis: calc(100% / 3);
}

@media only screen and (max-width: 767px) {
  .page-localNav-col ul {
    display: block;
  }
}

/*about*/
#JP-02-02 .planContent__title, #EN-02-02 .planContent__title {
  font-size: 18px;
  margin-bottom: 0;
}

#JP-02-02 .planContent .planContentList, #EN-02-02 .planContent .planContentList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#JP-02-02 .planContent .planContentList .planContentList__col, #EN-02-02 .planContent .planContentList .planContentList__col {
  width: 44%;
  margin-top: 46px;
}

#JP-02-02 .planContent .planContentList .planContentList__col:nth-child(1),
#JP-02-02 .planContent .planContentList .planContentList__col:nth-child(2), #EN-02-02 .planContent .planContentList .planContentList__col:nth-child(1),
#EN-02-02 .planContent .planContentList .planContentList__col:nth-child(2) {
  margin-top: 0;
}

#JP-02-02 .planContent .planContentList .planContentList__col .planContentList__img, #EN-02-02 .planContent .planContentList .planContentList__col .planContentList__img {
  float: right;
  margin-top: 20px;
}

#JP-02-02 .planContent .planContentList .planContentList__col .planContentList__title, #EN-02-02 .planContent .planContentList .planContentList__col .planContentList__title {
  font-size: 14px;
  margin: 0;
  font-family: "ゴシックMB101 DB", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

#JP-02-02 .planContent .planContentList .planContentList__col .planContentList__percent, #EN-02-02 .planContent .planContentList .planContentList__col .planContentList__percent {
  line-height: 1.23;
  font-family: -apple-system, "Helvetica", sans-serif;
  font-size: 52px;
  font-weight: bold;
  margin: 12px 0 0;
}

#JP-02-02 .planContent .planContentList .planContentList__col .planContentList__percent span, #EN-02-02 .planContent .planContentList .planContentList__col .planContentList__percent span {
  font-size: 24px;
}

#JP-02-02 .planContent .planContentList .planContentList__col span.planContentList__small, #EN-02-02 .planContent .planContentList .planContentList__col span.planContentList__small {
  font-family: -apple-system, "Helvetica", sans-serif;
  font-size: 18px;
}

#JP-02-02 .planContent .planContentList .planContentList__col .planContentList__notes, #EN-02-02 .planContent .planContentList .planContentList__col .planContentList__notes {
  font-family: "ゴシックMB101 R", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.875;
}

#JP-02-02 .planContent .planContentList .planContentList__col .planContentList__notes span, #EN-02-02 .planContent .planContentList .planContentList__col .planContentList__notes span {
  display: inline-block;
}

#JP-02-02 .planContentLink, #EN-02-02 .planContentLink {
  text-align: right;
}

#JP-02-02 .planContentLink li, #EN-02-02 .planContentLink li {
  display: inline-block;
  margin: 0 0 0 20px;
}

@media screen and (max-width: 767px) {
  #JP-02-02 .planContent .planContentList .planContentList__col .planContentList__title, #EN-02-02 .planContent .planContentList .planContentList__col .planContentList__title {
    font-size: 12px;
  }
  #JP-02-02 .planContent .planContentList, #EN-02-02 .planContent .planContentList {
    display: block;
  }
  #JP-02-02 .planContent .planContentList .planContentList__col, #EN-02-02 .planContent .planContentList .planContentList__col {
    width: 100%;
    margin-top: 60px !important;
  }
  #JP-02-02 .planContent .planContentList .planContentList__col .planContentList__notes, #EN-02-02 .planContent .planContentList .planContentList__col .planContentList__notes {
    font-size: 14px;
  }
}

/* history */
@media (min-width: 768px) {
  #JP-02-04 .historyList__item, #EN-02-04 .historyList__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#JP-02-04 .historyList__item:nth-child(n + 2), #EN-02-04 .historyList__item:nth-child(n + 2) {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  #JP-02-04 .historyList__item:nth-child(n + 2), #EN-02-04 .historyList__item:nth-child(n + 2) {
    margin-top: 20px;
  }
}

#JP-02-04 .historyList__item dt, #EN-02-04 .historyList__item dt {
  font-family: "ゴシックMB101 DB", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
}

@media (min-width: 768px) {
  #JP-02-04 .historyList__item dt, #EN-02-04 .historyList__item dt {
    width: 90px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  #JP-02-04 .historyList__item dt, #EN-02-04 .historyList__item dt {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
  }
}

#JP-02-04 .historyList__item dd, #EN-02-04 .historyList__item dd {
  font-family: "ゴシックMB101 R", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: normal;
}

@media (min-width: 768px) {
  #JP-02-04 .historyList__item dd, #EN-02-04 .historyList__item dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  #JP-02-04 .historyList__item dd, #EN-02-04 .historyList__item dd {
    display: block;
    font-size: 14px;
  }
}

/* overview */
#JP-02-07 .subInfo {
  font-size: 14px;
}

#JP-02-07 .subInfo__section {
  margin-bottom: 20px;
}

#JP-02-07 .subInfo__ttl {
  font-size: 16px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

#JP-02-07 .subInfo__detail {
  margin-bottom: 10px;
}

#JP-02-07 .subInfo__detail span {
  display: block;
}

#JP-02-07 .subInfo__detail span:last-child {
  margin-left: 2em;
}

#JP-02-07 .subInfo__total {
  margin-top: 10px;
}

/* governance */
#JP-02-10 .governance-table table, #EN-02-10 .governance-table table {
  font-family: "ゴシックMB101 R", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: normal;
  width: 100%;
  height: auto;
  border-top: 2px solid #000;
  border-collapse: collapse;
}

#JP-02-10 .governance-table table thead th, #EN-02-10 .governance-table table thead th {
  padding: 5px 2px;
  background-color: #ddd;
  text-align: center;
}

#JP-02-10 .governance-table table tbody, #EN-02-10 .governance-table table tbody {
  border-bottom: 2px solid #000;
}

#JP-02-10 .governance-table table tbody td, #EN-02-10 .governance-table table tbody td {
  padding: 5px 2px;
  border-top: 2px solid #666;
  text-align: center;
}

#JP-02-10 .governance-table table tbody td.name,
#JP-02-10 .governance-table table tbody td.post, #EN-02-10 .governance-table table tbody td.name,
#EN-02-10 .governance-table table tbody td.post {
  text-align: left;
}

#JP-02-10 .governance-table table tbody td.no_info, #EN-02-10 .governance-table table tbody td.no_info {
  background-color: #eee;
}

#JP-02-10 .governance-table table tfoot td, #EN-02-10 .governance-table table tfoot td {
  padding: 5px 2px;
}

#JP-02-10 .governance-table table .annotaition, #EN-02-10 .governance-table table .annotaition {
  font-family: "ゴシックMB101 R", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  #JP-02-10 .governance-table table, #EN-02-10 .governance-table table {
    width: 800px;
    overflow-x: scroll;
    margin-right: 20px;
  }
}
