@charset "UTF-8";

/* PC固定ページ 売却実績（詳細） */

/* FV */
#case_fv {
  position: relative;
  padding: 150px 0 40px;
}

#case_fv .breadcrumb {
  margin-top: 18px;
}

#case_fv .breadcrumb .box {
  width: 100%;
  padding-left: 0;
  margin-top: 0;
}

#case_fv .image {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}

#case_fv .image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 18px;
  aspect-ratio: 1040/440;
  background: #f4f4f4;
}

#case_fv .head {
  margin-top: 32px;
}

#case_fv .category {
  display: inline-block;
  font-family: "fot-tsukuardgothic-std", "筑紫A丸ゴシック", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: #0080BB;
  border-radius: 4px;
  padding: 4px 12px;
}

#case_fv .title {
  font-family: "fot-tsukuardgothic-std", "筑紫A丸ゴシック", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #1A1A1A;
  margin-top: 12px;
}

/* コンテンツ */
#case_single {
  padding: 15px 0 148px;
}

#case_single .lists {
  display: grid;
  gap: 16px;
}

#case_single .list {
  font-family: "fot-tsukuardgothic-std", "筑紫A丸ゴシック", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.44;
  letter-spacing: 0.02em;
  color: #1A1A1A;
}

#case_single .text_box {
  margin-top: 40px;
}

#case_single .text_title {
  position: relative;
  font-family: "fot-tsukuardgothic-std", "筑紫A丸ゴシック", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #1A1A1A;
}

#case_single .text {
  font-family: "fot-tsukuardgothic-std", "筑紫A丸ゴシック", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #1A1A1A;
  margin-top: 20px;
}

@media (max-width: 750px) {
  /* SP固定ページ 売却実績（詳細） */

  #case_fv {
    padding: unset;
    padding-top: 100px;
  }

  #case_fv .wrap {
    width: 89.74%;
  }

  #case_fv .image img {
    border-radius: 3.08vw;
    aspect-ratio: 350/280;
  }

  #case_fv .head {
    margin-top: 6.15vw;
  }

  #case_fv .category {
    font-size: 3.59vw;
    border-radius: 1.03vw;
    padding: 1.03vw 3.08vw;
  }

  #case_fv .title {
    font-size: 6.15vw;
    margin-top: 3.08vw;
  }

  #case_single {
    padding: 7.44vw 0 20.51vw;
  }

  #case_single .wrap {
    width: 89.74%;
  }

  #case_single .lists {
    gap: 4.1vw;
  }

  #case_single .list {
    font-size: 4.1vw;
  }

  #case_single .text_box {
    margin-top: 10.26vw;
  }

  #case_single .text_title {
    font-size: 6.15vw;
  }

  #case_single .text {
    font-size: 3.59vw;
    margin-top: 5.13vw;
  }
}
