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

/*会社沿革*/

/*-----------------------*/
.ttl-page{
	letter-spacing: .1em;
}
.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-contInner{
	letter-spacing: .075em;
}
.p-contTexts p{
	padding-bottom: 1.5em;
}
.p-contTexts p:last-of-type{
	padding-bottom: 0;
}
.p-addressIn{
	display: block;
}
.p-contInner address{
	padding-bottom: 1.5em;
}
.p-contactBtn{
	letter-spacing: .1em;
}
.p-contactBtn a,
.p-contactBtn span{
	display: inline-block;
	vertical-align: middle;
}
.p-contactBtn a{
	background: #be3636;
	color: #ffffff;
	padding: .75em 2.5em;
	font-weight: bold;
}
.p-contactBtn span{
	padding-left: 1.75em;
	position: relative;
}
.p-contactBtn span:before{
	content: " ";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background-size: contain !important;
	-webkit-background-size: contain !important;
}
.p-contactBtn span:before{
	background: url(../../images/privacy/icn_contact.png) no-repeat center;
	width: 1.25em;
	left: 0;
}
.p-cont2 .p-sectionTitle,
.p-cont3 .p-sectionTitle,
.p-cont4 .p-sectionTitle{
	padding-top: 2em;
}
.p-addressIn.p-sttl {
	font-weight: bold;
	margin-top: 1.5em;
}
.p-contTexts h3{
	font-weight: bold;
}
/*-----------------------*/

@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;
		line-height: 1.75;
	}
	.p-contTexts h3{
		font-size: 1.6rem;
	}
	.p-addressIn:first-of-type{
		font-size: 1.6rem;
	}
	.p-contactBtn a{
		-webkit-transition: 0.3s ease;
		-moz-transition: 0.3s ease;
		-ms-transition: 0.3s ease;
		transition: 0.3s ease;
	}
	.p-contactBtn 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-cont4{
		padding-bottom: 80px;
	}
	.p-footNav{
		margin: 5.4em auto 6.15em;
	}
	.p-addressIn.p-sttl {
		font-size: 16px;
		font-size: 1.6rem;
	}
}/* /min-width:769px */

@media screen and (max-width:768px){
	.ttl-page{
		font-size: 2.2rem;
	}
	.p-h1{
		padding-top: 15%;
	}
	.ttl-page span {
		font-size: 12px;
		font-size: 1.2rem;
	}
	.p-sectionTitle{
		font-size: 1.7rem;
	}
	.p-cont1,
	.p-cont2,
	.p-cont3,
	.p-cont4{
		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-contTexts h3{
		font-size: 1.5rem;
	}
	.p-addressIn:first-of-type{
		font-size: 1.5rem;
	}
	.p-contactBtn{
		text-align: center;
	}
	.p-contactBtn a{
		padding: 1em 1.5em;
	}
	.p-cont4{
		padding-bottom: 60px;
	}
	.p-addressIn.p-sttl {
		font-size: 15px;
		font-size: 1.5rem;
	}
}/* /max-width:768px */
