@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
@import url('https://fonts.googleapis.com/css?family=Oswald');

body {
	font-size: small;
  *font:x-small;
	background: #FFF;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
	line-height: 1.6;
}

select, input, button, textarea {
	font: 99% sans-serif;
}

table {
	font-size: inherit;
	font: 100%;
}

pre, code, kbd, samp, tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}


/*
**:::::::  common style   :::::::
*/

@media (min-width: 765px) {
	#pagetop {
		position: fixed;
		right: 8px;
		bottom: -50px;
		width: 41px;
		height: 38px;
		background: url(../images/common/img_pagetop.png) 0 0 no-repeat;
	}

	#pagetop a {
		background: url(../images/common/img_pagetop_arrow.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
		display: block;
		height: 35px;
		margin-top: 3px;
		text-indent: -9999px;
		-webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
		-moz-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
		-o-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
		transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
		width: 41px;
		outline: none;
	}

	#pagetop a:hover {
		background-position: 0 100%;
	}

	#pagetop a img {
		display: block;
	}
}

a:link,a:visited {
	color: #0c8e11;
	text-decoration: underline;
	font-weight: normal;
}

a.trans:link,a.trans:visited {
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
a.opac:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}

a:hover {
	color: #6aba04;
}
.img-block {
	max-width: 100%;
}

.wrap {
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
}

.wrap:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}

#header {
	width: 100%;
	position: relative;
	z-index: 4;
}

@media (min-width: 756px) {
	#header.fixed {
		position: fixed;
		top: 0;
		z-index: 1002;
		animation-name: fixedHeader;
	  animation-timing-function: ease-in;
	  animation-iteration-count: 1;
	  animation-delay: 0s;
	  transform-origin: 50% 50% 0;
	  animation-duration: .5s;
	}
	@keyframes fixedHeader {
	  0% {
	    top: -80px;
	  }
	  100% {
	    top: 0;
	  }
	}
	#header-inner {
		background-color: #fff;
	  z-index: 1000;
	  position: relative;
		margin: 0 auto;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 12px 10px;
	}
	#header-upper {
		background-color: #f3f3f3;
		height: 35px;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
	  -webkit-justify-content: space-between;
	  justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.head-tel {
		color: #999;
		font-size: 12px;
		padding: 0 10px;
		margin: 0 0 0 auto;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
	  -webkit-justify-content: space-between;
	  justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.head-time {
		color: #999;
		font-size: 12px;
		padding: 0 20px 0 10px;
	}
	a.head-lesson {
		display: block;
		line-height: 35px;
		color: #FFF;
		padding: 0 10px 0 15px;
		background-color: #4ab5c4;
		text-decoration: none;
	}
	a.head-lesson:hover {
		background-color: #5cc6d5;
	}
	.head-menu,
	.drawer-toggle {
		display: none;
	}
}

#header-upper .header-text {
	color: #999;
	font-size: 12px;
	font-weight: normal;
	padding-left: 10px;
}
.icon-tel {
	background: url(../images/page/icon_tel.svg) no-repeat;
	background-size: contain;
	width: 11px;
	height: 17px;
	margin-right: 4px;
}
.icon-golf {
	background: url(../images/page/icon_golf.svg) no-repeat;
	background-size: contain;
	width: 13px;
	height: 18px;
	margin: 8px 5px 0 0;
	display: block;
	float: left;
}

#header-inner #header-logo {
	width: 260px;
}


