@charset "UTF-8";

/* Scss Document */
/*--------------------------------------------------
+: format
==================================================*/
body {
  min-height: 100%;
  background-color: #f7f5f3;
  color: #212529;
}

@media (max-width: 767.98px) {
  body #TB_window {
    margin-left: -50% !important;
    width: 100% !important;
  }
}

@media (max-width: 767.98px) {
  body #TB_window iframe {
    width: 100% !important;
  }
}

iframe.bridge-component  {
  width: 100%;
  border: none;
  height: 0;
}

img {
  max-width: 100%;
}

p:last-child {
  margin-bottom: 0;
}

a,
header h1,
aside,
main,
footer {
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (min-width: 767.98px) {

  .user-type-parent aside,
  .user-type-parent main {
    -webkit-transition: none;
    transition: none;
  }
}


/*--------------------------------------------------
+: header
==================================================*/
header {
  display: -ms-flexbox;
  display: flex;
  /*position: fixed;*/
  z-index: 1000;
  width: 100%;
  justify-content: space-between;
  background-color: #fff;
}

@media (max-width: 767.98px) {
  header {
    flex-direction: column;
  }
}

header h1 {
  position: relative;
  padding: 0 20px 0 10px;
  margin: 0;
  width: 250px;
  min-width: 250px;
  height: 70px;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767.98px) {
  header h1 {
    width: 100%;
  }
}

header h1 a.logo {
  margin-left: auto;
  margin-right: auto;
  width: 160px;
  height: 60px;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
}

/*
      header h1 a.menu-btn {
        display: none;
     }
*/
/*      @media (max-width: 767.98px) {*/
header h1 a.menu-btn {
  display: block;
  color: #212529;
  font-size: 1.5rem;
}

/*      }*/
header h1 .manual {
  position: absolute;
  display: block;
  top: 20px;
  right: calc(50% - 130px);
  width: 34px;
  height: 34px;
  line-height: 30px;
  border: solid 2px #888;
  border-radius: 17px;
  text-align: center;
  color: #555;
  background-color: #FFF;
  font-size: 2rem;
  text-decoration: none;
}

header section {
  height: 70px;
  border-left: 1px solid #f1f1f1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  padding: 0 20px;
  align-items: center;
}

@media (max-width: 767.98px) {
  header section {
    border: none;
    background-color: #343434;
    height: 36px;
    padding: 0 20px;
  }
}

@media (max-width: 575.98px) {
  header section {
    padding-left: 0px;
  }
}

header section .bi-emoji-smile-fill {
  display: none;
}

header section h2 {
  margin-right: auto;
  font-size: 1.25rem;
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
}

@media (max-width: 575.98px) {
  header section h2 {
    padding: 20px;
    position: absolute;
    background-color: #fff;
    top: 70px;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
}

header section h2 span {
  margin-right: 20px;
  text-align: center;
  width: 30px;
  height: 30px;
  background-color: #262626;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

header section h2 i,
header section h2 svg {
  font-size: 1.125rem;
  color: #fff;
}

header section nav {
  display: flex;
  align-self: stretch;
}

@media (max-width: 767.98px) {
  header section nav {
    justify-content: center;
    width: 100%;
    /*justify-content: flex-end;*/
  }
}

header section nav>* {}

header section nav>ul {
  margin: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

header section nav>ul>li {
  padding: 0;
  margin: 0 10px 0 0;
}

header section nav>ul>li>a {
  width: 40px;
  height: 40px;
  background-color: #3886ff;
  border: 2px solid #4e5862;
  border-radius: 20px;
  font-size: 1.125rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

header section nav>ul>li>a>.badge {
  position: absolute;
  bottom: -4px;
  right: -12px;
  font-size: 0.75rem;
  line-height: 0.6;
  color: #fff !important;
}

header section nav>ul>li>a:hover {
  text-decoration: none;
  border-color: #cccccc;
}

header section nav>ul>li .dropdown-menu {
  width: 300px;
  padding: 0;
}

header section nav>ul>li:nth-child(1) .dropdown-menu {
  top: 18px !important;
  left: -24px !important;
}

header section nav>ul>li:nth-child(2) .dropdown-menu {
  top: 18px !important;
  left: -54px !important;
}

header section nav>ul>li:last-child {
  margin: 0;
}

header section nav #header-profile {
  display: flex;
  align-items: center;
}

header section nav #header-profile>a {
  display: flex;
  align-items: center;
  color: #333;
  text-decoration: none;
  position: relative;
  font-size: .9rem;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

@media (max-width: 767.98px) {
  header section nav #header-profile>a {
    color: #fff;
  }
}

header section nav #header-profile>a:hover {
  text-decoration: none;
}

header section nav #header-profile>a:after {
  margin-left: 10px;
  content: "";
  display: inline-block;
  width: 6px;
  height: 9px;
  background-image: url(../images/arrow-right-bk.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 6px 9px;
  line-height: 1;
}

@media (max-width: 767.98px) {
  header section nav #header-profile>a:after {
    background-image: url(../images/arrow-right.svg);
  }
}

header section nav #header-profile.noarrow>a {
  cursor: default;
}

header section nav #header-profile.noarrow>a:after {
  content: "";
  display: none;
}

@media (max-width: 767.98px) {
  header section nav #header-profile.noarrow>a:after {
    content: "";
    display: none;
  }
}

header section nav #header-profile figure {
  margin: 0 10px 0 0;
  width: 50px;
  height: 50px;
  background-color: #212529;
  border: 4px solid #4e5862;
  border-radius: 25px;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  header section nav #header-profile figure {
    display: none;
  }
}

header section nav #header-profile p>span {
  display: block;
}

header section nav #header-profile .dropdown-menu {
  top: 8px !important;
  left: 4px !important;
  width: 180px;
  padding: 0 20px;
  border: 1px solid #e6e6e6;
}

@media (max-width: 767.98px) {
  header section nav #header-profile .dropdown-menu {
    left: -10px !important;
  }
}

header section nav .dropdown {
  position: relative;
}

header section nav .dropdown-item.active,
header section nav .dropdown-item:active,
header section nav .dropdown-item:focus,
header section nav .dropdown-item:hover {
  color: #3886ff;
  background-color: #f2f2f2;
}

header section nav .dropdown-divider {
  margin: 0;
}

header section nav .dropdown-menu {
  border-radius: 0;
}

header section nav .dropdown-menu>h6 {
  padding: 10px;
  margin: 0;
  background-color: #f7f5f3;
  color: #212529;
}

header section nav .dropdown-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

header section nav .dropdown-menu ul>li>a {
  padding: 10px 0px;
  display: block;
  color: #3886ff;
  font-size: 0.75rem;
}

header section nav .dropdown-menu ul>li>a i,
header section nav .dropdown-menu ul>li>a svg {
  margin-right: 10px;
}

header section nav .dropdown-menu ul>li>a h5 {
  margin-bottom: 0;
  font-size: 1.125rem;
}

header section nav .dropdown-menu ul>li>a h6 {
  margin-bottom: 0;
  font-size: 0.875rem;
}

header section nav .dropdown-menu ul>li>a small {
  color: #4e5862;
}

header section nav .dropdown-menu ul>li>a p {
  font-size: 0.875rem;
}

header section nav .dropdown-menu ul>li>a em {
  font-style: normal;
}

header section nav .dropdown-menu ul>li>a:hover {
  background-color: #f2f2f2;
  text-decoration: none;
}

header section nav .dropdown-menu .dropdown-item {
  padding: 10px 10px 10px 20px;
  font-size: 0.875rem;
}

header section nav .dropdown-menu .dropdown-item svg {
  margin-right: 10px;
}

.sidemenu-close header h1 {
  padding: 0;
  width: 70px;
  min-width: 70px;
}

.sidemenu-close header h1 a:first-child {
  display: none;
}

@media (max-width: 575.98px) {
  .sidemenu-close header section h2 {
    left: 20px;
  }
}

@media (max-width: 575.98px) {
  .sidemenu-open header section h2 {
    left: 270px;
    margin-right: -600px;
  }
}

@media (max-width: 767.98px) {
  .sidemenu-open header section nav>#header-profile {
    display: none;
  }
}

/*--------------------------------------------------
+: Aside
==================================================*/
aside {
  position: absolute;
  width: 250px;
  min-height: 100%;
  background-color: #f7f5f3;
  z-index: 100;
  left: -300px;
  border-right: 1px solid #e3dcd4;
}

body.is-menu-open aside {
  left: 0;
}

.menu-cover {
  display: none;
}

.aside-close {
  display: none;
}

