@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
/* Document */
/* ============================================ */
/*** 1. Correct the line height in all browsers.* 2. Prevent adjustments of font size after orientation changes in iOS.* 3. Remove gray overlay on links for iOS.*/
html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

/* Sections */
/* ============================================ */
/*** Remove the margin in all browsers.*/
body {
  margin: 0;
}

/*** Render the `main` element consistently in IE.*/
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/*** 1. Add the correct box sizing in Firefox.* 2. Show the overflow in Edge and IE.*/
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/*** 1. Correct the inheritance and scaling of font size in all browsers.* 2. Correct the odd `em` font sizing in all browsers.*/
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/*** Remove the gray background on active links in IE 10.*/
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/*** 1. Remove the bottom border in Chrome 57-* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.*/
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/*** Add the correct font weight in Chrome, Edge, and Safari.*/
b,
strong {
  font-weight: bolder;
}

/*** 1. Correct the inheritance and scaling of font size in all browsers.* 2. Correct the odd `em` font sizing in all browsers.*/
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/*** Add the correct font size in all browsers.*/
small {
  font-size: 80%;
}

/*** Prevent `sub` and `sup` elements from affecting the line height in* all browsers.*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/*** Prevent vertical alignment issues.*/
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/*** Reset form fields to make them styleable*/
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/*** Reset radio and checkbox appearance to preserve their look in iOS.*/
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/*** Show the overflow in IE.* 1. Show the overflow in Edge.*/
button,
input {
  /* 1 */
  overflow: visible;
}

/*** Remove the inheritance of text transform in Edge, Firefox, and IE.* 1. Remove the inheritance of text transform in Firefox.*/
button,
select {
  /* 1 */
  text-transform: none;
}

/*** Correct the inability to style clickable types in iOS and Safari.*/
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/*** Remove the inner border and padding in Firefox.*/
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/*** Restore the focus styles unset by the previous rule.*/
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/*** Remove arrow in IE10 & IE11*/
select::-ms-expand {
  display: none;
}

/*** Remove padding*/
option {
  padding: 0;
}

/*** Reset to invisible*/
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/*** 1. Correct the text wrapping in Edge and IE.* 2. Correct the color inheritance from `fieldset` elements in IE.* 3. Remove the padding so developers are not caught out when they zero out*    `fieldset` elements in all browsers.*/
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/*** Add the correct vertical alignment in Chrome, Firefox, and Opera.*/
progress {
  vertical-align: baseline;
}

/*** Remove the default vertical scrollbar in IE 10+.*/
textarea {
  overflow: auto;
}

/*** Correct the cursor style of increment and decrement buttons in Chrome.*/
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/*** 1. Correct the outline style in Safari.*/
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/*** Remove the inner padding in Chrome and Safari on macOS.*/
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*** 1. Correct the inability to style clickable types in iOS and Safari.* 2. Change font properties to `inherit` in Safari.*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*** Clickable labels*/
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/** Add the correct display in Edge, IE 10+, and Firefox.*/
details {
  display: block;
}

/** Add the correct display in all browsers.*/
summary {
  display: list-item;
}

/** Remove outline for editable content.*/
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/*** Add the correct display in IE 10+.*/
template {
  display: none;
}

/*** Add the correct display in IE 10.*/
[hidden] {
  display: none;
}

img {
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

a:focus,
*:focus {
  outline: none;
}

#header input {
  border: 1px solid #666666;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
  padding: 0 5px;
}

header {
  background: url(/academy/img/bg_header.jpg) repeat-y center center;
  background-size: 100% auto;
  width: 100%;
  height: 100px;
  position: relative;
}
header h2 {
  padding: 26px 0 0 26px;
}
header h2 a {
  display: block;
  width: 138px;
  height: 54px;
}
header h2 a img {
  width: 100%;
  height: auto;
}
header #btn_login {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 20px;
  height: 42px;
}
header #btn_login a {
  display: block;
  border: 2px solid #FFFFFF;
  width: 100px;
  text-align: center;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", "Meiryo", "MS PGothic", arial, helvetica, sans-serif;
  font-size: 16px;
  padding: 10px 0;
  color: #FFFFFF;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
header #btn_login a:hover {
  background: #0066cc;
  color: #FFFFFF;
}

.f_nav {
  background: #f1f1f1;
  padding: 15px 0;
  text-align: center;
}
.f_nav ul {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.f_nav ul li {
  vertical-align: middle;
  border-left: 1px solid #000000;
  white-space: nowrap;
}
.f_nav ul li:first-child {
  border-left: none;
}
.f_nav ul li a {
  display: block;
  color: #000000;
  font-size: 13px;
  padding: 0 10px;
}
.f_nav ul li a:hover {
  text-decoration: underline;
}

#pageTop {
  width: 980px;
  margin: 30px auto 10px auto;
}
#pageTop a {
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 0 0 auto;
}
#pageTop img {
  width: 100%;
  height: auto;
}

