.about_title{
	width:98%;
	margin: 60px auto 10px ;
}

.about_title img{
	width:100%;
}


.about_about_box{
	width:98%;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
}

.about_company{
	font-size: 120%;
}

.about_about_left{
	width:68%;
	margin:0;
	padding: 0;
}

.about_about_right{
	width:30%;
	display:block;
}

.about_photobox{
	margin:0 auto 10px;
}

.about_photobox img{
	width:100%;
}

/* Responsive */
@media screen and ( max-width : 767px ){
	.about_title{
	width:98%;
	margin: 60px auto 40px ;
}
	.about_title img{
	width:200%;
	}
    .about_about_box{	
	width:96%;	
	display: block;
	}
	.about_about_right{
	width:70%;
	margin: 10px auto;
	display:flex;
	justify-content: space-between;
	}
	.about_photobox{
	width:46%;
	} 
    .about_about_left{
	width:100%;
	margin-top: 20px;
	}
}

.about_about_table{
	width:100%;
	border:none;
	border-collapse:separate;
	border-spacing: 0 20px
}

.about_about_table th{
	width:9em;
	border:solid 1px #386175;
	text-align:center;
	color:#386175;
	padding:8px;
	font-size:100%;
	height: 3.5em;
	margin: 0 0 10px 0;
}

.about_about_table td{
	word-wrap:normal;
	font-size:100%;
	line-height: 180%;
	padding-left: 20px;
}

.about_about_table a{
	text-decoration:none;
	color:#000;
}

.about_about_table a:hover{
	text-decoration:none;
	color:#8b7c29;
}

/* Responsive */
@media screen and ( max-width : 767px ){
	.about_about_table{
		width:95%;
		margin: 0 auto 0 0;
	}
	.about_about_table th{
		width:95%;
		margin-left: 0;
		display:block;
		text-align:left;
		height: 2em;
		line-height: 2em;
		padding:0.5em 1em;
		vertical-align: middle;
	}
	.about_about_table td{
		width:95%;
		margin-left: 0;
		display:block;
		text-align:left;
		line-height: 1.8em;
		padding:0;
		margin: 10px auto 20px;
	}
}
