@charset "utf-8";
/* CSS Document */

@media screen and (max-width:480px) {
.waitPage .ver2024  .t_center{
    padding: 10vw 0 8vw;
}
.waitPage .ver2024  .t_center p{
    font-size: 4.5vw;
    line-height: 7vw;
}
}
@media screen and (min-width:481px) {
@media screen and (max-width:1100px) {
.waitPage .ver2024  .t_center{
    padding: calc(100vw * calc(80 / 1100)) 0 calc(100vw * calc(50 / 1100));
}
.waitPage .ver2024  .t_center p{
    font-size: calc(100vw * calc(21 / 1100));
    line-height: calc(100vw * calc(40 / 1100));
}
}
}
@media screen and (min-width:1101px) {
.waitPage .ver2024  .t_center{
    padding: 80px 0 50px;
}
.waitPage .ver2024  .t_center p{
    font-size: 21px;
    line-height: 40px;
}
}