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

/*会社沿革*/

/*-----------------------*/
.p-mv{
	background: url(../../images/company/common/mv_bg.jpg) no-repeat center;
	background-size: cover;
	-webkit-background-size: cover;
}
.p-h1{
	margin-bottom: 2em;
}
.p-list{
	position: relative;
}
.p-list:before{
	content: " ";
	background: #be3636;
	width: 2px;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 2.9em;
	margin: auto;
	z-index: -1;
}
.p-listItem{
	display: table;
	width: 100%;
}
.p-listItem p{
	display: table-cell;
	vertical-align: top;
	table-layout: fixed;
	line-height: 1.75;
}
.p-listItem-date{
	color: #be3636;
	width: 5.5em;
	text-align: center;
}
.p-listItem a{
	color: #be3636;
	text-decoration: underline;
}
/*-----------------------*/

@media screen and (min-width:769px){
	.p-contentBg{
		background: url(../../images/company/history/img_history_01.png) no-repeat right top;
	}
	.p-list{
		font-size: 1.4rem;
	}
	.p-listItem-date{
		background: #ffffff;
	}
	.p-listItem-date+p{
		padding-left: 4em;
	}
	.p-listItem+.p-listItem{
		padding-top: 2em;
	}
	.p-listItem a{
		-webkit-transition: 0.3s ease;
		-moz-transition: 0.3s ease;
		-ms-transition: 0.3s ease;
		transition: 0.3s ease;
	}
	.p-listItem a:hover{
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
		opacity: 0.7;
		-webkit-transition: 0.3s ease;
		-moz-transition: 0.3s ease;
		-ms-transition: 0.3s ease;
		transition: 0.3s ease;
	}
	.p-footNav{
		margin: 5.4em auto 6.15em;
	}
}/* /min-width:769px */

@media screen and (max-width:768px){
	.p-h1{
		margin-top: 2em;
	}
	.p-list{
		font-size: 1.3rem;
		margin: 0 4%;
	}
	.p-listItem+.p-listItem{
		padding-top: 1.5em;
	}
	.p-listItem:first-of-type .p-listItem-date,
	.p-listItem:last-of-type .p-listItem-date,
	.p-listItem-date span{
		background: #ffffff;
	}
	.p-listItem-date span{
		display: inline-block;
		padding: .1em 0;
	}
	.p-listItem-date+p{
		padding: .1em 0 .1em 1em;
	}
}/* /max-width:768px */
