/* CSS
----------------------------------------------------------- */
html,
body {
  position: relative;
  height: 100%;
}

.swiper-wrapper {
  width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .swiper-wrapper {
    width: 100%;
  }
}

.slick-arrow {
  width: 22px;
  position: absolute;
  top: 130px;
}
@media screen and (max-width: 768px) {
  .slick-arrow {
        width: 60px;
    height: 150px;
    padding: 10px 22px 100px 22px;
  }
}
@media screen and (max-width: 768px) {
  li.swiper-slide.slick-slide {
      padding: 0px 40px;
  }
}
.arrow_prev {
  left: -40px;
}
@media screen and (max-width: 768px) {
  .arrow_prev {
    left: 20px;
    top:74px;
    z-index: 2;
  }
}

.arrow_next {
  right: -40px;
}
@media screen and (max-width: 768px) {
  .arrow_next {
    right: 20px;
    top:74px;
  }
}

.swiper-container {
  width: 900px;
  height: 100%;
}

.swiper-slide {
  padding-top: 20px;
  padding-bottom: 40px;
  text-align: center;
  font-size: 1.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
li.swiper-slide img{
    width: 210px;
  }
@media screen and (max-width: 768px) {
  li.swiper-slide img{
    width: 140px;
  }
}
a .label-category {
  width: 80%;
  margin: 30px auto 10px;
  padding: 6px 0;
  font-size: 0.8em;
  line-height: 1;
}

.top-bool-title {
  width: 70%;
  margin: 0 auto;
  text-align: left;
  font-size: 1em;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .top-bool-title {
    width: 55%;
  }
}

.contents00-top {
    text-align: center;
    margin-top: 60px;
    margin-bottom:10px;
    border-top: 1px solid #ccc;
    padding-top: 20px;
}
.contents01-top {
  margin-top: 20px;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .contents00-top {
    padding: 20px 20px;
    margin-top:50px;
    mrgin-bottom: 0px;
  }
  .contents01-top {
    padding: 0 20px;
    margin-top:50px;
    margin-top:0px;
  }
  img.gf_img {
      width: 200px;
  }
}
.contents01-top .wrap {
  width: 810px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contents01-top .wrap {
    width: 100%;
  }
}
.contents01-top .wrap a {
  position: relative;
  width: 390px;
  margin-right: auto;
  margin-bottom: 12px;
  padding: 18px 0;
  color: #0e5da5;
  font-size: 14px;
  font-size: 1em;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  background: #a5d9f9;
  letter-spacing: 0.2em;
  border-radius: 3px;
  -webkit-box-shadow: 0px 3px 0px 0px #bfbfbf;
          box-shadow: 0px 3px 0px 0px #bfbfbf;
}
@media screen and (max-width: 768px) {
  .contents01-top .wrap a {
    width: 100%;
    font-size: 16px;
  }
}
.contents01-top .wrap a:before {
  position: absolute;
  top: 40%;
  left: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fbb03b;
  content: "\f111";
  font-size: 0.5em;
}
@media screen and (max-width: 768px) {
  .contents01-top .wrap a:before {
    display: none;
  }
}
.contents01-top .wrap a:after {
  position: absolute;
  top: 40%;
  right: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  content: "\f054";
  font-size: 0.5em;
}
.contents01-top .wrap a:hover {
  color: #fff;
  background: #004172;
}

.box_link_wrap{
   display:inline-block;
   line-height: 1.4em;
}

.slick-list.draggable img {
    border: solid 1px #dedede;
}

.slick-dots li button:before {
    font-family: 'slick';
    
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #a5d9f9;
}
.slick-dots li.slick-active{
    opacity: 1;
}
.slick-dots li button:before {
    color:dimgray;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    color: #0e5da5;
    opacity: .75;
}