/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  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: 1em; /* 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
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * 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"] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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 */
}

/* 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;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}


:root {
  --z-index-header: 100;
  --z-index-menu: 19999;
  --z-index-menubutton: 201;
  --z-index-modal: 9999;
  --z-index-loader: 99999;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans JP", "Noto Sans KR", "Noto Sans SC", "Noto Sans TC", "Noto Sans", Roboto, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, Roboto, Arial, sans-serif;
  font-size: 1rem;
  font-smoothing: antialiased;
}

.font-jp {
  font-family: "Noto Sans JP", "Noto Sans KR", "Noto Sans SC", "Noto Sans TC", "Noto Sans", Roboto, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, Roboto, Arial, sans-serif;
}

.text-center {
  text-align: center;
}

.bold {
  font-weight: 900;
}

.pd-20 {
  padding: 20px;
}

.pd-lr-20 {
  padding: 0 20px;
}

a {
  color: white;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}

.bg-colored {
  min-height: 100vh;
  background: linear-gradient(91.84deg, rgba(0, 255, 204, 0) 0%, rgba(0, 255, 204, 0.3) 100%), #006F9E;
}
.bg-colored.n3 {
  background: #FDDAB2;
}
.bg-colored.n2 {
  background: #e1e8ed;
}
.bg-colored .heading-common {
  color: white;
}
.bg-colored .heading-common .name {
  display: inline-block;
  color: white;
}
.bg-colored .heading-common .btn-back {
  color: white;
}
.bg-colored .heading-common .btn-back:before {
  color: white;
}

header.header ~ main {
  height: 100%;
  min-height: calc(var(--vh, 1vh) * 100 - 50px);
}

.container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.container h2 {
  font-size: 1.5rem;
  margin: 40px 0;
  text-align: center;
}
.container .box {
  width: 100%;
  padding: 20px;
  background-color: white;
  border-radius: 8px;
}

.mw-400 {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content-height-172 {
  height: calc(var(--vh, 1vh) * 100 - 172px);
}

.content-bottom {
  width: 100%;
  padding: 10px 40px;
  margin-top: auto;
  margin-bottom: 10px;
}

footer.content-bottom {
  position: absolute;
  bottom: 0;
  padding: 0;
  height: 100px;
  margin-top: auto;
  margin-bottom: 0;
}

.nbp {
  padding-bottom: 0;
}

.space-20 {
  width: 100%;
  height: 20px;
}

.space-40 {
  width: 100%;
  height: 20px;
}

.space-60 {
  width: 100%;
  height: 20px;
}

.no-login {
  padding: 100px;
  text-align: center;
}
.no-login .arrow {
  margin-top: 100px;
  width: 40px;
  height: 40px;
  margin: 10px auto;
  position: relative;
}
.no-login .arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
  height: 14px;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  -webkit-transform: translateX(-50%) rotate(135deg);
      -ms-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
}
.no-login .bounce {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
.no-login .btn-login {
  height: 4em;
  vertical-align: middle;
  text-align: left;
  text-decoration: none;
  font-size: 1.2rem;
  color: #666;
  cursor: pointer;
  font-weight: 600;
}

.heading-common {
  margin: 0;
  font-weight: 900;
  font-size: 1rem;
  line-height: 1;
  height: 40px;
  padding: 12px 20px;
  color: #000000;
  text-align: left;
  position: relative;
  border-bottom: 0.25px solid rgba(0, 0, 0, 0.1);
}
.heading-common br {
  display: none;
}
.heading-common .btn-back {
  width: 30px;
  height: 30px;
  color: #006F9E;
}
.heading-common .btn-back:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  content: "\f053";
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.25rem;
  color: #006F9E;
}
.heading-common.is-btn-back {
  padding-left: 50px;
}

.bg-main {
  min-height: calc(var(--vh, 1vh) * 100 - 50px);
}

.category_title {
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 1;
  padding: 15px;
  height: 50px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.category_title h3 {
  font-size: 1em;
}

.heading-content-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 34px;
  padding: 0 20px;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
}
.heading-content-title h3 {
  font-size: 1.25rem;
  line-height: 1;
}

.label-title {
  font-weight: 900;
  font-size: 1.25rem;
  text-align: center;
  padding: 20px;
  color: #000000;
}

.flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-between .button + .button {
  margin-left: 10px;
}

.flex-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-8deg);
            transform: scale(0.9) rotate(-8deg);
  }
  30%, 50%, 70% {
    -webkit-transform: scale(1.2) rotate(8deg);
            transform: scale(1.2) rotate(8deg);
  }
  40%, 60% {
    -webkit-transform: scale(1.2) rotate(-8deg);
            transform: scale(1.2) rotate(-8deg);
  }
  80%, 100% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-8deg);
            transform: scale(0.9) rotate(-8deg);
  }
  30%, 50%, 70% {
    -webkit-transform: scale(1.2) rotate(8deg);
            transform: scale(1.2) rotate(8deg);
  }
  40%, 60% {
    -webkit-transform: scale(1.2) rotate(-8deg);
            transform: scale(1.2) rotate(-8deg);
  }
  80%, 100% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@-webkit-keyframes burst {
  0% {
    opacity: 0.6;
  }
  50% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes burst {
  0% {
    opacity: 0.6;
  }
  50% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.cookie-consent {
  position: sticky;
  bottom: 0;
  font-size: 0.9em;
  padding: 1em;
  background: #ecf5fc;
  text-align: center;
}

.cookie-consent__message {
  display: inline-block;
  color: #12537b;
}

.cookie-consent__message p {
  margin: 0;
}

.cookie-consent__agree {
  font-weight: bold;
  margin: 0 1em;
  padding: 0.5em 1em;
  color: white;
  background: linear-gradient(91.84deg, rgba(0, 255, 204, 0) 0%, rgba(0, 255, 204, 0.3) 100%), #006F9E;
  border: 0;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 5px rgba(224, 60, 56, 0.15);
          box-shadow: 0 2px 5px rgba(224, 60, 56, 0.15);
}
.cookie-consent__agree:hover {
  border-color: #006F9E;
}
.cookie-consent__agree:active {
  top: 1px;
}

.p-icon.pretty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: 1em;
  white-space: nowrap;
  line-height: 1;
}
.p-icon.pretty .state {
  margin-left: 10px;
}

.container {
  display: block;
}
.container .row {
  margin: 20px auto;
}
.container .row hr {
  height: 1px;
  background: #D7D9E2;
  border: none;
  margin: 40px 0;
}

.content-head {
  background-color: white;
}
.content-head .content-head-wrapper {
  background-color: rgba(0, 0, 0, 0.2);
  height: calc(var(--vh, 1vh) * 100 - 90px);
  width: 100%;
  position: absolute;
  top: 90px;
  z-index: var(--z-index-modal);
}

.sub-menu-open {
  position: absolute;
  right: 36px;
  top: 50%;
  cursor: pointer;
  color: #006F9E;
}
.sub-menu-open:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #006F9E;
}
.sub-menu-open.open:before {
  content: "\f077";
  color: #006F9E;
}

.sub-menu-close {
  cursor: pointer;
  height: 18px;
  width: 18px;
  margin: 30px auto 20px auto;
  color: #006F9E;
}
.sub-menu-close:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  content: "\f077";
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sub-menu-modal {
  padding: 20px;
  z-index: var(--z-index-modal);
  width: 100%;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  background-color: white;
  border-bottom: 1px solid #D7D9E2;
}
.sub-menu-modal .sub-menu-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}
.sub-menu-modal .sub-menu-row {
  width: 100%;
  margin-top: 16px;
}
.sub-menu-modal .sub-menu-item {
  width: 100%;
  height: 124px;
  position: relative;
  text-align: center;
  padding: 20px;
  background: #F6F9FF;
  border-radius: 8px;
  cursor: default;
}
.sub-menu-modal .sub-menu-item .menu-item-icon {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.sub-menu-modal .sub-menu-item .menu-item-icon.grammar {
  background-image: url(/assets/images/icons/icon-grammar-disabled.svg);
}
.sub-menu-modal .sub-menu-item .menu-item-icon.listening {
  background-image: url(/assets/images/icons/icon-listening-disabled.svg);
}
.sub-menu-modal .sub-menu-item .menu-item-icon.practice {
  background-image: url(/assets/images/icons/icon-practice-disabled.svg);
}
.sub-menu-modal .sub-menu-item .menu-item-icon.script {
  background-image: url(/assets/images/icons/icon-script-disabled.svg);
}
.sub-menu-modal .sub-menu-item .menu-item-icon.title {
  background-image: url(/assets/images/icons/icon-list-disabled.svg);
}
.sub-menu-modal .sub-menu-item .menu-item-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 40px;
  font-size: 1rem;
  font-weight: 700;
  color: #D7D9E2;
  font-size: 0.8rem;
}
.sub-menu-modal .sub-menu-item .menu-item-title:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: url(/assets/images/icons/icon-lock.svg);
  position: absolute;
  top: 53%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sub-menu-modal .sub-menu-item.active {
  cursor: pointer;
}
.sub-menu-modal .sub-menu-item.active .menu-item-title {
  color: #006F9E;
}
.sub-menu-modal .sub-menu-item.active .menu-item-title:before {
  content: none;
}
.sub-menu-modal .sub-menu-item.active .menu-item-icon.grammar {
  background-image: url(/assets/images/icons/icon-grammar.svg);
}
.sub-menu-modal .sub-menu-item.active .menu-item-icon.grammar.disabled {
  background-image: url(/assets/images/icons/icon-grammar-disabled.svg);
}
.sub-menu-modal .sub-menu-item.active .menu-item-icon.listening {
  background-image: url(/assets/images/icons/icon-listening.svg);
}
.sub-menu-modal .sub-menu-item.active .menu-item-icon.listening.disabled {
  background-image: url(/assets/images/icons/icon-listening-disabled.svg);
}
.sub-menu-modal .sub-menu-item.active .menu-item-icon.practice {
  background-image: url(/assets/images/icons/icon-practice.svg);
}
.sub-menu-modal .sub-menu-item.active .menu-item-icon.practice.disabled {
  background-image: url(/assets/images/icons/icon-practice-disabled.svg);
}
.sub-menu-modal .sub-menu-item.active .menu-item-icon.script {
  background-image: url(/assets/images/icons/icon-script.svg);
}
.sub-menu-modal .sub-menu-item.active .menu-item-icon.script.disabled {
  background-image: url(/assets/images/icons/icon-script-disabled.svg);
}
.sub-menu-modal .sub-menu-item.active .menu-item-icon.title {
  background-image: url(/assets/images/icons/icon-list.svg);
}
.sub-menu-modal .sub-menu-item.active .menu-item-icon.title.disabled {
  background-image: url(/assets/images/icons/icon-list-disabled.svg);
}
.sub-menu-modal .sub-menu-item.full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  padding: 0 16px;
}
.sub-menu-modal .sub-menu-item.full .menu-item-title {
  padding-left: 18px;
}
.sub-menu-modal .sub-menu-item.full .menu-item-icon {
  width: 32px;
  height: 32px;
}

.notification-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #6B6D75;
  border-radius: 16px;
  padding: 24px;
  font-size: 1rem;
  color: white;
  font-weight: 900;
}
.notification-box strong {
  font-size: 1.25rem;
  font-weight: 900;
}
.notification-box.alert {
  background-color: #e03c38;
}

_::-webkit-full-page-media, _:future, :root .heading-common ruby {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Noto Sans KR", "Noto Sans SC", "Noto Sans TC", "Noto Sans", Roboto, "BIZ UDPGothic", Meiryo, Roboto, Arial, sans-serif;
}

_::-webkit-full-page-media, _:future, :root .lesson-exam ruby {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Noto Sans KR", "Noto Sans SC", "Noto Sans TC", "Noto Sans", Roboto, "BIZ UDPGothic", Meiryo, Roboto, Arial, sans-serif;
}

_::-webkit-full-page-media, _:future, :root .lesson-quiz ruby {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Noto Sans KR", "Noto Sans SC", "Noto Sans TC", "Noto Sans", Roboto, "BIZ UDPGothic", Meiryo, Roboto, Arial, sans-serif;
}

_::-webkit-full-page-media, _:future, :root .lesson-quiz .box-question p {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Noto Sans KR", "Noto Sans SC", "Noto Sans TC", "Noto Sans", Roboto, "BIZ UDPGothic", Meiryo, Roboto, Arial, sans-serif;
}

_::-webkit-full-page-media, _:future, :root .lesson-quiz .button.button-choice {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Noto Sans KR", "Noto Sans SC", "Noto Sans TC", "Noto Sans", Roboto, "BIZ UDPGothic", Meiryo, Roboto, Arial, sans-serif;
}

.button,
input:not([type=checkbox]):not([type=radio]) {
  width: 100%;
  border-radius: 8px;
}

.button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25rem;
  font-weight: 900;
  text-align: center;
  line-height: 1;
  padding: 16px 32px;
  width: 335px;
  height: 56px;
  border-radius: 100px;
  background: #F6F9FF;
  cursor: pointer;
  border: none;
  margin: 16px auto;
  width: 100%;
  max-width: 400px;
}
.button.disabled {
  color: #D7D9E2;
  cursor: default;
}
.button.disabled.next:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.button.b-400 {
  max-width: 400px;
}

.button-primary {
  color: white;
  background: linear-gradient(91.84deg, rgba(0, 255, 204, 0) 0%, rgba(0, 255, 204, 0.3) 100%), #006F9E;
}
.button-primary:hover {
  -webkit-box-shadow: 0 0 0 3px #006F9E;
          box-shadow: 0 0 0 3px #006F9E;
}
.button-primary:focus {
  -webkit-box-shadow: 0 0 0 3px #006F9E;
          box-shadow: 0 0 0 3px #006F9E;
}
.button-primary.on {
  -webkit-box-shadow: 0 0 0 3px #006F9E;
          box-shadow: 0 0 0 3px #006F9E;
}
.button-primary.checkmark:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.button-primary.next:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.button-primary.undo:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  content: "\f0e2";
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.button-default {
  background: #F6F9FF;
  color: #006F9E;
}
.button-default:hover {
  -webkit-box-shadow: 0 0 0 3px #006F9E;
          box-shadow: 0 0 0 3px #006F9E;
}
.button-default:focus {
  -webkit-box-shadow: 0 0 0 3px #006F9E;
          box-shadow: 0 0 0 3px #006F9E;
}
.button-default.on {
  -webkit-box-shadow: 0 0 0 3px #006F9E;
          box-shadow: 0 0 0 3px #006F9E;
}
.button-default.back:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  content: "\f053";
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #006F9E;
}
.button-default.next:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #006F9E;
}
.button-default.checkmark:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #006F9E;
}
.button-default.undo:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  content: "\f0e2";
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #006F9E;
}

.button-back {
  color: #006F9E;
  background: #F6F9FF;
}
.button-back:hover {
  -webkit-box-shadow: 0 0 0 3px #006F9E;
          box-shadow: 0 0 0 3px #006F9E;
}
.button-back:focus {
  -webkit-box-shadow: 0 0 0 3px #006F9E;
          box-shadow: 0 0 0 3px #006F9E;
}
.button-back.on {
  -webkit-box-shadow: 0 0 0 3px #006F9E;
          box-shadow: 0 0 0 3px #006F9E;
}
.button-back:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  content: "\f053";
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #006F9E;
}

.button-enter {
  color: #006F9E;
  border-radius: 16px;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}
.button-enter:before {
  color: #006F9E;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.button-enter.disabled {
  color: #D7D9E2;
  cursor: default;
}
.button-enter.disabled:before {
  color: #D7D9E2;
  cursor: default;
}

.button-clear {
  background: white;
  color: #000000;
  border-radius: 16px;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}
.button-clear:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  content: "\f00d";
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #006F9E;
}

.button-choice {
  background: white;
  color: #000000;
  border-radius: 16px;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  text-align: left;
  padding-left: 70px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.button-choice:before {
  width: 40px;
  height: 40px;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  color: white;
  -webkit-font-smoothing: antialiased;
  content: url("/assets/images/method/status_available.svg");
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.button-choice.correct {
  background: #F6F9FF;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
}
.button-choice.correct:before {
  content: url("/assets/images/method/status_completed.svg");
}
.button-choice.incorrect {
  background: #F6F9FF;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  color: #e03c38;
}
.button-choice.incorrect:before {
  content: url("/assets/images/method/status_incorrect.svg");
}

.button-no-access {
  background: #919191;
  color: white;
}

.button-secondary {
  width: 49% !important;
  padding: 16px;
  padding: 6px;
  margin: 10px 0;
  margin: 0 auto;
  border: 1px solid #c1c1c1;
  color: #4b5764;
}
.button-secondary .material-icons {
  color: #4b5764;
}
.button-secondary.translation {
  width: 100% !important;
}

.close-button-right {
  float: right;
}

.close-button-right:after {
  clear: both;
}

.button-icon {
  color: #666;
  border: none;
}
.button-icon .material-icons {
  color: #666;
}

.material-icons {
  color: white;
}

.toggle {
  position: relative;
  width: 40px;
  height: 24px;
}
.toggle:before {
  width: 40px;
  height: 24px;
  content: url("/assets/images/icons/icon-toggle-disabled.svg");
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.toggle.on:before {
  content: url("/assets/images/icons/icon-toggle.svg");
}

.form-title {
  font-style: normal;
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 40px;
  text-align: center;
}

.form-label {
  font-style: normal;
  font-weight: 900;
  font-size: 1rem;
  line-height: 20px;
  text-align: center;
}
.form-label a {
  color: #006F9E;
}
.form-label.password-reset {
  font-size: 1.25rem;
}

.form-text {
  font-style: normal;
  font-size: 1.1rem;
  margin-top: 8px;
}

.form {
  padding: 20px;
}
.form .container {
  max-width: 375px;
  width: 375px;
  padding: 0 16px;
}
.form hr {
  height: 1px;
  background: #D7D9E2;
  border: none;
  margin: 40px -20px;
}
.form hr.mg-bottom {
  margin-bottom: 20px;
}
.form .form-group {
  margin-bottom: 20px;
}
.form .form-group .form-label ~ input.form-control {
  margin-top: 8px;
}
.form .form-group .form-label ~ .tos {
  margin-top: 8px;
}
.form .form-group #checktos + .form-label + .form-label {
  margin-left: 40px;
}
.form input.form-control:not([type=checkbox]):not([type=radio]) {
  display: block;
  font-size: 1.1rem;
  padding: 16px;
  border: 1px solid #E7E9F2;
  background: #F6F9FF;
}
.form input.form-control:not([type=checkbox]):not([type=radio]):focus {
  outline-width: 0px;
}
.form input.form-control:not([type=checkbox]):not([type=radio])::-webkit-input-placeholder {
  color: #D7D9E2;
}
.form input.form-control:not([type=checkbox]):not([type=radio])::-moz-placeholder {
  color: #D7D9E2;
}
.form input.form-control:not([type=checkbox]):not([type=radio]):-ms-input-placeholder {
  color: #D7D9E2;
}
.form input.form-control:not([type=checkbox]):not([type=radio])::-ms-input-placeholder {
  color: #D7D9E2;
}
.form input.form-control:not([type=checkbox]):not([type=radio])::placeholder {
  color: #D7D9E2;
}
.form input.form-control:not([type=checkbox]):not([type=radio]).readonly {
  color: #006F9E;
  background: #f3f3f3;
}
.form input.form-control.is-invalid {
  border-color: #e03c38 !important;
}
.form .invalid-feedback,
.form .invalid-feedback > .material-icons,
.form .invalid-feedback > span {
  color: #e03c38;
  vertical-align: middle;
}
.form input.checkbox[type=checkbox] {
  display: none;
}
.form input[type=checkbox] + label {
  display: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 30px;
  padding-right: 10px;
}
.form input.checkbox[type=checkbox] + label {
  font-size: 1.25rem;
}
.form input.checkbox[type=checkbox] + label::before {
  content: "";
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F6F9FF;
  border: solid 1px #E7E9F2;
  border-radius: 4px;
  height: 24px;
  width: 24px;
  margin-top: -14px;
  top: 50%;
  left: 0px;
}
.form input.checkbox[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 18px;
  height: 10px;
  margin-top: -9px;
  top: 50%;
  left: 4px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-bottom: 4px solid;
  border-left: 4px solid;
  border-color: #006F9E;
}
.form .label-required {
  float: right;
  color: #e03c38;
  font-weight: bold;
}

.form .select2 {
  width: 100%;
  margin-top: 8px;
  margin-bottom: 20px;
}
.form .select2-container .select2-selection--single {
  width: 100%;
  min-height: 53px;
  padding: 16px;
  font-size: 1.1rem;
  background: #F6F9FF;
  border-radius: 8px;
}
.form .select2-container--default .select2-selection--single {
  padding: 16px;
  background: #F6F9FF;
  border: 1px solid #E7E9F2;
}
.form .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 25%;
}
.form .form-control-select {
  width: 100%;
  margin-top: 8px;
  margin-bottom: 20px;
}
.form .form-control-select .vs__dropdown-toggle {
  width: 100%;
  min-height: 60px;
  height: 60px;
  padding: 12px 16px;
  font-size: 1.1rem;
  background: #F6F9FF;
  border: 1px solid #E7E9F2;
}
.form .form-control-select .vs__dropdown-toggle .vs__selected {
  padding: 0;
  margin: 0;
}
.form .form-control-select .vs__dropdown-toggle .vs__actions {
  padding: 0;
}
.form .form-control-select .vs__dropdown-toggle .vs__actions .vs__clear {
  margin-top: -2px;
}
.form .form-control-select .vs__search::-webkit-input-placeholder {
  font-size: 1.1rem;
}
.form .form-control-select .vs__search::-moz-placeholder {
  font-size: 1.1rem;
}
.form .form-control-select .vs__search:-ms-input-placeholder {
  font-size: 1.1rem;
}
.form .form-control-select .vs__search::-ms-input-placeholder {
  font-size: 1.1rem;
}
.form .form-control-select .vs__search::placeholder,
.form .form-control-select .vs__dropdown-toggle,
.form .form-control-select .vs__dropdown-menu {
  font-size: 1.1rem;
}
.form .select3 {
  display: block;
  font-size: 1.1rem;
  padding: 12px 16px;
  border: 1px solid #E7E9F2;
  background: #F6F9FF;
  width: 100%;
  min-height: 53px;
  border-radius: 8px;
  margin-top: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.form .select3:focus {
  outline-width: 0px;
}
.form .select3::-webkit-input-placeholder {
  color: #D7D9E2;
}
.form .select3::-moz-placeholder {
  color: #D7D9E2;
}
.form .select3:-ms-input-placeholder {
  color: #D7D9E2;
}
.form .select3::-ms-input-placeholder {
  color: #D7D9E2;
}
.form .select3::placeholder {
  color: #D7D9E2;
}
.form .select3::-ms-expand {
  display: none;
}
.form .select3-wrap {
  position: relative;
  width: 100%;
}
.form .select3-wrap:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #888;
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -2px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.container-scroll {
  width: 100%;
  overflow-y: auto;
  height: 300px;
  border: solid 1px #E7E9F2;
  border-radius: 8px;
  padding: 10px;
}
.container-scroll h1 {
  font-size: 1em;
}
.container-scroll h4 {
  margin: 10px 0;
}
.container-scroll ol {
  padding: 0 0 0 20px;
  list-style-type: decimal;
}
.container-scroll ul {
  padding: 0 0 0 20px;
  list-style-type: disc;
}
.container-scroll li {
  padding: 5px 0;
  line-height: 1.5;
}
.container-scroll p {
  padding: 5px 0;
  line-height: 1.5;
}

@media screen and (min-width: 480px) {
  .form .container {
    max-width: 800px;
    width: 800px;
  }
  .button {
    max-width: 800px;
  }
}
.bg-login {
  min-height: calc(var(--vh, 1vh) * 100 - 50px);
}
.bg-login .container {
  max-width: 400px;
}
.bg-login .bg-login-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}
.bg-login .bg-login-bottom {
  min-height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bg-login .bg-login-inner {
  border-radius: 6px;
  padding: 20px;
  margin: 0;
}
.bg-login .form-title {
  margin-top: 60px;
}

.login.form {
  padding: 0;
}
.login.form .form-group:first-child {
  margin-top: 40px;
}

.logout-form .label-logout {
  text-align: center;
  margin: 40px 0;
  font-size: 1.25rem;
}

.bm-overlay {
  background: rgba(0, 0, 0, 0.3);
}

.bg-colored .header .nav-logo {
  background-image: url(/assets/images/logo/jslmethod-logo-white.svg);
}
.bg-colored .header .bm-burger-button .bm-burger-bars {
  background-color: white;
}
.bg-colored .header .survival-logo {
  background-image: url(/assets/images/logo/survival_logo_square.svg);
}
.bg-colored .header .levels-logo {
  background-image: url(/assets/images/logo/levels_icon_white.svg);
}

.header {
  text-transform: capitalize;
  position: relative;
  height: 50px;
  background: transparent;
  border-bottom: 0.25px solid rgba(0, 0, 0, 0.1);
  /* notification */
}
.header .nav-logo {
  display: inline-block;
  fill: #e03c38;
  position: absolute;
  left: 20px;
  top: 8px;
  width: 154px;
  height: 34px;
  background-image: url(/assets/images/logo/jslmethod-logo-red.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: var(--z-index-header);
}
.header .survival-logo {
  display: inline-block;
  fill: #e03c38;
  position: absolute;
  right: 54px;
  top: 8px;
  width: 32px;
  height: 32px;
  background-image: url(/assets/images/logo/survival_logo_square.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: var(--z-index-header);
}
.header .levels-logo {
  display: inline-block;
  fill: #e03c38;
  position: absolute;
  right: 100px;
  top: 8px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: var(--z-index-header);
  background-image: url(/assets/images/logo/levels_icon_red.svg);
}
.header .bm-burger-button {
  position: absolute;
  width: 25px;
  height: 25px;
  left: 36px;
  top: 12px;
  z-index: var(--z-index-header);
  margin-right: -20px;
}
.header .bm-burger-button .bm-burger-bars {
  background-color: #E03C38;
}
.header .bm-burger-button .line-style {
  position: absolute;
  height: 12%;
  height: 4px;
  left: 0;
  right: 0;
  border-radius: 2px;
}
.header .bm-menu {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: var(--z-index-menu);
  top: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  color: white;
  overflow-x: hidden;
  padding-top: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: -15px 0px 17px -7px rgba(0, 0, 0, 0.15);
          box-shadow: -15px 0px 17px -7px rgba(0, 0, 0, 0.15);
}
.header .bm-menu .bm-item-list {
  color: #b8b7ad;
  margin-left: 0;
  font-size: 1rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .bm-menu .bm-item-list .menu-text {
  position: absolute;
  top: 20px;
  left: 20px;
  color: white;
}
.header .bm-menu .bm-item-list:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.header .bm-menu .bm-item-list .navigation {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .bm-menu .bm-item-list .navigation-logout {
  position: absolute;
  bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: none;
}
.header .bm-menu .bm-item-list > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  padding: 0.7em 0;
  padding: 0;
  width: 100%;
}
.header .bm-menu .bm-item-list > *:hover {
  opacity: 0.75;
}
.header .bm-menu .bm-item-list > * > span {
  margin: 0 auto;
  font-weight: 300;
  font-weight: 700;
  color: white;
}
.header .bm-menu .bm-cross-button {
  height: 30px;
  width: 30px;
  margin-right: -240px;
  /* left: 50% !important;
  transform: translate(-50%); */
}
.header .bm-menu .cross-style {
  position: absolute;
  top: 20px;
  right: 2px;
  cursor: pointer;
}
.header .bm-menu .cross-style .bm-cross {
  background: white;
  width: 3px !important;
  height: 20px !important;
  border-radius: 2px;
  margin-top: -5px;
  margin-left: 12px;
}
.header.top-nav {
  height: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header.top-nav .nav-logo {
  fill: white;
}
.header.top-nav .survival-logo {
  fill: white;
}
.header.top-nav .bm-burger-button .bm-burger-bars {
  background-color: white;
}
.header.is-notice .bm-burger-button::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: red;
  border-radius: 50%;
  top: -5px;
  right: -5px;
  z-index: var(--z-index-menubutton);
}

/* Modal */
.modal {
  display: none;
  position: fixed;
  z-index: var(--z-index-modal);
  padding-top: 25%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: white;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal .modal-content {
  position: relative;
  background-color: white;
  -webkit-box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
  margin: auto;
  padding: 20px;
  width: 100%;
  max-width: 343px;
  border-radius: 8px;
}
.modal .modal-content .material-icons {
  font-size: 60px;
}
.modal .modal-content .icon-lesson-step-done {
  color: #006F9E;
}
.modal .modal-content .icon-lesson-step-ready {
  color: #919191;
}
.modal .modal-content .icon-lesson-step-no-access {
  color: #919191;
}
.modal .modal-content .close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: black;
  font-size: 1.5rem;
  padding: 10px;
  border-radius: 50%;
}
.modal .modal-content .close:hover, .modal .modal-content .close:focus {
  background: #e7e7e7;
  text-decoration: none;
  cursor: pointer;
}
.modal .modal-content p {
  font-size: 1.5rem;
}
.modal.modal-show {
  display: block;
}

@-webkit-keyframes animatezoom {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes animatezoom {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.main-bg .map-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: calc(var(--vh, 1vh) * 100 - 50px);
}
.main-bg .map-page .menu {
  display: inline-block;
  position: absolute;
  width: 50px;
  top: 10px;
  right: 10px;
  opacity: 0.5;
}
.main-bg .map-page .menu:hover {
  opacity: 1;
  cursor: pointer;
}
.main-bg .map-page .main-text {
  color: white;
  padding: 5vw 0 0 5vw;
  padding: 10px 0 0 20px;
}
.main-bg .map-page .main-text .japanese-lessons {
  font-weight: 900;
  font-size: 10vw;
  font-size: 40px;
}
.main-bg .map-page .main-text .choose-one {
  font-size: 5vw;
  font-size: 24px;
  line-height: 2;
}
.main-bg .map-page .map {
  position: relative;
  margin: 0 auto;
}
.main-bg .map-page .map .test {
  position: absolute;
  top: 10vw;
  left: 10vw;
  color: white;
}
.main-bg .map-page .map .map-img {
  width: 100vw;
}
.main-bg .map-page .map .map-img .map-bg {
  fill-opacity: 0;
}
.main-bg .map-page .map .map-img .region-hokkaido {
  fill: #00CCFF;
}
.main-bg .map-page .map .map-img .region-tohoku {
  fill: #00CC99;
}
.main-bg .map-page .map .map-img .region-kanto {
  fill: #99CC00;
}
.main-bg .map-page .map .map-img .region-chubu {
  fill: #FFFF00;
}
.main-bg .map-page .map .map-img .region-kansai {
  fill: #FFCC00;
}
.main-bg .map-page .map .map-img .region-shikoku {
  fill: #FF9900;
}
.main-bg .map-page .map .map-img .region-chugoku {
  fill: #FF0000;
}
.main-bg .map-page .map .map-img .region-kyushu {
  fill: #FF66CC;
}
.main-bg .map-page .map .map-img .region-okinawa {
  fill: #CC00FF;
}
.main-bg .map-page .map .map-click {
  position: absolute;
  height: 10vw;
  width: 10vw;
  font-size: 24px;
  font-weight: bold;
  -webkit-filter: url(#shadow);
          filter: url(#shadow);
}
.main-bg .map-page .map .map-click:focus {
  outline: 0;
}
.main-bg .map-page .map .map-click:hover {
  cursor: pointer;
  opacity: 0.75;
}
.main-bg .map-page .map .map-click .lock-gray {
  fill: #6B6D75;
}
.main-bg .map-page .map .map-click .number-white {
  fill: #fff;
}
.main-bg .map-page .map .map-click .hidden {
  visibility: hidden;
}
.main-bg .map-page .map .map-click-1 {
  top: 19vw;
  left: 82vw;
}
.main-bg .map-page .map .map-click-2 {
  top: 37vw;
  left: 73vw;
}
.main-bg .map-page .map .map-click-3 {
  top: 56vw;
  left: 65vw;
}
.main-bg .map-page .map .map-click-4 {
  top: 61vw;
  left: 55vw;
}
.main-bg .map-page .map .map-click-5 {
  top: 67vw;
  left: 44vw;
}
.main-bg .map-page .map .map-click-6 {
  top: 72vw;
  left: 34vw;
}
.main-bg .map-page .map .map-click-7 {
  top: 68vw;
  left: 21vw;
}
.main-bg .map-page .map .map-click-8 {
  top: 78vw;
  left: 14vw;
}
.main-bg .map-page .map .map-click-9 {
  top: 83vw;
  left: 4vw;
}

@media (orientation: landscape) {
  .main-bg .map-page .main-text {
    position: absolute;
  }
  .main-bg .map-page .map {
    height: calc(var(--vh, 1vh) * 100 - 50px);
  }
  .main-bg .map-page .map .map-img {
    width: auto;
    height: calc(var(--vh, 1vh) * 100 - 50px);
  }
  .main-bg .map-page .map .map-click {
    width: calc((var(--vh, 1vh) * 100 - 50px) * 0.1);
    height: calc((var(--vh, 1vh) * 100 - 50px) * 0.1);
  }
  .main-bg .map-page .map .map-click-1 {
    top: calc((var(--vh, 1vh) * 100 - 50px) * 0.19);
    left: calc((var(--vh, 1vh) * 100 - 50px) * 0.82);
  }
  .main-bg .map-page .map .map-click-2 {
    top: calc((var(--vh, 1vh) * 100 - 50px) * 0.37);
    left: calc((var(--vh, 1vh) * 100 - 50px) * 0.73);
  }
  .main-bg .map-page .map .map-click-3 {
    top: calc((var(--vh, 1vh) * 100 - 50px) * 0.56);
    left: calc((var(--vh, 1vh) * 100 - 50px) * 0.65);
  }
  .main-bg .map-page .map .map-click-4 {
    top: calc((var(--vh, 1vh) * 100 - 50px) * 0.61);
    left: calc((var(--vh, 1vh) * 100 - 50px) * 0.55);
  }
  .main-bg .map-page .map .map-click-5 {
    top: calc((var(--vh, 1vh) * 100 - 50px) * 0.67);
    left: calc((var(--vh, 1vh) * 100 - 50px) * 0.44);
  }
  .main-bg .map-page .map .map-click-6 {
    top: calc((var(--vh, 1vh) * 100 - 50px) * 0.72);
    left: calc((var(--vh, 1vh) * 100 - 50px) * 0.34);
  }
  .main-bg .map-page .map .map-click-7 {
    top: calc((var(--vh, 1vh) * 100 - 50px) * 0.68);
    left: calc((var(--vh, 1vh) * 100 - 50px) * 0.21);
  }
  .main-bg .map-page .map .map-click-8 {
    top: calc((var(--vh, 1vh) * 100 - 50px) * 0.78);
    left: calc((var(--vh, 1vh) * 100 - 50px) * 0.14);
  }
  .main-bg .map-page .map .map-click-9 {
    top: calc((var(--vh, 1vh) * 100 - 50px) * 0.83);
    left: calc((var(--vh, 1vh) * 100 - 50px) * 0.04);
  }
}
.learning-progress-circle {
  fill: rgba(255, 255, 255, 0.2);
  width: 145px;
  height: 145px;
  font-size: 0.8rem;
  font-weight: 900;
  stroke-linecap: round;
}
.learning-progress-circle .progress-circle-front {
  stroke-width: 8;
  fill: none;
}
.learning-progress-circle .progress-circle-1 {
  stroke: url(#linearColors1);
}
.learning-progress-circle .progress-circle-2 {
  stroke: url(#linearColors2);
}
.learning-progress-circle .progress-circle-3 {
  stroke: url(#linearColors3);
}
.learning-progress-circle .progress-circle-4 {
  stroke: url(#linearColors4);
}
.learning-progress-circle .progress-circle-5 {
  stroke: url(#linearColors5);
}
.learning-progress-circle .progress-circle-6 {
  stroke: url(#linearColors6);
}
.learning-progress-circle .progress-circle-7 {
  stroke: url(#linearColors7);
}
.learning-progress-circle .progress-circle-8 {
  stroke: url(#linearColors8);
}
.learning-progress-circle .progress-circle-9 {
  stroke: url(#linearColors9);
}
.learning-progress-circle .progress-circle-n3 {
  stroke: url(#linearColorsN3);
}
.learning-progress-circle .progress-circle-n3-early {
  stroke: #ff5c04;
}
.learning-progress-circle .progress-circle-n2 {
  stroke: url(#linearColorsN2);
}
.learning-progress-circle .progress-circle-n2-early {
  stroke: #ff5c04;
}
.learning-progress-circle .progress-text {
  fill: white;
}
.learning-progress-circle .progress-text.progress-section {
  -webkit-transform: translate(0, -7px);
      -ms-transform: translate(0, -7px);
          transform: translate(0, -7px);
  font-size: 28px;
}
.learning-progress-circle .progress-text.progress-percentage {
  -webkit-transform: translate(0, 16px);
      -ms-transform: translate(0, 16px);
          transform: translate(0, 16px);
  font-size: 16px;
  font-weight: 400;
}
.learning-progress-circle.learning-progress-top {
  position: absolute;
  width: 37vw;
  height: 37vw;
  top: 15vw;
  left: 15vw;
}

.bg-colored.n3 .progress-text {
  fill: black;
}
.bg-colored.n2 .progress-text {
  fill: black;
}

@media (orientation: landscape) {
  .learning-progress-circle.learning-progress-top {
    width: calc((var(--vh, 1vh) * 100 - 50px) * 0.37);
    top: calc((var(--vh, 1vh) * 100 - 50px) * 0.15);
    left: calc((var(--vh, 1vh) * 100 - 50px) * 0.15);
  }
}
.controls {
  border-bottom: 1px solid rgba(0, 145, 58, 0.2);
  color: #006F9E;
}
.controls .section-back {
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
}
.controls .section-back .link-back {
  padding: 17px 15px 0 0;
}
.controls .section-back .link-back .arrow-back {
  width: 10px;
  height: 15px;
  margin-top: 5px;
  background-repeat: no-repeat;
  background-image: url("/assets/images/method/arrow-left-blue.svg");
}
.controls .section-back .name {
  padding: 17px 0;
  font-weight: bold;
  font-size: 1.3rem;
}

.lesson-region .heading-common {
  padding: 7px 20px 8px 50px;
}
.lesson-region .heading-common .name {
  font-size: 1rem;
  ruby-position: under;
}

.lesson-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 20px;
  min-height: calc(var(--vh, 1vh) * 100 - 109px);
}
@media only screen and (min-width: 451px) {
  .lesson-list {
    padding-bottom: 15px;
  }
}
.lesson-list .lesson {
  width: 100%;
  max-width: 350px;
  max-width: 400px;
  padding: 10px 20px;
  margin: 8px;
  border-radius: 16px;
  background-color: white;
  color: #313131;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
}
.lesson-list .lesson:hover {
  cursor: pointer;
}
.lesson-list .lesson.lesson-locked {
  background-color: #F6F9FF;
  color: #D7D9E2;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lesson-list .lesson.lesson-locked .status {
  background-image: url("/assets/images/method/status_locked.svg") !important;
}
.lesson-list .lesson.lesson-locked .lesson-link {
  background-image: url("/assets/images/method/arrow-right-gray.svg") !important;
}
.lesson-list .lesson.lesson-completed .status {
  background-image: url("/assets/images/method/status_completed.svg") !important;
}
.lesson-list .lesson .number {
  display: inline-block;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.3rem;
}
.lesson-list .lesson .grammar-access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lesson-list .lesson .grammar-access .grammar {
  display: inline-block;
  padding-right: 10px;
  max-width: 75%;
}
.lesson-list .lesson .grammar-access .status {
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: 15px;
  background-repeat: no-repeat;
  background-image: url("/assets/images/method/status_available.svg");
}
.lesson-list .lesson .grammar-access .lesson-link {
  width: 10px;
  height: 15px;
  background-repeat: no-repeat;
  background-image: url("/assets/images/method/arrow-right-blue.svg");
}

.bg-colored.n3 .lesson-region .heading-common .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.bg-colored.n3 .lesson-list .lesson.lesson-completed .status {
  background-image: url("/assets/images/method/status_completed_n3.svg") !important;
}
.bg-colored.n3 .lesson-list .lesson .grammar-access .lesson-link {
  background-image: url("/assets/images/method/arrow-right-orange.svg");
}
.bg-colored.n2 .lesson-region .heading-common .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.bg-colored.n2 .lesson-list .lesson.lesson-completed .status {
  background-image: url("/assets/images/method/status_completed_n2.svg") !important;
}
.bg-colored.n2 .lesson-list .lesson .grammar-access .lesson-link {
  background-image: url("/assets/images/method/arrow-right-orange.svg");
}

@media screen and (min-width: 480px) {
  .controls .section-back {
    max-width: 800px;
  }
  .lesson-list {
    padding: 20px;
  }
  .lesson-list .lesson {
    max-width: 800px;
  }
}
.picture-player {
  width: 100%;
  height: 100%;
}
.picture-player .picture-play-layer-image {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.picture-player .picture-play-layer-text-box {
  width: 100%;
  max-height: 50%;
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
}
.picture-player .picture-play-layer-text-box .picture-play-layer-text {
  height: 100%;
  width: 100%;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  font-size: 80px;
  word-wrap: break-word;
  word-break: break-all;
  white-space: pre;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-weight: normal;
}

.buttons-audio {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-radius: 100px;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}
.buttons-audio .buttons-play-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 8px;
}
.buttons-audio .buttons-play-area .button-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.buttons-audio .buttons-play-area .button-icon.play {
  background-image: url(/assets/images/icons/icon-play.svg);
}
.buttons-audio .buttons-play-area .button-icon.pause {
  background-image: url(/assets/images/icons/icon-pause.svg);
}
.buttons-audio .buttons-play-area .button-icon.replay {
  background-image: url(/assets/images/icons/icon-replay-disabled.svg);
}
.buttons-audio .buttons-play-area .button-icon.replay.on {
  background-image: url(/assets/images/icons/icon-replay.svg);
}
.buttons-audio .buttons-play-area .play-label {
  margin-left: 8px;
  font-weight: 900;
}
.buttons-audio .buttons-play-area .play-time {
  margin-left: 8px;
  color: #D7D9E2;
}
.buttons-audio.playing .buttons-play-area .button-icon.replay {
  background-image: url(/assets/images/icons/icon-replay.svg);
}

.container-quiz .buttons-audio {
  margin: 30px auto;
  width: 100%;
  max-width: 400px;
}

.lesson-script .buttons-audio {
  margin: 10px auto;
  width: 100%;
  max-width: 400px;
}

.lesson-multiaudio .slide {
  width: 100%;
  padding: 0 20px;
  aspect-ratio: 16/9;
  position: relative;
}
.lesson-multiaudio .slide .slide-image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0 auto;
}
.lesson-multiaudio .slide .slide-image.square {
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 450px) {
  .lesson-multiaudio .slide {
    aspect-ratio: 1/1;
  }
  .lesson-multiaudio .slide .slide-image.square {
    height: 0;
    padding-bottom: 100%;
  }
}
.buttons-at-the-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: calc(var(--vh, 1vh) * 100 - 174px);
}
.buttons-at-the-bottom.review {
  height: calc(var(--vh, 1vh) * 100 - 124px);
}

@media only screen and (min-width: 451px) {
  .player-grammar {
    padding: 0 20px;
  }
}

.buttons-side-by-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
}
.buttons-side-by-side .button {
  margin: 15px 0;
}
.buttons-side-by-side .button.back {
  padding-left: 50px;
}
.buttons-side-by-side .button.next {
  padding-right: 50px;
}
.buttons-side-by-side .button:first-child {
  margin-right: 8px;
}
.buttons-side-by-side .button:last-child {
  margin-left: 8px;
}

.lesson-explanation .row {
  padding: 0 20px;
}
.lesson-explanation .rounded-list {
  list-style: none;
  padding: 0;
}
.lesson-explanation .rounded-list li {
  font-size: 1rem;
  font-weight: 900;
  margin-bottom: 20px;
}

.lesson-exam .quiz-box,
.lesson-exam .footer-quiz {
  padding: 0 20px;
}
.lesson-exam .footer-quiz .box-button.button-next-done .button {
  margin-top: 16px;
}
.lesson-exam .button-choice {
  margin: 6px auto;
}
.lesson-exam .heading-content-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lesson-exam .lives {
  margin-left: 8px;
  padding-left: 8px;
  border-left: 1px solid #D7D9E2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lesson-exam .lives .icon-life {
  margin-right: 2px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.lesson-exam .lives .icon-life.star-available {
  background-image: url(/assets/images/icons/icon-life.svg);
}
.lesson-exam .lives .icon-life.star-spent {
  background-image: url(/assets/images/icons/icon-life-disabled.svg);
}
.lesson-exam .questions-combined {
  margin-top: 8px;
}
.lesson-exam .button-multiple-choice {
  width: 100%;
  min-width: 56px;
  padding: inherit;
  background: white;
  border-radius: 16px;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}
.lesson-exam .box-fill-in-the-blank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  font-size: 2.25rem;
  color: #000000;
}
.lesson-exam .box-fill-in-the-blank .fitb-blank-box {
  width: 20%;
  margin: 0 6px;
  padding: 0;
}
.lesson-exam .box-fill-in-the-blank .fitb-blank-box:first-child {
  margin-left: 0;
}
.lesson-exam .box-fill-in-the-blank .fitb-blank-box:last-child {
  margin-right: 0;
}
.lesson-exam .box-fill-in-the-blank .fitb-blank-box.fitb-box-text {
  width: auto;
}
.lesson-exam .box-fill-in-the-blank .fitb-blank-box .fitb-blank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 56px;
  min-width: 4rem;
  min-height: 4rem;
  background-color: #F6F9FF;
  border-radius: 8px;
}
.lesson-exam .box-fill-in-the-blank .fitb-blank-box .fitb-blank-underline {
  background-color: #000000;
  width: 100%;
  height: 2px;
  min-width: 4rem;
  margin-top: 8px;
}
.lesson-exam .box-fill-in-the-blank .fitb-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
  width: 100%;
  height: 56px;
  min-width: 4rem;
  min-height: 4rem;
}
.lesson-exam .answer-result-box {
  height: 40px;
}
.lesson-exam .answer-result-box .answer-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  font-weight: 900;
}
.lesson-exam .answer-result-box .answer-result.answer-correct {
  color: #006F9E;
}
.lesson-exam .answer-result-box .answer-result.answer-correct .icon-correct {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/assets/images/icons/icon-correct.svg);
}
.lesson-exam .answer-result-box .answer-result.answer-incorrect {
  color: #006F9E;
}
.lesson-exam .answer-result-box .answer-result.answer-incorrect .icon-incorrect {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/assets/images/icons/icon-incorrect.svg);
}
.lesson-exam .container.score .box-score {
  width: 100%;
}
.lesson-exam .container.score .box-score .image-score {
  width: 100%;
  height: 160px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.lesson-exam .container.score .box-score .image-score.perfect {
  background-image: url(/assets/images/result_perfect_1.png);
}
.lesson-exam .container.score .box-score .image-score.pass {
  background-image: url(/assets/images/result_pass_1.png);
}
.lesson-exam .container.score .box-score .image-score.failure {
  background-image: url(/assets/images/result_again_1.png);
}
.lesson-exam .container.score .box-score .score-result {
  padding: 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
}
.lesson-exam .container.score .box-score .score-result .score-shown {
  margin-left: 8px;
}
.lesson-exam .container.score .box-score .score-result .score-shown .score-count {
  font-size: 2.5rem;
  font-weight: 900;
  color: #006F9E;
}
.lesson-exam .container.score .box-score .score-result.perfect .score-count {
  color: #006F9E;
}
.lesson-exam .container.score .box-score .message {
  text-align: center;
  font-size: 1.2rem;
}
.lesson-exam .container.score:last-child {
  padding-bottom: 0;
}
.lesson-exam .box-question-explanation {
  text-align: left;
  margin: 0 0 8px 0;
}
.lesson-exam .box-question-explanation p {
  word-break: normal;
  word-wrap: normal;
  white-space: pre-wrap;
  overflow-wrap: break-word;
  line-height: 1.5;
}
.lesson-exam .box-question-explanation .nowrap {
  white-space: nowrap;
}
.lesson-exam .box-question-explanation u {
  border-bottom: 1px solid #000;
  text-decoration: none;
}
.lesson-exam .box-question {
  background: #F6F9FF;
  margin: 0 0 8px 0;
  border-radius: 8px;
  padding: 16px;
}
.lesson-exam .box-question p {
  font-weight: 900;
  word-break: normal;
  word-wrap: normal;
  white-space: pre-wrap;
  overflow-wrap: break-word;
  line-height: 1.5;
}
.lesson-exam .box-question .nowrap {
  white-space: nowrap;
}
.lesson-exam .box-question u {
  border-bottom: 1px solid #000;
  text-decoration: none;
}

.lesson-quiz .quiz-box,
.lesson-quiz .footer-quiz {
  padding: 0 20px;
}
.lesson-quiz .footer-quiz .box-button.button-next-done .button {
  margin-top: 16px;
}
.lesson-quiz .button-choice {
  margin: 6px auto;
  font-size: 1rem;
}
.lesson-quiz .box-question-explanation {
  text-align: left;
  margin: 0 0 8px 0;
}
.lesson-quiz .box-question-explanation p {
  word-break: normal;
  word-wrap: normal;
  white-space: pre-wrap;
  overflow-wrap: break-word;
  line-height: 1.5;
}
.lesson-quiz .box-question-explanation .nowrap {
  white-space: nowrap;
}
.lesson-quiz .box-question-explanation u {
  border-bottom: 1px solid #000;
  text-decoration: none;
}
.lesson-quiz .box-question {
  background: #F6F9FF;
  margin: 0 0 8px 0;
  border-radius: 8px;
  padding: 16px;
}
.lesson-quiz .box-question p {
  font-weight: 900;
  word-break: normal;
  word-wrap: normal;
  white-space: pre-wrap;
  overflow-wrap: break-word;
  line-height: 1.5;
}
.lesson-quiz .box-question .nowrap {
  white-space: nowrap;
}
.lesson-quiz .box-question u {
  border-bottom: 1px solid #000;
  text-decoration: none;
}
.lesson-quiz .container.score {
  padding-top: 20px;
}
.lesson-quiz .container.score .box-score {
  width: 100%;
}
.lesson-quiz .container.score .box-score .image-score {
  width: 100%;
  height: 160px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.lesson-quiz .container.score .box-score .image-score.perfect {
  background-image: url(/assets/images/result_perfect_1.png);
}
.lesson-quiz .container.score .box-score .image-score.pass {
  background-image: url(/assets/images/result_pass_1.png);
}
.lesson-quiz .container.score .box-score .image-score.failure {
  background-image: url(/assets/images/result_again_1.png);
}
.lesson-quiz .container.score .box-score .score-result {
  padding: 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
}
.lesson-quiz .container.score .box-score .score-result .score-shown {
  margin-left: 8px;
}
.lesson-quiz .container.score .box-score .score-result .score-shown .score-count {
  font-size: 2.5rem;
  font-weight: 900;
  color: #006F9E;
}
.lesson-quiz .container.score .box-score .score-result.perfect .score-count {
  color: #006F9E;
}
.lesson-quiz .container.score .box-score .message {
  text-align: center;
  font-size: 1.2rem;
}
.lesson-quiz .container.score:last-child {
  padding-bottom: 0;
}
.lesson-quiz .heading-content-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lesson-quiz .lives {
  margin-left: 8px;
  padding-left: 8px;
  border-left: 1px solid #D7D9E2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lesson-quiz .lives .icon-life {
  margin-right: 2px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.lesson-quiz .lives .icon-life.star-available {
  background-image: url(/assets/images/icons/icon-life.svg);
}
.lesson-quiz .lives .icon-life.star-spent {
  background-image: url(/assets/images/icons/icon-life-disabled.svg);
}
.lesson-quiz .questions-combined {
  margin-top: 8px;
}
.lesson-quiz .button-multiple-choice {
  width: 100%;
  min-width: 56px;
  padding: inherit;
  background: white;
  border-radius: 16px;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}

.question-progress {
  width: 100%;
  padding: 8px 0;
}
.question-progress .progress-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.question-progress .progress-label .label-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25rem;
  color: #000000;
  position: relative;
  padding-left: 20px;
}
.question-progress .progress-label .label-progress p {
  font-weight: bold;
  margin-right: 4px;
}
.question-progress .progress-label .label-progress:before {
  width: 40px;
  height: 40px;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  color: white;
  -webkit-font-smoothing: antialiased;
  content: url("/assets/images/icons/icon-clock.svg");
  position: absolute;
  top: 20px;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.question-progress .progress-bar {
  margin-top: 4px;
  width: 100%;
  height: 8px;
  border-radius: 20px;
  background-color: #E7E9F2;
}
.question-progress .progress-bar .progress-rate {
  width: 0;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(90.09deg, rgba(255, 153, 0, 0) 0%, #FF9900 99.87%), #E03C38;
}

.box-propositions ul li.button-choice {
  display: block;
  padding-top: 1.25rem;
}

.slide {
  overflow: hidden;
}
.slide .slide-image:not(.slide-show) {
  display: none;
  opacity: 0;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-name: slide-fadeout;
          animation-name: slide-fadeout;
}
.slide .slide-image.slide-show {
  display: block;
  opacity: 1;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-name: slide-fadein;
          animation-name: slide-fadein;
}

@media screen and (min-width: 480px) {
  .lesson-exam .box-propositions .grid {
    grid-gap: 1rem;
  }
  .lesson-exam .box-propositions .grid .button-multiple-choice {
    width: 100%;
  }
  .lesson-exam .container.score .box-score .image-score {
    height: 320px;
  }
  .lesson-exam .slide {
    width: 100%;
    padding: 0 40px;
  }
  .lesson-exam .slide .slide-image {
    width: 100%;
  }
  .lesson-exam .slide .slide-image.square {
    height: 0;
    margin: 0 auto;
    position: relative;
    padding-bottom: 50%;
  }
}
.container-app {
  width: 90%;
  margin: 0 auto;
  max-width: 400px;
  text-align: center;
  padding-bottom: 20px;
}
.container-app .container-quiz .progress {
  margin: 15px 0;
}
.container-app .container-quiz .progress .progress-bar-background {
  width: 100%;
  height: 10px;
  background: #eaeaea;
  border-radius: 10px;
}
.container-app .container-quiz .progress .progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 5px;
  background-color: #006F9E;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 10px;
  margin-top: -10px;
  height: 10px;
}
.container-app .container-quiz .box h2 {
  font-size: 1.2rem;
}
.container-app .container-quiz .box .lives {
  margin-top: 10px;
}
.container-app .container-quiz .box .lives .star-available {
  color: #FFB100;
  font-size: 2rem;
}
.container-app .container-quiz .box .lives .star-spent {
  color: #D5D5D5;
  font-size: 2rem;
}
.container-app .container-quiz .box .questions-combined {
  margin: 20px 0;
}
.container-app .container-quiz .box .questions-combined .box-question {
  text-align: left;
  font-size: 1.1em;
  font-weight: 900;
}
.container-app .container-quiz .box .questions-combined .box-question p {
  word-break: normal;
  word-wrap: normal;
  white-space: pre-wrap;
  overflow-wrap: break-word;
  line-height: 1.5;
}
.container-app .container-quiz .box .questions-combined .box-question .nowrap {
  white-space: nowrap;
}
.container-app .container-quiz .box .questions-combined .box-question u {
  border-bottom: 1px solid #000;
  text-decoration: none;
}
.container-app .container-quiz .box .questions-combined .box-question-explanation {
  text-align: left;
  margin-bottom: 15px;
}
.container-app .container-quiz .box .questions-combined .box-question-explanation p {
  word-break: normal;
  word-wrap: normal;
  white-space: pre-wrap;
  overflow-wrap: break-word;
  line-height: 1.5;
}
.container-app .container-quiz .box .questions-combined .box-question-explanation .nowrap {
  white-space: nowrap;
}
.container-app .container-quiz .box .questions-combined .box-question-explanation u {
  border-bottom: 1px solid #000;
  text-decoration: none;
}
.container-app .container-quiz .box .box-propositions .button-multiple-choice {
  border: 1px solid #c1c1c1;
  font-size: 1rem;
  position: relative;
}
.container-app .container-quiz .box .box-propositions .button-multiple-choice:hover {
  opacity: 0.8;
}
.container-app .container-quiz .box .box-propositions .card-selected,
.container-app .container-quiz .box .box-propositions .correct,
.container-app .container-quiz .box .box-propositions .incorrect,
.container-app .container-quiz .box .box-propositions .incorrected {
  cursor: default;
}
.container-app .container-quiz .box .box-propositions .card-selected .fa,
.container-app .container-quiz .box .box-propositions .card-selected .fas,
.container-app .container-quiz .box .box-propositions .card-selected .far,
.container-app .container-quiz .box .box-propositions .correct .fa,
.container-app .container-quiz .box .box-propositions .correct .fas,
.container-app .container-quiz .box .box-propositions .correct .far,
.container-app .container-quiz .box .box-propositions .incorrect .fa,
.container-app .container-quiz .box .box-propositions .incorrect .fas,
.container-app .container-quiz .box .box-propositions .incorrect .far,
.container-app .container-quiz .box .box-propositions .incorrected .fa,
.container-app .container-quiz .box .box-propositions .incorrected .fas,
.container-app .container-quiz .box .box-propositions .incorrected .far {
  position: absolute;
  right: 10px;
}
.container-app .container-quiz .box .box-propositions .card-selected:hover,
.container-app .container-quiz .box .box-propositions .correct:hover,
.container-app .container-quiz .box .box-propositions .incorrect:hover,
.container-app .container-quiz .box .box-propositions .incorrected:hover {
  opacity: 1;
}
.container-app .container-quiz .box .box-propositions .correct {
  background-color: #ADD45C;
  border: 1px solid #ADD45C;
  color: white;
}
.container-app .container-quiz .box .box-propositions .incorrect {
  background-color: #C70039;
  border: 1px solid #C70039;
  color: white;
}
.container-app .container-quiz .box .box-propositions .grid li.button {
  font-weight: bold;
}
.container-app .container-quiz .box .box-propositions .grid li.button:not(.correct):not(.incorrect) {
  color: #787878;
}
.container-app .container-quiz .box .box-fill-in-the-blank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3rem;
  color: #787878;
}
.container-app .container-quiz .box .box-fill-in-the-blank .fitb-blank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 5px;
  min-width: 4rem;
  min-height: 4rem;
  -webkit-box-shadow: 0 0 0 3px #000 inset;
          box-shadow: 0 0 0 3px #000 inset;
}
.container-app .container-quiz .box .box-fill-in-the-blank .fitb-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 5px;
  min-width: 4rem;
  min-height: 4rem;
  border: 3px #fff solid;
}
.container-app .container-quiz .box .timer {
  margin: 20px auto 25px auto;
  margin: 10px auto 0px auto;
  text-align: center;
}
.container-app .container-quiz .box .timer .countdown {
  color: #006F9E;
  font-weight: 900;
}
.container-app .container-quiz .footer-quiz .button {
  margin-top: 20px;
  background-color: #919191;
  font-size: 1rem;
}
.container-app .container-quiz .footer-quiz .button.button-access {
  background-color: #006F9E;
  color: white;
}
.container-app .score .box-score h2 {
  font-size: 2rem;
  margin: 20px 0;
  text-transform: uppercase;
}
.container-app .score .box-score .score-shown {
  margin: 20px 0;
  letter-spacing: 10px;
  font-size: 1.5rem;
}
.container-app .score .box-score .score-shown span {
  color: #006F9E;
}
.container-app .score .box-score img {
  width: 100%;
  height: auto;
  margin: 20px 0;
}
.container-app .score .box-score .message {
  font-size: 1rem;
  margin: 30px 0;
  letter-spacing: 0;
  line-height: 1.5rem;
}
.container-app .score .box-score .message-perfect {
  font-size: 1.5rem;
  line-height: 2rem;
}

.play-script .container.nbp {
  height: calc(100vh - 357px);
}
.play-script .container.nbp .lesson-script {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /*&::-webkit-scrollbar {
    display: none;
  }*/
}
.play-script .sticky {
  min-height: 176px;
}

.lesson-script {
  padding: 0 20px;
  margin-bottom: 40px;
}
.lesson-script .character {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 20px auto;
  font-size: 0.8rem;
}
.lesson-script .character .character-info {
  /* width: 100%; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.lesson-script .character .character-info img {
  width: 100%;
  max-width: 100px;
  border-radius: 50%;
  border: 1px solid #a7a7a7;
  margin-bottom: 10px;
  background: white;
}
.lesson-script .character .character-info .character-name {
  margin: 5px 0;
}
.lesson-script .character .speech {
  width: 100%;
  line-height: 1.5rem;
  font-size: 1rem;
  padding-left: 20px;
}
.lesson-script .character .speech .speech-bubble {
  background: white;
  border-radius: 8px;
  padding: 20px;
  position: relative;
  margin: 0;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}
.lesson-script .character .speech .speech-bubble.on {
  color: #3490dc;
}
.lesson-script .character .speech .speech-bubble .jp {
  font-weight: normal;
}
.lesson-script .character .speech .speech-bubble .script-translation {
  color: #6B6D75;
  margin-top: 16px;
}
.lesson-script .character .speech .speech-bubble::before {
  left: -5px;
  top: 10px;
  -webkit-transform: rotate(45deg) skew(-20deg, -20deg);
      -ms-transform: rotate(45deg) skew(-20deg, -20deg);
          transform: rotate(45deg) skew(-20deg, -20deg);
}
.lesson-script .character .speech .speech-bubble::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 15px;
  height: 15px;
}
.lesson-script .character .speech .speech-bubble::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lesson-script .character .speech .speech-bubble > * {
  position: relative;
  z-index: 3;
}
.lesson-script .character .speech .speech-bubble,
.lesson-script .character .speech .speech-bubble::after {
  border-radius: 8px;
}
.lesson-script .character .speech .speech-bubble,
.lesson-script .character .speech .speech-bubble::before {
  -webkit-box-shadow: 0 0 10px 0 rgba(163, 163, 163, 0.5);
          box-shadow: 0 0 10px 0 rgba(163, 163, 163, 0.5);
}
.lesson-script .character .speech .speech-bubble,
.lesson-script .character .speech .speech-bubble::before,
.lesson-script .character .speech .speech-bubble::after {
  background: white;
}
.lesson-script .character:last-child {
  margin-bottom: 0;
}
.lesson-script .buttons-audio {
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  background: #F6F9FF;
}

.sticky {
  z-index: 5;
  position: sticky;
  bottom: 0px;
  width: 100%;
  background: white;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  padding-top: 8px;
}
.sticky .script-buttons {
  max-width: 800px;
  margin: 0 auto;
}
.sticky .buttons-audio {
  margin: 8px 0;
}
.sticky .buttons-side-by-side .button {
  margin: 8px 0;
}
.sticky .sticky-inner {
  padding: 0 20px;
}
.sticky .sticky-inner .buttons-audio {
  margin: 10px auto;
  width: 100%;
  max-width: 100%;
}
.sticky .sticky-inner .translation-off {
  padding: 9px;
  background: #006F9E;
  border: 1px solid #006F9E;
  color: white;
}
.sticky .sticky-inner .translation-on {
  color: #006F9E;
  background: white;
}

.heading-content-title .translation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-bg.n3 {
  overflow: hidden;
  background: #fddab2;
}
.main-bg.n3 .map-page {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.main-bg.n3 .map-page .n3-top-img {
  height: calc(100vh - 50px);
}
.main-bg.n3 .map-page .main-text {
  position: absolute;
  left: 0;
  z-index: 500;
  top: 50px;
}
.main-bg.n3 .map-page .learning-progress-circle.learning-progress-top {
  top: 66px;
  left: auto;
  right: 20px;
  width: 120px;
  z-index: 2;
  fill: white;
}
.main-bg.n3 .map-page .learning-progress-circle.learning-progress-top .progress-circle.progress-top .progress-text.progress-section {
  fill: black;
}
.main-bg.n3 .map-page .learning-progress-circle.learning-progress-top .progress-circle.progress-top .progress-text.progress-percentage {
  fill: black;
}
.main-bg.n3 .map-page .units-n3-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 12.5rem;
  right: 0;
  bottom: 0;
  left: 0;
}
.main-bg.n3 .map-page .units-n3-container .units-n3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 45vh;
}
.main-bg.n3 .map-page .units-n3-container .units-n3 .units-n3-link {
  border-radius: 50%;
  background: #ff3903;
  width: 10vh;
  height: 10vh;
  margin: 1vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-bg.n3 .map-page .units-n3-container .units-n3 .units-n3-link .units-n3-unit {
  -webkit-transform: translate(0, -0.25rem);
      -ms-transform: translate(0, -0.25rem);
          transform: translate(0, -0.25rem);
  color: white;
}
.main-bg.n3 .map-page .units-n3-container .units-n3 .units-n3-link .units-n3-unit .unit-number {
  font-weight: 900;
  font-size: 3vh;
}
.main-bg.n3 .map-page .units-n3-container .units-n3 .units-n3-link .units-n3-unit .unit-text {
  font-size: 2vh;
}
.main-bg.n3 .map-page .units-n3-container .units-n3 .units-n3-link:hover {
  opacity: 0.75;
}
.main-bg.n3 .map-page .units-n3-container .units-n3 .units-n3-link:not(.hidden) {
  background: #fff;
}
.main-bg.n3 .map-page .units-n3-container .units-n3 .units-n3-link:not(.hidden) .units-n3-unit {
  color: #ff3903;
}

@media (orientation: landscape) {
  .main-bg.n3 .map-page .units-n3-container {
    top: 0;
  }
  .main-bg.n3 .map-page .units-n3-container .units-n3 {
    max-width: 60vw;
  }
  .main-bg.n3 .map-page .units-n3-container .units-n3 .units-n3-link {
    width: 10vw;
    height: 10vw;
    margin: 1vw;
  }
  .main-bg.n3 .map-page .units-n3-container .units-n3 .units-n3-link .units-n3-unit .unit-number {
    font-size: 3vw;
  }
  .main-bg.n3 .map-page .units-n3-container .units-n3 .units-n3-link .units-n3-unit .unit-text {
    font-size: 2vw;
  }
}
@media (orientation: portrait) {
  .main-bg.n3 .n3-top-img {
    -webkit-transform: translate(26vh);
        -ms-transform: translate(26vh);
            transform: translate(26vh);
  }
}
@media (max-width: 350px) and (orientation: portrait) {
  .main-bg.n3 .map-page .main-text .japanese-lessons {
    font-size: 2rem;
  }
  .main-bg.n3 .map-page .main-text .choose-one {
    font-size: 1.25rem;
  }
  .main-bg.n3 .map-page .learning-progress-circle.learning-progress-top {
    width: 95px;
  }
}
@media (max-height: 540px) and (orientation: landscape) {
  .main-bg.n3 .map-page .main-text .japanese-lessons {
    font-size: 2rem;
  }
  .main-bg.n3 .map-page .main-text .choose-one {
    font-size: 1.25rem;
  }
  .main-bg.n3 .map-page .learning-progress-circle.learning-progress-top {
    width: 95px;
  }
  .main-bg.n3 .map-page .units-n3-container .units-n3 {
    max-width: 50vw;
  }
  .main-bg.n3 .map-page .units-n3-container .units-n3 .units-n3-link {
    width: 8vw;
    height: 8vw;
    margin: 0.75vw;
  }
  .main-bg.n3 .map-page .units-n3-container .units-n3 .units-n3-link .units-n3-unit .unit-number {
    font-size: 2.4vw;
  }
  .main-bg.n3 .map-page .units-n3-container .units-n3 .units-n3-link .units-n3-unit .unit-text {
    font-size: 1.6vw;
  }
}
.main-bg.n2 {
  overflow: hidden;
  background: #e8eaec;
}
.main-bg.n2 .map-page {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-bg.n2 .map-page .n2-top-img {
  height: calc(100vh - 50px);
}
.main-bg.n2 .map-page .main-text {
  position: absolute;
  left: 0;
  z-index: 500;
  top: 50px;
}
.main-bg.n2 .map-page .learning-progress-circle.learning-progress-top {
  top: 66px;
  left: auto;
  right: 20px;
  width: 120px;
  z-index: 2;
  fill: white;
}
.main-bg.n2 .map-page .learning-progress-circle.learning-progress-top .progress-circle.progress-top .progress-text.progress-section {
  fill: black;
}
.main-bg.n2 .map-page .learning-progress-circle.learning-progress-top .progress-circle.progress-top .progress-text.progress-percentage {
  fill: black;
}
.main-bg.n2 .map-page .units-n2-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 12.5rem;
  right: 0;
  bottom: 0;
  left: 0;
}
.main-bg.n2 .map-page .units-n2-container .units-n2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 45vh;
}
.main-bg.n2 .map-page .units-n2-container .units-n2 .units-n2-link {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  width: 10vh;
  height: 10vh;
  margin: 1vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-bg.n2 .map-page .units-n2-container .units-n2 .units-n2-link .units-n2-unit {
  -webkit-transform: translate(0, -0.25rem);
      -ms-transform: translate(0, -0.25rem);
          transform: translate(0, -0.25rem);
  color: #000;
}
.main-bg.n2 .map-page .units-n2-container .units-n2 .units-n2-link .units-n2-unit .unit-number {
  font-weight: 900;
  font-size: 3vh;
}
.main-bg.n2 .map-page .units-n2-container .units-n2 .units-n2-link .units-n2-unit .unit-text {
  font-size: 2vh;
}
.main-bg.n2 .map-page .units-n2-container .units-n2 .units-n2-link:hover {
  opacity: 0.75;
}
.main-bg.n2 .map-page .units-n2-container .units-n2 .units-n2-link:not(.hidden) {
  background: #000;
}
.main-bg.n2 .map-page .units-n2-container .units-n2 .units-n2-link:not(.hidden) .units-n2-unit {
  color: #fff;
}

@media (orientation: landscape) {
  .main-bg.n2 .map-page .units-n2-container {
    top: 0;
  }
  .main-bg.n2 .map-page .units-n2-container .units-n2 {
    max-width: 60vw;
  }
  .main-bg.n2 .map-page .units-n2-container .units-n2 .units-n2-link {
    width: 10vw;
    height: 10vw;
    margin: 1vw;
  }
  .main-bg.n2 .map-page .units-n2-container .units-n2 .units-n2-link .units-n2-unit .unit-number {
    font-size: 3vw;
  }
  .main-bg.n2 .map-page .units-n2-container .units-n2 .units-n2-link .units-n2-unit .unit-text {
    font-size: 2vw;
  }
}
@media (orientation: portrait) {
  .main-bg.n2 .n2-top-img {
    -webkit-transform: translate(-20vh);
        -ms-transform: translate(-20vh);
            transform: translate(-20vh);
    -webkit-transform: translate(32vh);
        -ms-transform: translate(32vh);
            transform: translate(32vh);
  }
}
@media (max-width: 350px) and (orientation: portrait) {
  .main-bg.n2 .map-page .main-text .japanese-lessons {
    font-size: 2rem;
  }
  .main-bg.n2 .map-page .main-text .choose-one {
    font-size: 1.25rem;
  }
  .main-bg.n2 .map-page .learning-progress-circle.learning-progress-top {
    width: 95px;
  }
}
@media (max-height: 540px) and (orientation: landscape) {
  .main-bg.n2 .map-page .main-text .japanese-lessons {
    font-size: 2rem;
  }
  .main-bg.n2 .map-page .main-text .choose-one {
    font-size: 1.25rem;
  }
  .main-bg.n2 .map-page .learning-progress-circle.learning-progress-top {
    width: 95px;
  }
  .main-bg.n2 .map-page .units-n2-container .units-n2 {
    max-width: 50vw;
  }
  .main-bg.n2 .map-page .units-n2-container .units-n2 .units-n2-link {
    width: 8vw;
    height: 8vw;
    margin: 0.75vw;
  }
  .main-bg.n2 .map-page .units-n2-container .units-n2 .units-n2-link .units-n2-unit .unit-number {
    font-size: 2.4vw;
  }
  .main-bg.n2 .map-page .units-n2-container .units-n2 .units-n2-link .units-n2-unit .unit-text {
    font-size: 1.6vw;
  }
}
.levels .heading-common {
  padding-top: 9px;
}
.levels .heading-common .name {
  font-size: 1rem;
  ruby-position: under;
}
.levels .levels-box {
  margin: 20px;
}
.levels .levels-box .levels-list {
  width: 100%;
  max-width: 350px;
  margin: auto;
  padding: 15px;
  border-radius: 16px;
  background-color: white;
}
.levels .levels-box .levels-list .level-link {
  color: black;
  text-align: left;
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 16px;
  width: 100%;
  height: 95px;
  max-width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f0f0f0;
  background-repeat: no-repeat;
  background-size: cover;
}
.levels .levels-box .levels-list .level-link:last-child {
  margin: 0;
}
.levels .levels-box .levels-list .level-link.n2 {
  background-image: url("/assets/images/levels/levels_n2.png");
}
.levels .levels-box .levels-list .level-link.n3 {
  background-image: url("/assets/images/levels/levels_n3.png");
}
.levels .levels-box .levels-list .level-link.n4-5 {
  background-image: url("/assets/images/levels/levels_n4-n5.png");
}
.levels .levels-box .levels-list .level-link.n4-5 .level {
  color: white;
  min-height: 55px;
  min-width: 55px;
  font-weight: 900;
  font-size: 1.5rem;
  position: relative;
}
.levels .levels-box .levels-list .level-link.n4-5 .level .n4, .levels .levels-box .levels-list .level-link.n4-5 .level .n5 {
  position: absolute;
}
.levels .levels-box .levels-list .level-link.n4-5 .level .n4 {
  top: -5px;
  left: -2px;
}
.levels .levels-box .levels-list .level-link.n4-5 .level .n5 {
  top: 30px;
  left: 23px;
}
.levels .levels-box .levels-list .level-link.n4-5 .level .slash {
  width: 70px;
  height: 3px;
  background-color: white;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 26px;
  left: -8px;
}
.levels .levels-box .levels-list .level-link.n4-5 .text {
  color: white;
}
.levels .levels-box .levels-list .level-link .level-link:last-child {
  margin: 0;
}
.levels .levels-box .levels-list .level-link:hover {
  cursor: pointer;
  opacity: 0.75;
}
.levels .levels-box .levels-list .level-link .level {
  font-weight: 900;
  font-size: 2.5rem;
}
.levels .levels-box .levels-list .level-link .text {
  font-size: 1.3rem;
  margin-left: 10px;
  font-weight: 500;
}
.levels .levels-box .levels-list .level-link.n1 .level {
  color: #ccc;
}
.levels .levels-box .levels-list .level-link.n1 .text {
  color: #ccc;
}

.profile {
  min-height: calc(var(--vh, 1vh) * 100 - 50px);
}
.profile .profile-progress-circle {
  width: 145px;
  margin: 0 auto 20px auto;
}
.profile.profile-edit section.container .row {
  margin-top: 0;
}
.profile .container {
  word-break: break-all;
  position: relative;
}
.profile .container.profile-top {
  padding: 20px;
}
.profile .container .message-success {
  background: #006F9E;
  padding: 20px;
  border-radius: 6px;
  margin-top: 20px;
  color: white;
  text-align: center;
  font-weight: 900;
}
.profile .container .button-settings {
  cursor: pointer;
  position: absolute;
  top: -0.5rem;
  right: 0;
}
.profile .container .button-settings .material-icons {
  font-size: 2.5rem;
}
.profile .container .button-settings:hover {
  opacity: 0.75;
}
.profile .container .profile-id {
  text-align: center;
  color: white;
  font-weight: 900;
}
.profile .container .profile-id .profile-id-name {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.profile .container .profile-id .profile-id-country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.profile .container .profile-id .profile-id-country i {
  font-size: 1.5rem;
  margin-right: 0.2rem;
}
.profile .container .profile-id .profile-id-country span {
  padding-top: 0.125rem;
  margin-left: 0.2rem;
}
.profile .container .profile-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.profile .container .profile-div .profile-category {
  font-style: normal;
  font-weight: bold;
  font-size: 1.25rem;
  color: white;
  text-align: left;
}
.profile .container .profile-div .profile-time {
  margin-top: 1.875rem;
}
.profile .container .profile-div .profile-information {
  margin-top: 8px;
  margin-bottom: 20px;
}
.profile .container .profile-div .profile-info-top {
  background: #006F9E;
  background: #002e4a;
  border-radius: 8px 8px 0 0;
  text-align: center;
  font-weight: 900;
  color: white;
  padding: 1.5625rem;
}
.profile .container .profile-div .profile-info-body {
  position: relative;
  border-radius: 8px;
  background: white;
  padding: 20px;
}
.profile .container .profile-div .profile-info-body .button-edit {
  position: absolute;
  right: 10px;
}
.profile .container .profile-div .profile-info-body .button-edit .material-icons {
  color: #006F9E;
}
.profile .container .profile-div .profile-info-body .form-group:first-child {
  margin-top: 0;
}
.profile .container .profile-div .profile-info-body .form-group:last-child {
  margin-bottom: 0;
}
.profile .container .profile-div .profile-info-body .profile-info-body-section {
  padding: 1.5625rem 1.875rem;
}
.profile .container .profile-div .profile-info-body .profile-info-body-section .heading {
  font-weight: 900;
  font-size: 1rem;
  margin-bottom: 0.3125rem;
}
.profile .container .profile-div .profile-info-body.subscription {
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  background-color: #F6F9FF;
}
.profile .container .profile-div .progress-list .progress-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.profile .container .profile-div .progress-list .progress-label .label-correct {
  font-size: 0.75rem;
  color: #6B6D75;
}
.profile .container .profile-div .progress-list .progress-label .correct-rate {
  margin-left: 8px;
  font-size: 1rem;
  color: #000000;
  font-weight: bold;
}
.profile .container .profile-div .progress-list .progress-bar {
  margin-top: 4px;
  width: 100%;
  height: 8px;
  border-radius: 20px;
  background-color: #E7E9F2;
}
.profile .container .profile-div .progress-list .progress-bar .progress-rate {
  width: 0;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(91.84deg, rgba(0, 255, 204, 0) 0%, rgba(0, 255, 204, 0.3) 100%), #006F9E;
}
.profile .container .button-logout {
  border: 1px solid white;
  color: white;
  background: none;
}
.profile .container .color-accent {
  color: #006F9E;
}
.profile .container .settings-profile,
.profile .container .settings-email,
.profile .container .settings-password,
.profile .container .settings-subscription {
  background: white;
  border-radius: 8px;
  margin: 20px 0;
  position: relative;
}
.profile .container .settings-profile .settings-section,
.profile .container .settings-email .settings-section,
.profile .container .settings-password .settings-section,
.profile .container .settings-subscription .settings-section {
  padding: 1.5625rem;
  padding-right: 3.5rem;
}
.profile .container .settings-profile .settings-section .heading,
.profile .container .settings-email .settings-section .heading,
.profile .container .settings-password .settings-section .heading,
.profile .container .settings-subscription .settings-section .heading {
  margin-bottom: 0.3125rem;
}
.profile .container .settings-profile .button-edit,
.profile .container .settings-email .button-edit,
.profile .container .settings-password .button-edit,
.profile .container .settings-subscription .button-edit {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.5rem;
  padding: 1rem;
  cursor: pointer;
}
.profile .container .settings-profile .button-edit:hover,
.profile .container .settings-email .button-edit:hover,
.profile .container .settings-password .button-edit:hover,
.profile .container .settings-subscription .button-edit:hover {
  opacity: 0.75;
}
.profile .container .settings-profile .button-edit .material-icons,
.profile .container .settings-email .button-edit .material-icons,
.profile .container .settings-password .button-edit .material-icons,
.profile .container .settings-subscription .button-edit .material-icons {
  color: #666;
}
.profile .container .settings-profile .settings-section:not(:last-child) {
  padding-bottom: 0px;
}
.profile .container.container-edit {
  background: white;
  border-radius: 8px;
  padding-top: 10px;
  margin-top: 20px;
}
.profile .container .item-name {
  color: #686868;
  margin-bottom: 8px;
}
.profile .container .radio input {
  margin: 0;
}
.profile .container .invalid-feedback > .material-icons,
.profile .container .invalid-feedback > span {
  color: red;
  vertical-align: middle;
}
.profile .container .button {
  margin-top: 30px;
}
.profile .container .modal-button {
  border: 1px solid #E7E9F2;
  margin: 10px auto;
}
.profile .container .modal {
  padding-top: 6%;
  padding-bottom: 6%;
}
.profile .container .modal h3 {
  color: #686868;
  padding: 0 0 16px 20px;
  border-bottom: 1px solid #eeeeee;
}
.profile .container .modal .modal-content {
  padding: 20px 0 10px 0;
  border-radius: 8px;
}
.profile .container .modal .modal-content .radio {
  height: 54px;
  padding: 20px;
  color: #686868;
  border-bottom: 1px solid #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.profile .container .modal .modal-content .radio input[type=radio] {
  width: 1.4em;
  height: 1.4em;
  cursor: pointer;
}
.profile .container .modal .modal-content .button {
  font-size: 1rem;
  max-width: 200px;
  margin: 20px auto 10px auto;
}

.notice {
  /*
  .notice-list li::after {
      content: "edit";
      font-family: 'Material Icons';
      position: absolute;
      color: #d8d8d8;
      right: 5px;
      top: 23px;
      right: 15px;
      top: 15px;
  }*/
}
.notice section.container {
  padding: 20px;
}
.notice section.container .row {
  margin: 0 auto;
  width: 100%;
}
.notice .notice-list {
  width: 100%;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 30px;
  list-style: none;
  font-size: 1rem;
}
.notice .notice-list li {
  background: white;
  position: relative;
  border-radius: 16px;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  cursor: pointer;
  margin-bottom: 8px;
}
.notice .notice-list li:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  color: #006F9E;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.notice .notice-list li:hover {
  opacity: 0.8;
}
.notice .notice-list li a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #000;
}
.notice .notice-list li span {
  font-size: 0.75rem;
  color: #666;
}
.notice .notice-list li .title {
  font-size: 1em;
  color: #000000;
  margin: 8px 0px;
}
.notice .notice-list li .date {
  font-size: 0.9em;
  color: #6B6D75;
}
.notice .notice-detail {
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}
.notice .notice-detail .title {
  font-weight: bold;
  font-size: 1em;
  color: #000000;
  margin: 0px 0px 8px 0px;
}
.notice .notice-detail .date {
  font-size: 1em;
  color: #6B6D75;
  margin: 8px 0px;
}
.notice .notice-detail .detail {
  margin-top: 8px;
  font-size: 1rem;
  color: #000000;
  white-space: pre-wrap;
  line-height: 1.5;
}
.notice .notice-list li {
  padding: 20px;
}
.notice .notice-list li + .notice-list li {
  margin-top: 20px;
}
.notice .notice-list li img {
  width: 64px;
  margin-right: 15px;
}
.notice .notice-list li small {
  font-size: 0.875rem;
  color: #657786;
}

.inquiry .inquiry-container {
  padding: 0 20px;
  height: calc(var(--vh, 1vh) * 100 - 220px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.inquiry .inquiry-container .container {
  min-height: inherit;
}
.inquiry .inquiry-list {
  width: 100%;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 30px;
  list-style: none;
  font-size: 16px;
}
.inquiry .inquiry-list li {
  margin-bottom: 20px;
  position: relative;
}
.inquiry .inquiry-list li span {
  font-size: 12px;
  color: #666;
}
.inquiry .inquiry-list li .inquiry-box {
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.inquiry .inquiry-list li .inquiry-box .title-head {
  font-size: 0.9em;
  color: #6B6D75;
  text-align: right;
  margin-bottom: 8px;
}
.inquiry .inquiry-list li .inquiry-box .detail {
  margin-bottom: 15px;
  font-size: 1em;
  color: #000;
  white-space: pre-wrap;
  line-height: 1.5;
}
.inquiry .inquiry-list li .inquiry-box.user {
  width: 80%;
  margin-left: auto;
  margin-right: 0px;
  border-radius: 20px;
  border-top-right-radius: 0px;
}
.inquiry .inquiry-list li .inquiry-box.admin {
  width: 80%;
  margin-left: 0px;
  margin-right: auto;
  border-radius: 20px;
  border-top-left-radius: 0px;
  background: #f3f3f3;
}
.inquiry .inquiry-list li .inquiry-box.agent {
  width: 80%;
  margin-left: 0px;
  margin-right: auto;
  border-radius: 20px;
  border-top-left-radius: 0px;
  background: #f3f3f3;
}
.inquiry .inquiry-list li .inquiry-box.company {
  width: 80%;
  margin-left: 0px;
  margin-right: auto;
  border-radius: 20px;
  border-top-left-radius: 0px;
  background: #f3f3f3;
}
.inquiry .inquiry-list li:hover {
  opacity: 0.8;
}
.inquiry .button.inquiry:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  color: white;
  -webkit-font-smoothing: antialiased;
  content: url(/assets/images/icons/icon-ask.svg);
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.inquiry footer.content-bottom {
  padding: 0 20px;
  border-top: 1px solid #D7D9E2;
}
.inquiry.inquiry-message section.container {
  margin-top: 40px;
}
.inquiry.inquiry-message .form-group {
  margin: 0 20px;
}
.inquiry.inquiry-message .form-group textarea.form-control {
  width: 100%;
  padding: 20px;
  background: #F6F9FF;
  border: solid 1px #E7E9F2;
  border-radius: 8px;
}
.inquiry.inquiry-message .form-message {
  margin-top: 8px;
  font-size: 1rem;
}

.situation .profile-progress-circle {
  width: 145px;
  margin: 0 auto 20px auto;
}
.situation section.container {
  padding: 20px;
}
.situation section.container .row {
  margin: 20px auto;
  width: 100%;
}
.situation .label-learning-box {
  width: 100%;
  text-align: center;
}
.situation .label-learning-box .label-learning {
  font-weight: 900;
  color: white;
  margin: 0 auto;
}
.situation .label-learning-box .label-learning-time {
  margin: 0 auto;
  font-weight: 900;
  font-size: 1.25rem;
  color: white;
}
.situation .label-learning-box .label-learning-time .color-accent {
  font-weight: 900;
  font-size: 2.5rem;
}
.situation .situation-level {
  width: 34px;
  height: 40px;
  font-weight: 900;
  font-size: 1.5rem;
  padding-top: 8px;
}
.situation .situation-status {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("/assets/images/method/status_available.svg");
}
.situation .situation-status.completed {
  background-image: url("/assets/images/method/status_completed.svg") !important;
}
.situation .situation-list {
  width: 100%;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 30px;
  list-style: none;
  font-size: 1rem;
}
.situation .situation-list li {
  background: white;
  position: relative;
  border-radius: 16px;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  cursor: pointer;
  margin-bottom: 8px;
}
.situation .situation-list li:hover {
  opacity: 0.8;
}
.situation .situation-list li a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #000;
}
.situation .situation-list li span {
  font-size: 0.75rem;
  color: #666;
}
.situation .situation-list li .title {
  width: 100%;
  font-size: 1.25rem;
  color: #000000;
  margin: 0px 0px 8px 0px;
  font-weight: bold;
  position: relative;
}
.situation .situation-list li .title br {
  display: none;
}
.situation .situation-list li .title:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  color: #006F9E;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.situation .situation-list li .situation-data-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.situation .situation-list li .situation-data-box .situation-data {
  width: 50%;
}
.situation .situation-list li .situation-data-box .situation-data.left .situation-progress {
  padding-left: 0;
}
.situation .situation-list li .situation-data-box .situation-data.right .situation-progress {
  padding-right: 0;
}
.situation .situation-list li .situation-data-box .situation-data.full {
  width: 100%;
}
.situation .situation-list li .situation-data {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.situation .situation-list li .situation-data .situation-status {
  margin-right: auto;
  margin-left: 15px;
}
.situation .situation-list li .situation-data .situation-progress {
  width: 100%;
  padding: 0 8px;
}
.situation .situation-list li .situation-data .situation-progress .progress-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.situation .situation-list li .situation-data .situation-progress .progress-label .label-correct {
  font-size: 0.75rem;
  color: #6B6D75;
}
.situation .situation-list li .situation-data .situation-progress .progress-label .correct-rate {
  margin-left: 8px;
  font-size: 1rem;
  color: #000000;
  font-weight: bold;
}
.situation .situation-list li .situation-data .situation-progress .progress-bar {
  margin-top: 4px;
  width: 100%;
  height: 8px;
  border-radius: 20px;
  background-color: #E7E9F2;
}
.situation .situation-list li .situation-data .situation-progress .progress-bar .progress-rate {
  width: 0;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(91.84deg, rgba(0, 255, 204, 0) 0%, rgba(0, 255, 204, 0.3) 100%), #006F9E;
}
.situation .situation-list li .date {
  font-size: 1em;
  color: #6B6D75;
}
.situation.situation-detail .situation-list li .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
}
.situation.situation-detail .situation-list li .title:before {
  content: none;
}
.situation.situation-detail .situation-list li .title .situation-status {
  margin-right: 15px;
  margin-left: auto;
  width: 24px;
  height: 24px;
}
.situation .situation-list li {
  padding: 16px;
}
.situation .situation-list li + .situation-list li {
  margin-top: 20px;
}
.situation .situation-list li img {
  width: 64px;
  margin-right: 15px;
}
.situation .situation-list li small {
  font-size: 0.875rem;
  color: #657786;
}

.signup .container {
  max-width: 343px;
}
.signup .register-step {
  width: 320px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
.signup .register-step .step-item {
  font-size: 0.75rem;
  font-weight: 900;
  width: 100%;
  height: 24px;
  text-align: center;
}
.signup .register-step .step-item:first-child {
  color: #006F9E;
}
.signup .register-step .step-item.on {
  color: #006F9E;
}
.signup .register-step-bg {
  width: 250px;
  height: 20px;
  margin: 0 auto;
  margin-top: 6px;
  background-image: url(/assets/images/register/register-step1.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
.signup .register-step-bg.step1 {
  background-image: url(/assets/images/register/register-step1.svg);
}
.signup .register-step-bg.step2 {
  background-image: url(/assets/images/register/register-step2.svg);
}
.signup .register-step-bg.step3 {
  background-image: url(/assets/images/register/register-step3.svg);
}
.signup .register-step-bg.step4 {
  background-image: url(/assets/images/register/register-step4.svg);
}
.signup .form-signup {
  padding: 20px 0;
}
.signup .form-signup .button.button-primary {
  margin-top: 40px;
}
.signup .form-signup .form-group.checktos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.signup .form.form-signup:not(.form-bottom) {
  padding-bottom: 0;
}
.signup .form.form-signup.form-bottom {
  padding: 0;
}

.tos-label {
  font-style: normal;
  font-weight: 900;
  font-size: 1rem;
}
.tos-label a {
  color: #006F9E;
}

@media screen and (min-width: 480px) {
  .signup .container {
    max-width: 800px;
  }
  .signup .register-step {
    width: 530px;
    height: 48px;
  }
  .signup .register-step .step-item {
    font-size: 1.5rem;
    font-weight: bold;
    width: 100%;
    height: 48px;
    text-align: center;
  }
  .signup .register-step-bg {
    width: 430px;
    height: 40px;
  }
}
@media only screen and (min-width: 445px) {
  .register .container .profile-div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .register .container .profile-div .profile-time,
  .register .container .profile-div .profile-information {
    width: 48%;
  }
}
/* subscribe */
.row.subscribe-box {
  padding: 20px;
  /* prices.html */
}
.row.subscribe-box .form-group-half {
  width: 50%;
}
.row.subscribe-box .form-group.subscribe.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.row.subscribe-box .form-group.subscribe.flex .form-group-half:first-child {
  margin-right: 6px;
  margin-left: 0;
}
.row.subscribe-box .form-group.subscribe.flex .form-group-half:last-child {
  margin-left: 6px;
  margin-right: 0;
}
.row.subscribe-box .form-group.subscribe .StripeElement {
  background-color: #F6F9FF;
  border-radius: 8px;
  margin: 8px 0 20px 0;
}
.row.subscribe-box .form-group.subscribe * {
  font-size: 1rem;
}
.row.subscribe-box .form-group.subscribe > div,
.row.subscribe-box .form-group.subscribe > button {
  margin: 0 10px;
}
.row.subscribe-box .form-group.subscribe form {
  max-width: 496px !important;
  padding: 0 15px;
}
.row.subscribe-box .form-group.subscribe form > * + * {
  margin-top: 20px;
}
.row.subscribe-box .form-group.subscribe .container {
  background-color: #fff;
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  padding: 3px;
}
.row.subscribe-box .form-group.subscribe fieldset {
  border-style: none;
  padding: 5px;
  margin-left: -5px;
  margin-right: -5px;
  background: rgba(18, 91, 152, 0.05);
  border-radius: 8px;
}
.row.subscribe-box .form-group.subscribe fieldset legend {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 0.75rem;
  color: #8898aa;
  padding: 3px 10px 7px;
}
.row.subscribe-box .form-group.subscribe .card-only {
  display: block;
}
.row.subscribe-box .form-group.subscribe .payment-request-available {
  display: none;
}
.row.subscribe-box .form-group.subscribe fieldset legend + * {
  clear: both;
}
.row.subscribe-box .form-group.subscribe input, .row.subscribe-box .form-group.subscribe button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-style: none;
  color: #fff;
}
.row.subscribe-box .form-group.subscribe input:-webkit-autofill {
  -webkit-transition: background-color 100000000s;
  transition: background-color 100000000s;
  -webkit-animation: 1ms void-animation-out;
}
.row.subscribe-box .form-group.subscribe #example4-card {
  padding: 10px;
  margin-bottom: 2px;
}
.row.subscribe-box .form-group.subscribe input {
  -webkit-animation: 1ms void-animation-out;
}
.row.subscribe-box .form-group.subscribe input::-webkit-input-placeholder {
  color: #9bacc8;
}
.row.subscribe-box .form-group.subscribe input::-moz-placeholder {
  color: #9bacc8;
}
.row.subscribe-box .form-group.subscribe input:-ms-input-placeholder {
  color: #9bacc8;
}
.row.subscribe-box .form-group.subscribe button {
  display: block;
  width: 100%;
  height: 37px;
  background-color: #e03c38;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  margin-top: 20px;
  -webkit-box-shadow: 0 2px 5px rgba(224, 60, 56, 0.15);
          box-shadow: 0 2px 5px rgba(224, 60, 56, 0.15);
}
.row.subscribe-box .form-group.subscribe button:active {
  background-color: #b76ac4;
}
.row.subscribe-box .form-group.subscribe .error svg .base {
  fill: #e25950;
}
.row.subscribe-box .form-group.subscribe .error svg .glyph {
  fill: #f6f9fc;
}
.row.subscribe-box .form-group.subscribe .error .message {
  color: #e25950;
}
.row.subscribe-box .form-group.subscribe .success .icon .border {
  stroke: #ffc7ee;
}
.row.subscribe-box .form-group.subscribe .success .icon .checkmark {
  stroke: #d782d9;
}
.row.subscribe-box .form-group.subscribe .success .title {
  color: #32325d;
}
.row.subscribe-box .form-group.subscribe .success .message {
  color: #8898aa;
}
.row.subscribe-box .form-group.subscribe .success .reset path {
  fill: #d782d9;
}
.row.subscribe-box .form-group.subscribe .StripeElement {
  padding: 10px 12px;
}
.row.subscribe-box .form-group.subscribe.plan {
  margin-bottom: 40px;
}
.row.subscribe-box .form-group.subscribe.plan button {
  background-color: #ed5f74;
}
.row.subscribe-box .form-group.subscribe.plan button {
  background-color: #e03c38;
  border-radius: var(--radius);
  color: white;
  border: 0;
  padding: 12px 16px;
  margin-top: 16px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
}
.row.subscribe-box .form-group.subscribe.plan button:hover {
  -webkit-filter: contrast(115%);
          filter: contrast(115%);
}
.row.subscribe-box .form-group.subscribe.plan button:active {
  -webkit-transform: translateY(0px) scale(0.98);
      -ms-transform: translateY(0px) scale(0.98);
          transform: translateY(0px) scale(0.98);
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}
.row.subscribe-box .form-group.subscribe.plan button:disabled {
  opacity: 0.5;
  cursor: none;
}
.row.subscribe-box .form-group.subscribe.plan button.button-choose {
  margin-top: 20px;
  background: white;
  color: #006F9E;
  border: 1px solid #006F9E;
  font-size: 1em;
}
.row.subscribe-box .form-group.subscribe.plan .price-list .selected button.button-choose {
  background: #006F9E;
  color: white;
}
.row.subscribe-box .form-group.subscribe.plan .price-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
}
.row.subscribe-box .form-group.subscribe.plan .price-list .plan-box {
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
  padding: 20px;
  background: white;
  position: relative;
  border-radius: 16px;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  cursor: pointer;
}
.row.subscribe-box .form-group.subscribe.plan .price-list .plan-box:hover {
  opacity: 0.8;
}
.row.subscribe-box .form-group.subscribe.plan .price-list .plan-box.disabled {
  opacity: 0.5;
}
.row.subscribe-box .form-group.subscribe.plan .price-list .plan-box.selected {
  background: #F6F9FF;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
}
.row.subscribe-box .form-group.subscribe.plan .price-list .plan-box.selected .plan-name-box .plan-status {
  background-image: url("/assets/images/method/status_completed.svg") !important;
}
.row.subscribe-box .form-group.subscribe.plan .price-list .plan-box .plan-name-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.row.subscribe-box .form-group.subscribe.plan .price-list .plan-box .plan-name-box .plan-status {
  margin-right: 10px;
}
.row.subscribe-box .form-group.subscribe.plan .price-list .plan-box .plan-name-box .plan-name {
  font-size: 1.5rem;
}
.row.subscribe-box .form-group.subscribe.plan .price-list .plan-box .plan-name-box .plan-name-info {
  margin-left: auto;
  margin-right: 0;
  font-size: 1.5rem;
  font-weight: bold;
  color: #006F9E;
}
.row.subscribe-box .form-group.subscribe.plan .price-list .plan-box .plan-price {
  margin-left: 50px;
  font-size: 2.5rem;
  font-weight: 900;
}
.row.subscribe-box .plan-status {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-image: url("/assets/images/method/status_available.svg");
}

.flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  width: 100%;
}
.flex-between .password-reset {
  font-size: 0.8rem;
  color: #12537b;
}

.signup .subscription .form-group.message {
  padding: 0 40px;
}
.signup .subscription .form-group.message div {
  white-space: pre-wrap;
}
.signup .subscription table {
  width: 100%;
}
.signup .subscription table th {
  width: 40%;
  text-align: right;
}
.signup .subscription table td {
  padding: 20px;
  width: 60%;
}

.settings-subscription tr > th,
.settings-subscription tr > td {
  padding: 10px;
}

.plyr--full-ui input[type=range] {
  color: #006F9E !important;
}

.plyr__control--overlaid {
  background: #006F9E !important;
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
  background: #006F9E !important;
}

.plyr__control.plyr__tab-focus {
  -webkit-box-shadow: rgba(199, 20, 55, 0.5) !important;
          box-shadow: rgba(199, 20, 55, 0.5) !important;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: #006F9E !important;
}

.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded=true] {
  background: #006F9E !important;
}

.plyr__captions {
  bottom: -5px !important;
}

.plyr__captions .plyr__caption {
  background: rgba(0, 0, 0, 0.5) !important;
  white-space: initial !important;
}

@media (min-width: 480px) {
  .plyr__captions {
    padding: 0 !important;
  }
}
/* for fullscreen subtitles */
:root {
  --webkit-text-track-display: none;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: var(--webkit-text-track-display);
}

.learning-progress-circle.learning-progress-top {
  height: calc((var(--vh, 1vh) * 100 - 50px) * 0.37);
}
.learning-progress-circle.learning-progress-top.driver-highlighted-element .progress-circle {
  background-color: #12537b;
}

.main-bg.n3 .learning-progress-circle.learning-progress-top {
  height: 120px;
}
.main-bg.n2 .learning-progress-circle.learning-progress-top {
  height: 120px;
}

.plyr .plyr__controls .plyr__controls__item.plyr__menu.driver-highlighted-element {
  color: #fff;
  background: #e03c38 !important;
}

#driver-popover-item.popover-class:not(.show-button) .driver-popover-footer {
  display: none !important;
  margin: 0 !important;
}
#driver-popover-item.popover-class:not(.show-button) .driver-close-only-btn {
  display: none !important;
}
#driver-popover-item.popover-class.show-button .driver-close-only-btn {
  display: none !important;
}
#driver-popover-item.popover-class.show-button .driver-popover-footer {
  margin-top: 0 !important;
  text-align: center;
}
#driver-popover-item.popover-class.show-button .driver-popover-footer .driver-close-btn {
  display: none !important;
}
#driver-popover-item.popover-class.show-button .driver-popover-footer .driver-btn-group.driver-navigation-btns {
  float: inherit !important;
}
#driver-popover-item.popover-class.show-button .driver-popover-footer .driver-btn-group.driver-navigation-btns button {
  border: none !important;
  text-shadow: none !important;
  background-color: inherit !important;
  color: #fff !important;
  font-size: 1rem !important;
  font-weight: 900 !important;
  text-decoration: underline;
}
#driver-popover-item.popover-class.show-button .driver-popover-footer .driver-btn-group.driver-navigation-btns button.driver-disabled {
  display: none !important;
}
#driver-popover-item.popover-class .driver-popover-title {
  margin: 0;
}
#driver-popover-item.popover-class.title-left .driver-popover-title {
  text-align: left !important;
}
#driver-popover-item.popover-class.footer-left .driver-popover-footer {
  text-align: left !important;
}
#driver-popover-item.popover-class.title-right .driver-popover-title {
  text-align: right !important;
  padding-right: 0 !important;
  padding-left: 10px !important;
}
#driver-popover-item.popover-class.footer-right .driver-popover-footer {
  text-align: right !important;
}

