@charset "utf-8";


/*------------------------------------------------------------
	staff
------------------------------------------------------------*/
#staff>ul>li {
	padding-bottom: 1.5em;
}
#staff li>.heading {
	background-color: #EDF0F1;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 1em;
	padding: .5em 0 .5em 1em;
}
#staff li .ttl {
	font-size: 16px;
	padding-bottom: .5em;
}
#staff li .container .img {
	padding-bottom: 1em;
}
@media only screen and (max-width: 599px) {
	#staff .flow {
		display: none;
	}
}
@media only screen and (min-width: 600px) {
	#staff>ul>li {
		padding-bottom: 4em;
	}
	#staff li>.heading {
		font-size: 27px;
		margin-bottom: 1em;
		padding: .3em 0 .3em 1em;
	}
	#staff li .ttl {
		font-size: 22px;
		padding-bottom: .5em;
	}
	#staff li .container .img {
		float: right;
		width: 300px;
	}
	#staff li .container .txt {
		width: 600px;
		float: left;
	}
	#staff li .flow .heading {
		color: #0080c8;
		font-size: 18px;
		padding-bottom: .5em;
	}
	#staff li .flow .img {
		padding-bottom: 1em;
	}
	#staff li .flow ul {
		padding-bottom: 1em;
	}
	#staff li .flow li {
		width: 190px;
		float: left;
		font-size: 13px;
		border-left: #c9caca 1px solid;
		box-sizing: border-box;
		padding-right: 10px;
		padding-left: 10px;
	}
	#staff li .flow li:first-child {
		border: none;
	}
	#staff li .flow li p {
		text-indent: -1em;
		margin-left: 1em;
	}
	
}

/*------------------------------------------------------------
	policy
------------------------------------------------------------*/
#policy {
	margin-top: 4em;
	padding-bottom: 1.5em;
}
#policy .ttl {
	font-size: 16px;
	padding-bottom: .5em;
}
#policy .container .img {
	padding-bottom: 1em;
}
@media only screen and (min-width: 600px) {
	#policy>.heading {
		font-size: 27px;
		margin-bottom: 1em;
		padding: .3em 0 .3em 1em;
	}
	#policy {
		padding-bottom: 3em;
	}
	#policy .ttl {
		font-size: 22px;
		padding-bottom: .5em;
	}
	#policy .container .img {
		float: right;
		width: 300px;
	}
	#policy .container .txt {
		width: 600px;
		float: left;
	}
}

/*------------------------------------------------------------
	gaSystem
------------------------------------------------------------*/
#gaSystem {
	margin-top: 4em;
	padding-bottom: 1em;
}
#gaSystem .ttl {
	font-size: 16px;
	padding-bottom: .5em;
}
#gaSystem .container {
	padding-bottom: 2em;
}
#gaSystem .container .img {
	padding-bottom: 1em;
}
#gaSystem ul:after { content: ""; display: block; clear: both; }
#gaSystem li {
	float: left;
	width: 46%;
	margin: 0 2%;
	padding-bottom: 2em;
}
#gaSystem li .name {
	background-color: #0080c8;
	text-align: center;
	color: #fff;
	margin-bottom: .5em;
	padding: .3em .8em;
}
#gaSystem li .txt {
	font-size: 12px;
	color: #4c4948;
	text-align: center;
	padding-bottom: .5em;
}
@media only screen and (max-width: 599px) {
	#gaSystem li .name span {
		display: none;
	}
}
@media only screen and (min-width: 600px) {
	#gaSystem {
		padding-bottom: 3em;
	}
	#gaSystem .ttl {
		font-size: 22px;
		padding-bottom: .5em;
	}
	#gaSystem .container .img {
		float: right;
		width: 300px;
	}
	#gaSystem .container .txt {
		width: 600px;
		float: left;
	}
	#gaSystem ul {
		border: #c9caca 1px solid;
		padding: 44px 24px 0;
	}
	#gaSystem li {
		width: 260px;
		margin: 0 20px;
		padding-bottom: 60px;
	}
	#gaSystem li .txt {
		font-size: 14px;
		text-align: left;
		padding-bottom: 1em;
	}
	#gaSystem li .txt br {
		display: none;
	}
	
	
}


