@charset "UTF-8";
/* =====================================
	collection
===================================== */

.cnt{
	width:100%;
	max-width:1320px;
	padding:0 30px;
	margin:52px auto 0;
	box-sizing:border-box;
}

.cnt .left{
	width:47.6%;
	float:left;
}

.cnt .left dl{
	width:100%;
	border-top:1px solid #cccccc;
	padding-top:10px;
	float:left;
}

.cnt dl dt{
	font-size:10px;
	margin-bottom:55px;
}

.cnt .left dl dt span:first-child{
	float:left;
}

.cnt .left dl dd{
	width:100%;
}

.cnt .left dl dd a{
	display:block;
	width:100%;
}

.cnt .left dl dd a:hover span{
	text-decoration:underline;
}

.cnt .left dl dd span:first-child{
	float:left;
}

.cnt .left dl dd span:last-child{
	float:right;
}

.cnt .left dl dd span:last-child img{
	width:37px;
}

.cnt .left dl dd{
	font-size:18px;
	margin-bottom:45px;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.cnt .right{
	width:42%;
	float:right;
}

.cnt .right dl{
	position:relative;
	width:100%;
	border-top:1px solid #cccccc;
	padding-top:10px;
	float:left;
}

.cnt .right dl dd{
	position:absolute;
	display:none;
	top:76px;
	left:0;
}

.cnt .left dl dd:last-child{
	margin-bottom:0;
}

.cnt .right dl dd img{
	width:100%;
}


@media screen and (max-width:768px){

.cnt{
	padding:0 6.51vw;
	margin:9.11 auto 0;
}

.cnt .left{
	width:100%;
	float:none;
}

.cnt .left dl{
	border-top:0.26vw solid #cccccc;
	padding-top:2.6vw;
}

.cnt dl dt{
	font-size:2.6vw;
	margin-bottom:9.11vw;
}

.cnt .left dl dd{
	font-size:4vw;
	margin-bottom:7.8125vw;
}

.cnt .left dl dd span:last-child img{
	width:6.77vw;
	margin-top:3vw;
}

.cnt .right{
	display:none;
}

}