@charset "UTF-8";

#top .swiper-container {
  width: 100%;
  background-color: #0ba641;
  padding: 16px 0;
}
#top .sliderBox .swiper-container {
}
#top .sliderBox .swiper-navi {
  display: none;
}
#top .sliderBox .swiper-navi .swiper-prev {
  position: absolute;
  z-index: 1000;
  left: 0;
  cursor: pointer;
}
#top .sliderBox .swiper-navi .swiper-next {
  position: absolute;
  z-index: 1000;
  right: 0;
  cursor: pointer;
}

#top .sliderBox .swiper-slide {
  width: 100%;
}
#top .sliderBox .swiper-slide img {
  width: 100%;
  height: auto;
}
#top .sliderBox .swiper-pagination {
  position: relative;
  bottom: -16px;
  height: 9px;
  padding: 6px 0;
  background-color: #8fc722;
  font-size: 9px;
  line-height: 1;
}
#top .sliderBox .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  opacity: 1;
  background: #fff;
}
#top .sliderBox .swiper-pagination-bullet-active {
  background: #e7639d;
}
.homenavi {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 5% 36px;
  justify-content: space-between;
}
.homenavi > .mdl_box {
  width: 48%;
  margin-top: 16px;
}
.homenavi a {
  display: flex;
  width: 100%;
  padding: 5% 3%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.homenavi a img {
  width: 100px;
  height: 80px;
}
.homenavi a h3 {
  font-size: 18px;
  font-weight: bold;
  color: #0ba641;
  text-align: center;
  line-height: 1.2;
  min-height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}
.homenavi a p {
  font-size: 12px;
  color: #646464;
  text-align: center;
  line-height: 1.2;
}
.subnavi {
  margin-bottom: 36px;
}
.subnavi ul {
  width: 100%;
}
/*20200527*/
#top .sliderBox .swiper-container {
	box-sizing: content-box;
}



@media print, screen and (min-width: 768px) {
  /*768px以上*/
  #top .swiper-container {
    padding: 32px 0;
  }
  #top .sliderBox .swiper-container {
  }
  #top .sliderBox .swiper-navi {
    display: block;
    position: absolute;
    width: 1028px;
    height: 66px;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }
  #top .sliderBox .swiper-navi .swiper-prev {
    position: absolute;
    z-index: 1000;
    left: 0;
    cursor: pointer;
  }
  #top .sliderBox .swiper-navi .swiper-next {
    position: absolute;
    z-index: 1000;
    right: 0;
    cursor: pointer;
  }

  #top .sliderBox .swiper-slide {
    width: 926px;
  }
  #top .sliderBox .swiper-slide img {
    width: 926px;
  }
  #top .sliderBox .swiper-pagination {
    height: 14px;
    padding: 9px 0;
    bottom: -32px;
  }
  #top .sliderBox .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
  }
  #top .sliderBox .swiper-pagination-bullet-active {
  }

  .homenavi {
    width: 1032px;
    margin: 32px auto 60px;
  }
  .homenavi > .mdl_box {
    width: 327px;
    height: 290px;
    margin-top: 25px;
  }
  .homenavi > .mdl_box:hover {
    background-color: #eefad6;
  }
  .homenavi a:hover {
    text-decoration: none;
  }
  .homenavi a h3 {
    font-size: 23px;
    line-height: 1.2;
    min-height: auto;
    margin-top: 15px;
    margin-bottom: 8px;
  }
  .homenavi a p {
    font-size: 14px;
  }

  .subnavi {
    width: 1032px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
  }
  .subnavi ul {
    width: 317px;
  }
}
