@charset "UTF-8";
/* CSS Document */


/*ニューの設定*/
#new{
	width:100%;
	height:auto;
	margin:0 auto;
	padding:10px 0;
	background: #eee;
	
}
#new p{
	text-align: center;	
	font-size: 12px;
}

#new span{
	border: 1px solid #333;
	padding:3px;
	margin-right: 5px;
}



/*メインの設定*/

#mainImg {
	width: 100%;
	line-height: 0;
}

#mainImg img{
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0;
}

#sp_mainImg{
		display: none;
	}

/*コンテンツの設定*/

#contentsInner{
	max-width:1200px;
	height:auto;
	margin:0 auto;
}

.contents{
	max-width:1200px;
	height:auto;
	margin:0 auto;
	display:block;
}

.contensTitle{
	display:block;
	width:100%;
	height:auto;
	margin:0 auto;
}

.contensTitleInner{
	display:block;
	width:100%;
	height:auto;
	margin:0 auto;
	text-align:center;
	padding:30px 0;
}

.contensTitleInner h3{
	font-size:2.8em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:nomal;
	text-align: center;
}

.contensTitleInner p{
	font-size:1.5em;
	text-align: center;
}

/*営業力強化研修・システムの設定*/

.contentsBtnArea{
	max-width:1200px;
	height:auto;
	margin:0 auto;
	display:block;
}


.contentsBtn1,.contentsBtn2{
	width:100%;
}

.contentsBtn1 img{
	display:block;
	height:auto;
	width:50%;
	float:left;
	/*position:absolute;
	top:0;
	left:0;*/
}


.contentsBtn2 img{
	display:block;
	height:auto;
	width:50%;
	float:right;
	/*position:absolute;
	top:0;
	right:0;*/
}





/*トピックスの設定*/

#topics{
	max-width:1000px;
	margin:0 auto;
	position:relative;
	padding: 0 20px;
}

.more{
	text-align:center;
	line-height:25px;
	font-size:1.1em;
	color:#fff;
	background:#333;
	position:absolute;
	right:0px;
	padding:3px 5px;
	
}

article{
	height:65px;
	font-size:14px;
	border-bottom:1px solid #999999;
	padding-top:20px;
	}
	
.news{
	max-width:1000px;
	margin:0 auto;
 position:relative;
	
}

.news .date{
	padding-right:3px;
}

.news span{
	color:#333;
	text-align:center;
	line-height:30px;
	font-size:1.1em;
	background:#EEEEEE;
	padding:3px 5px;
}

.news a{
	color:#999;
}

/*アバウトの設定*/

#aboutAll{
	margin:20px auto 0px;
}

#about_bg{
	width:100%;
	padding:30px 0;
	margin:0 auto;
	background-color:#eee;
}


#about_container{
	width:100%;
	padding:10px;
	display : flex;
  	flex-wrap : wrap;
 	justify-content:space-between;
	box-sizing: border-box;
}
	
.about{
	
	margin:0 auto 10px;
	z-index: 1;
	width:25%;
	height:auto;
	background: #fff;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
}

#about_container::before{
  content:"";
  display: block;
  width:25%;
  order:1;
}
#about_container::after{
  content:"";
  display: block;
  width:25%;
}

.about p{
	}

.about img{
  box-sizing:border-box;
  width:100%;
	height: auto;	

	
	

}
	
/*.about{
	margin:0 auto;
	z-index: 1;
	width:300px;
	height:316px;
	float:left;
	position:relative;
	display:inline-block;
	background: #fff;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
}*/

.about a{
		text-decoration:none;
		display:block;
		height:auto;
		overflow:hidden;
}

.about dl{
	text-align:center;
    padding: 5px 20px;
	height: 105px;
	
}


.about dt{
	display:block;
	font-weight: bold;
	text-align:center;
	font-size:13px;
	padding:10px 0;
	
}

.about dd{
	text-align:center;
	font-size:13px;
	padding-bottom:10px;
}




/*バナーの設定*/

#bannerArea{
	width:1000px;
	margin:50px auto;
	
	
}

.left{
	float: left;
}
.right{
	float: right;
}

.facebook2{
	display:block;
	margin:0 auto;
	width:500px;
	height:200px;
	text-align: center;
	border:5px solid #ccc;
	overflow:hidden;
	
}

/*==========================================
 SP
===========================================*/

