@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);


.clearfix:after {
	content:"";
	display:block;
	clear:both;
}

.clearfix {
	width:100%;
	overflow:visible;
}


.floatL {
	float: left;
}

.floatR {
	float: right;
}

.outview{
	transform: translate(0,100px);
	-webkit-transform: translate(0,100px);
	transition: all 2s ease;
	-webkit-transition: all 2s ease;
	opacity: 0;
}

.inview{
	opacity: 1;
	transform: translate(0,0px);
	-webkit-transform: translate(0,0px);
}

.backInLeftAreaWap{
	-webkit-animation: SlideInLeftAreaWap 3s;
    -webkit-animation-duration: 2s;
}


/* CSSアニメーションの設定 */
@keyframes SlideInLeftAreaWap {
  0% {
    opacity: 0;/*初期状態では透明に*/
    transform: translateX(50%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.backInLeft{
	-webkit-animation: SlideInLeft 3s;
    -webkit-animation-duration: 2s;
}


/* CSSアニメーションの設定 */
@keyframes SlideInLeft {
  0% {
    opacity: 0;/*初期状態では透明に*/
    transform: translateX(0);
  }

  100% {
    opacity: 1;
    transform: translateX(-50%);
  }
}

.backInRight{
	-webkit-animation: SlideInRight 3s;
    -webkit-animation-duration: 2s;
}


/* CSSアニメーションの設定 */
@keyframes SlideInRight {
  0% {
    opacity: 0;/*初期状態では透明に*/
    transform: translateY(200px);
    -webkit-transform: translateY(200px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}



/*.outview{
	transform: translate(0,100px);
	-webkit-transform: translate(0,100px);
	transition: all 2s ease;
	-webkit-transition: all 2s ease;
	opacity: 0;
}

.inview{
	opacity: 1;
	transform: translate(0,0px);
	-webkit-transform: translate(0,0px);
}*/


.backInRightFeatureWap_first{
	-webkit-animation: SlideInRightFeatureWap_first 2s;
    -webkit-animation-duration: 1s;
}


/* CSSアニメーションの設定 */
@keyframes SlideInRightFeatureWap_first {
  0% {
    opacity: 0;/*初期状態では透明に*/
    transform: translateY(200px);
    -webkit-transform: translateY(200px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

.backInRightFeatureWap_second{
	-webkit-animation: SlideInRightFeatureWap_second 2s;
    -webkit-animation-duration: 1.5s;
}


/* CSSアニメーションの設定 */
@keyframes SlideInRightFeatureWap_second {
  0% {
    opacity: 0;/*初期状態では透明に*/
    transform: translateY(200px);
    -webkit-transform: translateY(200px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

.backInRightFeatureWap_third{
	-webkit-animation: SlideInRightFeatureWap_third 2s;
    -webkit-animation-duration: 2s;
}


/* CSSアニメーションの設定 */
@keyframes SlideInRightFeatureWap_third {
  0% {
    opacity: 0;/*初期状態では透明に*/
    transform: translateY(200px);
    -webkit-transform: translateY(200px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}


.backInLeftMovieWap{
	-webkit-animation: SlideInLeftMovieWap 3s;
    -webkit-animation-duration: 2s;
}


/* CSSアニメーションの設定 */
@keyframes SlideInLeftMovieWap {
  0% {
    opacity: 0;/*初期状態では透明に*/
    transform: translateY(200px);
    -webkit-transform: translateY(200px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

.backInRightCalenderWap{
	-webkit-animation: SlideInRightCalenderWap 3s;
    -webkit-animation-duration: 2s;
}


/* CSSアニメーションの設定 */
@keyframes SlideInRightCalenderWap {
  0% {
    opacity: 0;/*初期状態では透明に*/
    transform: translateY(200px);
    -webkit-transform: translateY(200px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

.backInLeftTraialLessonWap{
	-webkit-animation: SlideInLeftTraialLessonWap 3s;
    -webkit-animation-duration: 2s;
}


/* CSSアニメーションの設定 */
@keyframes SlideInLeftTraialLessonWap {
  0% {
    opacity: 0;/*初期状態では透明に*/
    transform: translateY(200px);
    -webkit-transform: translateY(200px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}



.telUrl {
	cursor: default;
}

.telUrl:hover {
	text-decoration: none;
	cursor: default;
}

/*独自クラス（用編集）*/

* {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-family: "Noto Sans JP", serif;
/*	font-family: Verdana,Arial,Helvetica,sans-serif,"Hiragino Kaku Gothic Pro","Osaka","lroSVbN";*/
}


.kasanemarugo{
	font-family: "ta-kasanemarugo", sans-serif !important;
	font-weight: 400;
	font-style: normal;
}

.josefin-sans{
	font-family: "Josefin Sans", serif !important;
	font-weight: 400;
	font-style: normal;
}

body {
	background-color: #ffffff;
/*	color: #666666;*/
	color: #20383f;
	font-size: 12px;
}

ul {
	list-style-type: none;
}

a {
	color: #db0000;
	text-decoration: none;
}

a:hover {
	color: #6964af;
	text-decoration: underline;
}

.spn {
	display: none;
}

.tablet {
	display: none;
}

.pc {
	display: block;
}

/*footer下部固定*/
html,body{
	height:100%;
}
#wrap{
	width: 100%;
	position: relative;
	height:auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
	background-color: #5bdfef;
	overflow: hidden;
}

#header,
#header2,
#continer, 
#footer{
	width: 100%;
	margin: 0 auto;
}

@media screen and (max-width: 1400px){
	
	#header,
	#header2,
	#continer, 
	#footer{
		width: 100%;
		margin: 0 auto;
	}
} 

#continer{
/*	padding-bottom:600px;*/
	/*フッターの高さと同じ*/
}
#footer{
	position:absolute;
	bottom:0;
}

.bg_star_right img{
	display: none;
}

.bg_star_left img{
	display: none;
}

/* INNER
------------------------------------------------------------------------------*/

#headerInner,
#gNav,
#mainVisualInner,
#content,
#footerInner {

}





/* HEADER
------------------------------------------------------------------------------*/

#header{
	position: absolute;
	z-index: 50;
}

#header header {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}

#header header #headerInner {

}

#header header #headerInner #site-title {
	/*width: 286px;
	height: 240px;*/
    width: 15vw;
    height: 12.6vw;
	margin-right: 100px;
	background: url( ../img/header/logo_new.png ) no-repeat center;
    background-size: cover;
	padding: 0;
	margin: 0;
	border-bottom: none;
	position: relative;
}

#header header #headerInner #site-title span {
	display: block;
	color: #20383f;
    /* 6px @ 1024px increasing to 11px @ 1920px */
    font-size: calc(0.375rem + ((1vw - 10.24px) * 0.558));
    /* Note: The calc base value (0.375rem) MUST be stated in REM to maintain accessibility */
    /* Where: 0.558 = 100 * font-size_difference / viewport_width_difference */
    position: absolute;
    top: 7.03125vw;
    left: 1.61458333vw;
	/*width: 200px;
	height: 71px;
	text-indent: -9999px;
	overflow: hidden;*/
}



#header2 {
	display: none;
  position: fixed;
  height: 6.25vw;
/*    height: 6.77083333vw;*/
  top: 0;
  left: 0;
	z-index: 1070;
	background-color: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(3px);
}

#header2 header {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}

#header2 header #headerInner {

}

#header2 header #headerInner #site-title {
    width: 10.4166667vw;
    height: 8.75vw;
	margin-right: 100px;
	background: url( ../img/header/logo_new.png ) no-repeat center;
    background-size: cover;
	padding: 0;
	margin: 0;
	border-bottom: none;
}

#header2 header #headerInner #site-title span {
	display: block;
	width: 200px;
	height: 71px;
	text-indent: -9999px;
	overflow: hidden;
}



/* GLOBAL NAVIGATION
------------------------------------------------------------------------------*/
#header header .main-nav{
	margin-top: 10px;
}

#header header .main-nav ul{
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	align-items: center;
    margin-top: 1.5625vw;
}

#header header .main-nav ul li a{
	color: #fff;
	/* 12px @ 1025px increasing to 16px @ 1920px */
	font-size: calc(0.75rem + ((1vw - 10.25px) * 0.4469));
    /* Note: The calc base value (0.75rem) MUST be stated in REM to maintain accessibility */
    /* Where: 0.4469 = 100 * font-size_difference / viewport_width_difference */
    font-weight: 600;
}

#header header .main-nav ul li.menuContactBtn{
	margin-right: 30px;
	position: relative;
}

#header header .main-nav ul li.menuContactBtn:before{
	content: "＼無料体験レッスン・資料請求の／";
	display: block;
	text-align: center;
	/* 12px @ 1025px increasing to 16px @ 1920px */
	font-size: calc(0.75rem + ((1vw - 10.25px) * 0.4469));
    /* Note: The calc base value (0.75rem) MUST be stated in REM to maintain accessibility */
    /* Where: 0.4469 = 100 * font-size_difference / viewport_width_difference */
    font-weight: 600;
    position: absolute;
    top: -1.3vw;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

#header header .main-nav ul li.menuContactBtn a{
	/* 14px @ 1025px increasing to 22px @ 1920px */
/*	font-size: calc(0.875rem + ((1vw - 10.25px) * 0.8939));*/
    /* Note: The calc base value (0.875rem) MUST be stated in REM to maintain accessibility */
    /* Where: 0.8939 = 100 * font-size_difference / viewport_width_difference */
    /* 14px @ 768px increasing to 20px @ 1920px */
	font-size: calc(0.875rem + ((1vw - 7.68px) * 0.5208));
	/* Note: The calc base value (0.875rem) MUST be stated in REM to maintain accessibility */
    /* Where: 0.5208 = 100 * font-size_difference / viewport_width_difference */
	background-color: #20383f;
	border-radius: 50px;
	padding: 0.833333333vw 0.78125vw;
	display: flex;
	align-items: center;
	text-decoration: none;
	font-weight: bold;
}

#header header .main-nav ul li.menuContactBtn a span{
	    margin-bottom: 0.0520833333vw;
}

#header header .main-nav ul li.menuContactBtn a:hover{
	transition: 1s;
	opacity: 0.7;
}


