@charset "utf-8";

/***************************************************************************
*
* INDEX STYLE
*
***************************************************************************/

.areaSplit{
	background: url('../img/index/bg002.png') no-repeat center center/cover;
	padding: 50px 0 80px;
}

.areaSplit .inner{
	overflow: hidden;
}

.colLeft{
	width: 50%;
	float: left;
	padding-right: 30px;
}

.areaSplit .title{
	font-size: 28px;
	display: inline-block;
	border-bottom: 1px solid #333;
	line-height: 1.2;
}

.areaSplit .photo{
	margin-top: 60px;
}

.areaSplit .text{
	font-size: 16px;
	margin-top: 10px;
	padding-bottom: 12px;
	min-height: 134px;
}

.areaSplit .table{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 12px 0;
}

.areaSplit .table table{
	width: 100%;
}

.areaSplit .table table th{
	line-height: 2.2;	
	font-size: 16px;
	vertical-align: top;
}

.areaSplit .table table td{
	line-height: 2.2;		
	font-size: 16px;
}

.areaSplit .table table td a{
	color: #333;
}

.areaSplit .list{
	overflow: hidden;
	margin-top: 25px;
	padding-right: 40px;
}

.areaSplit .list li{
	float: left;
	width: calc(50% - 5px);
	margin-bottom: 10px;
	border-radius: 5px;
	overflow: hidden;
	background: #fff;
	position: relative;
}

.areaSplit .list li .listPhoto{
	height: 173px;
	position: relative;
}

.areaSplit .list li .listPhoto img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.areaSplit .list li .listTitle{
	padding: 10px 0;
	font-size: 16px;
	text-align: center;
	background: rgba(255, 255, 255, 0.8);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.areaSplit .list li:nth-child(even){
	float: right;
}

.colRight{
	width: 50%;
	float: right;
	padding-left: 62px;
}

.areaAccess{
	margin-top: 30px;
	margin-bottom: 25px;
}

.infoWrap{
	margin-top: 30px;
}

.areaAccess .tableWrap{
	margin: 0 auto 32px;
}

.tableWrap tr:first-child th,
.tableWrap tr:first-child td{
	padding-top: 0;
}

@media(max-width: 768px){
	.areaSplit{
		background: none;
		padding: 0;
	}

	.areaSplit .inner{
		padding: 0;
	}

	.colLeft,
	.colRight{
		width: 100%;
	}

	.colLeft{
		background: url('../img/index/areaSplit_bg_sp_01.jpg') no-repeat center center/cover;
		padding-left: 0;
		padding: 30px 4%;
	}

	.colRight{
		background: url('../img/index/bg001.png') no-repeat center center/cover;
		padding-right: 0;
		padding: 30px 4%;
	}

	.areaSplit .photo{
		margin-top: 30px;
	}

	.areaSplit .colLeft .photo{
		width: 200px;
	}

	.areaSplit .colRight .photo{
		width: 325px;
	}

	.areaSplit .list{
		padding-right: 0;
	}

	.areaSplit .list li .listPhoto{
		height: 148px;
	}

	.areaSplit .colRight .list li .listPhoto{
		height: auto;
		text-align: center;
	}
	
	.areaSplit .colRight .list li .listPhoto img{
		position: static;
		transform: none;
	}

	.areaAccess .tableWrap{
		margin: 30px auto;
	}

	.areaSplit .table table th{
		width: 100px;
	}

	.areaSplit .table table th,
	.areaSplit .table table td{
		line-height: 1.8;
	}
}