html {
    scroll-behavior: unset !important;
    scroll-padding-top: 65px;
}

h1,h2 {
    font-weight: bold;
}

.law-content a {
    text-decoration: underline;
}

p {
    margin: 10px 0px;
    line-height: 35px;
    font-size: 18px;
}

.mv {
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
}

.mv img {
    width: 100%;
}

.top_img_sp {
    display: none;
}

.top_img_pc {
    width: 100%;
    background-repeat: no-repeat;
    margin-bottom: 100px;
}

.userguide-content {
    display: flex;
    justify-content: space-between;
}

.content-l {
    width: 20%;
}

.content-l ul li {
    margin-bottom: 15px;
    line-height: 30px;
    font-size: 18px;
}

.content-l ul li a {
    color: #333;
}

.content-r {
    width: 70%;
}

#entry h1,
#point h1,
#reserve h1,
#stock h1,
#send h1,
#faq h1 {
    margin-bottom: 60px;
    font-size: 36px !important;
}

.entry-text,
.point-text,
.reserve-text,
.stock-text,
.send-text {
    font-size: 20px;
    padding-left: 30px;
}

.entry-text h2,
.point-text h2,
.reserve-text h2,
.stock-text h2,
.send-text h2 {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 40px;
}

.entry-text li,
.point-text li,
.reserve-text li,
.stock-text li,
.send-text li {
    margin: 0 0 60px;
}


ol {
    list-style-type: decimal;
}

.law-content img {
    width: 100%;
}

.entry-img,
.point-img,
.reserve-img,
.stock-img,
.send-img {
    width: 90%;
}

.detail-title {
    color: #FF0000;
    margin-bottom: 10px;
}

.detail-list {
    padding-left: 20px;
}

.detail-list li {
    margin-bottom: 15px;
    padding-left: 5px;
    font-size: 18px;
}

.detail-list li:last-child {
    margin-bottom: 30px;
}

@media (max-width: 768px) {

    .mv {
        margin-bottom: 60px;
    }

    .top_img_pc {
        display: none;
    }

    .top_img_sp {
        display: block;
        width: 100%;
        background-repeat: no-repeat;
        margin-bottom: 100px;

    }

    .userguide-content {
        display: block;
    }

    .content-l,
    .content-r {
        width: 100%;
    }

    .content-l {
        margin-bottom: 60px;
    }

}