@charset "UTF-8";
/* 
normalizeファイル
 */

* {
  margin: 0;
  text-align: left;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
h1 {
  font-size: 2.375rem;
}
h2 {
  font-size: 1.5rem;
  font-weight: bold;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
a {
  display: inline-block;
  transition: 0.3s;
  text-decoration: none;
}
a:hover {
  transition: 0.3s;
  opacity: 0.6;
}
ul {
  padding: 0;
}
li {
  list-style: none;
}
.table .tr {
  display: flex;
}
header,
section,
h2,
#form_btn p {
  margin-bottom: 2rem;
}
