@charset "UTF-8";
/* CSS Document */
body {
  background-color: #050505;
  color: #fff;
  font-size: 16px;
}
/* table*/
#table01 {
  margin: 0 auto;
}
#table01 tr {
  border-bottom: 0.3px dashed #FFFFFF;
  line-height: 24px;
}
#table01 th, #table01 td {
  padding: 40px 0;
  border: none;
}
#table01 th {
  width: 56%;
}
/* sp */
@media only screen and (max-width: 480px) {
  #table01 {
    margin: 0;
  }
  #table01 th, #table01 td {
    width: 100%;
    display: block;
  }
  #table01 th {
    width: 100%;
    text-align: left;
  }
  #table01 td {
    padding-top: 0;
    text-align: center;
  }
  #table01 td {
    padding-top: 0;
    text-align: left;
    font-size: 16px;
  }
  .flex{
    display: flex;
  }
}
.tokusyohou p {
  color: #fff;
}
.tokusyohou {
  text-align: center;
  padding: 10px;
  margin: 5vh auto 10vh;
  border: solid 1px #fff;
  width: 200px;
}