@charset "UTF-8";
.hideTxt {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

body, header, footer {
  text-align: left;
}

/*　header
-------------------------------------*/
header {
  font-family: "ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"游ゴシック体","Yu Gothic",YuGothic,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  margin-bottom: 5px;
}

header .menuIn {
  background: #293b60;
  position: relative;
  padding-right: 50px;
}

header .menuIn.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 100;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

header .menuBar {
  background: #293b60;
  position: relative;
  z-index: 100;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

header .menuBar h1 {
  width: 91px;
  float: left;
  padding: 10px 0 12px 15px;
  position: relative;
}

header .menuBar h1 a {
  background: url("https://manabi-contents.benesse.ne.jp/noauth/_sharedZ_New/img/header/lgo-header_sp_001.png") left top no-repeat;
  height: 28px;
  background-size: contain;
  display: block;
  position: relative;
}

header .menuBar ul {
  float: right;
  letter-spacing: -0.40em;
  text-align: right;
  height: 50px;
}

header .menuBar ul li {
  display: inline-block;
  letter-spacing: 0;
  width: 50px;
  height: 50px;
  overflow: hidden;
}

header .menuBar ul li a {
  color: #fff;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  width: 200%;
  transform: scale3d(0.5, 0.5, 1);
  -ms-transform-origin: 0px 0px;
      transform-origin: 0px 0px;
  -webkit-transform: scale3d(0.5, 0.5, 1);
  -webkit-transform-origin: 0px 0px;
  text-decoration: none;
  line-height: 1;
  padding: 68px 0 18px;
  position: relative;
}

header .menuBar ul li a span {
  position: absolute;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  top: 10px;
  background: #e2551e;
  display: block;
  width: 30px;
  text-align: center;
  padding: 5px 0;
  border-radius: 50%;
  white-space: nowrap;
}

header .menuBar ul .news a {
  background: url("https://manabi-contents.benesse.ne.jp/noauth/_sharedZ_New/img/header/ico-menuBar_sp_001.png") center 30px no-repeat;
}

header .menuBar ul .news a span {
  right: 16px;
}

header .menuBar ul .document a {
  background: url("https://manabi-contents.benesse.ne.jp/noauth/_sharedZ_New/img/header/ico-menuBar_sp_002.png") center 26px no-repeat;
}

header .menuBar ul .document a span {
  right: 10px;
}

header .menuBar ul .login a {
  background: url("https://manabi-contents.benesse.ne.jp/noauth/_sharedZ_New/img/header/ico-menuBar_sp_003.png") center 24px no-repeat;
}

header .menuBar ul .login a span {
  right: 16px;
}

header #globalMenu .overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  opacity: 0;
  z-index: 100;
}

header #globalMenu nav {
  position: fixed;
  top: 0;
  right: -100%;
  background: #fff;
  z-index: 101;
  width: calc(100% - 50px);
}

header #globalMenu nav br {
  display: none;
}

header #globalMenu nav .scrollArea {
  min-height: 100vh;
  overflow: scroll;
  z-index: 999;
  background: #fff;
}

header #globalMenu nav .scrollArea::-webkit-scrollbar {
  display: none;
}

header #globalMenu nav .scrollArea .ttlArea {
  background: #293b60;
  padding: 20px 15px;
}

header #globalMenu nav .scrollArea .ttlArea h1 {
  padding: 0 0 15px;
}

header #globalMenu nav .scrollArea .ttlArea h1 a {
  background: url("https://manabi-contents.benesse.ne.jp/noauth/_sharedZ_New/img/header/lgo-nav_sp_001.png") center center no-repeat;
  height: 55px;
  display: block;
  background-size: contain;
}

header #globalMenu nav .scrollArea .ttlArea .search {
  background: #bfc5d0;
  line-height: 1;
  padding: 2px 0;
  border-radius: 15px;
}

header #globalMenu nav .scrollArea .ttlArea .search input {
  display: inline-block;
  width: calc(100% - 40px);
  text-align: center;
  line-height: 1.2;
  background: none;
  border: none;
  box-shadow: none;
  padding-left: 15px;
}

header #globalMenu nav .scrollArea .ttlArea .search button {
  padding-left: 2px;
  background: none;
  border: none;
}

header #globalMenu nav .scrollArea .nameAreaIn {
  border-bottom: 6px solid #f1f1f1;
}

header #globalMenu nav .scrollArea .nameAreaIn p {
  border-bottom: 1px solid #cdd8dd;
  padding: 10px 15px;
  font-weight: bold;
}

header #globalMenu nav .scrollArea .logInArea {
  padding: 15px 15px 17px;
}

header #globalMenu nav .scrollArea .logInArea li {
  width: calc(50% - 5px);
  float: left;
  margin-right: 10px;
}

header #globalMenu nav .scrollArea .logInArea li a {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  font-size: 12px;
  padding: 10px 0 12px;
  text-decoration: none;
  border-radius: 2px;
}

header #globalMenu nav .scrollArea .logInArea li:last-child {
  margin-right: 0;
}

