main .contents-toukou .wrapper ul,
main .contents-toukou .wrapper ol {
	    margin-left: 20px;
}

main .contents-toukou .wrapper ul li {
	list-style-type: disc;
}

main .contents-toukou .wrapper ol li {
	list-style-type: decimal;
}

main .contents-toukou .wrapper strong {
	font-weight: 600;
}

main .contents-toukou .wrapper em {
	font-style: italic;
}

main .contents-toukou .wrapper h1 {
	font-size: 1.75rem;
}

main .contents-toukou .wrapper h2 {
	font-size: 1.5rem;
}

main .contents-toukou .wrapper h3 {
	font-size: 1.375rem;
}

main .contents-toukou .wrapper h4 {
	font-size: 1.25rem;
}

main .contents-toukou .wrapper h5 {
	font-size: 1rem;
}

@media (max-width: 768px) {
	main .contents-toukou .wrapper h1 {
		font-size: 1.5rem;
	}

	main .contents-toukou .wrapper h2 {
		font-size: 1.375rem;
	}

	main .contents-toukou .wrapper h3 {
		font-size: 1.25rem;
	}

	main .contents-toukou .wrapper h4 {
		font-size: 1rem;
	}

	main .contents-toukou .wrapper h5 {
		font-size: .875rem;
	}
}