.sponly {
    display: none;
}

.pointprogram {
    width: 1080px;
    margin: 40px auto;
    background: #fff;
    padding: 60px 40px;
    border-radius: 20px;
}

.pointprogram h1 {
    text-align: center;
    font-family: "Kaisei Opti", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Helvetica Neue", Arial, "Roboto", Meiryo, sans-serif;
    font-size: 28px;
    font-weight: bold;
}

.pointprogram h1 img {
    width: 146px;
    display: block;
    margin: 0 auto 10px;
}

.pointprogram h1+p {
    font-size: 18px;
    text-align: center;
    margin: 20px 0;
}

.pointprogram h1+p span {
    font-weight: bold;
    font-size: 20px;
}

span.green {
    color: #5c6436;
}

.anchor {
    display: flex;
    margin: 80px auto;
    align-items: center;
}

.anchor a img {
    width: 250px;
    height: auto;
}

.anchor a img:hover {
    opacity: .8;
}

.point {
    margin: 40px auto;
    background: #f1f0ed;
    border-radius: 20px;
    padding: 30px 25px;
}

.point .ttl {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 24px;
    font-family: "Kaisei Opti", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Helvetica Neue", Arial, "Roboto", Meiryo, sans-serif;
    color: #5c6436;
    margin-bottom: 20px;
}

.point .ttl img {
    width: 62px;
    height: auto;
}

span.red {
    color: #ef3f15;
}

.point span.red {
    font-weight: bold;
}

.point span.small {
    font-size: 14px;
}

.point .ttl+p {
    font-size: 18px;
    margin-bottom: 30px;
}

.point p {
    font-size: 16px;
}

.point p a {
    text-decoration: underline;
}

.point h3 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    font-family: "Kaisei Opti", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Helvetica Neue", Arial, "Roboto", Meiryo, sans-serif;
    color: #5c6436;
    margin: 30px auto;
    padding: 0 5px 5px;
    width: fit-content;
    border-bottom: solid 2px #5c6436;
}

.royal_tokuten {
    display: flex;
    gap: 15px;
    align-items: center;
}

.royal_tokuten>div {
    width: 310px;
    background: #fff;
    border-radius: 20px;
    height: 347px;
    padding: 20px 15px;
}

.royal_tokuten>div .red {
    font-size: 18px;
    text-align: center;
    font-family: "Kaisei Opti", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Helvetica Neue", Arial, "Roboto", Meiryo, sans-serif;
    line-height: 1.2;
    color: #ef3f15;
    font-weight: bold;
}

.royal_tokuten>div img+p {
    font-size: 14px;
}

.tokuten01 img {
    display: block;
    width: 200px;
    margin: 35px auto 20px;
}

.tokuten02 img {
    display: block;
    width: 90px;
    margin: 15px auto 15px;
}

.tokuten03 img {
    width: 111px;
    display: block;
    margin: 15px auto 20px;
}

.spslide img {
    width: 100%;
}

.point .spslide+div {
    margin: 20px auto 40px;
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    font-size: 16px;
}

.point h3+img+div p {
    margin-top: 8px;
}

div#causion p.underline {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: solid 1px;
}

div#causion p a {
    text-decoration: underline;
}

@media screen and (max-width:767px) {
    .pconly {
        display: none;
    }

    .sponly {
        display: block;
    }

    .pointprogram {
        width: 94.67%;
        margin: 20px auto;
        padding: 40px 10px;
    }

    .pointprogram h1 {
        font-size: 24px;
    }

    .pointprogram h1 img {
        width: 120px;
    }

    .pointprogram h1+p {
        font-size: 16px;
        text-align: left;
    }

    .pointprogram h1+p span {
        font-size: 18px;
    }

    .anchor {
        margin: 40px auto;
        flex-wrap: wrap;
        gap: 10px 0;
    }

    .anchor a img {
        width: 44.6vw;
    }

    .point {
        padding: 20px 10px;
    }

    .point p {
        font-size: 14px;
    }

    .point .ttl {
        gap: 10px;
        margin-bottom: 10px;
    }

    .point .ttl img {
        width: 11.2vw;
    }

    .point .ttl h2 {
        font-size: 20px;
    }

    .point .ttl+p {
        font-size: 16px;
        margin-bottom: 20px;
        font-weight: bold;
    }

    .point .ttl+p span {
        font-size: 16px;
    }

    .point span.small {
        font-size: 12px !important;
    }

    .royal_tokuten {
        flex-wrap: wrap;
    }

    .royal_tokuten>div {
        height: fit-content;
        width: 100%;
    }

    .royal_tokuten>div .red {
        font-size: 16px;
    }

    .point h3 {
        font-size: 20px;
    }

    .spslide {
        overflow-x: scroll;
        margin-top: 10px;
    }

    .spslide img {
        width: 960px;
    }

    .point .spslide+div {
        margin: 15px auto 30px;
        padding: 20px 15px;
    }

    .point .spslide+div p {
        margin-top: 10px;
    }

    div#causion p.underline {
        font-size: 16px;
    }
}