﻿/* ------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
html, body {
  width: 100%;
}
html {
  font-size: 62.5%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
body {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","游ゴシック", YuGothic, "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: normal;
  line-height: 2.3rem;
  -webkit-text-size-adjust: none;
  color: #292929;
}
body.fixed {
  position: fixed;
}

div, dl, dt, dd, ul, ol, li, code, form, fieldset, input, textarea, p, blockquote, th, td, h1, h2, h3, h4, h5, h6, a {
  font-size: 100%;
  border: 0;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
@media screen and (min-width:640px) {
  div, dl, dt, dd, ul, ol, li, code, form, fieldset, input, textarea, p, blockquote, th, td, h1, h2, h3, h4, h5, h6, a {
    font-size: 100%;
  }
}
ul {
  list-style-type: none;
}
a {
  cursor: pointer;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
  color: #292929;
  text-decoration: underline;
}
a:hover, a:active {
  opacity: 0.9;
}
a.btn {
  background-color: rgba(135, 155, 173, 0.8);
  color: #fff !important;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 8px 12px;
  margin-bottom: 0;
  white-space: nowrap;
  vertical-align: middle;
  /*-ms-touch-action: manipulation;
	touch-action: manipulation;*/
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
}
body {
  background-color: #FFFEF6;
}
img {
  max-width: 100%;
  height: auto;
}
.cf:after {
  content: "";
  clear: both;
  display: block;
}
.pc {
  display: inline !important;
}
.mb {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .pc {
    display: none !important;
  }
  .mb {
    display: inline !important;
  }
}
#wrap {
  max-width: 768px;
  min-width: 320px;
  min-height: 90vh;
  height: auto;
  margin: 0 auto;
  padding: 0 !important;
  background-color: #fff;
  overflow-x: hidden;
  background: url(/image/site/page_bg.gif);
}

#contents {
  width: 100%;
  -webkit-transfrom: translate3d(0, 0, 0);
  margin: 60px 0 0 0;
  position: relative;
}
sup {
  font-size: 1.2rem;
  line-height: 1.5rem;
  display: block;
  margin: 15px auto;
  color: #888;
}
video {
  width: 100%;
  display: block;
}
.ad {
  width: 100%;
}


/* ---- header-new --------------------------------*/



/* ------------------------ noryoku_common ---------------------------------*/
.relative {
  position: relative;
}
.absolute {
  position: absolute;
  top: 0;
  left: 0;
}
.fade {
  opacity: 0;
  transition: all 500ms;
  -webkit-transition: all 500ms;
  -ms-transition: all 500ms;
}
.fadein {
  opacity: 1;
}
.more_btn {
  width: 100%;
  margin: 0 auto;
  text-align: right;
  padding: 3rem 0;
}
.more_btn a {
  background-color: #f2abab;
  display: inline-block;
  width: 70%;
  padding: 1rem;
  line-height: 100%;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-indent: 2rem;
}
.more_btn a:after {
  content: '+';
  margin-left: 3rem;
}
.feature_bnr {
  width: 100%;
  margin: 3rem auto;
}
.feature_bnr img, .feature_bnr a {
  width: 95%;
  display: block;
  margin: 0 auto;
}
.headline h3 {
  color: #808080;
  font-size: 1.8rem;
  width: 100%;
  margin: 3.5rem auto;
  letter-spacing: 0.5rem;
  text-indent: 0.5rem;
  text-align: center;
  font-weight: 600;
}
.headline h3 span {
  display: inline-block;
  border-bottom: 3px solid #f9ced4;
  padding-bottom: 1rem;
  margin: 0.5rem auto;
  position: relative;
}
.headline h3 span:before, .headline h3 span:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.headline h3 span:before {
  border: solid 14px transparent;
  border-top: solid 14px #f9ced4;
}
.headline h3 span:after {
  border: solid 14px transparent;
  border-top: solid 14px #fff;
  margin-top: -5px;
}
.headline.margin h3 {
  margin: 4rem auto 2rem auto;
}
@media screen and (max-width:320px) {
  .headline h3 {
    font-size: 1.6rem;
  }
}

