pre {
  font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #222222;
}
.static {
  margin: 0;
  padding: 5px 10px 40px;
}
h1.static_ttl,
h2.static_ttl {
  font-size: 18px;
  margin: 0;
  text-align: center;
}
.text_base {
  background-color: #fff;
  border: 1px solid #ccc;
  line-height: 1.2;
  font-size: 16px;
  margin: 5 20px;
  padding: 15px;
  height: 600px;
}
@media (min-width: 992px) {
  .static {
    margin: 0;
    padding: 40px;
  }
  h1.static_ttl, h2.static_ttl {
    font-size: 21px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .text_base {
    background-color: #fff;
    border: 1px solid #ccc;
    line-height: 1.2;
    font-size: 18px;
    margin: 40px;
    padding: 20px;
    height: 600px;
  }
}


.static_inner {
  background-color: #FFF;
  padding-top: 20px;
  padding-bottom: 20px;
}

.static_inner pre {
  margin-left: 20px;
  margin-right: 20px;
}

#tos-monthly, #tos-ticket {
  padding-top: 150px;
  margin-top: -130px;
}
