@charset "UTF-8";
@media screen and (max-width: 767px) {
  #mainContents.scheduleContent {
    padding: 88px 0 0 0 !important;
  }
}

main.col1 {
  max-width: 900px;
  margin: auto;
  position: relative;
}

main .search-header {
  top: 106px;
}

.schedule-fixed {
  padding: 20px 0 0;
  max-width: 900px;
  margin: auto;
  position: relative;
  z-index: 9;
  border: 3px solid #005bab;
  background: #fff;
  border-left-width: 0;
  border-right-width: 0;
  transform: translate3d(0, 0, 0);
}

@media all and (-ms-high-contrast: none) {
  .schedule-fixed {
    padding: 25px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .schedule-fixed {
    padding: 15px 0 0;
    position: fixed;
    border-top-width: 0;
    max-width: 100%;
    top: 55px;
    width: 100%;
  }
}

.schedule-fixed .schedule-fixed__contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.schedule-fixed h1 {
  font-size: 18px;
  text-align: center;
  padding: 12px 0;
  margin-bottom: 20px;
  color: #ffffff;
  border-top: 1px solid #c4e2ff;
  background: #005bab;
  font-family: "ヒラギノUD角ゴ W6 JIS2004", sans-serif;
}

@media screen and (max-width: 767px) {
  .schedule-fixed h1 {
    margin-bottom: 15px;
    font-size: 14px;
    padding: 10px 0;
  }
}

.schedule-fixed h2 {
  color: #005bab;
  font-size: 26px;
  line-height: 100%;
  vertical-align: baseline;
  text-align: right;
  vertical-align: baseline;
}

@media screen and (max-width: 767px) {
  .schedule-fixed h2 {
    font-size: 14px;
    letter-spacing: 1px;
    padding-left: 8px;
    font-family: "ヒラギノUD角ゴ W6 JIS2004", sans-serif;
  }
}

.schedule-fixed span {
  font-size: 36px;
  line-height: 100%;
}

@media screen and (max-width: 767px) {
  .schedule-fixed span {
    font-size: 22px;
  }
}

.schedule-fixed .svg-calender {
  position: absolute;
  top: 0;
  left: 50%;
  -ms-transform: translate(100px, 0);
  -webkit-transform: translate(100px, 0);
  transform: translate(100px, 0);
  width: 40px;
  height: 40px;
  top: 17px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .schedule-fixed .svg-calender {
    width: 25px;
    height: 25px;
    -ms-transform: translate(245%, 0);
    -webkit-transform: translate(245%, 0);
    transform: translate(245%, 0);
  }
}

.schedule-fixed .svg-calender svg {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  fill: currentColor;
  width: 100%;
  height: 100%;
}

.schedule-fixed .prevDay a,
.schedule-fixed .nextDay a {
  color: #005bab;
  position: relative;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .schedule-fixed .prevDay a,
  .schedule-fixed .nextDay a {
    font-size: 11px;
  }
}

.schedule-fixed .prevDay a:after,
.schedule-fixed .nextDay a:after {
  content: "";
  position: absolute;
}

.schedule-fixed .prevDay a {
  padding-left: 40px;
}

@media screen and (max-width: 767px) {
  .schedule-fixed .prevDay a {
    padding-left: 30px;
  }
}

.schedule-fixed .prevDay a:after {
  top: 50%;
  left: 15px;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 13px 6.5px 0;
  border-color: transparent #005bab transparent transparent;
}

@media screen and (max-width: 767px) {
  .schedule-fixed .prevDay a:after {
    border-width: 3.5px 8px 3.5px 0;
  }
}

.schedule-fixed .nextDay a {
  padding-right: 40px;
}

@media screen and (max-width: 767px) {
  .schedule-fixed .nextDay a {
    padding-right: 30px;
  }
}

.schedule-fixed .nextDay a:after {
  top: 50%;
  right: 15px;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 13px;
  border-color: transparent transparent transparent #005bab;
}

@media screen and (max-width: 767px) {
  .schedule-fixed .nextDay a:after {
    border-width: 3.5px 0 3.5px 8px;
  }
}

.schedule-fixed .calendar {
  padding-top: 1px;
  width: 15%;
  height: 29px;
  float: left;
  text-align: left;
}

.schedule-fixed .calendar img {
  height: 26px;
  width: auto;
}

.schedule-fixed .timeList {
  overflow: auto;
  white-space: nowrap;
  clear: both;
  text-align: center;
  position: relative;
  z-index: 1;
  margin: 20px 0 0;
}

@media screen and (max-width: 767px) {
  .schedule-fixed .timeList {
    padding-top: 0 !important;
    margin: 15px 0 0;
  }
}

.schedule-fixed .timeList li {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .schedule-fixed .timeList li {
    font-size: 14px;
    margin: 0 1px;
  }
}

.schedule-fixed .timeList li a {
  display: block;
  padding: 15px 16px;
  text-align: center;
  color: #ffffff;
  background: #005bab;
  font-family: "ヒラギノUD角ゴ W6 JIS2004", sans-serif;
}

@media all and (-ms-high-contrast: none) {
  .schedule-fixed .timeList li a {
    padding: 12px 16px 8px;
  }
}

.schedule-fixed .timeList li a:hover {
  text-decoration: none;
}

.schedule-fixed .timeList li a.active {
  background: #fff;
  color: #005bab;
}

.schedule-fixed .timeList li a.active:before {
  content: "";
  position: absolute;
  border: 1px solid #005bab;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-bottom-width: 0;
}

@media screen and (max-width: 767px) {
  .schedule-fixed .timeList li a.active:before {
    border-bottom-width: 1px;
  }
}

@media screen and (max-width: 767px) {
  .schedule-fixed .timeList li a {
    padding: 12px 20px;
    font-size: 13px;
  }
}

.schedule-contents {
  max-width: 900px;
  margin: auto;
  border: 1px solid #eee;
}

.schedule-contents .schedule-items .schedule-item {
  list-style: none;
}

.schedule-contents .schedule-items .schedule-item:nth-child(even) {
  background: #f7f7f7;
}

.schedule-contents .schedule-items .schedule-item a {
  padding: 15px 0;
  display: flex;
  flex-wrap: wrap;
}

.schedule-contents .schedule-items .schedule-item a:hover {
  text-decoration: none;
}

.schedule-contents .schedule-items .schedule-item a .schedule-times {
  width: 12%;
  margin: 0 1%;
  font-size: 15px;
  line-height: 1.8;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .schedule-contents .schedule-items .schedule-item a .schedule-times {
    width: 16%;
    font-size: 12px;
    margin: 0 1% 0 2%;
  }
}

.schedule-contents
  .schedule-items
  .schedule-item
  a
  .schedule-times
  .schedule-time_l {
  display: block;
  border: 2px solid #005bab;
  background: #fff;
  width: 90px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .schedule-contents
    .schedule-items
    .schedule-item
    a
    .schedule-times
    .schedule-time_l {
    width: 100%;
  }
}

@media all and (-ms-high-contrast: none) {
  .schedule-contents
    .schedule-items
    .schedule-item
    a
    .schedule-times
    .schedule-time_l {
    padding-top: 5px;
  }
}

.schedule-contents
  .schedule-items
  .schedule-item
  a
  .schedule-times
  .schedule-time_s {
  font-size: 11px;
  color: #656565;
  font-weight: normal;
}

.schedule-contents .schedule-items .schedule-item a .schedule-ph {
  margin-right: 20px;
  position: relative;
  width: 130px;
  height: 130px;
  float: left;
}

@media screen and (max-width: 767px) {
  .schedule-contents .schedule-items .schedule-item a .schedule-ph {
    width: 70px;
    height: 70px;
    margin: 0 10px 0 5px;
  }
}

.schedule-contents .schedule-items .schedule-item a .schedule-ph img {
  min-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: "object-fit: contain;";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #f2f2f2;
}

@media screen and (max-width: 767px) {
  .schedule-contents .schedule-items .schedule-item a .schedule-ph img {
    max-width: 100%;
  }
}

.schedule-contents .schedule-items .schedule-item a .schedule-item_contents {
  width: calc(100% - 15%);
  margin-right: 1%;
}

@media screen and (max-width: 767px) {
  .schedule-contents .schedule-items .schedule-item a .schedule-item_contents {
    margin: 0 2%;
    width: calc(100% - 23%);
  }
}

.schedule-contents
  .schedule-items
  .schedule-item
  a
  .schedule-item_contents
  .schedule-title {
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
  overflow: hidden;
  font-size: 18px;
  max-height: 28.8px;
  line-height: 1.6;
  position: relative;
}

.schedule-contents
  .schedule-items
  .schedule-item
  a
  .schedule-item_contents
  .schedule-title:before,
.schedule-contents
  .schedule-items
  .schedule-item
  a
  .schedule-item_contents
  .schedule-title:after {
  width: 1em;
  background: #fff;
  position: absolute;
}

.schedule-contents
  .schedule-items
  .schedule-item
  a
  .schedule-item_contents
  .schedule-title:before {
  content: "...";
  top: 0px;
  right: 0;
}

.schedule-contents
  .schedule-items
  .schedule-item
  a
  .schedule-item_contents
  .schedule-title:after {
  content: "";
  height: 100%;
  width: 100%;
}

.schedule-contents
  .schedule-items
  .schedule-item
  a
  .schedule-item_contents:hover
  .schedule-title:before,
.schedule-contents
  .schedule-items
  .schedule-item
  a
  .schedule-item_contents:hover
  .schedule-title:after {
  background: #fff;
}

.schedule-contents
  .schedule-items
  .schedule-item:nth-child(even)
  a
  .schedule-item_contents
  .schedule-title {
  display: block;
  overflow: hidden;
  font-size: 18px;
  max-height: 28.8px;
  line-height: 1.6;
  position: relative;
}

.schedule-contents
  .schedule-items
  .schedule-item:nth-child(even)
  a
  .schedule-item_contents
  .schedule-title:before,
.schedule-contents
  .schedule-items
  .schedule-item:nth-child(even)
  a
  .schedule-item_contents
  .schedule-title:after {
  width: 1em;
  background: #f7f7f7;
  position: absolute;
}

.schedule-contents
  .schedule-items
  .schedule-item:nth-child(even)
  a
  .schedule-item_contents
  .schedule-title:before {
  content: "...";
  top: 0px;
  right: 0;
}

.schedule-contents
  .schedule-items
  .schedule-item:nth-child(even)
  a
  .schedule-item_contents
  .schedule-title:after {
  content: "";
  height: 100%;
  width: 100%;
}

.schedule-contents
  .schedule-items
  .schedule-item:nth-child(even)
  a
  .schedule-item_contents:hover
  .schedule-title:before,
.schedule-contents
  .schedule-items
  .schedule-item:nth-child(even)
  a
  .schedule-item_contents:hover
  .schedule-title:after {
  background: #f7f7f7;
}

@media screen and (max-width: 767px) {
  .schedule-contents
    .schedule-items
    .schedule-item
    a
    .schedule-item_contents
    .schedule-title {
    display: block;
    overflow: hidden;
    font-size: 13px;
    max-height: 20.8px;
    line-height: 1.6;
    position: relative;
    font-family: sans-serif;
  }
  .schedule-contents
    .schedule-items
    .schedule-item
    a
    .schedule-item_contents
    .schedule-title:before,
  .schedule-contents
    .schedule-items
    .schedule-item
    a
    .schedule-item_contents
    .schedule-title:after {
    width: 1em;
    background: #fff;
    position: absolute;
  }
  .schedule-contents
    .schedule-items
    .schedule-item
    a
    .schedule-item_contents
    .schedule-title:before {
    content: "...";
    top: 0px;
    right: 0;
  }
  .schedule-contents
    .schedule-items
    .schedule-item
    a
    .schedule-item_contents
    .schedule-title:after {
    content: "";
    height: 100%;
    width: 100%;
  }
  .schedule-contents
    .schedule-items
    .schedule-item
    a
    .schedule-item_contents:hover
    .schedule-title:before,
  .schedule-contents
    .schedule-items
    .schedule-item
    a
    .schedule-item_contents:hover
    .schedule-title:after {
    background: #fff;
  }
  .schedule-contents
    .schedule-items
    .schedule-item:nth-child(even)
    a
    .schedule-item_contents
    .schedule-title {
    display: block;
    overflow: hidden;
    font-size: 13px;
    max-height: 20.8px;
    line-height: 1.6;
    position: relative;
  }
  .schedule-contents
    .schedule-items
    .schedule-item:nth-child(even)
    a
    .schedule-item_contents
    .schedule-title:before,
  .schedule-contents
    .schedule-items
    .schedule-item:nth-child(even)
    a
    .schedule-item_contents
    .schedule-title:after {
    width: 1em;
    background: #f7f7f7;
    position: absolute;
  }
  .schedule-contents
    .schedule-items
    .schedule-item:nth-child(even)
    a
    .schedule-item_contents
    .schedule-title:before {
    content: "...";
    top: 0px;
    right: 0;
  }
  .schedule-contents
    .schedule-items
    .schedule-item:nth-child(even)
    a
    .schedule-item_contents
    .schedule-title:after {
    content: "";
    height: 100%;
    width: 100%;
  }
  .schedule-contents
    .schedule-items
    .schedule-item:nth-child(even)
    a
    .schedule-item_contents:hover
    .schedule-title:before,
  .schedule-contents
    .schedule-items
    .schedule-item:nth-child(even)
    a
    .schedule-item_contents:hover
    .schedule-title:after {
    background: #f7f7f7;
  }
}

@media screen and (max-width: 767px) {
  .schedule-contents
    .schedule-items
    .schedule-item
    a
    .schedule-item_contents
    .schedule-read {
    margin-top: -3px;
  }
}

.schedule-contents
  .schedule-items
  .schedule-item
  a
  .schedule-item_contents
  .schedule-read
  .label {
  background: #fbfbfb;
  border: 1px solid #005bab;
  color: #005bab;
  display: inline-block;
  text-decoration: none !important;
  padding: 2px 8px;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .schedule-contents
    .schedule-items
    .schedule-item
    a
    .schedule-item_contents
    .schedule-read
    .label {
    font-size: 10px;
    margin-top: 3px;
  }
}

@media all and (-ms-high-contrast: none) {
  .schedule-contents
    .schedule-items
    .schedule-item
    a
    .schedule-item_contents
    .schedule-read
    .label {
    padding: 4px 8px 2px;
  }
}

.schedule-contents
  .schedule-items
  .schedule-item
  a
  .schedule-item_contents
  .schedule-read
  .label.is-activity {
  border-color: #a9050e;
  color: #a9050e;
}

.schedule-contents
  .schedule-items
  .schedule-item
  a
  .schedule-item_contents
  .schedule-read
  .label.is-spExhibition {
  border-color: #28a91c;
  color: #28a91c;
}

.schedule-contents
  .schedule-items
  .schedule-item
  a
  .schedule-item_contents
  .schedule-read
  .label.is-domeTheater {
  border-color: #005bab;
  color: #005bab;
}

.schedule-contents
  .schedule-items
  .schedule-item
  a
  .schedule-item_contents
  .schedule-option {
  color: #656565;
  font-size: 14px;
  display: inline-block;
  width: 65%;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .schedule-contents
    .schedule-items
    .schedule-item
    a
    .schedule-item_contents
    .schedule-option {
    font-size: 11px;
    clear: both;
  }
}

/**
 * Swiper 4.3.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 5, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white
  .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black
  .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/*
* CSS Styles that are needed by jScrollPane for it to operate correctly.
*
* Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
* may not operate correctly without them.
*/
.jspContainer {
  overflow: hidden;
  position: relative;
}

.histtory-wrap .jspContainer {
  height: 345px !important;
}

.jspPane {
  position: absolute;
}

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 100%;
}

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  z-index: 99;
}

