body:not(.top) h2 {
  position: initial;
  margin: 0;
  padding-bottom: 0;
  font-size: 100%;
  font-weight: normal;
  line-height: 1.5;
}
body:not(.top) h2:first-child {
  margin-top: 0;
}
body:not(.top) h2:after {
  content: none;
}
body:not(.top) h3 {
  margin: 0;
  padding: 0;
  background:none;
  color: black;
  font-size: 100%;
  font-weight: normal;
  line-height: 1.5;
}
body:not(.top) .main-content h2,
body:not(.top) .main-content h3 {
  font-family: Meiryo,"Hiragino Kaku Gothic Pro" ,Osaka,"MS PGothic",sans-serif;
}
.main-content * {
  box-sizing: content-box;
}
.main-content a {
  color: initial;
  outline: initial;
  text-decoration: initial;
  transition: initial;
}
.main-content a:hover {
  opacity: 100%;
}
#main.main-content .table01 {
	border-top: 1px solid #b5b5b5;
	border-left: 1px solid #b5b5b5;
}
.re-center-m {
  margin: 0 auto;
}
.re-center-t {
  text-align: center;
}
.re-nowrap {
  white-space: nowrap;
}
@media (max-width: 767px) {
  #main.main-content {
    width: auto;
  }
  body {
    min-width: 784px;
  }
  body:not(.top) h1 {
    height: initial;
  }
  body:not(.top) h2 {
    margin: 0;
    font-size: 100%;
  }
  body:not(.top) h2:after {
    content: none;
  }
  body:not(.top) h3 {
    margin: 0;
    padding: 0;
    font-size: 100%;
  }
}