@charset "utf-8";

.contents .event-logo {
    margin-bottom: 40px;
}
.contents .event-logo img {
    display: block;
    width: 95%;
    margin: 0 auto;
}

.event-inner{
	padding: 12px 0 20px;
    border-bottom: solid 1px #AAA;
}

.event-data{
	width: 90px;
    margin-bottom: 10px;
    padding: 6px 0 5px;
    background-color: #00895e;
    color: #FFF;
    font-size: 1.2rem !important;
    font-weight: bold;
    text-align: center;
}

.event-text{
	font-size: 1.2rem !important;
    line-height: 1.5rem;
}

.event-text a{
	color: #000;
}

#pager{
	margin: 30px 0;
	text-align: center;
	font-size: 1.8rem;
}

#pager a{
	color: #F15E1B;
	margin-left: 12px;
}

#pager a:first-child{
	margin-left: 0;
}

#pager .current{
	color: #000 !important;
	border-bottom: solid 2px #000;
}

/*
.event-detail h3{
	margin-bottom: 40px;
}
*/

.school-event-detail{
    padding-top: 40px;
	padding-bottom: 50px;
    border-bottom: double 3px #AAA;
}

.school-event-detail .date{
    width: 100px;
	margin-bottom: 20px;
    font-size: 1.2rem;
}

.school-event-detail .title{
	margin-bottom: 20px !important;
    color: #00895E;
	font-size: 1.6rem;
	line-height: 2.4rem;
}

.school-event-detail .desc{
	font-size: 1.35rem;
    line-height: 2rem;
}

.school-event-detail .desc img{
/* 	width: 100%; */
	height: auto !important;
}

/*
.school-event-detail .desc div, .school-event-detail .desc p{
	float: none !important;
}
*/







/* ////////// ADD 2016.08 ////////// */

.cms-event-ttlimg {
	margin-bottom: 6rem;
}

.cms-event-right,
.cms-event-detail {
	clear: both;
}

.cms-event-right-ttl {
	width: 75%;
	float: left;
	margin-bottom: 2rem;
}

.cms-event-image {
	width: 25%;
	float: right;
	text-align: right;
}

.cms-event-image img {
	border-radius: 5px;
	width: 70px;
}


.cms-event-title {
	margin-bottom: 1rem;
	font-size: 2rem;
	line-height: 2.6rem;
}

.cms-event-icon img {
	width: 25% !important;
	float: left;
	margin-bottom: 3rem;
	margin-right: 2rem;
}

.cms-event-brock {
	margin-bottom: 10rem;
    border-bottom: solid 1px #ccc;
}

.cms-event-table {
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
	border-radius: 5px;
	margin: 0 auto 2rem auto;
}

.cms-event-table th,
.cms-event-table td {
    padding: 1.2rem 0.6rem;
	border: 1px solid #bbb;
}

.cms-event-table th {
    width: 30%;
    text-align: center;
}
	.cms-event-table th.bgcel_c1 {
	    background-color: #F0F4C3;
/* 	    background-color: #ffcc99; */
	}
	.cms-event-table th.bgcel_c2 {
/* 	    background-color: #a9c6df; */
/* 		background-color: #C8E6C9; */
		background-color: #c8e0e6;
/* 		background-color: #99ccff; */
	}







.cms-event-free {
	font-weight: bold;
	color: #3366cc;
}

