@charset "UTF-8";
/* _base
------------------------------ */
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: auto;
}

body {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-text-size-adjust: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 28px;
}

h5 {
  font-size: 26px;
}

h6 {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 24px;
    font-size: 5.797vw;
  }

  h2 {
    font-size: 24px;
    font-size: 5.797vw;
  }

  h3 {
    font-size: 22px;
    font-size: 5.314vw;
  }

  h4 {
    font-size: 20px;
    font-size: 4.83vw;
  }

  h5 {
    font-size: 18px;
    font-size: 4.347vw;
  }

  h6 {
    font-size: 18px;
    font-size: 4.347vw;
  }
}
img {
  max-width: 100%;
}

a {
  color: #19b6a9;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #8cdbd4;
}
a:visited {
  color: #006477;
  text-decoration: none;
}
a.link-underline {
  text-decoration: underline;
}
a.link-underline:hover, a.link-underline:focus {
  text-decoration: none;
}

i, em {
  font-style: normal;
}

details summary {
  outline: none;
  cursor: pointer;
}
details summary::-webkit-details-marker {
  display: none;
}
details summary::marker {
  content: none;
}

*[data-startdate]:not(.in-the-middle), *[data-expiredate]:not(.in-the-middle) {
  display: none;
}

/* _header
------------------------------ */
.l-common-header {
  border-bottom: 1px solid #ccc;
  padding: 0;
}
.l-common-header .content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .l-common-header .content {
    justify-content: center;
  }
}
.l-common-header .site-logo {
  width: 34%;
  max-width: 190px;
  margin: auto 10px;
  padding: 10px 0;
}
.l-common-header .link-mimamoru {
  order: 3;
  margin-left: auto;
  font-size: 1.2rem;
  text-align: center;
}
.l-common-header .link-mimamoru a {
  display: block;
  margin: 10px;
  padding: 10px;
  border-radius: 5px;
  background-color: #0bb5cb;
  color: #fff;
  border-bottom: 3px solid #0991a2;
  position: relative;
  top: -3px;
  transform: all 0.2s ease;
}
.l-common-header .link-mimamoru a b {
  font-size: 1.33em;
  font-weight: 900;
}
.l-common-header .link-mimamoru a:hover {
  top: 0;
  border-bottom-color: transparent;
}
.l-common-header .navigation {
  height: 100%;
  display: flex;
  flex: auto;
}
.l-common-header .navigation-lists {
  width: 100%;
}
.l-common-header .navigation-lists ul {
  display: flex;
  align-items: flex-end;
}
.l-common-header .navigation-lists ul.list-course {
  font-size: 1.4rem;
  justify-content: flex-end;
  gap: 10px;
  position: relative;
  top: 0.5em;
}
.l-common-header .navigation-lists ul.list-year {
  font-weight: 900;
  font-size: 1.2rem;
  text-align: center;
}
.l-common-header .navigation-lists ul.list-year li {
  flex: auto;
}
.l-common-header .navigation-lists ul.list-year li span {
  font-size: 1.66em;
}
.l-common-header .navigation-lists ul.list-year li a {
  display: block;
  padding: 0.5em;
  border-bottom: 4px solid;
  border-radius: 5px 5px 0 0;
}
.l-common-header .navigation-lists ul.list-year li a:hover {
  color: #fff;
  background-color: #f05096;
}
.l-common-header .navigation-lists ul.list-year li a.year-pre {
  border-color: #eee;
}
.l-common-header .navigation-lists ul.list-year li a.year-1 {
  border-color: #f05096;
}
.l-common-header .min-navigation {
  margin: auto 0 auto auto;
  display: flex;
}
.l-common-header .min-navigation li {
  flex: 1;
}
.l-common-header .min-navigation li + li {
  margin-left: 10px;
}

/* _footer
------------------------------ */
.l-common-footer {
  background-color: #333;
  color: #fff;
  font-size: 12px;
  padding-bottom: 20px;
}
.l-common-footer a {
  color: #fff;
}
.l-common-footer a:hover, .l-common-footer a:visited {
  color: #fff;
}
.l-common-footer .copyright {
  text-align: center;
}
.l-common-footer .copyright .justsystems-logo {
  display: block;
  width: 196px;
  height: auto;
  margin: 0 auto 5px;
}

@media screen and (max-width: 767px) {
  .l-common-footer.has-btn-area {
    padding-bottom: 60px;
  }
  .l-common-footer ul {
    margin-bottom: 15px;
  }
  .l-common-footer ul li {
    border-bottom: 1px solid #000;
    margin-bottom: 0;
  }
  .l-common-footer ul li a {
    display: block;
    padding: 10px 15px;
  }
  .l-common-footer ul li a:after {
    content: "";
    float: right;
    font-family: "Glyphicons Halflings";
  }
}
@media screen and (min-width: 768px) {
  .l-common-footer {
    padding-top: 20px;
    text-align: center;
  }
  .l-common-footer.has-btn-area {
    margin-bottom: 61px;
  }
  .l-common-footer ul {
    margin-bottom: 20px;
  }
  .l-common-footer ul li {
    display: inline-block;
    padding: 0 15px;
  }
  .l-common-footer ul li a[target=_blank]::after {
    content: "";
    margin-left: 0.4em;
    font-family: "Glyphicons Halflings";
    font-size: 0.8em;
  }
  .l-common-footer ul li .glyphicon {
    font-size: 0.8em;
    margin-left: 5px;
    vertical-align: 1px;
  }
}
/* _section
------------------------------ */
.l-section_contents {
  padding-right: 20px;
  padding-left: 20px;
}
.l-section_contents--bg {
  padding-top: 1px;
  padding-bottom: 1px;
}
.l-section_content {
  max-width: 1000px;
  margin: 40px auto 60px;
}
.l-section_content > .l-section_block:first-child {
  margin-top: 0;
}
.l-section_block {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
}
.l-section_block-caption, .l-section_block-image {
  margin: 15px;
  overflow: hidden;
}
.l-section_block-image > img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-section_block {
    margin-right: -15px;
    margin-left: -15px;
  }
  .is-imageFirst .l-section_block-image {
    order: -1;
  }
  .is-imageMax .l-section_block-image {
    margin-right: -5px;
    margin-left: -5px;
  }
  .is-imageMin .l-section_block-image {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  .l-section_block {
    align-items: center;
    justify-content: space-between;
  }
  .l-section_block.is-wide {
    flex-direction: column;
  }
  .l-section_block.is-wide .l-section_block-caption,
.l-section_block.is-wide .l-section_block-image {
    width: 100%;
  }
  .l-section_block:not(.is-wide) {
    flex-direction: row;
    margin-right: -15px;
    margin-left: -15px;
  }
  .l-section_block:not(.is-wide) .l-section_block-caption,
.l-section_block:not(.is-wide) .l-section_block-image {
    width: calc(50% - 30px);
  }
  .is-imageMin .l-section_block-caption, .is-imageMin--pc .l-section_block-caption {
    flex: 1;
  }
  .is-imageLeft .l-section_block-image {
    order: -1;
  }
  .is-imageMin .l-section_block-image, .is-imageMin--pc .l-section_block-image {
    width: 200px !important;
  }
}
.l-section_heading {
  margin-bottom: 1em;
  line-height: 1.4;
}

details > summary::marker {
  content: none;
}
details.c-accordion + .c-accordion {
  margin-top: 20px;
}
details.c-accordion > summary {
  padding: 5px 20px 5px 0;
  position: relative;
  border-bottom: solid 2px;
  font-weight: 500;
}
details.c-accordion > summary::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 5px);
  right: 5px;
  width: 10px;
  height: 10px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(45deg);
  transition: all 0.2s ease;
}
details.c-accordion[open] > summary::after {
  transform: rotate(225deg);
}

