@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 768px) {
    .p-map__paragraph-english.__large {
        font-size: 3rem;
    }
}

.p-map__paragraph-default {
    line-height: 1.2;
}

@media screen and (max-width: 768px) {
	.p-map__paragraph-english,
    .p-map__paragraph-default {
		font-size: 2rem;
    }
}

.intriduction {
	font-size: 1.4rem;
	font-weight: bold;
	color: #000;
}

.tab-menu__item.sponsorship {
  background-color: #C7000B;
}
.tab-menu__item.sponsorship .tab-menu__item-icon {
  background-color: #FBEBE2;
  color: #C7000B;
}
.tab-menu__item.sponsorship::before {
  background-color: #C7000B;
}
.tab-menu__item.sponsorship:not(.is-active):hover {
  background-color: #EF000D;
}
.tab-menu__item.sponsorship:not(.is-active):hover .tab-menu__item-icon {
  background-color: #ffffff;
}

