@charset "UTF-8";
.pageContent:first-of-type .pageContent_inner {
  margin-top: 100px;
}
.pageContent:first-of-type .pageContent_inner :first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .pageContent:first-of-type .pageContent_inner {
    margin-top: 60px;
  }
}
.pageContent_inner {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .pageContent_inner {
    max-width: calc(100% - 30px);
    margin-right: auto;
    margin-left: auto;
  }
}
.pageContent_header_information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0 60px;
}
@media screen and (max-width: 767px) {
  .pageContent_header_information {
    margin: 16px 0 40px;
  }
}
.pageContent_header_information_date {
  font-size: 1.6rem;
  line-height: 1;
  color: var(--main-write-7);
}
@media screen and (max-width: 767px) {
  .pageContent_header_information_date {
    display: block;
    width: 100%;
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
.pageContent_header_information_category {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
  line-height: 1;
  background-color: var(--main-bg-10);
  padding: 5px 10px 6px;
  margin-left: 16px;
  border-radius: 2px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
@media screen and (max-width: 767px) {
  .pageContent_header_information_category {
    font-size: 1.2rem;
    padding: 6px 6px;
    margin: 10px 15px 0 0;
  }
}
.pageContent_header_information_printButton {
  font-size: 1.4rem;
  line-height: 1;
  color: var(--main-write-3) !important;
  margin-left: 40px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
@media screen and (max-width: 767px) {
  .pageContent_header_information_printButton {
    display: none;
    font-size: 1.3rem;
    line-height: 1.64;
    margin: 10px 0 0 0;
  }
}
.pageContent_header_information_printButton::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-image: url(../img/common/icon_print.png);
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-right: 8px;
}
@media screen and (min-width: 768px) {
  .pageContent_header_information_printButton::before {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
}

.pageTable {
  margin: 40px 0 0 !important;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .pageTable {
    margin: 30px 0 0 !important;
  }
}
.pageTable table, .pageTable_table {
  width: 100%;
}
.pageTable table a, .pageTable_table a {
  color: var(--main-link-1);
}
@media screen and (max-width: 767px) {
  .pageTable table tr:last-of-type td, .pageTable_table tr:last-of-type td {
    border-bottom: 1px solid var(--main-border-2);
  }
}
.pageTable table th, .pageTable_table th {
  font-size: 1.6rem;
  line-height: 1.63;
  text-align: left;
  padding: 13px 30px 14px;
  background-color: var(--main-bg-2);
  border: 1px solid var(--main-border-2);
}
@media screen and (min-width: 768px) {
  .pageTable table th, .pageTable_table th {
    width: 200px;
    vertical-align: top;
  }
}
@media screen and (max-width: 767px) {
  .pageTable table th, .pageTable_table th {
    display: block;
    width: 100%;
    font-size: 1.3rem;
    line-height: 1.69;
    padding: 15px 10px 14px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .pageTable table th.pageTable_table-w420, .pageTable_table th.pageTable_table-w420 {
    width: 420px;
  }
}
.pageTable table td, .pageTable_table td {
  font-size: 1.6rem;
  line-height: 1.63;
  padding: 13px 30px 14px;
  border: 1px solid var(--main-border-2);
}
@media screen and (max-width: 767px) {
  .pageTable table td, .pageTable_table td {
    display: block;
    width: 100%;
    font-size: 1.3rem;
    line-height: 1.69;
    padding: 16px 10px 15px;
    border-top: none;
    border-bottom: none;
  }
}
@media screen and (min-width: 768px) {
  .pageTable table-buttonIn .pageButton, .pageTable_table-buttonIn .pageButton {
    position: absolute;
    top: 16px;
    right: 29px;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .pageTable table-buttonIn .pageButton, .pageTable_table-buttonIn .pageButton {
    margin-top: 12px !important;
  }
}
.pageTable table-buttonIn th, .pageTable_table-buttonIn th {
  padding: 20px 30px 21px;
}
@media screen and (max-width: 767px) {
  .pageTable table-buttonIn th, .pageTable_table-buttonIn th {
    padding: 15px 10px 14px;
  }
}
.pageTable table-buttonIn td, .pageTable_table-buttonIn td {
  position: relative;
  padding: 20px 288px 21px 30px !important;
}
@media screen and (max-width: 767px) {
  .pageTable table-buttonIn td, .pageTable_table-buttonIn td {
    padding: 16px 10px 15px !important;
  }
}

.pageExcerpt {
  margin-top: 40px;
  margin-bottom: 60px;
  overflow: auto;
  padding: 15px 20px 17px;
  border-radius: 4px;
  background-color: var(--main-bg-2);
}
@media screen and (max-width: 767px) {
  .pageExcerpt {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 18px 20px;
  }
}
.pageExcerpt :first-child {
  margin-top: 0;
}
.pageExcerpt p {
  font-size: 1.6rem;
  line-height: 2;
  margin: 12px 0 0;
}
@media screen and (max-width: 767px) {
  .pageExcerpt p {
    font-size: 1.4rem;
    line-height: 1.71;
    margin-top: 10px;
  }
}
.pageExcerpt a {
  color: var(--main-link-1);
}
.pageExcerpt img {
  border-radius: 4px;
  margin: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .pageExcerpt img {
    margin-top: 28px;
  }
}
.pageExcerpt ul {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .pageExcerpt ul {
    margin-top: 14px;
  }
}
.pageExcerpt ul li {
  font-size: 1.6rem;
  line-height: 1.75;
  position: relative;
  padding-left: 18px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .pageExcerpt ul li {
    font-size: 1.4rem;
    line-height: 1.57;
    padding-left: 16px;
  }
}
.pageExcerpt ul li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: var(--main-bg-6);
  position: absolute;
  top: 10px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .pageExcerpt ul li::before {
    top: 7px;
  }
}

.pageButtonWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
  margin: 40px 0 30px;
}
@media screen and (max-width: 767px) {
  .pageButtonWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 20px;
    margin: 30px 0 20px;
  }
}
.pageButtonWrap .pageButton {
  margin: 0;
}
.pageButtonWrap-alignCenter {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pageButton {
  display: block;
  width: 100%;
  max-width: 400px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  color: var(--main-write-5) !important;
  text-decoration: none;
  background-color: var(--main-bg-1);
  border: 1px solid var(--main-border-1);
  border-radius: 4px;
  margin-top: 40px;
  padding: 20px 40px 18px;
  position: relative;
  text-align: center;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
@media screen and (min-width: 768px) {
  .pageButton:hover {
    color: var(--main-write-1) !important;
    background-color: var(--main-bg-3);
  }
  .pageButton:hover::after {
    background-image: url(../img/common/arrow-w.png);
  }
}
@media screen and (max-width: 767px) {
  .pageButton {
    margin-top: 30px;
    font-size: 1.4rem;
    line-height: 1.66;
    padding: 18px 37px 15px 34px;
  }
}
.pageButton::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../img/common/arrow-g.png);
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 1px;
  right: 29px;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
}
@media screen and (max-width: 767px) {
  .pageButton::after {
    right: 19px;
  }
}
.pageButton-sizeMedium {
  max-width: 228px;
  font-size: 1.4rem;
  padding: 6px 30px 5px 15px;
}
@media screen and (max-width: 767px) {
  .pageButton-sizeMedium {
    max-width: 305px;
    font-size: 1.3rem;
    padding: 10px 30px 9px 15px;
  }
}
.pageButton-sizeMedium::after {
  right: 9px;
}
@media screen and (max-width: 767px) {
  .pageButton-sizeMedium::after {
    right: 19px;
  }
}
.pageButton-sizeMedium.pageButton-icon::before {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
@media screen and (max-width: 767px) {
  .pageButton-sizeMedium.pageButton-icon::before {
    -webkit-transform: translateY(-1.5px);
            transform: translateY(-1.5px);
  }
}
.pageButton-icon::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-1.5px);
          transform: translateY(-1.5px);
  margin-right: 8px;
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
}
@media screen and (max-width: 767px) {
  .pageButton-icon::before {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}
.pageButton-icon-emergencyKinkyuu::before {
  background-image: url(../img/common/icon_button/icon_kinkyuu.png);
}
@media screen and (min-width: 768px) {
  .pageButton-icon-emergencyKinkyuu:hover::before {
    background-image: url(../img/common/icon_button/icon_kinkyuu-hover.png);
  }
}
.pageButton-icon-emergencyDouroTsuuhou::before {
  background-image: url(../img/common/icon_button/icon_dourotsuuhou.png);
}
@media screen and (min-width: 768px) {
  .pageButton-icon-emergencyDouroTsuuhou:hover::before {
    background-image: url(../img/common/icon_button/icon_dourotsuuhou-hover.png);
  }
}
.pageButton-icon-email::before {
  background-image: url(../img/common/icon_button/icon_email.png);
}
@media screen and (min-width: 768px) {
  .pageButton-icon-email:hover::before {
    background-image: url(../img/common/icon_button/icon_email-hover.png);
  }
}

.pageLink {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
  color: var(--main-write-2) !important;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .pageLink:hover::before {
    -webkit-transform: translate(4px, -2px);
            transform: translate(4px, -2px);
  }
}
@media screen and (max-width: 767px) {
  .pageLink {
    font-size: 1.3rem;
    margin-top: 30px;
  }
}
.pageLink-right {
  display: table;
  margin-left: auto;
}
.pageLink::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-image: url(../img/top/arrow.png);
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-right: 8px;
  -webkit-transform: translate(0, -2px);
          transform: translate(0, -2px);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 767px) {
  .pageLink::before {
    width: 18px;
    height: 18px;
    margin-right: 4px;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
}

.pageLine {
  width: 100%;
  height: 1px;
  margin: 40px 0 30px;
  border: none;
  background-color: var(--main-border-2);
}

.pageLinkListTitle {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
  margin: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .pageLinkListTitle {
    font-size: 1.9rem;
    margin-top: 25px;
  }
}
.pageLinkListTitle.dropdown {
  background: url(../img/common/plus_gr.png) no-repeat right center;
  background-size: 32px auto;
  cursor: pointer;
}
.pageLinkListTitle.dropdown.active {
  background: url(../img/common/ic_plus_gr.png) no-repeat right center;
  background-size: 32px auto;
}

.pageLinkList {
  list-style: none;
  margin: 32px 0 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .pageLinkList {
    margin: 30px 0 0;
  }
}
.pageLinkList_item {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .pageLinkList_item {
    margin-top: 20px;
  }
}
.pageLinkList_item_inner {
  display: block;
  text-decoration: none;
  font-size: 0;
}
@media screen and (min-width: 768px) {
  .pageLinkList_item_inner:hover .information_news_list_item_title {
    text-decoration: none;
  }
  .pageLinkList_item_inner:hover .information_news_list_item_title::before {
    left: 4px;
  }
}
.pageLinkList_item_date {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.6rem;
  line-height: 1;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .pageLinkList_item_date {
    font-size: 1.4rem;
    margin-right: 10px;
  }
}
.pageLinkList_item_category {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
  line-height: 1;
  background-color: var(--main-bg-10);
  padding: 5px 10px 6px;
  border-radius: 2px;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .pageLinkList_item_category {
    font-size: 1.2rem;
    padding: 6px 6px;
    margin-right: 4px;
  }
}
.pageLinkList_item_title {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 500;
  color: var(--main-link-1);
  text-decoration: underline;
  position: relative;
  margin-top: 6px;
  padding-left: 24px;
}
@media screen and (max-width: 767px) {
  .pageLinkList_item_title {
    font-size: 1.4rem;
    line-height: 1.71;
    margin-top: 4px;
  }
}
.pageLinkList_item_title::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../img/common/arrow-g.png);
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
}
@media screen and (max-width: 767px) {
  .pageLinkList_item_title::before {
    top: 4px;
  }
}
.pageLinkList_item_text {
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 2px 0 0;
}
@media screen and (max-width: 767px) {
  .pageLinkList_item_text {
    font-size: 1.4rem;
  }
}

.pagePager {
  margin: 60px 0;
}
@media screen and (max-width: 767px) {
  .pagePager {
    margin: 40px 0;
  }
}
.pagePager .pagination ul.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .pagePager .pagination ul.page-numbers {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
}
.pagePager .pagination ul.page-numbers .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 46px;
  height: 46px;
  color: var(--main-write-5);
  border: 1px solid var(--main-border-1);
  border-radius: 4px;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  .pagePager .pagination ul.page-numbers .page-numbers {
    width: 44px;
    height: 44px;
    font-size: 1.4rem;
    margin: 4px 0;
  }
}
@media screen and (min-width: 768px) {
  .pagePager .pagination ul.page-numbers .page-numbers:not(.current):not(.dots) {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
@media screen and (min-width: 768px) {
  .pagePager .pagination ul.page-numbers .page-numbers:not(.current):not(.dots):hover {
    opacity: 0.6;
  }
}
.pagePager .pagination ul.page-numbers .page-numbers.prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.pagePager .pagination ul.page-numbers .page-numbers.prev, .pagePager .pagination ul.page-numbers .page-numbers.next {
  margin: 0 20px;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 200%;
  background-image: url(../img/common/arrow-g.png);
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .pagePager .pagination ul.page-numbers .page-numbers.prev, .pagePager .pagination ul.page-numbers .page-numbers.next {
    margin: 0 8px;
  }
}
.pagePager .pagination ul.page-numbers .page-numbers.current {
  color: var(--main-write-1);
  background-color: var(--main-bg-3);
}
.pagePager .pagination ul.page-numbers .page-numbers.dots {
  border: none;
}

.pageIconTitle {
  font-size: 3.6rem;
  line-height: 1.5;
  font-weight: bold;
  margin: 100px 0 60px;
  padding: 0 0 0 86px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pageIconTitle {
    font-size: 2.3rem;
    margin: 60px 0 40px;
    padding-left: 70px;
  }
}
.pageIconTitleWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 100px 0 60px;
}
@media screen and (max-width: 767px) {
  .pageIconTitleWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 60px 0 40px;
  }
}
.pageIconTitleWrap .pageIconTitle, .pageIconTitleWrap .pageIconButton {
  margin: 0;
}
.pageIconTitleWrap .pageIconButton {
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .pageIconTitleWrap .pageIconButton {
    margin: 20px auto 0;
  }
}
.pageIconTitle::before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  background-color: #0d9244;
  border-radius: 100%;
  position: absolute;
  top: -7px;
  left: 0;
  background-size: 40px 40px;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .pageIconTitle::before {
    width: 60px;
    height: 60px;
    top: -14px;
    background-size: 36px 36px;
  }
}
.pageIconTitle-news::before {
  background-image: url(../img/common/icon_page/icon_ttl_news.png);
}
.pageIconTitle-event::before {
  background-image: url(../img/common/icon_page/icon_ttl_event.png);
}
.pageIconTitle-faq::before {
  background-image: url(../img/common/icon_page/icon_ttl_faq.png);
}
.pageIconTitle-search::before {
  background-image: url(../img/common/icon_page/icon_ttl_search.png);
}
.pageIconTitle-service::before {
  background-image: url(../img/common/icon_page/icon_ttl_service.png);
}

.pageNavigationLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  border: 1px solid var(--main-border-2);
  background-color: var(--main-bg-2);
  padding: 18px 20px;
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .pageNavigationLink {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 7px 20px 16px;
    margin: 30px 0;
  }
}
@media screen and (min-width: 768px) {
  .pageNavigationLink-liveCam .pageNavigationLink_title {
    width: 132px;
  }
}
@media screen and (min-width: 768px) {
  .pageNavigationLink-liveCam .pageNavigationLink_list {
    width: calc(100% - 132px);
  }
}
.pageNavigationLink_title {
  width: 72px;
  padding-right: 20px;
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--main-write-5);
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .pageNavigationLink_title {
    width: 100%;
    padding: 0 10px 8px;
  }
}
.pageNavigationLink_list {
  width: calc(100% - 72px);
  margin-top: -2px;
  padding: 0 0 0 30px;
  font-size: 0;
}
@media screen and (min-width: 768px) {
  .pageNavigationLink_list {
    border-left: 1px solid var(--main-border-2);
  }
}
@media screen and (max-width: 767px) {
  .pageNavigationLink_list {
    width: 100%;
    padding: 9px 0 0;
    border-top: 1px solid var(--main-border-2);
  }
}
.pageNavigationLink_list_item {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.6rem;
  margin-top: 4px;
  color: var(--main-link-1);
}
@media screen and (max-width: 767px) {
  .pageNavigationLink_list_item {
    font-size: 1.4rem;
    margin-top: 5px;
  }
}
.pageNavigationLink_list_item-current {
  color: var(--main-write-6);
}
.pageNavigationLink_list_item::after {
  content: "／";
  display: inline-block;
  vertical-align: baseline;
  margin: 0 6px;
  color: var(--main-write-6);
}
.pageNavigationLink_text {
  font-size: 14px;
  margin: 12px 0 0 0;
  color: #999;
}
@media screen and (max-width: 767px) {
  .pageNavigationLink_text {
    font-size: 13px;
    margin-top: 8px;
  }
}

.pageIconAnchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
  margin: 100px 0 60px;
}
@media screen and (max-width: 767px) {
  .pageIconAnchor {
    -webkit-column-gap: 11px;
       -moz-column-gap: 11px;
            column-gap: 11px;
    row-gap: 10px;
    margin: 60px 0 40px;
  }
}
.pageIconAnchor_item {
  width: calc(25% - 15px);
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: var(--main-write-5);
  border: 1px solid var(--main-border-1);
  padding: 17px 46px 14px 20px;
  border-radius: 4px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .pageIconAnchor_item {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
@media screen and (min-width: 768px) {
  .pageIconAnchor_item:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .pageIconAnchor_item {
    width: calc(50% - 5.5px);
    font-size: 1.4rem;
    padding: 12px 0 25px 0;
  }
}
.pageIconAnchor_item::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .pageIconAnchor_item::before {
    width: 24px;
    height: 24px;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
    margin-right: 4px;
  }
}
.pageIconAnchor_item::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 1.5px;
  right: 19px;
  bottom: 0;
  margin: auto 0;
  background-image: url(../img/common/icon_arrow-g_bottom.png);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .pageIconAnchor_item::after {
    top: auto;
    right: 0;
    bottom: 8px;
    left: 0;
    margin: 0 auto;
  }
}
.pageIconAnchor_item-none {
  padding: 17px 25px 14px 20px;
}
.pageIconAnchor_item-none::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .pageIconAnchor_item-none {
    padding: 12px 5px 25px 5px;
  }
}
.pageIconAnchor_item-news::before {
  background-image: url(../img/common/icon_button/icon_btn_news.png);
}
.pageIconAnchor_item-event::before {
  background-image: url(../img/common/icon_button/icon_btn_event.png);
}
.pageIconAnchor_item-faq::before {
  background-image: url(../img/common/icon_button/icon_btn_faq.png);
}
.pageIconAnchor_item-search::before {
  background-image: url(../img/common/icon_button/icon_btn_search.png);
}
.pageIconAnchor_item-service::before {
  background-image: url(../img/common/icon_button/icon_btn_service.png);
}
@media screen and (max-width: 767px) {
  .pageIconAnchor-parliament .pageIconAnchor_item {
    padding: 13px 20px 12px 6px;
  }
}
.pageIconAnchor-parliament .pageIconAnchor_item::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (max-width: 767px) {
  .pageIconAnchor-parliament .pageIconAnchor_item::after {
    top: 0;
    right: 14px;
    left: auto;
    bottom: 0;
    margin: auto 0;
  }
}
.pageIconAnchor-parliament .pageIconAnchor_item-parliament01::before {
  background-image: url(../img/parliament/icon_btn_people.png);
}
.pageIconAnchor-parliament .pageIconAnchor_item-parliament02::before {
  background-image: url(../img/parliament/icon_btn_event.png);
}
.pageIconAnchor-parliament .pageIconAnchor_item-parliament03::before {
  background-image: url(../img/parliament/icon_btn_service.png);
}
.pageIconAnchor-parliament .pageIconAnchor_item-parliament04::before {
  background-image: url(../img/parliament/icon_btn_movie.png);
}

