.ttl3* {
  margin: 0;
}

.ttl3 {
  text-align: center;
}

.ttl3__top p{
  font-size: 72px;
  color: #4C3ECB;
  margin: 0;
  font-family: "Barlow";
  font-weight: normal;
  font-weight: 600;
}

.ttl3__bottom h1{
  font-size: 27.2px;
  font-family: 'Noto Sans JP';
  font-weight: normal;
}

@media screen and (max-width: 700px){
  .ttl3__top p{
    font-size: 50px;
}
  
  .ttl3__bottom h1
    font-size: 20px;
}
}