@charset "utf-8";
/*  common
--------------------------------------------------------------------------------------*/
#contents{
	margin-bottom: 150px;
}
.subttl{
	font-size: 32px;
    font-weight: bold;
	line-height: 1.8;
    text-align: center;
    color: #251f87;
}
.subttl02{
	font-size: 24px;
    font-weight: bold;
    color: #252087;
    line-height: 1.8;
}
.subttl03{
	font-size: 24px;
    font-weight: normal;
	line-height: 1.6;
    padding: 10px 20px;
    color: #fff;
    background: #252087;
}
.subttl04{
	font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    color: #252087;
    padding-left: 10px;
    border-left: 7px solid #252087;
}
/*  mv
--------------------------------------------------------------------------------------*/
.mv{
	background: url("/img/company/mv.jpg") no-repeat top center / cover;
	height: 205px;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.mv_ttl{
	width: 1050px;
	margin: 0 auto 40px;
	font-size: 32px;
	font-weight: bold;
	color: #fff;
}
/*  breadcrumb
--------------------------------------------------------------------------------------*/
.pnav{
	width: 1050px;
	margin: auto;
	margin-top: 15px;
    margin-bottom: 55px;
}
.pnav_list{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
}
.pnav_list_item a{
	font-size: 12px;
	line-height: 1.4;
}
.pnav_list_item a:hover{
	text-decoration: underline;
}
.pnav_list_item{
	font-size: 12px;
	line-height: 1.4;
}
.pnav_list_item:nth-child(n+2):before{
    content: ">";
	margin-right: 10px;
	margin-left: 10px;
}
/*  sec
--------------------------------------------------------------------------------------*/
.sec{
	width: 660px;
	margin: 0 auto 150px;
}
.sec_ttl{
	margin-bottom: 60px;
}
.sec_history{
	width: 100%;
}
.sec_history th{
	color: #130d68;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	line-height: 1.6;
	vertical-align: top;
	padding: 20px 0;
	width: 40%;
}
.sec_history td{
	line-height: 1.6;
	vertical-align: top;
	padding: 20px 0;
	width: 60%;
}
.sec_history .small{
	display: inline-block;
	font-size: 14px;
}
.sec_history .blue{
	display: inline-block;
	color: #262087;
}
 @media screen and (max-width: 767px) {
	/*  common
	--------------------------------------------------------------------------------------*/
	#contents{
		padding-top: 40px;
		margin-bottom: 80px;
	}
	 .subttl{
		 font-size: 24px;
		 line-height: 1.6;
	 }
	 .subttl02{
		 font-size: 20px;
		 line-height: 1.6;
	 }
	 .subttl03{
		 font-size: 20px;
		 padding: 5px 5%;
	 }
	 .subttl04{
		 font-size: 18px;
		 padding-left: 10px;
		 border-left: 5px solid #252087;
	 }
	/*  mv
	--------------------------------------------------------------------------------------*/
	 .mv{
		 height: 140px;
		 margin-bottom: 40px;
	 }
	 .mv_ttl{
		 width: 100%;
		 font-size: 22px;
		 padding: 0 5%;
		 margin-bottom: 30px;
	 }
	 /*  breadcrumb
	--------------------------------------------------------------------------------------*/
	 .pnav{
		display: none;
	 }	 
	 /*  sec
	--------------------------------------------------------------------------------------*/
	.sec{
		width: 100%;
		padding: 0 5%;
		margin-bottom: 80px;
	 }
	.sec_ttl{
		margin-bottom: 40px;
	}
	.sec_history th{
		font-size: 16px;
		padding: 10px 0;
		width: 30%;
	}
	.sec_history td{
		padding: 10px 0;
		width: 70%;
	}
	 .sec_history .small{
		 display: block;
		 font-size: 13px;
		 text-indent: -0.5em;
	 }
}