.c-anchor a {
  transition: all 0.2s ease;
}
.c-anchor a:hover {
  opacity: 0.6;
}
.c-anchor_contents {
  background-color: #f5f7fa;
  padding: 50px 20px 80px;
}
.c-anchor_heading {
  text-align: center;
  margin-bottom: 1em;
}
.shogaku .c-anchor_heading {
  color: #1bb8ce;
}
.shogaku .grade-new1st .c-anchor_heading, .shogaku .c-anchor_heading.is-grade-new1st {
  color: #77caf5;
}
.shogaku .grade-1st .c-anchor_heading, .shogaku .c-anchor_heading.is-grade-1st {
  color: #f05096;
}
.shogaku .grade-2nd .c-anchor_heading, .shogaku .c-anchor_heading.is-grade-2nd {
  color: #f06e00;
}
.shogaku .grade-3rd .c-anchor_heading, .shogaku .c-anchor_heading.is-grade-3rd {
  color: #faaf05;
}
.shogaku .grade-4th .c-anchor_heading, .shogaku .c-anchor_heading.is-grade-4th {
  color: #14aa32;
}
.shogaku .grade-5th .c-anchor_heading, .shogaku .c-anchor_heading.is-grade-5th {
  color: #a53c96;
}
.shogaku .grade-6th .c-anchor_heading, .shogaku .c-anchor_heading.is-grade-6th {
  color: #0082c8;
}
.chugaku .c-anchor_heading {
  color: #0059ab;
}
.chugaku .grade-new1st .c-anchor_heading, .chugaku .c-anchor_heading.is-grade-new1st {
  color: #5B8EA9;
}
.chugaku .grade-1st .c-anchor_heading, .chugaku .c-anchor_heading.is-grade-1st {
  color: #508dae;
}
.chugaku .grade-2nd .c-anchor_heading, .chugaku .c-anchor_heading.is-grade-2nd {
  color: #e18f4b;
}
.chugaku .grade-3rd .c-anchor_heading, .chugaku .c-anchor_heading.is-grade-3rd {
  color: #6eb175;
}
.c-anchor_item-icon {
  margin-right: 0.5em;
  width: 2em;
}
.c-anchor_item-text {
  flex: 1;
}
.c-anchor-block {
  display: flex;
  flex-wrap: wrap;
  margin: -5px auto;
  padding: 0;
  list-style: none;
  max-width: 1000px;
}
.c-anchor-block li {
  margin: 5px 0;
}
.c-anchor-block li a {
  color: inherit;
  display: flex;
  align-items: center;
  vertical-align: bottom;
  background: #fff;
  border: 1px solid #bdbdbd;
  border-bottom-width: 4px;
  border-radius: 5px;
  overflow: hidden;
  padding: 0.5em 0.75em;
  position: relative;
  text-align: center;
  height: 100%;
}
.c-anchor-block li a::after {
  content: "";
  height: 0.5em;
  width: 0.5em;
  display: block;
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: #bdbdbd;
  transform-origin: left top;
  transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-anchor-block li {
    width: calc((100% / 2) - 5px);
  }
  .c-anchor-block li:nth-child(2n) {
    margin-left: 10px;
  }
  .c-anchor-block--col-1 {
    display: block;
  }
  .c-anchor-block--col-1 li {
    width: 100%;
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .c-anchor-block--col-1 {
    display: block;
  }
  .c-anchor-block--col-1 li {
    width: 100%;
  }
  .c-anchor-block--col-2 li {
    width: calc((100% / 2) - 10px);
  }
  .c-anchor-block--col-2 li:not(:nth-child(2n+1)) {
    margin-left: 10px;
  }
  .c-anchor-block--col-3 li {
    width: calc((100% / 3) - 10px);
  }
  .c-anchor-block--col-3 li:not(:nth-child(3n+1)) {
    margin-left: 10px;
  }
  .c-anchor-block--col-4 li {
    width: calc((100% / 4) - 10px);
  }
  .c-anchor-block--col-4 li:not(:nth-child(4n+1)) {
    margin-left: 10px;
  }
  .c-anchor-block--col-5 li {
    width: calc((100% / 5) - 10px);
  }
  .c-anchor-block--col-5 li:not(:nth-child(5n+1)) {
    margin-left: 10px;
  }
}
.c-anchor-list {
  width: 90%;
  max-width: 500px;
  margin: 40px auto;
  padding: 0;
  list-style: none;
}
.c-anchor-list > li {
  margin: 0.5em 0;
}
.c-anchor-list > li a {
  color: #276db0;
  display: flex;
  flex-wrap: wrap;
  font-weight: 500;
}
.c-anchor-list > li a::before {
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  content: "";
  color: #276db0;
  height: 1.5em;
  width: 1.5em;
  text-align: center;
}
.c-anchor-list > li a span {
  flex: 1;
  padding: 0 0.5em 0 0.25em;
}
@media screen and (min-width: 768px) {
  .c-anchor-list--col-2 {
    display: flex;
    flex-wrap: wrap;
  }
  .c-anchor-list--col-2 > li {
    width: calc(100% / 2);
  }
}

.c-banner-frame {
  margin: 40px auto;
  max-width: 450px;
  width: 90%;
  text-align: center;
}
.c-banner-frame > .c-banner-item + .c-banner-item {
  margin-top: 20px;
}
.c-banner-frame--monthly {
  width: 100%;
  max-width: 1000px;
}
.c-banner-item {
  display: inline-block;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  transition: opacity 0.2s ease;
  vertical-align: bottom;
}
.c-banner-item:hover {
  opacity: 0.7;
}
.c-banner-item--arrow::after {
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 50%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  color: #aaaaaa;
  content: "";
  display: block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1.8;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 1.8em;
  height: 1.8em;
}
.c-banner-item--detail::after {
  content: "詳しくはこちら";
  font-family: "Glyphicons Halflings", "Noto Sans JP", sans-serif;
  font-size: 1.8em;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  bottom: 10px;
  transform: translateY(-50%);
  right: 20px;
}
@media screen and (max-width: 767px) {
  .c-banner-item--detail::after {
    font-size: 5.7vw;
  }
}

.c-button-frame {
  margin-top: 20px;
}

.c-button {
  display: inline-flex;
  align-items: center;
  vertical-align: bottom;
  position: relative;
  transition: all 0.2s ease;
  z-index: 1;
}
.c-button::before, .c-button::after, .c-button_maintext {
  transition: all 0.2s ease;
}
.c-button_icon {
  margin-right: 0.5em;
}
.c-button_maintext {
  flex: 1;
  line-height: 1.4;
}
.c-button_shoulder {
  display: inline-block;
  vertical-align: top;
}
.c-button-outline {
  display: inline-flex;
  align-items: center;
  vertical-align: bottom;
  border: 1px solid;
  color: #000;
  overflow: hidden;
  padding: 0.3em 1em;
  position: relative;
  transition: all 0.2s ease;
}
.c-button-outline::before {
  background-color: #000;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  transition: all 0.2s ease;
  width: 0;
  height: 100%;
  z-index: -1;
}
.c-button-outline:hover {
  color: #fff;
}
.c-button-outline:hover::before {
  width: 100%;
}
.youji .c-button-outline, .c-button-outline.is-youji {
  border-color: #1bb8ce;
}
.youji .c-button-outline:not(:hover), .c-button-outline.is-youji:not(:hover) {
  color: #1bb8ce;
}
.youji .c-button-outline::before, .c-button-outline.is-youji::before {
  background-color: #1bb8ce;
}
.shogaku .c-button-outline, .c-button-outline.is-shogaku {
  border-color: #1bb8ce;
}
.shogaku .c-button-outline:not(:hover), .c-button-outline.is-shogaku:not(:hover) {
  color: #1bb8ce;
}
.shogaku .c-button-outline::before, .c-button-outline.is-shogaku::before {
  background-color: #1bb8ce;
}
.chugaku .c-button-outline, .c-button-outline.is-chugaku {
  border-color: #0059ab;
}
.chugaku .c-button-outline:not(:hover), .c-button-outline.is-chugaku:not(:hover) {
  color: #0059ab;
}
.chugaku .c-button-outline::before, .c-button-outline.is-chugaku::before {
  background-color: #0059ab;
}
.c-button-convex {
  display: inline-flex;
  align-items: center;
  vertical-align: bottom;
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
  padding: 0.5em 1em;
  position: relative;
  top: 0;
  text-align: center;
  transition: all 0.2s ease;
}
.c-button-convex:hover {
  box-shadow: none;
  top: 3px;
  opacity: 0.7;
}
.youji .c-button-convex, .c-button-convex.is-youji {
  background: #1bb8ce;
  color: #fff;
}
.shogaku .c-button-convex, .c-button-convex.is-shogaku {
  background: #1bb8ce;
  color: #fff;
}
.chugaku .c-button-convex, .c-button-convex.is-chugaku {
  background: #0059ab;
  color: #fff;
}
.c-button--corner {
  border-radius: 5px;
}
.c-button--round {
  border-radius: 3em;
}
.c-button--arrow::after {
  content: "";
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 0.5em;
  margin-left: auto;
}
.c-button--color-youji {
  border-color: #14aa32;
  color: #14aa32;
}
.c-button--color-youji::before {
  background-color: #14aa32;
}
.c-button--color-shogaku {
  border-color: #eb6000;
  color: #eb6000;
}
.c-button--color-shogaku::before {
  background-color: #eb6000;
}
.c-button--color-chugaku {
  border-color: #276db0;
  color: #276db0;
}
.c-button-mimamoru {
  display: inline-flex;
  align-items: center;
  vertical-align: bottom;
  background: #eee;
  border-radius: 5px;
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
  padding: 0.5em 1em;
  position: relative;
  text-align: center;
  transition: all 0.2s ease;
}
.c-button-mimamoru em {
  font-weight: bold;
}
.c-button-mimamoru .c-button_icon-before {
  font-size: 1.5em;
}
.c-button-mimamoru .c-button_maintext {
  padding: 0 0.5em;
}
.mid .c-button-mimamoru {
  background-color: #206289;
  color: #fff;
}
.mid .c-button-mimamoru:hover {
  background-color: #297fb3;
  box-shadow: none;
  margin-top: 3px;
  padding-bottom: 0.3em;
}
.c-button-enrollment {
  display: flex;
  align-items: center;
  vertical-align: bottom;
  background: linear-gradient(to bottom, #ff6b05, #eb6000);
  border-radius: 0.5em;
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.25);
  color: #fff !important;
  font-weight: 600;
  font-size: 5vw;
  line-height: 1.4;
  overflow: hidden;
  padding: 0.5em 1em;
  position: relative;
  top: 0;
  text-align: center;
  transition: all 0.2s ease;
  max-width: 450px;
  margin: 0 auto;
}
.c-button-enrollment .c-button_maintext b {
  color: #fffe53;
  font-weight: 600;
}
.c-button-enrollment:hover {
  box-shadow: none;
  top: 3px;
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .c-button-enrollment {
    font-size: 22px;
  }
}

.c-grid {
  display: flex;
}
.c-grid_col {
  flex: 1;
}
.c-heading_shoulder--fukidashi {
  position: relative;
  margin-bottom: 0.5em;
  background: #ff6c00;
  border-radius: 2em;
  color: #fff;
  display: inline-block;
  padding: 0.45em 1.5em 0.45em;
  line-height: 1.2 !important;
}
.c-heading_shoulder--fukidashi::after {
  border-style: solid;
  border-width: 0.5em;
  border-color: #ff6c00 transparent transparent;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
}
.c-heading-simple {
  text-align: center;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
}
.c-heading-obi {
  background-color: #ff6c00;
  color: #fff;
  padding: 0.8em 20px;
  position: relative;
  text-align: center;
}
.c-heading-obi .c-heading_decoration {
  background-color: #ff6c00;
  border-radius: 50%;
  display: block;
  margin: calc(-40px - .8em) auto 0.4em;
  overflow: hidden;
  padding: 4px;
  position: relative;
  width: 80px;
}
@media screen and (min-width: 768px) {
  .c-heading-obi .c-heading_decoration {
    margin-top: calc(-40px - .8em);
    width: 80px;
  }
}
.c-heading-obi .c-heading_shoulder {
  color: #000;
  display: inline-block;
  vertical-align: top;
}
.c-heading-obi .c-heading_shoulder--wht {
  background: #fff;
  border-radius: 3em;
  color: #ff6c00;
  font-size: 0.6em;
  font-weight: 500;
  margin-bottom: 1em;
  padding: 0.25em 1.5em;
}
.youji .c-heading-obi {
  background-color: #1bb8ce;
}
.youji .c-heading-obi .c-heading_decoration {
  background-color: #1bb8ce;
}
.youji .c-heading-obi .c-heading_shoulder--wht {
  color: #1bb8ce;
}
.youji .c-heading-obi.c-heading--fukidashi::after {
  border-top-color: #1bb8ce;
}
.shogaku .c-heading-obi {
  background-color: #1bb8ce;
}
.shogaku .c-heading-obi .c-heading_decoration {
  background-color: #1bb8ce;
}
.shogaku .c-heading-obi .c-heading_shoulder--wht {
  color: #1bb8ce;
}
.shogaku .c-heading-obi.c-heading--fukidashi::after {
  border-top-color: #1bb8ce;
}
.shogaku .grade-new1st .c-heading-obi, .shogaku .c-heading-obi.is-grade-new1st {
  background-color: #77caf5;
}
.shogaku .grade-new1st .c-heading-obi .c-heading_decoration, .shogaku .c-heading-obi.is-grade-new1st .c-heading_decoration {
  background-color: #77caf5;
}
.shogaku .grade-new1st .c-heading-obi .c-heading_shoulder--wht, .shogaku .c-heading-obi.is-grade-new1st .c-heading_shoulder--wht {
  color: #77caf5;
}
.shogaku .grade-new1st .c-heading-obi.c-heading--fukidashi::after, .shogaku .c-heading-obi.is-grade-new1st.c-heading--fukidashi::after {
  border-top-color: #77caf5;
}
.shogaku .grade-1st .c-heading-obi, .shogaku .c-heading-obi.is-grade-1st {
  background-color: #f05096;
}
.shogaku .grade-1st .c-heading-obi .c-heading_decoration, .shogaku .c-heading-obi.is-grade-1st .c-heading_decoration {
  background-color: #f05096;
}
.shogaku .grade-1st .c-heading-obi .c-heading_shoulder--wht, .shogaku .c-heading-obi.is-grade-1st .c-heading_shoulder--wht {
  color: #f05096;
}
.shogaku .grade-1st .c-heading-obi.c-heading--fukidashi::after, .shogaku .c-heading-obi.is-grade-1st.c-heading--fukidashi::after {
  border-top-color: #f05096;
}
.shogaku .grade-2nd .c-heading-obi, .shogaku .c-heading-obi.is-grade-2nd {
  background-color: #f06e00;
}
.shogaku .grade-2nd .c-heading-obi .c-heading_decoration, .shogaku .c-heading-obi.is-grade-2nd .c-heading_decoration {
  background-color: #f06e00;
}
.shogaku .grade-2nd .c-heading-obi .c-heading_shoulder--wht, .shogaku .c-heading-obi.is-grade-2nd .c-heading_shoulder--wht {
  color: #f06e00;
}
.shogaku .grade-2nd .c-heading-obi.c-heading--fukidashi::after, .shogaku .c-heading-obi.is-grade-2nd.c-heading--fukidashi::after {
  border-top-color: #f06e00;
}
.shogaku .grade-3rd .c-heading-obi, .shogaku .c-heading-obi.is-grade-3rd {
  background-color: #faaf05;
}
.shogaku .grade-3rd .c-heading-obi .c-heading_decoration, .shogaku .c-heading-obi.is-grade-3rd .c-heading_decoration {
  background-color: #faaf05;
}
.shogaku .grade-3rd .c-heading-obi .c-heading_shoulder--wht, .shogaku .c-heading-obi.is-grade-3rd .c-heading_shoulder--wht {
  color: #faaf05;
}
.shogaku .grade-3rd .c-heading-obi.c-heading--fukidashi::after, .shogaku .c-heading-obi.is-grade-3rd.c-heading--fukidashi::after {
  border-top-color: #faaf05;
}
.shogaku .grade-4th .c-heading-obi, .shogaku .c-heading-obi.is-grade-4th {
  background-color: #14aa32;
}
.shogaku .grade-4th .c-heading-obi .c-heading_decoration, .shogaku .c-heading-obi.is-grade-4th .c-heading_decoration {
  background-color: #14aa32;
}
.shogaku .grade-4th .c-heading-obi .c-heading_shoulder--wht, .shogaku .c-heading-obi.is-grade-4th .c-heading_shoulder--wht {
  color: #14aa32;
}
.shogaku .grade-4th .c-heading-obi.c-heading--fukidashi::after, .shogaku .c-heading-obi.is-grade-4th.c-heading--fukidashi::after {
  border-top-color: #14aa32;
}
.shogaku .grade-5th .c-heading-obi, .shogaku .c-heading-obi.is-grade-5th {
  background-color: #a53c96;
}
.shogaku .grade-5th .c-heading-obi .c-heading_decoration, .shogaku .c-heading-obi.is-grade-5th .c-heading_decoration {
  background-color: #a53c96;
}
.shogaku .grade-5th .c-heading-obi .c-heading_shoulder--wht, .shogaku .c-heading-obi.is-grade-5th .c-heading_shoulder--wht {
  color: #a53c96;
}
.shogaku .grade-5th .c-heading-obi.c-heading--fukidashi::after, .shogaku .c-heading-obi.is-grade-5th.c-heading--fukidashi::after {
  border-top-color: #a53c96;
}
.shogaku .grade-6th .c-heading-obi, .shogaku .c-heading-obi.is-grade-6th {
  background-color: #0082c8;
}
.shogaku .grade-6th .c-heading-obi .c-heading_decoration, .shogaku .c-heading-obi.is-grade-6th .c-heading_decoration {
  background-color: #0082c8;
}
.shogaku .grade-6th .c-heading-obi .c-heading_shoulder--wht, .shogaku .c-heading-obi.is-grade-6th .c-heading_shoulder--wht {
  color: #0082c8;
}
.shogaku .grade-6th .c-heading-obi.c-heading--fukidashi::after, .shogaku .c-heading-obi.is-grade-6th.c-heading--fukidashi::after {
  border-top-color: #0082c8;
}
.shogaku .subject-japanese .c-heading-obi, .shogaku .c-heading-obi.is-japanese {
  background-color: #b81c2b;
}
.shogaku .subject-japanese .c-heading-obi .c-heading_decoration, .shogaku .c-heading-obi.is-japanese .c-heading_decoration {
  background-color: #b81c2b;
}
.shogaku .subject-japanese .c-heading-obi .c-heading_shoulder--wht, .shogaku .c-heading-obi.is-japanese .c-heading_shoulder--wht {
  color: #b81c2b;
}
.shogaku .subject-japanese .c-heading-obi.c-heading--fukidashi::after, .shogaku .c-heading-obi.is-japanese.c-heading--fukidashi::after {
  border-top-color: #b81c2b;
}
.shogaku .subject-math .c-heading-obi, .shogaku .c-heading-obi.is-math {
  background-color: #006da0;
}
.shogaku .subject-math .c-heading-obi .c-heading_decoration, .shogaku .c-heading-obi.is-math .c-heading_decoration {
  background-color: #006da0;
}
.shogaku .subject-math .c-heading-obi .c-heading_shoulder--wht, .shogaku .c-heading-obi.is-math .c-heading_shoulder--wht {
  color: #006da0;
}
.shogaku .subject-math .c-heading-obi.c-heading--fukidashi::after, .shogaku .c-heading-obi.is-math.c-heading--fukidashi::after {
  border-top-color: #006da0;
}
.shogaku .subject-english .c-heading-obi, .shogaku .c-heading-obi.is-english {
  background-color: #eb6000;
}
.shogaku .subject-english .c-heading-obi .c-heading_decoration, .shogaku .c-heading-obi.is-english .c-heading_decoration {
  background-color: #eb6000;
}
.shogaku .subject-english .c-heading-obi .c-heading_shoulder--wht, .shogaku .c-heading-obi.is-english .c-heading_shoulder--wht {
  color: #eb6000;
}
.shogaku .subject-english .c-heading-obi.c-heading--fukidashi::after, .shogaku .c-heading-obi.is-english.c-heading--fukidashi::after {
  border-top-color: #eb6000;
}
.shogaku .subject-science .c-heading-obi, .shogaku .c-heading-obi.is-science {
  background-color: #529b46;
}
.shogaku .subject-science .c-heading-obi .c-heading_decoration, .shogaku .c-heading-obi.is-science .c-heading_decoration {
  background-color: #529b46;
}
.shogaku .subject-science .c-heading-obi .c-heading_shoulder--wht, .shogaku .c-heading-obi.is-science .c-heading_shoulder--wht {
  color: #529b46;
}
.shogaku .subject-science .c-heading-obi.c-heading--fukidashi::after, .shogaku .c-heading-obi.is-science.c-heading--fukidashi::after {
  border-top-color: #529b46;
}
.shogaku .subject-social .c-heading-obi, .shogaku .c-heading-obi.is-social {
  background-color: #7b5a99;
}
.shogaku .subject-social .c-heading-obi .c-heading_decoration, .shogaku .c-heading-obi.is-social .c-heading_decoration {
  background-color: #7b5a99;
}
.shogaku .subject-social .c-heading-obi .c-heading_shoulder--wht, .shogaku .c-heading-obi.is-social .c-heading_shoulder--wht {
  color: #7b5a99;
}
.shogaku .subject-social .c-heading-obi.c-heading--fukidashi::after, .shogaku .c-heading-obi.is-social.c-heading--fukidashi::after {
  border-top-color: #7b5a99;
}
.subject-program .c-heading-obi, .c-heading-obi.is-program {
  background-color: #3f5eac;
}
.subject-program .c-heading-obi .c-heading_decoration, .c-heading-obi.is-program .c-heading_decoration {
  background-color: #3f5eac;
}
.subject-program .c-heading-obi .c-heading_shoulder--wht, .c-heading-obi.is-program .c-heading_shoulder--wht {
  color: #3f5eac;
}
.subject-program .c-heading-obi.c-heading--fukidashi::after, .c-heading-obi.is-program.c-heading--fukidashi::after {
  border-top-color: #3f5eac;
}
.subject-test .c-heading-obi, .c-heading-obi.is-test {
  background-color: #00aab0;
}
.subject-test .c-heading-obi .c-heading_decoration, .c-heading-obi.is-test .c-heading_decoration {
  background-color: #00aab0;
}
.subject-test .c-heading-obi .c-heading_shoulder--wht, .c-heading-obi.is-test .c-heading_shoulder--wht {
  color: #00aab0;
}
.subject-test .c-heading-obi.c-heading--fukidashi::after, .c-heading-obi.is-test.c-heading--fukidashi::after {
  border-top-color: #00aab0;
}
.subject-hatten .c-heading-obi, .c-heading-obi.is-hatten {
  background-color: #0b318f;
}
.subject-hatten .c-heading-obi .c-heading_decoration, .c-heading-obi.is-hatten .c-heading_decoration {
  background-color: #0b318f;
}
.subject-hatten .c-heading-obi .c-heading_shoulder--wht, .c-heading-obi.is-hatten .c-heading_shoulder--wht {
  color: #0b318f;
}
.subject-hatten .c-heading-obi.c-heading--fukidashi::after, .c-heading-obi.is-hatten.c-heading--fukidashi::after {
  border-top-color: #0b318f;
}
.subject-tanoshimu .c-heading-obi, .c-heading-obi.is-tanoshimu {
  background-color: #ef8100;
}
.subject-tanoshimu .c-heading-obi .c-heading_decoration, .c-heading-obi.is-tanoshimu .c-heading_decoration {
  background-color: #ef8100;
}
.subject-tanoshimu .c-heading-obi .c-heading_shoulder--wht, .c-heading-obi.is-tanoshimu .c-heading_shoulder--wht {
  color: #ef8100;
}
.subject-tanoshimu .c-heading-obi.c-heading--fukidashi::after, .c-heading-obi.is-tanoshimu.c-heading--fukidashi::after {
  border-top-color: #ef8100;
}
.chugaku .c-heading-obi {
  background-color: #0059ab;
}
.chugaku .c-heading-obi .c-heading_decoration {
  background-color: #0059ab;
}
.chugaku .c-heading-obi .c-heading_shoulder--wht {
  color: #0059ab;
}
.chugaku .c-heading-obi.c-heading--fukidashi::after {
  border-top-color: #0059ab;
}
.chugaku .grade-new1st .c-heading-obi, .chugaku .c-heading-obi.is-grade-new1st {
  background-color: #5B8EA9;
}
.chugaku .grade-new1st .c-heading-obi .c-heading_decoration, .chugaku .c-heading-obi.is-grade-new1st .c-heading_decoration {
  background-color: #5B8EA9;
}
.chugaku .grade-new1st .c-heading-obi .c-heading_shoulder--wht, .chugaku .c-heading-obi.is-grade-new1st .c-heading_shoulder--wht {
  color: #5B8EA9;
}
.chugaku .grade-new1st .c-heading-obi.c-heading--fukidashi::after, .chugaku .c-heading-obi.is-grade-new1st.c-heading--fukidashi::after {
  border-top-color: #5B8EA9;
}
.chugaku .grade-1st .c-heading-obi, .chugaku .c-heading-obi.is-grade-1st {
  background-color: #508dae;
}
.chugaku .grade-1st .c-heading-obi .c-heading_decoration, .chugaku .c-heading-obi.is-grade-1st .c-heading_decoration {
  background-color: #508dae;
}
.chugaku .grade-1st .c-heading-obi .c-heading_shoulder--wht, .chugaku .c-heading-obi.is-grade-1st .c-heading_shoulder--wht {
  color: #508dae;
}
.chugaku .grade-1st .c-heading-obi.c-heading--fukidashi::after, .chugaku .c-heading-obi.is-grade-1st.c-heading--fukidashi::after {
  border-top-color: #508dae;
}
.chugaku .grade-2nd .c-heading-obi, .chugaku .c-heading-obi.is-grade-2nd {
  background-color: #e18f4b;
}
.chugaku .grade-2nd .c-heading-obi .c-heading_decoration, .chugaku .c-heading-obi.is-grade-2nd .c-heading_decoration {
  background-color: #e18f4b;
}
.chugaku .grade-2nd .c-heading-obi .c-heading_shoulder--wht, .chugaku .c-heading-obi.is-grade-2nd .c-heading_shoulder--wht {
  color: #e18f4b;
}
.chugaku .grade-2nd .c-heading-obi.c-heading--fukidashi::after, .chugaku .c-heading-obi.is-grade-2nd.c-heading--fukidashi::after {
  border-top-color: #e18f4b;
}
.chugaku .grade-3rd .c-heading-obi, .chugaku .c-heading-obi.is-grade-3rd {
  background-color: #6eb175;
}
.chugaku .grade-3rd .c-heading-obi .c-heading_decoration, .chugaku .c-heading-obi.is-grade-3rd .c-heading_decoration {
  background-color: #6eb175;
}
.chugaku .grade-3rd .c-heading-obi .c-heading_shoulder--wht, .chugaku .c-heading-obi.is-grade-3rd .c-heading_shoulder--wht {
  color: #6eb175;
}
.chugaku .grade-3rd .c-heading-obi.c-heading--fukidashi::after, .chugaku .c-heading-obi.is-grade-3rd.c-heading--fukidashi::after {
  border-top-color: #6eb175;
}
.chugaku .subject-japanese .c-heading-obi, .chugaku .c-heading-obi.is-japanese {
  background-color: #db5867;
}
.chugaku .subject-japanese .c-heading-obi .c-heading_decoration, .chugaku .c-heading-obi.is-japanese .c-heading_decoration {
  background-color: #db5867;
}
.chugaku .subject-japanese .c-heading-obi .c-heading_shoulder--wht, .chugaku .c-heading-obi.is-japanese .c-heading_shoulder--wht {
  color: #db5867;
}
.chugaku .subject-japanese .c-heading-obi.c-heading--fukidashi::after, .chugaku .c-heading-obi.is-japanese.c-heading--fukidashi::after {
  border-top-color: #db5867;
}
.chugaku .subject-math .c-heading-obi, .chugaku .c-heading-obi.is-math {
  background-color: #0a73ae;
}
.chugaku .subject-math .c-heading-obi .c-heading_decoration, .chugaku .c-heading-obi.is-math .c-heading_decoration {
  background-color: #0a73ae;
}
.chugaku .subject-math .c-heading-obi .c-heading_shoulder--wht, .chugaku .c-heading-obi.is-math .c-heading_shoulder--wht {
  color: #0a73ae;
}
.chugaku .subject-math .c-heading-obi.c-heading--fukidashi::after, .chugaku .c-heading-obi.is-math.c-heading--fukidashi::after {
  border-top-color: #0a73ae;
}
.chugaku .subject-english .c-heading-obi, .chugaku .c-heading-obi.is-english {
  background-color: #e18f4b;
}
.chugaku .subject-english .c-heading-obi .c-heading_decoration, .chugaku .c-heading-obi.is-english .c-heading_decoration {
  background-color: #e18f4b;
}
.chugaku .subject-english .c-heading-obi .c-heading_shoulder--wht, .chugaku .c-heading-obi.is-english .c-heading_shoulder--wht {
  color: #e18f4b;
}
.chugaku .subject-english .c-heading-obi.c-heading--fukidashi::after, .chugaku .c-heading-obi.is-english.c-heading--fukidashi::after {
  border-top-color: #e18f4b;
}
.chugaku .subject-science .c-heading-obi, .chugaku .c-heading-obi.is-science {
  background-color: #43ab87;
}
.chugaku .subject-science .c-heading-obi .c-heading_decoration, .chugaku .c-heading-obi.is-science .c-heading_decoration {
  background-color: #43ab87;
}
.chugaku .subject-science .c-heading-obi .c-heading_shoulder--wht, .chugaku .c-heading-obi.is-science .c-heading_shoulder--wht {
  color: #43ab87;
}
.chugaku .subject-science .c-heading-obi.c-heading--fukidashi::after, .chugaku .c-heading-obi.is-science.c-heading--fukidashi::after {
  border-top-color: #43ab87;
}
.chugaku .subject-social .c-heading-obi, .chugaku .c-heading-obi.is-social {
  background-color: #8972b3;
}
.chugaku .subject-social .c-heading-obi .c-heading_decoration, .chugaku .c-heading-obi.is-social .c-heading_decoration {
  background-color: #8972b3;
}
.chugaku .subject-social .c-heading-obi .c-heading_shoulder--wht, .chugaku .c-heading-obi.is-social .c-heading_shoulder--wht {
  color: #8972b3;
}
.chugaku .subject-social .c-heading-obi.c-heading--fukidashi::after, .chugaku .c-heading-obi.is-social.c-heading--fukidashi::after {
  border-top-color: #8972b3;
}
.c-heading-round {
  position: relative;
  text-align: center;
}
.c-heading-round .c-heading_maintext {
  background: #ff6c00;
  border-radius: 2em;
  color: #fff;
  display: inline-block;
  padding: 0.45em 1.5em 0.45em;
  line-height: 1.2 !important;
}
.c-heading-round .c-heading_shoulder {
  display: inline-block;
  vertical-align: top;
}
.chugaku .c-heading-round .c-heading_maintext {
  background-color: #e15245;
}
.chugaku .c-heading-round.c-heading--fukidashi::after {
  border-top-color: #e15245;
}
.chugaku .grade-new1st .c-heading-round .c-heading_maintext, .chugaku .c-heading-round.is-grade-new1st .c-heading_maintext {
  background-color: #5B8EA9;
}
.chugaku .grade-new1st .c-heading-round.c-heading--fukidashi::after, .chugaku .c-heading-round.is-grade-new1st.c-heading--fukidashi::after {
  border-top-color: #5B8EA9;
}
.chugaku .grade-1st .c-heading-round .c-heading_maintext, .chugaku .c-heading-round.is-grade-1st .c-heading_maintext {
  background-color: #728cba;
}
.chugaku .grade-1st .c-heading-round.c-heading--fukidashi::after, .chugaku .c-heading-round.is-grade-1st.c-heading--fukidashi::after {
  border-top-color: #728cba;
}
.chugaku .grade-2nd .c-heading-round .c-heading_maintext, .chugaku .c-heading-round.is-grade-2nd .c-heading_maintext {
  background-color: #df7f3a;
}
.chugaku .grade-2nd .c-heading-round.c-heading--fukidashi::after, .chugaku .c-heading-round.is-grade-2nd.c-heading--fukidashi::after {
  border-top-color: #df7f3a;
}
.chugaku .grade-3rd .c-heading-round .c-heading_maintext, .chugaku .c-heading-round.is-grade-3rd .c-heading_maintext {
  background-color: #6fb16b;
}
.chugaku .grade-3rd .c-heading-round.c-heading--fukidashi::after, .chugaku .c-heading-round.is-grade-3rd.c-heading--fukidashi::after {
  border-top-color: #6fb16b;
}
.c-heading-headicon .c-heading_decoration, .c-heading-sideicon .c-heading_decoration {
  background-color: #ff6c00;
  border-radius: 0.25em;
  overflow: hidden;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
}
.c-heading-headicon {
  text-align: center;
}
.c-heading-headicon .c-heading_decoration {
  display: block;
  margin: 0 auto 0.25em;
}
.c-heading-sideicon {
  display: flex;
  align-items: center;
}
.c-heading-sideicon .c-heading_decoration {
  margin-right: 0.5em;
}
.c-heading-sideicon.c-heading--inline {
  justify-content: center;
}
.c-heading-headnumber .c-heading_decoration, .c-heading-sidenumber .c-heading_decoration {
  display: inline-block;
}
.c-heading-headnumber {
  text-align: center;
}
.c-heading-headnumber .c-heading_decoration {
  border-bottom: 2px solid;
  display: inline-block;
  margin-bottom: 0.25em;
  padding-bottom: 0.25em;
  line-height: 1;
}
.c-heading-sidenumber {
  display: flex;
}
.c-heading-sidenumber .c-heading_decoration {
  margin-right: 0.25em;
}
.c-heading-sidenumber.c-heading--inline {
  justify-content: center;
}
.c-heading-sidenumber--large .c-heading_decoration {
  font-size: 2em;
  line-height: 1;
  margin-top: -0.25em;
}
.c-heading-sideline .c-heading_maintext {
  display: inline-block;
  border-left: 2px solid;
  padding: 0 0.5em 0.15em;
  text-align: left;
}
.chugaku .c-heading-sideline .c-heading_maintext {
  border-left-color: #0059ab;
}
.c-heading-slash .c-heading_maintext {
  display: inline-block;
  position: relative;
  padding: 0 1em;
}
.c-heading-slash .c-heading_maintext::before, .c-heading-slash .c-heading_maintext::after {
  background: #000;
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  bottom: 0;
  transform-origin: top left;
}
.c-heading-slash .c-heading_maintext::before {
  right: 0;
  transform: skew(-15deg);
}
.c-heading-slash .c-heading_maintext::after {
  left: 0;
  transform: skew(15deg);
}
.c-heading--fukidashi {
  position: relative;
  margin-bottom: 1.5em;
}
.c-heading--fukidashi::after {
  border-style: solid;
  border-width: 0.5em;
  border-color: #ff6c00 transparent transparent;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
}
.c-heading--borderline {
  border-top: 2px solid;
  padding-top: 0.5em;
}
.c-heading--inline {
  margin: 0 auto;
}

/* _icons
------------------------------ */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before, .glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "";
}

