@charset "utf-8";
body.home #main {
  padding-top: 150px;
  overflow: hidden;
}
body.home #main #main_slide {
  max-width: 1320px;
  margin: auto;
  position: relative;
}
body.home #main #main_slide img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
body.home #main #main_slide img.sp {
  display: none;
}
@media (max-width: 480px) {
  body.home #main #main_slide img {
    display: none;
  }
  body.home #main #main_slide img.sp {
    display: inline-block;
  }
}
body.home #main #main_slide .swiper-wrapper {
  max-width: 1280px;
  position: relative;
}
body.home #main #main_slide .button-prev,
body.home #main #main_slide .button-next {
  cursor: pointer;
  font-size: 0;
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -20px;
  padding: 12px;
}
body.home #main #main_slide .button-prev::before,
body.home #main #main_slide .button-next::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border-style: solid;
  border-color: #fff;
  border-width: 2px 2px 0 0;
  box-sizing: border-box;
}
body.home #main #main_slide .button-prev:hover,
body.home #main #main_slide .button-next:hover {
  background-color: #fff;
}
body.home #main #main_slide .button-prev:hover::before,
body.home #main #main_slide .button-next:hover::before {
  border-color: #333;
}
body.home #main #main_slide .button-prev {
  left: 0;
}
body.home #main #main_slide .button-prev::before {
  transform: translateX(22.5%) rotate(-135deg);
}
body.home #main #main_slide .button-next {
  right: 0;
}
body.home #main #main_slide .button-next::before {
  transform: translateX(-22.5%) rotate(45deg);
}
body.home #main #main_slide .pagination {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
body.home #main #main_slide .pagination .bullet {
  cursor: pointer;
  font-size: 0;
  display: inline-block;
  padding: 8px;
}
body.home #main #main_slide .pagination .bullet::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 4px;
}
body.home #main #main_slide .pagination .bullet.active::before {
  background-color: #dd4026;
}
body.home #contens {
  z-index: 1;
  padding-top: 0px;
}
body.home #contens #conts {
  width: 100%;
  float: none;
  max-width: none;
}
body.home #contens #conts h3 {
  font-size: 123.1%;
  border-left: none;
  border-bottom: solid 1px #2e2c2a;
  margin: 20px 0;
  padding: 10px 5px;
  position: relative;
}
body.home #contens #conts h3 a.more {
  float: right;
  display: block;
  padding: 2px 15px 2px 5px;
  font-size: 77%;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 10px;
  background: url(../img/common/footer-icon-w.png) no-repeat 90% 50% #2e2c2a;
}
body.home #contens #conts h3 a.more:hover {
  background: url(../img/common/footer-icon-w.png) no-repeat 90% 50% #dd4026;
}
body.home #contens #conts .news li span.no-link {
  display: block;
  color: #2e2c2a;
  padding: 10px 10px 5px 40px;
  background-image: url(../img/home/no-list.png);
  background-repeat: no-repeat;
  background-position: 10px 50%;
}
body.home #contens #conts .news li {
  margin: 0 5px 10px;
  padding: 10px;
}
body.home #contens #conts .news li a {
  display: block;
  color: #2e2c2a;
  padding: 10px 10px 5px 40px;
  background-image: url(../img/home/home-file-b.png);
  background-repeat: no-repeat;
  background-position: 10px 50%;
}
body.home #contens #conts .news li a p {
  color: #2e2c2a;
  margin-bottom: 0;
}
body.home #contens #conts .news li a .day {
  font-weight: bolder;
  font-size: 77%;
  margin-bottom: 5px;
}
body.home #contens #conts .news li a .day span {
  background: #dd4026;
  font-size: 77%;
  color: #EEEEEE;
  padding: 3px 10px 0px;
  font-size: #fff;
  margin-left: 10px;
}
body.home #contens #conts .news li a:hover {
  color: #7c2208;
  background-color: #EEEEEE;
  background-image: url(../img/home/home-file-r.png);
}
body.home #contens #conts .news li a:hover p {
  color: #7c2208;
}
body.home #contens #conts ul.bt li a {
  margin-bottom: 5px;
}
body.home #contens #conts ul.bt li li a {
  background: #EEEEEE;
  color: #2e2c2a;
}
body.home #contens #conts ul.bt li li a:hover {
  background: #fff;
  color: #7c2208;
}
body.home #contens #conts ul.bt li li a:before {
  content: "-";
  margin-right: 10px;
}
body.home #contens #conts .banner a img {
  border: solid 1px #EEEEEE;
}
body.home #contens #conts .banner a:hover img {
  border: solid 1px #dd4026;
}
body.error #contens #conts {
  width: 100%;
  float: none;
  margin: 0 auto;
}
@media screen and (min-width: 481px) and (max-width: 960px) {
  body.home #header {
    -webkit-box-shadow: 0 0 5px;
    box-shadow: 0 0 5px;
    zoom: 1;
    behavior: url(pie/PIE.htc);
  }
  body.home #main {
    padding-top: 200px;
  }
  body.home #contens .service-site ul li {
    width: 50%;
    float: left;
  }
  body.home #contens .service-site ul li a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
  }
  body.home #contens .service-site ul li a:hover {
    opacity: 0.7;
    -ms-filter: "alpha(opacity=70)";
    filter: alpha(opacity=70);
    zoom: 1;
  }
}
@media screen and (max-width: 480px) {
  body.home #header {
    -webkit-box-shadow: 0 0 5px;
    box-shadow: 0 0 5px;
    zoom: 1;
    behavior: url(pie/PIE.htc);
  }
  body.home #main {
    padding-top: 250px;
  }
  body.home #contens .service-site ul li {
    width: 100%;
    float: left;
  }
  body.home #contens .service-site ul li a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
  }
  body.home #contens .service-site ul li a:hover {
    opacity: 0.7;
    -ms-filter: "alpha(opacity=70)";
    filter: alpha(opacity=70);
    zoom: 1;
  }
}
/*# sourceMappingURL=page.css.map */