.jspCap {
  display: none;
}

.jspHorizontalBar .jspCap {
  float: left;
}

.jspTrack {
  position: relative;
}

.jspDrag {
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  background: rgba(148, 148, 148, 0.5);
  display: none;
}

@media screen and (max-width: 767px) {
  .jspDrag {
    display: block;
  }
}

.histtory-wrap .jspDrag {
  background-color: #006d24;
}

.scroll-area .jspDrag {
  background-color: #006d24;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
  display: none;
}

.jspArrow.jspDisabled {
  cursor: default;
}

.jspVerticalBar .jspArrow {
  height: 16px;
}

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .jspHorizontalBar .jspArrow {
    pointer-events: none;
  }
}

.jspVerticalBar .jspArrow:focus {
  outline: none;
}

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}

.jspArrowRight {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #616161;
  line-height: 0px;
  _border-color: #000000 #000000 #000000 #616161;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  background: none;
  position: relative;
}

.jspArrowLeft {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 15px 10px 0;
  border-color: transparent #616161 transparent transparent;
  line-height: 0px;
  _border-color: #000000 #616161 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  background: none;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}

/* =========================================================
BASIC SETTING
========================================================= */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  min-height: 100%;
  background-color: white;
  color: #1a1a1a;
  font-family: "ヒラギノUD角ゴ W3 JIS2004", sans-serif;
  font-size: 16px;
  position: relative;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

body img {
  max-width: 100%;
  height: auto;
  width: auto;
  font-family: "object-fit: cover; object-position: center center;";
}

b,
strong {
  font-weight: bolder;
  font-family: "ヒラギノUD角ゴ W6 JIS2004", sans-serif;
}

/* === Link ================================= */
a {
  color: #005bab;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

a:hover {
  color: #b7d0e7;
  text-decoration: underline;
}

a:active {
  color: #75a4cf;
}

/* === margin/padding ================================= */
.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

/* === text ================================= */
.ta-l {
  text-align: left;
}

.ta-c {
  text-align: center;
}

.ta-r {
  text-align: right;
}

/* === width ================================= */
.w100 {
  width: 100%;
}

/* =========================================================
allContents
========================================================= */
#allContents {
  min-height: 100%;
  /* モダンブラウザ用 */
  height: auto !important;
  /* レガシーブラウザ用 */
  height: 100%;
  margin: 0;
  position: relative;
  /* 位置原点 */
  overflow: hidden;
}

@media screen and (max-width: 960px) {
  #allContents {
    margin: 0 auto;
    width: 100%;
    padding: 60px 0 0 0;
  }
}

@media screen and (max-width: 992px) {
  #allContents {
    margin: 0 auto;
    width: 100%;
    padding: 60px 0 0 0;
  }
  #allContents.not_fixed {
    padding-top: 0;
  }
}

/* =========================================================
PAGETOP
========================================================= */
#PAGETOP {
  display: none;
  position: fixed;
  top: auto;
  left: auto;
  right: 30px;
  bottom: 30px;
  transition: all 0.3s ease 0s;
  z-index: 100;
}

#PAGETOP a {
  position: relative;
  display: block;
  height: 60px;
  line-height: 1;
  width: 60px;
  margin: 0;
  padding: 28px 0 0 0;
  color: white;
  border: 1px solid white;
  background: #005bab;
  text-align: center;
  text-decoration: none;
}

#PAGETOP a::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px white;
  border-right: solid 2px white;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 15px;
  left: 50%;
  right: auto;
  margin-left: -5px;
}

#PAGETOP a:hover {
  background: RGBA(0, 91, 171, 0.7);
}

#PAGETOP a:active {
  background: white;
  border: 1px solid #005bab;
  color: #005bab;
}

#PAGETOP a:active::before {
  border-top: solid 2px #005bab;
  border-right: solid 2px #005bab;
}

@media screen and (max-width: 992px) {
  #PAGETOP {
    right: 15px;
    bottom: 15px;
  }
  #PAGETOP a {
    height: 48px;
    width: 48px;
    margin: 0;
    font-size: 12px;
    padding: 22px 0 0 0;
  }
  #PAGETOP a::before {
    border-top: solid 2px white;
    border-right: solid 2px white;
    top: 10px;
    left: 50%;
  }
}

/* =========================================================
menu
========================================================= */
#menu {
  display: none;
  min-height: 100%;
  /* モダンブラウザ用 */
  height: auto !important;
  /* レガシーブラウザ用 */
  height: 100%;
  width: 100%;
  margin: 0;
  position: fixed;
  background: RGB(0, 91, 171);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: 1000;
}

#menu .innerbox {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /*
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  */
  padding: 60px 0 0 0;
}

#menu > .innerbox > div {
  margin: 0 0 30px 0;
}

#menu > .innerbox h1 {
  color: #75a4cf;
  font-weight: bold;
  font-family: "ヒラギノUD角ゴ W6 JIS2004", sans-serif;
  font-size: 0.9em;
}

/* モバイルメニューレイアウト */
#menu > .innerbox ul {
  list-style: none;
  margin: 0 30px;
}

#menu > .innerbox ul > li {
  position: relative;
  margin: 0 auto 5px auto;
  max-width: 480px;
  box-sizing: border-box;
  border: 1px solid white;
}

#menu > .innerbox ul > li a {
  display: block;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  color: white;
  font-weight: bold;
  font-family: "ヒラギノUD角ゴ W6 JIS2004", sans-serif;
  text-decoration: none;
}

#menu > .innerbox ul > li a:hover {
  background: rgba(255, 255, 255, 0.25);
}

#menu > .innerbox ul > li a:active {
  color: #005bab;
  background: white;
}

/*子ページ用*/
#menu > .innerbox > nav > ul > li ul {
  list-style: none;
  width: 100%;
  text-align: center;
  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 0;
  border-top: 1px solid #76a3cf;
}

#menu > .innerbox > nav > ul > li ul li {
  margin: 0;
  border: none;
  border-bottom: 1px solid #76a3cf;
}

#menu > .innerbox > nav > ul > li ul li:nth-last-of-type(1) {
  border: none;
}

/* 子のリストを引き出すアイコン(モバイルメニュー用) */
#menu > .innerbox > nav > ul > li i.slideToggle {
  display: inline-block;
  width: 15%;
  height: 30px;
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 500;
  margin: 10px 0;
  border-left: 1px solid #76a3cf;
}

#menu > .innerbox > nav > ul > li i.slideToggle::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px white;
  border-right: solid 2px white;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -5px -5px 0 0;
  transition: all 0.3s ease 0s;
}

#menu > .innerbox > nav > ul li.showSubMenu > i.slideToggle::before {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: -2px -5px 0 0;
}

/* メニューヘッダー */
#menu header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #005bab;
  z-index: 1000;
}

#menu header .logo {
  position: absolute;
  left: 30px;
  top: 30px;
}

#menu header .logo img {
  height: 36px;
  width: 188px;
}

#menu header .close {
  position: absolute;
  right: 30px;
  top: 30px;
}

#menu header .close #closeMenu {
  border: none;
  background: none;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: block;
}

#menu header .close #closeMenu:hover {
  border: none;
  background: none;
}

#menu header .close #closeMenu:active {
  border: none;
  background: none;
}

#menu header .close #closeMenu img {
  width: 36px;
}

/* メニューを閉じるアイコン */
.menu-close {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: relative;
  border: 2px solid white;
  transition: all 0.3s ease 0s;
}

.menu-close:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  width: 16px;
  height: 2px;
  margin-top: -1px;
  background: white;
  transform: rotate(45deg);
}

.menu-close:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  width: 16px;
  height: 2px;
  margin-top: -1px;
  background: white;
  transform: rotate(-45deg);
}

a:hover .menu-close {
  border: 2px solid #75a4cf;
}

a:hover .menu-close:before {
  background: #75a4cf;
}

a:hover .menu-close:after {
  background: #75a4cf;
}

a:active .menu-close {
  border: 2px solid white;
  background: white;
}

a:active .menu-close:before {
  background: #0757ab;
}

a:active .menu-close:after {
  background: #0757ab;
}

@media screen and (max-width: 980px) {
  #menu header .close #closeMenu {
    width: 24px;
    height: 24px;
  }
  .menu-close {
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
    border: 2px solid white;
  }
  .menu-close:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 4px;
    width: 12px;
    height: 2px;
    margin-top: -1px;
    background: white;
    transform: rotate(45deg);
  }
  .menu-close:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 4px;
    width: 12px;
    height: 2px;
    margin-top: -1px;
    background: white;
    transform: rotate(-45deg);
  }
}

#menu nav {
  margin: 0 0 30px 0;
}

#menu .function {
  border-top: 1px solid #75a4cf;
  padding: 30px 0 0 0;
  margin: 0 0 30px 0;
}

#menu .button ul {
  margin: 10px 0 0 0;
  list-style: none;
}

#menu .button ul li {
  display: inline-block;
  border: none;
}

#menu .button ul li a {
  display: block;
  line-height: 48px;
  height: 48px;
  width: 48px;
  background: rgba(0, 0, 0, 0.25);
  color: white;
  font-size: 14px;
  font-weight: bold;
  font-family: "ヒラギノUD角ゴ W6 JIS2004", sans-serif;
  border-radius: 24px;
  margin: 0 8px;
  border: none;
}

#menu .button ul li a:hover {
  background: rgba(255, 255, 255, 0.25);
  text-decoration: none;
}

#menu .button ul li a:active {
  background: white;
  color: #005bab;
}

