.about_cont {
	color: #444;
}
.about_menu {
	width: 960px;
	background: linear-gradient(#FFF, #EEE);
	box-shadow: 0 5px 0 #b28146;
	text-align: center;
}

.about_menu li {
	position: relative;
	float: left;
	border-top: 1px solid #EEE;
}

.about_menu li:after {
	content: "";
	border-right: 1px solid #DDD;
	position: absolute;
	height: 36px;
	top: 0.95rem;
	right: 0;
}

.about_menu li:first-child {
	border-left: 1px solid #EEE;
}

.about_menu li:first-child:hover {
	border-left: none;
}

.about_menu li:first-child:hover a {
	padding-left: 1px;
}

.about_menu li:last-child {
	border-right: 1px solid #EEE;
}

.about_menu li:last-child:hover {
	border-right: none;
}

.about_menu li:last-child:hover a {
	padding-right: 1px;
}

.about_menu li:last-child a {
	margin-right: 0;
}
.about_menu li:last-child:after {
	border-right: none;
}


.about_menu a {
	font-size: 1.7rem;
	line-height: 1.2;
	padding: 1.75rem 0;
	width: 15.9rem;
	margin-right: 1px;
}

.about_menu li:first-child a {
	width: 15.8rem
}

.about_menu a:before {
	content: "";
	width: 1.4rem;
	height: 1.4rem;
	padding-left: 1rem;
	background-image: url(../img/sec/mrk_arrow_3.png);
	background-repeat: no-repeat;
	display: inline-block;
}

.about_menu a:hover {
	color: #FFF;
	background-color: #e1ab43;
	text-decoration: none;
}

.about_menu a:hover:before {
	content: "";
	width: 1.4rem;
	height: 1.4rem;
	padding-left: 1rem;
	background-image: url(../img/mrk_arrow.png);
	background-repeat: no-repeat;
	display: inline-block;
}

/* about内共通 */
.ab-act a {
	color: #FFF;
	background-color: #b28146;
}

.ab-act a:before {
	content: "";
	width: 1.4rem;
	height: 1.4rem;
	padding-left: 1rem;
	background-image: url(../img/sec/mrk_arrow_2.png);
	background-repeat: no-repeat;
	display: inline-block;
}

.about_menu li.ab-act:first-child {
	border-left: none;
}

.ab-act:first-child {
	border-left: none;
}

.ab-act:first-child a {
	border: none;
	padding-left: 1px;
}

.about_menu li.ab-act:first-child:hover a {
	border: none;
}

.about_menu li.ab-act:last-child {
	border-right: none;
}

.ab-act:last-child a {
	border: none;
	padding-right: 1px;
}

.about_menu li.ab-act:last-child:hover a {
	border: none;

}

/* ここまで共通 */



.about {
	border: 2px solid #DDD;
	border-top: none;
	padding: 0 3rem 4rem 3rem;
	margin-bottom: 4.4rem;
}

.about_ttl {
	font-size: 2.6rem;
	line-height: 1.2;
	font-weight: normal;
	padding: 3.8rem 0 0.5rem;
	border-bottom: 2px solid #b28146;
	margin: 0.5rem 0 2rem;
}

.about_img {
	float: left;
	padding-right: 2rem;
}

.about_text {
	font-size: 1.6rem;
	line-height: 2;
}
.pl37{
	padding-left: 37rem;
}

.about_list {
	font-size: 1.6rem;
	line-height: 2;
}