<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*
  基本設定とモジュール
*/

/* リセット ----------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, b, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;/*vertical-align: baseline;*/
}

/*
* {
	margin: 0;
	padding: 0;
}
*/

@media print {
	body {zoom: 75%;}
}

img {
	max-width: 100%;
	height: auto;
	border: none;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}

p {
	margin-bottom: 1em;
}
p.mb0 {
	margin-bottom: 0;
}

ol,ul {
	list-style:none;
}

strong {
	font-weight: bold;
}






/* サイト別基本設定 ------------------------------------- */
html {
	cursor: auto;
	font-size: 62.5%;
}

body {
	min-width: 320px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 1.4rem;
	font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-weight: lighter;
	letter-spacing: 0.1em;
}
a {
	/*color: #333;
	text-decoration: none;*/
}
a img {
	color: #333;
	text-decoration: none;
}
a:active {
}
a:hover {
	text-decoration: underline;
}
a img {
	transition: all 0.5s ease 0.01s;
}
a img:hover {
	opacity: .9;
}

figure {
	margin: 0;
	padding: 0;
}

</pre></body></html>