.pageNavigationBacknumber {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  border: 1px solid var(--main-border-2);
  background-color: var(--main-bg-2);
  padding: 18px 20px;
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .pageNavigationBacknumber {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 7px 20px 16px;
    margin: 30px 0;
  }
}
.pageNavigationBacknumber_title {
  width: 142px;
  padding-right: 20px;
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--main-write-5);
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .pageNavigationBacknumber_title {
    width: 100%;
    padding: 0 10px 8px;
  }
}
.pageNavigationBacknumber_select {
  width: calc(100% - 142px);
  padding: 0 0 0 30px;
}
@media screen and (min-width: 768px) {
  .pageNavigationBacknumber_select {
    border-left: 1px solid var(--main-border-2);
  }
}
.pageNavigationBacknumber_select > select {
  display: block;
  width: 120px;
  border: 1px solid #d9d9d4;
  border-radius: 4px;
  padding: 9px 10px;
  color: #222;
  background-image: url(../img/common/icon_arrow_bottom.png);
  background-size: 16px auto;
  background-position: right 17px center;
  background-repeat: no-repeat;
  font-size: 1.6rem;
  background-color: #fff;
}

.pageBox {
  margin: 60px 0 0;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid var(--main-border-2);
}
@media screen and (max-width: 767px) {
  .pageBox {
    margin-top: 40px;
    border-radius: 8px;
  }
}
.pageBox-noHeader {
  margin: 14px 0;
}
@media screen and (max-width: 767px) {
  .pageBox-noHeader {
    margin-top: 10px;
  }
}
.pageBox_header {
  color: #fff;
  background-color: #0d9244;
  margin: 0;
  padding: 16px 30px 15px;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pageBox_header {
    padding: 11px 20px 13px;
    font-size: 1.6rem;
  }
}
.pageBox_header-icon {
  padding-left: 68px;
}
@media screen and (max-width: 767px) {
  .pageBox_header-icon {
    padding-left: 52px;
  }
}
.pageBox_header-icon::before {
  content: "";
  width: 30px;
  height: 30px;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 17px;
  left: 30px;
}
@media screen and (max-width: 767px) {
  .pageBox_header-icon::before {
    width: 24px;
    height: 24px;
    top: 12px;
    left: 20px;
  }
}
.pageBox_header-icon-contact::before {
  background-image: url(../img/common/icon_box/icon_ttl_contact.png);
}
.pageBox_header-icon-information::before {
  background-image: url(../img/common/icon_box/icon_ttl_source.png);
}
.pageBox_header-icon-category::before {
  background-image: url(../img/common/icon_box/icon_ttl_category.png);
}
.pageBox_header-icon-relationFile::before {
  background-image: url(../img/common/icon_box/icon_ttl_file.png);
}
.pageBox_header-icon-relationLink::before {
  background-image: url(../img/common/icon_box/icon_ttl_link.png);
}
.pageBox_header-icon-map::before {
  background-image: url(../img/common/icon_box/icon_ttl_map.png);
}
.pageBox_header-icon-organizer::before {
  background-image: url(../img/common/icon_box/icon_ttl_organizer.png);
}
.pageBox_header-icon-detail::before {
  background-image: url(../img/common/icon_box/icon_ttl_detail.png);
}
.pageBox_header-icon-files::before {
  background-image: url(../img/common/icon_box/icon_ttl_files.png);
}
.pageBox_content {
  background-color: var(--main-bg-2);
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .pageBox_content {
    padding: 21px 20px 20px 20px;
  }
}
.pageBox_content :first-child {
  margin-top: 0;
}
.pageBox_content :last-child {
  margin-bottom: 0;
}
.pageBox_content_map {
  display: block;
  width: 100%;
}
.pageBox_content_mapAttention {
  font-size: 1.4rem;
  line-height: 1.5;
  padding-left: 1.2em;
  text-indent: -1.2em;
  color: var(--main-write-3);
  margin: 14px 0 0;
}
@media screen and (max-width: 767px) {
  .pageBox_content_mapAttention {
    font-size: 1.3rem;
    margin-top: 13px;
  }
}
.pageBox_content_mapAttention::before {
  content: "※ ";
}
.pageBox_content_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .pageBox_content_category {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 16px;
  }
}
.pageBox_content_category_title {
  width: 170px;
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--main-write-5);
}
@media screen and (max-width: 767px) {
  .pageBox_content_category_title {
    width: 100%;
    font-size: 1.6rem;
  }
}
.pageBox_content_category_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 12px;
  width: calc(100% - 170px);
  font-size: 0;
  padding-top: 2px;
}
@media screen and (max-width: 767px) {
  .pageBox_content_category_content {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    row-gap: 10px;
    width: 100%;
    padding-top: 6px;
  }
}
.pageBox_content_category_content_item {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.6rem;
  line-height: 1;
  background-color: var(--main-bg-10);
  padding: 6px 10px 7px;
  border-radius: 2px;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .pageBox_content_category_content_item {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
@media screen and (min-width: 768px) {
  .pageBox_content_category_content_item:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .pageBox_content_category_content_item {
    font-size: 1.4rem;
    padding: 5px 10px 6px;
  }
}
.pageBox_content_list {
  list-style: none;
  margin: 40px 0 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .pageBox_content_list {
    margin-top: 20px;
  }
}
.pageBox_content_list_item {
  font-size: 1.6rem;
  line-height: 1.75;
  position: relative;
  padding-left: 18px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .pageBox_content_list_item {
    font-size: 1.4rem;
    line-height: 1.57;
    padding-left: 16px;
  }
}
.pageBox_content_list_item::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: var(--main-bg-6);
  position: absolute;
  top: 10px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .pageBox_content_list_item::before {
    top: 7px;
  }
}
.pageBox_content_list_item > a {
  color: var(--main-link-1);
}
.pageBox_content_list_item-linkBrank::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-image: var(--image-icon-blank);
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-left: 4px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
@media screen and (max-width: 767px) {
  .pageBox_content_list_item-linkBrank::after {
    margin-left: 8px;
  }
}
.pageBox_content_files {
  list-style: none;
  margin: 40px 0 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .pageBox_content_files {
    margin-top: 20px;
  }
}
.pageBox_content_files_item {
  font-size: 1.6rem;
  line-height: 1.75;
  position: relative;
  padding-left: 18px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .pageBox_content_files_item {
    font-size: 1.4rem;
    line-height: 1.57;
    padding-left: 16px;
  }
}
.pageBox_content_files_item::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: var(--main-bg-6);
  position: absolute;
  top: 10px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .pageBox_content_files_item::before {
    top: 7px;
  }
}
.pageBox_content_files_item > a {
  color: var(--main-link-1);
}
@media screen and (max-width: 767px) {
  .pageBox_content_files_item > a {
    display: block;
  }
}
.pageBox_content_files_item-icon {
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .pageBox_content_files_item-icon {
    padding-left: 44px;
  }
}
.pageBox_content_files_item-icon::after {
  content: "";
  width: 24px;
  height: 24px;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 2.5px;
  left: 18px;
}
@media screen and (max-width: 767px) {
  .pageBox_content_files_item-icon::after {
    width: 20px;
    height: 20px;
    top: 2px;
    left: 16px;
  }
}
.pageBox_content_files_item-icon-pdf::after {
  background-image: url(../img/common/icon_file_pdf.png);
}
.pageBox_content_files_item-icon-excel::after {
  background-image: url(../img/common/icon_file_excel.png);
}
.pageBox_content_files_item-icon-word::after {
  background-image: url(../img/common/icon_file_word.png);
}
.pageBox_content_files_item-icon-img::after {
  background-image: url(../img/common/icon_file_img.png);
}
.pageBox_content_table {
  margin: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .pageBox_content_table {
    margin-top: 20px;
  }
}
.pageBox_content_table_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pageBox_content_table_inner:first-child .pageBox_content_table_title, .pageBox_content_table_inner:first-child .pageBox_content_table_content {
  padding-top: 0;
}
.pageBox_content_table_title {
  width: 150px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  color: var(--main-write-5);
  border-bottom: 1px solid var(--main-border-1);
  padding: 12px 0;
}
@media screen and (max-width: 767px) {
  .pageBox_content_table_title {
    width: 80px;
    font-size: 1.4rem;
    padding: 10px 0 12px;
  }
}
.pageBox_content_table_content {
  width: calc(100% - 150px);
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.5;
  border-bottom: 1px solid var(--main-border-2);
  padding: 12px 0;
}
@media screen and (max-width: 767px) {
  .pageBox_content_table_content {
    width: calc(100% - 80px);
    font-size: 1.4rem;
    padding: 10px 0 12px;
  }
}