header #globalMenu nav .scrollArea .logInArea .logInBtn a {
  background: #293b60;
}

header #globalMenu nav .scrollArea .logInArea .registBtn a {
  background: #e2551e;
}

header #globalMenu nav .scrollArea .mainMenu {
  border-top: 1px solid #cdd8dd;
  padding-bottom: 68px;
}

header #globalMenu nav .scrollArea .mainMenu li p {
  background: url("https://manabi-contents.benesse.ne.jp/noauth/_sharedZ_New/img/header/ico-mainMenu_arrow_001.png") right 17px center no-repeat;
  background-size: 9px auto;
}

header #globalMenu nav .scrollArea .mainMenu li p a {
  line-height: 1;
  border-bottom: 1px solid #cdd8dd;
  font-size: 14px;
  text-decoration: none;
  display: block;
  font-weight: bold;
  padding: 18px 0 18px 60px;
  color: #293b60;
}

header #globalMenu nav .scrollArea .mainMenu .job a {
  background: url("https://manabi-contents.benesse.ne.jp/noauth/_sharedZ_New/img/header/ico-mainMenu_sp_job.png") 14px 8px no-repeat;
  background-size: 32px auto;
  position: relative;
}

header #globalMenu nav .scrollArea .mainMenu .job a small {
  display: block;
  font-size: 10px;
  position: absolute;
  font-weight: normal;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  top: 50%;
  margin-top: -4px;
  left: 145px;
}

header #globalMenu nav .scrollArea .mainMenu .univ a {
  background: url("https://manabi-contents.benesse.ne.jp/noauth/_sharedZ_New/img/header/ico-mainMenu_sp_univ.png") 12px 9px no-repeat;
  background-size: 35px auto;
}

header #globalMenu nav .scrollArea .mainMenu .expart a {
  background: url("https://manabi-contents.benesse.ne.jp/noauth/_sharedZ_New/img/header/ico-mainMenu_sp_expart.png") 13px 10px no-repeat;
  background-size: 34px auto;
}

header #globalMenu nav .scrollArea .mainMenu .document a {
  background: url("https://manabi-contents.benesse.ne.jp/noauth/_sharedZ_New/img/header/ico-mainMenu_sp_document.png") 12px 9px no-repeat;
  background-size: 36px auto;
}

header #globalMenu nav .scrollArea .mainMenu .test a {
  background: url("https://manabi-contents.benesse.ne.jp/noauth/_sharedZ_New/img/header/ico-subMenu_sp_test.png") 14px 10px no-repeat;
  background-size: 29px auto;
}

header #globalMenu nav .scrollArea .mainMenu .digital a {
  background: url("https://manabi-contents.benesse.ne.jp/noauth/_sharedZ_New/img/header/ico-mainMenu_sp_digital.png") 7px center no-repeat;
  background-size: 45px auto;
}

header #globalMenu nav .scrollArea .mainMenu .portfolio a {
  background: url("https://manabi-contents.benesse.ne.jp/noauth/_sharedZ_New/img/header/ico-mainMenu_sp_portfolio.png") 15px 11px no-repeat;
  background-size: 30px auto;
}

header #globalMenu nav .scrollArea .mainMenu .plus a {
  background: url("https://manabi-contents.benesse.ne.jp/noauth/_sharedZ_New/img/header/ico-mainMenu_sp_007.png") 18px 13px no-repeat;
  background-size: 22px auto;
}

header #globalMenu nav .scrollArea .mainMenu .mypage a {
  background: url("https://manabi-contents.benesse.ne.jp/noauth/_sharedZ_New/img/header/ico-mainMenu_login_mypage.png") 12px 13px no-repeat;
  background-size: 25px 25px;
}

header #globalMenu nav .scrollArea .mainMenu .choice a {
  background: url("https://manabi-contents.benesse.ne.jp/noauth/_sharedZ_New/img/header/ico-mainMenu_login_choice.png") 13px 13px no-repeat;
  background-size: 28px 25px;
}

header #globalMenu nav .scrollArea .mainMenu .clip a {
  background: url("https://manabi-contents.benesse.ne.jp/noauth/_sharedZ_New/img/header/ico-mainMenu_login_clip.png") 15px 14px no-repeat;
  background-size: 25px auto;
}

header #globalMenu nav .scrollArea .mainMenu .change a, header #globalMenu nav .scrollArea .mainMenu .profile a {
  background: url("https://manabi-contents.benesse.ne.jp/noauth/_sharedZ_New/img/header/ico-mainMenu_login_profile.png") 13px 12px no-repeat;
  background-size: 27px auto;
}

header #globalMenu nav .scrollArea .mainMenu .favorite a {
  background: url("https://manabi-contents.benesse.ne.jp/noauth/_sharedZ_New/img/header/ico-mainMenu_fav.png") 13px 12px no-repeat;
  background-size: 27px auto;
}

header #globalMenu nav .yearChoice.hideWide {
  padding-bottom: 0px;
}