.cms-event-contact {
/*
	background-image: -moz-linear-gradient(top, #f9f9f9, #eeeeee);
	background-image: -ms-linear-gradient(top, #f9f9f9, #eeeeee);
	background-image: -o-linear-gradient(top, #f9f9f9, #eeeeee);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#f9f9f9), to(#eeeeee));
	background-image: -webkit-linear-gradient(top, #f9f9f9, #eeeeee);
	background-image: linear-gradient(top, #f9f9f9, #eeeeee);
	border: solid 1px #f9f9f9;
*/
/*
background-image: -moz-linear-gradient(top, #36b7b8, #1bafae);
background-image: -ms-linear-gradient(top, #36b7b8, #1bafae);
background-image: -o-linear-gradient(top, #36b7b8, #1bafae);
background-image: -webkit-gradient(linear, center top, center bottom, from(#36b7b8), to(#1bafae));
background-image: -webkit-linear-gradient(top, #36b7b8, #1bafae);
background-image: linear-gradient(top, #36b7b8, #1bafae);
*/

background-image: -moz-linear-gradient(top, #1ea190, #009481);
background-image: -ms-linear-gradient(top, #1ea190, #009481);
background-image: -o-linear-gradient(top, #1ea190, #009481);
background-image: -webkit-gradient(linear, center top, center bottom, from(#1ea190), to(#009481));
background-image: -webkit-linear-gradient(top, #1ea190, #009481);
background-image: linear-gradient(top, #1ea190, #009481);

/*
background-image: -moz-linear-gradient(top, #1ea16a, #009456);
background-image: -ms-linear-gradient(top, #1ea16a, #009456);
background-image: -o-linear-gradient(top, #1ea16a, #009456);
background-image: -webkit-gradient(linear, center top, center bottom, from(#1ea16a), to(#009456));
background-image: -webkit-linear-gradient(top, #1ea16a, #009456);
background-image: linear-gradient(top, #1ea16a, #009456);
*/

	border-radius: 5px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 4rem;
}
.cms-event-contact a {
	padding: 2rem 1rem;
	display: block;
	color: #fff;
	font-weight: bold;
}

.event-fin {
	background-color: #faf4f5;
	padding: 0.5rem;
	margin-bottom: 1rem;
	border-radius: 5px;
	border: solid 1px #E57373;
	text-align: center;
	color: #E57373;
}








/* ADD 2017.04 */

.eve_wrap {
	margin-bottom: 5rem;
	border-top: solid 1px #cac4bb;
	border-bottom: solid 1px #cac4bb;
	height:100%;
	background-color: #f7f9f0;
}

.eve_fin {
	text-align: center;
	padding: 0.5rem;
	background-color: #f9eded;
	font-style: italic;
	font-weight: bold;
	color: #ce3e3e;
}

.eve_leftcell {
	width: 25%;
	float: left;
}
.eve_rightcell {
	width: 75%;
	float: right;
	background-color: #fff;
}


.eve_leftcell div.inner {
	padding: 1rem;
}
.eve_rightcell div.inner {

}

.eve_rightcell h3 {
	font-size: 1.4rem;
	line-height: 1.4;
	padding: 1rem 2rem;
	background-color: #faf6ef;
}
	.eve_rightcell h3 a {
		text-decoration: none;
		color: #333;
	}
	.eve_rightcell h3 a:hover {
		text-decoration: underline;
		color: #43cc91;
	}
.eve_rightcell h4 {
	font-size: 0.8rem;
	padding: 0 2rem 1rem 2rem;
	background-color: #faf6ef;
	color: #675e4e;
}
.eve_rightcell div.eve_detail {
	padding: 2rem;

}



.eve_type {
	width: 100%;
	color: #fff;
	border-radius: 5px;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 1rem;
}
	.type1 {
		background-color: #e04343;
		position: relative;
	}
	.type2 {
		background-color: #e1a243;
		position: relative;
	}
	.type3 {
		background-color: #43c4e1;
		position: relative;
	}
	.type4 {
		background-color: #4375e1;
		position: relative;
	}
	.type5 {
		background-color: #e14385;
		position: relative;
	}

.eve_date {
	margin-bottom: 1rem;
	font-size: 0.75rem;
}

.eve_cost {
	margin-bottom: 1rem;
	border: solid 1px #f3914a;
	padding: 0.1rem;
	text-align: center;
	background-color: #fff5ec;
	border-radius: 5px;
	font-size: 0.75rem;
}

.eve_target li {
	border: solid 1px #50ce93;
	padding: 0.1rem;
	text-align: center;
	border-radius: 5px;
	font-size: 0.6rem;
	margin-bottom: 0.3rem;
	background-color: #fff;
	color: #2fb175;
}


.eve_detail table {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #e6dfd5;
	margin-bottom: 1rem;
	font-size: 0.75rem;
}

.eve_detail table tr:hover {
	background-color: #faf6ef;
}

.eve_detail table th {
	color: #675e4e;
	width: 30%;
	padding: 10px;
	font-weight: normal;
	vertical-align: top;
	border-bottom: 1px solid #e6dfd5;
/* 	border-right: 1px dashed #e6dfd5; */
}

.eve_detail table td {
	width: 350px;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #e6dfd5;
}

.eve_cvbt {

}

.eve_cvbt a {
	width: 100%;
	float: right;
	background-color: #50ce93;
	text-align: center;
	padding: 1rem 0;
	border-radius: 5px;
	color: #fff;
	font-size: 1.0rem;
	margin-bottom: 1rem;
	text-decoration: none;
}

.eve_cvbt a:hover {
	background-color: #60dea3;
	text-decoration: underline;
}




/* ADD 2018.01 ゼミインデックス */

/* .zemi_idx section {
	margin-bottom: 2rem;
	padding: 1rem;
}

	.zemi_idx section:nth-child(1) { background-color: #e3f3e8; }
	.zemi_idx section:nth-child(2) { background-color: #e3f3ed; }
	.zemi_idx section:nth-child(3) { background-color: #e3f2f3; }
	.zemi_idx section:nth-child(4) { background-color: #e3e9f3; }

.zemi_idx section h3 {
	font-size: 1.2rem;
	margin-bottom: 1rem;
}

.zemi_idx section img {
	width: 100%;
	border: solid 1px #ccc;
} */



/* ADD 2022.01 ゼミインデックス */

.zemi_idx dl {
	margin-bottom: 2rem;
	padding: 1rem;
}

	.zemi_idx dl:nth-child(1) { background-color: #e3f3e8; }
	.zemi_idx dl:nth-child(2) { background-color: #e3f3ed; }
	.zemi_idx dl:nth-child(3) { background-color: #e3f2f3; }
	.zemi_idx dl:nth-child(4) { background-color: #e3e9f3; }

.zemi_idx dl h3 {
	font-size: 1.2rem;
	margin-bottom: 1rem;
}

.zemi_idx dl img {
	width: 100%;
	border: solid 1px #ccc;
}




.news_archive {
	margin-bottom: 10rem;
	padding-bottom: 2rem;
	border-bottom: solid 1px #ccc;
}
	.news_archive:last-child {
		border: none;
		margin-bottom: 0;
	}
.news_archive h3 {
	margin-bottom: 2rem;
	font-size: 1.2rem;
	line-height: 1.4;
	padding: 0.5rem 1rem;
	border-radius: 5px;
	background-color: #caf1e4;
}
.news_archive p img {
	width: 50%;
}






/* add 20181030 講師採用*/

.visual img {
	border-radius: 5px;
	margin-bottom: 2rem;
}
.custom_contents h1 {
	color: #333;
	font-size: 1.3rem;
	font-style: italic;
	margin-bottom: 1rem;
	padding: 0 0 0 1rem;
	width: 100%;
	line-height: 1.5;
	border-left: solid 3px #119977;
}
.custom_contents h2 {
	font-size: 0.8rem;
	margin-bottom: 1rem;
	padding: 0.2rem 1rem;
	background-color: #119977;
	border-radius: 5px;
	color: #fff;
}
.custom_contents dl {
	margin-bottom: 2rem;
	border-bottom: dotted 1px #ccc;
}
.custom_contents dl dt {
	margin-bottom: 1rem;
}
.custom_contents dl dt strong {
	font-size: 1.2rem;
	color: #2189ea;
}
.custom_contents dl dd {
	margin-bottom: 1rem;
}
.custom_contents dl dd strong {
	font-size: 1.2rem;
	color: #eb4321;
}

.flow_box {
	background-color: #f5f8e6;
	border: solid 1px #119977;
	border-radius: 5px;
	padding: 1rem;
	text-align: center;
	font-size: 1rem;
}

.flow_box li {
	margin-bottom: 0.5rem;
}

/*
ul li > strong {
	color: #119977;
}
*/

.close_txt {
	font-size: 1.6rem;
	font-style: italic;
	color: #119977;
	text-align: center;
	line-height: 2;
	margin-bottom: 1rem;
}

.cv_bt {
	background-color: #3399fe;
	width: 400px;
	padding: 2rem 0;
	margin: 0 auto;
	text-align: center;
}
.cv_bt a {
	font-size: 1.5rem;
	color: #fff;
}
