@charset "UTF-8";
/* A Modern CSS Reset */
/*! 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=Noto+Sans+JP:wght@400;500;600&display=swap");
*,
::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;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
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;
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("/lib/fonts/glyphicons-halflings-regular.eot");
  src: url("/lib/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/lib/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("/lib/fonts/glyphicons-halflings-regular.woff") format("woff"), url("/lib/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("/lib/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
/* 丸文字フォント */
@font-face {
  font-family: 'GenJyuuGothic';
  src: url("/lib/fonts/GenJyuuGothicX-Bold_subset.eot");
  src: url("/lib/fonts/GenJyuuGothicX-Bold_subset.eot?") format("embedded-opentype"), url("/lib/fonts/GenJyuuGothicX-Bold_subset.woff") format("woff"), url("/lib/fonts/GenJyuuGothicX-Bold_subset.otf") format("opentype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/chugaku/lib/fonts/YakuHanJP-Light.eot);
  src: url(/chugaku/lib/fonts/YakuHanJP-Light.woff2) format("woff2"), url(/chugaku/lib/fonts/YakuHanJP-Light.woff) format("woff");
  unicode-range: U+3001-3002, U+3008-3011, U+3014-3015, U+30fb, U+ff01, U+ff08-ff09, U+ff1a-ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
@font-face {
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/chugaku/lib/fonts/YakuHanJP-Regular.eot);
  src: url(/chugaku/lib/fonts/YakuHanJP-Regular.woff2) format("woff2"), url(/chugaku/lib/fonts/YakuHanJP-Regular.woff) format("woff");
  unicode-range: U+3001-3002, U+3008-3011, U+3014-3015, U+30fb, U+ff01, U+ff08-ff09, U+ff1a-ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
@font-face {
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/chugaku/lib/fonts/YakuHanJP-Medium.eot);
  src: url(/chugaku/lib/fonts/YakuHanJP-Medium.woff2) format("woff2"), url(/chugaku/lib/fonts/YakuHanJP-Medium.woff) format("woff");
  unicode-range: U+3001-3002, U+3008-3011, U+3014-3015, U+30fb, U+ff01, U+ff08-ff09, U+ff1a-ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
@font-face {
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/chugaku/lib/fonts/YakuHanJP-Bold.eot);
  src: url(/chugaku/lib/fonts/YakuHanJP-Bold.woff2) format("woff2"), url(/chugaku/lib/fonts/YakuHanJP-Bold.woff) format("woff");
  unicode-range: U+3001-3002, U+3008-3011, U+3014-3015, U+30fb, U+ff01, U+ff08-ff09, U+ff1a-ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
body .c-article,
body .c-container {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

@-webkit-keyframes popInBottom {
  0% {
    -webkit-transform: translate3d(0, 200px, 0) scale3d(0.1, 0.1, 0.1);
    transform: translate3d(0, 200px, 0) scale3d(0.1, 0.1, 0.1);
    opacity: 0;
  }
  40% {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    -webkit-transform: translate3d(0, 0, 0) scale3d(1.08, 1.08, 1.08);
    transform: translate3d(0, 0, 0) scale3d(1.08, 1.08, 1.08);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
  80% {
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transform: translate3d(0, 0, 0) scale3d(1.03, 1.03, 1.03);
    transform: translate3d(0, 0, 0) scale3d(1.03, 1.03, 1.03);
  }
  100% {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}

@keyframes popInBottom {
  0% {
    -webkit-transform: translate3d(0, 200px, 0) scale3d(0.1, 0.1, 0.1);
    transform: translate3d(0, 200px, 0) scale3d(0.1, 0.1, 0.1);
    opacity: 0;
  }
  40% {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    -webkit-transform: translate3d(0, 0, 0) scale3d(1.08, 1.08, 1.08);
    transform: translate3d(0, 0, 0) scale3d(1.08, 1.08, 1.08);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
  80% {
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transform: translate3d(0, 0, 0) scale3d(1.03, 1.03, 1.03);
    transform: translate3d(0, 0, 0) scale3d(1.03, 1.03, 1.03);
  }
  100% {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}
@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
  59% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  70% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  90% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
  59% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  70% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  90% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.l-header, .l-header--koukou {
  position: relative;
  background-color: #fff;
  border-bottom: 3px solid #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 15px 0 12px;
}
@media screen and (max-width: 767px) {
  .l-header, .l-header--koukou {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom: 1px solid #ccc;
    padding: 0;
  }
}
.l-header__logo img {
  width: 190px;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .l-header__logo img {
    width: 30%;
    margin: 7px 0 8px 15px;
  }
}
.l-header__title {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  line-height: 1.6;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .l-header__title {
    font-size: 12px;
    width: 100%;
    padding: 6px;
    background: #eee;
    text-align: center;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .l-header__title {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .l-header__menu-btn {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-header__menu-btn {
    position: fixed;
    top: 38px;
    right: 0;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .l-header__menu-btn.nolabel {
    top: 10px;
  }
  .l-header__menu-btn a {
    display: block;
    background: url(/shogaku/local/images/btn_menu.svg) center center/100% auto no-repeat;
    width: 30px;
    padding-top: 99%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 10px;
  }
}
.l-header__btn {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .l-header__btn {
    display: none;
  }
}
.l-header__list-course {
  position: absolute;
  top: 2px;
  right: 180px;
}
@media screen and (max-width: 767px) {
  .l-header__list-course {
    display: none;
  }
}
.l-header__instancebtn {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: absolute;
  top: -3px;
  right: 0;
}
.l-header__instancebtn .c-button-instance01, .l-header__instancebtn .c-button-instance01--youji, .l-header__instancebtn .c-button-instance01--shogaku, .l-header__instancebtn .c-button-instance01--chugaku, .l-header__instancebtn .c-button-instance01--koukou {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .l-header__instancebtn {
    top: 14px;
    right: 10px;
  }
}
.l-header__list-grade {
  position: absolute;
  bottom: -15px;
  right: 200px;
}
@media screen and (max-width: 767px) {
  .l-header__list-grade {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1060px) {
  .l-header__list-grade {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
@media screen and (max-width: 767px) {
  .l-header--youji .l-header__logo img {
    width: 34%;
  }
}
.l-header--youji .l-header__title {
  display: none !important;
}
.l-header--youji .l-header__list-grade .c-list-grade > li {
  width: 160px;
}
@media screen and (max-width: 767px) {
  .l-header--youji .l-header__menu-btn {
    top: 7px;
  }
}
@media screen and (min-width: 768px) {
  .l-header--chugaku .l-header__logo img {
    width: 170px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .l-header--chugaku .l-header__logo img {
    width: 34%;
  }
}
.l-header--chugaku .l-header__list-grade .c-list-grade > li {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .l-header--chugaku .l-header__menu-btn a {
    background-image: url(/chugaku/local/images/btn_menu.svg);
  }
}
.l-header--chugaku .l-header__btn .c-btn-login {
  background-color: #206289;
  border-color: #206289;
  -webkit-box-shadow: 0 3px 0 #1b5375;
          box-shadow: 0 3px 0 #1b5375;
}
.l-header--chugaku .l-header__btn .c-btn-login:hover {
  background-color: #297FB3;
  border-color: #297FB3;
}
.l-header--chugaku .l-header__btn .c-btn-login:active {
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.13);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.13);
}
@media screen and (min-width: 768px) {
  .l-header--koukou .c-btn-koukou a {
    max-width: 100%;
    height: 60px;
    border-radius: 40px;
    font-size: 16px;
  }
  .l-header--koukou .l-header__menubtn {
    display: none;
  }
  .l-header--koukou .l-header__list-course {
    top: 13px;
  }
  .l-header--koukou .c-btn-login {
    background-color: #206289;
    border-color: #206289;
    -webkit-box-shadow: 0 3px 0 #1b5375;
            box-shadow: 0 3px 0 #1b5375;
  }
  .l-header--koukou .c-btn-login:hover {
    background-color: #297fb3;
    border-color: #297fb3;
  }
  .l-header--koukou .c-btn-login:active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.13);
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.13);
  }
}
@media screen and (max-width: 767px) {
  .l-header--koukou .l-header__nav li {
    border-bottom: solid 1px #c8c8c8;
  }
  .l-header--koukou .l-header__nav li:first-child {
    border-top: solid 1px #c8c8c8;
  }
  .l-header--koukou .l-header__nav li a {
    display: block;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    color: #333;
    font: normal 14px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
  }
  .l-header--koukou .l-header__nav li a:hover {
    opacity: .6;
  }
  .l-header--koukou .l-header__shiryo a {
    padding-left: 5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.13);
            box-shadow: 0 5px 6px rgba(0, 0, 0, 0.13);
    position: relative;
  }
  .l-header--koukou .l-header__shiryo img {
    max-width: 120px;
    width: 29%;
    -webkit-transform: none;
            transform: none;
    top: 0;
    left: 5px;
    position: absolute;
    margin-right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .l-header--koukou .l-header__cvflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-header--koukou .l-header__cvflex .c-btn-koukou:first-of-type {
    width: calc(50% - 5px);
  }
  .l-header--koukou .l-header__cvflex .c-btn-koukou:first-of-type a {
    padding-right: 15px;
    -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.13);
            box-shadow: 0 5px 6px rgba(0, 0, 0, 0.13);
  }
  .l-header--koukou .l-header__cvflex .c-btn-koukou:last-of-type {
    width: calc(50% - 5px);
  }
  .l-header--koukou .l-header__cvflex .c-btn-koukou:last-of-type a {
    padding-right: 15px;
    -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.13);
            box-shadow: 0 5px 6px rgba(0, 0, 0, 0.13);
  }
  .l-header--koukou .l-header__title {
    display: none;
  }
  .l-header--koukou .l-header__logo img {
    width: 35%;
    margin: 14px 0 14px 20px;
  }
  .l-header--koukou .l-header__menubtn {
    display: block;
    position: fixed;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: #2a305c;
    border-radius: 25px;
    -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
    z-index: 2;
  }
  .l-header--koukou .l-header__menubtn a {
    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;
    width: 40px;
    height: 40px;
    border-radius: 25px;
  }
  .l-header--koukou .l-header__menubtn img {
    width: 17px;
  }
}

.l-header--2024 {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-top: 0;
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-header--2024 {
    padding: 0;
    -webkit-transition: padding .3s ease;
    transition: padding .3s ease;
  }
  .l-header--2024__space {
    height: 90px;
  }
}
@media screen and (max-width: 767px) {
  .l-header--2024 {
    position: relative;
    border-bottom: 1px solid #ddd;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
  }
}
.l-header--2024__title {
  display: none;
}
.l-header--2024__inner {
  background-color: white;
}
@media screen and (min-width: 768px) {
  .l-header--2024__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 90px;
    padding: 0 30px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  }
}
.l-header--2024__btn, .l-header--2024__btn--youji, .l-header--2024__btn--shogaku, .l-header--2024__btn--chugaku, .l-header--2024__btn--koukou {
  position: absolute;
  top: 18px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: #333;
  border-radius: 25px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .l-header--2024__btn, .l-header--2024__btn--youji, .l-header--2024__btn--shogaku, .l-header--2024__btn--chugaku, .l-header--2024__btn--koukou {
    position: fixed;
    right: 20px;
    width: 40px;
    height: 40px;
    top: 12px;
  }
}
.l-header--2024__btn:hover, .l-header--2024__btn--youji:hover, .l-header--2024__btn--shogaku:hover, .l-header--2024__btn--chugaku:hover, .l-header--2024__btn--koukou:hover {
  opacity: .6;
}
.l-header--2024__btn a, .l-header--2024__btn--youji a, .l-header--2024__btn--shogaku a, .l-header--2024__btn--chugaku a, .l-header--2024__btn--koukou a {
  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;
  width: 50px;
  height: 50px;
  border-radius: 25px;
}
.l-header--2024__btn a img, .l-header--2024__btn--youji a img, .l-header--2024__btn--shogaku a img, .l-header--2024__btn--chugaku a img, .l-header--2024__btn--koukou a img {
  width: 17px;
}
@media screen and (max-width: 767px) {
  .l-header--2024__btn a, .l-header--2024__btn--youji a, .l-header--2024__btn--shogaku a, .l-header--2024__btn--chugaku a, .l-header--2024__btn--koukou a {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-header--2024__btn, .l-header--2024__btn--youji, .l-header--2024__btn--shogaku, .l-header--2024__btn--chugaku, .l-header--2024__btn--koukou {
    -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
  }
}
.l-header--2024__btn--youji {
  background-color: #14aa32;
}
.l-header--2024__btn--shogaku {
  background-color: #eb6000;
}
.l-header--2024__btn--chugaku {
  background-color: #0059ab;
}
.l-header--2024__btn--koukou {
  background-color: #2a305c;
}
.l-header--2024__logo img {
  width: 190px;
  height: 50px;
}
@media screen and (max-width: 980px) {
  .l-header--2024__logo img {
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .l-header--2024__logo img {
    width: 140px;
    height: 50px;
    margin: 7px 0 8px 15px;
  }
}
.l-header--2024__list-course {
  position: absolute;
  top: 20px;
  right: 90px;
}
@media screen and (max-width: 767px) {
  .l-header--2024__list-course {
    display: none;
  }
}
.l-header--2024__list-course a:hover {
  opacity: .6;
}
.l-header--2024__list-grade {
  position: relative;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .l-header--2024__list-grade {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  .l-header--2024__list-grade {
    margin-left: 15px;
  }
}
.l-header--2024__modal .modal-body > button.close, .l-header--2024__modal--shogaku .modal-body > button.close, .l-header--2024__modal--chugaku .modal-body > button.close, .l-header--2024__modal--koukou .modal-body > button.close {
  color: #14aa32;
  border-color: #14aa32;
}
.l-header--2024__modal .modal-body, .l-header--2024__modal--shogaku .modal-body, .l-header--2024__modal--chugaku .modal-body, .l-header--2024__modal--koukou .modal-body {
  padding: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .l-header--2024__modal .modal-body, .l-header--2024__modal--shogaku .modal-body, .l-header--2024__modal--chugaku .modal-body, .l-header--2024__modal--koukou .modal-body {
    padding: 15px;
  }
}
.l-header--2024__modal .site-logo, .l-header--2024__modal--shogaku .site-logo, .l-header--2024__modal--chugaku .site-logo, .l-header--2024__modal--koukou .site-logo {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .l-header--2024__modal .site-logo, .l-header--2024__modal--shogaku .site-logo, .l-header--2024__modal--chugaku .site-logo, .l-header--2024__modal--koukou .site-logo {
    padding: 0 0 8px;
  }
}
.l-header--2024__modal .site-logo a, .l-header--2024__modal--shogaku .site-logo a, .l-header--2024__modal--chugaku .site-logo a, .l-header--2024__modal--koukou .site-logo a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
}
.l-header--2024__modal .site-logo img, .l-header--2024__modal--shogaku .site-logo img, .l-header--2024__modal--chugaku .site-logo img, .l-header--2024__modal--koukou .site-logo img {
  height: 30px;
  width: auto;
}
.l-header--2024__modal .site-logo span, .l-header--2024__modal--shogaku .site-logo span, .l-header--2024__modal--chugaku .site-logo span, .l-header--2024__modal--koukou .site-logo span {
  display: none;
}
.l-header--2024__modal .modal-dialog .nav, .l-header--2024__modal--shogaku .modal-dialog .nav, .l-header--2024__modal--chugaku .modal-dialog .nav, .l-header--2024__modal--koukou .modal-dialog .nav {
  margin-bottom: 30px;
}
.l-header--2024__modal .modal-dialog .nav > li.grades, .l-header--2024__modal--shogaku .modal-dialog .nav > li.grades, .l-header--2024__modal--chugaku .modal-dialog .nav > li.grades, .l-header--2024__modal--koukou .modal-dialog .nav > li.grades {
  width: 100%;
  padding-top: 0;
}
.l-header--2024__modal .modal-dialog .nav > li.grades a, .l-header--2024__modal--shogaku .modal-dialog .nav > li.grades a, .l-header--2024__modal--chugaku .modal-dialog .nav > li.grades a, .l-header--2024__modal--koukou .modal-dialog .nav > li.grades a {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}
.l-header--2024__modal .modal-dialog .nav > li.grades a::after, .l-header--2024__modal--shogaku .modal-dialog .nav > li.grades a::after, .l-header--2024__modal--chugaku .modal-dialog .nav > li.grades a::after, .l-header--2024__modal--koukou .modal-dialog .nav > li.grades a::after {
  content: "\e080";
  float: right;
  font-family: 'Glyphicons Halflings';
  font-size: 14px;
  position: absolute;
  top: 35%;
  right: 0;
}
.l-header--2024__modal .modal-dialog .nav > li.grades .btn-grade, .l-header--2024__modal--shogaku .modal-dialog .nav > li.grades .btn-grade, .l-header--2024__modal--chugaku .modal-dialog .nav > li.grades .btn-grade, .l-header--2024__modal--koukou .modal-dialog .nav > li.grades .btn-grade {
  padding: 15px 0;
}
.l-header--2024__modal .modal-dialog .nav > li.grades .btn-grade p:nth-child(1), .l-header--2024__modal--shogaku .modal-dialog .nav > li.grades .btn-grade p:nth-child(1), .l-header--2024__modal--chugaku .modal-dialog .nav > li.grades .btn-grade p:nth-child(1), .l-header--2024__modal--koukou .modal-dialog .nav > li.grades .btn-grade p:nth-child(1) {
  font-size: 16px !important;
}
.l-header--2024__modal .modal-dialog .nav > li.grades .btn-grade p:nth-child(2), .l-header--2024__modal--shogaku .modal-dialog .nav > li.grades .btn-grade p:nth-child(2), .l-header--2024__modal--chugaku .modal-dialog .nav > li.grades .btn-grade p:nth-child(2), .l-header--2024__modal--koukou .modal-dialog .nav > li.grades .btn-grade p:nth-child(2) {
  font-size: 12px !important;
  color: #212121;
}
.l-header--2024__modal .modal-dialog .nav > li:not([class]), .l-header--2024__modal--shogaku .modal-dialog .nav > li:not([class]), .l-header--2024__modal--chugaku .modal-dialog .nav > li:not([class]), .l-header--2024__modal--koukou .modal-dialog .nav > li:not([class]) {
  width: 100%;
  border-bottom: 1px solid #c8c8c8;
}
.l-header--2024__modal .modal-dialog .nav > li:not([class]) a, .l-header--2024__modal--shogaku .modal-dialog .nav > li:not([class]) a, .l-header--2024__modal--chugaku .modal-dialog .nav > li:not([class]) a, .l-header--2024__modal--koukou .modal-dialog .nav > li:not([class]) a {
  display: block;
  width: 100%;
  padding: 10px 0;
  font: normal 14px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .08em;
  color: #212121;
  text-indent: 0;
  padding-left: 20px;
}
.l-header--2024__modal .modal-dialog .nav > li:not([class]) a:hover, .l-header--2024__modal--shogaku .modal-dialog .nav > li:not([class]) a:hover, .l-header--2024__modal--chugaku .modal-dialog .nav > li:not([class]) a:hover, .l-header--2024__modal--koukou .modal-dialog .nav > li:not([class]) a:hover {
  color: #212121;
}
.l-header--2024__modal .banner-btn, .l-header--2024__modal--shogaku .banner-btn, .l-header--2024__modal--chugaku .banner-btn, .l-header--2024__modal--koukou .banner-btn {
  display: block;
  max-width: 400px;
  margin: 0 auto;
}
.l-header--2024__modal .login-area, .l-header--2024__modal--shogaku .login-area, .l-header--2024__modal--chugaku .login-area, .l-header--2024__modal--koukou .login-area {
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .l-header--2024__modal .login-area, .l-header--2024__modal--shogaku .login-area, .l-header--2024__modal--chugaku .login-area, .l-header--2024__modal--koukou .login-area {
    padding: 0;
  }
}
.l-header--2024__modal .bnr-smile, .l-header--2024__modal--shogaku .bnr-smile, .l-header--2024__modal--chugaku .bnr-smile, .l-header--2024__modal--koukou .bnr-smile {
  border: 1px solid #c8c8c8;
  margin: 10px 20px 0;
}
.l-header--2024__modal .bnr-smile img, .l-header--2024__modal--shogaku .bnr-smile img, .l-header--2024__modal--chugaku .bnr-smile img, .l-header--2024__modal--koukou .bnr-smile img {
  width: 153px;
  height: auto;
  margin: 7px auto;
}
@media screen and (max-width: 767px) {
  .l-header--2024__modal .bnr-smile, .l-header--2024__modal--shogaku .bnr-smile, .l-header--2024__modal--chugaku .bnr-smile, .l-header--2024__modal--koukou .bnr-smile {
    margin: 10px 0 0;
  }
}
.l-header--2024__modal .nav > li > a:after, .l-header--2024__modal--shogaku .nav > li > a:after, .l-header--2024__modal--chugaku .nav > li > a:after, .l-header--2024__modal--koukou .nav > li > a:after {
  content: "\e080";
  float: right;
  font-family: 'Glyphicons Halflings';
  color: #333;
  margin-right: 11px;
  font-size: 14px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .l-header--2024--courseindex .l-header--2024 {
    position: absolute;
    background-color: transparent;
    border: none;
  }
}
@media screen and (min-width: 768px) {
  .l-header--2024--courseindex .l-header--2024 {
    padding: 30px;
    -webkit-transition: padding .3s ease;
    transition: padding .3s ease;
  }
  .l-header--2024--courseindex .l-header--2024 .l-header--2024__inner {
    border-radius: 6px;
  }
  .l-header--2024--courseindex .l-header--2024.is-fixed {
    padding: 15px;
  }
  .l-header--2024--courseindex .l-header--2024.is-fixed .l-header--2024__inner {
    border-radius: 6px;
  }
  .l-header--2024--courseindex .l-header--2024__space {
    height: 0;
  }
}

.l-header--2024__modal--shogaku .modal-body > button.close {
  color: #eb6000;
  border-color: #eb6000;
}
.l-header--2024__modal--shogaku .nav {
  border-top: 1px solid #c8c8c8;
}
.l-header--2024__modal--shogaku .btn-grade-new1st a {
  padding: 12px 0 12px 15px;
}
.l-header--2024__modal--shogaku .btn-grade-new1st.btn-grade-chu-new1st a::before {
  background-image: url(/shogaku/lib/images/icon_pikkari_grade-new1st-chu.svg) !important;
}
.l-header--2024__modal--shogaku .nav-change-grade > li > a:after,
.l-header--2024__modal--shogaku .nav > li > a:after {
  content: "\e080";
  float: right;
  font-family: 'Glyphicons Halflings';
  color: #333;
  margin-right: 11px;
  font-size: 14px;
  font-weight: normal;
}
.l-header--2024__modal--shogaku .nav-change-grade.ele > li > a::after {
  position: relative;
  right: 1px;
  top: 0;
  -webkit-transform: none;
          transform: none;
}
.l-header--2024__modal--shogaku .btn-grade-1st > a::after,
.l-header--2024__modal--shogaku .btn-grade-2nd > a::after,
.l-header--2024__modal--shogaku .btn-grade-3rd > a::after,
.l-header--2024__modal--shogaku .btn-grade-4th > a::after,
.l-header--2024__modal--shogaku .btn-grade-5th > a::after,
.l-header--2024__modal--shogaku .btn-grade-6th > a::after {
  right: 1px !important;
  top: 5px !important;
}
.l-header--2024__modal--shogaku .nav-change-grade.ele li.btn-grade-new1st > a::after {
  color: #77caf5;
}
.l-header--2024__modal--shogaku .nav-change-grade.ele li.btn-grade-1st > a::after {
  color: #f05096;
}
.l-header--2024__modal--shogaku .nav-change-grade.ele li.btn-grade-2nd > a::after {
  color: #f06e00;
}
.l-header--2024__modal--shogaku .nav-change-grade.ele li.btn-grade-3rd > a::after {
  color: #faaf05;
}
.l-header--2024__modal--shogaku .nav-change-grade.ele li.btn-grade-4th > a::after {
  color: #14aa32;
}
.l-header--2024__modal--shogaku .nav-change-grade.ele li.btn-grade-5th > a::after {
  color: #a53c96;
}
.l-header--2024__modal--shogaku .nav-change-grade.ele li.btn-grade-6th > a::after {
  color: #0082c8;
}
.l-header--2024__modal--shogaku .nav-change-grade.ele .btn-grade-new1st.btn-grade-chu-new1st > a::after {
  color: #5B8EA9;
}
@media screen and (min-width: 768px) {
  .l-header--2024__modal--shogaku .navbar-nav > li {
    float: none;
  }
  .l-header--2024__modal--shogaku .nav-change-grade li a:hover {
    background-color: #eee;
  }
}

.l-header--2024__modal--chugaku .modal-body > button.close {
  color: #0059ab !important;
  border-color: #0059ab;
}
.l-header--2024__modal--chugaku .nav {
  border-top: 1px solid #c8c8c8;
}
@media screen and (min-width: 768px) {
  .l-header--2024__modal--chugaku .nav {
    width: 100%;
  }
  .l-header--2024__modal--chugaku .navbar-nav > li {
    float: none;
  }
  .l-header--2024__modal--chugaku .nav-change-grade li a:hover {
    background-color: #eee;
  }
}
.l-header--2024__modal--chugaku .nav li a:after {
  content: "\e080";
  float: right;
  font-family: 'Glyphicons Halflings';
  color: #333;
  margin-right: 16px;
  font-size: 14px;
}
.l-header--2024__modal--chugaku .nav-change-grade.mid li.btn-grade-1st > a,
.l-header--2024__modal--chugaku .nav-change-grade.mid li.btn-grade-2nd > a,
.l-header--2024__modal--chugaku .nav-change-grade.mid li.btn-grade-3rd > a {
  font-size: 16px;
}
.l-header--2024__modal--chugaku .nav-change-grade.mid li.btn-grade-1st > a:after,
.l-header--2024__modal--chugaku .nav-change-grade.mid li.btn-grade-2nd > a:after,
.l-header--2024__modal--chugaku .nav-change-grade.mid li.btn-grade-3rd > a:after {
  margin-top: 7px;
}
.l-header--2024__modal--chugaku .nav-change-grade.mid li.btn-grade-new1st > a:after {
  color: #5B8EA9;
}
.l-header--2024__modal--chugaku .nav-change-grade.mid li.btn-grade-new1st.koukou > a:after {
  color: #414d7f;
}
@media screen and (max-width: 767px) {
  .l-header--2024__modal--chugaku .nav-change-grade.mid li a {
    padding: 9px 0 !important;
  }
}

.l-header--2024__modal--koukou .modal-body > button.close {
  color: #2a305c !important;
  border-color: #2a305c;
}
.l-header--2024__modal--koukou .nav {
  border-top: 1px solid #c8c8c8;
}
@media screen and (min-width: 768px) {
  .l-header--2024__modal--koukou .nav {
    width: 100%;
  }
  .l-header--2024__modal--koukou .navbar-nav > li {
    float: none;
  }
  .l-header--2024__modal--koukou .nav-change-grade li a:hover {
    background-color: #eee;
  }
}
.l-header--2024__modal--koukou .nav li a:after {
  content: "\e080";
  float: right;
  font-family: 'Glyphicons Halflings';
  color: #333;
  margin-right: 16px;
  font-size: 14px;
}
.l-header--2024__modal--koukou .nav-change-grade.mid li.btn-grade-1st > a,
.l-header--2024__modal--koukou .nav-change-grade.mid li.btn-grade-2nd > a,
.l-header--2024__modal--koukou .nav-change-grade.mid li.btn-grade-3rd > a {
  font-size: 16px;
}
.l-header--2024__modal--koukou .nav-change-grade.mid li.btn-grade-1st > a:after,
.l-header--2024__modal--koukou .nav-change-grade.mid li.btn-grade-2nd > a:after,
.l-header--2024__modal--koukou .nav-change-grade.mid li.btn-grade-3rd > a:after {
  margin-top: 7px;
}
.l-header--2024__modal--koukou .nav-change-grade.mid li.btn-grade-new1st > a:after {
  color: #5B8EA9;
}
.l-header--2024__modal--koukou .nav-change-grade.mid li.btn-grade-new1st.koukou > a:after {
  color: #414d7f;
}
@media screen and (max-width: 767px) {
  .l-header--2024__modal--koukou .nav-change-grade.mid li a {
    padding: 9px 0 !important;
  }
}
.l-header--2024__modal--koukou .l-header__nav:nth-of-type(1) {
  border-top: 1px solid #ddd;
}
.l-header--2024__modal--koukou .l-header__nav li a {
  display: block;
  padding: 15px 10px;
  border-bottom: 1px solid #ddd;
}

.l-top-header {
  border-bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  padding: 0;
  position: relative;
}
.l-top-header .l-header__menubtn {
  display: block !important;
}
.l-top-header .l-header__nav li {
  border-bottom: solid 1px #c8c8c8;
}
.l-top-header .l-header__nav li:first-child {
  border-top: solid 1px #c8c8c8;
}
.l-top-header .l-header__nav li a {
  display: block;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  color: #333;
  font: normal 14px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
}
.l-top-header .l-header__nav li a:hover {
  opacity: .6;
}
.l-top-header .l-header__shiryo a {
  padding-left: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.13);
          box-shadow: 0 5px 6px rgba(0, 0, 0, 0.13);
  position: relative;
}
@media screen and (max-width: 470px) {
  .l-top-header .l-header__shiryo a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding-left: 30%;
  }
}
.l-top-header .l-header__shiryo img {
  max-width: 120px;
  width: 29%;
  -webkit-transform: none;
          transform: none;
  top: 0;
  left: 5px;
  position: absolute;
  margin-right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-top-header .l-header__cvflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.l-top-header .l-header__cvflex .c-btn-koukou:first-of-type {
  width: calc((100% - 10px)/2);
}
.l-top-header .l-header__cvflex .c-btn-koukou:first-of-type a {
  padding-right: 15px;
  -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.13);
          box-shadow: 0 5px 6px rgba(0, 0, 0, 0.13);
}
.l-top-header .l-header__cvflex .c-btn-koukou:last-of-type {
  width: calc((100% - 10px)/2);
}
.l-top-header .l-header__cvflex .c-btn-koukou:last-of-type a {
  padding-right: 15px;
  -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.13);
          box-shadow: 0 5px 6px rgba(0, 0, 0, 0.13);
}
.l-top-header__title {
  display: none;
}
.l-top-header__logo {
  top: 20px;
  left: 20px;
  z-index: 2;
  position: relative;
  display: inline-block;
}
.l-top-header__logo img {
  height: 40px;
}
.l-top-header__btn {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: #142140;
  border-radius: 25px;
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.l-top-header__btn a {
  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;
  width: 50px;
  height: 50px;
  border-radius: 25px;
}
.l-top-header__btn img {
  width: 17px;
}
@media screen and (min-width: 768px) {
  .l-top-header {
    position: relative;
    margin: 0 auto;
    max-width: 100%;
  }
  .l-top-header__logo {
    top: 30px;
    left: 70px;
  }
  .l-top-header__logo img {
    height: 50px;
  }
}
@media screen and (min-width: 1500px) {
  .l-top-header__logo {
    top: 30px;
    left: 70px;
  }
  .l-top-header__logo img {
    height: 60px;
  }
}
@media screen and (min-width: 2000px) {
  .l-top-header__logo {
    top: 30px;
    left: 70px;
  }
  .l-top-header__logo img {
    height: 80px;
  }
}
@media screen and (min-width: 1000px) {
  .l-top-header__btn {
    top: 40px;
    right: 70px;
  }
}
.l-top-header .btn-login-mid {
  width: 100%;
}
.l-top-header .bnr-smile img {
  width: 153px;
  height: auto;
  margin: 7px auto;
}

header .sp-nav h1.site-logo {
  margin-bottom: 20px;
}

header .sp-nav h1.site-logo img {
  width: auto;
  height: 30px;
}

header .sp-nav h1.site-logo > span {
  display: none;
}

header .sp-nav .nav {
  margin-top: 0;
}

header .sp-nav .nav > li {
  border-bottom: solid 1px #c8c8c8;
}

header .sp-nav .nav > li:first-child {
  border-top: solid 1px #c8c8c8;
}

header .sp-nav .nav a {
  color: #000;
}

header .sp-nav .nav > li > a:hover,
header .sp-nav .nav > li > a:focus {
  background-color: transparent;
}

header .sp-nav .nav > li > a:after {
  color: #ed7019;
  content: "\e080";
  float: right;
  font-family: 'Glyphicons Halflings';
}

header .sp-nav .nav > li > a[aria-expanded="true"]:after {
  content: "\e114";
}

header .sp-nav .nav > li > ul {
  /*		background: #AFE6E1;*/
  border-top: solid 1px #c8c8c8;
  margin-top: 0;
  margin-bottom: 0;
}

header .sp-nav .nav > li > ul > li {
  border-bottom: solid 1px #c8c8c8;
}

header .sp-nav .nav > li > ul > li:last-child {
  border-bottom: none;
}

header .sp-nav .nav > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 15px 10px 30px;
}

header .sp-nav .nav > li > ul > li > a:after {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #19B6A9;
  content: "\e080";
  font-family: 'Glyphicons Halflings';
}

header .sp-nav .nav > li > ul > li > a span {
  display: block;
  margin-top: 5px;
  color: #898989;
}

/* 画像bnr */
.btn-img-bnr::after {
  content: "" !important;
}

.btn-img-bnr > img {
  width: 100%;
}

.nav-change-grade {
  margin-bottom: 0;
}

.site-logo + .nav-change-grade.list-unstyled {
  border-top: solid 1px #c8c8c8;
}

.nav-change-grade li {
  border-right: solid 1px #c8c8c8;
  border-bottom: solid 1px #c8c8c8;
  width: 33.33333333%;
  margin-bottom: 0;
  float: left;
}

.nav-change-grade.without-new1st li.btn-grade-1st,
.nav-change-grade.without-new1st li.btn-grade-2nd,
.nav-change-grade.without-new1st li.btn-grade-3rd {
  border-top: solid 1px #c8c8c8;
}

.nav-change-grade li.btn-grade-new1st,
.nav-change-grade li.btn-grade-3rd,
.nav-change-grade li.btn-grade-6th,
.nav-change-grade li.btn-grade-nencho {
  border-right: none;
}

.nav-change-grade li.btn-grade-new1st {
  width: 100%;
  float: none;
}

.site-logo + .nav-change-grade li.btn-grade-new1st {
  border-top: solid 1px #c8c8c8;
}

.nav-change-grade li > a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 7px 0 7px 15px;
}

.nav-change-grade.ele li > a > i {
  font-size: 24px;
  vertical-align: -1px;
}

.nav-change-grade.ele li > a {
  padding-left: 42px;
  /* 背景ベタ */
  font-family: 'GenJyuuGothic';
  -webkit-transform: rotate(0.1deg);
          transform: rotate(0.1deg);
}

/* [小学：学年別] */
.nav-change-grade.ele li.btn-grade-new1st > a {
  letter-spacing: -1px;
}

.nav-change-grade.ele li.btn-grade-1st > a {
  letter-spacing: -3px;
}

.nav-change-grade.ele li.btn-grade-new1st > a {
  color: #77caf5;
}

.nav-change-grade.ele li.btn-grade-1st > a {
  color: #f05096;
}

.nav-change-grade.ele li.btn-grade-2nd > a {
  color: #f06e00;
}

.nav-change-grade.ele li.btn-grade-3rd > a {
  color: #faaf05;
}

.nav-change-grade.ele li.btn-grade-4th > a {
  color: #14aa32;
}

.nav-change-grade.ele li.btn-grade-5th > a {
  color: #a53c96;
}

.nav-change-grade.ele li.btn-grade-6th > a {
  color: #0082c8;
}

/* 「4月から」表記 */
/* .nav-change-grade.ele li > a {color: #fff}
.nav-change-grade.ele li.btn-grade-1st {background-color: #f05096;border-color: #fff;border-width: 2px;}
.nav-change-grade.ele li.btn-grade-2nd {background-color: #f06e00;border-color: #fff;border-width: 2px;}
.nav-change-grade.ele li.btn-grade-3rd {background-color: #faaf05;border-color: #fff;border-width: 2px;}
.nav-change-grade.ele li.btn-grade-4th {background-color: #14aa32;border-color: #fff;border-width: 2px;}
.nav-change-grade.ele li.btn-grade-5th {background-color: #a53c96;border-color: #fff;border-width: 2px;}
.nav-change-grade.ele li.btn-grade-6th {background-color: #0082c8;border-color: #fff;border-width: 2px;} */
.nav-change-grade.ele li > a:before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 0;
  left: 8px;
  width: 28px;
  height: 28px;
  margin: auto 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.nav-change-grade.ele li.btn-grade-new1st > a:before {
  background-image: url(/shogaku/lib/images/icon_pikkari_grade-new1st.svg);
}

.nav-change-grade.ele li.btn-grade-1st > a:before {
  background-image: url(/shogaku/lib/images/icon_pikkari_grade-1st.svg);
}

.nav-change-grade.ele li.btn-grade-2nd > a:before {
  background-image: url(/shogaku/lib/images/icon_pikkari_grade-2nd.svg);
}

.nav-change-grade.ele li.btn-grade-3rd > a:before {
  background-image: url(/shogaku/lib/images/icon_pikkari_grade-3rd.svg);
}

.nav-change-grade.ele li.btn-grade-4th > a:before {
  background-image: url(/shogaku/lib/images/icon_pikkari_grade-4th.svg);
}

.nav-change-grade.ele li.btn-grade-5th > a:before {
  background-image: url(/shogaku/lib/images/icon_pikkari_grade-5th.svg);
}

.nav-change-grade.ele li.btn-grade-6th > a:before {
  background-image: url(/shogaku/lib/images/icon_pikkari_grade-6th.svg);
}

/* 「4月から」表記 */
/* .nav-change-grade.ele li.btn-grade-1st > a:before    { background-image: url(/shogaku/lib/images/icon_pikkari_grade-1st_20190404.svg); }
.nav-change-grade.ele li.btn-grade-2nd > a:before    { background-image: url(/shogaku/lib/images/icon_pikkari_grade-2nd_20190404.svg); }
.nav-change-grade.ele li.btn-grade-3rd > a:before    { background-image: url(/shogaku/lib/images/icon_pikkari_grade-3rd_20190404.svg); }
.nav-change-grade.ele li.btn-grade-4th > a:before    { background-image: url(/shogaku/lib/images/icon_pikkari_grade-4th_20190404.svg); }
.nav-change-grade.ele li.btn-grade-5th > a:before    { background-image: url(/shogaku/lib/images/icon_pikkari_grade-5th_20190404.svg); }
.nav-change-grade.ele li.btn-grade-6th > a:before    { background-image: url(/shogaku/lib/images/icon_pikkari_grade-6th_20190404.svg); } */
/* [中学:学年別] */
.nav-change-grade.mid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.nav-change-grade.mid li > a > i {
  /* font-size: 21px; */
  font-size: 1.5em;
  vertical-align: -1px;
}

.nav-change-grade.mid li > a {
  /* font-size: 14px; */
  font-size: 3.5vw;
  padding: 9px 0 9px 10px;
  text-align: center;
}

.nav-change-grade.mid li.btn-grade-new1st > a {
  color: #5B8EA9;
  font-size: 16px;
}

.nav-change-grade.mid li.btn-grade-1st > a,
.nav-change-grade.mid li.btn-grade-1st > a::after {
  color: #728cba;
}

.nav-change-grade.mid li.btn-grade-2nd > a,
.nav-change-grade.mid li.btn-grade-2nd > a::after {
  color: #df7f3a;
}

.nav-change-grade.mid li.btn-grade-3rd > a,
.nav-change-grade.mid li.btn-grade-3rd > a::after {
  color: #6fb16b;
}

header .bnr-smile {
  /*display: none;*/
  border: 1px solid #c8c8c8;
  margin: 10px 0 0;
}

/* [幼児] */
.nav-change-grade li.btn-grade-nenchu, .nav-change-grade li.btn-grade-nencho {
  width: 50%;
}

.nav-change-grade.pre li > a > i {
  font-size: 21px;
  vertical-align: -1px;
}

.nav-change-grade.pre li > a {
  font-size: 16px;
  padding: 9px 10px;
}

.nav-change-grade.pre li.btn-grade-nenchu > a {
  color: #F5AA10;
}

.nav-change-grade.pre li.btn-grade-nencho > a {
  color: #1C8DCB;
}

header .bnr-smile {
  /*display: none;*/
  border: 1px solid #c8c8c8;
  margin: 10px 0 0;
}

.modal-body > button.close--chugaku {
  border-color: #0059ab !important;
  color: #0059ab !important;
}

/* 
-幼児用の基本レイアウト
基本的なフォントの設定以外は、余白などレイアウトに関するスタイルのみ記述してください。
色の変更などは個別のパーツもしくはプロジェクトで変更をお願いします。
*/
.l-y-article {
  position: relative;
  background: url(/youji/local/images/bg_tile.png) left center;
}
.l-y-article--nobk {
  position: relative;
  background: none;
}
.l-y-article__main, .l-y-article__main--single {
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .l-y-article__main, .l-y-article__main--single {
    padding: 90px 0;
  }
}
@media screen and (max-width: 767px) {
  .l-y-article__main, .l-y-article__main--single {
    width: 100%;
  }
}
.l-y-article__main--single {
  max-width: 470px;
}
.l-y-article__main--hasbanner {
  max-width: 470px;
}
@media screen and (max-width: 767px) {
  .l-y-article__main--hasbanner .p-y-article__block {
    padding: 80px 20px 100px;
  }
  .l-y-article__main--hasbanner .p-y-article__block:before {
    content: none;
  }
}
.l-y-article__intro {
  margin: 0 auto;
  width: 90%;
  max-width: 1000px;
  text-align: center;
  padding: 60px 0 0;
}
.l-y-article__intro > p {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
  font: 400 14px/1.8 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .l-y-article__intro {
    width: 100%;
    padding: 40px 20px 0;
  }
}
.l-y-article__block, .l-y-article__block--nowave {
  width: calc((100% - 40px - 3px)/2);
  max-width: 470px;
}
.l-y-article__block > p, .l-y-article__block--nowave > p {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
  font: 400 14px/1.8 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: 0;
}
.l-y-article__block .c-img, .l-y-article__block--nowave .c-img {
  text-align: center;
}
.l-y-article__block figure video, .l-y-article__block--nowave figure video,
.l-y-article__block figure img,
.l-y-article__block--nowave figure img {
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .l-y-article__block figure, .l-y-article__block--nowave figure {
    margin: 40px 0 50px;
  }
}
@media screen and (min-width: 768px) {
  .l-y-article__block figure, .l-y-article__block--nowave figure {
    margin: 30px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-y-article__block figure, .l-y-article__block--nowave figure {
    position: relative;
    margin: 30px -20px 40px;
  }
}
.l-y-article__block figure.hasvideo, .l-y-article__block--nowave figure.hasvideo {
  position: relative;
}
.l-y-article__block figure.hasvideo video, .l-y-article__block--nowave figure.hasvideo video {
  position: relative;
  vertical-align: bottom;
  -webkit-filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
          filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
}
.l-y-article__block figure.hasvideo:before, .l-y-article__block--nowave figure.hasvideo:before {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid white;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-y-article__block, .l-y-article__block--nowave {
    width: 100%;
    padding: 100px 35px;
    position: relative;
  }
  .l-y-article__block:before, .l-y-article__block--nowave:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 7px;
    background: url(/youji/local/images/line_wave_06.png) repeat-x top left;
    background-size: 450px auto;
  }
}
.l-y-article__block .p-title-y04, .l-y-article__block--nowave .p-title-y04 {
  margin-bottom: 10px;
}
.l-y-article__block--nowave:before {
  content: none;
}
@media screen and (max-width: 767px) {
  .l-y-article__block--topintro {
    padding: 65px 30px;
  }
}
.l-y-article__block.nowave::before, .nowave.l-y-article__block--nowave::before {
  content: none;
}
@media screen and (min-width: 768px) {
  .l-y-article__block.other, .other.l-y-article__block--nowave {
    margin-bottom: 70px;
  }
  .l-y-article__block.other:nth-last-of-type(1), .other.l-y-article__block--nowave:nth-last-of-type(1), .l-y-article__block.other:nth-last-of-type(2), .other.l-y-article__block--nowave:nth-last-of-type(2) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-y-article__block.other, .other.l-y-article__block--nowave {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .l-y-article__block.other:nth-of-type(1), .other.l-y-article__block--nowave:nth-of-type(1) {
    padding-top: 65px;
  }
  .l-y-article__block.other:last-of-type, .other.l-y-article__block--nowave:last-of-type {
    padding-bottom: 100px;
  }
}
.l-y-article__block--center {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-y-article__col1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-s-article {
  padding: 0 0 100px;
}
.l-s-article__main {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.l-s-article--col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-s-article__title + .l-s-article__block {
  margin-top: 70px;
}
.l-s-article__block {
  max-width: 1040px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
.l-s-article__block + .l-s-article__block {
  margin-top: 70px;
}
.l-s-article__block figure {
  max-width: 550px;
  margin: 0 auto;
}
.l-s-article__block figure video {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .l-s-article__txt {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.l-s-article__txt .c-list-label01 {
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .l-s-article__txt .c-list-label01 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-s-article__txt .p-title-s03, .l-s-article__txt .p-title-s03--center {
    text-align: left;
  }
}
.l-s-article__txt .p-title-s03 + p, .l-s-article__txt .p-title-s03--center + p {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .l-s-article__txt .p-title-s03 + p, .l-s-article__txt .p-title-s03--center + p {
    margin-top: 18px;
  }
}
@media screen and (min-width: 768px) {
  .l-s-article__txt .c-button-more {
    width: 450px;
    margin: 0 auto;
  }
}
.l-s-article__txt > p {
  font: 400 14px/1.8 YakuHanJP, "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .l-s-article__txt > p {
    width: 450px;
    margin: 0 auto;
  }
}
.l-s-article__txt + figure {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .l-s-article__txt + figure {
    margin-top: 25px;
  }
}

/* 
-中学用の基本レイアウト
基本的なフォントの設定以外は、余白などレイアウトに関するスタイルのみ記述してください。
色の変更などは個別のパーツもしくはプロジェクトで変更をお願いします。
*/
.l-c-article__intro {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 20px;
}
.l-c-article__intro p {
  font: 400 14px/1.8 YakuHanJP, "Noto Sans JP", sans-serif;
  color: #333;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .l-c-article__intro p.u-text--center {
    text-align: left;
  }
}
.l-c-article__main {
  position: relative;
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-c-article__block {
  width: 100%;
  max-width: calc((100% - 40px - 3px)/2);
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .l-c-article__block {
    max-width: 100%;
  }
}
.l-c-article__block p {
  font: 400 14px/1.8 YakuHanJP, "Noto Sans JP", sans-serif;
  color: #333;
  letter-spacing: 0;
}
.l-c-article__block .c-img,
.l-c-article__block .u-frame {
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .l-c-article__block .c-img,
  .l-c-article__block .u-frame {
    margin: 20px -20px 20px;
    width: calc(100% + 40px);
  }
}
@media screen and (max-width: 767px) {
  .l-c-article__block .c-img img {
    max-width: 100vw;
    width: calc(100% + 40px);
  }
  .l-c-article__block .c-img.hasp {
    margin: 20px 0;
    width: 100%;
  }
  .l-c-article__block .c-img.hasp img {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .l-c-article__block:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-c-article__block:last-of-type {
    margin-bottom: 0;
  }
}
.l-c-article__block--center {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-c-article__block--wide {
  width: 100%;
}
.l-c-article__block--intro {
  width: 100%;
}
.l-c-article__block--intro p {
  text-align: center;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .l-c-article__block--intro p {
    text-align: left;
    padding: 30px 0 40px;
  }
}
.l-c-article__label {
  margin-bottom: 13px;
}
.l-c-article--price {
  background: rgba(0, 89, 171, 0.03);
}
.l-c-article--price .l-c-article__block > p {
  font: 500 26px/1.5 YakuHanJP, "Noto Sans JP", sans-serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-c-article--price .l-c-article__block > p {
    font-size: 18px;
  }
}
.l-c-article--price .l-c-article__block > p + p {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .l-c-article--price .l-c-article__block > p + p {
    margin-top: 10px;
  }
}

.l-k-article, .l-k-article--wide, .l-k-article--wide-pc-small, .l-k-article--pc-small {
  width: 100%;
  max-width: 1040px;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  /*
   * キービジュアル
   */
  /*
   * 導入文
   */
  /*
   * アンカー
   */
}
@media screen and (min-width: 768px) {
  .l-k-article, .l-k-article--wide, .l-k-article--wide-pc-small, .l-k-article--pc-small {
    padding: 50px 20px !important;
  }
}
.l-k-article p, .l-k-article--wide p, .l-k-article--wide-pc-small p, .l-k-article--pc-small p {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}
.l-k-article--wide, .l-k-article--wide-pc-small {
  max-width: 100%;
  padding: 20px 0;
}
.l-k-article--wide__inner {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}
.l-k-article--wide-pc-small .l-k-article--wide__inner {
  max-width: 790px;
}
.l-k-article--pagetitle {
  width: 100%;
  text-align: center;
  background-color: #1F3058;
}
.l-k-article--pagetitle h1 {
  font: bold 32px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
  color: white;
  padding: 36px;
}
@media screen and (min-width: 768px) {
  .l-k-article--pagetitle h1 {
    padding: 50px;
  }
}
.l-k-article--pc-small {
  max-width: 790px;
}
.l-k-article--shiryo {
  padding: 0 10px;
}
.l-k-article--shiryo-inner {
  max-width: 550px;
  margin: 0 auto;
  background-color: #EEFFED;
  border-radius: 10px;
  padding: 30px 20px;
}
.l-k-article--shiryo-inner .c-img {
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}
.l-k-article--kv {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.l-k-article--intro {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .l-k-article--intro {
    padding: 40px;
  }
}
.l-k-article--intro p {
  font: normal 14px/1.75 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .08em;
  color: #333;
}
@media screen and (min-width: 768px) {
  .l-k-article--intro p {
    text-align: center;
  }
}
.l-k-article--anchor {
  padding: 50px 20px 65px;
  background-image: url(/koukou/lib/images/pattern-cube.png);
  text-align: center;
}
.l-k-article--anchor .list-anchor {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 750px;
  width: 100%;
}
.l-k-article--anchor .list-anchor li {
  margin-bottom: 10px;
}
.l-k-article--anchor .list-anchor li a {
  position: relative;
  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;
  height: 70px;
  border-radius: 10px;
  font: bold 18px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  color: white;
  padding-bottom: 10px;
  background: #2a305c;
}
.l-k-article--anchor .list-anchor li a img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 12px;
  bottom: 12px;
}
.l-k-article--anchor .list-anchor li a:hover {
  opacity: .8;
}
@media screen and (min-width: 768px) {
  .l-k-article--anchor .list-anchor.col2 li {
    width: calc(25% - 5px);
  }
}
@media screen and (max-width: 767px) {
  .l-k-article--anchor .list-anchor.col2 li {
    width: calc(50% - 5px);
  }
}
.l-k-article--anchor .list-anchor.col3 li {
  width: calc(33% - 5px);
}
.l-k-article--common + .l-k-article--common {
  margin-top: 125px;
}
.l-k-article--conclution {
  max-width: 450px;
  width: 100%;
  padding: 0 20px;
  margin: 100px auto;
  margin-left: auto;
  margin-right: auto;
}
.l-k-article--circle {
  max-width: 550px;
  width: 100%;
  margin: 50px auto 50px;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.l-k-article--circle-contents {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  padding: 0 20px;
}
.l-k-article--circle-bk {
  max-width: 550px;
  width: 100vw;
  margin-left: -20px;
  text-align: center;
  overflow: hidden;
}
.l-k-article--circle-bk img {
  width: 120%;
  max-width: none;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-k-article--circle-bk {
    overflow: visible;
  }
  .l-k-article--circle-bk img {
    width: 100%;
  }
}
.l-k-article__heading {
  position: relative;
  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;
  width: 100%;
  background: #2a305c;
}
.l-k-article__heading .text {
  padding: 60px 0 50px;
}
.l-k-article__heading .text p {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 5px;
  font: 500 14px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .08em;
  color: #2a305c;
  background: white;
  padding: 5px 15px 6px;
  border-radius: 5px;
}
.l-k-article__heading .text h1, .l-k-article__heading .text h2, .l-k-article__heading .text h3, .l-k-article__heading .text h4, .l-k-article__heading .text h5 {
  text-align: center;
  color: white;
  font: 500 27px/1.5 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .08em;
}
@media screen and (min-width: 768px) {
  .l-k-article__heading .text h1, .l-k-article__heading .text h2, .l-k-article__heading .text h3, .l-k-article__heading .text h4, .l-k-article__heading .text h5 {
    font-size: 30px;
  }
}
.l-k-article__heading .icon {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 90px;
  top: -45px;
}
.l-k-article__kv {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.l-k-article__main {
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.l-k-article__main p {
  font: normal 14px/1.75 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .08em;
  color: #333;
}

.l-om-article {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-om-article {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.l-om-article--wide, .l-om-article--wide-pc-small {
  max-width: 100%;
  padding: 20px 0;
}
.l-om-article--wide__inner {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}
.l-om-article--wide-pc-small .l-om-article--wide__inner {
  max-width: 790px;
}
.l-om-article--pankuzu, .l-om-article--pankuzu-footer-k, .l-om-article--pankuzu-footer-c, .l-om-article--pankuzu-footer-s, .l-om-article--pankuzu-footer-y {
  padding: 13px 20px 13px;
}
.l-om-article--pankuzu p, .l-om-article--pankuzu-footer-k p, .l-om-article--pankuzu-footer-c p, .l-om-article--pankuzu-footer-s p, .l-om-article--pankuzu-footer-y p {
  max-width: 1000px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  color: white;
  line-height: 1;
}
.l-om-article--pankuzu p a, .l-om-article--pankuzu-footer-k p a, .l-om-article--pankuzu-footer-c p a, .l-om-article--pankuzu-footer-s p a, .l-om-article--pankuzu-footer-y p a {
  color: white;
}
.l-om-article--pankuzu p a:hover, .l-om-article--pankuzu-footer-k p a:hover, .l-om-article--pankuzu-footer-c p a:hover, .l-om-article--pankuzu-footer-s p a:hover, .l-om-article--pankuzu-footer-y p a:hover {
  opacity: .6;
}
.l-om-article--pankuzu p a:hover img, .l-om-article--pankuzu-footer-k p a:hover img, .l-om-article--pankuzu-footer-c p a:hover img, .l-om-article--pankuzu-footer-s p a:hover img, .l-om-article--pankuzu-footer-y p a:hover img {
  opacity: 1 !important;
}
.l-om-article--pankuzu p a img, .l-om-article--pankuzu-footer-k p a img, .l-om-article--pankuzu-footer-c p a img, .l-om-article--pankuzu-footer-s p a img, .l-om-article--pankuzu-footer-y p a img {
  vertical-align: -3px;
  margin-right: 3px;
  height: 17px;
}
.l-om-article--pankuzu p > img, .l-om-article--pankuzu-footer-k p > img, .l-om-article--pankuzu-footer-c p > img, .l-om-article--pankuzu-footer-s p > img, .l-om-article--pankuzu-footer-y p > img {
  margin: 0 10px;
  vertical-align: -1px;
}
@media screen and (max-width: 767px) {
  .l-om-article--pankuzu p, .l-om-article--pankuzu-footer-k p, .l-om-article--pankuzu-footer-c p, .l-om-article--pankuzu-footer-s p, .l-om-article--pankuzu-footer-y p {
    padding: 0;
  }
}
.l-om-article--pankuzu-footer-k p {
  color: #2a305c;
}
.l-om-article--pankuzu-footer-k p a {
  color: #2a305c;
}
.l-om-article--pankuzu-footer-c p {
  color: #276DB0;
}
.l-om-article--pankuzu-footer-c p a {
  color: #276DB0;
}
.l-om-article--pankuzu-footer-s p {
  color: #0BB5CC;
}
.l-om-article--pankuzu-footer-s p a {
  color: #0BB5CC;
}
.l-om-article--pankuzu-footer-y p {
  color: #4AAFA0;
}
.l-om-article--pankuzu-footer-y p a {
  color: #4AAFA0;
}
.l-om-article__intro p {
  font: normal 16px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-om-article__intro p {
    text-align: left;
  }
}
.l-om-article__main ul > li > p, .l-om-article__main > p {
  font: normal 14px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .08em;
}
.l-om-article__main ul > li > p a, .l-om-article__main > p a {
  color: #19b6a9;
  text-decoration: underline;
}
.l-om-article__main ul > li > p a:hover, .l-om-article__main ul > li > p a:focus, .l-om-article__main > p a:hover, .l-om-article__main > p a:focus {
  color: #8cdbd4;
  text-decoration: none;
}
.l-om-article__main ul > li > p a:visited, .l-om-article__main > p a:visited {
  color: #006477;
}
.l-om-article__main ul > li > p b, .l-om-article__main > p b {
  font-weight: bold;
}
.l-om-article__main > figure {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
.l-om-article__main > figure img {
  -webkit-box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.3);
  vertical-align: bottom;
}
.l-om-article__main > figure img.no-boxshadow {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 767px) {
  .l-om-article__main > figure {
    max-width: 100%;
  }
}
.l-om-article__main .c-list-num li a {
  color: #19b6a9;
  text-decoration: underline;
}
.l-om-article__main .c-list-num li a:hover, .l-om-article__main .c-list-num li a:focus {
  color: #8cdbd4;
  text-decoration: none;
}
.l-om-article__main .c-list-num li a:visited {
  color: #006477;
}
.l-om-article__block {
  border: 1px solid black;
}
.l-om-article__block-title {
  border-bottom: 1px solid black;
  padding: 10px 15px;
  font: bold 18px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
}
.l-om-article__block-flex {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .l-om-article__block-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-om-article__block-item {
  max-width: 350px;
  width: 100%;
  padding: 20px;
}
.l-om-article__block-item h3 {
  font: bold 16px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  margin-bottom: 10px;
  text-align: center;
}
.l-om-article__block--y {
  padding: 10px;
  border: 1px solid #4AAFA0;
}
.l-om-article__block--y a, .l-om-article__block--y p {
  font: normal 14px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .08em;
}
.l-om-article__block--c {
  padding: 10px;
  border: 1px solid #276DB0;
}
.l-om-article__block--c a, .l-om-article__block--c p {
  font: normal 14px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .08em;
}
.l-om-article__block--s {
  padding: 10px;
  border: 1px solid #0BB5CC;
}
.l-om-article__block--s a, .l-om-article__block--s p {
  font: normal 14px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .08em;
}
.l-om-article__fleximg, .l-om-article__fleximg-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-om-article__fleximg figure, .l-om-article__fleximg-small figure {
  width: calc(50% - 10px);
  max-width: 100%;
  margin: 5px;
}
.l-om-article__fleximg figure img, .l-om-article__fleximg-small figure img {
  -webkit-box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.3);
  vertical-align: bottom;
}
.l-om-article__fleximg figure img.no-boxshadow, .l-om-article__fleximg-small figure img.no-boxshadow {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 767px) {
  .l-om-article__fleximg figure, .l-om-article__fleximg-small figure {
    width: 100%;
    padding: 5px 0;
  }
}
.l-om-article__fleximg-small figure {
  width: 400px;
  margin: 5px;
}
@media screen and (max-width: 767px) {
  .l-om-article__fleximg-small figure {
    width: 100%;
  }
}
.l-om-article__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-om-article__flex-item {
  max-width: 400px;
  width: 100%;
  padding: 10px;
}
.l-om-article__flex-item .l-om-article__slider img,
.l-om-article__flex-item img {
  -webkit-box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.3);
  vertical-align: bottom;
}
.l-om-article__flex-item .l-om-article__slider img.no-boxshadow,
.l-om-article__flex-item img.no-boxshadow {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 767px) {
  .l-om-article__flex-item {
    padding: 0;
    margin-bottom: 20px;
  }
}
.l-om-article__error {
  padding: 15px;
  background-color: #f2dede;
}
@media screen and (max-width: 767px) {
  .l-om-article__error {
    padding: 10px;
  }
}
.l-om-article__attention {
  padding: 20px;
  border: 1px solid #276db0;
}
.l-om-article__attention h4 {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 7px 15px;
  font: bold 14px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  color: white;
  background: red;
}
.l-om-article__attention p {
  font: normal 14px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
  margin-top: 10px;
}
.l-om-article__table {
  width: 100%;
}
.l-om-article__table tbody tr {
  border: 1px solid #ddd;
}
.l-om-article__table tbody tr th, .l-om-article__table tbody tr td {
  padding: 20px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .l-om-article__table tbody tr th, .l-om-article__table tbody tr td {
    display: block;
    padding: 15px 10px;
  }
}
.l-om-article__table tbody tr th {
  width: 240px;
  font: bold 14px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
  background: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .l-om-article__table tbody tr th {
    width: 100%;
  }
}
.l-om-article__table tbody tr td {
  font: normal 14px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
}
.l-om-article__table tbody tr td a {
  color: #19b6a9;
  text-decoration: underline;
}
.l-om-article__table tbody tr td a:hover, .l-om-article__table tbody tr td a:focus {
  color: #8cdbd4;
  text-decoration: none;
}
.l-om-article__table tbody tr td a:visited {
  color: #006477;
}
.l-om-article__contact, .l-om-article__contact--noborder {
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  margin-top: 30px;
  padding: 30px;
  border-top: 2px solid white;
}
.l-om-article__contact > p, .l-om-article__contact--noborder > p {
  font: normal 14px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .l-om-article__contact, .l-om-article__contact--noborder {
    padding: 30px 20px;
  }
}
.l-om-article__contact--noborder {
  margin-top: 0;
  padding-top: 0;
  border: 0;
}
.l-om-article__pdf {
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  padding: 30px;
  background: white;
  border-radius: 10px;
}
.l-om-article__pdf-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-om-article__pdf-flex p {
  font: bold 24px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .l-om-article__pdf {
    padding: 30px 20px;
  }
}
.l-om-article__question, .l-om-article__question--c, .l-om-article__question--y, .l-om-article__question--s {
  background: white;
  padding: 20px;
  border-radius: 10px;
  cursor: pointer;
}
.l-om-article__question dt, .l-om-article__question--c dt, .l-om-article__question--y dt, .l-om-article__question--s dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-om-article__question dt.closed, .l-om-article__question--c dt.closed, .l-om-article__question--y dt.closed, .l-om-article__question--s dt.closed {
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}
.l-om-article__question dt span, .l-om-article__question--c dt span, .l-om-article__question--y dt span, .l-om-article__question--s dt span {
  font: bold 20px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  color: #0039BE;
  margin-right: 15px;
  padding-top: 5px;
}
.l-om-article__question dt h2, .l-om-article__question--c dt h2, .l-om-article__question--y dt h2, .l-om-article__question--s dt h2 {
  font-size: 18px;
  font-weight: bold;
}
.l-om-article__question dt p, .l-om-article__question--c dt p, .l-om-article__question--y dt p, .l-om-article__question--s dt p {
  width: calc(100% - 110px);
  margin-right: 30px;
  font: bold 14px/1.8 YakuHanJP, "Noto Sans JP", sans-serif;
  color: #333;
}
.l-om-article__question dt .plus img, .l-om-article__question--c dt .plus img, .l-om-article__question--y dt .plus img, .l-om-article__question--s dt .plus img {
  width: 50px;
}
.l-om-article__question dt .minus, .l-om-article__question--c dt .minus, .l-om-article__question--y dt .minus, .l-om-article__question--s dt .minus {
  display: none;
}
.l-om-article__question dt .minus img, .l-om-article__question--c dt .minus img, .l-om-article__question--y dt .minus img, .l-om-article__question--s dt .minus img {
  width: 50px;
}
.l-om-article__question dt.on .plus, .l-om-article__question--c dt.on .plus, .l-om-article__question--y dt.on .plus, .l-om-article__question--s dt.on .plus {
  display: none;
}
.l-om-article__question dt.on .minus, .l-om-article__question--c dt.on .minus, .l-om-article__question--y dt.on .minus, .l-om-article__question--s dt.on .minus {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-om-article__question dt, .l-om-article__question--c dt, .l-om-article__question--y dt, .l-om-article__question--s dt {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-om-article__question dt span, .l-om-article__question--c dt span, .l-om-article__question--y dt span, .l-om-article__question--s dt span {
    padding-top: 0;
  }
}
.l-om-article__question dd, .l-om-article__question--c dd, .l-om-article__question--y dd, .l-om-article__question--s dd {
  display: none;
  opacity: 1;
  height: auto;
  padding: 20px 0;
  margin-top: 20px;
  border-top: 1px solid #E7E9ED;
}
.l-om-article__question dd .flex, .l-om-article__question--c dd .flex, .l-om-article__question--y dd .flex, .l-om-article__question--s dd .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-om-article__question dd .flex + .flex, .l-om-article__question--c dd .flex + .flex, .l-om-article__question--y dd .flex + .flex, .l-om-article__question--s dd .flex + .flex {
  margin-top: 20px;
}
.l-om-article__question dd span, .l-om-article__question--c dd span, .l-om-article__question--y dd span, .l-om-article__question--s dd span {
  font: bold 20px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  color: #0039BE;
  margin-right: 15px;
  padding-top: 5px;
}
.l-om-article__question dd p, .l-om-article__question--c dd p, .l-om-article__question--y dd p, .l-om-article__question--s dd p {
  font: normal 14px/1.8 YakuHanJP, "Noto Sans JP", sans-serif;
  color: #333;
}
.l-om-article__question dd p a, .l-om-article__question--c dd p a, .l-om-article__question--y dd p a, .l-om-article__question--s dd p a {
  color: #333;
  font: normal 14px/1.8 YakuHanJP, "Noto Sans JP", sans-serif;
}
.l-om-article__question dd p a:hover, .l-om-article__question--c dd p a:hover, .l-om-article__question--y dd p a:hover, .l-om-article__question--s dd p a:hover {
  text-decoration: underline;
}
.l-om-article__question dd p a img, .l-om-article__question--c dd p a img, .l-om-article__question--y dd p a img, .l-om-article__question--s dd p a img {
  width: 13px;
  vertical-align: -1px;
  margin-left: 4px;
}
.l-om-article__question dd p a::after, .l-om-article__question--c dd p a::after, .l-om-article__question--y dd p a::after, .l-om-article__question--s dd p a::after {
  content: "";
}
.l-om-article__question dd h3, .l-om-article__question--c dd h3, .l-om-article__question--y dd h3, .l-om-article__question--s dd h3 {
  font: bold 14px/1.8 YakuHanJP, "Noto Sans JP", sans-serif;
}
.l-om-article__question dd ul, .l-om-article__question--c dd ul, .l-om-article__question--y dd ul, .l-om-article__question--s dd ul {
  padding-left: 0;
}
.l-om-article__question dd li, .l-om-article__question--c dd li, .l-om-article__question--y dd li, .l-om-article__question--s dd li {
  position: relative;
  padding-left: 0.5em;
  font: normal 14px/1.8 YakuHanJP, "Noto Sans JP", sans-serif;
}
.l-om-article__question dd li:before, .l-om-article__question--c dd li:before, .l-om-article__question--y dd li:before, .l-om-article__question--s dd li:before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background: black;
  position: absolute;
  left: 0;
  top: 12px;
}
.l-om-article__question dd.answer--procedure p, .l-om-article__question--c dd.answer--procedure p, .l-om-article__question--y dd.answer--procedure p, .l-om-article__question--s dd.answer--procedure p {
  font: normal 14px/1.8 YakuHanJP, "Noto Sans JP", sans-serif;
}
.l-om-article__question dd.answer--procedure h3, .l-om-article__question--c dd.answer--procedure h3, .l-om-article__question--y dd.answer--procedure h3, .l-om-article__question--s dd.answer--procedure h3 {
  font: bold 14px/1.8 YakuHanJP, "Noto Sans JP", sans-serif;
}
.l-om-article__question dd.answer--procedure .c-list li, .l-om-article__question--c dd.answer--procedure .c-list li, .l-om-article__question--y dd.answer--procedure .c-list li, .l-om-article__question--s dd.answer--procedure .c-list li {
  position: relative;
  padding-left: 0.5em;
  font: normal 14px/1.8 YakuHanJP, "Noto Sans JP", sans-serif;
}
.l-om-article__question dd.answer--procedure .c-list li:before, .l-om-article__question--c dd.answer--procedure .c-list li:before, .l-om-article__question--y dd.answer--procedure .c-list li:before, .l-om-article__question--s dd.answer--procedure .c-list li:before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background: black;
  position: absolute;
  left: 0;
  top: 12px;
}
.l-om-article__question dd.answer--procedure .block, .l-om-article__question--c dd.answer--procedure .block, .l-om-article__question--y dd.answer--procedure .block, .l-om-article__question--s dd.answer--procedure .block {
  background-color: rgba(231, 233, 237, 0.3);
  padding: 20px;
  border-radius: 10px;
}
.l-om-article__question--c dd span {
  color: #276DB0;
}
.l-om-article__question--y dd span {
  color: #4AAFA0;
}
.l-om-article__question--s dd span {
  color: #0BB5CC;
}
.l-om-article__question + .l-om-article__question, .l-om-article__question--c + .l-om-article__question, .l-om-article__question--y + .l-om-article__question, .l-om-article__question--s + .l-om-article__question, .l-om-article__question + .l-om-article__question--c, .l-om-article__question--c + .l-om-article__question--c, .l-om-article__question--y + .l-om-article__question--c, .l-om-article__question--s + .l-om-article__question--c, .l-om-article__question + .l-om-article__question--y, .l-om-article__question--c + .l-om-article__question--y, .l-om-article__question--y + .l-om-article__question--y, .l-om-article__question--s + .l-om-article__question--y, .l-om-article__question + .l-om-article__question--s, .l-om-article__question--c + .l-om-article__question--s, .l-om-article__question--y + .l-om-article__question--s, .l-om-article__question--s + .l-om-article__question--s {
  margin-top: 20px;
}
.l-om-article__label-alert {
  background-color: #f00;
  color: white;
  font: bold 14px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  padding: 5px 5px 6px;
  border-radius: 5px;
}

.c-logo--smilezemi {
  text-align: center;
}
.c-logo--smilezemi img {
  width: 70px;
}

.c-img {
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-img {
    max-width: 100%;
  }
}
.c-img video,
.c-img figure,
.c-img img {
  max-width: 100%;
}
.c-img--tabletfade {
  position: relative;
  padding: 14.4% 12.3% 14.4% 12.2%;
  overflow: hidden;
}
.c-img--tabletfade:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/chugaku/lib/images/frame_tablet.gif) no-repeat;
  background-size: cover;
}
.c-img--tabletfade:after {
  content: "";
  display: block;
  width: calc(100% + 2px);
  height: 20%;
  position: absolute;
  bottom: 0;
  left: -1px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #fdfbf5), to(transparent));
  background: linear-gradient(to top, #fdfbf5 50%, transparent);
}
@media screen and (max-width: 767px) {
  .c-img--full {
    width: 100vw;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .c-img--full2 {
    width: 100vw;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .c-img--large {
    width: calc(100vw - 20px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) {
  .c-img--w750 {
    width: 750px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.c-title02 {
  position: relative;
  text-align: center;
  padding: 55px 30px 40px;
}
@media screen and (max-width: 767px) {
  .c-title02 {
    padding: 55px 20px 30px;
  }
}
.c-title02--onlytxt {
  padding: 40px 30px;
}
@media screen and (max-width: 767px) {
  .c-title02--onlytxt {
    padding: 30px 20px;
  }
}
.c-title02__wrapper {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .c-title02__wrapper {
    padding-top: 40px;
  }
}
.c-title02__icon {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  padding: 4px;
  border-radius: 100%;
  width: 100px;
}
@media screen and (max-width: 767px) {
  .c-title02__icon {
    width: 80px;
  }
}
.c-title02__subject {
  display: inline-block;
  margin: 0 auto;
  padding: 0 1.5em;
  background: #fff;
  font-size: 16px;
  font-weight: 600;
  vertical-align: middle;
  margin-bottom: 15px;
  border-radius: 15px;
  line-height: 30px;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-title02__subject {
    font-size: 14px;
    margin-bottom: 14px;
    border-radius: 11px;
    line-height: 22px;
  }
}
.c-title02__heading {
  margin: 0;
  color: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 1.5;
  font-weight: 400;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-title02__heading {
    font-size: 27px;
  }
}
.c-title02--kokugo {
  background: #d95246;
}
.c-title02--kokugo .c-title02__icon {
  background: #d95246;
}
.c-title02--kokugo .c-title02__subject {
  color: #d95246;
}

.c-heading03 {
  font-weight: 500;
  font-size: 27px;
  text-align: left;
  line-height: 1.4;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-heading03 {
    font-size: 24px;
    line-height: 1.6;
  }
}
.c-heading03--center {
  text-align: center;
}
.c-heading02 {
  font-weight: 500;
  font-size: 40px;
  text-align: center;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-heading02 {
    font-size: 35px;
  }
}

.c-balloon {
  position: relative;
  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;
  width: 60%;
  max-width: 300px;
  margin: auto;
  padding: 10px 10px 13px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  border-radius: 30px;
  background: #14aa32;
}
.c-balloon:before {
  content: "";
  position: absolute;
  left: 50%;
  border: 10px solid transparent;
  border-top-width: 15px;
  bottom: 0;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  border-top-color: #14aa32;
}
.c-balloon--chugaku-1st {
  background: #86a4b3;
}
.c-balloon--chugaku-1st:before {
  border-top-color: #86a4b3;
}
.c-balloon--chugaku-2nd {
  background: #e0813b;
}
.c-balloon--chugaku-2nd:before {
  border-top-color: #e0813b;
}
.c-balloon--chugaku-3rd {
  background: #70b26b;
}
.c-balloon--chugaku-3rd:before {
  border-top-color: #70b26b;
}
.c-balloon--chugaku-rdy {
  background: #86a4b3;
}
.c-balloon--chugaku-rdy:before {
  border-top-color: #86a4b3;
}
.c-balloon--s-rdy {
  background: #77caf5;
}
.c-balloon--s-rdy:before {
  border-top-color: #77caf5;
}
.c-balloon--s-1st {
  background: #f05096;
}
.c-balloon--s-1st:before {
  border-top-color: #f05096;
}
.c-balloon--s-2nd {
  background: #f06e00;
}
.c-balloon--s-2nd:before {
  border-top-color: #f06e00;
}
.c-balloon--s-3rd {
  background: #faaf05;
}
.c-balloon--s-3rd:before {
  border-top-color: #faaf05;
}
.c-balloon--s-4th {
  background: #14aa32;
}
.c-balloon--s-4th:before {
  border-top-color: #14aa32;
}
.c-balloon--s-5th {
  background: #a53c96;
}
.c-balloon--s-5th:before {
  border-top-color: #a53c96;
}
.c-balloon--s-6th {
  background: #0082c8;
}
.c-balloon--s-6th:before {
  border-top-color: #0082c8;
}
.c-balloon--s-kokugo {
  background: #D95246;
}
.c-balloon--s-kokugo:before {
  border-top-color: #D95246;
}
.c-balloon--s-sansu {
  background: #417AD7;
}
.c-balloon--s-sansu:before {
  border-top-color: #417AD7;
}
.c-balloon--s-eigo {
  background: #EF9800;
}
.c-balloon--s-eigo:before {
  border-top-color: #EF9800;
}
.c-balloon--s-rika {
  background: #4AAE7B;
}
.c-balloon--s-rika:before {
  border-top-color: #4AAE7B;
}
.c-balloon--s-shakai {
  background: #8A74D9;
}
.c-balloon--s-shakai:before {
  border-top-color: #8A74D9;
}
.c-balloon--s-program {
  background: #3F5EAC;
}
.c-balloon--s-program:before {
  border-top-color: #3F5EAC;
}
.c-balloon--s-ongaku {
  background: #00c1df;
}
.c-balloon--s-ongaku:before {
  border-top-color: #00c1df;
}
.c-balloon--s-kateika {
  background: #f291b8;
}
.c-balloon--s-kateika:before {
  border-top-color: #f291b8;
}
.c-balloon--s-taiku {
  background: #a3834f;
}
.c-balloon--s-taiku:before {
  border-top-color: #a3834f;
}
.c-balloon--s-test {
  background: #00AAB0;
}
.c-balloon--s-test:before {
  border-top-color: #00AAB0;
}
.c-balloon--s-coretre {
  background: #1DAFE8;
}
.c-balloon--s-coretre:before {
  border-top-color: #1DAFE8;
}
.c-balloon--s-hatten {
  background: #0B308E;
}
.c-balloon--s-hatten:before {
  border-top-color: #0B308E;
}
.c-balloon--s-tanoshimu {
  background: #ef8100;
}
.c-balloon--s-tanoshimu:before {
  border-top-color: #ef8100;
}
.c-balloon--s-kanken {
  background: #c38b3c;
}
.c-balloon--s-kanken:before {
  border-top-color: #c38b3c;
}
.c-balloon--s-doril {
  background: #41b9d7;
}
.c-balloon--s-doril:before {
  border-top-color: #41b9d7;
}
.c-balloon--s-price {
  background: #1bb8ce;
}
.c-balloon--s-price:before {
  border-top-color: #1bb8ce;
}
.c-balloon--s-mintre {
  background: #3385cb;
}
.c-balloon--s-mintre:before {
  border-top-color: #3385cb;
}
.c-balloon--s-chugaku {
  background: #728cba;
}
.c-balloon--s-chugaku:before {
  border-top-color: #728cba;
}
.c-balloon--s-other {
  background: #1BB8CE;
}
.c-balloon--s-other:before {
  border-top-color: #1BB8CE;
}
.c-balloon--s-interview {
  background: #e54957;
}
.c-balloon--s-interview:before {
  border-top-color: #e54957;
}
.c-balloon--s-main {
  background: #eb6000;
}
.c-balloon--s-main:before {
  border-top-color: #eb6000;
}
.c-balloon--s-om {
  background: #0BB5CC;
}
.c-balloon--s-om:before {
  border-top-color: #0BB5CC;
}

/*  */
.c-balloon03 {
  position: relative;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 35px;
  padding: 0 10px 15px;
  border-bottom: 1px solid #ef9800;
  font-size: 30px;
  font-weight: 500;
  color: #ef9800;
  line-height: 1.4;
}
.c-balloon03 span {
  font-size: 0.8em;
  color: black;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.c-balloon03:before, .c-balloon03:after {
  position: absolute;
  content: "";
  display: block;
  left: 50%;
  bottom: 0;
  border-bottom-width: 0 !important;
}
.c-balloon03:before {
  -webkit-transform: translate(-50%, calc(100% - 3px));
          transform: translate(-50%, calc(100% - 3px));
  border: 10px solid transparent;
  border-top: solid 20px #fff;
  z-index: 2;
}
.c-balloon03:after {
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  border: 10px solid transparent;
  border-top: solid 20px #ef9800;
  z-index: 1;
}

.c-balloon01 {
  position: relative;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .c-balloon01 {
    font-size: 22px;
  }
}
.c-balloon01:after, .c-balloon01:before {
  content: "";
  display: block;
  width: 59px;
  height: 2px;
  background-image: linear-gradient(to right, #5a463b, #5a463b 2px, transparent 2px, transparent 4px);
  background-size: 5px 2px;
  background-repeat: repeat-x;
  -webkit-transform: rotate(-117deg);
          transform: rotate(-117deg);
  position: absolute;
  top: 16px;
  left: -49px;
}
.c-balloon01:after {
  -webkit-transform: rotate(-63deg);
          transform: rotate(-63deg);
  left: auto;
  right: -49px;
}
.c-balloon02, .c-balloon02--nenchu {
  position: relative;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .c-balloon02, .c-balloon02--nenchu {
    font-size: 22px;
  }
}
.c-balloon02:after, .c-balloon02--nenchu:after, .c-balloon02:before, .c-balloon02--nenchu:before {
  content: "";
  display: block;
  height: 2px;
  width: 33px;
  background-image: linear-gradient(to right, #00baff, #00baff 2px, transparent 2px, transparent 4px);
  background-size: 5px 2px;
  background-repeat: repeat-x;
  -webkit-transform: rotate(-117deg);
          transform: rotate(-117deg);
  position: absolute;
  top: 16px;
  left: -39px;
}
.c-balloon02:after, .c-balloon02--nenchu:after {
  -webkit-transform: rotate(-63deg);
          transform: rotate(-63deg);
  left: auto;
  right: -39px;
}
.c-balloon02--nenchu {
  color: #f97090 !important;
}
.c-balloon02--nenchu:before, .c-balloon02--nenchu:after {
  background-image: linear-gradient(to right, #f97090, #f97090 2px, transparent 2px, transparent 4px);
}
@media screen and (min-width: 768px) {
  .c-balloon04 {
    max-width: 700px;
    margin: 0 auto;
  }
}
.c-balloon04__txt {
  text-align: center;
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 1;
}
.c-balloon04__title {
  text-align: center;
  position: relative;
  font-size: 30px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-balloon04__title {
    font-size: 24px;
  }
}
.c-balloon04__title b {
  font-weight: 300;
  font-size: 1.6em;
  color: #00a896;
}
.c-balloon04__title strong {
  font-size: 1.3em;
}
.c-balloon04__title:after, .c-balloon04__title:before {
  content: "";
  display: block;
  height: 4px;
  width: 74px;
  background-image: linear-gradient(to right, #5E4C3F, #5E4C3F 4px, transparent 2px, transparent 4px);
  background-size: 10px 3px;
  background-repeat: repeat-x;
  -webkit-transform: rotate(-117deg);
          transform: rotate(-117deg);
  position: absolute;
  top: 16px;
  left: 61px;
}
@media screen and (max-width: 767px) {
  .c-balloon04__title:after, .c-balloon04__title:before {
    left: 20px;
  }
}
.c-balloon04__title:after {
  -webkit-transform: rotate(-63deg);
          transform: rotate(-63deg);
  left: auto;
  right: 61px;
}
@media screen and (max-width: 767px) {
  .c-balloon04__title:after {
    right: 20px;
  }
}

.c-btn-login {
  display: table;
  width: 180px;
  height: 50px;
  border-radius: 4px;
  padding: 6px 0 3px;
  font-size: 12px;
  color: #ffffff;
  background-color: #0bb5cb;
  border-color: #0bb5cb;
  -webkit-box-shadow: 0 3px 0 #0991a2;
          box-shadow: 0 3px 0 #0991a2;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
}
.c-btn-login:active {
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.13);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.13);
  color: #ffffff;
}
.c-btn-login:hover {
  background-color: #2fddf4;
  border-color: #2fddf4;
  color: #ffffff;
}
.c-btn-login > span {
  display: table-cell;
  padding: 0;
  line-height: 1.3;
  vertical-align: middle;
}
.c-btn-login__text {
  font-size: 12px;
  text-align: center;
}
.c-btn-login__text em {
  display: block;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
}
.c-btn-login__icon-heart {
  position: relative;
  top: 3px;
  font-size: 24px;
  padding-right: 3px;
  text-align: right;
}
.c-btn-login__icon-heart:before {
  content: "\e143";
  font-family: 'Glyphicons Halflings';
}
.c-btn-login__icon-login {
  padding-right: 5px !important;
  font-size: 16px;
  position: relative;
  top: 2px;
}
.c-btn-login__icon-login:before {
  content: "\e161";
  font-family: 'Glyphicons Halflings';
}

.c-btn-grade {
  display: block;
  border-radius: 4px 4px 0 0;
  border-bottom: 3px solid;
  padding: 1px 0 0;
  font-weight: bold;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  height: 31px;
}
.c-btn-grade span {
  font-size: 20px;
  font-family: 'GenJyuuGothic';
}
.c-btn-grade.is-active, .c-btn-grade:hover {
  color: white !important;
}
.c-btn-grade--snew {
  color: #77caf5 !important;
}
.c-btn-grade--snew:hover, .c-btn-grade--snew.is-active {
  background: #77caf5 !important;
  border-bottom: 2px solid #77caf5 !important;
}
.c-btn-grade--s1st {
  color: #f05096 !important;
}
.c-btn-grade--s1st:hover, .c-btn-grade--s1st.is-active {
  background: #f05096 !important;
  border-bottom: 2px solid #f05096 !important;
}
.c-btn-grade--s2nd {
  color: #f06e00 !important;
}
.c-btn-grade--s2nd:hover, .c-btn-grade--s2nd.is-active {
  background: #f06e00 !important;
  border-bottom: 2px solid #f06e00 !important;
}
.c-btn-grade--s3rd {
  color: #faaf05 !important;
}
.c-btn-grade--s3rd:hover, .c-btn-grade--s3rd.is-active {
  background: #faaf05 !important;
  border-bottom: 2px solid #faaf05 !important;
}
.c-btn-grade--s4th {
  color: #14aa32 !important;
}
.c-btn-grade--s4th:hover, .c-btn-grade--s4th.is-active {
  background: #14aa32 !important;
  border-bottom: 2px solid #14aa32 !important;
}
.c-btn-grade--s5th {
  color: #a53c96 !important;
}
.c-btn-grade--s5th:hover, .c-btn-grade--s5th.is-active {
  background: #a53c96 !important;
  border-bottom: 2px solid #a53c96 !important;
}
.c-btn-grade--s6th {
  color: #0082c8 !important;
}
.c-btn-grade--s6th:hover, .c-btn-grade--s6th.is-active {
  background: #0082c8 !important;
  border-bottom: 2px solid #0082c8 !important;
}
.c-btn-grade--ypre {
  color: #F06E00 !important;
}
.c-btn-grade--ypre:hover, .c-btn-grade--ypre.is-active {
  background: #F06E00 !important;
  border-bottom: 2px solid #F06E00 !important;
}
.c-btn-grade--ynensho {
  color: #F05096 !important;
}
.c-btn-grade--ynensho:hover, .c-btn-grade--ynensho.is-active {
  background: #F05096 !important;
  border-bottom: 2px solid #F05096 !important;
}
.c-btn-grade--ynenchu {
  color: #F5AC17 !important;
}
.c-btn-grade--ynenchu:hover, .c-btn-grade--ynenchu.is-active {
  background: #F5AC17 !important;
  border-bottom: 2px solid #F5AC17 !important;
}
.c-btn-grade--ynencho {
  color: #2290CD !important;
}
.c-btn-grade--ynencho:hover, .c-btn-grade--ynencho.is-active {
  background: #2290CD !important;
  border-bottom: 2px solid #2290CD !important;
}
.c-btn-grade--crdy {
  font-size: 14px;
  line-height: 26px;
  color: #86a4b3 !important;
}
.c-btn-grade--crdy:hover, .c-btn-grade--crdy.is-active {
  background: #86a4b3 !important;
  border-bottom: 2px solid #86a4b3 !important;
}
.c-btn-grade--c1st {
  color: #728cba !important;
}
.c-btn-grade--c1st:hover, .c-btn-grade--c1st.is-active {
  background: #728cba !important;
  border-bottom: 2px solid #728cba !important;
}
.c-btn-grade--c2nd {
  color: #df7f3a !important;
}
.c-btn-grade--c2nd:hover, .c-btn-grade--c2nd.is-active {
  background: #df7f3a !important;
  border-bottom: 2px solid #df7f3a !important;
}
.c-btn-grade--c3rd {
  color: #6fb16b !important;
}
.c-btn-grade--c3rd:hover, .c-btn-grade--c3rd.is-active {
  background: #6fb16b !important;
  border-bottom: 2px solid #6fb16b !important;
}
.c-btn-grade--kgrade, .c-btn-grade--krdy {
  font-size: 14px;
  line-height: 26px;
  color: #2a305c !important;
}
.c-btn-grade--kgrade:hover, .c-btn-grade--kgrade.is-active, .c-btn-grade--krdy:hover, .c-btn-grade--krdy.is-active {
  background: #2a305c !important;
  border-bottom: 2px solid #2a305c !important;
}
.c-btn-grade2024--snew {
  color: #77caf5 !important;
}
.c-btn-grade2024--s1st {
  color: #f05096 !important;
}
.c-btn-grade2024--s2nd {
  color: #f06e00 !important;
}
.c-btn-grade2024--s3rd {
  color: #faaf05 !important;
}
.c-btn-grade2024--s4th {
  color: #14aa32 !important;
}
.c-btn-grade2024--s5th {
  color: #a53c96 !important;
}
.c-btn-grade2024--s6th {
  color: #0082c8 !important;
}
.c-btn-grade2024--ypre {
  color: #F06E00 !important;
}
.c-btn-grade2024--ynensho {
  color: #F05096 !important;
}
.c-btn-grade2024--ynenchu {
  color: #F5AC17 !important;
}
.c-btn-grade2024--ynencho {
  color: #2290CD !important;
}
.c-btn-grade2024--crdy {
  color: #86a4b3 !important;
}
.c-btn-grade2024--c1st {
  color: #728cba !important;
}
.c-btn-grade2024--c2nd {
  color: #df7f3a !important;
}
.c-btn-grade2024--c3rd {
  color: #6fb16b !important;
}
.c-btn-grade2024--kgrade, .c-btn-grade2024--krdy {
  color: #2a305c !important;
}

.c-button-more input {
  display: none;
}
.c-button-more label {
  cursor: pointer;
  display: table-cell;
  margin: 0;
  padding: 6px 10px 7px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.1);
  font-size: 11px;
  font-weight: normal;
  vertical-align: middle;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-button-more label:hover {
  background: rgba(0, 0, 0, 0.15);
}
.c-button-more label i {
  display: inline-block;
  position: relative;
  width: 9px;
  height: 9px;
  margin-left: 3px;
}
.c-button-more label i:after, .c-button-more label i:before {
  display: block;
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  background: #333;
}
.c-button-more label i:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-button-more .c-button-more__main {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all  0.3s;
  transition: all  0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-button-more input:checked + label i:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.c-button-more input:checked ~ .c-button-more__main {
  height: auto;
  padding-top: 10px;
  opacity: 1;
}
.c-button-more__main p {
  font-size: 11px;
  letter-spacing: .1em;
}
.c-button-more--white label {
  background-color: rgba(255, 255, 255, 0.8);
  color: #555;
  opacity: 0.8;
}
.c-button-more--white label:hover {
  background-color: rgba(255, 255, 255, 0.6);
  color: #555;
}
.c-button-more--white label i:after, .c-button-more--white label i:before {
  background-color: #555;
}
.c-button-more--white .c-button-more__main p {
  color: white !important;
  opacity: .8;
}

.c-button-rightdown {
  text-align: right;
}
.c-button-rightdown a {
  display: inline-block;
  font-size: 16px;
  padding: 6px 20px;
  border-radius: 30px;
  border: 1px solid;
  background: #fff;
  color: #0059ab;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.c-button-rightdown a i {
  vertical-align: 2px;
  margin-left: 10px;
}
.c-button-rightdown a:hover {
  color: #fff;
  background: #0059ab;
}

.c-button-other {
  text-align: center;
}
.c-button-other a {
  position: relative;
  display: inline-block;
  padding: 10px 60px 10px 40px;
  font-size: 17px;
  line-height: 1.8;
  font-weight: bold;
  background: white;
  border: 1px solid;
  color: #1DAFE8;
  border-radius: 30px;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.c-button-other a:hover {
  color: #fff;
  background: #1DAFE8;
}
@media screen and (max-width: 767px) {
  .c-button-other a {
    padding: 10px 40px 10px 25px;
    font-size: 15px;
  }
}
.c-button-other__arrow {
  position: absolute !important;
  right: 20px;
  top: 13px;
}
@media screen and (max-width: 767px) {
  .c-button-other__arrow {
    top: 13px;
    right: 13px;
  }
}
.c-button-other--right {
  text-align: right;
}
.c-button-other--s-rdy a {
  color: #77caf5 !important;
  border-color: #77caf5 !important;
}
.c-button-other--s-rdy a i {
  color: #77caf5 !important;
}
.c-button-other--s-rdy a:hover {
  color: white !important;
  background: #77caf5 !important;
}
.c-button-other--s-rdy a:hover i {
  color: white !important;
}
.c-button-other--s-1st a {
  color: #f05096 !important;
  border-color: #f05096 !important;
}
.c-button-other--s-1st a i {
  color: #f05096 !important;
}
.c-button-other--s-1st a:hover {
  color: white !important;
  background: #f05096 !important;
}
.c-button-other--s-1st a:hover i {
  color: white !important;
}
.c-button-other--s-2nd a {
  color: #f06e00 !important;
  border-color: #f06e00 !important;
}
.c-button-other--s-2nd a i {
  color: #f06e00 !important;
}
.c-button-other--s-2nd a:hover {
  color: white !important;
  background: #f06e00 !important;
}
.c-button-other--s-2nd a:hover i {
  color: white !important;
}
.c-button-other--s-3rd a {
  color: #faaf05 !important;
  border-color: #faaf05 !important;
}
.c-button-other--s-3rd a i {
  color: #faaf05 !important;
}
.c-button-other--s-3rd a:hover {
  color: white !important;
  background: #faaf05 !important;
}
.c-button-other--s-3rd a:hover i {
  color: white !important;
}
.c-button-other--s-4th a {
  color: #14aa32 !important;
  border-color: #14aa32 !important;
}
.c-button-other--s-4th a i {
  color: #14aa32 !important;
}
.c-button-other--s-4th a:hover {
  color: white !important;
  background: #14aa32 !important;
}
.c-button-other--s-4th a:hover i {
  color: white !important;
}
.c-button-other--s-5th a {
  color: #a53c96 !important;
  border-color: #a53c96 !important;
}
.c-button-other--s-5th a i {
  color: #a53c96 !important;
}
.c-button-other--s-5th a:hover {
  color: white !important;
  background: #a53c96 !important;
}
.c-button-other--s-5th a:hover i {
  color: white !important;
}
.c-button-other--s-6th a {
  color: #0082c8 !important;
  border-color: #0082c8 !important;
}
.c-button-other--s-6th a i {
  color: #0082c8 !important;
}
.c-button-other--s-6th a:hover {
  color: white !important;
  background: #0082c8 !important;
}
.c-button-other--s-6th a:hover i {
  color: white !important;
}
.c-button-other--s-kokugo a {
  color: #D95246 !important;
  border-color: #D95246 !important;
}
.c-button-other--s-kokugo a i {
  color: #D95246 !important;
}
.c-button-other--s-kokugo a:hover {
  color: white !important;
  background: #D95246 !important;
}
.c-button-other--s-kokugo a:hover i {
  color: white !important;
}
.c-button-other--s-sansu a {
  color: #417AD7 !important;
  border-color: #417AD7 !important;
}
.c-button-other--s-sansu a i {
  color: #417AD7 !important;
}
.c-button-other--s-sansu a:hover {
  color: white !important;
  background: #417AD7 !important;
}
.c-button-other--s-sansu a:hover i {
  color: white !important;
}
.c-button-other--s-eigo a {
  color: #EF9800 !important;
  border-color: #EF9800 !important;
}
.c-button-other--s-eigo a i {
  color: #EF9800 !important;
}
.c-button-other--s-eigo a:hover {
  color: white !important;
  background: #EF9800 !important;
}
.c-button-other--s-eigo a:hover i {
  color: white !important;
}
.c-button-other--s-rika a {
  color: #4AAE7B !important;
  border-color: #4AAE7B !important;
}
.c-button-other--s-rika a i {
  color: #4AAE7B !important;
}
.c-button-other--s-rika a:hover {
  color: white !important;
  background: #4AAE7B !important;
}
.c-button-other--s-rika a:hover i {
  color: white !important;
}
.c-button-other--s-shakai a {
  color: #8A74D9 !important;
  border-color: #8A74D9 !important;
}
.c-button-other--s-shakai a i {
  color: #8A74D9 !important;
}
.c-button-other--s-shakai a:hover {
  color: white !important;
  background: #8A74D9 !important;
}
.c-button-other--s-shakai a:hover i {
  color: white !important;
}
.c-button-other--s-program a {
  color: #3F5EAC !important;
  border-color: #3F5EAC !important;
}
.c-button-other--s-program a i {
  color: #3F5EAC !important;
}
.c-button-other--s-program a:hover {
  color: white !important;
  background: #3F5EAC !important;
}
.c-button-other--s-program a:hover i {
  color: white !important;
}
.c-button-other--s-ongaku a {
  color: #00c1df !important;
  border-color: #00c1df !important;
}
.c-button-other--s-ongaku a i {
  color: #00c1df !important;
}
.c-button-other--s-ongaku a:hover {
  color: white !important;
  background: #00c1df !important;
}
.c-button-other--s-ongaku a:hover i {
  color: white !important;
}
.c-button-other--s-kateika a {
  color: #f291b8 !important;
  border-color: #f291b8 !important;
}
.c-button-other--s-kateika a i {
  color: #f291b8 !important;
}
.c-button-other--s-kateika a:hover {
  color: white !important;
  background: #f291b8 !important;
}
.c-button-other--s-kateika a:hover i {
  color: white !important;
}
.c-button-other--s-taiku a {
  color: #a3834f !important;
  border-color: #a3834f !important;
}
.c-button-other--s-taiku a i {
  color: #a3834f !important;
}
.c-button-other--s-taiku a:hover {
  color: white !important;
  background: #a3834f !important;
}
.c-button-other--s-taiku a:hover i {
  color: white !important;
}
.c-button-other--s-test a {
  color: #00AAB0 !important;
  border-color: #00AAB0 !important;
}
.c-button-other--s-test a i {
  color: #00AAB0 !important;
}
.c-button-other--s-test a:hover {
  color: white !important;
  background: #00AAB0 !important;
}
.c-button-other--s-test a:hover i {
  color: white !important;
}
.c-button-other--s-coretre a {
  color: #1DAFE8 !important;
  border-color: #1DAFE8 !important;
}
.c-button-other--s-coretre a i {
  color: #1DAFE8 !important;
}
.c-button-other--s-coretre a:hover {
  color: white !important;
  background: #1DAFE8 !important;
}
.c-button-other--s-coretre a:hover i {
  color: white !important;
}
.c-button-other--s-hatten a {
  color: #0B308E !important;
  border-color: #0B308E !important;
}
.c-button-other--s-hatten a i {
  color: #0B308E !important;
}
.c-button-other--s-hatten a:hover {
  color: white !important;
  background: #0B308E !important;
}
.c-button-other--s-hatten a:hover i {
  color: white !important;
}
.c-button-other--s-tanoshimu a {
  color: #ef8100 !important;
  border-color: #ef8100 !important;
}
.c-button-other--s-tanoshimu a i {
  color: #ef8100 !important;
}
.c-button-other--s-tanoshimu a:hover {
  color: white !important;
  background: #ef8100 !important;
}
.c-button-other--s-tanoshimu a:hover i {
  color: white !important;
}
.c-button-other--s-kanken a {
  color: #c38b3c !important;
  border-color: #c38b3c !important;
}
.c-button-other--s-kanken a i {
  color: #c38b3c !important;
}
.c-button-other--s-kanken a:hover {
  color: white !important;
  background: #c38b3c !important;
}
.c-button-other--s-kanken a:hover i {
  color: white !important;
}
.c-button-other--s-doril a {
  color: #41b9d7 !important;
  border-color: #41b9d7 !important;
}
.c-button-other--s-doril a i {
  color: #41b9d7 !important;
}
.c-button-other--s-doril a:hover {
  color: white !important;
  background: #41b9d7 !important;
}
.c-button-other--s-doril a:hover i {
  color: white !important;
}
.c-button-other--s-price a {
  color: #1bb8ce !important;
  border-color: #1bb8ce !important;
}
.c-button-other--s-price a i {
  color: #1bb8ce !important;
}
.c-button-other--s-price a:hover {
  color: white !important;
  background: #1bb8ce !important;
}
.c-button-other--s-price a:hover i {
  color: white !important;
}
.c-button-other--s-mintre a {
  color: #3385cb !important;
  border-color: #3385cb !important;
}
.c-button-other--s-mintre a i {
  color: #3385cb !important;
}
.c-button-other--s-mintre a:hover {
  color: white !important;
  background: #3385cb !important;
}
.c-button-other--s-mintre a:hover i {
  color: white !important;
}
.c-button-other--s-chugaku a {
  color: #728cba !important;
  border-color: #728cba !important;
}
.c-button-other--s-chugaku a i {
  color: #728cba !important;
}
.c-button-other--s-chugaku a:hover {
  color: white !important;
  background: #728cba !important;
}
.c-button-other--s-chugaku a:hover i {
  color: white !important;
}
.c-button-other--s-other a {
  color: #1BB8CE !important;
  border-color: #1BB8CE !important;
}
.c-button-other--s-other a i {
  color: #1BB8CE !important;
}
.c-button-other--s-other a:hover {
  color: white !important;
  background: #1BB8CE !important;
}
.c-button-other--s-other a:hover i {
  color: white !important;
}
.c-button-other--s-interview a {
  color: #e54957 !important;
  border-color: #e54957 !important;
}
.c-button-other--s-interview a i {
  color: #e54957 !important;
}
.c-button-other--s-interview a:hover {
  color: white !important;
  background: #e54957 !important;
}
.c-button-other--s-interview a:hover i {
  color: white !important;
}
.c-button-other--s-main a {
  color: #eb6000 !important;
  border-color: #eb6000 !important;
}
.c-button-other--s-main a i {
  color: #eb6000 !important;
}
.c-button-other--s-main a:hover {
  color: white !important;
  background: #eb6000 !important;
}
.c-button-other--s-main a:hover i {
  color: white !important;
}
.c-button-other--s-om a {
  color: #0BB5CC !important;
  border-color: #0BB5CC !important;
}
.c-button-other--s-om a i {
  color: #0BB5CC !important;
}
.c-button-other--s-om a:hover {
  color: white !important;
  background: #0BB5CC !important;
}
.c-button-other--s-om a:hover i {
  color: white !important;
}
.c-button-other--c-rdy a {
  color: #86a4b3 !important;
  border-color: #86a4b3 !important;
}
.c-button-other--c-rdy a i {
  color: #86a4b3 !important;
}
.c-button-other--c-rdy a:hover {
  color: white !important;
  background: #86a4b3 !important;
}
.c-button-other--c-rdy a:hover i {
  color: white !important;
}
.c-button-other--c-1st a {
  color: #738dbb !important;
  border-color: #738dbb !important;
}
.c-button-other--c-1st a i {
  color: #738dbb !important;
}
.c-button-other--c-1st a:hover {
  color: white !important;
  background: #738dbb !important;
}
.c-button-other--c-1st a:hover i {
  color: white !important;
}
.c-button-other--c-2nd a {
  color: #e0813b !important;
  border-color: #e0813b !important;
}
.c-button-other--c-2nd a i {
  color: #e0813b !important;
}
.c-button-other--c-2nd a:hover {
  color: white !important;
  background: #e0813b !important;
}
.c-button-other--c-2nd a:hover i {
  color: white !important;
}
.c-button-other--c-3rd a {
  color: #70b26b !important;
  border-color: #70b26b !important;
}
.c-button-other--c-3rd a i {
  color: #70b26b !important;
}
.c-button-other--c-3rd a:hover {
  color: white !important;
  background: #70b26b !important;
}
.c-button-other--c-3rd a:hover i {
  color: white !important;
}
.c-button-other--c-hyojun a {
  color: #d43f3f !important;
  border-color: #d43f3f !important;
}
.c-button-other--c-hyojun a i {
  color: #d43f3f !important;
}
.c-button-other--c-hyojun a:hover {
  color: white !important;
  background: #d43f3f !important;
}
.c-button-other--c-hyojun a:hover i {
  color: white !important;
}
.c-button-other--c-tokushin a {
  color: #266eb0 !important;
  border-color: #266eb0 !important;
}
.c-button-other--c-tokushin a i {
  color: #266eb0 !important;
}
.c-button-other--c-tokushin a:hover {
  color: white !important;
  background: #266eb0 !important;
}
.c-button-other--c-tokushin a:hover i {
  color: white !important;
}
.c-button-other--c-sugaku a {
  color: #3472ae !important;
  border-color: #3472ae !important;
}
.c-button-other--c-sugaku a i {
  color: #3472ae !important;
}
.c-button-other--c-sugaku a:hover {
  color: white !important;
  background: #3472ae !important;
}
.c-button-other--c-sugaku a:hover i {
  color: white !important;
}
.c-button-other--c-kokugo a {
  color: #db545f !important;
  border-color: #db545f !important;
}
.c-button-other--c-kokugo a i {
  color: #db545f !important;
}
.c-button-other--c-kokugo a:hover {
  color: white !important;
  background: #db545f !important;
}
.c-button-other--c-kokugo a:hover i {
  color: white !important;
}
.c-button-other--c-eigo a {
  color: #e3943d !important;
  border-color: #e3943d !important;
}
.c-button-other--c-eigo a i {
  color: #e3943d !important;
}
.c-button-other--c-eigo a:hover {
  color: white !important;
  background: #e3943d !important;
}
.c-button-other--c-eigo a:hover i {
  color: white !important;
}
.c-button-other--c-rika a {
  color: #45aa80 !important;
  border-color: #45aa80 !important;
}
.c-button-other--c-rika a i {
  color: #45aa80 !important;
}
.c-button-other--c-rika a:hover {
  color: white !important;
  background: #45aa80 !important;
}
.c-button-other--c-rika a:hover i {
  color: white !important;
}
.c-button-other--c-shakai a {
  color: #9070b0 !important;
  border-color: #9070b0 !important;
}
.c-button-other--c-shakai a i {
  color: #9070b0 !important;
}
.c-button-other--c-shakai a:hover {
  color: white !important;
  background: #9070b0 !important;
}
.c-button-other--c-shakai a:hover i {
  color: white !important;
}
.c-button-other--c-main a {
  color: #0059ab !important;
  border-color: #0059ab !important;
}
.c-button-other--c-main a i {
  color: #0059ab !important;
}
.c-button-other--c-main a:hover {
  color: white !important;
  background: #0059ab !important;
}
.c-button-other--c-main a:hover i {
  color: white !important;
}
.c-button-other--c-om a {
  color: #276DB0 !important;
  border-color: #276DB0 !important;
}
.c-button-other--c-om a i {
  color: #276DB0 !important;
}
.c-button-other--c-om a:hover {
  color: white !important;
  background: #276DB0 !important;
}
.c-button-other--c-om a:hover i {
  color: white !important;
}

.c-button-instance01 a, .c-button-instance01--youji a, .c-button-instance01--shogaku a, .c-button-instance01--chugaku a, .c-button-instance01--koukou a {
  display: block;
  width: 14em;
  color: #eb6000;
  border: 1px solid #eb6000;
  text-decoration: underline;
  font-weight: bold;
  padding: 1em 1em;
  text-align: center;
}
.c-button-instance01 a:hover, .c-button-instance01--youji a:hover, .c-button-instance01--shogaku a:hover, .c-button-instance01--chugaku a:hover, .c-button-instance01--koukou a:hover {
  color: white;
  background: #eb6000;
}
@media screen and (max-width: 767px) {
  .c-button-instance01 a, .c-button-instance01--youji a, .c-button-instance01--shogaku a, .c-button-instance01--chugaku a, .c-button-instance01--koukou a {
    width: auto;
    padding: 5px 10px;
  }
}
.c-button-instance01--youji a {
  color: #14aa32 !important;
  border: 1px solid #14aa32;
}
.c-button-instance01--youji a:hover {
  background: #14aa32;
  color: white !important;
}
.c-button-instance01--shogaku a {
  color: #eb6000 !important;
  border: 1px solid #eb6000;
}
.c-button-instance01--shogaku a:hover {
  background: #eb6000;
  color: white !important;
}
.c-button-instance01--chugaku a {
  color: #0059ab !important;
  border: 1px solid #0059ab;
}
.c-button-instance01--chugaku a:hover {
  background: #0059ab;
  color: white !important;
}
.c-button-instance01--koukou a {
  color: #2a305c !important;
  border: 1px solid #2a305c;
}
.c-button-instance01--koukou a:hover {
  background: #2a305c;
  color: white !important;
}

.c-button-k01 a {
  display: block;
  margin: 0 auto;
  position: relative;
  background: #2a305c;
  padding: 14px 0 16px;
  border-radius: 10px;
  font: bold 18px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
  color: white;
  text-align: center;
}
.c-button-k01 a svg {
  position: absolute;
  width: 7px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-button-k01 a:hover {
  opacity: .6;
}

.c-button-om01 a, .c-button-om01--bd a, .c-button-om01--c a, .c-button-om01--y a, .c-button-om01--s a, .c-button-om01--cbd a, .c-button-om01--sbd a, .c-button-om01--ybd a {
  position: relative;
  display: block;
  padding: 12px 40px 13px 20px;
  font: bold 18px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
  border-radius: 10px;
  color: #2a305c;
  background-color: white;
}
.c-button-om01 a:hover, .c-button-om01--bd a:hover, .c-button-om01--c a:hover, .c-button-om01--y a:hover, .c-button-om01--s a:hover, .c-button-om01--cbd a:hover, .c-button-om01--sbd a:hover, .c-button-om01--ybd a:hover, .c-button-om01 a:focus, .c-button-om01--bd a:focus, .c-button-om01--c a:focus, .c-button-om01--y a:focus, .c-button-om01--s a:focus, .c-button-om01--cbd a:focus, .c-button-om01--sbd a:focus, .c-button-om01--ybd a:focus {
  color: #2a305c;
}
.c-button-om01 a svg, .c-button-om01--bd a svg, .c-button-om01--c a svg, .c-button-om01--y a svg, .c-button-om01--s a svg, .c-button-om01--cbd a svg, .c-button-om01--sbd a svg, .c-button-om01--ybd a svg {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}
.c-button-om01 a:hover, .c-button-om01--bd a:hover, .c-button-om01--c a:hover, .c-button-om01--y a:hover, .c-button-om01--s a:hover, .c-button-om01--cbd a:hover, .c-button-om01--sbd a:hover, .c-button-om01--ybd a:hover {
  opacity: .8;
}
.c-button-om01--bd a {
  border: 1px solid #2a305c;
}
.c-button-om01--c a {
  color: #276DB0;
}
.c-button-om01--c a:hover, .c-button-om01--c a:focus {
  color: #276DB0;
}
.c-button-om01--y a {
  color: #4AAFA0;
}
.c-button-om01--y a:hover, .c-button-om01--y a:focus {
  color: #4AAFA0;
}
.c-button-om01--s a {
  color: #0BB5CC;
}
.c-button-om01--s a:hover, .c-button-om01--s a:focus {
  color: #0BB5CC;
}
.c-button-om01--cbd a {
  color: #276DB0;
  border: 1px solid #276DB0;
}
.c-button-om01--cbd a:hover, .c-button-om01--cbd a:focus {
  color: #276DB0;
}
.c-button-om01--sbd a {
  color: #0BB5CC;
  border: 1px solid #0BB5CC;
}
.c-button-om01--sbd a:hover, .c-button-om01--sbd a:focus {
  color: #0BB5CC;
}
.c-button-om01--ybd a {
  color: #4AAFA0;
  border: 1px solid #4AAFA0;
}
.c-button-om01--ybd a:hover, .c-button-om01--ybd a:focus {
  color: #4AAFA0;
}
.c-button-om02 a {
  display: block;
  margin: 0 auto;
  position: relative;
  background: #2a305c;
  padding: 14px 0 16px;
  border-radius: 10px;
  font: bold 18px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
  color: white;
  text-align: center;
}
.c-button-om02 a svg {
  position: absolute;
  width: 7px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-button-om02 a:hover {
  opacity: .6;
}
.c-button-om02--y a {
  background-color: #4AAFA0;
}
.c-button-om02--y svg {
  position: absolute;
  width: 7px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-button-om02--s a {
  background-color: #0BB5CC;
}
.c-button-om02--c a {
  background-color: #276DB0;
}
.c-button-om03 a, .c-button-om03--c a, .c-button-om03--y a, .c-button-om03--s a {
  display: block;
  margin: 0 auto;
  position: relative;
  background: #2a305c;
  padding: 14px 0 16px;
  border-radius: 10px;
  font: bold 18px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
  color: white;
  text-align: center;
}
.c-button-om03 a svg, .c-button-om03--c a svg, .c-button-om03--y a svg, .c-button-om03--s a svg {
  position: absolute;
  width: 7px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-button-om03 a:hover, .c-button-om03--c a:hover, .c-button-om03--y a:hover, .c-button-om03--s a:hover {
  opacity: .6;
}
.c-button-om03 a .c-btn-icon, .c-button-om03--c a .c-btn-icon, .c-button-om03--y a .c-btn-icon, .c-button-om03--s a .c-btn-icon {
  width: 30px;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-button-om03--c a {
  color: white;
  background-color: #276DB0;
}
.c-button-om03--y a {
  color: white;
  background-color: #4AAFA0;
}
.c-button-om03--s a {
  color: white;
  background-color: #0BB5CC;
}

/*
<div class="c-button--admission">
<a href="/-------/apply/contract/">
ご入会はこちら<svg class="c-btn-koukou__nextorg" xmlns="http://www.w3.org/2000/svg" width="35.05" height="35.05" viewBox="0 0 35.05 35.05"><path d="M17.525,0A17.525,17.525,0,1,0,35.05,17.525,17.525,17.525,0,0,0,17.525,0Zm0,33.129c-8.066,0-15.6-7.539-15.6-15.6s7.539-15.6,15.6-15.6,15.6,7.539,15.6,15.6S25.591,33.129,17.525,33.129Z"></path><path d="M194.04,128.35a1.195,1.195,0,0,0-1.69,1.69l5.13,5.129-5.13,5.13a1.195,1.195,0,0,0,1.69,1.69l5.974-5.974a1.2,1.2,0,0,0,0-1.69Z" transform="translate(-177.926 -117.644)"></path></svg>
</a>
</div>
*/
.c-button--admission {
  text-align: center;
}
.c-button--admission a {
  background: #EE933A;
  color: white;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 400px;
  width: 100%;
  height: 55px;
  border-radius: 30px;
  font: bold 16px/1.5 YakuHanJP, "Noto Sans JP", sans-serif;
  color: white;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.c-button--admission a:hover {
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .c-button--admission a {
    max-width: 500px;
    height: 80px;
    border-radius: 40px;
    font-size: 20px;
  }
}
.c-button--admission a svg {
  position: absolute;
  width: 17px;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  fill: white;
}
@media screen and (min-width: 768px) {
  .c-button--admission a svg {
    width: 22px;
    right: 25px;
  }
}

/*
          <div class="c-banner01"><a href="/chugaku/grade/new-1st-year/" class="u-bd-color--c-1st">
            <div class="c-banner01__img"><img src="local/images/thb-new-1st-year.png"></div>
            <div class="c-banner01__txt">
              <p>新中学生のみなさまへ!<br>中学準備講座特設サイトはこちら</p>
            </div>
            <div cass="c-banner01__arrow"><i class="c-arrow u-color--c-1st"></i></div>
          </a></div>
*/
.c-banner {
  /* バナー小 */
}
.c-banner01 a {
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #fff;
  border: 2px solid #4eb6d0;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  border-radius: 10px;
  width: 100%;
}
.c-banner01 a:hover {
  opacity: .6;
}
.c-banner01__img {
  width: 95px;
}
.c-banner01__img img {
  max-width: 100%;
}
.c-banner01__txt {
  padding: 0 15px;
}
.c-banner01__txt p {
  font: normal 14px/1.8 YakuHanJP, "Noto Sans JP", sans-serif;
  color: #333;
}
.c-banner02--c-rdy a {
  border-color: #86a4b3;
  color: #86a4b3;
}
.c-banner02--c-1st a {
  border-color: #738dbb;
  color: #738dbb;
}
.c-banner02--c-2nd a {
  border-color: #e0813b;
  color: #e0813b;
}
.c-banner02--c-3rd a {
  border-color: #70b26b;
  color: #70b26b;
}
.c-banner02--c-hyojun a {
  border-color: #d43f3f;
  color: #d43f3f;
}
.c-banner02--c-tokushin a {
  border-color: #266eb0;
  color: #266eb0;
}
.c-banner02--c-sugaku a {
  border-color: #3472ae;
  color: #3472ae;
}
.c-banner02--c-kokugo a {
  border-color: #db545f;
  color: #db545f;
}
.c-banner02--c-eigo a {
  border-color: #e3943d;
  color: #e3943d;
}
.c-banner02--c-rika a {
  border-color: #45aa80;
  color: #45aa80;
}
.c-banner02--c-shakai a {
  border-color: #9070b0;
  color: #9070b0;
}
.c-banner02--c-main a {
  border-color: #0059ab;
  color: #0059ab;
}
.c-banner02--c-om a {
  border-color: #276DB0;
  color: #276DB0;
}

.c-container {
  position: relative;
  margin: auto;
}
.c-container p {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .c-container {
    width: calc(100% - 60px);
  }
}
@media screen and (min-width: 992px) {
  .c-container {
    width: 90%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .c-container {
    width: 100%;
  }
}
.c-container--padding {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .c-container--padding {
    padding: 60px 20px;
  }
}
.c-container--ver-padding {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .c-container--hol-padding {
    padding: 0 20px;
  }
}
.c-container--small, .c-container--youji {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.c-container--small p, .c-container--youji p {
  font-weight: 400;
}
.c-container--bkcolor {
  padding: 60px 50px;
}
@media screen and (max-width: 767px) {
  .c-container--bkcolor {
    padding: 60px 0;
  }
}
.c-container--wide {
  width: 100% !important;
  max-width: 100% !important;
}
.c-container--w1200 {
  max-width: 1200px !important;
  width: 100% !important;
  margin: 0 auto !important;
}
.c-container--block {
  max-width: 470px !important;
  width: 100% !important;
  margin: 0 auto !important;
}

.c-list-grade {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
.c-list-grade > li {
  width: 80px;
}

.c-list-grade02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
.c-list-grade02 > li a {
  font: bold 14px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .1;
}
.c-list-grade02 > li a:hover {
  opacity: .6;
}
@media screen and (max-width: 980px) {
  .c-list-grade02 > li a {
    font-size: 13px;
    letter-spacing: 0;
  }
}
.c-list-grade02 > li + li {
  margin-left: 20px;
}
@media screen and (max-width: 980px) {
  .c-list-grade02 > li + li {
    margin-left: 10px;
  }
}

.c-list-course > li {
  position: relative;
  display: inline-block;
  margin-right: 24px;
  font-size: 13px;
}
.c-list-course > li:before {
  color: #ed7019;
  content: "\e080";
  font-family: 'Glyphicons Halflings';
  margin-right: 0.3em;
  vertical-align: -1px;
}
.c-list-course > li a {
  font-size: 13px;
  color: #333;
}

.c-list-label01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .c-list-label01 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-list-label01 li + li {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .c-list-label01 li + li {
    margin-left: 6px;
  }
}

@media screen and (min-width: 768px) {
  .c-list-content {
    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-list-content__item {
  position: relative;
  border: 2px solid #d3d5da;
  border-radius: 6px;
}
@media screen and (min-width: 992px) {
  .c-list-content__item {
    width: calc(50% - 25px);
    margin-top: 100px;
    padding: 40px;
  }
}
@media screen and (min-width: 768px) {
  .c-list-content__item {
    width: calc(50% - 15px);
    margin-top: 100px;
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-list-content__item {
    margin-top: 90px;
    padding: 20px;
  }
}
.c-list-content__item h4 {
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0;
  padding: 0 3%;
  background: #fff;
  text-align: center;
  white-space: nowrap;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .c-list-content__item h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .c-list-content__item h4 {
    font-size: 20px;
  }
}
.c-list-content__item figure {
  margin: 0;
}
.c-list-content__item p {
  font-size: 14px;
}
.c-list-content--shogaku .c-list-content__item figure {
  padding: 40px;
}
.c-list-content--shogaku .c-list-content__item h4 {
  background: #FBFBFB;
}

.c-list-subject {
  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;
}
@media (min-width: 768px) {
  .c-list-subject {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.c-list-subject > li {
  width: calc(25% - 10px);
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .c-list-subject > li {
    width: calc(50% - 5px);
    margin-bottom: 7px;
    font-size: 12px;
  }
}
@media (min-width: 576px) {
  .c-list-subject > li {
    width: calc(33.33333% - 10px);
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .c-list-subject > li {
    width: calc(25% - 10px);
    margin-bottom: 20px;
  }
}
.c-list-subject > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #bdbdbd;
  background: #fff;
  border-radius: 6px;
  letter-spacing: 0;
  color: #333;
  font-weight: 500;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}
@media (max-width: 575px) {
  .c-list-subject > li a {
    height: 50px;
    padding: 0 8px;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
    font-size: 11px;
  }
}
@media (min-width: 576px) {
  .c-list-subject > li a {
    height: 60px;
    padding: 0 15px;
    -webkit-box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.1);
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .c-list-subject > li a i:first-child {
    width: 30px;
  }
}
@media (min-width: 576px) {
  .c-list-subject > li a i:first-child {
    width: 40px;
  }
}
.c-list-subject > li a i.c-arrow {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #aaa;
}
.c-list-subject > li a i img {
  max-width: 100%;
}
@media (min-width: 768px) {
  .c-list-subject > li + li:not(:nth-child(4n+1)) {
    margin-left: calc((100% - ((25% - 10px)*4)) / 3);
  }
}
@media (min-width: 768px) {
  .c-list-subject.row3 li + li:not(:nth-child(4n+1)) {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .c-list-subject.row3 li + li:not(:nth-child(3n+1)) {
    margin-left: calc((100% - ((25% - 10px)*4)) / 3);
  }
}
@media (max-width: 968px) and (min-width: 576px) {
  .c-list-subject.row3 li + li:not(:nth-child(2n+1)) {
    margin-left: calc((100% - ((25% - 10px)*4)) / 3);
  }
}

.c-list-attention li {
  font-size: 11px;
  font-weight: normal;
  color: #333;
  opacity: .7;
  margin-left: 1em;
  text-indent: -1em;
  letter-spacing: 0;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .c-list-anchor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .c-list-anchor__item {
    width: calc(50% - 5px);
  }
}
.c-list-anchor__item .c-button-om01 a, .c-list-anchor__item .c-button-om01--bd a, .c-list-anchor__item .c-button-om01--c a, .c-list-anchor__item .c-button-om01--y a, .c-list-anchor__item .c-button-om01--s a, .c-list-anchor__item .c-button-om01--cbd a, .c-list-anchor__item .c-button-om01--sbd a, .c-list-anchor__item .c-button-om01--ybd a {
  font-size: 16px;
}
.c-list-anchor__item .c-button-om01 svg, .c-list-anchor__item .c-button-om01--bd svg, .c-list-anchor__item .c-button-om01--c svg, .c-list-anchor__item .c-button-om01--y svg, .c-list-anchor__item .c-button-om01--s svg, .c-list-anchor__item .c-button-om01--cbd svg, .c-list-anchor__item .c-button-om01--sbd svg, .c-list-anchor__item .c-button-om01--ybd svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: calc(50% - 6px);
}
.c-list-anchor__item + .c-list-anchor__item {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .c-list-anchor__item:nth-child(2) {
    margin-top: 0;
  }
}

.c-dlist-subject {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 50%;
  border-bottom: 1px solid white;
}
.c-dlist-subject dt {
  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;
  width: 55px;
  font-size: 11px;
}
.c-dlist-subject dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  width: calc(100% - 55px);
  font-size: 11px;
  letter-spacing: .1em;
  background: #f5f7fa;
}
@media screen and (max-width: 767px) {
  .c-dlist-subject {
    width: 100%;
  }
}

.c-list-num {
  counter-reset: count_number-square;
  padding: 0;
  border: 1px solid #F455EC;
  margin: 20px auto;
  padding: 10px 20px;
}
.c-list-num > li {
  text-indent: -1.8em;
  margin-left: 1.8em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font: normal 14px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
}
.c-list-num > li:before {
  background-color: #F455EC;
  color: #fff;
  content: counter(count_number-square);
  counter-increment: count_number-square;
  display: inline-block;
  height: 1.3em;
  width: 1.3em;
  line-height: 1.3;
  text-align: center;
  text-indent: 0;
  margin-right: 0.5em;
}

.c-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.c-flex--ver-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-flex--col2 .c-flex__item, .c-flex--youji .c-flex__item {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .c-flex--col2 .c-flex__item, .c-flex--youji .c-flex__item {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .c-flex--col2 .c-flex__item:nth-of-type(odd), .c-flex--youji .c-flex__item:nth-of-type(odd) {
    padding-right: 30px;
  }
  .c-flex--col2 .c-flex__item:nth-of-type(even), .c-flex--youji .c-flex__item:nth-of-type(even) {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-flex--col2 .c-flex__item + .c-flex__item {
    margin-top: 35px;
  }
}

.c-border01 {
  width: 100%;
  height: 1px;
  background: #eee;
}

/* 波線 */
.c-border02 {
  width: 100%;
  height: 7px;
  background: url(/youji/local/images/line_wave_06.png) repeat-x top left;
  background-size: 450px auto;
}

.c-border03 {
  width: 100%;
  border-bottom: 1px dotted #7d7d7d;
}

.c-label {
  text-align: right;
  /* ラベル-塗り-小 */
  /* ラベル-塗り-中 */
  /* 枠のみ */
  /* 丸枠 */
  /* ポイント */
}
.c-label__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1px 10px 3px !important;
  font: 500 13px/2 YakuHanJP, "Noto Sans JP", sans-serif !important;
}
.c-label__item + .c-label__item {
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .c-label__item {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .08em;
  }
}
.c-label--left {
  text-align: left;
}
.c-label--frame {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: solid 1px #14aa32;
  background-color: #fff;
  color: #14aa32;
}
.c-label--frame.point:before {
  content: "\e127";
  display: inline-block;
  margin-right: 0.3em;
  font-family: 'Glyphicons Halflings';
  font-size: 1.1em;
}
.c-label01 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font: 500 13px/1 YakuHanJP, "Noto Sans JP", sans-serif !important;
  padding: 4px 10px 6px;
}
@media screen and (min-width: 768px) {
  .c-label01 {
    font-size: 16px !important;
  }
}
.c-label02 {
  font: 500 13px/1 YakuHanJP, "Noto Sans JP", sans-serif !important;
  padding: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.c-label02--c-rdy {
  color: #86a4b3 !important;
  background-color: rgba(134, 164, 179, 0.1) !important;
}
.c-label02--c-1st {
  color: #738dbb !important;
  background-color: rgba(115, 141, 187, 0.1) !important;
}
.c-label02--c-2nd {
  color: #e0813b !important;
  background-color: rgba(224, 129, 59, 0.1) !important;
}
.c-label02--c-3rd {
  color: #70b26b !important;
  background-color: rgba(112, 178, 107, 0.1) !important;
}
.c-label02--c-hyojun {
  color: #d43f3f !important;
  background-color: rgba(212, 63, 63, 0.1) !important;
}
.c-label02--c-tokushin {
  color: #266eb0 !important;
  background-color: rgba(38, 110, 176, 0.1) !important;
}
.c-label02--c-sugaku {
  color: #3472ae !important;
  background-color: rgba(52, 114, 174, 0.1) !important;
}
.c-label02--c-kokugo {
  color: #db545f !important;
  background-color: rgba(219, 84, 95, 0.1) !important;
}
.c-label02--c-eigo {
  color: #e3943d !important;
  background-color: rgba(227, 148, 61, 0.1) !important;
}
.c-label02--c-rika {
  color: #45aa80 !important;
  background-color: rgba(69, 170, 128, 0.1) !important;
}
.c-label02--c-shakai {
  color: #9070b0 !important;
  background-color: rgba(144, 112, 176, 0.1) !important;
}
.c-label02--c-main {
  color: #0059ab !important;
  background-color: rgba(0, 89, 171, 0.1) !important;
}
.c-label02--c-om {
  color: #276DB0 !important;
  background-color: rgba(39, 109, 176, 0.1) !important;
}
@media screen and (min-width: 768px) {
  .c-label02 {
    font-size: 16px !important;
  }
}
.c-label03, .c-label03--point, .c-label03--c-top {
  display: inline-block;
  border: solid 1px;
  border-radius: 3px;
  padding: 2px 8px 4px;
  font: 500 13px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  color: #333;
}
.c-label03--point {
  color: #14aa32;
}
.c-label03--point:before {
  content: "\e127";
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  vertical-align: -1px;
}
.c-label03--c-top {
  padding: 5px 18px 5px;
  border-width: 2px;
  font-size: 20px;
  color: #0059ab;
}
@media screen and (max-width: 767px) {
  .c-label03--c-top {
    padding: 5px 8px 5px;
    font-size: 13px;
    border-width: 1px;
  }
}
.c-label03--c-top img {
  display: inline-block;
  width: 30px;
  vertical-align: -8px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .c-label03--c-top img {
    width: 20px;
    vertical-align: -5px;
    margin-right: 5px;
  }
}
.c-label04, .c-label04--center {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font: 500 25px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: 0.17em;
  padding: 15px 25px 17px;
  border-radius: 100px;
}
.c-label04--center {
  margin: 0 auto;
}
.c-label05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  .c-label05 {
    padding: 10px 0 0;
    margin: 0 -20px;
  }
}
.c-label05__icon {
  width: 60px;
  margin-right: 7px;
}
.c-label05 p {
  font: 500 14px/1.8 YakuHanJP, "Noto Sans JP", sans-serif;
  color: #F2931E;
}

.c-video video {
  max-width: 100%;
}

.c-price {
  text-align: center;
}
.c-price__wrapper {
  position: relative;
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.c-price__main {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #e54957 !important;
  font-size: 54px !important;
}
.c-price__main sup {
  font-size: 12px !important;
  vertical-align: -12px;
}
@media screen and (max-width: 767px) {
  .c-price__main {
    font-size: 34px !important;
  }
}
.c-price__span {
  background: #e54957;
  color: white;
  font: 400 27px/1.8 YakuHanJP, "Noto Sans JP", sans-serif;
  padding: 1px 14px 5px 12px;
}
@media screen and (max-width: 767px) {
  .c-price__span {
    font-size: 18px;
  }
}
.c-price__value {
  font-size: 90px;
  letter-spacing: 0;
  vertical-align: -8px;
  margin: 0px 7px 0 13px;
  font-family: Futura, "Century Gothic";
}
@media screen and (max-width: 767px) {
  .c-price__value {
    font-size: 65px;
    vertical-align: -4px;
  }
}
.c-price__tax {
  position: absolute;
  top: 120px;
  right: 72px;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 27px !important;
  color: #e54957 !important;
}
@media screen and (max-width: 767px) {
  .c-price__tax {
    top: 89px;
    right: 53px;
    font-size: 20px !important;
  }
}

.c-arrow {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  border: 1px solid;
}
.c-arrow:before {
  content: "";
  width: 9px;
  height: 9px;
  border-bottom: 3px solid;
  border-right: 3px solid;
  -webkit-transform: rotate(-45deg) translate(-0.5px, -1px);
          transform: rotate(-45deg) translate(-0.5px, -1px);
}
@media screen and (max-width: 767px) {
  .c-arrow {
    width: 20px;
    height: 20px;
  }
  .c-arrow:before {
    width: 7px;
    height: 7px;
    border-width: 0 2px 2px 0;
  }
}

.c-modal .site-logo {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .c-modal {
    display: none !important;
  }
}

.c-closingdate, .c-closingdate--chugaku, .c-closingdate--koukou {
  text-align: center;
  background-color: white;
}
.c-closingdate img, .c-closingdate--chugaku img, .c-closingdate--koukou img {
  width: 100% !important;
  max-width: 600px;
}
.c-closingdate--youji-grade .kv-banner {
  padding: 0;
}
.c-closingdate--chugaku img {
  padding: 10px 0 25px;
}
@media screen and (max-width: 767px) {
  .c-closingdate--chugaku img {
    padding: 5px 0 15px;
  }
}
.c-closingdate--koukou img {
  padding: 20px 0 10px;
}
.c-closingdate--koukou .kv-banner {
  padding: 0;
}

.p-kv {
  position: relative;
  z-index: 1;
}
.p-kv picture img {
  max-width: 100%;
}

.p-kv-unification--course-top {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-kv-unification--course-top {
    max-width: 100%;
    height: calc(100vh - 210px);
    min-height: 500px;
    overflow: hidden;
    position: relative;
  }
}
.p-kv-unification--course-top__catchphrase {
  position: absolute;
  z-index: 1;
  left: 100px;
  bottom: 100px;
  text-align: left;
}
.p-kv-unification--course-top__catchphrase img {
  max-width: 550px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 1500px) {
  .p-kv-unification--course-top__catchphrase img {
    max-width: 450px;
  }
}
@media screen and (max-width: 1300px) {
  .p-kv-unification--course-top__catchphrase img {
    max-width: 400px;
  }
}
@media screen and (max-width: 1150px) {
  .p-kv-unification--course-top__catchphrase {
    left: 50px;
  }
}
.p-kv-unification--course-top__cvbtn {
  display: inline-grid;
  margin-top: 40px;
  font: bold 16px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .07em;
  color: white !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-radius: 32px;
  height: 64px;
  min-width: 270px;
  -webkit-transition: background-color .15s ease, -webkit-box-shadow .15s ease;
  transition: background-color .15s ease, -webkit-box-shadow .15s ease;
  transition: background-color .15s ease, box-shadow .15s ease;
  transition: background-color .15s ease, box-shadow .15s ease, -webkit-box-shadow .15s ease;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
.p-kv-unification--course-top__cvbtn:hover {
  color: white;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
}
.p-kv-unification--course-top__cvbtn.contract {
  background-color: #FC7F01;
}
.p-kv-unification--course-top__cvbtn.contract:hover {
  background-color: #e37201;
}
.p-kv-unification--course-top__cvbtn.reqinfo {
  background-color: #82CD04;
}
.p-kv-unification--course-top__cvbtn.reqinfo:hover {
  background-color: #72b404;
}
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    /* 拡大率 */
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    /* 拡大率 */
  }
}
.p-kv-unification--course-top__pcslide .slick-animation {
  -webkit-animation: zoom 5s 0s linear;
          animation: zoom 5s 0s linear;
}
@media screen and (min-width: 768px) {
  .p-kv-unification--course-top__pcslide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .p-kv-unification--course-top__pcslide picture img {
    width: 100%;
    height: calc(100vh - 210px);
    min-height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .p-kv-unification--course-top__pcslide .slider-koukou {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .p-kv-unification--course-top__pcslide .slider-koukou .slick-list,
  .p-kv-unification--course-top__pcslide .slider-koukou .slick-track {
    height: 100%;
  }
  .p-kv-unification--course-top__pcslide .slider-koukou .slick-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}

.p-kv-unification--ygrade {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  z-index: 1;
}
.p-kv-unification--ygrade picture img {
  max-width: 100%;
}
.p-kv-unification--ygrade__cvbtn {
  position: absolute;
  bottom: 60px;
  left: 60px;
  display: inline-grid;
  font: bold 16px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .07em;
  border: 2px solid white;
  color: white !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-radius: 32px;
  height: 64px;
  min-width: 270px;
  -webkit-transition: background-color .15s ease;
  transition: background-color .15s ease;
}
.p-kv-unification--ygrade__cvbtn:hover {
  color: white;
}
.p-kv-unification--ygrade__cvbtn.contract {
  background-color: #FC7F01;
}
.p-kv-unification--ygrade__cvbtn.contract:hover {
  background-color: #e37201;
}
.p-kv-unification--ygrade__cvbtn.reqinfo {
  background-color: #82CD04;
}
.p-kv-unification--ygrade__cvbtn.reqinfo:hover {
  background-color: #72b404;
}

.p-intro {
  background: #F5F7FA;
}
.p-intro__title {
  padding: 22px 30px 36px;
  color: white;
  text-align: center;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-intro__title {
    font-size: 21px;
    padding: 25px 20px 30px;
  }
}
.p-intro__title small {
  color: white;
  font-size: 24px;
  display: inline-block;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-intro__title small {
    font-size: 18px;
  }
}
.p-intro--shogaku-4th .p-intro__title {
  background: #14aa32;
}
.p-intro--chugaku-1st .p-intro__title {
  background: #738dbb;
}
.p-intro--chugaku-2nd .p-intro__title {
  background: #e0813b;
}
.p-intro--chugaku-3rd .p-intro__title {
  background: #70b26b;
}
.p-intro--chugaku-rdy .p-intro__title {
  background: #86a4b3;
}
.p-intro--s-rdy .p-intro__title {
  background: #77caf5;
}
.p-intro--s-1st .p-intro__title {
  background: #f05096;
}
.p-intro--s-2nd .p-intro__title {
  background: #f06e00;
}
.p-intro--s-3rd .p-intro__title {
  background: #faaf05;
}
.p-intro--s-4th .p-intro__title {
  background: #14aa32;
}
.p-intro--s-5th .p-intro__title {
  background: #a53c96;
}
.p-intro--s-6th .p-intro__title {
  background: #0082c8;
}
.p-intro--s-kokugo .p-intro__title {
  background: #D95246;
}
.p-intro--s-sansu .p-intro__title {
  background: #417AD7;
}
.p-intro--s-eigo .p-intro__title {
  background: #EF9800;
}
.p-intro--s-rika .p-intro__title {
  background: #4AAE7B;
}
.p-intro--s-shakai .p-intro__title {
  background: #8A74D9;
}
.p-intro--s-program .p-intro__title {
  background: #3F5EAC;
}
.p-intro--s-ongaku .p-intro__title {
  background: #00c1df;
}
.p-intro--s-kateika .p-intro__title {
  background: #f291b8;
}
.p-intro--s-taiku .p-intro__title {
  background: #a3834f;
}
.p-intro--s-test .p-intro__title {
  background: #00AAB0;
}
.p-intro--s-coretre .p-intro__title {
  background: #1DAFE8;
}
.p-intro--s-hatten .p-intro__title {
  background: #0B308E;
}
.p-intro--s-tanoshimu .p-intro__title {
  background: #ef8100;
}
.p-intro--s-kanken .p-intro__title {
  background: #c38b3c;
}
.p-intro--s-doril .p-intro__title {
  background: #41b9d7;
}
.p-intro--s-price .p-intro__title {
  background: #1bb8ce;
}
.p-intro--s-mintre .p-intro__title {
  background: #3385cb;
}
.p-intro--s-chugaku .p-intro__title {
  background: #728cba;
}
.p-intro--s-other .p-intro__title {
  background: #1BB8CE;
}
.p-intro--s-interview .p-intro__title {
  background: #e54957;
}
.p-intro--s-main .p-intro__title {
  background: #eb6000;
}
.p-intro--s-om .p-intro__title {
  background: #0BB5CC;
}

.p-txtimg {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-txtimg__txt {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-txtimg__txt {
    width: 100%;
    padding: 0 20px 25px;
  }
}
.p-txtimg__img {
  width: calc(50% - 30px);
  max-width: 500px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-txtimg__img {
    max-width: 100%;
    width: 100%;
  }
}

.p-award {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-award {
    max-width: 500px;
    margin: 30px auto 0;
  }
}
.p-award figure {
  width: 36%;
  margin: 0;
}
.p-award dl {
  width: 64%;
  padding-left: 5px;
}
@media screen and (min-width: 768px) {
  .p-award dl {
    padding-left: 20px;
  }
}
.p-award dt {
  margin-bottom: 10px;
  padding-bottom: 12px;
  border-bottom: 2px dotted #eee;
  line-height: 1.6;
  font-size: 16px;
}
.p-award dt span {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-award dt {
    font-size: 14px;
  }
}
.p-award dd {
  font-weight: 400;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-award dd {
    font-size: 11px;
  }
}
.p-award dd a:hover {
  text-decoration: underline;
}

/* バナー大 */
.p-lbanner {
  max-width: 500px;
  margin: auto;
  text-align: center;
}
.p-lbanner__head {
  position: relative;
  bottom: -1px;
}
.p-lbanner__head:before {
  content: "";
  position: absolute;
  left: 50%;
  background: url("/youji/grade/nencho/local/images/point-cap-icon.png") no-repeat top center;
  background-size: 100% auto;
  -webkit-animation-duration: .8s;
          animation-duration: .8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translate3d(0, 200px, 0) scale3d(0.1, 0.1, 0.1);
          transform: translate3d(0, 200px, 0) scale3d(0.1, 0.1, 0.1);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-lbanner__head:before {
    top: -38px;
    width: 61px;
    height: 61px;
    margin-left: -30px;
  }
}
@media screen and (min-width: 768px) {
  .p-lbanner__head:before {
    top: -45px;
    width: 80px;
    height: 80px;
    margin-left: -40px;
  }
}
.p-lbanner__head.in-view:before {
  -webkit-animation-name: popInBottom;
          animation-name: popInBottom;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
.p-lbanner__inner {
  background: #4aafa0;
  border-radius: 6px;
  padding: 40px;
}
@media screen and (min-width: 992px) {
  .p-lbanner__inner {
    padding: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-lbanner__inner {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-lbanner__inner {
    padding: 25px;
  }
}
.p-lbanner__inner p, .p-lbanner__inner h3 {
  color: white;
  font-weight: 500;
}
.p-lbanner__inner h3 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 4px dotted white;
  line-height: 1.3em;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 992px) {
  .p-lbanner__inner h3 {
    font-size: 26px;
  }
}
@media screen and (min-width: 768px) {
  .p-lbanner__inner h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-lbanner__inner h3 {
    font-size: 23px;
  }
}
.p-lbanner__inner p {
  margin: 0;
  text-align: left;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-lbanner__inner p {
    font-size: 14px;
  }
}
.p-lbanner__inner a {
  position: relative;
  display: block;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #fff;
  border-radius: 6px;
  color: #1c8dcc;
  font-weight: 500;
  -webkit-transition: color .15s ease, background-color .15s ease;
  transition: color .15s ease, background-color .15s ease;
}
@media screen and (max-width: 767px) {
  .p-lbanner__inner a {
    min-height: 65px;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .p-lbanner__inner a {
    min-height: 70px;
    margin-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .p-lbanner__inner a {
    min-height: 80px;
  }
}
.p-lbanner__inner a:after, .p-lbanner__inner a:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px dashed;
}
.p-lbanner__inner a:before {
  top: 3px;
}
.p-lbanner__inner a:after {
  bottom: 3px;
}
.p-lbanner__inner a .c-arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-lbanner__inner a .c-arrow {
    right: 10px;
  }
}
.p-lbanner__inner a:hover {
  color: white;
  background: #1c8dcc;
}

/* 幼児コース */
.p-y-article {
  background: url(/youji/local/images/bg_tile.png) left center;
}
.p-y-article__main {
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-y-article__main {
    padding: 90px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-y-article__main {
    width: 100%;
  }
}
.p-y-article__main--single {
  max-width: 470px;
}
.p-y-article__main--hasbanner {
  max-width: 470px;
}
@media screen and (max-width: 767px) {
  .p-y-article__main--hasbanner .p-y-article__block {
    padding: 80px 20px 100px;
  }
  .p-y-article__main--hasbanner .p-y-article__block:before {
    content: none;
  }
}
.p-y-article__intro {
  margin: 0 auto;
  width: 90%;
  max-width: 1000px;
  text-align: center;
  padding: 60px 0 0;
}
.p-y-article__intro > p {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
  font: 400 14px/1.8 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-y-article__intro {
    width: 100%;
    padding: 40px 20px 0;
  }
}
.p-y-article__block {
  width: 100%;
  max-width: 470px;
}
.p-y-article__block > p {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
  font: 400 14px/1.8 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: 0;
}
.p-y-article__block figure video,
.p-y-article__block figure img {
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .p-y-article__block figure {
    margin: 40px 0 50px;
  }
}
@media screen and (min-width: 768px) {
  .p-y-article__block figure {
    margin: 30px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-y-article__block figure {
    position: relative;
    margin: 30px -20px 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-y-article__block {
    padding: 65px 35px;
    position: relative;
  }
  .p-y-article__block:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 7px;
    background: url(/youji/local/images/line_wave_06.png) repeat-x top left;
    background-size: 450px auto;
  }
}
.p-y-article__block .p-title-y04 {
  margin-bottom: 10px;
}
.p-y-article__block.nowave::before {
  content: none;
}
@media screen and (min-width: 768px) {
  .p-y-article__block.other {
    margin-bottom: 70px;
  }
  .p-y-article__block.other:nth-last-of-type(1), .p-y-article__block.other:nth-last-of-type(2) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-y-article__block.other {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .p-y-article__block.other:nth-of-type(1) {
    padding-top: 65px;
  }
  .p-y-article__block.other:last-of-type {
    padding-bottom: 100px;
  }
}

.p-k-modal__body {
  padding: 0;
}
.p-k-modal__title {
  background-color: #2a305c;
  text-align: center;
}
.p-k-modal__title h2 {
  font: bold 26px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .08em;
  color: white;
  padding: 34px 0;
}
.p-k-modal__section {
  padding: 40px 20px;
}
.p-k-modal__section--wide {
  padding: 40px 0;
}
.p-k-modal__section--wide .c-btn-koukou--shiryou {
  padding-left: 20px;
  padding-right: 20px;
}
.p-k-modal__section p {
  font: normal 14px/1.8 YakuHanJP, "Noto Sans JP", sans-serif;
  color: #333;
}
.p-k-modal__section .c-img--full {
  width: calc(100vw - 23px);
}
@media screen and (min-width: 768px) {
  .p-k-modal__section .c-img--full {
    width: 100%;
  }
}
.p-k-modal__circle {
  position: relative;
  z-index: 1;
}
.p-k-modal__circle-bk {
  position: absolute;
  top: 32%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 120%;
  z-index: -1;
  text-align: center;
}

.p-title-y01 {
  background: #F49E09;
  padding: 50px 0;
}
.p-title-y01 p {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 25px;
  padding: 0 40px 10px;
  border-bottom: 1px dashed #fff;
  color: white;
  text-align: center;
  font: 700 60px/1 'Montserrat', sans-serif;
}
.p-title-y01 p small {
  display: block;
  font-size: 15px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-title-y01 p {
    font-size: 40px;
  }
}
.p-title-y01 h2 {
  text-align: center;
  font: 500 30px/1.2 YakuHanJP, "Noto Sans JP", sans-serif;
  color: white;
}
@media screen and (max-width: 767px) {
  .p-title-y01 h2 {
    font-size: 26px;
  }
}
.p-title-y01--red {
  background: #F75D5D;
}
.p-title-y01--blue {
  background: #2F97D4;
}
.p-title-y02 > p, .p-title-y02--nenchu > p {
  text-align: center;
  font: 400 24px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-title-y02 > p, .p-title-y02--nenchu > p {
    font-size: 23px;
  }
}
.p-title-y02 > h2, .p-title-y02--nenchu > h2 {
  text-align: center;
  font: 400 40px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-title-y02 > h2, .p-title-y02--nenchu > h2 {
    font-size: 28px;
  }
}
.p-title-y02--nenchu > h2 span {
  color: #f97090;
}
@media screen and (max-width: 767px) {
  .p-title-y02--nenchu > h2 {
    font-size: 26px;
  }
}
.p-title-y03 h3 {
  position: relative;
  padding-left: 14px;
  color: #333;
  font: 400 26px/1.5 YakuHanJP, "Noto Sans JP", sans-serif;
}
.p-title-y03 h3:before {
  content: "";
  display: block;
  width: 5px;
  height: 1em;
  position: absolute;
  top: 0.3em;
  left: 0;
  background-color: #333;
}
.p-title-y04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-title-y04__icon {
  margin-right: 10px;
  height: 43px;
}
.p-title-y04__icon img {
  max-height: 100%;
}
.p-title-y04__icon--large {
  height: 68px;
}
.p-title-y04__title h3 {
  font: 400 22px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
  color: #333;
}
.p-title-y04__title h3 small {
  display: block;
  font-size: 0.5em;
  color: #333;
}
.p-title-y04__title h3 sup {
  font-size: 0.5em;
  vertical-align: 7px;
}
.p-title-y04__title--center {
  text-align: center;
}
.p-title-y04--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-title-y04__label {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 5px 20px;
  background: #D80C24;
  color: white;
  font: 400 16px/1.2 YakuHanJP, "Noto Sans JP", sans-serif;
}
.p-title-y04--coretre span {
  background-color: #14AFE7;
  color: white;
  font-size: 14px;
  padding: 5px 25px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .p-title-y04--coretre span {
    margin-left: 10px;
    padding: 5px 10px 6px;
    vertical-align: 2px;
  }
}
.p-title-y05 {
  padding: 50px 0;
  background: #1BB8CE;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-title-y05 {
    padding: 40px 0;
  }
}
.p-title-y05 h3 {
  position: relative;
  display: inline-block;
  font: 400 30px/1.3 YakuHanJP, "Noto Sans JP", sans-serif;
  color: white;
  text-align: center;
  padding: 0 50px;
}
@media screen and (max-width: 767px) {
  .p-title-y05 h3 {
    font-size: 26px;
    padding: 0 40px;
  }
}
.p-title-y05 h3 small {
  display: block;
  font-size: 20px;
  color: white;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-title-y05 h3 small {
    font-size: 17px;
  }
}
.p-title-y05 h3:before, .p-title-y05 h3:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 35px;
  height: 56px;
}
@media screen and (max-width: 767px) {
  .p-title-y05 h3:before, .p-title-y05 h3:after {
    width: 26px;
    height: 42px;
  }
}
.p-title-y05 h3:before {
  left: 0;
  background: url(/youji/grade/nencho/local/images/ttl-dot-left.png) no-repeat top left;
  background-size: 100% auto;
}
.p-title-y05 h3:after {
  right: 0;
  background: url(/youji/grade/nencho/local/images/ttl-dot-right.png) no-repeat top left;
  background-size: 100% auto;
}
.p-title-y05--wave {
  position: relative;
}
.p-title-y05--wave h3 img {
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .p-title-y05--wave h3 img {
    max-width: 100%;
  }
}
.p-title-y05--wave h3::before, .p-title-y05--wave h3::after {
  content: none;
}
.p-title-y05--wave::before, .p-title-y05--wave::after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background-repeat: repeat;
  background-position: 0 0;
  background-size: auto 3px;
}
.p-title-y05--wave::before {
  height: 4px;
  background-size: auto 4px;
  top: -4px;
  background-image: url(/youji/grade/nencho/local/images/bg-wave-shogaku-top.png);
}
.p-title-y05--wave::after {
  height: 4px;
  background-size: auto 4px;
  bottom: -4px;
  background-image: url(/youji/grade/nencho/local/images/bg-wave-shogaku-btm.png);
}
.p-title-y05--coretre {
  position: relative;
  padding: 35px 0;
  background: #1DAFE7;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-title-y05--coretre {
    padding: 25px 0;
  }
}
.p-title-y05--coretre h3 {
  position: relative;
  display: inline-block;
  font: 400 34px/1.3 YakuHanJP, "Noto Sans JP", sans-serif;
  color: white;
  text-align: center;
  padding: 0 50px;
}
@media screen and (max-width: 767px) {
  .p-title-y05--coretre h3 {
    font-size: 24px;
  }
}
.p-title-y05--coretre h3 span {
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  background: white;
  color: #1DAFE7;
  font-size: 24px;
  padding: 4px 30px 6px;
  font-weight: 500;
  border-radius: 15px;
  margin: 0 auto 15px;
}
@media screen and (max-width: 767px) {
  .p-title-y05--coretre h3 span {
    font-size: 18px;
    padding: 3px 15px 4px;
  }
}
.p-title-y05--coretre .balloon {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  top: -50px;
  font: 500 28px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  color: #1DAFE7;
}
.p-title-y05--coretre .balloon:after, .p-title-y05--coretre .balloon:before {
  content: "";
  display: block;
  width: 29px;
  height: 2px;
  background-image: linear-gradient(to right, #1DAFE7, #1DAFE7 2px, transparent 2px, transparent 4px);
  background-size: 5px 2px;
  background-repeat: repeat-x;
  -webkit-transform: rotate(-117deg);
          transform: rotate(-117deg);
  position: absolute;
  top: 15px;
  left: -29px;
}
.p-title-y05--coretre .balloon:after {
  -webkit-transform: rotate(-63deg);
          transform: rotate(-63deg);
  left: auto;
  right: -29px;
}
@media screen and (max-width: 767px) {
  .p-title-y05--coretre .balloon {
    top: -30px;
    font-size: 18px;
  }
  .p-title-y05--coretre .balloon:before, .p-title-y05--coretre .balloon:after {
    top: 10px;
  }
}
.p-title-s01 {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-title-s01__main {
    position: absolute;
    top: 0;
  }
}
.p-title-s01__main h3 {
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: .05em;
  margin: 14px auto;
}
.p-title-s01__main h3 small {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  display: block;
  line-height: inherit;
}
.p-title-s01__main h3 span {
  color: #e73223;
}
@media screen and (max-width: 767px) {
  .p-title-s01__main h3 {
    margin: 0;
    padding: 13px 30px;
    font-size: 35px;
    text-align: left;
    line-height: 1.4;
    letter-spacing: 0;
  }
  .p-title-s01__main h3 small {
    font-size: 30px;
    margin-bottom: -4px;
  }
}
.p-title-s02 {
  position: relative;
  text-align: center;
  padding: 55px 30px 40px;
}
@media screen and (max-width: 767px) {
  .p-title-s02 {
    padding: 55px 20px 30px;
  }
}
.p-title-s02__wrapper {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-title-s02__wrapper {
    padding-top: 40px;
  }
}
.p-title-s02__icon {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  padding: 4px;
  border-radius: 100%;
  width: 100px;
}
@media screen and (max-width: 767px) {
  .p-title-s02__icon {
    width: 80px;
  }
}
.p-title-s02__subject {
  display: inline-block;
  margin: 0 auto;
  padding: 0 1.5em;
  background: #fff;
  font-size: 16px;
  font-weight: 600;
  vertical-align: middle;
  margin-bottom: 15px;
  border-radius: 15px;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .p-title-s02__subject {
    font-size: 14px;
    margin-bottom: 14px;
    border-radius: 11px;
    line-height: 22px;
  }
}
.p-title-s02__heading {
  margin: 0;
  color: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-title-s02__heading {
    font-size: 27px;
  }
}
.p-title-s03, .p-title-s03--center {
  font: 500 27px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-title-s03, .p-title-s03--center {
    font-size: 24px;
    line-height: 1.6;
  }
}
.p-title-s03--center {
  text-align: center;
}
.p-title-s05 {
  font-weight: 500;
  font-size: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-title-s05 {
    font-size: 35px;
  }
}
.p-title-c01 {
  border-top: 3px solid #0059ab;
}
@media screen and (max-width: 767px) {
  .p-title-c01 {
    position: relative;
    border: none;
  }
}
.p-title-c01__num {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  padding: 8px 20px 15px;
  margin-bottom: 20px;
  background-color: #0059ab;
  color: white;
  font: 400 40px/1 YakuHanJP, "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-title-c01__num {
    position: relative;
    margin-left: 0;
    margin-bottom: 20px;
    padding: 7px 20px 10px 30px;
    font-size: 30px;
  }
  .p-title-c01__num:before {
    content: "";
    display: block;
    width: 2px;
    height: 24px;
    position: absolute;
    left: 20px;
    top: 11px;
    background: white;
  }
}
.p-title-c01__title {
  text-align: center;
  font: 500 40px/1.5 YakuHanJP, "Noto Sans JP", sans-serif;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-title-c01__title {
    padding: 0 20px;
    text-align: left;
    font-size: 26px;
  }
}
.p-title-c01__abstract {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 35px auto 0;
  padding: 20px;
  background: #a5c8e1;
  border-radius: 15px;
}
.p-title-c01__abstract > li img {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .p-title-c01__abstract {
    width: 430px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-title-c01__abstract > li {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .p-title-c01__abstract {
    padding: 0 20px;
    margin-top: 25px;
    background: transparent;
  }
  .p-title-c01__abstract > li {
    width: 76px;
    margin-right: 12px;
  }
}
@media screen and (min-width: 768px) {
  .p-title-c01__img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-title-c01__contents {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
  }
}
.p-title-c01--eigo {
  border-top: 3px solid #e3943d;
}
@media screen and (max-width: 767px) {
  .p-title-c01--eigo {
    border-top: none;
  }
}
.p-title-c01--eigo .p-title-c01__num {
  background-color: #e3943d;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .p-title-c01--eigo .p-title-c01__num {
    font-size: 16px;
    padding-left: 20px;
  }
  .p-title-c01--eigo .p-title-c01__num:before {
    content: none;
  }
}
@media screen and (min-width: 768px) {
  .p-title-c01--onlytxt {
    padding-top: 60px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-title-c01--onlytxt {
    margin-top: 60px;
  }
}
.p-title-c02 {
  position: relative;
  text-align: center;
  padding: 55px 30px 40px;
}
@media screen and (max-width: 767px) {
  .p-title-c02 {
    padding: 55px 20px 30px;
  }
}
.p-title-c02__wrapper {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-title-c02__wrapper {
    padding-top: 40px;
  }
}
.p-title-c02__icon {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  padding: 4px;
  border-radius: 100%;
  width: 100px;
}
@media screen and (max-width: 767px) {
  .p-title-c02__icon {
    width: 80px;
  }
}
.p-title-c02__subject {
  display: inline-block;
  margin: 0 auto;
  padding: 0 1.5em;
  background: #fff;
  font-size: 16px;
  font-weight: 600;
  vertical-align: middle;
  margin-bottom: 15px;
  border-radius: 15px;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .p-title-c02__subject {
    font-size: 14px;
    margin-bottom: 14px;
    border-radius: 11px;
    line-height: 22px;
  }
}
.p-title-c02__heading {
  margin: 0;
  color: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-title-c02__heading {
    font-size: 27px;
  }
}
.p-title-c02--intro {
  background: #F5F7FA;
}
.p-title-c02--onlytxt {
  padding: 45px ​30px 40p;
}
@media screen and (max-width: 767px) {
  .p-title-c02--onlytxt {
    padding: 36px 20px 30px;
  }
}
.p-title-c03, .p-title-c03--small {
  text-align: center;
  font: 500 56px/1.5 YakuHanJP, "Noto Sans JP", sans-serif;
  color: #0059ab;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-title-c03, .p-title-c03--small {
    font-size: 32px;
  }
}
.p-title-c03 small, .p-title-c03--small small {
  display: block;
  font: 400 35px/1.5 YakuHanJP, "Noto Sans JP", sans-serif;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-title-c03 small, .p-title-c03--small small {
    font-size: 20px;
  }
}
.p-title-c03--small {
  font-size: 42px;
}
@media screen and (max-width: 767px) {
  .p-title-c03--small {
    font-size: 28px;
  }
}
.p-title-c04__main {
  font: 500 34px/1.5 YakuHanJP, "Noto Sans JP", sans-serif;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-title-c04__main {
    text-align: left;
    font-size: 20px;
  }
}
.p-title-c04__label li {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-title-c04__label .c-label02 {
    padding: 8px 20px 10px;
  }
  .p-title-c04__label li {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-title-c04__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-title-c04__label li + li {
    margin-left: 10px;
  }
}
.p-title-c04--hasbar {
  position: relative;
  padding-top: 60px;
  margin-top: 60px;
}
.p-title-c04--hasbar:before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #333;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-title-c04--hasbar {
    padding-top: 0;
  }
  .p-title-c04--hasbar:before {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .p-title-c04--wide {
    width: 100%;
  }
}
.p-title-c05, .p-title-c05--c-rdy, .p-title-c05--c-1st, .p-title-c05--c-2nd, .p-title-c05--c-3rd, .p-title-c05--c-hyojun, .p-title-c05--c-tokushin, .p-title-c05--c-sugaku, .p-title-c05--c-kokugo, .p-title-c05--c-eigo, .p-title-c05--c-rika, .p-title-c05--c-shakai, .p-title-c05--c-main, .p-title-c05--c-om {
  position: relative;
  padding-left: 14px;
  color: #333;
  font: 400 26px/1.5 YakuHanJP, "Noto Sans JP", sans-serif;
  border-left: 3px solid #333;
  margin-bottom: 30px;
}
.p-title-c05--c-rdy {
  border-color: #86a4b3;
}
.p-title-c05--c-1st {
  border-color: #738dbb;
}
.p-title-c05--c-2nd {
  border-color: #e0813b;
}
.p-title-c05--c-3rd {
  border-color: #70b26b;
}
.p-title-c05--c-hyojun {
  border-color: #d43f3f;
}
.p-title-c05--c-tokushin {
  border-color: #266eb0;
}
.p-title-c05--c-sugaku {
  border-color: #3472ae;
}
.p-title-c05--c-kokugo {
  border-color: #db545f;
}
.p-title-c05--c-eigo {
  border-color: #e3943d;
}
.p-title-c05--c-rika {
  border-color: #45aa80;
}
.p-title-c05--c-shakai {
  border-color: #9070b0;
}
.p-title-c05--c-main {
  border-color: #0059ab;
}
.p-title-c05--c-om {
  border-color: #276DB0;
}
@media screen and (max-width: 767px) {
  .p-title-c05, .p-title-c05--c-rdy, .p-title-c05--c-1st, .p-title-c05--c-2nd, .p-title-c05--c-3rd, .p-title-c05--c-hyojun, .p-title-c05--c-tokushin, .p-title-c05--c-sugaku, .p-title-c05--c-kokugo, .p-title-c05--c-eigo, .p-title-c05--c-rika, .p-title-c05--c-shakai, .p-title-c05--c-main, .p-title-c05--c-om {
    font-size: 20px;
  }
}
.p-title-k {
  /*
    <article class="p-title-k01"><h1>ページタイトルが入ります</h1></article>
  */
  /*
    シンプルな太字のタイトルです
    <div class="p-title-k02"><h*>タイトル</h*></div>
  */
  /*
    シンプルな細字のタイトルです
    <div class="p-title-k03"><h*>タイトル</h*></div>
  */
  /*
    文頭にブロックがあるタイトルです。
    <div class="p-title-k04"><h*>タイトル</h*></div>
  */
  /*
    背景に薄い色を敷いたタイトルです
    <div class="p-title-k05"><h*>タイトル</h*></div>
  */
  /*
    左に線があるタイプの見出しです。
    <div class="p-title-k06"><h*>見出し</h*></div>
  */
}
.p-title-k01, .p-title-k01--subtitle, .p-title-k01--goukaku {
  width: 100%;
  text-align: center;
  background-color: #2a305c;
}
.p-title-k01 h1, .p-title-k01--subtitle h1, .p-title-k01--goukaku h1, .p-title-k01 h2, .p-title-k01--subtitle h2, .p-title-k01--goukaku h2, .p-title-k01 h3, .p-title-k01--subtitle h3, .p-title-k01--goukaku h3, .p-title-k01 h4, .p-title-k01--subtitle h4, .p-title-k01--goukaku h4, .p-title-k01 h5, .p-title-k01--subtitle h5, .p-title-k01--goukaku h5 {
  font: bold 32px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
  color: white;
  padding: 36px 0;
}
@media screen and (min-width: 768px) {
  .p-title-k01 h1, .p-title-k01--subtitle h1, .p-title-k01--goukaku h1, .p-title-k01 h2, .p-title-k01--subtitle h2, .p-title-k01--goukaku h2, .p-title-k01 h3, .p-title-k01--subtitle h3, .p-title-k01--goukaku h3, .p-title-k01 h4, .p-title-k01--subtitle h4, .p-title-k01--goukaku h4, .p-title-k01 h5, .p-title-k01--subtitle h5, .p-title-k01--goukaku h5 {
    padding: 50px;
  }
}
.p-title-k01 h1 small, .p-title-k01--subtitle h1 small, .p-title-k01--goukaku h1 small, .p-title-k01 h2 small, .p-title-k01--subtitle h2 small, .p-title-k01--goukaku h2 small, .p-title-k01 h3 small, .p-title-k01--subtitle h3 small, .p-title-k01--goukaku h3 small, .p-title-k01 h4 small, .p-title-k01--subtitle h4 small, .p-title-k01--goukaku h4 small, .p-title-k01 h5 small, .p-title-k01--subtitle h5 small, .p-title-k01--goukaku h5 small {
  display: block;
  font: bold 20px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  color: white;
  letter-spacing: .1em;
}
.p-title-k01--subtitle h1, .p-title-k01--subtitle h2, .p-title-k01--subtitle h3, .p-title-k01--subtitle h4, .p-title-k01--subtitle h5 {
  padding: 15px 20px 30px;
}
@media screen and (min-width: 768px) {
  .p-title-k01--subtitle h1, .p-title-k01--subtitle h2, .p-title-k01--subtitle h3, .p-title-k01--subtitle h4, .p-title-k01--subtitle h5 {
    padding: 32px 20px 47px;
  }
}
.p-title-k01--goukaku {
  background-color: #FCF2DD;
}
.p-title-k01--goukaku h2 {
  position: relative;
  display: inline-block;
  padding: 40px 0 !important;
  color: #FC5C4E;
}
@media screen and (min-width: 768px) {
  .p-title-k01--goukaku h2 {
    font-size: 40px !important;
  }
}
.p-title-k01--goukaku h2:before {
  content: "";
  position: absolute;
  top: 20px;
  left: -40px;
  display: block;
  width: 33px;
  height: 50px;
  background-image: url("/koukou/merit/local/images/goukaku-titleorg01.png");
  background-size: cover;
}
.p-title-k01--goukaku h2:after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: -40px;
  display: block;
  width: 33px;
  height: 50px;
  background-image: url("/koukou/merit/local/images/goukaku-titleorg02.png");
  background-size: cover;
}
.p-title-k02 h1, .p-title-k02--haveicon h1, .p-title-k02 h2, .p-title-k02--haveicon h2, .p-title-k02 h3, .p-title-k02--haveicon h3, .p-title-k02 h4, .p-title-k02--haveicon h4, .p-title-k02 h5, .p-title-k02--haveicon h5 {
  text-align: center;
  font: bold 20px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
  color: #333;
}
@media screen and (min-width: 768px) {
  .p-title-k02 h1, .p-title-k02--haveicon h1, .p-title-k02 h2, .p-title-k02--haveicon h2, .p-title-k02 h3, .p-title-k02--haveicon h3, .p-title-k02 h4, .p-title-k02--haveicon h4, .p-title-k02 h5, .p-title-k02--haveicon h5 {
    font-size: 25px;
  }
}
.p-title-k02--haveicon {
  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;
}
.p-title-k02--haveicon img {
  margin-right: 10px;
}
.p-title-k02--haveicon h1, .p-title-k02--haveicon h2, .p-title-k02--haveicon h3, .p-title-k02--haveicon h4, .p-title-k02--haveicon h5 {
  text-align: left;
}
.p-title-k03 h1, .p-title-k03--bold h1, .p-title-k03 h2, .p-title-k03--bold h2, .p-title-k03 h3, .p-title-k03--bold h3, .p-title-k03 h4, .p-title-k03--bold h4, .p-title-k03 h5, .p-title-k03--bold h5 {
  text-align: left;
  font: normal 20px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
  color: #333;
}
.p-title-k03--bold h1, .p-title-k03--bold h2, .p-title-k03--bold h3, .p-title-k03--bold h4, .p-title-k03--bold h5 {
  font-weight: bold;
}
.p-title-k03 > span.num, .p-title-k03--bold > span.num {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 3px 15px;
  background: #2a305c;
  color: white;
  border-radius: 3px;
  margin-bottom: 5px;
  font: bold 13px/1 YakuHanJP, "Noto Sans JP", sans-serif;
}
.p-title-k04 h1, .p-title-k04 h2, .p-title-k04 h3, .p-title-k04 h4, .p-title-k04 h5 {
  padding-left: 5px;
  border-left: 15px solid #2a305c;
  font: bold 20px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
  color: #333;
}
@media screen and (min-width: 768px) {
  .p-title-k04 h1, .p-title-k04 h2, .p-title-k04 h3, .p-title-k04 h4, .p-title-k04 h5 {
    font-size: 25px;
    padding-left: 10px;
    border-left: 10px solid #2a305c;
  }
}
.p-title-k05 h1, .p-title-k05 h2, .p-title-k05 h3, .p-title-k05 h4, .p-title-k05 h5 {
  text-align: center;
  font: bold 20px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
  padding: 15px 0 17px;
  color: #2a305c;
  background: rgba(42, 48, 92, 0.1);
}
.p-title-k06 h1, .p-title-k06 h2, .p-title-k06 h3, .p-title-k06 h4, .p-title-k06 h5 {
  font: 400 20px/1.5 YakuHanJP, "Noto Sans JP", sans-serif;
  color: #333;
  padding-left: 10px;
  border-left: 3px solid #2a305c;
}
@media screen and (min-width: 768px) {
  .p-title-k06 h1, .p-title-k06 h2, .p-title-k06 h3, .p-title-k06 h4, .p-title-k06 h5 {
    font-size: 26px;
  }
}
.p-title-sz01__icon {
  text-align: center;
}
.p-title-sz01__icon img {
  width: 100px;
}
.p-title-sz01__balloon {
  margin-top: 10px;
}
.p-title-sz01__balloon:after, .p-title-sz01__balloon:before {
  height: 1px;
  background: #333;
}
.p-title-sz01__title {
  text-align: center;
  margin-top: 10px;
  font: 500 35px/1.4 YakuHanJP, "Noto Sans JP", sans-serif !important;
}
@media screen and (max-width: 767px) {
  .p-title-sz01__title {
    font-size: 35px !important;
  }
}
.p-title-om01, .p-title-om01--y, .p-title-om01--s, .p-title-om01--c {
  width: 100%;
  text-align: center;
  background-color: #2a305c;
}
.p-title-om01 h1, .p-title-om01--y h1, .p-title-om01--s h1, .p-title-om01--c h1, .p-title-om01 h2, .p-title-om01--y h2, .p-title-om01--s h2, .p-title-om01--c h2, .p-title-om01 h3, .p-title-om01--y h3, .p-title-om01--s h3, .p-title-om01--c h3, .p-title-om01 h4, .p-title-om01--y h4, .p-title-om01--s h4, .p-title-om01--c h4, .p-title-om01 h5, .p-title-om01--y h5, .p-title-om01--s h5, .p-title-om01--c h5 {
  font: bold 28px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
  color: white;
  padding: 36px 0;
}
@media screen and (min-width: 768px) {
  .p-title-om01 h1, .p-title-om01--y h1, .p-title-om01--s h1, .p-title-om01--c h1, .p-title-om01 h2, .p-title-om01--y h2, .p-title-om01--s h2, .p-title-om01--c h2, .p-title-om01 h3, .p-title-om01--y h3, .p-title-om01--s h3, .p-title-om01--c h3, .p-title-om01 h4, .p-title-om01--y h4, .p-title-om01--s h4, .p-title-om01--c h4, .p-title-om01 h5, .p-title-om01--y h5, .p-title-om01--s h5, .p-title-om01--c h5 {
    padding: 50px;
    font-size: 32px;
  }
}
.p-title-om01 h1 small, .p-title-om01--y h1 small, .p-title-om01--s h1 small, .p-title-om01--c h1 small, .p-title-om01 h2 small, .p-title-om01--y h2 small, .p-title-om01--s h2 small, .p-title-om01--c h2 small, .p-title-om01 h3 small, .p-title-om01--y h3 small, .p-title-om01--s h3 small, .p-title-om01--c h3 small, .p-title-om01 h4 small, .p-title-om01--y h4 small, .p-title-om01--s h4 small, .p-title-om01--c h4 small, .p-title-om01 h5 small, .p-title-om01--y h5 small, .p-title-om01--s h5 small, .p-title-om01--c h5 small {
  display: block;
  font: bold 20px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  color: white;
  letter-spacing: .1em;
}
.p-title-om01--y {
  background-color: #4AAFA0;
}
.p-title-om01--s {
  background-color: #0BB5CC;
}
.p-title-om01--c {
  background-color: #276DB0;
}
.p-title-om02, .p-title-om02--c, .p-title-om02--s, .p-title-om02--y {
  border-bottom: 1px solid #E7E9ED;
  padding: 40px 0 20px;
  width: 100%;
  text-align: center;
}
.p-title-om02 h1, .p-title-om02--c h1, .p-title-om02--s h1, .p-title-om02--y h1, .p-title-om02 h2, .p-title-om02--c h2, .p-title-om02--s h2, .p-title-om02--y h2, .p-title-om02 h3, .p-title-om02--c h3, .p-title-om02--s h3, .p-title-om02--y h3, .p-title-om02 h4, .p-title-om02--c h4, .p-title-om02--s h4, .p-title-om02--y h4, .p-title-om02 h5, .p-title-om02--c h5, .p-title-om02--s h5, .p-title-om02--y h5 {
  font: bold 22px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
  color: #2a305c;
}
@media screen and (min-width: 768px) {
  .p-title-om02 h1, .p-title-om02--c h1, .p-title-om02--s h1, .p-title-om02--y h1, .p-title-om02 h2, .p-title-om02--c h2, .p-title-om02--s h2, .p-title-om02--y h2, .p-title-om02 h3, .p-title-om02--c h3, .p-title-om02--s h3, .p-title-om02--y h3, .p-title-om02 h4, .p-title-om02--c h4, .p-title-om02--s h4, .p-title-om02--y h4, .p-title-om02 h5, .p-title-om02--c h5, .p-title-om02--s h5, .p-title-om02--y h5 {
    font-size: 30px;
  }
}
.p-title-om02--c h1, .p-title-om02--c h2, .p-title-om02--c h3, .p-title-om02--c h4, .p-title-om02--c h5 {
  color: #276DB0;
}
.p-title-om02--s h1, .p-title-om02--s h2, .p-title-om02--s h3, .p-title-om02--s h4, .p-title-om02--s h5 {
  color: #0BB5CC;
}
.p-title-om02--y h1, .p-title-om02--y h2, .p-title-om02--y h3, .p-title-om02--y h4, .p-title-om02--y h5 {
  color: #4AAFA0;
}
.p-title-om03 h1, .p-title-om03-y h1, .p-title-om03-s h1, .p-title-om03-c h1, .p-title-om03--num h1, .p-title-om03--num-y h1, .p-title-om03--num-s h1, .p-title-om03--num-c h1, .p-title-om03 h2, .p-title-om03-y h2, .p-title-om03-s h2, .p-title-om03-c h2, .p-title-om03--num h2, .p-title-om03--num-y h2, .p-title-om03--num-s h2, .p-title-om03--num-c h2, .p-title-om03 h3, .p-title-om03-y h3, .p-title-om03-s h3, .p-title-om03-c h3, .p-title-om03--num h3, .p-title-om03--num-y h3, .p-title-om03--num-s h3, .p-title-om03--num-c h3, .p-title-om03 h4, .p-title-om03-y h4, .p-title-om03-s h4, .p-title-om03-c h4, .p-title-om03--num h4, .p-title-om03--num-y h4, .p-title-om03--num-s h4, .p-title-om03--num-c h4, .p-title-om03 h5, .p-title-om03-y h5, .p-title-om03-s h5, .p-title-om03-c h5, .p-title-om03--num h5, .p-title-om03--num-y h5, .p-title-om03--num-s h5, .p-title-om03--num-c h5 {
  font: bold 18px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  color: #2a305c;
}
.p-title-om03-y h1, .p-title-om03-y h2, .p-title-om03-y h3, .p-title-om03-y h4, .p-title-om03-y h5 {
  color: #4AAFA0;
}
.p-title-om03-s h1, .p-title-om03-s h2, .p-title-om03-s h3, .p-title-om03-s h4, .p-title-om03-s h5 {
  color: #0BB5CC;
}
.p-title-om03-c h1, .p-title-om03-c h2, .p-title-om03-c h3, .p-title-om03-c h4, .p-title-om03-c h5 {
  color: #276DB0;
}
.p-title-om03--num h1, .p-title-om03--num-y h1, .p-title-om03--num-s h1, .p-title-om03--num-c h1, .p-title-om03--num h2, .p-title-om03--num-y h2, .p-title-om03--num-s h2, .p-title-om03--num-c h2, .p-title-om03--num h3, .p-title-om03--num-y h3, .p-title-om03--num-s h3, .p-title-om03--num-c h3, .p-title-om03--num h4, .p-title-om03--num-y h4, .p-title-om03--num-s h4, .p-title-om03--num-c h4, .p-title-om03--num h5, .p-title-om03--num-y h5, .p-title-om03--num-s h5, .p-title-om03--num-c h5 {
  text-indent: -1.1em;
  padding-left: 1.1em;
}
.p-title-om03--num-y h1, .p-title-om03--num-y h2, .p-title-om03--num-y h3, .p-title-om03--num-y h4, .p-title-om03--num-y h5 {
  color: #4AAFA0;
}
.p-title-om03--num-s h1, .p-title-om03--num-s h2, .p-title-om03--num-s h3, .p-title-om03--num-s h4, .p-title-om03--num-s h5 {
  color: #0BB5CC;
}
.p-title-om03--num-c h1, .p-title-om03--num-c h2, .p-title-om03--num-c h3, .p-title-om03--num-c h4, .p-title-om03--num-c h5 {
  color: #276DB0;
}
.p-title-om04 h1, .p-title-om04--num2 h1, .p-title-om04 h2, .p-title-om04--num2 h2, .p-title-om04 h3, .p-title-om04--num2 h3, .p-title-om04 h4, .p-title-om04--num2 h4, .p-title-om04 h5, .p-title-om04--num2 h5 {
  font: bold 16px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
}
.p-title-om04--num2 h1, .p-title-om04--num2 h2, .p-title-om04--num2 h3, .p-title-om04--num2 h4, .p-title-om04--num2 h5 {
  text-indent: -2.2em;
  padding-left: 2.2em;
}

.u-display--block {
  display: block !important;
}
.u-display--inline {
  display: inline !important;
}
.u-display--inline-block {
  display: inline-block !important;
}
@media screen and (max-width: 767px) {
  .u-display--sp {
    display: block !important;
  }
  .u-display--sp-inline {
    display: inline-block !important;
  }
  .u-display--pc, .u-display--pc-inline {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .u-display--sp, .u-display--sp-inline {
    display: none !important;
  }
  .u-display--pc {
    display: block !important;
  }
  .u-display--pc-inline {
    display: inline-block !important;
  }
}

.u-mbt--ll {
  margin-bottom: 80px !important;
  margin-top: 80px !important;
}
.u-mbt--l {
  margin-bottom: 60px !important;
  margin-top: 60px !important;
}
.u-mbt--m {
  margin-bottom: 40px !important;
  margin-top: 40px !important;
}
.u-mbt--s {
  margin-bottom: 20px !important;
  margin-top: 20px !important;
}
.u-mbt--ss {
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}
.u-mbt--0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.u-mb--ll {
  margin-bottom: 80px !important;
}
.u-mb--l {
  margin-bottom: 60px !important;
}
.u-mb--m {
  margin-bottom: 40px !important;
}
.u-mb--s {
  margin-bottom: 20px !important;
}
.u-mb--ss {
  margin-bottom: 10px !important;
}
.u-mb--0 {
  margin-bottom: 0 !important;
}
.u-mt--ll {
  margin-top: 80px !important;
}
.u-mt--l {
  margin-top: 60px !important;
}
.u-mt--m {
  margin-top: 40px !important;
}
.u-mt--s {
  margin-top: 20px !important;
}
.u-mt--ss {
  margin-top: 10px !important;
}
.u-mt--0 {
  margin-top: 0 !important;
}

.u-pbt--ll {
  padding-bottom: 80px !important;
  padding-top: 80px !important;
}
.u-pbt--l {
  padding-bottom: 60px !important;
  padding-top: 60px !important;
}
.u-pbt--m {
  padding-bottom: 40px !important;
  padding-top: 40px !important;
}
.u-pbt--s {
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}
.u-pbt--ss {
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}
.u-pbt--0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.u-pb--ll {
  padding-bottom: 100px !important;
}
.u-pb--l {
  padding-bottom: 60px !important;
}
.u-pb--m {
  padding-bottom: 40px !important;
}
.u-pb--s {
  padding-bottom: 20px !important;
}
.u-pb--ss {
  padding-bottom: 10px !important;
}
.u-pb--0 {
  padding-bottom: 0 !important;
}
.u-pt--ll {
  padding-top: 80px !important;
}
.u-pt--l {
  padding-top: 60px !important;
}
.u-pt--m {
  padding-top: 40px !important;
}
.u-pt--s {
  padding-top: 20px !important;
}
.u-pt--ss {
  padding-top: 10px !important;
}
.u-pt--0 {
  padding-top: 0 !important;
}

.u-ombt--ll {
  margin-bottom: 80px !important;
  margin-top: 80px !important;
}
.u-ombt--l {
  margin-bottom: 60px !important;
  margin-top: 60px !important;
}
.u-ombt--m {
  margin-bottom: 30px !important;
  margin-top: 30px !important;
}
.u-ombt--s {
  margin-bottom: 20px !important;
  margin-top: 20px !important;
}
.u-ombt--ss {
  margin-bottom: 15px !important;
  margin-top: 15px !important;
}
.u-ombt--0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.u-omb--ll {
  margin-bottom: 100px !important;
}
.u-omb--l {
  margin-bottom: 60px !important;
}
.u-omb--m {
  margin-bottom: 30px !important;
}
.u-omb--s {
  margin-bottom: 20px !important;
}
.u-omb--ss {
  margin-bottom: 15px !important;
}
.u-omb--0 {
  margin-bottom: 0 !important;
}
.u-omt--ll {
  margin-top: 80px !important;
}
.u-omt--l {
  margin-top: 60px !important;
}
.u-omt--m {
  margin-top: 30px !important;
}
.u-omt--s {
  margin-top: 20px !important;
}
.u-omt--ss {
  margin-top: 15px !important;
}
.u-omt--0 {
  margin-top: 0 !important;
}

.u-color {
  color: #333;
}
.u-color--kokugo {
  color: #D95246;
}
.u-color--sansu {
  color: #417AD7;
}
.u-color--eigo {
  color: #EF9800;
}
.u-color--rika {
  color: #4AAE7B;
}
.u-color--shakai {
  color: #8A74D9;
}
.u-color--program {
  color: #3F5EAC;
}
.u-color--test {
  color: #00AAB0;
}
.u-color--coretre {
  color: #1DAFE8;
}
.u-color--hatten {
  color: #0B308E;
}
.u-color--y-main {
  color: #14aa32;
}
.u-color--y-om {
  color: #4AAFA0;
}
.u-color--s-rdy {
  color: #77caf5;
}
.u-color--s-1st {
  color: #f05096;
}
.u-color--s-2nd {
  color: #f06e00;
}
.u-color--s-3rd {
  color: #faaf05;
}
.u-color--s-4th {
  color: #14aa32;
}
.u-color--s-5th {
  color: #a53c96;
}
.u-color--s-6th {
  color: #0082c8;
}
.u-color--s-kokugo {
  color: #D95246;
}
.u-color--s-sansu {
  color: #417AD7;
}
.u-color--s-eigo {
  color: #EF9800;
}
.u-color--s-rika {
  color: #4AAE7B;
}
.u-color--s-shakai {
  color: #8A74D9;
}
.u-color--s-program {
  color: #3F5EAC;
}
.u-color--s-ongaku {
  color: #00c1df;
}
.u-color--s-kateika {
  color: #f291b8;
}
.u-color--s-taiku {
  color: #a3834f;
}
.u-color--s-test {
  color: #00AAB0;
}
.u-color--s-coretre {
  color: #1DAFE8;
}
.u-color--s-hatten {
  color: #0B308E;
}
.u-color--s-tanoshimu {
  color: #ef8100;
}
.u-color--s-kanken {
  color: #c38b3c;
}
.u-color--s-doril {
  color: #41b9d7;
}
.u-color--s-price {
  color: #1bb8ce;
}
.u-color--s-mintre {
  color: #3385cb;
}
.u-color--s-chugaku {
  color: #728cba;
}
.u-color--s-other {
  color: #1BB8CE;
}
.u-color--s-interview {
  color: #e54957;
}
.u-color--s-main {
  color: #eb6000;
}
.u-color--s-om {
  color: #0BB5CC;
}
.u-color--c-rdy {
  color: #86a4b3;
}
.u-color--c-1st {
  color: #738dbb;
}
.u-color--c-2nd {
  color: #e0813b;
}
.u-color--c-3rd {
  color: #70b26b;
}
.u-color--c-hyojun {
  color: #d43f3f;
}
.u-color--c-tokushin {
  color: #266eb0;
}
.u-color--c-sugaku {
  color: #3472ae;
}
.u-color--c-kokugo {
  color: #db545f;
}
.u-color--c-eigo {
  color: #e3943d;
}
.u-color--c-rika {
  color: #45aa80;
}
.u-color--c-shakai {
  color: #9070b0;
}
.u-color--c-main {
  color: #0059ab;
}
.u-color--c-om {
  color: #276DB0;
}
.u-color--coretre {
  color: #1DAFE7;
}

.u-bk-color {
  color: white;
}
.u-bk-color--kokugo {
  color: white;
  background-color: #D95246;
}
.u-bk-color--sansu {
  color: white;
  background-color: #417AD7;
}
.u-bk-color--eigo {
  color: white;
  background-color: #EF9800;
}
.u-bk-color--rika {
  color: white;
  background-color: #4AAE7B;
}
.u-bk-color--shakai {
  color: white;
  background-color: #8A74D9;
}
.u-bk-color--program {
  color: white;
  background-color: #3F5EAC;
}
.u-bk-color--test {
  color: white;
  background-color: #00AAB0;
}
.u-bk-color--coretre {
  color: white;
  background-color: #1DAFE8;
}
.u-bk-color--hatten {
  color: white;
  background-color: #0B308E;
}
.u-bk-color--y-main {
  color: white;
  background-color: #14aa32;
}
.u-bk-color--y-om {
  color: white;
  background-color: #4AAFA0;
}
.u-bk-color--s-rdy {
  color: white;
  background-color: #77caf5;
}
.u-bk-color--s-1st {
  color: white;
  background-color: #f05096;
}
.u-bk-color--s-2nd {
  color: white;
  background-color: #f06e00;
}
.u-bk-color--s-3rd {
  color: white;
  background-color: #faaf05;
}
.u-bk-color--s-4th {
  color: white;
  background-color: #14aa32;
}
.u-bk-color--s-5th {
  color: white;
  background-color: #a53c96;
}
.u-bk-color--s-6th {
  color: white;
  background-color: #0082c8;
}
.u-bk-color--s-kokugo {
  color: white;
  background-color: #D95246;
}
.u-bk-color--s-sansu {
  color: white;
  background-color: #417AD7;
}
.u-bk-color--s-eigo {
  color: white;
  background-color: #EF9800;
}
.u-bk-color--s-rika {
  color: white;
  background-color: #4AAE7B;
}
.u-bk-color--s-shakai {
  color: white;
  background-color: #8A74D9;
}
.u-bk-color--s-program {
  color: white;
  background-color: #3F5EAC;
}
.u-bk-color--s-ongaku {
  color: white;
  background-color: #00c1df;
}
.u-bk-color--s-kateika {
  color: white;
  background-color: #f291b8;
}
.u-bk-color--s-taiku {
  color: white;
  background-color: #a3834f;
}
.u-bk-color--s-test {
  color: white;
  background-color: #00AAB0;
}
.u-bk-color--s-coretre {
  color: white;
  background-color: #1DAFE8;
}
.u-bk-color--s-hatten {
  color: white;
  background-color: #0B308E;
}
.u-bk-color--s-tanoshimu {
  color: white;
  background-color: #ef8100;
}
.u-bk-color--s-kanken {
  color: white;
  background-color: #c38b3c;
}
.u-bk-color--s-doril {
  color: white;
  background-color: #41b9d7;
}
.u-bk-color--s-price {
  color: white;
  background-color: #1bb8ce;
}
.u-bk-color--s-mintre {
  color: white;
  background-color: #3385cb;
}
.u-bk-color--s-chugaku {
  color: white;
  background-color: #728cba;
}
.u-bk-color--s-other {
  color: white;
  background-color: #1BB8CE;
}
.u-bk-color--s-interview {
  color: white;
  background-color: #e54957;
}
.u-bk-color--s-main {
  color: white;
  background-color: #eb6000;
}
.u-bk-color--s-om {
  color: white;
  background-color: #0BB5CC;
}
.u-bk-color--c-rdy {
  color: white;
  background-color: #86a4b3;
}
.u-bk-color--c-1st {
  color: white;
  background-color: #738dbb;
}
.u-bk-color--c-2nd {
  color: white;
  background-color: #e0813b;
}
.u-bk-color--c-3rd {
  color: white;
  background-color: #70b26b;
}
.u-bk-color--c-hyojun {
  color: white;
  background-color: #d43f3f;
}
.u-bk-color--c-tokushin {
  color: white;
  background-color: #266eb0;
}
.u-bk-color--c-sugaku {
  color: white;
  background-color: #3472ae;
}
.u-bk-color--c-kokugo {
  color: white;
  background-color: #db545f;
}
.u-bk-color--c-eigo {
  color: white;
  background-color: #e3943d;
}
.u-bk-color--c-rika {
  color: white;
  background-color: #45aa80;
}
.u-bk-color--c-shakai {
  color: white;
  background-color: #9070b0;
}
.u-bk-color--c-main {
  color: white;
  background-color: #0059ab;
}
.u-bk-color--c-om {
  color: white;
  background-color: #276DB0;
}
.u-bk-color--emphasis {
  color: white;
  background-color: #ee7700;
}
.u-bk-color--coretre {
  color: #1DAFE7;
}
.u-bk-color--c-bk01 {
  background-color: #fdfbf5;
}
.u-bk-color--c-bk02 {
  background-color: #f7fafc;
}

.u-bk-image--youji {
  background: url(/youji/local/images/bg_tile.png) left center;
}

.u-bd-color--kokugo {
  border-color: #D95246 !important;
}
.u-bd-color--sansu {
  border-color: #417AD7 !important;
}
.u-bd-color--eigo {
  border-color: #EF9800 !important;
}
.u-bd-color--rika {
  border-color: #4AAE7B !important;
}
.u-bd-color--shakai {
  border-color: #8A74D9 !important;
}
.u-bd-color--program {
  border-color: #3F5EAC !important;
}
.u-bd-color--test {
  border-color: #00AAB0 !important;
}
.u-bd-color--coretre {
  border-color: #1DAFE8 !important;
}
.u-bd-color--hatten {
  border-color: #0B308E !important;
}
.u-bd-color--y-main {
  border-color: #14aa32 !important;
}
.u-bd-color--y-om {
  border-color: #4AAFA0 !important;
}
.u-bd-color--s-rdy {
  border-color: #77caf5 !important;
}
.u-bd-color--s-1st {
  border-color: #f05096 !important;
}
.u-bd-color--s-2nd {
  border-color: #f06e00 !important;
}
.u-bd-color--s-3rd {
  border-color: #faaf05 !important;
}
.u-bd-color--s-4th {
  border-color: #14aa32 !important;
}
.u-bd-color--s-5th {
  border-color: #a53c96 !important;
}
.u-bd-color--s-6th {
  border-color: #0082c8 !important;
}
.u-bd-color--s-kokugo {
  border-color: #D95246 !important;
}
.u-bd-color--s-sansu {
  border-color: #417AD7 !important;
}
.u-bd-color--s-eigo {
  border-color: #EF9800 !important;
}
.u-bd-color--s-rika {
  border-color: #4AAE7B !important;
}
.u-bd-color--s-shakai {
  border-color: #8A74D9 !important;
}
.u-bd-color--s-program {
  border-color: #3F5EAC !important;
}
.u-bd-color--s-ongaku {
  border-color: #00c1df !important;
}
.u-bd-color--s-kateika {
  border-color: #f291b8 !important;
}
.u-bd-color--s-taiku {
  border-color: #a3834f !important;
}
.u-bd-color--s-test {
  border-color: #00AAB0 !important;
}
.u-bd-color--s-coretre {
  border-color: #1DAFE8 !important;
}
.u-bd-color--s-hatten {
  border-color: #0B308E !important;
}
.u-bd-color--s-tanoshimu {
  border-color: #ef8100 !important;
}
.u-bd-color--s-kanken {
  border-color: #c38b3c !important;
}
.u-bd-color--s-doril {
  border-color: #41b9d7 !important;
}
.u-bd-color--s-price {
  border-color: #1bb8ce !important;
}
.u-bd-color--s-mintre {
  border-color: #3385cb !important;
}
.u-bd-color--s-chugaku {
  border-color: #728cba !important;
}
.u-bd-color--s-other {
  border-color: #1BB8CE !important;
}
.u-bd-color--s-interview {
  border-color: #e54957 !important;
}
.u-bd-color--s-main {
  border-color: #eb6000 !important;
}
.u-bd-color--s-om {
  border-color: #0BB5CC !important;
}
.u-bd-color--c-rdy {
  border-color: #86a4b3 !important;
}
.u-bd-color--c-1st {
  border-color: #738dbb !important;
}
.u-bd-color--c-2nd {
  border-color: #e0813b !important;
}
.u-bd-color--c-3rd {
  border-color: #70b26b !important;
}
.u-bd-color--c-hyojun {
  border-color: #d43f3f !important;
}
.u-bd-color--c-tokushin {
  border-color: #266eb0 !important;
}
.u-bd-color--c-sugaku {
  border-color: #3472ae !important;
}
.u-bd-color--c-kokugo {
  border-color: #db545f !important;
}
.u-bd-color--c-eigo {
  border-color: #e3943d !important;
}
.u-bd-color--c-rika {
  border-color: #45aa80 !important;
}
.u-bd-color--c-shakai {
  border-color: #9070b0 !important;
}
.u-bd-color--c-main {
  border-color: #0059ab !important;
}
.u-bd-color--c-om {
  border-color: #276DB0 !important;
}

/*
 *　jsと関係のあるCSSの修正。DFWの基礎が完成したのち、統合。
 */
.sz-lazy-wrapper > .sz-lazy.sz-lazy-embed > iframe {
  border: none;
}

.u-text {
  color: #333 !important;
  font: 400 14px/1.8 YakuHanJP, "Noto Sans JP", sans-serif !important;
}
.u-text--strong {
  font-weight: bold;
  color: #ee7700;
}
.u-text--attention, .u-text--attention-num {
  color: #333 !important;
  font-size: 11px !important;
  opacity: 0.7;
  padding-left: 1em !important;
  text-indent: -1em;
}
.u-text--attention-num {
  padding-left: 2em !important;
  text-indent: -2em;
}
.u-text--center {
  text-align: center;
}
.u-text--left {
  text-align: left;
}
.u-text--right {
  text-align: right;
}

.u-frame__inner {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
}
.u-frame__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.u-grid, .u-grid--col1, .u-grid--pc-col1, .u-grid--sp-col1, .u-grid--col2, .u-grid--pc-col2, .u-grid--sp-col2, .u-grid--col3, .u-grid--pc-col3, .u-grid--sp-col3, .u-grid--col4, .u-grid--pc-col4, .u-grid--sp-col4, .u-grid--col5, .u-grid--pc-col5, .u-grid--sp-col5, .u-grid--col6, .u-grid--pc-col6, .u-grid--sp-col6, .u-grid--col7, .u-grid--pc-col7, .u-grid--sp-col7, .u-grid--col8, .u-grid--pc-col8, .u-grid--sp-col8, .u-grid--col9, .u-grid--pc-col9, .u-grid--sp-col9, .u-grid--col10, .u-grid--pc-col10, .u-grid--sp-col10 {
  /*********************************
    各種基本定数の設定
  *********************************/
  /*********************************
    各種スタイル
  *********************************/
  display: grid;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
  /*********************************
    念のためリセット
  *********************************/
}
@media screen and (min-width: 768px) {
  .u-grid, .u-grid--col1, .u-grid--pc-col1, .u-grid--sp-col1, .u-grid--col2, .u-grid--pc-col2, .u-grid--sp-col2, .u-grid--col3, .u-grid--pc-col3, .u-grid--sp-col3, .u-grid--col4, .u-grid--pc-col4, .u-grid--sp-col4, .u-grid--col5, .u-grid--pc-col5, .u-grid--sp-col5, .u-grid--col6, .u-grid--pc-col6, .u-grid--sp-col6, .u-grid--col7, .u-grid--pc-col7, .u-grid--sp-col7, .u-grid--col8, .u-grid--pc-col8, .u-grid--sp-col8, .u-grid--col9, .u-grid--pc-col9, .u-grid--sp-col9, .u-grid--col10, .u-grid--pc-col10, .u-grid--sp-col10 {
    -webkit-column-gap: 20px;
            column-gap: 20px;
    row-gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .u-grid, .u-grid--col1, .u-grid--pc-col1, .u-grid--sp-col1, .u-grid--col2, .u-grid--pc-col2, .u-grid--sp-col2, .u-grid--col3, .u-grid--pc-col3, .u-grid--sp-col3, .u-grid--col4, .u-grid--pc-col4, .u-grid--sp-col4, .u-grid--col5, .u-grid--pc-col5, .u-grid--sp-col5, .u-grid--col6, .u-grid--pc-col6, .u-grid--sp-col6, .u-grid--col7, .u-grid--pc-col7, .u-grid--sp-col7, .u-grid--col8, .u-grid--pc-col8, .u-grid--sp-col8, .u-grid--col9, .u-grid--pc-col9, .u-grid--sp-col9, .u-grid--col10, .u-grid--pc-col10, .u-grid--sp-col10 {
    -webkit-column-gap: 10px;
            column-gap: 10px;
    row-gap: 10px;
  }
}
@media screen and (min-width: 768px) {
  .u-grid--gap-l {
    -webkit-column-gap: 50px;
            column-gap: 50px;
    row-gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .u-grid--gap-l {
    -webkit-column-gap: 30px;
            column-gap: 30px;
    row-gap: 30px;
  }
}
.u-grid--col1 {
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 768px) {
  .u-grid--pc-col1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .u-grid--sp-col1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.u-grid--col2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .u-grid--pc-col2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .u-grid--sp-col2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.u-grid--col3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (min-width: 768px) {
  .u-grid--pc-col3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .u-grid--sp-col3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.u-grid--col4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (min-width: 768px) {
  .u-grid--pc-col4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .u-grid--sp-col4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.u-grid--col5 {
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (min-width: 768px) {
  .u-grid--pc-col5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .u-grid--sp-col5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
.u-grid--col6 {
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (min-width: 768px) {
  .u-grid--pc-col6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .u-grid--sp-col6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
.u-grid--col7 {
  grid-template-columns: repeat(7, 1fr);
}
@media screen and (min-width: 768px) {
  .u-grid--pc-col7 {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .u-grid--sp-col7 {
    grid-template-columns: repeat(7, 1fr);
  }
}
.u-grid--col8 {
  grid-template-columns: repeat(8, 1fr);
}
@media screen and (min-width: 768px) {
  .u-grid--pc-col8 {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .u-grid--sp-col8 {
    grid-template-columns: repeat(8, 1fr);
  }
}
.u-grid--col9 {
  grid-template-columns: repeat(9, 1fr);
}
@media screen and (min-width: 768px) {
  .u-grid--pc-col9 {
    grid-template-columns: repeat(9, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .u-grid--sp-col9 {
    grid-template-columns: repeat(9, 1fr);
  }
}
.u-grid--col10 {
  grid-template-columns: repeat(10, 1fr);
}
@media screen and (min-width: 768px) {
  .u-grid--pc-col10 {
    grid-template-columns: repeat(10, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .u-grid--sp-col10 {
    grid-template-columns: repeat(10, 1fr);
  }
}
.u-grid img, .u-grid--col1 img, .u-grid--pc-col1 img, .u-grid--sp-col1 img, .u-grid--col2 img, .u-grid--pc-col2 img, .u-grid--sp-col2 img, .u-grid--col3 img, .u-grid--pc-col3 img, .u-grid--sp-col3 img, .u-grid--col4 img, .u-grid--pc-col4 img, .u-grid--sp-col4 img, .u-grid--col5 img, .u-grid--pc-col5 img, .u-grid--sp-col5 img, .u-grid--col6 img, .u-grid--pc-col6 img, .u-grid--sp-col6 img, .u-grid--col7 img, .u-grid--pc-col7 img, .u-grid--sp-col7 img, .u-grid--col8 img, .u-grid--pc-col8 img, .u-grid--sp-col8 img, .u-grid--col9 img, .u-grid--pc-col9 img, .u-grid--sp-col9 img, .u-grid--col10 img, .u-grid--pc-col10 img, .u-grid--sp-col10 img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .u-grid.sp0, .sp0.u-grid--col1, .sp0.u-grid--pc-col1, .sp0.u-grid--sp-col1, .sp0.u-grid--col2, .sp0.u-grid--pc-col2, .sp0.u-grid--sp-col2, .sp0.u-grid--col3, .sp0.u-grid--pc-col3, .sp0.u-grid--sp-col3, .sp0.u-grid--col4, .sp0.u-grid--pc-col4, .sp0.u-grid--sp-col4, .sp0.u-grid--col5, .sp0.u-grid--pc-col5, .sp0.u-grid--sp-col5, .sp0.u-grid--col6, .sp0.u-grid--pc-col6, .sp0.u-grid--sp-col6, .sp0.u-grid--col7, .sp0.u-grid--pc-col7, .sp0.u-grid--sp-col7, .sp0.u-grid--col8, .sp0.u-grid--pc-col8, .sp0.u-grid--sp-col8, .sp0.u-grid--col9, .sp0.u-grid--pc-col9, .sp0.u-grid--sp-col9, .sp0.u-grid--col10, .sp0.u-grid--pc-col10, .sp0.u-grid--sp-col10 {
    -webkit-column-gap: 0;
            column-gap: 0;
    row-gap: 0;
  }
}
