@charset "UTF-8";
.case-detail-bread-crumbs {
  width: 80%;
  margin: 0 auto;
}

.case-detail-container {
  width: 50%;
  background-color: #f7f7f7;
  padding: 48px;
  margin: 48px auto 98px auto;
  border-radius: 10px;
  font-family: "Microsoft Sans Serif", "MS Sans Serif", "Avenir", "ヒラギノ角ゴシック", "Hiragino Sans", "ＭＳ ゴシック", sans-serif;
}

.case-detail-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 82px;
  font-weight: 700;
  font-size: 24px;
  color: var(--main-font-c);
}

.case-detail-title span {
  margin-left: 20px;
}

.case-detail-title img {
  width: 32px;
  height: 32px;
}

.case-detail-post-title span {
  margin-right: 16px;
}

.case-detail-post-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.case-detail-post-title img {
  width: 40%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}

.case-detail-post-title-content {
  width: 50%;
  border-bottom: 1px solid silver;
}

.case-detail-post-title-content h2 {
  font-size: 32px;
  color: var(--main-font-c);
  margin-bottom: 12px;
}

.case-detail-post-content {
  margin-top: 64px;
}

.case-detail-post-title-content-genre,
.case-detail-post-content-genre {
  font-size: 14px;
  font-weight: 700;
}

.case-detail-post-content-genre {
  margin-bottom: 38px;
}

.case-detail-post-title-content-genre span,
.case-detail-post-content-genre span {
  color: var(--ac-font-c-1);
}

.case-detail-post-content-genre span {
  margin-right: 30px;
}

.case-detail-post-title-content-genre span {
  margin-right: 20px;
}

@media screen and (max-width: 520px) {
  .case-detail {
    margin-bottom: 120px;
  }
  .case-detail-title {
    margin-top: 42px;
    font-size: 20px;
    padding: 0 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .case-detail-container {
    width: 90%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 32px 20px;
    margin: 48px auto 66px auto;
  }
  .case-detail-post-content {
    margin-top: 32px;
  }
  .case-detail-post-title {
    display: block;
  }
  .case-detail-post-title-content {
    width: 100%;
  }
  .case-detail-post-title-content h2 {
    font-size: 24px;
  }
  .case-detail-post-title img {
    width: 100%;
  }
  .case-detail-post-content-genre {
    margin-bottom: 24px;
  }
}