@charset "UTF-8";

@font-face {
	font-family: "OpenSans-ExtraBold";
	src:url('../fonts/OpenSans-ExtraBold.ttf');
}
@font-face {
	font-family: "TitilliumWeb-SemiBold";
	src:url('../fonts/TitilliumWeb-SemiBold.ttf');
}
@font-face {
	font-family: "TitilliumWeb-Light";
	src:url('../fonts/TitilliumWeb-Light.ttf');
}






@font-face {
	font-family: "NotoSansJP-Light";
	src:url('../fonts/NotoSansJP-Light.otf');
}
@font-face {
	font-family: "NotoSansJP-Medium";
	src:url('../fonts/NotoSansJP-Medium.otf');
}
@font-face {
	font-family: "NotoSansJP-Bold";
	src:url('../fonts/NotoSansJP-Bold.otf');
}
@font-face {
	font-family: "Poppins-Black";
	src:url('../fonts/Poppins-Black.ttf');
}






html {/* スムーススクロールのための指定 */
  scroll-behavior: smooth;

  @media (prefers-reduced-motion: reduce) {
    scroll-behavior: auto;
  }
}




body{
      overflow: auto; 
	  margin:0 auto;
	  max-width: 100%;
	  font-family: "NotoSansJP-Light";
}
main .wrap{
	margin:0 auto;
	width:100%;
}
img{
    max-width: 100%;
    height: auto;
}
p{
	-webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}





.subTitleArea{
	position: relative;
	padding:50px 0 0px;
}
.subTitleArea:before {
    background: #000;
    content: "";
    left: 50%;
    position: absolute;
    width: 1px;
    top: 0;
    height: 40px;
    opacity:0.5;
}
.subTitleArea h3{
	text-align:center;
	font-family: "Poppins-Black";
	font-size:40px;
	margin:0 0 2px;
	opacity:0.65;
	color:#000;
}
.subTitleArea h5{
	text-align:center;
	font-size:14px;
	font-weight:bold;
	margin:0 0 30px;
	color:#000;
}
@media only screen and (min-width: 768px) {/* PC用 */
.subTitleArea{
	margin:30px 0 0px;
}
.subTitleArea h3{
	font-size:48px;
	margin:0px 0 2px;
	opacity:0.65;
	color:#000;
}
.subTitleArea h5{
	font-size:17px;
	margin:0 0 70px;
}
}


/*********************************
スライダーエリア
*********************************/
.sliderArea{
	background:#ddd;
}
.sliderAreaWrap{
	margin: 90px auto 0px auto;
	padding: 40px 0 0; 
	max-width: 1000px ;
}

@media only screen and (max-width: 749px) {
.slArea-R{
	margin:4px 4% 26px;/* 左右の全体余白幅 */
	padding:2px 0 ;/* 左右の全体余白幅 */
	width: calc(92% + 10px);
	border-bottom:1px solid #ddd;
}
.slArea-R img{
	padding:10px 10px 10px 0 ;/* 左右の余白幅 */
}
}


@media only screen and (max-width: 560px) {/* スマホ用 */
.slArea-L{
	width:92%;
	max-width:520px;
	margin: 0 auto;
}
.slArea-L .slider img{
	border-radius:13px;
}
.slArea-R .slider img{
	border-radius:28px;
}


}



@media only screen and (min-width: 750px) {/* PC用 */
.sliderAreaWrap{
	margin: 0px auto ;
	padding-bottom:30px; 
	display:flex;
	width:97%;
}
.slArea-L{
	width:65%;
	flex-wrap:no-wrap;/*flexの折り返し指定 */
}
.slArea-R{
	width:16%;
	margin-left:2%;
	margin-top:-1px;
	padding:0 ;
	flex-wrap:no-wrap;/*flexの折り返し指定 */
}

.slArea-R .slick-list {
    margin: 0px 0;
    padding: 0 0 50px;
    overflow: hidden;
    display: block;
    position: relative;
}
.slArea-L .slider img{
	border-radius:12px;
}
.slArea-R .slider img{
	border-radius:12px;
}
.slick-vertical .slick-slide{
	border-bottom: 5px solid transparent !important;/*上下の画像の */
}

}/* PC用END */
/*********************************
*************** END *************/



/*********************************
本日の授業エリア
*********************************/
@media only screen and (max-width: 749px) {/* スマホ用 */
#todayArea{
	padding:20px 45px 60px 4%;
	background:url(../img/topPageN/commentVispo.svg) bottom 65px right no-repeat,
				#fff;
}
#todayArea .hideTitle h3{
}

#todayArea ul{
	display:flex;
	text-align:center;
	align-items: center;
	background:#000;
	padding:30px 3%;
	border-radius:10px;
}
#todayArea ul li{
	flex-wrap:no-wrap;/*flexの折り返し指定 */
	color:#fff;
}

#todayArea ul li:nth-child(1){
	font-size:15px;
	width:90px;
	border-right:1px dotted #999;
	font-family: "TitilliumWeb-SemiBold";
}
#todayArea ul li:nth-child(2){
	width:calc(100% - 90px);
	font-size:16px;
	text-align:left;
	margin-left:15px;
}
#todayArea ul li:nth-child(3){
	font-size:32px;
	margin:0 auto;
	display:block;
}
}/* スマホ用END */




@media only screen and (min-width: 750px) {/* PC用 */
#todayArea{
	width:17%;
	margin-left:2%;
	padding:0;
	background: url(../img/topPageN/todayVispo.svg) bottom center no-repeat,
				#ddd;
}
#todayArea .hideTitle{
	display:none;
}
#todayArea ul{
	display:flex;
	flex-flow: column nowrap;
	margin:0px;
	padding:0;
	text-align:center;
	align-items: center;
}

#todayArea ul li{
	flex-flow: column nowrap;
	color:#fff;
	margin:0px;
	padding:0;
}
#todayArea ul li img{
	width:70px;
}
#todayArea ul li:nth-child(1){
	font-family: "TitilliumWeb-SemiBold";
	font-size:20px;
	text-align:center;
	width:100%;
	height: 100%;
	padding:40% 0;
	border-radius:12px;
	margin-bottom:12px;
	background: url(../img/topPageN/image_BgStripe.svg),
				#000;
	background-size:  40px 40px;
    /* animation:アニメーション名 , アニメーションの時間 , アニメーションのタイミング , アニメーションの繰り返し */
	-webkit-animation: bgscroll 3s linear infinite;
	animation: bgscroll 3s linear infinite;
	}
	@-webkit-keyframes bgscroll {
		0% {background-position: 0 0;}
		100% {background-position: 0 40px;}
}
#todayArea ul li:nth-child(2){
	width:100%;
	background:#003D85;
	padding:20px 0;	
	border-radius:12px;
	position: relative;
  display: inline-block;
}
#todayArea ul li:nth-child(2):before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -16px;
  border: 16px solid transparent;
  border-top: 16px solid #003D85;
}
#todayArea ul li:nth-child(2) span{
	height:30%;
	background:;
	writing-mode: vertical-rl;
	align-items: center;
	font-size:16px;
	color:#fff;
	line-height:1.7em;
	text-align:left;
}

}/* PC用END */
/*********************************
*************** END *************/




/*********************************
ピックアップエリア
*********************************/

#pickupArea {
	padding:30px 0 0;
	background: #222;
}
@media only screen and (min-width: 768px) {/* PC用 */
#pickupArea {
	padding:30px 0 80px;
}

}


#pickupArea .subTitleArea:before {
    background: #fff;
}
#pickupArea .subTitleArea h3{
	color:#fff;
}
#pickupArea .subTitleArea h5{
	color:#fff;
}


#pickupArea ul{
	display:flex;
	flex-wrap:wrap;/*flexの折り返し指定 */
	margin:0 auto;
	width:100%;
	max-width:800px;
}

#pickupArea ul li{
	width: 100%;
	display:flex;
	flex-direction: row;  
	justify-content:space-between; 	
	margin: 0 0px;
	transition: all 0.25s ease;
}
#pickupArea ul li:hover{
	opacity:0.7;
}
#pickupArea ul li .item {
  display: flex;
  flex-wrap: nowrap;
}

#pickupArea ul li .item-image {
  width: 50%;
}
#pickupArea ul li:hover .item-image img{
  filter: grayscale(50%);
}
@media only screen and (min-width: 600px) {
#pickupArea ul li .item-image {
  width: 40%;
}
}
@media only screen and (min-width: 700px) {
#pickupArea ul li .item-image {
  width: 36%;
}
}
@media only screen and (min-width: 768px) {
#pickupArea ul li .item-image {
  width: 50%;
}
}
#pickupArea ul li .item-image img{
	vertical-align: top;/*--画像の下の隙間を消す--*/
}
#pickupArea ul li .item-text {
 
  flex: 1;
  justify-content: center;
  align-items: center;
  background:#001e69;
  position: relative;
}
#pickupArea ul li .item-text:before {
  content: "";
  position: absolute;
  z-index:5;
  top: 50%;
  left: -28px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #fff;
}
#pickupArea ul li .item-text{
	background:url(../img/topPageN/arrowNewBg_bk.svg) right 10% bottom 10px no-repeat,
				#fff;
}

