@charset "UTF-8";
/*
Theme Name: Original Theme
Author: Kaoru Takahashi
Version: 1.0
*/
/*-----------------------------------
テーマ用CSS設定
●基本設定
-----------------------------------*/
html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, object, table, caption, tbody, tfoot, thead, tr, th, td, address, iframe, code, pre, strong, em, fieldset, form, input, select, optgroup, option, textarea, button, legend, label {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  outline: 0;
  font-weight: normal;
  font-style: normal;
}

html body {
  -webkit-text-size-adjust: none;
}
html body ul, html body ol {
  list-style: none;
}
html body img {
  vertical-align: bottom;
}
html body a, html body object {
  outline: 0;
}
html body a {
  text-decoration: none;
}
html body table {
  border-collapse: collapse;
  border-spacing: 0;
}
html body input, html body select, html body textarea, html body button {
  font: unset;
  vertical-align: middle;
}

/*----- font -----*/
@font-face {
  font-family: "noto";
  src: url("../font/NotoSansJP-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "noto";
  src: url("../font/NotoSansJP-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}/*# sourceMappingURL=style_reset.css.map */