.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;
}

#toc_container {
	box-sizing: border-box;
	width: 100%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 32px;
	padding: 1em 1em 0;
}

#toc_container ul.toc_list > li {
	padding-top: 12px;
	padding-bottom: 12px;
	border-top: 1px dotted #999999;
}

#toc_container ul.toc_list > li a {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
}

#toc_container ul.toc_list > li a:hover {
	color: #ED81A9;
	text-decoration: none;
}
