html {
  box-sizing: content-box;
  font-size: 62.5%;
}
a:link,
a:visited {
  color: inherit;
}
#header {
  all: unset;
  background: inherit;
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
#header .login:before,
#header .logout:before {
  all: unset;
  display: none;
}
h2.heading01 {
  font-size: 114.28571%;
  padding: 10px;
}
h2.heading02 {
  padding: 0;
}
.kouya #main {
  margin: 0 auto;
  float: none;
}
.content-area a:link,
.content-area a:visited {
  color: #1154cc;
}
.content-area .heading01 a.sub {
  color: #fff;
}
.kouya-button-jump-to-messages-green:link,
.kouya-button-jump-to-messages-green:visited,
.kouya-button-jump-to-messages-orange:link,
.kouya-button-jump-to-messages-orange:visited {
  color: #fff !important;
}
.kouya #content {
  background: inherit;
  font-size: 1.4rem;
}
.kouya #content > div {
  width: auto;
}
.breadcrumb .list li + li {
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  margin-left: 10px;
  position: relative;
}
.breadcrumb .list li + li:before {
  position: absolute;
  content: "〉";
  font-size: 1.2rem;
  display: block;
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.breadcrumb .list li + li a {
  color: #fff;
  font-size: 1.2rem;
  padding: 5px;
}
h3:not(.hdg) {
  padding-top: inherit;
}
.article .header .heading {
  border: 0;
}
.section .kouya-heading-stadium-section {
  padding-top: 39px;
}
.l-column.col-5 > .wrp {
  -webkit-box-flex: 0;
  flex: 0 1 15%;
}
.main-container .l-column.col-4>.wrp {
  -webkit-box-flex: 0;
  flex: 0 1 20%;
}
aside.sub-container {
  box-sizing:border-box;
}
.main-container div.footer {
  background-color: #ffffff;
  padding: 0px;
}
div#document-wrapper.kouya .heading01 {
  padding-left: 46px;
  width: 584px;
}
.sub-container h2 {
  font-weight: bold;
}
.sub-container a {
  color: #000000;
}
.cmp-txt005 a {
  color: #ffffff;
}
a.sns-btn{
  color: #ffffff;
}
input[name="key_txt"] {
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: initial;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  -webkit-appearance: textfield;
  background-color: white;
  -webkit-rtl-ordering: logical;
  cursor: text;
  margin: 0em;
  font: 400 13.3333px Arial;
  padding: 1px 0px;
  border-width: 2px;
  border-style: inset;
  border-color: initial;
  border-image: initial;
}
input[type="submit" i] {
  -webkit-appearance: push-button;
  user-select: none;
  white-space: pre;
  align-items: flex-start;
  text-align: center;
  cursor: default;
  color: buttontext;
  background-color: buttonface;
  box-sizing: border-box;
  padding: 1px 6px;
  border-width: 2px;
  border-style: outset;
  border-color: buttonface;
  border-image: initial;
}
.telop-button-area {
  overflow: hidden;
  margin: 10px 0;
}
.telop-button-area span{
  float: left;
}
.telop-button-area ul{
  float: left;
}
.telop-button-area .telop-button {
  background-color: #d4d4d4;
  color: #fff;
  height: 23px;
  line-height: 23px;
  text-align: center;
  width: 50px;
  border-radius: 1px;
  display: inline-block;
}
.telop-button-area .telop-button a {
  display: block;
  cursor: pointer;
  font-size: 12px;
}
  .telop-button-area .telop-button a:hover {
  text-decoration: none;
}
.telop-button-area #telop-on.active {
  background-color: #1F5898;
}
.telop-button-area #telop-off.active {
  background-color: #333;
}

@media (max-width: 1024px) {
  .kouya-schools-list .sub-list {
    left: -10px;
  }
  .kouya-schools-list .sub-list-body {
    font-size: 80%;
    text-align: left;
    width: 150px;
  }
  .kouya-schools-list .sub-list-body a {
    display: block;
    padding-top: 10px;
  }
  .kouya-schools-list .sub-list-body ul .list:first-child {
    padding-bottom: 10px;
  }
}