@charset "UTF-8";
/* ===================================================================
 style info : 製品案内ページの設定
 author     : business.css
=================================================================== */

/*------------------------------------------------------------------------------------------c_titleBlock*/
.c_titleBlock {
	width: 1360px;
	height: 360px;
	background: url(../images/business/titleBg.jpg) no-repeat top center;
	background-size: contain;
}
.c_titleBlock .inner {
	width: 960px;
	margin: 0 auto;
	padding: 152px 0 0 0;
}
.c_titleBlock h2 {
	font-size: 4.5rem;
	color: #fff;
	letter-spacing: 0.1em;
	line-height: 1.1em;
}
.c_titleBlock h2 span {
	display: block;
	font-size: 2.5rem;
	font-family: Meiryo, Verdana, Geneva, "sans-serif";
	font-weight: normal;
	letter-spacing: 0.05em;
	color: rgba( 255, 255, 255, 0.6 );
}
/*------------------------------------------------------------------------------------------subnav*/
.subnav {
	width: 960px;
	text-align: center;
	margin: 0 auto 75px auto;
}
.subnav nav {
	padding: 0 0 17px 0;
	border-bottom: 2px solid #b6b6b6;
}
.subnav ul {
	width: 100%;
	margin: 0px auto;
	margin-left: -31px;
}
.subnav li {
	font-size: 1.8rem;
	padding-left: 31px;
	margin-left: 31px;
	display: -moz-inline-box;
	display: inline-block;
*display: inline;
*zoom: 1;
}
.subnav li + li {
	border-left: 1px solid #b6b6b6;
}
.subnav li.active {
	display: inline-block;
	position: relative;
}
.subnav li.active::before {
	content: "";
	display: inline-block;
	border-top: 20px solid #b6b6b6;
	border-right: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-left: 9px solid transparent;
	position: absolute;
	bottom: -47px;
	left: 50%;
	margin-left: 8px;
}
.subnav li a {
	position: relative;
	display: inline-block;
	transition: .3s;
}
.subnav li a::after {
	position: absolute;
	bottom: -19px;
	left: 0;
	content: '';
	width: 0;
	height: 2px;
	background-color: #0c1a3d;
	transition: .3s;
}
.subnav li a:hover::after {
	width: 100%;
}
.subnav li.active a:after {
	background-color: #b6b6b6;
}
/*------------------------------------------------------------------------------------------c_businessBox*/
.c_businessBox {
	width: 960px;
	height: 374px;
	margin: 0 0 160px 0;
}
.c_businessBox > div {
	float: left;
	width: 460px;
	height: 100%;
	margin-right: 40px;
	margin-bottom: 100px;
	position:relative;
}
.c_businessBox > div:nth-child(2n) {
	margin-right: 0;
}
.c_businessBox > div:last-child {
	margin-bottom: 0;
}
.c_businessBox .c_businessBox__list .txt{
	padding-bottom: 52px;
}
.c_businessBox .c_businessBox__list .p_detail {
	position:absolute;
	width:100%;
	left:0;
	bottom:0;
}
.c_businessBox .c_businessBox__list .p_detail a {
	width: 100%;
	font-weight: bold;
	margin: 0 auto;
	background: #1a367a;
	color: #fff;
	border: 1px solid #1a367a;
}
.c_businessBox .c_businessBox__list .p_detail a:hover {
	color: #1a367a;
	border: 1px solid rgba(67,67,67,0.8);
}
.disp-inBlock {
	display:inline-block:
}

/* ====================================================
　以下ブレークポイント設定
==================================================== */
/*エフェクト関連はすべて無効*/
@media screen and ( max-width: 767px ) {
	.subnav li a,.subnav li a::after {
	-webkit-transition: none;
	transition: none;
}
}