#pickupArea ul{
	margin:0 auto;
	width:92%;
	padding:0 0 80px
}
#pickupArea ul li{
	margin: 0 0 10px;
}
#pickupArea ul li .item-text{
	background:url(../img/topPageN/arrowNewBg_bk.svg) right 10% bottom 10px no-repeat,
				#fff;
	border-radius:0 6px 6px 0;
}
#pickupArea ul li .item-image img{
	border-radius:6px 0 0 6px;
}

@media only screen and (max-width: 767px) {/* スマホ用 */

/******
#pickupArea ul li:nth-child(2n) .item{
	flex-direction: row-reverse;  	
}
#pickupArea ul li:nth-child(2n) .item-text{
	background:url(../img/topPage/iconLinkMore_bk.svg) center bottom 10px no-repeat,
				#333;
}
#pickupArea ul li:nth-child(2n) .item-text:before {
  left: 100%;
  border-left: 20px solid #333;
  border-right: none; 
}
******/

#


}

@media only screen and (min-width: 768px) {/* PC用 */
#pickupArea ul{
	max-width:1000px;
	margin:0 auto;
	width:98%;
}
#pickupArea ul li{
	width: 49.3%;
	margin-right:1.4%;
	margin-bottom:1.4%;
}
#pickupArea ul li:nth-child(2n) {
	margin-right:0; 	
}
#pickupArea ul li .item-text{
	border-radius:0 10px 10px 0;
}
#pickupArea ul li .item-image img{
	border-radius:10px 0 0 10px;
}


}


#pickupArea ul li .item-text h3{
	width:70%;
	max-width:140px;
	text-align:center;
	margin:20px auto 12px;
	font-size:11px;
	line-height:22px;
	height:24px;
	color:#fff;
	font-family: "NotoSansJP-Bold";
	background: #009BE0;	
}
#pickupArea ul li .item-text p{
	margin: 0 auto;
	width:88%;
	font-size:13px;
	line-height:1.5em;
	color:#000;	
}
@media only screen and (min-width: 600px) {/* PC用 */
#pickupArea ul li .item-text h3{
	font-size:13px;
	line-height:26px;
	height:28px;		
}
#pickupArea ul li .item-text p{
	margin: 0 5%;
	font-size:15px;
}
}
@media only screen and (min-width: 768px) {/* PC用 */
#pickupArea ul li .item-text h3{
	font-size:12px;
	line-height:22px;
	height:24px;		
}
#pickupArea ul li .item-text p{
	margin: 0 5%;
	font-size:13.5px;
}
}
@media only screen and (min-width: 900px) {/* PC用 */
#pickupArea ul li .item-text h3{
	font-size:13px;
	line-height:26px;
	height:28px;		
}
#pickupArea ul li .item-text p{
	margin: 0 10%;
	font-size:14px;
}
}
/*********************************
*************** END *************/

















/*********************************
**********************************
学年エリア
**********************************
*********************************/
.gradeArea{
	background: #fff;
	position: relative;
}
.gradeArea .wrap{
	width:92%;
	max-width:690px;
	margin:0 auto;
	padding:20px 0 50px;
}

.gradeArea .gradeWrap{
	display:flex;
	flex-wrap:wrap;
	margin-bottom:40px;
}
.gradeArea .marginTop{
	margin-top:70px;
}

.gradeArea .gradeWrap .L{
    width:100%;
    border-radius:12px 12px 0 0;
}
@media only screen and (max-width: 749px) {/* スマホ用 */
.gradeArea .gradeWrap .L{
    height:120px;
}
}

.gradeArea .gradeWrap .bgEL{
    background:url(../img/topPageN/gradeBg_titleEL_S.svg) top 20px left 0px  no-repeat,
    			url(../img/topPageN/gradeBg_titleEL_E.svg) bottom -10px left 10px  no-repeat,
    			url(../img/topPageN/gradeBg_imgEL.svg) bottom right 20px no-repeat,
    			#0baab3;
    background-size:220px,220px,85px;
}
.gradeArea .gradeWrap .bgJH{
    background:url(../img/topPageN/gradeBg_titleJH_S.svg) top 20px left 0px  no-repeat,
    			url(../img/topPageN/gradeBg_titleJH_E.svg) bottom -15px left 10px  no-repeat,
    			url(../img/topPageN/gradeBg_imgJH.svg) bottom right 20px no-repeat,
    			#3379ff;
    background-size:220px,220px,85px;
}
.gradeArea .gradeWrap .bgH{
    background:url(../img/topPageN/gradeBg_titleH_S.svg) top 20px left 0px  no-repeat,
    			url(../img/topPageN/gradeBg_titleH_E.svg) bottom -20px left 10px  no-repeat,
    			url(../img/topPageN/gradeBg_imgH.svg) bottom right 20px no-repeat,
    			#6d65ba;
    background-size:220px,220px,85px;
}


.gradeArea .gradeWrap .R{
	width: 100%;
	background:url(../img/topPageN/arrowGrade_w.svg) bottom 17px right 20px no-repeat,#000;
	border-radius:0 0 12px 12px;
	color:#fff;
	padding:15px 20px 70px;
}


.gradeArea .gradeWrap ul.purpose{
	padding:24px 0 16px;
	background:url(../img/topPageN/text_gradeArea_purpose.svg) top left no-repeat,
    			url(../img/topPageN/text_gradeArea_etc.svg) bottom right 10px no-repeat;
	display:flex;
	flex-wrap:wrap;
}
.gradeArea .gradeWrap ul.purpose li{
	width:50%;
	font-size:12px;
	margin-bottom: 8px;
}
.gradeArea .gradeWrap ul.purpose li b{
	font-size:1.4em;
}

.gradeArea .gradeWrap ul.type{
	padding:24px 0 0;
	background:url(../img/topPageN/text_gradeArea_type.svg) top left no-repeat;
	display:flex;
	flex-wrap:wrap;
}
.gradeArea .gradeWrap ul.type li{
	width:31.3333%;
	margin-right:3%;
	background:#666;
	border-radius:6px ;
}
.gradeArea .gradeWrap ul.type li:nth-child(3n){
	margin-right:0;
}
.gradeArea .gradeWrap ul.type li .img{
	height:60px;
	width: 100%;
	display: block;
	border-radius:6px 6px 0 0;
}
.gradeArea .gradeWrap ul.type li .G{
	background:url(../img/topPageN/gradeArea_class_G.svg) center center no-repeat,#fff;
}
.gradeArea .gradeWrap ul.type li .P{
	background:url(../img/topPageN/gradeArea_class_P.svg) center center no-repeat,#fff;
}
.gradeArea .gradeWrap ul.type li .B{
	background:url(../img/topPageN/gradeArea_class_B.svg) center center no-repeat,#fff;
}
.gradeArea .gradeWrap ul.type li .GP{
	background:url(../img/topPageN/gradeArea_class_GP.svg) center center no-repeat,#fff;
}
.gradeArea .gradeWrap ul.type li .T{
	background:url(../img/topPageN/gradeArea_class_T.svg) center center no-repeat,#fff;
}
.gradeArea .gradeWrap ul.type li p{
	font-size:11px;
	line-height:1.35em;
	padding:7px 8%;
	color:#fff;
	font-family: "NotoSansJP-Medium";
}

.gradeArea .gradeWrap .price{
	padding:20px 0 0;
	margin-top:13px;
	background:url(../img/topPageN/text_gradeArea_price.svg) top left no-repeat;
	font-size:13px;
}
.gradeArea .gradeWrap .price span{
	font-family: "OpenSans-ExtraBold";
	font-size:1.3em;
}
.gradeArea .gradeWrap .price b {
	font-size:1.3em;
}
.gradeArea .gradeWrap .price .zeikomi{
	font-size:1.3em;
	display:inline;
}


.gradeArea .moveText p{
	color:#e9eef2;
}

@media only screen and (min-width: 750px) {/* PC用 */
.gradeArea .wrap{
	padding:20px 0 100px;
}
.gradeArea .gradeWrap{
	display:flex;
	flex-wrap:wrap;
}
.gradeArea .gradeWrap .L{
    width:260px;
    border-radius:20px 0 0 20px;
}
.gradeArea .gradeWrap .bgEL{
    background:url(../img/topPageN/gradeBg_titleEL.svg) top 30px center no-repeat,
    			url(../img/topPageN/gradeBg_imgEL.svg) bottom center no-repeat,
    			#0baab3;
    background-size:190px,130px;
}
.gradeArea .gradeWrap .bgJH{
    background:url(../img/topPageN/gradeBg_titleJH.svg) top 30px center no-repeat,
    			url(../img/topPageN/gradeBg_imgJH.svg) bottom center no-repeat,
    			#3379ff;
    background-size:190px,130px;
}
.gradeArea .gradeWrap .bgH{
    background:url(../img/topPageN/gradeBg_titleH.svg) top 30px center no-repeat,
    			url(../img/topPageN/gradeBg_imgH.svg) bottom center no-repeat,
    			#6d65ba;
    background-size:190px,130px;
}
.gradeArea .gradeWrap .R{
	width: calc(100% - 260px);
	border-radius:0 20px 20px 0;
	padding:25px 5% 60px;
}
.gradeArea .gradeWrap ul.purpose li{
	font-size:14px;
	margin-bottom: 10px;
}
.gradeArea .gradeWrap ul.type li .img{
	height:70px;
	padding:10px 0 0;
}
.gradeArea .gradeWrap ul.type li p{
	font-size:13px;
	padding:8px 8%;
}
.gradeArea .gradeWrap .price{
	margin-top:25px;
	font-size:16px;
}

}








