@charset "UTF-8";

h1{
    font-size: 1.9rem;
    font-weight: bold;
    line-height: 1.54;
    text-align: center;
    margin: 10px auto 20px;
}

p{
    font-size: 13px;
    line-height: 1.54;
}

h2{
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
    margin: 30px auto 10px;
}
.topicsDetailText ul li{
    font-size: 13px;
    line-height: 1.54;
    margin-bottom: 0px;
}



@media print, screen and (min-width: 768px) {
    h1{
        font-size: 2.6rem;
        margin: 50px auto 30px;
    }

    p{
        font-size: 1.6rem;
        line-height: 1.625;
    }

    h2{
        font-size: 2.2rem;
        margin: 40px auto 20px;
    }
    .topicsDetailText ul li{
        font-size: 1.6rem;
        line-height: 1.625;
    }
}