@media screen and (max-width: 960px) {
  #menu header {
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 17px 15px;
    display: flex;
    margin: 0 0 30px 0;
  }
  #menu header .logo {
    position: static;
    margin: 0 auto 0 0;
  }
  #menu header .logo img {
    height: 24px !important;
    width: 125px !important;
  }
  #menu header .close {
    right: 15px;
    top: 15px;
  }
  #menu header .close #closeMenu img {
    width: 24px;
  }
}

/*
@media screen and (max-height: 767px) {


#menu .innerbox{
display: block;
}


#menu header{
box-sizing: border-box;
width: 100%;
position: relative;
padding: 17px 15px;
display: flex;
margin: 0 0 30px 0;
}

#menu header .logo{
position: static;
margin: 0 auto 0 0;
}

#menu header .close{
position: fixed;
right: 15px;
top: 15px;
}



}
*/
/* =========================================================
メニュー引き出すアイコン
========================================================= */
#allContents > header > nav > ul > li i.slideToggle {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: none;
  background: none;
  cursor: pointer;
  position: relative;
  margin: 0 0 0 0.25em;
}

#allContents > header > nav > ul > li i.slideToggle:hover {
  border: none;
  background: none;
}

#allContents > header > nav > ul > li i.slideToggle:active {
  border: none;
  background: none;
}

#allContents > header > nav > ul > li i.slideToggle::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #005bab;
  border-right: solid 2px #005bab;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 3px;
  right: 0;
}

#allContents > header > nav > ul > li i.slideToggle:hover::before {
  border-top: solid 2px #999;
  border-right: solid 2px #999;
}

#allContents > header > nav > ul > li i.slideToggle:active::before {
  border-top: solid 2px #005bab;
  border-right: solid 2px #005bab;
}

/* =========================================================
footer
========================================================= */
#allContents > footer {
  font-size: 12px;
  line-height: 1.4;
  background: #005bab;
  padding: 0 0 30px 0;
  color: white;
}

#allContents > footer .snsMenu {
  text-align: center;
  margin: 0;
  padding: 30px 0;
  background: white;
  line-height: 1;
  border-top: 1px solid #e6e6e6;
}

#allContents > footer .snsMenu li {
  display: inline-block;
  margin: 0 15px;
}

#allContents > footer .snsMenu li a {
  width: 48px;
  height: 48px;
  display: block;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  font-size: 14px;
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-family: "ヒラギノUD角ゴ W6 JIS2004", sans-serif;
  background: #005bab;
}

#allContents > footer .snsMenu li a:hover {
  background: #4f84be;
}

#allContents > footer .snsMenu li a img {
  line-height: 1;
  width: 48px;
}

#allContents > footer .subMenu {
  text-align: center;
  margin: 45px 0 0 0;
  line-height: 1;
}

#allContents > footer .subMenu li {
  display: inline-block;
  padding: 0 20px;
  margin: 0;
  border-right: 1px solid #75a4cf;
}

#allContents > footer .subMenu li:nth-last-of-type(1) {
  border-right: none;
}

#allContents > footer .subMenu li a {
  font-size: 14px;
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-family: "ヒラギノUD角ゴ W6 JIS2004", sans-serif;
}

#allContents > footer .subMenu li a:hover {
  color: #b7d0e7;
  text-decoration: underline;
}

#allContents > footer .subMenu li a:active {
  color: #75a4cf;
}

#allContents > footer .subMenuButton {
  text-align: center;
  margin: 30px 0 0 0;
  line-height: 1;
}

#allContents > footer .subMenuButton li {
  display: inline-block;
  margin: 0 15px;
}

#allContents > footer .subMenuButton li a {
  font-size: 14px;
  display: block;
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-family: "ヒラギノUD角ゴ W6 JIS2004", sans-serif;
  height: 40px;
  line-height: 40px;
  width: 200px;
  border: 1px solid white;
}

#allContents > footer .subMenuButton li a:hover {
  background: rgba(255, 255, 255, 0.25);
}

#allContents > footer .subMenuButton li a:active {
  background: white;
  color: #005bab;
}

#allContents > footer .footerInfo {
  text-align: center;
  margin: 45px 0 0 0;
  font-size: 14px;
}

#allContents > footer .footerInfo a {
  color: white;
}

#allContents > footer .footerInfo a:hover {
  color: #b7d0e7;
  text-decoration: underline;
}

#allContents > footer .footerInfo a:active {
  color: #75a4cf;
}

#allContents > footer .footerInfo .contact {
  /*font-family: "ヒラギノUD角ゴ W6 JIS2004", sans-serif;*/
  margin: 0 0 10px 0;
}

#allContents > footer .copyright {
  text-align: center;
  margin: 30px 0 0 0;
  line-height: 1;
}

#allContents > footer .copyright small {
  font-size: 1em;
  color: #75a4cf;
}

@media screen and (max-width: 767px) {
  #allContents > footer {
    padding: 0 0 20px 0;
  }
  #allContents > footer .snsMenu li {
    margin: 0 10px;
  }
  #allContents > footer .subMenu {
    width: 100%;
    margin: 0;
  }
  #allContents > footer .subMenu li {
    display: block;
    width: 100%;
    padding: 0;
    border-right: none;
    border-bottom: 1px solid #75a4cf;
  }
  #allContents > footer .subMenu li a {
    display: block;
    width: 100%;
    padding: 1em 0;
  }
  #allContents > footer .subMenu li a:hover {
    color: white;
    background: rgba(255, 255, 255, 0.25);
    text-decoration: none;
  }
  #allContents > footer .subMenu li a:active {
    background: white;
    color: #005bab;
  }
  #allContents > footer .subMenuButton {
    /*display: none;*/
    padding: 0 30px;
  }
  #allContents > footer .subMenuButton li {
    display: block;
    margin: 15px auto;
  }
  #allContents > footer .subMenuButton li:nth-of-type(1) {
    margin: 0 auto 15px auto;
  }
  #allContents > footer .subMenuButton li a {
    width: 100%;
  }
  #allContents > footer .footerInfo {
    margin: 30px 0 0 0;
  }
  #allContents > footer .footerInfo .contact {
    /*font-family: "ヒラギノUD角ゴ W6 JIS2004", sans-serif;*/
    margin: 0 0 6px 0;
    font-size: 110%;
  }
  #allContents > footer .footerInfo span {
    display: block;
    font-size: 90%;
  }
  #allContents > footer .copyright {
    margin: 20px 0 0 0;
  }
}

/* =========================================================
header
========================================================= */
#allContents > header {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 50px 30px 10px;
  border-bottom: 1px solid #cccccc;
  display: flex;
  align-items: center;
  background: #fff;
  transition: all 0.3s ease 0s;
}

#allContents > header.fixed {
  padding: 50px 30px 10px;
}

@media only screen and (max-width: 960px) {
  #allContents > header {
    padding: 15px !important;
  }
}

#allContents.not_fixed > header {
  position: static;
}

#allContents > header .sitelogo {
  position: relative;
  top: -30px;
  margin-right: auto;
}

#allContents > header .sitelogo a {
  display: block;
}
#allContents > header .sitelogo a:hover {
  opacity: 0.8;
}

#allContents > header.fixed .sitelogo {
  top: -20px;
}

@media only screen and (max-width: 960px) {
  #allContents > header .sitelogo {
    position: static;
  }
}

#allContents > header .sitelogo img {
  height: 40px;
  width: 205px;
  max-width: 205px;
  /* width: auto; */
}

#allContents > header .searchMenu {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  text-align: center;
  float: right;
  text-align: center;
}

@media only screen and (max-width: 1040px) {
  #allContents > header .searchMenu {
    top: 0;
    height: auto;
    background: none;
  }
}

@media only screen and (max-width: 960px) {
  #allContents > header .searchMenu {
    top: 54px;
    width: 100%;
    right: 0;
    display: none;
  }
}

#allContents > header .searchMenu > span {
  display: inline-block;
  font-size: 11px;
  margin-right: 5px;
  color: #717171;
}

@media only screen and (max-width: 960px) {
  #allContents > header .searchMenu > span {
    display: none;
  }
}

#allContents > header .searchMenu form {
  padding: 15px 0;
  position: relative;
  margin-right: 40px;
  display: inline-block;
}

#allContents > header.fixed .searchMenu form {
  padding: 10px 0;
}

@media only screen and (max-width: 960px) {
  #allContents > header.fixed .searchMenu form {
    padding: 0;
  }
}

@media only screen and (max-width: 960px) {
  #allContents > header .searchMenu form {
    padding: 0;
    margin: 0;
    display: block;
  }
}

#allContents > header .searchMenu input[type="text"] {
  background: #fff;
  font-size: 12px;
  width: 240px;
  height: 40px;
  padding: 0px 30px 0 10px;
  border: 1px solid #eee;
  transition: all 0.3s;
}

#allContents > header.fixed .searchMenu input[type="text"] {
  height: 30px;
}

@media only screen and (max-width: 960px) {
  #allContents > header .searchMenu input[type="text"] {
    font-size: 13px;
    width: 100%;
    height: 35px !important;
    background: rgba(255, 255, 255, 0.9);
    -webkit-appearance: none;
  }
}

#allContents > header .searchMenu input[type="text"]::placeholder {
  font-size: 12px;
  color: #666;
}

@media only screen and (max-width: 960px) {
  #allContents > header .searchMenu input[type="text"]::placeholder {
    font-size: 10px;
  }
}

#allContents > header .searchMenu .submit-button {
  position: absolute;
  top: 50%;
  right: 0px;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#allContents > header .searchMenu .submit-button input[type="submit"] {
  text-indent: -999px;
  width: 35px;
  height: 40px;
  cursor: pointer;
  position: relative;
  z-index: 5;
}

@media only screen and (max-width: 960px) {
  #allContents > header .searchMenu .submit-button input[type="submit"] {
    height: 35px;
  }
}

#allContents > header .searchMenu .svg-search {
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 20px;
  top: 50%;
  left: 0;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media only screen and (max-width: 960px) {
  #allContents > header .searchMenu .svg-search {
    height: 18px;
  }
}

#allContents > header .searchMenu .svg-search svg {
  position: absolute;
  top: 0;
  left: 0;
  color: #0a5ba9;
  fill: currentColor;
  width: 100%;
  height: 100%;
}

#allContents > header .searchMenu .svg-close {
  position: absolute;
  display: inline-block;
  width: 22px;
  height: 22px;
  top: 35%;
  right: 44px;
  z-index: 10000;
  cursor: pointer;
}

@media only screen and (max-width: 960px) {
  #allContents > header .searchMenu .svg-close {
    display: none;
  }
}

#allContents > header .searchMenu .svg-close svg {
  position: absolute;
  top: 0;
  left: 0;
  color: #2f2f2f;
  fill: currentColor;
  width: 100%;
  height: 100%;
}

#allContents > header .searchMobile {
  display: none;
}

@media only screen and (max-width: 960px) {
  #allContents > header .searchMobile {
    display: block;
    position: absolute;
    top: 11.9px;
    right: 55px;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }
}

#allContents > header .searchMobile .svg-search {
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 18px;
}

#allContents > header .searchMobile .svg-search:after {
  content: "検索";
  position: absolute;
  bottom: -22.8px;
  font-size: 9px;
  left: 6px;
}

#allContents > header .searchMobile .svg-search svg {
  position: absolute;
  top: 0;
  left: 0;
  color: #0a5ba9;
  fill: currentColor;
  width: 100%;
  height: 100%;
}

#allContents > header > nav > ul {
  line-height: 1;
}

#allContents > header > nav > ul > li {
  display: inline-block;
  padding: 0 15px;
  border-right: 1px solid #cccccc;
}

#allContents > header > nav > ul > li .svg-search {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 18px;
  top: -1px;
  vertical-align: middle;
}

#allContents > header > nav > ul > li .svg-search svg {
  position: absolute;
  top: 0;
  left: 0;
  color: #0a5ba9;
  fill: currentColor;
  width: 100%;
  height: 100%;
}

#allContents > header > nav > ul > li:nth-last-of-type(1) {
  border-right: none;
}

#allContents > header > nav > ul > li a {
  color: #1a1a1a;
  text-decoration: none;
}

#allContents > header > nav > ul > li a:hover {
  color: #005bab;
}

#allContents > header > nav > ul > li a:active {
  color: #75a4cf;
}

/*子ページ用*/
#allContents > header > nav > ul > li > ul {
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 20px 60px;
  text-align: center;
  border-bottom: 1px solid #444;
  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(30, 30, 30, 0.7);
}

#allContents > header > nav > ul > li > ul > li {
  display: inline-block;
  padding: 0 15px;
  border-right: 1px solid #cccccc;
}