#header header .main-nav ul li.menuContactBtn a:before{
	content: "";
	display: inline-block;
	background-image: url(../img/common/top_header_mail_icon.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 1.5625vw;
    height: 1.19791667vw;
	margin-right: 1.614583333vw;
	margin-left: 0.416666667vw;
}

#header header .main-nav ul li.menuContactBtn a:after{
	content: "";
	display: inline-block;
	background-image: url(../img/common/top_header_mailArrow_icon.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 2.08333333vw;
	height: 2.08333333vw;
	margin-left: 1.614583333vw;
}

@media screen and (max-width: 1440px){

	#header header .main-nav ul{
	    margin-top: 2.08333333vw;
	}

	#header header .main-nav ul li.menuContactBtn:before{
	    top: -1.5vw;
	}

} 


/*header2*/
#header2 header .main-nav{
	margin-top: 10px;
}

#header2 header .main-nav ul{
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	align-items: center;
	margin-top: 1.5625vw;
}

#header2 header .main-nav ul li a{
	color: #20383f;
	/* 12px @ 1025px increasing to 16px @ 1920px */
	font-size: calc(0.75rem + ((1vw - 10.25px) * 0.4469));
    /* Note: The calc base value (0.75rem) MUST be stated in REM to maintain accessibility */
    /* Where: 0.4469 = 100 * font-size_difference / viewport_width_difference */
    font-weight: 600;
}

#header2 header .main-nav ul li.menuContactBtn{
	margin-right: 30px;
	position: relative;
}

#header2 header .main-nav ul li.menuContactBtn:before{
	content: "＼無料体験レッスン・資料請求の／";
	display: block;
	text-align: center;
	/* 12px @ 1025px increasing to 16px @ 1920px */
	font-size: calc(0.75rem + ((1vw - 10.25px) * 0.4469));
    /* Note: The calc base value (0.75rem) MUST be stated in REM to maintain accessibility */
    /* Where: 0.4469 = 100 * font-size_difference / viewport_width_difference */
    font-weight: 600;
    position: absolute;
    top: -1.3vw;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

#header2 header .main-nav ul li.menuContactBtn a{
	color: #fff;
	/* 14px @ 1025px increasing to 22px @ 1920px */
	/*	font-size: calc(0.875rem + ((1vw - 10.25px) * 0.8939));*/
	/* Note: The calc base value (0.875rem) MUST be stated in REM to maintain accessibility */
    /* Where: 0.8939 = 100 * font-size_difference / viewport_width_difference */
	/* 14px @ 768px increasing to 20px @ 1920px */
	font-size: calc(0.875rem + ((1vw - 7.68px) * 0.5208));
	/* Note: The calc base value (0.875rem) MUST be stated in REM to maintain accessibility */
    /* Where: 0.5208 = 100 * font-size_difference / viewport_width_difference */
	background-color: #20383f;
	border-radius: 50px;
	padding: 0.833333333vw 0.78125vw;
	display: flex;
	align-items: center;
	text-decoration: none;
	font-weight: bold;
}

#header2 header .main-nav ul li.menuContactBtn a span{
	    margin-bottom: 0.0520833333vw;
}

#header2 header .main-nav ul li.menuContactBtn a:hover{
	transition: 1s;
	opacity: 0.7;
}


#header2 header .main-nav ul li.menuContactBtn a:before{
	content: "";
	display: inline-block;
	background-image: url(../img/common/top_header_mail_icon.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 1.5625vw;
    height: 1.19791667vw;
	margin-right: 1.614583333vw;
	margin-left: 0.416666667vw;
}

#header2 header .main-nav ul li.menuContactBtn a:after{
	content: "";
	display: inline-block;
	background-image: url(../img/common/top_header_mailArrow_icon.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 2.08333333vw;
	height: 2.08333333vw;
	margin-left: 1.614583333vw;
}

@media screen and (max-width: 1440px){

	#header2{
		height: 6.94444444vw;
	}

	#header2 header .main-nav ul{
	    margin-top: 2.08333333vw;
	}

	#header2 header .main-nav ul li.menuContactBtn:before{
	    top: -1.5vw;
	}

} 

/* continer
------------------------------------------------------------------------------*/

#continer {
	width: 1000px;
	margin: 0 auto 0;
}

#content p {
	line-height: 2.0;
	margin-bottom: 10px;
	padding-left: 30px;
}

#content h3 {
	min-height: 41px;
	height: auto;
	font-size: 15.21px;
	line-height: 41px;
	text-indent: 45px;
	font-weight: bold;
	margin-top: 15px;
	padding: 0 0 15px 10px;
	background: url("../img/common/squirrel_icon.jpg") no-repeat;
}


#singleContent p {
	line-height: 2.0;
	margin-bottom: 10px;
	padding-left: 30px;
}

#singleContent .singleContentInner .contentTxt h2{
	color: #20383f;
	background-image: none;
	font-weight: bold;
  border-left: solid #5bdfef 3px;
  border-bottom: none;
}

/*#singleContent h3 {
	min-height: 41px;
	height: auto;
	font-size: 15.21px;
	line-height: 41px;
	text-indent: 45px;
	font-weight: bold;
	margin-top: 15px;
	padding: 0 0 15px 10px;
	background: url("../img/common/squirrel_icon.jpg") no-repeat;
}*/


.contentTxt {
/*	margin-bottom: 40px;*/
	padding-bottom: 40px;
}

.breadcrumb {
	padding: 10px 0;
}

#continer h2{
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 200;
	color: #db0000;
	background: url(../img/common/hbg.png) left no-repeat;
	height: 20px;
	line-height: 20px;
	font-size: 20px;
	border-bottom: solid #fc6273 3px;
	padding-left: 30px;
	padding-bottom: 4px;
	margin: 10px 0;
	vertical-align: bottom;
}

#content {
/*	float: left;*/
	float: none;
	width: 100%;
/*	padding-top: 30px;*/
	background-repeat: no-repeat;
	background-image: url(../img/common/school_top_bg.png);
	background-size: contain;	
	background-color: #fff;
/*	padding-top: 100px;*/
	padding-top: 5.21375vw;
	padding-bottom: 200px;
}


@media screen and (min-width: 1025px) and (max-width: 1400px) {

	#content {
		padding-top: 150px;
	}

}


#content .contentInner{
/*	width: 660px; 旧コンテンツ幅*/
	max-width: 960px;
	width: 68.279vw;
	margin: 50px auto 0;
}


#content h1{
	font-family: 'Noto Sans Japanese', sans-serif;
	color: #db0000;
	font-weight: 100;
	font-size: 29px;

	line-height: 50px;
	padding: 5px;
	height: 50px;
	margin-bottom: 30px;
	border-top: solid #fc6273 3px;

	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 63%, #f2f2f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(63%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 63%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 63%,#f2f2f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 63%,#f2f2f2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 63%,#f2f2f2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */


}

#singleContent {
/*	float: left;*/
	float: none;
	width: 100%;
/*	padding-top: 30px;*/
	background-repeat: no-repeat;
	background-image: url(../img/common/school_top_bg.png);
	background-size: contain;	
	background-color: #fff;
/*	padding-top: 100px;*/
	padding-top: 5.21375vw;
	padding-bottom: 200px;
}

#singleContent .singleContentInner{
	width: 50vw;
	max-width: 960px;
	padding: 1.5625vw;
	background-color: #fff;
  border-radius: 30px;
	box-sizing: border-box;
	position: relative;
	border: 1px solid #19cfe5;
	margin: 0 auto;
}


#singleContent  .singleContentInner .date{
	font-size: 16px;
	color: #19cfe5;
 	font-family: "Josefin Sans", serif !important;
	font-weight: 400;
	font-style: normal;
	padding: 0.78125vw 0.78125vw 0.52083333vw;
  letter-spacing: 1px;
}

#singleContent  .singleContentInner h1.newsMainTitle{
	font-family: 'Noto Sans Japanese', sans-serif;
	font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
	color: #20383f;
	font-size: 26px;
/*	line-height: 50px;*/
	padding: 0 0.78125vw 2.60416667vw;
/*	height: 50px;*/
}

#singleContent  .singleContentInner .thumbnailImg{
	max-width: 880px;
/*	max-height: 464px;*/
	margin: 1.5625vw auto;
  border-radius: 25px;
  overflow: hidden;
}

#singleContent  .singleContentInner .thumbnailImg img{
	max-width: 100%;
	width: 100%;
	height: auto;
}

#singleContent  .singleContentInner .contentTxt p{
/*	font-size: 15px;*/
	/* 8.5px @ 1024px increasing to 15.92px @ 1920px */
	font-size: calc(0.53125rem + ((1vw - 10.24px) * 0.8281));
	/* Note: The calc base value (0.53125rem) MUST be stated in REM to maintain accessibility */
	/* Where: 0.8281 = 100 * font-size_difference / viewport_width_difference */
	font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

#singleContent  .singleContentInner .pageNation{
	display: flex;
	justify-content: space-between;
    align-items: center;
    max-width: 530px;
    width: 27.60416667vw;
    margin: 0 auto;
}


#singleContent  .singleContentInner .pageNation a{
	color: #20383f;
	border-bottom: 1px solid #20383f;
  padding-bottom: 5px;
	/* 9.07px @ 1024px increasing to 17px @ 1920px */
	font-size: calc(0.566875rem + ((1vw - 10.24px) * 0.885));
  /* Note: The calc base value (0.566875rem) MUST be stated in REM to maintain accessibility */
  /* Where: 0.885 = 100 * font-size_difference / viewport_width_difference */
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
	position: relative;
	overflow: visible;
}

#singleContent  .singleContentInner .pageNation a:hover{
	text-decoration: none;
	opacity: 0.6;
	transition: 1s;
}

#singleContent  .singleContentInner .pageNation .prevBtn{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    min-width: 3.54010417vw;
}

