@charset "UTF-8";
/* ---------------------------------------------------
	企業案内
---------------------------------------------------*/

.company h2{
	margin: 40px 0 20px;
}

/*--------------------
　　サブナビ
--------------------*/
.company  #subNav{
	margin-bottom:10px;
	position:static;
	border:none;
	padding:0;
}
.company  #subNav li{
	float:left;
	list-style:none;
	border-right:1px solid #ddd;
	background:none;
	text-align:center;
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.company  #subNav li{
	width:50%;
}
.company  #subNav li:nth-child(2){
	border:none;
	margin-top:-10px;
}
.company  #subNav li:nth-child(3),
.company  #subNav li:nth-child(4),
.company  #subNav li:nth-child(5){
	width:33%;
}
.company  #subNav li:nth-child(5){
	border:none;
}
.company  #subNav li a{
	color:#333;
	text-decoration:none;
	font-weight:normal;
	font-size:14px;
	display:block;
	padding:5px 0;
}
.company  #subNav li a:hover{
	background:#E5F7EA;
}
.company  #subNav .service{
	font-size:13px;
}
.company  #subNav li br{
	display:block;
}
.company #subNav li a:hover{
	opacity:1;
}

/*--------------------
　　企業理念
--------------------*/

#idea{
	text-align:center;
	width:90%;
	padding:20px 0 0;
	margin:0 auto;
}
#idea .mainTit01{
	float:none;
	height:auto;
	width:50%;
	background:none;
	text-indent:0;
	margin:0 auto 5px;
	padding-bottom:2px;
	font-size:18px;
	color:#0267B7;
	border-bottom:1px solid #0267B7;
}
#idea .title{
	float:none;
	display:block;
	width:100%;
	background-size:contain;
	margin-top:0;
	margin-bottom: 20px;
}

#idea .list{
	float:none;
	text-align:left;
	padding-left:0;
	margin:0;
}
#idea .list ol{
	font-size:15px;
	list-style-type:decimal;
	padding-left:1.5em;
	margin-bottom:10px;
}
#idea .mainTit03{
	display:none;
}
#idea .mainText{
	padding:0 20px;
}
#idea .mainSubTit{
	width:100%;
	margin:10px auto;
}

/*--------------------
　　代表プロフィール
--------------------*/

#profile{
}
#profile .profileImg{
	width:100%;
	text-align:center;
	margin-bottom: 20px;
}
#profile img{
	float:none;
	width:220px;
	padding-left:0;
	margin:0 auto;	
}
#profile .title{
	font-weight:bold;
	font-size:16px;
	width:90%;
	margin:0 auto;
	padding:0;
}
#profile .name{
	text-align:right;
	padding-right:20px;
}
#profile .profileTxt{
	width:90%;
	margin:0 auto;
	padding:0;
}
#profile .profileBox{
	float:none;
	width:90%;
	margin:15px auto;
	padding:15px;
	background:#F5F5F5;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}
#profile .profileBox .title{
	font-size:15px;
	padding:0 0 10px;
}
.profileBox p{
	font-size:12px;
}

/*--------------------
　　実績
--------------------*/
#results .Inner {
	display:block;
	border:none;
	margin:0;
}
#results .forCompany,
#results .forSchool {
	margin:0 0 20px;
	padding: 20px 0 20px 20px;
}
#results .forCompany li,
#results .forSchool li {
	width:48%;
	margin-right:1%;
	float:left;
	font-size:10px;
}
#results .banner,
#results .banner2{
	width:95%;
}
#results .banner img,
#results .banner2 img{
	width:100%;
}
#results p {
	clear:both;
}

/**/
#lecturerImageList li{
  clear: both;
  margin: 0 auto;
  width: 80%;
}
#lecturerImageList li.image{
  margin: 20px auto 0;
  text-align: center;
}
#lecturerImageList .textWapper{
  position: relative;
  margin: 20px auto 0;
  border-top: 1px solid #CCC;
}
#lecturerImageList .textWapper p{
  display: block;
  padding: 30px 0;
  font-size: 14px;
  text-align: left;
  line-height: 24px;
}
#lecturerImageList .textWapper img{
  position: absolute;
  top: -15.55px;
  left: 50%;
  margin: 0px 0 0 -15px;
}

/**/
#info{
	margin-bottom:50px;
}
#info ul {
	width:95%;
	margin:0 auto;
	padding:0 20px;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}
#info li{
	display:block;
	position: relative;
	margin-bottom:10px;
	padding:0;
}
#info li .cell{
	display:block;
	border:none;
	padding:0 0 0 10px;
}
#info li .cell br{
	display:block;
}
#info li .titCell{
	background:#EDEDED;
	padding:6px 0 5px 15px;
	margin-bottom:10px;
	
}
#info li .titCell::after {
	display: block;
	content: '';
	position: absolute;
	top: 12px;
	left:5px;
	width: 6px;
	height: 6px;
	background-color: #fff;
	border-radius: 100%;
}


/**/
#largeMapLink{
	margin-top:3px;
}
