@charset "UTF-8";

/* ========プライバシーポリシー========= */
.privacy {
    width: 70%;
    margin: 100px auto;
    background-color: #eaf3ff;
    border-radius: 10px;
    box-shadow: 8px 8px 5px rgb(210, 210, 210);
}
.privacy_wrap {
    padding: 5% 5% 2% 5%;
}
.privacy_announcement h2  {
    padding: 3%;
    font-size: 24px;
    line-height: 1.4;
    text-align: center; 
}
.privacy_wrap h3 {
    clear: both;
    margin: 50px 0 0 0;
    font-size: 18px;
    font-weight: bold;
    color: #0068b3;
    line-height: 1.8;
    border-bottom: 1px dotted #0068b3;
}
.privacy_wrap p {
    text-align: left;
    margin-top: 10px;
    margin: 0.5em 0 1em 0;
    line-height: 1.8;
}

.privacy_date {
    text-align: right;
    margin-top: 60px;
}



/* ========画面幅800px以下の設定========= */
@media screen and (max-width:800px){
/* プライバシーポリシー*/
.privacy { 
    width: 90%;
    margin: 40px auto;
}
.privacy_announcement h2  {
    padding: 2%;
}
.sp {
    display: block;
}
.pc {
    display: none;
}

}