#singleContent  .singleContentInner .pageNation .prevBtn a:before{
	content: "";
	display: block;
	width: 2.60416667vw;
	height: 2.60416667vw;
	background-image: url(../img/common/pagination_prevPage.png);	
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 15px;
	position: absolute;
	left: -3.38541667vw;
	top: -0.52083333vw;
}

#singleContent  .singleContentInner .pageNation .infoListBtn{
	font-size: 15px;
}

#singleContent  .singleContentInner .pageNation .nextBtn{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    min-width: 3.54010417vw;
}

#singleContent  .singleContentInner .pageNation .nextBtn a:after{
	content: "";
	display: block;
	width: 2.60416667vw;
	height: 2.60416667vw;
	background-image: url(../img/common/pagination_nextPage.png);
	background-repeat: no-repeat;
	background-size: cover;
	margin-left: 15px;
	position: absolute;
	right: -3.38541667vw;
	top: -0.52083333vw;
}

div#n2-ss-2 .nextend-arrow img{
	display: none !important;
}

div#n2-ss-12 .nextend-arrow img{
	display: none !important;
}

#content h1 .fa-star{
	color: #fc6273;
}

#content .fa-star{
	color: #ff0000;
}

#content .douga {
	background: url( ../img/couse/l_navi_douga.jpg );
	width: 202px;
	height: 139px;
	text-indent: -9999px;
	background-position: right 0;
}

#content .douga:hover {
	background-position: left 0;
}

#content .douga a {
	display: block;
	height: 139px;
}

#content .letgo {
	width: 99px;
	height: 100px;
	background: url( ../img/couse/letgo.gif );
	text-indent: -9999px;
}

#content .hellowin {
	background: url( ../img/couse/pic03.jpg );
	width: 301px;
	height: 121px;
	text-indent: -9999px;
}

#content .contentInner .contentTxt #chouyouji{
	margin-top: 20px;
	margin-bottom: 24px;
}

#content .contentInner .contentTxt #chouyouji > div{
	width: 22%;
}

#content .contentInner .contentTxt #chouyouji > div img{
	width: 100%;
}

#content .contentInner .contentTxt #chouyouji div:has(> .right_detail) {
	width: 73%;
}

#content .contentInner .contentTxt #youji > div{
	width: 22%;
}

#content .contentInner .contentTxt #youji > div img{
	width: 100%;
}

#content .contentInner .contentTxt #youji > .right_detail {
	width: 73%;
}

#content .contentInner .contentTxt #shougakusei > div{
	width: 22%;
}

#content .contentInner .contentTxt #shougakusei > div img{
	width: 100%;
}

#content .contentInner .contentTxt #shougakusei > .right_detail {
	width: 73%;
}

#content .right_detail {
/*	width: 480px; 旧サイズ*/
	width: auto;
	float: none;
}

#content .right_detail ul li {
	display: inline-block;
	margin: 0 3px 6px 0;
	padding: 2px 4px;
	border: solid 1px #65a02e;
	border-radius: 4px;
}

#content .contentInner .section01 .flex_space_between {
    margin-bottom: 50px;
}

#content .contentInner .section01 .flex_space_between > div {
    width: 22%;
}

#content .contentInner .section01 .flex_space_between > div img{
	width: 100%;
}

#content .contentInner .section01 .flex_space_between .right_detail {
    width: 73%;
}

#content .contentInner .contentTxt .flex_space_between{
	margin-bottom: 24px;
}

#content .contentInner .contentTxt .flex_space_between > div {
    width: 22%;
}

#content .contentInner .contentTxt .flex_space_between > div img{
	width: 100%;
}

#content .contentInner .contentTxt .flex_space_between .right_detail {
    width: 73%;
}

#contentTitle{
	width: auto;
    margin: 0 auto;
}

#contentTitle h1{
	text-align: center;
/*	margin-bottom: 80px;*/
	margin-bottom: 4.1732vw;
}

#contentTitle h1 span.enTitle{
	display: block;
	color: #fff;
	/* 12px @ 1025px increasing to 24px @ 1920px */
	font-size: calc(0.75rem + ((1vw - 10.25px) * 1.3408));
    /* Note: The calc base value (0.75rem) MUST be stated in REM to maintain accessibility */
    /* Where: 1.3408 = 100 * font-size_difference / viewport_width_difference */
	margin-bottom: 1.04165vw;
}

#contentTitle h1 img{
	width: auto;
}

#singleContent h1 .fa-star{
	color: #fc6273;
}

#singleContent .fa-star{
	color: #ff0000;
}

#singleContent .douga {
	background: url( ../img/couse/l_navi_douga.jpg );
	width: 202px;
	height: 139px;
	text-indent: -9999px;
	background-position: right 0;
}

#singleContent .douga:hover {
	background-position: left 0;
}

#singleContent .douga a {
	display: block;
	height: 139px;
}

#singleContent .letgo {
	width: 99px;
	height: 100px;
	background: url( ../img/couse/letgo.gif );
	text-indent: -9999px;
}

#singleContent .hellowin {
	background: url( ../img/couse/pic03.jpg );
	width: 301px;
	height: 121px;
	text-indent: -9999px;
}

#singleContent .right_detail {
	width: 480px;
}

#singleContent .right_detail ul li {
	display: inline-block;
	margin: 0 3px 6px 0;
	padding: 2px 4px;
	border: solid 1px #65a02e;
	border-radius: 4px;
}



/*school
------------------------------------------------------------------------------*/

#content p.p1 {
	color: #999999;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

#singleContent p.p1 {
	color: #999999;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

.flex_space_between {
	display: flex;
	display: -webkit-flex;
	display: -biz-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-biz-justify-F: space-between;
}

.flex_space_around {
	display: flex;
	display: -webkit-flex;
	display: -biz-flex;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	-biz-justify-content: space-around;
}

#content .couse_dteil p {
	padding-left: 45px;
}

.ph img {
	display: inline-block;
	max-height: 300px;
	width: 300px;
	margin-top: 15px;
}

.text {
	margin-bottom: 10px;
}

.google_map iframe {
	display: inline-block;
	width: 100%;
}

.green_radius {
	border-radius: 6px;
	background: #6DAB24;
	padding: 2px 10px;
	color: #ffffff;
}

.green_line {
	color: #fff;
	font-size: 13px;
	background-color: #65a02e;
	padding: 2px 5px;
	margin: 10px 0;
}

.youtube iframe {
	width: 100%;
}

.couse_many {
	background: #888888;
	margin: 10px auto;
	padding: 10px;
	color: #ffffff;
	font-weight: bold;
}

.koe {
	width: 100%;
	margin-top: 20px;

}

.koe img {
	width: inherit;
}

.koe_body {
	padding: 10px;
	border-right: solid 3px #F8B400;
	border-bottom: solid 3px #F8B400;
	border-left: solid 3px #F8B400;
}

.blue_line {
	background: #0161a7;
	color: #ffffff;
	padding: 5px;
	font-size: 16px;
	text-align: center;
}

.contact_form {
	width: 100%;
	height: auto;
	margin: 10px auto 0;
	background: #eeeeee;
	text-align: center;
	padding-bottom: 20px;
}

#content .contact_form p {
	color: #666666;
	padding-left: 0;
	text-indent: 0;
}

.contact_form .form_between {
	max-width: max-content;
/*	max-width: 30.361vw;*/
    margin: 0 auto;
	padding: 0 45px;
	display: flex;
	-webkit-display: flex;
	-moz-display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-biz-justify-content: space-between;

}

.contact_form a {
	display: inline-block;
	color: #ffffff;
	padding: 6px 20px;
	background: #fd8308;
	color: #ffffff;
	border: solid 3px #ffffff;
	border-radius: 5px;
	box-shadow: 3px 3px 3px 0px rgba(10,10,10,0.3);
	font-weight: bold;
	font-weight: bold;
	font-size: 16px;


}

.contact_form a:hover {
	opacity: 0.8;
	text-decoration: none;
}

p {
	padding: 10px 5px 5px;
}



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

#continer {
    width: 100%;
/*    padding-top: 185px;*/
    padding-top: 9.6354vw;
    position: relative;
}

#continer .breadcrumbs{
		position: absolute;
		right: 0;
		top: 18.02083333vw;
		background-color: #fff;
		border-radius: 25px 0 0 25px;
		/*	padding: 10px 20px;*/
		padding: 0.20833333vw 1.04165vw;
		color: #b9e3e8;
		display: flex;
		align-items: center;
		/* 10px @ 1025px increasing to 13px @ 1920px */
/*		font-size: calc(0.625rem + ((1vw - 10.25px) * 0.3352));*/
		/* Note: The calc base value (0.625rem) MUST be stated in REM to maintain accessibility */
		/* Where: 0.3352 = 100 * font-size_difference / viewport_width_difference */
		/* 6.41px @ 1025px increasing to 12px @ 1920px */
		font-size: calc(0.400625rem + ((1vw - 10.25px) * 0.6246));
    /* Note: The calc base value (0.400625rem) MUST be stated in REM to maintain accessibility */
    /* Where: 0.6246 = 100 * font-size_difference / viewport_width_difference */
		font-weight: 500;
		z-index: 40;
}


#continer .breadcrumbs:before{
	position: absolute;
	content: "";
	display: block;
	background-image: url(../img/common/breadcrumbsTreat.png);
    background-size: cover;
    background-repeat: no-repeat;
/*	width: 133px;*/
/*	height: 58px;*/
	width: 6.92708vw;
    height: 3.02083vw;
    top: -3.125vw;
    right: 1.04166vw;
}

#continer .breadcrumbs img{
/*	padding: 0 10px;*/
	padding: 0.26041667vw 0.52085vw;
}

#continer .breadcrumbs span a,
#continer .breadcrumbs span{
    color: #08a4c2;
}

#continer .breadcrumbs span[property="name"]{
		display: inline-block;
    padding: 0;
    margin-top: -3px;
    vertical-align: middle;
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#schoolTitle{
	width: auto;
    margin: 0 32.681vw;
}

#schoolTitle h1{
	text-align: center;
/*	margin-bottom: 80px;*/
	margin-bottom: 4.1732vw;
}

