@charset "utf-8";

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

.section_menu .wrap {
	background-position: 0% 0%;
}

@media screen and (min-width: 768px) {
	.section_menu .content_wrap .content_other .item_wrap .item {
		width: 100%;
	}

	.section_menu .content_wrap .content_other .item_wrap .item .list {
		width: 80%;
	}
}

@media screen and (min-width: 1280px) {
	.section_menu .content_wrap .content_other {
		gap: 36px;
	}

	.section_menu .content_wrap .content_other .item_wrap .item {
		gap: 36px;
	}
}

@media screen and (min-width: 1440px) {
	.section_menu .content_wrap .content_other {
		gap: 60px;
	}

	.section_menu .content_wrap .content_other .item_wrap .item {
		gap: 60px;
	}
}

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