@charset "utf-8";
/******************************************************
#icomoon
******************************************************/
#pagetop::before,
.fav-per::before,
.nn-limitbtn::before,
#spb_modal .rep-title::before,
#spb-search-btn::before,
.b_hide::after,
#write_wide::before,
.b_resbtn::before,
.b_res::before,
.b_bad::before,
.b_good::before,
#b_search::before,
.goodnum-hands::before,
.loop-returnbtn::before,
.detail-nav li:first-child a::before,
.detail-nav li:nth-of-type(2) a::before,
.detail-nav li:last-child a::before,
.good-per::before,
.good::before,
.bad::before,
.title-news::before,
.t-site::before,
.t-twitter::before,
.faq-learning:before,
.faq-function::before,
.faq-experience:before,
.faq-video:before,
.faq-text:before,
.faq-mail:before,
.faq-teacher:before,
.faq-plan:before,
.faq-faraway:before,
.faq-gfs:before,
.check-list li::before,
.last a::before,
.last a::after,
.first a::before,
.first a::after,
.next a::before,
.prev a::before,
.nn-box.warning::before,
.nn-box.success::before,
.msg-box.success::before,
.msg-box.error::before,
.pc-gnav-profile a::before,
.pc-gnav-fav a::before,
.pc-gnav-his a::before,
.pc-mypagemenu li::after,
.mypage-list li::before,
.title-login::before,
.title-mypage::before,
.open_button::before,
.detail-returnbtn::before,
.detail-favbtn::before,
.v-ctr li::before,
.t_foldericon::before,
.t_tagicon::before,
.t_teachericon::before,
.t_listicon::before,
.t_playicon::before,
.t_qaicon::before,
.sp-looplink::after,
.drawer-list a::after,
.f_twitter::before,
.f_facebook::before,
.sp-darkbg-attxt:before,
#pc-all-info::after,
#g-info-title,
.loop-fav:before,
.title-pu:before,
.title-agreement::before,
.title-history:before,
.title-hot:before,
.title-new:before,
.title-begin:before,
.title-teacher::before,
.title-tag::before,
.topnews:after,
.title-wrap a:after,
.title-wrap h2:before,
.sbtn:before,
.slick-prev:before,
.slick-next:before,
.wtc_btn span:before,
.darkbg-attxt:before,
.wtc_thumb:after,
#g-iv::before,
#g-join::before,
#g-login::before,
#g-user::before,
#g-info::before,
#g-board::before,
#g-begin::before,
#g-rank::before,
#g-search::before {
  font-family: 'icomoon' !important;
}
/******************************************************
#width
******************************************************/
.f_writewrap,
#board-loop,
.board-main-wrap,
.not-wrap,
.board-wrap,
.kabu-illust,
.t-video-wrap,
.teacher-box,
.infoloop-wrap,
.info-wrap,
.login-wrap,
#detail-wrap,
#footer-nav,
.sec-wrap,
.pickloop-wrap,
#slide-wrap,
#watching-wrap,
.reco-wrap,
.h-wrap,
.ranking-main-wrap {
  max-width: 960px;
  margin: 0 auto;
}
/******************************************************
header
******************************************************/
html {
  scroll-behavior: smooth;
  scroll-padding-top: 70px; /* 固定ヘッダの高さ分 */
}
body {
  background: #f8f8f8;
}
header {
  background: #fff;
  width: 100%;

  position: sticky;
  position: -webkit-sticky;

  /*
  position: fixed;
  */
  top: 0;
  z-index: 999999;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.2));
}
input::placeholder {
  color: #ccc;
}
.h-wrap {
  height: 70px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.h_nomember {
  position: absolute;
  font-size: 1.0rem;
  top: 3px;
  font-weight: bold;
  left: 10px;
  z-index: 2;
}
.h_nomember_l {
  color: #2e91ff !important;
  text-decoration: underline !important;
}
.h_nomember_l:hover {
  opacity: 0.75;
}
#logo img {
  width: 50%;
  padding: 10px 0;
}
#gnav-sp ul,
#gnav-pc ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
#gnav-sp p,
#gnav-pc p {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
}
#gnav-pc li {
  position: relative;
}
.gnav-newsys {
  position: absolute;
  right: 0;
  top: 5px;
  font-size: 1.0rem;
  padding: 2px 4px 1px;
  background: #d52484;
  color: white;
  z-index: 2;
  border-radius: 5px;
}
#g-rank::before,
#g-iv::before,
#g-login::before,
#g-join::before,
#g-user::before,
#g-info::before,
#g-board::before,
#g-begin::before,
#g-search::before {
  display: block;
  font-size: 20px;
}
#g-rank::before{content: "\e92a";}
#g-begin::before{content: "\e902";}
#g-iv::before {  content: "\e92e";}
#g-login::before {content: "\e90a";}
#g-join::before {content: "\e905";}
#g-user::before {content: "\e921";}
#g-info-title::before {content: "\e907";}
#g-info::before {content: "\e907";}
#g-search::before {content: "\e91b";}
#g-board::before {content: "\e922";}
#g-info {position:relative;}
#g-info span {
  background: #d52484;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: -4px;
  right: 12px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 21px;
  font-size: 1.0rem;
}
.pc-info-menu {
  cursor: pointer;
}
#sp-menu {
  /*
  position: sticky;
  position: -webkit-sticky;
  z-index: 1000000;
  */
}
.board-menu-wrap,
.pc-info-menu,
.sp-menu,
#gnav-sp a,
#gnav-pc a {
  color: #315096;
  display: block;
  font-size: 1.2rem;
  width: 70px;
  height: 70px;
  text-align: center;
}
.h_infolist li {
  border-bottom: 1px solid rgba(0,0,0,.15);
}
.h_infolist b {
  display: block;
}
#gnav-pc .h_infolist {
  display: block;
  position: absolute;
  top: 70px;
  right: 0;
  background: #fff;
  border: 1px solid rgba(0,0,0,.15);
  border-bottom: none;
  min-width: 300px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  font-size: 1.3rem;
  display: none;
}
#gnav-pc .h_infolist + neko {
  display: block;
  margin: 0;
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform .15s ease-out;
  transition: -webkit-transform .15s ease-out;
  -o-transition: transform .15s ease-out;
  transition: transform .15s ease-out;
  transition: transform .15s ease-out,-webkit-transform .15s ease-out;
}
#g-info-title {
  background: #1f2c5c;
  color: white;
}
#nonew-info,
#g-info-title {
  font-weight: bold;
  padding: 10px;
}
#g-info-title::before {
  margin-right: 10px;
}
#nonew-info {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
#pc-all-info {
  position: relative;
}
#pc-all-info::after {
  content: "\e914";
  color: #ccc;
  position: absolute;
  font-size: 1.0rem;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#gnav-pc .h_infolist a {
  width: auto;
  height: auto;
  padding: 10px;
  text-align: left;
}
#gnav-pc #pc-all-info a {
  text-align: center;
}
aside.watching {
  background: #333;
  height: 113px;
}


#watching-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 20px 0;
}
.wtc_thumb {
  display: block;
  position: relative;
  max-width: 202px;
  margin-right: 20px;
}
.wtc_thumb img {
  /*filter: brightness(75%);*/
  max-width: 202px;
  max-height: 113px;
  border: 2px solid #fff;
}
.loop-watch-state:before,
.wtc_thumb:before {
  background: rgba(234,238,242,0.8);
  content: "";
  height: 4px;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
.wtc_thumb:after {
  background: rgba(213,36,132,0.9);
  border-radius: 50%;
  display: block;
  font-size: 2.0rem;
  line-height: 40px;
  text-align: center;
  text-indent: 3px;
  width: 40px;
  height: 40px;
  color: white;
  position: absolute;
  content: "\e906";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}
.watchbar {
  background: #d52484;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.wtc_detail {
  padding: 15px;
  width: 100%;
}
.wtc_detail p {
  color: #f7f7f7;
  font-size: 1.2rem;
  font-weight: bold;
}
.wtc_title {
  color: #fff;
  display: block;
  font-size: 1.8rem;
}
.wtc_linktxt {
  color: #fff !important;
  display: block;
  text-decoration: underline;
  text-align: center;
  margin-top: 14px;
}
.wtc_btn {
  background: #ffd940;
  display: block;
  width: 260px;
  text-align: center;
  padding: 15px 0;
}
.wtc_btn span {
  font-weight: bold;
  position: relative;
  padding-left: 20px;
}
.wtc_btn span:before {
  background: rgba(51,51,51,1);
  border-radius: 50%;
  display: block;
  font-size: 1.0rem;
  line-height: 22px;
  text-align: center;
  text-indent: 2px;
  width: 21px;
  height: 21px;
  color: white;
  position: absolute;
  content: "\e906";
  top: 50%;
  left: -8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.wtc_link {
  margin-left: auto;
}
.darkbg-attxt {
  color: #ffd940;
  display: block;
  font-size: 1.4rem;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  font-weight: bold;
}
.darkbg-attxt:before {
  content: "\e90c";
  font-size: 20px;
  position: absolute;
  top: -6px;
  left: 0;
}
#slide-wrap {
  margin: 50px auto 105px;
}
.sec-wrap {
  margin-bottom: 40px;
  overflow : hidden;
  position: relative;
}
.top_teacher {
  margin-top: 20px;
}
.title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
.title-wrap h2 {
  font-size: 2.0rem;
}
.title-wrap h2:before {
  color: white;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  font-weight: normal;
  margin-right: 10px;
}
.title-detail:before {
  content: "\e913";
  background: #1f2c5c;
}
.title-pu {
  margin-top: 20px;
}
.title-pu,
.title-begin {
  color: white;
}
.title-begin:before {
  content: "\e91d";
  background: #4dce1b;
  line-height: 32px;
  vertical-align: text-bottom;
}
.title-pu:before {
  content: "\e91d";
  background: #2e91ff;
  line-height: 32px;
  vertical-align: text-bottom;
}
.title-new:before {
  content: "\e903";
  background: #d52484;
  font-size: 2.6rem;
  line-height: 30px;
  vertical-align: sub;
}
.title-hot:before {
  content: "\e924";
  background: #d53924;
}
.title-history:before {
  content: "\e908";
  background: #3755aa;
}
.title-teacher::before {
  content: "\e976";
  background: #3755aa;
}
.title-tag::before {
  content: "\e90d";
  background: #3755aa;
}
.title-wrap a {
  background: #fff;
  display: block;
  border: 2px solid #555;
  border-radius: 15px;
  line-height: 28px;
  height: 30px;
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
  padding: 0 50px;
}
.pc-mypagemenu li::after,
.sp-looplink::after,
.drawer-list a::after,
.topnews:after,
.title-wrap a:after {
  content: "\e914";
  position: absolute;
  right: 10px;
  font-size: 1.0rem;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
}
.topnews {
  background: #e1e1e1;
  border-radius: 5px;
  height: 50px;
  line-height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0 20px;
  font-weight: bold;
  position: relative;
}
.topnews time {
  color: #555;
  margin-right: 50px;
}
.top-videoloop3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.top-videoloop3 article {
  max-width: 313px;
  margin: 0 10px;
}
.top-videoloop3 article:nth-of-type(1) {margin-left: 0;}
.top-videoloop3 article:nth-of-type(3) {margin-right: 0;}

.top-videoloop4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.top-videoloop4 article {
  max-width: 225px;
  margin: 0 20px 20px 0;
  position: relative;
}

.loopbox {
  background: #fff;
  padding: 2px;
  filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.2));
  will-change: filter;
}
.loopbox h2 {
  font-size: 1.6rem;
  min-height: 47px;
  overflow: hidden;
}
.top-videoloop4 .loopbox h2 {
  font-size: 1.5rem;
}
.loop-info {
  padding: 8px 5px 0;
}
.loop-category {
  font-size: 1.2rem;
  border-top: 1px solid #e1e1e1;
  padding-top: 10px;
  padding-bottom: 8px;
  margin-top: 10px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.loop-tag {
  background: #e8edf6;
  border-radius: 3px;
  border: 1px solid #1f2c5c;
  color: #1f2c5c !important;
  padding: 0 5px;
  font-size: 1rem;
  position: relative;
  z-index: 2;
  line-height: 22px;
}
a.loop-tag:nth-of-type(2) {
  margin: 0 auto 0 10px;
}
.loop-category b {
  padding-top: 6px;
}
.articlelink {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.loop-watch-state {
  position: relative;
}
#detail-wrap .loop-watch-state {
  flex-shrink: 0;
  width: 120px;
}
.loop-watch-state strong {
  background: #d52484;
  border-radius: 3px;
  color: white;
  font-size: 1rem;
  font-weight: normal;
  padding: 1px 5px;
  position: absolute;
  bottom: 5px;
  left: 2px;
  z-index: 1;
}
.loop-watch-state.watched .watchbar,
.loop-watch-state.watched strong {
  background: rgba(51,51,51,0.8);
}
.loop-time {
  padding: 1px 5px;
  position: absolute;
  color: white;
  font-size: 1.0rem;
  z-index: 2;
  bottom: 2px;
  right: 2px;
  background: rgba(51,51,51,0.8);
}
#related .loop-time {
  font-size: 1rem;
  transform: scale(.8);
  color: white;
  font-weight: normal;
  bottom: 3.5px;
  right: -6px;
}
.loopbox .loop-time,.entry-list .loop-time {
  bottom: 4px;
  right: 1px;
}
footer {
  background:#333;
  width: 100%;
}
#footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
#footer-nav ul {
  max-width: 320px;
  width: 33.33%;
  padding: 35px 0;
}
#footer-nav li {
  color: #ccc;
  margin: 5px 0;
  font-size: 1.4rem;
}
#footer-nav .f_title {
  color: #fff;
  padding-left: 0;
  font-size: 1.7rem;
  font-weight: bold;
}
.copyright {
  background: #333;
  border-top: 1px solid #4e4e4e;
  width: 96%;
  margin: 0 auto;
}
.copyright small {
  color: #8c8c8c;
  display: block;
  text-align: center;
  padding: 20px;
  font-size: 1.2rem;
}
.loop-fav {
  cursor: pointer;
}
.loop-fav:before {
  content: "\e9da";
  background: rgba( 255,255,255,0.75);
  position: absolute;
  top: 6px;
  right: 6px;
  border-radius: 5px;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-size: 1.3rem;
  color: #777;
  border: 1px solid #ccc;
  z-index: 10;
  display: none;
}
.loop-favtxt {
  display: none;
}
.loop-fav:hover .loop-favtxt,
.loopbox:hover .loop-fav:before {
  display: block;
}
.loop-fav:hover:before {
  background: rgba(213,36,132,0.8);
  color: white;
}
.loop-fav-added:before {
  background: rgba(213,36,132,0.8);
  color: white;
}
.loop-fav-added:hover:before {
  background: rgba( 0,0,0,0.1);
  color: #777;
}

.loop-favtxt {
  position: absolute;
  display: none;
  margin: 1.5em 0;
  padding: 7px 10px;
  border-radius: 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #fff;
  z-index: 11;
  right: -82px;
  top: -62px;
  font-size: 1.2rem;
  font-weight: bold;
}
.loop-fav-added .loop-favtxt {
  right: -89px;
}
.loop-favtxt:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #fff;
}
.sp-looplink {
  background: #fff;
  display: block;
  border: 2px solid #555;
  border-radius: 50px;
  line-height: 40px;
  height: 40px;
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.sp-darkbg-attxt {
  background: #ffd940;
  padding: 10px 0;
  color: #333;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  padding-left: 35px;
}
.sp-darkbg-attxt:before {
  content: "\e90c";
  font-size: 20px;
  position: absolute;
  top: 5px;
  left: 10px;
}
.drawer-user {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.f_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.f_twitter {
  background: #55acee;
  margin-right: 20px;
  margin-bottom: 20px;
}
.t-twitter::before,
.f_twitter::before {
  content: "\e920";
}
.f_facebook {
  background: #315096;
}
.f_facebook::before {
  content: "\e923";
}
.f_twitter,
.f_facebook {
  border-radius: 50%;
  color: #fff !important;
  display: block;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.video-wrap {
  /*
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;

  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  */

  display: grid;
  justify-content: center;
  align-content: center;
  grid-column-gap: 20px;
  grid-template-columns: 640px 300px;
}
.detail-left {
  margin-bottom: 15px;
  flex-grow: 1;
}

.detail-left iframe {
  position: relative;
  width: 100%;
  height: calc((3 / 4) * 100vw);
  max-height: 480px;
  background: #111;
}

.detail-table {
  border: 1px solid #f3f3f3;
  width: 300px;
  padding: 14px;
}
.detail-table hr {
  margin: 15px 0;
}
.detail-bottom {
  border: 1px solid #f3f3f3;
  width: 640px;
  padding: 14px;
  margin-top: 20px;
}
.detail-table,
.detail-bottom {
  background: white;
}
.video-imgwrap {
  border: 1px solid #eee;
  max-width: 640px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.video-img-s {
  width: 40%;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 20px;
}
.video-guest-detail {
  z-index: 2;
  position: absolute;
  top: 18%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -18%);
  transform: translate(-50%, -18%);
  text-align: center;
}
.video-guest-msg {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);

  background: #3755aa;
  bottom: 0;
  color: white;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 20px 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.video-guest-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 15px;
}
.video-guest-btn li:first-child {
  margin-right: 20px;
}
.video-guest-btn li {
  width: 40%;
}
.video-guest-btn a {
  display: block;
  border: 2px solid #fff;
  border-radius: 20px;
  line-height: 34px;
  height: 36px;
  font-size: 1.5rem;
  position: relative;
  font-weight: bold;
}
.video-guest-btn li:last-child a {
  background: #fff;
  color: #3755aa;
}
.video-guest-title {
  color: #fff;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.4));
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  height: 36px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 96%;
  margin: 0 auto;
}
.video-img {
  max-width: 640px;
  width: 100%;
  -webkit-filter: blur(5px) brightness(0.7);
  -moz-filter: blur(5px) brightness(0.7);
  -o-filter: blur(5px) brightness(0.7);
  -ms-filter: blur(5px) brightness(0.7);
  filter: blur(20px) brightness(1);
}
.detail-title span,
.detail-title p {
  display: inline-block;
}
.detail-title span {
  color: white;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  position: relative;
  vertical-align: bottom;
}
.detail-title p {
  color: #111;
  font-size: 1.6rem;
  font-weight: bold;
}
.detail-title span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}
.t_qaicon,
.t_listicon,
.t_playicon {
  background: #1f2c5c;
}
.t_foldericon,
.t_tagicon,
.t_teachericon {
  background: #777;
}
.t_foldericon::before {
  content: "\e910";
  font-size: 1.2rem;
  padding-left: 1px;
}
.t_tagicon::before {
  content: "\e90d";
  font-size: 1.2rem;
  padding-left: 1px;
}
.t_teachericon::before {
  content: "\e976";
  font-size: 1.2rem;
  padding-left: 0;
}
.t_playicon::before {
  content: "\e906";
  font-size: 1.2rem;
  padding-left: 3px;
}
.t_listicon::before {
  content: "\e9ba";
  font-size: 1.2rem;
  padding-left: 1px;
}

.v-ctr {
  margin-top: 15px;
}
.v-ctr li {
  background: #f3f3f3;
  cursor: pointer;
  padding: 8px 0;
  position: relative;
  margin-top: 3px;
}
.v-ctr li::before {
  color: #aaa;
  content: "\e906";
  font-size: 0.8rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  left: 8px;
}
.v-ctr p {
  font-size: 1.2rem;
  font-weight: bold;
  padding-left: 24px;
  width: 216px;
}
.v-ctr span {
  color: #555;
  font-size: 1.0rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  right: 16px;
}
.v-ctr span::after {
  content: "~";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);

}
#related p {
  font-size: 1.2rem;
  font-weight: bold;
}
.related-video {
  font-size: 1.6rem !important;
  font-weight: bold !important;
}
.related-titlebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.related-title {
  margin-top: 20px;
}
.next-videobox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-top: 10px;
}
.autoplay-txt {
  font-size: 1.0rem;
  line-height: 28px;
  margin-right: 10px;
}
.next-videobox p {
  color: #777;
  font-size: 1.0rem;
  font-weight: normal;
}
.next-videobox cite {
  font-size: 1.2rem;
  height: 33px;
  display: block;
  overflow: hidden;
  font-weight: bold;
  margin-top: 2px;
  line-height: 1.4;
  font-style: normal;
}
.left-related {
  background: #fff;
  margin: 20px 0;
  padding: 14px;
  border: 1px solid #f3f3f3;
}
.left-relatedlist {
  margin-top: 10px;
}
.left-relatedlist a {
  padding-bottom: 10px;
  border-bottom: 1px solid #f3f3f3;
}
.left-relatedlist li:last-child a {
  border-bottom: none;
  padding-bottom: 0;
}
.related_bar {
  position: relative;
  align-self: flex-start;
}
.related_bar::before {
  background: rgba(234,238,242,0.8);
  content: "";
  height: 2px;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
.related_bar .watchbar {
  background: #d52484;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.next-detail {
  margin-left: 8px;
}
.detail-titlebox {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.detail-titlebox-inner {
  padding-right: 10px;
}
.detail-titlebox p {
  color: #555;
  font-size: 1.2rem;
}
.detail-titlebox h1 {
  font-size: 2.0rem;
  font-weight: bold;
}
.detail-minitest {
  width: 140px;
  padding: 6px 10px 10px;
  box-sizing: border-box;
  background: #1f2c5c;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
}
.detail-minitest-text {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  padding-bottom: 5px;
  margin-left: 3px;
  padding-left: 20px;
}
.detail-minitest-text::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 17px;
  height: 17px;
  background: url(../img/ico_test100.svg) no-repeat border-box left center/100% auto;
}
.detail-minitest-state {
  display: block;
  width: 100%;
  font-size: 1.3rem;
  background: #fff;
}
.detail-minitest .challenge {
  display: inline-block;
  color: #d52483;
  font-weight: bold;
  position: relative;
  padding-right: 12px;
}
.detail-minitest .challenge::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5.5px 0 5.5px;
  border-color: #d52483 transparent transparent transparent;
}
.detail-minitest .challenged {
  color: #1f2c5c;
}