/*********************************
検討の方エリア
*********************************/

#admissionArea {
	padding:30px 0 70px;
	background: #d3e0e6;
}

/******** サブタイトル変更 *********/

#admissionArea .subTitleArea:before {
    background: #000;
}
#admissionArea .subTitleArea h3{
	color:#000;
	opacity:1;
}
#considerArea .subTitleArea h5{
	color:#000;
}
@media only screen and (min-width: 1000px) {/* PC用 */
#admissionArea {
	padding:30px 0 30px;
}

}




/******** 特徴の説明 *********/
#admissionArea .admissionTheme{
	padding:22px 0 35px;
	width:92%;
	max-width:690px;
	margin:80px auto 100px;
	background:#fff;
	border:8px solid #003D85;
	position:relative;
	
}
#admissionArea .admissionTheme:before {
    content: "";
    position: absolute;
    background: url(../img/topPageN/hoozueVispo_Tako.svg) bottom center no-repeat;
    width: 100%;
    height: 60px;
    top: -59px;
    z-index: 0;
}
#admissionArea .admissionTheme h4{
	font-size:22px;
	color:#ddd;
	font-family: "Poppins-Black";
	margin: 0 0 0px;
	text-align:center;
}
#admissionArea .admissionTheme .imgWrap{
	width:80%;
	max-width:380px;
	margin:0 auto 10px;
}
#admissionArea .admissionTheme .imgWrap img{
	width:100%;
}
#admissionArea .admissionTheme h2 span{
	font-size:13px;
	line-height:2em;
	letter-spacing:0em;
	text-indent: 0em;
	color:#555;
	margin: 0;
	display:block;
}
#admissionArea .admissionTheme .themeWrap{
	background:#eee;
	margin: 0 8%;
	padding:15px 8%;
	text-align:left;
	position: relative;
}
#admissionArea .admissionTheme .themeWrap:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-bottom: 10px solid #eee;
}
#admissionArea .admissionTheme h3{
	font-size:14px;
	line-height:1.6em;
	color:#000;
	font-family: "NotoSansJP-Bold";
	margin: 0;
}
#admissionArea .admissionTheme p{
	text-align:left;
	font-size:14px;
	line-height:1.7em;
	color:#000;
	margin:35px 8% 0;
}


@media only screen and (min-width: 768px) {/* PC用 */
#admissionArea .admissionTheme{
	padding:22px 0 35px;
	width:92%;
	max-width:690px;
	margin:120px auto 100px;
	background:#fff;
	border:8px solid #003D85;
	position:relative;
	
}
#admissionArea .admissionTheme:before {
    background: url(../img/topPageN/hoozueVispo_Tako.svg) bottom center no-repeat;
    background-size:260px;
    width: 100%;
    height: 90px;
    top: -87px;
}
#admissionArea .admissionTheme h4{
	font-size:28px;
	margin: 6px 0 15px;
}
#admissionArea .admissionTheme h2{
	font-size:30px;
	margin: 0 0 20px;
}
#admissionArea .admissionTheme h2 span{
	font-size:18px;
	line-height:2.2em;
	letter-spacing:0em;
	text-indent: 0em;
	color:#555;
	margin: 0;
	display:block;
}

#admissionArea .admissionTheme .themeWrap:before {
  content: "";
  position: absolute;
  top: -36px;
  left: 50%;
  margin-left: -18px;
  border: 18px solid transparent;
  border-bottom: 18px solid #eee;
}
#admissionArea .admissionTheme .themeWrap{
	margin: 0 12%;
	padding:20px 8%;
}
#admissionArea .admissionTheme h3{
	font-size:16px;
	line-height:1.8em;
	color:#000;
	font-family: "NotoSansJP-Bold";
	margin: 0;
}
#admissionArea .admissionTheme p{
	text-align:left;
	font-size:16px;
	line-height:1.8em;
	color:#000;
	margin:35px 12% 0;
}
}






#admissionArea .featuresTextArea{
	padding:20px 0 40px;
	text-align:center;
	width:92%;
	margin:0 auto;
}
#admissionArea .featuresTextArea h2{
	color: #009BE0;
	font-size:22px;
	font-family: "NotoSansJP-Bold";
	margin:20px 0 40px;
}

#admissionArea .featuresTextArea h3{
	font-size:20px;
	font-family: "NotoSansJP-Bold";
	margin:20px 0 0;
}

#admissionArea .featuresTextArea h5{
	font-size:14px;
	font-family: "NotoSansJP-Bold";
	margin:6px 0 0;
	color: #009BE0;
	padding-bottom:80px;
}
#admissionArea .featuresTextArea h5.people{
	background:url(../img/topPageN/iconOther_afewpeople.svg) center bottom 0px no-repeat;
}
#admissionArea .featuresTextArea p{
	font-size:13px;
	line-height:1.9em;
	text-align:left;	
	margin:10px 0 40px;
}





/******** 学校の選択 *********/
#admissionArea .schoolArea {
	padding:0px 0 ;
	margin: 50px auto 80px;
	width:92%;
	max-width:600px;
}
#admissionArea .schoolArea .schoolBtn a{

  	
  	display: flex;
    flex-wrap: wrap;
}
#admissionArea .schoolArea .schoolBtn a .L{
	width: 130px;
    display: block;
    border-radius: 12px 0 0 12px;
    background:red;
}
#admissionArea .schoolArea .schoolBtn a .ELschool{
  	background: url(../img/topPageN/schoolAreaIcon_ELschool.svg) left 17px top 20px no-repeat,
  				#fff;
}
#admissionArea .schoolArea .schoolBtn a.JHschool{
  	background: url(../img/topPageN/schoolAreaIcon_JHschool.svg) left 17px top 20px no-repeat,
  				#fff;
}
#admissionArea .schoolArea .schoolBtn a.Hschool{
  	background: url(../img/topPageN/schoolAreaIcon_Hschool.svg) left 17px top 20px no-repeat,
  				#fff;
}
#admissionArea .schoolArea .schoolBtn a .R{
	width: calc(100% - 130px);
  	padding:20px 20px 35px 160px;
  	width: 100%;
  	border-radius:12px;
  	display:block;
  	position: relative;
}
#admissionArea .schoolArea .schoolBtn a h4{
  	font-size:32px;
  	margin-bottom:8px;
  	color:#000;
  	font-family: "NotoSansJP-Bold";
}
#admissionArea .schoolArea .schoolBtn a h4 b{
  	font-size:1.3em;

}
#admissionArea .schoolArea .schoolBtn a p {
    font-size: 14px;
    line-height: 1.4em;
    margin: 4px 0 0;
    color: #333;
}

/* リンクボタン用 */
#admissionArea .schoolArea .schoolBtn a {
    position: relative;
    display: block;
    box-sizing: border-box;
    transition: background-color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    
}
#admissionArea .schoolArea .schoolBtn a:hover {
    background-color: #ddd;
    color:#000;
}
#admissionArea .schoolArea .schoolBtn .btnArrow {
    display: block;
    position: absolute;
    right: 20px;
    transform: translateY(-50%);
    width: 36px;
    height: 20px;
    background-color: #000;
    border-radius: 3px;
    box-sizing: border-box;
    transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    position: absolute;
    bottom:0px;
    transform: translateY(-50%);
    transition: background-color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition-property: background-color, width;
}
#admissionArea .schoolArea .schoolBtn a:hover .btnArrow {
    background-color: #fff;
    width: 20px;
}
#considerArea .schoolArea .schoolBtn .btnArrow .inner {
    position: relative;
    width: 100%;
    height: 100%;
}
#admissionArea .schoolArea .schoolBtn .btnArrow .inner:before {
    content: "";
    background: url(../img/topPageN/icon-arrow_btn.svg) no-repeat 100%/100%;
    width: 6px;
    height: 9px;
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
}
#admissionArea .schoolArea .schoolBtn a:hover .btnArrow .inner:before {
    background: url(../img/topPageN/icon-arrow_btn_black.svg) no-repeat 100%/100%;
}

