.about-container{
	padding: 60px 0;
}

.about-cimg{
	text-align: center;
	margin-bottom:20px;
}

.about-content{
	width: 85%;
	margin: 0 auto;
	font-family:"Yu Gothic UI";
}
	.about-content ul{
		width:90%;
	}
	.about-content li{
		margin-top:1.6rem;
	}
	.about-content hr{
		border-top: 3px solid #EDA097;
	}


.about-company{
	margin-top:90px;
}
	.about-company table{
		height: 100%;
		margin-top: 50px;
		letter-spacing: 1px;
		border-top:2px solid #775039;
	}
	.about-company th{
		font-size: 18px;
		width: 25%;
		border-bottom:2px solid #775039;
	}
		.about-company .label{
			padding: 1rem 1rem 1rem 2rem;
			height: 100%;
			background-color: #F7F4E2;
		}
	
	.about-company td{
		font-family:"Yu Gothic UI";
		font-size: 16px;
		vertical-align: middle;
		border-bottom:2px solid #775039;
	}


.about-siryou{
	margin-top:30px;
	background-color: #F7F4E2;
	padding: 1rem;
}
	.about-siryou h4{
		font-size:20px;
		color: #775039;
	}
	.about-siryou li{
		margin-top: 1rem;
		font-size:14px;
	}
	.about-siryou a{
		color: #000;
	}
	.about-siryou .fa-file-pdf{
		color: #BB272D;
	}









