@charset "UTF-8";

body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 29px;
  color: #111;
  font-family: "Noto Sans JP", "MS PGothic", sans-serif;
  position: relative;
  background: #fff;
  box-sizing: border-box;
  letter-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a,
a::before,
a::after {
  text-decoration: none;
  color: #111;
  transition: all 0.3s;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

tr,
th,
td {
  font-weight: normal;
  margin: 0;
  padding: 0;
  display: block;
}

.century_gothic {
  font-family: 'Avenir-Light', "Futura", "Century Gothic", 'Questrial', sans-serif;
  font-weight: 500;
}

.grecaptcha-badge {
  visibility: hidden;
}