@charset "UTF-8";
.hdl-lv2-massage {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  margin-left: 40px;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-bottom: 4px;
    border-bottom: 1px solid #38bdef;
}
.hdl-lv2-massage::before {
  content: '';
  display: block;
  width: 32px;
  height: 29px;
  background-image: url("../img/img_mark.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
  left: -40px;
}

@media screen and (max-width: 767px) {
.hdl-lv2-massage {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  margin-left: 40px;
    margin-top: 36px;
    margin-bottom: 24px;
    padding-bottom: 4px;
    border-bottom: 1px solid #38bdef;
}
.hdl-lv2-massage::before {
  content: '';
  display: block;
  width: 29px;
  height: 26px;
  background-image: url("../img/img_mark.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
  left: -40px;
}
}
@media screen and (min-width: 768px) {}