<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*---------------------------------------------

		reset

--------------------------------------------- */

body,
div,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
figure,
form,
fieldset,
input,
textarea,
p,
blockquote,
tbody,
th,
tr,
td,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
}
* {
	box-sizing: border-box;
}
body {
	background: #fff;
	color: #444;
	font-size: 18px;
	letter-spacing: 0;
	line-height: 1.75;
	font-family: "Rounded Mplus 1c", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", Yu Gothic, "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust: 100%;
	word-break: break-all;
	-webkit-tap-highlight-color: rgba(247, 202, 201, 0.5);
	overflow-x: hidden;
}
@media (max-width: 768px) {
	body {
		font-size: 12px;
	}
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: 300;
}
em,
i {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}
ul {
	list-style: none;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
}
li {
	list-style: none;
}
table,
tbody,
tr,
th,
td {
}
fieldset,
img {
	border: 0 none;
	max-width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
img[src$=".svg"] {
	max-width: 100%;
	height: auto;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: 300;
}
main,
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
caption {
	text-align: left;
}
q:before,
q:after {
	content: "";
}
abbr,
acronym,
tbody,
tr {
	border: 0 none;
}
select option {
	padding: 0 0.5em;
}
form label {
	cursor: pointer;
}
button {
	padding: 0;
}
hr {
	clear: both;
	margin: 0;
	padding: 0;
	visibility: hidden;
}
.clear {
	clear: both;
}
.clearfix:after {
	clear: both;
	content: "";
	display: block;
}
a {
	color: #444;
	border: 0 none;
	outline: medium none;
	overflow: hidden;
	text-decoration: none;
	-webkit-transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
}
a:focus,
a:hover {
	color: #444;
	outline: medium none;
	text-decoration: none;
}
input,
select,
button {
	border: 0;
	font-size: 18px;
	vertical-align: middle;
	font-family: "Rounded Mplus 1c", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", Yu Gothic, "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight: 300;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
@media (max-width: 768px) {
	input,
	select,
	button {
		font-size: 10px;
	}
}
input[type=submit] {
	-webkit-appearance: none;
}
textarea {
	font-size: 18px;
	font-family: "Rounded Mplus 1c", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", Yu Gothic, "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight: 300;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-appearance: none;
}
@media (max-width: 768px) {
	textarea {
		font-size: 10px;
	}
}
input[type="text"],
input[type="password"],
textarea,
select {
	outline: none;
}
.is_trans {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
</pre></body></html>