﻿.h1_tit {
  position: relative;
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 5rem;
  font-size: 2rem;
  font-weight: 700;
}
@media (min-width: 1400px) {
  .h1_tit {
    font-size: 2.5rem;
  }
}
.h1_tit span {
  display: inline-block;
}
.h1_tit span::first-letter {
  color: #5b9bda;
}
.h1_tit::before {
  content: "";
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  margin-left: 0.4rem;
  margin-right: 0.4rem;
  background: url(../../../../Images/all/icon.svg) center center no-repeat;
  transform: translateY(-0.3rem);
}
@media (min-width: 1400px) {
  .h1_tit::before {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.h1_tit.view_none {
  text-indent: -9999px;
  font-size: 0;
  margin: 0;
}
