@charset "UTF-8";
/* =====================
	SERVICE
 ======================= */
.service_lead {
  font-size: 133.33333%;
  line-height: 2.125;
  margin-bottom: 2.5em;
  text-align: center;
}

.service_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 4em;
}

.service_list_item {
  width: 30.42254%;
  margin: 0 1.12676%;
}

.service_list_item a {
  display: block;
  border: 1px solid #808080;
  padding: 0 0.5em 0.5em;
  height: 100%;
}

.service_list_item .thumb {
  margin: 0 -0.5em 0.5em;
}

.service_list_item .ttl {
  font-size: 113.33333%;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.service_list_item .txt {
  line-height: 1.66667;
}

/* タブレット
  ------------------------ */
/* スマホ
  ------------------------ */
@media (max-width: 699px) {
  .service_lead {
    font-size: 20px;
    line-height: 1.75;
    text-align: left;
  }
  .service_list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 30px 0;
  }
  .service_list_item {
    margin: 0;
    width: 48%;
  }
  .service_list_item .ttl {
    font-size: 18px;
  }
  .service_list_item .txt {
    font-size: 14px;
  }
}

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