header #globalMenu nav .scrollArea .mainMenu .logout {
  padding-bottom: 68px;
}

header #globalMenu nav .scrollArea .mainMenu .logout a {
  background: url("https://manabi-contents.benesse.ne.jp/noauth/_sharedZ_New/img/header/ico-mainMenu_login_logout.png") 16px 14px no-repeat;
  background-size: 24px auto;
}

/*
header #globalMenu nav .scrollArea .mainMenu .learn a {
background: url("https://manabi-contents.benesse.ne.jp/noauth/_sharedZ_New/img/ico-mainMenu_sp_005.png") 13px 10px no-repeat;
background-size: 31px auto;
}
header #globalMenu nav .scrollArea .mainMenu .plus a {
background: url("https://manabi-contents.benesse.ne.jp/noauth/_sharedZ_New/img/ico-mainMenu_sp_007.png") 18px 13px no-repeat;
background-size: 22px auto;
}
header #globalMenu nav .scrollArea .mainMenu .login a {
background: url("https://manabi-contents.benesse.ne.jp/noauth/_sharedZ_New/img/ico-mainMenu_sp_009.png") 17px 13px no-repeat;
background-size: 22px auto;
}
header #globalMenu nav .scrollArea .mainMenu .voice a {
background: url("https://manabi-contents.benesse.ne.jp/noauth/_sharedZ_New/img/ico-mainMenu_sp_010.png") 16px 13px no-repeat;
background-size: 26px auto;
}
header #globalMenu nav .scrollArea .mainMenu .register a {
background: url("https://manabi-contents.benesse.ne.jp/noauth/_sharedZ_New/img/ico-mainMenu_login_006.png") 14px 13px no-repeat;
background-size: 30px auto;
}
*/
header #globalMenu nav .scrollArea .mainMenu .subMenu {
  display: block !important;
  border-top: 6px solid #f1f1f1;
}

header #globalMenu nav .scrollArea .mainMenu .subMenu.mnplMenu {
  display: none !important;
}

header #globalMenu nav .scrollArea .mainMenu .subMenu li:first-child {
  border-top: 1px solid #cdd8dd;
}

header #globalMenu nav .scrollArea .mainMenu .loginMenu {
  border-bottom: 1px solid #cdd8dd;
}

header #globalMenu nav .scrollArea .mainMenu .loginMenu > li:last-child {
  border-bottom: 6px solid #f1f1f1;
}

header #globalMenu nav .scrollArea .mainMenu .loginMenu li.bgGray {
  background: #f1f1f1;
}

header #globalMenu nav .scrollArea .mainMenu .loginMenu li.borderNone,
header #globalMenu nav .scrollArea .mainMenu .loginMenu li.borderNone a {
  border: none;
}

header #globalMenu nav .scrollArea .mainMenu .acc {
  background: url("https://manabi-contents.benesse.ne.jp/noauth/_sharedZ_New/img/header/ico-mainMenu_arrow_002.png") right 17px center no-repeat;
  background-size: 15px auto;
}

header #globalMenu nav .scrollArea .mainMenu .acc.open {
  background: url("https://manabi-contents.benesse.ne.jp/noauth/_sharedZ_New/img/header/ico-mainMenu_arrow_003.png") right 17px center no-repeat;
  background-size: 15px auto;
}

header #globalMenu nav .scrollArea .mainMenu .accChild {
  border-bottom: 1px solid #cdd8dd;
  padding: 20px 15px;
  line-height: 1.3;
  display: none;
}

header #globalMenu nav .scrollArea .mainMenu .accChild li {
  margin-bottom: 12px;
}

header #globalMenu nav .scrollArea .mainMenu .accChild li a {
  text-decoration: none;
  color: #293b60;
  background: none !important;
}

header #globalMenu nav .scrollArea .mainMenu .accChild li:last-child {
  margin-bottom: 0;
}

header #globalMenu nav .scrollArea .mainMenu .zemi p {
  /*background: url("https://manabi-contents.benesse.ne.jp/noauth/_sharedZ_New/img/ico-mainMenu_win_001.png") right 16px center no-repeat;
  background-size: 12px auto;*/
}

header #globalMenu nav .scrollArea .mainMenu .zemi p a span {
  font-size: 10px;
  color: #fff;
  background: #0091d7;
  font-weight: bold;
  padding: 3px 6px;
  display: inline-block;
  margin: -2px 0 0 6px;
}

header #globalMenu.open .overlay {
  display: block;
}

header #button,
header #closeButton {
  display: block;
  position: absolute;
  top: 0;
  cursor: pointer;
  width: 50px;
  height: 50px;
  z-index: 1;
  color: #fff;
}

header #button {
  background: #092244;
  right: 0;
  z-index: 100;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

header #closeButton {
  background: #0091d7;
  left: -50px;
}

header .tcon {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
          align-items: center;
  height: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 25px;
  background: transparent;
  outline: none;
  padding: 0 13px;
  position: relative;
}

header .tcon > * {
  display: block;
}

header .tcon:hover,
header .tcon:focus {
  outline: none;
}