.detail-description {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 15px;
  overflow: hidden;
}
.detail-infowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  float: right;
}
.detail-infowrap p {
  font-size: 1.2rem;
  margin-top: 15px;
}
.detail-favbtn {
  z-index: 2;
  margin: 15px 0 0 15px;
  padding: 7px 18px;
  border-radius: 3px;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition: .2s ease;

  color: #555;
  background: rgba(255,255,255,0);
  border: 1px solid #555;
}
.detail-favbtn:hover {
  opacity: 0.5;
}
.detail-favbtn.addfav:hover {
  color: #555;
  background: rgba(255,255,255,0);
  border: 1px solid #555;

  opacity: 1;
}
.detail-favbtn::before {
  content: "\e9da";
  padding-right: 2px;
}
.detail-favbtn.addfav {
  background: #d52484;
  color: #fff;
  border: 1px solid #d52484;
}
.detail-favbtn.addfav:hover {
  background: #d52484;
  color: #fff;
}
.detail-reg {
  margin-top: 15px;
}
.detail-teacherbox {
  margin: 20px 30px 30px 27px;
}
.detail-tagwrap {
  position: relative;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 30px;
}
.detail-tagbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 0 27px;
}
.detail-categorybox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 30px 27px;
}
.detail-tagbox {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.grad-tagbox {
  position: relative;
  overflow: hidden;
  max-height: 90px;
  margin-bottom: 45px;
}
.detail-categorybox li:first-child::after,
.detail-categorybox li:nth-of-type(2)::after {
  font-family: 'icomoon' !important;
  content: "\e911";
  font-size: 0.5rem;
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
}
.detail-categorybox li:nth-of-type(2):last-of-type::after {
  content: none;
  display: none;
}
.detail-categorybox a {
  background: #e8edf6;
  border: 1px solid #1f2c5c;
  border-radius: 5px;
  color: #1f2c5c;
  font-size: 1.2rem;
  padding: 3px 15px;
}
.detail-categorybox li:last-child {
  font-size: 1.2rem;
  line-height: 26px;
}
.detail-tagbox a {
  background: #f3f3f3;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  color: #333;
  display: block;
  font-size: 1.2rem;
  padding: 3px 15px;
  margin: 0 15px 15px 0;
}
.detail-teacherbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.detail-teacherbox li {
  width: 50%;
  margin-bottom: 20px;
}
.d-teacher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.teacher-img {
  border: 3px solid #eee;
  border-radius: 50%;
  width: 62px;
  height: 62px;
}
.teacher-position {
  display: block;
}
.d-teacher p {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 10px 0 0 10px;
}
.d-teacher p.other {
  font-weight: bold;
  margin: 0 0 0 10px;
  line-height: 62px;
}
.d-teacher span {
  color: #777;
  font-size: 1.2rem;
  font-weight: normal;
}
.timeinfo {
  margin-top: 5px;
}
.detail-nav {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  font-size: .8rem;
  text-align: center;
  z-index: 2;
}
.detail-nav li {
  width: 41px;
  height: 41px;
  background: #fff;
}
.detail-nav li:first-child {
  border: 1px solid #ccc;
  border-right: none;
  border-radius: 5px 0 0 0 / 5px 0 0 0;
}
.detail-nav li:nth-of-type(2) {
  border: 1px solid #ccc;
  border-top: none;
  border-right: none;
}
.detail-nav li:last-child {
  border: 1px solid #ccc;
  border-right: none;
  border-top: none;
  border-bottom: none;
}


.detail-nav li:first-child a::before {
  color: #1f2c5c;
  content: "\e909";
  display: block;
  font-size: 1.2rem;
  padding-top: 4px;
  padding-bottom: 1px;
}
.detail-nav li:first-child a::before {
  color: #1f2c5c;
  display: block;
  font-size: 1.2rem;
  padding-top: 4px;
  padding-bottom: 1px;
  content: "\e911";
  transform: rotate(270deg);
}

.detail-nav li:nth-of-type(2) a::before {
  color: #1f2c5c;
  content: "\e9ba";
  display: block;
  font-size: 1.2rem;
  padding-top: 5px;
  padding-bottom: 2px;
}
.detail-nav li:last-child a::before {
  color: #1f2c5c;
  content: "\e906";
  display: block;
  font-size: 1.2rem;
  padding-top: 5px;
  padding-bottom: 2px;
}

.related_state {
  font-size: 0.8rem !important;
  position: absolute;
  background: #d52484;
  top: 0;
  left: 0;
  padding: 1px 5px;
  color: #fff !important;
}
.related_state.comp {
  background: #555;
}
.login-box {
  background: #fff;
  margin: 50px auto 25px;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.1));
  max-width: 640px;
  padding-bottom: 25px;
}
.login-form-box {
  padding: 25px;
}
.form-group {
  margin-bottom: 25px;
}
.form-ltitle,
.form-group label {
  display: block;
  margin-bottom: 4px;
  font-size: 1.4rem;
  color: #777;
}
.form-atxt {
  font-size: 1.8rem;
}
.example {
  margin-top: 4px;
  font-size: 1.2rem;
  color: #777;
}
.inputform {
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  display: block;
  width: 100%;
  padding: 0.5em 0.6em;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.inputform:focus {
  border-color: #586dbb;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(88,109,187,0.4);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(88,109,187,0.4);
}
.form-group .check-label {
  display: inline;
  color: #333;
}
.form-txt {
  font-size: 1.4rem;
  color: #777;
}
.form-annotation-text {
  margin: 0 auto 22px;
  font-size: 14px;
}
.form-annotation-link {
  text-decoration: underline;
}
.form-annotation-link:hover {
  opacity: 0.8;
}
.login-check-wrap {
  background: #f7f7f7;
  border: 1px solid #efefef;
  border-radius: 5px;
  padding: 12px;
}
.submit {
  display: block;
  background: #1f2c5c;
  border-radius: 5px;
  color: #fff;
  border: none;
  padding: 9px 28px 7px;
  cursor: pointer;
}
.submit.is-disabled {
  cursor: auto;
  opacity: .5;
}
.login__forgetText {
  text-decoration: underline;
}
.forget-txt {
  text-decoration: underline;
  padding: 0 0 0 25px;
}
.loginbtn {
  font-size: 2.0rem;
  width: 100%;
  padding: 15px 0;
}
.disabledbtn {
  background: #999999;
  font-weight: bold;
  font-size: 2.0rem;
  width: 100%;
  padding: 15px 0;
  pointer-events: none;
}
.contractbtn {
  background: #ee7800;
  font-weight: bold;
  font-size: 2.0rem;
  width: 100%;
  padding: 15px 0;
}
.title-noicon,
.title-agreement,
.title-login,
.title-mypage {
  font-size: 2.4rem;
  font-weight: normal;
  padding-bottom: 18px;
  background: #1f2c5c;
  border-bottom: 1px solid #f7f7f7;
  padding: 25px 25px 22px;
  color: white;
}
.title-agreement::before,
.title-login::before,
.title-mypage::before {
  padding-right: .6em;
  vertical-align: bottom;
}
.title-agreement::before {
  content: "\ea27";
}
.title-mypage::before {
  content: "\e921";
}
.title-login::before {
  content: "\e90a";
}
.nomember-txt {
  text-align: center;
  text-decoration: underline;
  display: block;
  margin-bottom: 25px;
}
.mypage-box {
  background: #fff;
  margin: 50px auto;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.1));
  max-width: 640px;
}
.mypage-list li {
  border-bottom: 1px solid #efefef;
  position: relative;
}
.mypage-list a,
.mypage-list div {
  display: block;
  padding: 12px 20px;
}
.mypage-list li::before {
  content: "\e914";
  font-size: 1.0rem;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mypage-list h3 {
  font-weight: normal;
  margin-bottom: 2px;
  font-size: 1.4rem;
  color: #777;
}
.mypage-list p {
  font-size: 1.8rem;
}
.mypage-list .mypage-listcontent__link {
  display: inline-flex !important;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
}
.mypage-list .mypage-listcontent__link:hover {
  opacity: 0.85;
}
.mypage-list .mypage-listcontent__thumb {
  width: 25px;
  height: 25px;
  margin-right: 7px;
  border-radius: 30px;
  overflow: hidden;
}
.mypage-list .mypage-listcontent__thumb:hover,.mypage-list .mypage-listcontent__name:hover {
  opacity: 0.85;
  background: none;
}
.mypage-listcontent__name {
  text-decoration: underline;
  color: #333;
}
.mypage-greybtn {
  cursor: not-allowed;
  color: #464a4e;
  background-color: #e7e8ea;
}
.mypage-txt{
  margin-bottom: 20px;
}
.mypage-txt a{
  text-decoration: underline !important;
}
.not-exist-txt {
  padding: 30px 25px;
}
.profile-form-box {
  padding: 15px 25px 25px;
}
.form-message-text {
  background: #f2f5fa;
  border-radius: 5px;
  color: #8e9094;
  font-size: 1.4rem;
  letter-spacing: .025em;
  line-height: 1.42857;
  padding: 6px 14px;
  margin-bottom: 24px;
}
.inputform-textarea {
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  display: block;
  width: 100%;
  height: 80px;
  padding: 0.5em 0.6em;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  resize: none;
}
.inputform-textarea:focus {
  border-color: #586dbb;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(88,109,187,0.4);
}
.inputform-textarea::placeholder {
  color: #ccc;
}
.login-footer-link-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 40px;
  max-width: 640px;
  margin: 0 auto 25px;
}
.login-footer-link-list a {
  text-align: center;
  text-decoration: underline;
  display: block;
}
@media screen and (max-width: 480px) {
  .profile-form-box {
    margin-bottom: 5px;
  }
  .profile-form-box .form-group {
    margin-bottom: 18px;
  }
  .profile-form-box .form-group:last-child {
    margin-bottom: 25px;
  }
  .form-message-text {
    margin-bottom: 20px;
    padding: 5px 10px;
  }
  .inputform-textarea {
    height: 125px;
  }
  .login-footer-link-list {
    flex-direction: column;
    gap: 20px 0;
  }
}
/* ***********
 * マイページ / G coin
 * *********** */
 .is-gcoin #main {
   overflow: visible;
 }
.login-wrap.is-gcoin {
  margin-top: 70px;
}
.gcoin {
  display: flex;
}
.gcoin__wrap {
  flex-basis: 640px;
  flex-shrink: 0;
  flex-grow: 1;
  order: 1;
}
.gcoin__wrap__inner {
  margin-bottom: 50px;
  background: #fff;
  box-shadow: 0 3px 8px rgba(204,204,204,.3);
}
.gcoin__have {
  margin-left: 20px;
  flex-basis: 300px;
  flex-shrink: 0;
  flex-grow: 1;
  text-align: center;
  order: 2;
}
.gcoin__have div {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  padding: 20px;
  background: #f2f6fe;
  border: 25px solid #fff;
  box-shadow: 0 3px 8px rgba(204,204,204,.3);
}
.gcoin__have h3 {
  height: 30px;
  margin-bottom: 15px;
  line-height: 30px;
  border-radius: 15px;
  color: #fff;
  background: #1f2c5c;
}
.gcoin__have p {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
.gcoin__have p span {
  font-size: 14px;
  vertical-align: bottom;
  position: relative;
  bottom: 3px;
}
.gcoin__history {
  margin: 0 25px;
  padding-bottom: 30px;
}
.gcoin__history li + li {
  margin-top: 24px;
}
.gcoin__history__table {
  display: flex;
  flex-wrap: wrap;
}
.gcoin__history__table dt,
.gcoin__history__table dd {
  padding: 20px;
  border-top: 1px solid #d9d9d9;
}
.gcoin__history__table dt {
  flex-basis: 34%;
  background: #f7f7f7;
  border-left: 1px solid #d9d9d9;
  font-weight: 700;
}
.gcoin__history__table dd {
  flex-basis: 66%;
  border-right: 1px solid #d9d9d9;
}
.gcoin__history__table dt:last-of-type,
.gcoin__history__table dd:last-of-type {
  border-bottom: 1px solid #d9d9d9;
}
.mypage__gcoin {
  padding: 12px 20px;
}
.mypage__gcoin div,
.mypage__gcoin a {
  padding: 0;
}
.mypage__gcoin div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.mypage__gcoin p {
  font-size: 24px;
}
.mypage__gcoin p span {
  font-size: 18px;
  vertical-align: bottom;
}
.mypage__gcoin a {
  text-decoration: underline;
  color: #777;
  font-size: 14px;
}
.mypage__gcoin .mypage__gcoinTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mypage__gcoin .mypage__gcoinLink {
  margin-left: 20px;
  text-decoration: none;
}
.mypage__gcoin .icon-question-circle-regular {
  margin-right: 5px;
}
.mypage__gcoin .mypage__gcoinLinkText {
  text-decoration: underline;
}
.paging {
  margin: 30px 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  line-height: 1;
}
.paging span {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .is-gcoin #bread-wrap {
    margin-bottom: 0;
  }
  .gcoin {
    display: block;
    margin-top: 0;
  }
  .gcoin .title-mypage {
    width: 100%;
    font-weight: 700;
  }
  .gcoin__have {
    order: 1;
    margin: 0;
  }
  .gcoin__wrap {
    flex-basis: 100%;
    order: 2;
  }
  .gcoin__have div {
    position: static;
    border-bottom: 40px solid #fff;
  }
  .mypage__gcoin div {
    flex-flow: column;
  }
  .mypage__gcoin a {
    margin-top: 14px;
    align-self: center;
  }
  .mypage__gcoin .icon-question-circle-regular {
    margin-top: 2px;
  }
  .mypage__gcoin .mypage__gcoinLink {
    margin-top: 0;
  }
  .gcoin__history {
    margin: 0 20px;
  }
  .paging {
    margin: 20px;
  }
  .gcoin__wrap__inner .paging {
    margin-top: 0;
  }
}
/* ***********
 * マイページ / 公開設定
 * *********** */
.mypage-publishing {
  padding: 40px 25px;
}
.mypage-publishing li {
}
.mypage-publishing li + li {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #d9d9d9;
}
.mypage-publishing h3 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 20px;
}
.mypage-publishing h4 {
  font-weight: normal;
  font-size: 1.4rem;
  color: #777;
}
.mypage-publishing div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 10px;
}
.input_switch {
  display: none;
}
.input_switch_label {
  font-size: 0;
  position: relative;
}
.input_switch_label::before {
  content: attr(data-off);
  display: block;
  width: 60px;
  height: 26px;
  padding: 0 12px;
  background: #999;
  border-radius: 13px;
  color: #fff;
  font-size: 10px;
  text-align: right;
  line-height: 26px;
  transition: .5s;
}
.input_switch_label::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(4px);
  border-radius: 50%;
  background: #fff;
  transition: .3s ease-out;
}
.input_switch:checked + .input_switch_label::before {
  content: attr(data-on);
  background: #3755aa;
  text-align: left;
}
.input_switch:checked + .input_switch_label::after {
  transform: translateY(-50%) translateX(38px);
}
.mypage-publishing__description {
  margin-top: 10px;
  font-size: 12px;
}
.noicon::before {
  content: none !important;
}
.msg-box {
  width: 96%;
  margin: 10px auto 0;
  padding: 0.4em 0.8em;
}
.msg-box-small {
  width: 96%;
  margin: 0 auto;
  padding: 0.4em 0.8em;
  font-size: 1.2rem;
}
.txtred-small {
  font-size: 1.2rem;
  color: #d53924;
  font-weight: bold;
}
.txt-underline {
  text-decoration: underline;
}
.check-agree-label {
  margin-bottom: 20px;
  display: inline-block;
  font-weight: bold;
}
.nn-box {
  width: 100%;
  margin: 10px auto 0;
  padding: 0.4em 0.8em;
  position: relative;
}
.safe-txt {
  color: #4dce1b;
  font-weight: bold;
}
.success {
  color: #285b2a;
  background-color: #dbefdc;
  border: 1px solid #cde9ce;
}
.error {
  color: #7f231c;
  background-color: #fdd9d7;
  border: 1px solid #fccac7;
}
.warning {
  color: #857a1f;
  background-color: #fffbd8;
  border-color: #fff9c8;
}
.nn-box.warning::before {
  content: "\e92f";
}
.nn-box.success::before,
.msg-box.success::before {
  content: "\ea10";
}
.nn-box.warning::before,
.nn-box.success::before {
  margin-right: 5px;
}
.nn-box.success::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20px;
  top: -15px;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #dbefdc;
  border-left: 15px solid transparent;
}
.nn-box.warning::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20px;
  top: -15px;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fffbd8;
  border-left: 15px solid transparent;
}
.msg-box.error::before {
  content: "\ea0f";
}
.txtred {
  color: #d53924;
  font-weight: bold;
}
.count-box {
  text-align: right;
  color: #777;
  font-size: 1.4rem;
  margin-top: 5px;
}
.opbtn {
  opacity: .25; /* Standard: FF gt 1.5, Opera, Safari */
  filter: alpha(opacity=25); /* IE lt 8 */
  -ms-filter: "alpha(opacity=25)"; /* IE 8 */
  -khtml-opacity: .25; /* Safari 1.x */
  -moz-opacity: .25; /* FF lt 1.5, Netscape */
  cursor: default;
}
.opbtn:hover {
  opacity: .25 !important;
}
.greybtn {
  display: block;
  border-radius: 5px;
  padding: 9px 28px 7px;
  cursor: pointer;
  color: #464a4e;
  background-color: #e7e8ea;
  border: 1px solid #dddfe2;
}
.check-msg-box {
  width: 100%;
  margin: 25px 0;
  padding: 0.4em 0.8em;
}
.next-video.r-next {
  margin-top: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #555;
}
.next-video.r-next.topnext {
  border: none;
  padding-bottom: 10px;
}
.left-relatedlist {
  margin-top: 10px;
}
.left-related.r-related {
  margin-top: 0;
}
.search-title-box {
  background: linear-gradient(90deg, rgba(31, 44, 92,1) 20.305972314323608%,rgba(31, 44, 91,1) 20.305972314323608%,rgba(51, 50, 73,1) 80.30680122679045%);
  color: #fff;
}
.search-title {
  font-size: 2.4rem;
  margin: 0 auto;
  max-width: 960px;
  padding: 30px 0;
}
#bread-wrap.msbox {
  margin-bottom: 0;
}
.searchform {
  max-width: 960px;
  margin: 0 auto 50px;
}
.searchform form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.searchform .check-cont {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-left: 30px;
  margin-top: 15px;
  margin-right: 15px;
  font-size: 14px;
}
.searchform input[type=checkbox] {
  display: none;
}
.searchform label.check-cont span::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border: 1px solid #bababa;
  border-radius: 5px;
  cursor: pointer;
  box-sizing: border-box;
  background: #fff;
}
.searchform label.check-cont input[type=checkbox]:checked + span::before {
  background: #0374ff;
  border: none;
}
.searchform label.check-cont input[type=checkbox]:checked + span::after {
  content: "";
  display: block;
  width: 16px;
  height: 8px;
  box-sizing: border-box;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  position: absolute;
  top: -3px;
  bottom: 0;
  left: 4px;
  margin: auto;
  transform: rotate(-45deg);
}
.searchform .searchform-link {
  margin-top: 15px;
}
.searchform .searchform-link a {
  position: relative;
  color: #3a52ac;
  font-size: 14px;
  font-size: 1.4rem;
}
.searchform .searchform-link a:hover {
  opacity: .7;
}
.searchform .searchform-link a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: currentColor;
  rotate: 45deg;
  translate: 0 -1px;
}
.inputs {
  width: 80%;
}
.searchform .inputs {
  width: 85%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.sbtn {
  font-size: 14px;
  width: 15%;
  padding-right: 10px;
  padding-left: 10px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.sbtn::before {
  content: "\e91b";
  margin-right: 6px;
  vertical-align: bottom;
}
.classlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 960px;
  margin: 0 auto;
}
#teachers li,
.classlist > li {
  width: 33.3%;
  max-width: 307px;
  margin-bottom: 20px;
}
.classlist > li > a {
  display: block;
}
.classlist h3 {
  text-align: center;
  font-size: 1.6rem;
  padding: 7px 0;
}
.lecturelist li {
  font-size: 1.4rem;
  margin-bottom: 5px;
}
#teachers {
  max-width: 960px;
  margin: 0 auto;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#tags {
  max-width: 960px;
  margin: 0 auto 50px;
}
.search-word {
  margin: 0 auto;
  max-width: 960px;
  padding: 15px 0;
}
.searchtxt {
  font-size: 1.8rem;
  padding-right: 5px;
}
.search-result {
  margin: 25px auto 10px;
  max-width: 960px;
  border-bottom: 1px solid #aaa;
  padding-bottom: 8px;
  width: 96%;
  position: relative;
}
.history-date,
.searchcount {
  font-size: 18px;
  font-weight: bold;
  padding: 0 3px;
}
.search-loop {
  border-bottom: 1px solid #aaa;
  margin: 0 auto 20px;
  max-width: 960px;
  padding: 10px 0;
}
.pagination {
  text-align: center;
  margin-bottom: 20px;
}
.pagination li {
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  vertical-align: middle;
  margin-bottom: 7px;
}
.pagination a {
  display: block;
  width: 50px;
  line-height: 50px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  color: #1f2c5c;
  background: #fff;
  border: 2px solid #eee;
  border-radius: 5px;
}
.current {
  display: block;
  width: 50px;
  line-height: 50px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  color: #333;
  background: #ddd;
  border: 2px solid #eee;
  border-radius: 5px;
  font-weight: bold;
}
.next a::before,
.prev a::before {
  content: "\e914";
  display: block;
}
.prev a::before {
  transform: rotate( -180deg);
  margin-top: -2px;
  margin-left: -2px;
}
.next a::before {
  margin-right: -2px;
  margin-top: -2px;
}
.first a,
.last a {
  position: relative;
}
.first a {
  transform: rotate( -180deg);
}
.first a::before,
.first a::after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}
.last a::before,
.last a::after,
.first a::before,
.first a::after {
  content: "\e914";
  display: block;
  position: absolute;
}
.last a::before,
.last a::after {
  margin-top: -1px;
}
.first a::before {
  left: 42%;
}
.first a::after {
  left: 58%;
}
.last a::before {
  left: 42%;
}
.last a::after {
  left: 26%;
}
.result-none {
  margin: 20px 0;
  text-align: center;
}
@media screen and (max-width: 420px) {
  .pagination a {
    width: 40px;
  }
}
@media screen and (max-width: 320px) {
  .pagination a {
    width: 35px;
  }
}