@media (min-width: 756px) {
	#global_navi {
		height: 53px;
		margin: 0 30px 0 auto;
	}
	#navi_ul {
		height: 53px;
		line-height: 53px;
		opacity: 1;
		-webkit-transition-property: opacity;
		transition-property: opacity;
		-webkit-transition-duration: .15s;
		transition-duration: .15s;
		-webkit-transition-timing-function: ease-out;
		transition-timing-function: ease-out;
		margin: 0 auto;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
	  -webkit-justify-content: space-between;
	  justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	#navi_ul > li {
		display: table-cell; position: relative; padding: 0 30px; font-size: 14px; vertical-align: middle; text-align: left;
	}
	#navi_ul > li:last-child .header-nav-item::after {
	  background-color: transparent;
	}
	a.header-nav-item {
	  position: relative;
	  display: block;
	  height: 53px;
	  line-height: 53px;
	  color: #000;
		margin: 0 auto;
		width: 100%;
		color: #666;
		outline: none;
		text-decoration: none;
	}
	#navi_ul > li:hover .header-nav-item {
		color: #1e9ebb;
	}
	
	#global_navi #navi_ul > li ul{
		position: absolute; display: none; top: 53px; left: 15px; line-height: 43px;
	}
	.fixed #global_navi #navi_ul > li ul{
		left: 5px;
	}
	#global_navi #navi_ul > li ul li{
		min-width: 200px; border-bottom: 1px solid #fff; white-space: nowrap;
	}
	#global_navi #navi_ul > li ul li a{
		display: block; background-color: #4ab5c4; padding: 0px 15px; color: #fff; text-decoration: none;
	}
	#global_navi #navi_ul > li ul li a:hover{
		background-color: #5cc6d5; 
	}
	#global_navi #navi_ul > li ul li a[href$='school#charge']{
		background-color: #0c8e11; 
	}
	#global_navi #navi_ul > li ul li a[href$='school#charge']:hover{
		background-color: #6aba04; 
	}


	
	
	
	
	
	
	#header.fixed {
		background-color: #FFF;
		height: 53px;
		width: 100%;
		border-bottom: 1px #DDD solid;
	}
	.fixed #header-upper {
		height: 0;
	}
	.fixed #header-upper .head-tel,
	.fixed #header-upper .header-text {
		display: none;
	}
	.fixed #header-inner {
		width: auto;
		display: block;
		margin: 0 auto;
		padding: 0;
		background-color: transparent;
		position: relative;
		z-index: 2;
	}
	.fixed #header-inner #header-logo {
    width: 180px;
		display: block;
		float: left;
		padding: 6px 0 0 10px;
		position: relative;
	}

	.fixed #global_navi {
		height: 53px;
		margin: 0 150px 0 auto;
		width: 600px;
	}
	.fixed #navi_ul {
		width: auto;
		margin: 0 auto;
	}
	.fixed .head-lesson {
		position: absolute;
		display: block;
		right: 0;
		top: 0;
		width: 120px;
		padding: 8px 0 0;
		height: 45px;
		z-index: 3;
		font-size: 12px;
		line-height: 1.5;
		text-align: center;
	}
	.fixed .head-lesson span {
		display: block;
		text-align: center;
	}
	.fixed i.icon-golf {
		display: none;
	}

	#navi_ul > li {
		padding: 0 15px;
	}

	.fixed #navi_ul > li {
		padding: 0 5px;
	}

	.p_none {
		display: none;
	}

}



/* Footer */

#footer {
	background: #060;
	color: #fff;
	padding: 30px 0 80px;
}
#foot-upper {
	border-bottom: 1px #549e39 solid;
	padding-bottom: 30px;
}
#foot-upper .left-side {
	float: left;
	width: 50%;
}
#foot-upper .right-side {
	width: 450px;
	float: right;
}
.foot-logo {
	float: left;
	width: 258px;
}
.foot-sns {
	display: flex;
	width: 100px;
	float: right;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 10px 50px 0 0;
}
.foot-sns > li > a {
	font-size: 24px;
	transition: all 0.3s ease 0s;
	color: #fff;
	text-decoration: none;
}
.foot-sns > li > a:hover {
	color: #549e39;
}
.foot-info {
	padding-top: 10px;
	font-size: 13px;
	line-height: 1.6;
}

#foot-sitemap {
	margin: 30px 0 24px;
	width: 100%;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#foot-sitemap ul {
	width: 20%;
}
#foot-sitemap ul:last-child {
	width: 15%;
}
#foot-sitemap ul li a.foot_sm_tit {
	color: #fff;
	display: block;
	height: 30px;
	font-size: 14px;
	background: url(../images/common/arrow01.svg) no-repeat left 5px;
	background-size: 12px 12px;
	padding-left: 18px;
}
#foot-sitemap ul li a {
	color: #fff;
	display: block;
	font-size: 13px;
	outline: none;
	line-height: 1.8;
	background: url(../images/common/arrow02.svg) no-repeat left 8px;
	background-size: 5px 6px;
	padding-left: 10px;
	text-decoration: none;
}
#foot-sitemap ul li a:hover,
#foot-under #foot-menu ul li a:hover {
	text-decoration: underline;
}
.foot-menu-sp {
	display: none;
}
.copyright {
	padding: 40px 15px 0;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
}