#allContents > header > nav > ul > li > ul > li a {
  color: white;
}

#allContents > header > nav > ul > li > ul > li i.slideToggle:before {
  border-color: white;
}

#allContents > header > nav > ul > li > ul > li:nth-last-of-type(1) {
  border-right: none;
}

/*孫ページ用*/
#allContents > header > nav > ul > li > ul > li > ul {
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 20px 60px;
  text-align: center;
  border-bottom: 1px solid #444;
  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(30, 30, 30, 0.7);
}

#allContents > header > nav > ul > li > ul > li > ul > li {
  display: inline-block;
  padding: 0 15px;
  border-right: 1px solid #cccccc;
}

#allContents > header > nav > ul > li > ul > li > ul > li a {
  color: white;
}

#allContents > header > nav > ul > li > ul > li > ul > li i.slideToggle:before {
  border-color: white;
}

#allContents > header > nav > ul > li > ul > li > ul > li:nth-last-of-type(1) {
  border-right: none;
}

/* 表示切り替え */
#allContents > header > nav > ul > li > ul.show {
  display: flex;
}

#allContents > header > nav > ul > li > ul.show > li > ul {
  display: flex;
}

#allContents > header > nav > ul.viewWide {
  display: block;
  font-size: 14px;
}

#allContents > header > nav > ul.viewWide > li {
  margin-top: 10px;
}

#allContents > header > nav > ul.viewMobile {
  display: none;
}

#allContents > header > nav > ul.viewMobile #openMenu {
  width: 24px;
  height: 24px;
  border: none;
  background: none;
  cursor: pointer;
}

#allContents > header > nav > ul.viewMobile #openMenu:hover {
  border: none;
  background: none;
}

#allContents > header > nav > ul.viewMobile #openMenu:active {
  border: none;
  background: none;
}

#allContents > header > nav > ul.viewMobile #openMenu img {
  width: 24px;
  vertical-align: middle;
}

/* メニューアイコン */
#allContents > header > nav > ul.viewMobile #openMenu .icon.menu {
  width: 24px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0;
  padding: 0;
  background: #000;
}

#allContents > header > nav > ul.viewMobile #openMenu .icon.menu,
#allContents > header > nav > ul.viewMobile #openMenu .icon.menu:before,
#allContents > header > nav > ul.viewMobile #openMenu .icon.menu:after {
  width: 24px;
  height: 2px;
}

#allContents > header > nav > ul.viewMobile #openMenu .icon.menu:before,
#allContents > header > nav > ul.viewMobile #openMenu .icon.menu:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: #000;
}

#allContents > header > nav > ul.viewMobile #openMenu .icon.menu:before {
  margin-top: -9px;
}

#allContents > header > nav > ul.viewMobile #openMenu .icon.menu:after {
  margin-top: 7px;
}

@media screen and (max-width: 1366px) {
  #allContents > header > nav > ul.viewWide {
    font-size: 0.8em;
  }
}

@media screen and (max-width: 1280px) {
  #allContents > header > nav > ul.viewWide {
    font-size: 0.7em;
  }
}

@media screen and (max-width: 960px) {
  #allContents > header > nav > ul.viewWide {
    font-size: 0.65em;
  }
  #allContents > header .sitelogo img {
    width: 125px;
    height: 24px;
  }
  #allContents > header > nav > ul > li i.slideToggle {
    margin: 0;
  }
}

@media screen and (max-width: 960px) {
  #allContents > header {
    padding: 15px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
  #allContents > header.fixed {
    padding: 15px;
  }
  #allContents > header .sitelogo img {
    height: 24px;
    width: 125px;
  }
  #allContents > header > nav > ul.viewWide {
    display: none;
  }
  #allContents > header > nav > ul.viewMobile {
    line-height: 1;
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    top: -5px;
  }
  #allContents > header > nav > ul.viewMobile:after {
    content: "メニュー";
    position: absolute;
    bottom: -13px;
    width: 70px;
    left: 6px;
    font-size: 10px;
    transform: scale(0.85);
  }
  #allContents > header > nav > ul.viewMobile > li {
    padding: 0 0 0 15px;
    border-right: none;
  }
  #allContents > header > nav > ul.viewMobile > li:nth-last-of-type(1) {
    border-right: none;
  }
  #allContents > header > nav > ul.viewMobile > li a {
    color: #1a1a1a;
    text-decoration: none;
    display: block;
    width: 70px;
    border: 1px solid #1a1a1a;
    text-align: center;
    height: 28px;
    line-height: 26px;
    font-size: 10px;
    background: white;
    transition: all 0s ease 0s;
  }
  #allContents > header > nav > ul.viewMobile > li a:hover {
    color: #005bab;
    border: 1px solid #005bab;
  }
  #allContents > header > nav > ul.viewMobile > li a:active {
    border: 1px solid #005bab;
    background: #005bab;
    color: white;
  }
}

/* =========================================================
main
========================================================= */
#allContents #mainContents {
  box-sizing: border-box;
  padding: 0 60px 60px 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 992px) {
  #allContents #mainContents {
    flex-direction: column;
    padding: 104px 0 0 0;
  }
}

#allContents #mainContents.is-fixed {
  padding: 212px 0 0 0;
}

#allContents.not_fixed #mainContents.is-fixed {
  padding-top: 131px;
}

#allContents.not_fixed #mainContents {
  padding-top: 0;
}

#mainContents > main {
  overflow: hidden;
  padding-top: 204px;
  /*margin: 0 320px 0 0;*/
  /*min-width: 520px;*/
  width: 100%;
}

@media screen and (max-width: 992px) {
  #mainContents > main {
    margin: 0 auto;
    width: 100%;
    min-width: 100%;
    padding-top: 0;
  }
}

main header {
  position: absolute;
  top: 72px;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 0 60px;
}

@media screen and (max-width: 992px) {
  main header {
    /*top: 30px;*/
    top: 45px;
    padding: 0 15px;
  }
}

main section {
  margin: 0 0 75px 0;
}

@media screen and (max-width: 992px) {
  main section {
    /*margin: 30px 0 45px 0;*/
    margin: 30px 0 60px 0;
    padding: 0 15px;
  }
}

#mainContents > aside {
  /*position: absolute;
  top: 204px;
  right: 0;*/
  overflow: hidden;
  width: 260px;
  min-width: 260px;
  margin: 204px 0 0 60px;
}

@media screen and (max-width: 992px) {
  #mainContents > aside {
    position: static;
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #cccccc;
    padding: 60px 0px;
  }
}

main > aside > section:nth-last-of-type(1) ul:nth-last-of-type(1) {
  margin: 0 !important;
}

@media screen and (max-width: 767px) {
  #allContents #mainContents {
    flex-direction: column !important;
    padding: 64px 0 0 0;
  }
  #mainContents > main {
    margin: 0 auto !important;
    width: 100% !important;
    min-width: 100% !important;
    padding-top: 64 !important;
  }
  main header {
    top: 30px !important;
    padding: 0 15px !important;
  }
  main section {
    margin: 30px 0 45px 0;
    padding: 0 15px;
  }
  /*main section #MAINIMAGE{
  margin: 0 auto 30px auto;
}

#article main section{
padding: 0 15px;
}
#article main #articleTitle + section{
margin: 0 0 30px 0;
}
*/
  #mainContents > aside {
    position: static;
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #cccccc;
    padding: 30px 0px;
  }
}

/* =========================================================
BASIC SETTING
========================================================= */
/* h1-h5 */
main header > h1 {
  color: #111111;
  font-family: "ヒラギノUD角ゴ W6 JIS2004", sans-serif;
  font-size: 24px;
  text-align: center;
  width: 100%;
}

main header > h1 + p {
  margin-top: 25px;
  font-size: 13px;
}

@media only screen and (max-width: 768px) {
  main header > h1 + p {
    margin: 20px 20px 0;
    font-size: 11px;
  }
}

main header h1 i {
  display: block;
  color: #666666;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  font-family: "ヒラギノUD角ゴ W3 JIS2004", sans-serif;
  font-size: 12px;
  line-height: 1;
  margin: 10px 0 0 0;
}

main section > h2 {
  color: #1a1a1a;
  font-family: "ヒラギノUD角ゴ W6 JIS2004", sans-serif;
  font-size: 22px;
  text-align: center;
  width: 100%;
  clear: both;
  margin: 0 0 30px 0;
}

main section > h3 {
  color: #1a1a1a;
  font-family: "ヒラギノUD角ゴ W6 JIS2004", sans-serif;
  font-size: 18px;
  width: 100%;
  clear: both;
  /*margin: 60px 0 30px 0;*/
  margin: 40px 0 15px 0;
}

main section > h4 {
  color: #1a1a1a;
  font-family: "ヒラギノUD角ゴ W6 JIS2004", sans-serif;
  font-size: 16px;
  width: 100%;
  clear: both;
  margin: 45px 0 20px 0;
}

main section > h5 {
  color: #1a1a1a;
  font-family: "ヒラギノUD角ゴ W6 JIS2004", sans-serif;
  font-size: 14px;
  width: 100%;
  clear: both;
  margin: 40px 0 15px 0;
}

main section > .h3_s {
  margin: 40px 0 15px 0;
}

@media screen and (max-width: 767px) {
  main header > h1 {
    font-size: 18px;
  }
  main header h1 i {
    font-size: 9px;
    margin: 5px 0 0 0;
  }
  main section > h2 {
    font-size: 16px;
    margin: 0 0 15px 0;
  }
  main section > h3 {
    font-size: 15px;
    margin: 30px 0 15px 0;
  }
  main section > h4 {
    font-size: 14px;
    margin: 30px 0 15px 0;
  }
  main section > h5 {
    font-size: 13px;
    margin: 30px 0 15px 0;
  }
}

/* p */
main section p {
  margin: 0 0 0.8em 0;
  /*color: #4D4D4D;*/
  text-align: justify;
  line-height: 2;
  word-break: break-all;
}

main section p.lead {
  font-weight: bold;
  font-family: "ヒラギノUD角ゴ W6 JIS2004", sans-serif;
}

main section p.center {
  text-align: center;
}

main section p a {
  text-decoration: underline;
}

/* table */
main section table {
  box-sizing: border-box;
  width: 100%;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  margin: 0 0 30px 0;
  border-spacing: 0;
}

main section table th,
main section table td {
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  padding: 30px;
  line-height: 2;
  font-size: 16px;
}

main section table th {
  background: #f2f2f2;
  font-weight: normal;
  font-family: "ヒラギノUD角ゴ W3 JIS2004", sans-serif;
  text-align: center;
}

main section table thead th {
  background: #d9e6f1;
  font-weight: bold;
  font-family: "ヒラギノUD角ゴ W6 JIS2004", sans-serif;
}

main section table td {
  /*color: #4D4D4D;*/
  text-align: center;
}

main section .ta-l th {
  text-align: left;
}

main section .ta-l td {
  text-align: left;
}

main section table th.low2,
main section table td.low2 {
  padding: 15px 30px;
}

@media screen and (max-width: 767px) {
  main section table {
    margin: 0 0 15px 0;
  }
  main section table th,
  main section table td {
    padding: 20px 15px;
    font-size: 14px;
  }
  main section table thead th {
    font-size: 12px;
  }
  main section table th.low2,
  main section table td.low2 {
    padding: 7px 15px;
  }
}

/* ul,ol */
main section ol,
main section ul {
  /*color: #4D4D4D;*/
  text-align: justify;
  line-height: 2;
  list-style: none;
}

main section > ol,
main section > ul {
  margin: 0 0 0.8em 0;
}

main section ol li {
  padding: 0 0 0 1.5em;
  margin: 0 0 0 0;
  position: relative;
}

main section ol.bluel li {
  padding: 0 0 0 3em;
}

main section ol li:before {
  width: 17px;
  height: 17px;
  display: inline-block;
  background: #666666;
  position: absolute;
  left: 0;
  top: 8px;
  color: white;
  line-height: 17px;
  font-size: 0.8em;
  font-weight: bold;
  font-family: "ヒラギノUD角ゴ W6 JIS2004", sans-serif;
  text-align: center;
}

main section aside ol li:before {
  top: 6px;
}

main section ol.bluel li:before {
  width: 35px;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 8px;
  color: #005bab;
  font-size: 17px;
  text-align: center;
  border-right: 1px solid #005bab;
}

@media screen and (max-width: 767px) {
  main section ol.bluel li {
    padding: 0 0 0 2.5em;
  }
  main section ol li:before {
    width: 16px;
    height: 16px;
    top: 6px;
    line-height: 14px;
  }
  main section ol.bluel li:before {
    width: 28px;
    position: absolute;
    left: 0;
    top: 7px;
    color: #005bab;
    font-size: 16px;
    text-align: center;
  }
}