@media only screen and (min-width: 768px) {/* PC用 */
#admissionArea .schoolArea {	
}
#admissionArea .schoolArea .schoolBtn a{
	margin-bottom: 15px;
  	padding:20px 70px 35px 220px;
  	border-radius:18px;
}
#admissionArea .schoolArea .schoolBtn a.ELschool{
  	background: url(../img/topPageN/schoolAreaIcon_ELschool.svg) left 37px top 20px no-repeat,
  				#fff;
  	background-size: 160px;
}
#admissionArea .schoolArea .schoolBtn a.JHschool{
  	background: url(../img/topPageN/schoolAreaIcon_JHschool.svg) left 37px top 20px no-repeat,
  				#fff;
  	background-size: 160px;
}
#admissionArea .schoolArea .schoolBtn a.Hschool{
  	background: url(../img/topPageN/schoolAreaIcon_Hschool.svg) left 37px top 20px no-repeat,
  				#fff;
  	background-size: 160px;
}
#admissionArea .schoolArea .schoolBtn a h4{
  	font-size:36px;
  	margin-bottom:16px;
}
#admissionArea .schoolArea .schoolBtn a p {
    font-size: 16px;
    line-height: 1.5em;
}
}



/******** 実績・他塾費用 *********/
#admissionArea .bkLink{
	margin:100px auto;
	width:92%;
	max-width:690px;
}



#admissionArea .schoolArea .schoolBtn a .L{
	width: 130px;
    display: block;
    border-radius: 12px 0 0 12px;
    background:red;
}
#admissionArea .schoolArea .schoolBtn a .ELschool{
  	background: url(../img/topPageN/schoolAreaIcon_ELschool.svg) left 17px top 20px no-repeat,
  				#fff;
}
#admissionArea .schoolArea .schoolBtn a.JHschool{
  	background: url(../img/topPageN/schoolAreaIcon_JHschool.svg) left 17px top 20px no-repeat,
  				#fff;
}
#admissionArea .schoolArea .schoolBtn a.Hschool{
  	background: url(../img/topPageN/schoolAreaIcon_Hschool.svg) left 17px top 20px no-repeat,
  				#fff;
}
#admissionArea .schoolArea .schoolBtn a .R{
	width: calc(100% - 130px);
  	padding:20px 20px 35px 160px;
  	width: 100%;
  	border-radius:12px;
  	display:block;
  	position: relative;
}



#admissionArea .subArea .basic100_Btn a{
  	padding:20px 20px 40px ;
  	margin: 0 0 12px;
  	width: 100%;
  	border-radius:2px;
  	display:block;
  	color:#000;
}


#admissionArea .bkLink a{
	width:100%;
	margin:13px 0;
	padding:0px;
	display: flex;
    flex-wrap: wrap;
}
#admissionArea .bkLink a .L{
	width: 120px;
    display: block;
    border-radius: 2px 0 0 2px;
}
#admissionArea .bkLink a .R{
	width: calc(100% - 120px);
  	padding:20px 20px 40px 15px;
  	border-radius:2px;
  	display:block;
  	position: relative;
}
#admissionArea .bkLink a .performance{
	background:url(../img/topPageN/admissionAreaIconBk_Singaku.svg) center center no-repeat,#1253a1;
	background-size:90px;
}
#admissionArea .bkLink a .balance{
	background:url(../img/topPageN/admissionAreaIconBk_Balance.svg) center center no-repeat,#1253a1;
	background-size:90px;
}
#admissionArea .bkLink a .change{
	background:url(../img/topPageN/admissionAreaIconBk_Change.svg) center center no-repeat,#1253a1;
	background-size:90px;
}
#admissionArea .bkLink a h4{
	font-size:14px;
	font-family: "NotoSansJP-Bold";
}
#admissionArea .bkLink a h4 span{
	display:block;
	color:#fff;
	margin-bottom: 4px;
}
#admissionArea .bkLink a h4 b{
	font-size:2em;
	font-weight:bold;
}
#admissionArea .bkLink a p{
	font-size:13px;
	line-height:1.6em;
	color:#bbb;
	display:block;
	margin:16px 0 0;
}
@media only screen and (min-width: 768px) {/* PC用 */
#admissionArea .bkLink a .L{
	width: 170px;
    border-radius: 6px 0 0 6px;
}
#admissionArea .bkLink a .R{
	width: calc(100% - 170px);
  	padding:30px 20px 40px 25px;
  	border-radius:6px;
}
#admissionArea .bkLink a .performance{
	background:url(../img/topPageN/admissionAreaIconBk_Singaku.svg) center center no-repeat,#1253a1;
	background-size:110px;
}
#admissionArea .bkLink a .balance{
	background:url(../img/topPageN/admissionAreaIconBk_Balance.svg) center center no-repeat,#1253a1;
	background-size:110px;
}
#admissionArea .bkLink a .change{
	background:url(../img/topPageN/admissionAreaIconBk_Change.svg) center center no-repeat,#1253a1;
	background-size:110px;
}







#admissionArea .bkLink a h4{
	font-size:18px;
}
#admissionArea .bkLink a h4 span{
	display:inline;
	font-size:18px;
}
#admissionArea .bkLink a p{
	font-size:15px;
	line-height:1.6em;
	margin:16px 60px 0 0;
}
}




/******** 料金特徴 *********/
#admissionArea .subArea{
	width:92%;
	max-width:700px;
	margin: 80px auto;
}


#admissionArea .subArea .basic100_Btn {
	width:100%;
}
#admissionArea .subArea .basic100_Btn a{
  	padding:20px 20px 40px 110px;
  	margin: 0 0 12px;
  	width: 100%;
  	border-radius:2px;
  	display:block;
  	color:#000;
}
#admissionArea .subArea .basic100_Btn a.coin{
  	background: url(../img/topPageN/admissionAreaIcon_coin.svg) left 20px center no-repeat,
  				#fff;
}
#admissionArea .subArea .basic100_Btn a.brother{
  	background: url(../img/topPageN/admissionAreaIcon_brother.svg) left 20px center no-repeat,
  				#fff;
}
#admissionArea .subArea .basic100_Btn a h4{
  	font-size:16px;
  	font-family: "NotoSansJP-Bold";
}
#admissionArea .subArea .basic100_Btn a h5{
  	display:inline-block;
  	margin: 4px 0 0;
  	background: #5bb6de;
  	padding: 5px 25px;
  	font-size:16px;
  	font-family: "NotoSansJP-Bold";
}
#admissionArea .subArea .basic100_Btn a h4 b{
  	font-size:1.8em;
}
#admissionArea .subArea .basic100_Btn a p{
  	font-size:13px;
  	line-height:1.3em;
  	margin: 12px 0 0;
  	color:#444;
}




.takoTextArea{
	text-align:center;
}
.takoTextArea .takoComment{
	background: url(../img/topPageN/takoComment_takokichiBg.svg) bottom center no-repeat;
	padding:0px 0 26px;
	margin-top:20px;
}
.takoTextArea .takoAnimation{
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.3s;
}

.takoTextArea .keyframeTako{
  animation-name: anim_tako;
}

@keyframes anim_tako {
  0% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, 9px);
  }
}
.takoTextArea .takoComment p{
	width:240px;
	margin:0 auto 10px;
	padding:15px 0 15px;
	font-size:14px;
	font-family: "NotoSansJP-Medium";
	position: relative;
	background:#fff;
	color:#999;
	border-radius:30px;
}
.takoTextArea .takoComment p:after {
	content: "";
	position: absolute;
	z-index:3;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #fff;
}

@media only screen and (min-width: 750px) {/* PC用 */
.takoTextArea .takoComment p{
	width:300px;
	margin:0 auto 20px;
	padding:20px 0x;
	font-size:17px;
}
.takoTextArea .takoComment p:after {
	margin-left: -14px;
	border: 14px solid transparent;
	border-top: 14px solid #fff;
}
.takoTextArea .takoComment{
	background: url(../img/topPageN/takoComment_takokichiBg.svg) bottom center no-repeat;
	background-size:80px;
	padding:0px 0 26px;
}

}






/* リンクボタン用 */
#admissionArea .subArea .basic100_Btn a {
    position: relative;
    display: block;
    box-sizing: border-box;
    transition: background-color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    
}
#admissionArea .subArea .basic100_Btn a:hover {
    background-color: #9fbcc9;
    color:#000;
}
#admissionArea .subArea .basic100_Btn .btnArrow {
    display: block;
    position: absolute;
    right: 20px;
    transform: translateY(-50%);
    width: 36px;
    height: 20px;
    background-color: #000;
    border-radius: 3px;
    box-sizing: border-box;
    transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    position: absolute;
    bottom:0px;
    transform: translateY(-50%);
    transition: background-color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition-property: background-color, width;
}
#admissionArea .subArea .basic100_Btn a:hover .btnArrow {
    background-color: #fff;
    width: 20px;
}
#admissionArea .subArea .basic100_Btn .btnArrow .inner {
    position: relative;
    width: 100%;
    height: 100%;
}
#admissionArea .subArea .basic100_Btn .btnArrow .inner:before {
    content: "";
    background: url(../img/topPageN/icon-arrow_btn.svg) no-repeat 100%/100%;
    width: 6px;
    height: 9px;
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
}
#admissionArea .subArea .basic100_Btn a:hover .btnArrow .inner:before {
    background: url(../img/topPageN/icon-arrow_btn_black.svg) no-repeat 100%/100%;
}

