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

/* = Bugfix For Android
-------------------------------------------------------------- */
* {
	max-height: 999999px;
}

/* = Init
-------------------------------------------------------------- */
html {
	font-size: 62.5%;
}

body,
input,
textarea,
pre {
	font-weight: 400;
	font-size: 1.6rem;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	line-height: 2;
}

img,
iframe {
	max-width: 100%;
}

/* = reset element style
-------------------------------------------------------------- */
ul,
ol,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* = Anchor
-------------------------------------------------------------- */
a.tel,
.tel a {
	opacity: 1;
}

/* = Table
-------------------------------------------------------------- */
table {
	width: 100%;
	margin: 20px 0;
	empty-cells: show;
	border-top: 1px solid #dcdddd;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #dcdddd;
	border-collapse: separate;
	border-spacing: 0;
}

td,
th {
	padding: 10px;
	border-top: none;
	border-right: 1px solid #dcdddd;
	border-bottom: 1px solid #dcdddd;
	border-left: none;
}

th {
	background: #efefef;
}

figure {
	margin: 0;
}

/* = Common Class
-------------------------------------------------------------- */

@media screen and (min-width: 768px) {
	a.tel,
	.tel a {
		pointer-events: none;
	}
}
</pre></body></html>