@charset "utf-8";

@import "../../../common/files/css/layout.css";


h2{
    padding: 0 0 20px 0;
}

/*===========================
    privacy
===========================*/

#privacy{
    padding: 200px 0 50px 0;
}
#privacy dt{
    font-weight: bold;
	margin-top:2rem;
}
#privacy .date{
	margin-top:2rem;
    text-align: right;
}

/*tablet用（481px〜1000pxまで）*/
@media screen and (min-width:481px) and (max-width:1000px){

}

/*sp用（480pxまで）*/
@media screen and (max-width:480px){

}