.cp_ipselect {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.cp_ipselect select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.cp_ipselect select::-ms-expand {
  display: none;
}
.cp_ipselect.cp_sl01 {
  position: relative;
  border: 1px solid #bbbbbb;
  border-radius: 3px;
  background: #ffffff;
  margin: 0 2% 20px;
  width: 96%;
}
.cp_ipselect.cp_sl01::before {
  position: absolute;
  top: 0.8em;
  right: 0.5em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
  padding: 5px 29px 5px 8px;
  color: #666666;
}

.info-wrap {
  background: #fff;
  border: 1px solid #f3f3f3;
  margin: 20px auto;
  padding: 20px;
  word-break: break-all;
}

.card-type,
.agreemtnt-wrap {
  margin: 0 auto;
  padding: 20px 20px 0 20px;
}
.agreemtnt-wrap h3,
.info-wrap h2 {
  color: #315096;
  font-size: 2.4rem;
  margin-bottom: 20px;
  padding: 0.6em 0 0.4em;
  border-top: solid 2px #315096;
  border-bottom: solid 2px #315096;
}
.infolink {
  background: #fff;
  border: 1px solid #f3f3f3;
  display: block;
  text-align: center;
  padding: 8px 0;
  margin: 0 auto 20px;
  width: 180px;
}

/* 新着情報tmp追加 */

.info-area h3 {
  margin: 45px 0 15px;
  border-bottom: dashed 2px #3a52ac;
  color: #3a52ac;
  padding-bottom: 5px;
  font-size: 2rem;
}
.info-area h4 {
  margin: 45px 0 15px;
  padding: 0.25em 0.5em;
  color: #494949;
  background: transparent;
  border-left: solid 5px #7db4e6;
  margin-bottom: 5px;
}
.info-area p {
  margin: 15px 0;
}
.info-area a:hover {
  opacity: 0.75;
}
.info-area img {
  max-height: 200px;
}
.info-area hr {
  margin: 20px 0;
  border-top: 1px solid #777;
  border-bottom: 1px solid #fff;
  border-right: transparent;
  border-left: transparent;
}

.if_red {color: red;}
.if_green {color: green;}
.if_blue {color: blue;}

.if_24 {font-size: 2.4rem;}
.if_20 {font-size: 2.0rem;}
.if_18 {font-size: 1.8rem;}
.if_16 {font-size: 1.6rem;}
.if_14 {font-size: 1.4rem;}
.if_12 {font-size: 1.2rem;}
.if_10 {font-size: 1.0rem;}

.info-area a.button03 {
  display: block;
  width: 250px;
  line-height: 1.3;
  padding: 17px 0 13px;
  font-weight: bold;
  color: #FFF !important;
  text-decoration: none;
  text-align: center;
  background-color: #f39800;
  border-bottom: solid 6px #ec6c00;
  border-radius: 5px;
  margin-top: 15px;
}
@media screen and (max-width: 568px) {
  .info-area a.button03 {
    margin: 15px auto 0;
  }
}



.history-txt {
  display: block;
  max-width: 960px;
  margin: 25px auto;
}
.history .search-loop {
  border-bottom: none;
}
.check-list {
  margin: 20px 0;
}
.check-list li {
  margin: 5px 0;
  font-weight: bold;
}
.check-list li::before {
  color: #4dce1b;
  content: "\e916";
  font-weight: bold;
  padding-right: 5px;
}
.normal-sec {
  margin-bottom: 50px;
}
.text-link {
  color: #d52484 !important;
  display: block;
  text-decoration: underline;
  margin: 15px 0;
}
.txt-link {
  color: #d52484 !important;
  text-decoration: underline;
}
.normal-att {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 20px;

}
.normal-sec h3 {
  margin: 50px 0 15px;
  border-bottom: dashed 2px #3a52ac;
  color: #3a52ac;
  padding-bottom: 5px;
  font-size: 2rem;
}
.normal-sec h4 {
  padding: 0.25em 0.5em;
  color: #494949;
  background: transparent;
  border-left: solid 5px #7db4e6;
  margin-bottom: 5px;
}
.normal-sec table {
  width: 100%;
  margin-top: 10px;
  border-right: 1px solid #ccc;
}
.normal-sec table th {
  padding: 10px;
  background: #ccc;
  white-space: break-spaces;
}
.normal-sec table td {
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  vertical-align: top;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .normal-sec .table-area {
    overflow-x: scroll;
  }
  .normal-sec table {
    /* width: 700px; */
    width: 100%;
  }
}
.search-loop form {
  overflow: hidden;
}
.num-list {
  counter-reset:number;
  list-style-type: none!important;
  padding:0.5em;
}
.num-list li {
  position: relative;
  line-height: 1.5em;
  margin-top: 14px;
  margin-bottom: 40px;
}
.num-list li::before {
  position: relative;
  counter-increment: number;
  content: counter(number);
  display: block;
  background: #3755aa;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 14px;
  border-radius: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.number-list-parentheses {
  counter-reset:number;
}
.number-list-parentheses > li {
  position: relative;
  padding-left: 35px;
}
.number-list-parentheses > li::before {
  position: absolute;
  counter-increment: number;
  content: "(" counter(number) ")";
  left: 10px;
}
.number-list-normal {
  counter-reset:number;
}
.number-list-normal > li {
  position: relative;
  padding-left: 30px;
}
.number-list-normal > li::before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  left: 16px;
}
.normal-list li {
  position: relative;
  padding-left: 10px;
}
.normal-list li::before {
  position: absolute;
  content: "";
  top: 9px;
  left: 0;
  width: 5px;
  height: 5px;
  background: #333;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .number-list-parentheses > li {
    position: relative;
    padding-left: 23px;
  }
  .number-list-parentheses > li::before {
    position: absolute;
    counter-increment: number;
    content: "(" counter(number) ")";
    left: 0;
  }
  .number-list-normal > li {
    padding-left: 15px;
  }
  .number-list-normal > li::before {
    left: 0;
  }
}
.headimg {
  margin-bottom: 30px;
}
.mistake,
.correct {
  font-weight: bold;
}
.mistake {
  color: #d53924;
}
.correct {
  color: #4dce1b;
}
.normal-table {
  width: 100%;
  table-layout: fixed;
}
.normal-table th {
  width: 25%;
  text-align: left;
  background: #3755aa;
  color: white;
}
.normal-table th,
.normal-table td {
  border-collapse: collapse;
  border:1px solid #333;
  padding: 6px 14px;
}
.normal-table .ascpList__item + .ascpList__item {
  margin-top: 10px;
}
.normal-table .ascpList__item em {
  display: block;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
  font-style: normal;
  font-weight: bold;
}
.normal-table .ascpList__item p {
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .normal-table th {
    width: 35%;
  }
  .normal-table th,
  .normal-table td {
    padding: 6px 10px;
  }
}
.faq_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px auto 50px;
}
.faq_list li {
  width: 24%;
  margin-right: 1.33%;
  margin-bottom: 1.33%;
}
.faq_list li:nth-of-type(4n) {
  margin-right: 0;
}
.faq_list a {
  border: 1px solid #ccc;
  border-radius: 5px;
  display: block;
  padding: 22px 0 15px;
  text-align: center;
}
.faq_list .faq-list-text {
  margin-top: 7px;
  font-size: 1.4rem;
}
.faq_wrap i:before, .faq_wrap ii:after,.faq_wrap p {
  transition: all 0.25s ease-in-out;
}
.faq_wrap em {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-style: normal;
  font-size: 1.4rem;
  padding-right: 18px;
  display: block;
}
.faq_wrap p {
  color: #333;
  font-size: 1.6rem;
  line-height: 26px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  /* max-height: 800px; */
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 14px;
  z-index: 2;
}
.faq_wrap li {
  position: relative;
  padding: 0;
  margin: 0;
  padding: 16px 10px 12px;
  border-top: 1px dotted #ccc;
}
.faq_wrap li:nth-of-type(1) {
  animation-delay: 0.5s;
}
.faq_wrap li:nth-of-type(2) {
  animation-delay: 0.75s;
}
.faq_wrap li:nth-of-type(3) {
  animation-delay: 1s;
}
.faq_wrap li:last-of-type {
  padding-bottom: 0;
}
.faq_wrap i {
  position: absolute;
  transform: translate(-6px, 0);
  right: 10px;
  padding-top: 8px;
}
.faq_wrap i:before, .faq_wrap i:after {
  content: "";
  position: absolute;
  background-color: #ff6873;
  width: 3px;
  height: 9px;
}
.faq_wrap i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
.faq_wrap i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
.faq_wrap input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  top: 0;
  left: 0;
}
.faq_wrap input[type=checkbox]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
.faq_wrap input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
.faq_wrap input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}
/*.faq-experience::before,
.faq-learning::before,
.faq-function::before,
.faq-video::before,
.faq-text::before,
.faq-mail::before,
.faq-teacher::before,
.faq-plan::before,
.faq-faraway::before,
.faq-gfs::before {
  color: #3755aa;
  display: block;
  font-size: 30px;
}
.faq-experience::before {
  content: "\e902";
}
.faq-learning::before {
  content: "\e926";
}
.faq-video::before {
  content: "\e919";
}
.faq-text::before {
  content: "\e927";
}
.faq-mail::before {
  content: "\e904";
}
.faq-teacher::before {
  content: "\e976";
}
.faq-plan::before {
  content: "\e93e";
}
.faq-faraway::before {
  content: "\e9ca";
}
.faq-function::before {
  content: "\e912";
}
.faq-gfs::before {
  content: "\e918";
}
*/
#faq-experience:before,
#faq-learning,
#faq-gfs,
#faq-faraway,
#faq-plan,
#faq-teacher,
#faq-mail,
#faq-text {
  padding-top: 50px;
  margin: 0 0 15px 0;
}
.top-teacher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}


.top-teacher li {
  max-width: 176px;
  margin: 0 20px 20px 0;
}
.top-teacher img {
  border-radius: 50%;
  border: 3px solid white;
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.1));
}
.top-teacher a {
  color: #333;
}
.top-teacher strong {
  color: #1f2c5c;
}
.cardnum-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.card-type ul,
.select-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
#card-ccv,
.select-card select,
.input-card-number {
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  display: block;
  width: 100%;
  padding: 0.5em 0.6em;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  width: 24%;
}

.card-type ul li {
  width: 12%;
  margin-right: 1.5%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.msg-box.center {
  font-size: 1.4rem;
  text-align: center;
}
.forget-txt.center {
  display: block;
  text-align: center;
  padding-left: 0;
}
#card-expiration-month {
  margin-right: 1.5%;
}
.agreement-end {
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #f7f7f7;
  padding: 10px;
  width: 96%;
  margin: 30px auto;
}
.agreement-end h3 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.5rem;
}
.agreement-end-title {
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.5rem;
}
.agreement-end span {
  color: #4dce1b;
  display: block;
}
.agreement-end small {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.teacher-wrap {
  background: url(../img/t-bg.jpg);
  padding: 50px 0;
  margin-bottom: 20px;
}
.teacher-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.teacher-box > * {
  width: 50%;
  text-align: center;
}
.teacher-box > section{
  text-align: left;
}
.teacher-box img {
  width: 370px;
  text-align: center;
  border: 3px solid #eee;
  border-radius: 50%;
}
.teacher-box h1 {
  font-size: 3.6rem;
  margin-bottom: 3px;
}
.teacher-box span {
  display: block;
}
.t-title {
  color: #315096;
  font-size: 2.0rem;
  margin: 20px 0 10px;
}
.t-en {
  font-size: 1.2rem;
  color: #777;
}
.teacher-box p::before {
  content: "";
  border-top: 1px solid #aaa;
  width: 12px;
  background: #aaa;
  margin-bottom: 15px;
  display: block;
}
.teacher-box p {
  font-size: 1.6rem;
}
.t-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 20px 0;
}
.t-sns > * {
  margin-right: 20px;
}
.t-site,
.t-twitter {
  border-radius: 50%;
  color: #fff !important;
  display: block;
  font-size: 2.0rem;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.t-twitter {
  background: #55acee;
}
.t-site {
  background: #777;
}
.t-site::before {
  content: "\e925";
}
.t-video-wrap {
  margin: 50px auto;
}
.t-video-wrap .detail-title {
  margin-bottom: 20px;
}

.t-video-wrap .detail-title span {
  width: 40px;
  height: 40px;
  margin-right: 5px;
}
.t-video-wrap .t_playicon::before {
  font-size: 1.8rem;
}
.t-video-wrap .detail-title p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 36px;
}
.otherlink {
  text-decoration: underline;
  font-weight: bold;
}

.gfs-top {
  position: relative;
  padding-top: 50px;
}



.b_pc {
  background-image: url(../img/board.png);
  background-repeat: repeat-x;
  margin: 0 auto;
  height: 544px;
  position: relative;
  padding: 50px;
}
.slick-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 302px;
}
.news-wrap {
  padding-right: 160px;
}
.balloon-txt {
  font-weight: bold;
  text-align: center;
  padding-top: 32px;
}
.title-news {
  color: #efed5b;
  font-size: 2.2rem;
  background-image: url(../img/news_border.png);
  background-size: 180px;
  background-repeat: no-repeat;
  padding: 6px 10px 3px 12px;
}
.title-news::before {
  content: "\e913";
  border: 1px solid;
  border-radius: 50%;
  font-size: 1.2rem;
  padding: 1px 4px;
  margin-right: 5px;
  vertical-align: top;
  margin-top: 3px;
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .kabu-balloon {
    display: none;
  }
  .news-wrap {
    padding-right: 0px;
  }
  .title-news {
    font-size: 1.6rem;
    background-size: 150px;
    background-repeat: no-repeat;
    padding: 5px 10px 1px 12px;
  }
  .title-news::before {
    margin-top: 0px;
  }
  .layout {
    margin-bottom: 10px;
  }
}



.news-link {
  color: white !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 0 0 0;
  position: relative;
}
.news-link time {
  margin-right: 9px;
}
.news-box {
  border-top: 2px solid #489090;
}
.news-box:last-of-type {
  border-bottom: 2px solid #489090;
}
.news-box .category{
  height: max-content !important;
}
.newsloop-link1 {
  text-decoration: none;
}
.newsloop-link2 {
  color: #fff !important;
  text-decoration: underline;
  font-size: 1.4rem;
}
.ground {
  background: #7e7263;
  border-top: solid 15px #c9d468;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 50px;
}

.thumbnail::before {
  content: url(../img/magnet_a.png);
  width: 23px;
  height: 24px;
  top: 2px;
  left: 20px;
  position: absolute;
  z-index: 2;
}
.thumbnail::after {
  content: url(../img/magnet_b.png);
  width: 23px;
  height: 24px;
  top: 2px;
  right: 2px;
  position: absolute;
}
#main {
  overflow: hidden;
}
.slick-prev, .slick-next {
  display: none !important;
}
.slick-dots .slick-active {
  border-top: 2px solid red !important;
  box-sizing: border-box;
}
.teachers {
  margin-top: 30px;
}
.fixed_m {
  position: fixed;
  width: 100%;
  /*  height: 100%;*/
}
.sp_menuwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.detail-titlebox .detail-categorybox {
  margin: 0;
}
.detail-titlebox .detail-categorybox a {
  background: none;
  border: none;
  border-radius: 0;
  color: #1f2c5c;
  font-size: 1.2rem;
  padding: 3px 3px;
  text-decoration: underline;
}
.info-wrap a {
  color: #d52484 !important;
  text-decoration: underline;
  font-weight: bold;
}
.info-wrap .faq_list a {
  color: #333 !important;
  text-decoration: none !important;
}
#category-wrap a {
  background: none !important;
}
.detail-returnbtn {
  z-index: 2;
  margin: 15px 0 0 15px;
  padding: 7px 18px;
  border-radius: 3px;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition: .2s ease;

  color: #555;
  background: rgba(255,255,255,0);
  border: 1px solid #555;
}

.notfound {
  color: #315096;
  font-weight: bold;
  margin-bottom: 5px;
}
.not-txt span {
  color: #315096;
  display: block;
  font-weight: bold;
  margin-bottom: 15px;
}
.not-wrap {
  padding: 30px 30px 0 30px;
  border: 1px solid #eee;
  border-radius: 5px;
  background: white;
  text-align: center;
}
.not-txt {
  color: #333;
}

#not .infolink {
  border-color: #315096;
  color: #315096;
  margin: 30px auto;
  border-radius: 5px;
}

.detail-returnbtn::before {
  content: "\e965";
  padding-right: 2px;
}
.video-parts {
  overflow: hidden;
}
.mypage_icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.loop-playeva {
  border-top: 1px solid #e1e1e1;
  padding-top: 10px;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.loop-playeva .good-per {
  font-size: 1.2rem;
  margin: 0;
}
.loop-playeva .viewbox {
  font-size: 1.0rem;
  margin: 0;
  margin-left: auto;
}
.loop-playeva .playcount {
  font-size: 1.2rem;
}
.info-wrap #begin-video4 a {
  color: #333 !important;
  text-decoration: none !important;
}
.info-wrap #begin-video4 h2 {
  color: #333;
  padding: 0;
  border: none;
  margin: 0;
}
.count {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.count_wrap:first-of-type {
  padding-top: 5px;
}
.count_wrap {
  display: flex;
  padding-bottom: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.count_wrap .ribbon {
  display: inline-block;
  position: relative;
  height: 16px;/*高さ*/
  line-height: 16px;/*高さ*/
  text-align: center;
  padding: 0 2px 0 5px;/*文字の左右の余白*/
  font-size: 12px;/*文字サイズ*/
  background: #1f2c5c;/*背景色*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
}
.count_wrap .ribbon:after{
  content: "";
  position: absolute;
  right: -11px;
  bottom: 5px;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #1d3fbb transparent transparent transparent;
  border-width: 6px 8px 0 8px;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
}
.count_wrap .lastweek:after{
  border-color: #299cff transparent transparent transparent;
}
.count_wrap p {
  font-size: 14px;
  line-height: 16px;
  padding-left: 10px;
}
.count_wrap .lastweek {
  background-color: #299cff;
}
.count_wrap .thisweek {
  background-color: #1d3fbb;
}
.count_wrap .txt_last {
  color: #5e6c9e;
  font-weight: bold;
  text-shadow: 2px 2px 1px #fff;
}
.count_wrap .txt_this {
  color: #1f2c5c;
  font-weight: bold;
  text-shadow: 2px 2px 1px #fff;
}
.count_wrap .txt_last {
  color: #fff;
  font-weight: bold;
  text-shadow: none;
}
.count_wrap .txt_this {
  color: #fff;
  font-weight: bold;
  text-shadow: none;
}
.infocolor {
  color: red;
  font-weight: bold;
}
.infobold {
  font-weight: bold;
}
.contact-msg-box {
  width: 96%;
  margin: 10px auto 50px;
  padding: 10px 0;
  font-size: 18px;
}
.nn-limit {
  background: #dde1f1;
  padding: 40px 0 51px;
  text-align: center;
  margin-bottom: 50px;
  width: 100%;
}
.nn-limit p {
  font-weight: bold;
  margin-bottom: 30px;
}
.nn-limitbtn {
  background: #3a52ac;
  color: white !important;
  border-radius: 25px;
}
.nn-limitbtn::before {
  content: "\e92b";
  padding-right: 5px;
  font-size: 2.4rem;
  vertical-align: sub;
}
.sp_br {
  display: none;
}
.csvdl {
  display: block;
}
.csvlink {
  display: block;
  margin: 0 auto;
  max-width: 960px;
  text-decoration: underline;
  color: #3755aa !important;
  font-weight: bold;
}
.return-board {
  display: block;
  text-decoration: underline;
  margin: 10px 0;
  font-weight: bold;
}
.regist-name {
  text-align: center;
  margin-top: 20px;
}
.regist-name h3 {
  color: #3a52ac;
  font-size: 1.8rem;
  margin-bottom: 5px;
}
.regist-name span {
  color: #3a52ac;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 5px;
}
.topbtn {
  width: 50%;
  margin: 20px auto 0;
  text-align: center;
}
.search-sort-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.search-sort-list li {
  position: relative;
}
.search-sort-list li a {
  display: block;
  border: 2px solid #555;
  padding: 10px 20px;
  text-align: center;
  border-radius: 3px;
  background: white;
  display: grid;
  align-items: center;
  height: 100%;
}
.search-sort-list li a:hover {
  opacity: 0.75;
}
.search-sort-list li::after {
  content: "\e914";
  position: absolute;
  right: 10px;
  font-size: 1.0rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'icomoon' !important;
}
.con-color {
  color: #eb6100;
  font-weight: bold;
}
.normal_col {
  color: #3a52ac;
}
.unpaid_btn {
  background: white;
  border-radius: 25px;
  color: #333 !important;
  padding: 5px;
  display: block;
  width: 200px;
  text-align: center;
  margin: 10px auto;
}
.unpaid_label {
  background: #333;
  color: white;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
  font-size: 1.4rem;
}
.login-wrap .unpaid_label {
  max-width: 640px;
  margin: 70px auto 0;
}
@media screen and (max-width: 767px) {
  .login-wrap .unpaid_label {
    margin: 0 auto;
  }
}
.view_err_box {
  text-align: center;
  font-size: 1.1rem;
  background: white;
  color: red;
  border: 1px solid red;
  width: 100%;
  margin: 20px auto 0;
  padding: 5px 0;
}
.view_err_box a {
  text-decoration: underline;
  font-weight: bold;
}
.view_err_box a:hover {
opacity: 0.75;
}

.loopbox .loop-category{
  border: none;
  margin: 0;
  padding: 0 0 10px;
  -webkit-box-pack: inherit;
  -ms-flex-pack: inherit;
  justify-content: inherit;
}
.loopbox .loop-tag {
  padding: 1px 4px;
  line-height: inherit;
}
.loopbox .loop-category b {
  padding: 0;
  font-size: 1.0rem;
  padding-top: 2px;
}
.loopbox li:nth-of-type(2) {
max-resolution: res;n: 0;
}
.loopbox li:nth-of-type(2)::before,
.loopbox b::before {
  content: "-";
  margin: 0 3px;
  font-weight: normal;
}


/*************************************
popup modal
*************************************/
br.-pc { display: inline; }
br.-sp { display: none; }
@media screen and (max-width: 560px) {
  br.-pc { display: none; }
  br.-sp { display: inline; }
}

#js-overlay {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.75);
  /*display: none;*/
}

.infomodal {
  color: #333;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999;
  border-radius: 15px;
  overflow: hidden;
  /*display: none;*/
}
@media screen and (max-width: 560px) {
  .infomodal {
    border-radius: 10px;
  }
}
.infomodal .infolist {}
.infomodal .infolist::after {
  display: block;
  clear: both;
  content: "";
}
.infomodal .infolist li {
  float: left;
  text-align: center;
}
.infomodal .infolist figure {}
.infomodal .infolist figure img {
  width: 100%;
  height: auto;
}
.infomodal .infolist .txtbox {
  padding: 30px;
  height: 250px;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
}
@media screen and (max-width: 560px) {
  .infomodal .infolist .txtbox {
    padding: 30px;
    height: 90vw;
    display: block;
    overflow-y: auto;
  }
}
.infomodal .infolist h1 {
  margin-bottom: 20px;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 560px) {
  .infomodal .infolist h1 {
    font-size: 20px;
    font-size: 2.0rem;
  }
}
.infomodal .infolist p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
}
@media screen and (max-width: 560px) {
  .infomodal .infolist p {
    text-align: left;
  }
}
.infomodal .infolist .btn a {
  color: #fff;
  background: #f39800;
  margin-top: 20px;
  border-radius: 4em;
  padding: 10px 2em 10px 4em;
  display: inline-block;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 560px) {
  .infomodal .infolist .btn a {
    margin-top: 20px auto 0;
    padding: 10px 0.5em 10px 1em;
    display: block;
    text-align: center;
  }
}
.infomodal .infolist .btn a:after {
  content: "";
  display: inline-block;
  margin-left: 2em;
  width: 0.6em;
  height: 0.6em;
  border: #fff 2px solid;
  border-color: #f39800 #fff #fff #f39800;
  transform: rotate(-45deg);
}
@media screen and (max-width: 560px) {
  .infomodal .infolist .btn a:after {
    margin-left: 0.5em;
  }
}
.infomodal nav {
  background: #eee;
  padding: 23px 30px;
  text-align: center;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.05) 0 1px 1px inset;
}
@media screen and (max-width: 560px) {
  .infomodal nav {
    padding: 18px 10px;
  }
}
.infomodal nav ol li {
  color: #ccc;
  background: #ccc;
  margin: 0 0.25em;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  overflow: hidden;
  text-indent: -9999px;
  display: inline-block;
  cursor: pointer;
}
.infomodal nav ol li:hover,
.infomodal nav ol li.active {
  color: #8b8b8b;
  background: #8b8b8b;
}
.infomodal nav ul li {
  border-radius: 5px;
  width: 60px;
  height: 40px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  text-indent: -9999px;
}
@media screen and (max-width: 560px) {
  .infomodal nav ul li {
    width: 50px;
  }
}
.infomodal nav ul li.prev,
.infomodal nav ul li.next,
.infomodal nav ul li.finish {
  cursor: pointer;
}
.infomodal nav ul li.prev {
  background: #eee url(../img/infomodal-arrow-l.png) no-repeat 50% 50%;
  background-size: 18px 14px;
  left: 15px;
}
.infomodal nav ul li.next {
  background: #eee url(../img/infomodal-arrow-r.png) no-repeat 50% 50%;
  background-size: 18px 14px;
  right: 15px;
}
.infomodal nav ul li.finish {
  background: #2a9eff;
  padding: 9px 5px 0 5px;
  width: 70px;
  text-indent: 0;
  color: white;
  background-size: 18px 14px;
  right: 15px;
  box-shadow: rgba(42, 158, 255, 0.3) 0 0 5px;
}
@media screen and (max-width: 560px) {
  .infomodal nav ul li.prev {
    left: 10px;
  }
  .infomodal nav ul li.next,
  .infomodal nav ul li.finish {
    right: 10px;
  }
}
/*************************************
popup modal
*************************************/