.pageLinkButton {
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .pageLinkButton {
    margin: 30px 0;
  }
}
.pageLinkButton_title {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0;
}
.pageLinkButton_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
  margin: 16px 0 0;
}
@media screen and (max-width: 767px) {
  .pageLinkButton_content {
    -webkit-column-gap: 11px;
       -moz-column-gap: 11px;
            column-gap: 11px;
    row-gap: 10px;
    margin-top: 10px;
  }
}
.pageLinkButton_content_item {
  width: calc(25% - 15px);
  background-color: var(--main-bg-2);
  border: 1px solid var(--main-border-2);
  font-size: 1.6rem;
  font-weight: 500;
  padding: 17px 47px 17px 15px;
  text-decoration: none;
  position: relative;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .pageLinkButton_content_item {
    width: calc(50% - 5.5px);
    font-size: 1.4rem;
    padding: 20px 44px 19px 15px;
    border-radius: 4px;
  }
}
.pageLinkButton_content_item::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-image: url(../img/top/arrow.png);
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 1px;
  right: 20px;
  bottom: 0;
  margin: auto 0;
}
@media screen and (max-width: 767px) {
  .pageLinkButton_content_item::after {
    width: 18px;
    height: 18px;
    top: 2px;
  }
}

.linkBox {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .linkBox {
    max-width: calc(100% - 30px);
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.pageQuestion {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .pageQuestion {
    margin-top: 40px;
  }
}
.pageQuestion_item {
  display: block;
  text-decoration: none;
  border: 1px solid var(--main-border-2);
  font-size: 1.8rem;
  font-weight: 500;
  border-radius: 8px;
  margin-top: 20px;
  padding: 24px 216px 23px 80px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .pageQuestion_item:hover .pageQuestion_item_guide::before {
    -webkit-transform: translate(4px, -2px);
            transform: translate(4px, -2px);
  }
}
@media screen and (max-width: 767px) {
  .pageQuestion_item {
    font-size: 1.6rem;
    border-radius: 4px;
    padding: 12px 15px 10px 55px;
  }
}
.pageQuestion_item::before {
  font-family: Arial, Helvetica, sans-serif;
  content: "Q";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  background-color: #faaf00;
  border-radius: 4px;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  top: 20px;
  left: 19px;
}
@media screen and (max-width: 767px) {
  .pageQuestion_item::before {
    width: 30px;
    height: 30px;
    border-radius: 2px;
    font-size: 1.8rem;
    top: 11px;
    left: 11px;
  }
}
.pageQuestion_item_guide {
  display: block;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .pageQuestion_item_guide {
    position: absolute;
    top: 27px;
    right: 29px;
  }
}
@media screen and (max-width: 767px) {
  .pageQuestion_item_guide {
    font-size: 1.3rem;
    text-align: right;
    padding-top: 4px;
  }
}
.pageQuestion_item_guide::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-image: url(../img/top/arrow.png);
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-right: 8px;
  -webkit-transform: translate(0, -2px);
          transform: translate(0, -2px);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 767px) {
  .pageQuestion_item_guide::before {
    width: 18px;
    height: 18px;
    margin-right: 4px;
  }
}

.pageNavigationAnchorLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  border: 1px solid var(--main-border-2);
  background-color: var(--main-bg-2);
  padding: 18px 30px;
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .pageNavigationAnchorLink {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 7px 20px 16px;
    margin: 30px 0;
  }
}
.pageNavigationAnchorLink_title {
  width: 94px;
  padding-right: 30px;
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--main-write-5);
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .pageNavigationAnchorLink_title {
    width: 100%;
    padding: 0 10px 8px;
  }
}
.pageNavigationAnchorLink_list {
  width: calc(100% - 94px);
  margin-top: -2px;
  padding: 0 0 0 30px;
  font-size: 0;
}
@media screen and (min-width: 768px) {
  .pageNavigationAnchorLink_list {
    border-left: 1px solid var(--main-border-2);
  }
}
@media screen and (max-width: 767px) {
  .pageNavigationAnchorLink_list {
    width: 100%;
    padding: 9px 0 0;
    border-top: 1px solid var(--main-border-2);
  }
}
.pageNavigationAnchorLink_list_item {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.6rem;
  margin-top: 4px !important;
  color: var(--main-link-1);
  position: relative;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .pageNavigationAnchorLink_list_item {
    font-size: 1.4rem;
    margin-top: 8px !important;
    margin-right: 10px;
  }
}
.pageNavigationAnchorLink_list_item-current {
  color: var(--main-write-6);
}
.pageNavigationAnchorLink_list_item::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../img/common/icon_arrow-g_bottom.png);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .pageNavigationAnchorLink_list_item::before {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
    margin-right: 4px;
  }
}