/*------ movie list ------*/
.movie_list {
  width: 100%;
  padding: 1% 5% 0 5%;
}
.movie_list li {
  background-color: #fff;
  width: 100%;
  margin: 2rem auto;
  box-shadow: 0 0px 8px rgba(219, 209, 209, 0.8);
  display: block;
  position:relative;
  padding-bottom:4.2rem;
}
.movie_list li a {
  display: block;
  text-decoration: none;
  color: #333;
}
.movie_list li a img {
  display: block;
  width:100%;
  height:auto;
}
.movie_list li a .desc {
  padding: 0.8rem 2.5% 1rem 2.5%;
}
.movie_list li a .desc p.title {
  font-size: 1.35rem;
  line-height: 160%;
  white-space: nowrap;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.movie_list li a .desc .detail {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 1rem;
  position:absolute;
  width:95%;
  margin:0 auto;
  bottom:0.7rem;
  left:2.5%;
}
.movie_list li a .desc .detail img {
  height:3.5rem;
  width:auto;
}
.movie_list li a .desc .detail .name {
  color: #b0b0b0;
  font-size: 1.3rem;
  margin: 0 2%;
}
.movie_list li a .desc .detail .level {
  margin-left: auto;
  background-color: #bbb;
  color: #fff;
  border-radius: 1.3rem;
  font-size: 1rem;
  padding: 0.2rem 4% 0.15rem 4%;
  line-height: 100%;
  min-width: 20%;
  text-align: center;
  letter-spacing: 0.08rem;
  text-indent: 0.08rem;
}
.movie_list li a .desc .detail .level.easy {
  background-color: #96dc9d;
}
.movie_list li a .desc .detail .level.normal {
  background-color: #ffc57e;
}
.movie_list li a .desc .detail .level.hard {
  background-color: #f17e86;
}

/*------ tieup list ------*/
.tieup_list {
  width: 100%;
  margin: 2rem auto;
}
.tieup_list li {
  width: 100%;
  margin-bottom: 9rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  position: relative;
}
.tieup_list li a {
  display: block;
  width: 100%;
}
.tieup_list li video {
  width: 80%;
  margin: 3.5rem auto;
  display: inline-block !important;
}
.tieup_list li .check {
  position: absolute;
  bottom: -7rem;
  right: 0;
  width: 15rem;
  height: auto;
}
.tieup_list li:nth-child(1) {
  background-image: url(/image/site/a_tieup_bg1.jpg);
}
.tieup_list li:nth-child(2) {
  background-image: url(/image/site/a_tieup_bg2.jpg);
}
.tieup_list li:nth-child(3) {
  background-image: url(/image/site/a_tieup_bg3.jpg);
}
/*------ instructor_list ------*/
.instructor_list {
  width: 100%;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.instructor_list li {
  width: 33%;
  margin-right: 0.5%;
}
.instructor_list li a, .instructor_list li img {
  display: block;
  width: 100%;
}
.instructor_list.two li {
  width: 49.75%;
  margin-right: 0.5%;
}
.instructor_list li:last-child, .instructor_list.two li:last-child {
  margin-right: 0;
}
/*------ square_bnr ------*/
.square_bnr_list {
  width: 90%;
  margin: 0 auto;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.square_bnr_list li {
  width: 47%;
  margin-right: 6%;
}
.square_bnr_list li:last-child {
  margin-right: 0;
}
.square_bnr_list li a {
  display: block;
}
.square_bnr_list li img {
  display: block;
  transition: all 0.4s;
}
.square_bnr_list li .popular {
  box-shadow: -8px 8px 0 #fff1eb;
}
.square_bnr_list li .biginner {
  box-shadow: -8px 8px 0 #e7f8ec;
}
.square_bnr_list li .popular:active img,
.square_bnr_list li .biginner:active img,
.square_bnr_list li .popular:hover img,
.square_bnr_list li .biginner:hover img{
  -moz-transform: translate(-5px, 5px);
  -webkit-transform: translate(-5px, 5px);
  -o-transform: translate(-5px, 5px);
  -ms-transform: translate(-5px, 5px);
  transform: translate(-5px, 5px);
}

.innerContent {
    padding: 0 20px 30px 20px;
    margin: 0 auto;
}










.header {
    position: fixed;
    width: 100%;
    max-width: 768px;
    padding: 0 10px;
    background: #ffffff;
    height: 60px;
    z-index: 4;
    display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}

.headerBtn {
    display: -webkit-flex;
	display: flex;
    -webkit-align-items: stretch;
	align-items: stretch;
}

/*.header a {
    display: block;
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 1.4rem;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
}*/

.headerBtn .btn_regist a {
    background: #292929;
    color: #ffffff;
    text-align: center;
    padding: 0 20px;
    margin: 0 10px 0 0;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;;
    display: block;
    text-decoration: none;
    font-weight: bold;
}

.headerBtn .btn_regist_login a {
    border: solid 2px #292929;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;;
    display: block;
    text-decoration: none;
    font-weight: bold;
}

@media screen and (max-width: 480px) {
    .headerBtn .btn_regist a,
    .headerBtn .btn_regist_login a {
        font-size: 1.2rem;
        padding: 0 10px;
    }
}

.header a i {
    display: inline-block;
    padding: 0 3px 0 0;
}

.header.white {
    position: fixed;
    width: 100%;
    max-width: 768px;
    padding: 0 0 0 10px;
    text-align: center;
    background: #ffffff;
    z-index: 4;
    height: 60px;
}

#img_logo {
    max-width: 152px;
    height: auto;
}

.commonTitle1 {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.commonTitle1 i,
.commonTitle1 img {
    padding: 0 3px 0 0;
}

.menu .quizTitle {
    background: url(/image/site/light_icn.png) no-repeat left center;
    background-size: contain;
    padding: 5px 0 0 30px;
}

.menu .infoTitle i { color: #9d9d9d; }

/* ++++ トグルボタン ++++ */

#navTgl {
	display: none;
}
.header label {
	cursor: pointer;
    position: absolute;
    right: 0;
}
.open {
	z-index: 5;
	width: 60px;
	height: 48px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	transition: background .5s, transform .5s cubic-bezier(0.76, 0.52, 0.29, 1.25);
}
.open::before,
.open::after {
	content: "";
}
.open span,
.open::before,
.open::after {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	left: 30%;
	width: 40%;
	border-bottom: 2px solid #292929;
	transition: transform .5s cubic-bezier(0.76, 0.52, 0.29, 1.25);
}
.open::before {
	transform: translateY(-8px);
}
.open::after {
	transform: translateY(8px);
}
.close {
	z-index: 4;
	width: 100%;
    max-width: 768px;
	height: 100%;
	pointer-events: none;
	transition: background .5s;
}
#navTgl:checked + .open span {
	transform: scaleX(0);
}
#navTgl:checked + .open::before {
	transform: rotate(45deg);
}
#navTgl:checked + .open::after {
	transform: rotate(-45deg);
}
#navTgl:checked ~ .close {
	background: rgba(255,255,255,0.98);
}