.glyphicon-music:before {
  content: "";
}

.glyphicon-search:before {
  content: "";
}

.glyphicon-heart:before {
  content: "";
}

.glyphicon-star:before {
  content: "";
}

.glyphicon-star-empty:before {
  content: "";
}

.glyphicon-user:before {
  content: "";
}

.glyphicon-film:before {
  content: "";
}

.glyphicon-th-large:before {
  content: "";
}

.glyphicon-th:before {
  content: "";
}

.glyphicon-th-list:before {
  content: "";
}

.glyphicon-ok:before {
  content: "";
}

.glyphicon-remove:before {
  content: "";
}

.glyphicon-zoom-in:before {
  content: "";
}

.glyphicon-zoom-out:before {
  content: "";
}

.glyphicon-off:before {
  content: "";
}

.glyphicon-signal:before {
  content: "";
}

.glyphicon-cog:before {
  content: "";
}

.glyphicon-trash:before {
  content: "";
}

.glyphicon-home:before {
  content: "";
}

.glyphicon-file:before {
  content: "";
}

.glyphicon-time:before {
  content: "";
}

.glyphicon-road:before {
  content: "";
}

.glyphicon-download-alt:before {
  content: "";
}

.glyphicon-download:before {
  content: "";
}

.glyphicon-upload:before {
  content: "";
}