header .tcon::-moz-focus-inner {
  border: 0;
}

header .tcon-txt {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  color: #fff;
  width: 200%;
  line-height: 1;
  -webkit-transform: scale3d(0.5, 0.5, 1);
  -webkit-transform-origin: 0px 0px;
  transform: scale3d(0.5, 0.5, 1);
  -ms-transform-origin: 0px 0px;
      transform-origin: 0px 0px;
}

header .tcon-menu__lines {
  display: inline-block;
  height: 2px;
  width: 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  position: relative;
  margin-top: -8px;
  /*margin-left:5px;*/
}

header .tcon-menu__lines::before,
header .tcon-menu__lines::after {
  display: inline-block;
  height: 2px;
  width: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  content: '';
  position: absolute;
  left: 0;
  -webkit-transform-origin: 2.85714px center;
  -ms-transform-origin: 2.85714px center;
      transform-origin: 2.85714px center;
  width: 100%;
}

header .tcon-menu__lines::before {
  top: 7px;
}

header .tcon-menu__lines::after {
  top: -7px;
}

header .tcon-close .tcon-menu__lines {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
}

header .tcon-menu--xcross {
  width: 50px;
  height: 50px;
}

header .tcon-menu--xcross.tcon-close .tcon-menu__lines {
  background: transparent;
}

header .tcon-menu--xcross.tcon-close .tcon-menu__lines::before,
header .tcon-menu--xcross.tcon-close .tcon-menu__lines::after {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
  top: 0;
  width: 25px;
}

header .tcon-menu--xcross.tcon-close .tcon-menu__lines::before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

header .tcon-menu--xcross.tcon-close .tcon-menu__lines::after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

header .tcon-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

header .tcon-visuallyhidden:active,
header .tcon-visuallyhidden:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*　footFixMenu
-------------------------------------*/
#footFixMenu {
  position: fixed;
  bottom: -36px;
  left: 0;
  width: 100%;
  z-index: 5;
  display: none;
}

#footFixMenu > ul {
  display: table;
  width: 100%;
  table-layout: fixed;
}

#footFixMenu > ul > li {
  display: table-cell;
  padding-right: 1px;
  position: relative;
}

#footFixMenu > ul > li > p {
  background: #2fa5de;
  height: 48px;
  overflow: hidden;
}

#footFixMenu > ul > li > p a {
  display: block;
  text-align: center;
  font-size: 16px;
  width: 200%;
  -webkit-transform: scale3d(0.5, 0.5, 1);
  -webkit-transform-origin: 0px 0px;
  transform: scale3d(0.5, 0.5, 1);
  -ms-transform-origin: 0px 0px;
      transform-origin: 0px 0px;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  padding: 70px 0 10px;
}

#footFixMenu > ul > li > p .job {
  background: url("https://manabi-contents.benesse.ne.jp/noauth/_sharedZ_New/img/ico-footFixMenu_001.png") center 16px no-repeat;
}

#footFixMenu > ul > li > p .univ {
  background: url("https://manabi-contents.benesse.ne.jp/noauth/_sharedZ_New/img/ico-footFixMenu_002.png") center 17px no-repeat;
}

#footFixMenu > ul > li > p .expart {
  background: url("https://manabi-contents.benesse.ne.jp/noauth/_sharedZ_New/img/ico-footFixMenu_003.png") center 16px no-repeat;
}

#footFixMenu > ul > li > p .exam {
  background: url("https://manabi-contents.benesse.ne.jp/noauth/_sharedZ_New/img/ico-footFixMenu_004.png") center 17px no-repeat;
}

#footFixMenu > ul > li > p .learn {
  background: url("https://manabi-contents.benesse.ne.jp/noauth/_sharedZ_New/img/ico-footFixMenu_005.png") center 15px no-repeat;
}

#footFixMenu > ul > li > p .more {
  background: url("https://manabi-contents.benesse.ne.jp/noauth/_sharedZ_New/img/ico-footFixMenu_006.png") center 22px no-repeat;
}

#footFixMenu > ul > li:last-child {
  padding-right: 0;
}

#footFixMenu > ul .overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: calc(100% - 49px);
  background: rgba(0, 0, 0, 0.5);
  display: none;
  opacity: 0;
}

#footFixMenu > ul .child {
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 49px;
  background: #fff;
  display: none;
}

#footFixMenu > ul .child li p a {
  font-weight: bold;
  line-height: 1;
  padding: 15px;
  text-decoration: none;
  display: block;
  border-top: 1px solid #ddd;
  font-size: 13px;
}

#footFixMenu > ul .child li h2 {
  font-weight: bold;
  color: #293b60;
  padding: 18px 15px 18px 50px;
  line-height: 1;
  background: url("https://manabi-contents.benesse.ne.jp/noauth/_sharedZ_New/img/ico-footFixMenu_more_001.png") 20px center no-repeat;
  background-size: 14px auto;
}

#footFixMenu > ul .child .closeBtn {
  position: absolute;
  bottom: -49px;
  right: 0;
  overflow: hidden;
}

