/* お客様相談窓口 */

.hdg_read {
  display: flex;
  justify-content: flex-start;
  align-items: center;


}

.hdg_read span {
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: 75%;
  color: red;
}

@media screen and (max-width: 961px) {
  .hdg_read {
    display: block;
  }

  .hdg_read span {
    margin-left: 0px;
    margin-bottom: 10px;
  }
}