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

/*common*/
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;
  vertical-align: baseline;
  color: #332f2f;

}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 20px;
}

body {
  line-height: 1;
  font-size: 20px;
  letter-spacing: 0.05em;
}



ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

a {
  text-decoration: none;
  /*transition: all .5s ease-out;*/
  opacity: 1;
}
a:hover {
  opacity: 0.75;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
.bold {
  font-weight: bold;
}
[class$="english"] {
  font-family: upgrade, sans-serif;
  font-weight: 500;
  font-style: normal;
}
[class$="bold"] {
  font-weight: bold;
}
/*common*/
/*floatクリア用*/
.clear {
	clear:both;
}

/*メインコンテンツブロック*/

.clearfix:after {
  content: " ";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
  overflow:visible;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
p{
	line-height: 1.7;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
	table-layout: fixed;
}
table img{
	display: block;
}
table td, table th{
	box-sizing: border-box;
} 
.right{
	float:right;
}
.left{
	float:left;
}
.rela{
	position:relative;
}
.abso{
	position:absolute;
}</pre></body></html>