#footFixMenu > ul .child .closeBtn button {
  height: 49px;
  background: url("https://manabi-contents.benesse.ne.jp/noauth/_sharedZ_New/img/ico-footFixMenu_close_001.png") center center no-repeat #fff;
  background-size: 15px auto;
  border: 0;
  box-shadow: none;
}

#footFixMenu > ul .open .overlay {
  display: block !important;
  opacity: 1;
  z-index: 1;
}

#footFixMenu > ul .open .child {
  display: block !important;
  z-index: 4;
}

/* エラーメッセージ */
.attMsg {
  background: #fceee8;
  text-align: center;
  padding: 10px;
  color: #e2551e;
  font-weight: bold;
  line-height: 1.3;
  margin: 10px 15px;
}

.attMsg a {
  color: #e2551e;
}

/*　pageTop
-------------------------------------*/
#pageTop {
  display: none !important;
}

/*　footer
-------------------------------------*/
footer {
  background: #293b60;
}

footer a {
  color: #fff;
}

footer .footerList .list li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  display: block;
}

footer .footerList .list li .child {
  background: #092244;
  border-bottom: 1px solid #586891;
  padding: 15px 0;
  display: none;
}

footer .footerList .list li .child li a {
  background: url("https://manabi-contents.benesse.ne.jp/noauth/_sharedZ_New/img/footer/ico-footer_right_001.png") 15px 9px no-repeat;
  background-size: 10px auto;
  display: block;
  padding: 10px 15px 10px 35px;
}

footer .footerList .list li .child li br {
  display: none;
}

footer .footerList .list li .child .ttl {
  color: #fff;
  font-weight: bold;
  padding: 20px 15px 0;
}

footer .footerList .list li .child li:first-child {
  padding-top: 10px;
}

/*
footer .footerList .list li .univ {
  background: url("https://manabi-contents.benesse.ne.jp/noauth/_sharedZ_New/img/footer/ico-footer_sp_001.png") 12px 18px no-repeat;
  background-size: 37px auto;
}

footer .footerList .list li .expart {
  background: url("https://manabi-contents.benesse.ne.jp/noauth/_sharedZ_New/img/footer/ico-footer_sp_002.png") 17px 15px no-repeat;
  background-size: 26px auto;
}

footer .footerList .list li .exam {
  background: url("https://manabi-contents.benesse.ne.jp/noauth/_sharedZ_New/img/footer/ico-footer_sp_003.png") 13px 15px no-repeat;
  background-size: 35px auto;
}

footer .footerList .list li .job {
  background: url("https://manabi-contents.benesse.ne.jp/noauth/_sharedZ_New/img/footer/ico-footer_sp_004.png") 17px 16px no-repeat;
  background-size: 25px auto;
}

footer .footerList .list li .learn {
  background: url("https://manabi-contents.benesse.ne.jp/noauth/_sharedZ_New/img/footer/ico-footer_sp_005.png") 15px 15px no-repeat;
  background-size: 30px auto;
}

footer .footerList .list li .voice {
  background: url("https://manabi-contents.benesse.ne.jp/noauth/_sharedZ_New/img/footer/ico-footer_sp_006.png") 15px 18px no-repeat;
  background-size: 28px auto;
}

footer .footerList .list li .manabi {
  background: url("https://manabi-contents.benesse.ne.jp/noauth/_sharedZ_New/img/footer/ico-footer_sp_007.png") 15px 16px no-repeat;
  background-size: 30px auto;
}

footer .footerList .list > li > p .noIcon {
    padding-left: 15px;
}

footer .footerList .list > .parent > p {
  background: url("https://manabi-contents.benesse.ne.jp/noauth/_sharedZ_New/img/footer/ico-footer_down_001.png") right 15px center no-repeat;
  background-size: 15px auto;
}

footer .footerList .list > .parent > p.open {
  background: url("https://manabi-contents.benesse.ne.jp/noauth/_sharedZ_New/img/footer/ico-footer_up_001.png") right 15px center no-repeat;
  background-size: 15px auto;
}
*/
footer .footerList .list > li > p {
  background: url("https://manabi-contents.benesse.ne.jp/noauth/_sharedZ_New/img/footer/ico-footer_right_001.png") right 17px center no-repeat;
  background-size: 10px auto;
}

footer .footerList .list > li > p a {
  padding: 23px 45px 23px 15px;
  border-bottom: 1px solid #586891;
}

footer .footerMenu {
  padding: 20px 15px;
}

footer .footerMenu li {
  margin-bottom: 20px;
}

footer .footerMenu li a {
  color: #fff;
  line-height: 1;
  font-size: 14px;
  text-decoration: none;
}

footer .footerMenu li:last-child {
  margin-bottom: 0;
}

