@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
*,
::before,
::after {
  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;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

.entry-header {
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  background: #fff;
}
.entry-header .entry-title {
  font-size: 3.2rem;
  padding: 0 2em 0 1em;
  width: 45%;
  line-height: 1.4;
  position: relative;
  z-index: 1;
  color: #00459c;
  font-weight: 700;
}
.entry-header .entry-title .txt_container {
  position: relative;
  z-index: 2;
  display: block;
}
.entry-header .entry-title .en {
  display: block;
  font-weight: bold;
}
.entry-header .bg_image {
  width: 55%;
  position: relative;
}
.entry-header .bg_image::before {
  content: "";
  padding: 54% 0 0;
  display: block;
}
.entry-header .bg_image img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .entry-header .entry-title {
    width: 50%;
    font-size: 2.4rem;
  }
  .entry-header .entry-title .ja br {
    display: none;
  }
  .entry-header .bg_image {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .entry-header {
    flex-wrap: wrap;
  }
  .entry-header .entry-title {
    width: 100%;
    font-size: 2rem;
    padding: 1em;
  }
  .entry-header .bg_image {
    width: 100%;
  }
}
.page_title {
  font-size: 1.714em;
  text-align: center;
  padding: 1.5em 0.5em;
  font-weight: 700;
  color: #00459c;
}

.entry-content {
  background: #eee;
  padding: 4%;
  font-size: 1.4em;
  line-height: 1.7;
}
.entry-content .un_header {
  padding-top: 2%;
  font-size: 1.28em;
  font-weight: bold;
}
.entry-content .txt_image_container {
  background: #fff;
  display: flex;
  flex-direction: row-reverse;
}
.entry-content .txt_image_container .txt_container {
  width: 75%;
  padding: 0 2em 0 0;
}
.entry-content .txt_image_container .txt_container p, .entry-content .txt_image_container .txt_container a {
  margin: 0;
}
.entry-content .txt_image_container .txt_container .txt {
  margin-bottom: 1em;
}
.entry-content .txt_image_container .image {
  text-align: center;
  width: 25%;
}
.entry-content .txt_image_container .image img {
  border: 1px solid #eee;
}
.baseball .entry-content .txt_image_container .image img, .badge .entry-content .txt_image_container .image img {
  border: none;
}
.entry-content .contents_container {
  background: #fff;
  padding: 5.5%;
}
.entry-content .contents_container p,
.entry-content .contents_container a {
  margin-bottom: 1em;
}
.entry-content .contents_container p.btn_w_arrow,
.entry-content .contents_container a.btn_w_arrow {
  margin-bottom: 0;
}
.entry-content .contents_container a {
  color: #00459c;
}
.entry-content .contents_container .image-full {
  margin: 0 auto 1em;
  display: block;
}
.entry-content .contents_container .data-list {
  margin: 2rem 0 0;
}
.entry-content .aw_dt {
  cursor: pointer;
}
.entry-content .aw_dt .btn_tg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  color: #00459c;
  width: 3.5em;
}
.entry-content .aw_dt .btn_tg::after {
  content: "+";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.entry-content .aw_dt.on .btn_tg:after {
  content: "-";
}

.list_container {
  background: #faf9f4;
}
.list_container .list {
  background: #fff;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
.list_container .list .item {
  width: 43%;
  padding: 0 1% 5%;
}
.list_container .list .item .image {
  text-align: center;
  margin: 2em 0;
}
.list_container .list .item .image img {
  max-height: 270px;
  width: auto;
  border: 1px solid #eee;
}
.list_container .list .item .btn_container {
  text-align: center;
  padding: 2em 0 0;
}
.list_container .list .item .btn_container .btn_w_arrow {
  min-width: 200px;
  text-align: center;
  font-size: 1.2rem;
}
.list_container .list .item.item_baseball .image img, .list_container .list .item.item_badge .image img {
  border: none;
}

.sec {
  background: #fff;
}
.sec .sec_inner {
  padding: 4em 0 0;
  text-align: left;
}

.baseball .btn_container {
  padding: 3.5em 0 1em;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.baseball .btn_container a {
  padding: 1em 2em;
  margin: 0 0.5em;
  color: #00459c;
  border: solid 2px #00459c;
  font-weight: bold;
  width: 47%;
}
.baseball .btn_container a:before {
  content: "▶︎";
  display: inline-block;
  font-size: 0.8em;
  padding-right: 0.2em;
}
.baseball .btn_container a > span {
  display: block;
}

.about-us .sp {
  display: none;
}
.about-us .un_header {
  padding: 1.8em 0;
}
.about-us .figure {
  text-align: center;
  padding-bottom: 1.8em;
}
.about-us .figure > img {
  max-width: 250px;
  vertical-align: middle;
  padding: 0 1em;
}
.about-us .figure .figcap {
  display: inline-block;
  vertical-align: middle;
  padding: 1em;
  font-weight: 600;
}
.about-us ul[class^=ul_] li {
  margin-bottom: 0.5em;
}
.about-us .dl_1 {
  padding: 0 0 2.7em;
}
.about-us .dl_1 .tb {
  padding: 0 0 2em;
}
.about-us .dl_1 .tb:last-of-type {
  padding: 0;
}
.about-us .dl_1 .tbc {
  vertical-align: top;
  padding: 0.2em 1em;
}
.about-us .dl_1 .tbc:first-child {
  width: 20%;
  border-right: 1px solid #000;
  padding-left: 0;
}
.about-us .inner_sec {
  padding: 0 0 2.8em;
}
.about-us .inner_sec .header {
  padding: 0 0 2em;
}
.about-us .inner_sec .header .ttl .tx {
  display: inline-block;
  background: #00459c;
  color: #fff;
  width: 11em;
  text-align: center;
}
.about-us .inner_sec .tl {
  padding: 1em 0;
}
.about-us .inner_sec > ul:last-of-type {
  padding-bottom: 0;
}
.about-us .inner_sec .ul_2, .about-us .inner_sec .ul_3, .about-us .inner_sec .ul_4 {
  padding-bottom: 2em;
}
.about-us .inner_sec .ul_2 li, .about-us .inner_sec .ul_3 li, .about-us .inner_sec .ul_4 li {
  display: table;
}
.about-us .inner_sec .ul_2 li > span, .about-us .inner_sec .ul_3 li > span, .about-us .inner_sec .ul_4 li > span {
  display: table-cell;
}
.about-us .inner_sec .ul_2 li .name, .about-us .inner_sec .ul_3 li .name, .about-us .inner_sec .ul_4 li .name {
  width: 8em;
}
.about-us .inner_sec .ul_5 li, .about-us .inner_sec .ul_6 li, .about-us .inner_sec .ul_7 li, .about-us .inner_sec .ul_8 li, .about-us .inner_sec .ul_9 li, .about-us .inner_sec .ul_10 li {
  display: inline-block;
}
.about-us .inner_sec .ul_5 li:after, .about-us .inner_sec .ul_6 li:after, .about-us .inner_sec .ul_7 li:after, .about-us .inner_sec .ul_8 li:after, .about-us .inner_sec .ul_9 li:after, .about-us .inner_sec .ul_10 li:after {
  content: "/";
  display: inline-block;
  padding: 0 0.5em;
}
.about-us .inner_sec .ul_5 li a, .about-us .inner_sec .ul_6 li a, .about-us .inner_sec .ul_7 li a, .about-us .inner_sec .ul_8 li a, .about-us .inner_sec .ul_9 li a, .about-us .inner_sec .ul_10 li a {
  color: #00459c;
}
.about-us .inner_sec .ul_5 li:last-child:after, .about-us .inner_sec .ul_6 li:last-child:after, .about-us .inner_sec .ul_7 li:last-child:after, .about-us .inner_sec .ul_8 li:last-child:after, .about-us .inner_sec .ul_9 li:last-child:after, .about-us .inner_sec .ul_10 li:last-child:after {
  content: none;
}
.about-us .inner_sec.sec_1 .txt {
  margin: 0;
}
.about-us .inner_sec.sec_1 .txt .btn_w_arrow {
  margin: 0 0 0 1em;
}
.about-us .inner_sec.sec_3 > ul {
  font-size: 0.857em;
  padding-bottom: 0.7em;
}
.about-us .inner_sec.sec_4 {
  padding-bottom: 0;
}
.about-us .inner_sec.sec_4 .table1 {
  width: 100%;
  table-layout: fixed;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
}
.about-us .inner_sec.sec_4 .table1 td, .about-us .inner_sec.sec_4 .table1 th {
  padding: 0.8em;
  text-align: center;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.about-us .inner_sec.sec_4 .table1 th {
  padding: 0.5em 0;
}
.about-us .inner_sec.sec_4 .table1 td .btn_w_arrow {
  padding: 0.3em 0;
  max-width: 100px;
  display: block;
  margin: 0 auto;
}

.bone-and-joint .entry-content .contents_container {
  padding: 0.7em 0 0;
}
.bone-and-joint .entry-content .contents_container .page_title {
  background: #faf9f4;
}
.bone-and-joint .entry-content .sec {
  padding: 0 5.5% 3.3% 5.5%;
}
.bone-and-joint .entry-content .sec .un_header {
  padding: 1.7em 0;
}
.bone-and-joint .entry-content .sec .txt_container {
  letter-spacing: 0.02em;
}
.bone-and-joint .entry-content .sec .txt_container .txt {
  margin-bottom: 1em;
}
.bone-and-joint .entry-content .sec.sec5 .ttl3 {
  color: #00459c;
}
.bone-and-joint .entry-content .sec.sec5 .list {
  padding-bottom: 1em;
}
.bone-and-joint .entry-content .sec.sec5 .list dt {
  font-weight: bold;
  padding-top: 1em;
}
.bone-and-joint .entry-content .sec.sec5 .at {
  font-size: 0.857em;
  padding: 0 0 1em;
}
.bone-and-joint .entry-content .sec.sec6 .btn_container {
  padding: 1em 0;
}
.bone-and-joint .entry-content .sec.sec7 .image {
  margin-bottom: 2em;
}
.bone-and-joint .entry-content .sec.sec9 {
  font-weight: bold;
}
.bone-and-joint .entry-content .sec.sec9 .nr {
  font-weight: normal;
  display: block;
}
.bone-and-joint .entry-content .sec.sec9 .txt_container ul li {
  margin-bottom: 0.5em;
}

@media (max-width: 768px) {
  .entry-content .sec.sec1 .txt_image_container .tbc, .entry-content .sec.sec2 .txt_image_container .tbc {
    vertical-align: top;
  }
  .entry-content .sec.sec1 .txt_image_container .txt_container, .entry-content .sec.sec2 .txt_image_container .txt_container {
    width: 58%;
    padding: 0 3em 0 0;
  }
  .entry-content .sec.sec1 .txt_image_container .image, .entry-content .sec.sec2 .txt_image_container .image {
    width: 42%;
  }
  .entry-content .sec.sec1 .txt_image_container .image .inner, .entry-content .sec.sec2 .txt_image_container .image .inner {
    padding: 1.5em 2em;
    background: #faf9f4;
    text-align: center;
  }
  .entry-content .sec.sec1 .txt_image_container .image .inner img, .entry-content .sec.sec2 .txt_image_container .image .inner img {
    padding: 1em;
    background: #fff;
  }
}
@media (max-width: 640px) {
  .entry-content .sec.sec1 .txt_image_container, .entry-content .sec.sec2 .txt_image_container {
    flex-wrap: wrap;
  }
  .entry-content .sec.sec1 .txt_image_container .txt_container, .entry-content .sec.sec2 .txt_image_container .txt_container {
    width: 100%;
    padding: 1em 0 0;
  }
  .entry-content .sec.sec1 .txt_image_container .image, .entry-content .sec.sec2 .txt_image_container .image {
    width: 100%;
  }
  .entry-content .sec.sec1 .txt_image_container .image .inner, .entry-content .sec.sec2 .txt_image_container .image .inner {
    padding: 1.5em 2em;
    background: #faf9f4;
    text-align: center;
  }
  .entry-content .sec.sec1 .txt_image_container .image .inner img, .entry-content .sec.sec2 .txt_image_container .image .inner img {
    padding: 1em;
    background: #fff;
  }
}
.manga .txt_center {
  padding-top: 1em;
}
.manga .txt_center .btn_w_arrow {
  font-size: 1em;
  margin: 1em 0 2em !important;
}
.manga .btn_contact {
  margin-bottom: 0 !important;
}

.moving-mag .contents_container {
  text-align: center;
}
.moving-mag .contents_container > .txt {
  padding: 1em;
}
.moving-mag .contents_container .btn_w_arrow {
  font-size: 1em;
}
.moving-mag .sec .sec_inner .un_header {
  padding: 0 0 1em;
}
.moving-mag .sec.list_container {
  background: #fff;
}
.moving-mag .new_container .list_container {
  display: flex;
  flex-direction: row-reverse;
  background: #fff;
}
.moving-mag .new_container .list_container .image {
  text-align: center;
  width: 22%;
}
.moving-mag .new_container .list_container .image img {
  border: 1px solid #eee;
}
.moving-mag .new_container .list_container .image .btn_w_arrow {
  margin: 1.3em auto 0;
}
.moving-mag .new_container .list_container .txt_container {
  line-height: 1.7;
  padding: 0 1em 0 0;
  width: 78%;
  vertical-align: top;
}
.moving-mag .new_container .list_container .txt_container .title {
  padding: 2rem 0;
  font-weight: bold;
}
.moving-mag .mo_list {
  display: flex;
  flex-wrap: wrap;
}
.moving-mag .mo_list .item {
  width: 25%;
  text-align: center;
  font-weight: bold;
  padding: 1.3em 0.9em;
}
.moving-mag .mo_list .item .image {
  padding-top: 0.5em;
}
.moving-mag .mo_list .item .image img {
  border: 1px solid #eee;
  max-width: 80%;
}
.moving-mag .mo_list .item .btn_w_arrow {
  padding: 0.4em 2.5em;
  margin-top: 1.3em;
}

.award .sub_list > dt,
.award .sub_list .add_award_container > dt,
.parent_award .sub_list > dt,
.parent_award .sub_list .add_award_container > dt {
  color: #fff;
  font-size: 1.2857em;
  padding: 0.3em;
  text-align: center;
  margin-bottom: 1.8em;
}
.award .sub_list > dt.jap,
.award .sub_list .add_award_container > dt.jap,
.parent_award .sub_list > dt.jap,
.parent_award .sub_list .add_award_container > dt.jap {
  background: #e7bc52;
}
.award .sub_list > dt.exc,
.award .sub_list .add_award_container > dt.exc,
.parent_award .sub_list > dt.exc,
.parent_award .sub_list .add_award_container > dt.exc {
  background: #bab7ae;
}
.award .sub_list > dt.enc,
.award .sub_list .add_award_container > dt.enc,
.parent_award .sub_list > dt.enc,
.parent_award .sub_list .add_award_container > dt.enc {
  background: #c47222;
}
.award .sub_list > dd,
.award .sub_list .add_award_container > dd,
.parent_award .sub_list > dd,
.parent_award .sub_list .add_award_container > dd {
  padding-bottom: 3em;
}
.award .sub_list > dd .box:not(:last-child):after,
.award .sub_list .add_award_container > dd .box:not(:last-child):after,
.parent_award .sub_list > dd .box:not(:last-child):after,
.parent_award .sub_list .add_award_container > dd .box:not(:last-child):after {
  content: "";
  display: block;
  max-width: 300px;
  width: 90%;
  border-bottom: 1px solid #eee;
  margin: 2.9em auto;
}
.award .sub_list > dd .dl_container,
.award .sub_list .add_award_container > dd .dl_container,
.parent_award .sub_list > dd .dl_container,
.parent_award .sub_list .add_award_container > dd .dl_container {
  padding-bottom: 3em;
}
.award .sub_list > dd .tb,
.award .sub_list .add_award_container > dd .tb,
.parent_award .sub_list > dd .tb,
.parent_award .sub_list .add_award_container > dd .tb {
  margin: 0 0 1.7em;
}
.award .sub_list > dd .tb:last-of-type,
.award .sub_list .add_award_container > dd .tb:last-of-type,
.parent_award .sub_list > dd .tb:last-of-type,
.parent_award .sub_list .add_award_container > dd .tb:last-of-type {
  margin: 0;
}
.award .sub_list > dd .tb dt,
.award .sub_list .add_award_container > dd .tb dt,
.parent_award .sub_list > dd .tb dt,
.parent_award .sub_list .add_award_container > dd .tb dt {
  width: 30%;
  vertical-align: top;
  font-size: 0.857em;
}
.award .sub_list > dd .tb dt > span,
.award .sub_list .add_award_container > dd .tb dt > span,
.parent_award .sub_list > dd .tb dt > span,
.parent_award .sub_list .add_award_container > dd .tb dt > span {
  border: 2px solid #000;
  text-align: center;
  display: block;
  padding: 0.2em;
}
.award .sub_list > dd .tb dd,
.award .sub_list .add_award_container > dd .tb dd,
.parent_award .sub_list > dd .tb dd,
.parent_award .sub_list .add_award_container > dd .tb dd {
  padding-left: 1em;
}
.award .sub_list > dd .tb:last-child,
.award .sub_list .add_award_container > dd .tb:last-child,
.parent_award .sub_list > dd .tb:last-child,
.parent_award .sub_list .add_award_container > dd .tb:last-child {
  margin: 0;
}

.award .entry-content .contents_container {
  text-align: center;
}
.award .entry-content .contents_container .txt_container {
  padding: 2em 0;
}
.award .entry-content .contents_container .txt {
  text-align: left;
}
.award .entry-content .contents_container > .btn_w_arrow {
  color: #ee7500 !important;
  background: #fffeef;
  border: 2px solid #ee7500;
  font-size: 1.5em;
  width: 100%;
  max-width: 700px;
  padding: 0.8em 0.5em;
}
.award .entry-content .contents_container > .btn_w_arrow .inner:before {
  border-left-color: #ee7500;
  vertical-align: middle;
}
.award .entry-content .contents_container > .btn_w_arrow .inner > span {
  vertical-align: middle;
}
.award .sec .sec_inner {
  padding-top: 0;
}
.award .sec .sec_inner .un_header {
  padding: 2.2em 0;
}
.award .aw_list_container .aw_list .aw_dt {
  background: #00459c;
  color: #fff;
  font-size: 1.14285em;
  padding: 1em;
  position: relative;
  margin-bottom: 1em;
  cursor: pointer;
}
.award .aw_list_container .aw_list .aw_dt .btn_tg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  color: #00459c;
  border: 1px solid #00459c;
  width: 3.5em;
}
.award .aw_list_container .aw_list .aw_dt .btn_tg::after {
  content: "+";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.award .aw_list_container .aw_list .aw_dt.on .btn_tg:after {
  content: "-";
}
.award .aw_list_container .aw_list .aw_dd {
  display: none;
}
.award .aw_list_container .aw_list .aw_dd > .inner {
  padding: 1.4em;
}
.award .aw_list_container .aw_list .aw_dd .txt_at {
  font-size: 0.857em;
}
.award .aw_list_container .aw_list .aw_dd .btn_container {
  text-align: center;
}

.parent_award .contents_container .un_header {
  padding-top: 0;
}
.parent_award .contents_container .un_header + p {
  padding: 2em 0;
}
.parent_award .contents_container .judge_list .ttl_c {
  width: 10em;
}
.parent_award .contents_container .judge_list .list_c {
  border-left: 1px solid #000;
}
.parent_award .contents_container .judge_list .list_c > .tb {
  padding: 0.3em 0.3em 0.3em 1em;
}
.parent_award .contents_container .judge_list .list_c > .tb .name {
  width: 8em;
}
.parent_award .contents_container .judge_list .tbc {
  vertical-align: top;
}
.parent_award .award_list_container {
  background: #fff;
  padding: 6.7% 8.6% 1em;
}
.parent_award .award_list_container .box .txt_container {
  background: #eee;
  padding: 2.3em;
}
.parent_award .award_list_container .box .txt_container .txt p {
  margin-bottom: 1em;
}
.parent_award .award_list_container .box .txt_container .judge {
  text-align: right;
  padding-top: 1.2em;
}
.parent_products .un_header {
  padding: 2% 0;
}

.badge .btn_container {
  text-align: center;
  padding: 2em 0;
}
.badge .btn_container .b_txt {
  max-width: 550px;
  width: 100%;
  display: inline-block;
  border: 1px solid #faf9f4;
  padding: 1em 0;
}

.guidance .entry-header,
.parent_guidance .entry-header {
  background: #00459c;
}
.guidance .entry-header .entry-title,
.parent_guidance .entry-header .entry-title {
  color: #fff;
}
.guidance .page_container,
.parent_guidance .page_container {
  flex-direction: row-reverse;
}
.guidance .page_container .side_list_container,
.parent_guidance .page_container .side_list_container {
  width: 350px;
  background: #eee;
  font-size: 1.4em;
  padding: 3em 0 0 3em;
}
.guidance .page_container .side_list_container .list_container,
.parent_guidance .page_container .side_list_container .list_container {
  background: #eee;
}
.guidance .page_container .side_list_container .list,
.parent_guidance .page_container .side_list_container .list {
  font-weight: bold;
  background: #eee;
  flex-direction: column;
  padding: 0 1em 2em 0;
}
.guidance .page_container .side_list_container .list li,
.parent_guidance .page_container .side_list_container .list li {
  margin-bottom: 1.2em;
}
.guidance .page_container .side_list_container .list li a,
.parent_guidance .page_container .side_list_container .list li a {
  display: block;
  padding: 0.4em;
  line-height: 1.3;
}
.guidance .page_container .side_list_container .list li.current a,
.parent_guidance .page_container .side_list_container .list li.current a {
  background: #00459c;
  color: #fff;
}
.guidance .page_container .side_list_container .insurance_container,
.parent_guidance .page_container .side_list_container .insurance_container {
  background: #fff;
  padding: 1em;
  text-align: center;
  margin-right: 2.5em;
  font-size: 0.857em;
}
.guidance .page_container .side_list_container .insurance_container > h3,
.parent_guidance .page_container .side_list_container .insurance_container > h3 {
  color: #00459c;
}
.guidance .page_container .side_list_container .insurance_container > .txt,
.parent_guidance .page_container .side_list_container .insurance_container > .txt {
  padding: 1em 0;
  text-align: left;
}
.guidance .page_container .side_list_container .insurance_container .img_txt .image,
.guidance .page_container .side_list_container .insurance_container .img_txt .btn_container,
.parent_guidance .page_container .side_list_container .insurance_container .img_txt .image,
.parent_guidance .page_container .side_list_container .insurance_container .img_txt .btn_container {
  width: 50%;
  padding: 1em;
}
.guidance .page_container .side_list_container .insurance_container .img_txt .btn_container .btn_w_arrow,
.parent_guidance .page_container .side_list_container .insurance_container .img_txt .btn_container .btn_w_arrow {
  display: block;
  padding: 0.7em 0;
}
.guidance .page_container .side_list_container .insurance_container .img_txt .btn_container .btn_w_arrow:first-child,
.parent_guidance .page_container .side_list_container .insurance_container .img_txt .btn_container .btn_w_arrow:first-child {
  margin-bottom: 2em;
}
.guidance .page_container .side_list_container .insurance_container .img_txt .btn_container .btn_w_arrow .inner,
.parent_guidance .page_container .side_list_container .insurance_container .img_txt .btn_container .btn_w_arrow .inner {
  padding-left: 0 !important;
  text-align: center;
}
.guidance .page_container .side_list_container .insurance_container .img_txt .btn_container .btn_w_arrow .inner:before,
.parent_guidance .page_container .side_list_container .insurance_container .img_txt .btn_container .btn_w_arrow .inner:before {
  position: static;
  transform: translateY(0);
}
.guidance .page_container .side_container,
.parent_guidance .page_container .side_container {
  padding: 0;
  background: #fff;
}
.guidance .page_container .side_container .contents_container,
.parent_guidance .page_container .side_container .contents_container {
  max-width: 935px;
  margin: 0 auto;
}
.guidance .page_container .side_container .contents_container .un_header,
.parent_guidance .page_container .side_container .contents_container .un_header {
  padding: 2% 0;
}
.guidance .page_container .side_container .contents_container .box_container,
.parent_guidance .page_container .side_container .contents_container .box_container {
  border: 1px solid #eee;
  padding: 2em 1em;
  margin-top: 3em;
}
.guidance .page_container .side_container .contents_container .box_container > h3,
.parent_guidance .page_container .side_container .contents_container .box_container > h3 {
  font-weight: bold;
}
.guidance .page_container .side_container .contents_container .box_container > .list dt, .guidance .page_container .side_container .contents_container .box_container > .list dd,
.parent_guidance .page_container .side_container .contents_container .box_container > .list dt,
.parent_guidance .page_container .side_container .contents_container .box_container > .list dd {
  padding: 0.3em;
}
.guidance .page_container .side_container .contents_container .box_container > .list dt,
.parent_guidance .page_container .side_container .contents_container .box_container > .list dt {
  width: 7em;
  position: relative;
  vertical-align: top;
}
.guidance .page_container .side_container .contents_container .box_container > .list dt:after,
.parent_guidance .page_container .side_container .contents_container .box_container > .list dt:after {
  content: ":";
  display: block;
  position: absolute;
  right: 0;
  top: 0.1em;
}
.guidance .page_container .side_container .contents_container .box_container > .list dd > span,
.parent_guidance .page_container .side_container .contents_container .box_container > .list dd > span {
  display: block;
}

.parent_guidance .ttl_b {
  color: #00459c;
  font-weight: bold;
  padding: 1.5em 0;
}
.parent_guidance .ttl_bb {
  background: #00459c;
  color: #fff;
  font-weight: bold;
  max-width: 350px;
  padding: 0.3em 0.7em;
  margin-top: 3em;
}
.parent_guidance .txt a {
  color: #00459c;
}
.parent_guidance .txt .list {
  margin-bottom: 1em;
}
.parent_guidance h4 {
  margin-bottom: 0.8em;
}
.parent_guidance.guidance-1 .contents_container .btn_container {
  padding-bottom: 0.5em;
}
.parent_guidance.guidance-1 .contents_container .btn_container > .btn_w_arrow {
  margin-right: 2em;
}
.parent_guidance.guidance-1 .contents_container .btn_container > span {
  display: block;
  padding: 0.7em 0 0;
}
.parent_guidance.guidance-3 .contents_container {
  padding-bottom: 10em;
}
.parent_guidance.guidance-3 .contents_container .ttl_bb + .txt {
  margin-top: 2em;
}
.parent_guidance.guidance-4 ul.list li {
  margin-bottom: 1em;
}
.parent_guidance.guidance-6 .qa_list_container {
  margin-top: 1em;
}
.parent_guidance.guidance-6 .ttl_bb {
  margin: 3em 0 2em;
}
.parent_guidance.guidance-6 .qa_list .li_w {
  margin-bottom: 2em;
}
.parent_guidance.guidance-6 .qa_list dt {
  color: #00459c;
  font-weight: bold;
  background: #fff;
  border: 1px solid #00459c;
  padding: 1em 4em 1em 1em;
  position: relative;
  cursor: pointer;
}
.parent_guidance.guidance-6 .qa_list dt .btn_tg {
  background: #00459c;
  color: #fff;
}
.parent_guidance.guidance-6 .qa_list dd {
  background: #faf9f4;
  display: none;
}
.parent_guidance.guidance-6 .qa_list dd .inner {
  padding: 1.5em;
}

.sitemap .entry-header,
.contact .entry-header,
.privacy-policy .entry-header {
  background: none;
}
.sitemap .entry-header .entry-title,
.contact .entry-header .entry-title,
.privacy-policy .entry-header .entry-title {
  width: 100%;
  max-width: none;
  text-align: center;
  padding: 2em 0;
}
.sitemap .entry-header .bg_image,
.contact .entry-header .bg_image,
.privacy-policy .entry-header .bg_image {
  display: none;
}

.privacy-policy .contents_container .list {
  margin: 2em 0 1em;
}
.privacy-policy .contents_container .dl_list dt {
  padding: 1em 0;
}
.privacy-policy .contents_container .dl_list dd {
  padding-bottom: 1em;
}
.privacy-policy .contents_container .info_container {
  margin: 1em 0;
}
.privacy-policy .contents_container a {
  color: #00459c;
}

.sitemap .btn_w_arrow .inner {
  display: block;
}
.sitemap .btn_w_arrow .inner:before {
  border-left-color: #00459c;
  vertical-align: top;
  margin-top: 0.2em;
}
.sitemap .contents_container .tbc {
  vertical-align: top;
  width: 50%;
  padding: 0 1em;
}
.sitemap .contents_container .tbc .list > li {
  padding: 0.5em 0;
  font-weight: bold;
}
.sitemap .contents_container .tbc .list > li .sub_list {
  font-weight: normal;
}
.sitemap .contents_container .tbc .list > li.award .tx {
  margin: 0;
  padding-left: 1.2em;
  font-weight: bold;
}
.sitemap .contents_container .tbc .list > li.award .sub_list {
  padding-left: 2.4em;
}
.sitemap .contents_container .tbc .list > li.award .sub_list li:last-child {
  margin-left: -1.2em;
}
.sitemap .contents_container .tbc .list > li.b_line {
  border-bottom: 1px solid #eee;
}
.sitemap .contents_container .tbc .list > li .children {
  padding-left: 1.2em;
}
.sitemap .contents_container .tbc .sub_list {
  padding: 0 0 0 1.2em;
}
.sitemap .contents_container .tbc .btn_w_arrow {
  background: transparent;
  color: #00459c !important;
  padding: 0.5em;
  margin: 0 0 0.2em 0;
  font-size: 1em;
  display: block;
  line-height: 1.4;
}
.sitemap .contents_container .tbc .btn_w_arrow:before {
  border-left-color: #00459c;
  vertical-align: top;
  margin-top: 0.3em;
}
.sitemap .contents_container .tbc .btn_w_arrow > span {
  width: calc(100% - 1.5em);
}
.sitemap .contents_container .tbc .btn_w_arrow > span .en {
  padding-right: 0.5em;
}

.application .contents_container > .txt_container > .txt {
  text-align: center;
}
.application .contents_container .b_txt {
  max-width: 550px;
  margin: 2em auto;
  border: 1px solid #faf9f4;
  padding: 1em;
}
.application .mw_wp_form .form_container .circu_container .tbc .input_container {
  display: table;
  padding: 0 0 1.5em 0;
}
.application .mw_wp_form .form_container .circu_container .tbc .input_container > div {
  display: table-cell;
  padding: 0;
  vertical-align: middle;
}
.application .mw_wp_form .form_container .circu_container .tbc .input_container .input_ttl {
  white-space: nowrap;
  padding-right: 1em;
  font-weight: bold;
}
.application .mw_wp_form .form_container .circu_container .tbc .input_container .input_ttl:after {
  content: "|";
  display: inline-block;
  padding-left: 0.5em;
}
.application .mw_wp_form .form_container .circu_container .tbc .input_container .input_wrap span {
  margin-right: 1em;
  vertical-align: middle;
}
.application .mw_wp_form .form_container .circu_container .tbc .input_container .input_wrap input {
  width: auto;
}
.application .mw_wp_form .form_container .circu_container .tbc .input_container.set_container .input_ttl {
  vertical-align: top;
  padding-top: 0.9em;
}
.application .mw_wp_form .form_container .circu_container .tbc .input_container.set_container .error {
  position: static;
}
.application .mw_wp_form .form_container .circu_container .nice-select {
  border: none;
  width: 100%;
  background: #eee;
}
.application .mw_wp_form .form_container .circu_container .nice-select:before {
  content: "";
  width: 2.5em;
  height: 100%;
  position: absolute;
  right: 0;
  background: #00459c;
  top: 0;
  border-radius: 0 5px 5px 0;
}
.application .mw_wp_form .form_container .circu_container .nice-select:after {
  transform-origin: center center;
  transform: translateY(-40%) rotate(0deg);
  right: 0.8em;
  border-top: 0 solid transparent;
  border-right: 0.4em solid transparent;
  border-bottom: 0.8em solid #fff;
  border-left: 0.4em solid transparent;
  height: 0;
  width: 0;
}
.application .mw_wp_form .form_container .circu_container .nice-select .list {
  width: 100%;
}
.application .mw_wp_form .form_container .circu_container .nice-select.open:after {
  transform: rotate(180deg);
}

.entry .type_container dd > span {
  display: inline-block;
}
.entry .type_container dd .input_wrap .error {
  left: 0;
  bottom: 0;
  transform: translateY(-50%);
}
.entry .activity_container .activity_group_personal_container .input_wrap .error {
  transform: translateY(75%);
}
.entry .activity_container .activity_day_container .input_wrap {
  position: relative;
}
.entry .activity_container .activity_day_container .input_wrap input[type=text], .entry .activity_container .activity_day_container .input_wrap .bar {
  display: block;
}
.entry .activity_container .activity_day_container .input_wrap input[type=text] {
  max-width: 200px;
  margin-bottom: 0;
}
.entry .activity_container .activity_day_container .input_wrap input[type=text]:last-of-type {
  display: block;
}
.entry .activity_container .activity_day_container .input_wrap .ongoing {
  display: inline-block;
  padding-left: 1em;
}
.entry .activity_container .activity_day_container .input_wrap .ongoing label {
  margin-bottom: 0;
}
.entry .activity_container .activity_day_container .input_wrap .error {
  transform: translateY(-85%);
}
.entry .activity_container .activity_day_container .input_wrap .activity_day_start + script + .error {
  top: 0;
  transform: translateY(174%);
  position: absolute !important;
}
.entry .activity_container .activity_area_container .input_wrap .error {
  transform: translateY(75%);
}
.entry .overview_container dd .input_wrap .error,
.entry .efficiency_container dd .input_wrap .error {
  transform: translateY(90%);
}
.entry .support_container dd .no_title .error,
.entry .award_container dd .no_title .error {
  position: static;
}
.entry .file_container .btn_file_label {
  display: inline-block;
  margin-bottom: 1em;
}
.entry .application_container .zip_container input[type=text], .entry .application_container .zip_container .bar,
.entry .application_container .tel_container input[type=text],
.entry .application_container .tel_container .bar {
  display: inline-block;
}
.entry .application_container .zip_container input[type=text],
.entry .application_container .tel_container input[type=text] {
  width: auto;
}
.entry .application_container .tel_container .input_wrap .error {
  transform: translateY(170%);
}
.entry .award_container .award_year_container input[type=text] {
  width: auto;
}

.guidance-7 .mw_wp_form .form_container .age_container .input_wrap input {
  width: auto;
}
.guidance-7 .mw_wp_form .form_container .circu_container .input_wrap input.belong {
  width: 100%;
}
.guidance-7 .mw_wp_form .form_container .circu_container .sub_list .input_wrap dt {
  font-weight: bold;
  padding: 2em 0 0.5em;
}
.guidance-7 .mw_wp_form .form_container .circu_container .sub_list .input_wrap dd {
  letter-spacing: -0.4em;
}
.guidance-7 .mw_wp_form .form_container .circu_container .sub_list .input_wrap dd .mwform-checkbox-field {
  letter-spacing: normal;
  vertical-align: top;
  width: 33%;
  display: inline-block;
  margin: 0 0 0.6em;
}
.guidance-7 .mw_wp_form .form_container .circu_container .sub_list .input_wrap dd .school_officials-6:after {
  content: "";
  display: block;
}
.guidance-7 .mw_wp_form .form_container .circu_container .sub_list .input_wrap dd .school_officials-7,
.guidance-7 .mw_wp_form .form_container .circu_container .sub_list .input_wrap dd .school_officials-8,
.guidance-7 .mw_wp_form .form_container .circu_container .sub_list .input_wrap dd .school_officials-12 {
  display: block;
  width: 100%;
  padding: 2em 0;
  border-top: 1px solid #eee;
}
.guidance-7 .mw_wp_form .form_container .circu_container .sub_list .input_wrap dd .school_officials-7 {
  margin-top: 2em;
}
.guidance-7 .mw_wp_form .form_container .circu_container .sub_list .input_wrap dd .school_officials-8 {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.guidance-7 .mw_wp_form .form_container .circu_container .sub_list .input_wrap input {
  width: auto;
}
.guidance-7 .mw_wp_form .form_container .circu_container .sub_list .input_wrap.office_wrap dt {
  padding-top: 0;
}
.guidance-7 .mw_wp_form .form_container .circu_container .belong_other_wrap {
  border-top: 1px solid #eee;
  margin-top: 2em;
  padding: 2em 0;
}
.guidance-7 .mw_wp_form .form_container .circu_container .belong_other_wrap .input_wrap input {
  width: auto;
}
.guidance-7 .mw_wp_form .form_container .purpose_container .input_wrap .error,
.guidance-7 .mw_wp_form .form_container .release_container .input_wrap .error,
.guidance-7 .mw_wp_form .form_container .type_container .input_wrap .error {
  left: 0;
  bottom: 0;
  transform: translateY(-45%);
}
.guidance-7 .mw_wp_form.mw_wp_form_confirm .form_container .circu_container .sub_list .input_wrap dd {
  letter-spacing: normal;
}
.guidance-7 .mw_wp_form.mw_wp_form_confirm .form_container .circu_container .sub_list .input_wrap dd .nt {
  display: none;
}
.guidance-7 .mw_wp_form.mw_wp_form_confirm .form_container .agree_container {
  display: none;
}
.guidance-7 .mw_wp_form.mw_wp_form_confirm .form_container .submit_container {
  padding-top: 2.5em;
}

.baseball .mw_wp_form .form_container .circu_container .input_wrap .error,
.tebiki .mw_wp_form .form_container .circu_container .input_wrap .error,
.badge .mw_wp_form .form_container .circu_container .input_wrap .error {
  left: 0;
  bottom: 0.9em;
}
.baseball .mw_wp_form .form_container dd .input_container,
.tebiki .mw_wp_form .form_container dd .input_container,
.application .mw_wp_form .form_container dd .input_container,
.guidance-7 .mw_wp_form .form_container dd .input_container {
  display: block;
}
.baseball .mw_wp_form .form_container dd .input_container > div,
.tebiki .mw_wp_form .form_container dd .input_container > div,
.application .mw_wp_form .form_container dd .input_container > div,
.guidance-7 .mw_wp_form .form_container dd .input_container > div {
  display: block;
}
.baseball .mw_wp_form .form_container dd .input_container .input_wrap,
.tebiki .mw_wp_form .form_container dd .input_container .input_wrap,
.application .mw_wp_form .form_container dd .input_container .input_wrap,
.guidance-7 .mw_wp_form .form_container dd .input_container .input_wrap {
  width: 100%;
  margin-bottom: 0;
}

.children-baseball .page_title {
  display: none;
}

.locomotive-syndrome .page_title {
  display: none;
}

.gstp-instructor-training-course .page_title {
  display: none;
}
.gstp-instructor-training-course .gstp-schedule ul li {
  background: #eee;
  padding: 2em;
  margin: 0 0 2em;
}
.gstp-instructor-training-course .gstp-schedule ul li:first-child {
  margin: 2em 0;
}
.gstp-instructor-training-course .gstp-schedule ul li:last-child {
  margin: 0;
}
.gstp-instructor-training-course .gstp-schedule ul li > dl > dt {
  color: #00459c;
  font-weight: 700;
  font-size: 1.8rem;
  margin: 0 0 1em;
  padding: 0 0 0.5em;
  border-bottom: 1px solid #151515;
}
.gstp-instructor-training-course .gstp-schedule ul li > dl div {
  display: flex;
  flex-wrap: wrap;
}
.gstp-instructor-training-course .gstp-schedule ul li > dl div > dd {
  margin: 0.5em 2em 0.5em 0;
}
.gstp-instructor-training-course .gstp-schedule ul li > dl div > dd dl {
  display: flex;
  align-items: center;
}
.gstp-instructor-training-course .gstp-schedule ul li > dl div > dd dl dt {
  background: #00459c;
  color: #fff;
  font-weight: 700;
  padding: 0.2em 0;
  width: 6em;
  margin: 0 1em 0 0;
  font-size: 1.2rem;
  text-align: center;
}
.gstp-instructor-training-course .gstp-schedule ul li > dl div > dd dl dd {
  width: calc(100% - 6em);
}

.online-symposium .symposium-info-wrap:first-of-type {
  margin: 0 auto 4rem;
}
.online-symposium .symposium-info-wrap > dt {
  background: #00459c;
  color: #fff;
  padding: 1em 2em;
  font-size: 18px;
  position: relative;
}
.online-symposium .symposium-info-wrap > dt:hover {
  cursor: pointer;
}
.online-symposium .symposium-info-wrap > dt::after {
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  right: 1em;
}
.online-symposium .symposium-info-wrap > dt.on::after {
  content: "\f106";
}
.online-symposium .symposium-info-wrap > dd {
  display: none;
}
.online-symposium .symposium-info-wrap > dd.on {
  display: block;
}
.online-symposium .symposium-info-wrap > dd .symposium-info {
  background: #eee;
  padding: 4em;
  margin: 0 auto 4em;
}
.online-symposium .symposium-info-wrap > dd .symposium-info:last-of-type {
  margin: 0 auto;
}
.online-symposium .symposium-info-wrap > dd .symposium-info dt {
  font-size: 1.4rem;
}
.online-symposium .symposium-info-wrap > dd .symposium-info dt span {
  font-size: 1.6rem;
  font-weight: 700;
  display: block;
}
.online-symposium .symposium-info-wrap > dd .symposium-info dd {
  margin: 2em auto 0;
}

@media (max-width: 640px) {
  .online-symposium .symposium-info-wrap .symposium-info {
    padding: 2em 1em;
  }
}
.trainer .entry-content .contents_container {
  padding: 0 0 4em;
}
.trainer .entry-content .contents_container .sec {
  padding: 4em 5.5% 0;
}
.trainer .entry-content .contents_container .sec p .caption {
  display: block;
  background: #eee;
  padding: 1em;
  font-size: 0.9em;
}
.trainer .entry-content .contents_container .sec .txt_image_container {
  margin: 4em auto 2em;
  align-items: center;
  background: #eee;
}
.trainer .entry-content .contents_container .sec .txt_image_container .image {
  width: 40%;
}
.trainer .entry-content .contents_container .sec .txt_image_container .txt_container {
  width: 60%;
  padding: 2em;
}
.trainer .entry-content .contents_container .list_container {
  margin: 6.4rem auto 0;
}

@media (max-width: 768px) {
  .trainer .entry-content .contents_container .sec .txt_image_container {
    display: flex;
    align-items: center;
  }
  .trainer .entry-content .contents_container .sec .txt_image_container .image {
    width: 40%;
  }
  .trainer .entry-content .contents_container .sec .txt_image_container .txt_container {
    width: 60%;
    padding: 2em;
  }
}
@media (max-width: 640px) {
  .trainer .entry-content .contents_container {
    padding: 0;
  }
  .trainer .entry-content .contents_container .sec {
    padding: 2em 5.5%;
  }
  .trainer .entry-content .contents_container .sec .txt_image_container {
    flex-direction: column;
  }
  .trainer .entry-content .contents_container .sec .txt_image_container .image {
    width: 80%;
  }
  .trainer .entry-content .contents_container .sec .txt_image_container .txt_container {
    width: 100%;
    padding: 1em;
  }
  .trainer .entry-content .contents_container .list_container {
    margin: 2rem auto 0;
  }
}
@media (max-width: 1200px) {
  .guidance .page_container .side_list_container,
  .parent_guidance .page_container .side_list_container {
    width: 27%;
  }
}
@media (max-width: 960px) {
  .guidance .page_container .side_list_container,
  .parent_guidance .page_container .side_list_container {
    padding: 2em 0 0 1em;
  }
  .guidance .page_container .side_list_container .insurance_container,
  .parent_guidance .page_container .side_list_container .insurance_container {
    margin-right: 1em;
  }
}
@media (max-width: 768px) {
  .entry-content .un_header {
    font-size: 1.1em;
  }
  .entry-content .list_container .list .item {
    width: 100%;
    margin-bottom: 10%;
  }
  .entry-content .list_container .list .item:last-child {
    margin-bottom: 5%;
  }
  .entry-content .list_container .list .item .image {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .entry-content .list_container .list .item .image img {
    max-height: none;
  }
  .page_title {
    font-size: calc(7 * (100vw - 320px) / 448 + 13px);
    padding: 1.5em 1em;
  }
  .about-us .dl_1 .tb, .about-us .dl_1 .tbc {
    display: block;
    width: 100%;
  }
  .about-us .dl_1 .tb dt:first-child {
    margin-bottom: 0.5em;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #eee;
  }
  .about-us .inner_sec .ul_2 li, .about-us .inner_sec .ul_2 .name, .about-us .inner_sec .ul_2 .dtl, .about-us .inner_sec .ul_3 li, .about-us .inner_sec .ul_3 .name, .about-us .inner_sec .ul_3 .dtl, .about-us .inner_sec .ul_4 li, .about-us .inner_sec .ul_4 .name, .about-us .inner_sec .ul_4 .dtl {
    display: block !important;
    width: 100% !important;
  }
  .about-us .inner_sec .ul_2 li, .about-us .inner_sec .ul_3 li, .about-us .inner_sec .ul_4 li {
    margin-bottom: 1.5em;
  }
  .about-us .inner_sec .ul_2 .name, .about-us .inner_sec .ul_3 .name, .about-us .inner_sec .ul_4 .name {
    border-bottom: 1px solid #eee;
  }
  .award .entry-content .contents_container > .btn_w_arrow {
    font-size: calc(11 * (100vw - 320px) / 448 + 10px);
    padding: 0.8em 0;
    display: block;
  }
  .parent_award .contents_container .un_header + p {
    margin-bottom: 0;
  }
  .parent_award .contents_container .judge_list .tbc {
    width: auto;
    display: block;
  }
  .parent_award .contents_container .judge_list .ttl_c {
    border-bottom: 1px solid #000;
    padding: 0 0 0.3em;
  }
  .parent_award .contents_container .judge_list .list_c {
    border: none;
    padding-top: 1em;
  }
  .parent_award .contents_container .judge_list .list_c .tb {
    margin-bottom: 1em;
  }
  .moving-mag .contents_container > .txt {
    text-align: left;
  }
  .moving-mag .new_container .list_container {
    display: block;
  }
  .moving-mag .new_container .list_container > div {
    padding: 1em 0 !important;
    display: block;
    width: auto !important;
  }
  .moving-mag .new_container .list_container .image {
    text-align: center;
  }
  .moving-mag .new_container .list_container .image .btn_w_arrow {
    display: block;
    max-width: 150px;
  }
  .moving-mag .mo_list .item {
    width: 50%;
  }
  .baseball .btn_container {
    display: block;
  }
  .baseball .btn_container a {
    width: 100%;
    display: block;
    margin-bottom: 2em;
  }
  .tebiki .mw_wp_form .form_container .circu_container .input_wrap .error,
  .baseball .mw_wp_form .form_container .circu_container .input_wrap .error,
  .badge .mw_wp_form .form_container .circu_container .input_wrap .error {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0.9em;
    transform: translateY(100%);
  }
  .entry .mw_wp_form .form_container .activity_container .input_wrap .activity_day_start + script + .error {
    transform: translateY(240%);
  }
  .entry .mw_wp_form .form_container .type_container .input_wrap .error,
  .entry .mw_wp_form .form_container .activity_area_container .input_wrap .error,
  .entry .mw_wp_form .form_container .activity_group_personal_container .input_wrap .error,
  .entry .mw_wp_form .form_container .application_container .input_wrap .error {
    transform: translateY(0);
  }
  .entry .mw_wp_form .form_container .overview_container .tbc .input_wrap .error,
  .entry .mw_wp_form .form_container .efficiency_container .tbc .input_wrap .error {
    position: absolute;
    top: auto;
  }
  .guidance .entry-header .image_area,
  .parent_guidance .entry-header .image_area {
    background-size: auto 90%;
  }
  .guidance .page_container,
  .parent_guidance .page_container {
    display: block;
  }
  .guidance .page_container > div,
  .parent_guidance .page_container > div {
    width: 100%;
  }
  .guidance .page_container .side_list_container,
  .parent_guidance .page_container .side_list_container {
    padding: 0;
    width: 100%;
    padding: 1em;
  }
  .guidance .page_container .side_list_container .insurance_container,
  .parent_guidance .page_container .side_list_container .insurance_container {
    width: auto;
    margin: 1em auto;
    max-width: 400px;
  }
  .guidance .page_container .box_container .list .tb, .guidance .page_container .box_container .list .tbc,
  .parent_guidance .page_container .box_container .list .tb,
  .parent_guidance .page_container .box_container .list .tbc {
    display: block;
    width: 100% !important;
  }
  .guidance .page_container .box_container .list .tb,
  .parent_guidance .page_container .box_container .list .tb {
    margin-bottom: 1em;
  }
  .guidance .page_container .box_container .list .tb dt,
  .parent_guidance .page_container .box_container .list .tb dt {
    border-bottom: 1px solid #eee;
  }
  .guidance .page_container .box_container .list .tbc:after,
  .parent_guidance .page_container .box_container .list .tbc:after {
    content: none !important;
  }
  .guidance.guidance-3 .contents_container,
  .parent_guidance.guidance-3 .contents_container {
    padding-bottom: 2em;
  }
  .guidance-7 .mw_wp_form .form_container .purpose_container .input_wrap,
  .guidance-7 .mw_wp_form .form_container .release_container .input_wrap,
  .guidance-7 .mw_wp_form .form_container .type_container .input_wrap {
    padding-top: 0.5em;
  }
  .guidance-7 .mw_wp_form .form_container .purpose_container .input_wrap .error,
  .guidance-7 .mw_wp_form .form_container .release_container .input_wrap .error,
  .guidance-7 .mw_wp_form .form_container .type_container .input_wrap .error {
    position: absolute;
    top: auto;
    transform: translateY(0);
  }
  .sitemap .entry-header .entry-title,
  .contact .entry-header .entry-title,
  .privacy-policy .entry-header .entry-title {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
  .sitemap .contents_container .tb {
    display: block;
  }
  .sitemap .contents_container .tb .tbc {
    display: block;
    width: 100%;
    padding: 0;
  }
  .sitemap .btn_w_arrow .inner:before {
    border-top: 4.2px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 4.2px solid transparent;
    border-left: 7px solid #00459c;
  }
  .privacy-policy .contents_container .info_container {
    margin: 2em 0 1em;
  }
}
@media (max-width: 640px) {
  .guidance .page_container .side_list_container,
  .parent_guidance .page_container .side_list_container {
    display: block;
    padding: 1em;
  }
  .guidance .page_container .side_list_container .list_container,
  .parent_guidance .page_container .side_list_container .list_container {
    width: 100%;
  }
  .guidance .site-footer .bread_container .breadcrumbs > span:nth-child(3),
  .parent_guidance .site-footer .bread_container .breadcrumbs > span:nth-child(3) {
    white-space: normal;
    width: 11em;
  }
  .about-us .sp {
    display: block;
  }
  .about-us .inner_sec .header .ttl .tx {
    display: block;
    margin-bottom: 0.5em;
  }
  .about-us .figure .figcap {
    display: block;
    padding: 1em 0 0;
  }
  .parent_guidance.guidance-6 .qa_list_container {
    font-size: 0.9em;
  }
  .parent_guidance.guidance-6 .qa_list_container .qa_list dt .btn_tg {
    width: 3em;
  }
  .guidance-7 .mw_wp_form .form_container .circu_container .belong_other_wrap {
    padding: 1em 0;
    margin-top: 1em;
  }
  .guidance-7 .mw_wp_form .form_container .circu_container .sub_list .input_wrap dd .school_officials-7,
  .guidance-7 .mw_wp_form .form_container .circu_container .sub_list .input_wrap dd .school_officials-8,
  .guidance-7 .mw_wp_form .form_container .circu_container .sub_list .input_wrap dd .school_officials-12 {
    padding: 1em 0;
  }
  .guidance-7 .mw_wp_form .form_container .circu_container .sub_list .input_wrap dd .school_officials-7 {
    margin-top: 1em;
  }
}
@media (max-width: 480px) {
  .entry-content {
    padding: 1em 1em 2em;
  }
  .entry-content .contents_container {
    padding: 2em 1em 3em;
  }
  .entry-content .list_container .list .item .btn_container .btn_w_arrow {
    min-width: auto;
  }
  .award .aw_list_container .aw_list .aw_dt,
  .parent_award .aw_list_container .aw_list .aw_dt {
    font-size: 0.8em;
  }
  .award .aw_list_container .aw_list .aw_dd > .inner,
  .parent_award .aw_list_container .aw_list .aw_dd > .inner {
    padding: 0.5em 0.5em 2em;
  }
  .award .sub_list > dt,
  .parent_award .sub_list > dt {
    font-size: 1.1em;
  }
  .award .sub_list > dd .dl_container,
  .parent_award .sub_list > dd .dl_container {
    padding-bottom: 2em;
  }
  .award .sub_list > dd .tb,
  .parent_award .sub_list > dd .tb {
    display: table;
  }
  .award .sub_list > dd .tb .tbc,
  .parent_award .sub_list > dd .tb .tbc {
    display: block;
  }
  .award .sub_list > dd .tb dt,
  .parent_award .sub_list > dd .tb dt {
    width: auto;
  }
  .award .sub_list > dd .tb dt > span,
  .parent_award .sub_list > dd .tb dt > span {
    border-width: 1px;
  }
  .award .sub_list > dd .tb dd,
  .parent_award .sub_list > dd .tb dd {
    padding: 0.5em;
    font-size: 0.9em;
  }
  .award .entry-content .contents_container > .btn_w_arrow {
    margin: 0 -2%;
    width: 104%;
  }
  .parent_award .contents_container .un_header {
    font-size: 1.1em;
  }
  .parent_award .award_list_container .box .txt_container {
    padding: 1em;
  }
  .about-us .inner_sec.sec_4 .table1 {
    font-size: 0.8em;
    letter-spacing: 0;
    line-height: 1.2;
  }
  .about-us .inner_sec.sec_4 .table1 tr.bld th:first-child {
    width: 14%;
  }
  .about-us .inner_sec.sec_4 .table1 td .btn_w_arrow {
    font-size: 1em;
    padding: 0.5em 0.3em;
    text-align: center;
  }
  .moving-mag .mo_list .item {
    font-size: 0.8em;
    padding-left: 0.6em;
    padding-right: 0.6em;
  }
  .guidance .entry-header .image_area,
  .guidance .entry-header .entry-title,
  .parent_guidance .entry-header .image_area,
  .parent_guidance .entry-header .entry-title {
    display: block;
    width: 100%;
  }
  .guidance .entry-header .entry-title,
  .parent_guidance .entry-header .entry-title {
    padding: 1.5em 1em;
  }
  .guidance .entry-header .image_area,
  .parent_guidance .entry-header .image_area {
    padding-top: 40%;
  }
  .application .contents_container .b_txt,
  .badge .contents_container .b_txt {
    text-align: left;
  }
}
#memorial20th #memorial20th-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#memorial20th #memorial20th-head .img {
  width: 30%;
}
#memorial20th #memorial20th-head .img img {
  width: 100%;
  display: block;
}
#memorial20th #memorial20th-head .txt {
  width: 65%;
  font-size: 16px;
}
#memorial20th .sec .index-20thmemorial {
  margin: 3rem 0 0;
}
#memorial20th .sec .index-20thmemorial li {
  font-size: 16px;
  margin: 1em 0 0;
}
#memorial20th .sec .index-20thmemorial li::before {
  content: "▶︎";
  font-size: 12px;
  color: #00459c;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.2em 0 0;
}

@media (max-width: 640px) {
  #memorial20th #memorial20th-head {
    display: block;
  }
  #memorial20th #memorial20th-head .img {
    width: 60%;
    margin: 0 auto 2rem;
  }
  #memorial20th #memorial20th-head .txt {
    width: 100%;
    font-size: 14px;
  }
  #memorial20th .sec .index-20thmemorial li {
    font-size: 14px;
  }
  #memorial20th .sec .index-20thmemorial li::before {
    font-size: 10px;
  }
}
#bnr-20th-memorial {
  width: 70%;
  display: block;
  margin: 4rem auto 2rem;
}
#bnr-20th-memorial img {
  width: 100%;
  display: block;
}

@media (max-width: 640px) {
  #bnr-20th-memorial {
    width: 100%;
  }
}
.mw_wp_form_input #application-requirements {
  margin: 0 auto 4em;
}
.mw_wp_form_input #application-requirements p {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
.mw_wp_form_input #application-requirements p span {
  display: inline-block;
  margin: 0 0.5em;
}
.mw_wp_form_input #application-requirements dl {
  margin: 2em auto 0;
}
.mw_wp_form_input #application-requirements dl dt {
  font-weight: bold;
  border-bottom: 1px solid #00459c;
  padding: 0 0 0.1em;
  margin: 0 0 0.5em;
}

.mw_wp_form_confirm #application-requirements {
  display: none;
}

@media (max-width: 640px) {
  .mw_wp_form_input #application-requirements p span {
    display: block;
  }
}/*# sourceMappingURL=page.css.map */