html, body, div {
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: sans-serif;
}

.container {
  width: 1000px;
  margin: 0 auto;
}

h1 {
  text-align: center;
  font-size: 25px;
  letter-spacing: 3px;
  margin: 75px auto;
}

h1 a {
  text-decoration: none;
  color: black;
}

.menu {
  margin-bottom: 75px;
  font-size: 17px;
  letter-spacing: 1.5px;
}

.menu td {
  padding: 5px 20px;
}

.menu td:hover {
  opacity: 0.5;
}

.menu a {
  text-decoration: none;
  color: #4193A3;
}

.home {
  border-bottom: 1px solid #D8D8D8;
}

.hero_image img {
  width: 100%;
  margin-bottom: 80px;
}

.news {
  margin-bottom: 135px;
}

.news h3 {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 1.5px;
  margin-bottom: 30px;
}

.news p {
  font-size: 16px;
  letter-spacing: 1.5px;
  line-height: 35px;
  margin: 0;
}

.news a {
  font-size: 16px;
  letter-spacing: 1.5px;
  text-decoration: none;
  line-height: 35px;
  color: #4193A3;
}

.news a:hover {
  opacity: 0.5;
}

.sns {
  display: flex;
  justify-content: center;
  margin-bottom: 135px;
}

.twitter img {
  width: 70px;
  margin: 0 10px;
}

.twitter:hover {
  opacity: 0.5;
}

.instagram img {
  width: 70px;
  margin: 0 10px;
}

.instagram:hover {
  opacity: 0.5;
}

.footer {
  font-size: 10px;
  letter-spacing: 1.5px;
}