/* pageFooter */
/*footer .footerList.pageFooter .list li .univ {
  background: url("https://manabi-contents.benesse.ne.jp/noauth/_sharedZ_New/img/footer/ico-footer_univ.png") 13px 15px no-repeat;
  background-size: 35px auto;
}

footer .footerList.pageFooter .list li .expart {
  background: url("https://manabi-contents.benesse.ne.jp/noauth/_sharedZ_New/img/footer/ico-footer_expart.png") 14px 15px no-repeat;
  background-size: 34px auto;
}

footer .footerList.pageFooter .list li .document {
  background: url("https://manabi-contents.benesse.ne.jp/noauth/_sharedZ_New/img/footer/ico-footer_document.png") 13px 15px no-repeat;
  background-size: 36px auto;
}

footer .footerList.pageFooter .list li .job {
  background: url("https://manabi-contents.benesse.ne.jp/noauth/_sharedZ_New/img/footer/ico-footer_job.png") 15px 13px no-repeat;
  background-size: 32px auto;
  position: relative;
}*/
footer .footerList.pageFooter .list li .job small {
  font-size: 10px;
  font-weight: normal;
  display: block;
  position: absolute;
  top: 50%;
  right: 40px;
  margin-top: -5px;
}

/* フッター用アコーディオンボックス */
footer h2.hTxt-02 {
  color: #0092d7;
  font-size: 19px;
  margin: 0 0 15px 10px;
}

footer h2.hTxt-02:before {
  border-left: 4px solid #0092d7;
  padding: 0 0 0 10px;
  content: "";
}

footer .footerAccBoxStyle {
  background: #ffffff;
  padding-bottom: 10px;
}

footer .footerAccBox {
  border-bottom: solid 1px #b4dbf9;
  margin-bottom: 0px;
}

footer .footerAccBox dl dt {
  background-color: #e1f1fd;
  border: solid 1px #b4dbf9;
  border-bottom: 0 none;
  font-weight: bold;
  padding: 0px;
}

footer .footerAccBox dl dt a {
  font-weight: bold;
  display: block;
  position: relative;
  text-decoration: none;
  padding: 15px 55px 15px 9px;
  color: #333;
  font-size: 16px;
}

footer .footerAccBox dl dt a span.icon {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -16px;
  width: 33px;
  height: 33px;
  overflow: hidden;
}

footer .footerAccBox dl dt a.plus span.icon {
  background: url("https://manabi-contents.benesse.ne.jp/noauth/_sharedZ_New/img/btn/plus_2x.png") no-repeat;
  background-size: 33px 33px;
}

footer .footerAccBox dl dt a.minus span.icon {
  background: url("https://manabi-contents.benesse.ne.jp/noauth/_sharedZ_New/img/btn/minus_2x.png") no-repeat;
  background-size: 33px 33px;
}

footer .footerAccBox dl dd {
  background-color: #fff;
  border: solid 1px #b4dbf9;
  border-bottom: 0 none;
  padding: 15px 9px 1px;
  display: none;
}

footer .footerAccBox dl dd.menu {
  position: relative;
  padding: 10px 9px !important;
}

footer .footerAccBox dl dd.menu > a {
  display: block;
  text-decoration: none;
}

footer .footerAccBox dl dd.menu span.image {
  display: table-cell;
}

footer .footerAccBox dl dd.menu span.image img {
  vertical-align: top;
  width: 52px;
}

footer .footerAccBox dl dd.menu .text {
  font-size: 12px;
  display: table-cell;
  margin: 0 0 10px;
  padding: 0 0 0 5px;
  border: 0px;
  color: #000;
}

footer .footerAccBox dl dd.menu a:after {
  background: url("https://manabi.benesse.ne.jp/moshid/s23/img/DS_23_109/top_arw_3.png") no-repeat left center;
  background-size: 50% 50%;
  width: 23px;
  height: 40px;
  position: absolute;
  right: 0px;
  top: 19px;
  content: '';
}

footer .footerAccBox dl dd.menu .text strong {
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin: 4px 0 0;
}

footer .footerAccBox dl dd.menu .text strong {
  color: #0092d7;
}

footer .footerAccBox dl dd.menu .text a {
  color: #0092d7;
  text-decoration: none !important;
  font-size: 16px !important;
}

footer .footerAccBox dl dd.menu .icon {
  display: table-cell;
  position: absolute;
  right: 10px;
  top: 39%;
}

footer .footerAccBox dl dd.menu .icon img {
  width: 11.5px;
}

footer .footerAccBox dl dd.menu .accessKeyInputArea_footer a:after {
  background: none;
  width: 0;
  height: 0;
}

/*アクセスキーの登録*/
/*アクセスキー入力エリア*/
footer div.accessKeyInputArea_footer, footer p.accessKeyInputArea_footer {
  font-size: 14px !important;
  margin: 0;
  text-align: left;
  padding: 8px 8px 0;
}

footer div.accessKeyInputArea_footer .link-2, footer p.accessKeyInputArea_footer .link-2 {
  text-decoration: underline;
  font-size: 14px !important;
}

footer div.accessKeyInputArea_footer .accessKeyWrap, footer p.accessKeyInputArea_footer .accessKeyWrap {
  margin-left: 14px;
}