#schoolTitle h1 span.enTitle{
	display: block;
	color: #fff;
	/* 12px @ 1025px increasing to 24px @ 1920px */
	font-size: calc(0.75rem + ((1vw - 10.25px) * 1.3408));
    /* Note: The calc base value (0.75rem) MUST be stated in REM to maintain accessibility */
    /* Where: 1.3408 = 100 * font-size_difference / viewport_width_difference */
	margin-bottom: 1.04165vw;
}

#schoolTitle h1 img{
	max-width: 100%;
}

#schoolWap{
	background-repeat: no-repeat;
	background-image: url(../img/common/school_top_bg.png);
	background-size: contain;	
	background-color: #fff;
/*	padding-top: 100px;*/
	padding-top: 6.66666667vw;

}

#schoolWap #schoolNaviWap{
/*	width: 900px;*/
	width: 46.924vw;
/*	margin: 0 auto 70px;*/
	margin: 0 auto 3.64965vw;
}

#schoolWap #schoolNaviWap ul {
	display: flex;
  justify-content: space-between;
  align-items: center;
}	

#schoolWap .yonoSchoolNaviWap ul{
	justify-content: center !important;
}

#schoolWap .higashikurumeSchoolNaviWap ul{
	justify-content: center !important;
}

#schoolWap #schoolNaviWap ul li{
	width: 15.64vw;
}

#schoolWap #schoolNaviWap ul li a{
		display: flex;
		justify-content: space-between;
		align-items: center;
		background: #ffe400;
		color: #00b7f3;
		border-radius: 50px;
		/*    padding: 10px 10px 10px 25px;*/
		padding: 0.52085vw 0.52085vw 0.52085vw 1.30345vw;
		/*    margin-left: 25px;*/
		margin-left: 1.30345vw;
		text-decoration: none;
		/* 12px @ 1025px increasing to 18px @ 1920px */
		/*    font-size: calc(0.75rem + ((1vw - 10.25px) * 0.6704));*/
		/* Note: The calc base value (0.75rem) MUST be stated in REM to maintain accessibility */
		/* Where: 0.6704 = 100 * font-size_difference / viewport_width_difference */
		/* 8.54px @ 1025px increasing to 16px @ 1920px */
		font-size: calc(0.53375rem + ((1vw - 10.25px) * 0.8335));
		/* Note: The calc base value (0.53375rem) MUST be stated in REM to maintain accessibility */
		/* Where: 0.8335 = 100 * font-size_difference / viewport_width_difference */
		font-weight: 600;
}

#schoolWap #schoolNaviWap ul li a:after{
	content: "";
    display: inline-block;
    background-image: url(../img/school/schoolNavi_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 2vw;
    height: 2vw;
    margin-left: 1.5vw;
}

#schoolWap #schoolNaviWap ul li a:hover{
	transition: 1s;
	opacity: 0.8;
}

#schoolWap .galleryWap{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

#schoolWap .galleryWap #keyvisual{
	min-height: unset;
}

#schoolWap .galleryWap #keyvisual .swiper-container {
/*	width: 960px;*/
	width: 50.0261vw;
}

#schoolWap .galleryWap #keyvisual .yono_container {
		overflow: hidden;
}

#schoolWap .galleryWap #keyvisual .swiper-container .schoolGalleryTreat {
/*    max-width: 960px;*/
    max-width: 50.0261vw;
    position: absolute;
/*    bottom: 95px;*/
    bottom: 4.951vw;
    z-index: 30;
}

#schoolWap .galleryWap #keyvisual .swiper-container .swiper-wrapper {
/*    height: 536px;*/
    height: 27.932vw;
    max-height: unset;
    min-height: unset;
}

#schoolWap .galleryWap #keyvisual .swiper-container .swiper-wrapper .swiper-slide {
/*    width: 960px !important;*/
    width: 50.0261vw !important;
}

#schoolWap .galleryWap #keyvisual .swiper-container #gallery-thumbs{
/*	margin: 30px auto;*/
	margin: 1.5625vw auto;
}

#schoolWap .galleryWap #keyvisual .swiper-container #gallery-thumbs .swiper-wrapper {
/*    height: 67px !important;*/
    height: 3.492vw !important;
/*    min-height: 67px !important;*/
    min-height: 3.492vw !important;
/*    justify-content: space-between;*/
    justify-content: center;
    width: auto;
/*    margin: 0 50px;*/
    margin: 0 2.60415vw;
/*    padding: 5px;*/
    padding: 0.26055vw;
}

#schoolWap .galleryWap #keyvisual .swiper-container #gallery-thumbs .swiper-wrapper .swiper-slide {
/*    width: 120px !important;*/
    width: 6.254vw !important;
/*    height: 67px;*/
    height: 3.492vw;
    background-size: 100%;
/*    margin: 0 10px;*/
    margin: 0 0.52085vw;
    padding: 0;
    margin-right: 0 !important;
    cursor: pointer;
    opacity: 0.5;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-color: #b39f11;
    background-size: 130%;
}

#schoolWap .galleryWap #keyvisual #guideSlider .schoolGalleryTreat img{
    width: 100%;
}

.swiper-slide img {
    width: 100%;
    height: auto;
}

#schoolWap .schoolLeadBox{
/*	max-width: 960px;*/
	max-width: 50.0261vw;
	margin: 0 auto;	
}

#schoolWap .schoolLeadBox p.schoolLeadTxt{
/*	margin-bottom: 50px;*/
	margin-bottom: 2.60415vw;
	/* 12px @ 1025px increasing to 18px @ 1920px */
/*    font-size: calc(0.75rem + ((1vw - 10.25px) * 0.6704));*/
    /* Note: The calc base value (0.75rem) MUST be stated in REM to maintain accessibility */
    /* Where: 0.6704 = 100 * font-size_difference / viewport_width_difference */
    /* 8.54px @ 1025px increasing to 16px @ 1920px */
    font-size: calc(0.53375rem + ((1vw - 10.25px) * 0.8335));
    /* Note: The calc base value (0.53375rem) MUST be stated in REM to maintain accessibility */
    /* Where: 0.8335 = 100 * font-size_difference / viewport_width_difference */
    font-weight: 500;
    line-height: 1.7;
}

#schoolWap .schoolLeadBox .timetableDlBtn {
	text-align: center;
}

#schoolWap .schoolLeadBox .timetableDlBtn p {
		/* 16px @ 1025px increasing to 26px @ 1920px */
		font-size: calc(1rem + ((1vw - 10.25px) * 1.1173));
		/* Note: The calc base value (1rem) MUST be stated in REM to maintain accessibility */
		/* Where: 1.1173 = 100 * font-size_difference / viewport_width_difference */
		color: #00b7f3;
		padding: 0;
		font-weight: 600;
}

#schoolWap .schoolLeadBox .timetableDlBtn a{
	background-image: url(../img/school/school_timeSchedule.png);
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
/*	width: 860px;*/
	width: 44.8155vw;
/*	height: 24px;*/
	height: 1.25065vw;
/* 12px @ 1025px increasing to 24px @ 1920px */
	font-size: calc(0.75rem + ((1vw - 10.25px) * 1.3408));
    /* Note: The calc base value (0.75rem) MUST be stated in REM to maintain accessibility */
    /* Where: 1.3408 = 100 * font-size_difference / viewport_width_difference */
	color: #00b7f3;
/*	padding: 34px 0 44px 0;*/
	padding: 1.77175vw 0 2.29285vw 0;
/*	margin: 20px auto 140px;*/
	margin: 1.04165vw auto 7.29545vw;
	text-decoration: none;
	font-weight: 600;
}

#schoolWap .schoolLeadBox .timetableDlBtn a:hover{
	transition: 1s;
	opacity: 0.8;
}

#schoolWap .accessWap{
	margin: 0 2.058vw;
/*	width: 1840px;*/
	width: 95.884vw;
	background-color: #3dc9da;
	border-radius: 25px;
/*	padding: 100px 0 60px;*/
	padding: 5.21375vw 0 3.135vw;
}

#schoolWap .accessWap .accessInner{
/*	width: 1240px;*/
	width: 64.617vw;
	margin: 0 15.6335vw;
}

#schoolWap .accessWap .accessInner .accessTxtBox{
	display: flex;
	justify-content: space-between;
/*	margin-bottom: 30px;*/
	margin-bottom: 1.5625vw;
}

#schoolWap .accessWap .accessInner .accessTxtBox .accessTitle{
/*  width: 260px;*/
    width: 13.549vw;
}

#schoolWap .accessWap .accessInner .accessTxtBox .accessTitle h2{
	background-image: none;
	border: none;
    height: auto;
    padding: 0;
}

#schoolWap .accessWap .accessInner .accessTxtBox .accessTitle h2 img{
	width: 100%;
}

#schoolWap .accessWap .accessInner .accessTxtBox .accessTxt{
/*	width: 868px;*/
	width: 45.232vw;
}

#schoolWap .accessWap .accessInner .accessTxtBox .accessTxt table{
    width: 100%;
}

#schoolWap .accessWap .accessInner .accessTxtBox .accessTxt table th{
		background-color: #7ae0ec;
/*	padding: 40px;*/
		padding: 1.30208333vw;
		/* 8.54px @ 1025px increasing to 16px @ 1920px */
		font-size: calc(0.53375rem + ((1vw - 10.25px) * 0.8335));
		/* Note: The calc base value (0.53375rem) MUST be stated in REM to maintain accessibility */
		/* Where: 0.8335 = 100 * font-size_difference / viewport_width_difference */
		font-weight: 500;
		color: #20383f;
}

#schoolWap .accessWap .accessInner .accessTxtBox .accessTxt table .destination th{
		border-radius: 30px 0 0 0;
}

#schoolWap .accessWap .accessInner .accessTxtBox .accessTxt table .transportation th{
		border-radius: 0 0 0 30px;
}

#schoolWap .accessWap .accessInner .accessTxtBox .accessTxt table td{
		background-color: #a2ecf5;