/* TOPページ
------------------------------------------------------------ */
.main-visual {
	height: 560px;
	width: 100%;
	overflow: hidden;
	text-align: center;
	background: url(../images/top/main_img.jpg) no-repeat center;
	background-size: cover;
	position: relative;
}
.main-overlay {
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1; pointer-events: none;
}
/* スライドショー */
.n2-ss-slider .n2-ss-slide-background-image{
	background-repeat: repeat-x!important;
}
.n2-section-smartslider{
	position: absolute!important; z-index: 0;
}
.n2-ss-slider-1{
	height: 560px!important;
}
.n2-ss-slider [data-mode="fill"] .n2-ss-slide-background-image{
	
}

.main-visual .logomark {
	width: 136px;
	height: 136px;
	margin: 70px auto 0;
	display: block;
	position: relative;
	z-index: 2;
}
.main-visual .main01 {
	height: 128px;
	margin: -10px auto 20px;
	display: block;
	position: relative;
	z-index: 2;
}
.main-visual .main02 {
	width: 657px;
	margin: 0 auto 13px;
	display: block;
	position: relative;
	z-index: 2;
}
.main-visual .main03 {
	width: 622px;
	margin: 0 auto;
	display: block;
	position: relative;
	z-index: 2;
}

.top-block-section {
	background-color: #f3f3f3;
	width: 100%;
	padding: 40px 0;
}
.top-block01 {
	float: left;
	width: 390px;
}
.top-block02 {
	float: left;
	width: 380px;
	margin-left: 35px;
}
.top-block03 {
	width: 200px;
	float: right;
}
.top-block03 a {
	display: block;
	margin-bottom: 5px;
}
.top-block03 a:last-child {
	margin-bottom: 0;
}
@media (min-width: 756px) {
	.top-block03 a.p_none {
		display: none;
	}
}
.youtube {
	width: 100%;
}
.youtube iframe {
	width: 100%;
	height: 260px;
}
.school_news_box {
	padding: 15px 20px;
	background-color: #FFF;
	overflow-y: auto;
	height: 230px;
}
.top_en_title {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	color: #549e39;
	background: url(../images/page/title_bar01.png) no-repeat left 18px;
	padding-left: 20px;
	margin-bottom: 12px;
}
.school_news_table {
	width: 100%;
}
.school_news_table th {
	font-family: 'Oswald', sans-serif;
	width: 80px;
	text-align: left;
	padding: 5px 0;
	font-size: 12px;
	vertical-align: top;
}
.school_news_table td {
	text-align: left;
	padding: 5px 0;
	font-size: 12px;
}


.top-second-section {
	padding: 50px 0;
	background-color: #fff;
}
.top-second-section h2,
.top-blog-new h2 {
	font-size: 25px;
	text-align: center;
}
.st_eng {
	text-align: center;
	color: #549e39;
	margin: 0 auto 40px;
	font-family: 'Oswald', sans-serif;
	letter-spacing: .05em;
	font-size: 18px;
}

.reasons {
	width: 900px;
	position: relative;
	margin: 0 auto 70px;
}
.reasons:last-child {
	margin-bottom: 0;
}
.reason_img {
	width: 590px;
	position: absolute;
	top: 0;
	z-index: 1;
}
.reasons:nth-child(even) .reason_img {
	right: 0;
}
.reasons .reason_back {
	width: 360px;
	height: 260px;
	position: absolute;
	z-index: 2;
	top: 50px;
	text-align: center;
	display: table;
}
.reasons .reason_back .inner-cell {
	display: table-cell;
	width: 360px;
	height: 260px;
	vertical-align: middle;
}
.reasons:nth-child(odd) .reason_back {
	background: rgba(255, 255, 255, 0.9);
	color: #060;
	right: 0;
}
.reasons:nth-child(even) .reason_back {
	background: rgba(0, 102, 0, 0.9);
	color: #fff;
	left: 0;
}
.reason_num {
	font-size: 80px;
	font-family: 'Oswald', sans-serif;
	line-height: 1;
	margin-bottom: 28px;
}
.reason_title {
	font-size: 20px;
	font-weight: normal;
	line-height: 1.5;
}
.reason_text {
	padding-top: 330px;
	line-height: 1.8;
	font-size: 15px;
}

