@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@300;400;500&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
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;
  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;
  appearance: checkbox;
}

[type=radio] {
  -webkit-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;
  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;
}

/* _fonts
------------------------------ */
/* YakuHanJP
================================ */
/* 'Glyphicons Halflings'
============================ */
@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");
}
/* _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: 300;
  line-height: 1.6;
  text-align: justify;
  -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;
  }
}
.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;
}
.c-button-mimamoru:hover {
  box-shadow: none;
  margin-top: 3px;
  padding-bottom: 0.3em;
}
.youji .c-button-mimamoru {
  background-color: #0bb5cb;
  color: #fff;
}
.youji .c-button-mimamoru:hover {
  background-color: #2fddf4;
}
.shogaku .c-button-mimamoru {
  background-color: #0bb5cb;
  color: #fff;
}
.shogaku .c-button-mimamoru:hover {
  background-color: #2fddf4;
}
.mid .c-button-mimamoru, .chugaku .c-button-mimamoru {
  background-color: #206289;
  color: #fff;
}
.mid .c-button-mimamoru:hover, .chugaku .c-button-mimamoru:hover {
  background-color: #297fb3;
}
.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-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-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;
  position: absolute;
  top: -14px;
  right: -6px;
  z-index: 200;
}

.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-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: "”";
}

.application-btn {
  padding: 40px 0;
}
.application-btn .btn-head {
  font-weight: 500;
  display: flex;
  align-items: center;
  font-size: 1.8em;
}
.application-btn .btn-head .icon {
  width: 15%;
  margin-right: 3%;
}
.application-btn .btn-head .text {
  text-align: justify;
}
.application-btn .btn-head .text .sholuder {
  font-size: 0.5em;
  display: block;
}
.application-btn .btn-title {
  text-align: center;
  font-size: 1.4em;
}
.application-btn .btn-list {
  display: flex;
  margin: 0 -5px;
  max-width: 400px;
}
.application-btn .btn-list li.btn-apple {
  flex: 0 0 42%;
}
.application-btn .btn-list li img {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .application-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .application-btn .btn-head {
    justify-content: center;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .application-btn .btn-list {
    margin-right: 9%;
  }
}
@media screen and (max-width: 767px) {
  .application-btn .btn-list li {
    margin: 5px;
  }
}
@media screen and (min-width: 768px) {
  .application-btn .btn-list li + li {
    margin-left: 35px;
  }
}
.p-support {
  max-width: 1000px;
  margin: 0 auto;
}
.p-support h1 {
  font-size: 26px;
}
.p-support h2 {
  font-size: 24px;
}
.p-support h3 {
  font-size: 18px;
}
.p-support h4 {
  font-size: 16px;
}
.p-support h5 {
  font-size: 16px;
}
.p-support h6 {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .p-support {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-support h1 {
    font-size: 32px;
  }
  .p-support h2 {
    font-size: 30px;
  }
  .p-support h3 {
    font-size: 22px;
  }
  .p-support h4 {
    font-size: 18px;
  }
  .p-support h5 {
    font-size: 18px;
  }
  .p-support h6 {
    font-size: 18px;
  }
}
.p-support_nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
  margin: 10px 0;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-support_nav-list li {
    width: calc((100% / 2) - 1px);
  }
}
@media screen and (min-width: 768px) {
  .p-support_nav-list li {
    width: calc((100% / 4) - 1px);
  }
}
.p-support_nav-list a {
  display: flex;
  padding: 10px 0;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
}
.mid .p-support_nav-list a, .chugaku .p-support_nav-list a {
  background-color: #276db0;
  color: #fff;
}
.shogaku .p-support_nav-list a {
  background-color: #19b6a9;
  color: #fff;
}
.youji .p-support_nav-list a {
  background-color: #f8efd9;
  color: #69584a;
}
.p-support_nav-list--arrow li a {
  padding: 10px 30px 10px 10px;
  position: relative;
}
.p-support_nav-list--arrow li a::after {
  content: "";
  font-family: "Glyphicons Halflings";
  background-color: #fff;
  border-radius: 50%;
  display: block;
  width: 14px;
  height: 14px;
  font-size: 10px;
  text-align: center;
  color: #19b6a9;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.p-support_anchor {
  width: 90%;
  max-width: 500px;
  margin: 40px auto;
}
.p-support_anchor-list > li {
  margin: 0.5em 0;
}
.p-support_anchor-list > li a {
  display: flex;
  flex-wrap: wrap;
  font-weight: 500;
}
.p-support_anchor-list > li a::before {
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  content: "";
  height: 1.5em;
  width: 1.5em;
  text-align: center;
}
.p-support_anchor-list > li a span {
  flex: 1;
  padding: 0 0.5em 0 0.25em;
}
.mid .p-support_anchor-list > li a, .chugaku .p-support_anchor-list > li a {
  color: #276db0;
}
.mid .p-support_anchor-list > li a::before, .chugaku .p-support_anchor-list > li a::before {
  color: #276db0;
}
.shogaku .p-support_anchor-list > li a {
  color: #19b6a9;
}
.shogaku .p-support_anchor-list > li a::before {
  color: #19b6a9;
}
.youji .p-support_anchor-list > li a {
  color: #4aafa0;
}
.youji .p-support_anchor-list > li a::before {
  color: #4aafa0;
}
@media screen and (min-width: 768px) {
  .p-support_anchor-list--col-2 {
    display: flex;
    flex-wrap: wrap;
  }
  .p-support_anchor-list--col-2 > li {
    width: calc(100% / 2);
  }
}
.p-support_panel {
  border: 1px solid;
  margin: 1em 0;
}
.p-support_panel-heading {
  border-bottom: 1px solid;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  font-weight: 700;
  padding: 10px 15px;
}
.p-support_panel-body {
  padding: 15px;
}
.p-support_panel-body > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.mid .p-support_panel, .chugaku .p-support_panel {
  border-color: #276db0;
}
.mid .p-support_panel-heading, .chugaku .p-support_panel-heading {
  background: #e1ebf4;
  border-color: #276db0;
  color: #276db0;
}
.shogaku .p-support_panel {
  border-color: #09b2a4;
}
.shogaku .p-support_panel-heading {
  background: #e9f8f7;
  border-color: #09b2a4;
  color: #09b2a4;
}
.youji .p-support_panel {
  border-color: #09b2a4;
}
.youji .p-support_panel-heading {
  background: #e9f8f7;
  border-color: #09b2a4;
  color: #09b2a4;
}
.p-support_keyvisual {
  position: relative;
  text-align: center;
}
.p-support_maintitle {
  font-weight: 700;
  margin: 0.8em 15px;
  text-align: center;
}
.mid .p-support_maintitle, .chugaku .p-support_maintitle {
  color: #276db0;
}
.shogaku .p-support_maintitle {
  color: #19b6a9;
}
.youji .p-support_maintitle {
  color: #4aafa0;
}
.p-support_description {
  margin: 20px auto;
  padding: 0 20px;
}
.p-support_section {
  padding: 40px 20px 0;
}
.p-support_block {
  margin-bottom: 50px;
}
.p-support_block p {
  margin: 1em 0;
}
.p-support_flex {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .p-support_flex {
    gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-support_flex {
    margin: 20px -10px;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .p-support_flex > * {
    margin: 0 10px;
  }
  .p-support_flex-col {
    margin: 0 10px;
    width: calc((100% / 2) - 20px);
  }
  .p-support_flex-col-1 {
    margin: 0 10px;
    width: calc(100% - 20px);
  }
  .p-support_flex-col-2 {
    margin: 0 10px;
    width: calc((100% / 2) - 20px);
  }
  .p-support_flex-col-3 {
    margin: 0 10px;
    width: calc((100% / 3) - 20px);
  }
  .p-support_flex-col-4 {
    margin: 0 10px;
    width: calc((100% / 4) - 20px);
  }
  .p-support_flex--justify-center {
    justify-content: center;
  }
  .p-support_flex--justify-start {
    justify-content: start;
  }
  .p-support_flex--align-center {
    align-items: center;
  }
}
.p-support_table {
  width: 100%;
  margin-top: 20px;
}
.p-support_table th, .p-support_table td {
  border: 1px solid #dedede;
  padding: 5px 8px;
}
.p-support_table th {
  font-weight: 500;
}
.p-support_table thead {
  background: #e2e2e2;
}
.p-support_table thead th, .p-support_table thead td {
  text-align: center;
}
.p-support_table tbody th {
  background: #f6f6f6;
}
.p-support_img {
  width: 100%;
}
.p-support_img--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;
}
@media screen and (min-width: 768px) {
  .p-support_img--portrait {
    max-width: 300px;
  }
  .p-support_img--landscape {
    max-width: 500px;
  }
}
.p-support_list-number {
  counter-reset: count_number-square;
  padding: 0;
  border: 1px solid #F455EC;
  margin: 20px auto;
  padding: 10px 20px;
}
.p-support_list-number > li {
  text-indent: -1.8em;
  margin-left: 1.8em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.p-support_list-number > 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;
}
.p-support_heading {
  font-weight: 700;
  margin-bottom: 1em;
}
.p-support_modal-heading {
  text-align: center;
  padding: 0.8em 15px;
}
.p-support_modal-nav {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-support_modal-nav {
    flex-direction: row;
  }
}
.p-support_modal-nav li {
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-support_modal-nav li {
    width: calc(50% - 5px);
  }
}
.p-support_modal-nav li a.c-button-outline {
  width: 100%;
  height: 100%;
  min-height: 4em;
}
.p-support_modal-nav li a.c-button-outline:not(:hover) {
  color: #000;
  border-color: #adadad;
}
.p-support_modal-nav li a.c-button-outline:hover {
  color: #000;
  border-color: #8c8c8c;
  background: #d4d4d4;
}
.p-support_label-alert {
  background-color: #f00;
}
.p-support_error {
  margin: 1em auto;
  padding: 15px;
  background-color: #f2dede;
}
.mid .p-support .c-heading-obi, .chugaku .p-support .c-heading-obi {
  background-color: #e1ebf4;
  color: #276db0;
}
.shogaku .p-support .c-heading-obi {
  background-color: #e9f8f7;
  color: #19b6a9;
}
.youji .p-support .c-heading-obi {
  background-color: #e9f8f7;
  color: #4aafa0;
}

@media screen and (min-width: 768px) {
  .u-col-1 {
    margin: 10px;
    width: calc(100% - 20px);
  }
  .u-col-2 {
    margin: 10px;
    width: calc((100% / 2) - 20px);
  }
  .u-col-3 {
    margin: 10px;
    width: calc((100% / 3) - 20px);
  }
  .u-col-4 {
    margin: 10px;
    width: calc((100% / 4) - 20px);
  }
}

.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;
}

/* みまもるマニュアル向け設定 */

.mimamoru-table{
  display: flex;
  border: solid 1px #ddd;
  width: 100%;
  margin: -1px auto 0;
}
.mimamoru-table dt{
  background: #f6f6f6;
  padding: 10px;
  padding-left: 10px;
  width: 25%;
}

@media screen and (max-width:768px) {
  .mimamoru-table{
    flex-direction: column;
  }
  .mimamoru-table dt{
    display: block;
    width: auto;
  }
}
.mimamoru-table dd{
  line-height: 30px;
  padding: 10px;
}