.pageIconTab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 13px;
     -moz-column-gap: 13px;
          column-gap: 13px;
  margin: 100px 0 60px;
  border-bottom: 1px solid var(--main-border-2);
}
@media screen and (max-width: 767px) {
  .pageIconTab {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
    margin: 60px 0 40px;
  }
}
.pageIconTab_item {
  width: calc(25% - 10.5px);
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: var(--main-write-5);
  padding: 17px 20px 14px;
  position: relative;
  background-color: var(--main-bg-12);
  border: 1px solid var(--main-border-5);
  border-bottom: 1px solid var(--main-border-2);
  margin-bottom: -1px;
  border-radius: 4px 4px 0 0;
}
@media screen and (max-width: 767px) {
  .pageIconTab_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(25% - 3px);
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 10px 0 8px;
  }
}
@media screen and (min-width: 768px) {
  .pageIconTab_item:not(.pageIconTab_item-active) {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
@media screen and (min-width: 768px) {
  .pageIconTab_item:not(.pageIconTab_item-active):hover {
    opacity: 0.6;
  }
}
.pageIconTab_item::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .pageIconTab_item::before {
    display: block;
    width: 24px;
    height: 24px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin: 0 auto 5px;
  }
}
.pageIconTab_item-active {
  border: 1px solid var(--main-border-2);
  border-bottom: 1px solid var(--main-border-5);
  background-color: var(--main-bg-1);
}
.pageIconTab_item-news::before {
  background-image: url(../img/common/icon_button/icon_btn_news.png);
}
.pageIconTab_item-event::before {
  background-image: url(../img/common/icon_button/icon_btn_event.png);
}
.pageIconTab_item-faq::before {
  background-image: url(../img/common/icon_button/icon_btn_faq.png);
}
.pageIconTab_item-service::before {
  background-image: url(../img/common/icon_button/icon_btn_service.png);
}

.pageLiveCam {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 29px;
     -moz-column-gap: 29px;
          column-gap: 29px;
  row-gap: 40px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .pageLiveCam {
    -webkit-column-gap: 11px;
       -moz-column-gap: 11px;
            column-gap: 11px;
    row-gap: 19px;
    margin-top: 40px;
  }
}
.pageLiveCam-reverse .pageLiveCam_item {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.pageLiveCam_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(25% - 21.75px);
  background-color: var(--main-bg-2);
  border-radius: 4px;
  padding: 16px;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .pageLiveCam_item:hover .pageLiveCam_item_image {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .pageLiveCam_item {
    width: calc(50% - 5.5px);
    padding: 12px;
  }
}
.pageLiveCam_item :first-child {
  margin-top: 0;
}
.pageLiveCam_item_text {
  display: block;
  color: var(--main-link-1);
  font-size: 1.6rem;
  line-height: 1.625;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .pageLiveCam_item_text {
    font-size: 1.4rem;
    line-height: 1.57;
    margin-top: 10px;
  }
}
.pageLiveCam_item_image {
  display: block;
  width: 100%;
  padding-top: 74.7572%;
  position: relative;
  overflow: hidden;
  margin-top: 15px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .pageLiveCam_item_image {
    padding-top: 74.8251%;
    margin-top: 10px;
  }
}
.pageLiveCam_item_image > img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pageLiveCamImage {
  width: 700px;
  height: 525px;
  margin: 60px auto 40px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .pageLiveCamImage {
    width: 100%;
    height: auto;
    padding-top: 74.7826%;
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
.pageLiveCamImage_image {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.pageGoogleForm {
  display: block;
  width: 100%;
}
.pageGoogleForm iframe {
  width: 100 !important;
}

.pageContentAttention {
  margin: 20px 0 0 !important;
  color: var(--main-write-3);
  font-size: 1.4rem !important;
  line-height: 1.71 !important;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
@media screen and (max-width: 767px) {
  .pageContentAttention {
    margin: 15px 0 0 !important;
  }
}
.pageContentAttention::before {
  content: "※ ";
}

.pageContentBnr {
  display: block;
  width: 100%;
  max-width: 400px;
  margin-top: 30px;
  border-radius: 7px;
}
@media screen and (max-width: 767px) {
  .pageContentBnr {
    width: calc(100% - 40px);
    max-width: 315px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.pageContentBnr-fullSize {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .pageContentBnr-fullSize {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .pageContentBnr-fullSize {
    margin-top: 60px;
  }
}

.pageTitle-h2 {
  font-size: 3.6rem;
  line-height: 1.5;
  font-weight: bold;
  margin: 100px 0 0;
  padding: 0 0 0 28px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pageTitle-h2 {
    font-size: 2.3rem;
    line-height: 1.39;
    margin-top: 60px;
    padding-left: 20px;
  }
}
.pageTitle-h2::before {
  content: "";
  width: 8px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--main-bg-4)), color-stop(50%, var(--main-bg-4)), color-stop(50%, var(--main-bg-3)), to(var(--main-bg-3)));
  background: linear-gradient(180deg, var(--main-bg-4) 0%, var(--main-bg-4) 50%, var(--main-bg-3) 50%, var(--main-bg-3) 100%);
}
@media screen and (max-width: 767px) {
  .pageTitle-h2::before {
    width: 6px;
  }
}
.pageTitle-h3 {
  font-size: 3rem;
  line-height: 1.5;
  font-weight: bold;
  margin: 80px 0 0;
  padding: 0 0 12px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pageTitle-h3 {
    font-size: 2.1rem;
    line-height: 1.47;
    margin-top: 50px;
    padding-bottom: 10px;
  }
}
.pageTitle-h3::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(var(--main-bg-4)), color-stop(20%, var(--main-bg-4)), color-stop(20%, var(--main-bg-3)), to(var(--main-bg-3)));
  background: linear-gradient(90deg, var(--main-bg-4) 0%, var(--main-bg-4) 20%, var(--main-bg-3) 20%, var(--main-bg-3) 100%);
}
@media screen and (min-width: 768px) {
  .pageTitleWrap {
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .pageTitleWrap .pageTitle {
    padding-right: 250px;
  }
}
@media screen and (min-width: 768px) {
  .pageTitleWrap .pageTitleButton {
    margin: 0;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .pageTitleWrap .pageTitleButton {
    margin: 20px auto;
  }
}

.pageIframe {
  display: block;
  width: 100%;
  height: auto;
}
.pageIframe > iframe {
  display: block !important;
  width: 100% !important;
  margin: 0 auto !important;
}

body.dark-theme .pageButton-icon-emergencyKinkyuu:hover::before {
  background-image: url(../img/common/icon_button/icon_kinkyuu.png);
}
body.dark-theme .pageButton:hover::after {
  background-image: url(../img/common/arrow-g.png);
}
body.dark-theme .footer_pageTop:hover {
  background: #fa9a00;
}
body.dark-theme .pageButton-icon-email:hover::before {
  background-image: url(../img/common/icon_button/icon_email.png);
}

.page-numbers .disabled {
  display: none;
}

.page-numbers .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 46px;
  height: 46px;
  color: #0d9244;
  border: 1px solid #0d9244;
  border-radius: 4px;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  margin: 10px 0;
}

.page-numbers .btn.current {
  color: #fff;
  background-color: #0d9244;
}