.whereis {
	font-family: 'Oswald', sans-serif;
	width: 200px;
	border-bottom: 1px #888 solid;
	margin-bottom: 20px;
	padding-bottom: 9px;
	letter-spacing: 0.05em;
	color: #888;
}
.access_box {
	background-color: #f3f3f3;
	border-radius: 5px;
	padding: 12px;
}
.access_box i {
	color: #00a320;
	margin-right: 5px;
}
.access_box ul li {
	background: url(../images/common/circle1.png) no-repeat left 7px;
	padding-left: 10px;
}
@media (min-width: 765px) {
	.whereis {
		padding-top: 18px;
	}
	.access_text {
		padding-top: 330px;
	}
	.access_text .reason_text {
		float: left;
		width: 40%;
		padding-top: 0;
		padding-left: 50px;
	}
	.access_box {
		width: 48%;
		float: right;
		padding: 12px 3%;
		font-size: 13px;
	}
	.access_box ul li {
		font-size: 12px;
	}
}

.top-btns {
	background-color: #f3f3f3;
	padding: 50px 0;
}
a.top_blocks {
	width: 290px;
	background-color: #fff;
	padding: 15px;
	display: block;
	float: left;
	margin-left: 40px;
	transition: all 0.3s ease 0s;
	text-decoration: none;
}
a.top_blocks:hover {
	margin-top: -5px;
}
a.top_blocks:first-child {
	margin-left: 0;
}
.block_img {
	width: 290px;
	height: 145px;
	position: relative;
	margin-bottom: 10px;
}
.block_img img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	max-width: 100%;
}
.top_block_text {
	font-size: 12px;
	color: #333;
}

.top-blog-new {
	padding: 40px 0;
}
a.blog-arcs {
	width: 186px;
	float: left;
	margin-left: 27.5px;
	text-decoration: none;
}
a.blog-arcs:first-child {
	margin-left: 0;
}
.blog_icatch {
	width: 100%;
	height: 124px;
	overflow: hidden;
	position: relative;
}
.blog_icatch img {
	-moz-transition: -moz-transform 0.2s linear;
	-webkit-transition: -webkit-transform 0.2s linear;
	transition: transform 0.2s linear;
	position: absolute;
	max-width: 100%;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.blog-arcs:hover .blog_icatch img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}
.blog-arcs-date {
	font-family: 'Oswald', sans-serif;
	padding: 3px 0;
	font-size: 12px;
	color: #666;
}
.blog-arcs h4 {
	font-size: 13px;
	color: #333;
}
.blog-arcs-cats span {
	display: inline-block;
	line-height: 1;
	padding: 3px 10px;
	color: #fff;
	background-color: #009245;
	font-size: 11px;
	border-radius: 10px;
}
a.top-blog-btn {
	display: block;
	width: 90%;
	max-width: 350px;
	line-height: 51px;
	text-align: center;
	margin: 50px auto 0;
	color: #FFF;
	background-color: #009245;
	color: #fff;
	transition: all 0.3s ease 0s;
	border: 1px solid #009245;
	border-radius: 5px;
	font-size: 16px;
}
a.top-blog-btn:hover {
	background-color: #fff;
	color: #009245;
	border: 1px solid #009245;
}



/* 下層 */
.page-title {
	width: 100%;
	height: 180px;
	display: table;
	background-color: #060;
}
.page-title-heading {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding: 0 30px;
	font-size: 30px;
	letter-spacing: 0.08em;
	font-style: italic;
	color: #fff;
	text-align: center;
}

