@charset "utf-8";

/* PC・SP：whatsnew.css
 * **************************************************
 * Content
 * **************************************************
 */

/* Content
------------------------------------------------------------------ */

.whatsnew {
	min-width: 100%;
	overflow: hidden;
}

/* whatsnew */
.whatsnew #content dl {
	border-bottom: 1px dashed #C8C9CA;
	display: table;
	width: 100%;
}

.whatsnew #content dl:last-child {
	border-bottom: none;
}

.whatsnew #content dl dt {
	display: table-cell;
	line-height: 1.28;
	padding: 0.8em 0;
	text-align: left;
	vertical-align: middle;
	width: 14%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.whatsnew #content dl dt {
		width: 17%;
	}
}

.whatsnew #content dl dd {
	display: table-cell;
	font-size: 1.4rem;
	line-height: 1.28;
	padding: 0.8em 0;
	text-align: left;
	vertical-align: top;
}

.whatsnew #content dl dd a {
	color: #0068B7;
	text-decoration: underline;
}

/*
 * ======================================
 * SP
 * ======================================
 */
@media screen and (max-width: 767px) {

	/* Content
------------------------------------------------------------------ */

	/* whatsnew */
	.whatsnew #content dl {
		display: block;
		padding: 1em 0;
	}

	.whatsnew #content dl dt {
		display: block;
		padding: 0;
		width: 100%;
	}

	.whatsnew #content dl dd {
		display: block;
		padding: 0.4em 0 0 0;
	}

}