#admissionArea .subArea .basic50_Btn {
	width:100%;
	display:flex;
	flex-wrap:  wrap;
}
#admissionArea .subArea .basic50_Btn a{
  	background:#fff;
  	padding:13px 15px 40px;
  	width: calc(50% - 6px);
  	margin-right:12px;
  	margin-bottom:10px;
  	text-align:center;
  	border-radius:2px;
  	color:#000;
  	display:block;
}
#admissionArea .subArea .basic50_Btn a:nth-child(2n){
  	margin-right:0;
}
#admissionArea .subArea .basic50_Btn h4{
  	font-size:16px;
  	font-family: "NotoSansJP-Bold";
  	padding:52px 5px 0px;
}
#admissionArea .subArea .basic50_Btn h4 b{
  	font-size:1.8em;
}
#admissionArea .subArea .basic50_Btn p{
  	font-size:13px;
  	line-height:1.3em;
  	margin: 1px 0 0;
  	color:#444;
  	text-align:left;
}
#admissionArea .subArea .basic50_Btn h4.startDiscount{
  	background: url(../img/HeaderFooterN/headerMenuSubIcon_startDiscount.svg) top 0px center no-repeat;
}
#admissionArea .subArea .basic50_Btn h4.change{
  	background: url(../img/HeaderFooterN/headerMenuSubIcon_change.svg) top 0px center no-repeat;
}
#admissionArea .subArea .basic50_Btn h5{
  	display:block;
  	margin: 4px 0 0;
  	background: #5bb6de;
  	padding: 5px 2px;
  	font-size:16px;
  	font-family: "NotoSansJP-Bold";
}
#admissionArea .subArea .basic50_Btn h5 small{
  	font-size:0.7em;
}
#admissionArea .subArea .basic50_Btn p{
  	font-size:14px;
  	line-height:1.4em;
  	text-align:left;
  	margin:8px 0 0;
}
/* リンクボタン用 */
#admissionArea .subArea .basic50_Btn a {
    position: relative;
    display: block;
    box-sizing: border-box;
    transition: background-color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    
}
#admissionArea .subArea .basic50_Btn a:hover {
    background-color: #9fbcc9;
    color:#000;
}
#admissionArea .subArea .basic50_Btn .btnArrow {
    display: block;
    position: absolute;
    right: 15px;
    transform: translateY(-50%);
    width: 36px;
    height: 20px;
    background-color: #000;
    border-radius: 3px;
    box-sizing: border-box;
    transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    position: absolute;
    bottom:0px;
    transform: translateY(-50%);
    transition: background-color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition-property: background-color, width;
}
#admissionArea .subArea .basic50_Btn a:hover .btnArrow {
    background-color: #fff;
    width: 20px;
}
#admissionArea .subArea .basic50_Btn .btnArrow .inner {
    position: relative;
    width: 100%;
    height: 100%;
}
#admissionArea .subArea .basic50_Btn .btnArrow .inner:before {
    content: "";
    background: url(../img/topPageN/icon-arrow_btn.svg) no-repeat 100%/100%;
    width: 6px;
    height: 9px;
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
}
#admissionArea .subArea .basic50_Btn a:hover .btnArrow .inner:before {
    background: url(../img/topPageN/icon-arrow_btn_black.svg) no-repeat 100%/100%;
}

@media only screen and (min-width: 768px) {/* PC用 */
#admissionArea .subArea .basic100_Btn a{
  	padding:30px 90px 30px 180px;
  	margin: 0 0 16px;
  	border-radius:6px;
}
#admissionArea .subArea .basic100_Btn a.coin{
  	background: url(../img/topPageN/admissionAreaIcon_coin.svg) left 35px center no-repeat,
  				#fff;
  	background-size:110px;
}
#admissionArea .subArea .basic100_Btn a.brother{
  	background: url(../img/topPageN/admissionAreaIcon_brother.svg) left 35px center no-repeat,
  				#fff;
	background-size:110px;
}
#admissionArea .subArea .basic100_Btn a h4{
  	font-size:22px;
}
#admissionArea .subArea .basic100_Btn a h5{
  	display:inline-block;
  	margin: 8px 0 0;
  	padding: 5px 35px;
  	font-size:18px;
}
#admissionArea .subArea .basic100_Btn a p{
  	font-size:16px;
  	line-height:1.5em;
  	margin: 18px 0 0;
}
#admissionArea .subArea .basic50_Btn h4.startDiscount{
  	background: url(../img/topPageN/headerMenuSubIcon_startDiscount.svg) top 0px center no-repeat;
  	background-size:85px;
}
#admissionArea .subArea .basic50_Btn h4.change{
  	background: url(../img/topPageN/headerMenuSubIcon_change.svg) top 0px center no-repeat;
  	background-size:90px;
}
#admissionArea .subArea .basic50_Btn a{
  	padding:13px 45px 40px;
  	width: calc(50% - 6px);
  	margin-right:12px;
  	margin-bottom:10px;
  	border-radius:6px;
}
#admissionArea .subArea .basic50_Btn h4{
  	font-size:22px;
  	padding:90px 10px 0px;
}
#admissionArea .subArea .basic50_Btn p{
  	font-size:16px;
  	line-height:1.5em;
  	margin:12px 0 0;
}

}


















.bkMainBtn a {
    position: relative;
    display: block;
    width: 100%;
    padding: 16px 80px 16px 20px;
    border-radius: 5px;
    box-sizing: border-box;
    transition: background-color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    text-decoration: none;
    padding: 24px 80px 24px 20px;
    width:92%;
    margin:30px auto 0;
    background-color: #000;
    color:#fff;
}
.bkMainBtn a:hover {
    background-color: #333;
}
.bkMainBtn span {
    color: #000;
    font-size: 1.3rem;
    line-height: 1.3;
    letter-spacing: 0.02em;
    transition: color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    font-size:14px;
    font-weight: bold;
}
.bkMainBtn a:hover span {
    color: #fff;
    
}
.bkMainBtn .btnArrow {
    display: block;
    position: absolute;
    right: 20px;
    bottom:0px;
    transform: translateY(-50%);
    width: 36px;
    height: 20px;
    background-color: #fff;
    border-radius: 3px;
    box-sizing: border-box;
    transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    position: absolute;
    transform: translateY(-50%);
    transition: background-color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition-property: background-color, width;
}


.bkMainBtn a:hover .btnArrow {
    background-color: #000;
    width: 20px;
}
.bkMainBtn .btnArrow .inner {
    position: relative;
    width: 100%;
    height: 100%;
}
.bkMainBtn .btnArrow .inner:before {
    content: "";
    background: url(../img/topPageN/icon-arrow_btn_black.svg) no-repeat 100%/100%;
    width: 6px;
    height: 9px;
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
}
.bkMainBtn a:hover .btnArrow .inner:before {
    background: url(../img/topPageN/icon-arrow_btn.svg) no-repeat 100%/100%;
}






ul.discountType{
	margin:0 auto;
	width:92%;
	display: flex;
	flex-wrap: wrap;
	margin:80px auto 70px;
}
ul.discountType li{
	margin-bottom: 3%;
	margin-right: 3%;
	width:48.5%;
	
}
ul.discountType li:nth-of-type(2n){
	margin-right: 0;
}
ul.discountType li h3{
	font-size:24px;
	font-family: "NotoSansJP-Bold";
	color:#000;
}

ul.discountType li h4{
	font-size:14px;
	color:#fff;
	background:#000;
	border-radius:3px;
	width:100%;
	padding:9px 0px;
	margin: 7px 0 10px;
}
ul.discountType li h4 b{
	font-size:1.7em;
	margin-top:3px;
	display:block;
	color:#5fb3d9;
}

.tmpMainBtn a {
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    transition: background-color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    text-align:center;
	background:#eee;
	padding:22px 6%  36px;
	border-radius:14px;
}
.tmpMainBtn a:hover {
    background-color: #ddd;
    color:#000;
}

.tmpMainBtn .btnArrow {
    display: block;
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    width: 36px;
    height: 20px;
    background-color: #000;
    border-radius: 3px;
    box-sizing: border-box;
    transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    position: absolute;
    right: calc(50% - 18px);
    bottom:5px;
    transform: translateY(-50%);
    transition: background-color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition-property: background-color, width;
}
.tmpMainBtn a:hover .btnArrow {
    background-color: #fff;
    width: 20px;
}
.tmpMainBtn .btnArrow .inner {
    position: relative;
    width: 100%;
    height: 100%;
}
.tmpMainBtn .btnArrow .inner:before {
    content: "";
    background: url(../img/topPageN/icon-arrow_btn.svg) no-repeat 100%/100%;
    width: 6px;
    height: 9px;
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
}
.tmpMainBtn a:hover .btnArrow .inner:before {
    background: url(../img/topPageN/icon-arrow_btn_black.svg) no-repeat 100%/100%;
}















ul.accordion_TopPage{
    width: 92%;
    max-width: 900px;
    margin:0 auto;
}

ul.accordion_TopPage li{
    margin: 13px 0;
}

