@charset "utf-8";
/* HERO
--------------------------------------------------- */
#privacy {
	width: 80%;
	margin: 50px auto;
	padding: 0 50px;
}
#privacy h2{
  font-size: 1.5rem;
  line-height: 1.2;
  text-align: center;
}
#privacy .notice{
  text-align: center;
  margin-bottom: 50px;
}
#privacy th{
  font-weight: bold;
}
#privacy .mar20{
  margin: 20px 0;
}
#privacy dl {
  margin-top: 30px;
}
#privacy dt {
  margin-bottom: 10px;
  font-weight: bold;
}
#privacy dd {
  margin-top: 10px;
}
/* --------------------------------------------------------------------
sp 
--------------------------------------------------------------------- */
@media only screen and (max-width: 480px) {
#privacy {
	width: 90%;
	margin: 5% auto;
	padding: 0;
}
#privacy h2{
  font-size: 1.4rem;
}
  #table01 th,
  #table01 td {
    width: 100%;
    display: block;
  }