#float_bnr {
  background: #0066cc;
  text-align: center;
  width: 980px;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFFFFF;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}
#float_bnr:hover {
  opacity: 0.8;
}
#float_bnr img {
  width: 40px;
  height: auto;
  vertical-align: middle;
  margin-right: 10px;
}
#float_bnr a {
  display: block;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", "Meiryo", "MS PGothic", arial, helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0;
}
#float_bnr a span {
  padding: 0 40px 0 10px;
  position: relative;
  display: inline-block;
}
#float_bnr a span::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

body.dance #float_bnr {
  background: #f75d7d;
}

body {
  font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "MS PGothic", arial, helvetica, sans-serif;
  min-width: 980px;
}
body .inner {
  width: 980px;
  padding: 30px 20px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body .hidePC {
  display: none;
}
body .hideSP {
  display: block;
}
body #container {
  width: 980px;
  background: #FFFFFF;
  margin: 0 auto;
}
body #container #layout {
  width: 100%;
}
body #container nav {
  background: #333333;
  text-align: center;
  position: relative;
}
body #container nav + .inner {
  min-height: calc(100vh - 390px);
}
body #container nav #slide_line {
  display: block;
  height: 3px;
  background: #6dd4ed;
  position: absolute;
  bottom: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body #container nav ul {
  width: 980px;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body #container nav ul.online {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body #container nav ul.online li {
  min-width: 100px;
}
body #container nav ul li {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
body #container nav ul li::before {
  width: 1px;
  height: 14px;
  position: absolute;
  content: "";
  display: block;
  background: #FFFFFF;
  margin: auto;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
}
body #container nav ul li:first-child::before {
  display: none;
}
body #container nav ul li a {
  display: block;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 14px;
  padding: 18px 10px;
}
body #container nav ul li.active a {
  color: #6dd4ed;
}
body #container ul.news_list li {
  font-size: 14px;
  display: table;
  margin-bottom: 10px;
  line-height: 1.4;
}
body #container ul.news_list li span {
  display: table-cell;
}
body #container ul.news_list li span.date {
  width: 100px;
}
body #container ul.news_list li a:hover {
  color: #0066cc;
}

body.online_baseball #container nav #slide_line {
  background: #8fc956;
}
body.online_baseball #container nav ul li.active a {
  color: #8fc956;
}

body.dance #container nav #slide_line {
  background: #ff859f;
}
body.dance #container nav ul li.active a {
  color: #ff859f;
}

h3 {
  margin-bottom: 20px;
}
h3.en {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 32px;
}
h3.border {
  text-align: center;
  border-bottom: 4px solid #c7e2ac;
  padding-bottom: 10px;
  line-height: 1;
}
h3.bg {
  background: #60cbec;
  font-size: 22px;
  font-weight: bold;
  padding: 10px 14px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", "Meiryo", "MS PGothic", arial, helvetica, sans-serif;
}
h3.bg.brown {
  background: #4c3718;
  color: #FFFFFF;
}

h4 {
  background: #CCE9F4;
  border-left: 4px solid #333333;
  padding: 8px 10px;
  font-size: 18px;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", "Meiryo", "MS PGothic", arial, helvetica, sans-serif;
}

p.txt {
  font-size: 14px;
  line-height: 1.5;
}
p.txt.center {
  text-align: center;
}
p.txt.notice {
  color: #cc0000;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.red {
  color: #cc0000;
}

ul.indent li {
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.5;
  font-size: 14px;
}

p + ul.indent {
  margin-top: 10px;
}

dl.att_box1 {
  text-align: center;
  border: 4px solid #cc0000;
  text-align: center;
  margin: 20px 0;
  display: table;
}
dl.att_box1.center {
  margin: 20px auto;
}
dl.att_box1 dt,
dl.att_box1 dd {
  font-size: 20px;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", "Meiryo", "MS PGothic", arial, helvetica, sans-serif;
  display: table-cell;
  padding: 10px 15px;
}
dl.att_box1 dt {
  background: #cc0000;
  color: #FFFFFF;
}
dl.att_box1 dd {
  color: #cc0000;
}

