.border-top-0 {
    border-top: 0 !important;
}

.clause {
    margin: 29px 0 45px 0;
}

@media screen and (max-width: 768px) {
    .clause {
        margin-top: 23px;
    }
}

.clause .main .container {
    text-align: center;
}

.clause .main .container .jp {
    font-size: 36px;
    line-height: 48px;
}

.clause .main .container .lead {
    margin: 24px 0 60px 0;
}

@media screen and (max-width: 768px) {
    .clause .main .container .jp {
        font-size: 24px;
        line-height: 30px;
    }

    .clause .main .container .lead {
        margin: 17px 0 28px 0;
        text-align: justify;
    }

    .clause .main .container .lead .for_pc {
        display: none;
    }
}

.clause .container {
    max-width: 900px;
}

@media screen and (max-width: 768px) {
    .clause .container {
        max-width: calc(100% - 30px);
        margin: 0 auto;
    }
}

.clause .container .sections .section {
    border-bottom: 1px #707070 solid;
}

.clause .container .sections .section:first-of-type {
    border-top: 2px #707070 solid;
}

.clause .container .sections .section:last-of-type {
    border-bottom: 2px #707070 solid;
}

.clause .container .sections .section .row .detail .title .jp {
    margin-bottom: 28px;
    font-size: 20px;
}

.clause .container .sections .section .row .detail .text {
    font-size: 14px;
    text-align: justify;
}

.clause .container .sections .section .row .detail .text .list {
    display: flex;
}

.clause .container .sections .section .row .detail .text .list span {
    display: flex;
    flex-shrink: 0;
}

.clause .container .sections .section .row .detail .text .downarrow span {
    display: flex;
    flex-shrink: 0;
    font-size: 10px;
    padding-right: 3px;
    padding-top: 3px;
}

.clause .container .sections .section .row .detail .text .list p {
    display: flex;
}


@media screen and (max-width: 768px) {
    .clause .container .sections .section .row .detail .title .jp {
        margin-bottom: 9px;
        font-size: 18px;
    }

    .clause .container .sections .section .row .detail .text {
        font-size: 15px;
    }

    .clause .container .sections .section .row .detail .text .for_pc {
        display: none;
    }
}