.article-page{
margin-top: 76px;
margin-bottom: 128px;
}
.article-ttl{
font-size: 18px;
font-weight: 400;
font-family: var(--font3);
letter-spacing: 0.3px;
padding: 22px 0;
text-align: center;
width: 51%;
line-height: 1.5;
margin: 0 auto;
}
@media only screen and (min-width:768px) and (max-width:1280px) {
.article-page{
margin-top: 5.938vw;
margin-bottom: 10vw;
}
.article-ttl{
font-size: 1.406vw;
letter-spacing: 0.023vw;
padding: 1.719vw 0;
}
}
@media all and (max-width:767.9px) {
.article-page{
margin-top: 15.467vw;
margin-bottom: 23.733vw;
}
.article-ttl{
font-size: 3.467vw;
letter-spacing: 0.08vw;
padding: 3.733vw 0;
width: 100%;
}
}