@charset "UTF-8";

/*******************************

プライバシーポリシー

*******************************/

.privacy-wrap {
    padding: 40px;
    background: #fff;
    overflow: hidden;
    line-height: 1.8;
    text-align: left;
}

.privacy-wrap p{
    margin-bottom: 20px;
}

.privacy-wrap > p{
    margin-bottom: 40px;
}

.privacy-wrap dl{
    margin-bottom: 40px;
}

.privacy-wrap dt{
    margin-bottom: 10px;
    font-weight: bold;
    border-left: 4px solid #40577d;
    padding-left: 15px;
    line-height: 1.4;
}

.privacy-wrap ul{
    margin-bottom: 20px;
    list-style-type: disc;
    padding-left: 1em;
}
/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px) {
.privacy-wrap {
        padding: 5%;
    }
}
