@import url(common.css);
.service .inblock-m {
  margin-bottom: 8em;
}
.service p.ic {
  text-align: center;
}
.service p.ic img {
  max-width: 120px;
}
.service h2 {
  margin-bottom: 1em;
  position: relative;
  padding: 0 65px;
  text-align: center;
  font-size: 2.5em;
}
.service h2:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #ccc;
}
.service h2 span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}
.service .service-in {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.service .service-in .price-box {
  margin-bottom: 2em;
  width: 48%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 2em;
}
.service .service-in .price-box h3 {
  font-size: 1.5em;
  line-height: 1.2em;
  margin-bottom: 1em;
  border-left: 5px solid #9c8945;
  padding-left: 10px;
}
.service .service-in .price-box .price {
  margin-bottom: 1em;
  font-size: 1.1em;
  font-weight: bold;
}

/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
@media screen and (max-width: 767px) {
  .service h2 {
    width: 100%;
    margin-bottom: 1em;
    font-size: 1.8em;
    padding: 0px;
  }
  .service h2:before {
    display: none;
  }
  .service .service-in {
    display: block;
  }
  .service .service-in .price-box {
    margin-bottom: 2em;
    width: 100%;
  }
  .service .service-in .price-box h3 {
    font-size: 1.4em;
    line-height: 1.5em;
    margin-bottom: 1em;
    border-left: 5px solid #9c8945;
    padding-left: 10px;
  }
  .service .service-in .price-box .price {
    margin-bottom: 1em;
    font-size: 1.1em;
    font-weight: bold;
  }
}
/*===========================================================================*/
/*  media quary:479px  */
/*===========================================================================*/

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