main section ol.blue li:before {
  background: #005bab;
}

main section ol > li {
  counter-increment: numberlist;
}

main section ol > li:before {
  content: "" counter(numberlist);
}

main section ol > li > ol > li {
  counter-increment: numberlist-child;
}

main section ol > li > ol > li:before {
  content: "" counter(numberlist-child);
}

main section ul li {
  padding: 0 0 0 1.2em;
  margin: 0 0 0 0;
  position: relative;
}

main section ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 100%;
  background: #999;
  position: absolute;
  left: 0;
  top: 11px;
}

main section ul.blue li:before {
  background: #005bab;
}

/* ul.button */
main section ul.button {
  text-align: center;
  line-height: 1;
  list-style: none;
  margin: 30px auto;
}

main section ul.button li {
  padding: 0 0 0 0;
  margin: 15px;
  position: static;
  display: inline-block;
}

main section ul.button.noclick li {
  box-sizing: border-box;
  padding: 0 30px;
  height: 60px;
  line-height: 60px;
  background: #cccccc;
  color: white;
  font-weight: bold;
  font-family: "ヒラギノUD角ゴ W6 JIS2004", sans-serif;
  text-align: center;
  text-decoration: none;
  min-width: 260px;
  position: relative;
}

main section ul.button li:before {
  display: none;
}

main section ul.button li a {
  box-sizing: border-box;
  display: block;
  padding: 0 30px;
  height: 60px;
  line-height: 60px;
  background: #005bab;
  color: white;
  font-weight: bold;
  font-family: "ヒラギノUD角ゴ W6 JIS2004", sans-serif;
  text-align: center;
  text-decoration: none;
  min-width: 260px;
  position: relative;
}

main section ul.button li a:hover {
  background: #4d86be;
}

main section ul.button li a:active {
  border: 3px solid #005bab;
  background: white;
  color: #005bab;
  line-height: 54px;
}

main section ul.button li a::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 3px white;
  border-right: solid 3px white;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
}

main section ul.button.below li a::before {
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

main section ul.button li a:active::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 3px #005bab;
  border-right: solid 3px #005bab;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -4px;
}

main section ul.button.below li a:active::before {
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

main section ul.button.form li a {
  background: #39b54a;
}

main section ul.button.form li a::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 3px white;
  border-right: solid 3px white;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
}

main section ul.button.form li a:active::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 3px #39b54a;
  border-right: solid 3px #39b54a;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -4px;
}

main section ul.button.form li a:hover {
  background: #70c67a;
}

main section ul.button.form li a:active {
  border: 3px solid #39b54a;
  background: white;
  color: #39b54a;
}

main section ul.button.entry li {
  width: 100%;
  margin: 0 0 15px 0;
}

main section ul.button.entry li a {
  background: #39b54a;
  font-size: 1.2em;
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
}

main section ul.button.entry li a::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 3px white;
  border-right: solid 3px white;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
}

main section ul.button.entry li a:active::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 3px #39b54a;
  border-right: solid 3px #39b54a;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -4px;
}

main section ul.button.entry li a:hover {
  background: #70c67a;
}

main section ul.button.entry li a:active {
  border: 3px solid #39b54a;
  background: white;
  color: #39b54a;
}

main section ul.button li.negative a {
  background: #cccccc;
  color: #4d4d4d;
}

main section ul.button li.negative a::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 3px #4d4d4d;
  border-right: solid 3px #4d4d4d;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
}

main section ul.button li.negative a:active::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 3px #4d4d4d;
  border-right: solid 3px #4d4d4d;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -4px;
}

main section ul.button li.negative a:hover {
  background: #d7d7d7;
}

main section ul.button li.negative a:active {
  border: 3px solid #cccccc;
  background: white;
  color: #4d4d4d;
}

@media screen and (max-width: 767px) {
  main section ul.button {
    text-align: center;
    line-height: 1;
    list-style: none;
    margin: 15px 0;
    padding: 0;
  }
  main section ul.button li {
    margin: 0 0 10px 0px;
    display: block;
  }
  main section ul.button li:before {
    display: none;
  }
  main section ul.button li a {
    display: block;
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    width: 100%;
  }
  main section ul.button li a:active {
    border: 3px solid #005bab;
    line-height: 44px;
  }
  main section ul.button.entry li a {
    font-size: 1em;
    min-width: 100%;
    width: 100%;
    height: 60px;
    line-height: 60px;
  }
  main section ul.button.entry li a:active {
    line-height: 54px;
  }
}

/* ul.tab（セレクト） */
main section ul.tabSelect {
  text-align: center;
  line-height: 1;
  list-style: none;
  margin: 0 0 30px 0;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  border: 1px solid #005bab;
}

main section ul.tabSelect li {
  margin: 0;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 20px 5px;
  /*padding: 20px 15px;*/
  background: white;
  color: #005bab;
  font-weight: bold;
  font-family: "ヒラギノUD角ゴ W6 JIS2004", sans-serif;
  text-align: center;
  text-decoration: none;
  border-right: 1px solid #ccc;
}

main section ul.tabSelect li:nth-last-of-type(1) {
  border: none;
}

main section ul.tabSelect li:before {
  display: none;
}

main section ul.tabSelect li:hover {
  background: #005bab;
  color: white;
  cursor: pointer;
}

main section ul.tabSelect li:active {
  background: white;
  color: #005bab;
}

main section ul.tabSelect li.current {
  background: #005bab;
  color: white;
}

