@charset "UTF-8";

.p-footer-bg {
    ul {
        li {
            margin-bottom: 20px;

            a {
                color: #fff;
                display: block;

                &:hover {
                    opacity: 0.8;
                }
            }
        }
    }
}

.policy {
    background-image: url("../images/privacypolicy_bg.webp");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;

    .inner {
        max-width: 320px;
        margin: 0 auto 40px;

        .title_wrap {
            margin: 40px auto 20px;

            h2 {
                color: #F47A00;
                font-family: Oswald;
                font-size: 36px;
                font-style: normal;
                font-weight: 700;
                line-height: 150%;
                letter-spacing: 0.5px;
            }

            span {
                font-size: 20px;
                font-style: normal;
                font-weight: 400;
                line-height: 160%;
                letter-spacing: 0.5px;
            }
        }

        .title_wrap.flex {
            display: flex;
            align-items: center;

            span {
                margin-left: 8px;
            }
        }

        .txt_wrap {
            background: #FFF;
            padding: 20px 0;

            .inner {
                max-width: 260px;
                margin: 0 auto;

                p,
                li {
                    color: #1F1F1F;
                    font-family: "Noto Sans JP";
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 162.5%;
                    margin-bottom: 25.6px;
                }
            }
        }
    }
}

.legal {
    background-image: url("../images/privacypolicy_bg.webp");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;

    .inner {
        max-width: 320px;
        margin: 0 auto 40px;

        .title_wrap {
            margin: 40px auto 20px;

            h2 {
                color: #F47A00;
                font-family: Oswald;
                font-size: 36px;
                font-style: normal;
                font-weight: 700;
                line-height: 150%;
                letter-spacing: 0.5px;
            }

            span {
                font-size: 20px;
                font-style: normal;
                font-weight: 400;
                line-height: 160%;
                letter-spacing: 0.5px;
            }
        }

        .txt_wrap {
            background: #FFF;
            padding: 20px 0;

            .inner {
                max-width: 260px;
                margin: 0 auto;

                p,
                li {
                    color: #1F1F1F;
                    font-family: "Noto Sans JP";
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 162.5%;
                    margin-bottom: 30px;
                }

                .title {
                    color: #F47A00;
                    font-weight: 500;
                    margin-bottom: 16px;
                    display: block;
                }
            }
        }
    }
}