.glyphicon-inbox:before {
  content: "";
}

.glyphicon-play-circle:before {
  content: "";
}

.glyphicon-repeat:before {
  content: "";
}

.glyphicon-refresh:before {
  content: "";
}

.glyphicon-list-alt:before {
  content: "";
}

.glyphicon-lock:before {
  content: "";
}

.glyphicon-flag:before {
  content: "";
}

.glyphicon-headphones:before {
  content: "";
}

.glyphicon-volume-off:before {
  content: "";
}

.glyphicon-volume-down:before {
  content: "";
}

.glyphicon-volume-up:before {
  content: "";
}

.glyphicon-qrcode:before {
  content: "";
}

.glyphicon-barcode:before {
  content: "";
}

.glyphicon-tag:before {
  content: "";
}

.glyphicon-tags:before {
  content: "";
}

.glyphicon-book:before {
  content: "";
}

.glyphicon-bookmark:before {
  content: "";
}

.glyphicon-print:before {
  content: "";
}

.glyphicon-camera:before {
  content: "";
}

.glyphicon-font:before {
  content: "";
}

.glyphicon-bold:before {
  content: "";
}

.glyphicon-italic:before {
  content: "";
}

.glyphicon-text-height:before {
  content: "";
}

.glyphicon-text-width:before {
  content: "";
}

