@charset "utf-8";


#about{
	max-width: 1000px;
	margin-bottom: 50px;
}
#about h3{
	font-size: 1.1rem;
	font-weight: bold;
}
/*-----------------------------SEEDについて----------------------------------*/

#about #about_seed{
	margin-bottom: 100px;
}
#about #about_seed .title{
	margin-top: 50px;
	margin-bottom: 50px;
	position: relative;
}
#about #about_seed img{
	width: 300px;
	height: 40px;
	position: absolute;
	top:50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}


/*-----------------------------SEEDについて以下----------------------------------*/

#about .box{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	padding: 0 5%;
	margin-bottom: 30px;
}
#about .box:last-of-type{
	margin-bottom: 0;
}
#about .box .box_photo{
	width: 30%;
	padding-right: 2%;
}
#about .box_contents{
	width: 70%;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	align-items: center;
	flex-direction: column;
	background-color: #e6e5e4;
	border-radius: 3px;
	text-align: left;
	padding: 3%;
	position: relative;
}
#about .box .box_title{
	text-align: center;
	width: 100%;
	margin-bottom: 15px;
}
#about .box .box_txt{
	width: 100%;
}
#about .box:nth-child(even) .box_contents{
	order: -1;
}
#about .box:nth-child(even) .box_photo{
	padding-right: 0;
	padding-left: 2%;
}


/*タブレット以上（781px以上）
--------------------------------------------------------------------------*/
@media  screen and (min-width: 781px){
}

/*タブレット以下（780px以下）
--------------------------------------------------------------------------*/
@media  screen and (max-width: 780px){
	.table .table-cell{
		display: block;
	}
	#about .box{
		display: block;
		margin-bottom: 50px;
	}
	#about .box .box_photo{
		width: 100%;
		padding-right: 0;
		margin-bottom: 20px;
	}
	#about .box_photo img{
		width: 50%;
		padding: 0;
	}
	#about .box_contents{
		width: 100%;
		padding: 5% 2%;
		margin-bottom: 30px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#about .box .box_title{

	}
}

/*スマホ用（500px以下）
--------------------------------------------------------------------------*/
@media  screen and (max-width: 500px){
	#about .box{
		padding: 0 3%;
	}
	#about .box_photo img{
		width: 60%;
		padding: 0;
	}
	#about .box_contents{
		padding: 5% 2%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