.breadcrumbs {
	padding: 10px 2%;
	font-size: 11px;
	width: 96%;
	margin: 0 auto;
	color: #999;
	background-color: #f3f3f3;
}
.heading1 {
	background: #FCFCFC; /* Old browsers */
	background: -moz-linear-gradient(top, #FCFCFC 0%, #FFF 50%, #F3F3F3 51%, #FFF 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FCFCFC), color-stop(50%,#FFF), color-stop(51%,#F3F3F3), color-stop(100%,#FFF)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #FCFCFC 0%,#FFF 50%,#F3F3F3 51%,#FFF 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #FCFCFC 0%,#FFF 50%,#F3F3F3 51%,#FFF 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #FCFCFC 0%,#FFF 50%,#F3F3F3 51%,#FFF 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FCFCFC', endColorstr='#FFF',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #FCFCFC 0%,#FFF 50%,#F3F3F3 51%,#FFF 100%); /* W3C */
	margin-bottom: 30px;
	padding: 8px 5px;
	color:#333;
	border: 1px #DDD solid;
}

.heading1 h3,
.heading1 h4 {
	border-left: 4px #2CBAD3 solid;
	padding: 2px 10px;
	font-size: 17px;
}

.heading2 {
	border-bottom: 1px #E3E3E3 solid;
	padding-bottom: 13px;
	margin-bottom: 45px;
	font-size: 24px;
}
@media (max-width: 765px) {
	.heading2 {
		font-size: 1.3rem;
		margin-bottom: 30px;
	}
}

.heading3 {
	padding-bottom: 10px;
	font-size: 20px;
	text-align: center;
	background: url(../images/common/line1.png) repeat-x bottom;
}
@media (max-width: 765px) {
	.heading3 {
		font-size: 1.2rem;
	}
}

.heading4 {
	padding: 8px 12px;
	background: #E8F5F9;
	font-size: 16px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 20px;
}

.heading5,
.sitemap h2 {
	background: url(../images/common/square2.png) no-repeat left 10px;
	background-size: 10px 10px;
	border-bottom: 1px #999 dashed;
	font-size: 15px;
	color: #090;
	padding: 4px 15px;
	font-weight: bold;
	margin-bottom: 18px;
	line-height: 1.5;
}

.heading6 {
	font-size: 22px;
	text-align: center;
	font-weight: normal;
	padding: 27px 0 30px;
	margin-bottom: 40px;
}
.heading6 span {
	border-bottom: 2px #333 solid;
	padding-bottom: 12px;
}

.heading7 {
	font-size: 22px;
	text-align: center;
	font-weight: normal;
	background: #58BEE2;
	padding: 50px 0 60px;
	color: #FFF;
}
.heading7 span {
	border-bottom: 2px #FFF solid;
	padding-bottom: 12px;
}

.heading8 {
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	padding: 10px 0 20px;
	color: #1b1b1b;
}
.heading8 span {
	border-bottom: 2px #333 solid;
	padding-bottom: 12px;
}

.heading9 {
	font-size: 1.1rem;
	border-bottom: 1px #e3e3e3 solid;
	margin-bottom: 18px;
}
.heading9 span {
	display: inline-block;
	margin: 0 auto;
	border-bottom: 1px #589EFF solid;
	padding-bottom: 5px;
}
.heading10,
.heading10.anchor span{
	display: block; height: 50px; box-sizing: border-box; background-color: #f3f3f3; border-radius: 5px; padding: 0 20px; font-size: 18px; color: #000; font-weight: bold; line-height: 50px; overflow: visible;
}
.heading10.anchor {
	height: auto; background-color: transparent!important; border-radius: 0px; margin-top: -126px; padding: 126px 0px 0px; line-height: normal;
}


.heading.heading_simple_line {
  color: #000;
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e1e1e1;
	margin-bottom: 28px;
}
.heading.heading_inline_line {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #000;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.7;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
	margin: 0 auto 40px;
}
.container {
	padding: 28px 0 70px;
	width: 100%;
	overflow: hidden;
}

.bg-gray {
	background-color: #f3f3f3;
}
.bg-blue {
	background-color: #EAF0F7;
}
.bg-yellow {
	background-color: rgba(254,255,235,1.00);
}
.bg-green {
	background-color: #ecffee;
}
.padding-box {
	padding: 20px;
	border-radius: 5px;
}


#main_wrap {
	font-size: 14px;
	line-height: 1.8;
}

.sect_top_text {
	text-align: center;
}

#contents {
	padding: 35px 0 60px;
}
.leftContent {
  width: 740px;
  float: left;
}
.sidebar {
  width: 220px;
  float: right;
}


/* sidebar
================== */

.sidebar_title {
	border-bottom: 2px #333 solid;
	padding-bottom: 8px;
	margin-bottom: 15px;
}
.sidebar_box {
	border: 1px solid #e1e1e1;
}
.blog_list li {
	padding: 10px;
	border-bottom: 1px solid #e1e1e1;
	position: relative;
}
.blog_list li:last-child {
  border-bottom: none;
}
.blog_list li a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	outline: none;
}
.blog_list li .blog_archs_img {
	display: block;
	width: 80px;
	float: left;
}
.blog_archs_right {
	width: 130px;
	float: right;
}
.blog_archs_date {
	font-family: 'Oswald', sans-serif;
	margin-bottom: 10px;
	line-height: 1;
	font-size: 13px;
}
.blog_archs {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
}
.blog_list li:hover .blog_archs {
	color: #1d84c6;
}
.img-block {
	max-width: 100%;
}
.side_bnrs {
	margin-top: 20px;
}
a.side_bnr {
	display: block;
	width: 100%;
	margin-top: 20px;
	transition: all 0.3s ease 0s;
	text-decoration: none;
}
a.side_bnr img {
	width: 100%;
}
a.side_bnr .top_block_text {
	line-height: 1.5;
	text-decoration: none;
	margin-top: 5px;
}
a.side_bnr:first-child {
	margin-top: 0;
}
a.side_bnr:hover {
	opacity: 0.8;
}

