* {
  line-height: 1;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
}

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

h1, h2, h3, h4, h5, p {
  font-weight: normal;
  margin: 0;
}

a {
  color: #222;
  text-decoration: none;
}

.hero {
  background: url(/img/company/hero.jpg);
  background-size: cover;
}

.content {
  text-align: left;
}

.content .inner {
  padding: 80px 0 0;
}

.content__ttl {
  border-bottom: 4px solid #0068b7;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  margin: 0 0 45px;
  padding: 0 0 20px;
}

.content__ttl--sub {
  color: #f4b200;
  font-size: 24px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  margin: 0 0 25px;
}

.content__dl {
  border: 1px solid #0068b7;
  border-bottom: none;
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
}

.content__dt {
  border-right: 1px solid #0068b7;
  border-bottom: 1px solid #0068b7;
  box-sizing: border-box;
  line-height: 2;
  padding: 15px;
  width: 25%;
}

@media screen and (max-width: 600px) {
  .content__dt {
    background: #e4f2fd;
    border-right: none;
    border-bottom: 1px dashed #0068b7;
    width: 100%;
  }
}

.content__dd {
  border-bottom: 1px solid #0068b7;
  box-sizing: border-box;
  line-height: 2;
  padding: 15px;
  width: 75%;
}

@media screen and (max-width: 600px) {
  .content__dd {
    width: 100%;
  }
}
