<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* @group Reset */
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
html {
	font-size: 90.5%;
	letter-spacing: 0.05rem;
	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
}
@media screen and (max-width: 960px) {
	html {
		font-size: 88.5%;
	}
}
@media screen and (max-width: 767px) {
	html {
		font-size: 2vw;
	}
}
@media screen and (max-width: 480px) {
	html {
		font-size: 3vw;
	}
}
body {
margin: 0;
text-align: left;
overflow-y: scroll;
overflow-x: hidden;
}
*, *::before, *::after {
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing : border-box;
margin: 0;
padding: 0;
filter: inherit;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
display: block;
}
audio, canvas, progress, video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden], template {
display: none;
}
a {
color: #333;
text-decoration: none;
}
a:active, a:hover {
outline: 0;
text-decoration: none!important;
}
a:before, a:hover:before {
text-decoration: none;
}
p {
line-height: 2.2;
}
abbr[title] {
border-bottom: 1px dotted;
}
b, strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
ul, ol {
list-style : none;
}
img {
height: auto;
border: 0;
display: block;
vertical-align: bottom;
}
h1, h2, h3, h4, h5, h6 {
font-size: 100%;
font-weight: normal;
}
a, a img, figure.fade1, #staff ul li img,#mainMenu &gt; ul &gt; li &gt; ul.sub &gt; li &gt; a {
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
a:hover, figure.fade1:hover, a img:hover, #staff ul li img:hover,#mainMenu &gt; ul &gt; li &gt; ul.sub &gt; li &gt; a:hover {
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.clearfix::after {
content: "";
display: table;
clear: both;
}
.clearfix:after {
content: "";
clear: both;
display: block;
}
/* @end */
</pre></body></html>