/*----------------------------------------------------*/
/*                     company                        */
/*----------------------------------------------------*/

/* 共通パーツ */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.gs-title {
  position: relative;
  font-size: 18px !important;
  font-weight: 700;
}

.gs-title a {
  border-bottom: none;
}

.gsc-webResult.gsc-result {
  border-bottom: 1px solid #e9e9e9 !important;
  padding: 15px 0 !important;
}

.gs-web-image-box,
.gs-promotion-image-box {
  margin-right: 15px !important;
}

.gsc-cursor-page {
  background: #F3F1EF;
  font-size: 16px;
  font-weight: bold;
  width: 40px;
  height: 40px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  border-radius: 50%;
  transition: 0.2s;
  margin-bottom: 10px;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
  text-decoration: none !important;
  color: #ffffff;
  background-color: #e60012;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  color: #ffffff !important;
  background-color: #e60012;
}

.gsc-results .gsc-cursor-box {
  margin: 30px 0 20px !important;
}

.gsc-control-cse {
  padding: 1em 0 !important;
}

.gsc-results .gsc-cursor {
  display: flex !important;
  flex-wrap: wrap;
}

/* ------------------------------------------------------------- */
/*   hero                                                        */
/* ------------------------------------------------------------- */

.lower-mv.search {
  background-image: url(../img/service/service_detail/s_d_lower_mv.jpg);
}

h3.sub-ttl {
  border-bottom: solid 3px #dddddd;
  position: relative;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 40px;
  padding-bottom: 15px;
}

h3.sub-ttl:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #e60012;
  bottom: -3px;
  width: 20%;
}
