@charset "utf-8";
/* CSS Document */

/* ---------------------------------------------
  top
-----------------------------------------------*/
.post-cnts.inner{
    max-width: 630px;
}
.post-cnts h1{
    font-size: 4.4rem;
    font-weight: 700;
    margin-bottom: 55px;
}
.post-cnts p,
.post-cnts ul li,
.post-cnts ol li{
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 2;
}

.post-cnts p+p{ margin-top: 40px;}
.post-cnts ul,
.post-cnts ol{
    margin-top: 20px;
}
.post-cnts ul li,
.post-cnts ol li{
    position: relative;
}
.post-cnts ul li:before{
    position: relative;
    top: -3px;
    display: inline-block;
    vertical-align: middle;
    content: '●';
}
.post-cnts ol{
    margin-bottom: 20px;
}
.post-cnts ol li{
    list-style-type: decimal !important;
    margin: 0 0 0 40px;
}
.post-cnts h3{
    font-size: 3.2rem;
    font-weight: 700;
    margin-top: 50px;
    margin-bottom: 50px;
}


@media(max-width:750px) {
    .post-cnts.inner{
        max-width: inherit;
    }
    .post-cnts h1{
        font-size: 5.87vw;
        margin-bottom: 6%;
    }
    .post-cnts p,
    .post-cnts ul li,
    .post-cnts ol li{
        font-size: 4.27vw;
    }

    .post-cnts p+p{ margin-top: 6%;}
    .post-cnts ul
    .post-cnts ol{
        margin-top: 4%;
    }

    .post-cnts ul li:before{
        position: relative;
        top: -3px;
        display: inline-block;
        vertical-align: middle;
        content: '●';
    }

    .post-cnts h3{
        font-size: 4.27vw;
        margin-top: 6%;
        margin-bottom: 6%;
    }

}



