@charset "UTF-8";
/*----------------------------------------------------------------------------
01：base
----------------------------------------------------------------------------*/
html, body {
  color: black;
 /*  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; */
 font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.7;
 /*  -webkit-text-size-adjust: none; */

}

/* link */
a {
  color: #0062ac;
}

a:hover {
  text-decoration: none;
}

*:focus {
  -moz-outline-style: none;
}

a {
  outline: none;
}

sup {
  font-size: smaller;
  line-height: none;
  vertical-align: super;
}

sub {
  font-size: smaller;
  line-height: none;
  vertical-align: sub;
}

/* img */
img {
  line-height: 1;
  vertical-align: middle;
}

input {
  /* font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; */
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
}

/*----------------------------------------------------------------------------
01：html bofy
----------------------------------------------------------------------------*/
 html{
    font-size: 62.5%;
}
/* * html {
} */

body{
    font-size: 1.4rem ;
    /* position: relative; */
}
/* * html body {
} */

/*----------------------------------------------------------------------------

----------------------------------------------------------------------------*/
 * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*----------------------------------------------------------------------------
 02 header
----------------------------------------------------------------------------*/





/*----------------------------------------------------------------------------
 02 content
----------------------------------------------------------------------------*/



/*----------------------------------------------------------------------------
 03 footer
----------------------------------------------------------------------------*/