.side_news {
	margin-bottom: 25px;
}
.side_news li {
	border-bottom: 1px #ccc dotted;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.side_post_date {
	color: #777;
	font-family: 'Oswald', sans-serif;
}


.table-s1 {
	width: 100%;
}
.table-s1 th {
	padding: 8px;
	border: 1px #DDD solid;
	background-color: #f3f3f3;
	width: 40%;
}
.table-s1 td {
	padding: 8px;
	border: 1px #DDD solid;
}

a.btn-s1 {
	border: 2px solid #1E2EA8;
	display: block;
	margin-top: 20px;
	padding: 10px 0;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 300px;
	color: #1E2EA8;
	text-decoration: none;
	font-weight: normal;
	border-radius: 4px;
	background-color: #FFF;
	box-shadow: 0 3px 0 #eee;
	margin-left: auto;
	margin-right: auto;
}
a.btn-s1 i {
	display: inline-block;
	float: right;
	padding: 6px 6px 0 0;
}
.btn-s1:hover {
	background: #1E2EA8;
	color: #FFF;
}
.divider-full {
	height: 1px;
	background: #dfe6e4;
	width: 100%;
}


.overview {
	width: 100%;
}

.overview th {
	background: #fbfbfb;
	border: 1px #EDEDED solid;
	padding: 10px 30px;
	text-align: left;
	width: 25%;
	font-weight: normal;
}

.overview td {
	background: #FFF;
	border: 1px #EDEDED solid;
	padding: 10px 30px;
}


.history {
	width: 100%;
}
.history th {
	width: 25%;
	padding: 12px 30px;
	border-bottom: 1px #ccc solid;
	text-align: left;
}
.history td {
	padding: 12px 30px;
	border-bottom: 1px #ccc solid;
	text-align: left;
}

.sq1 {
	background: url(../images/common/square1.png) no-repeat left 6px;
	padding-left: 19px;
}
.sq2 {
	background: url(../images/common/square2.png) no-repeat left 6px;
	background-size: 10px 10px;
	padding-left: 19px;
}
.contact_body {
	max-width: 800px;
	margin: 0 auto;
	padding-top: 20px;
}
.contact_table {
	width: 100%;
	margin: 30px auto;
}
.contact_table th {
	padding: 12px 20px;
	width: 33%;
	border: 2px #DDD solid;
	background: #f3f3f3;
	vertical-align: middle;
}
.contact_table th .hissu_cell {
	position: relative;
}
.hissu {
	background: #269ADD;
	color: #FFF;
	border-radius: 3px;
	display: inline-block;
	padding: 2px 5px;
	line-height: 1;
	font-size: 12px;
}
.contact_table th .hissu {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 5px;
}
.contact_table td {
	padding: 12px 20px;
	border: 2px #DDD solid;
	background: #FFF;
}
.goyouken .radio {
	width: 45%;
	display: inline-block;
}

.p_check {
	padding: 15px 3%;
	height: 180px;
	overflow-y: auto;
	border: 1px #999 solid;
	margin-bottom: 8px;
	font-size: 13px;
	line-height: 1.6;
}


/* プライバシーポリシー */
.privacy {
	max-width: 800px;
	margin: 0 auto;
	width: 100%;
}
.privacy .heading9 {
	margin-bottom: 18px;
}
.privacy p,
.privacy ul {
	padding-bottom: 25px;
}

.sitemap {
	font-size: 0.9rem;
	padding: 20px 5%;
	background: #f3f3f3;
	border-bottom: 1px #DDD solid;
}
.sitemap ul {
	display: block;
	width: 92%;
	margin: 0 auto;
	padding: 20px 4%;
	background: #FFF;
	border-radius: 5px;
}
.sitemap ul li {
	margin-bottom: 10px;
	border-bottom: 1px #DDD solid;
	padding-bottom: 6px;
	padding-left: 10px;
}
.sitemap ul li a {
	color: #555;
	font-weight: bold;
	background: url(../images/common/arrow01.svg) no-repeat left 5px;
	background-size: 12px 12px;
	padding-left: 18px;
}
.sitemap ul li a i {
	display: inline-block;
	width: 12px;
	color: #000C9B;
}
.sitemap ul li a:hover {
	text-decoration: underline;
}


