@charset "UTF-8";

.white-card {
    background-color: #fff;
    border-radius: 15.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 14rem 17.7rem 13.1rem;
    box-sizing: border-box;
    margin-bottom: 7rem;
    @media screen and (max-width: 767px) {
        border-radius: 5.2rem;
        padding: 5.2rem 3rem 6.9rem;
        margin-bottom: 3rem;
    }
    .privacy {
        .mb40 {
            margin-bottom: 40px;
        }
        & p {
            font-size: 1.8rem;
            line-height: 180%;
            @media screen and (max-width: 767px) {
                font-size: 1.6rem;
            }
        }
        & dl dt {
            margin-bottom: 4px;
            font-size: 2rem;
            font-weight: bold;
            line-height: 180%;
            @media screen and (max-width: 767px) {
                font-size: 1.6rem;
            }
        }
        & dl dd {
            margin-bottom: 20px;
            font-size: 1.8rem;
            line-height: 180%;
            @media screen and (max-width:767px){
                font-size: 1.4rem;
            }
        }
        & a {
            text-decoration: underline;
            color: #005294;
        }
    }
}
