@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
body {
  color: #333333;
  font-family: 'Noto Sans JP', sans-serif;
}

.section_title {
  font-size: 60px;
  text-shadow: 5px 7px #707070;
}

br.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .section_title {
    font-size: 48px;
    text-shadow: 2px 3px #707070;
  }
  br.pc {
    display: none;
  }
  br.sp {
    display: block;
  }
}