@media (max-width: 767.98px) {
  aside {
    position: fixed;
    z-index: 10000 !important;
    top: 0;
    left: -300px;
    height: 100vh;
    padding-right: 0 !important;
    padding-top: 46px !important;
  }

  .aside-close {
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 10px;
    left: 15px;
    z-index: 10000;
  }

  .aside-close::before {
    content: '';
    background-color: #fff;
    width: 28px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    transform-origin: center;
    transform: rotate(45deg);
    margin: 0;

  }

  .aside-close::after {
    content: '';
    background-color: #fff;
    width: 28px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    transform-origin: center;
    transform: rotate(-45deg);
    margin: 0;

  }

  body.is-menu-open aside {
    left: 0;
  }

  body.is-menu-open .menu-cover {
    width: 100%;
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .2);
    z-index: 9999 !important;
  }

  body.is-menu-open aside .aside-inner {
    height: calc(100vh - 50px);
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-right: 15px;

  }
}

@media (max-width: 575.98px) {
  aside {
    z-index: 0;
    background-color: transparent;
  }
}

aside a:hover {
  text-decoration: none;
}

aside #aside-profile {
  opacity: 1;
  background-color: #fff;
  border-bottom: 1px solid #e3dcd4;
  color: #212529;
  -webkit-transition: opacity .2s ease .3s;
  transition: opacity .2s ease .3s;
}

aside #aside-profile>div {
  padding: 30px 20px 0;
  display: flex;
  align-items: center;
  position: relative;
}

aside #aside-profile>div>figure {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 40px;
}

aside #aside-profile>div>p {
  text-align: center;
  font-weight: bold;
}

aside #aside-profile>div>p span,
aside #aside-profile>div>p small {
  display: block;
}

aside #aside-profile>div .badge {
  position: absolute;
  bottom: 0px;
  left: 80px;
}

aside #aside-profile figure {
  margin: 0 10px 0 0;
  background-color: #212529;
  border: 4px solid #4e5862;
  overflow: hidden;
}

aside #aside-profile>p {
  margin-bottom: 0;
}

aside #aside-profile>p>a {
  padding: 5px 0 4px;
  display: block;
  text-align: center;
  color: #212529;
}

aside #aside-profile>p>a:hover {
  color: #212529;
}

aside #aside-profile>p>a:before {
  margin-right: 3px;
  content: "";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

aside #aside-profile>p>a.collapsed:before {
  content: "";
}

aside #aside-profile>ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

aside #aside-profile>ul li>a {
  padding: 10px 10px 10px 20px;
  display: flex;
  align-items: center;
  background-color: #fff;
  color: #3886ff;
  border-top: 1px solid #ede8e4;
  font-size: 0.875rem;
  font-weight: bold;
  position: relative;
}

aside #aside-profile>ul li>a:hover {
  background-color: #eee;
}

aside #aside-profile>ul li figure {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 20px;
}

aside #aside-profile>ul li .badge {
  position: absolute;
  bottom: 8px;
  left: 45px;
}

aside nav {
  padding: 10px 0px;
}

aside nav ul {
  padding: 0px;
  margin: 0;
  list-style: none;
}

aside nav ul li {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

aside nav ul li a {
  padding: 5px 10px;
  height: 40px;
  color: #212529;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  position: relative;
}

aside nav ul li a>em {
  font-style: normal;
  display: block;
  white-space: nowrap;
  -webkit-transition: opacity .2s ease .2s;
  transition: opacity .2s ease .2s;
}

aside nav ul li a>span {
  width: 30px;
  height: 30px;
  text-align: center;
  color: #3886ff;
  background-color: #fff;

  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 20px;
  top: 5px;
}

aside nav ul li a>span .badge {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 21px;
  top: -4px;
  left: -4px;
  font-size: 100%;
}

aside nav ul li a.active,
aside nav ul li a:hover {
  color: #fff;
  background-color: #3886ff;
}

aside nav ul li a.active>span,
aside nav ul li a:hover>span {
  color: #3886ff;
}

aside nav ul>li>a>span>i {
  font-size: 0.875rem;
}

aside nav ul>li.collapsable>a>em:after {
  content: " -";
  font-size: 1rem;
}

aside nav ul.collapse.show-absolute {
  position: absolute;
  top: 0;
  right: -40px;
  display: block;
}

aside nav>ul>li>ul {
  /*background-color: darken($theme-bgcolor,5%);*/
  background-color: #fff;
}

aside nav>ul>li>ul>li {
  /*> a.active,
        > a:hover{
            color: $sidemenu-color;
            background-color: lighten($theme-bgcolor,5%);
        }*/
}

aside nav>ul>li>ul>li>a {
  padding: 12px 10px 12px 30px;
  color: #212529;
}

aside nav>ul>li>ul>li>ul {
  background-color: #e3dcd4;
}

aside nav>ul>li>ul>li>ul>li>a {
  padding: 12px 10px 12px 40px;
}

aside .banners {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

aside .banners li {
  margin-bottom: 5px;
}

.sidemenu-open aside .sidemenu-open-visible {
  display: block;
}

.sidemenu-open aside .sidemenu-close-visible {
  display: none;
}

.sidemenu-open aside nav ul>li.collapsable>a.collapsed>em:after {
  content: " +";
}

.sidemenu-close aside {
  width: 70px;
}

.sidemenu-close aside .sidemenu-open-visible {
  display: none;
}

.sidemenu-close aside .sidemenu-close-visible {
  display: block;
}

.sidemenu-close aside #aside-profile {
  opacity: 0;
  -webkit-transition: all 0s;
  transition: all 0s;
  min-height: 0;
}

.sidemenu-close aside #aside-profile * {
  display: none;
}

@media (max-width: 575.98px) {
  .sidemenu-close aside nav {
    display: none;
  }
}

.sidemenu-close aside nav>ul ul {
  height: 0 !important;
}

.sidemenu-close aside nav>ul ul.show-dd {
  display: block !important;
  height: inherit !important;
  position: absolute;
  top: 0;
  left: 70px;
  width: 150px;
}

.sidemenu-close aside nav>ul ul.show-dd a {
  padding: 6px 15px;
}

.sidemenu-close aside nav>ul ul.show-dd ul.show-dd {
  left: 150px;
}

.sidemenu-close aside nav>ul ul.show-dd ul.show-dd a {
  padding: 6px 30px;
}

.sidemenu-close aside nav>ul ul.show-dd em {
  display: block;
}

.sidemenu-close aside nav>ul>li>a>em {
  opacity: 0;
}

.sidemenu-close aside nav ul.collapse.show {
  display: none;
}

.sidemenu-close aside .banners {
  padding: 0 5px;
}

/*--------------------------------------------------
+: main
==================================================*/
.sidemenu-close main {
  margin-left: 70px;
}

@media (max-width: 575.98px) {
  .sidemenu-close main {
    margin-left: 0;
  }
}

@media (max-width: 575.98px) {
  .sidemenu-open main {
    margin-right: -600px;
  }
}

body.is-menu-open main {
  margin-left: 250px;
}

body.is-menu-open main.login-page {
  margin-left: 0px;
}

main {
  padding: 50px;
  margin-left: 0;
  position: relative;
  left: 0;
  background-color: #fff;
}

@media (max-width: 575.98px) {
  main {
    padding: 20px 20px 50px;
  }
}

main .content-header h3 {
  padding-bottom: 8px;
  margin: 0 0 20px;
  color: #212121;
  font-size: 1.875rem;
  line-height: 1.2;
  /*border-bottom: #d8dad3 4px solid;*/
  display: inline-block;
  font-weight: normal;
}

@media (max-width: 575.98px) {
  main .content-header h3 {
    font-size: 1.25rem;
  }
}

main .content-body section {
  margin-bottom: 60px;
}

main .content-body section.block {
  margin-bottom: 30px;
}

main .content-body section:last-child.block,
main .content-body section:last-child {
  margin-bottom: 0px;
}

main .content-body .nav-tabs .nav-item {
  margin: 0 2px -1px;
}

main .content-body .nav-tabs .nav-link:not(.active) {
  border: 1px solid #fff;
  background-color: #262626;
  color: #fff;
}


@media (max-width: 767.98px) {
  main {
    margin-left: 0;
    padding: 20px;
  }

  body.is-menu-open main {
    margin-left: 0px;
  }
}

/*--------------------------------------------------
+: form
==================================================*/
.form-control.txt {
  margin-right: 5px;
}

/*--------------------------------------------------
+: footer
==================================================*/

footer {
  padding-bottom: 150px;
  z-index: 99;
  margin-left: 250px;
  position: relative;
  left: 0;
  background-color: #fff;
}

@media (max-width: 767.98px) {
  footer {
    margin-left: 0;
  }
}

footer p {
  margin: 0;
}

footer .to-top {
  padding: 5px 10px 10px;
  color: #212529;
  font-size: 0.75rem;
  line-height: 1;
  text-align: right;
  background-color: #fff;
  display: block;
  /*border-top: 1px solid #ededed;*/
}

footer #footer-content {
  padding: 30px 0;
  margin-bottom: 0px;
  background-color: #fff;
}

footer #footer-content h6 {
  margin: 0;
  text-align: center;
  font-size: 0.75rem;
}

/* Scss Document */
/*--------------------------------------------------
+: text
==================================================*/
/*: text-size
=================================*/
.size-10 {
  font-size: 0.625rem !important;
}