main section ul.tabSelect li.current:before {
  display: inline-block;
  border-radius: 0;
  background: transparent;
  content: "";
  position: absolute;
  top: auto;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid #005bab;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

main section ul.tabSelect li.current:hover {
  cursor: default;
}

main section .tabView > div {
  display: none;
}

main section .tabView > div.show {
  display: block;
}

@media screen and (max-width: 767px) {
  main section ul.tabSelect {
    margin: 0 0 15px 0;
  }
  main section ul.tabSelect li {
    /*font-size: 0.9em;*/
    font-size: 0.8em;
    text-align: center;
  }
  main section ul.tabSelect li span {
    display: none;
  }
}

/* ul.tab（トグル） */
main section ul.tabSelect.toggle {
  text-align: center;
  line-height: 1;
  list-style: none;
  margin: 0 0 30px 0;
  display: block;
  border: none;
}

main section ul.tabSelect.toggle li {
  margin: 0 15px 15px 15px;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 30px;
  height: 60px;
  line-height: 58px;
  background: white;
  color: #005bab;
  font-weight: bold;
  font-family: "ヒラギノUD角ゴ W6 JIS2004", sans-serif;
  text-align: center;
  text-decoration: none;
  width: auto;
  min-width: 160px;
  border: 1px solid #005bab;
}

main section ul.tabSelect.toggle li:before {
  display: none;
}

main section ul.tabSelect.toggle li:hover {
  background: #005bab;
  color: white;
  cursor: pointer;
}

main section ul.tabSelect.toggle li:active {
  border: 3px solid #005bab;
  background: white;
  color: #005bab;
  line-height: 54px;
}

main section ul.tabSelect.toggle li.current {
  background: #005bab;
  color: white;
}

main section ul.tabSelect.toggle li.current:before {
  display: inline-block;
  border-radius: 0;
  background: transparent;
  content: "";
  position: absolute;
  top: auto;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid #005bab;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

main section ul.tabSelect.toggle li.current:hover {
  cursor: default;
}

@media screen and (max-width: 767px) {
  main section ul.tabSelect.toggle {
    margin: 0 0 15px 0;
  }
  main section ul.tabSelect.toggle li {
    margin: 0 8px 15px 8px;
    padding: 0 15px;
    height: 40px;
    line-height: 38px;
    min-width: 100px;
    font-size: 0.9em;
  }
  main section ul.tabSelect.toggle li:active {
    line-height: 34px;
  }
}

/* aside */
main section aside {
  margin: 0 0 0.8em 0;
  color: #666666;
  text-align: justify;
  line-height: 2;
  padding: 30px;
  font-size: 0.9em;
  border: 1px solid #ccc;
}

main section aside.center {
  text-align: center;
}

main section aside li {
  color: #666666;
}

main section aside.attention {
  border: 1px solid #f2a29e;
}

main section aside.success {
  color: #27ae60;
  border: 1px solid #2ecc71;
  background: rgba(46, 204, 113, 0.1);
}

main section aside.caution {
  color: #f39c12;
  border: 1px solid #f1c40f;
  background: rgba(241, 196, 15, 0.1);
}

main section aside.alert {
  color: #c0392b;
  border: 1px solid #e74c3c;
  background: rgba(231, 76, 60, 0.1);
}

@media screen and (max-width: 767px) {
  main section aside {
    padding: 15px;
    line-height: 1.6;
  }
  main section aside p {
    line-height: 1.6;
  }
}

/* hr */
main section hr {
  margin: 60px 0;
  height: 1px;
  background: #ccc;
  border: none;
  clear: both;
}

@media screen and (max-width: 767px) {
  main section hr {
    margin: 30px 0;
  }
}

/* figure */
main section figure {
  margin: 0 0 0.8em 0;
  color: #666666;
  font-size: 0.9em;
  max-width: 400px;
}

main section figure figcaption {
  color: #666666;
  margin: 10px 0 0 0;
  font-size: 1em;
  text-align: left;
}

main section figure.withText {
  border: 1px solid #ccc;
  padding: 15px;
}

main section figure.right {
  float: right;
  margin: 0 0 30px 30px;
}

main section figure.left {
  float: left;
  margin: 0 30px 30px 0;
}

main section figure.center {
  margin: 0 auto 30px auto;
  width: auto;
  text-align: center;
}

@media screen and (max-width: 980px) {
  main section figure {
    max-width: 300px;
  }
}

@media screen and (max-width: 840px) {
  main section figure {
    max-width: 200px;
  }
}

@media screen and (max-width: 767px) {
  main section figure {
    max-width: 100%;
  }
  main section figure figcaption {
    text-align: center;
  }
  main section figure.right {
    float: none;
    margin: 0 auto 30px auto;
    text-align: center;
  }
  main section figure.left {
    float: none;
    margin: 0 auto 30px auto;
    text-align: center;
  }
  main section figure.center {
    margin: 0 auto 30px auto;
    width: auto;
    text-align: center;
  }
}

/* 説明リスト */
main section .table > dl {
  width: 100%;
  display: table;
  font-size: 16px;
  border-bottom: 1px solid #cccccc;
}

main section .table > dl:nth-of-type(1) {
  border-top: 1px solid #cccccc;
}

main section .table > dl:nth-last-of-type(1) {
  margin: 0 0 30px 0;
}

main section .table > dl > dt {
  background: #f2f2f2;
  display: table-cell;
  width: 25%;
  padding: 30px;
  border-left: 1px solid #cccccc;
}

main section .table > dl > dd {
  display: table-cell;
  padding: 30px;
  line-height: 1.6;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

@media screen and (max-width: 767px) {
  main section .table > dl {
    width: 100%;
    display: block;
    font-size: 14px;
    border-bottom: 1px solid #cccccc;
  }
  main section .table > dl:nth-of-type(1) {
    border-top: 1px solid #cccccc;
  }
  main section .table > dl:nth-last-of-type(1) {
    margin: 0 0 15px 0;
  }
  main section .table > dl > dt {
    background: #f2f2f2;
    display: block;
    width: 100%;
    padding: 15px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
  }
  main section .table > dl > dd {
    display: block;
    padding: 15px;
    line-height: 1.6;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
  }
}

/* qa用インデント */
main section .qa dl {
  margin-bottom: 30px;
}

main section .qa dl dt {
  font-family: "ヒラギノUD角ゴ W6 JIS2004", sans-serif;
  margin-bottom: 5px;
}

main section .qa dl dt,
.qa dl dd {
  display: block;
  margin-left: 1.8em;
  text-indent: -1.8em;
}

/* column */
main section div[class^="column"] > dl {
  box-sizing: border-box;
  padding: 0 30px 30px 0;
}

main section div[class^="column"] > dl dt {
  text-align: center;
  position: relative;
  width: 100%;
}

main section div[class^="column"] > dl dt:before {
  content: "";
  display: block;
  padding-top: 75%;
  /* 高さを幅の75%に固定 */
}

main section div[class^="column"] > dl dt img {
  min-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

main section div[class^="column"] > dl dd {
  margin: 10px 0 0 0;
  color: #666666;
  font-size: 0.9em;
}

main section div[class^="column"] > dl dd.title {
  font-size: 1.1em;
  font-weight: bold;
  font-family: "ヒラギノUD角ゴ W6 JIS2004", sans-serif;
  color: #1a1a1a;
  margin: 15px 0 -5px 0;
}

main section div[class^="column"] > div {
  box-sizing: border-box;
  padding: 0 30px 30px 0;
  text-align: center;
  position: relative;
  width: 100%;
}

main section div[class^="column"] > div:before {
  content: "";
  display: block;
  padding-top: 75%;
  /* 高さを幅の100%に固定 */
}

main section div[class^="column"] > div img {
  min-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  /*object-fit: contain;
  font-family: 'object-fit: contain;';*/
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

main section .column2 {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;
  align-content: space-between;
  align-items: stretch;
  margin: 0 -30px 0 0;*/
}

main section .column2 dl,
main section .column2 div {
  width: 48% !important;
  margin-right: 4%;
  margin-bottom: 30px;
  padding: 0 !important;
  /*flex: 0 0 50%;
  max-width: 50%;
  min-width: 50%;*/
}

main section .column2 dl:nth-child(2n),
main section .column2 div:nth-child(2n) {
  margin-right: 0;
}

main section .column2 dl:nth-last-child(-n + 2),
main section .column2 div:nth-last-child(-n + 2) {
  margin-bottom: 0;
}

main section .column2-extra {
  display: flex;
  margin-bottom: 30px;
}

main section .column2-extra .item {
  padding: 0;
}

main section .column2-extra .large {
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  margin-right: 2%;
}

main section .column2-extra .small {
  -webkit-flex-shrink: 2;
  flex-shrink: 2;
}

main section .column2-extra .small:before {
  display: none;
}

main section .column2-extra .small img {
  width: 100%;
  height: auto;
  position: static;
}

main section .column3 {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;
  align-content: space-between;
  align-items: stretch;
  margin: 0 -30px 0 0;*/
}

main section .column3 dl,
main section .column3 div {
  width: 32% !important;
  margin-right: 2%;
  margin-bottom: 30px;
  padding: 0 !important;
  /*flex: 0 0 33%;
  max-width: 33%;
  min-width: 33%;*/
}

main section .column3 dl:nth-child(3n),
main section .column3 div:nth-child(3n) {
  margin-right: 0;
}

main section .column3 dl:nth-last-child(-n + 3),
main section .column3 div:nth-last-child(-n + 3) {
  margin-bottom: 0;
}

main section .column4 {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;
  align-content: space-between;
  align-items: stretch;
  margin: 0 -30px 0 0;*/
}

main section .column4 dl,
main section .column4 div {
  width: 23.5% !important;
  margin-right: 2%;
  margin-bottom: 30px;
  padding: 0 !important;
  /*flex: 0 0 25%;
  max-width: 25%;
  min-width: 25%;*/
}

main section .column4 dl:nth-child(4n),
main section .column4 div:nth-child(4n) {
  margin-right: 0;
}

main section .column3 dl:nth-last-child(-n + 4),
main section .column3 div:nth-last-child(-n + 4) {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  main section div[class^="column"] > dl {
    box-sizing: border-box;
    padding: 0 0 30px 0;
    margin: 0 auto 15px auto;
    /*border-bottom: 1px solid #ccc;*/
    min-width: 100%;
    width: 100%;
  }
  main section div[class^="column"] > dl:nth-last-of-type(1) {
    box-sizing: border-box;
    padding: 0 0 30px 0;
    margin: 0 auto 0 auto;
  }
  main section div[class^="column"] > dl dt img {
    min-width: 100%;
    width: 100%;
  }
  main section div[class^="column"] > dl dd {
    margin: 10px 0 0 0;
    color: #666666;
  }
  main section div[class^="column"] > dl dd.title {
    font-size: 1.1em;
    font-weight: bold;
    font-family: "ヒラギノUD角ゴ W6 JIS2004", sans-serif;
    color: #1a1a1a;
    margin: 15px 0 -10px 0;
  }
  main section div[class^="column"] > div {
    position: relative;
    box-sizing: border-box;
    padding: 0 0 30px 0;
    margin: 0 auto 15px auto;
    /*border-bottom: 1px solid #ccc;*/
    min-width: 100%;
    width: 100%;
  }
  main section div[class^="column"] > div:before {
    content: "";
    display: block;
    padding-top: 75%;
    /* 高さを幅の100%に固定 */
  }
  main section div[class^="column"] > div img {
    min-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
    /*object-fit: contain;
    font-family: 'object-fit: contain;';*/
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  main section .column2 {
    flex-direction: column !important;
    margin: 0 !important;
  }
  main section .column2 dl {
    width: 100%;
    margin-right: 0;
    /*flex: 0 0 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;*/
    margin: 0 0 30px 0 !important;
  }
  main section .column2 div {
    width: 100%;
    margin-right: 0;
    /*flex: 0 0 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;*/
    margin: 0 0 15px 0 !important;
  }
  main section .column2-extra {
    display: block;
  }
  main section .column3 {
    flex-direction: column !important;
    margin: 0 !important;
  }
  main section .column3 dl,
  main section .column3 div {
    width: 100%;
    margin-right: 0;
    /*flex: 0 0 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;*/
    margin: 0 0 30px 0 !important;
  }
  main section .column4 {
    margin: 0 !important;
  }
  main section .column4 dl,
  main section .column4 div {
    max-width: 50% !important;
    min-width: 50% !important;
    width: 50% !important;
    flex: 0 0 50% !important;
    margin: 0 !important;
  }
  main section .column4 dl:nth-of-type(1) {
    border-top: 1px solid #ccc;
  }
  main section .column4 dl:nth-of-type(2) {
    border-top: 1px solid #ccc;
  }
  main section .column4 dl:nth-of-type(2n-1),
  main section .column4 div:nth-of-type(2n-1) {
    padding: 15px 15px 15px 0;
  }
  main section .column4 dl:nth-of-type(2n),
  main section .column4 div:nth-of-type(2n) {
    border-left: 1px solid #ccc;
    padding: 15px 0 15px 15px;
  }
  main section .column4 > dl:nth-last-of-type(1),
  main section .column4 > div:nth-last-of-type(1) {
    padding: 15px 0 15px 15px !important;
  }
}

/* video */
main section .video_wrapper {
  text-align: center;
}

main section .video_wrapper video {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

main section .video_wrapper video::-webkit-media-controls-enclosure {
  overflow: hidden;
}

main section .video_wrapper video::-webkit-media-controls-panel {
  width: calc(100% + 32px);
  /* Adjust as needed */
}

_::-webkit-full-page-media,
_:future,
:root video {
  width: 100%;
}

/* =========================================================
記事
========================================================= */
#article #articleTitle {
  border-bottom: 1px solid #ccc;
  padding: 0 0 30px 0;
  margin: 0 auto 30px auto;
}

#article #articleTitle .mainimage {
  text-align: center;
  max-width: 100%;
}

#article #articleTitle .mainimage img {
  max-height: 480px;
  object-fit: contain;
  font-family: "object-fit: contain;";
}

#article #articleTitle .date {
  margin: 30px 0 0 0;
  color: #666666;
  font-size: 10px;
}

#article #articleTitle .title {
  text-align: justify;
  margin: 15px 0 0 0;
  line-height: 1.2;
}

#article #articleTitle .category {
  line-height: 1;
  margin: 30px 0 0 0;
  /*margin: 0;*/
  font-size: 12px;
  /*color: #005BAB;*/
  color: #666;
}

#article main > #areaMobileButton {
  display: none;
}

@media screen and (max-width: 992px) {
  #article #articleTitle {
    margin: 0 15px 30px 15px;
  }
  #article #articleTitle .date {
    margin: 30px 0 0 0;
  }
}

@media screen and (max-width: 767px) {
  #article #articleTitle {
    padding: 0 0 15px;
    margin: 30px 15px 15px 15px;
  }
  #article #articleTitle .mainimage img {
    max-height: 240px;
  }
  #article #articleTitle .date {
    margin: 15px 0 0 0;
  }
  #article #articleTitle .title {
    margin: 15px 0 0 0;
  }
  #article #articleTitle .category {
    margin: 15px 0 0 0;
  }
  #article main > #areaMobileButton {
    display: block;
    padding: 30px 0;
    border-top: 1px solid #cccccc;
  }
  #article main > #areaMobileButton > section:nth-last-of-type(1) {
    margin: 0;
  }
  #article main > #areaMobileButton > section > ul li:nth-last-of-type(1) {
    margin: 0;
  }
}

/* =========================================================
記事一覧
========================================================= */
.articleList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -60px 0 0;
}

.articleList a {
  flex: 0 0 auto;
  width: 50%;
  padding: 30px 60px 0px 0;
  /*display: flex;*/
  align-items: stretch;
  text-decoration: none;
}

.articleList a article {
  position: relative;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .articleList a article {
    padding-bottom: 45px;
    display: block;
  }
}

.articleList a article .description {
  padding: 0 0 30px 20px;
  margin: 0;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #e6e6e6;
  flex: 1 1 100%;
  height: 120px;
}

@media only screen and (max-width: 767px) {
  .articleList a article .description {
    border-bottom: none;
    padding: 0;
    height: auto;
  }
}

.articleList a article .description .title {
  text-align: justify;
  margin: 0 0 0 0;
  /*color: #4D4D4D;*/
  font-weight: bold;
  font-family: "ヒラギノUD角ゴ W6 JIS2004", sans-serif;
  line-height: 1.6;
  display: block;
  overflow: hidden;
  font-size: 16px;
  max-height: 76.8px;
  line-height: 1.6;
  position: relative;
}

.articleList a article .description .title:before,
.articleList a article .description .title:after {
  width: 1em;
  background: #fff;
  position: absolute;
}

.articleList a article .description .title:before {
  content: "...";
  top: 51.2px;
  right: 0;
}

.articleList a article .description .title:after {
  content: "";
  height: 100%;
  width: 100%;
}

.articleList:hover a article .description .title:before,
.articleList:hover a article .description .title:after {
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .articleList a article .description .title {
    display: block;
    overflow: hidden;
    font-size: 13px;
    max-height: 54.6px;
    line-height: 1.4;
    position: relative;
  }
  .articleList a article .description .title:before,
  .articleList a article .description .title:after {
    width: 1em;
    background: #fff;
    position: absolute;
  }
  .articleList a article .description .title:before {
    content: "...";
    top: 36.4px;
    right: 0;
  }
  .articleList a article .description .title:after {
    content: "";
    height: 100%;
    width: 100%;
  }
  .articleList:hover a article .description .title:before,
  .articleList:hover a article .description .title:after {
    background: #fff;
  }
}

