@charset "utf-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");

/* reset
---------------------------------------------------*/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, address, img, small, dl, dt, dd, ol, ul, li, table, tr, th, td, header, footer, main, nav, section, article, aside, blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address {
  font-style: normal;
}

a:link, a:visited, a:active, a:hover {
  overflow: hidden;
  outline: none;
}

img {
  vertical-align: bottom;
}

span {
  font-weight: inherit;
}


/* base
---------------------------------------------------*/
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

body {
  color: #333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,sans-serif;
  font-size: 0.625em; /*10px*/
}

a {
  color: #4e9dd0;
  text-decoration: none;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}

[href^="tel"] {
  text-decoration: none !important;
  cursor: default;
}
[href^="tel"]:hover {
  opacity: 1;
}
