@charset "UTF-8";

*, :after, :before {
  box-sizing: border-box;
  border: 0 solid;
}

body {
  margin: 0px;
  overflow-wrap: break-word;
  font-family: dnp-shuei-gothic-gin-std,sans-serif;
  font-size: 16px;
  line-height: 2;
  letter-spacing: .05em;
}

body.font-en {
  font-size: 15px;
  font-family: roc-grotesk,sans-serif;
}

button, input, optgroup, select, textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

a {
  color: black;
}

a:hover {
  text-decoration: none;
}

blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, p, pre {
  margin: 0;
}

h3 {
  margin-bottom: 1rem;
  color: #37BBD7;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
}

table {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

table th,
table td {
  padding: 10px 1rem;
  border: 1px solid #E0E0E0;
}

.is_sp table th,
.is_sp table td {
  padding: 0.5rem;
}