/* ---------
アカウント情報の確認・変更
----------*/

/* CSS Document */
.sp-only{
  display: none;
}
.mypage-list .date-admission {
  padding: 12px 20px;
}
.mypage-list .date-admission p{
  font-weight: normal;
  margin-bottom: 2px;
  font-size: 1.4rem;
  color: #777;
}
.mypage-listtitle {
  color: #333;
}
.mypage-list .ticket-info dt,
.mypage-listtitle {
  font-weight: bold;
}
.mypage-list .ticket-info dd,
.mypage-listcontent {
  color: #df274a;
}
.mypage-list .is-noAllow::before {
  content: none;
}
.mypage-list .ticket-info{
  padding: 12px 20px;
}
.mypage-list .ticket-info div{
  padding: 0;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.mypage-list .ticket-info a{
  padding: 12px 60px 12px 20px;
}
.mypage-list .ticket-info h3{
  font-weight: bold;
  color: #333;
  display: inline-block;
}
.mypage-list .ticket-info p{
  font-size: 1.4rem;
}
.mypage-list .ticket-info .ticket-count{
  font-size: 1.4rem;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #777;
}
.mypage-list .ticket-info .counter{
  display: inline-block;
}
.mypage-list .ticket-info .counter p{
  font-size: 1.4rem;
}
.mypage-list .ticket-info .number{
  margin-left: 10px;
  color: #1f2c5c;
  font-weight: bold;
}
.mypage-list .ticket-info .large{
  font-size: 2rem;
}
.mypage-list .ticket-info .ticket-details{
  margin: 10px 0 5px;
}

.mypage-list .ticket-info dl{
  display: flex;
  justify-content: space-between;
  padding: 10px;
  background: #F8F8F8;
  color: #777;
  width: 48%;
}
.mypage-list .ticket-info dt,
.mypage-list .ticket-info dd{
  display:  inline-block;
  font-size: 1.4rem;
}
.mypage-list .ticket-info .history{
  text-align: right;
  color: #777;
}
.mypage-list .ticket-info .history a{
  padding: 0;
  display: inline-block;
  text-decoration: underline;
}
@media screen and (max-width: 480px) {
  .sp-only{
    display: inline-block;
  }
  .mypage-list .ticket-info div{
    display: block;
  }
  .mypage-list .ticket-info h3{
    display: block;
  }
  .mypage-list .ticket-info dl{
    width: 100%;
  }
  .mypage-list .ticket-info dl:first-child{
    border-bottom: 2px solid #fff;
  }
}

/* ---------
チケット利用履歴
----------*/

.login-history{
  padding: 25px 25px 40px;
}

.login-history li{
  padding:15px 0;
  border-bottom: 1px dotted #777;
}
.login-history li:first-child{
  padding-top:0;
}
#payment-his-list {
  width: auto;
  margin: 25px 25px 0;
}









/******************************************************
#wide-loop
******************************************************/
.wide-loop {
  background: white;
  width: 100%;
  padding: 5px;
  margin-bottom: 5px;
}
.wide-loopthumb {
  max-width: 220px;
  min-width: 220px;
}
.wide-looplink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.wide-loopdetail h2 {
  margin: 10px 0 0 0;
  font-size: 1.8rem;
}
.wide-loopdetailtxt {
  font-size: 1.4rem;
  color: #555;
  display: block;
  max-height: 40px;
  width: 98%;
  overflow: hidden;
}
@media screen and (min-width: 319px) {
  .wide-loopdetail h2 {
    overflow: hidden;
    max-height: 62px;
    margin: 10px;
    font-size: 1.4rem;
  }
  .wide-loopdetail .kabu-videonum {
    font-size: 1.2rem;
  }
  .kabushiki-wrap .wide-loopdetail h2 {
    overflow: hidden;
    max-height: 52px;
    margin: 7px 10px 10px 10px;
    font-size: 1.2rem;
  }
  .wide-loopdetail h2 {
    overflow: hidden;
    max-height: 52px;
    margin: 7px 10px 10px 10px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .wide-loopdetail h2 {
    margin: 10px 0;
    font-size: 1.8rem;
    max-height: 54px;
  }
  .kabushiki-wrap .wide-loopdetail h2 {
    margin: 10px 0;
    font-size: 1.8rem;
    max-height: 54px;
  }
}
@media screen and (max-width: 834px) {
  .wide-loop {
    width: 90%;
    margin: 0 auto 2%;
    padding: 3px;
  }
  .wide-loopthumb {
    max-width: 48%;
    min-width: 48%;
  }
}






/******************************************************
#kabushiki
******************************************************/
.kabushiki-wrap {
  background: url(../img/kabu-bg.jpg);
}
.ks_sp_kabuimg,.ks_pc_kabuimg,
.km_sp_kabuimg,.km_pc_kabuimg,
.k_pc_img,.k_sp_img {
  margin: 0 auto;
  display: none;
}
.kabushiki-topvideo {
  max-width: 720px;
  margin: -10px auto 30px;
}
.kabushiki-topimg {
  position: relative;
}
a.kabushiki-link {
  display: block;
  position: relative;
  border: 2px solid #fff;
  border-radius: 14px;
  padding: 8px;
  font-size: 14px;
  margin: 10px auto 0;
  display: block;
  width: 300px;
  color: #fff;
  cursor: pointer;
}
.kabushiki-link::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  right: 20px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: translateY(-50%) rotate(135deg);
}
.kabushiki-link:focus {
  color: #328fff;
}
.kabushiki-link:hover {
  opacity: 0.75;
}
.kabushiki-txt-link {
  cursor: pointer;
  border-bottom: 2px solid #feee50;
 }
 .kabushiki-txt-link:focus {
   color: #feee50;
 }
 .kabushiki-txt-link:hover {
  opacity: 0.75;
 }
.ios-imgflexbugfix,
.kabushiki-toptxt {
  text-align: center;
}
.k-topimg {
  margin: 0 auto;
  display: block;
}
.kabushiki-wrap h2 {
  margin: 90px auto 30px;
}
.kabushiki-movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.kabushiki-movie-inner {
  margin: 0 auto;
}
.pulink:hover,
.kabushiki-topimg a:hover {
  opacity: 0.75;
}
.kabushiki-txt {
  color: white;
  text-align: center;
  line-height: 1.8;
  width: 100%;
  margin: 20px 0;
}
.kabushiki-txt-bottom {
  position: relative;
  width: 960px;
  margin: 40px auto 0;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}
.kabushiki-attxt {
  text-align: right;
  color: white;
  margin: 0 auto;
  max-width: 960px;
  font-size: 1.2rem;
}
.kabushiki-mvat {
  text-align: left;
  font-size: 1.2rem;
  color: white;
  font-weight: normal !important;
}
.kabushiki-btn-sp,
.kabushiki-btn-pc {
  display: none;
}
.kabushiki-movies,
.kabushiki-new {
  margin: 0 auto;
  max-width: 960px;
}
.k_subtxt {
  margin: 35px 0;
  font-weight: bold;
}
.k-y {
  color: #feee50;
  font-weight: bold;
}
.k-at {vertical-align: top;font-size: 1.2rem;}
.k-at50{vertical-align: 50px;font-size: 1.2rem;}
.k-pr{position: relative;}

.kabushiki-lets {
  background: #f6e74d;
  margin: 120px 0 50px;
  padding:10px 0 40px;
}
.kabu-videonum {
  font-size: 2.2rem;
  color: #2b8aff;
  margin: 10px 15px;
}
.wide-loopdetail .kabu-videonum {
  display: none;
}
.k-triangle {
  position: relative;
}
.k-triangle::before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 50px solid transparent;
  border-left: 50px solid #feee50;
  position: absolute;
  z-index: 100;
}
.k-triangle::after {
  content: "NEW";
  font-weight: bold;
  display: block;
  top: 7px;
  transform: rotate(-45deg);
  color: #2b8aff;
  left: 2px;
  position: absolute;
  z-index: 101;
  font-size: 1.2rem;
}
.kabushiki-movies .search-result {
  border-bottom: 1px solid #fff;
  color: #fff;
  width: 100%;
  margin-bottom: 20px;
}
#kabu-watchbtn {
  display: none;
}
.kabu-nowatched {
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 20px;
  margin-bottom: 20px;
}
.kabushiki-wrap .pagination {
  margin: 50px 0;
}
#pagetop:hover,
.kabu-nowatched:hover,
.wide-loop:hover {
  opacity: 0.75;
}
#pagetop {
  display: block;
  width: 60px;
  line-height: 50px;
  height: 60px;
  text-align: center;
  text-decoration: none;
  color: #1f2c5c;
  background: #fff;
  border: 2px solid #eee;
  border-radius: 5px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  z-index: 11;
}
#pagetop::before {
  content: "\e914";
  display: block;
  transform: rotate(-90deg);
  margin-top: -3px;
  font-size: 2.4rem;
  color: #315096;
}
#pagetop::after {
  content: "PAGE TOP";
  font-size: 1rem;
  font-weight: bold;
  color: #315096;
  margin-top: -15px;
  display: block;
  position: absolute;
  top: 35px;
  width: 56px;
  left: 0px;
}


@media screen and (max-width: 834px) {
  .kabu-nowatched {
    background-image: url(../img/kabu-sp-btn.png);
  }
  #kabu-watchbtn:checked + label .kabu-nowatched {
    background-image: url(../img/kabu-sp-btnc.png);
  }
  #pagetop {
    display: none;
  }
  .topbanner-wrap.beginner{
    margin: 0 2% 10px;
  }
}
@media screen and (min-width: 835px) {
  .kabu-nowatched {
    background-image: url(../img/kabu-pc-btn.png);
    height: 48px;
    margin: 0 0 20px 0;
  }
  #kabu-watchbtn:checked + label .kabu-nowatched {
    background-image: url(../img/kabu-pc-btnc.png);
  }
}



@media screen and (min-width: 319px) {
  .k18 {font-size: 1.4rem;}
  .k24 {font-size: 1.8rem;}
  .k50 {font-size: 5.0rem;}
  .k75 {font-size: 5.0rem;}
  .kabu-nowatched {height: 29px;}

}
@media screen and (min-width: 360px) {
  .k18 {font-size: 1.4rem;}
  .k24 {font-size: 1.8rem;}
  .k50 {font-size: 5.0rem;}
  .k75 {font-size: 5.0rem;}
  .kabu-nowatched {height: 34px;}
}
@media screen and (min-width: 374px) {
  .k18 {font-size: 1.3rem;}
  .k24 {font-size: 2.0rem;}
  .kabu-nowatched {height: 34px;}
}
@media screen and (min-width: 411px) {
  .k18 {font-size: 1.4rem;}
  .k24 {font-size: 2.2rem;}
  .l12 {line-height: 1.2;}
  .kabu-nowatched {height: 39px;}
}
@media screen and (min-width: 414px) {
  .kabu-nowatched {height: 40px;}
}

