@charset "utf-8";

/**********************************************/
/*プライバシーポリシー／サイトのご利用*/
/**********************************************/


ul.notes {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.section~.section {
    margin-top: 80px;
}


/*****************************/
/*情報セキュリティ方針*/
/*****************************/
/*ヒーローエリア*/
#security {
    background:url("../img/theme_security.jpg") no-repeat center center;
    background-size: cover;
    background-color:#f5f5f5;
}

.sign {
    text-align: right;
    margin-top: 40px;
    line-height: 180%;
}


/*****************************/
/*プライバシーポリシー*/
/*****************************/
/*ヒーローエリア*/
#privacy {
    background:url("../img/theme_privacy.jpg") no-repeat center center;
    background-size: cover;
    background-color:#f5f5f5;
}

/*****************************/
/*サイトのご利用について*/
/*****************************/
#sitepolicy {
    background:url("../img/theme_sitepolicy.jpg") no-repeat center center;
    background-size: cover;
    background-color:#f5f5f5;
}




/****************************/
/*レスポンシブ*/
/****************************/
@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 980px) {
}

@media screen and (max-width: 780px) {
}

@media screen and (max-width: 580px) {
}

@media screen and (max-width: 380px) {
}

