@charset "UTF-8";

body{
    margin:0;
    padding: 80px 0 80px 0;
}

main{
    max-width:900px;
    margin:0 auto 0 auto;
    font-family: -apple-system, BlinkMacSystemFont, Hiragino Kaku Gothic ProN, Hiragino Sans, Yu Gothic Medium, Yu Gothic, sans-serif;
    padding:0 6.4vw 0 6.4vw;
}

header h1{
    display: none;
}

h1{
    font-size: 24px;
    text-align: center;
}

h2{
    font-size: 18px;
    line-height: 150%;
    margin:30px 0 16px 0;
}


p{
    font-size: 16px;
    line-height: 180%;
    margin-bottom:15px;
}

strong{
    margin-bottom: 10px;
    display: inline-block;
}

a{
    word-wrap: break-word;
    word-break: break-all;
}

ol li ul li a{
    display: block;
}

ol,
ul{
    padding-left:20px;
}

ol li,
ul li{
    font-size: 16px;
    line-height: 180%;
    margin-bottom:15px;
}

ol li ol,
ul li ul,
ol li ul{
    margin:5px 0 20px 0;
}

ol li ol li{
    list-style: lower-alpha;
}

ol li ol li ul li{
    list-style:disc;
}

.p-article__body > h2:last-of-type{
    text-align: right;
}

.p-article__body > p:last-child{
    text-align: right;
}


.l-footer{
    display: none;
}

.p-pagination{
    display: none;
}