@media only screen and (max-width: 767px) {
  .articleList a article .description .category {
    position: absolute;
    left: 0;
    bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .articleList a article .description .date {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}

h2 + .articleList {
  margin: 60px -60px 0 0;
}

p + .articleList {
  margin: 45px -60px 0 0;
}

.articleList + h3 {
  margin: 30px 0 30px 0;
}

.articleList article .image {
  border-bottom: 1px solid #e6e6e6;
  /*padding: 0 0 30px 0;*/
  margin: 0;
  /*flex: 0 0 180px;*/
  flex: 1 1 220px;
  display: block;
  height: 120px;
}

@media only screen and (max-width: 767px) {
  .articleList article .image {
    height: auto;
  }
}

.articleList article .image .aspectRatio {
  position: relative;
  width: 100%;
}

.articleList article .image .aspectRatio:before {
  content: "";
  display: block;
  padding-top: 56%;
}

.articleList article .image .aspectRatio img {
  min-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: contain;";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #f2f2f2;
  /*object-position: 0px 0px;*/
}

.articleList a:hover article .title {
  color: #005bab;
}

.articleList a:active article .title {
  color: #75a4cf;
}

.articleList article .date {
  margin: 10px 0 0 0;
  line-height: 1;
  color: #666666;
  font-size: 11px;
}

.articleList article .category {
  margin: auto 0 0 0;
  line-height: 1;
  font-size: 11px;
  color: #005bab;
}

@media screen and (max-width: 767px) {
  .articleList {
    margin: 0 0 45px 0;
  }
  h2 + .articleList,
  p + .articleList {
    margin: 0 0 45px 0;
  }
  .articleList + h3 {
    margin: 30px 0 15px 0;
  }
  .articleList a {
    flex: 0 0 auto;
    width: 50%;
    padding: 0;
    display: flex;
    align-items: stretch;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
  }
  .articleList a:nth-of-type(1) {
    border-top: 1px solid #ccc;
  }
  .articleList a:nth-of-type(2) {
    border-top: 1px solid #ccc;
  }
  .articleList a:nth-of-type(2n-1) {
    padding: 15px 15px 15px 0;
  }
  .articleList a:nth-of-type(2n) {
    border-left: 1px solid #ccc;
    padding: 15px 0 15px 15px;
  }
  /*↓カテゴリ変更画面の崩れ対応*/
  .articleList a.search_result_even {
    padding: 15px 15px 15px 0px !important;
    border-right: 1px solid #ccc!important;
    border-left: none;
  }
  .articleList a.search_result_odd {
    border-left: none;
    padding: 15px 0px 15px 15px !important;
  }
  .articleList a.search_result_top{
    border-top: 1px solid #ccc !important;
  }
  /*↑カテゴリ変更画面の崩れ対応*/
  .articleList article {
    display: flex;
    flex-direction: column;
    min-width: 100%;
    width: 100%;
    flex: 0 0 100%;
    margin: 0;
    padding: 0;
  }
  .articleList article .image {
    border-bottom: none;
    padding: 0 0 15px 0;
    margin: 0;
    flex: 0 1 auto;
    display: block;
  }
  .articleList article .image .aspectRatio {
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
    max-height: 100%;
    max-width: 100%;
  }
  .articleList article .image .aspectRatio:before {
    content: "";
    display: block;
    padding-top: 56%;
  }
  .articleList article .image .aspectRatio img {
    min-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: contain;";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #f2f2f2;
  }
  .articleList article .description {
    padding: 0 0 0 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    border-bottom: none;
    flex: 1 1 auto;
  }
  .articleList article .date {
    margin: 5px 0 0 0;
    line-height: 1;
    color: #666666;
    font-size: 10px;
  }
  .articleList article .category {
    margin: auto 0 0 0;
    line-height: 1;
    font-size: 10px;
    color: #005bab;
  }
}

/* ul.button */
/* ul.tab（セレクト） */
main section .tabView > div {
  display: none;
}

main section .tabView > div.show {
  display: block;
}

/* =========================================================
css icon
========================================================= */
.icon.attention {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  vertical-align: bottom !important;
  display: inline-block !important;
  width: 0 !important;
  height: 0 !important;
  border-top: 0px solid transparent !important;
  border-right: 10px solid transparent !important;
  border-bottom: 16px solid orange !important;
  border-left: 10px solid transparent !important;
  margin: 0 0.5em 2px 0 !important;
}

.icon.attention:after {
  position: absolute !important;
  left: -2px !important;
  right: 0 !important;
  top: 2px !important;
  bottom: 0 !important;
  content: "!";
  text-align: center !important;
  text-decoration: none !important;
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 0.8em !important;
  color: white !important;
  text-shadow: none;
}

@media screen and (max-width: 767px) {
  .icon.attention {
    border-top: 0px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-bottom: 14px solid orange !important;
    border-left: 8px solid transparent !important;
  }
  .icon.attention:after {
    left: -2px !important;
    top: 1px !important;
  }
}

.icon.circle-arrow {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  vertical-align: bottom !important;
  display: inline-block !important;
  width: 36px !important;
  height: 36px !important;
  border: 2px solid white !important;
  border-radius: 100% !important;
  margin: 0 !important;
}

.icon.circle-arrow:before {
  content: "";
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: solid 3px white;
  border-right: solid 3px white;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -6px;
}

a:active .icon.circle-arrow {
  border: 2px solid #005bab !important;
}

a:active .icon.circle-arrow:before {
  border-top: solid 3px #005bab;
  border-right: solid 3px #005bab;
}

@media screen and (max-width: 767px) {
  .icon.circle-arrow {
    width: 24px !important;
    height: 24px !important;
    border: 2px solid white !important;
  }
  .icon.circle-arrow:before {
    width: 8px;
    height: 8px;
    border-top: solid 2px white;
    border-right: solid 2px white;
    top: 50%;
    left: 5px;
    margin-top: -4px;
  }
  a:active .icon.circle-arrow {
    border: 2px solid #005bab !important;
  }
  a:active .icon.circle-arrow:before {
    border-top: solid 2px #005bab;
    border-right: solid 2px #005bab;
  }
}

/* =========================================================
infinitescroll
========================================================= */
#infscr-loading {
  text-align: center;
  margin: 45px auto 0 auto;
}

@media screen and (max-width: 767px) {
  #infscr-loading {
    margin: 30px auto 0 auto;
  }
}

/* =========================================================
slick
========================================================= */
.slick-track {
  margin: 0 60px;
}

@media screen and (max-width: 767px) {
  .slick-track {
    margin: 0 15px;
  }
}

.slide_nav {
  margin: -30px 0 60px 0;
  text-align: center;
}

.slide_nav_inner {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 20px;
}

.mainimage .slick-arrow {
  top: 50vh;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
}

@media only screen and (max-width: 960px) {
  .mainimage .slick-arrow {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
    top: 50%;
  }
}

.mainimage .slick-next:before,
.mainimage .slick-prev:before {
  opacity: 1;
}

.mainimage .slick-next,
.mainimage .slick-prev {
  width: 140px;
  height: 140px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 70px;
  transition: all 0.3s;
  z-index: 1;
}

@media only screen and (max-width: 960px) {
  .mainimage .slick-next,
  .mainimage .slick-prev {
    width: 80px;
    height: 80px;
  }
}

.slick-prev {
  left: 50%;
  right: auto;
  margin: 2px 0 0 -60px;
}

.mainimage .slick-prev {
  left: -140px;
  margin: 0;
}

@media only screen and (max-width: 960px) {
  .mainimage .slick-prev {
    left: -45px;
  }
}

.slick-prev:before {
  color: #ccc;
  content: "";
  width: 16px;
  height: 16px;
  border: 0px;
  border-top: solid 4px #ccc;
  border-right: solid 4px #ccc;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  position: absolute;
  top: 0;
  left: 0;
}

.mainimage .slick-prev:before {
  color: #fff;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  top: 45%;
  left: 69%;
}

@media only screen and (max-width: 960px) {
  .mainimage .slick-prev:before {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    top: 43%;
    left: 70%;
    width: 10px;
    height: 10px;
  }
}

.slick-next {
  left: auto;
  right: 50%;
  margin: 2px -60px 0 0;
}

.mainimage .slick-next {
  right: -140px;
  margin: 0;
}

@media only screen and (max-width: 960px) {
  .mainimage .slick-next {
    right: -45px;
  }
}

.slick-next:before {
  color: #ccc;
  content: "";
  width: 16px;
  height: 16px;
  border: 0px;
  border-top: solid 4px #ccc;
  border-right: solid 4px #ccc;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0%;
  right: 0;
}

.mainimage .slick-next:before {
  color: #fff;
  top: 45%;
  right: 69%;
}

@media only screen and (max-width: 960px) {
  .mainimage .slick-next:before {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    top: 43%;
    right: 70%;
    width: 10px;
    height: 10px;
  }
}

.slick-dots {
  padding: 0;
  list-style: none;
  bottom: 0 !important;
}

.slick-dots > li {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}

.slick-dots > li:before {
  display: none;
}

.slick-dots button {
  padding: 0;
  border: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: silver;
  color: transparent;
  -webkit-appearance: none;
}

.slick-dots .slick-active button {
  background-color: black;
}

@media screen and (max-width: 767px) {
  .slide_nav {
    margin: -15px 0 30px 0;
    text-align: center;
  }
  .slide_nav_inner {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 20px;
  }
}

.slide_status {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  line-height: 20px;
  color: #666666;
}

/* =========================================================
Loading
========================================================= */
#loader-bg {
  display: none;
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: white;
  justify-content: center;
  align-content: center;
  align-items: center;
}

#loader {
  display: none;
  z-index: 1000;
  height: 100%;
  text-align: center;
  justify-content: center;
  align-content: center;
  align-items: center;
}

#loader img {
  padding: 1em;
  max-height: 40%;
}

.about_top_head {
  text-align: center;
  margin-bottom: 30px;
  font-size: 26px;
}

#moreButton {
  margin: 15px auto;
}

#moreButton li {
  display: inline-block;
  margin: 15px;
}

#moreButton a {
  padding: 0 30px;
  margin: 0 auto;
}

/* お知らせの絞り込み用エリアのCSS */
#mainContents main .searchBoxArea {
  border: 2px solid #cccccc;
  padding: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: "ヒラギノUD角ゴ W6 JIS2004", sans-serif;
}
/* お知らせ絞り込み更新ボタン */
.searchBoxArea .updateButton {
  /*  display: inline-block;*/
  margin: 0px auto 10px auto;
  text-align: center;
  font-weight: bold;
  width: 100px;
  text-decoration: none;
  border: solid 2px #4d86be;
  border-radius: 3px;
  transition: 0.4s;
}

.searchBoxArea .updateButton input {
  width: 100%;
  padding: 0.3em 0px;
}

.searchBoxArea .updateButton:hover {
  background: #4d86be;
  color: white;
}

.searchBox {
  width: 90%;
  margin: 2em 20px;
  text-align: left;
}

.searchBox {
  display: inline-block;
  margin-right: 15px;
}

.searchBox .searchCheckBox {
  position: relative;
  top: 11.33333px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 30px;
  margin-right: 0.5rem;
  cursor: pointer;
  transition: all 0.15s ease-out 0s;
  color: #ffffff;
  border: none;
  outline: none;
  background: #ced5d6;
  -webkit-appearance: none;
  appearance: none;
}
.searchBox .searchCheckBox:hover {
  background: #d3edfb;
}
.searchBox .searchCheckBox:checked {
  background: #005bab;
}
.searchBox .searchCheckBox:checked::before {
  font-size: 20px;
  line-height: 30px;
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  content: "✔";
  text-align: center;
}
.searchBox .searchCheckBox:checked::after {
  position: relative;
  display: block;
  content: "";
  -webkit-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #005bab;
}
.searchBox .searchCheckBox.radio {
  border-radius: 50%;
}
.searchBox .searchCheckBox.radio::after {
  border-radius: 50%;
}
.searchBox label {
  line-height: 40px;
  display: inline-block;
}
.searchBox .searchCheckBox:disabled {
  cursor: not-allowed;
  background: #005bab;
}
.searchBox .searchCheckBox:disabled::before {
  font-size: 20px;
  line-height: 30px;
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  content: "✖︎";
  text-align: center;
}

/* 次の10件を表示するボタンのCSS */
#nextButton .button {
  display: block;
}

#nextButton ul .button li {
  margin: 30px auto;
}

#nextButton ul.button li input {
  box-sizing: border-box;
  padding: 0 30px;
  height: 60px;
  line-height: 60px;
  background: #005bab;
  color: white;
  font-weight: bold;
  font-family: "ヒラギノUD角ゴ W6 JIS2004", sans-serif;
  text-align: center;
  text-decoration: none;
  min-width: 260px;
  position: relative;
}

#nextButton ul.button li input:hover {
  background: #4d86be;
}

#nextButton ul.button li input:active {
  border: 3px solid #005bab;
  background: white;
  color: #005bab;
  line-height: 54px;
}

#nextButton ul.button li input::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 3px white;
  border-right: solid 3px white;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
}

#nextButton ul.button li input:active::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 3px #005bab;
  border-right: solid 3px #005bab;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -4px;
}

#noData {
  text-align: center;
}

.section #noData {
  text-align: center;
}

/*今日のスケジュールページCSS*/
/*SP版用*/
/*@media screen and (max-width: 767px) {
  li.schedule-item {
    margin-top : -65px;
    padding-top : 65px;
  }
}*/

/*今日のスケジュールページ文言*/
h2.noText {
  text-align: center;
  margin: 40px 0 30px;
}

.todayText {
  display: block;
  color: #666666;
  text-decoration: none;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-family: "ヒラギノUD角ゴ W3 JIS2004", sans-serif;
  font-size: 12px;
  line-height: 1;
  margin: 10px 0 0 0;
}

#list main .section-last {
  padding-bottom: 60px !important;
}

.search-window {
  text-align: center;
  background: #f5f5f5;
  padding: 40px 0;
  max-width: 670px;
  margin: 2em auto 4em;
  color: #fff;
}

.search-window form {
  font-size: 0;
}

.search-window input[type="text"] {
  border: 1px solid #ccc;
  background: #fff;
  width: 100%;
  max-width: 520px;
  height: 48px;
  color: #333;
  padding: 0 6px;
  font-size: 14px;
}

.search-window input[type="text"]::placeholder {
  color: #d1d1d1;
}

.search-window .button-inner {
  padding: 11.2px 20px;
  border-radius: 0 3px 3px 0;
  background: #005bab;
  font-size: 14px;
  border: 1px solid #005bab;
  height: 48px;
  display: inline-block;
  vertical-align: top;
}

