.el-price-time p[data-type="time"] {
  font-weight: normal;
  font-size: 1.2rem;
}
.service-area {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 8px;
  justify-content: flex-start;
}
.service-area .item {
  line-height: 2rem;
  padding: 2px 8px;
  border-radius: 50px;
  font-size: 14px;
  border: solid .1rem #ccc;
  flex: 1 auto;
  text-align: center;
  color: #cdcdcd;
}
.service-area:after {
  content: "";
  flex-grow: 999;
}
.service-area .item.is-supported {
  background: #edf5fe;
  color: #2f6db6;
  border: solid .1rem #b0d0f3;
  font-weight: bold;
}
.el-list-detail__list {
  margin-bottom: 3rem;
}
.is-housecleaning_area .el-list-note__item p em {
  color:#bb0000;
  font-size: 1.6rem;
  font-weight: 700;
  font-style: normal;
  margin-top: 1rem;
}

 /* タブエリア */
.el-list-feature_tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 20px;
}
.el-list-feature_tabs .tab {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 13.6rem;
  min-height: 4.2rem;
  margin-top: .6rem;
  margin-left: .6rem;
  padding: .5rem;
  border-radius: .6rem;
  text-align: center;
  background: #f4f4f4;
  color: #999;
  font-size: 1.2rem;
  font-weight: 500;
  cursor: pointer;
}
.el-list-feature_tabs .tab:hover {
  background: #e9e9e9;
}
.el-list-feature_tabs .tab.active {
  background: #d6e8f4;
  color: #404144;
}

@media only screen and (max-width: 768px) {
  .el-list-feature_tabs {
    justify-content: flex-start
  }
  .el-list-feature_tabs .tab {
    width: 31.5%;
  }
}

@media print, screen and (min-width: 769px) {
  .el-heading-lv3 {
    margin: 3rem auto;
  }
  .el-card-block[data-column="s1-m1-l1"] .el-card-block__container {
    align-items: flex-start;
  }
}