/*	padding: 40px;*/
		padding: 1.30208333vw;
		/* 8.54px @ 1025px increasing to 16px @ 1920px */
    font-size: calc(0.53375rem + ((1vw - 10.25px) * 0.8335));
    /* Note: The calc base value (0.53375rem) MUST be stated in REM to maintain accessibility */
    /* Where: 0.8335 = 100 * font-size_difference / viewport_width_difference */
    font-weight: 500;
    color: #20383f;
}

#schoolWap .accessWap .accessInner .accessTxtBox .accessTxt table .destination td{
		border-radius: 0 30px 0 0;
}

#schoolWap .accessWap .accessInner .accessTxtBox .accessTxt table .transportation td{
	border-radius: 0 0 30px 0 ;
}



#schoolWap .accessWap .accessInner .accessTxtBox .accessTxt table .green_radius th{
	border-radius: 0 0 0 30px;
	color: #666666;
}

#schoolWap .accessWap .accessInner .accessTxtBox .accessTxt table .green_radius td{
	border-radius: 0 0 30px 0 ;
}

#schoolWap .accessWap .accessInner .accessTxtBox .accessTxt table .green_radius td a{
	color: #666666;
	text-decoration: underline;
}

#schoolWap .accessWap .accessInner .google_map div iframe{
	border-radius: 30px;
	width: 64.617vw;
    height: 28.713vw;
}

#schoolWap .priceWap{
	margin: 0 2.058vw;
/*	width: 1840px;*/
	width: 95.884vw;
	background-color: #3dc9da;
	border-radius: 25px;
/*	padding: 100px 0 60px;*/
	padding: 5.21375vw 0 3.135vw;
/*	margin-top: 70px;*/
	margin-top: 3.64965vw;
}

#schoolWap .priceWap .priceInner{
/*	width: 1240px;*/
	width: 64.617vw;
	margin: 0 15.6335vw;
}

#schoolWap .priceWap .priceTitle{
/*  width: 260px;*/
    width: 13.549vw;
}

#schoolWap .priceWap .priceTitle h2{
	background-image: none;
	border: none;
	height: auto;
	padding: 0;
	margin: 0 0 2.86458333vw;
}

#schoolWap .priceWap .priceTitle h2 img{
	width: 100%;
}

#schoolWap .priceWap .priceTableBox .in_text01 h3{
	display: none;
}

#schoolWap .priceWap .priceTableBox table#feeChild {
	width: 100%;
/*	margin-top: 30px;*/
	margin-top: 1.5625vw;
	background-color: #ffe9ed;
    border-radius: 25px;
/*    padding-bottom: 15px;*/
    padding-bottom: 0.78165vw;
}

#schoolWap .priceWap .priceTableBox table#feeChild th.green{
	background-color: #ffb4d1;
	border-left: none;
	border-radius: 25px 0 0 25px;
	/* 11.74px @ 1025px increasing to 22px @ 1920px */
	font-size: calc(0.73375rem + ((1vw - 10.25px) * 1.1464));
	/* Note: The calc base value (0.73375rem) MUST be stated in REM to maintain accessibility */
	/* Where: 1.1464 = 100 * font-size_difference / viewport_width_difference */
	font-weight: 500;
	padding: 0;
	width: 14.47916667vw;
}

#schoolWap .priceWap .priceTableBox table#feeChild th{
	background-color: #ffcde0;
	text-align: left;
/*	padding: 5px;*/
	padding: 0.26055vw;
	border-left: 2px solid #ffe9ed;
}

#schoolWap .priceWap .priceTableBox table#feeChild th:last-of-type{
	border-radius: 0 25px 0 0;
}

#schoolWap .priceWap .priceTableBox table#feeChild td{
	background-color: #fff;
/*	padding: 5px;*/
	padding: 0.26055vw;
	border-top: 2px solid #ffe9ed;
	border-left: 2px solid #ffe9ed;
}

#schoolWap .priceWap .priceTableBox table#feeChild td.fee:last-of-type{
	border-radius: 0 0 25px 0;
}

#schoolWap .priceWap .priceTableBox table#feeChild th,
#schoolWap .priceWap .priceTableBox table#feeChild td{
	color: #20383f;
/*	padding: 10px;*/
	padding: 1.04166667vw;
	text-align: center;
	/* 9.61px @ 1025px increasing to 18px @ 1920px */
	font-size: calc(0.600625rem + ((1vw - 10.25px) * 0.9374));
	/* Note: The calc base value (0.600625rem) MUST be stated in REM to maintain accessibility */
	/* Where: 0.9374 = 100 * font-size_difference / viewport_width_difference */
	font-weight: 500;
}

#schoolWap .priceWap .priceTableBox table#feeChild th a,
#schoolWap .priceWap .priceTableBox table#feeChild td a{
	color: #20383f;
}

#schoolWap .priceWap .priceTableBox table#feeMantoman {
	width: 100%;
/*	margin-top: 20px;*/
	margin-top: 1.04165vw;
	background-color: #c1f8ff;
    border-radius: 25px;
/*    padding-bottom: 15px;*/
    padding-bottom: 0.78165vw;
}

#schoolWap .priceWap .priceTableBox table#feeMantoman th.green{
	background-color: #7ae0ec;
	border-left: none;
	border-radius: 25px 0 0 25px;
	/* 11.74px @ 1025px increasing to 22px @ 1920px */
	font-size: calc(0.73375rem + ((1vw - 10.25px) * 1.1464));
	/* Note: The calc base value (0.73375rem) MUST be stated in REM to maintain accessibility */
	/* Where: 1.1464 = 100 * font-size_difference / viewport_width_difference */
	font-weight: 500;
	padding: 0;
	width: 14.47916667vw;
}

#schoolWap .priceWap .priceTableBox table#feeMantoman th{
	background-color: #a2ecf5;
	text-align: left;
/*	padding: 5px;*/
	padding: 0.26055vw;
	border-left: 2px solid #c1f8ff;
}

#schoolWap .priceWap .priceTableBox table#feeMantoman th:last-of-type{
	border-radius: 0 25px 0 0;
}

#schoolWap .priceWap .priceTableBox table#feeMantoman td{
	background-color: #fff;
/*	padding: 5px;*/
	padding: 0.26055vw;
	border-top: 2px solid #c1f8ff;
	border-left: 2px solid #c1f8ff;
}

#schoolWap .priceWap .priceTableBox table#feeMantoman tr:last-of-type{
	td.fee:last-of-type{
		border-radius: 0 0 25px 0;
	}
}

#schoolWap .priceWap .priceTableBox table#feeMantoman th,
#schoolWap .priceWap .priceTableBox table#feeMantoman td{
	color: #20383f;
/*	padding: 10px;*/
	padding: 1.04166667vw;
	text-align: center;
	/* 9.61px @ 1025px increasing to 18px @ 1920px */
	font-size: calc(0.600625rem + ((1vw - 10.25px) * 0.9374));
	/* Note: The calc base value (0.600625rem) MUST be stated in REM to maintain accessibility */
	/* Where: 0.9374 = 100 * font-size_difference / viewport_width_difference */
	font-weight: 500;
}

#schoolWap .priceWap .priceTableBox table#feeMantoman th a,
#schoolWap .priceWap .priceTableBox table#feeMantoman td a{
	color: #20383f;
}

#schoolWap .priceWap .priceTableBox table#feeMantoman + p{
/*	margin-top: 20px;*/
	margin-top: 1.04165vw;
	color: #ff2b76;
	background-color: #fff;
	border-radius: 25px;
	text-align: center;
	text-decoration: underline;
/*    padding: 10px;*/
    padding: 0.52085vw;
	/* 8.54px @ 1025px increasing to 16px @ 1920px */
	font-size: calc(0.53375rem + ((1vw - 10.25px) * 0.8335));
	/* Note: The calc base value (0.53375rem) MUST be stated in REM to maintain accessibility */
	/* Where: 0.8335 = 100 * font-size_difference / viewport_width_difference */
	font-weight: 500;
}

#schoolWap .priceWap .priceTableBox p.caution {
/*	margin-top: 20px;*/
	margin-top: 1.04165vw;
	color: #ff2b76;
	background-color: #fff;
	border-radius: 25px;
	text-align: center;
	text-decoration: underline;
/*    padding: 10px;*/
    padding: 0.52085vw;
}

#schoolFeatureWap{
/*	margin: 180px auto 0;*/
	margin: 9.3799vw 17.6915vw 0;
/*    padding-bottom: 110px;*/
    padding-bottom: 5.73215vw;
/*	width: 1240px;*/
	width: 64.617vw;
    background-color: #fff;
}

#schoolFeatureWap .schoolFeatureTitle{
/*	width: 390px;*/
	width: 20.3235vw;
}

#schoolFeatureWap .schoolFeatureTitle h2{
	background-image: none;
	border: none;
	height: auto;
	padding: 0;
	margin: 0 0 2.86458333vw;
}

#schoolFeatureWap .schoolFeatureTitle h2 img{
	width: 100%;
}

#schoolFeatureWap .schoolFeatureLine{
	display: flex;
	justify-content: space-between;
/*	padding-bottom: 90px;*/
	padding-bottom: 4.68995vw;
}

#schoolFeatureWap .schoolFeatureLine .featuresImg{
/*	width: 40%(495px);*/
	width: 28.125vw;
}

#schoolFeatureWap .schoolFeatureLine .featuresTxt{
/*	width: 55%(682px);*/
  width: 32.70833333vw;
}

#schoolFeatureWap .schoolFeatureLine .featuresTxt dt{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 1.5625vw;
}

#schoolFeatureWap .schoolFeatureLine .featuresTxt dt img.featuresTitleIcon{
/*	width: 175px;*/
	width: 9.12vw;
	margin-right: 1.04165vw;
}

#schoolFeatureWap .schoolFeatureLine .featuresTxt dt div.titleTxt{
	/* 15px @ 1025px increasing to 30px @ 1920px */
/*	font-size: calc(0.9375rem + ((1vw - 10.25px) * 1.676));*/
    /* Note: The calc base value (0.9375rem) MUST be stated in REM to maintain accessibility */
    /* Where: 1.676 = 100 * font-size_difference / viewport_width_difference */
    /* 13.88px @ 1025px increasing to 26px @ 1920px */
    font-size: calc(0.8675rem + ((1vw - 10.25px) * 1.3542));
    /* Note: The calc base value (0.8675rem) MUST be stated in REM to maintain accessibility */
    /* Where: 1.3542 = 100 * font-size_difference / viewport_width_difference */
	font-weight: 500;

}

