@charset "UTF-8";
/*レスポンシブデザイン*/
/*---プロセスマップ---*/
/*----------プロセスマップ現在地デザイン--------*/
#breadcrumbs-two #current {
  /* background: #0B41A0; */
  padding: .3em 0.5em;
  float: left;
  text-decoration: none;
  color: #FFFFFF;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  position: relative;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*---メダル---*/
  /*---学習要素名---*/
}

#breadcrumbs-two #current .medal {
  position: relative;
}

#breadcrumbs-two #current .medal img {
  width: 20px;
  height: 20px;
  margin-top: 5px;
}

#breadcrumbs-two #current .element__name {
  margin-top: 7px;
}

#breadcrumbs-two #current:hover {
  background: #0B41A0;
  color: #FFFFFF;
}

#breadcrumbs-two #current::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.7em;
  border-width: 1.7em 0 1.7em 1em;
  border-style: solid;
  border-color: #0B41A0 #0B41A0 #0B41A0 transparent;
  left: -1em;
}

#breadcrumbs-two #current::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.8em;
  border-top: 1.8em solid transparent;
  border-bottom: 1.8em solid transparent;
  border-left: 1em solid #0B41A0;
  right: -1em;
}

#wrapper {
  min-height: 83vh;
  position: relative;
  padding-bottom: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*←全て含めてmin-height:100vhに*/
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 14px;
}

.header-area {
  background-color: #FFFFFF;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* Navigation */
}

.header-area .logo {
  cursor: pointer;
}

.header-area .logo img {
  width: 150px;
  height: 40px;
  padding: 5px;
}

.header-area .progressbar {
  width: 500px;
  height: 50px;
  margin: 5px 0 5px 50px;
  background-color: #E3EEFA;
  border-radius: 5px;
  border: 2px solid #0CA5E6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-area .progressbar svg {
  width: 30px;
  height: 30px;
  margin: auto 0 auto 5px;
  fill: #0B41A0;
}

.header-area .progressbar .header-bar-scratch-icon{
  width: 50px;
  height: 50px;
  margin: auto 0 auto 5px;
}

.header-area .progressbar .curriculum-name {
  width: 80px;
  color: #0B41A0;
  font-size: 18px;
  font-weight: 700;
  padding: 0 5px 0 5px;
  margin: auto 0 auto 0;
}

.header-area .progressbar .level {
  color: #0B41A0;
  font-weight: 700;
  font-size: 18px;
  width: 45px;
  padding: 0 5px 0 5px;
  margin: auto 0 auto 0;
}

.header-area .progressbar .progress {
  margin: 20px 5px 5px 5px;
  width: 95%;
}

.header-area .progressbar .progress p {
  color: #0B41A0;
  font-weight: bold;
  margin-top: 5px;
  position: relative;
  width: 100%;
  font-size: 12px;
  margin-bottom: 5px;
  margin-left: 10px;
  position: absolute;
  width: 200px;
  top: 5px;
}

.header-area .progressbar .progress p .ex {
  position: absolute;
  right: 5%;
}


.header-area .nav {
  width: 430px;
  height: 40px;
  margin: 0 0 0 auto;
  text-align: center;
}

.header-area .nav {
  font-size: 14px;
}

.header-area .nav-items {
  padding: 0;
  list-style: none;
  margin: 0;
  height: 100%;
}

.header-area .nav-item {
  display: inline-block;
  margin-right: 25px;
  height: 100%;
}

.header-area .nav-item:last-child {
  margin-right: 0;
}

.header-area .nav-link,
.header-area .nav-link:link,
.header-area .nav-link:visited,
.header-area .nav-link:active,
.header-area .submenu-link,
.header-area .submenu-link:link,
.header-area .submenu-link:visited,
.header-area .submenu-link:active {
  display: block;
  position: relative;
  font-size: 14px;
  letter-spacing: 1px;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  height: 100%;
  padding: 5px 10px 5px 10px;
}

.header-area .nav-link svg,
.header-area .nav-link:link svg,
.header-area .nav-link:visited svg,
.header-area .nav-link:active svg,
.header-area .submenu-link svg,
.header-area .submenu-link:link svg,
.header-area .submenu-link:visited svg,
.header-area .submenu-link:active svg {
  fill: #0B41A0;
  width: 25px;
  height: 25px;
  vertical-align: middle;
}

.header-area .nav-link,
.header-area .nav-link:link,
.header-area .nav-link:visited,
.header-area .nav-link:active {
  color: #0B41A0;
  font-weight: bold;
}

.header-area .nav-link:hover {
  background-color: #E3EEFA;
}

.header-area .dropdown {
  position: relative;
}

.header-area .dropdown .nav-link {
  height: 100%;
  line-height: 17px;
}

.header-area .submenu {
  position: absolute;
  top: 80%;
  left: -65px;
  z-index: 100;
  width: 200px;
  margin-left: -100px;
  background: #fff;
  border-radius: 3px;
  line-height: 1.46667;
  margin-top: -5px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transform: translate(0, 0) scale(0.85);
  transform: translate(0, 0) scale(0.85);
  -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.1s ease-out;
  transition: opacity 0.1s ease-out, -webkit-transform 0.1s ease-out;
  transition: transform 0.1s ease-out, opacity 0.1s ease-out;
  transition: transform 0.1s ease-out, opacity 0.1s ease-out, -webkit-transform 0.1s ease-out;
  pointer-events: none;
}

.header-area .submenu::after,
.header-area .submenu::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 88%;
  margin-left: -10px;
  border: 10px solid transparent;
  height: 0;
}

.header-area .submenu::after {
  border-bottom-color: #fff;
}

.header-area .submenu::before {
  margin-left: -13px;
  border: 13px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.1);
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

.header-area .submenu-items {
  list-style: none;
  padding: 10px 0;
}

.header-area .submenu-item {
  display: block;
  text-align: left;
}

.header-area .submenu-item:hover {
  background-color: #E3EEFA;
}

.header-area .submenu-item:visited {
  background-color: #E3EEFA;
}

.header-area .submenu-link,
.header-area .submenu-link:link,
.header-area .submenu-link:visited,
.header-area .submenu-link:active {
  color: #0B41A0;
  padding: 10px 20px;
}

.header-area .submenu-seperator {
  height: 0;
  margin: 12px 10px;
  border-top: 1px solid #eee;
}

.header-area .show-submenu .submenu {
  opacity: 1;
  -webkit-transform: translate(0, 25px) scale(1);
  transform: translate(0, 25px) scale(1);
  pointer-events: auto;
}

footer {
  width: 100%;
  /* height: 100px; */
  position: absolute;
  /* bottom: 0; */
  background-color: #0050ae;
  color: #FFFFFF;
}

footer .infomation-area {
  padding: 20px;
  margin: 0 auto;
  text-align: center;
}

footer a {
  text-decoration: none;
  color: #FFFFFF;
}

footer .copyright {
  margin-left: auto;
  width: 200px;
}
/*# sourceMappingURL=layout.css.map */