@charset "UTF-8";
/*********************************************************************
* ブレークポイント定義
**********************************************************************/
/*********************************************************************
* メディアクエリー定義
**********************************************************************/
/*********************************************************************
  フォントサイズ
    $font-size: フォントサイズ(必須)
    $line-height: ラインハイト or 空
    $letter-spacing: レタースペーシング or 空
**********************************************************************/
/*********************************************************************
* タグ初期化
**********************************************************************/
ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}

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

a,
a:link,
a:visited,
a:hover {
  color: #C30606;
  text-decoration: none;
}

input[type=search],
input[type=submit],
input[type=text],
input[type=email],
input[type=tel],
input[type=button],
input[type=radio],
input[type=checkbox],
select,
textarea,
text {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  font-size: inherit;
}

input:focus {
  outline: 0;
}

picture {
  width: 100%;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

hr {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
}

.img-center {
  display: block;
  margin: 0 auto;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

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

.clearfix {
  min-height: 1px;
}/*# sourceMappingURL=initialize.css.map */