.glyphicon-align-left:before {
  content: "";
}

.glyphicon-align-center:before {
  content: "";
}

.glyphicon-align-right:before {
  content: "";
}

.glyphicon-align-justify:before {
  content: "";
}

.glyphicon-list:before {
  content: "";
}

.glyphicon-indent-left:before {
  content: "";
}

.glyphicon-indent-right:before {
  content: "";
}

.glyphicon-facetime-video:before {
  content: "";
}

.glyphicon-picture:before {
  content: "";
}

.glyphicon-map-marker:before {
  content: "";
}

.glyphicon-adjust:before {
  content: "";
}

.glyphicon-tint:before {
  content: "";
}

.glyphicon-edit:before {
  content: "";
}

.glyphicon-share:before {
  content: "";
}

.glyphicon-check:before {
  content: "";
}

.glyphicon-move:before {
  content: "";
}

.glyphicon-step-backward:before {
  content: "";
}

.glyphicon-fast-backward:before {
  content: "";
}

.glyphicon-backward:before {
  content: "";
}

.glyphicon-play:before {
  content: "";
}

.glyphicon-pause:before {
  content: "";
}

.glyphicon-stop:before {
  content: "";
}

.glyphicon-forward:before {
  content: "";
}

.glyphicon-fast-forward:before {
  content: "";
}

