@charset "utf-8";

main{
	width:min(90%,1200px);
	margin: 0 auto;
}

section{
	width:100%;
}

section h2{
	font-family: "Zen Old Mincho", serif;
	width:100%;
	font-size:2.5rem;	
	  font-weight: 800;
	  font-style: normal;
	border-bottom:2px solid #D0D0D0;
	margin-bottom:100px;
}

section h2 span{
	position: relative;
	padding-right:5px;
}

section h2 span::after{
	content:'';
	width: 100%;
	height: 2px;
	display: block;
	position: absolute;
	left:0;
	vottom:0;
	background-color: #3D60C0;
}

/*------------------------------------

	レスポンシブ

------------------------------------*/
@media screen and (min-width: 0) and (max-width: 980px){
	section h2{
		font-size:2rem;	
		margin-bottom:80px;
	}
}

/*--------------------------


	ご挨拶


--------------------------*/

#greeding{
	margin-top:100px;
}
#greeding .inner{
	width:100%;
	display: flex;
}

#director{
	width:250px;
}

#director .photo{
	width:100%;
	height: auto;
	vertical-align: top;
}

#director .photo img{
	border-radius: 5px;
}

#director .text{
	font-size:1rem;
	font-weight: 700;
	line-height: normal;
	text-align: center;
}

/*#director .text p{
	text-align: right;
}*/

/*#director .name{
	font-family: "Zen Old Mincho", serif;
	font-size:2rem;
	font-weight: 700;
}*/

#greeding_text{
	flex:1;
	margin-left:80px;
}



/*------------------------------------

	レスポンシブ

------------------------------------*/
@media screen and (min-width: 0) and (max-width: 980px){
	#greeding{
		margin-top:50px;
	}
	#greeding .inner{
		display: block;
	}
	
	#director{
		margin:0 auto 20px auto;
	}
	
	#director .text{
		text-align: center;
	}
	
	#director .text p{
			text-align: center;
	}
	
	#greeding_text{
		margin-left:0;
	}
}

@media screen and (min-width: 0) and (max-width: 430px){
	#director{
		width:200px;
	}
}

/*--------------------------


	会社概要


--------------------------*/

#outline{
	margin-top:80px;
}
#outline h2{
	margin-bottom:100px;
}

#outline table{
	width: 100%;
	border-top:1px solid rgba(211,211,211,1.00);
}

#outline th,
#outline td{
	font-weight: 500;
	padding:15px 15px;
	border-bottom:1px solid rgba(211,211,211,1.00);
}

#outline th{
	width:200px;
	border-right:1px solid rgba(211,211,211,1.00);
}


/*------------------------------------

	レスポンシブ

------------------------------------*/
@media screen and (min-width: 0) and (max-width: 980px){
	
	#outline th,
	#outline td{
		display: block;
		width:100%;
	}
	
	#outline th{
		padding:10px 5px;
		border-bottom:none;
		border-right:none;
	}
	
	#outline p{
		display: flex;
		align-items: center;
	}
	
	#outline th p::before{
		content:"■";
		font-size:10px;
		color:#0036D9;
		line-height: 0;
		margin-right:3px;
	}
	
	#outline td{
		padding:0 5px 10px 18px;	
	}
}

@media screen and (min-width: 0) and (max-width: 430px){
	#outline{
		margin-top:80px;
	}
}