@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

#vol01,
#vol02,
#vol03,
#vol04,
#vol05,
#vol06,
#vol07,
#vol08 {
	margin-top: -100px;
	padding-top: 100px;
}


.small {
	font-size: 0.7em;
}

/*-------------------------------------------------------------------
	bread
-------------------------------------------------------------------*/

#bread {
	padding: 10px 0;
}

#bread .panz {
	width: 1200px;
	margin: 0 auto;
}

#bread .panz li {
	display: inline-block;
	font-size: 1.2em;
	margin-right: 3px;
}

#bread .panz li:last-child {
	margin-right: 0;
}

#bread .panz li a {
	color: #333333;
}

#bread .panz li a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 1280px){
	
	#bread .panz {
		width: 90%;
	}

}

/*-------------------------------------------------------------------
	container
-------------------------------------------------------------------*/

#container {
	background: url("../image/education/cont_bg.png") top center no-repeat;
	background-size: 100% auto;
	border-bottom: 2px solid #0090d1;
	padding: 0 5%;
	position: relative;
}

#container:before {
	background: #e50012;
	width: 5%;
	height: 340px;
	position: absolute;
	top: 170px;
	right: 0;
	content: '';
	z-index: 10;
}

#container:after {
	background: #8fc31f;
	width: 5%;
	height: 340px;
	position: absolute;
	bottom: 970px;
	left: 0;
	content: '';
	z-index: 10;
}


#education {
	border-left: 2px solid #0090d1;
	border-right: 2px solid #0090d1;
	padding: 90px 0 80px;
}

#education .inner {
	width: 1200px;
	max-width: 90%;
	margin: 0 auto;
	font-size: 1.5em;
	line-height: 1.8;
}


#education .inner .title01 {
	margin: 0 0 40px;
	position: relative;
	padding-left: 50px;
	font-size: 2.1em;
	line-height: 1.0;
	font-weight: 500;
}

#education .inner .title01:before {
	background: #1d61c9;
	width: 30px;
	height: 5px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: '';
}

#education .inner .title02 {
	margin: 0 0 40px;
	font-size: 1.6em;
	line-height: 1.0;
	font-weight: 500;
	padding: 0 0 10px;
	border-bottom: 2px solid #333333;
}

#education .inner .grdbox {
	height: 100%;
	background: linear-gradient(to bottom, #33d1ff,#1d63c9);
	position: relative;
	padding: 4px;
	box-sizing: border-box;
}

#education .inner .grdbox .white {
	display: flex;
	box-sizing: border-box;
	padding: 40px 30px;
    height: 100%;
	background: #fff;
	zoom:1;
}

#education .inner .grdbox .white .texts {
	width: calc(100% - calc(164px + 20px));
	margin-left: 20px;
}


#education .inner .grdbox .white .texts dt {
	margin: 0 0 10px;
	color: #0092d2;
	font-size: 1.4em;
	font-weight: 500;
	line-height: 1.4;
}

#education .inner .grdbox .white .texts dt.ex {
	margin-bottom: 40px;
}


#education .inner .same01 {
	overflow: hidden;
	zoom:1;
	padding: 0 0 80px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 40px 4%;
}


#education .inner .same01 li {
	width: 48%;
}


#education .inner .same02 {
	text-align: center;
	margin:  0 0 100px;
}


#education .inner .same02 li {
	width: 260px;
	display: inline-block;
	vertical-align: top;
    margin: 15px 40px;
}


#education .inner .same02 li dl {
	margin: 20px 0 0;
}

#education .inner .same02 li dl dt {
	color: #0092d2;
	font-size: 1.4em;
	font-weight: 500;
	line-height: 1.4;
	margin: 0 0 15px;
}

#education .inner .same02 li dl dd {
	text-align: left;
}

#education .inner .bolds {
	font-weight: 500;
	line-height: 1.0;
	margin: 0 0 20px;
}

#education .inner table {
	width: 100%;
}

