.title {
  font-weight: 600
}
.title_h2 {
  font-size: 3.2rem
}
.title_h3 {
  font-size: 2.2rem;
  line-height: 1.16
}
.title_h4 {
  font-size: 1.8rem;
  line-height: 1.33
}
.title_h5 {
  font-size: 1.6rem;
  line-height: 1.33
}
.title_h5 span {
  font-size: 1.5rem
}
.title_h6 {
  font-size: 1.4rem;
  line-height: 1.33
}
@media (max-width:48em) {
  .title_h2 {
    font-size: 4rem
  }
  .title_h3 {
    font-size: 3.6rem;
    line-height: 1.22
  }
  .title_h4 {
    font-size: 3.2rem;
    line-height: 1.25
  }
  .title_h5 {
    font-size: 2.8rem;
    line-height: 1.2
  }
  .title_h5 span {
    font-size: 3rem
  }
  .title_h6 {
    font-size: 2.4rem;
    line-height: 1.25
  }
}