@charset "utf-8";
.bg-img {
	background: url(/files/images/company/bg_company.jpg) center top no-repeat;
	background-size: cover;
}


/*---------------------------------------------------------------------
	company
---------------------------------------------------------------------*/
/* content width ----------------------- */
.company .inner{
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1040px;
	width: 100%;
}
@media screen and  (max-width: 768px) {
	.company .inner{
		padding: 0 25px;
	}
	.company .lead-box{
		margin: 0;
		background-color: #FFFFFF;
	}
	.company .lead-heading{
		font-size: 157%;
		padding: 30px 0 0;
	}
}


/* company-profile ----------------------- */
.company .company-profile{
	padding: 30px 0 0;
	font-size: 100%;
	line-height: 2.8;
	text-align: left;
}
.company .company-profile .inner > dl{
	border-bottom: 1px solid #7f7f7f;
	display: table;
	width: 100%;
	position: relative;
	padding: 6px 0;
}
.company .company-profile .inner >dl:after{
	content: "";
	background-color: #7f7f7f;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 175px;
	height: 2px;
}
.company .company-profile .inner > dl > *{
	display: table-cell;
	vertical-align: top;
}
.company .company-profile .inner > dl > dt{
	width: 175px;
	font-size: 150%;
}
.company .company-profile .inner > dl > dd{
	padding: 10px 20px;
}
.company .company-profile .inner > dl > dd .deficit{
	color: #b90000;
}
.company .company-profile .post + .post {
	margin-top: 5px;
}
.company .company-profile .post:last-child {
	margin-bottom: 10px;
}
.company .company-profile .post dt,
.company .company-profile .post dd {
  display: inline-block;
  line-height: 1.5;
  vertical-align: middle;
}
.company .company-profile .post dt {
  max-width: 210px;
  width: 100%;
}
@media screen and  (max-width: 768px) {
	.company .company-profile{
		padding: 0;
		line-height: 1.8;
	}
	.company .company-profile .inner > dl{
		padding: 0 0 10px;
	}
	.company .company-profile .inner > dl:after{
		display: none;
	}
	.company .company-profile .inner > dl > *{
		display: block;
	}
	.company .company-profile .inner > dl > dt{
		width: auto;
		font-size: 125%;
		padding: 30px 0 15px;
	}
	.company .company-profile .inner > dl > dd{
		padding: 0;
	}
	.company .company-profile .inner > dl > dd .deficit{
		display: block;
	}
	.company .company-profile .post + .post {
		margin-top: 15px;
	}
	.company .company-profile .post dt,
	.company .company-profile .post dd {
		display: block;
	}
	.company .company-profile .post dt {
		max-width: none;
		width: auto;
	}
}

/* history ----------------------- */
.company .history{
	background-color: #FFFFFF;
	position: relative;
}
.company .history .head{
	text-align: center;
	padding: 100px 0 40px 5.2091%;
}
.company .history .historydetail{
	background-color: #313131;
	color: #FFFFFF;
	position: relative;
	padding: 112px 0 73px 5.2091%;
}
.company .history .historydetail:after{
	content: "";
	border: 25px solid transparent;
	border-top: 25px solid #FFFFFF;
	position: absolute;
	top: 0;
	left: -webkit-calc(50% + (5.2091%/2));
	left: calc(50% + (5.2091%/2));
	left: 52.60455%;
	width: 0;
	height: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.company .history .historydetail .layout{
	overflow: hidden;
	font-size: 100%;
	line-height: 1.6;
}
.company .history .historydetail .layout > *{
	float: left;
	width: 50%;
}
.company .history .historydetail .layout .box2 {
	float: left;
	width: 80%;
}
.company .history .historydetail .layout > *.right{
	float: right;
	padding: 0 0 0 30px;
}
.company .history .historydetail .layout .box > p{
	font-size: 150%;
	text-align: center;
	margin: 0 0 80px;
}
.company .history .historydetail .layout .point{
	display: table;
	overflow: hidden;
	width: 100%;
}
.company .history .historydetail .layout .point > *{
	display: table-cell;
	vertical-align: middle;
}
.company .history .historydetail .layout .point .year{
	width: 86px;
	font-size: 150%;
	letter-spacing: .02em;
	text-indent: -.1em;
}
.company .history .historydetail .layout .point .label{
	padding: 22px 35px;
	position: relative;
}
.company .history .historydetail .layout .point .label:before,
.company .history .historydetail .layout .point .label:after{
	content: "";
	position: absolute;
	top: 0;
	background-color: #FFFFFF;
}
.company .history .historydetail .layout .point .label:before{
	left: 5px;
	width: 2px;
	height: 100%;
}
.company .history .historydetail .layout .point:last-child .label:before{
	top: -50%;
}
.company .history .historydetail .layout .point .label:after{
	border-radius: 50%;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 12px;
	height: 12px;
}
@media screen and  (max-width: 768px) {
	.company .history .head{
		padding: 50px 0 20px;
	}
	.company .history .historydetail{
		padding: 40px 0 30px;
	}
	.company .history .historydetail:after{
		border: 12px solid transparent;
		border-top: 12px solid #FFFFFF;
		left: 50%;
	}
	.company .history .historydetail .layout{
		font-size: 75%;
		line-height: 1.6;
	}
	.company .history .historydetail .layout > *{
		float: none;
		width: 100%;
	}
	.company .history .historydetail .layout > .box + .box{
		margin: 80px 0 0;
	}
	.company .history .historydetail .layout > *.right{
		float: none;
		padding: 0;
	}
	.company .history .historydetail .layout .box > p{
		font-size: 100%;
		text-align: left;
		padding: 0 0 0 18px;
		margin: 0 0 30px;
		position: relative;
	}
	.company .history .historydetail .layout .box > p:before{
		content: "";
		background-color: #FFFFFF;
		position: absolute;
		top: 0;
		left: 0;
		width: 4px;
		height: 100%;
		margin: auto;
	}
	.company .history .historydetail .layout .point .year{
		width: 50px;
		font-size: 100%;
		text-indent: 0;
	}
	.company .history .historydetail .layout .point .label{
		padding: 20px;
	}
	.company .history .historydetail .layout .point .label:before{
		min-height: inherit;
		left: 3px;
		width: 1px;
	}
	.company .history .historydetail .layout .point .label:after{
		width: 7px;
		height: 7px;
	}
}

/* history layout single ----------------------- */
.company .history .historydetail .layout.single{
	margin: 50px 0;
}
.company .history .historydetail .layout.single > *{
	width: 100%;
}
.company .history .historydetail .layout.single .point .year{
	font-size: 254%;
}
.company .history .historydetail .layout.single .point .label:before,
.company .history .historydetail .layout.single .point .label:after{
	display: none;
}
@media screen and  (max-width: 768px) {
	.company .history .historydetail .layout.single{
		margin: 40px 0 20px;
	}
	.company .history .historydetail .layout.single > *{
		width: 100%;
	}
	.company .history .historydetail .layout.single .point > span{
		display: block;
	}
	.company .history .historydetail .layout.single .point .year{
		font-size: 125%;
		width: 100%;
		padding: 0 0 0 18px;
		position: relative;
	}
	.company .history .historydetail .layout.single .point .year:before{
		display: block;
		background-color: #FFFFFF;
		position: absolute;
		top: 0;
		left: 0;
		right: auto;
		width: 4px;
		height: 100%;
		margin: auto;
	}
	.company .history .historydetail .layout.single .point .label{
		padding: 20px 0;
	}
}
@media screen and (max-width: 768px)
.detail-title {
    border-left: 0px solid #000!important;
}