ul.accordion_TopPage li section {
	background:#fff;
	border-radius:14px;
}
ul.accordion_TopPage li section .bgEL{
	background: url(../img/topPageN/iconAdmisson_el.svg) top 15px left 18px no-repeat;
}
ul.accordion_TopPage li section .bgJH{
	background: url(../img/topPageN/iconAdmisson_jh.svg) top 15px left 18px no-repeat;
}
ul.accordion_TopPage li section .bgH{
	background: url(../img/topPageN/iconAdmisson_h.svg) top 15px left 18px no-repeat;
}

ul.accordion_TopPage li section .ACtitleText{
	margin:0 0 0 100px;
}
ul.accordion_TopPage li section .ACtitleText h3{
	font-size:36px;
	font-family: "NotoSansJP-Bold";
	font-weight:bold;
	color:#000;
}
ul.accordion_TopPage li section .ACtitleText p{
	font-size:14px;
	line-height:1.3em;
	margin:7px 20px 0 0;
}

/*アコーディオンタイトル*/
.accordion_TopPage li .title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:1rem;
    font-weight: normal;
    padding: 35px 10px;
    transition: all .5s ease;
}

/*アイコンの＋と×*/
.accordion_TopPage li .title::before,
.accordion_TopPage li .title::after{
    position: absolute;
    content:'';
    width: 24px;
    height: 4px;
    background-color: #000;
    
}
.accordion_TopPage li .title::before{
    bottom:20px;
    right: 15px;
    transform: rotate(0deg);
    
}
.accordion_TopPage li .title::after{    
    bottom:20px;
    right: 15px;
    transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
.accordion_TopPage li .title.close::before{
	transform: rotate(45deg);
}

.accordion_TopPage li .title.close::after{
	transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.accordion_TopPage li .box {
    display: none;/*はじめは非表示*/
    background: #fff;
    border-top:2px solid #eee;
	margin:0 15px 25px;
    padding: 3%;
}
/*********************************
*************** END *************/





/*********************************
写真エリア
*********************************/  

main #pictureArea{
	background:#eee;
	padding:50px 0 60px 0;	
}




main #pictureArea .PA_textArea{
	display:flex;
	flex-wrap:wrap;/*横並び */
	margin:50px auto 30px;
	width: 90%;
	max-width:650px;
}
main #pictureArea .PA_textArea .PA_tA_boxT{
	width: 70%;
}
main #pictureArea .PA_textArea .PA_tA_boxT p{
	color:#444;
	font-size:13px;
	line-height:1.8em;
	width: 90%;
}
main #pictureArea .PA_textArea .PA_tA_boxI{
	width: 30%;
	position: relative;
}
main #pictureArea .PA_textArea .PA_tA_boxI a{	
	display: block;
	text-align:right;
	width:120px;
	height:120px;
	border-radius:50%;
	background: url(../img/topPageN/instaVistCircle.png);
	background-size: contain;
	position: absolute;
	bottom: -60px;
	right: 0;
	z-index:2;
}
main #pictureArea .PA_textArea .PA_tA_boxI a:hover{	
    transform:rotate(360deg);
    transition-duration:0.2s;
    filter: invert(80%);
}
main #pictureArea ul{
	display:flex;
	flex-wrap:wrap;/*横並び */
	margin:40px auto 40px;
	width: 100%;
	max-width:1000px;
}
main #pictureArea ul li{
	width:33.333%;
	margin:0%;	
	position: relative;/* 画像のスタート位置を固定 */
}
main #pictureArea ul li:before{
  content: "";
  display: block;
  padding-top: 100%;
}
main #pictureArea ul li:nth-child(3n) {
	margin-right:0%;
}
main #pictureArea ul img{
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;	
}
main #pictureArea ul li a{
	transition: all 0.25s ease;
}
main #pictureArea ul li a:hover{
	opacity:0.7;
}


a.view-all{
	color:#999;
	width:70%;
	height:50px;
	border-radius:8px;
	border:1px solid #999;
	margin: 50px auto 0px;
	font-size:14px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s;
}
a.view-all:hover{
	color:#fff;
	background-color: #59b1eb;
	border:1px solid #59b1eb;
}


@media only screen and (min-width: 768px) {/* PC用 */
main #pictureArea .PA_textArea .PA_tA_boxT p{
	font-size:15px;
}

}/* PC用END */
/*********************************
*************** END *************/







/*********************************
ニュースエリア
*********************************/
main #newsArea{
	background:#fff;
	padding:20px 0 90px 0;	
}


main #newsArea ul{
	margin:0px auto 0;
	width:92%;
	max-width:800px;
}
main #newsArea ul li{
	padding:25px 0 35px;
	border-bottom:3px solid #eee;
	transition: all 300ms 0s ease;
}
main #newsArea ul li:last-of-type{
	border-bottom:none;
}
main #newsArea ul li:hover{
	background:#eee;
}

main #newsArea ul li a{
	display:block;
}
main #newsArea ul li a .newsDay{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse; /* 横並び逆順 */
	align-items: center;
	padding:0 0 15px;
}

main #newsArea ul li h5{
	margin: 0;
	font-size:14px;
	letter-spacing: 0.4px;
	font-family: "TitilliumWeb-Light";
	color:#999;
	width:calc(100% - 130px);
	text-align:right;
}
main #newsArea ul li h6{
	min-width: 100px;
    text-align: center;
    height: 24px;
    color: #fff;
    background-color: #009BE0;
    font-weight: bold;
    display: inline-block;
    padding: 0 .6em;
    font-size: 12px;
    line-height: 20px;
    width:130px;
    border-radius:3px;
}
main #newsArea ul li a .newsDay{
	display: flex;
	flex-wrap: wrap;	
}
main #newsArea ul li a .newsText{
	display: flex;
	flex-wrap: wrap;	
}
main #newsArea ul li a img{
	margin: 5px 0 0;
	width:30%;
	border-radius:6px;
}
main #newsArea ul li a p{
	margin: 0 0 0 20px;
	font-size:14px;
	line-height:23px;
	color:#000;
	width:calc(70% - 20px);
}
@media only screen and (min-width: 768px) {/* PC用 */
main #newsArea ul li h5{
	font-size:15px;
	width:calc(100% - 160px);
}
main #newsArea ul li h6{
    height: 30px;
    font-size: 15px;
    line-height: 28px;
    width:160px;
    border-radius:5px;
}
main #newsArea ul li a img{
	margin: 5px 0 0;
	width:160px;
	border-radius:10px;
}
main #newsArea ul li a p{
	margin: 0 0 0 40px;
	font-size:15px;
	line-height:30px;
	width:calc(100% - 200px);
}

}















.button_secondary {
    font-weight: bold;
    line-height: 1.5;
    margin:30px 0 0;
}
.button_secondary a {
    background: #fff;
    border: 2px solid #000;
    border-radius: 5px;
    color: #000;
    display: block;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    text-align: left;
    padding: 20px 15px;
    font-size:14px;
    width:92%;
    margin:0 auto;
    transition: 0.25s;
}
.button_secondary a:hover {
    background: #000;
    color: #fff;
}
.button_secondary a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 24px;
    background: url(../img/topPageN/arrow_bk.png) no-repeat;
    background-size: contain;
    width: 44px;
    right: 15px;
}









/*********************************
メインボタン
*********************************/
.news__btn a {
    position: relative;
    display: block;
    width: 100%;
    max-width:450px;
    border: solid 2px #000;
    border-radius: 35px;
    box-sizing: border-box;
    transition: background-color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    text-decoration: none;
    padding: 24px 80px 24px 25px;
    width:92%;
    margin:30px auto 0;
    background-color: #fff;
}
.news__btn a:hover {
    background-color: #000;
}
.news__btn span {
    color: #000;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0.02em;
    transition: color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    font-size:14px;
    font-weight: bold;
}
.news__btn a:hover span {
    color: #fff;
    
}
.news__btn .btnArrow {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 20px;
    background-color: #000;
    border-radius: 3px;
    box-sizing: border-box;
    transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    transition: background-color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition-property: background-color, width;
}
.news__btn a:hover .btnArrow {
    background-color: #fff;
    width: 20px;
}
.news__btn .btnArrow .inner {
    position: relative;
    width: 100%;
    height: 100%;
}
.news__btn .btnArrow .inner:before {
    content: "";
    background: url(../img/topPageN/icon-arrow_btn.svg) no-repeat 100%/100%;
    width: 6px;
    height: 9px;
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
}
.news__btn a:hover .btnArrow .inner:before {
    background: url(../img/topPageN/icon-arrow_btn_black.svg) no-repeat 100%/100%;
}

#admissionArea .news__btn a {
    border-radius: 35px;
    padding: 0px 0px 0px 0px; 
    margin-top:0px;
    background:#5bb6de;
    border:3px solid #000;
    font-family: "NotoSansJP-Bold";
    color:#000;
}
#admissionArea .news__btn span {
    font-size: 11px;
}
#admissionArea .news__btn span b{
    font-size: 1.8em;
    display: block;
}
#admissionArea .news__btn span .btnIcon{
    background: url(../img/topPageN/btn_AdmissionImg.svg) left 3px center no-repeat; 
    padding: 13px 0 15px 65px;   
}