.blog-date {
	background-color: #ffecec;
	font-size: 12px;
	padding: 3px 10px;
	border-radius: 5px;
	margin-bottom: 25px;
	font-weight: bold;
}
.blog-content {
	min-height: 250px;
}

.article_box {
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #e1e1e1;
}
.i_catch {
  width: 240px;
  height: 160px;
  float: left;
  position: relative;
  overflow: hidden;
	border: 1px #DDD solid;
}
.i_catch img {
  max-width: 110%;
  max-height: 110%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.article_right {
  width: 420px;
  margin-left: 30px;
  display: block;
  float: left;
  position: relative;
  min-height: 160px;
}
.article_right h2 a {
  font-size: 18px;
  font-weight: bold;
}
.article_box .arc_tags {
  position: absolute;
  left: 0;
  bottom: 0;
}
.article_right .article_date {
  position: absolute;
  right: 0;
  bottom: 0;
}
.article_date {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #767676;
}
.post-categories li {
  float: left;
}
.article_box .arc_tags span, .article_top .arc_tags span, .post-categories li a {
  display: inline-block;
  padding: 2px 6px;
  background-color: #858f8f;
  color: #FFF;
  font-size: 12px;
  margin-right: 3px;
  border-radius: 4px;
	text-decoration: none;
}

.widget-pickup ul {
  margin: 0;
  padding: 15px;
  list-style: none;
  background: #f5f3f2;
}
.widget-pickup ul li {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dotted #a0a0a0;
}
.widget-pickup ul li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.widget-pickup .parts-meta {
  padding-left: 95px;
}
h3.slide-title {
  font-size: 0.8rem;
	line-height: 1.5;
  margin-top: 0;
}
.date_number {
  font-size: 11px;
  margin-top: 10px;
  margin-bottom: 0 !important;
  color: #777;
}
.widget-pickup .thumbnail {
  float: left;
  width: 80px;
  margin: 0;
}
.widget-pickup .thumbnail img {
	width: 100%;
}



/* School */
.motto {
	margin: 7px 0;
	line-height: 1.6;
}
.motto li {
	font-size: 16px;
	font-weight: bold;
	color: #306912;
}
.fee_table {
	width: 100%;
}
.fee_table thead th {
	background-color: #eaffe4;
	border: 1px #999 solid;
	padding: 5px;
}
.fee_table tbody th {
	background-color: #c2e6cd;
	border: 1px #999 solid;
	padding: 5px;
	text-align: left;
	vertical-align: middle;
}
.fee_table tbody td {
	border: 1px #999 solid;
	padding: 5px;
	text-align: left;
}
.ex-plus {
	background-color: #ffe9e8;
	border-radius: 5px;
	padding: 20px;
	font-size: 13px;
	line-height: 1.5;
}
.school_last {
	text-align: center;
	margin-top: 30px;
}
.school_staff_img {
	border-radius: 8px;
}
.access_block {
	margin-top: 25px;
}
.access_img {
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 540px;
	margin-bottom: 14px;
}
.gmap iframe {
	max-width: 100%;
}


.staff-head {
	text-align: center;
	padding: 40px 0 45px;
	width: 100%;
	background-color: #d6fff2;
}
.staff-head h2 {
	font-size: 24px;
}
.staff-head h2::after {
  content: '';
  display: block;
  height: 2px;
  background-color: #333;
  width: 225px;
  margin: 10px auto 30px;
}
.staff_box {
	width: 100%;
	height: 480px;
	display: block;
	position: relative;
	overflow: hidden;
}
.staff-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 100%;
	z-index: 1;
}
@media (min-width: 1250px) {
	.staff-img {
		height: auto;
		width: 100%;
	}
}
.staff-inner {
	position: relative;
	z-index: 2;
}
.staff01 .staff-inner {
	padding: 60px 50% 0 0;
}
.staff02 .staff-inner {
	padding: 60px 0 0 50%;
}
.key_phrase {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	color: #549e39;
	font-style: italic;
	letter-spacing: 0.08em;
}
.jp_name {
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	margin-top: 10px;
}
.en_name {
	font-family: 'Oswald', sans-serif;
	color: #666;
	line-height: 1;
	margin-top: 3px;
	margin-bottom: 20px;
	letter-spacing: 0.08em;
}
.staff_info {
	border: 1px #555 solid;
	padding: 10px 12px;
	line-height: 1.5;
	font-size: 13px;
	width: 400px;
	margin-bottom: 20px;
}
.staff_text {
	width: 424px;
}


