@charset "UTF-8";
/*
 * Legacy baseline copied from the stylesheet used by the previous site.
 * Keep the source in legacy/_base.scss unchanged until visual migration is complete.
 */
/* -------------------------------------------
 * initialize
 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: #333;
  font-size: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  vertical-align: baseline;
  background: transparent;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

body {
  background: #ffe600;
}

ul li {
  list-style: none;
}

input, select {
  vertical-align: middle;
}

.hide {
  display: none;
}

.clear {
  clear: both;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

a:hover {
  transition: all 0.4s;
}

/*
@font-face {
  font-family: 'SourceHanSans-Regular';
  @import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
}

.SourceHanSans-Regular{
  font-family: SourceHanSans-Regular;
}
*//*# sourceMappingURL=legacy-base.css.map */
