* {
  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/news_detail/hero.jpg);
}

.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__dl:nth-child(2n) {
  background: #e4f2fd;
}

.content__dl:last-child {
  border-bottom: 1px solid #0068b7;
}

.content__dt {
  box-sizing: border-box;
  line-height: 2;
  padding: 15px;
  width: 25%;
}


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

.content .inner img {
  height: auto !important;
}


@media screen and (max-width: 767px) {
.sec__title {
  color: #0068b7;
  font-size: 40px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 175px 0 75px;
  text-align: center;
}

}

@media screen and (max-width: 767px) {

}

.news__list {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  margin: 0 auto 70px;
  text-align: left;
  max-width: 800px;
  width: 90%;
}

.news__item {
  border-bottom: 1px solid #ccc;
  margin: 0 0 24px;
  padding: 0 0 24px;
}

.news__item a {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}

.news__date {
  letter-spacing: 0.1em;
  line-height: 2;
  margin: 0 2% 0 0;
  width: 99px;
}

.news_type_wrapper {
  font-weight: 700;
  margin-bottom: 25px;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}

.news__title {
  font-size: 0.9em;
  letter-spacing: 0.1em;
  line-height: 2;
  width: 77%;
}

.news__flag {
  background: #fff100;
  font-size: 11px;
  line-height: 2;
  margin: 3px 2% 0 0;
  padding: 1px 0;
  text-align: center;
  width: 50px;
}

.news_text {
  line-height: 1.6;
}


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

.more-btn {
  display: block;
  margin: 0 0 175px;
}

.recruit a {
  display: block;
  margin: auto;
  width: 90%;
}