@media screen and (min-width: 480px) {
  .kabushiki-movie .k18 {font-size: 1.6rem;}
  .k24 {font-size: 2.4rem;}
  .kabu-nowatched {height: 46px;}
}
@media screen and (min-width: 767px) {
  .k18 {font-size: 1.8rem;}
  .kabu-nowatched {height: 77px;}
  .wide-loopdetail .kabu-videonum {
    font-size: 2.2rem;
    margin: 10px 15px;
  }
  .kabushiki-wrap .wide-loopdetail h2 {
    font-size: 1.8rem;
    max-height: 54px;
    margin-left: 10px;
  }
}
@media screen and (min-width: 767px) and (max-width: 834px) {
  .wide-loopdetail .kabu-videonum {
    font-size: 2.2rem;
    color: #2b8aff;
  }
}
@media screen and (min-width: 834px) and (max-width: 834px) {
  .kabu-nowatched {height: 83px;}
}
@media screen and (max-width: 834px) {
  .kabushiki-wrap {
    padding: 50px 0;
  }
  .sp_br {
    display: inline;
  }
  .pc_br {
    display: none;
  }
  .ks_sp_kabuimg,
  .km_sp_kabuimg,
  .k_sp_img {
    display: block;
  }
  .k_sp_img {
    max-width: 90%;
  }
  .kabushiki-movies .k_sp_img {
    max-width: 38%;
  }
  .k-topimg {
    width: 96%;
  }
  .kabushiki-movie {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .kabushiki-mvat {
    text-align: right;
  }
  .kabushiki-movie .kabushiki-leftimg,
  .kabushiki-movie .kabushiki-rightimg {
    margin: 0 auto;
    width: 90%;
  }
  .kabushiki-movie p {
    display: block;
    margin: 20px auto;
  }
  .kabushiki-txt-bottom {
    width: auto;
    margin-top: 30px;
    font-size: 1.3rem;
    font-weight: normal;
  }
  .km_sp_kabuimg {
    max-width: 150px;
    position: absolute;
    right: 10px;
    bottom: -70px;
  }
  .ks_sp_kabuimg {
    width: 20%;
    position: absolute;
    left: 10px;
    bottom: 15px;
    top: auto;
  }
  .kabushiki-attxt {
    margin-right: 2%;
  }
  .k_subtxt {
    margin: 20px 0;
  }
  .kabushiki-btn-sp {
    display: block;
    margin: 0 auto 20px;
    width: 90%;
  }
  .k-stimg {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -1;
    order: -1;
    width: 67% !important;
  }
  .kabushiki-lets {
    margin: 50px 0;
    padding: 10px 0 30px;
  }
  a.kabushiki-link {
    border-radius: 8px;
    padding: 5px 10px;
    font-size: 12px;
    width: 260px;
 }
  .kabushiki-link::before {
    right: 15px;
  }
  .kabu-videonum {
    display: none;
  }
  .wide-loopdetail .kabu-videonum {
    display: inline;
    margin: 0;
  }

  .kabushiki-new .k_sp_img {
    width: 64%;
  }
  .wide-loopdetailtxt {
    font-size: 1.0rem;
    margin: 0 10px;
    max-height: 30px;
    width: 92%;
  }
  .kabushiki-movies .search-result {
    border-bottom: 1px solid #fff;
    color: #fff;
    margin: 0 20px 20px;
    width: auto;
  }
}

@media screen and (min-width: 835px) {
  .kabushiki-wrap {
    padding: 65px 0;
  }
  .kabushiki-movie,
  .kabushiki-topimg {
    max-width: 960px;
    margin: 0 auto;
  }
  .kabushiki-btn-pc {
    display: block;
    position: absolute;
    left: 70px;
    top: 0;
  }
  .ks_pc_kabuimg,
  .km_pc_kabuimg,
  .k_pc_img {
    display: block;
  }
  .ks_pc_kabuimg,
  .km_pc_kabuimg {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .km_pc_kabuimg {
    top: auto;
    bottom: 0;
    right: -20px;
  }
  .ks_pc_kabuimg {
    margin: 0;
    left: -90px;
    bottom: -10px;
    width: 180px;
  }
  .kabushiki-movie {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .kabushiki-movie .kabushiki-leftimg {
    max-width: 460px;
    margin-top: 20px;
    margin-right: 30px;
  }
  .kabushiki-rightimg {
    max-width: 460px;
    margin-top: 20px;
    margin-left: 30px;
  }
  .kabushiki-movie p {
    text-align: left;
    font-weight: bold;
  }
  .kabushiki-wrap .wide-loopdetail h2 {
    margin-left: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 320px) {
  .k50 {font-size: 2.0rem;}
  .k75 {font-size: 3.5rem;}
  .k-at50{vertical-align: 25px;}
  .km_sp_kabuimg {
    max-width: 94px !important;
    right: 10px !important;
    top: 246px !important;
  }
}
@media screen and (min-width: 360px) and (max-width: 360px) {
  .k50 {font-size: 2.5rem;}
  .k75 {font-size: 4.0rem;}
  .k-at50{vertical-align: 25px;}
  .km_sp_kabuimg {
    max-width: 94px !important;
    right: 10px !important;
    top: 278px !important;
  }
}
@media screen and (min-width: 375px) and (max-width: 375px) {
  .k50 {font-size: 2.5rem;}
  .k75 {font-size: 5.0rem;}
  .k-at50{vertical-align: 25px;}
  .km_sp_kabuimg {
    max-width: 115px !important;
    right: 10px !important;
    top: 320px !important;
  }
}
@media screen and (min-width: 411px) and (max-width: 414px) {
  .k50 {font-size: 3.0rem;}
  .k75 {font-size: 5.5rem;}
  .k-at50{vertical-align: 30px;}
  .km_sp_kabuimg {
    max-width: 110px !important;
    right: 10px !important;
    top: 316px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .km_sp_kabuimg {
    right: 90px !important;
    top: 528px !important;
  }
}
@media screen and (min-width: 834px) and (max-width: 834px) {
  .km_sp_kabuimg {
    right: 120px !important;
    top: 570px !important;
  }
}

.kabushiki-animated {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes btn-updown {
  from {
    -webkit-animation-timing-function: linear;
    -webkit-transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
    opacity: 1.0;
  } to {
    -webkit-animation-timing-function: linear;
    -webkit-transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
    opacity: 1;
  } 50% {
    -webkit-animation-timing-function: linear;
    -webkit-transform: translate(0px,-10px) scale(1,1) rotate(0deg) skew(0deg,0deg);
    opacity: 1.0;
  }
}
@keyframes btn-updown {
  from {
    animation-timing-function: linear;
    transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
    opacity: 1.0;
  } to {
    animation-timing-function: linear;
    transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
    opacity: 1;
  } 50% {
    animation-timing-function: linear;
    transform: translate(0px,-10px) scale(1,1) rotate(0deg) skew(0deg,0deg);
    opacity: 1.0;
  }
}
.btn-updown {
  -webkit-animation-name: btn-updown;
  animation-name: btn-updown;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}


































/******************************************************
#pay-question
******************************************************/
.pay-q {
  display: block;
  background: #ccac00;
  color: white !important;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 5px;
}
.pay-q-title {
  position: relative;
}
.pay-q-whats {
  display: block;
  font-size: 1.2rem;
  text-align: right;
  margin-bottom: 20px;
  position: relative;
}
.pay-q-whats::before {
  content: "\e909";
  font-family: 'icomoon' !important;
  font-size: 1.6rem;
  padding-right: 5px;
  vertical-align: sub;
}
.pay-q-txt {
  position: absolute;
  z-index: 3;
  right: 0;
  top: 26px;
  background: rgba(255,255,255,0.95);
  border: 1px solid #eee;
  padding: 15px;
  text-align: left;
  display: none;
  font-size: 1.2rem;
}
#pay_q {
  display: none;
}
#pay_q:checked + .pay-q-txt {
  display: block;
}
.pay_q_close_button {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 2rem;
}
.pay_q_close_button:hover,
.pay-q-whats:hover,
.pay-q:hover {
  opacity: 0.75;
}
@media screen and (min-width: 319px) and (max-width: 834px) {
  .pay-q {
    width: 96%;
    margin: 20px auto 5px;
  }
  .pay-q-whats {
    margin-right: 2%;
  }
}



/******************************************************
#minitest
******************************************************/
.minitest {
  margin-bottom: 30px;
  border: #1f2c5c 1px solid;
}
.minitest h2 {
  color: #fff;
  background: #1f2c5c;
  padding: 10px 20px;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  position: relative;
}
.minitest h2:hover {
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.3s;
}
.minitest h2:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 27px;
  height: 27px;
  background: #1f2c5c url(../img/ico_test100.svg) no-repeat 50% 50%;
  background-size: 100% auto;
  margin-right: 0.6em;
}
.minitest h2 span {
  margin-left: 0.5em;
  border: #fff 1px solid;
  border-radius: 4px;
  padding: 0.1em 0.5em;
  font-size: 14px;
  font-size: 1.4rem;
}
.minitest h2 .challenge {
  color: #d52483;
  background: #fff;
}
.minitest h2:after {
  content: "＋";
  color: #fff;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: normal;
}
.minitest h2.active:after {
  content: "－";
}

.minitest .question,
.minitest .answer {
  padding: 20px;
  position: relative;
}
.minitest dl {
  margin-left: 20px;
  padding-left: 2em;
}
.minitest dt {
  margin-top: 20px;
}
.minitest dt .-label {
  color: #fff;
  background: #1f2c5c;
  padding: 0.1em 0.5em;
  font-weight: bold;
  position: absolute;
  left: 20px;
}
.minitest dd li,
.minitest dd p {
  margin-top: 10px;
}
.minitest dd label {
  cursor: pointer;
}
.minitest dd .-correct {
  color: #d52483;
}
.minitest dd .-correct img,
.minitest dd .-incorrect img {
  width: auto;
  height: 1.25em;
  vertical-align: middle;
}
.minitest .-button {
  margin-top: 20px;
  text-align: center;
  position: relative;
}
.minitest .-button button:hover {
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.3s;
}
.minitest .-button .-submit {
  color: #fff;
  background: #d52483;
  border-radius: 4px;
  padding: 0.5em;
  width: 50%;
  border: 0;
  outline: 0;
  font-weight: bold;
}
.minitest .-button .-back,
.minitest .-button .-close {
  color: #333;
  background: #fff;
  margin: 0 0.5em;
  border: #ccc 1px solid;
  border-radius: 4px;
  padding: 0.25em;
  width: 35%;
  outline: 0;
}
.minitest .-button .-senderror {
  color: #fff;
  background: red;
  padding: 0.25em 1em;
  font-size: 14px;
  font-size: 1.4rem;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  animation-duration: 2500ms;
  animation-fill-mode: forwards;
  animation-name: popup_in;
}
.minitest .-button .-senderror:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: red 10px solid;
  border-color: red transparent transparent transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

@keyframes popup_in {
  0% {
    opacity: 0;
    transform: translate(-50%, 5px);
  }
  10% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@media screen and (max-width: 480px) {
  .minitest {
    margin-bottom: 20px;
  }
  .minitest h2 {
    padding: 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .minitest h2:before {
    width: 18px;
    height: 18px;
    margin-right: 0.5em;
  }
  .minitest h2 span {
    margin-left: 0.25em;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .minitest h2:after {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .minitest .question,
  .minitest .answer {
    padding: 20px 10px;
  }
  .minitest dl {
    margin-left: 10px;
    padding-left: 2.5em;
  }
  .minitest dt .-label {
    left: 10px;
  }
  .minitest .-button .-submit {
    width: 80%;
  }
  .minitest .-button .-back,
  .minitest .-button .-close {
    margin: 0 0.25em;
    width: 45%;
  }
  .minitest .-button .-senderror {
    width: 60%;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 350px) {
  .minitest h2 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .minitest h2:before {
    margin-right: 0.3em;
  }
  .minitest h2 span {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

/******************************************************
#公開Q&A
******************************************************/
.openQandA {
  background: #fff;
  margin-top: 60px;
  padding: 30px 5px;
}
.openQandA button {
  border: 0;
  outline: 0;
}
.openQandA button:hover {
  opacity: 0.5;
  transition: all 0.3s;
  cursor: pointer;
}

/* ヘッダー */
.openQandA .qanda-head {
  margin: 0 10px;
}
.openQandA .detail-title {
  float: left;
}
.openQandA .detail-title .t_questionicon {
  /* icomoonで差し替え */
}
.openQandA .detail-title p {
  font-size: 20px;
  font-size: 2.0rem;
}
.openQandA .detail-title+p {
  float: right;
}
.openQandA .detail-title+p em {
  font-style: normal;
  font-size: 20px;
  font-size: 2.0rem;
}
.openQandA select {
  margin: 20px 0;
  border: #d1d1d1 1px solid;
  border-radius: 3px;
  padding: 5px 10px;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  clear: both;
}

/* 質問入力 */
.openQandA .question-input {
  background: #f3f5fb;
  margin-bottom: 10px;
  padding: 20px 10px 20px 70px;
  position: relative;
}
.openQandA .question-input figure {
  border-radius: 100px;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -20px;
}
.openQandA .question-input input {
  border: #d1d1d1 1px solid;
  border-radius: 3px;
  width: 100%;
}

/* 質問＆回答 */
.openQandA .qanda-item {
  margin: 10px 0;
  border-bottom: #d5ddec 1px solid;
  font-size: 12px;
  font-size: 1.2rem;
  box-shadow: rgba(0, 0, 0, 0.05) 0 2px 3px;
  position: relative;
}
.openQandA .qanda-item .question,
.openQandA .qanda-item .answer {
  background: #f3f5fb;
  padding: 30px 25px 30px 70px;
  position: relative;
}
.openQandA .qanda-item .answer.teacher {
  background: #e6f6e4 url(../img/qanda_bg_teacher.png);
}
.openQandA .qanda-item .head-question,
.openQandA .qanda-item .head-answer {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  position: absolute;
  left: 20px;
  top: 30px;
}
.openQandA .qanda-item .head-question {
  color: #1f2c5c;
}
.openQandA .qanda-item .head-answer {
  color: #ff5c63;
}
.openQandA .qanda-item p {
  margin-bottom: 20px;
  line-height: 2;
  max-height: 10em;
  overflow: hidden;
}
.openQandA .qanda-item .question p {
  color: #1f2c5c;
  font-weight: bold;
}
.openQandA .qanda-item .more-detail {
  position: absolute;
  right: 25px;
}
.openQandA .qanda-item .more-detail button {
  color: #a0a0a0;
  background: transparent;
  padding: 0;
}
.openQandA .qanda-item .user figure {
  margin-right: 10px;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}
.openQandA .qanda-item .user p {
  color: #1f2c5c;
  margin-bottom: 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}
.openQandA .qanda-item .user p .date {
  color: #888;
  margin-left: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
}
.openQandA .qanda-item .answer.teacher .user p .date {
  color: #1f2c5c;
}
.openQandA .qanda-item .rating {
  margin-top: 20px;
  clear: both;
}
.openQandA .qanda-item .rating button {
  color: #fff;
  background: #98a3cb;
  border-radius: 100px;
  padding: 10px 25px;
  clear: both;
}

/* 他の返信を表示 */
.openQandA .qanda-item .more-others button {
  color: #3a52ac;
  background: transparent;
  border: 0;
  clear: both;
  position: absolute;
  right: 25px;
  bottom: 40px;
  text-align: right;
}
.openQandA .qanda-item .more-others button:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-color: #3a52ac transparent transparent transparent;
  border-width: 0.5em 0.3em;
  border-style: solid;
  position: relative;
  top: 0.3em;
  margin-left: 5px;
}
.openQandA .qanda-item .more-others.active button:after {
  border-color: transparent transparent #3a52ac transparent;
  top: -0.2em;
}
.t_qaicon::before {
  content: "\e909";
  font-size: 1.2rem;
  padding-left: 1px;
}

@media screen and (max-width: 480px) {
  .openQandA {
    margin-top: 30px;
    padding: 15px 5px;
  }
  .openQandA .detail-title p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .openQandA .detail-title+p {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .openQandA .detail-title+p em {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .openQandA select {
    margin: 10px 0;
    padding: 2px 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .openQandA .question-input {
    margin-bottom: 5px;
    padding: 20px 10px 20px 60px;
  }
  .openQandA .qanda-item {
    margin: 5px 0;
  }
  .openQandA .qanda-item .question,
  .openQandA .qanda-item .answer {
    padding: 15px 10px 15px 45px;
  }
  .openQandA .qanda-item .head-question,
  .openQandA .qanda-item .head-answer {
    font-size: 28px;
    font-size: 2.8rem;
    left: 10px;
    top: 10px;
  }
  .openQandA .qanda-item p {
    margin-bottom: 10px;
  }
  .openQandA .qanda-item .more-detail {
    right: 15px;
  }
  .openQandA .qanda-item .user figure {
    margin-right: 5px;
    width: 30px;
    height: 30px;
  }
  .openQandA .qanda-item .user p .date {
    margin-left: 5px;
  }
  .openQandA .qanda-item .rating {
    margin-top: 10px;
  }
  .openQandA .qanda-item .rating button {
    padding: 10px 20px;
  }
  .openQandA .qanda-item .more-others button {
    right: 10px;
    bottom: 20px;
  }
}

/******************************************************
#ranking
******************************************************/
#ranking {
  font-family: 'Noto Sans JP', sans-serif;
}
.ranking-title-wrap {
  position: relative;
}
.ranking-title {
  color: white;
  letter-spacing: 2px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 0 0 8px rgba(219,83,88,0.8),
    0 0 1em rgba(219,83,88,0.9);
}
.ranking-title-wrap {
  background: #ffd966 url(../img/ranking-pc.jpg) 50% 0;
}
.ranking-main-wrap {
  background: #fff;
  border: 1px solid #f3f3f3;
  margin: 20px auto;
  padding: 20px;
}
.ranking-select {
  margin: 20px 0;
  text-align: center;
}
.ranking-selecttxt {
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
}
.ranking-select li {
  color: #232a5b;
  background: #e9edf6;
  margin: 0 0.5em 0.5em;
  border: #232a5b 1px solid;
  border-radius: 5px;
  padding: 0.4em 0.5em 1.4em;
  width: 15%;
  display: inline-block;
  font-weight: bold;
  position: relative;
}
.ranking-select li:after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border: #232a5b 0 solid;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg) translateX(-50%);
  position: absolute;
  left: 50%;
  bottom: 0.4em;
}
.ranking-select li.active,
.ranking-select li:hover {
  color: #ff6873;
  background: #e9edf6;
  border: #ff6873 1px solid;
  box-shadow: #ff6873 0 0 1px 1px inset;
  cursor: pointer;
}
.ranking-select li.active:after,
.ranking-select li:hover:after {
  border-color: #ff6873;
}
.ranking-list ol {
  margin: 0 -10px;
}
.ranking-list h2 {
  margin: 20px 0 10px;
  border-bottom: #ccc 1px solid;
  padding-bottom: 0.25em;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.3;
}
.ranking-list h2 abbr {
  text-decoration: none;
}
.ranking-list ol::after {
  display: block;
  clear: both;
  content: "";
}
.ranking-list ol li {
  padding: 30px 10px 0;
  float: left;
  width: 33.333%;
  position: relative;
}
.ranking-list ol li .ranking-rank {
  color: #fff;
  background: #3755aa;
  border-radius: 20px;
  padding: 0 20px;
  display: block;
  height: 40px;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-size: 20px;
  font-size: 2.0rem;
  text-align: center;
  line-height: 40px;
  position: absolute;
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
}
.ranking-list ol li .ranking-rank:after {
  content: "位";
  margin-left: 0.125em;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  bottom: 0.05em;
}
.ranking-list ol li.rank1 .ranking-rank,
.ranking-list ol li.rank2 .ranking-rank,
.ranking-list ol li.rank3 .ranking-rank {
  border-radius: 0;
  width: 64px;
  height: 50px;
}
.ranking-list ol li.rank1 .ranking-rank:after,
.ranking-list ol li.rank2 .ranking-rank:after,
.ranking-list ol li.rank3 .ranking-rank:after {
  content: none;
}
.ranking-list ol li.rank1 .ranking-rank {
  background: #fff url(../img/ranking_rank1.png) no-repeat 50% 50%;
  background-size: contain;
}
.ranking-list ol li.rank2 .ranking-rank {
  background: #fff url(../img/ranking_rank2.png) no-repeat 50% 50%;
  background-size: contain;
}
.ranking-list ol li.rank3 .ranking-rank {
  background: #fff url(../img/ranking_rank3.png) no-repeat 50% 50%;
  background-size: contain;
}
.ranking-list ol li.rank1 .ranking-rank span,
.ranking-list ol li.rank2 .ranking-rank span,
.ranking-list ol li.rank3 .ranking-rank span {
  display: none;
}
.ranking-list ol li .ranking-box {
  border: #ccc 1px solid;
  border-radius: 5px;
  padding: 25px 15px;
  width: 100%;
  display: table;
}
.ranking-list ol li.rank1 .ranking-box {
  border-color: #e6bf00;
  box-shadow: #e6bf00 0 0 1px 1px inset;
}
.ranking-list ol li.rank2 .ranking-box {
  border-color: #b3b3b3;
  box-shadow: #b3b3b3 0 0 1px 1px inset;
}
.ranking-list ol li.rank3 .ranking-box {
  border-color: #bf8026;
  box-shadow: #bf8026 0 0 1px 1px inset;
}
.ranking-list ol li .ranking-box figure {
  width: 80px;
  display: table-cell;
  vertical-align: middle;
  border-radius: 100%;
}
.ranking-list ol li .ranking-box p {
  padding-left: 15px;
  display: table-cell;
  vertical-align: middle;
}
.ranking-list ol li .ranking-box p b {
  display: inline-block;
  line-height: 1.2;
  font-weight: bold;
}
.ranking-list ol.your-rank {
  margin: 0 auto 30px;
  display: table;
}
.ranking-list ol.your-rank li {
  width: 100%;
}
.ranking-list br.-sp {
  display: none;
}
.ranking-box img {
  border-radius: 50%;
}

@media screen and (max-width: 480px) {
  .ranking-title {
    font-size: 24px;
    font-size: 2.4rem;
    width: 100%;
    text-align: center;
  }
  .ranking-select {
    margin: 20px 0 5px;
  }
  .ranking-select li {
    margin: 0 0.25em 0.5em;
    width: 29%;
  }
  .ranking-list ol.your-rank {
    margin: 0 -10px 30px;
  }
  .ranking-list ol li {
    padding: 25px 10px 0;
    width: 100%;
  }
  .ranking-list ol li.rank1,
  .ranking-list ol li.rank2,
  .ranking-list ol li.rank3 {
    padding: 40px 10px 0;
  }
  .ranking-list ol li .ranking-rank {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .ranking-list ol li .ranking-rank:after {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .ranking-list ol li .ranking-box {
    padding: 15px 10px;
  }
  .ranking-list ol li .ranking-box figure {
    width: 70px;
  }
  .ranking-list ol li .ranking-box p {
    padding-left: 10px;
  }
  .ranking-list br.-sp {
    display: inline;
  }
}
@media screen and (min-width: 319px) and (max-width: 834px) {
  .ranking-title-wrap {
    background: #ffd966 url(../img/ranking-pc.jpg) 50% 0;
    height: 125px;
    background-size: cover;
    background-position: center;
  }
}
@media screen and (min-width: 481px) and (max-width: 959px) {
  .ranking-list ol li {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .ranking-title-wrap {
    height: 250px;
    margin-bottom: 50px;
  }
  .ranking-title {
    font-size: 36px;
    font-size: 3.6rem;
  }
}





/******************************************************
#board
******************************************************/
#board {
  font-family: 'Noto Sans JP', sans-serif;
}
.board-title-wrap {
  position: relative
}
.board-title {
  color: white;
  letter-spacing: 2px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  text-shadow: 0 0 8px rgba(51,51,102,0.8),
    0 0 1em rgba(51,51,102,0.9);
}
.board-search-result {
  border-bottom: 1px solid #999;
  padding-bottom: 10px;
  margin: 20px auto;
}
.board-search {
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 15px 0;
  padding: 18px 40px;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.1));
}
/* js overwrite */
.jqte {
  margin: 0 !important;
  border-radius: 3px !important;
}
/* js overwrite */
.board-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.board-search form:first-of-type {
  border-right: 1px solid #ccc;
  padding-right: 15px;
}
.andtxt {
  margin: 0 15px;
}
.f_goodnum {
  width: 80px;
  margin: 0 15px;
}
.board-search .cp_ipselect.cp_sl01{
  float: none;
  width: 182px;
  margin: 0;
}
.b-search {
  width: 190px;
  position: relative;
}
.goodnum-hands {
  min-width: 110px;
}
.goodnum-hands::before {
  content: "\e91d";
  color: #666;
  padding-right: 5px;
}
#b_search {
  background: #98a3cb;
  width: 152px;
  padding: 10px 15px 8px;
  border-radius: 25px;
  margin-left: 15px;
}
#b_search::before {
  content: "\e91b";
  padding-right: 5px;
}
.s_numtxt {
  min-width: 48px;
}
#board-loop article {
  background: white;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.1));
  margin-bottom: 15px;
}
.board_icon {
  border-radius: 50%;
}
.user-write {
  width: 100%;
}
.b_userwrap {
}
.b_usernum {
  font-weight: bold;
}
.b_usernum::after {
  content: ".";
  padding-right: 5px;
}
.b_username {
  font-weight: bold;
  padding-right: 5px;
}
.b_usertime {
  color: #888;
}
.b_userwrite {
  margin: 20px 0;
  word-break: break-word;
}
.b_response {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}
.b_good {
}
.b_good,
.b_bad {
  background: #98a3cb;
  color: white;
  padding: 3px 10px;
  border-radius: 25px;
  cursor: pointer;
  margin-right: 20px;
}
.b_good::before {
  content: "\e91d";
  margin-right: 4px;
}
.b_bad::before {
  content: "\e91d";
  display: inline-block;
  transform: rotate(180deg);
  margin-right: 5px;
}
.b_resbox {
  position: relative;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dotted #ccc;
}
.b_good:hover,
.b_good.done {
  background: #4dce1b;
}
.b_bad:hover,
.b_bad.done {
  background: #df274a;
}
.b_res {
  color: #3a52ac;
  cursor: pointer;
}
.b_resbtn::before {
  content: "\e91a";
  padding-left: 5px;
  display: inline-block;
  transform: scale(-1, 1);
}
.b_res::before {
  content: "\e967";
  padding-right: 5px;
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.b_resbox {
  display: none;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
.b_resbox.b_open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  animation: show 0.3s linear 0s;
}
#b_resform {
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 150px;
  padding: 15px;
  font-size: 16px;
  width: 80%;
}
#b_submit {
  background: #3a52ac;
  height: 42px;
  padding: 0 20px;
  margin-left: 20px;
  border-radius: 25px;
  width: 20%;
}
.b_hide {
  margin-left: auto;
  color: #3a52ac;
  cursor: pointer;
}
.b_hide::after {
  content: "\e906";
  font-size: 1.0rem;
  transform: rotate(-90deg);
  display: inline-block;
  margin-left: 5px;
}
.b_hidemode::after {
  transform: rotate(90deg);
}
.f_writewrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all 300ms 0s ease;
  align-items: flex-end;
}
.jqte_editor {
  max-height: 300px;
}
.f_long.f_writewrap {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.f_writebox {
  position: fixed;
  background: #98a3cb;
  bottom: 0;
  width: 100%;
  transition: all 300ms 0s ease;
  padding: 18px 0;
}
#f_writeform {
  resize: none;
  height: 36px;
  border-radius: 3px;
  padding: 4px 8px;
  border: none;
  width: 100%;
  transition: all 300ms 0s ease;
  font-size: 16px;
  max-height: 250px;
}
.f_long #f_writeform {
  height: 222px;
}
#write_wide::before {
  color: #98a3cb;
  content: "\e91e";
  display: inline-block;
  font-size: 36px;
  transform: rotate(45deg);
  cursor: pointer;
  margin-right: 15px;
}
.f_long #write_wide::before {
  color: #3a52ac;
  margin-bottom: -10px;
}
#f_submit {
  background: #3a52ac;
  height: 36px;
  padding: 0 20px;
  margin-left: 20px;
  border-radius: 25px;
  width: 20%;
}
.res_wrap {
  margin-top: 40px;
}
.res_loop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 40px;
}
.anchor-wrap {
  position: relative;
  margin-bottom: 10px;
}
.anchor-user {
  color: #3a52ac;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: bold;
}
.anchor-txt {
  display: none;
  position: absolute;
  background: rgba(255,255,255,.9);
  padding: 10px 36px 10px 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  z-index: 2;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.1));
  animation: show 0.3s linear 0s;
  bottom: 28px;
}
.anchor-open {
  display: block;
}
.anchor-close {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 24px;
  cursor: pointer;
  top: 0px;
  right: 10px;
  font-size: 2.4rem;
}
#board-loop article > .res_loop {
  margin-top: 0;
}
.board_icon {
  width: 30px;
  height: 30px;
  margin-right: 20px;
}
.res-wrap .board_icon {
  width: 20px;
  height: 20px;
}
.board-title-wrap {
  background: url(../img/borad-pc.jpg);
}
.begin-board-bg {
  background: #0d9e91 url(../img/beginnerboard-pc.jpg) no-repeat center center;
}
.improvement-board-bg {
  background: #4f73bf url(../img/improvementboard-sp.jpg) no-repeat center center;
}
.other-board-bg {
  background: #136472 url(../img/otherboard-pc.jpg) no-repeat center center;
}
.spb-search-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 20px;
  width: 90%;
}
#spb-search-btn {
  width: 50%;
  background: #98a3cb;
  color: white;
  text-align: center;
  border-radius: 25px;
  padding: 10px 0;
  margin-right: 10px;
  cursor: pointer;
}
#spb-search-btn::before {
  content: "\e91b";
  padding-right: 5px;
}
.spb-search-wrap .cp_ipselect {
  /*width: 50%;*/
  width: 100%;
  margin: 0;
  padding-right: 18px;
  font-size: 1.4rem;
  height: 44px;
}
.spb-search-wrap .cp_ipselect.cp_sl01 select {
  padding: 9px;
}
.spb-search-wrap .cp_ipselect.cp_sl01::before {
  transform: translateY(-50%);
  top: 50%;
}
#spb_modal .modal_content {
  border-radius: 5px;
  padding: 15px 0;
}
#spb_modal .close_button {
  color: white;
  top: -35px;
  right: 0;
  font-size: 3.6rem;
}
#spb_modal .rep-title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 0;
}
#spb_modal .rep-title::before {
  content: "\e91b";
  padding-right: 5px;
}
#spb_modal #b_search {
  width: 90%;
  margin: 20px auto 0;
}
.spb_box {
  background: #f3f5fb;
  border-top: 1px solid #dbe2ef;
  border-bottom: 1px solid #dbe2ef;
  padding: 20px;
}
#spb_modal .b-search {
  width: 100%;
}
.spb_and {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0;
}
.search-highlight {
  color: #ff7d83;
  font-weight: bold;
}
.ellipsis {
  height: 20px;
  overflow: hidden;
}
.andbox {
  position: relative;
  padding: 40px 0;
}
.smb {
  margin-bottom: 25px;
}
.andbox .res_loop {
  margin-top: 0;
}
.andbox_top::before {
  border-top: 1px solid rgb(213, 221, 236);
  width: calc(100% + 80px);
  content: "";
  display: block;
  position: absolute;
  margin-left: -40px;
  top: 0;
}
.andbox_top::after {
  border-top: 1px solid rgb(213, 221, 236);
  width: calc(100% + 80px);
  content: "";
  display: block;
  margin-left: -40px;
  position: absolute;
  top: 5px;
}
.andbox_bottom::before {
  border-top: 1px solid rgb(213, 221, 236);
  width: calc(100% + 80px);
  content: "";
  display: block;
  position: absolute;
  margin-left: -40px;
  bottom: 0;
}
.andbox_bottom::after {
  border-top: 1px solid rgb(213, 221, 236);
  width: calc(100% + 80px);
  content: "";
  display: block;
  margin-left: -40px;
  position: absolute;
  bottom: 5px;
}
.eva_none,
.res_none {
  display: none;
}
.good_nrw {
  background: #ff7d83;
}
.b_see {
  display: none;
  margin-left: auto;
  color: #3a52ac;
  cursor: pointer;
}
.seenext .b_see {
  display: block;
}
.seenext .b_userwrite {
  height: 24px;
  overflow: hidden;
}
.seenext .b_good,
.seenext .b_bad,
.seenext .b_res,
.seenext .b_hide {
  display: none;
}
.board-terms {
  font-size: 1.4rem;
  text-align: center;
}
.b_terms {
  color: #3a52ac;
  cursor: pointer;
}
.board_rule {
  display: block;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 1.6rem;
}
.comment-link {
  color: #3a52ac !important;
  cursor: pointer;
}

