
div.home {
    max-width: 768px;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
}

.currentLvTitle {
    background: #292929;
    text-align: center;
    color: #ffffff;
    padding: 10px 0;
}

.currentLvTitle span:before {
    display: inline-block;
    content: "";
    width: 14px;
    height: 14px;
    background: url(/image/site/diamond_icn.png) no-repeat left center;
    background-size: contain;
    padding: 0 10px 0 0;
}

.currentLvTitle span:after {
    display: inline-block;
    content: "";
    width: 14px;
    height: 14px;
    background: url(/image/site/diamond_icn.png) no-repeat right center;
    background-size: contain;
    padding: 0 0 0 10px;
}

.currentLvWrap {
    position: relative;

}

.lvNameWrap {
    width: 240px;
    position: absolute;
    right: 30px;
    bottom: 80px;
    z-index: 3;
}

.lvNameInner {
    box-sizing: border-box;
    clip-path: polygon(0 0, 90% 0, 100% 30%, 100% 100%, 10% 100%, 0 70%);
    -webkit-clip-path: polygon(0 0, 90% 0, 100% 30%, 100% 100%, 10% 100%, 0 70%);
    padding: 3px;
    background: #292929;
}

@media screen and (max-width: 480px) {
    .lvNameWrap {
        width: 170px;
        bottom: 50px;
        right: 20px;
    }
}

.lvName{
		background: #ffffff;
        font-weight: bold;
        text-align: center;
        clip-path: polygon(0 0, 90% 0, 100% 30%, 100% 100%, 10% 100%, 0 70%);
        -webkit-clip-path: polygon(0 0, 90% 0, 100% 30%, 100% 100%, 10% 100%, 0 70%);
        font-size: 2rem;
        padding: 15px 0;
        font-weight: bold;
        box-sizing: border-box;
}

@media screen and (max-width: 480px) {
    .lvName { padding: 10px 0; }
}

/*.lvName:before,
.lvName:after{
	width: calc(100% - 20px);
	height: 0;
	display: block;
	position: absolute;
	left: 0;
	content: "";
}

.lvName:before{
	border-bottom: solid 20px #ffffff;
	border-right: solid 20px transparent;
	bottom: 100%;
}
.lvName:after{
	border-top: solid 20px #ffffff;
	border-left: solid 20px transparent;
	top: 100%;
}*/

.currentLv {
    width: 90%;
    background-size: contain !important;
    background-repeat: no-repeat;
    padding-top: 50%;
    margin: 20px 20px 0 20px;
}

.currentExp {
    background: #292929;
    border: solid 3px #292929;
    width: 90%;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 2;
    box-sizing: border-box;
    display: -webkit-flex;
	display: flex;
}

@media screen and (min-width: 481px) {
    .currentExp {
        width: 50%;
        right: 30px;
        left: auto;
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }
}

.expTitle {
    background: #292929;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
	display: flex;
    -webkit-justify-content: center;
	justify-content: center;
    -webkit-align-self: center;
	align-self: center;
    font-size: 2rem;
    line-height: 2rem;
}

.expTitle img {
    width: 30px;
    height: auto;
    padding: 0 5px 0 0;
    -webkit-align-self: center;
	align-self: center;
}

.lvNum {
    background: #fff;
    display: block;
    width: 96%;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    text-align: right;
    padding: 0 20px 0 0;
    font-weight: bold;
    font-size: 3.8rem;
    height: 100%;
    padding: 20px 20px 20px 0;
    font-family: "Arial";
    letter-spacing: -2px;
}

@media screen and (max-width: 480px) {
    .lvNum {
        padding: 10px 20px 10px 0;
        font-size: 3.4rem;
    }
}

.lvLimit .lvMax {
    color: #e65e3e;
    font-size: 3rem;
}

