@charset "UTF-8";
/* CSS Document */

/*-----------------------------------
about
-----------------------------------*/
.eyecatch-about:before {
	z-index: 0;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url("../img/about/about-main.jpg") no-repeat bottom center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
#about img {
	max-width: 100%;
}
.box-right70 {
	margin:2em 0 0 2em;
}
#about .content1-inner {
	display: flex;
}
#about .content1-inner .box-img {
	width: 100%;
}
#about .content1 p {
	margin:0 0 3em 0;
}
#about .content1-inner img {
	width:100%;
}
.p-box {
	border:3px solid #c49f4f;
	padding:1em;
	margin:-2em 0 3em 0!important;
	font-size:0.9em;
}
.btm16 {
	margin:0 0 1em 0!important;
}
#about .content3 .list {
}
#about .content3 dl {
	width: 550px;
	overflow: hidden;
	border: 1px solid #c49f4f;
	border-top: none;
	background: #c49f4f;
	margin: 0 0 0 1.5em;
	/*padding:1em;*/
}
#about .content3 dt {
	width: 155px;
	float: left;
	clear:both;
	padding: 8px;
	border-top: 1px solid #fff;
	background: #c49f4f;
	color:#fff;
	margin-right: 10px;
}
#about .content3 dd {
	width: 380px;
	margin: 0 0 0 170px;
	padding: 8px 0 ;
	border-right: 1px solid #c49f4f;
	border-top: 1px solid #c49f4f;
	background: #fff;
}
#about .content3 dd:after {
	clear: both;
}
#about .content3 dt:first-child {
	border-top: none;
}
#about .content3 dd:last-child {
	border-bottom: none;
}
#about .btn-content3 {
	padding: 0.5em 1em;
	font-size:16px;
	color:#fff;
	background: url("../img/common/ptn-blk.jpg");
	width:300px;
	text-align: center;
	transition: background 1s;
	margin-top:10px;
	float: right;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
}
#about .btn-content3:hover {
	background: #987e31;
}
.btn-content3-i {
	margin-left:0.5em;
}
#about .content3 p {
	margin:1em 0 2em;
}
#about .content4 p {
	margin:0 0 0 1.5em;
	width: 550px;
}
#about .about-img {
	width: 100%;
}
.fa-phone {
	padding-right: 0.5em;
	display: inline-block
}
#about .content1 {margin:50px 0}
#about .content1-2 {margin:2em 0 0 0;}
#about .content2 {margin:100px 0;}
#about .content2 p {margin-bottom: 1em; line-height: 1.75em;}
#about .content2 img {margin:0 0 1em 0;}
#about .content3 {margin:100px 0;}
#about .content4 {margin:100px 0 150px;}
@media screen and (max-width:959px) {
	#about .content1 {margin:50px 0}
	#about .content1-2 {margin:2em 0 0 0;}
	#about .content2 {margin:50px 0;}
	#about .content2 p {margin-bottom: 1em; line-height: 1.75em;}
	#about .content2 img {margin:0 0 1em 0;}
	#about .content3 {margin:50px 0 50px;}
	#about .content3 img {width:100%;}
	#about .content4 {margin:0px 0 80px;}
	#about .content4 img {width:100%;}
	#about img {max-width: 100%;}
	.eyecatch-bg {
		height:100px;
	}
	#about .content1-inner {
		display: block;
		}
	#about .content1-inner img {
		width: 50%!important;
		float: left;
		margin-right:1em;
		margin-bottom:1em;
	}
	.box-right70 {
		margin :2em 0 0 0;
	}
	.p-box {
		font-size:0.8em;
		line-height: 1.5em;
		clear:both;
	}
	#about .content1 p {
		margin:0 0 1em 0;
	}
	#about .content3 p {
		margin:2em 0 1em 0;
	}
	#about .content3 dl {
		width: 100%;
		margin:0;
		font-size:0.9em;
		line-height: 1.5em;
	}
	#about .content3 dt {
		width: 100%;
		float: none;
		padding:4px 8px;
	}
	#about .content3 dd {
		width: 100%;
		float: none;
		margin:0;
		padding:6px 8px;
	}
	#about .btn-content3 {
		width:100%;
		float:none;
		padding:0.5em 0;
		margin-top:1em;
	}
	#about .content4 p {
		margin:0;
		width: 100%;
	}
}
	