.policy-content {

    text-align: left;
    margin-top: 5%;
    margin-bottom: 5%;
}

.policy-content p {
    font-size: 1rem;
    margin: 10px;
    padding: 0px;
}

p.title {
    color: #004B9E;
    font-weight: bold;
    margin-bottom: 2px;
}

p.content {
    font-size: 0.8rem;
    margin-bottom: 2px;
}


.notice {
    padding: 0.5em 1em;
    margin: 2em 3em;

    border-left: double 4px #004B9E;
    /*左線*/
    border-right: double 4px #004B9E;
    /*右線*/
}

.notice p {
    font-size: 0.8rem;
    margin: 0;
    padding: 0;
}