.currentLvNum { color: #e65e3e; }

.homeTitle {
    font-weight: bold;
    font-size: 2.6rem;
    position: relative;
    padding: 0 0 5px 0;
    border-bottom: solid 2px #292929;

}

.homeTitle span {
    display: block;
    background: url(/image/site/light_icn.png) no-repeat left center;
    background-size: contain;
    padding: 10px 0 5px 40px;
}



.homeTitleWrap {
    position: relative;
    margin: 0 0 20px 0;

}

.homeTitleWrap:after {
    background: url(/image/site/home_title_border.png) no-repeat right 0px;
    display: block;
    height: 13px;
    content: "";
    position: absolute;
    bottom: -11px;
    width: 100%;
    z-index: 2;

}

.balloon {
position: relative;
background-color: #fff;
border-bottom: 2px solid #525252;
padding: 10px;
width: 80%;
text-align: center;
}

/*.homeTitle:before,
.homeTitle:after {
content: "";
position: absolute;
top: 100%;
left: 50%;
transform: translateX(-50%);
}

.homeTitle:before {
border: 12px solid transparent;
border-top: 12px solid #525252;
}

.homeTitle:after {
border: solid 14px transparent;
border-top: solid 14px #fff;
margin-top: -5px;
}*/



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

.quizCatBtn li:nth-child(1) a { background: url(/image/site/quiz_btn_01.jpg) no-repeat center center; }

.quizCatBtn li:nth-child(2) a { background: url(/image/site/quiz_btn_02.jpg) no-repeat center center; }

.quizCatBtn li:nth-child(3) a { background: url(/image/site/quiz_btn_03.jpg) no-repeat center center; }

.quizCatBtn li:nth-child(4) a { background: url(/image/site/quiz_btn_04.jpg) no-repeat center center; }

.quizCatBtn a span { display: none; }
















@charset "UTF-8";
/* CSS Document --- top and home */


/*---------------------------- top ----------------------------*/
div#wrap {
    background: #ffffff;
}

.topFvImg {
    margin: 0;
    padding: 0;
    line-height: 0;
}

.evoCatch {
    background: #000000 url(/image/site/noryoku_animals.png) no-repeat right top;
    background-size: contain;
    min-height: 246px;
    color: #ffffff;
    font-weight: bold;
    font-size: 3.4rem;
    line-height: 5.2rem;
    padding: 40px;
    display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
    margin: 0 0 30px 0;
}

@media screen and (max-width: 480px) {
    .evoCatch {
        min-height: 120px;
        font-size: 2rem;
        line-height: 3rem;
        padding: 20px;
    }
}

.twoBtn {
    display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
    margin: 0 0 30px 0;
    width: 70%;
    margin: 0 auto 30px auto;
}

@media screen and (max-width: 480px) {
    .twoBtn {
        width: 96%;
    }
}

.twoBtn i {
    display: inline-block;
    padding: 0 5px 0 0;
}

.aboutNoryoku {
    background: url(/image/site/brain_hand.png) no-repeat right top;
    background-size: contain;
    width: 100%;
    box-sizing: border-box;
    padding: 30px 40px;
    font-size: 3.4rem;
    line-height: 5.2rem;
    min-height: 246px;
    display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
    margin: 0 0 50px 0;
}

.aboutNoryoku p { font-weight: bold; }

@media screen and (max-width: 480px) {
    .aboutNoryoku {
        font-size: 1.8rem;
        line-height: 3rem;
        min-height: 120px;
        padding: 30px 0 30px 20px;
    }
}

.aboutNoryoku span { font-size: 4rem; }

@media screen and (max-width: 480px) {
    .aboutNoryoku span { font-size: 2.4rem; }
}

/*.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;
}*/

.twoBtn li {
    width: 48%;
}

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

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

.quizSwiper { margin: 0 0 0 20px !important; }

.quizSwiper .swiper-wrapper { height: auto; }

@media screen and (max-width: 480px) {
	.quizSwiper .swiper-wrapper { height: auto; }
}