.res_count_top {
  border-radius: 50%;
  background: #e1e8f8;
  border: 1px solid rgb(213, 221, 236);
  color: #98a3cb;
  font-weight: bold;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -16px;
  z-index: 2;
  cursor: pointer;
}
.res_count_bottom {
  border-radius: 50%;
  background: #e1e8f8;
  border: 1px solid rgb(213, 221, 236);
  color: #98a3cb;
  font-weight: bold;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -16px;
  z-index: 2;
  cursor: pointer;
}
.res_tree {
  padding-bottom: 40px;
}
#board ~ footer {
  padding-bottom: 90px;
}
@media screen and (max-width: 320px) {
  .b_response {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .b_hide {
    margin-top: 20px;
    border: 1px solid #3a52ac;
    padding: 2px 6px;
    border-radius: 5px;
  }
  .spb-search-wrap .cp_ipselect.cp_sl01 select {
    padding: 11px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  .board-title {
    font-size: 2.4rem;
    width: 100%;
    text-align: center;
  }
  .res_loop {
    margin-top: 0;
  }
  .res-wrap {
    border-top: 1px solid rgb(213, 221, 236);
    background: #f3f5fb;
  }
  .b_resbox {
    padding: 20px;
  }
  #f_submit span {
    display: none;
  }
  .board-terms {
    margin-top: 30px;
  }
}
@media screen and (min-width: 319px) and (max-width: 834px) {
  .board-title-wrap {
    background: url(../img/borad-pc.jpg);
    height: 125px;
    background-size: cover;
    background-position: center;
  }
  .other-board-bg {
    background: url(../img/otherboard-sp.jpg);
    height: 125px;
    background-size: cover;
    background-position: center;
  }
  .begin-board-bg {
    background: url(../img/beginnerboard-sp.jpg);
    height: 125px;
    background-size: cover;
    background-position: center;
  }
  .improvement-board-bg {
    background: url(../img/improvementboard-sp.jpg);
    height: 125px;
    background-size: cover;
    background-position: center;
  }
  .b_userwrap {
    font-size: 1.3rem;
  }
  .b_good, .b_bad {
    margin-right: 10px;
  }
  .b_response {
    font-size: 1.2rem;
  }
  .anchor-wrap {
    margin-bottom: 5px;
  }
  .anchor-wrap,
  .b_userwrite,
  .anchor-maintxt {
    font-size: 1.3rem;
  }

  .board_icon {
    margin: 20px 10px 20px 20px;
  }
  .user-write {
    margin: 20px 20px 20px 0;
  }
  .board-search {
    display: none;
  }
  #board-loop article {
    margin-bottom: 10px;
  }

  .all-res .board_icon {
    margin-left: 40px;
  }
  .b_resbox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #b_resform {
    width: 100%;
  }
  #b_submit {
    width: 100%;
    margin-left: 0;
  }
  #write_wide {
    display: none;
  }

  .f_writebox {
    padding: 8px 5%;
  }
  #f_submit span {
    display: none;
  }
  /* js overwrite */
  .jqte {
    width: 82% !important;
  }
  /* js overwrite */
  #f_submit {
    height: 36px;
    margin-left: 0;
    border-radius: 0;
    width: 13%;
    margin-left: 5%;
    color: #1f2c5c;
    background: none;
    padding: 0;
    line-height: 1;
    display: block;
  }
  .f_writebox .b_resbtn::before {
    padding-left: 0;
    font-size: 36px;
  }
  #f_writeform {
    min-height: 36px;
    margin-right: 15px;
  }
  .andbox_top::before {
    width: 100%;
    margin-left: 0;
  }
  .andbox_top::after {
    width: 100%;
    margin-left: 0;
  }
  .andbox_bottom::before {
    width: 100%;
    margin-left: 0;
  }
  .andbox_bottom::after {
    width: 100%;
    margin-left: 0;
  }
  .res_tree {
    padding-bottom: 20px;
  }
  .board-search-result {
    width: 90%;
  }
  .b_modal {
    text-align: left;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .board-title-wrap {
    height: 250px;
    margin-bottom: 50px;
  }
  .board-title {
    font-size: 3.6rem;
  }

  .b_resbox {
    margin-left: 80px;
  }
  .board_icon {
    width: 55px;
    height: 55px;
    margin-right: 20px;
  }
  .res-wrap .board_icon {
    width: 35px;
    height: 35px;
  }

}
@media screen and (min-width: 835px) {

  .board_icon {
    width: 55px;
    height: 55px;
    margin-right: 20px;
  }
  .res-wrap .board_icon {
    width: 35px;
    height: 35px;
  }
  .b_userwrap {
    font-size: 1.4rem;
  }
  .res-wrap .res_loop {
    padding-left: 75px;
  }
  .all-res {
    margin-top: 40px;
  }
  .all-res::before {
    border-top: 1px solid rgb(213, 221, 236);
    margin-top: 40px;
    width: calc(100% + 80px);
    content: "";
    display: block;
    margin-left: -40px;
  }
  #board-loop article {
    padding: 40px;
  }
  .b_good,
  .b_bad {
    padding: 5px 20px;
  }
  .spb-search-wrap {
    display: none;
  }

}



/******************************************************
#nextvideo-modal
******************************************************/
.nextMovieInfoArea {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.nextMovieInfo {
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.6);
}
.video-evabox {
  width: 100%;
  margin-top: 40px;
}
.video-evatxt {
  font-size: 2.2rem;
  padding-bottom: 25px;
  font-weight: bold;
}
.videoplayeva {
  margin-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}
.video-eva-good {
  border: 2px solid #d21883;
  color: #d21883;
}
.video-eva-bad {
  border: 2px solid #2e91ff;
  color: #2e91ff;
}
.video-eva-test {
  display: none;
  cursor: pointer;
  font-size: 1.8rem;
  width: 150px;
  font-weight: bold;
  padding: 18px 0;
  border-radius: 5px;
  background: #1f2c5c;
  color: #fff;
  border: 2px solid #fff;
  position: relative;
  justify-content: center;
  align-items: center;
}
.has_questions .video-eva-test {
  display: flex;
}
.video-eva-bad,
.video-eva-good {
  background: white;
  cursor: pointer;
  font-size: 1.8rem;
  width: 150px;
  font-weight: bold;
  padding: 18px 0;
  border-radius: 5px;
}
.video-eva-good::before {
  content: "\e91d";
  font-family: 'icomoon' !important;
  padding-right: 5px;
  display: inline-block;
}
.video-eva-bad::before {
  content: "\e92f";
  transform: rotate(90deg);
  font-family: 'icomoon' !important;
  padding-left: 5px;
  display: inline-block;
}
.video-eva-test::before {
  content: "";
  width: 20px;
  height: 19px;
  background: url(../img/ico_test100.svg) no-repeat border-box left center/100% auto;;
  padding-left: 5px;
  margin-right: 4px;
  display: inline-block;
}
.nextProgressArea {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.nextProgressBar {
  padding: 0;
  background: #000;
  height: 30px;
  width: 200px;
  border-radius: 15px;
  border: 1px solid #fff;
  position: relative;
  overflow: hidden;
}
.nextProgressBar span {
  height: 28px;
  display:block;
  background: #d21883;
  animation: progressBar 5s linear 0s;
  border-radius: 15px;
}
.nextMovieInfo a:visited, .nextMovieInfo a:focus {
  color: #f8f9fa;
}
.nextMovieInfo #next_cont_trans {
  color: #fff;
  transition: none;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 28px;
  font-size: 1.4rem;
}
.nextMovieInfo #next_cont_trans b {
  display: inline-block;
  padding-right: 18px;
  position: relative;
}
.nextMovieInfo #next_cont_trans b::after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 7px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 13px;
  border-color: transparent transparent transparent #fff;
}
.nextMovieInfo a:hover{
  opacity: .7;
}
@keyframes progressBar {
    from{
        width:0%;
    }
    to{
        width:100%;
    }
}
.nextMovieInfo #canceling {
  padding: 0;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  display: inline-block;
  font-weight: bold;
  background: none;
}
#nextvideo-link {
  position: absolute;
  bottom: 50px;
  right: 0;
  color: white;
  z-index: 1000000;
  border-top: 1px solid white;
  border-left: 1px solid white;
  border-bottom: 1px solid white;
  padding: 10px 10px 10px 20px;
  background: rgba(0,0,0,0.6);
  font-weight: bold;
  cursor: pointer;
  border-radius: 25px 0 0 25px/25px 0 0 25px;
}
@media screen and (min-width: 319px) {
  #nextvideo-link {
    bottom: 18px;
  }
}
@media screen and (min-width: 359px) {
  #nextvideo-link {
    bottom: 28px;
  }
}
@media screen and (min-width: 374px) {
  #nextvideo-link {
    bottom: 32px;
  }
}
@media screen and (min-width: 413px) {
  #nextvideo-link {
    padding: 4px 4px 4px 12px;
    bottom: 43px;
  }
}
@media screen and (max-width: 480px) {
  .nextMovieInfo {
    width: 100%;
    padding: 4%;
  }
  .video-evabox {
    margin-top: 5%;
  }
  .video-evatxt {
    font-size: 1.4rem;
    padding-bottom: 20px;
  }
  .videoplayeva {
    margin-bottom: 30px;
    gap: 5px;
  }
  .video-eva-bad,
  .video-eva-good,
  .video-eva-test {
    font-size: 1.2rem;
    max-width: 110px;
    width: 33%;
    padding: 14px 0;
  }
  .video-eva-test::before {
    width: 13px;
    height: 13px;
  }

  .nextProgressArea {
    margin-bottom: 30px;
  }
  .nextProgressBar {
    height: 25px;
    width: 150px;
  }
  .nextProgressBar span {
    height: 23px;
  }
  .nextMovieInfo #next_cont_trans {
    line-height: 23px;
    font-size: 1rem;
  }
  .nextMovieInfo #next_cont_trans b {
    display: inline-block;
    padding-right: 12px;
    position: relative;
  }
  .nextMovieInfo #next_cont_trans b::after {
    top: calc(50% - 3px);
    border-width: 3.5px 0 3.5px 7px;
  }

  .nextMovieInfo #canceling {
    width: 12px;
    height: 12px;
  }
  .nextMovieInfo #canceling img {
    max-width: 100%;
  }
}









/******************************************************
#wide
******************************************************/
.orien_on {
  position: relative !important;
  top: 0 !important;
}
.orien-pd {
  padding-top: 10px !important;
}
.play_box {
  position: relative;
  display: block;
}

.wide .player_box::before {
  content: url(../img/);
  display: block;
}
.wide .play_box {
  position: absolute !important;
  width: 100vw;
  left: 0;
  top: 0;
}
.thumbimg-wrap {
  position: relative;
  overflow: hidden;
}
.thumbimg-wrap::before {
  /*  content: '';
  display: block;
  padding-top: 56.25%;
  background: #333;
  position: relative;
  z-index: -2;
  */
}
.thumbimg-wrap::before {
  z-index: 0;
}

.thumbimg-wrap img {
  position: relative;
  /*position: absolute; */
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#detail-wrap .thumbimg-wrap img {
  z-index: 0;
}
@media screen and (max-width: 834px) {
  #detail #videoPlayer,
  #detail #vjs_video_3 {
    position: fixed;
    z-index: 100;
    top: 70px;
  }
}





/* goodbad */
.video-parts {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 15px;
}
.detail-infowrap {
  margin-left: auto;
}
.eva-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.eva-wrap p,
.eva-wrap .bad {
  cursor: pointer;
  text-align: center;
  padding: 5px 15px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  max-height: 60px;
  width: 140px;
  margin: 5px 15px 0 0;
  font-size: 1.3rem;
}
.eva-wrap .bad {
  margin-right: 0;
}
.good::before {
  content: "\e91d";
  font-size: 1.4rem;
  margin-right: 4px;
}
.bad::before {
  content: "\e92f";
  font-size: 1.4rem;
  margin-right: 4px;
  transform: rotate(90deg);
  display: inline-block;
}
.playnum {
  display: block;
  font-weight: normal;
  padding-left: 3px;
}
.good.done {
  color: #4dce1b;
}
.bad.done {
  color: #2e91ff;
}
.eva-perbox {
  height: 6px;
  position: relative;
}
.eva-perbox::before {
  content: "";
  position: absolute;
  top: 0;
  background: #df274a;
  height: 6px;
  width: 100%;
}
.eva-gauge {
  background: #4dce1b;
  height: 6px;
  position: absolute;
}
.video-detaillbox {
  margin-top: 10px;
}
.viewbox {
  font-size: 1.3rem;
  margin-bottom: 5px;
}
.playcount {
  font-size: 1.6rem;
  padding-right: 5px;
}
.playcountwrap::after {
  content: "/";
  color: #ccc;
  padding-left: 8px;
}
.fav-count {
  padding-left: 1px;
}
.fav-count::after {
  content: "/";
  color: #ccc;
  padding-left: 8px;
}
.delivery-start {
  padding-left: 1px;
}
.good-per {
  font-size: 1.4rem;
  margin: 2px 0 5px;
}
.good-per::before {
  content: "\e91d";
  color: #4dce1b;
  padding-right: 3px;
}
.fav-per {
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.fav-per::before {
  content: "\e9da";
  padding-right: 2px;
  color: #d52484;
}

@media screen and (max-width: 480px) {
  .detail-infowrap {
    margin-left: auto;
    width: 100%;
  }
  .video-parts {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .eva-wrap {
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .eva-wrap .good,
  .eva-wrap .bad {
    cursor: pointer;
    width:48%;
    font-size: 1.2rem;
    margin: 15px 0;
  }
  .video-detaillbox {
    width: 100%;
  }
}

@media screen and (min-width: 835px) {
  .video-parts {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (min-width: 768px) and (max-width: 834px) {
  .detail-infowrap {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .detail-returnbtn {
    margin: 15px 0 0 15px;
  }
}




/* return */
.loop-returnwrap {
  width: 100%;
  border-top: 1px solid #e1e1e1;
  padding: 10px 8px;
  z-index: 3;
  position: relative;
}
.loop-returnbtn {
  background: rgba(51,51,51,1);
  z-index: 2;
  padding: 7px 18px;
  border-radius: 3px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
}
.loop-returnbtn::before {
  content: "\e965";
  padding-right: 4px;
}
.success_al {
  color: #285b2a;
  background-color: #dbefdc;
  border-color: #cde9ce;
  display: none;
  position: fixed;
  bottom: 10px;
  padding: 15px 0;
  z-index: 2;
  width: 90%;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
}
.success_al span {
  font-size: 1.2rem;
  padding-left: 2%;
}

/******************************************************
password show/hide
******************************************************/
.my-toggle {
  background: transparent;
  border: 0;
  border-radius: 0.25em;
  color: #888;
  cursor: pointer;
  font-size: 0.75em;
  font-weight: bold;
  margin-right: 0.5em;
  padding: 0.5em;
  text-transform: uppercase;
  -moz-appearance: none;
  -webkit-appearance: none;
}

/******************************************************
続きを読むボタン
******************************************************/
.grad-wrap {
  position: relative;
  margin-bottom: 30px;
}
.grad-wrap + .grad-wrap {
  margin-top: 40px;
}
.grad-tagbtn,
.grad-btn {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: -30px;
  left: 0;
  width: 50%;
  margin: auto;
  padding: .5em 0;
  border-radius: 3px;
  background: #fff;
  color: #333;
  font-size: 1.3rem;
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
}
.grad-btn {
  width: 100%;
}
.grad-tagbtn {
  bottom: 1px;
}
.grad-btn:hover {
  background: #fff;
  color: #d52484;
}
.grad-item {
  font-size: 1.4rem;
  margin-top: 15px;
  position: relative;
  overflow: hidden;
  max-height: 230px;
}
.grad-item a {
  color: #3241d2;
  text-decoration: underline;
  font-weight: 400;
  padding-bottom: 6px;
}
.grad-item a:hover {
    opacity: 0.75;
}
.grad-btn::before {
  display: block;
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  height: 40px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  content: "";
}
.grad-trigger {
  display: none; /*チェックボックスは常に非表示*/
}
.grad-trigger:checked + .grad-tagbtn,
.grad-trigger:checked + .grad-btn {
  display: none; /*チェックされていたら、grad-btnを非表示にする*/
}
.grad-trigger:checked ~ .grad-tagbox,
.grad-trigger:checked ~ .grad-item {
  height: auto; /*チェックされていたら、高さを戻す*/
  max-height: none;
}
.grad-trigger:checked ~ .grad-tagbox:before,
.grad-trigger:checked ~ .grad-item::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}


/******************************************************
報告ボタンモーダル
******************************************************/
#trigger {
  display: none;
}

.modal_overlay{
  display: none;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.modal_trigger{
  position: absolute;
  width: 100%;
  height: 100%;
}

.modal_content{
  align-self: center;
  width: 60%;
  max-width: 480px;
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
  line-height: 1.4em;
  transform: scale(1.2);
  transition: 0.5s;
}

.close_button{
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 24px;
  cursor: pointer;
}

.modal_wrap input:checked ~ .modal_overlay{
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
  display: flex;
}

.modal_wrap input:checked ~ .modal_overlay .modal_content{
  transform: scale(1);
}

.open_button{
  display: block;
  justify-content: flex-end;
  height: 30px;
  line-height: 30px;
  margin: 0 0 0 auto;
  color: #444;
  font-size: 1.4rem;
  cursor: pointer;
  text-align: center;
  width: 200px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #ccc;
  position: relative;
}
.modal_content label {
  display: block;
  margin-bottom: 10px;
}
.rep-title {
  font-size: 1.8rem;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.buttonBase {
  margin-top: 15px;
}
#bad_detail,
#flag_detail {
  border: 1px solid #ccc;
  width: 100%;
  height: 100px;
}


/******************************************************
報告ボタンモーダル
******************************************************/
#bad-trigger {
  display: none;
}

.bad-modal_overlay{
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.bad-modal_trigger{
  position: absolute;
  width: 100%;
  height: 100%;
}

.bad-modal_content{
  align-self: center;
  width: 60%;
  max-width: 480px;
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
  line-height: 1.4em;
  transform: scale(1.2);
  transition: 0.5s;
}

.bad-modal_wrap input:checked ~ .modal_overlay{
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.bad-modal_wrap input:checked ~ .modal_overlay .modal_content{
  transform: scale(1);
}
.bad-modal_content label {
  display: block;
  margin-bottom: 10px;
}


/******************************************************
未会員オーバーレイ
******************************************************/
.m_modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(0,0,0,0.8);
  z-index: 99999999;
}
.modal_bg {
  height: 100vh;
  position: absolute;
  width: 100%;
}
.m_modal_content {
  background: #fff;
  left: 50%;
  padding: 15px;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 60%;
  z-index: 999999999;
}
.js-modal-close {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 24px;
  cursor: pointer;
}
.modal_txt {
  margin: 20px 0;
  text-align: center;
}
.b_modal {
  text-align: left;
}
.modal_btn a {
  border: 1px solid #3755aa;
  text-align: center;
}
.modal_btn li:first-child a {
  border: 1px solid #333;
}
/******************************************************
パンくず
******************************************************/
#bread-wrap {
  padding: 8px 0;
  margin-bottom: 20px;
  z-index: 2;
  position: relative;
  width: 100%;
  background: white;
}
.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.8;
  max-width: 960px;
  font-size: 1.2rem;
  margin: 0 auto;
}
.breadcrumbs li:first-child::after {
  font-family: 'icomoon' !important;
  content: "\e911";
  font-size: 0.5rem;
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
}
.breadcrumbs li::before {
  font-family: 'icomoon' !important;
  content: "\e911";
  font-size: 0.5rem;
  margin: 0 5px 0 10px;
  display: inline-block;
  vertical-align: middle;
}
.breadcrumbs li:first-child::before,.breadcrumbs li:nth-of-type(2)::before {
  content: "";
  display: none;

}
.breadcrumbs a {
  color: #315096;
  text-decoration: underline;
}
.breadcrumbs a:hover {
  color: #d5850e;
}




/******************************************************
#hover
******************************************************/
.wtc_btn:hover,
#logo:hover {
  filter: brightness(133%);
}
.v-ctr li:hover::before {
  color: #999;
}
.detail-categorybox a:hover ,
.loop-tag:hover {
  background: #becee5;
}
.topnews:hover {
  background: #c0c0c0;
}
.infolink:hover,
.infoloop-wrap a:hover,
.pagination a:hover,
.pc-info-menu:hover,
#gnav-pc a:hover {
  color: #1f2c5c !important;
  background: #f7f7f7;
}
.wtc_linktxt:hover {
  color: #ffd940 !important;
}
.open_button:hover,
.mypage-list a:hover,
.detail-tagbox a:hover,
.v-ctr li:hover,
.title-wrap a:hover {
  background: #eee;
}
.unpaid_btn:hover,
.topbtn:hover,
.board-link:hover,
.nn-limitbtn:hover,
.detail-returnbtn:hover,
.good:hover,
.bad:hover,
.loop-returnbtn:hover,
.slider img:hover,
#category-wrap a:hover,
.board-wrap a:hover,
.top-teacher a:hover,
.classlist a:hover,
.forget-txt:hover,
.submit:hover,
.next-videobox:hover,
.d-teacher:hover,
#footer-nav a:hover,
.loopbox:hover .watchbar,
.loopbox:hover img {
  opacity: 0.5;
}

.b_good:hover,
.b_bad:hover,
.detail-returnbtn:hover,
.loop-returnbtn:hover,
.slider img:hover,
#category-wrap a:hover,
.top-teacher a:hover,
.open_button:hover,
.infolink:hover,
.pagination a:hover,
.mypage-list a:hover,
.detail-categorybox a:hover ,
.detail-tagbox a:hover,
.v-ctr li:hover,
.next-videobox:hover,
.d-teacher:hover,
.loopbox:hover .watchbar,
.loop-fav:hover .loop-favtxt,
.loopbox:hover .loop-fav:before,
.loop-fav:hover:before,
.loop-fav-added:hover:before,
.loop-tag:hover,
.loopbox:hover,
.topnews:hover,
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus,
.title-wrap a:hover,
.wtc_linktxt:hover,
.wtc_btn:hover,
.wtc_thumb:hover img,
.wtc_thumb:hover:after,
#logo:hover,
#gnav-pc a:hover {
  -webkit-transition: all .3s;
  transition: all .3s;
}
.wtc_thumb:hover img {filter: brightness(110%);}
.wtc_thumb:hover:after {background: rgba(213,36,132,1);}
/******************************************************
#slick
******************************************************/
/*
.thumbnail {
max-width: 531px
}

.thumbnail .slick-slide img {
border: 15px solid #fff;
margin-left: 18px;
}
.thumbnail img {
border: 18px white solid;
margin-left: 15px;
margin-bottom: 6px;
height: 290px;
}
.thumbnail-thumb .slick-current { opacity: 0.5;}
.thumbnail-thumb img {
max-width: 150px;
width: 150px;
border: 2px solid #fff;
margin-bottom: 18px;
}

.thumbnail-thumb .slick-track {
display: flex;
flex-direction: column;
flex-wrap: wrap;
max-width: 150px;
}
*/

