@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Sawarabi+Mincho&display=swap');


html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, time,
a, abbr, acronym, address, em, strong, b, u, i,
dl, dt, dd, ol, ul, li,
img, form, fieldset, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
header, footer, nav, section, article, figure, figcaption {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	line-height: 1;
}
header, footer, nav, section, article, figure, figcaption {
	display: block;
}

html {
}

body {
	color: #333;
	background: #fff;
	font-weight: 400;
}

body,
input,
button {
	font-family: "Noto Sans JP", sans-serif;
}


a {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

a {
	color: #333;
	text-decoration: none;
	cursor: pointer;
}

li {
	list-style-type: none;
}

img {
	vertical-align: bottom;
}

* {
	font-feature-settings: "liga" 0;
}

::selection {
	color: #fff;
	background: #23ac6a;
}

button {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	cursor: pointer;
}

input,
textarea {
	caret-color: #23ac6a;
}


.serif,
h2,
#attention dt,
#terms .terms-inner > dl > dt,
#modal.help .modal-title,
#modal.tooltip .modal-title {
	font-family: "Sawarabi Mincho", serif;
}


body.loading * {
	visibility: hidden;
}

a.disabled,
button.disabled {
	pointer-events: none;
	cursor: default;
	opacity: 0.5;
}