@media only screen and (min-width: 768px) {/* PC用 */
.news__btn a {
    margin:60px auto 0;
}
.news__btn span {
    font-size: 16px;
}
#admissionArea .news__btn a {
    border-radius: 45px;
    padding: 0px 0px 0px 0px; 
    margin-top:0px;
    margin-bottom:60px;
    max-width:500px;
}
#admissionArea .news__btn span {
    font-size: 14px;
}
#admissionArea .news__btn span b{
    font-size: 2em;
}
#admissionArea .news__btn span .btnIcon{
    background: url(../img/topPageN/btn_AdmissionImg.svg) left 6px center no-repeat; 
    background-size: 80px;
    padding: 16px 0 18px 95px;   
}
}
/*********************************
*************** END *************/










/*********************************
コンテンツエリア
*********************************/
#contentsArea{
	background:#eee;
	padding:50px 0 60px 0;	
}

.explanationCON {
	margin:30px auto 50px;
	width:80%;
	max-width:650px;
	color:#222;
	font-size:12px;
	line-height:1.8em;
}
#contentsArea .content{
	padding: 0 0 30px;
	text-align:center;
}
#contentsArea .content h2{
	border-bottom:3px solid #fff;
	padding:0 0 20px;
	width:92%;
	display:inline-block;	
	font-size:20px;
	font-family: "NotoSansJP-Bold";
	color:#222;
	margin:0 auto 20px;
}

/*********************************
ul.banner{
	display:flex;
	flex-wrap:wrap;
	margin:0 5%;
}
ul.banner li{
	width: 49%;
	background: #fff;
	border-bottom:2px solid #001e69;
	
}

ul.banner img{
	width: 100%;
	margin: 0;
}
ul.banner p{
	width: 86%;
	margin: 15px 7% 28px;
	font-size:12px;
	line-height:21px;
	color:#111;
}
ul.banner li:nth-child(2n-1){
	margin:0 1% 2% 0;
}
ul.banner li:nth-child(2n){
	margin:0 0 2% 1%;
}
*********************************/

#contentsArea .slideBanner{
	background:url(../img/HeaderFooterN/arrowNewBg_bk.svg) right 15px bottom 15px no-repeat,
				#fff;
	padding-bottom:40px;
	transition: all 0.3s ease;
	border-radius:6px;
}
#contentsArea .slideBanner:hover{
	background:url(../img/HeaderFooterN/arrowNewBg_bk.svg) right 15px bottom 15px no-repeat,
				#ddd;	
}
#contentsArea .slideBanner:hover img{
	opacity:0.7;
}
#contentsArea .slideBanner img{
	width: 100%;
	margin: 0;
	border-radius:6px 6px 0 0;
}
#contentsArea .slideBanner .slideP{
	padding:25px 10% 0;
	height:80px;
}
#contentsArea .slideBanner .slideP p{
	font-size:14px;
	line-height:1.8em;
	color:#111;
	text-align:left;
}


#contentsArea .slider {
    width: 100%;
    margin: 0 auto 70px;
  }
#contentsArea .slick-slide img {
    width: 100%;
    height: auto;
  }
#contentsArea .mypattern{
    width: 100%;
  }
#contentsArea .mypattern .slick-slide{
    margin: 15px;
  }
  
@media only screen and (max-width: 767px) {/* スマホ用 */
#contentsArea .mypattern .slick-slide:not(.slick-center) {
  filter: grayscale(100%) opacity(50%);
  transition: 0.5s linear;
}
}

#contentsArea .mypattern .slick-dots li button:before{/*ボタンドット */
    color: #fff;
    opacity: 1;
    font-size: 12px;
}
#contentsArea .mypattern .slick-dots li.slick-active button:before{/*ボタンドット・アクティブ */
    opacity: 1;
    color: #009BE0;
}
#contentsArea .slick-arrow {
  position: absolute;

  bottom: -30px;
  margin: auto;
}
#contentsArea .prev-arrow {
  left: 20px;
  z-index: 10;
  width:30px;
}
#contentsArea .next-arrow {
  right: 20px;
  z-index: 10;
    width:30px;
}


@media only screen and (min-width: 768px) {/* PC用 */
#contentsArea .explanationCON {
	font-size:15px;
}
#contentsArea .content h2{
	font-size:26px;
	line-height:50px;
	margin:0 auto 25px;
	color:#777;
}
}
/*********************************
*************** END *************/










/*********************************
コンタクトエリア
*********************************/
#contactArea{
	background:#ddd;
	padding:50px 0 170px 0;	
}

#contactArea ul{
	width:92%;
	max-width:800px;
	margin:40px auto 0;
	display:flex;
	flex-wrap:wrap;/*横並び */
}
#contactArea ul li{
	width:32%;
	margin-right:2%;
	margin-bottom:2%;
	border-radius:7px;
	text-align: center;	
	background:#fff;
	transition: all 0.25s ease;
}
#contactArea ul li:hover{	
	background:#ebeef7;
}
#contactArea ul li:nth-child(1) a{
	background: url(../img/topPageN/iconNew_document.svg) top 20px center no-repeat;
}
#contactArea ul li:nth-child(2) a{
	background: url(../img/topPageN/iconNew_blackboard.svg) top 20px center no-repeat;
}
#contactArea ul li:nth-child(3) a{
	background: url(../img/topPageN/iconNew_mail.svg) top 20px center no-repeat;
}
#contactArea ul li:nth-child(4) a{
	background: url(../img/topPageN/iconNew_map.svg) top 20px center no-repeat;
}
#contactArea ul li:nth-child(5) a{
	background: url(../img/topPageN/iconNew_catalog.svg) top 20px center no-repeat;
}
#contactArea ul li:nth-child(6) a{
	background: url(../img/topPageN/iconNew_telephone.svg) top 20px center no-repeat;
}
#contactArea ul li:nth-child(3n){
	margin-right:0;
}
#contactArea ul li a{
	display:block;
	padding:110px 5px 15px;
	font-size:12px;
	color:#000;
	font-family: "NotoSansJP-Bold";
}

@media only screen and (min-width: 768px) {/* PC用 */
#contactArea ul li a{
	display:block;
	padding:120px 5px 25px;
	font-size:16px;	
}
}

/***コンタクトページ用設定***/
#contactPage #contactArea{
	background:#fff;
	padding:170px 0 70px 0;	
}
@media only screen and (min-width: 768px) {/* PC用 */
#contactPage #contactArea{
	padding:140px 0 70px 0;	
}
}
/*********************************
*************** END *************/





































/*********************************
下のバナーエリア
*********************************/
.banner{
  width: 100%;
  height:125px;
  background:#fff;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.4));
  position: fixed;
  left:0;
  bottom:0;
  transition: 0.75s;
  z-index:50;
}
.banner:before {
    content: "";
    position: absolute;
    background: url(../images/vispoHoozue.svg) top center no-repeat;
    width: 100%;
    height: 60px;
    top:-54px;
    z-index: 52;
}

.banner.hide {
  transform:translateY(170px);
}


.linkButton{
	width: 90%;
	max-width:550px;
	margin:20px auto 0;
	display: flex;
	flex-wrap:  wrap;
}
.linkButton a{
	width: 50%;
	display:block;	
	color:#fff;
	height:50px;
	padding:10px 0;
}
.linkButton a.student{
	background:url(../img/topPageN/moveFooterLink_student.svg) center center no-repeat,
				#009BE0;
	border-radius:20px 0 0 20px;
}
.linkButton a.visitor{
	background:url(../img/topPageN/moveFooterLink_visitor.svg) center center no-repeat,
				#003D85;
	border-radius:0 20px 20px 0;
}

.snsButton{
	width: 138px;
	margin:13px auto;
	display: flex;
	flex-wrap:  wrap;
}
.snsButton a{
	width: 30px;	
	height:26px;
	display:block;
	margin:0 8px;
}
.snsButton a.twitter{
	background:url(../images/iconBanner_twitter.svg) center center no-repeat;
}
.snsButton a.instagram{
	background:url(../images/iconBanner_insta.svg) center center no-repeat;
}
.snsButton a.line{
	background:url(../images/iconBanner_line.svg) center center no-repeat;
}