.quizSwiper .swiper-slide {
    width: 80%;
}

.quizSwiper .swiper-slide:last-child { margin: 0 20px 0 0; }

.quizSwiper .swiper-pagination {
    position: static;
    margin: 10px 0 0 0;
    line-height: 0;
}

.quizSwiper .swiper-pagination-bullet {
    background: #ffffff !important;
    opacity: 1 !important;
}

.quizSwiper .swiper-pagination-bullet-active {
    border: solid 1px #ffffff;
    background: #292929 !important;
}

.quizSlide {
    background: #292929;
    color: #ffffff;
    padding: 30px 0;
}

.quizSlide a .text {
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
}

.quizSlide .slideDesc { margin: 0 20px 20px 20px; }

.quizSlide .slideDesc dt {
    margin: 0 0 10px 0;
    background: #ffffff;
    display: inline-block;
    padding: 10px 20px;
    width: 65%;
    max-width: 606px;
}

.quizSlide .slideDesc dd { line-height: 24px; }

.evoContent {
    background: url(/image/site/evo_bg.jpg) no-repeat;
    background-size: cover;
    padding: 30px 0;
    margin: 0 0 50px 0;
}

.evoCatch2 {
    font-size: 3.4rem;
    line-height: 5.2rem;
    font-weight: bold;
    margin: 0 20px 30px 20px;
}

@media screen and (max-width: 480px) {
    .evoCatch2 {
        font-size: 2rem;
        line-height: 3rem;
    }
}

.evoCatch2 span {
    background: #292929;
    color: #ffffff;
    display: inline-block;
    padding: 5px 10px;
    margin: 10px 5px 0 0;
}

.brokenGrid {
    position: relative;
    margin: 0 0 50px 0;
}

.brokenGrid .gridImg {
    text-align: right;
}

.brokenGrid .gridImg img {
    max-width: 70%;
    height: auto;
}

.brokenGrid .gridTxt {
    margin: -30px 0 0 0;
    background: #292929;
    color: #ffffff;
    font-size: 3.4rem;
    line-height: 5.2rem;
    font-weight: bold;
    padding: 10px 20px;
    display: inline-block;
}

@media screen and (max-width: 480px) {
    .brokenGrid .gridTxt {
        font-size: 2rem;
        line-height: 3rem;
    }
}

.CategoryDesc {
    width: 96%;
    margin: 0 auto 30px auto;
    font-weight: bold;
    line-height: 2.6rem;
    font-size: 2rem;
}

.categoryList {
    width: 96%;
    margin: 0 auto 50px auto;
}

.categoryList li {
    margin: 0 0 20px 0;
}

.noryokuTheme {
    background: url(/image/site/noryoku_theme_bg.jpg) no-repeat left center;
    background-size: cover;
    font-size: 3.4rem;
    line-height: 5.2rem;
    font-weight: bold;
    color: #ffffff;
    padding: 60px 20px;
}

@media screen and (max-width: 480px) {
    .noryokuTheme {
        font-size: 2rem;
        line-height: 3rem;
    }
}

.noryokuTheme span {
    display: inline-block;
    background: #ffffff;
    color: #292929;
    padding: 5px 10px;
    margin: 10px 5px 0 0;
}

/* ----- otameshi ----------- */
.top_otameshi {
    display: block;
    width: 90%;
    margin: 0 auto 30px auto;
    text-align: center;
    text-decoration: none;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: bold;
}

.top_otameshi span { color: #e24040; }

/*---- ad ----*/
.home_ad {
  width: 320px;
  height: 100px;
  margin: 2rem auto;
}
@media (min-width:500px) {
  .home_ad {
    width: 468px;
    height: 60px;
  }
}
@media (min-width:768px) {
  .home_ad {
    /*width: 728px;
		height: 90px;*/
    width: 100%;
    height: 100%;
  }
}
.adsense_box {
  width: 100%;
}
