@charset "utf-8";
/*___________ about ___________ */
#about {
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#about .page_title {
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	height: 150px;
	background-image: url(../img/about/page_title.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	color: #243A67;
	font-size: 220%;
	letter-spacing: 0.1em;
	line-height: 150px;
}

#about .contents {
	width: 1000px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
}
#about .contents h2 {
	float: left;
	width: 730px;
	text-align: left;
	padding: 0px;
	font-weight: normal;
	font-size: 200%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	color: #4D4D4D;
}
#about .contents p {
	float: left;
	width: 730px;
	text-align: left;
	font-size: 110%;
}
#about .contents .map {
	width: 350px;
	height: 350px;
	position: absolute;
	top: 80px;
	right: -80px;
}

#about .works {
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 80px;
	padding-bottom: 30px;
	background-color: #E9E9E9;
}
#about .works ul {
	width: 1000px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#about .works ul li {
	width: 300px;
	height: 280px;
	float: left;
	margin-right: 50px;
	margin-bottom: 50px;
	background-color: #FFFFFF;
	position: relative;
}
#about .works ul li:nth-child(3) {
	margin-right: 0px;
}

#about .works ul li h2.line1 {
	font-size: 200%;
	line-height: 70px;
	font-weight: normal;
}
#about .works ul li h2.line2 {
	font-size: 230%;
	line-height: 35px;
	font-weight: normal;
}
#about .works ul li h2 span {
	font-size: 50%;
}
#about .works ul li p {
	font-size: 100%;
	position: absolute;
	bottom: 20px;
	padding: 0 20px 0 20px;
}
#about .works .margin_car {
	margin-top: 50px;
}
#about .works .margin_fa {
	margin-top: 70px;
}
#about .works .margin_cloud {
	margin-top: 70px;
}
#about .works .margin_av {
	margin-top: 80px;
}
#about .works .margin_sp {
	margin-top: 80px;
}

#about .works .color_car {
	color: #3E86B9;
}
#about .works .color_fa {
	color: #4E868B;
}
#about .works .color_cloud {
	color: #BC7570;
}
#about .works .color_av {
	color: #8DA260;
}
#about .works .color_sp {
	color: #9C9C9C;
}

#about .works .border_car {
	border: solid 1px #3E86B9;
	box-sizing:border-box;
}
#about .works .border_fa {
	border: solid 1px #4E868B;
	box-sizing:border-box;
}
#about .works .border_cloud {
	border: solid 1px #BC7570;
	box-sizing:border-box;
}
#about .works .border_av {
	border: solid 1px #8DA260;
	box-sizing:border-box;
}
#about .works .border_sp {
	border: solid 1px #9C9C9C;
	box-sizing:border-box;
}

#about .works .text {
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-size: 110%;
	padding-bottom: 20px;
	line-height: 24px;
	color: #404040;
}

#menu_other {
	width: 1000px;
	background-color: #FFF;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	padding-top: 20px;
}
#menu_other ul {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#menu_other ul li {
	width: 1000px;
	border-bottom: 1px solid #E9E9E9;
	float: left;
	padding-top: 30px;
	padding-bottom: 30px;
}
#menu_other ul li:last-child {
	border-bottom: none;
}
#menu_other ul li .image {
	float: left;
	margin-right: 40px;
	margin-left: 80px;
}
#menu_other ul li h2 {
	text-align: left;
	font-weight: normal;
	line-height: 25px;
	margin: 0px;
	font-size: 200%;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#menu_other ul li p {
	text-align: left;
	padding: 0px 0px 0px 0px;
	line-height: 25px;
	font-size: 110%;
}