@media only screen and (min-width: 768px) {/* PC用 */
.banner{
  height:160px;
}
.banner:before {
    content: "";
    position: absolute;
    background: url(../images/vispoHoozue.svg) top center no-repeat;
    background-size:136px;
    width: 100%;
    height: 86px;
    top:-74px;
    z-index: 52;
}

.banner.hide {
  transform:translateY(220px);
}
.linkButton{
	margin:25px auto 15px;
}
.linkButton a{
	height:70px;
	padding:20px 0;
}
.linkButton a.student{
	background:url(../img/topPageN/moveFooterLink_student.svg) center center no-repeat,
				#009BE0;
	background-size:140px;
	border-radius:25px 0 0 25px;
}
.linkButton a.visitor{
	background:url(../img/topPageN/moveFooterLink_visitor.svg) center center no-repeat,
				#003D85;
	background-size:140px;
	border-radius:0 25px 25px 0;
}
.snsButton{
	width: 174px;
	margin:10px auto 5px;
}
.snsButton a{
	width: 34px;	
	height:34px;
	margin:0 12px;
}
.snsButton a.twitter{
	background:url(../images/iconBanner_twitter.svg) center center no-repeat;
	background-size:34px;
}
.snsButton a.instagram{
	background:url(../images/iconBanner_insta.svg) center center no-repeat;
	background-size:34px;
}
.snsButton a.line{
	background:url(../images/iconBanner_line.svg) center center no-repeat;
	background-size:34px;
}

}







/*=========================
アコーディオンボタン
=========================*/
.ac_Btn .ac_Title {
	background: #222;
	color: #fff;
	font-size: 11px;
	letter-spacing:0.15em;
	padding: 10px 5px;
	margin:10px auto 0;
	text-align: center;
	position: relative;
	z-index: +1;
	cursor: pointer;
	transition-duration: 0.2s;
}
.ac_Btn .ac_Title:hover {
	opacity: .7;
	letter-spacing:0.3em;
}
.ac_Btn .ac_Title .plusIcon {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	right: -8px;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	box-sizing: border-box;
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
}
.ac_Btn .ac_Title .plusIcon .iconForm {
	display: block;
	width: 14px;
	height: 14px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
	position: relative;
}
.ac_Btn .ac_Title.open .plusIcon {
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}
.ac_Btn .ac_Title .plusIcon .iconForm:before,
.ac_Btn .ac_Title .plusIcon .iconForm:after {
	display: flex;
	content: '';
	background-color: #fff;
	width: 14px;
	height: 2px;
	position: absolute;
	top: 6px;
	left: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transform-origin: center center;
}
.ac_Btn .ac_Title .plusIcon .iconForm:before {
	width: 2px;
	height: 14px;
	top: 0;
	left: 6px;
}
.ac_Btn .ac_Title.open .plusIcon .iconForm:before {
	content: none;
}
.ac_Btn .ac_Title.open .plusIcon .iconForm:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.ac_Btn .ac_Inner {
	display: none;
	padding: 0px 7% 20px;
	background:#eee;
	box-sizing: border-box;
}

.ac_Btn .ac_Inner .box {

}
.ac_Btn .ac_Inner p.txt {
	margin: 0;
}

/* 学年ボタンの色変更 */
ul.CO_list li .wrapPrice .ac_Btn a{
	font-size:12px;
	width:70%;
	padding:14px 0;	
}
ul.CO_list li .wrapPrice ul.CO_class li .box a{
	width:100%;
	margin:0 auto 0;
	text-align:center;
	font-size:12px;
	padding:14px 0;
	margin:20px auto 0;
	background:#001e69;
}
ul.CO_list li .wrapPrice ul.CO_class li .box a:hover {
    opacity:0.7;
}
ul.CO_list li .wrapPrice ul.CO_class li .box a > span::before {
    right: 0;
    width: 14px;
    background-color: white;
}
ul.CO_list li .wrapPrice ul.CO_class li .box a:hover > span::before {
    width: 5px;
}
/*********************************
*************** END *************/












/*********************************
**********************************
通常ページ用設定
**********************************
*********************************/

#regularArea{
	background:#fff;
	padding:170px 0 20px 0;	
}
#regularArea .textArea{
	width:90%;
	margin:0 auto;
	max-width:900px;	
}
#regularArea p{
	color:#444;
	font-size:14px;
	line-height:1.8em;
	padding:40px 0 20px;
}
#regularArea h3{
	text-align:center;
	font-family: "OpenSans-ExtraBold";
	font-size:40px;
	color:#bbb;
}
#regularArea h1{
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#666;
	margin:20px 0 0px;
}
#regularArea .textArea article{
	padding:30px 0 40px;
	border-bottom:1px solid #eee;	
}
#regularArea .textArea article:last-child {
	border-bottom:none;	
}
#regularArea h2{
	text-align:left;
	font-size:20px;
	font-weight:bold;
	color:#2f353d;
	margin:20px 0;
	line-height:1.5em;
	padding-bottom:15px;
	background: url(../img/GeneralPage/regularTextBar.svg) bottom left no-repeat;
}
#regularArea .textArea article p{
	color:#444;
	font-size:14px;
	line-height:1.8em;
	padding:0;
}
#regularArea .textArea article p a{
	border-bottom:1px solid #444;
}
#regularArea .textArea article p a:hover{
	color:#999;
	border-bottom:1px solid #999;
}
#regularArea .textArea ul li{
	color:#444;
	font-size:14px;
	line-height:1.7em;
	margin-bottom:30px;
}
#regularArea .textArea ul.liststyle{
	margin-top:20px;
}
#regularArea .textArea ul.liststyle li{
	padding-left:14px;
	background: url(../img/GeneralPage/liststyle_disc.svg) top left no-repeat;
}

/******お知らせページ用*******/
main#informationPage{
	padding:160px 0 20px 0;	
}
@media only screen and (min-width: 768px) {/* PC用 */
main#informationPage{
	padding:140px 0 20px 0;	
}
}
/******イベントページ用*******/
main#eventPage{
	padding:160px 0 60px 0;	
	margin:-40px 0 -120px;
}
@media only screen and (min-width: 768px) {/* PC用 */
main#eventPage{
	padding:140px 0 70px 0;	
	margin:-60px 0 -155px;
}
}

/*********************************
コンテンツページ設定
*********************************/
#contentsPage{
	background:#e4e6eb;
	padding:70px 0 150px 0;	
	margin:-40px 0 -120px;	
}

#contentsPage h3{
	text-align:center;
	font-family: "OpenSans-ExtraBold";
	font-size:40px;
	color:#bbb;
}
#contentsPage h4{
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#666;
	margin:20px 0 40px;
}
#contentsPage .explanationCON {
	margin:30px auto 50px;
	width:80%;
	max-width:650px;
	color:#444;
	font-size:13px;
	line-height:1.8em;
}
#contentsPage .content{
	border-top:1px solid #fff;
	padding: 0 0 90px;
	text-align:center;
}
#contentsPage .content h2{
	border-top:3px solid #fff;
	display:inline-block;	
	font-size:20px;
	line-height:40px;
	color:#555;
	font-weight:bold;
	margin:0 auto 20px;
}

#contentsPage .bannerArea{
	display:flex;
	flex-wrap:wrap;
	margin:0 auto;
	width:94%;
	max-width:1000px;
}
#contentsPage .bannerArea .slideBanner{
	background: #fff;
	border-bottom:4px solid #001e69;
	
}

#contentsPage .bannerArea img{
	width: 100%;
	margin: 0;
}
#contentsPage .slideBanner .slideP{
	padding:25px 0 0;
}
#contentsPage .bannerArea .slideP p{
	width: 90%;
	margin: 0px auto 0px;
	font-size:12px;
	line-height:1.7em;
	color:#111;
	text-align:left;
}
#contentsPage .bannerArea .slideBanner{
	background:url(../img/topPage/iconLinkArrow.svg) right 10px bottom 10px no-repeat,
				#fff;
	padding-bottom:40px;
	transition: all 0.3s ease;	
}
#contentsPage .slideBanner:hover{
	background:url(../img/topPage/iconLinkArrow.svg) right 10px bottom 10px no-repeat,
				#bfc5d9;	
}
#contentsPage .slideBanner:hover img{
	opacity:0.7;
}

@media only screen and (max-width: 699px) {/* PC用 */
#contentsPage .bannerArea .slideBanner{
	width: 49%;
}
#contentsPage .bannerArea .slideBanner:nth-child(2n-1){
	margin:0 1% 2% 0;
}
#contentsPage .bannerArea .slideBanner:nth-child(2n){
	margin:0 0 2% 1%;
}
}
@media only screen and (min-width: 700px) {/* PC用 */
#contentsPage .bannerArea .slideBanner{
	width: 32%;
	margin-right:2%;
	margin-bottom: 2%;	
}
#contentsPage .bannerArea .slideBanner:nth-child(3n){
	margin-right:0;	
}
}
@media only screen and (min-width: 1000px) {/* PC用 */
#contentsPage .bannerArea .slideBanner{
	width: 24%;
	margin-right:1.3333%;
	margin-bottom: 2%;	
}
#contentsPage .bannerArea .slideBanner:nth-child(3n){
	margin-right:1.3333%;
}
#contentsPage .bannerArea .slideBanner:nth-child(4n){
	margin-right:0;	
}
}

@media only screen and (min-width: 768px) {/* PC用 */
#contentsPage{	
	margin:-60px 0 -120px;
	padding:50px 0 70px 0;		
}
.explanationCON {
	font-size:14px;
}
#contentsPage .content h2{
	border-top:5px solid #fff;	
	font-size:26px;
	line-height:50px;
	margin:0 auto 25px;
	color:#777;
}
}
/*********************************
*************** END *************/







