@charset "utf-8";

/* ==========================================================================
   共通
========================================================================== */
.pageBtn > a{
	background-color: #1a6cc1;
}

@media print, screen and (min-width: 768px){
	.btnWrap{
		margin: 100px auto;
		text-align: center;
	}
	.c_oval:hover,
	.c_ovalScale:hover{
		opacity: 0.7;
	}
	.c_ovalScale{
		transition-duration: 0.3s;
	}
	.c_ovalScale:hover img{
		transition-duration: 0.3s;
		transform: scale(1.1);
	}
	#footBar{
		margin-top: 40px;
	}
}

@media screen and (max-width: 767px){
	.btnWrap{
		margin: 70px auto 80px;
		text-align: center;
	}
	.pageBtn{
		width: 92%;
		margin-left: auto;
		margin-right: auto;
	}
}

/* .secTtl */
.secTtl{
	position: relative;
	display: table;
	width: 100%;
	min-height: 70px;
	background-color: #1a6cc1;
	border-radius: 10px;
	margin-bottom: 30px;
	padding: 5px 30px 5px 85px;
	color: #fff;
	font-size: 28px;
	line-height: 1.42;
	text-align: center;
}
.secTtl .num{
	position: absolute;
	left: 30px;
	top: 0;
	bottom: 0;
	width: 50px;
	min-width: 50px;
	height: 50px;
	margin: auto;
	border-radius: 50%;
	z-index: 1;
}
.secTtl .num img{
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -2px;
	right: 0;
	margin: auto;
	width: 27px;
	z-index: 2;
}
.secTtl span{
	display: table-cell;
	vertical-align: middle;
}
.kyoshitsu .secTtl .num{background-color: #cefbff;}
.kyozai .secTtl .num{background-color: #fed0d0;}
.kyoka .secTtl .num{background-color: #eae0ff;}
.gakushuho .secTtl .num{background-color: #fff7c1;}

@media print, screen and (min-width: 768px){
	.secTtl{
		justify-content: center;
	}
}

@media screen and (max-width: 767px){
	.secTtl{
		min-height: 72px;
		margin-bottom: 20px;
		padding: 5px 15px 5px 65px;
		font-size: 17px;
		
	}
	.secTtl .num{
		width: 40px;
		min-width: 40px;
		height: 40px;
		left: 15px;
		margin-right: 10px;
	}
	.secTtl .num img{
		width: 19px;
	}
	.secTtl span{
		text-align: left;
	}
}

.mvWrap.detail{
	position: relative;
	background-color: #dcf4ff;
	background: -moz-linear-gradient(bottom, #dcf4ff calc(100% - 30px), #FFF);
  background: -webkit-linear-gradient(bottom, #dcf4ff calc(100% - 30px), #FFF);
	background: linear-gradient(to bottom, #dcf4ff calc(100% - 30px), #FFF);
	overflow: hidden;
}
.mvWrap.detail::before{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 93px;
	background: url(/about-kumon/method/fushigi/img/common_bg_dot.png) repeat-x top center;
}
.mvWrap.detail::after{
	content: '';
	display: block;
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	width: 942px;
	height: 211px;
	margin: auto;
	background: url(/about-kumon/method/fushigi/img/common_bg_hatena.png) no-repeat top center;
	background-size: contain;
	z-index: 1;
	animation-name: c_fade;
	animation-timing-function: ease;
	animation-delay: 0s;
	animation-duration: 2s;
}
.mvWrap .mvInner{
	position: relative;
	z-index: 2;
}

@media print, screen and (min-width: 768px){
	.mvWrap.detail{
		height: 321px;
	}
	.mvWrap.detail .mv{
		position: relative;
		width: 795px;
		height: 170px;
		margin: 0 auto;
	}
	.mvWrap.detail .mv::after{
		content: '';
		display: block;
		position: absolute;
		top: 11px;
		bottom: 0;
		right: 3px;
		margin: auto;
		z-index: 1;
	}
	.mvWrap.detail .mv h1{
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		width: 445px;
		margin: 0 auto;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		z-index: 2;
	}
}

@media screen and (max-width: 767px){
	.mvWrap.detail{
		height: 416px;
	}
	.mvWrap.detail::before{
		height: 134px;
		background: url(/about-kumon/method/fushigi/img/common_bg_dot_sp.png) repeat-x top center;
		background-size: 23px auto;
	}
	.mvWrap.detail::after{
		width: 100%;
		height: 250px;
		top: 0;
		background: url(/about-kumon/method/fushigi/img/common_bg_hatena_sp.png) no-repeat top center;
		background-size: contain;
	}
	.mvWrap.detail .mv{
		margin-top: 35px;
	}
	.mvWrap.detail .mv h1{
		width: 251px;
		margin: 0 auto;
	}
}

/* .firstArea */
.firstArea{
	position: relative;
	z-index: 2;
}
.firstArea .hukidashiBox{
	position: relative;
	background-color: #fff;
	border: 4px solid #1a6cc1;
	border-radius: 10px;
}
.firstArea .hukidashiBox .hdBlock{
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	height: 70px;
	border-radius: 8px 8px 0 0;
}
.firstArea .hukidashiBox .hdBlock::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-top-color: #cefbff;
	border-bottom: 0;
	border-left: 0;
	margin-right: -10px;
	margin-bottom: -15px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.kyoshitsu .firstArea .hukidashiBox .hdBlock{background-color: #cefbff;}
.kyoshitsu .firstArea .hukidashiBox .hdBlock::after{border-top-color: #cefbff;}
.kyozai .firstArea .hukidashiBox .hdBlock{background-color: #fed0d0;}
.kyozai .firstArea .hukidashiBox .hdBlock::after{border-top-color: #fed0d0;}
.kyoka .firstArea .hukidashiBox .hdBlock{background-color: #eae0ff;}
.kyoka .firstArea .hukidashiBox .hdBlock::after{border-top-color: #eae0ff;}
.gakushuho .firstArea .hukidashiBox .hdBlock{background-color: #fff7c1;}
.gakushuho .firstArea .hukidashiBox .hdBlock::after{border-top-color: #fff7c1;}
.firstArea .hukidashiBox .hdBlock .img{
	position: absolute;
	bottom: 0;
	z-index: 2;
}
.firstArea .hukidashiBox .hdBlock .img img{
	animation: c_fadeInT ease 1.5s 1 normal backwards;
}
.firstArea .hukidashiBox .contsBlock{
	padding: 30px 60px 45px;
}
.firstArea .hukidashiBox .contsBlock .em{
	font-size: 32px;
	line-height: 1.42;
	text-align: center;
}
.firstArea .hukidashiBox .contsBlock .aLinks{
	margin-top: 1.5em;
}
.firstArea .hukidashiBox .contsBlock .aLinks > li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 1em;
}
.firstArea .hukidashiBox .contsBlock .aLinks .txt{
	margin-right: 1em;
}
.firstArea .hukidashiBox .contsBlock .aLinks .txt a{
	display: flex;
	color: #1a6cc1;
	font-size: 20px;
}
.firstArea .hukidashiBox .contsBlock .aLinks .txt .num{
	margin-right: 1em;
	font-weight: bold;
}
.firstArea .hukidashiBox .contsBlock .aLinks .arw{
	position: relative;
}
.firstArea .hukidashiBox .contsBlock .aLinks .arw a{
	display: block;
	width: 27px;
	min-width: 27px;
	height: 27px;
	background-color: #1a6cc1;
	border-radius: 50%;
}
.firstArea .hukidashiBox .contsBlock .aLinks .arw a::after{
	content: '';
	display: block;
	background: url(/common_2019/img/arrow/arrow_wh_r.svg) no-repeat;
	background-size: contain;
	position: absolute;
	width: 7px;
	height: 12px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	transform: rotate(90deg);
	z-index: 2;
}
@media print, screen and (min-width: 768px){
	.firstArea .hukidashiBox{
		width: 795px;
		margin: -150px auto 70px;
	}
	.kyoshitsu .firstArea .hukidashiBox .hdBlock .txt  img{	width: 174px;}
	.kyozai .firstArea .hukidashiBox .hdBlock .txt img{ width: 90px;}
	.kyoka .firstArea .hukidashiBox .hdBlock .txt img{ width: 90px;}
	.gakushuho .firstArea .hukidashiBox .hdBlock .txt img{ width: 123px;}
	.kyoshitsu .firstArea .hukidashiBox .hdBlock .img{
		width: 140px;
		left: 30px;
	}
	.kyozai .firstArea .hukidashiBox .hdBlock .img._01{
		width: 126px;
		left: 0;
		z-index: 2;
	}
	.kyozai .firstArea .hukidashiBox .hdBlock .img._02{
		width: 126px;
		left: 75px;
		z-index: 1;
	}
	.kyoka .firstArea .hukidashiBox .hdBlock .img{
		left: 0;
	}
	.gakushuho .firstArea .hukidashiBox .hdBlock .img._01{
		width: 115px;
		left: 0;
	}
	.gakushuho .firstArea .hukidashiBox .hdBlock .img._02{
		width: 115px;
		left: 89px;
	}
}

@media screen and (max-width: 767px){
	.firstArea{
		margin-top: -175px;
		margin-bottom: 40px;
	}
	.firstArea .hukidashiBox{
		border-width: 3px;
	}
	.firstArea .hukidashiBox::after{
		content: '';
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		z-index: 1;
	}
	.kyoshitsu .firstArea .hukidashiBox::after{
		width: 178.5px;
		height: 169px;
		top: -163px;
		background: url(/about-kumon/method/fushigi/img/common_01.png) no-repeat top right;
		background-size: 100% auto;
	}
	.kyozai .firstArea .hukidashiBox::after{
		width: 227px;
		height: 160px;
		top: -155px;
		background: url(/about-kumon/method/fushigi/img/common_02.png) no-repeat top right;
		background-size: 100% auto;
	}
	.kyoka .firstArea .hukidashiBox::after{
		width: 295px;
		height: 160px;
		top: -148px;
		background: url(/about-kumon/method/fushigi/img/common_03.png) no-repeat top right;
		background-size: contain;
		left: 56%;
		transform: translate(-50%);
		right: unset;
	}
	.gakushuho .firstArea .hukidashiBox::after{
		width: 233px;
		height: 160px;
		top: -152px;
		background: url(/about-kumon/method/fushigi/img/common_04.png) no-repeat top right;
		background-size: 100% auto;
	}
	.firstArea .hukidashiBox .hdBlock{
		height: 55px;
	}
	.firstArea .hukidashiBox .hdBlock::after{
		border-left: 15px solid transparent;
		border-right: 0;
		margin-left: -10px;
		margin-right: 0;
	}
	.firstArea .hukidashiBox .hdBlock .img._01,
	.firstArea .hukidashiBox .hdBlock .img._02{
		width: 89px;
	}
	.firstArea .hukidashiBox .hdBlock .img._01{
		left: 0;
	}
	.firstArea .hukidashiBox .hdBlock .img._02{
		right: 0;
	}
	.kyoshitsu .firstArea .hukidashiBox .hdBlock .txt img{ width: 127px;}
	.kyozai .firstArea .hukidashiBox .hdBlock .txt img{ width: 67px;}
	.kyoka .firstArea .hukidashiBox .hdBlock .txt img{ width: 67px;}
	.gakushuho .firstArea .hukidashiBox .hdBlock .txt img{ width: 90px;}
	.kyoshitsu .firstArea .hukidashiBox .hdBlock .img{
		width: 92px;
		left: auto;
		right: 0;
	}
	.firstArea .hukidashiBox .contsBlock{
		padding: 30px 25px 35px;
	}
	.firstArea .hukidashiBox .contsBlock .em{
		font-size: 21px;
	}
	.firstArea .hukidashiBox .contsBlock .aLinks > li{
		align-items: flex-start;
	}
	.firstArea .hukidashiBox .contsBlock .aLinks{
		margin-top: 1.2em;
	}
	.firstArea .hukidashiBox .contsBlock .aLinks .txt a{
		font-size: 17px;
	}
	.firstArea .hukidashiBox .contsBlock .aLinks .txt .num{
		margin-left: 5px;
	}
}

@media screen and (max-width: 320px) {
	.firstArea .hukidashiBox .contsBlock{
		padding-left: 15px;
		padding-right: 15px;
	}
	.kyoshitsu .firstArea .hukidashiBox .hdBlock .img{width: 75px;}
}

/* .mangaBlock */
.mangaBlock{
	padding: 0 20px;
}
.mangaBlock .manga > li{
	margin-top: 32px;
}

@media print, screen and (min-width: 768px){
	.mangaBlock{
		margin-bottom: 60px;
	}
	.mangaBlock .manga{
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.mangaBlock .manga::after{
		content: '';
		display: block;
		background: url(/about-kumon/method/fushigi/img/common_05.png) no-repeat center;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: 60px;
		height: 60px;
		margin: auto;
	}
	.mangaBlock .manga.type_03_01::after{
		top: 14px;
	}
	.mangaBlock .manga > li{
		width: 442px;
		margin-right: 36px;
	}
	.mangaBlock .manga > li:nth-of-type(1){ 
		order: 2;
		margin-top: 0;
		margin-right: 0;
	}
	.mangaBlock .manga > li:nth-of-type(2){ 
		order: 4;
		margin-right: 0;
	}
	.mangaBlock .manga > li:nth-of-type(3){ 
		order: 1;
		margin-top: 0;
	}
	.mangaBlock .manga > li:nth-of-type(4){ 
		order: 3;
	}
	.mangaBlock .manga > li .mangaSize_03_01{
		padding-top: 16px;
	}
}

@media screen and (max-width: 767px){
	.mangaBlock{
		margin-bottom: 20px;
		padding: 0 4%;
	}
	.mangaBlock .manga > li{
		margin-top: 4px;
	}
	.mangaBlock .manga > li:first-child{
		margin-top: 0;
	}
}

/* .pageNav */
.pageNav .flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pageNav li{
	display: flex;
	justify-content: center;
}
.pageNav li:nth-child(2n){
	margin-right: 0;
}
.pageNav li a{
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	border: 3px solid #1a6cc1;
	border-radius: 6px;
}
.pageNav li a::after{
	content: "";
	display: block;
	width: 9px;
	height: 15px;
	background: url(/common_2019/img/arrow/arrow_blue4_r.svg) no-repeat;
	background-size: contain;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -8px;
}
.pageNav li a.is-disable{
	pointer-events: none;
	opacity: 0.7;
}
.pageNav li a img{
	margin-left: auto;
	margin-right: auto;
}
.pageNav li.kyoshitsu a{ background-color: #cefbff;}
.pageNav li.kyozai a{ background-color: #ffd0d0;}
.pageNav li.kyoka a{ background-color: #eae0ff;}
.pageNav li.gakushuho a{ background-color: #fff7c1;}

@media print, screen and (min-width: 768px){
	.pageNav li{
		width: 235px;
		height: 78px;
	}
	.pageNav li.kyoshitsu img{ width: 150px;}
	.pageNav li.kyozai img{ width: 78px;}
	.pageNav li.kyoka img{ width: 78px;}
	.pageNav li.gakushuho img{ width: 106px;}
}

@media screen and (max-width: 767px){
	.pageNav li{
		width: 49%;
		height: 56px;
		margin: 2% 0 0 0;
	}
	.pageNav li:nth-child(-n+2){
		margin-top: 0;
	}
	.pageNav li.kyoshitsu img{ width: 103px;}
	.pageNav li.kyozai img{ width: 54px;}
	.pageNav li.kyoka img{ width: 54px;}
	.pageNav li.gakushuho img{ width: 74px;}
}

@media screen and (max-width: 320px) {
	.pageNav li a::after{
		right: 5px;
	}
}

@keyframes c_fade {
  0% {
		transform: scale(.6);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes c_fadeInT {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes c_fadeInB {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ==========================================================================
  toTopFix
========================================================================== */
.toTopFixWrap{
	position: relative;
	height: 65px;
}
#toTopFix{
	position: absolute;
	right: 40px;
}
#toTopFix a{
	position: relative;
	display: block;
	width: 65px;
	text-align: center;
	padding-top: 65px;
	line-height: 1;
}
#toTopFix a::after{
	content: '';
	display: block;
	background: url(/common_2019/img/arrow/arrow_wh_l.svg) center no-repeat #1a6cc1;
	background-size: 15px 27px;
	transform: rotate(90deg);
	width: 65px;
	height: 65px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	.toTopFixWrap{
		margin-top: 8px;
	}
	#toTopFix{
		right: 15px;
	}
	#toTopFix a{
		width: 60px;
		padding-top: 60px;
	}
	#toTopFix a::after{
		width: 60px;
		height: 60px;
	}
}