footer div.accessKeyInputArea_footer .txtR, footer p.accessKeyInputArea_footer .txtR {
  margin-bottom: 10px;
}

footer div.accessKeyInputArea_footer .txtR.iconTxt, footer p.accessKeyInputArea_footer .txtR.iconTxt {
  margin-bottom: 0;
}

/* アクセスキーエラー文言 サイズ調整 */
.fs80per {
  font-size: 80%;
}

footer input#footer_accessKey1 {
  width: 18%;
}

footer input#footer_accessKey2 {
  width: 18%;
}

footer input#footer_accessKey3 {
  width: 14%;
}

footer input#footer_accessKey4 {
  width: 14%;
}

footer div.accessKeyInputArea_footer a.disp span {
  color: #F67900;
  font-weight: normal;
  font-size: 14px;
}

footer div.accessKeyInputArea_footer p.txtR {
  text-align: right;
}

footer .favoriteLearn p {
  padding-bottom: 5px;
  padding-top: 5px;
  font-size: 14px !important;
}

/* パンクズ用 */
#breadClumb {
  padding: 0 10px;
}

#contents #breadClumb {
  padding: 0;
}
header#topHeader .benesse-header {
  border-bottom: none !important;
}

header#topHeader .spHidden {
  display: none !important;
}

header#topHeader #button {
  width: 55px;
  height: 40px;
  background-color: #fff;
}

header#topHeader .tcon {
  width: 55px;
  height: 40px;
  padding: 0 10px;
}

header#topHeader .tcon-menu__lines {
  width: 28px;
  background-color: #079DDC;
  margin-top: 0;
}

header#topHeader .tcon-menu__lines:before, header#topHeader .tcon-menu__lines:after {
  width: 28px;
  background-color: #079DDC;
}

header#topHeader .tcon-menu__lines:before {
  top: 8px;
}

header#topHeader .tcon-menu__lines:after {
  top: -8px;
}

header#topHeader .latestNews {
  background-color: #3AB0E2;
  text-align: center;
  padding: 0 10px;
  margin-top: -1px;
  position: relative;
}

header#topHeader .latestNews a {
  color: #fff;
  text-decoration: none;
  padding: 5px 12px;
  display: inline-block;
  letter-spacing: 0.01rem;
  font-weight: bold;
  font-size: 12px;
  background: url("https://manabi-contents.benesse.ne.jp/noauth/_sharedZ_New/img/header/icon-arrow_latest.png") right center no-repeat;
  background-size: 6px 10px;
}

header#topHeader .menuIn {
  padding-right: 0;
  background-color: #fff;
  padding-left: 55px;
  border-bottom: 1px solid #d3d3d3;
}

header#topHeader .menuBar {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  background-color: #fff;
}

header#topHeader .menuBar > .hideTxt {
  margin-right: auto;
}

header#topHeader .menuBar h1 {
  width: 30%;
  height: auto;
}

header#topHeader .menuBar .hideTxt {
  padding: 2px 0 2px 6px;
}

header#topHeader .menuBar .hideTxt a {
  color: #fff;
  height: 35px;
  background: url("https://manabi-contents.benesse.ne.jp/noauth/_sharedZ_New/img/header/img-header_logo.png") left top no-repeat;
  background-size: contain;
}

header#topHeader .menuBar ul {
  height: 43px;
}

header#topHeader .menuBar ul .document a {
  background: url("https://manabi-contents.benesse.ne.jp/noauth/_sharedZ_New/img/header/icon-paper.png") center 4px no-repeat;
}

header#topHeader .menuBar ul .news a {
  background: url("https://manabi-contents.benesse.ne.jp/noauth/_sharedZ_New/img/header/icon-msg.png") center 5px no-repeat;
}

header#topHeader .menuBar ul .login a {
  background: url("https://manabi-contents.benesse.ne.jp/noauth/_sharedZ_New/img/header/icon-login.png") center 5px no-repeat;
}

header#topHeader .menuBar ul .logout a {
  background: url("https://manabi-contents.benesse.ne.jp/noauth/_sharedZ_New/img/header/icon-logout.png") center 5px no-repeat;
}

header#topHeader .menuBar ul .mail {
  position: relative;
}

header#topHeader .menuBar ul .mail:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #CEE7F2;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  opacity: 0;
}

header#topHeader .menuBar ul .mail.is-show:before {
  opacity: 1;
}

header#topHeader .menuBar ul li {
  width: 54px;
  height: 43px;
}

header#topHeader .menuBar ul li:last-of-type {
  padding-right: 10px;
}

header#topHeader .menuBar ul li a {
  font-size: 17px;
  padding-top: 52px;
  color: #289DDC;
}

header#topHeader .menuBar ul li a #univEntrySmp {
  display: block !important;
}

header#topHeader .menuBar ul li a .num {
  right: 22px;
  top: 0;
  width: auto;
  height: auto;
  min-width: 25px;
  line-height: 25px;
  padding: 0;
  font-size: 19px;
  color: #fff;
}

