@charset "UTF-8";

/* ********************************************
// --- リセット ---
// ***************************************** */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
a {
  text-decoration: none;
}
body {
  font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo, sans-serif;
  background-image: url(../img/body.jpg);
}
header,
footer,
nav,
menu,
article,
aside,
section,
details,
figcaption,
figure {
  display: block;
}
ul,
ol {
  list-style: none;
}
table {
  border-collapse: collapse;
}
img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}
a img {
  border: none;
}
strong {
  font-weight: normal;
}
i {
  font-style: normal;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}
.cf:before {
  content: "";
  display: block;
  clear: both;
}
.cf {
  display: block;
}
