/* index.html */
/* secIndexList */
.secIndexList{
	padding: 0 0 100px;
}
.secIndexList li{
	background:#FAFAFA;
	padding:70px 0;
	position:relative;
}
.secIndexList .inner {
    display: flex;
    display: -webkit-flex;
	position:relative;
	min-height:380px;
}
.secIndexList li .img{
	width: 46.429%;
}
.secIndexList li .img .imgBox{
	width:100%;
	padding-top: 27.143%;
	min-height: 380px;
}
.secIndexList li .boxTxt {
    width: calc(100% - 46.429%);
	padding:0 0 0 70px;
	height: 100%;
}
.secIndexList li .tit{
	font-weight:bold;
	font-size:26px;
	line-height:1.6;
}
.secIndexList li .txt{
	font-size:15px;
	line-height:2;
	padding-top:15px;
	letter-spacing:1px;
}
.secIndexList li:nth-child(2n){ background:#fff;}
.secIndexList li:nth-child(2n) .img{
	position:absolute;
	right:0;
	top:0;
}
.secIndexList li:nth-child(2n) .boxTxt{
	padding:0 70px 0 0;
	position:relative;
	left:0;
}

/* secIndexTable */
.secIndexTable{
	border-collapse: collapse;
	table-layout: fixed;
	margin-top:20px;
}
.secIndexTable tr th,
.secIndexTable tr td{
	border: 1px solid #CCC;
	line-height: 1.6;
	font-size: 13px;
	padding: 25px 17px 23px;
	letter-spacing: 1.5px;
	vertical-align: middle;
}
.secIndexTable tr th{
	width: 120px;
	background: #F5F4F3;
	text-align: center;
	padding:25px 0 23px;
}
.secIndexTable tr td{
	background: #FFF;
}

/* secDetailsBnrForm */
.secDetailsBnrForm{
	margin-top: 100px;
	height: 240px;
	position: relative;
	overflow: hidden;
	margin-top:100px;
}
.secDetailsBnrForm a{
	display: block;
}
.secDetailsBnrForm img{
	width:100%;
	height:auto;
}
@media only screen and (max-width:767px){
	.secIndexList{
		padding: 0 0 30px;
	}
	.secIndexList li{
		padding:30px 0;
	}
	.secIndexList .inner {
		display: block;
		min-height:inherit;
		width:93.75%;
		margin:0 auto;
		height:auto;
	}
	.secIndexList li .img{ width:100%;}
	.secIndexList li .img .imgBox{
		width: 100%;
		padding-top: 58.143%;
		height:auto;
		min-height:auto;
	}
	.secIndexList li .boxTxt {
		width: 100%;
		padding:20px 0 0;
	}
	.secIndexList li .tit{
		font-size:18px;
	}
	.secIndexList li .txt{
		font-size:13px;
		line-height:1.8;
		letter-spacing:0.5px;
	}
	.secIndexList li:nth-child(2n) .img{
		position:relative;
	}
	.secIndexList li:nth-child(2n) .boxTxt{
		padding:20px 0 0;
	}	
	
	.secIndexTable tr th,
	.secIndexTable tr td{
		line-height: 1.5;
		font-size: 11px;
		padding: 8px;
		letter-spacing: 0.5px;
	}
	.secIndexTable tr th{
		width: 90px;
	}
	.secDetailsBnrForm{
		width:93.75%;
		margin:0 auto;
		margin-top:30px;
		height:auto;
	}
}