@charset "utf-8";

@media screen and (max-width: 1099px) {
	
	
	.c-sitemap .g-menu__titleName.u-show__tablet {
		display: none !important;
	}
	
	.c-sitemap .g-menu__titleName.u-hide__tablet,
	.c-sitemap__inner--news .g-menu__titleName {
		padding: 30px 0;
		display: block !important;
	}
	
	.c-sitemap .g-menu__titleName.u-hide__tablet > *,
	.c-sitemap__inner--news .g-menu__titleName > * {
		font-size: 2rem;
		padding: 0;
		display: inline-block;
	}
	
	.c-sitemap .g-menu__titleName.u-hide__tablet > *:after,
	.c-sitemap__inner--news .g-menu__titleName > *:after {
		content: '';
		width: 32px;
		height: 32px;
		border: 1px solid #DC000C;
		background: url(/_assets/img/common/arrow-01@red.svg) no-repeat center / 6px 10px;
		border-radius: 50%;
		display: block;
		position: absolute;
		top: 50%;
		right: -12px;
		transform: translate(100%,-50%) rotate(.005deg);
	}
	
	.c-sitemap .g-menu_wrap {
		width: calc(100% + 20px);
		margin-right: -10px;
		margin-left: -10px;
		display: flex;
	}
	
	.c-sitemap .g-menu__items {
		width: calc((100% / 4) - 20px);
		margin-right: 10px;
		margin-left: 10px;
	}
	
	.c-sitemap .c-sitemapsub.g-menu__items {
		width: 100%;
	}
	
	
	
	.c-sitemap .g-menu__inner {
		display: block;
	}
	
	.c-sitemap .g-menu__inner:after {
		display: none;
	}
	
	.c-sitemap .g-menu__item {
		border-top: 0;
	}
	
	.c-sitemap .c-sitemapsub {
		flex-wrap: wrap;
	}
	
	.c-sitemap .c-sitemapsub .g-menu__item {
		width: calc(100% / 2);
	}
	
	.c-sitemap .g-menu__item.u-show__tablet {
		display: none !important;
	}
	
	.c-sitemap .g-menu__item > a {
		margin-left: 0;
		padding-top: 0;
		padding-left: 25px;
		background: none;
	}
	
	.c-sitemap .g-menu__item > a.u-hide__tablet {
		display: block !important;
	}
	
	.c-sitemap .g-menu__item .g-navi__name {
		font-size: 1.4rem;
	}
	
	.c-sitemap .g-menuChild__title {
		display: none !important;
	}
	
	.c-sitemap .g-menuChild__items {
		padding-left: 3px;
		display: block !important;
	}
	
	.c-sitemap .g-menuChild__item {
		margin-top: 12px;
		border-top: 0;
	}
	
	.c-sitemap .g-menuChild__item.u-show__tablet {
		display: none !important;
	}
	
	.c-sitemap .g-menuChild__item a {
		margin-left: 0;
		padding: 0 0 0 13px;
		background: none;
	}
	
	.c-sitemap .g-menuChild__item a:before {
		content: '';
		width: 8px;
		height: 1px;
		background: #696969;
		display: block;
		position: absolute;
		top: .55em;
		left: 1px;
	}
	
	.c-sitemap__teambreakthrough {
		width: 50%;
	}
	
	.c-sitemap__bannerCorner ul {
		margin-right: -10px;
		margin-left: -10px;
	}
	
	.c-sitemap__bannerCorner .g-menuBanner__item {
		width: 50%;
		padding-right: 10px;
		padding-left: 10px;
	}
	
	
}/* END Responsive */


@media screen and (max-width: 767px) {
	.c-sitemap .g-menu_wrap {
		margin-right: 0;
		margin-left: 0;
		display: block;
	}
	
	.c-sitemap .g-menu__items {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
	
	.c-sitemap .g-menuChild__items {
		margin-bottom: 30px;
	}
	
	.c-sitemap__teambreakthrough {
		width: 100%;
	}
	
	.c-sitemap .c-sitemapsub .g-menu__item {
		width: 100%;
	}
	
	.c-sitemap__bannerCorner {
		margin-top: 60px !important;
	}
	
	.c-sitemap__bannerCorner ul {
		display: block;
	}
	
	.c-sitemap__bannerCorner .g-menuBanner__item {
		width: 100%;
		margin-top: 15px !important;
	}
	
	
	
}/* END Responsive */
