@charset "utf-8";

@media only screen and (max-width:991px) {}
@media only screen and (max-width:767px) {}
@media only screen and (max-width:374px) {}

/*************************************************

 commonKeyVisual

*************************************************/
.commonKeyVisual {
	background-image: url(../images/aboutus/key_img.jpg);
}



/*************************************************

 outlinn

*************************************************/
#outlinn {
	margin-bottom: 100px;
}
#outlinn .tableArea {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}
#outlinn .tableArea dl {
	display: table;
	width: 100%;
	padding: 20px 0;
	border-top: 1px solid #707070;
}
#outlinn .tableArea dl:last-child {
	border-bottom: 1px solid #707070;
}
#outlinn .tableArea dl > * {
	display: table-cell;
	vertical-align: top;
}
#outlinn .tableArea dl dt {
	width: 420px;
}
#outlinn .tableArea dl dt span {
	display: block;
	width: 200px;
	margin-left: auto;
}
#outlinn .tableArea dl dd a {
	position: relative;
	display: inline-block;
	padding: 3px 20px 6px 40px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	background-color: #8A9B1E;
	line-height: 1;
	border-radius: 5px;
}
#outlinn .tableArea dl dd a:before {
	position: absolute;
	top: 50%;
	left: 15px;
	display: block;
	content: '▶︎';
	font-size: 0.8em;
	transform: translateY(-55%);
}
@media only screen and (max-width:767px) {
	#outlinn {
		margin-bottom: 40px;
	}
	#outlinn .tableArea dl {
		padding: 10px 0;
		line-height: 1.6;
	}
	#outlinn .tableArea dl dt {
		width: 80px;
	}
	#outlinn .tableArea dl dt span {
		width: auto;
	}
	#outlinn .tableArea dl dd a {
		padding: 3px 20px 6px 30px;
		font-size: 9px;
	}
}


/*************************************************

 grayArea

*************************************************/
#grayArea {
	padding: 70px 0px;
	background-color: #F4F4F0;
}
@media only screen and (max-width:767px) {
	#grayArea {
		padding: 30px 0;
	}
}




/*************************************************

 photo

*************************************************/
.photo img {
	width: 100%;
}


/*************************************************

 hought

*************************************************/
#thought {
	max-width: 1200px;
	margin: 0 auto;
	padding: 90px 20px;
}
#thought .ttl {
	font-size: 24px;
	font-weight: 500;
}
#thought p {
	font-size: 16px;
	line-height: 2.6;
}
#thought p + p {
	margin-top: 2.6em;
}
@media only screen and (max-width:767px) {
	#thought {
		padding: 40px 20px;
	}
	#thought .ttl {
		font-size: 14px;
	}
	#thought p {
		font-size: 12px;
		line-height: 2;
	}
}
