@charset "utf-8";
.mainVisual {
	background: url(../img/main_bg.jpg) center center /cover no-repeat;
}
.tabList:nth-child(1){
	margin-bottom: 15px;
}
.tabList:nth-child(2){
	margin-bottom: 70px;
}
.tabList .tabItem{
	color: #005bac;
	display: inline-block;
	padding: 10px 16px;
	line-height: 1;
	cursor: pointer;
}
.tabList .tabItem:hover{
	background: #005bac;
	color: #ffffff;
}
.tabList .tabItem.active{
	background: #005bac;
	color: #ffffff;
}

@media screen and (max-width: 768px) {
	.contentWrap{
		padding-bottom: 50px;
	}
	.tabList{
		width: 300px;
		margin: 0 auto;
		text-align: center;
	}
	.tabList:nth-child(1){
		margin-bottom: 0;
		margin-top: 40px;
	}
	.tabList:nth-child(2){
		margin-bottom: 40px;
	}
	.tabList .tabItem{
		padding: 8px 12px;
		margin-bottom: 10px;
	}
}

.tabContWrap{
	/*position: relative;*/
}
.tabCont{
	line-height: 2;
	/*position: absolute;*/
	left: 0;
	right: 0;
}
.tabCont dl{
	display: none;
}
.tabCont dt{
	width: 316px;
	padding-top: 15px;
	float: left;
	clear: left;
	font-size: 2rem;
}
.tabCont dd{
	padding: 15px 0 15px 316px;
	border-top: 1px solid #c7c7c7;
}
.iconPdf{
	position: relative;
}
.iconPdf:before{
	content: "";
	display: inline-block;
	top: 50%;
	width: 36px;
	height: 15px;
	background: url(../img/icon_pdf.png) no-repeat center bottom;
	background-size: contain;
	margin: 0 10px -3px 0;
}
.category{
	font-size: 1.6rem;
	display: inline-block;
	padding-left: 35px;
	position: relative;
	font-weight: bold;
}
.category:before{
	content: "";
	display: inline-block;
	width: 17px;
	height: 17px;
	position: absolute;
	left: 12px;
	top: 50%;
	margin-top: -10px;
}
.sport .category:before{
	background: url(../img/icon_sport.png) no-repeat;
	background-size: contain;
}
.health .category:before{
	background: url(../img/icon_health.png) no-repeat;
	background-size: contain;
}
.news .category:before{
	background: url(../img/icon_news.png) no-repeat;
	background-size: contain;
}
.news .category:before{
	background: url(../img/icon_news.png) no-repeat;
	background-size: contain;
}
.material .category:before{
	background: url(../img/icon_material.png) no-repeat;
	background-size: contain;
}
.parts .category:before{
	background: url(../img/icon_parts.png) no-repeat;
	background-size: contain;
}
.moreBtn{
	width: 220px;
	border: 1px solid #242424;
	text-align: center;
	margin: 70px auto 0;
	cursor: pointer;
	font-size: 2rem;
	line-height: 1;
	padding: 16px 0 12px;
}
.moreBtn:hover{
	background: #242424;
	color: #ffffff;
}
.tab02{
	display: none;
	margin-bottom: 70px;
}


@media screen and (max-width: 768px) {
	.tabCont dt{
		width: 100%;
		padding-top: 7px;
		float: none;
		font-size: 1.4rem;
		font-weight: bold;
	}
	.tabCont dd{
		padding: 7px 0 7px 0;
		border-top: none;
	}
	.iconPdf:after{
		width: 28px;
		height: 12px;
		margin: 0 0 -2px 8px;
	}
	.category{
		font-size: 1.2rem;
		display: inline-block;
		padding-left: 20px;
		position: relative;
		font-weight: bold;
	}
	.category:before{
		width: 13px;
		height: 12px;
		left: 6px;
		margin-top: -7px;
	}
	.moreBtn{
		width: 100%;
		margin: 50px auto 0;
		font-size: 1.5rem;
		padding: 16px 0 12px;
	}
	.moreBtn:hover{
		background: #242424;
		color: #ffffff;
	}
	.tab02{
		display: none;
		margin-bottom: 50px;
	}
	.moreBtn:hover{
	background: none;
	color: #242424;
}
}