/* ------------------------------
 width: all
------------------------------ */
main section.s01 .wrapper {
  width: 920px;
  margin: 0 auto;
}
main section.s01 .wrapper .schedule {
  width: 100%;
  display: block;
  margin-top: 30px;
}
main section.s01 .wrapper .t01 {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  margin-top: 40px;
}
main section.s01 .wrapper .t02 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
  margin-top: 5px;
}
main section.s01 .wrapper .t02:first-letter {
  color: #009F18;
}
main section.s01 .wrapper .t02::after {
  content: "";
  display: block;
  width: 62px;
  height: 1px;
  background-color: #009F18;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
}
main section.s01 .wrapper .msg01 {
  width: 100%;
  display: block;
  margin-top: 50px;
}
main section.s01 .wrapper .msg02 {
  width: 100%;
  display: block;
  margin-top: 50px;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.s01 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s01 .wrapper .main_ttl_box {
    padding-left: 15px;
    padding-right: 15px;
  }
  main section.s01 .wrapper .schebox {
    width: calc(100% - 30px);
    margin: 20px auto 0;
    overflow-x: scroll;
    padding-bottom: 15px;
  }
  main section.s01 .wrapper .schebox .schedule {
    width: 782px;
    display: block;
    margin: 0;
  }
  main section.s01 .wrapper .t01 {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
  }
  main section.s01 .wrapper .t02 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding-bottom: 5px;
    margin-top: 5px;
  }
  main section.s01 .wrapper .t02:first-letter {
    color: #009F18;
  }
  main section.s01 .wrapper .t02::after {
    content: "";
    display: block;
    width: 35px;
    height: 1px;
    background-color: #009F18;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
  }
  main section.s01 .wrapper .msg01 {
    width: calc(100% - 30px);
    display: block;
    margin: 20px auto 0;
  }
  main section.s01 .wrapper .msg02 {
    width: 100%;
    display: block;
    margin-top: 30px;
  }
}