@charset "UTF-8";
/*================normalize.cssに追加するリセット=================*/
*{
  margin:0;
  padding:0;
  box-sizing: border-box;
}
html{
	font-size: 62.5%;
}
body{
  width:100%;
  height: 100%;
  font-family: "Roboto", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size:1.6rem;
  line-height:1.8;
  color:#333333;
}
input,textarea{
  font-size: 16px;
  font-family: "Roboto", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.wrapper{
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6{
  margin:0;
  padding:0;
  font-weight:normal;
  color:#333;
  line-height:1;
}
a{
  text-decoration:none;
  color:#333;
  outline: none;
}
img{
  vertical-align:bottom;
  /*==================フルードイメージ==================*/
  max-width: 100%;
}
ul,
ol{
  list-style-type:none;
}
/*================normalize.cssに追加するリセットここまで=================*/
