@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 {
  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;
  }
}
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-chat {
  position: relative;
}
.c-chat + .c-chat {
  margin-top: 30px;
}
.c-chat_thumb {
  position: absolute;
  top: 0;
}
.c-chat_thumb-img {
  width: 80px;
  height: 0;
  padding-bottom: 80px;
  overflow: hidden;
  background: #eee;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .c-chat_thumb-img {
    width: 60px;
    padding-bottom: 60px;
  }
}
.c-chat_thumb-name {
  font-size: 1.2rem;
  color: #666;
  text-align: center;
}
.c-chat_text {
  display: inline-block;
  text-align: left;
  max-width: 500px;
  width: 100%;
  border: 2px solid;
  border-radius: 10px;
  background: #fff;
  padding: 1em;
  position: relative;
  line-height: 1.8;
}
.c-chat_text::before, .c-chat_text::after {
  content: "";
  display: block;
  position: absolute;
}
.c-chat_text::before {
  top: 1em;
  border-width: 0.5em 0 0.5em 0;
  border-color: rgba(0, 0, 0, 0);
}
.c-chat_text::after {
  top: calc(1em + 2px);
  border-width: calc(.5em - 2px) 0 calc(.5em - 2px) 0;
  border-color: rgba(0, 0, 0, 0);
}
.c-chat_title {
  margin-bottom: 0.5em;
  line-height: 1.4;
}
.c-chat--left {
  padding-left: calc(80px + 1em);
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-chat--left {
    padding-left: calc(60px + 1em);
  }
}
.c-chat--left .c-chat_thumb {
  left: 0;
}
.c-chat--left .c-chat_text::before, .c-chat--left .c-chat_text::after {
  right: 100%;
}
.c-chat--left .c-chat_text::before {
  border-right-width: 0.8em;
  border-right-color: #000;
}
.c-chat--left .c-chat_text::after {
  border-right-width: calc(.8em - 2px);
  border-right-color: #fff;
}
.c-chat--left .c-chat_text + .c-chat_text {
  margin-top: 1em;
}
.c-chat--left .c-chat_text + .c-chat_text::before, .c-chat--left .c-chat_text + .c-chat_text::after {
  content: none;
}
.c-chat--right {
  padding-right: calc(80px + 1em);
  text-align: right;
}
@media screen and (max-width: 767px) {
  .c-chat--right {
    padding-right: calc(60px + 1em);
  }
}
.c-chat--right .c-chat_thumb {
  right: 0;
}
.c-chat--right .c-chat_text::before, .c-chat--right .c-chat_text::after {
  left: 100%;
}
.c-chat--right .c-chat_text::before {
  border-left-width: 0.8em;
  border-left-color: #000;
}
.c-chat--right .c-chat_text::after {
  border-left-width: calc(.8em - 2px);
  border-left-color: #fff;
}

/* _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;
  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-text-quotation::before, .c-text-quotation::after {
  font-family: sans-serif;
}
.c-text-quotation::before {
  content: "“";
}
.c-text-quotation::after {
  content: "”";
}

@media screen and (min-width: 768px) {
  .p-lp {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-lp h1 {
    font-size: 32px;
  }
  .p-lp h2 {
    font-size: 30px;
  }
  .p-lp h3 {
    font-size: 30px;
  }
  .p-lp h4 {
    font-size: 28px;
  }
  .p-lp h5 {
    font-size: 26px;
  }
  .p-lp h6 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-lp h1 {
    font-size: 24px;
    font-size: 5.797vw;
  }
  .p-lp h2 {
    font-size: 24px;
    font-size: 5.797vw;
  }
  .p-lp h3 {
    font-size: 22px;
    font-size: 5.314vw;
  }
  .p-lp h4 {
    font-size: 20px;
    font-size: 4.83vw;
  }
  .p-lp h5 {
    font-size: 18px;
    font-size: 4.347vw;
  }
  .p-lp h6 {
    font-size: 18px;
    font-size: 4.347vw;
  }
}
.p-lp_contents {
  padding-right: 20px;
  padding-left: 20px;
}
.p-lp_contents--bg {
  padding-top: 1px;
  padding-bottom: 1px;
}
.p-lp_content {
  max-width: 1000px;
  margin: 40px auto 60px;
}
@media screen and (min-width: 768px) {
  .p-lp_content {
    margin: 60px auto 80px;
  }
}
.p-lp_block {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
}
.p-lp_block-caption, .p-lp_block-image {
  margin: 15px;
  overflow: hidden;
}
.p-lp_block-image > img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-lp_block {
    margin-right: -15px;
    margin-left: -15px;
  }
  .is-imageFirst .p-lp_block-image {
    order: -1;
  }
  .is-imageMax .p-lp_block-image {
    margin-right: -5px;
    margin-left: -5px;
  }
  .is-imageMin .p-lp_block-image {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-lp_block {
    align-items: center;
    justify-content: space-between;
  }
  .p-lp_block.is-wide {
    flex-direction: column;
  }
  .p-lp_block.is-wide .p-lp_block-caption,
.p-lp_block.is-wide .p-lp_block-image {
    width: 100%;
  }
  .p-lp_block:not(.is-wide) {
    flex-direction: row;
    margin-right: -15px;
    margin-left: -15px;
  }
  .p-lp_block:not(.is-wide) .p-lp_block-caption,
.p-lp_block:not(.is-wide) .p-lp_block-image {
    width: calc(50% - 30px);
  }
  .is-imageMin .p-lp_block-caption, .is-imageMin--pc .p-lp_block-caption {
    flex: 1;
  }
  .is-imageLeft .p-lp_block-image {
    order: -1;
  }
  .is-imageMin .p-lp_block-image, .is-imageMin--pc .p-lp_block-image {
    width: 200px !important;
  }
}
.p-lp_heading {
  margin-bottom: 1em;
  line-height: 1.4;
}
.p-lp_comment-head {
  text-align: center;
  margin-bottom: 1.5em;
}
.p-lp_comment-head i img {
  width: 70px;
  margin-left: 10px;
  margin-right: 10px;
}
.p-lp_comment {
  max-width: 500px;
  margin: 0 auto 25px;
  border-bottom: 2px solid #eee;
  background-color: #fff;
  padding: 25px 20px 25px;
  box-shadow: 0px 1px 9px -2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.p-lp_comment-title {
  color: #444;
  font-weight: 500;
  font-feature-settings: "palt";
  margin-bottom: 10px;
}
.p-lp_comment-author {
  text-align: right;
  font-size: 14px;
  color: #555;
}
.p-lp_comment-image {
  padding: 0px 30px;
  width: 100%;
}
.p-lp_comment-note {
  background-image: linear-gradient(to left, #fff 2px, transparent 2px), linear-gradient(to top, #ccc 1px, transparent 1px);
  background-size: 4px 100%, 100% 40px;
}
.p-lp_comment-note p {
  line-height: 40px;
}
.p-lp_comment-note b {
  font-weight: 600;
  color: #f08;
}

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