@charset "Shift_JIS";

/* CSS Document */
#MegaMenu .MM_heading, #MegaMenu .MM_heading a:link, #MegaMenu .MM_heading a:visited {
	color: #FFF;
	font-weight: bold;
	margin-bottom: 20px;
}
#js-top_menu_list .MM_heading,
#js-top_menu_list .MM_heading a:link {
	color: #c02;
	font-weight: normal;
	margin-bottom: 0;
}
@media screen and (min-width: 768px){
.OptionWide .MMColumnArea {
	display: flex;
	justify-content: space-between;
	padding-bottom: 30px;
}
#js-top_menu_list .MM_heading {
	color: #333 !important;
	font-size: 90% !important;
	margin-bottom: 0.3em !important;
	position: relative !important;
}
#js-top_menu_list ul + .MM_heading {
	margin-top: 2em;
}
}