@charset "UTF-8";


.line_color {
  color: #06c755;
}
.lyp_sub {
  background: #225cff;
}
.lyp_ttl {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.25;
  margin-top: 50px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 5px solid #225cff;
}
.lyp_ttl .text-big {
  font-size: 45px;
}
@media (max-width: 768px) {
  .lyp_ttl {
    font-size: 20px;
    margin-top: 35px;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .lyp_ttl .text-big {
    font-size: 32px;
  }
}