@charset "UTF-8";
/* CSS Document */
#container {
  max-width: 840px;
}


/* main
-----------------------------------------------*/
h1 {
  font-size: 32px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 80px;
}
.spOnly {
  display: none;
}
@media only screen and (max-width:767px) {
 h1 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
}


/* contents
-----------------------------------------------*/
#contents {
  padding: 0 20px;
}
table th, table td {
  border: 1px solid #000;
  padding: 10px 20px;
}
table th {
  background-color: #ECECEC;
  width: 200px;
}
@media only screen and (max-width:767px) {
#wrap {
padding-top: 30px;
}
  table th {
    width: 120px;
  }
  table th, table td {
    padding: 10px;
  }
}