/* ------------------------------
 width: all
------------------------------ */
main {
  padding-bottom: 120px;
}

main .mv {
  margin: 125px auto 45px auto;
  width: 360px;
  display: block;
}
main .mv img {
  width: 100%;
}
main section.s01 {
  
  padding: 0 20px;
}
main section.s01 .wrapper {
  max-width: 1100px;
  margin: 0 auto;
}
main section.s01 .wrapper table {
  width: 100%;
}
main section.s01 .wrapper table tr th {
  width: 240px;
  font-size: 16px;
  line-height: 160%;
  padding: 25px 0 25px 35px;
}
main section.s01 .wrapper table tr td {
  font-size: 16px;
  line-height: 160%;
  padding: 25px 35px 25px 0;
}
main section.s01 .wrapper table tr:nth-child(odd) th,
main section.s01 .wrapper table tr:nth-child(odd) td {
  background-color: #e4ecf7;
}

.hyoshiki {
  max-width: 50%;
}

.hyoshiki img {
  width: 100%;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 800px) {
  main {
    padding-bottom: 80px;
  }
  main .mv {
    margin-top: 45px;
    width: 75%;
  }
  main section.s01 {
    
    padding: 0 20px;
  }
  main section.s01 .wrapper {
    max-width: 1100px;
    margin: 0 auto;
  }
  main section.s01 .wrapper table {
    width: 100%;
  }
  main section.s01 .wrapper table tr th {
    width: 100%;
    font-size: 14px;
    line-height: 160%;
    padding: 15px 15px;
    background-color: #e4ecf7 !important;
    display: block;
    font-weight: bold;
  }
  main section.s01 .wrapper table tr td {
    font-size: 14px;
    line-height: 160%;
    padding: 15px 15px;
    display: block;
    background-color: #FFF !important;
  }
  main section.s01 .wrapper table tr:nth-child(odd) th,
main section.s01 .wrapper table tr:nth-child(odd) td {
    background-color: #e4ecf7;
  }
  .qr-flex {
    text-align: center;
  }
  .qr-flex img:first-child {
    margin-bottom: 20px;
  }
  .hyoshiki {
    margin: 0 auto;
    max-width: 80%;
  }
}