@media screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }
  .sp {
    display: none;
  }
}
.btn_title {
  font-weight: bold;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 5px 0 5px;
  color: #fff;
  background-color: #425276;
  border-radius: 5px;
  line-height: 1.5em;
}
.font-large {
  font-size: 1.1rem;
}
.font-large2 {
  font-size: 1.5rem;
}
.font-large3 {
  font-size: 2rem;
}
.keycolor {
  color: #425276;
}
p {
  line-height: 2rem;
}
.justify {
  text-align: justify;
}
.strawr {
  background-color: #e4e1f3;
}
.honbun {
  text-indent: 1rem;
}