@charset "utf-8";
/*------------------------------------------------------------
	terms
------------------------------------------------------------*/
#main .title {
    margin-bottom: 83px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.05em;
    text-align: center;
}
#main p {
    margin-bottom: 23px;
    line-height: 2;
    letter-spacing: 0.05em;
}
#main section p:last-child {
    margin-bottom: 0;
}
#main section {
    padding-bottom: 54px;
}
#main section:last-child {
    padding-bottom: 0;
}
#main ul li {
    margin-bottom: 14px;
    padding-left: 17px;
    position: relative;
    line-height: 2;
    letter-spacing: 0.05em;
}
#main ul li:last-child {
    margin-bottom: 0;
}
#main ul li::after {
    width: 6px;
    height: 6px;
    position: absolute;
    top: 15px;
    left: 0;
    background-color: #000;
    border-radius: 50%;
    content: "";
}
@media all and (max-width: 896px) {
    #main .title {
        margin-bottom: 32px;
        font-size: 1.2rem;
        font-weight: 700;
        line-height: 1.65;
        letter-spacing: 0.05em;
        text-align: left;
    }
    #main p {
        margin-bottom: 23px;
        line-height: 1.65;
    }
    #main section p:last-child {
        margin-bottom: 0;
    }
    #main section {
        padding-bottom: 34px;
    }
    #main section:last-child {
        padding-bottom: 0;
    }
    #main ul li {
        margin-bottom: 11px;
        padding-left: 12px;
        line-height: 1.4;
    }
    #main ul li:last-child {
        margin-bottom: 0;
    }
    #main ul li::after {
        width: 4px;
        height: 4px;
        top: 8px;
    }
}