@charset "utf-8";
h1.junbi {
    font-size: 80px;
    font-family: "Yu Gothic";
    font-weight: bold;
    text-align: center;
    margin-top: 200px;
}

p.junbi {
    font-size: 30px;
    text-align: center;
    margin-bottom: 200px;
}

/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px){
    
h1.junbi {
    font-size: 60px;
}

p.junbi {
    font-size: 23px;
}
}

/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
    
h1.junbi {
    font-size: 40px;
}

p.junbi {
    font-size: 16px;
}  
}