.main_visual {
	display: none;
  margin-bottom: 15px;
}

.main_visual .moji {
  position: absolute;
  top: 36%;
  width: 62%;
  opacity: 0 !important;
  z-index: 1;
}

.main_visual .moji.visited {
  opacity: 1 !important;
}

.main_visual .moji.go {
  transition: all 2s;
  opacity: 1 !important;
}

.main_visual .slick-arrow {
	display: none !important;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.8) center no-repeat;
  z-index: 110;
  border: none;
  outline: none;
  font-size: 0;
  cursor: pointer;
}

.main_visual .slick-arrow.slick-next {
  right: 0;
  background-image: url(../images/top/arrow_next.png);
}

.main_visual .slick-arrow.slick-prev {
  left: 0;
  background-image: url(../images/top/arrow_prev.png);
}

@media print, screen and (max-width: 768px) {
  .main_visual .slick-arrow {
    width: 32px;
    height: 32px;
    background-size: 6px auto;
  }
}

.main_visual .slick-dots {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.main_visual .slick-dots li {
  display: inline-block;
  margin: 0 4px;
  width: 12px;
  height: 12px;
}

.main_visual .slick-dots li button {
  font-size: 0;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #bfbfbf;
  border: none;
  outline: none;
  cursor: pointer;
}

@media print, screen and (min-width: 768px){
  .main_visual .slick-dots li {
    margin: 0 5px;
    width: 16px;
    height: 16px;
  }
  .main_visual .slick-dots li button {
    width: 16px;
    height: 16px;
  }
}

.main_visual .slick-dots li.slick-active button {
  background-color: #00519f;
}

@media print, screen and (min-width: 768px) {
  .main_visual {
    margin-bottom: 52px;
  }
	.main_visual img {
		width: 100%;
	}
}

.sec01 {
  padding: 0 16px;
}

.sec01 .leadTxt {
  margin: 0 auto;
  padding: 20px;
  max-width: 1024px;
  font-size: 10px;
  line-height: 16px;
  border: 1px solid #707070;
  position: relative;
}

.sec01 .leadTxt::after {
  content: "";
  display: block;
  width: calc( 100% - 10px);
  height: calc( 100% - 10px);
  border: 2px solid #eeeeee;
  position: absolute;
  left: 5px;
  top: 5px;
}

@media print, screen and (min-width: 768px) {
  .sec01 .leadTxt {
    padding: 24px 56px 24px 70px;
    font-size: 1.7em;
    font-size: 1.7em;
    line-height: 1.457;
    letter-spacing: 1.5px;
  }
}

@media print, screen and (min-width: 1024px) {
  .sec01 {
    padding: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .sec02 {
    padding: 26px 0 65px;
  }
}

.sec03 {
  padding: 20px 0 32px;
}

.links_wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 1366px;
}

.links_wrapper ul li {
  -ms-flex: 100%;
  -webkit-box-flex: 100%;
  flex: 100%;
  max-width: 100%;
  margin: 0 auto 4px;
}

.links_wrapper ul li a {
  display: block;
  position: relative;
}

.links_wrapper ul li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(112, 112, 112, 0.3);
  border: 2px solid #005aff;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.links_wrapper ul li a:hover img {
  opacity: 1;
}

.links_wrapper ul li a:hover::before {
  opacity: 1;
}

@media print, screen and (min-width: 768px) {
  .sec03 {
    padding: 20px 0 80px;
  }
  .links_wrapper ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .links_wrapper ul li {
    -ms-flex: 49.7803%;
    -webkit-box-flex: 49.7803%;
    flex: 49.7803%;
    max-width: 49.7803%;
    margin: 0;
  }
  .links_wrapper ul li a .links_txt{
    border-bottom: 1px solid #000;
    margin: 6px 15px 30px;
    padding: 0 0 5px;
    font-size: 2.4em;
  }
  .links_wrapper ul li a:hover{
    color: inherit;
    outline: none;
    text-decoration: none;
  }
}

.healthBlock {
  padding: 20px 30px;
}

.healthBlock h2 {
  margin: 0 0 20px;
  text-align: center;
}

.healthBlock h2 .icon.hand_heart {
  margin-right: 6px;
}

.healthBlock ul {
  margin: 0 auto;
  width: 100%;
  max-width: 1366px;
}

@media print, screen and (min-width: 768px) {
  .healthBlock {
    padding: 20px 30px 24px;
  }
  .healthBlock h2 {
    margin: 0 0 28px;
  }
  .healthBlock h2 .icon.hand_heart {
    margin-right: 10px;
  }
}

@media print, screen and (min-width: 1190px) {
  .healthBlock {
    padding: 20px 0 24px;
  }
}

.sec05 h2,
.sec05 ul.list_type_1 h3 {
	color: #1b957a;
	border-color: #1b957a;
}

.right_btn_box {
	width: 30px;
	margin-top: 50px;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10;
	transition: all 0.5s ease;
}
.right_btn_box a {
	display: none;
}
.right_btn_box a img {
	margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
	.right_btn_box {
		width: 65px;
		margin: 0;
	}
}

/*# sourceMappingURL=top.css.map */