@charset "utf-8";

/* ---------------------------------------------------------------------------------------------------- */

.section_menu .wrap {
	background-image: none;
}

@media screen and (min-width: 768px) {
	.section_menu .content_wrap .content .item_wrap .item .text_wrap .text {
		font-size: 1.5rem;
	}
}

@media screen and (min-width: 1280px) {
	
}

@media screen and (min-width: 1440px) {
	.section_menu .content_wrap .content .item_wrap .item .text_wrap .text {
		font-size: 2rem;
	}
}

/* ---------------------------------------------------------------------------------------------------- */