.slider {

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.slick-dots li {
  border: 2px solid #fff;
  cursor: pointer;
}
.slick-slide img {
  border: 15px white solid;
  margin-left: 15px;
  margin-bottom: 6px;
  height: 284px;
}


@media screen and (min-width: 835px) {
  .slick-dots {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slick-dots li {
    max-width: 150px;
    width: 150px;
    margin-bottom: 18px;
  }
}




/***************************************************************************************************************************************************
pc-gnav-modal
***************************************************************************************************************************************************/
#info-icon {
  cursor: pointer;
  display: block;
}
#info-content {
  display: none;
  overflow: auto;
  position: fixed;
  z-index: 3;
  width: 100%;
  height: auto;
  background: rgba(238, 238, 238, 1);
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
}
#info-icon:hover #info-content {
  opacity: 1;
  display: block;
}
#g-info-title {
  cursor: default;
}


#gnav-pc  .pc-mypagemenu {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  display: block;
  position: absolute;
  top: 70px;
  right: 0;
  background: #fff;
  border: 1px solid #efefef;
  border-bottom: none;
  min-width: 300px;
  font-size: 1.3rem;

  display: none;
}
#gnav-pc  .pc-mypagebtn:hover .pc-mypagemenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pc-mypagemenu li {
  width: 100%;
}
#gnav-pc .pc-mypagemenu a {
  width: auto;
  height: auto;
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #efefef;
  font-size: 1.4rem;
}
#gnav-pc .pc-mypagemenu p {
  position: relative;
  top: auto;
  -webkit-transform: none;
  transform: none;
  margin-left: 10px;
  font-size: 1.4rem;
  line-height: 1.8;
}
.pc-gnav-profile a::before {
  content: "\e983";
  font-size: 1.5rem;
  position: relative;
  top: 1px;
}
.pc-gnav-fav a::before {
  content: "\e9da";
}
.pc-gnav-his a::before {
  content: "\e908";
}
.pc-gnav-profile a::before,
.pc-gnav-fav a::before,
.pc-gnav-his a::before {
  margin-right: 5px;
  color: #333;
}


/***************************************************************************************************************************************************
sp modal
***************************************************************************************************************************************************/
#drawer-checkbox {
  display: none;
}
#drawer-icon {
  background: #fff;
  cursor: pointer;
  display: block;
  position: relative;
  height: 69px;
  width: 70px;
}
/* new function
#drawer-icon::after {
  position: absolute;
  background: red;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  z-index: 2;
  content: "";
  right: 20px;
  top: 10px;
}
*/
/* new function */
#drawer-icon span {
  background: #333;
  border-radius: 5px;
  display: block;
  height: 2px;
  left: 25px;
  margin: 0;
  position: absolute;
  top: 24px;
  transition: all 0.3s ease-in-out;
  width: 20px;
}
#drawer-icon span::before,
#drawer-icon span::after {
  -webkit-transform: rotate(0);
  background: #333;
  border-radius: 5px;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin: -8% 0 0 -50%;
  position: absolute;
  top: 50%;
  transform: rotate(0);
  transition: all 0.3s ease-in-out;
  width: 100%;
}
#drawer-icon span::before {
  margin-top: -36%;
}
#drawer-icon span::after {
  margin-top: 20%;
}
#drawer-checkbox:checked ~ #drawer-icon {
  background: #f7f7f7;
}
#drawer-checkbox:checked ~ #drawer-icon span {
  background: rgba(51, 51, 51, 0);
}
#drawer-checkbox:checked ~ #drawer-icon span::before,
#drawer-checkbox:checked ~ #drawer-icon span::after {
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin: -8% 0 0 -42%;
  position: absolute;
  top: 50%;
  width: 100%;
}
#drawer-checkbox:checked ~ #drawer-icon span::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#drawer-checkbox:checked ~ #drawer-icon span::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#drawer-content {
  display: none;
  position: fixed;
  top: 70px;
  left: 0;
  z-index: 1000000;
  width: 100%;
  background: #f7f7f7;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  height: 100vh;
  -webkit-overflow-scrolling: touch;
  transform: translateZ(0);
}
#drawer-checkbox:checked ~ #drawer-content {
  opacity: 1;
  display: block;
  overflow: scroll;
}
#drawer-close {
  display: none;
  position: fixed;
  z-index: -10;
  top: 70px;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #000;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}
#drawer-checkbox:checked ~ #drawer-close {
  display: block;
  opacity: 0.75;
}
.drawer-menu {
  font-weight: normal;
  font-size: 1.2rem;
  text-align: center;
  display: block;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}
.drawer-search {
  /*
  margin-right: 70px;
  */
}
.drawer-user {
  display: block;
  font-size: 1.2rem;
  width: auto;
  height: auto;
  text-align: left;
  padding: 15px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background: #fff;
  border-radius: 5px 0 0 0 / 5px 0 0 0;
}
.drawer-user img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.drawer-user p {
  position: relative;
  top: auto;
  -webkit-transform: none;
  transform: none;
  margin-left: 10px;
  font-size: 1.4rem;
  line-height: 1.8;
}
.drawer-user span {
  color: #2452d5;
}
hr {
  border: 1px solid #f3f3f3;
  border-bottom: none;
}
.drawer-title {
  display: block;
  font-weight: bold;
  margin: 15px 0 5px 12px;
}
.drawer-list {
  background: #fff;
  border: 1px solid #efefef;
  border-radius: 5px;
  margin: 0 10px 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.drawer-list li {
  width: 100%;
  position: relative;
}
.drawer-newfunction::after {
  content: "New!";
  color: white;
  background: red;
  font-size: 1.2rem;
  padding: 0 5px 2px;
  position: absolute;
  right: 30px;
  top: 12px;
  border-radius: 3px;
}



.drawer-list a {
  display: block;
  width: auto;
  height: auto;
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #efefef;
}
.drawer-list li:last-child a {
  border-bottom: none;
}
.drawer-my {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 15px;
}
.drawer-my a {
  display: block;
  background: #1f2c5c;
  color: white;
  border: 1px solid #efefef;
  border-radius: 5px;
  padding: 10px 20px;
}

.drawer-end {
  margin-bottom: 200px;
}
/******************************************************
# fixed player
******************************************************/
.next-video-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.switchArea {
  line-height: 26px;
  letter-spacing: 0;
  text-align: center;
  font-size: 10px;
  position: relative;
  margin: 0 0 0 auto;
  width: 61px;
  background: #fff;
  border-radius: 12px;
}
.switchArea input[type="checkbox"] {
  display: none;
}
.switchArea label {
  display: block;
  box-sizing: border-box;
  height: 26px;
  border: 2px solid #999999;
  border-radius: 13px;
  background: #999;
}
.switchArea input[type="checkbox"]:checked +label {
  border-color: #3755aa;
  background: #3755aa;
}
.switchArea label span:after{
  content: "OFF";
  padding: 0 0 0 15px;
  color: white;
}
.switchArea input[type="checkbox"]:checked + label span:after{
  content: "ON";
  padding: 0 15px 0 0;
  color: white;
}
.switchArea #swImg {
  position: absolute;
  width: 18px;
  height: 18px;
  background: white;
  top: 4px;
  left: 4px;
  border-radius: 9px;
  transition: .2s;
}
.switchArea input[type="checkbox"]:checked + label #swImg {
  transform: translateX(35px);
}

/******************************************************
# fixed player
******************************************************/
@media screen and (min-width: 319px) and (max-width: 320px) {
  .video-box iframe {
    position: fixed !important;
    top: 70px !important;
    z-index: 99999;
    max-height: 180px;
  }
}
@media screen and (min-width: 374px) and (max-width: 375px) {
  .video-box iframe {
    position: fixed !important;
    top: 70px !important;
    z-index: 99999;
    max-height: 211px;
  }
}
@media screen and (min-width: 413px) and (max-width: 480px) {
  .video-box iframe {
    position: fixed !important;
    top: 70px !important;
    z-index: 99999;
    max-height: 233px;
  }
}
/******************************************************
# 320~
******************************************************/
@media screen and (min-width: 319px) {
  #logo img {
    width: auto;
    padding: 0;
    height: 30px;
    margin: 20px 0 20px 5px;
  }
  .count_wrap {
    padding-bottom: 3px;
  }
  .count_wrap .ribbon {
    font-size: 10px;
  }
  .count_wrap p {
    font-size: 11px;
  }
  .title-news {
    font-size: 1.4rem;
  }
  .title-news::before {
    font-size: 1rem;
    padding: 1px 3px;
  }
  .wtc_thumb {
    max-width: none;
    max-height: none;
    width: 42%;
  }
  .wtc_detail {
    width: 54%;
    padding: 0;
  }
  .wtc_thumb img {
    max-width: 100%;
    max-height: none;
    width: 100%;
  }
  .wtc_detail p {
    color: #f7f7f7;
    font-size: 1.1rem;
  }
  .wtc_title {
    font-size: 1.3rem;
    line-height: 1.4;
    max-height: 37px;
    overflow: hidden;
  }
  .topnews h3 {
    width: 100%;
  }
  .slick-prev, .slick-next {
    display: none !important;
  }
  .title-wrap h2 {
    font-size: 1.6rem;
  }
  .title-wrap h2:before {
    width: 24px;
    height: 24px;
    font-size: 1.8rem;
    line-height: 24px;
  }
  .title-begin {
    color: #333;
  }
  .title-wrap h2.title-new::before {
    font-size: 2.6rem;
    line-height: 26px;
  }
  .title-new {
    color: white;
    margin-top: 20px;
    z-index: 1;
  }
  .loop-category {
    font-size: 1.0rem;
  }
  .v-ctr p {
    width: 82%;
  }
  .video-guest-msg {
    padding: 10px;
    font-size: 1.4rem;
  }
  .video-guest-btn {
    margin-top: 10px;
  }
  .video-guest-btn li {
    width: 48%;
  }
  .video-guest-btn li:first-child {
    margin-right: 10px;
  }
  .video-guest-title {
    display: none;
  }
  .mbtxt {
    display: none;
  }
  .top-teacher strong {
    font-size: 1rem;
  }
  .top-teacher cite {
    font-size: 0.8rem;
  }
  .top-teacher h3 {
    font-size: 1.4rem;
  }
  .agreemtnt-wrap h3 {
    font-size: 2.0rem;
  }
  .title-news {
    font-size: 1.4rem;
  }
  .title-news::before {
    margin-top: 0px;
  }
  .b_pc {
    height: 482px;
  }
  .news-link {
    padding: 2px 0;
  }
  .news-link h3,
  .news-link time {
    font-size: 1rem;
  }
  .newsloop-link2 {
    font-size: 1.2rem;
    display: block;
    text-align: center;
    margin-top: 5px;
  }
  .news-link h3 {
    overflow: hidden;
    max-height: 30px;
    line-height: 1.4;
  }
  .newsloop-link {
    font-size: 1.2rem;
  }
  #not {
    padding: 20px 0;
  }
  .notfound {
    font-size: 2.6rem;
  }
  .not-txt span {
    font-size: 1.8rem;
  }
  .not-wrap {
    padding: 20px 20px 0 20px;
  }
  .nn-limit p {
    font-size: 1.4rem;
  }
  .nn-limitbtn {
    padding: 10px 20px;
  }

  .kabuo {
    position: absolute;
    width: 90px;
    bottom: -5px;
    right: 0px;
    z-index: 10;
  }
  .kabuyo {
    position: absolute;
    width: 90px;
    bottom: -5px;
    left: 0px;
    z-index: 10;
  }
  .kabu-balloon {
    background-image: url(../img/baloon_m.png);
    background-repeat: repeat-x;
    height: 133px;
    width: 187px;
    position: absolute;
    bottom: 70px;
    right: 45px;
  }
}
/******************************************************
# 360
******************************************************/
@media screen and (min-width: 359px) {
  .b_pc {
    height: 538px;
  }
  .count_wrap .ribbon {
    font-size: 12px;
  }
  .count_wrap p {
    font-size: 13px;
  }
  .news-box {
    padding: 1px;
  }
  .nn-limitbtn {
    padding: 10px 40px;
  }
  .title-news {
    font-size: 1.6rem;
  }
  .title-news::before {
    font-size: 1.2rem;
    padding: 1px 4px;
  }
  .news-link {
    padding: 1px 0;
  }
  .news-link h3, .news-link time {
    font-size: 1.2rem;
  }
  .newsloop-link2 {
    display: block;
    text-align: center;
    margin-top: 10px;
  }
  .kabuo {
    position: absolute;
    width: 110px;
    bottom: -5px;
    right: 0px;
    z-index: 10;
  }
  .kabuyo {
    position: absolute;
    width: 110px;
    bottom: -5px;
    left: 0px;
    z-index: 10;
  }

}

/******************************************************
# 374~
******************************************************/
@media screen and (min-width: 374px) {
  #logo img {
    width: auto;
    padding: 0;
    height: 38px;
    margin: 20px 0 0 10px;
  }
  .wtc_title {
    font-size: 1.4rem;
    line-height: 1.5;
    max-height: 40px;
  }
  .wtc_detail p {
    font-size: 1.1rem;
  }
  .topnews {
    font-size: 1.0rem;
  }

  .title-wrap h2 {
    font-size: 1.8rem;
  }
  .title-wrap h2:before {
    width: 29px;
    height: 29px;
  }
  .v-ctr p {
    width: 85%;
  }
  .mbtxt {
    display: inline;
  }
  .top-teacher cite {
    font-size: 0.9rem;
  }
  .b_pc {
    height: 564px;
  }

}

/******************************************************
# 411~
******************************************************/
@media screen and (min-width: 410px) {
  .b_pc {
    height: 612px;
  }
  .news-box {
    padding: 3px;
  }
  .news-link h3 {
    max-height: 34px;
    font-size: 1.4rem;
  }
  .newsloop-link {
    font-size: 1.4rem;
  }
  .notfound {
    font-size: 3.0rem;
  }

  .not-wrap {
    padding: 30px 30px 0 30px;
  }
}

/******************************************************
# 414~
******************************************************/
@media screen and (min-width: 413px) {
  .wtc_title {
    font-size: 1.5rem;
    line-height: 1.5;
    max-height: 44px;
  }
  .wtc_detail p {
    font-size: 1.2rem;
  }
  #logo img {
    width: auto;
    padding: 0;
    height: 34px;
    margin: 20px 0 0 10px;
  }
  .topnews h3 {
    width: 70%;
  }
  .title-wrap h2 {
    font-size: 2.0rem;
  }
  .title-wrap h2:before {
    width: 30px;
    height: 30px;
  }
  .loop-category {
    font-size: 1.2rem;
  }
  .top-teacher strong {
    font-size: 1.1rem;
  }
  .top-teacher h3 {
    font-size: 1.6rem;
  }
  .top-teacher cite {
    font-size: 1.1rem;
  }
  .agreemtnt-wrap h3 {
    font-size: 2.4rem;
  }
  .b_pc {
    height: 625px;
  }

}

/******************************************************
# 480~
******************************************************/
@media screen and (min-width: 479px) {
  .nn-limit p {
    font-size: 2.0rem;
  }
  .nn-limitbtn {
    padding: 10px 50px;
  }
}

@media screen and (min-width: 479px) and (max-width: 480px) {
  .slick-dots {
    margin: 0 auto 7.5% !important;
  }
  .b_pc {
    height: 716px;
  }
  .news-link h3 {
    max-height: 38px;
    font-size: 1.5rem;
  }
  .layout {
    margin-bottom: 0px;
  }
}

