@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&family=Roboto:wght@400;500;700&display=swap");

/* Reset
---------------------------------------------------- */
html {
  /* overflow-y: scroll; */
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
}
q:before,
q:after {
  content: "";
}
object,
embed {
  vertical-align: top;
}
hr,
legend {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
img,
abbr,
acronym,
fieldset {
  border: 0;
}
img {
  vertical-align: top;
  border: none;
}
ul,
ol {
  list-style-type: none;
}
input,
textarea,
select,
option {
  vertical-align: middle;
}
button {
  border: none;
  background: none;
}
label {
  margin-right: 10px;
}
input[type="radio"],
input[type="checkbox"] {
  margin-right: 3px;
  vertical-align: text-bottom;
  vertical-align: middle;
}

/* Structures
---------------------------------------------------- */
body {
  color: #333333;
  font-size: 84%;
  font-family: "Roboto", "BIZ UDGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
}
* html body {
  font-family: "Roboto", "BIZ UDGothic", sans-serif;
}

/* Texts
---------------------------------------------------- */
a:link,
a:visited {
  color: #434343;
  line-height: 150%;
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  color: #000000;
  text-decoration: underline;
}

/* CLEAR
--------------------------------------- */
.clearfix {
  overflow: hidden;
  zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  line-height: 0;
  visibility: hidden;
}
.clear {
  clear: both;
}