/* ++++ ドロワーメニュー ++++ */
.menu {
    display: none;
	z-index: 1;
	height: 100%;
	padding: 6% 20px;
	margin: 0 auto;
	box-sizing: border-box;
    text-align: left;
}

#navTgl:checked ~ .menu {
	display: block;
    position: fixed;
    top: 0;
    background: rgba(255, 255, 255, 0.98);
    width: 100%;
    max-width: 768px;
    overflow: auto;
    padding: 60px 20px 20px 20px;
    z-index: 4;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.menu .quizCatBtn {
    display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
    margin: 0 auto 30px auto;

}

.menu .quizCatBtn li {
    width: 49%;
}

.menu .quizCatBtn a {
    display: block;
    max-width: 768px;
    padding-top: 30%;
    margin: 0 auto 15px auto;
    background-size: contain !important;
}

.menu .quizCatBtn li:nth-child(1) a { background: url(/image/site/menu_quiz_btn_01.jpg); }

.menu .quizCatBtn li:nth-child(2) a { background: url(/image/site/menu_quiz_btn_02.jpg); }

.menu .quizCatBtn li:nth-child(3) a { background: url(/image/site/menu_quiz_btn_03.jpg); }

.menu .quizCatBtn li:nth-child(4) a { background: url(/image/site/menu_quiz_btn_04.jpg); }

.menu .quizCatBtn a span { display: none; }

.headerInfo {
    display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.headerInfo li {
    width: 46%;
    font-size: 1.4rem;
    line-height: 1.4rem;
    padding: 0 0 20px 0;
}

.headerInfo li a {
    text-decoration: none;
    letter-spacing: -1px;
}

@media screen and (max-width: 480px) {
    .headerInfo li a {
        font-size: 1.2rem;
        line-height: 1.2rem;
    }
}

.headerInfo li a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f138";
    padding: 0 3px 0 0;
}
