@charset "utf-8";
/* default PC */

/* 共通 */

#privacy h3{
  margin: 0 0 20px;
}

.bg-gray {
    margin: 100px 0;
}

#contents .table-02 {
    width: 50%;
}

/* view-1140 notePC,Tablet */
@media screen and (max-width: 1140px) {}

/* view-959 Mobile,Tablet */
@media screen and (max-width: 959px) {
#contents .table-02 {
    width: 100%;
}
#contents h2 {
    font-size: 160%;
    letter-spacing: 0;
}
}

  /* view-559 Mobile */
@media screen and (max-width: 559px) {

#contents h2 {
    font-size: 120%;
	line-height: 1.6em;
    }

.bg-gray {
    margin: 80px 0;
}
}