#schoolFeatureWap .schoolFeatureLine .featuresTxt dd{
	/* 12px @ 1025px increasing to 18px @ 1920px */
/*	font-size: calc(0.75rem + ((1vw - 10.25px) * 0.6704));*/
    /* Note: The calc base value (0.75rem) MUST be stated in REM to maintain accessibility */
    /* Where: 0.6704 = 100 * font-size_difference / viewport_width_difference */
	/* 8.54px @ 1025px increasing to 16px @ 1920px */
	font-size: calc(0.53375rem + ((1vw - 10.25px) * 0.8335));
	/* Note: The calc base value (0.53375rem) MUST be stated in REM to maintain accessibility */
	/* Where: 0.8335 = 100 * font-size_difference / viewport_width_difference */
	font-weight: 500;
	margin-left: 0.52083333vw;
  line-height: 1.7;
}

#schoolFeatureWap .schoolFeatureLine .featuresImg img{
	width: 100%;
}

.yonoFeatureWap{
	padding-bottom: 9.3799vw;
}

.higashikurumeFeatureWap{
	padding-bottom: 9.3799vw;
}

/*contactWap*/
#contactWap{
    background-repeat: no-repeat;
	background-image: url(../img/common/school_bottom_bg.png);
	background-size: cover;	
/*	height: 930px;*/
	height: 48.463vw;
/*	background-color: #17bbcf;*/
}

#contactWap #contactBox{
	width: 58.4555vw;
	margin: 0 auto;
	padding-top: 7.8288vw;
}

#contactWap #contactBox .contactTitle{
/*	width: 465px;*/
	width: 17.7456vw;
	margin: 0 auto;
/*	padding-top: 80px;*/
	padding-top: 4.18vw;
}

#contactWap #contactBox .contactTitle h2{
	background-image: none;
	border: none;
    height: auto;
    padding: 0;
    margin: 0 0 2.08333333vw;
}

#contactWap #contactBox .contactTitle h2 img{
	width: 100%;
}

#contactWap #contactBox .contactContents p{
	text-align: center;
	/* 11.74px @ 1025px increasing to 22px @ 1920px */
	font-size: calc(0.73375rem + ((1vw - 10.25px) * 1.1464));
    /* Note: The calc base value (0.73375rem) MUST be stated in REM to maintain accessibility */
    /* Where: 1.1464 = 100 * font-size_difference / viewport_width_difference */
	color: #fff;
	margin-bottom: 2.29166667vw;
	font-weight: 600;
	text-shadow: 1px 1px 10px rgba(124, 52, 79, 0.4);
	letter-spacing: 2px;
	padding: 0;
  line-height: 2;
}

#contactWap #contactBox .traialLessonBtn{
	width: 33.8205vw;
	margin: 0 auto;
}

#contactWap #contactBox .traialLessonBtn a{
	/* 12.82px @ 1025px increasing to 24px @ 1920px */
	font-size: calc(0.80125rem + ((1vw - 10.25px) * 1.2492));
	/* Note: The calc base value (0.80125rem) MUST be stated in REM to maintain accessibility */
	/* Where: 1.2492 = 100 * font-size_difference / viewport_width_difference */
	color: #fff;
	background-color: #20383f;
	border-radius: 55px;
	padding: 1.5625vw 1.5625vw 1.5625vw 1.5625vw;
/*	padding: 0.7829vw;*/
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-decoration: none;
	font-weight: 600;
}

#contactWap #contactBox .traialLessonBtn a span.btn_txt span{
	font-feature-settings: "palt";
}

#contactWap #contactBox .traialLessonBtn a:hover{
	transition: 1s;
	opacity: 0.7;
}


#contactWap #contactBox .traialLessonBtn a:before{
	content: "";
	display: inline-block;
	background-image: url(../img/common/top_header_mail_icon.png);
	background-size: contain;
	background-repeat: no-repeat;
    width: 2.08333333vw;
    height: 1.51041667vw;
    margin-right: 1.00208333vw;
}

#contactWap #contactBox .traialLessonBtn a:after{
	content: "";
	display: inline-block;
	background-image: url(../img/common/top_header_mailArrow_icon.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 2.08333333vw;
	height: 2.08333333vw;
	margin-left: 0.72916667vw;
}

#contactWap #contactBox .aboutContact dl{
	display: flex;
	justify-content: flex-start;
	margin-top: 2.60415vw;
}

#contactWap #contactBox .aboutContact dt{
	background-color: #ff2b76;
	padding: 1.5vw 2.60415vw;
	/* 12px @ 1025px increasing to 20px @ 1920px */
	font-size: calc(0.75rem + ((1vw - 10.25px) * 0.8939));
    /* Note: The calc base value (0.75rem) MUST be stated in REM to maintain accessibility */
    /* Where: 0.8939 = 100 * font-size_difference / viewport_width_difference */
	width: 18.892vw;
	border-radius: 25px 0 0 25px;
    color: #fff;
    font-weight: 600;
}

#contactWap #contactBox .aboutContact dd{
	background-color: #fff;
	padding: 1.5vw 2.60415vw;
	/* 10px @ 1025px increasing to 16px @ 1920px */
	font-size: calc(0.625rem + ((1vw - 10.25px) * 0.6704));
    /* Note: The calc base value (0.625rem) MUST be stated in REM to maintain accessibility */
    /* Where: 0.6704 = 100 * font-size_difference / viewport_width_difference */
	width: 58.4555vw;
	border-radius: 0 25px 25px 0;
	font-weight: 500;
}

#contactWap #contactBox .aboutContact dd span{
	color: #ff2b76;
}

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

#content .formBox p {
	line-height: 0;
	margin: 0px;
	padding: 0px;
}

.submitBox_lesson input[submit] {
	border: solid 1px #65A02E;
	color: #65A02E;
	padding: 10px;
}

ul.simple li {
	margin-left: 50px;
	margin-bottom: 5px;
	list-style-type: disc;
}

#left {
	width: 290px;
	height: 170px;
	float: left;
	padding: 10px;
	border: solid 1px #666;
}

#right {
	width: 290px;
	height: 170px;
	float: right;
	margin-left: 20px;
	padding: 10px;
	border: solid 1px #666;
}

.indent_list {
	padding-left: 30px;
	list-style-type: disc;
}

#alt .alt_info {
	font-size: 15px;
	background-color: #fdfed7;
	padding: 20px;
	border: solid 1px #dadada;
}

#alt .h1_image {
	background-image: url(../img/couse/key.jpg);
	width: 910px;
	height: 131px;
}

#recruit .two_row,h2{
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 200;
	color: #db0000;
	background: url(../img/common/hbg.png) left no-repeat;
	height: auto;
	line-height: 30px;
	font-size: 20px;
	border-bottom: solid #fc6273 3px;
	padding-left: 30px;
	padding-bottom: 5px;
	margin: 10px 0;
	vertical-align: bottom;
}

#recruit th {
	padding:2px 5px;
	text-align: center;
}

#recruit td {
	padding:2px 5px;
}

#higashikurume p {
	line-height: 2.0;
	margin-bottom: 10px;
	padding-left: 10px;
}

.detail {
	color: #65a02e;
	font-size: 16px;
	width: auto;
	margin-top: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #65a02e;
}

.course {
	width: 99px;
	height: 44px;
	float: left;
	display: inline;
	margin-top: 10px;
}

#school_btn {
	display: inline;
	margin-top: 10px;
}

.none {
	display: none;
}

#school_btn li a {
	width: 100%;
	height: 20px;
	display: block;
}

#school_btn li {
	float: left;
	margin-bottom: 5px;
	margin-left: 10px;
}

#school_btn li.A {
	width: auto;
	height: 20px;
}

#school_btn li.B {
	width: 77px;
	height: 20px;
}

#school_btn li.C {
	width: 62px;
	height: 20px;
}

#school_btn li.D {
	width: 91px;
	height: 20px;
}

.td_yajirushi {
	width: 100px;
}

.td_ten {
	border-bottom: 2px dotted #ccc;
}

.koe_profile {
	font-size: 15px;
	font-weight: bold;
	line-height: 50px;
	background-image: url(../img/couse/koe_dot.gif);
	background-repeat: no-repeat;
	background-position: 0 10px;
	text-indent: 36px;
}

.right_detail{
	width: 456px;
	float: right;
	margin-left: 15px;
}

.right_box{
	width: 300px;
	margin: 0;
	padding: 0;
}

ul.lis li.risu {
	background-image: url(../img/couse/dot_lis.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	margin-bottom: 3px;
	padding-left: 23px;
}

/*side（元_前回）
------------------------------------------------------------------------------*/

.sideContact {
	margin-bottom: 10px;
	margin-top: 10px;
}


#idxSide {

	float: right;
	width: 285px;
	padding-top: 30px;
}




#idxSide h3{
	font-family: 'Noto Sans Japanese', sans-serif;
	color: #db0000;
	letter-spacing: 2px;
	border-left: #fc6273 solid 10px;
	border-bottom: #fc6273 solid 1px;
	padding: 3px 5px 5px;
	font-weight: normal;
	margin: 0 0 20px;

}

#idxSide p{
	margin-bottom: 40px;
}



#idxSide h3 span{
	font-size: 17px;
	font-weight: bold;
}

#idxSide .banner {
	margin-bottom: 10px;
}

.sideContact {
	margin-bottom: 10px;
	margin-top: 10px;
}

#telBlock {
	margin-left: 15px;
	margin-bottom: 40px;
}

#telBlock dl{
	width: 270px;
	height: 30px;
	margin: 5px 0;
}

#telBlock dt{
	width: 170px;
	float: left;
	font-size: 22px;
}

#telBlock dd{
	width: 100px;
	float: right;
	font-size: 10px;
}

#telBlock dd span{
	width: 100px;
	float: right;
	font-size: 10px;
}