#education .inner table th,
#education .inner table td {
	border: 1px solid #666666;
	vertical-align: middle;
	padding: 20px 50px;
	text-align: left;
}

#education .inner table th {
	font-weight: 300;
	line-height: 1.0;
}


#education .inner table tr th:first-child,
#education .inner table tr td:first-child {
	border-left: none;
	padding: 20px 0;
	text-align: center;
	width: 200px;
}

#education .inner table tr td:first-child {
	background: #d4eefe;
}

#education .inner table tr th:last-child,
#education .inner table tr td:last-child {
	border-right: none;
}



@media screen and (max-width: 1280px){
	
	
	#container {
		padding: 0 3%;
	}

	#container:before {
		width: 3%;
	}

	#container:after {
		width: 3%;
	}
	
	#education .inner {
		width: 90%;
	}	
	
	#education .inner .grdbox .white {
		padding: 30px 25px;
	}
	
}


/*===============================================
  画面の横幅が1024px以下に適用
===============================================*/
@media screen and (max-width: 1024px){
	
	#education .inner .same01{
		flex-wrap: wrap;
		gap: 30px 0;
	}
	#education .inner .same01 li {
		width: 100%;
	}
	#education .inner .grdbox .white {
		padding: 20px 5%;
	}
	#education .inner .grdbox .white .texts {
		width: calc(100% - calc(20% + 20px));
		margin-left: 20px;
	}
}

/*===============================================
  画面の横幅が768px以下に適用
===============================================*/
@media screen and (max-width: 768px){
	
	

}

/*===============================================
  画面の横幅が640px以下に適用
===============================================*/
@media screen and (max-width: 640px){
	
	
	/* container */

	#container {
		border-bottom: 2px solid #0090d1;
		padding: 0;
	}

	#container:before,
	#container:after {
		display: none;
	}

	#education {
		border-left: none;
		border-right: none;
		padding: 50px 0;
	}

	#education .inner {
		width: 90%;
		margin: 0 auto;
		font-size: 1.4em;
		line-height: 1.8;
	}


	#education .inner .title01 {
		margin: 0 0 30px;
		position: relative;
		padding-left: 50px;
		font-size: 1.8em;
		line-height: 1.0;
		font-weight: 500;
	}


	#education .inner .title02 {
		margin: 0 0 30px;
		font-size: 1.4em;
		line-height: 1.0;
		font-weight: 500;
		padding: 0 0 10px;
		border-bottom: 2px solid #333333;
	}


	#education .inner .grdbox .white .texts dt.ex {
		margin-bottom: 10px;
	}

	#education .inner .same01 {
		padding: 0;
		margin: 0 0 50px;
	}


	#education .inner .same02 {
		text-align: center;
		margin:  0 0 50px;
	}


	#education .inner .same02 li {
		width: auto;
		display: block;
		vertical-align: top;
		margin:0 0 30px;
		overflow: hidden;
		zoom:1;
	}

	#education .inner .same02 li:last-child {
		margin: 0;
	}
	
	#education .inner .same02 li figure {
		width: 25%;
		float: left;
	}

	#education .inner .same02 li dl {
		margin: 0 0 0 30%;
		text-align: left;
	}

#education .inner table {
	width: 100%;
}

#education .inner table th,
#education .inner table td {
	border: 1px solid #666666;
	vertical-align: middle;
	padding: 20px 5%;
	text-align: left;
}

#education .inner table th {
	font-weight: 300;
	line-height: 1.0;
}


#education .inner table tr th:first-child,
#education .inner table tr td:first-child {
	border-left: none;
	padding: 20px 0;
	text-align: center;
	width: 20%;
}

#education .inner table tr td:first-child {
	background: #d4eefe;
}

#education .inner table tr th:last-child,
#education .inner table tr td:last-child {
	border-right: none;
}

	
	
	
	
}

/*===============================================
  画面の横幅が380px以下に適用
===============================================*/
@media screen and (max-width: 380px){
	
}