header#topHeader #globalMenu #closeButton {
  background: none;
  height: 40px;
  width: 55px;
  padding-top: 24px;
}

header#topHeader #globalMenu #closeButton .tcon-menu__lines {
  margin-top: 0;
  background-color: #fff;
  top: 0;
  width: 35px;
}

header#topHeader #globalMenu #closeButton .tcon-menu__lines:before, header#topHeader #globalMenu #closeButton .tcon-menu__lines:after {
  top: 0;
  width: 35px;
}

header#topHeader #globalMenu nav {
  left: -100%;
  right: auto;
}

header#topHeader #globalMenu nav .scrollArea {
  position: relative;
}

header#topHeader #globalMenu nav .scrollArea .ttlArea {
  padding: 0;
  background: #F1F1F1;
}

header#topHeader #globalMenu nav .scrollArea .ttlArea .hideTxt {
  background-color: #fff;
  padding: 0;
  height: 40px;
  padding-left: 60px;
}

header#topHeader #globalMenu nav .scrollArea .ttlArea .hideTxt a {
  width: 87%;
  max-width: 233px;
  color: #fff;
  outline-color: #fff;
  height: auto;
  line-height: 36px;
  background: url("https://manabi-contents.benesse.ne.jp/noauth/_sharedZ_New/img/header/img-header_logo_ol.png") left center no-repeat;
  background-size: contain;
}

header#topHeader #globalMenu nav .scrollArea .ttlArea .search {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-pack: justify;
}

header#topHeader #globalMenu nav .scrollArea .ttlArea .search img {
  width: 16px;
}

header#topHeader #globalMenu nav .scrollArea .ttlArea .search input {
  font-size: 16px;
  padding-left: 0;
  padding-right: 20px;
  width: calc(100% - 37px);
}

header#topHeader #globalMenu nav .scrollArea .ttlArea .search input::-webkit-input-placeholder {
  color: #289DDC;
}

header#topHeader #globalMenu nav .scrollArea .ttlArea .search input:focus::-webkit-input-placeholder {
  color: #fff;
}

header#topHeader #globalMenu nav .scrollArea .ttlArea .search button {
  width: 40px;
  height: 26px;
  text-align: center;
}

header#topHeader #globalMenu nav .scrollArea .ttlArea form {
  padding: 14px 20px 14px 12px;
  background-color: #F1F1F1;
}

header#topHeader #globalMenu nav .scrollArea .nameArea {
  font-size: 16px;
  font-weight: normal;
  padding-left: 8px;
}

header#topHeader #globalMenu nav .scrollArea .nameArea.greeting {
  height: 45px;
  line-height: 45px;
}

header#topHeader #globalMenu .overlay {
  background: rgba(0, 0, 0, 0.19);
}

header#topHeader .lastestMessage {
  background: #CEE7F2;
}

header#topHeader .lastestMessage .circle {
  position: relative;
}

header#topHeader .lastestMessage .circle figure {
  z-index: 2;
  position: relative;
  display: block;
}

header#topHeader .lastestMessage .circle figure a {
  width: 64px;
  height: 64px;
  display: block;
  margin: 0 auto;
  padding: 0 10px;
}

header#topHeader .lastestMessage .circle figure a img {
  width: 100%;
  border-radius: 50%;
}

header#topHeader .lastestMessage .circle  svg{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    fill:none;
    stroke:#E2551E;
    stroke-linecap: round;
    stroke-width:3;
    stroke-dasharray: 1;
    stroke-dashoffset: 0;
    animation: stroke-draw 1.5s ease-out infinite alternate; 
	 animation-iteration-count:1;
  }

@keyframes stroke-draw {
  from{
    stroke-dasharray: 50;
  }
  to{
    stroke-dasharray: 0;
  }
}

header .lastestMessage {
	padding: 8px 8px 8px 5px;
	display: flex;
	position: relative;
	box-sizing: border-box;
	min-height: 70px;
}
header .lastestMessage a{
	text-decoration: none;
}

header .lastestMessage .messageTitle {
	font-weight: bold;
	margin-bottom: 5px;
	position: relative;
	max-height: 38px;
	overflow: hidden;
	line-height: 20px;
	font-size: 16px;
}
header .lastestMessage .messageTitle:before,
header .lastestMessage .messageTitle:after{
	font-size: 12px;
	position: absolute;
	background: #CEE7F2;
}
header .lastestMessage .messageTitle:before{
	content: "･･･";
	bottom: 0;
	right: 0;
}
header .lastestMessage .messageTitle:after{
	content: "";
	width: 100%;
	height: 100%;
}
header .lastestMessage date {
	font-size: 11px;
	color:#999999;
}

header .lastestMessage .messageBox {
	flex: 1;
	min-width: 0;
	align-self: center;
	line-height: 1;
}

header .lastestMessage .close {
	width: 20px;
	align-self:center;
	margin-left: 8px;
}

header#topHeader .hideWide button {
  height: 26px;
}

header#topHeader #button {
  left: 0;
  right: auto;
}

header#topHeader #closeButton {
  left: 0;
}
