@charset "utf-8";
.single {
  padding: 0 20px;
  margin-bottom: 50px;
}
.single_title {
  font-size: 2rem;
  margin: 50px 0;
  text-align: center;
  font-weight: normal;
  font-family: "Sawarabi Mincho";
  line-height: 90px;
  background: url("../images/title-bg.png") center/90px no-repeat;
}
.single-body {
  font-size: 0.8rem;
}
.single-foot{
    margin-top: 50px;
}
.single_button{
    text-align: center;
}
@media screen and (max-width: 767px) {
  .single_title {
    font-size: 1.5rem;
  }
}