.sideSchool li {
	padding-left: 20px;
	margin-bottom: 5px;
}

.sideSchool{
	margin-bottom: 20px;
}


/*side（本番へ移動）
------------------------------------------------------------------------------*/

.spn_display_on{
		display: none;
	}

.sideContact {
	margin-bottom: 10px;
	margin-top: 10px;
}

.area_wap_position{
	position: relative;
    top: -1387px;
    /*top: -1220px;*/
    background: rgba( 255, 255, 255, 0.9 );
    padding: 12px;
    height: 350px;
}

.area_wap_flex{
	display: flex
}

#idxSide_new {
	position: relative;
	float: right;
	width: 285px;
	padding-top: 30px;
}

#continer #idxSide_new{
	overflow: visible !important; 
}

#continer .area_wap_position{
	overflow: visible !important;
}


#idxSide_new h3{
	font-family: 'Noto Sans Japanese', sans-serif;
	color: #db0000;
	letter-spacing: 2px;
	border-left: #fc6273 solid 10px;
	border-bottom: #fc6273 solid 1px;
	padding: 3px 5px 5px;
	font-weight: normal;
	margin: 0 0 20px;

}

#idxSide_new p{
	margin-bottom: 40px;
}



#idxSide_new h3 span{
	font-size: 17px;
	font-weight: bold;
}

#idxSide_new .banner {
	margin-bottom: 10px;
}

.sideContact {
	margin-bottom: 10px;
	margin-top: 10px;
}

#telBlock {
	margin-left: 15px;
	margin-bottom: 40px;
}

#telBlock dl{
	width: 270px;
	height: 30px;
	margin: 5px 0;
}

#telBlock dt{
	width: 170px;
	float: left;
	font-size: 22px;
}

#telBlock dd{
	width: 100px;
	float: right;
	font-size: 10px;
}

#telBlock dd span{
	width: 100px;
	float: right;
	font-size: 10px;
}

.sideSchool li {
	padding-left: 20px;
	margin-bottom: 5px;
}



#idxSide_new .sideSchool a{
	color: #202684;
}


/* FOOTER
------------------------------------------------------------------------------*/

#footer {
/*	margin-top: 30px;*/
/*	background: url(../img/footer/bgfooter.png) center bottom no-repeat ;*/
/*	background-position: center;*/
	margin: 0 auto 0;
/*	min-width:1000px;*/
/*	padding-top: 100px;*/
	padding-top: 5.21375vw;
/*	height: 600px;*/
	height: 27.40625vw;
	width: 100%;
	position: relative;
}

#footerMenuBox{
	display: flex;
	justify-content: center;
/*	margin-left: 225px;*/
	margin-left: 11.73095vw;
/*    margin-bottom: 100px;*/
    margin-bottom: 5.21375vw;
}

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

}

#footer .footerLogoInner{
	/*width: 321px;
	height: 240px;*/
    width: 16.719vw;
	height: 12.5vw;
/*	margin-left: 30px;*/
	margin-left: 1.5625vw;
	background: url( ../img/footer/footerLogo.png ) no-repeat center;
    background-size: contain;
	padding: 0;
	border-bottom: none;
	position: absolute;
	left: 0;
	top: 0;
}

#footer .footerLogoInner a {
	display: block;
	width: 200px;
	height: 71px;
	text-indent: -9999px;
	overflow: hidden;
}


#footerNavBlock {
/*	width: 575px;*/
	width: 29.948vw;
/*	height: 362px; */
    height: 18.8545vw;
	border-radius: 25px;
/*	margin: 0 20px;*/
	margin: 0 1.04165vw;
/*	padding: 20px;*/
	padding: 1.04165vw;
	box-sizing: border-box;
	background-color: #fff;
	display: flex;
	justify-content: flex-start;
	position: relative;
}

#footermenu{
	box-sizing: border-box;
/*	padding: 60px 20px 0 0 ;*/
	padding: 3.135vw 1.04165vw 3.135vw 0 ;
	border-right: 2px solid #5bdfef;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
}

#footermenu li{
/*	width: 150px;*/
	width: 7.8125vw;
	box-sizing: border-box;
	margin: 0 2.60415vw auto 2.60415vw ;
/*	margin: 0 2.60415vw 2.04vw 2.60415vw ;*/
	border-right: 1px solid #fff;
}

#footermenu li:last-of-type{
	margin: 0 2.60415vw 0 2.60415vw ;
}

#footermenu a{
	color: #20383f;
	/* 10px @ 1025px increasing to 15px @ 1920px */
	font-size: calc(0.625rem + ((1vw - 10.25px) * 0.5587));
  /* Note: The calc base value (0.625rem) MUST be stated in REM to maintain accessibility */
  /* Where: 0.5587 = 100 * font-size_difference / viewport_width_difference */
  font-weight: 600;
}

#footermenu2{
	box-sizing: border-box;
	padding: 3.135vw 0 0 1.04165vw;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
}

#footermenu2 li{
/*	width: 150px;*/
	width: 7.8125vw;
	box-sizing: border-box;
/*	margin: 0 2.60415vw auto 2.60415vw ;*/
	margin: 0 2.60415vw 2.04vw 2.60415vw ;
	border-right: 1px solid #fff;
}

#footermenu2 a{
	color: #20383f;
	/* 10px @ 1025px increasing to 15px @ 1920px */
	font-size: calc(0.625rem + ((1vw - 10.25px) * 0.5587));
  /* Note: The calc base value (0.625rem) MUST be stated in REM to maintain accessibility */
  /* Where: 0.5587 = 100 * font-size_difference / viewport_width_difference */
  font-weight: 600;
}

#footerNavBlock .footerNaviTreat{
	position: absolute;
/*  width: 161px;*/
    width: 8.3855vw;
/*  height: 83px;*/
    height: 4.323vw;
/*    bottom: 10px;*/
    bottom: 0.52085vw;
/*    right: -10px;*/
    right: -0.52085vw;
}

#footerNavBlock .footerNaviTreat img{
	width: 100%;
}

#footer_bannerList{
	margin: 0 1.04165vw;
/*	width: 624px;*/
    width: 32.5vw;
/*	height: 362px;*/
    height: 18.8545vw;
}

#footer_bannerList .bannerList{
	padding: 1.04165vw;
	border-radius: 25px;
	box-sizing: border-box;
	background-color: #fff;
	display: flex;
	justify-content: flex-start;
}


#footer_bannerList .bannerList .link_wap{
	border-right: 2px solid #5bdfef;
	padding-right: 1.5625vw;
/*	padding-left: 10px;*/
	padding-left: 0.52085vw;
/*	padding-top: 1.04165vw;*/
}

#footer_bannerList .bannerList .banner_wap{
/*	padding-right: 10px;*/
	padding-right: 0.52085vw;
	padding-left: 1.5625vw;
/*	padding-top: 1.04165vw;*/
}

#footer_bannerList .bannerList .link_wap h3,
#footer_bannerList .bannerList .banner_wap h3{
	display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
/*	height: 61px;*/
	height: 3.1771vw;
	/* 10px @ 1025px increasing to 15px @ 1920px */
	font-size: calc(0.625rem + ((1vw - 10.25px) * 0.5587));
    /* Note: The calc base value (0.625rem) MUST be stated in REM to maintain accessibility */
    /* Where: 0.5587 = 100 * font-size_difference / viewport_width_difference */
}


#footer_bannerList .bannerList .banner_other,
#footer_bannerList .bannerList .banner_future{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#footer_bannerList .bannerList .banner_other .banner{
/*	margin-bottom: 8px;*/
    margin-bottom: 0.10415vw;
/*    width: 251px;*/
	width: 13.073vw;
/*	height: 53px;*/
	height: 2.761vw;
}

#footer_bannerList .bannerList .banner_other .bn_instagram{
/*	margin-bottom: 8px;*/
    margin-bottom: 0.10415vw;
/*    width: 251px;*/
	width: 13.073vw;
/*	height: 61px;*/
	height: 3.1775vw;
}

#footer_bannerList .bannerList .banner_other .bn_facebook{
/*	margin-bottom: 8px;*/
    margin-bottom: 0.10415vw;
/*    width: 251px;*/
	width: 13.073vw;
/*	height: 53px;*/
	height: 2.761vw;
}

#footer_bannerList .bannerList .banner_other .bn_shinko{
/*	margin-bottom: 8px;*/
    margin-bottom: 0.10415vw;
/*    width: 251px;*/
	width: 13.073vw;
/*	height: 31px;*/
	height: 1.615vw;
}

#footer_bannerList .bannerList .banner_other .banner a img{
	width: 100%;
}

#footer_bannerList .bannerList .banner_future a{
/*	margin-bottom: 5px;*/
	margin-bottom: 0.0521vw;
/*    width: 251px;*/
	width: 13.073vw;
/*	height: 62px;*/
	height: 3.2295vw;
}

#footer_bannerList .bannerList .banner_future a img{
	width: 100%;
}

address {
	width: auto;
	margin: 0 auto;
	font-size: 10px;
	line-height: 20px;
	color: #ffffff;
	text-align: center;
	font-style: normal;
	/* 8.01px @ 1025px increasing to 15px @ 1920px */
	font-size: calc(0.500625rem + ((1vw - 10.25px) * 0.781));
	/* Note: The calc base value (0.500625rem) MUST be stated in REM to maintain accessibility */
	/* Where: 0.781 = 100 * font-size_difference / viewport_width_difference */
	font-family: "Josefin Sans", serif !important;
	font-weight: 400;
	font-style: normal;
}

address a{
	color: #ffffff;
}



#footerInner div {
	float: left;
	width: 300px;
	font-size: 10px;
	line-height: 2.0;
	margin-top: 15px;
}


#footerInner p {
	float: right;
	width: 302px;
	margin-top: 35px;
}

.kakuninTxt{
	border: 3px solid #F70000;
	padding: 2px 5px;
}

/*独自クラスここまで*/


/*汎用クラス*/

.boxCenter {
	margin: 0 auto;
}

.hidden {
	display: none;
}

.block {
	display: block;
}

.txHidden {
	display: block;
	text-indent: -10000px;
	overflow: hidden;
}