.glyphicon-step-forward:before {
  content: "";
}

.glyphicon-eject:before {
  content: "";
}

.glyphicon-chevron-left:before {
  content: "";
}

.glyphicon-chevron-right:before {
  content: "";
}

.glyphicon-plus-sign:before {
  content: "";
}

.glyphicon-minus-sign:before {
  content: "";
}

.glyphicon-remove-sign:before {
  content: "";
}

.glyphicon-ok-sign:before {
  content: "";
}

.glyphicon-question-sign:before {
  content: "";
}

.glyphicon-info-sign:before {
  content: "";
}

.glyphicon-screenshot:before {
  content: "";
}

.glyphicon-remove-circle:before {
  content: "";
}

.glyphicon-ok-circle:before {
  content: "";
}

.glyphicon-ban-circle:before {
  content: "";
}

.glyphicon-arrow-left:before {
  content: "";
}

.glyphicon-arrow-right:before {
  content: "";
}

.glyphicon-arrow-up:before {
  content: "";
}

.glyphicon-arrow-down:before {
  content: "";
}

.glyphicon-share-alt:before {
  content: "";
}

.glyphicon-resize-full:before {
  content: "";
}

.glyphicon-resize-small:before {
  content: "";
}

.glyphicon-exclamation-sign:before {
  content: "";
}

.glyphicon-gift:before {
  content: "";
}

.glyphicon-leaf:before {
  content: "";
}

.glyphicon-fire:before {
  content: "";
}

.glyphicon-eye-open:before {
  content: "";
}

.glyphicon-eye-close:before {
  content: "";
}

.glyphicon-warning-sign:before {
  content: "";
}

.glyphicon-plane:before {
  content: "";
}

.glyphicon-calendar:before {
  content: "";
}

.glyphicon-random:before {
  content: "";
}

.glyphicon-comment:before {
  content: "";
}

.glyphicon-magnet:before {
  content: "";
}

.glyphicon-chevron-up:before {
  content: "";
}

.glyphicon-chevron-down:before {
  content: "";
}

.glyphicon-retweet:before {
  content: "";
}

.glyphicon-shopping-cart:before {
  content: "";
}

.glyphicon-folder-close:before {
  content: "";
}

.glyphicon-folder-open:before {
  content: "";
}

.glyphicon-resize-vertical:before {
  content: "";
}

.glyphicon-resize-horizontal:before {
  content: "";
}

.glyphicon-hdd:before {
  content: "";
}

.glyphicon-bullhorn:before {
  content: "";
}

.glyphicon-bell:before {
  content: "";
}

.glyphicon-certificate:before {
  content: "";
}

.glyphicon-thumbs-up:before {
  content: "";
}

.glyphicon-thumbs-down:before {
  content: "";
}

.glyphicon-hand-right:before {
  content: "";
}

.glyphicon-hand-left:before {
  content: "";
}

.glyphicon-hand-up:before {
  content: "";
}

.glyphicon-hand-down:before {
  content: "";
}

.glyphicon-circle-arrow-right:before {
  content: "";
}

.glyphicon-circle-arrow-left:before {
  content: "";
}

.glyphicon-circle-arrow-up:before {
  content: "";
}

.glyphicon-circle-arrow-down:before {
  content: "";
}

.glyphicon-globe:before {
  content: "";
}

.glyphicon-wrench:before {
  content: "";
}

.glyphicon-tasks:before {
  content: "";
}

.glyphicon-filter:before {
  content: "";
}

.glyphicon-briefcase:before {
  content: "";
}

.glyphicon-fullscreen:before {
  content: "";
}

.glyphicon-dashboard:before {
  content: "";
}

.glyphicon-paperclip:before {
  content: "";
}

.glyphicon-heart-empty:before {
  content: "";
}

.glyphicon-link:before {
  content: "";
}

.glyphicon-phone:before {
  content: "";
}

.glyphicon-pushpin:before {
  content: "";
}

.glyphicon-usd:before {
  content: "";
}

.glyphicon-gbp:before {
  content: "";
}

.glyphicon-sort:before {
  content: "";
}

.glyphicon-sort-by-alphabet:before {
  content: "";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "";
}

.glyphicon-sort-by-order:before {
  content: "";
}

.glyphicon-sort-by-order-alt:before {
  content: "";
}

.glyphicon-sort-by-attributes:before {
  content: "";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "";
}

.glyphicon-unchecked:before {
  content: "";
}

.glyphicon-expand:before {
  content: "";
}

.glyphicon-collapse-down:before {
  content: "";
}

.glyphicon-collapse-up:before {
  content: "";
}

.glyphicon-log-in:before {
  content: "";
}

.glyphicon-flash:before {
  content: "";
}

.glyphicon-log-out:before {
  content: "";
}

.glyphicon-new-window:before {
  content: "";
}

.glyphicon-record:before {
  content: "";
}

.glyphicon-save:before {
  content: "";
}

.glyphicon-open:before {
  content: "";
}

.glyphicon-saved:before {
  content: "";
}

.glyphicon-import:before {
  content: "";
}

.glyphicon-export:before {
  content: "";
}

.glyphicon-send:before {
  content: "";
}

.glyphicon-floppy-disk:before {
  content: "";
}

.glyphicon-floppy-saved:before {
  content: "";
}

.glyphicon-floppy-remove:before {
  content: "";
}

.glyphicon-floppy-save:before {
  content: "";
}

.glyphicon-floppy-open:before {
  content: "";
}

.glyphicon-credit-card:before {
  content: "";
}

.glyphicon-transfer:before {
  content: "";
}

.glyphicon-cutlery:before {
  content: "";
}

.glyphicon-header:before {
  content: "";
}

.glyphicon-compressed:before {
  content: "";
}

.glyphicon-earphone:before {
  content: "";
}

.glyphicon-phone-alt:before {
  content: "";
}

.glyphicon-tower:before {
  content: "";
}

.glyphicon-stats:before {
  content: "";
}

.glyphicon-sd-video:before {
  content: "";
}

.glyphicon-hd-video:before {
  content: "";
}

.glyphicon-subtitles:before {
  content: "";
}

.glyphicon-sound-stereo:before {
  content: "";
}

.glyphicon-sound-dolby:before {
  content: "";
}

.glyphicon-sound-5-1:before {
  content: "";
}

.glyphicon-sound-6-1:before {
  content: "";
}

.glyphicon-sound-7-1:before {
  content: "";
}

.glyphicon-copyright-mark:before {
  content: "";
}

.glyphicon-registration-mark:before {
  content: "";
}

.glyphicon-cloud-download:before {
  content: "";
}

.glyphicon-cloud-upload:before {
  content: "";
}

.glyphicon-tree-conifer:before {
  content: "";
}

.glyphicon-tree-deciduous:before {
  content: "";
}

.glyphicon-cd:before {
  content: "";
}

.glyphicon-save-file:before {
  content: "";
}

.glyphicon-open-file:before {
  content: "";
}

.glyphicon-level-up:before {
  content: "";
}

.glyphicon-copy:before {
  content: "";
}

.glyphicon-paste:before {
  content: "";
}

.glyphicon-alert:before {
  content: "";
}

.glyphicon-equalizer:before {
  content: "";
}

.glyphicon-king:before {
  content: "";
}

.glyphicon-queen:before {
  content: "";
}

.glyphicon-pawn:before {
  content: "";
}

.glyphicon-bishop:before {
  content: "";
}

.glyphicon-knight:before {
  content: "";
}

.glyphicon-baby-formula:before {
  content: "";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "";
}

.glyphicon-bed:before {
  content: "";
}

.glyphicon-apple:before {
  content: "";
}

.glyphicon-erase:before {
  content: "";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "";
}

.glyphicon-duplicate:before {
  content: "";
}

.glyphicon-piggy-bank:before {
  content: "";
}

.glyphicon-scissors:before {
  content: "";
}

.glyphicon-bitcoin:before, .glyphicon-btc:before, .glyphicon-xbt:before {
  content: "";
}

.glyphicon-yen:before, .glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before, .glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "";
}

.glyphicon-ice-lolly:before {
  content: "";
}

.glyphicon-ice-lolly-tasted:before {
  content: "";
}

.glyphicon-education:before {
  content: "";
}

.glyphicon-option-horizontal:before {
  content: "";
}

.glyphicon-option-vertical:before {
  content: "";
}

.glyphicon-menu-hamburger:before {
  content: "";
}

.glyphicon-modal-window:before {
  content: "";
}

.glyphicon-oil:before {
  content: "";
}

.glyphicon-grain:before {
  content: "";
}

.glyphicon-sunglasses:before {
  content: "";
}

.glyphicon-text-size:before {
  content: "";
}

.glyphicon-text-color:before {
  content: "";
}

