@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-cont1 .p-inText p{
	line-height: 2;
}
.p-cont2 .p-sectionTitle,
.p-cont3 .p-sectionTitle{
	padding-top: 2.5em;
}
.p-cont1 table{
	table-layout: fixed;
	width: 100%;
	margin: auto;
}
.p-cont1 th,
.p-cont1 td{
	border: solid 1px #d8d8d8;
	vertical-align: top;
	line-height: 1.75;
	word-break: break-all;
	box-sizing: border-box;
}
.p-cont1 th{
	background: #f6f6f6;
}
.p-cont1 address+address{
	padding-top: 1.25em;
}
.p-cont1 .p-addressIn{
	display: block;
}
.p-cont1 .p-icon{
	position: relative;
	padding-left: 1em;
	font-weight: bold;
}
.p-cont1 .p-icon:before{
	content: " ";
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -.25em;
	background: #be3636;
	width: .5em;
	height: .5em;
}
.p-tdIn a{
	text-decoration: underline;
}
.p-flowStep{
	background: #f4f4f4;
	position: relative;
}
.p-flowStep p{
	text-align: center;
	font-weight: bold;
}
.p-stepNum{
	color: #be3636;
}
.p-stepNum em{
	font-size: 125%;
}
.p-flowStep .p-fontNormal{
	font-weight: normal;
}
.p-flowStep:after{
	content: " ";
	position: absolute;
	margin: auto;
	width: 0;
	height: 0;
}
.p-flowStep:last-of-type:after{
	content: none;
}
.p-entryBtn{
	letter-spacing: .2em;
	text-align: center;
}
.p-entryBtn a,
.p-entryBtn span{
	display: inline-block;
	vertical-align: middle;
}
.p-entryBtn a{
	background: #0e9977;
	color: #ffffff;
	padding: 1.25em 7em;
	font-weight: bold;
}
.p-entryBtn span{
	padding-left: 1.75em;
	position: relative;
}
.p-entryBtn span:before{
	content: " ";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background-size: contain !important;
	-webkit-background-size: contain !important;
}
.p-entryBtn span:before{
	background: url(../../images/common/icn_entry.png) no-repeat center;
	width: 1.25em;
	left: 0;
}
.p-sttl {
	position: relative;
	padding-left: 1em;
	font-weight: bold;
	margin-top: 1em;
}
.p-sttl:before{
	content: " ";
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -.25em;
	background: #be3636;
	width: .5em;
	height: .5em;
}
/*-----------------------*/

@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;
	}
	#requirements {
		padding-top: 100px;
		margin-top: -100px;
	}
	.p-cont1 .p-inText p{
		text-align: center;
		font-size: 1.4rem;
		padding-top: 2.5em;
	}
	.p-cont1 table{
		font-size: 1.4rem;
	}
	.p-cont1 th,
	.p-cont1 td{
		padding: 1em 2em;
	}
	.p-cont1 th{
		width: 255px;
	}
	.p-cont1 .p-icon{
		font-size: 1.6rem;
		font-weight: bold;
	}
	.p-cont1 .p-tdIn a{
		text-decoration: underline;
	}
	.p-cont1 .p-tdIn a,
	.p-entryBtn a{
		-webkit-transition: 0.3s ease;
		-moz-transition: 0.3s ease;
		-ms-transition: 0.3s ease;
		transition: 0.3s ease;
	}
	.p-cont1 .p-tdIn a,
	.p-entryBtn 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-flow{
		margin-bottom: 60px;
	}
	.p-flowStep{
		float: left;
		width: 176px;
		height: 140px;
	}
	.p-flowStep+.p-flowStep{
		margin-left: 30px;
	}
	.p-flowStep:after{
		top: 0;
		bottom: 0;
		right: -10px;
		border-left: 10px solid #be3636;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
	}
	.p-stepNum{
		font-size: 1.6rem;
		padding-top: 1.125em;
	}
	.p-stepText{
		font-size: 1.4rem;
	}
	.p-stepText p+p{
		padding-top: .5em;
	}
	.p-stepText p:first-of-type{
		font-size: 1.8rem;
		padding-top: .75em;
	}
	.p-entryBtn a{
		font-size: 1.6rem;
	}
	.p-footNav{
		margin: 5.4em auto 6.15em;
	}
	.p-sttl{
		font-size: 1.6rem;
		font-weight: bold;
	}
}/* /min-width:769px */

@media screen and (max-width:768px){
	.p-h1{
		margin-top: 2em;
	}
	.p-sectionTitle{
		font-size: 1.7rem;
	}
	#requirements {
		padding-top: 64px;
		margin-top: -64px;
	}
	.p-cont1,
	.p-cont2,
	.p-cont3{
		padding: 0 4%;
	}
	.p-inTitle{
		font-size: 2rem;
	}
	.p-inTitle-sub{
		font-size: 1.5rem;
		padding-bottom: .25em;
	}
	.p-cont1 .p-inText p{
		font-size: 1.3rem;
		padding-top: 1.5em;
	}
	.p-cont1 table{
		font-size: 1.3rem;
	}
	.p-cont1 th,
	.p-cont1 td{
		padding: 1em;
	}
	.p-cont1 th{
		width: 7.5em;
	}
	.p-flowStep{
		margin-bottom: 1.6em;
		position: relative;
	}
	.p-flowStep-inner{
		display: table;
		table-layout: fixed;
		width: 100%;
		height: 6em;
	}
	.p-flowStep:last-of-type{
		margin-bottom: 3em;
	}
	.p-flowStep:after{
		right: 0;
		left: 0;
		bottom: -.8em;
		border-top: .8em solid #be3636;
		border-left: .7em solid transparent;
		border-right: .7em solid transparent;
	}
	.p-stepNum{
		font-size: 1.4rem;
		width: 3.5em;
		height: 1.75em;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 1.25em;
		margin: auto;
	}
	.p-stepText{
		font-size: 1.2rem;
		display: table-cell;
		vertical-align: middle;
		width: 100%;
	}
	.p-stepText p:first-of-type{
		font-size: 1.5rem;
	}
	.p-entryBtn a{
		padding: 1em 5em;
	}
}/* /max-width:768px */
