@charset "UTF-8";

body#education div#main .content_inner {
	margin-bottom: 4em;
}

body#education div#main .content_inner h2 {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Helvetica","Verdana","ＭＳ Ｐゴシック","MS-PGothic",sans-serif;
	margin-top: 4em;
	margin-bottom: 3em;
}

body#education div#main .lead {
	margin: 1em 0;
}

body#education div#main .system_lead {
	margin: 1em 0 2em;
}

body#education div#main .content_inner h3 {
	margin-top: 4em;
	font-size: 17px;
}

body#education div#main div#about h4 {
	margin-top: 1em;
	color: #092c87;
	font-weight: bold;
	text-align: left;
}

body#education div#main div.training_area img {
	width: 100%;
}

body#education div#main div#monotsukuri h2 {
	font-size: 16px;
}

body#education div#main div#monotsukuri ul {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0;
}

body#education div#main div#monotsukuri ul li {
	width: 48%;
	margin: 0 4% 1em 0;
}
body#education div#main div#monotsukuri ul li:nth-child(2n) {
	margin-right: 0;
}

body#education div#main div#monotsukuri ul li img {
	width: 100%;
}

body#education div#main div#voice .voice_box {
	margin-bottom: 1em;
	padding: 4.34%;
	background-color: #fff;
}
body#education div#main div#voice .voice_box .prof {
	display: table;
	width: 100%;
	margin: 0 0 1.5em;
}
body#education div#main div#voice .voice_box .prof .prof_img {
	display: table-cell;
	width: 95px;
	vertical-align: middle;
}
body#education div#main div#voice .voice_box .prof .prof_img img {
	width: 95px;
}
body#education div#main div#voice .voice_box .prof .prof_txt {
	display: table-cell;
	padding-left: 4.76%;
	vertical-align: middle;
}
body#education div#main div#voice .voice_box .prof .prof_txt {
	font-weight: bold;
	color: #092c87;
}
body#education div#main div#voice .voice_box .prof .prof_txt p.name {
	margin: 0 0 0.5em;
	font-size: 115%;
}
body#education div#main div#voice .voice_box .prof .prof_txt dl {
	margin: 0;
}
body#education div#main div#voice .voice_box .prof .prof_txt dl dt {
	float: left;
	width: 5em;
	margin: 0 -5.5em 0 0;
}
body#education div#main div#voice .voice_box .prof .prof_txt dl dd {
	margin: 0 0 0 5.5em;
	padding: 0 0 0.5em 0;
}
body#education div#main div#voice .voice_box h3 {
	margin: 1em 0 0;
	font-size: 108%;
	text-align: left;
}
body#education div#main div#voice .voice_box p {
	margin: 0 0 1em;
	line-height: 1.4;
}

body#education div#main a {
	position: relative;
	padding-right: 12px;
	text-decoration: none;
}
body#education div#main a::before,
body#education div#main a::after {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	content: '';
	width: 8px;
	height: 1px;
	background-color: #062c87;
}

body#education div#main a::before {
	margin-top: -2px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

body#education div#main a::after {
	margin-top: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

body#education div#main .fig_title {
	color: #2f2f2f;
	font-weight: bold;
	text-align: center;
}


/*--------------------------------------------------------------------
 *	PC
 *--------------------------------------------------------------------*/
@media screen and (min-width: 768px), print {

body#education div#main .system_lead {
	padding-left: 15%;
	padding-right: 15%;
}

body#education div#main div#about h4 {
	font-size: 16px;
}

body#education div#main div.training_area {
	width: 48%;
	float: left;
	margin: 3em 0 1em;
}

body#education div#main div.training_area:nth-of-type(even) {
	float: right;
}

body#education div#main div#monotsukuri ul {
	margin: 2em 0;
}

body#education div#main div#monotsukuri ul li {
	width: 23.469387755%;
	margin-right: 1.814058956%;
	margin-bottom: 0;
}

body#education div#main div#monotsukuri ul li:nth-child(2) {
	width: 24.036281179%;
	margin-right: 1.814058956%;
}

body#education div#main div#monotsukuri ul li:last-child {
	margin-right: 0;
}

body#education div#main .fig_title {
	margin-top: 50px;
	font-size: 15px;
}
body#education div#main div#voice .voice_box {
	padding: 30px 20px 20px;
}
body#education div#main div#voice .voice_box .prof .prof_img {
	width: 108px;
}
body#education div#main div#voice .voice_box .prof .prof_img img {
	width: 108px;
}

body#education div#main div#voice .voice_box .prof .prof_txt {
	padding-left: 25px;
}

body#education div#main div#voice .voice_box .prof .prof_txt p.name {
	font-size: 129%;
}
body#education div#main div#voice .voice_box h3 {
	margin-top: 1.5em;
}

body#education div#main div#voice .voice_box p {
	line-height: 1.7;
}









}

/*-------------------------------------------------------------------------------*
 *	Clear fix
 *-------------------------------------------------------------------------------*/

body#education div#main div#introduction,
body#education div#main div#followup,
body#education div#main div#introduction ul,
body#education div#main div#followup ul,
body#education div#main div#training,
body#education div#main div#voice .voice_box,
body#education div#main div#voice .voice_box .prof .prof_txt dl,
body#education div#main ul {
	zoom: 100%;
}

body#education div#main div#introduction:after,
body#education div#main div#followup:after,
body#education div#main div#introduction ul:after,
body#education div#main div#followup ul:after,
body#education div#main div#training:after,
body#education div#main div#voice .voice_box:after,
body#education div#main div#voice .voice_box .prof .prof_txt dl:after,
body#education div#main ul:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
