.ecbox {
  border: solid 1px #fff;
  padding: 4px 12px;
  font-weight: bold;
}
.ecbox:hover {
  border-bottom: unset;
  background: #fff;
  color: #000 !important;
}
/* ---------- トップページ ---------- */
/* ---------- about section ---------- */
.top_about {
  padding-top: 60px;
  padding-bottom: 80px;
}
.top_about img {
  width: 100%;
}
.top_about h3 {
  font-size: 22px;
  padding: 6px 12px;
  border-left: 6px solid #dc3545;
  border-bottom: solid 3px #dc3545;
  margin-bottom: 16px;
  font-weight: bold;
}
.top_about p {
  line-height: 28px;
  letter-spacing: 3px;
}
/* ---------- gallery section ---------- */
.top_gallery {
  padding-top: 60px;
  padding-bottom: 80px;
}
.slide_gallery {
  margin-top: 50px;
}
.slide_gallery .slide2 {
  
}
.slide_gallery .slide2 li {
  
}
.slide_gallery .slide2 li img {
  width: 90%;
}
/* ---------- service section ---------- */
.top_service {
  padding-top: 60px;
  padding-bottom: 80px;
}
.service-box {
  
}
.service-box img {
  width: 100%;
  position: relative;
}
.service-box h3 {
  position: absolute;
  top: 7%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: #000000cc;
  padding: 8px 12px;
  font-size: 18px;
  font-weight: bold;
  width: 94%;
  text-align: center;
  color: #fff;
}
.service-box h4 {
  position: absolute;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, .7);
  color: #fff;
  font-size: 22px;
  font-family: fantasy;
  padding: 4px 0;
}
.service-box p {
  text-align: center;
  margin-top: 6px;
  color: #fff;
}

.o-site {
  text-align: center;
  border-bottom: dotted 1px #dc3545;
  padding-bottom: 8px;
  font-size: 22px;
}
.o-site-a {
  
}
.o-site-a img {
  width: 100%;
  border-radius: 8px;
}