.scoped-class-dark {
  background: none !important;
  color: #fff !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.scoped-class-dark .driver-popover-tip.top {
  top: -5px !important;
  border: none !important;
}
.scoped-class-dark .driver-popover-tip.top::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.5rem;
  content: "\f0a6";
  -webkit-animation: arrow_updown 1.5s infinite ease-in-out;
          animation: arrow_updown 1.5s infinite ease-in-out;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 0;
  left: 0;
}
.scoped-class-dark .driver-popover-tip.bottom {
  bottom: 15px !important;
  border: none !important;
}
.scoped-class-dark .driver-popover-tip.bottom::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.5rem;
  content: "\f0a7";
  -webkit-animation: arrow_updown 1.5s infinite ease-in-out;
          animation: arrow_updown 1.5s infinite ease-in-out;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 0;
  left: 0;
}
.scoped-class-dark .driver-popover-tip.right {
  right: 15px !important;
  top: 15px !important;
  border: none !important;
}
.scoped-class-dark .driver-popover-tip.right::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.5rem;
  content: "\f0a4";
  -webkit-animation: arrow_move 1.5s infinite ease-in-out;
          animation: arrow_move 1.5s infinite ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}
.scoped-class-dark .driver-popover-description {
  color: #fff !important;
}

#driver-highlighted-element-stage {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

