@charset "utf-8";

/* ===========================================================================
    privacy
=========================================================================== */
/* [pagetitle] ----------------------------------------*/
.pagetitle { background:url(../img/img-pagetitle-001.jpg) 0 50% / cover no-repeat; }

/* [contents] -----------------------------------------*/
.contents { text-align:left; max-width:1100px; margin:0 auto; }
.contents h2 { font-size:24px; margin:50px 0 0; }

@media screen and (max-width: 598px) {
/* [pagetitle] ----------------------------------------*/
.pagetitle { background-image:url(../img/img-pagetitle-001_sp.jpg); }

/* [contents] -----------------------------------------*/
.contents { padding:0 20px; }

}
