@charset "UTF-8";
/* CSS Document */

.fx dt{
	width: 64.2vw;
}
.fx .dt:last-of-type{
	margin-left:-1px;
}

@media screen and (max-width:1024px){
	.fx dt{
	width: 100%;
}
	.fx .dt:last-of-type{
	margin-left: 0;
}
}