.search-nav--heading {
  border-top: 3px solid #005aab;
  background: #f5f5f5;
  padding: 20px 10px;
  border-radius: 0 0 3px 3px;
}

.search-nav--heading > h2 {
  font-size: 20px;
  font-family: "ヒラギノUD角ゴ W6 JIS2004", sans-serif;
  font-weight: bold;
}

.search-nav {
  padding: 15px;
  margin-bottom: 1em;
  font-weight: bold;
}

.search-nav:after {
  content: "";
  display: table;
  clear: both;
}

.search-nav form .search-count {
  float: left;
}

.search-nav form .search-count > span {
  font-size: 30px;
  padding-right: 5px;
  color: #005aab;
  font-weight: bold;
  font-family: "ヒラギノUD角ゴ W6 JIS2004", sans-serif;
}

.search-show {
  float: right;
}

.search-show > span {
  position: relative;
}

.search-show > span:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 33%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-radius: 3px;
  border-color: #525252 transparent transparent transparent;
}

.search-show select {
  background: #fff;
  color: #000;
  border: 1px solid #1a4f7d;
  font-weight: 100;
  padding: 4px 23px 2px 5px;
  font-size: 14px;
  border-radius: 3px;
  border-color: #929292;
}

#list main .result-pager {
  margin: 0 0 50px 0;
}

.result-pager .item-pager ul {
  text-align: center;
}

.result-pager .item-pager ul li {
  list-style: none;
  border: 1px solid #eee;
  display: inline-block;
  margin: 0 4px;
  padding: 0;
}

.result-pager .item-pager ul li a,
.result-pager .item-pager ul li span {
  padding: 2px 10px;
  display: block;
  text-align: center;
}

.result-pager .item-pager ul li.current {
  background: #005bab;
  border: 1px solid #005bab;
  color: #fff;
}

.result-pager .item-pager ul li:before {
  display: none;
}

.result-pager .item-pager ul li:hover a {
  text-decoration: none;
}

.result-contents .item {
  border-bottom: 1px solid #eee;
  padding: 2.4em 0 0.8em;
}

.result-contents .item:last-child {
  padding: 1.6em 0 0;
}

.result-contents .item h3 {
  font-size: 20px;
  font-family: "ヒラギノUD角ゴ W6 JIS2004", sans-serif;
  font-weight: bold;
  margin-bottom: 5px;
}

.result-contents .item time {
  font-size: 14px;
  margin-bottom: 1em;
  display: block;
  color: #666666;
}

.result-contents .item p {
  margin: 0 0 1.2em 0;
}

.more-button {
  text-align: center;
  display: none;
  margin: 30px 0 40px;
  height: 43px;
  position: relative;
}

.more-button > div {
  display: block;
  padding: 10px 0;
  border: 1px solid #ccc;
  max-width: 280px;
  margin: 0 auto 40px;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  background: #fff;
}

.more-button > div:before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #0f5bab;
  border-right: solid 2px #0f5bab;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  left: 30%;
  margin: -5px -5px 0 0;
  transition: all 0.3s ease 0s;
}

.more-button .loading-item {
  position: absolute;
  top: 16%;
  z-index: -1;
  left: 45%;
}

.more-button .loading-item img {
  width: 30px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .schedule-header {
    display: none;
  }
  main .search-header {
    position: static;
    margin-bottom: 2.5em;
  }
  .search-window.window-heading {
    margin: 2em 15px 3em;
  }
  .search-window {
    padding: 20px 15px;
  }
  .search-window input[type="text"] {
    width: 76%;
  }
  .search-window input[type="text"]::placeholder {
    font-size: 13px;
  }
  .search-window .button-inner {
    padding: 11.2px 10px;
  }
  .section-last .search-window {
    margin: 0 auto;
  }
  .search-text {
    display: block;
    font-size: 16px;
  }
  .search-nav--heading {
    margin: 0 15px;
  }
  .search-nav--heading > h2 {
    font-size: 18px;
  }
  .search-nav {
    font-size: 14px;
    margin-bottom: 1em;
  }
  .search-nav form .search-count > span {
    font-size: 26px;
  }
  .search-show select {
    font-size: 14px;
  }
  #list main > section.result-contents {
    margin: 30px 0 40px 0;
  }
  .result-contents .item-wrap:first-child .item:first-child {
    padding-top: 0;
  }
  .result-contents .item:last-child {
    padding: 2.4em 0 0.8em;
  }
  .result-contents .item h3 {
    font-size: 15px;
  }
  .result-contents .item time {
    font-size: 13px;
  }
  #list main .result-pager {
    margin: 0 0 40px 0;
  }
  .result-pager .item-pager ul li {
    display: none;
  }
  .result-pager .item-pager ul li.current,
  .result-pager .item-pager ul li.prev,
  .result-pager .item-pager ul li.next,
  .result-pager .item-pager ul li.is-show-page {
    display: inline-block;
  }
  .more-button {
    display: block;
  }
}

.articleList p.no_data {
  margin: 0 auto;
  font-family: "ヒラギノUD角ゴ W6 JIS2004", sans-serif;
  font-size: 20px;
}
.number-label {
  position: relative;
  z-index: 2;
  color: #fff;
  width: 20px;
  height: 32px;
  display: inline-block;
  text-align: center;
}
.number-label:after {
  background: #005bab;
  color: white;
  padding: 3px 5px;
  font-size: 0.8em;
  font-weight: bold;
  font-family: "ヒラギノUD角ゴ W6 JIS2004", sans-serif;
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0px;
  bottom: 0;
  top: 0;
  z-index: -1;
  margin: auto;
  right: 0;
}

@media screen and (max-width: 767px) {
  .number-label {
    position: relative;
    z-index: 2;
    color: #fff;
    width: 20px;
    height: 28px;
    display: inline-block;
    text-align: center;
  }
}

.clearfix {
  min-height: 1px;
}

.clearfix:after,
#info-area .info-txt:after,
#info-area .event-txt:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#info-area {
  max-width: 980px;
  margin: 0 auto;
  margin-top: 50px;
  padding: 10px;
  border: #000 solid 1px;
}

#info-area .info-in {
  padding: 40px;
  background: #fff;
}

#info-area .author {
  float: left;
  width: 150px;
}

#info-area .author img {
  width: 150px;
  border-radius: 50%;
}

#info-area .info-txt {
  margin-left: 180px;
  margin-bottom: 30px;
}

#info-area .info-txt strong {
  margin-bottom: 1em;
  font-size: 20px;
  line-height: 1.5;
}

#info-area .info-txt p {
  text-align: left;
  line-height: 1.8;
}

@media only screen and (max-width: 1079px) {
  #info-area {
    width: 100%;
    padding: 8px;
  }
}
@media only screen and (max-width: 767px) {
  #info-area {
    width: 100%;
    border: #000 solid 1px;
    background-size: 8px 8px;
  }

  #info-area .info-in {
    padding: 12px;
  }

  #info-area .author {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  #info-area .info-txt {
    margin-left: 0;
    clear: both;
  }
  #info-area .info-txt h3 {
    font-size: 16px;
  }
}

#info-area .event-txt {
  margin-bottom: 30px;
}

#info-area .event-txt h3 {
  margin-bottom: 1em;
  font-size: 20px;
  line-height: 1.5;
}

#info-area .event-txt p {
  margin-bottom: 30px;
}

#info-area .event-txt dl {
  float: left;
  width: 520px;
}

.gmap {
  width: 100%;
  height: 250px;
}

dl.dl-event {
  border-bottom: 1px solid #ddd;
  font-size: 16px;
}

dl.dl-event dt {
  position: relative;
  float: left;
  width: 6em;
  padding: 10px 0 0 0;
  border-top: 1px solid #ddd;
  font-weight: bold;
}

dl.dl-event dt:after {
  position: absolute;
  right: 0;
  content: "：";
}

dl.dl-event dd {
  margin-left: 6em;
  padding: 10px 10px;
  border-top: 1px solid #ddd;
}

#info-area .event-txt .gmap {
  float: right;
  width: 320px;
}

@media only screen and (max-width: 1079px) {
  #info-area .event-txt dl {
    width: 55%;
  }

  #info-area .event-txt .gmap {
    width: 40%;
  }
}

@media only screen and (max-width: 767px) {
  #info-area .event-txt dl {
    width: 100%;
  }

  dl.dl-event dt:after {
    display: none;
  }

  #info-area .event-txt {
    margin-bottom: 10px;
  }

  dl.dl-event {
    margin-bottom: 15px;
    font-size: 13px;
  }

  dl.dl-event dt {
    float: none;
    width: 100%;
    padding: 5px 0 0;
    font-weight: bold;
  }

  dl.dl-event dd {
    margin-left: 0;
    padding: 0 0 5px 1em;
    border-top: none;
  }

  #info-area .event-txt .gmap {
    float: none;
    clear: both;
    width: 100%;
  }
}

/* =========================================================
youtube
========================================================= */

.youtube-frame {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
}
.youtube-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .youtube-frame-spOnly {
    width: 100%;
    padding-bottom: 56.25%;
    height: 0px;
    position: relative;
  }
  .youtube-frame-spOnly iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
/* =========================================================
enjoy
========================================================= */

.enjoy-list {
  max-width: 1000px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.enjoy-list-item {
  position: relative;
  width: calc(50% - 40px);
  padding: 0;
  margin: 20px;
}

.enjoy-list-item a {
  display: block;
  transition: all 0.3s;
}

.enjoy-list-item a:hover {
  opacity: 0.7;
}

.enjoy-list-item__image {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
  background: #b3b3b3;
}

.enjoy-list-item__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.enjoy-list-item__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.8;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 30%);
  text-align: center;
  font-size: 34px;
}

@media screen and (max-width: 768px) {
  .enjoy-list {
    margin-bottom: 30px;
  }

  .enjoy-list-item {
    width: calc(50% - 20px);
    padding: 0;
    margin: 10px;
  }

  .enjoy-list-item__image:before {
    padding-top: 80%;
  }

  .enjoy-list-item__title {
    font-size: 16px;
    line-height: 1.6;
  }

  .enjoy-list-item__link {
    text-decoration: none;
    transition: all 0.3s;
    display: block;
    position: relative;
  }
}

@media screen and (max-width: 320px) {
  .enjoy-list-item__title {
    font-size: 13px;
  }
}

/* =========================================================
category
========================================================= */

.category-content-kind {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .category-content-kind {
    justify-content: flex-start;
  }
}

.category-content-kind__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: calc(calc(100% / 4) - 10px);
  height: 40px;
  margin: 0 5px;
  padding: 10px;
  border-radius: 5px;
  font-size: 16px;
  color: #2f5aa5;
  background: #e3f1f8;
}

.category-content-kind__item:nth-child(n + 5) {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .category-content-kind__item {
    width: calc((100% / 2) - 10px);
    height: 40px;
    margin: 0 5px;
  }
  .category-content-kind__item:nth-child(n + 3) {
    margin-top: 10px;
  }
}

.category-content-topics {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.category-content-topics__item {
  margin: 0 20px;
  width: calc((100% / 3) - 40px);
}

@media screen and (max-width: 768px) {
  .category-content-topics__item {
    margin: 0;
    width: 100%;
  }
}

.category-content-topics__item:nth-child(n + 4) {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .category-content-topics__item:nth-child(n + 2) {
    margin-top: 30px;
  }
}

.category-content-topics__item a {
  display: block;
  transition: all 0.3s;
  text-decoration: none;
}

.category-content-topics__item a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .category-content-topics__item a:hover {
    opacity: 1;
  }
}

.category-content-topics__thumbnail {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
  background: #b3b3b3;
}

.category-content-topics__thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.category-content-topics__thumbnail iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.category-content-topics__heading {
  background: #f5f5f5;
  padding: 20px;
  font-size: 14px;
  width: 100%;
  color: #000;
  height: 90px;
}

.category-content-topics__heading-inner {
  display: block;
  overflow: hidden;
  line-height: 1.5;
  height: calc(90px - 40px);
}

.image-links {
  display: flex;
}
.image-links__item {
  margin: 0 10px;
  text-align: center;
}

.image-links__item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
}

.image-links__image {
  padding-bottom: 10px;
}

.image-links__text {
  margin-top: auto;
}

@media screen and (max-width: 768px) {
  .image-links__item {
    margin: 0 5px;
  }
}


.sprite_img {
  position: relative;
max-width:900px;
margin: 0 auto;
  overflow: hidden;
}

.sprite_img:before {
  content: '';
  padding-top: 56.25%;
  display: block;
  width: 100%;
}

.sprite_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.sprite_img:hover img {
  top: -100%;
}