@-webkit-keyframes arrow_move {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-5px, 0);
            transform: translate(-5px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes arrow_move {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-5px, 0);
            transform: translate(-5px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes arrow_updown {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes arrow_updown {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.modaltransition-enter-active {
  -webkit-animation: vodal-zoom-enter 0.5s cubic-bezier(0.3, 0, 0, 1.1);
  animation: zoom-enter 0.5s cubic-bezier(0.3, 0, 0, 1.1);
}

.modaltransition-leave-active {
  -webkit-animation: zoom-leave 0.5s;
  animation: zoom-leave 0.5s;
}

.modaltransition-enter, .modaltransition-leave-to {
  opacity: 0;
}

.modalfasttransition-enter-active {
  -webkit-animation: vodal-zoom-enter 0.3s cubic-bezier(0.3, 0, 0, 1.1);
  animation: zoom-enter 0.3s cubic-bezier(0.3, 0, 0, 1.1);
}

.modalfasttransition-leave-active {
  -webkit-animation: zoom-leave 0.3s;
  animation: zoom-leave 0.3s;
}

.modalfasttransition-enter, .modalfasttransition-leave-to {
  opacity: 0;
}

@-webkit-keyframes zoom-enter {
  from {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes zoom-enter {
  from {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@-webkit-keyframes zoom-leave {
  to {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes zoom-leave {
  to {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.cartinfo-enter-active, .cartinfo-leave-active {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  -webkit-transition: -webkit-transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  transition: -webkit-transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  transition: transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  transition: transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, -webkit-transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
}

.cartinfo-enter, .cartinfo-leave-to {
  -webkit-transform: translateY(130px) translateY(0px);
      -ms-transform: translateY(130px) translateY(0px);
          transform: translateY(130px) translateY(0px);
}

.menunav-enter-active, .menunav-leave-active {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  -webkit-transition: -webkit-transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  transition: -webkit-transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  transition: transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  transition: transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, -webkit-transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
}

.menunav-enter, .menunav-leave-to {
  -webkit-transform: translateY(-65px) translateY(0px);
      -ms-transform: translateY(-65px) translateY(0px);
          transform: translateY(-65px) translateY(0px);
}

.submenuslide-enter-active, .submenuslide-leave-active {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  -webkit-transition: -webkit-transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  transition: -webkit-transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  transition: transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  transition: transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, -webkit-transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
}

.submenuslide-enter, .submenuslide-leave-to {
  -webkit-transform: translateY(-40px) translateY(0px);
      -ms-transform: translateY(-40px) translateY(0px);
          transform: translateY(-40px) translateY(0px);
}

.slide-enter-active {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.slide-leave-active {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.slide-enter-to, .slide-leave {
  max-height: 100px;
  overflow: hidden;
}

.slide-enter, .slide-leave-to {
  overflow: hidden;
  max-height: 0;
}

.screen-fadein {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.screen-fadeout {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.screen-slide-fadein {
  opacity: 1;
  -webkit-animation: horizontalSlide 2s;
  animation: horizontalSlide 2s;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.screen-slide-fadeout {
  opacity: 0;
  -webkit-animation: horizontalSlideHide 2s;
  animation: horizontalSlideHide 2s;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.screen-item {
  position: absolute;
}

@-webkit-keyframes horizontalSlide {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes horizontalSlide {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes horizontalSlideHide {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
  }
}
@keyframes horizontalSlideHide {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
  }
}
@-webkit-keyframes slide-fadein {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes slide-fadein {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes slide-fadeout {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: block;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@keyframes slide-fadeout {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: block;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.loader-wapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: var(--z-index-loader);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.25);
}
.loader-wapper .loader {
  margin: auto;
  font-size: 25px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: fixed;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

@-webkit-keyframes load5 {
  0%, 100% {
    -webkit-box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
            box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
@keyframes load5 {
  0%, 100% {
    -webkit-box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
            box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
