*,
*::before,
*::after {
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
}

* {
	margin: 0;
}

html {
	box-sizing: border-box;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	text-size-adjust: 100%;
	scroll-behavior: smooth;
}

html,
body {
	height: 100%;
	font-family: "Helvetica Neue",
		Arial,
		"Hiragino Kaku Gothic ProN",
		"Hiragino Sans",
		Meiryo,
		sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

body>footer {
	position: sticky;
	top: 100vh;
}

footer {
	width: 100%;
}

img,
picture,
video,
canvas,
svg {
	border: none;
	image-rendering: -webkit-optimize-contrast;
}

input,
button,
textarea,
select {
	font: inherit;
}

button {
	border: none;
	background: transparent;
	cursor: pointer;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
	overflow-wrap: break-word;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
}

a {
	text-decoration: none;
}

ol,
ul {
	list-style: none;
	padding: 0;
}

section {
	width: 100%;
}

.break-keep {
	word-break: keep-all;
}

#root,
#__next {
	isolation: isolate;
}

.pd100 {
	padding: 100px 0;
}

.mg50 {
	margin-top: 50px;
}

.mb100 {
	margin-bottom: 100px;
}

span.underline {
	background: linear-gradient(transparent 60%, #ff6 60%);
}

#background {
	background-color: var(--section-color);
}

.green {
	color: var(--green);
}

.red {
	font-size: 2.25rem;
	font-weight: 800;
	font-family: Bahnschrift, 'DIN Alternate', 'Franklin Gothic Medium', 'Nimbus Sans Narrow', sans-serif-condensed, sans-serif;
	color: red;
}

.nored {
	color: red;
}

.yellow {
	color: #ff6;
}

tr.line-no {
	border-bottom: none !important;
}
br.tpc {
	display: none;
}
@media only screen and (min-width: 300px) and (max-width: 767px) {
	br.tsp {
		display: none;
	}
	br.tpc {
		display: block;
	}
	.pd100 {
		padding: 30px 0;
	}

	.mg50 {
		margin-top: 20px;
	}

	.mb100 {
		margin-bottom: 50px;
	}

	.red {
		font-size: 1.45rem;
		font-weight: 800;
		color: red;
	}
}