div #smaticket {
    width: 93.75%;
    max-width: 760px;
    margin: 0 auto 63px;
    padding: 3%;
    border: solid 1px #333;
    border-radius: 5px;
}

.u-text {
    padding: 0 5em 2.5em
}

.u-text__inner {
	line-height: 2.2;
}

.u-text .text-headline {
    margin: 0 0 1.5em;
    font-size: 1.5em;
    line-height: 1.25
}

.notelist {
    margin: 0;
    padding: 0 0 0 1.5em
}

.notelist>li {
    font-size: .9em;
    line-height: 1.5;
    text-indent: -1.5em
}

.notelist>li:before {
    content: "※";
    margin-right: .5em
}

.notelist>li+li {
    margin-top: .75em
}

.notelist a {
    color: #fff;
    text-decoration: underline;
    font-weight: 700
}

.notelist a:hover {
    color: #2277f7
}

.notelist2 {
    background: #efefef;
    margin: 1em 0;
    padding: 1em 1em 1em 2.5em;
    color: #000
}

.notelist2_b {
    background: none;
    padding: 0em 0em 0em 1.5em;
    color: #fff
}

.notelist2>li {
    font-size: .9em;
    line-height: 1.5;
    text-indent: -1.5em
}

.notelist2>li:before {
    content: "●";
    margin-right: .5em
}

.notelist2>li+li {
    margin-top: .75em
}



.button {
  max-width: 300px;
  border-radius: 20px;
  margin: 30px auto 50px;
  background: #ffcc33;
  text-align: center;
  padding: 20px;
}

div.timetable {
  max-width: 500px;
  margin: 0 auto 50px;
}

div.timetable img {
  width: 100%;
}