@charset "UTF-8";
/*********************************************************************
* ブレークポイント
**********************************************************************/
/*********************************************************************
* メディアクエリー定義
**********************************************************************/
/*********************************************************************
* タグ初期化
**********************************************************************/
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 {
  text-decoration: none;
  color: #000;
  opacity: 1;
  transition: opacity 0.2s ease;
}

input[type=search],
input[type=submit],
input[type=text],
input[type=button],
textarea,
text {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

input:focus {
  outline: 0;
}

small {
  font-weight: 300;
  font-size: 12px;
}

strong {
  font-weight: normal;
}

picture {
  width: 100%;
}

img {
  height: auto;
  max-width: 100%;
  image-rendering: auto;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
img[src$=".svg"] {
  width: 100%;
  height: auto;
}

hr {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 0;
}/*# sourceMappingURL=initialize.css.map */