@charset "UTF-8";
/*====================================
更新情報
=====================================*/
.whatsnew_wrapper {
	/* background-color: #FAFAFA; */
}

.whatsnew {
	margin: 0 !important;
	padding-top: 2rem;
	padding-bottom: 4rem;
}

.whatsnew a {
	color: #222;
}

.whatsnew dt {
	color: #222 !important;
	font-size: 16px !important;
}

.whatsnew h1 {
	color: #222;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 1.5rem;
    margin-bottom: 0.5em;
}

@media screen and (max-width: 768px) {
.whatsnew h1 {
    font-size: 1.25rem;
}
}

div.whatsnew dt {
    width: 10em !important;
}

div.whatsnew dt:before {
    font-family: "Font Awesome 5 Free";
    content: "\f2f9";
    font-weight: 900;
    padding-right: 0.3rem;
    display: inline-block;
	color: #444;
}