h2 {
    font-size: 3rem;
    background: none;
    padding: 0;
}
    @media screen and (max-width: 768px) {
        h2 {
            font-size: 2rem;
    }
}
.l-content {
    width: 100%;
    text-align: center;
}

.c-button {
    margin: 0 auto;

}
    .l-content p {
        width: 80%;
        margin: 0 auto 40px;
        text-align: left;
    }
    @media screen and (max-width: 768px) {
        .l-content p {
        width: 100%;
        padding: 0 16px;
        }
    }
.l-content-list__white {
    width: 80vw;
    margin:  0 auto 50px;
    display: flex;
    gap: 20px;
    justify-content: space-around;
    font-size: 14px;
}

    .l-content-list__white li div {
        width: 100%;
        display: block;
        background: #fff;
        border-radius: 19px;
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
        padding: 20px;
        margin-bottom: 8px;
    }
    .l-content-list__white li {
        text-wrap: nowrap;
    }
    @media screen and (max-width: 768px) {
        .l-content-list__white {
        flex-direction: column;
        }

    }
.l-content-point {
    width: 90vw;
    border-radius: 20px;
    margin: 0 auto 120px;
    background: #fff;
    padding: 60px 0 0;
    position: relative;
}
.l-content-point__1 {
    border: 3px solid #E53567;
}
.l-content-point__2 {
    border: 3px solid #2EBC72;
}
.l-content-point__3 {
    border: 3px solid #4373E8;
}
    .l-content-point__1::before,
    .l-content-point__2::before,
    .l-content-point__3:before {
        content: '';
        width: 300px;
        height:100px;
        background: url(../img/detail/point1-title.png) no-repeat;
        background-size: cover;
        position: absolute;
        top: -100px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    @media screen and (max-width: 768px) {
        .l-content-point__1::before,
        .l-content-point__2::before,
        .l-content-point__3:before {
            width: 240px;
            height:80px;
            top: -80px;
        }
    }
    .p-lineup-bg {
        padding: 0 24px 24px;
    }
    .l-content-point__2::before {
        background: url(../img/detail/point2-title.png) no-repeat;
        background-size: cover;
    }
    .l-content-point__3::before {
        background: url(../img/detail/point3-title.png) no-repeat;
        background-size: cover;
    }
    .l-content-point__1 h2,
    .l-content-point__1 h3 {
        color: #E53567;
    }
    .l-content-point__1 table {
        width: 95%;
        font-size: 0.875rem;
        margin: 0 auto;
        border-collapse: collapse;
        border-spacing: 0;
    }
    .l-content-point__1 table th,
    .l-content-point__1 table td {
        padding: 5px;
        border: 1px solid #C9C9C9;
        white-space: nowrap;
        font-weight: normal;
    }
    .l-content-point__1 table .publisher {
        text-align: left;
        padding-left: 8px;
    }
    .l-content-point__1 table .subject {
        color: #fff;
        text-align: center;
    }
    .l-content-point__1 table .kokugo {
        background-color: #CE0D66;
    }
        .l-content-point__1 table .kokugo-checked {
            color: #CE0D66;
        }
    .l-content-point__1 table .kanji {
        background-color: #E24C71;
    }
        .l-content-point__1 table .kanji-checked {
            color: #E24C71;
        }
    .l-content-point__1 table .syakai {
        background-color: #D57B00;
    }
        .l-content-point__1 table .syakai-checked {
            color: #D57B00;
        }
    .l-content-point__1 table .sansuu {
        background-color: #10A7DD;
    }
        .l-content-point__1 table .sansuu-checked {
            color: #10A7DD;
        }
    .l-content-point__1 table .kazu {
        background-color: #13B494;
    }
        .l-content-point__1 table .kazu-checked {
            color: #13B494;
        }
    .l-content-point__1 table .bunsyou {
        background-color: #234AB4;
    }
        .l-content-point__1 table .bunsyou-checked {
            color: #234AB4;
        }
    .l-content-point__1 table .rika {
        background-color: #59AA23;
    }
        .l-content-point__1 table .rika-checked {
            color: #59AA23;
        }
    .l-content-point__1 table .eigo {
        background-color: #802EA0;
    }
        .l-content-point__1 table .eigo-checked {
            color: #802EA0;
        }
    .l-content-point__1 table .programing {
        background-color: #DF5454;
    }
        .l-content-point__1 table .programing-checked {
            color: #DF5454;
        }

.l-content-point__2 h2,
.l-content-point__2 h3 {
    color: #2EBC72;
}
    .l-content-point__2 ul {
        width: 80vw;
        margin:  0 auto;
        display: flex;
        gap: 20px;
    }
    @media screen and (max-width: 768px) {
        .l-content-point__2 ul {
            width: 70%;
            max-width: 300px;
            flex-direction: column;
        }
    }
.l-content-point__3 h2,
.l-content-point__3 h3 {
    color: #4373E8;
}
    .l-content-point__3 ul {
        width: 80vw;
        margin:  0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        gap: 20px;
    }
    .l-content-point__3 ul li {
        width: 22%;
        font-size: 0.75rem;
        line-height: 1.5rem;
        text-wrap: pretty;
    }
    .l-content-point__3 ul li span {
        font-weight: bold;
        font-size: 1.125rem;
        display: block;
       
    }
    .l-content-point__3 ul li .row span {
        float: left;
    }
    .l-content-point__3 ul li .row::after {
        content: '';
        display: block;
        clear: both;
        zoom: 1;
    }
    @media screen and (max-width: 768px) {
        .l-content-point__3 ul li {
            width: 40%;
    }
        .l-content-point__3 ul li .row span {
            float: none;
        }
    }

.l-content-detailbg {
    width: 100%;
    background: #FCFAE5;
    padding: 70px 0 0;
    background-size: 140px;
}
    .l-content-detail h2,
    .l-content-set h2 {
        background: none;
        color: #703A0E;
    }
    .l-content-detail p {
        margin-bottom: 40px;
        text-align: center;
    }
    .l-content-detail ul {
        width: 60vw;
        min-width: 610px;
        margin:  0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        gap: 40px;
        text-align: center;
    }
    .l-content-detail ul li {
        width: 28%;
        font-weight: bold;
    }
    .l-content-detail ul li img {
        margin: 0 auto 8px;
    }
    .l-content-detail ul li a {
        width: 60%;
        min-width: 80px;
        background: #703A0E;
        border-radius: 50px;
        color: #fff;
        font-size: 0.75rem;
        padding: 3px 8px;
        display: block;
        margin: 5px auto 0;
        font-weight: normal;
    }
    @media screen and (max-width: 768px) {
        .l-content-detail ul {
            min-width: 350px;
            gap: 20px;
         }
        .l-content-detail ul li {
            width: 35%;
        }
        .l-content-detail p {
            text-align: left;
        }
}
.l-content-set {
    max-width: 760px;
    margin: auto;
}
.l-content-set h2 {
    font-size: 2rem;
}
.l-content-set ul li img {
    width: 160px;
    margin: 16px auto;
} 
.l-content-purchasebg {
    background-color: #fff;
    padding: 60px 0 0;
}
    .l-content-purchasebg p {
        text-align: center;
    }
.bnr-set {
    width: 50%;
    margin: 0 auto;
    position: relative;
}
    @media screen and (max-width: 768px) {
        .bnr-set {
            width: 50%;
            min-width: 345px;
            margin: 0 auto;
        }
        .l-content-setbg ul {
            width: 80vw;
            display:flex;
        }
        .l-content-purchasebg p {
            text-align: left;
        }
    }
    p.credit {
        width: 162px;
        position: absolute;
        right: -100px;
        bottom: -50px;
        margin: 0;
    }
    @media screen and (max-width: 768px) {
        p.credit {
            width: 162px;
            position: absolute;
            right: 0;
            bottom: -50px;
            margin: 0;
        }
    }