@charset "utf-8";
.blog_wrap {
  padding-top: 55px;
  padding-bottom: 80px;
}
@media (max-width: 599px) {
  .blog_wrap {
    padding-top: 10px;
    padding-bottom: 50px;
  }
}
.cases_header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.cases_header .post_eyecatch {
  line-height: 0;
  width: 46.9125%;
}
.cases_header .post_eyecatch img {
  width: 100%;
  height: auto;
}
.cases_header .cases_header_content {
  width: 49.1423%;
}
.cases_header .cases_header_content h1 {
  font-size: 20px;
  line-height: 1em;
  padding-bottom: 10px;
  border-bottom: 3px solid #28c6b7;
  margin-bottom: 20px;
}
.cases_header .cases_header_content .company_info {
  margin-bottom: 35px;
}
.cases_header .cases_header_content .company_info table {
  width: 100%;
}
.cases_header .cases_header_content .company_info table tr td:first-child {
  font-weight: bold;
  width: 130px !important;
}
.cases_header .cases_header_content .company_info table tr td {
  width: auto !important;
  line-height: 1.3em;
  padding-bottom: 20px;
}
.cases_header .cases_header_content .company_info table tr td a {
  text-decoration: underline;
}
.cases_header .cases_header_content .company_info table tr:last-child td {
  padding-bottom: 0;
}
.cases_header .cases_header_content h2 {
  font-size: 20px;
  line-height: 1em;
  padding-bottom: 10px;
  border-bottom: 3px solid #014262;
  margin-bottom: 20px;
}
.cases_header .cases_header_content .consulting_contents ul li {
  font-size: 16px;
  line-height: 2em;
  padding-left: 1em;
  position: relative;
}
.cases_header .cases_header_content .consulting_contents ul li:before {
  content: "・";
  position: absolute;
  left: 0;
}
@media (max-width: 599px) {
  .cases_header {
    margin-bottom: 50px;
    flex-direction: column;
  }
  .cases_header .post_eyecatch {
    width: 100%;
    margin-bottom: 25px;
  }
  .cases_header .cases_header_content {
    width: 100%;
  }
  .cases_header .cases_header_content .company_info {
    margin-bottom: 50px;
  }
}
.cases_hl {
  font-size: 20px;
  line-height: 1em;
  padding-bottom: 10px;
  border-bottom: 3px solid #28c6b7;
  position: relative;
  margin-bottom: 20px;
}
.cases_hl:after {
  content: "";
  display: block;
  width: 50%;
  height: 3px;
  background: #014262;
  position: absolute;
  right: 0;
  bottom: -3px;
}
.cases_hl + p {
  line-height: 2em;
  margin-bottom: 80px;
}
@media (max-width: 599px) {
  .cases_hl + p {
    margin-bottom: 50px;
  }
}
.btn_wrap {
  margin-bottom: 100px;
}
.btn_wrap a {
  background: #014262;
  margin: 0 10px;
}
.btn_wrap a.outer_link {
  background: #d90a1c;
}
@media (max-width: 599px) {
  .btn_wrap {
    margin-bottom: 60px;
  }
  .btn_wrap a {
    margin: 0 0 20px;
    width: 300px;
    padding: 20px 50px;
  }
  .btn_wrap a:last-child {
    margin-bottom: 0;
  }
}