/******************************************************
# ~480
******************************************************/
@media screen and (max-width: 480px) {
  #slide-wrap {
    margin: 25px auto 50px;
  }
  .title-wrap a {
    display: none;
  }
  .topnews {
    width: 96%;
    margin: 0 auto;
    padding: 0 10px;
    font-size: 1.2rem;
  }
  .topnews time {
    font-weight: normal;
    margin-right: 20px;
  }
  .topnews h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .top-videoloop3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top-videoloop3 article {
    max-width: none;
    margin: 10px auto;
    width: 96%;
  }
  .top-videoloop3 article:nth-of-type(1) {
    margin-left: auto;
  }
  .top-videoloop3 article:nth-of-type(3) {
    margin-right: auto;
  }
  .top-teacher li,
  .top-videoloop4 article {
    max-width: none;
    width: 47%;
    margin-right: 2%;
    margin-bottom: 4%;
  }
  .top-teacher li:nth-of-type(odd),
  .top-videoloop4 article:nth-of-type(odd) {
    margin-left: 2%;
  }
  .top-videoloop4 .loopbox h2 {
    font-size: 1.4rem;
    height: 44px;
  }
  #footer-nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer-nav ul {
    max-width: none;
    width: 50%;
    padding: 10px;
    font-size: 1.2rem;
  }
  .loop-tag {
    padding: 3px 5px;
  }
  .detail-infowrap {
    float: none;
  }
  .detail-favbtn {
    margin: 15px 0 0;
    width: 100%;
  }
  .detail-returnbtn {
    margin: 15px 0;
    width: 100%;
  }
  .grad-item {
    margin-top: 0;
  }
  .detail-bottom {
    margin-top: 0;
  }
  .detail-tagbox, .detail-categorybox {
    margin: 20px 0 30px 5px;
  }
  .detail-teacherbox {
    margin: 20px 30px 30px 5px;
  }
  .detail-teacherbox li {
    width: 100%;
  }
  .detail-tagbox a {
    font-size: 1rem;
  }
  .detail-nav {
    display: block;
  }
  .detail-titlebox {
    display: block;
  }
  .detail-titlebox-inner {
    padding-right: 0;
  }
  .detail-minitest {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
  }
  .detail-minitest-text {
    font-size: 1.4rem;
    padding-bottom: 0;
    line-height: 1;
  }
  .detail-minitest-text::before {
    top: -2px;
  }
  .detail-minitest-state {
    display: inline-block;
    width: 75px;
    font-size: 1.1rem;
    text-align: center;
    margin-left: 3px;
  }
  .detail-minitest .challenge {
    display: inline-block;
    padding-right: 12px;
  }
  .detail-minitest .challenge::after {
    top: calc(50% - 2px);
    border-width: 5px 4px 0 4px;
  }
  .mypage-box,
  .login-box {
    margin: 0 auto 25px;
  }
  .title-login, .title-mypage {
    font-size: 1.8rem;
  }
  .m_modal_content {
    width: 96%;
  }
  .searchform form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .searchform .inputs {
    width: 77%;
  }
  .searchform .sbtn {
    width: 23%;
  }
  .searchform .sbtn span {
    display: none;
  }
  .searchform .check-cont {
    width: 98%;
    padding-left: 28px;
    margin: 10px auto;
    font-size: 12px;
  }
  .searchform input[type=checkbox] {
    display: none;
  }
  .searchform label.check-cont span::before {
    width: 22px;
    height: 22px;
    left: -2px;
  }
  .searchform label.check-cont input[type=checkbox]:checked + span::after {
    width: 15px;
    height: 8px;
    left: 2px;
  }
  .searchform .searchform-link {
    margin-top: 6px;
  }
  .inputs {
    width: 98%;
    margin: 0 auto;
  }
  .sbtn {
    width: 98%;
  }
  .lecturelist li {
    font-size: 1.2rem;
  }
  .search-word {
    padding-left: 10px;
    font-size: 1.3rem;
  }
  .searchtxt {
    font-size: 1.4rem;
  }
  .search-result label {
    display: none;
  }
  .search-result p {
    font-size: 1.2rem;
  }
  .searchcount {
    font-size: 1.4rem;
  }
  .faq_list li {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 3.5%;
  }
  .faq_list li:nth-of-type(4n) {
    margin-right: 3.5%;
  }
  .faq_list li:nth-of-type(3n) {
    margin-right: 0;
  }
  .faq_list .faq-list-text {
    font-size: 1.2rem;
  }
  .loop-category {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .news-link h3 {
    margin-left: 84px;
  }
  #begin-video4 article {
    width: 100%;
  }

  #board-loop .nn-limit {
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
    margin-top: -20px;
  }

}


/******************************************************
# 320~834 sp~tablet
******************************************************/
@media screen and (min-width: 319px) and (max-width: 834px) {
  .wtc_detail .darkbg-attxt,
  .slick-prev, .slick-next,
  #gnav-pc {
    display: none !important;
  }
  #gnav-sp {display: block;}
  aside.watching {
    height: auto;
  }

  .video-wrap {
    display: block;
  }
  .detail-bottom {
    border: none;
    width: 100%;
  }
  #detail #bread-wrap {
    display: none;
  }
  #bread-wrap {
    padding-left: 10px;
  }
  .detail-table {
    border: none;
    width: 100%;
  }
  .left-related {
    border: none;
  }
  .modal_content {
    width: 94%;
  }
  #teachers li, .classlist > li {
    width: 48%;
    max-width: 307px;
    margin-bottom: 20px;
  }
  .search-title {
    padding: 30px 15px;
  }
  .teacher-box {
    display: block;
  }
  .teacher-box > * {
    width: 100%;
  }
  .teacher-box > section {
    text-align: center;
  }
  .teacher-box p::before {
    margin: 0 auto 15px;
  }
  .otherlink {
    margin-left: 2%;
  }
  .t-sns {
    justify-content: center;
  }

  #watching-wrap {
    padding: 20px 10px 10px 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-grow: 1;
  }
  .wtc_thumb {
    margin-right: 10px;
  }
  .darkbg-attxt {
    display: none;
  }
  .wtc_link {
    margin-right: auto;
    margin-top: 20px;
  }
  .wtc_linktxt {
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  .wtc_link {
    width: 100%;
    display: block;
    border-radius: 5px;
    margin: 0 auto;
    flex-grow: 7;
    padding: 20px 0 0;
  }
  .wtc_btn {
    border-radius: 5px;
    padding: 10px 0;
    width: 100%;
  }
  .teacher-box img {
    width: 80%
  }
  .teacher-box p {
    width: 90%;
    margin: 0 auto;
    text-align: left;
  }
  .teacher-box h1 {
    font-size: 2.8rem;
    margin-bottom: 3px;
  }
  .search-loop,
  .loop-box {
    overflow: hidden;
  }
  .view_err_box {
    text-align: center;
    font-size: 1.1rem;
    background: white;
    color: red;
    border: 1px solid red;
    width: 96%;
    margin: 10px auto;
  }
  /*****************************************************/
  .b_pc {
    background-image: url(../img/sp_board.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 98%;
    padding: 20px 5px;
  }
  .thumbnail-thumb {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    width: 100%;
  }
  .thumbnail {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    max-width: none;
  }
  .thumbnail-thumb img {
    width: 33%;
    max-width: none;
    margin-bottom: 0;
  }
  .slick-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .thumbnail .slick-slide img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .thumbnail-thumb .slick-track {
    display: flex;
    flex-direction: inherit;
    max-width: none;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .thumbnail-thumb .slick-track {
    display: block;
    max-width: none;
  }
  .slider {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .slick-slide img {
    height: auto;
    display: block;
    width: 90%;
    margin: 3% auto;
  }
  .slick-dots {
    width: 90%;
    margin: 0 auto 2.5%;
  }
  .slick-dots li {
    margin-right: 2.5%;
  }
  .slick-dots li:last-of-type {
    margin-right: 0;
  }
  .news-wrap {
    width: 90%;
    margin: 0 auto;
  }
  .news-link {
    display: flex;
    flex-wrap: nowrap;
  }

  .teacher-balloon {
    display: none;
  }
  .teacher-illust {
    background-repeat: no-repeat;
    background-size: contain;
    height: 180px;
    width: 104px;
    position: absolute;
    bottom: 0;
    right: -7px;
    z-index: 1;
    display: none;
  }
  .slick-slide img {
    border: 5px white solid;
  }
  .news-link {
    overflow: hidden;
    width: 100%;
  }
  .gfs-top {
    padding-top: 45px;
  }


/*
  .news-link time {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  */

  .not-wrap {
    width: 90%;
  }
  .search-sort-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px 8px;
  }
  .search-sort-list li {
    font-size: 1.2rem;
  }
}


/******************************************************
# 768 tablet
******************************************************/
@media screen and (min-width: 768px) {
  #logo img {
    height: 40px;
    margin: 15px 0 7px 10px;
  }
  #not {
    padding: 50px 0;
  }
  .notfound {
    font-size: 3.6rem;
  }
  .not-txt span {
    font-size: 1.8rem;
  }
  .detail-infowrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    float: right;
    max-width: 210px;
  }
  .detail-returnbtn,
  .detail-favbtn {
    width: 210px;
  }
  .kabuo {
    position: absolute;
    width: 180px;
    bottom: -10px;
    right: 0px;
    z-index: 10;
  }
  .kabuyo {
    position: absolute;
    width: 180px;
    bottom: -10px;
    left: 0px;
    z-index: 10;
  }

}

/******************************************************
# 768 tablet
******************************************************/
@media screen and (min-width: 767px) and (max-width: 768px) {
  .video-box iframe {
    position: fixed !important;
    top: 70px !important;
    z-index: 99999;
    max-height: 432px;
  }
  .b_pc {
    height: 1144px;
  }
  .b_pc {
    background-image: url(../img/sp_board_old.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 98%;
    padding: 20px 5px;
  }
  .slick-dots {
    margin: 0 auto 10%;
  }
}

/******************************************************
# 768~ tablet
******************************************************/
@media screen and (min-width: 767px) and (max-width: 834px) {
  .title-wrap a {
    display: none;
  }
  #teachers li, .classlist > li {
    width: 32%;
    max-width: 307px;
    margin-bottom: 20px;
  }
  .search-loop .top-videoloop4 article:nth-of-type(3n) {
    margin-right: 0;
  }
  .search-loop .top-videoloop4 article {
    max-width: 242px;
  }
  .top-videoloop4 article,
  .top-teacher li {
    width: 49%;
    max-width: none;
    margin: 0 2% 20px 0;
  }
  .top-teacher li:nth-of-type(2n),
  .top-videoloop4 article:nth-of-type(2n) {
    margin-right: 0;
  }
  .top-teacher strong {
    color: #1f2c5c;
    font-size: 1.2rem;
  }
  .title-news {
    font-size: 2.0rem;
  }
  .news-link h3 {
    font-size: 1.6rem;
    height: auto;
  }
  .news-box {
    padding: 14px 0;
  }
  .news-link time {
    font-size: 1.4rem;
  }
  .news-link h3 {
    margin-left: 108px;
    max-height: 67px;
    line-height: 1.5;
  }
  .slick-dots {
    margin: 0 auto 5%;
  }
  .b_pc {
    height: 990px;
  }
  .layout {
    padding: 20px 0 0;
  }
  .title-news {
    color: #efed5b;
    font-size: 2.2rem;
    background-image: url(../img/news_border.png);
    background-size: 200px;
    background-repeat: no-repeat;
    padding: 6px 10px 3px 12px;
  }
  .title-news::before {
    font-size: 1.6rem;
    padding: 1px 5px;
    margin-top: 2px;
    margin-right: 8px;
  }
  .title-wrap h2 {
    padding-left: 1%;
  }
  .topnews {
    display: block;
    line-height: 1.5;
    padding: 8px 10px;
    width: 98%;
    margin: 0 auto;
  }
  .news-wrap {
    padding-right: 0px;
  }
  .newsloop-link2 {
    font-size: 2rem;
    margin-top: 20px;
  }
  .kabu-balloon {
    display: none;
  }
}


/******************************************************
# 834 tablet
******************************************************/
@media screen and (min-width: 834px) and (max-width: 834px) {
  .video-box iframe {
    position: fixed !important;
    top: 70px !important;
    z-index: 99999;
    max-height: 469px;
  }
  .slick-dots {
    margin: 0 auto 8%;
  }
  .b_pc {
    height: 1080px;
  }
  .layout {
    padding: 20px 0 0;
  }
  .title-news {
    color: #efed5b;
    font-size: 2.2rem;
    background-image: url(../img/news_border.png);
    background-size: 200px;
    background-repeat: no-repeat;
    padding: 6px 10px 3px 12px;
  }
  .title-news::before {
    font-size: 1.6rem;
    padding: 1px 5px;
    margin-top: 2px;
    margin-right: 8px;
  }
  .title-wrap h2 {
    padding-left: 1%;
  }
  .topnews {
    display: block;
    line-height: 1.5;
    padding: 8px 10px;
    width: 98%;
    margin: 0 auto;
  }
  .news-wrap {
    padding-right: 0px;
  }
  .newsloop-link2 {
    font-size: 2rem;
    margin-top: 20px;
  }
}
/******************************************************
# 833~ tablet
******************************************************/
@media screen and (min-width: 834px) {
  .topnews h3 {
    width: 76%;
  }
  .topnews {
    font-size: 1.4rem;
  }
  aside.watching {
    height: 100%;
  }
  .count_wrap {
    padding-bottom: 5px;
  }
  .newsloop-link2 {
    text-align: left;
  }
  .kabuo {
    position: absolute;
    bottom: -6px;
    right: -30px;
    width: 130px;
    z-index: 10;
  }
  .kabuyo {
    position: absolute;
    bottom: -6px;
    left: -30px;
    width: 130px;
    z-index: 10;
  }
  .kabu-balloon {
    background-image: url(../img/baloon_m.png);
    background-repeat: repeat-x;
    height: 133px;
    width: 187px;
    position: absolute;
    bottom: 70px;
    right: 50px;
  }
}

/******************************************************
# ~835 PC
******************************************************/
@media screen and (min-width: 835px) {
  .sp-darkbg-attxt,
  #sp-menu,
  #gnav-sp {display: none;}
  .v-ctr p {
    width: 80%;
  }
  #teachers li, .classlist > li {
    width: 33.3%;
    max-width: 307px;
    margin-bottom: 20px;
  }
  .title-wrap a {
    display: none;
  }
  .sp-looplink {
    /* display: none; */
  }
  .search-loop .top-videoloop4 article:nth-of-type(4n) {
    margin-right: 0;
  }
  #gnav-sp {display: none;}
  .wtc_thumb {
    width: auto;
  }
  .wtc_thumb img {
    max-height: 113px;
    max-width: 183px;
  }
  .cp_ipselect.cp_sl01 {
    width: 225px;
    float: right;
    margin-right: 0;
  }
  .top-videoloop4 article:nth-of-type(4n),
  .top-teacher li:nth-of-type(5n) {
    margin-right: 0;
  }
  .thumbimg-wrap {
    height: 123px;
  }
  #detail-wrap .thumbimg-wrap {
    height: 67px;
  }
  .top-videoloop4 article {
    min-width: 225px;
  }
  #begin-video4 article {
    min-width: 214px;
    max-width: 214px;
  }
  .sp_menuwrap {
    display: none;
  }
  .news-box {
    padding: 1px;
  }
  .title-wrap h2:before {
    line-height: 31px;
  }
  .gfs-top {
    position: relative;
    padding-top: 45px;
  }
  .b_pc {
    height: 582px;
    padding: 39px 65px;
  }
}


/******************************************************
# 1000~1024 PC&tab
******************************************************/
@media screen and (max-width: 1024px) and (min-width: 1000px){
  .newsloop-link2{
    text-align: center;
  }
}

/******************************************************
# ~1280 PC
******************************************************/
@media screen and (min-width: 1280px) {
  #gnav-sp {display: none;}

  .wtc_thumb {
    width: auto;
  }
  .wtc_thumb img {
    max-height: 113px;
    max-width: 183px;
  }
  .newsloop-link2 {
    text-align: left;
    padding-left: 0px;
    font-size: 1.4rem;
  }
  .kabuo {
    position: absolute;
    width: 200px;
    bottom: -10px;
    right: -120px;
    z-index: 10;
  }
  .kabuyo {
    position: absolute;
    width: 240px;
    bottom: -10px;
    left: -120px;
    z-index: 10;
  }
  .kabu-balloon {
    background-image: url(../img/baloon_m.png);
    background-repeat: repeat-x;
    height: 133px;
    width: 187px;
    position: absolute;
    bottom: 70px;
    right: 45px;
  }
}





/*------------------
スマホ縦　調整
-------------------*/
@media screen and (max-width: 568px) {
  .b_pc {
    height: 720px;
    background-image: url(../img/sp_side_board.png);
    background-size: contain;

  }
  /* 黒板より下　*/
  .title-begin{
    padding: 20px 20px 0 20px;
    color: #333;
  }
  .title-new{
    color: #fff;
  }
}

@media screen and (max-width: 420px){
  .b_pc {
    height: 610px;
    background-image: url(../img/sp_board.png);
  }
}
@media screen and (max-width: 376px){
  .b_pc {
    height: 560px;
  }
  .news-link h3 {
    max-height: 35px;
  }
}

@media screen and (max-width: 359px){
  .b_pc {
    height: 538px;
  }
}
@media screen and (max-width: 320px){
  .b_pc {
    height: 480px;
  }
  .news-link h3 {
    max-height: 26px;
  }
}


/*------------------
スマホ横 調整20201002
-------------------*/

@media screen and  (max-width: 824px) and (min-width: 540px){/*823px Pixel 2XL */
  .b_pc{
    height: 1030px;
    background-image: url(../img/sp_side_board.png);
    background-size: contain;
  }
  .news-wrap{
    margin: 0 auto;
    padding-right:0;
  }
  .news-box{
    padding: 10px 0;
  }
  .news-link time {
    display: block;
    margin: 0 18px 0 0;
    line-height: inherit;
  }
  .news-link h3 {
    margin: 0;
    max-height: 46px;
    line-height: 1.4;
  }
  .news-box .category{
    margin: 0 10px 0 0;
  }
  .newsloop-link2{
    margin-top: 10px;
  }
  .kabu-balloon{
    display: none;
  }
  .kabuo,.kabuyo{
    width: 140px;
  }
  /* 黒板より下　*/
  .sec-wrap{
    padding: 20px;
    margin-bottom: 0;
  }
  .ground {
    margin-bottom: 0;
  }
  .title-begin{
    padding-top: 20px;
  }
  .top-videoloop4 article, .top-teacher li{
    width: 49%;
    max-width: none;
    margin: 0 2% 20px 0;
  }
  .top-teacher li:nth-of-type(2n), .top-videoloop4 article:nth-of-type(2n){
    margin-right: 0;
  }
  footer{
    margin-top: 50px;
  }
  #footer-nav{
    padding: 0 20px;
  }

}
@media screen and  (max-width: 812px) and (min-width: 740px){/*812px iphoneX */
  .b_pc{
    height: 1000px;
  }
}
@media screen and  (max-width: 740px) and (min-width: 670px){/*740px-670px iphone678 Plus */
  .b_pc{
    height: 920px;
  }
  .news-wrap {
    margin: 30px auto 0;
    padding-right: 0;
  }
  .kabuo, .kabuyo{
    width: 140px;
  }
}
@media screen and  (max-width: 670px) and (min-width: 650px){/*670px-640px iphone678 */
  .b_pc{
    height: 840px;
  }
  .news-wrap {
    margin: 20px auto 0;
    padding-right: 0;
  }
}
@media screen and  (max-width: 650px) and (min-width: 570px){/*650px-570px GalaxyS5 ohter */
  .b_pc{
    height: 800px;
  }
  .news-wrap {
    margin: 0 auto;
    padding-right: 0;
  }
  .kabuo,.kabuyo{
    width: 110px;
  }
}
@media screen and  (max-width: 570px) and (min-width: 540px){/*570px-540px iphone5-SE*/
  .b_pc{
    height: 710px;
  }
  .news-wrap {
    margin: 0 auto;
    padding-right: 0;
  }
  .news-box {
    padding: 8px 0;
  }
  .kabuo,.kabuyo{
    width: 100px;
  }
}
/*------------------
スマホ横 調整20201002
-------------------*/


/*sns*/
.sec_sns{
  background: url("../img/bg_tiw_img.jpg") repeat;
  padding: 30px 0;
}
.sec_sns .sec_flex{
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.sec_sns .box_tl_1{
  max-width: 450px;
  width: 100%;
  text-align: center;
  background: #5f9bc9;
  padding: 20px 10px 10px;
  border-radius: 10px
}
.sec_sns .box_tl_2{
  max-width: 450px;
  width: 100%;
  text-align: center;
  background: #343f6a;
  padding: 20px 10px 10px;
  border-radius: 10px

}
.sec_sns .sns_txt{
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.sec_sns .sns_txt::before{
  display: inline-block;
  content: "";
  width: 7px;
  height: 15px;
  margin-right: 10px;
  background: url("../img/img_tiw_l.png") no-repeat;
  background-size: contain;

}
.sec_sns .sns_txt::after{
  display: inline-block;
  content: "";
  width: 7px;
  height: 15px;
  margin-left: 10px;
  background: url("../img/img_tiw_r.png") no-repeat;
  background-size: contain;

}
.sec_sns h2{
  color: #fff;
  padding-bottom: 10px;
}
.sec_sns h2 span{
  font-size: 12px;
  margin-right: 10px;
  vertical-align: middle;
}
#footer-nav .f_sns {
  margin-top: 30px;
}
.f_pc_sns{
  display: block;
}
.f_sp_sns{
  display: none;
}
/*------------------
スマホ横　調整
-------------------*/
@media screen and  (max-width: 824px) and (min-width: 569px){/*823px Pixel 2XL */
  .sec_sns .sec_flex{
    margin: 0 10px;
  }
  .sec_sns .box_tl_1{
    margin-right: 10px;
  }
  .sec_sns .sns_txt{
    font-size: 12px;
  }
  .sec_sns .sns_txt::before{
    width: 5px;
    height: 12px;
    margin-right: 5px;

  }
  .sec_sns .sns_txt::after{
    width: 5px;
    height: 12px;
    margin-left: 5px;

  }
  footer{
    margin-top: 0;
  }
}
/*------------------
スマホ縦　調整
-------------------*/
@media screen and (max-width: 568px) {
  .sec_sns{
    text-align: center;
  }
  .sec_sns .sec_flex{
    display: inline-block;
    padding: 0 10px;
  }
  .sec_sns .box_tl_1{
    margin-bottom: 20px;
  }
  .sec_sns .sns_txt{
    font-size: 12px;
  }
  .sec_sns .sns_txt::before{
    width: 5px;
    height: 12px;
    margin-right: 5px;

  }
  .sec_sns .sns_txt::after{
    width: 5px;
    height: 12px;
    margin-left: 5px;

  }
  footer{
    margin-top: 0;
  }
  #footer-nav .f_sns {
    margin-top: 0;
  }
  .f_pc_sns{
    display: none;
  }
  .f_sp_sns{
    display: block;
  }
}

/* sns */