.glyphicon-text-background:before {
  content: "";
}

.glyphicon-object-align-top:before {
  content: "";
}

.glyphicon-object-align-bottom:before {
  content: "";
}

.glyphicon-object-align-horizontal:before {
  content: "";
}

.glyphicon-object-align-left:before {
  content: "";
}

.glyphicon-object-align-vertical:before {
  content: "";
}

.glyphicon-object-align-right:before {
  content: "";
}

.glyphicon-triangle-right:before {
  content: "";
}

.glyphicon-triangle-left:before {
  content: "";
}

.glyphicon-triangle-bottom:before {
  content: "";
}

.glyphicon-triangle-top:before {
  content: "";
}

.glyphicon-console:before {
  content: "";
}

.glyphicon-superscript:before {
  content: "";
}

.glyphicon-subscript:before {
  content: "";
}

.glyphicon-menu-left:before {
  content: "";
}

.glyphicon-menu-right:before {
  content: "";
}

.glyphicon-menu-down:before {
  content: "";
}

.glyphicon-menu-up:before {
  content: "";
}

.c-keyvisual {
  margin: 0 auto;
}
.c-keyvisual > img {
  display: block;
  margin: 0 auto;
}
.c-keyvisual-right, .c-keyvisual-left {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
}
.c-keyvisual-right .c-keyvisual_text, .c-keyvisual-left .c-keyvisual_text {
  font-size: 2.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  position: absolute;
  text-align: center;
  min-width: 50%;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-keyvisual-right .c-keyvisual_text, .c-keyvisual-left .c-keyvisual_text {
    font-size: 2.8vw;
    padding-right: 5%;
    padding-left: 5%;
  }
}
.c-keyvisual-right .c-keyvisual_title, .c-keyvisual-left .c-keyvisual_title {
  font-size: 2em;
  font-weight: 500;
  line-height: 1.2;
  padding: 0.15em 0;
}
.c-keyvisual-right .c-keyvisual_title b, .c-keyvisual-left .c-keyvisual_title b {
  font-size: 1.5em;
  line-height: 0;
}
.c-keyvisual-right .c-keyvisual_title + .c-keyvisual_description, .c-keyvisual-left .c-keyvisual_title + .c-keyvisual_description {
  margin-top: 0.5em;
}
.c-keyvisual-right .c-keyvisual_text {
  background: linear-gradient(to left, white, rgba(255, 255, 255, 0) 100%);
  right: 0;
}
.c-keyvisual-left .c-keyvisual_text {
  background: linear-gradient(to right, white, rgba(255, 255, 255, 0) 100%);
  left: 0;
}

.c-label-frame {
  margin-top: 1em;
}
.c-label-item {
  display: inline-block;
  padding: 5px 10px;
  background: #1bb8ce;
  color: #fff;
  line-height: 1;
  text-indent: 0;
}
.c-label-item + .c-label-item {
  margin-left: 5px;
}

