.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	color: var(--wp--preset--color--contrast);
	font-weight: 400;
	line-height: 1.2;
	margin-top: 48px;
	margin-bottom: 24px;
}

.entry-content h1 {
	font-size: var(--wp--preset--font-size--xx-large);
	line-height: 1.15;
}

.entry-content h2 {
	font-size: var(--wp--preset--font-size--x-large);
}

.entry-content h3 {
	font-size: var(--wp--preset--font-size--large);
}

.entry-content h4 {
	font-size: clamp(1.1rem, 1.1rem + ((1vw - 0.2rem) * 0.767), 1.5rem);
}

.entry-content h5 {
	font-size: var(--wp--preset--font-size--medium);
}

.entry-content h6 {
	font-size: var(--wp--preset--font-size--small);
}

.entry-content p {
	margin-top: 24px;
	margin-bottom: 24px;
}

.is-pattern-left-border-heading {
	margin-top: 32px;
	margin-bottom: 24px;
}

#contents #main .slide .swiper .swiper-wrapper .swiper-slide .text .tag li::before {
	content: none;
	display: none;
}

#contents #main .slide .swiper .swiper-wrapper .swiper-slide .text .tag li a::before {
	content: "#";
}

.swiper-slide a:has(a:hover) {
	opacity: 1;
}
