@charset "utf-8";
/* ========================
base
======================== */
/* common
------------------------*/
body,
html {
  height: 100%;
}

body {
  word-break: break-all;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

hr {
  border: 0;
  border-top: 1px solid;
}

[role="button"] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: normal;
  color: inherit;
}

p {
}

li {
}

table {
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
}

input,
button,
select,
textarea {
  font-size: inherit;
  line-height: inherit;
}

input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"] {
  background-color: transparent;
  border: 1px solid;
  border-radius: 0;
  color: inherit;
}

textarea {
  border: 1px solid;
}

input:not([type="checkbox"]):not([type="radio"]),
textarea {
  max-width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
  cursor: pointer;
}

input[type="button"],
input[type="submit"] {
  background-color: transparent;
  border-radius: 0;
  border-style: none;
  color: inherit;
}

select {
}

label {
  cursor: pointer;
}

iframe {
  border: none;
  width: 100%;
  overflow: auto;
}