@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* 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 {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* 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;
  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] {
  -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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * 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;
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

body,
html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media (max-width: 813px) {
  body,
  html {
    font-size: 13px;
  }
}
.l-body {
  min-height: 100vh;
  min-width: 1200px;
}

@media (max-width: 813px) {
  .l-body {
    min-width: 100%;
  }
}
/*
header
 */
.l-header {
  position: relative;
}
.l-header__wrapper {
  position: absolute;
  width: 321px;
  height: 90px;
  margin-left: calc(50% - 600px);
}

@media (max-width: 813px) {
  .l-header {
    position: relative;
  }
  .l-header__wrapper {
    position: relative;
    height: 64px;
    width: 100%;
    margin: 0 auto;
  }
  .l-header.is-fixed {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #FFFFFF;
    z-index: 100;
    position: fixed;
  }
}
/*
section
 */
.l-section {
  width: 100%;
}
.l-section__inner {
  width: 1200px;
  margin: 0 auto;
}
.l-section--fullwide-blue {
  background: #002973;
}

@media (max-width: 813px) {
  .l-section__inner {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}
/*
l-footer
 */
.l-footer {
  width: 100%;
  background: #f3ece2;
}
.l-footer__inner {
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0 40px;
}

@media (max-width: 813px) {
  .l-footer {
    width: 100%;
    background: #f3ece2;
  }
  .l-footer__inner {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
  }
}
/*
 l-button-container
 */
.l-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
}

@media (max-width: 813px) {
  .l-button-container {
    margin-top: 20px;
  }
}
/*
l-container
 */
.l-container {
  width: 1200px;
  margin: 70px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-container--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: calc(100vh - 506px);
}
.l-container--column main {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

@media (max-width: 813px) {
  .l-container {
    width: 100%;
    display: block;
    margin: 0;
  }
  .l-container--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: calc(100vh - 390px);
  }
  .l-container--column main {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
/*
l-main
 */
.l-main {
  width: 800px;
}
.l-main--single-column {
  width: 1200px;
}

@media (max-width: 813px) {
  .l-main {
    width: auto;
    margin: 30px 4%;
  }
  .l-main--single-column {
    width: auto;
  }
}
/*
l-side
 */
.l-side {
  width: 300px;
}

@media (max-width: 813px) {
  .l-side {
    width: auto;
    background: #002973;
    padding: 20px 15px;
    margin-top: 40px;
  }
}
/*
見出し
 */
.c-heading-top {
  text-align: center;
  font-weight: bold;
  color: #002973;
  margin: 0 0 50px 0;
}
.c-heading-top__main {
  display: block;
  font-size: 48px;
}
.c-heading-top__sub {
  display: block;
  font-size: 20px;
  margin-top: -5px;
  letter-spacing: 2px;
}

@media (max-width: 813px) {
  .c-heading-top {
    margin: 0 0 20px 0;
  }
  .c-heading-top__main {
    display: block;
    font-size: 22px;
  }
  .c-heading-top__sub {
    display: block;
    font-size: 10px;
    margin-top: -2px;
    letter-spacing: 1px;
  }
  .c-heading-top--sp {
    color: #ffffff;
  }
}
/* h2 */
.c-heading-main__title {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 48px;
  padding: 37px 0;
}

@media (max-width: 813px) {
  .c-heading-main__title {
    font-size: 22px;
    padding: 30px 0;
  }
}
/* h3 */
.c-subtitle-main {
  color: #002973;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.3;
}

@media (max-width: 813px) {
  .c-subtitle-main {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
/* h4*/
.c-subheading-main {
  font-size: 24px;
  font-weight: 700;
}
.c-subheading-main--beige {
  background: #f3ece2;
  padding: 8px 16px;
  border-left: 4px solid #000000;
  margin: 40px 0 20px 0;
}
.c-subheading-main--red {
  background: #f4dad3;
  color: #df2d00;
  padding: 8px 16px;
  margin: 20px 0;
}

.c-subheading-side {
  font-size: 24px;
  font-weight: 700;
  color: #002973;
  margin-bottom: 20px;
}

@media (max-width: 813px) {
  .c-subheading-main {
    font-size: 18px;
    line-height: 1.4;
  }
  .c-subheading-main--beige {
    padding: 8px 12px;
    margin: 20px 0 15px 0;
  }
  .c-subheading-main--red {
    padding: 6px 12px;
    margin: 20px 0 15px 0;
  }
  .c-subheading-side {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
    color: #FFFFFF;
  }
  .c-subheading-side--second-menu {
    margin-top: 20px;
  }
}
/* h5 */
.c-subhead-main {
  font-size: 20px;
}
.c-subhead-main--blue-left-border {
  padding: 0 12px;
  font-weight: 700;
  border-left: 4px solid #002973;
  margin: 30px 0 20px 0;
}
.c-subhead-main--black-center {
  font-weight: 600;
  text-align: center;
  margin: 20px 0;
}

@media (max-width: 813px) {
  .c-subhead-main {
    font-size: 16px;
    line-height: 1.3;
  }
  .c-subhead-main--blue-left-border {
    padding: 0 8px;
    margin: 20px 0 10px 0;
    border-left: 3px solid #002973;
  }
  .c-subhead-main--black-center {
    margin: 10px 0;
  }
}
/* h6 */
.c-caption-main {
  font-size: 18px;
  font-weight: bold;
  margin: 30px 0 10px;
}
.c-caption-main--border {
  padding-bottom: 5px;
  border-bottom: 2px solid #000000;
}
.c-caption-main--background {
  background: #f1f1f1;
  padding: 5px 15px;
}

@media (max-width: 813px) {
  .c-caption-main {
    font-size: 14px;
    margin: 20px 0 10px;
  }
  .c-caption-main--background {
    padding: 5px 10px;
  }
}
.c-heading-update {
  font-size: 14px;
  text-align: right;
}

@media (max-width: 813px) {
  .c-heading-update {
    font-size: 12px;
  }
}
/*
カード系
 */
.c-card-news {
  cursor: pointer;
  width: 270px;
  min-height: 340px;
  background: #ffffff;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.c-card-news:hover {
  opacity: 0.7;
}
.c-card-news__image {
  width: 270px;
  height: 178px;
}
.c-card-news__notes {
  min-height: 160px;
  position: relative;
}
.c-card-news__category {
  position: relative;
  height: 40px;
  width: 116px;
  color: #ffffff;
  text-align: center;
  line-height: 38px;
}
.c-card-news__category::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 40px;
  background: #FFFFFF;
  right: -5px;
  -webkit-transform: skew(-14deg);
          transform: skew(-14deg);
}
.c-card-news__category--01 {
  background: #c10504;
}
.c-card-news__category--02 {
  background: #008890;
}
.c-card-news__category--03 {
  background: #037b00;
}
.c-card-news__category--04 {
  background: #8b4d1c;
}
.c-card-news__category--05 {
  background: #aeac01;
}
.c-card-news__category--06 {
  background: #74268c;
}
.c-card-news__category--07 {
  background: #1453a0;
}
.c-card-news__category--08 {
  background: #da81b2;
}
.c-card-news__category--09 {
  background: #6eb3dc;
}
.c-card-news__category--00 {
  background: #9d896c;
}
.c-card-news__date {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
  padding: 12px;
}
.c-card-news__text {
  padding: 18px;
}

@media (max-width: 813px) {
  .c-card-news {
    font-size: 11px;
    width: 100%;
    min-height: 81px;
  }
  .c-card-news__image {
    width: 122px;
    height: 81px;
    float: left;
  }
  .c-card-news__notes {
    min-height: 81px;
  }
  .c-card-news__category {
    height: 24px;
    width: 70px;
    line-height: 22px;
    margin-left: 122px;
  }
  .c-card-news__category::after {
    width: 6px;
    height: 24px;
    right: -3px;
  }
  .c-card-news__date {
    padding: 4px 6px;
  }
  .c-card-news__text {
    margin-left: 122px;
    font-size: 13px;
    padding: 5px 10px;
  }
}
/*
ボタン類
 */
.c-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 320px;
  height: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 20px;
  text-align: center;
  background: #002973;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
.c-button:hover {
  opacity: 0.8;
}
.c-button--arrow-right {
  position: relative;
  padding-right: 20px;
}
.c-button--arrow-right::after {
  content: "";
  position: absolute;
  right: 20px;
  background: #FFFFFF;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 8px;
  height: 8px;
}
.c-button--top-200year {
  position: relative;
  background-image: url(/images/top/bg_200y_button.gif);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.c-button--top-200year::after {
  content: "";
  position: absolute;
  right: 8px;
  bottom: 8px;
  background: #ffffff;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  width: 14px;
  height: 14px;
}
.c-button--red {
  background: #df2d00;
}

@media (max-width: 813px) {
  .c-button {
    width: 200px;
    height: 50px;
    background: #002973;
    font-size: 13px;
  }
  .c-button--arrow-right {
    position: relative;
    padding-right: 20px;
  }
  .c-button--arrow-right::after {
    width: 6px;
    height: 8px;
  }
  .c-button--top-200year {
    position: relative;
    width: 265px;
    height: 55px;
    font-size: 16px;
    background-image: url(/images/top/bg_200y_button.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .c-button--top-200year::after {
    right: 3px;
    bottom: 3px;
    width: 9px;
    height: 9px;
  }
  .c-button--red {
    background: #df2d00;
  }
  .c-button--sp-white {
    background: #FFFFFF;
    color: #002973;
  }
  .c-button--sp-white::after {
    background: #002973;
  }
}
.c-button-contents {
  height: 160px;
  width: 215px;
  background: #002973;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  line-height: 38px;
}
.c-button-contents::before {
  content: "";
  display: block;
  height: 120px;
  background-color: #f3ece2;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 80px;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.c-button-contents:hover::before {
  background-color: #ded0bb;
}
.c-button-contents--summary::before {
  background-image: url(/images/top/icon_summary.svg);
}
.c-button-contents--ticket::before {
  background-image: url(/images/top/icon_ticket.svg);
  background-size: auto 60px;
}
.c-button-contents--schedule::before {
  background-image: url(/images/top/icon_schedule.svg);
}
.c-button-contents--tournament::before {
  background-image: url(/images/top/icon_tournament.svg);
  background-size: auto 70px;
}
.c-button-contents--school::before {
  background-image: url(/images/top/icon_school.svg);
  background-size: auto 70px;
}
.c-button-contents--pdf::before {
  background-image: url(/images/top/icon_pdf.svg);
}
.c-button-contents--topics::before {
  background-image: url(/images/top/icon_topics.svg);
  background-size: auto 84px;
}
.c-button-contents--article::before {
  background-image: url(/images/top/icon_article.svg);
}
.c-button-contents--21century::before {
  background-image: url(/images/top/icon_21century.svg);
}
.c-button-contents--region::before {
  background-image: url(/images/top/icon_region.svg);
  background-size: auto 84px;
}

@media (max-width: 813px) {
  .c-button-contents {
    height: 90px;
    width: 128px;
    background: #002973;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 8px;
  }
  .c-button-contents::before {
    content: "";
    display: block;
    height: 60px;
    background-color: #f3ece2;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 40px;
  }
  .c-button-contents--ticket::before {
    background-size: auto 30px;
  }
  .c-button-contents--tournament::before {
    background-size: auto 35px;
  }
  .c-button-contents--school::before {
    background-size: auto 35px;
  }
  .c-button-contents--topics::before {
    background-size: auto 44px;
  }
  .c-button-contents--region::before {
    background-size: auto 44px;
  }
}
.c-button-related {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 350px;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
.c-button-related:hover {
  opacity: 0.8;
}
.c-button-related--arrow-right {
  position: relative;
  padding-right: 20px;
}
.c-button-related--arrow-right::after {
  content: "";
  position: absolute;
  right: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #002973;
  border-right: 0;
}
.c-button-related--arrow-bottom {
  position: relative;
  padding-right: 20px;
}
.c-button-related--arrow-bottom::after {
  content: "";
  position: absolute;
  right: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid #002973;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.c-button-related--pdf {
  position: relative;
  padding-right: 36px;
  line-height: 1.2;
}
.c-button-related--pdf::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 24px;
  height: 24px;
  background: url(/images/icon/picture_as_pdf_black_18dp.svg) no-repeat transparent;
  background-size: 24px 24px;
}

@media (max-width: 813px) {
  .c-button-related {
    width: 49%;
    height: auto;
    line-height: 1.2;
    padding: 10px 30px 10px 10px;
    min-height: 4em;
    margin: 4px 0;
  }
  .c-button-related--full-width {
    width: 100%;
  }
  .c-button-related--arrow-right::after {
    right: 10px;
    border-style: solid;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #002973;
  }
  .c-button-related--pdf::after {
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    right: 5px;
  }
}
.c-button-x {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}

@media (max-width: 813px) {
  .c-button-x {
    margin-left: 10px;
  }
}
/*
link類
 */
.c-link:hover {
  text-decoration: underline;
}
.c-link--front-arrow {
  position: relative;
  display: inline-block;
  padding-left: 14px;
}
.c-link--front-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #002973;
  border-right: 0;
}

.c-link-blue {
  color: #002973;
  word-break: break-all;
}
.c-link-blue:hover {
  text-decoration: underline;
}
.c-link-blue--underline {
  text-decoration: underline;
}
.c-link-blue--arrow-right::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  margin: 0 10px 0 4px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-link-blue--circle-arrow-left {
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  position: relative;
  padding-left: 24px;
  line-height: 1.2;
}
.c-link-blue--circle-arrow-left::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background: #002973;
  margin: auto;
}
.c-link-blue--circle-arrow-left::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 7px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #FFFFFF;
  border-right: 0;
}
.c-link-blue--pdf {
  position: relative;
  display: inline-block;
}
.c-link-blue--pdf::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 5px;
  background: url(/images/icon/picture_as_pdf_black_18dp.svg) no-repeat transparent;
  background-size: 24px 24px;
  vertical-align: bottom;
}
.c-link-blue--word {
  position: relative;
  display: inline-block;
}
.c-link-blue--word::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 5px;
  background: url(/images/icon/picture_as_word_black_18dp.svg) no-repeat transparent;
  background-size: 24px 24px;
  vertical-align: bottom;
}
.c-link-blue--excel {
  position: relative;
  display: inline-block;
}
.c-link-blue--excel::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 5px;
  background: url(/images/icon/picture_as_excel_black_18dp.svg) no-repeat transparent;
  background-size: 24px 24px;
  vertical-align: bottom;
}

@media (max-width: 813px) {
  .c-link-blue--arrow-right::after {
    width: 5px;
    height: 5px;
    margin: -3px 6px 0 4px;
  }
  .c-link-blue--circle-arrow-left {
    font-size: 13px;
    display: block;
    padding: 10px 18px 10px 10px;
    background: #FFFFFF;
  }
  .c-link-blue--circle-arrow-left:hover {
    text-decoration: none;
  }
  .c-link-blue--circle-arrow-left::before {
    left: auto;
    right: 8px;
    width: 12px;
    height: 12px;
    border-radius: 6px;
  }
  .c-link-blue--circle-arrow-left::after {
    left: auto;
    right: 11px;
    margin: auto;
    border-style: solid;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-left: 4px solid #FFFFFF;
  }
  .c-link-blue--pdf::after {
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
  }
  .c-link-blue--word::after {
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
  }
  .c-link-blue--excel::after {
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
  }
}
/*
breadcrumbs
 */
.c-breadcrumbs {
  background: #f3f3f3;
  padding: 10px 0;
}
.c-breadcrumbs__inner {
  width: 1200px;
  margin: 0 auto;
}
.c-breadcrumbs__inner li {
  display: inline;
}

@media (max-width: 813px) {
  .c-breadcrumbs {
    padding: 10px 4%;
  }
  .c-breadcrumbs__inner {
    width: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 12px;
  }
}
/*
menu
 */
.c-menu-side__item {
  padding: 10px 0 10px 20px;
  border-left: 4px solid #e5ecf4;
}
.c-menu-side__item.is-current {
  border-left-color: #002973;
}
.c-menu-side__item:last-of-type {
  margin-bottom: 20px;
}
.c-menu-side--sp {
  display: none;
}
.c-menu-side__item--sub-menu {
  padding: 4px 0 4px 23px;
  border-left: 4px solid #e5ecf4;
}
.c-menu-side__item--sub-menu.is-current {
  border-left-color: #002973;
}
.c-menu-side__item--sub-menu a {
  font-weight: 600;
  font-size: 18px;
}
.c-menu-side__item--sub-menu a.c-link--front-arrow::before {
  top: 12px;
  bottom: auto;
}
.c-menu-side__item--sub-menu__sub-menu {
  padding: 4px 0 4px 37px;
  border-left: 4px solid #e5ecf4;
}
.c-menu-side__item--sub-menu__sub-menu.is-current {
  border-left-color: #002973;
}
.c-menu-side__item--sub-menu__sub-menu a {
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 813px) {
  .c-menu-side--pc {
    display: none;
  }
  .c-menu-side--sp {
    display: block;
  }
  .c-menu-side--button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-menu-side--button .c-menu-side__item {
    border-left: none;
    background: #FFFFFF;
    margin-bottom: 10px;
    width: 49%;
    padding: 0;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-menu-side--button .c-menu-side__item a {
    display: block;
    width: 100%;
  }
  .c-menu-side--select {
    margin-bottom: 20px;
  }
  .c-menu-side--select__container {
    position: relative;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .c-menu-side--select__container::after {
    position: absolute;
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border-top: 2px solid #002973;
    border-right: 2px solid #002973;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .c-menu-side--select__container select {
    padding: 15px 30px 15px 15px;
    background: #FFFFFF;
    width: 100%;
    border-radius: 0;
  }
  .c-menu-side--select__container select:focus {
    outline: none;
  }
}
.c-menu-related {
  background: #e5ecf4;
  padding: 30px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}
.c-menu-related--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-menu-related--full-width {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.c-menu-related--full-width .c-button-related {
  margin: 10px 34px 10px 0 !important;
}
.c-menu-related--full-width .c-button-related:nth-child(3n) {
  margin-right: 0 !important;
}

@media (max-width: 813px) {
  .c-menu-related {
    padding: 15px;
    margin-top: 20px;
  }
  .c-menu-related--center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-menu-related--full-width {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-menu-related--full-width .c-button-related {
    margin: 5px 0 !important;
  }
  .c-menu-related--full-width .c-button-related:nth-child(3n) {
    margin-right: 0 !important;
  }
}
/*
article
 */
.c-article-main {
  margin: 40px 0;
}
.c-article-main--light-blue {
  background: #e5ecf4;
  padding: 30px;
}
.c-article-main__border-unit {
  border: 1px solid #002973;
  padding: 30px;
  margin: 30px 0;
}
.c-article-main--youtube-unit {
  margin: 0 auto;
  text-align: center;
}
.c-article-main--light-gray {
  background: #f4f4f4;
  padding: 30px;
}

@media (max-width: 813px) {
  .c-article-main {
    margin: 20px 0;
  }
  .c-article-main--light-blue {
    padding: 20px 15px;
  }
  .c-article-main--light-gray {
    padding: 15px;
    margin-top: 40px;
  }
  .c-article-main--light-gray.no-margin {
    margin-top: 0;
  }
  .c-article-main__border-unit {
    padding: 15px;
    margin: 15px 0;
  }
  .c-article-main--youtube-unit {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
    height: 0;
  }
  .c-article-main--youtube-unit iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
/*
text
 */
.c-text {
  margin: 10px 0;
  line-height: 1.8;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
.c-text--no-margin {
  margin: 0;
}
.c-text--red {
  color: #df2d00;
}
.c-text--gray {
  color: #888888;
}
.c-text--light-blue {
  color: #248dd7;
}
.c-text--semi-bold {
  font-weight: 600;
}
.c-text--right {
  text-align: right;
}
.c-text--indent {
  text-indent: 1em;
}
.c-text--underline {
  text-decoration: underline;
}
.c-text__quote {
  display: block;
  text-indent: 0;
  margin: 10px 0 10px 1em;
}
.c-text--small {
  font-size: 14px;
}

@media (max-width: 813px) {
  .c-text {
    font-size: 13px;
    line-height: 1.6;
  }
  .c-text--small {
    font-size: 12px !important;
  }
}
.c-text-caution {
  font-weight: 600;
  padding-left: 20px;
  background: transparent url(/images/common/icon_caution_blue.png) no-repeat top 7px left 0;
  background-size: 16px auto;
}
.c-text-caution--red {
  font-weight: 600;
  padding-left: 20px;
  background: transparent url(/images/common/icon_caution_red.png) no-repeat top 7px left 0;
  background-size: 16px auto;
  color: #df2d00;
}

@media (max-width: 813px) {
  .c-text-caution {
    padding-left: 18px;
    background: transparent url(/images/common/icon_caution_blue.png) no-repeat top 3px left 0;
    background-size: 14px auto;
  }
  .c-text-caution--red {
    padding-left: 18px;
    background: transparent url(/images/common/icon_caution_red.png) no-repeat top 3px left 0;
    background-size: 14px auto;
  }
}
.c-text-notice {
  text-align: left;
  font-size: 14px;
}

@media (max-width: 813px) {
  .c-text-notice {
    text-align: left;
    font-size: 11px;
  }
}
/*
list
 */
.c-data-list {
  display: table;
  margin: 10px 0;
}
.c-data-list dt, .c-data-list dd {
  display: table-cell;
  font-weight: normal;
  vertical-align: top;
}
.c-data-list dt {
  padding-right: 1em;
  white-space: nowrap;
}
.c-data-list dt.c-data-list__no-padding {
  padding-right: 0.25em;
}
.c-data-list--block {
  display: block;
  margin: 10px 0;
}
.c-data-list--block dt, .c-data-list--block dd {
  display: block;
  font-weight: normal;
}
.c-data-list__dl {
  display: table;
}
.c-data-list__dl dt, .c-data-list__dl dd {
  display: table-cell;
}

@media (max-width: 813px) {
  .c-data-list dt, .c-data-list dd {
    font-size: 13px;
  }
  .c-data-list--sp-block {
    display: block;
  }
  .c-data-list--sp-block dt, .c-data-list--sp-block dd {
    display: block;
    font-size: 13px;
  }
  .c-data-list--sp-block dt {
    padding-right: 0;
    white-space: inherit;
  }
  .c-data-list__dl {
    display: table;
  }
  .c-data-list__dl dt, .c-data-list__dl dd {
    display: table-cell;
  }
}
.c-list li {
  margin-bottom: 5px;
}
.c-list__item--indent {
  text-indent: -1em;
  margin-left: 1em;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
.c-list__item--type-disc {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 1em;
}
.c-list__item--type-decimal {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 1em;
}
.c-list--register {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-list--register__item {
  width: 25%;
  margin-bottom: 10px;
}
.c-list--register__item--50 {
  width: 50%;
  margin-bottom: 10px;
}
.c-list__item--link {
  display: block;
  margin-bottom: 20px !important;
}

@media (max-width: 813px) {
  .c-list li {
    font-size: 13px;
  }
  .c-list__item--type-disc {
    margin-left: 1.5em;
  }
  .c-list--register__item {
    width: 33%;
  }
  .c-list--register__item--50-sp {
    width: 50%;
  }
  .c-list__item--link {
    margin-bottom: 10px !important;
  }
}
/*
table
 */
.c-table {
  margin: 20px 0;
  min-width: 100%;
}
.c-table--width-auto {
  min-width: auto;
}
.c-table--width-50-pc {
  min-width: 50%;
}
.c-table--no-margin {
  margin: 0 !important;
}
.c-table th, .c-table td {
  text-align: center;
  padding: 5px 10px;
  vertical-align: middle;
}
.c-table thead th, .c-table thead td {
  border: 1px solid #002973;
  background: #002973;
  color: #FFFFFF;
  font-weight: 600;
}
.c-table th, .c-table td {
  border: 1px solid #cccccc;
}
.c-table th {
  background: #e5ecf4;
  font-weight: 400;
}
.c-table--align-left th, .c-table--align-left td {
  text-align: left;
}
.c-table--align-right th, .c-table--align-right td {
  text-align: right;
}
.c-table--align-center th, .c-table--align-center td {
  text-align: center;
}
.c-table__item--left {
  text-align: left !important;
}
.c-table__item--right {
  text-align: right !important;
}
.c-table__item--center {
  text-align: center !important;
}
.c-table__item--top {
  vertical-align: top !important;
}
.c-table__item--nowrap {
  white-space: nowrap;
}
.c-table__item--bg-gray {
  background: #ececec !important;
}
.c-table__item--doubleline {
  border-right: 4px double #cccccc !important;
}
.c-table__item--schedule {
  width: 26%;
}
.c-table__group--bold {
  font-weight: 600;
}
.c-table__group--area {
  background: #f3ece2;
}
.c-table--nowrap th, .c-table--nowrap td {
  white-space: nowrap;
}

@media (max-width: 813px) {
  .c-table {
    margin: 10px 0;
  }
  .c-table--width-50-pc {
    min-width: 100%;
  }
  .c-table th, .c-table td {
    font-size: 13px;
  }
  .c-table__item--schedule {
    width: auto;
    min-width: 180px;
  }
}
/*
images
 */
.c-picture {
  margin: 40px auto;
  text-align: center;
}
.c-picture--vertical {
  width: 400px;
}
.c-picture__caption {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  text-align: left;
}
.c-picture__caption--center {
  text-align: center !important;
}
.c-picture__caption--right {
  text-align: right !important;
}
.c-picture__offer {
  display: block;
  font-size: 13px;
  text-align: right;
}

.c-picture-images {
  max-width: 100%;
  height: auto;
}

@media (max-width: 813px) {
  .c-picture {
    margin: 30px auto;
  }
  .c-picture--vertical {
    width: 200px;
  }
  .c-picture__caption {
    font-size: 12px;
  }
  .c-picture__offer {
    font-size: 12px;
  }
}
.c-picture-garalley {
  margin: 20px 0;
}
.c-picture-garalley .is-photo-slide__items div {
  text-align: center;
}
.c-picture-garalley .is-photo-slide__items div img {
  margin: 0 auto;
}
.c-picture-garalley .is-photo-slide__thumbs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr;
  grid-template-columns: repeat(8, 1fr);
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  margin-top: 10px;
}
.c-picture-garalley .is-photo-slide__thumbs img {
  width: 100%;
  height: auto;
  opacity: 0.6;
  cursor: pointer;
}
.c-picture-garalley .is-photo-slide__thumbs img.is-current {
  opacity: 1;
}
.c-picture-garalley .is-photo-slide__caption {
  font-size: 13px;
  text-align: right;
  margin-top: -2px;
}
.c-picture-garalley .is-photo-slide__caption--center {
  text-align: center;
}

@media (max-width: 813px) {
  .c-picture-garalley .is-photo-slide__items img {
    max-width: 100%;
    height: auto;
  }
  .c-picture-garalley .is-photo-slide__items img.vertical {
    max-height: 300px;
    width: auto;
  }
  .c-picture-garalley .is-photo-slide__selector {
    text-align: center;
    margin-top: 5px;
  }
  .c-picture-garalley .is-photo-slide__selector li {
    display: inline-block;
    margin: 0 5px;
    color: #cccccc;
    cursor: pointer;
  }
  .c-picture-garalley .is-photo-slide__selector li.is-current {
    color: #df2d00;
  }
  .c-picture-garalley .is-photo-slide__caption {
    font-size: 12px;
    text-align: right;
    margin-top: -2px;
  }
  .c-picture-garalley .is-photo-slide__caption--center {
    text-align: center;
  }
}
/*
 ラベル
 */
.c-label-category {
  position: relative;
  display: block;
  height: 32px;
  width: 116px;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
}
.c-label-category--01 {
  background: #c10504;
}
.c-label-category--02 {
  background: #008890;
}
.c-label-category--03 {
  background: #037b00;
}
.c-label-category--04 {
  background: #8b4d1c;
}
.c-label-category--05 {
  background: #aeac01;
}
.c-label-category--06 {
  background: #74268c;
}
.c-label-category--07 {
  background: #1453a0;
}
.c-label-category--08 {
  background: #da81b2;
}
.c-label-category--09 {
  background: #6eb3dc;
}
.c-label-category--00 {
  background: #9d896c;
}
.c-label-category--200th {
  width: auto;
  min-width: 120px;
  height: 28px;
  line-height: 26px;
  font-size: 14px;
  padding: 0 10px;
  background: #924c13;
}

@media (max-width: 813px) {
  .c-label-category {
    font-size: 11px;
    height: 20px;
    width: 70px;
    line-height: 18px;
  }
  .c-label-category--200th {
    width: auto;
    min-width: 120px;
    padding: 0 5px;
  }
}
/*
form parts
 */
.c-form-input {
  font-size: 16px;
  background: #FFFFFF;
  border: 1px solid #aaaaaa;
  height: 60px;
  line-height: 58px;
  width: 100%;
  padding: 0 10px;
}
.c-form-input::-webkit-input-placeholder {
  color: #aaaaaa;
}
.c-form-input::-moz-placeholder {
  color: #aaaaaa;
}
.c-form-input:-ms-input-placeholder {
  color: #aaaaaa;
}
.c-form-input::-ms-input-placeholder {
  color: #aaaaaa;
}
.c-form-input::placeholder {
  color: #aaaaaa;
}
.c-form-input:focus {
  outline-width: 1px;
  outline-color: #002973;
}
.c-form-input--textarea {
  height: auto;
  line-height: 1.5;
  padding: 10px 8px;
  max-width: 528px;
}
.c-form-input--select {
  padding: 0 25px 0 8px;
  background: #ffffff url(/images/button_select_down.svg) no-repeat center right;
}
.c-form-input--number {
  text-align: right;
}
.c-form-input__date {
  padding-left: 32px;
  width: 130px;
}
.c-form-input__time {
  padding-left: 32px;
  width: 80px;
}

.c-form-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-form-list li {
  margin-right: 15px;
  text-align: left;
}
.c-form-list li:last-child {
  margin-right: 0;
}
.c-form-list--multiple li {
  margin: 0 15px 8px 0;
}
.c-form-list--multiple li:last-child {
  margin-right: 0;
}

.c-form-radio + label {
  position: relative;
  cursor: pointer;
  padding-left: 28px;
  font-size: 16px;
  display: inline-block;
}
.c-form-radio + label::before, .c-form-radio + label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
}
.c-form-radio + label::before {
  background-color: #FFFFFF;
  border: 1px solid #aaaaaa;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  left: 5px;
  top: 5px;
}
.c-form-radio + label::after {
  background-color: #0066c0;
  border-radius: 50%;
  opacity: 0;
  width: 12px;
  height: 12px;
  left: 8px;
  top: 8px;
}
.c-form-radio:checked + label::after {
  opacity: 1;
}
.c-form-radio:checked + label::before {
  border: 1px solid #0066c0;
}
.c-form-radio__text {
  display: block;
}

.c-form-error-msg {
  background: #df2d00;
  padding: 20px;
  color: #FFFFFF;
  margin: 30px 0;
}
.c-form-error-msg__text {
  margin-left: 1em;
  text-indent: -1em;
}

.c-form-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 60px auto;
}
.c-form-button-wrapper .c-form-button {
  margin: 0 10px;
}

.c-form-button {
  width: 320px;
  height: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 60px auto;
  text-align: center;
  background: #002973;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-form-button:hover {
  opacity: 0.8;
}
.c-form-button--return {
  background: #aaaaaa;
}

@media (max-width: 813px) {
  .c-form-input {
    font-size: 16px;
    background: #FFFFFF;
    border: 1px solid #aaaaaa;
    height: 40px;
    line-height: 38px;
    width: 100%;
    padding: 0 10px;
  }
  .c-form-input::-webkit-input-placeholder {
    color: #aaaaaa;
  }
  .c-form-input::-moz-placeholder {
    color: #aaaaaa;
  }
  .c-form-input:-ms-input-placeholder {
    color: #aaaaaa;
  }
  .c-form-input::-ms-input-placeholder {
    color: #aaaaaa;
  }
  .c-form-input::placeholder {
    color: #aaaaaa;
  }
  .c-form-input:focus {
    outline-width: 1px;
    outline-color: #002973;
  }
  .c-form-input--textarea {
    height: auto;
    line-height: 1.5;
    padding: 10px 8px;
    max-width: 100%;
  }
  .c-form-input--select {
    padding: 0 25px 0 8px;
    background: #ffffff url(/images/button_select_down.svg) no-repeat center right;
  }
  .c-form-input--number {
    text-align: right;
  }
  .c-form-input__date {
    padding-left: 32px;
    width: 130px;
  }
  .c-form-input__time {
    padding-left: 32px;
    width: 80px;
  }
  .c-form-error-msg {
    padding: 15px;
    margin: 20px 0;
  }
  .c-form-button-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 20px auto;
  }
  .c-form-button-wrapper .c-form-button {
    margin: 10px 0;
  }
  .c-form-button {
    width: 200px;
    height: 50px;
    margin: 30px auto;
    font-size: 16px;
  }
  .c-form-button:hover {
    opacity: 1;
  }
}
.p-header-title {
  z-index: 200;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 321px;
  height: 46px;
  overflow: hidden;
  text-indent: -99em;
  background: url("/images/top/logo.png") no-repeat #ffffff;
}
.p-header-title a {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 813px) {
  .p-header-title {
    left: 15px;
    width: 60vw;
    height: 30px;
    background-size: contain;
  }
}
.p-header-sp-menu {
  display: none;
}

@media (max-width: 813px) {
  .p-header-sp-menu {
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    top: 0;
    right: 0;
    background: #002973;
  }
  .p-header-sp-menu__text {
    display: inline-block;
    position: absolute;
    bottom: 10px;
    color: #FFFFFF;
    font-size: 10px;
    text-align: center;
    width: 64px;
  }
  .p-header-sp-menu__icon {
    display: block;
    position: absolute;
    left: 22px;
    top: 24px;
    width: 20px;
    height: 1px;
    background: #FFFFFF;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .p-header-sp-menu__icon::after {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: -8px;
    width: 20px;
    height: 1px;
    background: #FFFFFF;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .p-header-sp-menu__icon::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 8px;
    width: 20px;
    height: 1px;
    background: #FFFFFF;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .p-header-sp-menu.is-open .p-header-sp-menu__icon {
    height: 0;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  .p-header-sp-menu.is-open .p-header-sp-menu__icon::after {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    width: 20px;
    height: 1px;
    background: #FFFFFF;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .p-header-sp-menu.is-open .p-header-sp-menu__icon::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    width: 20px;
    height: 1px;
    background: #FFFFFF;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
.p-header-menu {
  text-align: right;
  height: 100%;
}
.p-header-menu__wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: calc(50% - 600px);
}
.p-header-menu__item {
  cursor: pointer;
  margin-left: 30px;
  line-height: 90px;
  font-weight: bold;
}
.p-header-menu__item.is-active {
  color: #002973;
  position: relative;
}
.p-header-menu__item.is-active::before {
  content: "";
  background: #002973;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  width: 28px;
  height: 12px;
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 14px);
}

@media (max-width: 813px) {
  .p-header-menu {
    display: none;
    z-index: 100;
    position: fixed;
    text-align: left;
    font-size: 13px;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
  }
  .p-header-menu__wrapper {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    height: 100%;
    width: 100%;
    margin: 0 0 0 20px;
    background: #e5ecf4;
  }
  .p-header-menu__item {
    width: 100%;
    height: 50px;
    margin-left: 0;
    line-height: 48px;
    padding-left: 10px;
    font-weight: normal;
    border-bottom: 1px solid #aaaaaa;
  }
  .p-header-menu__item.is-active {
    position: relative;
  }
  .p-header-menu__item.is-active::before {
    content: "";
    background: #FFFFFF;
    clip-path: polygon(100% 0, 100% 100%, 0 50%);
    width: 6px;
    height: 12px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(45vw - 26px);
    margin: auto;
  }
}
.p-header-sub-menu {
  z-index: 100;
  display: none;
  background: #002973;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
}
.p-header-sub-menu__wrapper {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: repeat(4, 1fr);
  width: 1200px;
  margin: auto;
  text-align: left;
  padding: 40px 0;
}
.p-header-sub-menu__heading {
  font-weight: bold;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1/5;
  line-height: 1;
  font-size: 32px;
  color: #FFFFFF;
  margin-bottom: 5px;
}
.p-header-sub-menu__item {
  position: relative;
  height: 60px;
  font-weight: normal;
  background: #FFFFFF;
  padding: 0 0 0 16px;
  line-height: 58px;
}
.p-header-sub-menu__item::after {
  content: "";
  background: #002973;
  width: 8px;
  height: 16px;
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  -webkit-transition: right 0.2s ease-out;
  transition: right 0.2s ease-out;
}
.p-header-sub-menu__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #df2d00;
  width: 100%;
  height: 0;
  -webkit-transition: height 0.2s ease-out;
  transition: height 0.2s ease-out;
}
.p-header-sub-menu__item:hover::after {
  right: 10px;
}
.p-header-sub-menu__item:hover::before {
  height: 4px;
}

@media (max-width: 813px) {
  .p-header-sub-menu {
    z-index: 100;
    background: #ffffff;
    width: 55vw;
    height: 100vh;
    position: fixed;
    margin-top: 64px;
    left: 45vw;
    top: 0;
  }
  .p-header-sub-menu__wrapper {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 0;
    grid-row-gap: 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 100%;
    margin: auto;
    text-align: left;
    padding: 0;
  }
  .p-header-sub-menu__heading {
    display: none;
  }
  .p-header-sub-menu__item {
    font-size: 13px;
    position: relative;
    height: 50px;
    font-weight: normal;
    background: #FFFFFF;
    padding: 0 0 0 10px;
    line-height: 48px;
  }
  .p-header-sub-menu__item::after {
    content: "";
    background: #002973;
    width: 6px;
    height: 10px;
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
}
.p-header-sns {
  position: absolute;
  top: 10px;
  right: 15px;
  left: auto;
}
.p-header-sns__item {
  display: block;
}
.p-header-sns__item img {
  width: 40px;
  height: 40px;
}

@media (max-width: 813px) {
  .p-header-sns {
    margin: auto;
    top: 0;
    bottom: 0;
    height: 24px;
    right: 64px;
    width: calc(100% - 293px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .p-header-sns__item {
    display: block;
    padding-right: 4vw;
  }
  .p-header-sns__item img {
    width: 30px;
    height: 30px;
  }
}
.p-top-notice {
  background: #df2d00;
}
.p-top-notice__inner {
  position: relative;
  min-height: 52px;
}
.p-top-notice__text {
  padding: 14px 0;
  color: #ffffff;
  line-height: 1.4;
  font-size: 20px;
}
.p-top-notice__link {
  display: block;
}
.p-top-notice__link:hover {
  text-decoration: underline;
}

@media (max-width: 813px) {
  .p-top-notice {
    font-size: 10px;
  }
  .p-top-notice__inner {
    width: 100%;
    position: relative;
    min-height: 24px;
  }
  .p-top-notice__text {
    padding: 10px;
    font-size: 14px;
  }
  .p-top-notice__link {
    display: block;
  }
}
.p-top-weather {
  background: #cab233;
}
.p-top-weather__inner {
  position: relative;
  min-height: 52px;
}
.p-top-weather__text {
  padding: 14px 0;
  color: #ffffff;
  line-height: 1.4;
  font-size: 20px;
}
.p-top-weather__link {
  display: block;
}
.p-top-weather__link:hover {
  text-decoration: underline;
}

@media (max-width: 813px) {
  .p-top-weather {
    font-size: 10px;
  }
  .p-top-weather__inner {
    width: 100%;
    position: relative;
    min-height: 24px;
  }
  .p-top-weather__text {
    padding: 10px;
    font-size: 14px;
  }
  .p-top-weather__link {
    display: block;
  }
}
.p-top-visual {
  overflow: hidden;
  background: #e5ecf4;
}
.p-top-visual--score {
  background: #6eb3dc;
}
.p-top-visual__wrapper {
  height: 560px;
}
.p-top-visual__slide {
  width: 1200px;
  height: 560px;
}
.p-top-visual__img {
  width: 1200px;
  height: 560px;
}
.p-top-visual__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  display: block;
  padding: 20px;
  width: 100%;
  text-align: right;
}
.p-top-visual .sp-slide {
  opacity: 0.6;
}
.p-top-visual .sp-selected {
  opacity: 1;
}
.p-top-visual .sp-buttons {
  line-height: 0;
  padding-top: 24px;
}
.p-top-visual .sp-button {
  width: 100px;
  height: 15px;
  border-radius: 0;
  margin: 0 7px;
  border: 0;
  background: #002973;
}
.p-top-visual .sp-selected-button {
  background: #df2d00;
}

@media (max-width: 813px) {
  .p-top-visual {
    overflow: hidden;
    background: #002973;
  }
  .p-top-visual--score {
    background: #6eb3dc;
  }
  .p-top-visual .swiper-slide {
    width: 100%;
  }
  .p-top-visual__slide {
    height: auto;
  }
  .p-top-visual__img {
    width: 100%;
    height: auto;
  }
  .p-top-visual__caption {
    font-size: 15px;
    padding: 10px;
    line-height: 1.3;
  }
  .p-top-visual .sp-slide {
    opacity: 0.6;
  }
  .p-top-visual .sp-selected {
    opacity: 1;
  }
  .p-top-visual .sp-buttons {
    line-height: 0;
    padding-top: 8px;
  }
  .p-top-visual .sp-button {
    width: 32px;
    height: 4px;
    border-radius: 0;
    margin: 0 2px;
    border: 0;
    background: #FFFFFF;
  }
  .p-top-visual .sp-selected-button {
    background: #df2d00;
  }
}
.p-top-news {
  background: #e5ecf4;
  padding-top: 1px;
}
.p-top-news__inner {
  padding: 80px 0;
}
.p-top-news__cards {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 813px) {
  .p-top-news--sp {
    background: #002973;
  }
  .p-top-news__inner {
    padding: 30px 0;
  }
  .p-top-news__cards {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 0;
    grid-row-gap: 8px;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-top-tournament {
  padding: 80px 0;
  background: url(/images/top/bg_tournament.jpg) center center no-repeat;
  background-size: cover;
}
.p-top-tournament__inner {
  padding: 60px 110px;
  background: #FFFFFF;
}
.p-top-tournament__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-top-tournament__section {
  display: none;
  -webkit-box-ordinal-group: 100;
      -ms-flex-order: 99;
          order: 99;
  margin-top: 40px;
  width: 100%;
}
.p-top-tournament__section.is-active {
  display: block;
}
.p-top-tournament__text {
  font-size: 20px;
  line-height: 1.8;
}
.p-top-tournament__contents {
  margin-top: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 215px 40px 215px 40px 215px 40px 215px;
  grid-template-columns: repeat(4, 215px);
  grid-gap: 40px;
}
.p-top-tournament__menu {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  background: #aaaaaa;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  line-height: 1.3;
  height: 80px;
  width: 326px;
  margin-bottom: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.p-top-tournament__menu:hover {
  background: #888888;
}
.p-top-tournament__menu.is-active {
  background: #df2d00;
  cursor: default;
}
.p-top-tournament__topics {
  margin-top: 60px;
  border-top: 1px dotted #aaaaaa;
}

.p-top-tournament-heading {
  text-align: center;
  font-weight: bold;
  margin: 0 0 30px 0;
}
.p-top-tournament-heading__main {
  display: block;
  font-size: 40px;
}
.p-top-tournament-heading__sub {
  display: block;
  font-size: 24px;
  margin-top: -5px;
}

@media (max-width: 813px) {
  .p-top-tournament {
    padding: 30px 0;
  }
  .p-top-tournament__inner {
    padding: 30px 15px;
    background: #FFFFFF;
  }
  .p-top-tournament__wrapper {
    display: block;
  }
  .p-top-tournament__section {
    display: none;
    margin: 10px 0;
    width: 100%;
  }
  .p-top-tournament__section.is-active {
    display: block;
  }
  .p-top-tournament__text {
    font-size: 13px;
    line-height: 1.6;
  }
  .p-top-tournament__contents {
    width: 264px;
    margin: 20px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: unset;
  }
  .p-top-tournament__topics {
    margin: 20px 0;
    border-top: 1px dotted #aaaaaa;
  }
  .p-top-tournament__menu {
    position: relative;
    background: #df2d00;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    line-height: 1.3;
    height: 40px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding-left: 10px;
  }
  .p-top-tournament__menu.is-active {
    background: #df2d00;
  }
  .p-top-tournament__menu.is-active::after {
    top: 12px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .p-top-tournament__menu::before {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    background: #e85834;
  }
  .p-top-tournament__menu::after {
    content: "";
    display: block;
    position: absolute;
    right: 14px;
    top: 18px;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .p-top-tournament__menu br {
    display: none;
  }
  .p-top-tournament-heading {
    margin: 0 0 10px;
  }
  .p-top-tournament-heading__main {
    font-size: 20px;
  }
  .p-top-tournament-heading__sub {
    display: block;
    font-size: 12px;
    margin-top: -3px;
  }
}
.p-top-banner {
  padding: 80px 0;
}
.p-top-banner__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0;
  line-height: 0;
}
.p-top-banner__item {
  display: block;
  width: 224px;
  height: 70px;
  margin: 0 20px 20px 0;
}
.p-top-banner__item:nth-of-type(5n) {
  margin-right: 0;
}
.p-top-banner__image {
  width: 224px;
  height: 70px;
}
.p-top-banner--single {
  width: 480px;
  margin: 80px auto 0 auto;
}
.p-top-banner--single a {
  display: block;
}
.p-top-banner--single a img {
  width: 100%;
  height: auto;
}
.p-top-banner__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 50px auto 0 auto;
  width: 480px;
}
.p-top-banner--questionary {
  margin: 30px auto 0 auto;
}
.p-top-banner__background {
  width: 480px;
  height: 80px;
  background: url(/images/top/bg_banner.gif) no-repeat 0 0;
  color: #FFFFFF;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  letter-spacing: 0.04em;
}
.p-top-banner__background--white {
  background: url(/images/top/bg_banner_white.gif) no-repeat 0 0;
  color: #1a252b;
}
.p-top-banner__text--small {
  font-size: 20px;
}

@media (max-width: 813px) {
  .p-top-banner {
    padding: 30px 0 20px;
  }
  .p-top-banner__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 0;
    line-height: 0;
  }
  .p-top-banner__item {
    display: block;
    width: 160px;
    height: 50px;
    margin: 0 5px 10px;
  }
  .p-top-banner__item:nth-of-type(5n) {
    margin-right: 5px;
  }
  .p-top-banner__image {
    width: 160px;
    height: 50px;
  }
  .p-top-banner--single {
    width: auto;
    margin: 30px auto 0 auto;
  }
  .p-top-banner--questionary {
    width: 94% !important;
  }
  .p-top-banner__flex {
    margin: 20px auto 0 auto;
    width: auto;
  }
  .p-top-banner__background {
    width: 100%;
    max-width: 360px;
    height: 16vw;
    max-height: 80px;
    background-size: 100% 100%;
    font-size: 16px;
  }
  .p-top-banner__background:nth-child(even) {
    margin-left: 0;
  }
  .p-top-banner__background:nth-child(n+1) {
    margin-top: 15px;
  }
  .p-top-banner__text--small {
    font-size: 16px;
  }
}
.p-top-score {
  background: #6eb3dc;
  padding: 60px 0 80px 0;
}
.p-top-score .u-scrollable {
  overflow-x: auto;
  position: relative;
}
.p-top-score .u-scrollable th, .p-top-score .u-scrollable td {
  word-break: keep-all;
}
.p-top-score__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-top-score--main {
  background: #FFFFFF;
  padding: 30px 40px;
  width: 700px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top-score--main__inner {
  width: 100%;
}
.p-top-score--main .p-top-score__time {
  font-size: 20px;
  color: #002973;
  font-weight: 700;
  border-top: 2px solid #002973;
  border-bottom: 2px solid #002973;
  margin: 10px 0;
}
.p-top-score--main .p-top-score__time span {
  display: inline-block;
  font-size: 24px;
  margin-left: 5px;
  vertical-align: baseline;
}
.p-top-score--main .p-top-score__game {
  margin: 24px 0;
}
.p-top-score--main .p-top-score__game .p-top-score__team {
  font-size: 24px;
  min-width: 250px;
}
.p-top-score--main .p-top-score__game .p-top-score__team small {
  font-size: 20px;
}
.p-top-score--main .p-top-score__game .p-top-score__score {
  font-size: 60px;
  white-space: nowrap;
}
.p-top-score--main .p-tournament-result__table {
  margin: 0 auto;
}
.p-top-score--main .p-tournament-result__table th,
.p-top-score--main .p-tournament-result__table td {
  padding: 8px;
  border: 2px solid #e5ecf4;
  min-width: 2.4em;
}
.p-top-score--main .p-tournament-result__table tbody th {
  background: #FFFFFF;
}
.p-top-score--full {
  background: #FFFFFF;
  text-align: center;
  width: 100%;
}
.p-top-score--full .p-top-score__heading {
  font-size: 24px;
  color: #002973;
  font-weight: 600;
  padding: 10px;
  background: #e5ecf4;
  line-height: 1;
}
.p-top-score--full .p-top-score__game {
  font-size: 32px;
  margin: 20px 30px;
  line-height: 1.4;
}
.p-top-score--list {
  width: 480px;
}
.p-top-score--list__item {
  background: #FFFFFF;
  padding-bottom: 2px;
  margin-bottom: 15px;
}
.p-top-score--list__item:last-child {
  margin-bottom: 0;
}
.p-top-score--list .p-top-score__heading {
  color: #002973;
  font-size: 24px;
  margin-bottom: 10px;
}
.p-top-score--list .p-top-score__time {
  font-size: 16px;
  color: #002973;
  font-weight: 600;
  padding: 8px 10px;
  background: #e5ecf4;
  line-height: 1;
}
.p-top-score--list .p-top-score__time span {
  display: inline-block;
  vertical-align: baseline;
  font-size: 18px;
  margin-left: 5px;
}
.p-top-score--list .p-top-score__game {
  margin: 10px 0;
  text-align: center;
  font-size: 26px;
}
.p-top-score--list .p-top-score__game .p-top-score__team {
  font-size: 20px;
  width: 180px;
}
.p-top-score--list .p-top-score__game .p-top-score__team small {
  font-size: 16px;
}
.p-top-score--list .p-top-score__game .p-top-score__score {
  font-size: 32px;
  letter-spacing: 0.1em;
  width: 120px;
}
.p-top-score__heading {
  font-size: 32px;
  text-align: center;
  font-weight: 700;
}
.p-top-score__notes {
  text-align: right;
}
.p-top-score__game {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 40px;
}
.p-top-score__team {
  line-height: 1.2;
}
.p-top-score__team small {
  display: block;
}
.p-top-score__score {
  color: #002973;
}

@media (max-width: 813px) {
  .p-top-score {
    padding: 40px 0;
  }
  .p-top-score__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .p-top-score--full .p-top-score__heading {
    font-size: 18px;
  }
  .p-top-score--full .p-top-score__game {
    font-size: 20px;
    margin: 15px;
    line-height: 1.2;
  }
  .p-top-score--main {
    padding: 15px;
    width: 100%;
  }
  .p-top-score--main .p-top-score__time {
    font-size: 16px;
    margin: 10px 0;
  }
  .p-top-score--main .p-top-score__time span {
    font-size: 18px;
  }
  .p-top-score--main .p-top-score__game {
    margin: 10px 0;
    width: 100%;
  }
  .p-top-score--main .p-top-score__game .p-top-score__team {
    font-size: 13px;
    min-width: 35%;
  }
  .p-top-score--main .p-top-score__game .p-top-score__team small {
    font-size: 11px;
  }
  .p-top-score--main .p-top-score__game .p-top-score__score {
    font-size: 24px;
    min-width: 30%;
  }
  .p-top-score--main .p-tournament-result__table th,
  .p-top-score--main .p-tournament-result__table td {
    padding: 4px 8px;
    border: 1px solid #e5ecf4;
    min-width: 2em;
  }
  .p-top-score--list {
    width: 100%;
    margin-top: 15px;
  }
  .p-top-score--list .p-top-score__heading {
    font-size: 20px;
    margin: 15px 0 10px;
  }
  .p-top-score--list .p-top-score__time {
    font-size: 14px;
  }
  .p-top-score--list .p-top-score__time span {
    display: inline-block;
    vertical-align: baseline;
    font-size: 16px;
    margin-left: 5px;
  }
  .p-top-score--list .p-top-score__game {
    font-size: 18px;
  }
  .p-top-score--list .p-top-score__game .p-top-score__team {
    font-size: 14px;
    width: auto;
    min-width: 100px;
  }
  .p-top-score--list .p-top-score__game .p-top-score__team small {
    font-size: 11px;
  }
  .p-top-score--list .p-top-score__game .p-top-score__score {
    font-size: 24px;
    letter-spacing: 0;
    width: auto;
    min-width: 85px;
  }
  .p-top-score__heading {
    font-size: 22px;
  }
  .p-top-score__game {
    font-size: 24px;
  }
}
/*
フッター
 */
.p-footer-title {
  width: 321px;
  height: 46px;
  overflow: hidden;
  text-indent: -99em;
  background: url("/images/top/logo.png") no-repeat transparent;
}

.p-footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
.p-footer-menu__unit dt {
  font-size: 18px;
  font-weight: bold;
  color: #002973;
  margin-bottom: 20px;
}
.p-footer-menu__unit dd {
  font-size: 14px;
  margin-bottom: 5px;
}
.p-footer-menu__member {
  margin-top: 40px;
}

.p-footer-copyright {
  text-align: center;
  font-size: 14px;
  margin-top: 40px;
}

@media (max-width: 813px) {
  .p-footer-title {
    width: 224px;
    height: 32px;
    overflow: hidden;
    text-indent: -99em;
    background: url("/images/top/logo.png") no-repeat transparent;
    background-size: 224px 32px;
    margin: 0 auto;
  }
  .p-footer-menu {
    display: none;
  }
  .p-footer-copyright {
    text-align: center;
    font-size: 10px;
    margin-top: 15px;
  }
}
/*大会情報関連/*

/*top*/
.p-tournament-top__sub-menu {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-tournament-top__sub-menu .c-button-contents {
  width: 144px;
  height: 130px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.p-tournament-top__sub-menu .c-button-contents:nth-child(5n), .p-tournament-top__sub-menu .c-button-contents:last-child {
  margin-right: 0;
}
.p-tournament-top__sub-menu .c-button-contents::before {
  height: 90px;
}
.p-tournament-top__sub-menu .c-button-contents--summary::before {
  background-size: auto 60px;
}
.p-tournament-top__sub-menu .c-button-contents--ticket::before {
  background-size: auto 45px;
}
.p-tournament-top__sub-menu .c-button-contents--schedule::before {
  background-size: auto 60px;
}
.p-tournament-top__sub-menu .c-button-contents--tournament::before {
  background-size: auto 54px;
}
.p-tournament-top__sub-menu .c-button-contents--school::before {
  background-size: auto 60px;
}
.p-tournament-top__sub-menu .c-button-contents--pdf::before {
  background-size: auto 60px;
}
.p-tournament-top__sub-menu .c-button-contents--topics::before {
  background-size: auto 64px;
}
.p-tournament-top__sub-menu .c-button-contents--article::before {
  background-size: auto 60px;
}
.p-tournament-top__sub-menu .c-button-contents--21century::before {
  background-size: auto 60px;
}
.p-tournament-top__sub-menu .c-button-contents--region::before {
  background-size: auto 64px;
}
.p-tournament-top__banner {
  margin-top: 30px;
}
.p-tournament-top__banner a {
  display: block;
  max-width: 350px;
}
.p-tournament-top__banner--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.p-tournament-top__banner--flex a {
  margin: 0 10px;
}

@media (max-width: 813px) {
  .p-tournament-top__sub-menu {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 20px auto 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-tournament-top__sub-menu .c-button-contents {
    width: 120px;
    height: 110px;
    margin: 0 2% 12px 2%;
  }
  .p-tournament-top__sub-menu .c-button-contents:last-child, .p-tournament-top__sub-menu .c-button-contents:nth-child(5n) {
    margin-right: 2%;
  }
  .p-tournament-top__sub-menu .c-button-contents::before {
    height: 80px;
  }
  .p-tournament-top__sub-menu .c-button-contents--summary::before {
    background-size: auto 50px;
  }
  .p-tournament-top__sub-menu .c-button-contents--ticket::before {
    background-size: auto 40px;
  }
  .p-tournament-top__sub-menu .c-button-contents--schedule::before {
    background-size: auto 50px;
  }
  .p-tournament-top__sub-menu .c-button-contents--tournament::before {
    background-size: auto 44px;
  }
  .p-tournament-top__sub-menu .c-button-contents--school::before {
    background-size: auto 50px;
  }
  .p-tournament-top__sub-menu .c-button-contents--pdf::before {
    background-size: auto 50px;
  }
  .p-tournament-top__sub-menu .c-button-contents--topics::before {
    background-size: auto 54px;
  }
  .p-tournament-top__sub-menu .c-button-contents--article::before {
    background-size: auto 50px;
  }
  .p-tournament-top__sub-menu .c-button-contents--21century::before {
    background-size: auto 50px;
  }
  .p-tournament-top__sub-menu .c-button-contents--region::before {
    background-size: auto 54px;
  }
  .p-tournament-top__banner {
    text-align: center;
    margin: 15px auto 0 auto;
  }
  .p-tournament-top__banner a {
    max-width: 250px;
    margin: 0 auto;
  }
  .p-tournament-top__banner--flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-tournament-top__banner--flex a {
    margin: 0 auto 15px auto;
  }
}
/*ticket*/
.p-tournament-ticket__table {
  background-color: #FFFFFF;
}
.p-tournament-ticket__table tbody th {
  width: 300px;
}
.p-tournament-ticket__table tbody strong {
  font-weight: 600;
}
.p-tournament-ticket__table__caption--bottom {
  caption-side: bottom;
  text-align: right;
  font-size: 14px;
}
.p-tournament-ticket__button--red {
  margin-top: 20px;
}
.p-tournament-ticket__button {
  display: block;
  padding: 6px 10px;
  background: #FFFFFF;
  margin: 0 1% 1% 0;
  position: relative;
  color: #002973;
  font-size: 14px;
}
.p-tournament-ticket__button--center {
  text-align: center;
}
.p-tournament-ticket__button--quarter {
  width: 24%;
}
.p-tournament-ticket__button--quarter:nth-child(4n) {
  margin-right: 0;
}
.p-tournament-ticket__button--half {
  width: 49%;
}
.p-tournament-ticket__button--half:nth-child(2n) {
  margin-right: 0;
}
.p-tournament-ticket__button:hover {
  text-decoration: underline;
}
.p-tournament-ticket__button::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 7px solid #002973;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  margin: auto;
}
.p-tournament-ticket__menu {
  background: #e5ecf4;
  padding: 30px;
}
.p-tournament-ticket__menu__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.p-tournament-ticket__menu h6.c-caption-main {
  margin-top: 15px;
  font-size: 16px;
}

@media (max-width: 813px) {
  .p-tournament-ticket__table tbody th {
    width: auto;
    min-width: 120px;
    padding: 5px;
  }
  .p-tournament-ticket__table th,
  .p-tournament-ticket__table td {
    line-height: 1.4;
    word-break: break-all;
  }
  .p-tournament-ticket__table__caption--bottom {
    font-size: 12px;
  }
  .p-tournament-ticket__table--width-free tbody th {
    min-width: auto;
  }
  .p-tournament-ticket__button--red {
    margin-top: 10px;
  }
  .p-tournament-ticket__button {
    padding: 6px 10px;
    margin: 0 2% 2% 0;
    font-size: 12px;
  }
  .p-tournament-ticket__button--center {
    text-align: center;
  }
  .p-tournament-ticket__button--quarter {
    width: 49%;
  }
  .p-tournament-ticket__button--quarter:nth-child(2n) {
    margin-right: 0;
  }
  .p-tournament-ticket__button--half {
    width: 100%;
    margin-right: 0;
  }
  .p-tournament-ticket__menu {
    padding: 15px;
  }
  .p-tournament-ticket__menu h6.c-caption-main {
    margin-top: 10px;
    font-size: 14px;
  }
}
/*schedule*/
@media (max-width: 813px) {
  .p-tournament-schedule__table {
    margin: 10px 0;
  }
  .p-tournament-schedule__table th,
  .p-tournament-schedule__table td {
    font-size: 12px;
    padding: 5px;
    white-space: nowrap;
  }
}
/*result*/
.p-tournament-result__score {
  color: #002973;
  font-weight: 700;
  font-size: 24px;
}
.p-tournament-result__table {
  margin-bottom: 5px;
}
.p-tournament-result__table tr.inning th,
.p-tournament-result__table tr.inning td {
  background: #002973;
  color: #FFFFFF;
}

@media (max-width: 813px) {
  .p-tournament-result__score {
    font-size: 16px;
  }
}
/*tournamentTable*/
.p-tournament-table .tournamentTable {
  width: 100%;
  margin: 20px 0 40px 0;
}
.p-tournament-table .tournamentTable .teamName {
  background: #e5ecf4;
  padding: 0 10px;
  text-align: right;
  height: 36px;
  line-height: 36px;
  width: 200px;
}
.p-tournament-table .tournamentTable .winner {
  background: #df2d00;
  padding: 0 10px;
  color: #FFFFFF;
  text-align: right;
  font-weight: 600;
  height: 36px;
  line-height: 36px;
  width: 200px;
}
.p-tournament-table .tournamentTable .gameDay {
  text-align: right;
}
.p-tournament-table .tournamentTable td {
  vertical-align: middle;
}
.p-tournament-table .tournamentTable td img {
  width: 45px;
  height: 36px;
}

@media (max-width: 813px) {
  .p-tournament-table {
    width: 100%;
    overflow-x: scroll;
  }
  .p-tournament-table .tournamentTable {
    width: 640px;
    margin: 15px 0 30px 0;
  }
  .p-tournament-table .tournamentTable .teamName {
    height: 30px;
    line-height: 30px;
    width: 152px;
    white-space: nowrap;
  }
  .p-tournament-table .tournamentTable .winner {
    height: 30px;
    line-height: 30px;
    width: 152px;
    white-space: nowrap;
  }
  .p-tournament-table .tournamentTable td {
    font-size: 13px;
  }
  .p-tournament-table .tournamentTable td img {
    height: 31px;
    width: auto;
  }
}
/*othing*/
.p-tournament-outhing__table {
  min-width: 268px;
}
.p-tournament-outhing__table tr th {
  width: 134px;
}
.p-tournament-outhing__table tr td:first-child {
  white-space: nowrap;
}

@media (max-width: 813px) {
  .p-tournament-outhing__table {
    min-width: auto;
  }
  .p-tournament-outhing__table tr th {
    width: auto;
  }
}
.p-tournament-pagemenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: justify;
}
.p-tournament-pagemenu li {
  width: 30%;
}
.p-tournament-pagemenu--height400 {
  height: 400px;
}
.p-tournament-pagemenu--height300 {
  height: 300px;
}
.p-tournament-pagemenu--height200 {
  height: 200px;
}
.p-tournament-pagemenu--height150 {
  height: 150px;
}

@media (max-width: 813px) {
  .p-tournament-pagemenu li {
    width: 48%;
  }
  .p-tournament-pagemenu--height400 {
    height: 500px;
  }
  .p-tournament-pagemenu--height300 {
    height: 400px;
  }
  .p-tournament-pagemenu--height200 {
    height: 250px;
  }
  .p-tournament-pagemenu--height150 {
    height: 200px;
  }
}
/*history*/
.p-tournament-history__list {
  border-bottom: 1px solid #cccccc;
}
.p-tournament-history__list dt,
.p-tournament-history__list dd {
  padding: 10px;
}
.p-tournament-history__list dt {
  background: #e5ecf4;
  font-weight: 400;
  border: 1px solid #cccccc;
}
.p-tournament-history__list dd {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

/*merit*/
.p-tournament-merit table tr td,
.p-tournament-18u table tr td {
  white-space: nowrap;
}

/*
お知らせ
 */
.p-topics-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 12px 0;
  border-bottom: 1px dotted #aaaaaa;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-topics-list__item:hover .p-topics-list__title {
  text-decoration: underline;
}
.p-topics-list__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-topics-list__category {
  width: 116px;
  margin-right: 20px;
}
.p-topics-list__date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
}
.p-topics-list__title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.p-topics-list__thumbnail {
  width: 90px;
  margin-right: 20px;
}
.p-topics-list__thumbnail img {
  width: 100%;
  height: auto;
}

@media (max-width: 813px) {
  .p-topics-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 12px 0 8px;
    border-bottom: 1px dotted #aaaaaa;
  }
  .p-topics-list__category {
    width: 70px;
    margin-right: 10px;
  }
  .p-topics-list__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% - 100px);
  }
  .p-topics-list__info .p-topics-list__date {
    width: calc(100% - 80px);
    margin-right: 0;
  }
  .p-topics-list__date {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 12px;
    line-height: 18px;
  }
  .p-topics-list__title {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-top: 5px;
  }
  .p-topics-list__thumbnail {
    width: 90px;
    margin-right: 10px;
  }
}
.p-topics-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.p-topics-summary__category {
  width: 120px;
  margin-right: 20px;
}

@media (max-width: 813px) {
  .p-topics-summary {
    margin-bottom: 10px;
  }
  .p-topics-summary__category {
    width: 70px;
    margin-right: 10px;
  }
}
/*
 絞り込み
 */
.p-topics-filter__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.p-topics-filter__item {
  text-align: center;
  border: 1px solid #cccccc;
  padding: 10px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
.p-topics-filter__item.is-current, .p-topics-filter__item:hover {
  border: none;
  color: #FFFFFF;
}
.p-topics-filter__item--all.is-current, .p-topics-filter__item--all:hover {
  background: #002973;
}
.p-topics-filter__item--01.is-current {
  background: #c10504;
}
.p-topics-filter__item--02.is-current {
  background: #008890;
}
.p-topics-filter__item--03.is-current {
  background: #037b00;
}
.p-topics-filter__item--04.is-current {
  background: #8b4d1c;
}
.p-topics-filter__item--05.is-current {
  background: #aeac01;
}
.p-topics-filter__item--06.is-current {
  background: #74268c;
}
.p-topics-filter__item--07.is-current {
  background: #1453a0;
}
.p-topics-filter__item--08.is-current {
  background: #da81b2;
}
.p-topics-filter__item--09.is-current {
  background: #6eb3dc;
}
.p-topics-filter__item--00.is-current {
  background: #9d896c;
}
.p-topics-filter__item--01:hover {
  background: #c10504;
}
.p-topics-filter__item--02:hover {
  background: #008890;
}
.p-topics-filter__item--03:hover {
  background: #037b00;
}
.p-topics-filter__item--04:hover {
  background: #8b4d1c;
}
.p-topics-filter__item--05:hover {
  background: #aeac01;
}
.p-topics-filter__item--06:hover {
  background: #74268c;
}
.p-topics-filter__item--07:hover {
  background: #1453a0;
}
.p-topics-filter__item--08:hover {
  background: #da81b2;
}
.p-topics-filter__item--09:hover {
  background: #6eb3dc;
}
.p-topics-filter__item--00:hover {
  background: #9d896c;
}

@media (max-width: 813px) {
  .p-topics-filter__list {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }
  .p-topics-filter__item {
    padding: 8px 2px;
    font-size: 12px;
  }
}
/*
 高野連について
 */
.p-summary-chart {
  position: relative;
}
.p-summary-chart__link {
  position: absolute;
  width: 34%;
  height: 25.3%;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.p-summary-chart__link:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.p-summary-chart__link--sb {
  top: 0;
  left: 22%;
}
.p-summary-chart__link--jaba {
  top: 0;
  right: 0;
}
.p-summary-chart__link--bfj {
  top: 31.3%;
  right: 21.7%;
}
.p-summary-chart__link--jubf {
  top: 62.7%;
  right: 21.7%;
}
.p-summary-chart__link--federation {
  left: 0;
  top: 94%;
  height: 6%;
}

@media (max-width: 813px) {
  .p-summary-chart {
    position: relative;
  }
  .p-summary-chart__image {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 813px) {
  .p-summary-federation_list__table td {
    font-size: 12px;
    padding: 8px;
  }
}
.p-summary-message__flex-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-summary-message__flex-unit__images img {
  width: 300px;
  height: auto;
}
.p-summary-message__flex-unit__text {
  width: 460px;
}
.p-summary-message__lead {
  color: #002973;
  font-size: 28px;
  font-weight: 500;
}
.p-summary-message__question {
  color: #595959;
  text-indent: -2em;
  margin-left: 2em;
}
.p-summary-message__profile {
  background: #f4f4f4;
  padding: 30px;
}
.p-summary-message__profile dt {
  font-weight: 600;
}
.p-summary-message__profile dd {
  line-height: 1.8;
  font-size: 15px;
}

@media (max-width: 813px) {
  .p-summary-message__flex-unit {
    display: block;
  }
  .p-summary-message__flex-unit__images {
    margin: 20px auto;
    max-width: 240px;
  }
  .p-summary-message__flex-unit__images img {
    width: 100%;
    height: auto;
  }
  .p-summary-message__flex-unit__text {
    width: auto;
  }
  .p-summary-message__lead {
    font-size: 20px;
  }
  .p-summary-message__profile {
    padding: 15px;
  }
  .p-summary-message__profile dd {
    font-size: 13px;
    line-height: 1.4;
  }
}
.p-summary-articles__indent-block {
  margin-left: 1em;
}
.p-summary-articles__revision {
  border-top: 1px solid #000000;
  padding-top: 20px;
  margin-top: 20px;
}

@media (max-width: 813px) {
  .p-summary-officer__profile-images {
    width: 100px;
    height: auto;
  }
}
@media (max-width: 813px) {
  .p-tournament-pro-aspiring table td {
    white-space: nowrap;
  }
}
.p-summary-ir__menu {
  margin-top: 0;
}

.p-hb200th-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 24px 0;
  border-bottom: 1px dotted #aaaaaa;
}
.p-hb200th-list__date {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-hb200th-list__title {
  width: 100%;
  margin-top: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.p-hb200th-list:hover .p-hb200th-list__title {
  text-decoration: underline;
}

@media (max-width: 813px) {
  .p-hb200th-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 12px 0 8px;
    border-bottom: 1px dotted #aaaaaa;
  }
  .p-hb200th-list__date {
    width: 80px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p-hb200th-list__title {
    width: 100%;
    margin-top: 6px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.p-hb200th-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.p-hb200th-summary__category {
  margin-left: 20px;
}
@media (max-width: 813px) {
  .p-hb200th-summary {
    margin-bottom: 10px;
  }
  .p-hb200th-summary__category {
    margin-left: 10px;
  }
}
.p-hb200th-map {
  position: relative;
  width: 950px;
  margin: 30px auto;
}
.p-hb200th-map__subhead {
  background: #e5ecf4;
  padding: 5px 15px;
}
.p-hb200th-map__status {
  position: absolute;
  top: 0;
  left: 0;
}
.p-hb200th-map__status li {
  padding: 5px 10px;
  font-size: 14px;
  text-align: center;
  margin-bottom: 5px;
}
.p-hb200th-map__status--1 {
  background: #FFF17C;
}
.p-hb200th-map__status--2 {
  background: #FFD0DD;
}
.p-hb200th-map__status--3 {
  background: #B8FFD3;
}
.p-hb200th-map .jmap-pref.is-none:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
  cursor: default;
  opacity: 1 !important;
}
.p-hb200th-map .is-map {
  width: 750px;
  height: 450px;
  margin: 0 auto;
}
.p-hb200th-map div[jmap-id=jmap-1] {
  overflow: visible;
}
.p-hb200th-map div[jmap-id=jmap-1] .jmap-pref[jmap-uniq="47"] {
  margin-left: -100px;
  max-width: 53px;
}
.p-hb200th-map--sp {
  display: none;
}

@media (max-width: 813px) {
  .p-hb200th-map--sp {
    display: block;
    margin-bottom: 40px;
  }
  .p-hb200th-map--sp__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .p-hb200th-map--sp__list li {
    margin: 1px;
    -webkit-box-shadow: 0px 0px 0 1px #fff;
            box-shadow: 0px 0px 0 1px #fff;
    border: 0px solid transparent;
    font-size: 12px;
    color: #000000;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: -webkit-box-shadow 0.2s;
    transition: -webkit-box-shadow 0.2s;
    transition: box-shadow 0.2s;
    transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
    overflow: hidden;
    white-space: normal;
    height: 38px;
  }
  .p-hb200th-map--sp__list li.jmap-1 {
    background: #FFF17C;
  }
  .p-hb200th-map--sp__list li.jmap-2 {
    background: #FFD0DD;
  }
  .p-hb200th-map--sp__list li.jmap-3 {
    background: #B8FFD3;
  }
  .p-hb200th-map--sp__list li.jmap-99 {
    background: #f3ece2;
  }
  .p-hb200th-map--sp__list li a {
    display: block;
    -webkit-transition: -webkit-box-shadow 0.2s;
    transition: -webkit-box-shadow 0.2s;
    transition: box-shadow 0.2s;
    transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    cursor: pointer;
  }
  .p-hb200th-map {
    margin: 0;
    width: auto;
  }
  .p-hb200th-map__status {
    position: static;
    margin: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-hb200th-map__status li {
    font-size: 12px;
    margin-right: 5px;
    padding: 5px 10px;
  }
  .p-hb200th-map .is-map {
    display: none;
    width: 600px;
    height: auto;
    text-align: center;
    padding: 0 0 20px 100px;
  }
  .p-hb200th-map .is-map.is-grid--sp {
    width: auto;
    height: auto;
    padding: 0;
  }
  .p-hb200th-map .is-map.is-grid--sp div[jmap-id=jmap-1] {
    width: auto;
    height: 500px;
    margin: auto;
  }
  .p-hb200th-map .is-map.is-grid--sp div[jmap-id=jmap-1] .jmap-pref[jmap-uniq="47"] {
    margin-left: 0;
    max-width: 100%;
  }
  .p-hb200th-map .is-map div[jmap-id=jmap-1] {
    width: 500px;
    height: 350px;
    margin: auto;
  }
  .p-hb200th-map .is-map div[jmap-id=jmap-1] .jmap-pref[jmap-uniq="47"] {
    margin-left: -80px;
  }
}
.p-hb200th-top-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #e5ecf4;
  padding: 25px 30px;
  margin: 40px auto;
}
.p-hb200th-top-link__button {
  display: block;
  padding: 15px;
  background: #002973;
  color: #FFFFFF;
  text-align: center;
  width: 24%;
  position: relative;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  margin: 5px 1% 5px 0;
}
.p-hb200th-top-link__button:nth-child(4n) {
  margin-right: 0;
}
.p-hb200th-top-link__button:hover {
  opacity: 0.8;
}
.p-hb200th-top-link__button::after {
  content: "";
  position: absolute;
  right: 20px;
  background: #FFFFFF;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 8px;
  height: 10px;
  margin: auto;
  top: 0;
  bottom: 0;
}
.p-hb200th-top-link__button--nolink {
  background: #FFFFFF;
  color: #464646;
}
.p-hb200th-top-link__button--nolink::after {
  display: none;
}
.p-hb200th-top-link__button--nolink:hover {
  opacity: 1;
}

@media (max-width: 813px) {
  .p-hb200th-top-link {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 15px;
  }
  .p-hb200th-top-link__button {
    padding: 10px 15px 10px 10px;
    width: 48%;
    margin: 7px 0;
    font-size: 12px;
  }
  .p-hb200th-top-link__button dd {
    font-size: 11px;
  }
  .p-hb200th-top-link__button:hover {
    opacity: 1;
  }
  .p-hb200th-top-link__button::after {
    right: 10px;
    width: 6px;
    height: 8px;
  }
  .p-hb200th-top-link__button--nolink {
    padding: 10px 5px;
  }
  .p-hb200th-top-link__button--nolink::after {
    display: none;
  }
  .p-hb200th-top-link__button--nolink:hover {
    opacity: 1;
  }
}
.p-hb200th-column-heading {
  background: #002973 url(/images/top/bg_200y_button.gif) no-repeat center center;
  background-size: contain;
  color: #FFFFFF;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  padding: 10px;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-hb200th-column-heading span {
  font-size: 22px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}

.p-hb200th-column-card {
  margin: 50px auto 0 auto;
  background: #e5ecf4;
  padding: 30px 30px 20px 30px;
}
.p-hb200th-column-card__link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  margin-bottom: 10px;
}
.p-hb200th-column-card__link img {
  width: 135px;
  height: auto;
}
.p-hb200th-column-card__text {
  padding: 10px 10px 10px 20px;
  display: block;
}

@media (max-width: 813px) {
  .p-hb200th-column-heading {
    font-size: 24px;
    padding: 10px;
  }
  .p-hb200th-column-heading span {
    font-size: 16px;
    display: block;
  }
  .p-hb200th-column-card {
    margin: 30px auto 0 auto;
    padding: 20px 15px 10px 15px;
  }
  .p-hb200th-column-card__link img {
    width: 90px;
    height: auto;
  }
  .p-hb200th-column-card__text {
    padding: 10px 5px 10px 15px;
    font-size: 13px;
    line-height: 1.4;
  }
}
.p-member-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 24px 0;
  border-bottom: 1px dotted #aaaaaa;
}
.p-member-list__item:hover .p-member-list__title {
  text-decoration: underline;
}
.p-member-list__category {
  margin-right: 20px;
}
.p-member-list__date {
  width: 120px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-member-list__title {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (max-width: 813px) {
  .p-member-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 12px 0 8px;
    border-bottom: 1px dotted #aaaaaa;
  }
  .p-member-list__category {
    margin-right: 20px;
  }
  .p-member-list__date {
    width: 80px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p-member-list__title {
    width: 100%;
    margin-top: 6px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.p-member-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.p-member-summary__category {
  width: 120px;
  margin-left: 20px;
}
@media (max-width: 813px) {
  .p-member-summary {
    margin-bottom: 10px;
  }
  .p-member-summary__category {
    width: 70px;
    margin-left: 10px;
  }
}
.p-interview__flex-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-interview__flex-unit--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-interview__flex-unit__images img {
  width: 300px;
  height: auto;
}
.p-interview__flex-unit__images--auto img {
  width: 100%;
  height: auto;
}
.p-interview__flex-unit__text {
  width: 460px;
}
.p-interview__lead {
  color: #002973;
  font-size: 28px;
  font-weight: 500;
}
.p-interview__question {
  color: #595959;
  text-indent: -2em;
  margin-left: 2em;
}
.p-interview__profile {
  background: #f4f4f4;
  padding: 30px;
}
.p-interview__profile dt {
  font-weight: 600;
}
.p-interview__profile dd {
  line-height: 1.8;
  font-size: 15px;
}
.p-interview__profile--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-interview__profile--flex__images {
  width: 280px;
}
.p-interview__profile--flex__images img {
  width: 100%;
  height: auto;
}
.p-interview__profile--flex__images--auto img {
  height: auto;
  width: 100%;
}
.p-interview__profile--flex__text {
  width: calc(100% - 310px);
  font-weight: 400;
}
.p-interview__profile--flex__text strong {
  font-weight: 600;
}
.p-interview-card .c-card-news__date {
  padding-right: 0;
}
.p-interview-card .c-card-news__text {
  padding: 10px 0;
}

@media (max-width: 813px) {
  .p-interview__flex-unit {
    display: block;
  }
  .p-interview__flex-unit__images {
    margin: 20px auto;
    max-width: 240px;
  }
  .p-interview__flex-unit__images img {
    width: 100%;
    height: auto;
  }
  .p-interview__flex-unit__images--auto {
    max-width: 400px;
    width: 100%;
  }
  .p-interview__flex-unit__images--auto img {
    height: auto;
    width: 100%;
  }
  .p-interview__flex-unit__text {
    width: auto;
  }
  .p-interview__lead {
    font-size: 20px;
  }
  .p-interview__profile {
    padding: 15px;
  }
  .p-interview__profile dd {
    font-size: 13px;
    line-height: 1.4;
  }
  .p-interview__profile--flex {
    display: block;
  }
  .p-interview__profile--flex__images {
    width: 100%;
    margin: 15px auto 5px auto;
  }
  .p-interview__profile--flex__text {
    width: auto;
  }
  .p-interview-top__wrapper {
    margin-bottom: 30px;
  }
  .p-interview-top__wrapper h3.c-subtitle-main {
    margin-bottom: 15px;
  }
  .p-interview-card .c-card-news__text {
    padding: 8px 10px;
  }
}
.p-interview-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-interview-header .c-button-x {
  margin-left: 10px;
}

/*
symbol
 */
.p-highschool-indent-box {
  margin-left: 1em;
  position: relative;
}
.p-highschool-indent-box__images {
  position: absolute;
  right: 50px;
  top: -20px;
  width: 200px;
  height: auto;
}

@media (max-width: 813px) {
  .p-highschool-indent-box__images {
    position: static;
    margin: 0 auto;
    width: 120px;
    display: block;
  }
}
.p-memberschool-umpire-menu {
  margin: 0;
}

/*
questionary
 */
.p-questionary-main {
  width: 800px;
  margin: 0 auto;
}

.p-questionary-table tbody th {
  width: 30%;
}
.p-questionary-table tbody td {
  padding: 10px 15px;
}
.p-questionary-table tbody td .c-form-input {
  text-align: left;
  padding: 10px;
}
.p-questionary-table tbody td .c-form-input--select {
  height: auto;
  line-height: 1.2;
}
.p-questionary-table tbody td .c-form-radio-list {
  width: 100%;
}
.p-questionary-table tbody td .p-questionary-input--type {
  width: 528px;
  margin: 5px 0 0 0;
  display: block;
}
.p-questionary-table--confirm tbody td {
  color: #0066c0;
  text-align: left;
  padding: 20px;
  font-size: 16px;
}

.p-questionary-msg {
  background: #e5ecf4;
  padding: 30px;
  text-align: center;
}

@media (max-width: 813px) {
  .p-questionary-main {
    width: auto;
    margin: 30px 4%;
  }
  .p-questionary-table {
    border-bottom: 1px solid #aaaaaa;
  }
  .p-questionary-table tbody th,
  .p-questionary-table tbody td {
    border-bottom: none;
  }
  .p-questionary-table tbody th {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 16px;
    padding: 5px 10px;
  }
  .p-questionary-table tbody td {
    padding: 10px;
    display: block;
  }
  .p-questionary-table tbody td .p-questionary-input--type {
    width: 86vw;
  }
  .p-questionary-msg {
    padding: 20px;
    text-align: center;
  }
}
.p-questionary-button {
  margin: 60px auto 40px auto;
  text-align: center;
}

.p-questionary-top__title {
  font-size: 34px;
}
.p-questionary-top__date {
  margin: 0 0 30px auto;
  text-align: right;
}
.p-questionary-top__list {
  margin-left: 1em;
}
.p-questionary-top__graph {
  width: 800px;
  border: 1px solid #cccccc;
  overflow-x: scroll;
}
.p-questionary-top__graph__images {
  max-width: 1000px;
  height: auto;
}
.p-questionary-top__notice {
  margin: 40px 0;
}
.p-questionary-top__notice li {
  font-size: 14px;
}
.p-questionary-top__privacy {
  margin: 30px 0;
  text-align: center;
}

@media (max-width: 813px) {
  .p-questionary-button {
    margin: 30px auto 50px;
    text-align: center;
  }
  .p-questionary-top__title {
    font-size: 22px;
  }
  .p-questionary-top__graph {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .p-questionary-top__graph__images {
    max-width: 800px;
    height: auto;
  }
  .p-questionary-top__graph__images--half {
    max-width: 500px;
  }
  .p-questionary-top__notice {
    margin: 30px 0;
  }
  .p-questionary-top__notice li {
    font-size: 12px;
  }
  .p-questionary-top__privacy {
    margin: 30px 0;
    text-align: center;
  }
}
.u-hide--pc {
  display: none;
}

@media (max-width: 813px) {
  .u-hide--pc {
    display: block;
  }
  .u-hide--sp {
    display: none;
  }
  .u-scrollable {
    overflow-x: auto;
  }
  .u-scrollable th, .u-scrollable td {
    word-break: keep-all;
  }
}
.u-hr {
  margin: 50px 0;
}

.u-no-margin--top {
  margin-top: 0;
}
.u-no-margin--bottom {
  margin-bottom: 0;
}

/*
旧スタイル
 */
.legacy h5 {
  font-size: 20px;
  padding: 0 12px;
  font-weight: 700;
  border-left: 4px solid #002973;
  margin: 30px 0 20px 0;
}
.legacy h4 {
  font-size: 24px;
  font-weight: 700;
  background: #f3ece2;
  padding: 8px 16px;
  border-left: 4px solid #000000;
  margin: 40px 0 20px 0;
}
.legacy a {
  color: #002973;
}
.legacy a:hover {
  text-decoration: underline;
}
.legacy p {
  margin-bottom: 20px;
  line-height: 1.8;
}
.legacy .Table4 {
  margin: 20px 0;
  min-width: 100%;
}
.legacy .Table4--no-margin {
  margin: 0 !important;
}
.legacy .Table4 th, .legacy .Table4 td {
  text-align: left;
  padding: 5px 10px;
  vertical-align: middle;
  border: 1px solid #cccccc;
}
.legacy .Table4 th {
  background: #e5ecf4;
  font-weight: normal;
  width: 200px;
}
.legacy .Table2 {
  margin: 20px 0;
  min-width: 100%;
  overflow-x: auto;
}
.legacy .Table2--no-margin {
  margin: 0 !important;
}
.legacy .Table2 th, .legacy .Table2 td {
  text-align: center;
  padding: 5px 10px;
  vertical-align: middle;
  border: 1px solid #cccccc;
}
.legacy .Table2 th.Left, .legacy .Table2 td.Left {
  text-align: left;
}
.legacy .Table2 th {
  text-align: center;
  background: #e5ecf4;
  font-weight: normal;
  width: 200px;
}
.legacy .Table6 {
  margin: 20px 0;
  min-width: 100%;
  overflow-x: auto;
}
.legacy .Table6--no-margin {
  margin: 0 !important;
}
.legacy .Table6 th, .legacy .Table6 td {
  text-align: left;
  padding: 5px 10px;
  vertical-align: middle;
  border: 1px solid #cccccc;
}
.legacy .Table6 th {
  background: #e5ecf4;
  font-weight: normal;
  width: 200px;
}
.legacy .Table8 {
  margin: 20px 0;
  min-width: 100%;
  overflow-x: auto;
}
.legacy .Table8 td, .legacy .Table8 th {
  padding: 5px 10px;
  line-height: 1.8;
}
.legacy .movie-youtube {
  text-align: center;
  margin: 20px auto;
  width: 540px;
}

@media (max-width: 813px) {
  .legacy h5 {
    font-size: 16px;
    line-height: 1.3;
    padding: 0 8px;
    margin: 20px 0 10px 0;
    border-left: 3px solid #002973;
  }
  .legacy h4 {
    font-size: 18px;
    line-height: 1.4;
    padding: 8px 12px;
    margin: 20px 0 15px 0;
  }
  .legacy .Table2 {
    margin: 20px 0;
    min-width: 100%;
    overflow-x: auto;
  }
  .legacy .Table2--no-margin {
    margin: 0 !important;
  }
  .legacy .Table2 th, .legacy .Table2 td {
    text-align: left;
    padding: 5px 10px;
    vertical-align: middle;
    border: 1px solid #cccccc;
    word-break: keep-all;
  }
  .legacy .Table2 th {
    background: #e5ecf4;
    font-weight: normal;
    width: auto;
    min-width: 100px;
  }
  .legacy .Table4 {
    margin: 20px 0;
    min-width: 100%;
    overflow-x: auto;
  }
  .legacy .Table4--no-margin {
    margin: 0 !important;
  }
  .legacy .Table4 th, .legacy .Table4 td {
    text-align: left;
    padding: 5px 10px;
    vertical-align: middle;
    border: 1px solid #cccccc;
    word-break: keep-all;
  }
  .legacy .Table4 th {
    background: #e5ecf4;
    font-weight: normal;
    width: auto;
    min-width: 100px;
  }
  .legacy .Table6 {
    margin: 20px 0;
    min-width: 100%;
    overflow-x: auto;
  }
  .legacy .Table6--no-margin {
    margin: 0 !important;
  }
  .legacy .Table6 th, .legacy .Table6 td {
    text-align: left;
    padding: 5px 10px;
    vertical-align: middle;
    border: 1px solid #cccccc;
    word-break: keep-all;
  }
  .legacy .Table6 th {
    background: #e5ecf4;
    font-weight: normal;
    width: auto;
    min-width: 100px;
  }
  .legacy .Table8 {
    margin: 20px 0;
    min-width: 100%;
    overflow-x: auto;
  }
  .legacy .Table8 td, .legacy .Table8 th {
    padding: 5px 10px;
    line-height: 1.8;
    word-break: keep-all;
  }
  .legacy .Table8 > tbody > tr {
    display: block;
  }
  .legacy .Table8 > tbody > tr > th, .legacy .Table8 > tbody > tr > td {
    display: block;
  }
  .legacy img {
    max-width: 100%;
    height: auto;
  }
  .legacy .movie-youtube {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    position: relative;
  }
  .legacy .movie-youtube iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
/*# sourceMappingURL=style.css.map */