@charset "UTF-8";
.h1_subtxt{
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .h1_subtxt{
    display: inline-block;
    line-height: 1.4;
    margin-top: 14px;
  }
}