.size-11 {
  font-size: 0.6875rem !important;
}

.size-12 {
  font-size: 0.75rem !important;
}

.size-13 {
  font-size: 0.8125rem !important;
}

.size-14 {
  font-size: 0.875rem !important;
}

.size-16 {
  font-size: 1rem !important;
}

.size-18 {
  font-size: 1.125rem !important;
}

.size-20 {
  font-size: 1.25rem !important;
}

.size-22 {
  font-size: 1.375rem !important;
}

.size-24 {
  font-size: 1.5rem !important;
}

.size-26 {
  font-size: 1.625rem !important;
}

.size-28 {
  font-size: 1.75rem !important;
}

.size-30 {
  font-size: 1.875rem !important;
}

/*: line-height
=================================*/
.lh-10 {
  line-height: 1.0 !important;
}

.lh-11 {
  line-height: 1.1 !important;
}

.lh-12 {
  line-height: 1.2 !important;
}

.lh-14 {
  line-height: 1.4 !important;
}

.lh-16 {
  line-height: 1.6 !important;
}

.lh-18 {
  line-height: 1.8 !important;
}

.lh-20 {
  line-height: 2 !important;
}

.lh-30 {
  line-height: 3 !important;
}

/*: letter-spacing
=================================*/
.ls-1 {
  letter-spacing: 1px !important;
}

.ls-2 {
  letter-spacing: 2px !important;
}

/*--------------------------------------------------
+: headline
==================================================*/
/*: primary
=================================*/
h3.h-primary {
  padding-bottom: 8px;
  margin: 0 0 20px;
  color: #212121;
  font-size: 1.875rem;
  line-height: 1.2;
  /*border-bottom: #d8dad3 4px solid;*/
  display: inline-block;
  font-weight: normal;
}

@media (max-width: 575.98px) {
  h3.h-primary {
    font-size: 1.25rem;
  }
}

h4.h-primary {
  margin: 0 0 30px;
  color: #212121;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.block-body>h4.h-primary:first-child {
  margin: 10px 0 30px;
}

h4.h-primary:before {
  content: "";
  margin-right: 15px;
  width: 10px;
  height: 20px;
  background: #3886ff;
}

h4.h-primary:after {
  content: "";
  margin-left: 20px;
  background-color: #dee0da;
  height: 1px;
  width: 100%;
}

h4.h-primary small {
  padding-left: 15px;
  color: #999;
}

h5.h-primary {
  padding: 0 0 8px 0;
  margin: 0 0 20px;
  font-size: 1rem;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  font-weight: bold;
}

/*--------------------------------------------------
+: block
==================================================*/
.block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  /*word-break: break-all;
      word-wrap:all;*/
  background-color: #fff;
  background-clip: border-box;
  /*border: 1px solid rgba(0,0,0,.125);*/
  /*border-radius: .25rem;*/
}

.block .block-header {
  padding: 0.5rem 1.25rem;
  position: relative;
  background-color: #3886ff;
}