.c-list li ul > li,
.c-list li ol > li {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.c-list--disc {
  list-style-type: disc;
  margin-left: 1.8em;
  padding: 0;
}
.c-list--disc > li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.c-list--color-disc {
  list-style-type: disc;
  margin-left: 1.8em;
  padding: 0;
}
.c-list--color-disc > li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.c-list--color-disc > li::marker {
  color: #ff6c00;
}
.c-list--checkmark {
  margin-left: 1.8em;
  padding: 0;
}
.c-list--checkmark > li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  position: relative;
}
.c-list--checkmark > li::before {
  content: "";
  background: none;
  border-radius: 0;
  position: absolute;
  top: 0.5em;
  left: -20px;
  width: 10px;
  height: 5px;
  border-left: 2px solid #25AF01;
  border-bottom: 2px solid #25AF01;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .c-list--checkmark > li::before {
    top: 0.5em;
    left: -20px;
    width: 10px;
    height: 5px;
    border-left: 2px solid #25AF01;
    border-bottom: 2px solid #25AF01;
    transform: rotate(-45deg);
  }
}
.c-list--number {
  list-style-type: decimal;
  margin-left: 1.8em;
  padding: 0;
}
.c-list--number > li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.c-list--number-square {
  counter-reset: count_number-square;
  padding: 0;
}
.c-list--number-square > li {
  text-indent: -1.8em;
  margin-left: 1.8em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.c-list--number-square > li::before {
  background-color: #ff6c00;
  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;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.modal-dialog {
  margin-top: 20px;
}

.modal-body > .modal-title {
  margin-bottom: 0.3em;
}
.modal-body > button.close {
  background-color: #fff;
  border: solid 4px;
  border-radius: 50%;
  box-shadow: 0 0 3px rgba(0, 0, 3, 0.6);
  width: 40px;
  height: 40px;
  font-size: 20px;
  text-align: center;
  opacity: 1;
  z-index: 200;
  position: sticky;
  top: 0;
  right: 0;
  margin: -34px -26px 0 0;
  opacity: 0;
  transition: opacity .3s .3s ease-out;
}
.modal.in .modal-body > button.close {
  opacity: 1;
}

.ele .modal-body > button.close {
  border-color: #19b6a9;
  color: #19b6a9;
}
.ele .modal-body > button.close * {
  color: #19b6a9;
}

.mid .modal-body > button.close {
  border-color: #206289;
  color: #206289;
}
.mid .modal-body > button.close * {
  color: #206289;
}

[aria-labelledby=tsuduku] .modal-body, [aria-labelledby=kawaru] .modal-body, [aria-labelledby=voice] .modal-body {
  padding-top: 30px;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}
.mid .modal-body > button.close {
  border-color: #206289;
  color: #206289;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
details.c-notes {
  color: #333;
  text-align: left;
  font-size: 11.2px;
  margin-top: 10px;
  opacity: 0.9;
}
details.c-notes > summary {
  display: inline-block;
  word-break: keep-all;
  margin: 0;
  padding: 0 10px;
  border-radius: 11px;
  background: rgba(0, 0, 0, 0.1);
  font-size: 11.2px;
  vertical-align: middle;
  line-height: 2em;
  transition: all 0.3s;
}
details.c-notes > summary span {
  display: inline-block;
  position: relative;
  width: 9px;
  height: 9px;
  margin-left: 3px;
}
details.c-notes > summary span::before {
  display: block;
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  background: #333;
}
details.c-notes > summary span::after {
  display: block;
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  background: #333;
  transition: all 0.3s;
}
details.c-notes .c-notes_content {
  padding-top: 10px;
  animation: anim_c-notes_content 0.3s ease;
}
details.c-notes:not([open]) > summary span::after {
  transform: rotate(-90deg);
}
details.c-notes:not([open]) .c-notes_content {
  opacity: 0;
  height: 0;
}

@keyframes anim_c-notes_content {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
ul.c-notes, ol.c-notes {
  margin: 1em auto 0;
  padding: 0;
  color: #333;
  font-size: 11.2px;
  font-weight: 300;
}
ul.c-notes li, ol.c-notes li {
  margin-left: 1em;
  text-indent: -1em;
}
ul.c-notes--ordered li, ol.c-notes--ordered li {
  margin-left: 1.9em;
  text-indent: -1.9em;
}

.c-panel {
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.c-panel_body {
  padding: 15px;
}
.c-panel-outline {
  border: 2px solid;
  border-radius: 10px;
  max-width: 600px;
  margin: 40px auto;
}
.c-panel-outline .c-panel_heading {
  position: relative;
  margin-top: calc(-1em);
  text-align: center;
}
.c-panel-outline .c-panel_heading > span {
  display: inline-block;
  background: #e15245;
  color: #fff;
  border-radius: 2em;
  padding: 0.25em 1em;
}
.shogaku .c-panel-outline {
  border-color: #1bb8ce;
}
.shogaku .c-panel-outline .c-panel_heading > span {
  background-color: #1bb8ce;
}
.shogaku .subject-japanese .c-panel-outline, .shogaku .c-panel-outline.is-japanese {
  border-color: #b81c2b;
}
.shogaku .subject-japanese .c-panel-outline .c-panel_heading > span, .shogaku .c-panel-outline.is-japanese .c-panel_heading > span {
  background-color: #b81c2b;
}
.shogaku .subject-math .c-panel-outline, .shogaku .c-panel-outline.is-math {
  border-color: #006da0;
}
.shogaku .subject-math .c-panel-outline .c-panel_heading > span, .shogaku .c-panel-outline.is-math .c-panel_heading > span {
  background-color: #006da0;
}
.shogaku .subject-english .c-panel-outline, .shogaku .c-panel-outline.is-english {
  border-color: #eb6000;
}
.shogaku .subject-english .c-panel-outline .c-panel_heading > span, .shogaku .c-panel-outline.is-english .c-panel_heading > span {
  background-color: #eb6000;
}
.shogaku .subject-science .c-panel-outline, .shogaku .c-panel-outline.is-science {
  border-color: #529b46;
}
.shogaku .subject-science .c-panel-outline .c-panel_heading > span, .shogaku .c-panel-outline.is-science .c-panel_heading > span {
  background-color: #529b46;
}
.shogaku .subject-social .c-panel-outline, .shogaku .c-panel-outline.is-social {
  border-color: #7b5a99;
}
.shogaku .subject-social .c-panel-outline .c-panel_heading > span, .shogaku .c-panel-outline.is-social .c-panel_heading > span {
  background-color: #7b5a99;
}
.chugaku .c-panel-outline {
  border-color: #0059ab;
}
.chugaku .c-panel-outline .c-panel_heading > span {
  background-color: #0059ab;
}
.chugaku .subject-japanese .c-panel-outline, .chugaku .c-panel-outline.is-japanese {
  border-color: #db5867;
}
.chugaku .subject-japanese .c-panel-outline .c-panel_heading > span, .chugaku .c-panel-outline.is-japanese .c-panel_heading > span {
  background-color: #db5867;
}
.chugaku .subject-math .c-panel-outline, .chugaku .c-panel-outline.is-math {
  border-color: #0a73ae;
}
.chugaku .subject-math .c-panel-outline .c-panel_heading > span, .chugaku .c-panel-outline.is-math .c-panel_heading > span {
  background-color: #0a73ae;
}
.chugaku .subject-english .c-panel-outline, .chugaku .c-panel-outline.is-english {
  border-color: #e18f4b;
}
.chugaku .subject-english .c-panel-outline .c-panel_heading > span, .chugaku .c-panel-outline.is-english .c-panel_heading > span {
  background-color: #e18f4b;
}
.chugaku .subject-science .c-panel-outline, .chugaku .c-panel-outline.is-science {
  border-color: #43ab87;
}
.chugaku .subject-science .c-panel-outline .c-panel_heading > span, .chugaku .c-panel-outline.is-science .c-panel_heading > span {
  background-color: #43ab87;
}
.chugaku .subject-social .c-panel-outline, .chugaku .c-panel-outline.is-social {
  border-color: #8972b3;
}
.chugaku .subject-social .c-panel-outline .c-panel_heading > span, .chugaku .c-panel-outline.is-social .c-panel_heading > span {
  background-color: #8972b3;
}

.c-price-frame {
  text-align: center;
  margin: 0 auto;
}
.c-price-monthly {
  display: inline-block;
  line-height: 1;
  position: relative;
  white-space: nowrap;
}
.c-price-monthly sup {
  font-size: 1.1rem !important;
  vertical-align: sub !important;
  color: initial;
}
.c-price-monthly .c-price_num {
  font-family: Futura, "Century Gothic";
}
.c-price-monthly .c-price_shoulder {
  font-size: 1.4rem;
  display: block;
  text-align: left;
  margin-bottom: 0.8em;
}
.c-price-monthly .c-price_label {
  display: inline-block;
  margin: 0 0.25em 0 0;
}
.c-price-monthly .c-price_value {
  font-size: 1.8em;
}
.c-price-monthly .c-price_tax {
  display: block;
  font-size: 0.5em;
  padding-right: 2em;
  text-align: right;
}
.c-price-monthly:not(.c-price-monthly--youji) {
  color: #e54957;
}
.c-price-monthly:not(.c-price-monthly--youji) * {
  color: #e54957;
}
.c-price-monthly:not(.c-price-monthly--youji) .c-price_label {
  background-color: #e54957;
  color: #fff;
  font-size: 0.5em;
  padding: 0.25em 0.5em;
}
@media screen and (min-width: 768px) {
  .c-price-monthly:not(.c-price-monthly--youji) {
    font-size: 5.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-price-monthly:not(.c-price-monthly--youji) {
    font-size: 9vw;
  }
}
.c-price-monthly--youji {
  color: #00a896;
}
.c-price-monthly--youji * {
  color: #00a896;
}
.c-price-monthly--youji .c-price_label {
  color: #00a896;
}
.c-price-monthly--youji .c-price_value {
  position: relative;
}
.c-price-monthly--youji .c-price_value::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0.2em;
  background: #f8fa90;
  left: 0;
  bottom: 0.25em;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .c-price-monthly--youji {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-price-monthly--youji {
    font-size: 5vw;
  }
  .c-price-monthly--youji .c-price_shoulder {
    font-size: 3vw;
  }
}
.c-price--color-red * {
  color: #e54957;
}
.c-price--color-red .c-price_label {
  background-color: #e54957;
  color: #fff;
}
.c-price--color-youji {
  color: #00a896;
}
.c-price--color-youji * {
  color: #00a896;
}

.c-text-quotation::before, .c-text-quotation::after {
  font-family: sans-serif;
}
.c-text-quotation::before {
  content: "“";
}
.c-text-quotation::after {
  content: "”";
}

.u-align-left {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .u-align-left--sp {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .u-align-left--pc {
    text-align: left;
  }
}
.u-align-center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .u-align-center--sp {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .u-align-center--pc {
    text-align: center;
  }
}
.u-align-right {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .u-align-right--sp {
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .u-align-right--pc {
    text-align: right;
  }
}

.u-color--chugaku-grade-new1st {
  color: #5B8EA9;
}
.u-color--chugaku-grade-1st {
  color: #728cba;
}
.u-color--chugaku-grade-2nd {
  color: #df7f3a;
}
.u-color--chugaku-grade-3rd {
  color: #6fb16b;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }

  .sp-line {
    display: inline-block !important;
  }

  .pc,
.pc-line {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }

  .pc-line {
    display: inline-block !important;
  }

  .sp,
.sp-line {
    display: none !important;
  }
}
.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-font-emphasis {
  font-weight: 700;
  background: linear-gradient(to top, #f8ef36 50%, rgba(248, 239, 54, 0) 51%) left bottom repeat-x;
  background-size: 1px 1em;
}
.shogaku .u-font-emphasis {
  color: #1bb8ce;
}
.shogaku .subject-japanese .u-font-emphasis, .shogaku .u-font-emphasis.is-japanese {
  color: #b81c2b;
}
.shogaku .subject-math .u-font-emphasis, .shogaku .u-font-emphasis.is-math {
  color: #006da0;
}
.shogaku .subject-english .u-font-emphasis, .shogaku .u-font-emphasis.is-english {
  color: #eb6000;
}
.shogaku .subject-science .u-font-emphasis, .shogaku .u-font-emphasis.is-science {
  color: #529b46;
}
.shogaku .subject-social .u-font-emphasis, .shogaku .u-font-emphasis.is-social {
  color: #7b5a99;
}
.chugaku .u-font-emphasis {
  color: #0059ab;
}
.chugaku .subject-japanese .u-font-emphasis, .chugaku .u-font-emphasis.is-japanese {
  color: #db5867;
}
.chugaku .subject-math .u-font-emphasis, .chugaku .u-font-emphasis.is-math {
  color: #0a73ae;
}
.chugaku .subject-english .u-font-emphasis, .chugaku .u-font-emphasis.is-english {
  color: #e18f4b;
}
.chugaku .subject-science .u-font-emphasis, .chugaku .u-font-emphasis.is-science {
  color: #43ab87;
}
.chugaku .subject-social .u-font-emphasis, .chugaku .u-font-emphasis.is-social {
  color: #8972b3;
}
.u-font-weight--lighter {
  font-weight: 200;
}
.u-font-weight--normal {
  font-weight: 400;
}
.u-font-weight--bold {
  font-weight: 500;
}
.u-font-weight--bolder {
  font-weight: 900;
}
.u-font-style--italic {
  font-style: italic;
}
.u-font-size--x2 {
  font-size: 2em;
}
@media screen and (max-width: 767px) {
  .u-font-size--h1 {
    font-size: 24px !important;
    font-size: 5.797vw !important;
  }
  .u-font-size--h2 {
    font-size: 24px !important;
    font-size: 5.797vw !important;
  }
  .u-font-size--h3 {
    font-size: 22px !important;
    font-size: 5.314vw !important;
  }
  .u-font-size--h4 {
    font-size: 20px !important;
    font-size: 4.83vw !important;
  }
  .u-font-size--h5 {
    font-size: 18px !important;
    font-size: 4.347vw !important;
  }
  .u-font-size--h6 {
    font-size: 18px !important;
    font-size: 4.347vw !important;
  }
}
@media screen and (min-width: 768px) {
  .u-font-size--h1 {
    font-size: 32px !important;
  }
  .u-font-size--h2 {
    font-size: 30px !important;
  }
  .u-font-size--h3 {
    font-size: 30px !important;
  }
  .u-font-size--h4 {
    font-size: 28px !important;
  }
  .u-font-size--h5 {
    font-size: 26px !important;
  }
  .u-font-size--h6 {
    font-size: 24px !important;
  }
}

.u-frame--shadow {
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.u-frame--youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
}
.u-frame--youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.u-frame--tablet-portlate {
  overflow: hidden;
  padding: 14.4% 12.3% 14.4% 12.2%;
  position: relative;
}
.u-frame--tablet-portlate img {
  width: 100%;
}
.u-frame--tablet-portlate::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("https://smile-zemi.jp/chugaku/lib/images/frame_tablet.gif") no-repeat;
  background-size: cover;
}
.u-frame--tablet-portlate.is-cutoff {
  margin-bottom: -20%;
}
.u-frame--tablet-portlate.is-fade {
  margin-bottom: -20%;
}
.u-frame--tablet-portlate.is-fade::after {
  content: "";
  display: block;
  width: 100%;
  height: 20%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, #fdfbf5 20%, transparent);
}

.u-link--opacity {
  transition: opacity 0.2s ease;
}
.u-link--opacity:hover {
  opacity: 0.7;
}
.u-link--blank {
  position: relative;
  top: 1px;
  display: inline-block;
  font-style: normal;
  font-weight: 100;
}
.u-link--blank::after {
  content: "";
  margin-left: 0.4em;
  font-family: "Glyphicons Halflings";
  font-size: 0.8em;
}