.btn_block {
  width: 400px;
  margin: 20px auto;
}
.btn_block.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn_block.flexbox a {
  width: 400px;
  margin: 0 10px;
}
.btn_block a {
  display: block;
  text-align: center;
  background: #088FC7;
  padding: 15px 10px;
  line-height: 1.2;
  color: #FFFFFF;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", "Meiryo", "MS PGothic", arial, helvetica, sans-serif;
  font-size: 22px;
  font-weight: bold;
  border-radius: 5px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.btn_block a:hover {
  background: #60cbec;
}
.btn_block a small {
  font-size: 13px;
  font-weight: normal;
}
.btn_block.off {
  text-align: center;
  background: #999999;
  padding: 15px 10px;
  line-height: 1.2;
  color: #f1f1f1;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", "Meiryo", "MS PGothic", arial, helvetica, sans-serif;
  font-size: 22px;
  font-weight: bold;
  border-radius: 5px;
}

a.txt_link {
  color: #0066cc;
}
a.txt_link:hover {
  text-decoration: underline;
}

.btn_link {
  margin: 10px 0;
}
.btn_link a {
  display: inline-block;
  background: #f1f1f1;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px 20px 5px 10px;
  font-size: 14px;
  position: relative;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.btn_link a::after {
  content: "";
  display: block;
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn_link a:hover {
  background: #CCE9F4;
}
.btn_link a.yellow {
  background: #FFE100;
  font-weight: bold;
  border: 1px solid #000;
}
.btn_link a.yellow:hover {
  background: #FFE100;
}
.btn_link.center {
  text-align: center;
  margin: 10px auto;
}

span.btn_link {
  display: inline-block;
}

body.baseball h3.border {
  border-bottom: 4px solid #CCE9F4;
}

body.online_baseball h3.border {
  border-bottom: 4px solid #c7e2ac;
}
body.online_baseball h3.bg {
  background: #8fc956;
}
body.online_baseball h4 {
  background: #c7e2ac;
}
body.online_baseball .btn_block a {
  background: #559711;
}
body.online_baseball .btn_block a:hover {
  background: #8fc956;
}

body.dance h3.border {
  border-bottom: 4px solid #ffd3dc;
}
body.dance h3.bg {
  background: #ff859f;
}
body.dance h3.brown {
  background: #4c3718;
  color: #FFFFFF;
}
body.dance h4 {
  background: #ffd3dc;
  border-left: 4px solid #ff859f;
  padding: 8px 10px;
  font-size: 18px;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", "Meiryo", "MS PGothic", arial, helvetica, sans-serif;
}
body.dance .btn_block a {
  background: #f75d7d;
}
body.dance .btn_block a:hover {
  background: #ff859f;
}
body.dance .btn_link a:hover {
  background: #ffd3dc;
}
body.dance .btn_link a.yellow:hover {
  background: #FFE100;
}

#container.partner h4 {
  margin: 30px 0 10px;
}
#container.partner p.txt {
  line-height: 1.8;
}
#container.partner p + p {
  margin-top: 10px;
}
#container.partner p + p .bg_Blue {
  background: #CCE9F4;
  display: inline-block;
  font-weight: bold;
  padding: 2px 5px;
  margin: 0 5px;
}
#container.partner div.logo {
  text-align: center;
  margin-top: 30px;
}
#container.partner div.logo img {
  width: 60%;
  height: auto;
}

#container.agreement .terms h3 {
  margin: 30px 0 10px;
}
#container.agreement .terms h3:first-child {
  margin-top: 0;
}
#container.agreement .terms h4 {
  margin: 20px 0 10px;
}
#container.agreement .terms p {
  font-size: 14px;
  line-height: 1.5;
  margin: 10px 0;
}
#container.agreement .terms ul {
  margin: 10px 0;
}
#container.agreement .terms ul li {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 8px;
  text-indent: -1em;
  margin-left: 1em;
}
#container.agreement .terms ul.indent2 li {
  text-indent: -1.8em;
  margin-left: 1.8em;
}
#container.agreement .terms table {
  margin: 10px 0;
}
#container.agreement .terms table th,
#container.agreement .terms table td {
  padding: 5px 10px;
  border: 1px solid #dddddd;
  font-weight: normal;
  vertical-align: middle;
  text-indent: 0;
  margin-left: 0;
}
#container.agreement .terms table thead th {
  text-align: center;
  background: #f1f1f1;
}

/* SERCHBOX
--------------------------------------- */
#searchBox .search_icon {
  display: block;
  width: 33px;
  height: 46px;
  background: #ffe100 url(/img/2022/header/search.png) center center no-repeat;
  font-size: 0;
  vertical-align: middle;
  position: relative;
  z-index: 10002;
}

#searchBox .search_unit {
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 600px;
}

#searchBox .search_unit a {
  font-size: 10px;
  line-height: 1.8;
  color: #FFF;
}

#searchBox .search_unit input {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #FFF;
  padding: 5px;
}

#searchBox .search_unit input:focus {
  outline: none;
}
/*# sourceMappingURL=common.css.map */