@media (min-width: 576px) {
  .block .block-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.block .block-header h4 {
  margin: 0;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5;
}

.block .block-header .btn {
  float: right;
  border-radius: 0 .25rem;
}

.block .block-header+.block-body {
  border-top: 1px solid #dee2e6;
}

.block .block-header.border+.block-body {
  border-top: none;
}

.block .block-body {
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.block .block-footer {
  padding: 1rem 1.25rem;
  border-top: 1px solid #dee2e6;
}

.block .block-footer .d-flex.list-unstyled {
  align-items: center;
}

.block .block-footer .d-flex.list-unstyled li {
  margin-right: 10px;
}

.block .block-footer>div {
  float: right;
  display: flex;
}

.block .block-footer>div .btn {
  border-radius: .25rem 0 0 0;
}

.block .block-footer>div :last-child {
  border-radius: 0 0 .25rem 0;
}

/*--------------------------------------------------
+: list
==================================================*/
.list-mb-10>li {
  margin-bottom: 10px;
}

.list-mb-20>li {
  margin-bottom: 20px;
}

.list-mb-10>li:last-child,
.list-mb-20>li:last-child {
  margin-bottom: 0;
}

/*--------------------------------
+: list-news
--------------------------------*/
.list-news {
  padding: 0;
  margin: 0;
  list-style: none;
}

.list-news li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  /*border-bottom: 1px solid $table-border-color;*/
}

.list-news li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list-news li a>em {
  font-style: normal;
  color: #3886ff;
  display: flex;
  align-items: center;
}

.list-news li a>em:before {
  content: "";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  margin-right: 10px;
  line-height: 1;
  color: #3886ff;
  font-size: 0.875rem;
}

.list-news li a:hover {
  text-decoration: none;
}

/*--------------------------------
+: list-primary
--------------------------------*/
.list-primary {
  padding: 0;
  margin: 0;
  list-style: none;
}

.list-primary li {
  display: flex;
  align-items: center;
}

.list-primary li:before {
  content: "";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  margin-right: 10px;
  line-height: 1;
  vertical-align: baseline;
  font-size: 0.6875rem;
}

.list-primary.list-inline li {
  padding: 0 10px 0 12px;
  margin: 0 0 3px;
}

/*--------------------------------
+: d-list-primary
--------------------------------*/
.dl-primary {
  display: flex;
  align-items: center;
}

.dl-primary dt {
  padding: 0 30px;
  margin-right: 10px;
}

.dl-primary dd {
  width: 100%;
}

/*--------------------------------------------------
+: Pager
==================================================*/
.pager-custom {
  padding-left: 0;
  list-style: none;
  text-align: center;
  overflow: hidden;
  display: flex;
}

.pager-custom li a {
  padding: 0 3px;
}

/*.pager-custom li {display: inline;}
.pager-custom .next > a, .pager-custom .next > span {float: right;}
.pager-custom .previous > a, .pager-custom .previous > span {float: left;}*/
/*--------------------------------------------------
+: Table
==================================================*/
.table:last-child {
  margin-bottom: 0;
}

.table {
  color: #292c32 !important;
  table-layout: fixed;
}

.table th,
.table td {
  text-align: center;
  vertical-align: middle;
}

.table thead th,
.table tbody th {
  color: #292c32;
  background-color: #f1f1f1;
}

@media (min-width: 992px) {

  .table thead th,
  .table tbody th {
    white-space: nowrap;
  }
}

.table-responsive th {
  white-space: nowrap;
}

.table-breakable>thead+tbody>tr:first-child th {
  border-top: none;
}

.table-breakable>thead+tbody>tr:first-child td {
  border-top: none;
}

.table-breakable>tbody>tr>th {
  padding: 0.75rem 1.5rem 0.75rem 0.75rem;
  white-space: nowrap;
}

.table-breakable>tbody>tr>td:last-child {
  width: 100%;
}

.table-breakable>tbody>tr>td+td:last-child {
  width: inherit;
}

@media (max-width: 767.98px) {
  .table-breakable>tbody {
    display: block;
    width: 100%;
  }

  .table-breakable>tbody>tr {
    display: block;
    width: 100%;
  }

  .table-breakable>tbody>tr>th {
    padding: 0.5rem;
    display: block;
    white-space: normal;
    width: 100%;
  }

  .table-breakable>tbody>tr>td {
    padding-top: 0;
    border: none;
    display: block;
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .table-breakable.table-bordered td {
    padding-top: 0.75rem;
  }
}

.pagination li:not(.page-item) a {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.pagination li:not(.page-item) a:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.pagination li:not(.page-item) a:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.pagination li:not(.page-item):first-child a {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.pagination li:not(.page-item):last-child a {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.pagination li:not(.page-item).active a,
.pagination li:not(.page-item).selected a {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.pagination li:not(.page-item).disabled a,
.pagination li:not(.page-item).hidden a {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

@media (max-width: 767.98px) {
  .pagination {
    margin-top: 30px;
  }
}

/* Scss Document */
/*--------------------------------------------------
+: common
==================================================*/
/*--------------------------------------------------
+: login
==================================================*/
.login header {
  background-color: #f7f5f3;
  position: static;
}

.login header h1 {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  min-width: 100%;
}

.login header h1 a {
  margin: 0 auto;
}

.login main {
  padding: 0;
  margin: 0;
}

.login main .container {
  padding-top: 60px;
  padding-bottom: 120px;
}

@media (min-width: 992px) {
  .login main .container section {
    margin: 0 auto;
    width: 650px;
  }
}

.login footer {
  padding: 0;
  margin: 0;
}

/*--------------------------------------------------
+: home
==================================================*/
.home .content-body section {
  margin-bottom: 30px;
}

.home .content-body section table.table-schedule01 tr th {
  padding: 8px 5px 5px 10px;
}

.home .content-body section table.table-schedule01 tr th:before {
  margin-right: 6px;
  content: "";
  width: 5px;
  height: 12px;
  background-color: #666;
  display: inline-block;
}

.home .content-body section table.table-schedule01 tr th.sat:before {
  background-color: #5184FD;
}

.home .content-body section table.table-schedule01 tr th.sun:before {
  background-color: #D54949;
}

.home .content-body section table.table-schedule01 tr td {
  vertical-align: middle;
}

.home .content-body section table.table-schedule01 tr td:first-child {
  white-space: nowrap;
  font-size: 0.75rem;
  text-align: center;
  line-height: 1;
}

.home .content-body section table.table-schedule01 tr td:first-child span {
  font-size: 0.625rem;
}

.home .content-body h4.h-primary {
  margin-bottom: 15px;
}

.home .content-body .list-news a {
  padding: 0 10px;
}

/*--------------------------------------------------
+: schedule
==================================================*/
@media (max-width: 991.98px) {
  .schedule main nav {
    position: fixed;
    bottom: 2px;
    left: 0;
    display: inline-flex;
    justify-content: center;
    width: 100%;
    z-index: 10;
    font-size: 0.625rem;
  }
}

@media (min-width: 992px) {
  .schedule main nav {
    margin-bottom: 20px;
  }
}

.schedule main nav ul {
  margin: 0;
}

.schedule main .table-schedule01 tr th {
  padding: 8px 5px 5px 10px;
}

.schedule main .table-schedule01 tr th:before {
  margin-right: 6px;
  content: "";
  width: 5px;
  height: 12px;
  background-color: #666;
  display: inline-block;
}

.schedule main .table-schedule01 tr th.sat:before {
  background-color: #5184FD;
}

.schedule main .table-schedule01 tr th.sun:before {
  background-color: #D54949;
}

.schedule main .table-schedule01 tr td {
  vertical-align: middle;
}

.schedule main .table-schedule01 tr td:first-child {
  white-space: nowrap;
  font-size: 0.75rem;
  text-align: center;
  line-height: 1;
}

.schedule main .table-schedule01 tr td:first-child span {
  font-size: 0.625rem;
}

.schedule main .table-schedule02 thead th {
  min-width: 100px;
}

@media (max-width: 991.98px) {
  .schedule main .table-schedule02 thead th {
    background-color: #fff;
  }
}

.schedule main .table-schedule02 thead th:not(:first-child) {
  min-width: 200px;
}

.schedule main .table-schedule02 thead th:not(:first-child):before {
  margin-right: 6px;
  content: "";
  width: 5px;
  height: 12px;
  background-color: #666;
  display: inline-block;
}

.schedule main .table-schedule02 th:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}

.schedule main .table-schedule02 th {
  padding: 8px 5px 5px 10px;
  border: 1px solid #ddd;
}

.schedule main .table-schedule02 td {
  vertical-align: middle;
  border: 1px solid #ddd;
}

.schedule main .table-schedule02 td:first-child {
  white-space: nowrap;
  font-size: 0.75rem;
  text-align: center;
  line-height: 1;
}

.schedule main .table-schedule02 td:first-child span {
  font-size: 0.625rem;
}

@media (max-width: 991.98px) {
  .schedule main .table-responsive {
    height: 70vh;
  }
}

.schedule main .table-schedule03 thead th {
  width: 1vw;
  min-width: 30vw;
  text-align: center;
}

@media (min-width: 992px) {
  .schedule main .table-schedule03 thead th {
    min-width: 8vw;
  }
}

.schedule main .table-schedule03 a.day {
  display: block;
  font-weight: bold;
  font-size: 1.25rem;
  color: #999;
}

@media (max-width: 991.98px) {

  .schedule main .table-schedule01 thead th,
  .schedule main .table-schedule02 thead th,
  .schedule main .table-schedule03 thead th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
  }
}

.schedule main .table-schedule01 .gray,
.schedule main .table-schedule02 .gray,
.schedule main .table-schedule03 .gray {
  background-color: #fafafa;
}

.schedule main .table-schedule01 .sat,
.schedule main .table-schedule02 .sat,
.schedule main .table-schedule03 .sat {
  background-color: #E0E9FF;
}

.schedule main .table-schedule01 .sun,
.schedule main .table-schedule02 .sun,
.schedule main .table-schedule03 .sun {
  background-color: #fff3f3;
}

.schedule main .table-schedule01 .today,
.schedule main .table-schedule02 .today,
.schedule main .table-schedule03 .today {
  background-color: #fffdf0;
}



main {
  background-color: #f7f5f3;
  /*margin-left: 230px;*/
}

@media (max-width: 767.98px) {
  main {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

main .content-body {
  background-color: #fff;
  padding: 40px;
  border-radius: 30px;
  border-bottom: solid 5px #dcdcdc;
}

@media (max-width: 767.98px) {
  main .content-body {
    padding: 10px;
    border-radius: 15px;
  }
}

main .content-body section.block {
  margin-bottom: 40px;
}

main .content-body section.block .block-header {
  background-color: #3886ff;
  padding: 0.8rem 1.25rem;
  border-radius: 10px 10px 0 0;
}

main .content-body section.block .block-header h4 {
  font-weight: normal;
}

main .content-body section.block .block-body {}

main .content-body .welcome-message {
  background-color: #fff0a0;
  padding: 10px 10px 10px 50px;
  border-radius: 50px;
  position: relative;
}

main .content-body .welcome-message:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #fff;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 4px #ffc721;
  border-radius: 50%;
  background: #fff url(../images/ai-welcome.png) no-repeat 6px 6px;
}

main h3 {
  width: 100%;
  border-bottom: solid 6px #f1f1f1;
  position: relative;
}

main h3:after {
  position: absolute;
  display: block;
  border-bottom: solid 6px #3886ff;
  bottom: -6px;
  width: 10%;
}

aside {
  margin-top: 0 !important;
  background-color: #3886ff;
  border: none;
  padding: 15px;
  padding-bottom: 40px;
}

aside nav {
  margin-top: 15px !important;
  margin-bottom: 20px;
}

aside nav ul li {
  padding: 10px 0;
}

aside nav ul li a {
  border-radius: 10px;
}

aside nav ul li a span {
  color: #ffc721;
}

aside nav ul li a.active>span,
aside nav ul li a:hover>span {
  color: #ffc721;
}

aside nav ul li a.active,
aside nav ul li a:hover {
  background-color: #2d7bf4;
  border-radius: 30px;
}

aside nav ul li a>em {
  padding-left: 10px;
  color: #fff;
  font-weight: 500;
  font-size: 1.2em;
}

aside .icon {
  width: 28px;
  height: 28px;
}

aside .aside-submenu {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
}

aside .aside-submenu li {
  margin: 5px 0;
  padding: 5px;
  list-style: none;
}

aside .aside-submenu li a {
  color: #fff;
  font-size: 0.9rem;
  display: block;
  font-weight: 500;
}

aside .aside-submenu li a:hover {
  opacity: .8;
}

aside .aside-submenu li a .fas {
  margin-right: 5px;
}

aside .e-learning-login {
  padding: 20px;
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  aside .e-learning-login {
    /*padding: 8px;*/
  }
}

aside .e-learning-login .block {
  background-color: #3886ff;
}

aside .e-learning-login .block .block-header {
  background-color: #ffc721;
  padding: 0.8rem 1.25rem;
  border-radius: 10px 10px 0 0;
}

aside .e-learning-login .block .block-header h4 {
  font-size: 0.9rem;
  color: #292c32;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

aside .e-learning-login .block .block-header h4 span {
  display: inline-block;
  margin-left: 5px;
}

aside .e-learning-login .block .block-body {
  border-radius: 0 0 10px 10px;
  border-left: 6px solid #ffc721;
  padding: 10px;
  border-right: 6px solid #ffc721;
  border-bottom: 6px solid #ffc721;
  background-color: #fff0a0;
  text-align: left;
  border-top: none;
}

aside .e-learning-login .block .block-body ul {
  margin-left: -40px;
  margin-bottom: 0;
}

aside .e-learning-login .block .block-body ul li {
  list-style: none;
  font-size: 0.8rem;
}

aside .e-learning-login .block .block-body ul li a,
aside .e-learning-login .block .block-body ul li a.active,
aside .e-learning-login .block .block-body ul li a:hover {
  color: #292c32 !important;
}

.sidemenu-close header section h2 {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  left: 0;
}

@media (max-width: 767.98px) {
  .sidemenu-close header section h2 {
    border-top: solid #d8d8d8 1px;
  }
}

@media (max-width: 575.98px) {
  .sidemenu-close aside {
    display: none;
  }
}

.sidemenu-close aside nav ul li a.active,
.sidemenu-close aside nav ul li a:hover {
  background-color: #3886ff;
}

.sidemenu-close aside .e-learning-login {
  display: none;
}

@media (max-width: 767.98px) {
  .sidemenu-close aside .e-learning-login {
    display: none;
  }
}

.sidemenu-close aside .banners {
  display: none;
}

@media (max-width: 767.98px) {
  .sidemenu-close aside .banners {
    display: none;
  }
}

.sidemenu-open header section h2 {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  /*left:0;*/
}

@media (max-width: 991.98px) {
  .sidemenu-open header section h2 {
    /*left: 0;*/
  }
}

@media (max-width: 767.98px) {
  .sidemenu-open header section h2 {
    /*left: 250px;*/
  }
}

.login header h1 a {
  display: block !important;
}

.login .block .block-header {
  display: block !important;
  width: 100% !important;
  border-radius: 10px 10px 0 0;
}

.login .block .block-body {
  width: 100% !important;
}

.login main .container {
  padding-top: 30px;
  padding-bottom: 50px;
}

.login main .container section {
  padding: 20px;
  border-radius: 10px;
}

@media (max-width: 767.98px) {
  .login main .container section {
    padding: 20px 15px;
    border-radius: 10px;
  }
}

.login main .container section h3 {
  margin-bottom: 20px;
  font-size: 1.4rem;
  padding-bottom: 8px;
}

footer {
  background-color: #f7f5f3;
  padding-bottom: 0;
}

footer #footer-content {
  background-color: #f7f5f3;
}

footer .to-top {
  text-align: center;
  background: #3886ff;
  color: #fff;
  display: inline-block;
  padding: 10px 14px;
  border-radius: 30px;
  font-size: 1.2rem;
  margin-right: 15px;
}

.table {
  color: #292c32;
  font-size: 0.9em;
}

.table thead th {
  font-weight: normal;
  background-color: #f7f5f3;
}

.table thead tr.table-head-dark th {
  background-color: #000;
  color: #fff;
  border: 1px solid #fff;
}

.table tbody th {
  font-weight: normal;
  background-color: #f7f5f3;
}

.table label {
  justify-content: left;
  display: inline-flex;
}

.table textarea {
  width: 100% !important;
}

textarea {
  width: 100% !important;
}

.page-item .page-link {
  border-radius: 3px;
  margin: 0 3px;
}

.table-responsive>.table-bordered {
  border-bottom: solid 4px #d8d8d8;
  border-radius: 0 0 10px 10px;
}

.btn-warning {
  background-color: #ffc107;
  border-radius: 50px;
  padding: 10px 20px;
}

.btn-warning:hover {
  background-color: #ffc107;
  border-color: #ffc107;
  opacity: 0.9;
}

/*--------------------------------------------------
+: over write
==================================================*/
.errorMessage {
  font-size: 0.9rem !important;
  font-weight: normal !important;
}

.badge-info {
  background-color: #343434;
}

.pagination {
  justify-content: center;
}

.pagination .page-link.current {
  background-color: #3886ff;
  color: #fff !important;
}

.login .form-inline .form-control {
  margin-top: 1px;
  margin-bottom: 1px;
}

span.required {
  margin: 1px;
  vertical-align: middle;
}

@media (max-width: 767.98px) {
  .login .form-inline .form-control {
    width: 100%;
  }
}

.login .table {
  word-break: break-all;
}


/*--------------------------------------------------
+: layouts
==================================================*/
.layouts-wrap {
  /*padding-top: 70px;*/
}

@media (max-width: 767.98px) {
  .layouts-wrap {
    padding-bottom: 106px;
  }
}

/*--------------------------------------------------
+: utility
==================================================*/
.u-mac {
  margin-left: auto !important;
  margin-right: auto !important;
}

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

.u-pt10 {
  padding-top: 10px;
}

.u-pt10 {
  padding-top: 15px;
}

.u-pt20 {
  padding-top: 20px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mb15 {
  margin-bottom: 15px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mt15 {
  margin-top: 15px;
}

.u-mt20 {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .u-sp {
    display: none;
  }
}


/*--------------------------------------------------
+: component
==================================================*/
.c-section-accordion {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 3px 15px -5px rgba(0, 0, 0, .1);
  margin-bottom: 40px !important;
}

@media (max-width: 767.98px) {
  .c-section-accordion {
    margin-bottom: 20px !important;
  }
}

.c-section-accordion__header {}

.c-section-accordion__heading {
  margin-bottom: 0 !important;
}

.c-section-accordion__header a {
  display: flex;
  width: 100%;
  background-color: #3887FF;
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
  align-items: center;
  padding: 10px;
}

.c-section-accordion__header a:hover {
  filter: brightness(110%);
}

@media (max-width: 767.98px) {
  .c-section-accordion__header a {
    padding: 20px 10px;
  }

  .c-section-accordion__header a:hover {
    filter: none;
  }
}

.c-section-accordion__header a>.icon {
  margin-right: 5px;
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
}

.c-section-accordion__header a>.icon img {
  width: 28px;
  height: 28px;
}

.c-section-accordion__header a>.label {
  font-size: 1.1rem;
  padding-left: 10px;
  margin-right: 15px;
  position: relative;
  display: flex;
  width: 100%;
  flex: 1;
  align-items: center;
  justify-content: space-between;

}

@media (max-width: 767.98px) {
  .c-section-accordion__header a>.label {
    width: 100%;
    flex: 1;
    margin-right: 0;
    display: block;
  }

  .c-section-accordion__header a>.label::after {
    position: absolute;
    top: 50%;
    right: 10px;
    content: "";
    display: block;
    width: 12px;
    height: 8px;
    background-image: url(../images/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px 8px;
    transition: all .2s;
  }
}

.c-section-accordion__header a .more {
  font-size: 1rem;
  padding-left: 10px;
  background-image: url(../images/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 6px 9px;
}

@media (max-width: 767.98px) {
  .c-section-accordion__header a .more {
    display: none;
  }
}

.c-section-accordion__body {
  padding: 0;
}

@media (max-width: 767.98px) {
  .c-section-accordion__body {
    max-height: 0;
    overflow-y: hidden;
    padding: 0 10px;
    transition: max-height 0.2s, padding 0.2s;
  }

  .is-open .c-section-accordion__body {
    max-height: 1000px;
    padding: 0 10px 10px;
    overflow-y: auto;

  }

  .is-open .c-section-accordion__header a>.label::after {
    transform: rotate(180deg);
  }
}

.c-section-accordion__bodyInner {
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
}

.is-study .c-section-accordion__header a {
  background-color: #ff9c3a;
}

.is-information .c-section-accordion__header a {
  background-color: #F58570;
}

.is-message .c-section-accordion__header a {
  background-color: #88b721;
}

.is-newsletter .c-section-accordion__header a {
  background-color: #988FFE;
}

.is-guide .c-section-accordion__header a {
  background-color: #7DC23D;
}

.is-tutorial-report .c-section-accordion__header a {
  background-color: #F7BF2E;
}

@media (max-width: 767.98px) {
  .c-section-accordion__bodyInner {
    padding: 20px;
  }

  .is-study {
    background-color: #ff9c3a;
  }

  .is-information {
    background-color: #F58570;
  }

  .is-message {
    background-color: #88b721;
  }

  .is-newsletter {
    background-color: #988FFE;
  }

  .is-guide {
    background-color: #7DC23D;
  }

  .is-study .c-btn {
    background-color: #ff9c3a;
    color: #fff;
    background-image: url(../images/arrow-right.svg);
  }

  .is-information .c-btn {
    background-color: #F58570;
    color: #fff;
    background-image: url(../images/arrow-right.svg);
  }

  .is-message .c-btn {
    background-color: #88b721;
    color: #fff;
    background-image: url(../images/arrow-right.svg);
  }

  .is-newsletter .c-btn {
    background-color: #988FFE;
    color: #fff;
    background-image: url(../images/arrow-right.svg);
  }

  .is-guide .c-btn {
    background-color: #7DC23D;
    color: #fff;
    background-image: url(../images/arrow-right.svg);
  }

}


.c-text-list {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
}

.c-text-list li {
  list-style: none;
  margin: 0;
}

.c-text-list li a {
  display: block;
  border-bottom: 1px solid rgb(225, 225, 225);
  padding: 10px 0;
  text-decoration: none;
  color: #212529;
  padding: 10px;
}

.c-text-list li a:hover {
  background-color: #f2f2f2;
}

.c-text-list li .header {
  font-size: 1rem;
  margin-bottom: 5px;
}

.c-text-list li .title {
  width: 100%;
  flex: 1;
  word-break: break-all;
  background-image: url(../images/arrow-right-bk.svg);
  background-repeat: no-repeat;
  background-position: left 8px;
  background-size: 6px 9px;
  padding-left: 10px;
  font-size: 1.25rem;
}

.c-newsletter-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.c-newsletter-list li {
  list-style: none;
  margin: 0;
  padding: 0;
  width: calc((100% - (32px * 1)) / 2);
  margin-right: 32px;
  margin-bottom: 32px;
  display: flex;
}

@media (max-width: 767.98px) {
  .c-newsletter-list li {
    width: 100%;
    margin-right: 0;
  }
}

.c-newsletter-list li:nth-of-type(2n) {
  margin-right: 0;
}

.c-newsletter-list li a {
  display: flex;
  text-decoration: none;
  width: 100%;
  padding: 20px;
  background-color: #F5F5F5;
  border-radius: 6px;

}

.c-newsletter-list li a .img {
  width: 75px;
}

.c-newsletter-list li a .img img {
  width: 75px;
  height: auto;
}

.c-newsletter-list li a .body {
  width: 100%;
  flex: 1;
  padding-left: 20px;
  color: #333;
}

.c-newsletter-list li a .body .title {
  margin-bottom: 10px;
  font-weight: 600;

}

.c-newsletter-list li a .body .date {
  font-size: 0.9rem;
}

/* ピクチャーカーズページのレベルタブ */
.c-picture-cards-level-tab {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* 中央寄せ配置 */
  gap: 32px; /* 余白を統一管理 */
}

.c-picture-cards-level-tab li {
  display: flex;
  justify-content: center;
}

.level-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  width: 120px; /* 各カードの横幅 */
  padding-top: 12px;
}

.level-card .level-medal {
  position: absolute;
  top: -8px;      /* 上に配置 */
  right: -16px;    /* 右に寄せる */
  width: 32px;
  height: 32px;
  object-fit: contain;  /* ← これを追加 */
  display: block;       /* ← flex の影響を受けないように */
}

.level-card .img {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* レベルアイコン用 */
.level-card .img > img:not(.level-medal) {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.level-card .body span {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  text-align: center;
}

.c-picture-cards-level-tab li.active .level-card {
  border-radius: 8px;
  background-color: #d9eaff;
}

/* ピクチャーカーズページの日付タブ */
.c-picture-cards-day-tab {
  list-style: none;
  margin: 24px 0;
  padding: 0;

  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* 中央揃え */
  gap: 16px; /* 各タブの間隔 */
}

.c-picture-cards-day-tab li {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 通常タブ */
.c-picture-cards-day-tab li a,
.c-picture-cards-day-tab li span {
  display: inline-block;
  min-width: 100px;
  padding: 8px 12px;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}

.c-picture-cards-day-tab li span {
  background-color: #007bff;
  color: #fff;
}

.c-picture-cards-day-tab li a {
  background-color: #f0f0f0;
  color: #333;
  transition: background-color 0.2s ease;
}

.c-picture-cards-day-tab li a:hover {
  background-color: #d9eaff;
}

/* 王冠マーク */
.crown-icon {
  width: 16px;       /* 小さめ */
  height: 16px;
  vertical-align: text-bottom; /* テキストの横に揃える */
  margin-right: 4px; /* テキストとの隙間 */
}






/*  */
.c-guide-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.c-guide-list li {
  list-style: none;
  margin: 0;
  padding: 0;
  width: calc((100% - (32px * 1)) / 2);
  margin-right: 32px;
  margin-bottom: 32px;
  display: flex;
}

@media (max-width: 767.98px) {
  .c-guide-list li {
    width: 100%;
    margin-right: 0;
  }
}

.c-guide-list li:nth-of-type(2n) {
  margin-right: 0;
}

.c-guide-list li a {
  display: flex;
  text-decoration: none;
  width: 100%;
  padding: 20px;
  background-color: #F5F5F5;
  border-radius: 6px;

}

.c-guide-list li a .img {
  width: 75px;
}

.c-guide-list li a .img img {
  width: 75px;
  height: auto;
}

.c-guide-list li a .body {
  width: 100%;
  flex: 1;
  padding-left: 20px;
  color: #333;
}

.c-guide-list li a .body .title {
  margin-bottom: 10px;
  font-weight: 600;

}

.c-guide-list li a .body .date {
  font-size: 0.9rem;
}


.c-fixed-nav {
  display: none;
}

@media (max-width: 767.98px) {
  .c-fixed-nav {
    display: block;
    width: 100%;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0px -2px 3px 1px rgba(0, 0, 0, .04);
  }

  .c-fixed-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
  }

  .c-fixed-nav-list li {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../images/nav-separator.png);
    background-repeat: no-repeat;
    background-position: right center;
  }

  .c-fixed-nav-list li:last-of-type {
    background-image: none;
  }

  .c-fixed-nav-list li a {
    display: flex;
    flex-direction: column;
    line-height: 1;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    color: #333;
    position: relative;
    padding: 9px 2px;
    height: 86px;
    text-decoration: none !important;
  }

  .c-fixed-nav-list li a em {
    font-style: normal;
    font-size: .8rem;
  }

  .c-fixed-nav-list li a .icon {
    width: 28px;
    height: 28px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
  }

  .c-fixed-nav-list li a .badge {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .6rem;
    font-weight: normal;
  }
}

.c-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FEBD2F;
  max-width: 310px;
  color: #000;
  height: 46px;
  border-radius: 25px;
  font-size: 1rem;
  background-image: url(../images/arrow-right-bk.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 6px 9px;
  margin: 0;
  padding: 10px;
  text-decoration: none !important;
  line-height: 1.2em;

}

.c-btn:hover {
  text-decoration: none;
  color: #000;
  filter: brightness(105%);
}

@media (max-width: 767.98px) {
  .c-btn:hover {
    filter: none;
  }
}

.c-hr {
  display: block;
  width: 100%;
  height: 1px;
  border: none;
  border-bottom: 1px solid rgb(230, 230, 230);
}

.c-page-title {
  background-color: #3887FF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 66px;
  padding: 5px 10px;
  border-radius: 10px;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}

.c-page-title .title {
  display: flex;
  align-items: center;
}


.c-page-title .icon {
  margin-right: 10px;
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
}

.c-page-title .icon img {
  width: 28px;
  height: 28px;
}

.c-page-title .label {
  font-size: 1.1rem;
  margin-right: 15px;
  position: relative;
  display: block;
  color: #fff;
}

@media (max-width: 767.98px) {
  .c-page-title {
    height: 60px;
    border-radius: 30px;
    margin-bottom: 20px;
  }

  .c-page-title+.block {
    margin-top: 0;
    border-radius: 10px !important;
  }
}

.c-page-title .btn a {
  color: #fff;
  font-size: .8rem;
}

.c-page-title .btn a .fas {
  margin-right: 5px;
}

.c-title {
  background-color: rgb(240, 240, 240);
  padding: 15px;
  border-radius: 6px;
  margin-bottom: 20px;
  font-size: 1.1rem;
}

.c-title-small {
  padding: 2px 10px;
  margin-bottom: 15px;
  font-size: 1.0rem;
  border-left: 4px solid #3887FF;
}

.c-progressive-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.c-progressive {
  display: flex;
  align-items: stretch;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.c-book-name {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0;
}

@media (max-width: 400px) {
  .c-progressive {
    width: 100%;
  }
}

.c-pages {
  display: flex;
  align-items: center;
  align-content: center;
  position: relative;
  padding: 10px;
  width: 100%;
  flex: 1;
  font-weight: 500;
}

.c-pages>div {
  width: 100%;
  text-align: center;
}

.c-books .c-loadmap-link {
  font-size: 0.8em;
  .btn {
    font-size: 0.9em;
    line-height: 1em;
    padding: 1em 0.7em;
    white-space: nowrap;
  }
}

.c-pages-now {
  margin-bottom: 0;
  font-size: 1rem;
  border-bottom: 1px solid rgb(189, 189, 189);
}

.c-pages-now span {
  font-size: 1.4rem;
  font-weight: 700;
}

.c-pages-total {
  font-size: 1rem;
}

@media (max-width: 767.98px) {
  .c-pages {
    padding: 5px;
  }

  .c-pages-now {
    font-size: .8rem;
  }

  .c-pages-now span {
    font-size: 1.1rem;
    font-weight: bold;
  }

  .c-pages-total {
    font-size: .8rem;
  }
}

.c-books {
  border-radius: 6px;
  background-color: #F5F5F5;
  display: flex;
  align-items: center;
  padding: 10px;
  width: 60px;
  font-weight: 500;
}

.c-books>div {
  width: 100%;
}

.c-books-now {
  margin-bottom: 0;
  font-size: 1.0rem;
  position: relative;
  padding-bottom: 5px;
}

.c-books-now::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  border-bottom: 1px solid rgb(189, 189, 189);
  transform: rotate(-30deg);
  position: absolute;
  top: 100%;
  left: 10%;
}

.c-books-now span {
  font-size: 1.2rem;
  font-weight: 700;
}

.c-books-total {
  padding-top: 5px;
  font-size: .8rem;
  text-align: right;
}

@media (max-width: 767.98px) {
  .c-books {
    padding: 5px;
  }

  .c-books-now {
    font-size: .8rem;
  }

  .c-books-now span {
    font-size: 1.2rem;
    font-weight: bold;
  }
}

.c-chart {
  position: relative;
  width: 120px;
  height: 120px;
}


@media (max-width: 360px) {
  .c-progressive {
    display: block;
  }

  .c-chart {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }

  .c-pages {
    margin-bottom: 20px;
  }

  .c-books {
    width: 100%;
    margin-bottom: 20px;

  }

  .c-books-now {
    text-align: center;
    border-bottom: 1px solid rgb(189, 189, 189);
  }

  .c-books-now::after {
    display: none;
  }

  .c-books-total {
    text-align: center;
  }
}

.c-chart .c-chart-icon {
  width: 100px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: center 6px;
}

.c-chart .c-chart-icon::before {
  content: "";
  display: block;
  text-align: center;
  margin-top: 34px;
  font-size: 13px;
  font-weight: bold;
}

.c-progressive[data-level="DOG"] .c-chart .c-chart-icon {
  background-image: url(../images/mark-dog.svg);
}

.c-progressive[data-level="DOG"] .c-chart .c-chart-icon::before {
  content: "DOG";
}

.c-progressive[data-level="DOG"] .c-pages-now span {
  color: #e60012;
}

.c-progressive[data-level="DOG"] .c-books-now span {
  color: #e60012;
}

.c-progressive[data-level="Phonics Alphabet"] .c-chart .c-chart-icon {
  width: 50px;
  height: 30px;
  top: 30%;
  background-image: url(../images/mark-phonics-alphabet.png);
  background-size: cover;
}

.c-progressive[data-level="Phonics Alphabet"] .c-chart .c-chart-icon::before {
  content: "Phonics Alphabet";
}

.c-progressive[data-level="Phonics Alphabet"] .c-pages-now span {
  color: #e60012;
}

.c-progressive[data-level="Phonics Alphabet"] .c-books-now span {
  color: #e60012;
}

.c-progressive[data-level="BIRD"] .c-chart .c-chart-icon {
  background-image: url(../images/mark-bird.svg);
}

.c-progressive[data-level="BIRD"] .c-chart .c-chart-icon::before {
  content: "BIRD";
}

.c-progressive[data-level="BIRD"] .c-pages-now span {
  color: #eb6100;
}

.c-progressive[data-level="BIRD"] .c-books-now span {
  color: #eb6100;
}

.c-progressive[data-level="ROBOT"] .c-chart .c-chart-icon {
  background-image: url(../images/mark-robot.svg);
}

.c-progressive[data-level="ROBOT"] .c-chart .c-chart-icon::before {
  content: "ROBOT";
}

.c-progressive[data-level="ROBOT"] .c-pages-now span {
  color: #f5a200;
}

.c-progressive[data-level="ROBOT"] .c-books-now span {
  color: #f5a200;
}

.c-progressive[data-level="BUTTERFLY"] .c-chart .c-chart-icon {
  background-image: url(../images/mark-butterfly.svg);
}

.c-progressive[data-level="BUTTERFLY"] .c-chart .c-chart-icon::before {
  content: "BUTTERFLY";
}

.c-progressive[data-level="BUTTERFLY"] .c-pages-now span {
  color: #abcd03;
}

.c-progressive[data-level="BUTTERFLY"] .c-books-now span {
  color: #abcd03;
}

.c-progressive[data-level="AIRPLANE"] .c-chart .c-chart-icon {
  background-image: url(../images/mark-airplane.svg);
}

.c-progressive[data-level="AIRPLANE"] .c-chart .c-chart-icon::before {
  content: "AIRPLANE";
}

.c-progressive[data-level="AIRPLANE"] .c-pages-now span {
  color: #45b035;
}

.c-progressive[data-level="AIRPLANE"] .c-books-now span {
  color: #45b035;
}


.c-progressive[data-level="ROCKET"] .c-chart .c-chart-icon {
  background-image: url(../images/mark-rocket.svg);
}

.c-progressive[data-level="ROCKET"] .c-chart .c-chart-icon::before {
  content: "ROCKET";
}

.c-progressive[data-level="ROCKET"] .c-pages-now span {
  color: #0075c2;
}

.c-progressive[data-level="ROCKET"] .c-books-now span {
  color: #0075c2;
}


.c-progressive[data-level="SPACESHIP"] .c-chart .c-chart-icon {
  background-image: url(../images/mark-spaceship.svg);
}

.c-progressive[data-level="SPACESHIP"] .c-chart .c-chart-icon::before {
  content: "SPACESHIP";
}

.c-progressive[data-level="SPACESHIP"] .c-pages-now span {
  color: #7f1084;
}

.c-progressive[data-level="SPACESHIP"] .c-books-now span {
  color: #7f1084;
}

.c-progressive[data-level="GRAMMAR"] .c-chart .c-chart-icon {
  background-image: url(../images/mark-grammar.png);
  background-size: 40px 30px;
}

.c-progressive[data-level="GRAMMAR"] .c-chart .c-chart-icon::before {
  content: "GRAMMAR";
}

.c-progressive[data-level="GRAMMAR"] .c-pages-now span {
  color: #0075c2;
}

.c-progressive[data-level="GRAMMAR"] .c-books-now span {
  color: #0075c2;
}


.c-progressive[data-level="ADVANCED Aries"] .c-chart .c-chart-icon {
  background-image: url(../images/mark-aries.svg);
}

.c-progressive[data-level="ADVANCED Aries"] .c-chart .c-chart-icon::before {
  content: "Aries";
}

.c-progressive[data-level="ADVANCED Aries"] .c-pages-now span {
  color: #0075c2;
}

.c-progressive[data-level="ADVANCED Aries"] .c-books-now span {
  color: #0075c2;
}


.c-progressive[data-level="ADVANCED Leo"] .c-chart .c-chart-icon {
  background-image: url(../images/mark-leo.svg);
}

.c-progressive[data-level="ADVANCED Leo"] .c-chart .c-chart-icon::before {
  content: "Leo";
}

.c-progressive[data-level="ADVANCED Leo"] .c-pages-now span {
  color: #0075c2;
}

.c-progressive[data-level="ADVANCED Leo"] .c-books-now span {
  color: #0075c2;
}



.c-progressive[data-level="ADVANCED Libra"] .c-chart .c-chart-icon {
  background-image: url(../images/mark-libra.svg);
}

.c-progressive[data-level="ADVANCED Libra"] .c-chart .c-chart-icon::before {
  content: "Libra";
}

.c-progressive[data-level="ADVANCED Libra"] .c-pages-now span {
  color: #0075c2;
}

.c-progressive[data-level="ADVANCED Libra"] .c-books-now span {
  color: #0075c2;
}


.c-progressive[data-level="ADVANCED Sagittarius"] .c-chart .c-chart-icon {
  background-image: url(../images/mark-sagittarius.svg);
}

.c-progressive[data-level="ADVANCED Sagittarius"] .c-chart .c-chart-icon::before {
  content: "Sagittarius";
}

.c-progressive[data-level="ADVANCED Sagittarius"] .c-pages-now span {
  color: #0075c2;
}

.c-progressive[data-level="ADVANCED Sagittarius"] .c-books-now span {
  color: #0075c2;
}

.c-icon-list {
  margin: 0;
  padding: 15px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.c-icon-list>li {
  margin: 0;
  padding: 0;
  list-style: none;
  width: calc((100% - (20px * 3)) / 4);
  margin-right: 20px;
  margin-bottom: 32px;
  display: flex;
}

.c-icon-list>li:nth-of-type(4n) {
  margin-right: 0;
}

@media (max-width: 1000px) {
  .c-icon-list>li {
    width: calc((100% - (20px * 1)) / 2);
    margin-right: 20px;
    margin-bottom: 32px;

  }

  .c-icon-list>li:nth-of-type(4n) {
    margin-right: 32px;
  }

  .c-icon-list>li:nth-of-type(2n) {
    margin-right: 0;
  }
}

.c-icon-list>li>a {
  background-color: #22A2E6;
  background: linear-gradient(50deg, rgba(51, 195, 250, 1) 0%, rgba(34, 173, 230, 1) 100%);
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  padding: 2em;
  box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, .15);

}

@media (max-width: 1000px) {
  .c-icon-list>li>a {
    padding: 15px 5px;
  }
}

.c-icon-list>li>a:hover {
  text-decoration: none;
  filter: brightness(105%);
  box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, .3);
  transform: translateY(-1px);
}

@media (max-width: 767.98px) {
  .c-icon-list>li>a:hover {
    filter: none;
  }
}

.c-icon-list>li>a>.icon {
  position: relative;
}

.c-icon-list>li>a>.icon>img {
  width: 100%;
  max-width: 160px;
  height: 110px;
  height: auto;
  transform: translateX(3%);
}

.c-icon-list>li>a>.label {
  color: #fff;
  text-align: center;
  text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.15);
}

.c-icon-list>li>a>.label br {
  display: none;
}

@media (max-width: 575.98px) {
  .c-icon-list>li>a>.label {
    font-size: .8rem;
  }
}

@media (max-width: 330px) {
  .c-icon-list>li>a>.label {
    font-size: .7rem;
  }

  .c-icon-list>li>a>.label br {
    display: block;
  }
}

.c-icon-list .badge {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 21px;
  top: 0px;
  left: 0px;
  font-size: 100%;
  z-index: 100;
  font-size: .8rem;
  font-weight: normal;
}

.c-jet-body {
  margin-top: 0;
  padding-top: 40px;
  border-top: 1px solid rgb(229, 229, 229);
}

.c-jet-body p {
  font-weight: 500;
}

.c-jet-lebel-list {
  max-width: 1000px;
  margin: 15px auto;
  padding: 0;
  list-style: none;
}

.c-jet-lebel-list>li {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1px;
  background-color: #EDEDED;
  padding: 5px 20px;
  text-align: center;
  letter-spacing: .1em;
  color: #6e6e6e;
  font-weight: 500;
}

.c-jet-lebel-list>li span {
  font-size: 80%;
}

.c-jet-lebel-list>li:first-of-type {
  border-radius: 10px 10px 0 0;
}

.c-jet-lebel-list>li:last-of-type {
  border-radius: 0 0 10px 10px;
}

.c-jet-lebel-list>li.current {
  font-weight: bold;
  font-size: 1.4rem;
  color: #fff;
  background-color: #12a5e3;
}

.c-jet-lebel-list>li:nth-of-type(1).current {
  background-color: #00A0E2;
}

.c-jet-lebel-list>li:nth-of-type(2).current {
  background-color: #6EBA2C;
}

.c-jet-lebel-list>li:nth-of-type(3).current {
  background-color: #E4257B;
}

.c-jet-lebel-list>li:nth-of-type(4).current {
  background-color: #F39800;
}

.c-jet-lebel-list>li:nth-of-type(5).current {
  background-color: #FBC200;
}


/* ===============================
   レッスン報告
================================ */
.c-tutorial-report-box {
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

/* Final Check 用（青） */
.c-tutorial-report-header.final {
  background-color: #00A0E2; /* 青 */
  color: #fff;
}

/* Accuracy（進捗）用（黄色） */
.c-tutorial-report-header.accuracy {
  background-color: #F7BF2E; /* 明るい黄色 */
  color: #fff;
}

/* 共通ヘッダーの見た目 */
.c-tutorial-report-header {
  font-weight: 600;
  padding: 8px 12px;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* ==========================================
   内容（白背景）
========================================== */
.c-tutorial-report-final,
.c-tutorial-report-list {
  background: #fff;
  padding: 12px 16px;
}

/* ---- Final Check ---- */
.c-tutorial-report-final .result-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 60px;
}

.c-tutorial-report-final .accuracy,
.c-tutorial-report-final .time {
  margin: 0;
  font-weight: 500;
  font-size: 1.2rem;
}

.c-tutorial-report-final .accuracy {
  color: #2c7a7b;
}

.c-tutorial-report-final .time {
  color: #555;
}

/* ---- List 表示 ---- */
.c-tutorial-report-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-tutorial-report-list li {
  display: flex;
  align-items: baseline;
  border-bottom: 1px dotted #ddd;
  padding: 6px 0;
}

.c-tutorial-report-list li:last-child {
  border-bottom: none;
}

.c-tutorial-report-list .page {
  font-weight: bold;
  color: #555;
  width: 70px;
  flex-shrink: 0;
}

.c-tutorial-report-list .detail {
  flex-grow: 1;
  color: #333;
}



/*--------------------------------------------------
+: pages
==================================================*/
.p-study .c-page-title {
  background-color: #ff9c3a;
}

.p-information .c-page-title {
  background-color: #F58570;
}

.p-message .c-page-title {
  background-color: #88b721;
}

.p-newsletter .c-page-title {
  background-color: #988FFE;
}

.p-guide .c-page-title {
  background-color: #7DC23D;
}

.p-tutorial-report .c-page-title {
    background-color: #F7BF2E;
}


/*--------------------------------------------------
+: user tab
==================================================*/
.user-tab {
  background-color: #FEEAB2;
  box-shadow: 0px 4px 7px -4px rgba(0, 0, 0, 0.1) inset;
  border-bottom: 4px solid #F7BF2E;
  padding: 8px 0 0 0;
}

@media (max-width: 767.98px) {
  .user-tab {
    padding: 6px 0 0 0;
  }
}

.user-tab__list {
  width: 100%;
  overflow-x: auto;
  display: flex;
  margin: 0;
  padding: 0 10px;
  list-style: none;
  align-items: flex-end;
}

.user-tab__list>li {
  margin-left: 5px;
  margin-right: 5px;
}

.user-tab__list>li>a {
  display: inline-block;
  min-width: 140px;
  padding: 5px;
  background-color: #FFF9CF;
  border-radius: 8px 8px 0 0;
  border: 2px solid #fff;
  border-bottom: 0;
  text-align: center;
  color: #454545;
  text-decoration: none;
  font-size: .9rem;
}

@media (max-width: 767.98px) {
  .user-tab__list>li>a {
    padding: 5px;
    font-size: .9rem;
  }
}

.user-tab__list>li>a:hover {
  background-color: #FEBD2F;
}

@media (max-width: 767.98px) {
  .user-tab__list>li>a:hover {
    background-color: #FFF9CF;
  }
}

.user-tab__list>li>a>span {
  font-size: 120%;
}

.user-tab__list>li>a.is-current {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #FEBD2F;
}

@media (max-width: 767.98px) {
  .user-tab__list>li>a.is-current {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

/*--------------------------------------------------
+: index
==================================================*/
body.index {
  background-color: #26A2E3;
  background-image: url(../images/aside-bg2.png), url(../images/aside-bg2.png);
  background-repeat: no-repeat, no-repeat;
  background-position: right 10% top 20px, left 10% bottom -500px;
  min-height: 100vh;
}

@media (max-width: 600px) {
  body.index {
    background-size: 106px 515px, 106px 515px;
    background-position: right 2% top 15px, left 5% bottom -100px;
  }
}

.index-wrap {
  background-image: url(../images/index-bg.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media (max-width: 600px) {
  .index-wrap {
    background-image: url(../images/index-bg2.svg), url(../images/index-bg.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: right bottom, center center;
    /*background-size: 100vw 97.6635514vw , cover;*/
    background-size: 80vw 77.664vw, cover;

    min-height: 100vh;
  }
}

body.index main {
  margin-left: 0;
  width: 100%;
  padding-top: 0;
  min-height: calc(100vh - 67px);
  display: flex;
  align-items: center;

}

footer p {
  font-weight: 600;
  font-family: 'Noto Sans JP', sans-serif !important;
}

body.index footer {
  margin-left: 0;
}

@media (max-width: 600px) {
  footer p {
    font-size: .8rem;
  }
}

body.index footer .to-top {
  display: none;
}


.index-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.index-container-trial {
  position: absolute;
  right: 10%;
  top: 85%;
}

.index-btn-login-type {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  box-sizing: border-box;
  cursor: pointer;

  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  width: 100%;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 35px;
  margin-bottom: 20px;
  color: #333;
  font-weight: 700;
  box-shadow: 0px 3px 15px -5px rgba(0, 0, 0, .2);
}

.index-btn-login-type::-webkit-search-decoration {
  display: none;
}

.index-btn-login-type::focus {
  outline-offset: -2px;
}

.index-btn-login-type.trial {
  background-color: #FEBD2F;
  border: 1px solid #e60012;
  height: 55px;
  width: 15em;
}

.index-logo {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 60px;
}

@media (max-width: 767.98px) {
  .index-logo {
    margin-bottom: 40px;
  }
}

.index-logo img {
  width: 300px;
  height: auto;
}

@media (max-width: 767.98px) {
  .index-logo img {
    width: 248px;
    height: auto;
  }
}



/*--------------------------------------------------
+: login
==================================================*/
.login-heading {
  font-size: 1.2rem !important;
  text-align: center;
  margin-top: 10px;
  padding-bottom: 26px !important;
}

.login-bottom {
  text-align: center;
  border-bottom: 5px solid #EAEAEA;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.login-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  box-sizing: border-box;
  cursor: pointer;

  background-color: #3887FF;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 100%;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 35px;
  margin-bottom: 20px;
  color: #fff;

  background-image: url(../images/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 6px 9px;
  font-size: 1.0rem;
}

.login-btn.is-red {
  background-color: #F58570;
}

.login-footer {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  text-align: center;
}

.login-link-prev {
  background-image: url(../images/icon-prev.svg);
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: 16px 16px;
  font-size: 0.9rem;
  display: inline-block;
  color: #000;
  text-decoration: underline;
  padding-left: 30px;
  min-height: 16px;
}


/*--------------------------------------------------
+: student
==================================================*/
.user-type-student {
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

.user-type-student aside {
  background-color: #22A2E6;
}

.user-type-student aside::before {
  background-image: url(../images/aside-bg1-student.png);
}

.user-type-student aside .icon {
  width: 40px;
  height: 40px;
  transform: translateX(1px);
}

.user-type-student .c-fixed-nav {
  background: #22A2E6;
  border-top: 3px solid #1484BF;
}

.user-type-student .c-fixed-nav-list li a .icon {
  width: 38%;
  height: auto;
}

.user-type-student .c-fixed-nav-list li a em {
  color: #fff;
}


.user-type-student .p-information .c-page-title {
  background-color: #22A2E6;
}