.alignR {
	text-align: right !important;
	width: inherit;
}

.alignL {
	text-align: left !important;
	width: inherit;
}

.alignC {
	text-align: center !important;
	width: inherit;
}

.textL {
	font-size: 20px;
}

.textM {
	font-size: 14px;
}

.textS {
	font-size: 10px;
}

.inline {
	display: inline
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.white {
	color: #ffffff !important;
}

.black {
	color: #000000 !important;
}

.red {
	color: #ff0000 !important;
}

.blue {
	color: #0000ff !important;
}

.green{
	color: #00ff00 !important;
}

.yellow{
	color: #ffff00 !important;
}

.pink{
	color: #ff00ff !important;
}

#content a.important_text {
	font-size: 14px;
	color: red;
	font-weight: bold;
	text-align: center;
	padding: 0;
}

.flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

.image_box{
	width: 160px;
	margin: 10px 0;
	padding: 0 0;
}

.new_course{
	margin-top:30px;
}


img {
	border-style:none;
	vertical-align: bottom;
	} /*リンク画像の枠線を消すために記述*/

	a {
		overflow: hidden;
		outline: none;
		}/* FireFox リンク選択時の点線を消す */


/*追加独自メニュー用CSS*/
.menu_display_none{
	display: none !important;
}

.menu_display_short{
/*	width: 160px;*/
/*	margin-right: 60px;*/
    margin-right: 3.125vw;
}

.menu_display_long{
/*	width: 398px;*/
}

/*追加独自メニュー用CSS*/

/*お知らせ*/

/*#content{
	background-size: cover;
}*/

#content .contentInner {
    width: auto;
    margin: 50px auto 0;
    padding: 0;
}

#newsContents {
	width: 50vw;
	max-width: 960px;
	margin: 0 auto;
}

#newsContents ul.newsList {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#newsContents ul.newsList::before {
    content: "";
    display: block;
    width: 16.145vw;
    order: 1;
}

#newsContents ul.newsList::after {
    content: "";
    display: block;
    width: 16.145vw;
}

li.newsBox {
	margin-bottom: 1.04166667vw;
/*	border: 1px solid #19cfe5;
	border-radius: 25px;
	width: ;
	height: ;
	max-width: 310px;
	max-height: 220px;*/
}

li.newsBox a {
	color: #20383f;
	padding: 1.14583333vw 1.04166667vw;
	margin: 0 1vw 0 0;
	background-color: #fff;
	text-decoration: none;
	border-radius: 30px;
	box-sizing: border-box;
	position: relative;
	border: 1px solid #19cfe5;
	display: block;
	width: 16.1458333vw;
	height: 11.45833333vw;
	max-width: 310px;
	max-height: 220px;
}

li.newsBox div.noMainTxt{
	color: #20383f;
	padding: 1vw;
	margin: 0 1vw 0 0;
	background-color: #fff;
	text-decoration: none;
	border-radius: 25px;
	box-sizing: border-box;
	position: relative;
	border: 1px solid #19cfe5;
	display: block;
	width: 16.145vw;
	height: 11.45833vw;
	max-width: 310px;
	max-height: 220px;
}

li.newsBox a:last-of-type {
    margin: 0;
}

li.newsBox a div.title{
	font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
	/* 11px @ 1025px increasing to 18px @ 1920px */
/*	font-size: calc(0.6875rem + ((1vw - 10.25px) * 0.7821));*/
    /* Note: The calc base value (0.6875rem) MUST be stated in REM to maintain accessibility */
    /* Where: 0.7821 = 100 * font-size_difference / viewport_width_difference */

    /* 8.54px @ 1024px increasing to 16px @ 1920px */
    font-size: calc(0.53375rem + ((1vw - 10.24px) * 0.8326));
    /* Note: The calc base value (0.53375rem) MUST be stated in REM to maintain accessibility */
    /* Where: 0.8326 = 100 * font-size_difference / viewport_width_difference */
}

li.newsBox div.noMainTxt div.title{
	/* 11px @ 1025px increasing to 18px @ 1920px */
	font-size: calc(0.6875rem + ((1vw - 10.25px) * 0.7821));
    /* Note: The calc base value (0.6875rem) MUST be stated in REM to maintain accessibility */
    /* Where: 0.7821 = 100 * font-size_difference / viewport_width_difference */
}

li.newsBox a div.title img.iconPdf{
	width: 25px;
	height: 25px;
}

li.newsBox a div.date{
	font-family: "Josefin Sans", serif !important;
	font-weight: 400;
	font-style: normal;
	display: inline-block;
	/* 11px @ 1025px increasing to 18px @ 1920px */
/*	font-size: calc(0.6875rem + ((1vw - 10.25px) * 0.7821));*/
    /* Note: The calc base value (0.6875rem) MUST be stated in REM to maintain accessibility */
    /* Where: 0.7821 = 100 * font-size_difference / viewport_width_difference */

	/* 8.54px @ 1024px increasing to 16px @ 1920px */
	font-size: calc(0.53375rem + ((1vw - 10.24px) * 0.8326));
	/* Note: The calc base value (0.53375rem) MUST be stated in REM to maintain accessibility */
	/* Where: 0.8326 = 100 * font-size_difference / viewport_width_difference */
	color: #19cfe5;
    padding-bottom: 1.45833333vw;
}

li.newsBox div.noMainTxt div.date{
	display: inline-block;
	/* 11px @ 1025px increasing to 18px @ 1920px */
	font-size: calc(0.6875rem + ((1vw - 10.25px) * 0.7821));
    /* Note: The calc base value (0.6875rem) MUST be stated in REM to maintain accessibility */
    /* Where: 0.7821 = 100 * font-size_difference / viewport_width_difference */
	color: #19cfe5;
	padding-bottom: 10px;
}

li.newsBox a div.newsBtn{
	position: absolute;
    bottom: 15px;
    right: 15px;
}

li.newsBox a div.newsBtn:after{
	content: "";
	display: inline-block;
	background-image: url(../img/home/top_main_news_arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 2vw;
	height: 2vw;
	margin-left: 30px;
}

li.newsBox a div.externalBtn{
	position: absolute;
    bottom: 15px;
    right: 15px;
}

li.newsBox a div.externalBtn:after{
	content: "";
	display: inline-block;
	background-image: url(../img/common/news_icon_external.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 2vw;
	height: 2vw;
	margin-left: 30px;
}

/*ここからli.newsBox a:hover*/
li.newsBox a:hover{
	transition: 1s;
	color: #fff;
	background-color: #19cfe5;

	.date{
		transition: 1s;
		color: #fff !important;
	}

	.title{
		transition: 1s;
		color: #fff !important;
	}

	div.newsBtn:after{
		transition: 1s;
		background-image: url(../img/home/top_main_news_arrow_hover.png);
	}


	div.externalBtn:after{
		transition: 1s;
		background-image: url(../img/common/news_icon_external_hover.png);
	}
} 
/*ここまでli.newsBox a:hover*/

.wp-pagenavi {
    display: flex;
    justify-content: center;
    align-items: center;
/*    margin-top: 60px;*/
    margin-top: 3.125vw;
}

.wp-pagenavi a, .wp-pagenavi span{}


.wp-pagenavi .page{
	font-size: 20px;
	font-family: "Josefin Sans", serif !important;
	font-weight: 400;
	font-style: normal;
	color: #20383f;
	margin: 0 15px;
}

.wp-pagenavi a.page{
	font-size: 20px;
	font-family: "Josefin Sans", serif !important;
	font-weight: 400;
	font-style: normal;
	color: #20383f;

}

.wp-pagenavi .current{
	font-size: 20px;
	font-family: "Josefin Sans", serif !important;
	font-weight: 400;
	font-style: normal;
	color: #20383f;
	/*text-decoration: underline;
	text-decoration-thickness: 0.5px;*/
	margin: 0 15px;
	border-bottom: 0.5px solid #000;
}

.wp-pagenavi .extend{
	font-size: 20px;
	font-family: "Josefin Sans", serif !important;
	font-weight: 400;
	font-style: normal;
	color: #20383f;
}

.wp-pagenavi .extend:has(+ .nextpostslink) {
	margin: 0 15px 0 0;
}

.wp-pagenavi .first{
	text-indent: -9999px;
	display: inline-block;
	margin: 0 0.52083333vw 0 0;
	line-height: 0;
}

.wp-pagenavi .first:after{
	content: "";
	display: block;
	width: 2.60416667vw;
	height: 2.60416667vw;
	background-image: url(../img/common/pagination_firstPage.png);
	background-repeat: no-repeat;
  background-size: cover;
}

.wp-pagenavi .previouspostslink{
	text-indent: -9999px;
	display: inline-block;
  margin: 0 0.52083333vw 0 0;
	line-height: 0;
}

.wp-pagenavi .previouspostslink:after{
	content: "";
	display: block;
	width: 2.60416667vw;
	height: 2.60416667vw;
	background-image: url(../img/common/pagination_prevPage.png);	
	background-repeat: no-repeat;
	background-size: cover;
}

.wp-pagenavi .previouspostslink + .extend{
	margin: 0 0 0 15px;
}

.wp-pagenavi .nextpostslink{
	text-indent: -9999px;
	display: inline-block;
  margin: 0 0 0 0.52083333vw;
  line-height: 0;
}

.wp-pagenavi .nextpostslink:after{
	content: "";
	display: block;
	width: 2.60416667vw;
	height: 2.60416667vw;
	background-image: url(../img/common/pagination_nextPage.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.wp-pagenavi .last{
	text-indent: -9999px;
	display: inline-block;
  margin: 0 0 0 0.52083333vw;
	line-height: 0;
}

.wp-pagenavi .last:after{
	content: "";
	display: block;
	width: 2.60416667vw;
	height: 2.60416667vw;
	background-image: url(../img/common/pagination_lastPage.png);	
	background-repeat: no-repeat;
	background-size: cover;
}
/*お知らせ*/

/*youtube埋め込み*/
.youtube{
	width: 100%;
  aspect-ratio: 16 / 9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}
/*youtube埋め込み*/