@charset "utf-8";
/* CSS Document */
#mainBlock{
	padding-bottom: 103px;
}
.tblStyle01 th {
	margin: 0;
	padding:0;
	text-align: left;
	border-top:none;
	width: 350px;
}
.tblStyle01 tr img{
	margin-bottom:80px;
}

.tblStyle01 td {
	padding: 10px 30px;
	text-align: left;
	border-top: 0;
}

.tblStyle01 tr:last-child th {
    	border-bottom: none; 
}
.tblStyle01 tr:last-child td {
    	border-bottom: none;
}
a{
	text-decoration: none;
	color:#2b2c2e;
}
.pageLink li{
	display: inline-block;
}
a.basic {
	width:inherit;
	margin-top: 26px;
	border-bottom: solid 1px #d3d6de;
}
a.basic.style2::before {
	transform: rotate(0);
	}
.hd01_01{
	text-align: left;
	margin-bottom: 40px;
	color:#2b2c2e;
}
/* 新着情報のリンクアニメーション */
.listContainer .js-hoverItem{
	transition: 0.5s;
}
.listContainer .js-hoverItem.notHover{
	color:#b0b0b0;
	opacity: 0.7;
}
.listContainer .js-hoverItem.hover{
	color:#2b2c2e;
	opacity: 1;
}
.is-show {
    opacity: 1;
    transform: translateY(0);
}
.sp{
	display: none;
}
.pc{
	display: block;
}

.linkList dt,
.linkList dd{
	text-align: left;
}
.linkList dt{
	float: left;
}
.linkList dd{
	padding-left: 210px;
}
.linkList.linkList_style2 dd{
	padding-left: 250px;
}
.linkList.linkList_style3 dd{
	padding-left: 380px;
}
.linkList.linkList_style4 dd{
	padding-left: 280px;
}
.linkList dd::after{
	content: "";
	display: block;
	clear: both;
}

.linkList + .hd02{
	margin-top: 80px;
}

@media screen and (max-width: 880px){
	.tblStyle01 th {
    	width: 260px;
}
	.pageLink{
		margin-bottom: 40px;
	}
	
}
@media screen and (max-width: 767px){
		.pageLink{
		margin-bottom: 0;
	}
	#mainBlock {
		padding-bottom: 50px;
	}
	.keyVisual {
			height: 150px;
	}
	.tblStyle01 th {
		margin: 0;
		padding:0;
		text-align: left;
		border-top:none;
		width: auto;
		max-width: 750px;

	}
	.tblStyle01 td {
		border-top:none;
		padding:20px 0 50px;
	}
	.tblStyle01 li {
		border-bottom: solid 1px #d3d6de;
	}
	.tblStyle01 tr img{
		margin-bottom: 20px;
		margin: 0 auto;
		display: block;

	}
	.pageLink li{
		display:block;
	}
	a.basic {
		margin-top: 26px;
		border-bottom: none;
	}

	.sp{
		display: block;
	}
	.pc{
		display: none;
	}
	.hd02 {
		margin-bottom: 15px;
	}
	.linkList + .hd02 {
		margin-top: 40px;
	}
	.linkList dt{
		float: none;
	}
	.linkList dd{
		padding-left: 0 !important;
	}
	
	.linkList dd + dt{
		margin-top: 15px;
	}
}