@charset "UTF-8";
/* ------------------------------
- #mv
------------------------------ */
#fudousanTop .slick-dotted.slick-slider {
  margin-bottom: 45px;
}
#fudousanTop .slick-dots {
  bottom: -35px;
}
#fudousanTop .slick-dots li button:before {
  font-size: 16px;
  content: "■";
  color: #999;
}
/* ------------------------------
- #ourService
------------------------------ */
.ourService {
  padding: 60px 0 80px;
  border-bottom: 1px solid #000;
}
.ourService_head {
  text-align: center;
  margin-bottom: 60px;
}
.ourService_head span {
  font-size: 35px;
  border-bottom: 4px solid #000;
  display: inline-block;
  padding-bottom: 3px;
}
.ourService_list_item {
  float: left;
  width: 47%;
  font-size: 14px;
}
.ourService_list_item:nth-child(2n) {
  float: right;
}
.ourService_list_item:nth-child(n + 3) {
  margin-top: 80px;
}
.ourService_text {
  display: block;
  padding: 0 10px;
  margin: 20px 0 30px;
  font-size: 16px;
}
.ourSevice_list_bnr {
  width: 230px;
  font-size: 15px;
  background-color: #000;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 640px) {
  .ourService {
    padding: 5% 0 15%;
  }
  .ourService_head {
    margin-bottom: 10%;
  }
  .ourService_head span {
    font-size: 26px;
    border-bottom: 2px solid #000;
    padding-bottom: 3px;
  }
  .ourService_list_item {
    float: none;
    width: 100%;
    font-size: 12px;
  }
  .ourService_list_item:nth-child(2n) {
    float: none;
  }
  .ourService_list_item:nth-child(n + 2) {
    margin-top: 10%;
  }
  .ourService_text {
    display: block;
    padding: 0 10px;
    margin: 20px 0 30px;
  }
  .ourSevice_list_bnr {
    font-size: 13px;
  }
}

/* ------------------------------
- #bnrArea
------------------------------ */
.bnrArea_list {
  padding: 60px 0;
}
.bnrArea_item {
  width: 23.5%;
  float: left;
}
.bnrArea_item:nth-child(n + 2) {
  margin-left: 2%;
}

@media only screen and (max-width: 640px) {
  .bnrArea_list {
    padding: 10% 0;
  }
  .bnrArea_item {
    width: 48%;
  }
  .bnrArea_item:nth-child(n + 2) {
    margin-left: 4%;
  }
  .bnrArea_item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .bnrArea_item:nth-child(n + 3) {
    margin-top: 5%;
  }
}