.rec_table {
	width: 100%;
	margin-top: 13px;
}
.rec_table th {
	background-color: #e5ffe0;
	border: 1px #DDD solid;
	padding: 5px;
	text-align: left;
	width: 150px;
}
.rec_table td {
	border: 1px #DDD solid;
	padding: 5px;
}

.owner_head {
	font-size: 24px;
	background-color: #e8ffdd;
	border-radius: 5px;
	padding: 20px;
	text-align: center;
	color: #25660d;
	line-height: 1.5;
}
.owner01 {
	border: 1px #999 solid;
	padding: 15px;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0 3px 0 #ddd;
	margin-top: 15px;
}

.trial_top {
	text-align: center;
}
.trial_top iframe {
	max-width: 720px;
	margin: 0 auto;
}
.trial_text {
	padding: 5px 0 30px;
}
.trials {
	text-align: center;
}
.trial_flow_text {
	font-size: 16px;
	padding: 5px 0 30px;
}
.border-box {
	border: 1px #999 solid;
	padding: 15px;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0 3px 0 #ddd;
}
.trial_flex {
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.trial_check {
	width: 48%;
}
.trial_access {
	width: 32%;
	text-align: center;
	padding: 15px 0;
	border: 1px #999 solid;
	border-radius: 5px;
}
.trial_bottom_flex {
	width: 50%;
	text-align: center;
}
.lots {
  background-color: #3acf40;
  max-width: 700px;
  width: 100%;
  margin: 20px auto;
  line-height: 55px;
  border-radius: 50px;
  color: #FFF;
  border: 2px #3acf40 solid;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  box-shadow: 0 4px 0 #9cffb1;
}
.lots::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #3acf40;
}
.note_box_bg {
  max-width: 740px;
  background-color: #e6faff;
  padding: 5px;
}
.note_box {
  background: url(../images/page/note_bg.png) #FFF;
  border: 1px #bfdfe9 solid;
  padding: 20px 5%;
}
.check_list li {
	background: url(../images/page/icon_check.png) no-repeat left 3px;
	background-size: 18px 17px;
	padding-left: 22px;
	font-size: 16px;
	margin-bottom: 4px;
}
.check_list li:last-child {
	margin-bottom: 0;
}
.imgLeft {
	float: left;
	width: 320px;
}
.rightText {
	float: right;
	width: 400px;
}

.link_list li {
	background: url(../images/common/arrow7.png) no-repeat left 7px;
	padding-left: 15px;
	margin-bottom: 5px;
}
.link_list li:last-child {
	margin-bottom: 0;
}

.newsTable {
	width: 100%;
}
.newsTable th {
	width: 120px;
	padding: 10px 0;
	border-bottom: 1px #DDD solid;
	text-align: left;
	font-family: 'Oswald', sans-serif;
	color: #777;
}
.newsTable td {
	padding: 10px 0;
	border-bottom: 1px #DDD solid;
}
.newsTable td.tag-column {
	text-align: left;
	width: 140px;
	vertical-align: top;
}
.newsTable td.tag-column .tag {
	max-width: 100px;
	padding: 2px 10px;
	display: block;
	color: #fff;
	text-align: center;
	font-size: 12px;
	line-height: 1.2;
	position: relative;
	top: 3px;
	background-color: #29dec5;
}
.newsTable td.tag-column .tag.news {
	background-color: #38a100;
}
.excerpt {
	font-size: 13px;
	color: #777;
	line-height: 1.6;
	margin-top: 7px;
}

.wp-pagenavi {
	padding: 12px 5px;
	background: #F3F3F3;
	border-radius: 4px;
	font-size: 100%;
	text-align: center;
	border: 1px #DDD solid;
	margin-top: 30px;
}
.wp_pagenavi_upper .wp-pagenavi {
	margin-top: 0;
}
.wp-pagenavi span,
.wp-pagenavi a {
	padding: 5px 7px!important;
	border-radius: 3px;
}
.wp-pagenavi .page,
.wp-pagenavi .pages,
.wp-pagenavi .extend,
.wp-pagenavi .last,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .first {
	background: #FFF;
}
.wp-pagenavi .current {
	background: #173a96;
	color: #FFF;
}