@media only screen and (max-width:750px){
	
/*ニューの設定*/
#new{
	width:100%;
	margin:0px auto 0px;
	padding:65px 0 5px;
	background-color: #eee;
	
}
#new p{
	text-align: center;	
	font-size: 11px;
	line-height: 1.8;
}

#new span{
	border: 1px solid #333;
	padding:3px;
	margin-right: 5px;
}
	
/*メインイメージの設定*/
	
	
	#mainImg{
		display: none;
		margin-top: 30px;
	}
	
	
	#sp_mainImg{
		display: block;

	}	
	
	#sp_mainImg img{
		margin: 0 auto;
		width: 100%;
		height: auto;
	}
	
/*コンテンツの設定*/
		
	

#contentsInner{
	width:100%;
	height:auto;
	margin:0 auto;
	box-sizing :border-box;
}	
	
.contents{
	width:100%;
	height:auto;
	margin:0 auto;
	display:block;
}

.contensTitle{
	display:block;
	width:100%;
	height:auto;
	margin:0 auto;
}

.contensTitleInner{
	display:block;
	width:100%;
	height:auto;
	margin:0 auto;
	text-align:center;
	padding:20px 0;
}

.contensTitleInner h3{
	font-size:2.5em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:nomal;
}

.contensTitleInner p{
	font-size:1.2em;
}
	
/*営業力強化研修・システムの設定*/	

	
.contentsBtnArea{
	width:100%;
	height:auto;
	margin:0 auto;
	display:block;
}


.contentsBtn1,.contentsBtn2{
	width:100%;
}

.contentsBtn1 img{
	display:block;
	height:auto;
	width:100%;
	float:none;
	/*position:absolute;
	top:0;
	left:0;*/
}


.contentsBtn2 img{
	display:block;
	height:auto;
	width:100%;
	float:none;
	/*position:absolute;
	top:0;
	right:0;*/
}
	
	
	
/*トピックスの設定*/
	
	
#topics{
	width:100%;
	margin:0 auto;
	padding:0 5%;
	box-sizing :border-box;
	position:relative;
}

.more{
	text-align:center;
	line-height:25px;
	font-size:1.1em;
	color:white;
	background:#333;
	display:block;
	position:absolute;
	right:5%;
	padding:3px 5px;
	box-sizing :border-box;
}

	
.news{
	width:100%;
	margin:0 auto;
    position:relative;
	box-sizing :border-box;
	
}
	

article{
	height:65px;
	font-size:12px;
	border-bottom:1px solid #999999;
	padding-top:20px;
	}
	

.news .date{
	padding-right:3px;
}

.news span{
	color:#333;
	text-align:center;
	line-height:30px;
	font-size:1.1em;
	background:#EEEEEE;
	padding:3px 5px;
}

.news a{
	color:#999;
}
	
	
	
	
	
/*アバウトの設定*/

#aboutAll{
	margin:20px auto 0px;
}

#about_bg{
	width:100%;
	padding:20px 0;
	margin:0 auto;
	background-color:#eee;
}

#about_container{
	width:100%;
	padding:10px;
	display : flex;
  	flex-wrap : wrap;
 	justify-content:space-between;
	box-sizing: border-box;
}
	
.about{
	margin:0 auto;
	z-index: 1;
	width:50%;
	height:auto;
	vertical-align: top;
	background: #fff;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
	margin-bottom: 10px;
}
	
.about img{
	width:100%;
	height: auto;
		
	}
	

.about a{
		text-decoration:none;
		display:block;
		height:auto;
		overflow:hidden;
}

.about dl{
	text-align:center;
    padding: 5px 10px;
	height: 100px;
}


.about dt{
	display:block;
	font-weight: bold;
	text-align:center;
	font-size: 12px;
	padding:10px 0;
	
}

.about dd{
	text-align:center;
	font-size: 12px;
	padding-bottom:10px;
}
	
	
#about_container::before{
  display: none;
}
#about_container::after{
  display: none;
}
	
/*バナーの設定*/

#bannerArea{
	width:100%;
	margin:50px auto;
	padding: 0 5%;
	box-sizing: border-box;
	
}

.left{
	float: none;
	margin-bottom: 10px;
}

.left img{
	width:100%;
	height: auto;
	box-sizing: border-box;
		
	}
	
.right{
	float: none;
	margin-bottom: 10px;
}
	
.right img{
	width:100%;
	height: auto;
	box-sizing: border-box;
	}	

.facebook2{
	margin:0 auto;
	width:100%;
	height:auto;
	text-align: center;
	border:3px solid #ccc;
	
}	
	
	
	

}
