@charset "utf-8";
/* ppのためのCSS */

body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    color: #333;
    font-size: 1rem;
    line-height: 1.85;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
}


h2 {
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0.2rem;
    text-align: center;
    margin: 2rem;
}


.policyCopy {
    line-height: 2rem;
}

h4 {
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: 0.2rem;
    text-align: center;
}


h5 {
    font-size: 1.1rem;
    line-height: 1;
    letter-spacing: 0.2rem;
    text-align: center;
}

.mainPolicy {
    margin: 5%;
    background-color: beige;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
    padding: 2rem;


}

.mainPolicy ul {
    margin: auto;
}

.mainPolicy .date {
    display: flex;
    justify-content: flex-end;
}

p span {
    display: block;
    margin-top: 1.5rem;
    font-size: 1.2rem;
}

.policyLogo {
    text-align: center;
}

.policyAdd{
text-align: center;}

@media (min-width:768px) {

    /*PC版*/
    .brsp {
        display: none;
    }
}

@media screen and (max-width:767px) {

    /*スマホ版*/
    body {
        font-size: 0.8rem;
    }

    .policyCopy {
        margin: 2%;
    }

    .mainPolicy h5 {
        line-height: 2rem;
    }

    .contactCopy {
        margin: 2%;
    }
}