@charset "utf-8";

/*下層ページ共通*/
table,
th,
td {
    border: 1px solid rgba(0, 0, 0, 0.1);
}
#main{
	width: 960px;
	margin: 0 auto;
	background-color: #fff;
	padding: 45px 40px 20px 65px;
	border-bottom: 1px solid #d2d0d1;
	border-right: 1px solid #d2d0d1;
	position: relative;
	box-sizing: border-box;
}

#main .img{
	position: absolute;
	top: 0;
	left: 0;
}

#main section{
	margin-bottom: 65px;
	position: relative;
}

#main section .tit{
	position: absolute;
	top: -30px;
	left: -30px;
}

#main section .tit2{
	position: absolute;
	top: -20px;
	left: -30px;
}


#main h2{
	font-size: 22px;
	margin-bottom: 45px;
	position: relative;
	color: #c2474a;
}

#main h2 span{
	font-size: 12px;
	color: #808080;
}

#main h3{
	color: #4f3f42;
	font-size: 18px;
	margin-bottom: 40px;
	padding-left: 50px;
}

#pankuzu{
	width: 960px;
	margin: 0 auto 20px;
}

#pankuzu li{
	display: inline;
	margin-right: 5px;
}

#pankuzu li a{
	color: #4f3f42;
	text-decoration: none;
}

#pankuzu li i{
	margin-left: 8px;
}

/*about*/

#about section p{
	margin-bottom: 30px;
}



/*voice*/

#voice h2{
	color: #225fb0;
}

#voice h3{
	color: #225fb0;
	margin-bottom: 30px;
	font-size: 18px;
	padding-left: 0;
}

#voice h4{
	color: #225fb0;
	margin-top: 30px;
	font-size: 14px;
	padding-left: 0;
}

/*info*/

#info h2{
	color: #cdd237;
}

/*#info h3{
	color: #4f3f42;
	margin-bottom: 40px;
	font-size: 18px;
}*/

#info h4{
	color: #cdd237;
	font-size: 16px;
	margin-bottom: 20px;
}

#info .schedule table{
	width: 600px;
	margin-bottom: 15px;
}

#info .schedule table th{
	background-color: #c7c7c7;
	color: #fff;
	padding: 15px;
}

#info .schedule table td{
	background-color: #ebebeb;
	padding: 15px;
}

#info .schedule p a{
	text-decoration: none;
	color: #c2474a;
}

#info .contact{
	width: 220px;
}

#info .contact .btn{
	background-color: red;
}

#info .contact .btn a{
	display: block;
	text-decoration: none;
	color: #fff;
}

#info .contact .btn i{
	color: #fff;
	margin-left: 10px;
}

/*test*/

#test section p{
	margin-bottom: 30px;
}

#test h2{
	color: #60973c;
}

#test .green{
	color: #60973c;
}

/*#test h3{
	color: #4f3f42;
	font-size: 18px;
	margin-bottom: 40px;
	padding-left: 50px;
}*/

#test h4{
	color: #60973c;
	font-size: 16px;
	margin-bottom: 35px;
}

#test p a{
	text-decoration: none;
	color: #c2474a;
}

#test .flow{
	width: 580px;
	margin: 0 auto;
}

#test .test,
#test .test2{
	position: relative;
}

#test .test img,
#test .test2 img{
	position: absolute;
	top: -10px;
	left: 10px;
	z-index: 1;
}


#test .test dt,
#test .test2 dt{
	color: #fff;
	background-color: #95d16d;
	width: 85px;
	padding: 8px 0;
	text-align: center;
	font-size: 14px;
	margin-bottom: 10px;
}

#test .test dd,
#test .test2 dd{
	color: #60973c;
}

#test .test p,
#test .test2 p{
	color: #fff;
	background-color: #488a1c;
	margin-right: 30px;
	width: 200px;
	padding: 25px 0 15px;
	text-align: center;
	position: relative;
}


#test .test p:after{
	content: '';
	position: absolute;
	top: 79px;
	right: 0;
	width: 0;
	height: 0;
	border: 100px solid transparent;
	border-top: 30px solid #488a1c;
}

#test .test2 p:after{
	content: '';
	position: absolute;
	top: 100px;
	right: 0;
	width: 0;
	height: 0;
	border: 100px solid transparent;
	border-top: 30px solid #488a1c;
}


#test .test p span,
#test .test2 p span{
	font-size: 16px;
	font-weight: bold;
	color: #fff;

}

#test .test2 .bold{
	font-weight: bold;
	font-size: 14px;
}

#test .pass{
	border-top: 1px solid #95d16f;
	border-left: 1px solid #95d16f;
	border-right: 1px solid #95d16f;
	width: 120px;
	padding: 15px 0;
	color: #60973c;
	text-align: center;
	margin: 0 0 35px 40px;
	font-size: 14px;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	position: relative;
}

#test .pass:after{
	content: '';
	position: absolute;
	top: 48px;
	right: -2px;
	width: 0;
	height: 0;
	border: 62px solid transparent;
	border-top: 18px solid #fff;
}

#test .pass:before{
	content: '';
	position: absolute;
	top: 49px;
	right: -2px;
	width: 0;
	height: 0;
	border: 62px solid transparent;
	border-top: 18px solid #95d16f;
}

#test .pass2{
	background-color: #cee01c;
	color: #60973c;
	width: 132px;
	padding: 15px 0;
	text-align: center;
	margin-left: 35px;
	font-size: 14px;
}

/*member*/

#member h2{
	color: #c2474a;
	margin-bottom: 70px;
}

#member h3 span{
	font-size: 12px;
	color: #4f3f42;
}

#member h4{
	color: #c2474a;
	font-size: 16px;
}

#member h5{
	color: #c2474a;
	font-size: 14px;
	margin-bottom: 10px;
}

#member h5 i{
	color: #c2474a;
	margin-right: 5px;
}

#member table{
	width: 870px;

}

#member tr{
	border-bottom: dotted thin #808080;
}

#member tr:first-child,
#member tr:last-child{
	border-bottom: none;
}

#member th{
	padding: 15px;
	color: #fff;
}

#member th:first-child,
#member th:nth-child(2){
	width: 120px;
}

#member th:nth-child(3){
	width: 470px;
}

#member td{
	padding: 15px;
	vertical-align: middle;

}

#member td span{
	color: #c2474a;
	margin-left: 5px;
}

#member .seminar1 th{
	background-color: #c7c7c7;
}

#member .seminar1 td{
	background-color: #ebebeb;
}

#member .seminar2 th{
	background-color: #e3e3e3;
}

#member .seminar2 td{
	background-color: #f5f5f5;
}

#member .mgn80{
	margin-bottom: 80px !important;
}
