@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-sub {
	line-height: 2;
}
.p-inTitle{
	line-height: 1.25;
	padding: .25em 0 .5em;
}
.p-cont1 .p-inText p{
	line-height: 2;
}
.p-cont-idea .p-sectionTitle,
.p-cont2 .p-sectionTitle,
.p-cont3 .p-sectionTitle,
.p-cont4 .p-sectionTitle {
	padding-top: 3.5em;
}
.p-outlinetable{
	table-layout: fixed;
	width: 100%;
	margin: auto;
}
.p-outline th,
.p-outline td{
	border: solid 1px #d8d8d8;
	vertical-align: top;
	line-height: 1.75;
	word-break: break-all;
	box-sizing: border-box;
}
.p-outline th{
	background: #f6f6f6;
}
.p-outline address+address{
	padding-top: 1.25em;
}
.p-outline .p-addressIn{
	display: block;
}
.p-outline .p-icon{
	position: relative;
	padding-left: 1em;
	font-weight: bold;
}
.p-outline .p-icon:before{
	content: " ";
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -.25em;
	background: #be3636;
	width: .5em;
	height: .5em;
}
.p-cont3 figure{
	background: #f6f6f6;
}
.p-cont3 img{
	display: block;
	margin: auto;
}
.p-fontL{
	font-size: 110%;
}
.p-fontLL{
	font-size: 130%;
}
.p-colorRed{
	color: #be3636;
}
.p-tdIn a{
	text-decoration: underline;
}
.p-cont-idea .p-inText li {
	text-indent: -2em;
	padding-left: 2em;
	letter-spacing: .06em;
}
.p-cont-idea .p-inText li:first-child::before {
	content: '1.';
	margin-right: 1em;
}
.p-cont-idea .p-inText li:nth-child(2)::before {
	content: '2.';
	margin-right: 1em;
}
.p-cont-idea .p-inText li:nth-child(3)::before {
	content: '3.';
	margin-right: 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-cont1 .p-inText p {
		text-align: center;
		font-size: 1.4rem;
		padding-top: 2.5em;
	}
	.p-cont-idea .p-inImg {
		float: left;
		width: 280px;
	}
	.p-cont-idea .p-inText {
		float: right;
		width: 700px;
	}
	.p-cont-idea .p-inText li {
		font-size: 16px;
		font-size: 1.6rem;
	}
	.p-cont-idea .p-inText li:first-child::before {
		content: '1.';
	}
	.p-cont-idea .p-inText li:not(:last-child) {
		margin-bottom: 1em;
	}
	.p-cont4 .p-inText p {
		font-size: 1.4rem;
		padding-bottom: 1.5em;
	}
	.p-outline table{
/*		font-size: 1.4rem;*/
		font-size: 1.5rem;
	}
	.p-outline th,
	.p-outline td{
		padding: 1em 2em;
	}
	.p-outline th{
		width: 255px;
	}
	.p-outline .p-icon{
		font-size: 1.6rem;
		font-weight: bold;
	}
	.p-outline .p-tdIn a{
		text-decoration: underline;
		-webkit-transition: 0.3s ease;
		-moz-transition: 0.3s ease;
		-ms-transition: 0.3s ease;
		transition: 0.3s ease;
	}
	.p-outline .p-tdIn 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-cont3 figure{
		padding: 50px 0 35px;
	}
	.p-cont3 img{
		width: 433px;
	}
	.p-footNav{
		margin: 5.4em auto 6.15em;
	}
    
/*    171024追記*/
	.company_name {
	font-size: 18px;
    color: #be3636;
    margin-bottom: 18px;
	}
/*    171024追記*/
    
}/* /min-width:769px */

@media screen and (max-width:768px){
	.p-h1{
		margin-top: 2em;
	}
	.p-sectionTitle{
		font-size: 1.7rem;
	}
	.p-cont1,
	.p-cont2,
	.p-cont3,
	.p-cont4,
	.p-cont-idea {
		padding: 0 4%;
	}
	.p-inTitle{
		font-size: 2rem;
	}
	.p-inTitle-sub{
		font-size: 1.5rem;
		padding-bottom: .25em;
		line-height: 1.7;
	}
	.p-cont1 .p-inText p {
		font-size: 1.3rem;
		padding-top: 1.5em;
	}
	.p-cont-idea .p-inImg {
		width: 100%;
		margin-bottom: 1.25em;
	}
	.p-cont-idea .p-inText {
	}
	.p-cont-idea .p-inText li {
		font-size: 13px;
		font-size: 1.3rem;
	}
	.p-cont-idea .p-inText li:not(:last-child) {
		margin-bottom: 1em;
	}
	.p-cont4 .p-inText p {
		font-size: 1.3rem;
		padding-bottom: 1.5em;
	}
	.p-outline table{
		font-size: 1.3rem;
	}
	.p-outline th,
	.p-outline td{
		padding: 1em;
	}
	.p-outline th{
		width: 6em;
	}
	.p-cont3 figure{
		padding: 7.2% 0;
	}
	.p-cont3 img{
		width: 91%;
	}
	
/*	171024追記*/
	.company_name {
	font-size: 15px;
    color: #be3636;
    margin-bottom: 18px;
	}
	
	
}/* /max-width:768px */


/* 会社概要にて使用 */
.client {
	display: inline-block;
}
