@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-sectionTitle{
	padding-bottom: 1em;
	position: relative;
	line-height: 1.25;
	letter-spacing: .2em;
	margin-bottom: 1.25em;
}
.p-sectionTitle:before,
.p-sectionTitle:after{
	content: " ";
	position: absolute;
	left: 0;
	background: #be3636;
	width: 100%;
}
.p-sectionTitle:before{
	height: 2px;
	bottom: 3px;
}
.p-sectionTitle:after{
	height: 1px;
	bottom: 0;
}
.p-inTitle,
.p-inTitle-sub{
	text-align: center;
	letter-spacing: .1em;
}
.p-inTitle{
	line-height: 1.25;
	padding: .25em 0 .5em;
}
.p-cont2 .p-sectionTitle{
	padding-top: 3.5em;
}
.p-cont1 .p-contInner p:first-of-type{
	letter-spacing: .1em;
	word-break: break-all;
}
.p-cont1 .p-contInner p+p{
	padding-top: 1.5em;
}
.p-cont2 h3{
	padding-top: 1em;
	font-weight: 500;
	font-weight: bold;
}
.p-cont2 ol{
	padding-top: 1.75em;
}
.p-cont2 ol li{
	margin-left: 1.25em;
	list-style: decimal;
}
.p-inFloat{
	float: right;
	padding-left: 1em;
}
/*-----------------------*/

@media screen and (min-width:769px){
	.p-sectionTitle{
		font-size: 2.2rem;
	}
	.p-inTitle{
		font-size: 3rem;
	}
	.p-inTitle-sub{
		font-size: 2.6rem;
		padding-bottom: .5em;
	}
	.p-contInner{
		font-size: 1.4rem;
	}
	.p-inFloat{
		width: 146px;
	}
	.p-contInner .p-fontS{
		font-size: 82.5%;
	}
	.p-cont2 h3{
		font-size: 1.6rem;
	}
	.p-footNav{
		margin: 5.4em auto 6.15em;
	}
}/* /min-width:769px */

@media screen and (max-width:768px){
	.p-h1{
		margin-top: 2em;
	}
	.p-sectionTitle{
		font-size: 1.7rem;
	}
	.p-cont1,
	.p-cont2{
		padding: 0 4%;
	}
	.p-inTitle{
		font-size: 2rem;
	}
	.p-inTitle-sub{
		font-size: 1.5rem;
		padding-bottom: .25em;
	}
	.p-contInner{
		font-size: 1.3rem;
	}
	.p-inFloat{
		width: 100px;
		padding-bottom: 1em;
	}
	.p-contInner .p-fontS{
		font-size: 92.3%;
	}
	.p-cont2 h3{
		font-size: 1.5rem;
	}
}/* /max-width:768px */
