@charset "UTF-8";


body{
    color: #212121;
    line-height: 2;
}
.wrap{
    width: 90%;
    max-width: 1200px;
    margin: 80px auto 0;
}
h1{
    text-align: center;
    font-size: 30px;
}
h2{
    font-size: 26px;
    margin: 8rem 0 2rem ;
}

.wrap div{
    font-size: 22px;
}

ul,ol{
    margin-bottom: 2rem;
    list-style-position: inside;
}
ul li,ol li{
    font-size: 18px;
    text-indent: 2rem;
}

ol li ol li{
    font-size: 16px;
    text-indent: 4rem;
}
.tR{
    text-align: right;
}