@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

#head .main{
background-image: url("../images/privacy-images/main.jpg");
}

/* ------------------------------------------------------------

------------------------------------------------------------ */
#privacy ul{
margin-left: 20px;
}
#privacy ul li{
margin-bottom: 5px;
}

/* ==========================================================================
pc
========================================================================== */
@media screen and (min-width: 1200px) {
}

/* ==========================================================================
tablet
========================================================================== */
@media screen and (max-width: 1199px) {





}

/* ==========================================================================
sp
========================================================================== */
@media screen and (max-width: 699px) {

#classification table th{
width: 15%;
padding: 10px 5px;
}
#classification table td{
padding: 10px 5px;
}

#criterion table td{
padding: 5px;
}


}
