@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://fonts.googleapis.com/css?family=Poppins);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  border: 0;
  /*	outline: 0;*/
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  /* 基本10px */
  -webkit-text-size-adjust: none;
}

body {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.4rem;
  color: #231815;
}

img {
  vertical-align: text-bottom;
  -ms-interpolation-mode: bicubic;
}

a {
  text-decoration: none;
  color: #231815;
  -webkit-tap-highlight-color: transparent;
}
a:link, a:visited {
  color: #333;
}
a:hover, a:active {
  color: #666;
}

strong {
  font-weight: bold;
}

ol,
ul {
  list-style: none;
}

iframe {
  display: block;
}

caption,
th,
td {
  font-weight: normal;
  vertical-align: top;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

option {
  padding-right: 10px;
}

li {
  list-style: none;
}

.left {
  float: left;
}

.right {
  float: right;
}
