@charset "UTF-8";
:root {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* レイアウトの基準 */
*, *::before, *::after {
  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, 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 {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
  font-family: "BIZ UDPGothic", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 12px;
  line-height: 12px;
  font-feature-settings: "palt";
  font-weight: 100;
  font-style: normal;
  text-decoration: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html, body {
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  line-height: 1.5;
  color: inherit;
  background: transparent;
  height: 100%;
  position: relative;
  z-index: 1;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol, ul {
  list-style: none;
}

img, picture, svg, video {
  max-width: 100%;
  display: block;
  height: auto;
}

button, input, select, textarea {
  font: "BIZ UDPGothic", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: black;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

h1 {
  font-size: 200%;
  line-height: 24px;
}

h2 {
  font-size: 150%;
  line-height: 18px;
}

h3 {
  font-size: 125%;
  line-height: 15px;
}

.Clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.Clearfix {
  display: inline-table;
}

* html .Clearfix {
  height: 1%;
}

.Clearfix {
  display: block;
}

.FontG {
  font-family: "BIZ UDGothic", "ＭＳ ゴシック", "MS Gothic", "Courier New", Consolas, monospace;
}

.FontM {
  font-family: "BIZ UDMincho", "ＭＳ 明朝", "MS Mincho", "Courier New", Consolas, monospace;
}

.FontMP {
  font-family: "BIZ UDPMincho", "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", "ＭＳ Ｐ明朝", serif;
}

.HIDE {
  display: none;
}/*# sourceMappingURL=base.css.map */