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

* {
	/* すべてのデフォルトのマージンを削除 */
	margin: 0;
	/* すべてのデフォルトのパディングを削除 */
	padding: 0;
}

*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,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  {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  border-collapse: collapse !important;
}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section  {
  display: block;
}
:focus {
  outline: 0;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse !important;
  border-spacing: 0;
}
caption, th, td  {
  font-weight: normal;
  text-align: left;
}
blockquote, q  {
	quotes: "" "";
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
a img  {
  border: 0 !important;
}

audio, canvas, video  {
  display: inline-block;
  max-width: 100%;
  display: inline;
  zoom: 1;
}
embed, iframe, object {
  max-width: 100%;
}
video {
  max-width: 100%;
  height: auto;
}
html  {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
img {
  border: none;
  vertical-align:bottom;
  margin: 0;
  padding: 0;
  line-height: 1;
}
img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
h1,h2,h3,h4,h5 {
  font-size: 100%;
  font-weight: normal;
  line-height: 1;
}
button, fieldset, form, input, label, legend, select, textarea {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: 100%;
}
input,textarea,select {
  font-family: inherit;
  font-size: 16px;
}
input[type="button"],input[type="text"],input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
input[type=text], input[type=email], input[type=tel], textarea, button, select, option {
  border-radius: 0;
  display: block;
  font: inherit;
  outline: none;
  width: 100%;
}
textarea {
  resize: none;
  -webkit-appearance: none;
  border-radius: 0;
}
input[type=checkbox],
input[type=radio] {
  display: none;
}
button, input[type=button],
input[type=submit],
label,
select {
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
</pre></body></html>