:host,
html {
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	-moz-tab-size: 4;
	tab-size: 4;
	font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
	font-feature-settings: normal;
	font-variation-settings: normal;
	-webkit-tap-highlight-color: transparent;
}

body {
	margin: 0;
	line-height: inherit;
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
}

a {
	color: inherit;
	text-decoration: inherit;
}

.underline {
	text-decoration-line: underline;
}

.text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}

.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255/var(--tw-bg-opacity, 1));
}

.text-default {
	--tw-text-opacity: 1;
	color: rgb(43 52 64/var(--tw-text-opacity, 1));
}

.antialiased {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.max-w-3xl {
	max-width: 48rem;
}

.grid {
	display: grid;
}

.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

.gap-4 {
	gap: 1rem;
}

.p-6 {
	padding: 1.5rem;
}

.text-center {
	text-align: center;
}

.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.font-bold {
	font-weight: 700;
}

.leading-7 {
	line-height: 1.75rem;
}

.mb-2 {
	margin-bottom: .5rem;
}

.header,
.footer {
	text-align: center;
	background-image: url("/assets/img/kokuminbanzuke/header_bg.png");
	min-height: 50px;
}

.text-white {
	--tw-text-opacity: 1;
	color: rgb(255 255 255/var(--tw-text-opacity, 1));
}

.block {
	display: block;
}

small {
	font-size: 80%;
}

.back_btn {
	line-height: 1rem;
	padding-left: 24px;
}

#terms {
	padding-top: 0;
}