@charset "UTF-8";
html {
  -webkit-overflow-scrolling: touch;
}

body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  color: #000;
  font-size: 16px;
  margin: 0 auto;
  max-width: 1920px;
  line-height: 1;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

a {
  text-decoration: none;
}

address {
  font-style: normal;
}

a:hover img {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  transition: all 0.5s ease;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.Ttl1 {
  display: inline-block;
  min-width: 200px;
  font-size: 24px;
  color: #fff;
  padding-bottom: 16px;
  background-image: url("images/bg_ttl_underline.png");
  background-repeat: no-repeat;
  background-position: bottom center;
}
.Ttl1--navy {
  color: #0b0676;
}

.Ttl2 {
  height: 80px;
  background-image: url("images/common_bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 22px;
  text-align: center;
}
.Ttl2--bg {
  background-image: none;
  background-color: #0b0676;
}

.Ttl3 {
  height: 80px;
  line-height: 80px;
  font-size: 24px;
  color: #fff;
  background-image: url("images/common_bg.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  text-align: center;
}

.Btn01 {
  display: inline-block;
  vertical-align: middle;
  width: 180px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #0b0676;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.Btn01:hover {
  opacity: 0.8;
}
.Btn01--240 {
  width: 240px;
}

.Btn02 {
  display: inline-block;
  vertical-align: middle;
  width: 104px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #0b0676;
  background-color: #fff;
  border: 2px solid #0b0676;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-image: url("images/icn_arrow1_b.png");
  background-repeat: no-repeat;
  background-position: right 8px center;
  -webkit-background-size: 16px 16px;
  background-size: 16px 16px;
}
.Btn02:hover {
  background-color: #0b0676;
  color: #fff;
  background-image: url("images/icn_arrow1_w.png");
}

.Btn03 {
  display: inline-block;
  vertical-align: middle;
  margin-top: 2px;
  margin-bottom: 2px;
  height: 32px;
  line-height: 32px;
  padding: 0 20px;
  text-align: center;
  background-color: #0b0676;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.Btn03:hover {
  opacity: 0.7;
}
.Btn03:last-child {
  margin-left: 16px;
}

.header {
  padding: 4px 48px 8px 48px;
  width: 100%;
  background-image: url("images/bg_line.png");
  background-repeat: no-repeat;
  background-position: bottom center;
}
.header-logo {
  float: left;
  width: 248px;
  padding-top: 7px;
  font-size: 0;
  display: block;
}
.header-logo img {
  display: inline-block;
  vertical-align: middle;
}
.header-logo__ttl {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  font-size: 16px;
  color: #0b0676;
  line-height: 1.7;
  transition: all 0.5s ease;
}
.header-logo__ttl span {
  font-size: 14px;
}
.header-logo__ttl:hover {
  opacity: 0.7;
}
.header-nav {
  float: right;
}
.header-nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0;
  text-align: right;
}
.header-nav ul li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 32px;
  padding: 8px 0;
}
.header-nav ul li img {
  display: inline-block;
  vertical-align: middle;
  width: 212px;
  height: auto;
}
.header-nav ul li:last-child {
  padding: 0;
}
.header-nav-link {
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.header-nav-link:hover {
  color: #ed2a00;
}
.header-nav--active {
  color: #ed2a00;
}
.header-menu {
  display: none;
}

.footer {
  background-color: #fff;
  background-image: url("images/bg_line.png");
  background-repeat: no-repeat;
  background-position: top center;
  padding: 32px 8px;
}
.footer-body {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
  display: flex;
}
.footer-name {
  width: 296px;
  border-right: 1px solid #0b0676;
}
.footer-logo {
  font-size: 0;
}
.footer-logo img {
  display: inline-block;
  vertical-align: middle;
}
.footer-logo p {
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
}
.footer-logo p a {
  font-size: 14px;
  color: #0b0676;
  line-height: 1.7;
  font-weight: bold;
  transition: all 0.5s ease;
}
.footer-logo p a:hover {
  opacity: 0.7;
}
.footer-adr {
  margin-top: 16px;
  font-size: 12px;
  line-height: 2;
}
.footer-nav {
  margin-left: auto;
}
.footer-link {
  font-size: 0;
}
.footer-link a {
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  font-size: 14px;
  color: #0b0676;
  font-weight: bold;
  background-image: url("images/bg_underline2.png");
  background-repeat: repeat-x;
  background-position: bottom center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.footer-link a:hover {
  background-image: url("images/bg_underline1.png");
}
.footer-link--active {
  background-image: url("images/bg_underline1.png");
}
.footer-wrap {
  overflow: hidden;
}
.footer-result {
  position: relative;
  margin: 24px 0 0 auto;
  list-style-type: none;
  height: 40px;
  width: 296px;
}
.footer-result li {
  position: absolute;
  top: 0;
}
.footer-result li:hover .footer-txt {
  background-color: #ed2a00;
}
.footer-result li:hover .triangle-body:before {
  border-left: 10px solid #ed2a00;
}
.footer-result li:nth-child(1) {
  left: 0;
  z-index: 5;
}
.footer-result li:nth-child(2) {
  left: 84px;
  z-index: 4;
}
.footer-result li:nth-child(3) {
  left: 126px;
  z-index: 3;
}
.footer-result li:nth-child(4) {
  left: 168px;
  z-index: 2;
}
.footer-result li:nth-child(5) {
  left: 210px;
  z-index: 1;
}
.footer-result--active .footer-txt {
  background-color: #ed2a00;
}
.footer-result--active .triangle-body:before {
  border-left: 10px solid #ed2a00 !important;
}
.footer-result2 {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.footer-result2 a {
  display: block;
  width: 212px;
  margin: 24px 0 0 16px;
}
.footer-result2 a img {
  display: block;
  width: 100%;
  height: auto;
}
.footer-block1 {
  position: relative;
  width: 112px;
}
.footer-block2 {
  position: relative;
  width: 70px;
}
.footer-block3 {
  position: relative;
  width: 102px;
}
.footer-txt {
  background-color: #f28067;
}
.footer-txt1, .footer-txt2, .footer-txt3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: right;
  padding-right: 4px;
  font-weight: bold;
  color: #fff;
}
.footer-txt2 {
  width: 38px;
}
.footer-txt3 {
  width: 70px;
}
.footer .triangle {
  position: absolute;
  top: 0;
  right: 8px;
}
.footer .triangle-body {
  position: relative;
  width: 20px;
  height: 20px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 10px solid #fff;
  z-index: 0;
}
.footer .triangle-body:before {
  position: absolute;
  top: -20px;
  right: 2px;
  content: "";
  margin-right: 2px;
  width: 20px;
  height: 40px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 10px solid #f28067;
  z-index: 1;
}
.footer-bnr {
  margin-top: 16px;
  padding: 0 16px;
}
.footer-bnr img {
  margin-left: auto;
  display: block;
  max-width: 480px;
  width: 100%;
  height: auto;
}

.copyright {
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  font-size: 10px;
  background-color: #0b0676;
}

.common-pickup {
  min-height: 241px;
  background-image: url("images/header_bg_information.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  padding: 40px 8px 0 8px;
  border-bottom: 2px solid #fff;
}
.common-pickup-body {
  max-width: 1000px;
  margin: 0 auto;
}
.common-pickup-ttl {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  padding-bottom: 16px;
  border-bottom: 4px solid #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.common-pickup-date {
  margin-top: 24px;
  font-size: 16px;
  color: #fff;
}
.common-pickup a {
  display: block;
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}
.common-pickup a:hover {
  text-decoration: underline;
}
.common-pickup--info {
  border-bottom: none;
  border-top: 1px solid #fff;
}

.top-key {
  height: 106px;
  background-image: url("images/header_key_img.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 36px;
  text-align: center;
}

.common-news {
  padding: 16px 8px;
  background-color: #fff;
}
.common-news-body {
  max-width: 1000px;
  margin: 0 auto;
}
.common-news-ttl {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
}
.common-news-box {
  margin-top: 16px;
}
.common-news-box span {
  display: inline-block;
  margin: 0 4px;
  font-size: 16px;
  line-height: 1.5;
}

.top-news1 {
  background-image: url("images/top_bg_news.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  background-size: cover;
}

.top-sc {
  padding: 32px 8px;
}
.top-sc-body {
  max-width: 1000px;
  margin: 0 auto;
}

.common-score {
  display: flex;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
}
.common-score--orange {
  background-color: #ed2a00 !important;
}
.common-score-name, .common-score-sum {
  width: 168px;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  background-color: #fff;
}
.common-score-name th, .common-score-sum th {
  height: 32px;
  background-color: #0b0676;
  color: #fff;
  font-size: 16px;
}
.common-score-name td, .common-score-sum td {
  height: 56px;
  border-left: 1px solid #0b0676;
  border-bottom: 1px solid #0b0676;
  font-size: 16px;
  font-weight: bold;
  padding: 0 8px 0 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.common-score-name--orange th, .common-score-sum--orange th {
  background-color: #ed2a00;
}
.common-score-name--orange td, .common-score-sum--orange td {
  border-left: 1px solid #ed2a00;
  border-bottom: 1px solid #ed2a00;
}
.common-score-sum {
  width: 52px;
}
.common-score-sum th {
  width: 52px;
  background-color: #0b0676;
  font-size: 16px;
  color: #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #0b0676;
}
.common-score-sum td {
  height: 56px;
  border-left: 1px solid #0b0676;
  border-bottom: 1px solid #0b0676;
  border-right: 1px solid #0b0676;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  padding: 0;
}
.common-score-sum td span {
  color: #ed2a00;
}
.common-score-sum--orange th {
  background-color: #ed2a00;
  border-right: 1px solid #ed2a00;
}
.common-score-sum--orange td {
  border-left: 1px solid #ed2a00;
  border-bottom: 1px solid #ed2a00;
  border-right: 1px solid #ed2a00;
}
.common-score-body table {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
}
.common-score-body table th {
  width: 52px;
  height: 32px;
  background-color: #0b0676;
  font-size: 16px;
  color: #fff;
  border-left: 1px solid #fff;
}
.common-score-body table td {
  height: 56px;
  border-left: 1px solid #0b0676;
  border-bottom: 1px solid #0b0676;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.common-score-body table td span {
  color: #ed2a00;
}
.common-score-body--orange table th {
  background-color: #ed2a00;
}
.common-score-body--orange table td {
  border-left: 1px solid #ed2a00;
  border-bottom: 1px solid #ed2a00;
}

.common-score-msg {
  display: none;
}

.top-news3 {
  min-height: 406px;
  padding: 48px 8px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
}
.top-news3-btn {
  margin: 24px auto 0 auto;
  max-width: 1000px;
  text-align: right;
}
.top-news3-bnr {
  text-align: center;
  margin-bottom: 48px;
}
.top-news3-bnr__msg {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 8px;
}
.top-news3-bnr img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.common-info {
  margin: 32px auto 0 auto;
  max-width: 1000px;
  padding: 0;
  list-style-type: none;
}
.common-info li {
  display: flex;
  padding: 16px 0;
  border-bottom: 1px dotted #0b0676;
  line-height: 1.5;
}
.common-info li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  width: 168px;
}
.common-info li a {
  width: calc(100% - 168px);
  display: block;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.common-info li a:hover {
  text-decoration: underline;
}

.top-today {
  background-image: url("images/top_bg_today.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 48px 8px;
}
.top-today-section {
  margin: 0 auto 32px auto;
  max-width: 1000px;
  display: flex;
}
.top-today-ttl {
  width: 300px;
  background-color: #0b0676;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}
.top-today-info {
  border: 1px solid #0b0676;
  background-color: #fff;
  width: 100%;
}
.top-today-info ul {
  margin: 0;
  padding: 16px;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dotted #0b0676;
}
.top-today-info ul:last-child {
  border-bottom: none;
}
.top-today-info-type {
  width: 28.5714285714%;
  text-align: center;
  font-size: 0;
}
.top-today-info-type span {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin: 8px;
}
.top-today-info-type .navy,
.top-today-info-type .orange {
  background-color: #0b0676;
  color: #fff;
  padding: 4px 8px;
}
.top-today-info-type .orange {
  background-color: #ed2a00;
}
.top-today-info-count {
  width: 14.8571428571%;
  text-align: center;
  padding: 0 4px;
}
.top-today-info-count p {
  display: inline-block;
  border: 1px solid #ed2a00;
  width: 100px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  color: #ed2a00;
}
.top-today-info-school {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-today-info-school-name1, .top-today-info-school-name2 {
  width: calc(50% - 44px);
  font-size: 16px;
  font-weight: bold;
  text-align: right;
}
.top-today-info-school-name2 {
  text-align: left;
}
.top-today-info-school-score {
  width: 88px;
  font-size: 20px;
  color: #ed2a00;
  text-align: center;
  font-weight: bold;
}
.top-today-info-school-score--vs {
  font-size: 14px;
}
.top-today-info-btn {
  width: 16.5714285714%;
  text-align: center;
}
.top-today-btn {
  margin-top: 16px;
  text-align: center;
}

.top-tmr {
  background-image: url("images/top_bg.tomorrow.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 48px 8px 96px 8px;
}
.top-tmr-btn2 .Btn01 {
  margin: 24px 12px 0 12px !important;
}
.top-tmr-section {
  max-width: 1000px;
  margin: 0 auto 32px auto;
  border: 1px solid #0b0676;
}
.top-tmr-date {
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  background-color: #0b0676;
}
.top-tmr-content {
  display: none;
}
.top-tmr-btn {
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: #f3f2fc;
  font-size: 16px;
  color: #0b0676;
  font-weight: bold;
  background-image: url("images/bg_accordion_open.svg");
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.top-tmr-btn--active {
  background-image: url("images/bg_accordion_close.svg");
}
.top-tmr-btn2 {
  text-align: center;
  font-size: 0;
}
.top-tmr-btn2 .Btn01 {
  margin: 0 12px;
}
.top-tmr-btn3 {
  text-align: center;
  font-size: 0;
}
.top-tmr-btn3 img {
  margin: 16px 8px;
  display: inline-block;
  vertical-align: top;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.top-tmr-btn3--sp {
  display: none !important;
}
.top-tmr-btn4 {
  text-align: center;
  font-size: 0;
}
.top-tmr-btn4 img {
  margin: 16px 8px;
  width: 212px;
  height: auto;
}
.top-tmr-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: 1px solid #0b0676;
  background-color: #fff;
}
.top-tmr-table td {
  padding: 16px;
  line-height: 1.5;
}
.top-tmr-table-time {
  width: 50%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.top-tmr-table-time span {
  margin: 0 8px;
}
.top-tmr-table-time ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}
.top-tmr-table-time ul li {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.top-tmr-table-time ul li:nth-child(1) {
  width: 29%;
}
.top-tmr-table-time ul li:nth-child(2) {
  width: 17%;
}
.top-tmr-table-time ul li:nth-child(3) {
  width: 25%;
}
.top-tmr-table-time ul li:nth-child(4) {
  width: 29%;
}
.top-tmr-table-time .navy,
.top-tmr-table-time .orange {
  background-color: #0b0676;
  color: #fff;
  padding: 2px 8px;
}
.top-tmr-table-time .orange {
  background-color: #ed2a00;
}
.top-tmr-table-team {
  width: 50%;
}
.top-tmr-table-team-school {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.top-tmr-table-team-school-name1, .top-tmr-table-team-school-name2 {
  width: calc(50% - 48px);
  text-align: right;
  font-size: 16px;
  font-weight: bold;
}
.top-tmr-table-team-school-name2 {
  text-align: left;
}
.top-tmr-table-team-school-vs {
  width: 96px;
  font-size: 16px;
  font-weight: bold;
  color: #ed2a00;
  text-align: center;
}

.common-sched {
  border-top: 1px solid #fff;
  background-color: #fff;
}
.common-sched-ttl {
  background-color: #0b0676;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
  padding: 6px 8px;
}
.common-sched-start {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: 1px solid #0b0676;
  background-color: #fff;
}
.common-sched-start td {
  padding: 16px;
  line-height: 1.5;
}
.common-sched-start-time {
  width: 50%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.common-sched-start-time span {
  margin: 0 8px;
}
.common-sched-start-time ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}
.common-sched-start-time ul li {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.common-sched-start-time ul li:nth-child(1) {
  width: 30%;
}
.common-sched-start-time ul li:nth-child(2) {
  width: 15%;
}
.common-sched-start-time ul li:nth-child(3) {
  width: 25%;
}
.common-sched-start-time ul li:nth-child(4) {
  width: 30%;
}
.common-sched-start-team {
  width: 50%;
}
.common-sched-start-team-school {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.common-sched-start-team-school-name1, .common-sched-start-team-school-name2 {
  width: calc(50% - 48px);
  text-align: right;
  font-size: 16px;
  font-weight: bold;
}
.common-sched-start-team-school-name2 {
  text-align: left;
}
.common-sched-start-team-school-vs {
  width: 96px;
  font-size: 16px;
  font-weight: bold;
  color: #ed2a00;
  text-align: center;
}
.common-sched-stadium {
  text-align: center;
  font-size: 16px;
  color: #0b0676;
  padding: 6px 8px;
  border-bottom: 1px solid #0b0676;
}
.common-sched-school {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px 8px;
  border-bottom: 1px solid #0b0676;
}
.common-sched-school-name1, .common-sched-school-name2 {
  width: calc(50% - 48px);
  text-align: right;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
}
.common-sched-school-name2 {
  text-align: left;
}
.common-sched-school-vs {
  width: 96px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  color: #ed2a00;
  text-align: center;
}

.about {
  padding: 0 8px 96px 8px;
}

.about-msg {
  max-width: 1000px;
  margin: 0 auto;
  padding: 32px 20px;
  font-size: 16px;
  line-height: 1.7;
  background-color: #f3f2fc;
  border: 1px solid #0b0676;
}

.about-adr {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.about-adr-box {
  margin-top: 48px;
  max-width: 480px;
  width: 100%;
}
.about-adr-box__ttl {
  border-left: 10px solid #0b0676;
  padding-left: 8px;
  font-size: 20px;
}
.about-adr-box table {
  margin-top: 16px;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-top: 1px solid #0b0676;
  border-left: 1px solid #0b0676;
  border-right: 1px solid #0b0676;
}
.about-adr-box table th {
  width: 104px;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  line-height: 1.7;
  color: #0b0676;
  border-bottom: 1px solid #0b0676;
  border-right: 1px solid #0b0676;
}
.about-adr-box table td {
  padding: 16px;
  font-size: 16px;
  line-height: 1.7;
  color: #000;
  vertical-align: middle;
  border-bottom: 1px solid #0b0676;
}

.about-history {
  margin: 0 auto;
  max-width: 1000px;
}
.about-history table {
  margin-top: 32px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #0b0676;
  border-left: 1px solid #0b0676;
  border-right: 1px solid #0b0676;
}
.about-history table th {
  width: 160px;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  line-height: 1.7;
  color: #0b0676;
  background-color: #f3f2fc;
  border-bottom: 1px solid #0b0676;
}
.about-history table td {
  padding: 20px;
  font-size: 16px;
  line-height: 1.7;
  vertical-align: middle;
  border-bottom: 1px solid #0b0676;
}
.about-history-btn {
  text-align: center;
  font-size: 0;
}
.about-history-btn a {
  margin: 48px 16px 0 16px;
  display: inline-block;
  width: 304px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  color: #ed2a00;
  font-weight: bold;
  border: 1px solid #ed2a00;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  background-image: url("images/icn_pdf_red.svg"), url("images/icn_dl_red.svg");
  background-repeat: no-repeat;
  background-position: left 16px center, right 16px center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.about-history-btn a:hover {
  background-image: url("images/icn_pdf_white.svg"), url("images/icn_dl_white.svg");
  background-color: #ed2a00;
  color: #fff;
}

.about-privacy {
  margin: 48px auto 0 auto;
  border: 1px solid #0b0676;
  max-width: 1000px;
}
.about-privacy-ttl {
  height: 56px;
  line-height: 56px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background-color: #0b0676;
}
.about-privacy-txt {
  padding: 20px 16px;
}
.about-privacy-txt p {
  max-width: 694px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 2;
}

.info {
  padding: 48px 8px 96px 8px;
}
.info--pb {
  padding-bottom: 48px;
}
.info-body {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px 48px 24px;
  border: 1px solid #0b0676;
}
.info-body .common-info li {
  padding-top: 48px;
}
.info-body .common-info li span {
  color: #0b0676;
}
.info-body .common-info li:first-child {
  padding-top: 16px;
}
.info-article {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 24px 48px 24px;
  border: 1px solid #0b0676;
}
.info-article-ttl {
  padding-bottom: 16px;
  border-bottom: 1px solid #ed2a00;
}
.info-article-ttl h2 {
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
}
.info-article-ttl span {
  display: inline-block;
  font-size: 20px;
  color: #0b0676;
  margin-right: 24px;
  line-height: 1.5;
}
.info-article-content {
  margin-top: 24px;
  line-height: 1.8;
}
.info-article-content img {
  max-width: 100%;
  height: auto;
}
.info-btn {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.info-btn-container {
  display: flex;
  width: 48.8%;
}
.info-btn-box {
  position: relative;
  width: 100%;
  margin-top: 32px;
  border: 1px solid #0b0676;
  display: flex;
}
.info-btn-box a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.info-btn-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 100%;
  background-color: #0b0676;
  color: #fff;
  font-size: 20px;
}
.info-btn-txt {
  width: calc(100% - 40px);
  padding: 20px;
}
.info-btn-txt span {
  display: block;
  font-size: 20px;
  color: #0b0676;
}
.info-btn-txt p {
  margin-top: 16px;
  font-size: 16px;
  color: #000;
  line-height: 1.7;
  font-weight: bold;
}
.info-btn2 {
  margin-top: 32px;
  text-align: center;
}
.info-pageNation {
  margin-top: 40px;
  text-align: center;
  font-size: 0;
}
.info-pageNation a {
  display: inline-block;
  margin: 4px;
  padding: 0 8px;
  vertical-align: top;
  min-width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  background-color: #0b0676;
  border: 2px solid #0b0676;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.info-pageNation a:hover {
  background-color: #fff;
  color: #0b0676;
}
.info-pageNation--active {
  background-color: #fff !important;
  color: #0b0676 !important;
  pointer-events: none;
}

.infoNew {
  background-color: #f3f2fc;
  padding: 48px 8px;
  margin-bottom: 96px;
}
.infoNew-box {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  padding: 32px 24px;
}
.infoNew-box-ttl {
  font-size: 20px;
  padding-bottom: 16px;
  border-bottom: 4px solid #0b0676;
}
.infoNew-box-ttl span {
  color: #0b0676;
  margin-right: 8px;
}
.infoNew-box .common-info li span {
  color: #0b0676;
}

.stadiumNav {
  padding: 0 8px;
}
.stadiumNav-body {
  max-width: 1000px;
  margin: 48px auto 0 auto;
  padding: 0;
  list-style-type: none;
  display: flex;
}
.stadiumNav-body li {
  width: 20%;
  margin-right: 2.4%;
  height: 48px;
}
.stadiumNav-body li:last-child {
  width: 32.8%;
  margin-right: 0;
}
.stadiumNav-link a {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 8px 2px 0 2px;
  background-color: #0b0676;
  border: 2px solid #0b0676;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.stadiumNav-link a:hover {
  background-color: #fff;
  color: #0b0676;
}
.stadiumNav-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.stadiumNav-search-inp {
  border: 1px solid #0b0676;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: 48px;
  padding: 0 8px;
  background-color: #f6f6f6;
  width: calc(100% - 84px);
  font-size: 16px;
}
.stadiumNav-search-btn {
  width: 80px;
  height: 48px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #0b0676;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border: 2px solid #0b0676;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.stadiumNav-search-btn:hover {
  background-color: #fff;
  color: #0b0676;
}

.stadium {
  margin: 96px 0;
}
.stadium-ttl {
  font-size: 24px;
  text-align: center;
  padding-bottom: 16px;
  border-bottom: 4px solid #0b0676;
}
.stadium-list {
  padding: 0 8px;
}
.stadium-list table {
  max-width: 944px;
  width: 100%;
  margin: 16px auto 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
}
.stadium-list table td {
  vertical-align: middle;
}
.stadium-list-name {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  padding: 16px 8px 16px 12px;
  width: 27.1186440678%;
  border-bottom: 1px solid #0b0676;
  letter-spacing: -1px;
}
.stadium-list-adr {
  font-size: 16px;
  line-height: 1.5;
  padding: 16px 8px 16px 12px;
  width: 26.2711864407%;
  border-bottom: 1px solid #0b0676;
}
.stadium-list-tel {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  color: #0b0676;
  padding: 16px 8px 16px 12px;
  width: 18.6440677966%;
  border-bottom: 1px solid #0b0676;
}
.stadium-list-btn {
  width: 27.9661016949%;
  font-size: 0;
  text-align: right;
  border-bottom: 1px solid #0b0676;
}

.member {
  padding: 48px 8px 96px 8px;
}
.member-tab {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  font-size: 0;
}
.member-tab li {
  display: inline-block;
  vertical-align: bottom;
  width: 152px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #5e5c91;
  color: #5e5c91;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.member-tab--active {
  background-color: #5e5c91 !important;
  color: #fff !important;
  border: 1px solid #5e5c91 !important;
}
.member-body {
  display: none;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #5e5c91;
  padding: 40px;
}
.member-body--active {
  display: block;
}
.member-list {
  padding: 32px 24px;
  background-color: #fff;
}
.member-list table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
}
.member-list table td {
  vertical-align: middle;
}
.member-list-name {
  font-size: 14px;
  line-height: 1.5;
  padding: 16px 8px 16px 0;
  width: 31.4893617021%;
  border-bottom: 1px solid #0b0676;
}
.member-list-name span {
  display: block;
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 16px;
}
.member-list-tel {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  color: #0b0676;
  padding: 0 8px;
  width: 38.2978723404%;
  border-bottom: 1px solid #0b0676;
}
.member-list-tel span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
}
.member-list-tel span:last-child {
  margin-right: 0;
}
.member-list-btn {
  width: 30.2127659574%;
  font-size: 0;
  text-align: right;
  border-bottom: 1px solid #0b0676;
}

.sched {
  padding: 48px 8px 96px 8px;
}
.sched-date {
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #0b0676;
  margin-bottom: 8px;
}
.sched .common-sched {
  border-left: 1px solid #0b0676;
  border-right: 1px solid #0b0676;
}

.common-tab {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  font-size: 0;
}
.common-tab li {
  display: inline-block;
  vertical-align: bottom;
  width: 152px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background-color: #fff;
  color: #5e5c91;
  border: 1px solid #5e5c91;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.common-tab--active {
  background-color: #5e5c91 !important;
  color: #fff !important;
}

.common-body {
  display: none;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #5e5c91;
  padding: 40px;
}
.common-body--active {
  display: block;
}

.common-body2 {
  max-width: 1000px;
  margin: 0 auto;
}

.common-list {
  padding: 0 72px 40px 72px;
  background-color: #fff;
}
.common-list:first-of-type {
  padding-top: 40px;
}

.game {
  padding: 48px 8px 96px 8px;
}
.game .common-list {
  padding: 32px 50px 8px 50px;
}
.game .common-list:first-of-type {
  padding-top: 40px;
}
.game-body {
  max-width: 900px;
  margin: 0 auto;
  border: 1px solid #0b0676;
  padding: 30px;
}
.game-ttl {
  max-width: 900px;
  width: 100%;
  height: 64px;
  margin: 0 auto;
  background-color: #0b0676;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 0 8px;
}
.game-container {
  display: none;
  border: 1px solid #0b0676;
  padding: 24px;
}
.game-pdf {
  text-align: center;
  padding-bottom: 16px;
  color: #0b0676;
}
.game-pdf a {
  color: #0b0676;
  font-weight: bold;
  font-size: 16px;
  text-decoration: underline;
}
.game-pdf a:hover {
  text-decoration: none;
}
.game-box {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0;
}
.game-box li {
  display: inline-block;
  vertical-align: bottom;
  border-bottom: 1px dotted #0b0676;
  padding: 10px 0;
  width: 48.0769230769%;
}
.game-box li:nth-child(even) {
  margin-left: 3.8461538462%;
}
.game-score {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-weight: bold;
}
.game-score td {
  vertical-align: middle;
  width: calc(100% - 120px);
}
.game-score td:last-child {
  width: 120px;
  text-align: right;
}
.game-score-date {
  font-size: 16px;
}
.game-score-sc {
  width: 100%;
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.game-score-vs {
  display: block;
  width: 80px;
  color: #ed2a00;
  text-align: center;
  font-size: 16px;
}
.game-score-school1 {
  width: calc(50% - 40px);
  text-align: left;
  font-size: 16px;
}
.game-score-school2 {
  width: calc(50% - 40px);
  text-align: right;
  font-size: 16px;
}
.game-score-btn {
  width: 90px;
  display: inline-block;
  text-align: left;
  height: 40px;
  line-height: 40px;
  padding-left: 16px;
  font-size: 16px;
  border: 2px solid #0b0676;
  color: #0b0676;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-image: url("images/icn_arrow1_b.png");
  background-repeat: no-repeat;
  background-position: right 4px center;
  -webkit-background-size: 16px 16px;
  background-size: 16px 16px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.game-score-btn:hover {
  background-image: url("images/icn_arrow1_w.png");
  background-color: #0b0676;
  color: #fff;
}
.game-list {
  display: flex;
  flex-wrap: wrap;
}
.game-list a {
  display: block;
  width: 47.619047619%;
  margin: 0 4.7619047619% 3.8095238095% 0;
  text-align: center;
  color: #0b0676;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  border: 1px solid #0b0676;
  background-color: #fff;
  padding: 18px 36px 18px 8px;
  background-image: url("images/icn_arrow_right.svg");
  background-repeat: no-repeat;
  background-position: right 8px center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.game-list a:nth-child(even) {
  margin-right: 0;
}
.game-list a:hover {
  background-color: #0b0676;
  color: #fff;
  background-image: url("images/icn_arrow_right_white.svg");
}

.result {
  background-image: url("images/top_bg_news.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  background-size: cover;
}
.result-sc {
  padding: 40px 8px 96px 8px;
}
.result-body {
  max-width: 1000px;
  margin: 0 auto;
}
.result-container {
  margin: 32px auto 0 auto;
  max-width: 1000px;
  display: flex;
}
.result-container-list {
  width: 36%;
  margin-top: 24px;
  margin-right: 2%;
  border-collapse: collapse;
  border-spacing: 0;
  border-left: 1px solid #0b0676;
  border-right: 1px solid #0b0676;
}
.result-container-list th {
  background-color: #0b0676;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  padding: 16px 8px;
}
.result-container-list th:first-child {
  width: 88px;
  border-right: 1px solid #fff;
}
.result-container-list td {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  padding: 16px 8px;
  text-align: center;
  border-bottom: 1px solid #0b0676;
  background-color: rgba(255, 255, 255, 0.7);
}
.result-container-list td:last-child {
  border-left: 1px solid #0b0676;
  text-align: left;
  font-weight: normal;
}
.result-container-list td:last-child span {
  display: inline-block;
  margin-right: 8px;
}
.result-container-cmt {
  width: 24%;
  padding: 8px;
  margin-top: 24px;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 1.8;
}

.notFound {
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55vh;
}
.notFound-txt {
  text-align: center;
  font-size: 20px;
  line-height: 1.8;
  font-weight: bold;
}

.eventNav {
  margin-top: 40px;
  font-size: 0;
  text-align: center;
  padding: 0;
}
.eventNav a {
  display: inline-block;
  vertical-align: middle;
  margin: 8px;
  width: 64px;
  height: 48px;
  line-height: 47px;
  text-align: center;
  font-size: 16px;
  color: #0b0676;
  font-weight: bold;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid #0b0676;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  cursor: pointer;
}
.eventNav a:hover {
  background-color: #0b0676;
  color: #fff;
}

.event {
  padding: 0 8px 96px 8px;
}
.event-section {
  max-width: 1000px;
  margin: 72px auto 0 auto;
}
.event-ttl {
  font-size: 48px;
}
.event-ttl span {
  font-size: 24px;
}
.event-list {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.event-list th {
  width: 154px;
  font-weight: normal;
  padding: 20px 0;
  font-size: 14px;
  line-height: 1.5;
  color: #0b0676;
  vertical-align: top;
  text-align: left;
  border-bottom: 2px solid #0b0676;
}
.event-list td {
  padding: 20px 0;
  font-size: 16px;
  line-height: 1.5;
  border-bottom: 2px solid #0b0676;
  vertical-align: top;
}
.event-list-ttl {
  font-weight: bold;
  margin-bottom: 8px;
}
.event-list-pdf {
  margin-top: 8px;
}
.event-list-pdf a {
  font-weight: bold;
  text-decoration: underline;
  color: #000;
}
.event-list-pdf a:hover {
  text-decoration: none;
}

.app-pswd {
  margin-top: 32px;
  height: 100vh;
  text-align: center;
}
.app-pswd-ttl {
  font-size: 14px;
}
.app-pswd-form {
  margin-top: 12px;
  font-size: 0;
}
.app-pswd-form-inp {
  display: inline-block;
  vertical-align: middle;
  width: 172px;
  height: 32px;
  border: 2px solid #0b0676;
  padding: 0 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-appearance: none;
}
.app-pswd-form-btn {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  width: 64px;
  height: 32px;
  background-color: #0b0676;
  border: 2px solid #0b0676;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  -webkit-appearance: none;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.app-pswd-form-btn:hover {
  background-color: #fff;
  color: #0b0676;
}

.app-nav {
  max-width: 960px;
  margin: 16px auto 0 auto;
  font-size: 0;
}
.app-nav-btn {
  display: inline-block;
  vertical-align: top;
  padding-top: 20px;
  width: 22.9166666667%;
  min-height: 72px;
  margin: 16px 1.0416666667% 0 1.0416666667%;
  text-align: center;
  font-size: 16px;
  color: #0b0676;
  font-weight: bold;
  background-color: #fff;
  border: 2px solid #0b0676;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-image: url("images/icn_arrow2_b.svg");
  background-repeat: no-repeat;
  background-position: bottom 8px center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.app-nav-btn:hover {
  background-color: #0b0676;
  color: #fff;
  background-image: url("images/icn_arrow2_w.svg");
}
.app-nav--btn2 {
  padding-top: 8px;
  font-size: 14px;
  line-height: 1.5;
}

.app-dl {
  max-width: 956px;
  margin: 8px auto 0 auto;
  padding: 0 8px;
}
.app-dl-btn {
  display: inline-block;
  margin-top: 16px;
  width: 304px;
  height: 56px;
  line-height: 56px;
  background-color: #106d09;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-image: url("images/icn_dl_white.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
  -webkit-background-size: 16px auto;
  background-size: 16px auto;
  font-size: 12px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.app-dl-btn:hover {
  opacity: 0.7;
}
.app-dl-btn span {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
}

.app-content {
  max-width: 956px;
  margin: 24px auto 0 auto;
  padding: 0 8px;
}
.app-content-ttl {
  font-size: 24px;
  padding-bottom: 16px;
  border-bottom: 4px solid #0b0676;
}
.app-content-list {
  margin: 0 0 72px 0;
  padding: 0;
  list-style-type: none;
}
.app-content-list li {
  margin-top: 24px;
  display: flex;
  align-items: center;
}
.app-content-list li span {
  width: 28px;
  font-size: 20px;
  line-height: 1.5;
}
.app-content-list li a {
  font-size: 16px;
  color: #0b0676;
  line-height: 1.5;
  text-decoration: underline;
}
.app-content-list li a:hover {
  text-decoration: none;
}
.app-content-list--excel {
  color: #106d09;
}
.app-content-list--word {
  color: #034191;
}

/*# sourceMappingURL=style.css.map */
