.subpage .top{
    height: 25vh;
    background: linear-gradient(198.2deg, #0070F0 28.88%, #68D6F5 93.13%);
    display: flex;
    justify-content: left;
    margin-bottom: 4rem;
}

.subpage h1 {
  color: #FDFDFF;
  line-height: 25vh;
}

.subpage h2{
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.7rem;
  margin-top: 2.4rem;
  line-height: 1.6
}

.subpage p {
  margin-bottom: 1rem;
  line-height: 1.7;
}

#l_sns {
  background-color: #FFFFFF;
  margin-top: 8rem;
}
