@charset "UTF-8";
/* =======================================================
post
======================================================= */
.bl-post {
  padding: 56px 0;
}
.bl-post .--mt8 {
  margin-top: 8px !important;
}
.bl-post .el-att-wrapper {
  width: fit-content;
  margin: 0 auto;
}
.bl-post:first-of-type {
  padding-top: 40px;
}
.bl-post:nth-of-type(even) {
  background: var(--color-contrast02);
}
.bl-post:nth-of-type(even):last-of-type {
  padding-bottom: 0;
}
.bl-post h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: calc(41/28);
  text-align: center;
  letter-spacing: 0.06em;
}
.bl-post h2.--deco {
  display: flex;
  gap: 24px;
  justify-content: center;
}
.bl-post h2.--deco .h2-inner-deco {
  font-size: 20px;
}
.bl-post h2.--new::after {
  width: 52px;
  height: 14px;
  margin-top: 16px;
  content: "";
  background: url("../images/hyoka-single/new.svg") center center/cover no-repeat;
}
.bl-post h2.--num::before {
  height: 20px;
  margin-top: 11px;
  content: "";
}
.bl-post h2.--01::before {
  width: 28px;
  background: url("../images/hyoka-single/01.svg") center center/cover no-repeat;
}
.bl-post h2.--02::before {
  width: 34px;
  background: url("../images/hyoka-single/02.svg") center center/cover no-repeat;
}
.bl-post h2.--03::before {
  width: 34px;
  background: url("../images/hyoka-single/03.svg") center center/cover no-repeat;
}
.bl-post h2.--04::before {
  width: 38px;
  background: url("../images/hyoka-single/04.svg") center center/cover no-repeat;
}
.bl-post h2.--05::before {
  width: 34px;
  background: url("../images/hyoka-single/05.svg") center center/cover no-repeat;
}
.bl-post h2.--06::before {
  width: 36px;
  background: url("../images/hyoka-single/06.svg") center center/cover no-repeat;
}
.bl-post h2.--07::before {
  width: 36px;
  background: url("../images/hyoka-single/07.svg") center center/cover no-repeat;
}
.bl-post p {
  margin-top: 24px;
  text-align: center;
}
.bl-post p.tac {
  text-align: center;
}
.bl-post p + p {
  margin-top: 1.5em;
}
.bl-post p a {
  color: var(--color-link);
  text-decoration: underline;
}
.bl-post picture {
  margin-top: 8px;
}
.bl-post .ttl-bg-lbl {
  padding: 8px 16px 10px;
  margin-top: 56px;
  font-size: 26px;
  font-weight: 700;
  line-height: calc(38/26);
  color: var(--color-white);
  text-align: center;
  letter-spacing: 0.06em;
  background: var(--color-accent);
}
.bl-post .ttl-bg-lbl.--contrast {
  padding: 7px 16px 8px;
  margin-top: 40px;
  font-size: 24px;
  line-height: 1.5;
  color: var(--color-accent);
  background: var(--color-contrast);
}
.bl-post .ttl-bg-lbl.--mt56 {
  margin-top: 56px !important;
}
.bl-post-h4 {
  margin-top: 32px;
  font-size: 20px;
  text-align: center;
}
.bl-post-btn {
  margin: 40px auto 0;
  color: var(--color-black);
  background: var(--color-contrast);
  border: 1px solid var(--color-accent);
}
.bl-post-btn-wrapper {
  display: flex;
  justify-content: space-between;
}
.bl-post-btn.--document {
  display: flex;
  gap: 17px;
  justify-content: center;
  width: 496px;
}
.bl-post-btn.--document::before {
  width: 32px;
  height: 32px;
  background: url("../images/common/icon-document--blue.svg") top center/contain no-repeat;
}
.bl-post-btn.--document::after {
  display: none;
}
.bl-post-btn.--arrow {
  color: var(--color-black);
  background: var(--color-contrast);
}
.bl-post-btn.--arrow::after {
  background: url("../images/common/c-btn-arrow--blue.svg") top center/contain no-repeat;
}
.bl-post-btn.w408 {
  width: 408px;
}
.bl-post table {
  width: 100%;
  margin-top: 24px;
}
.bl-post table:not(.def) thead tr:not(:first-of-type) th {
  border-top: none;
  border-left: none;
}
.bl-post table:not(.def) thead th {
  padding: 15px 0 14px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  background: var(--color-contrast);
  border: 1px solid var(--color-gray02);
}
.bl-post table:not(.def) thead th span {
  font-size: 14px;
  font-weight: 400;
}
.bl-post table:not(.def) thead th:not(:first-of-type) {
  border-left: none;
}
.bl-post table:not(.def) tbody th,
.bl-post table:not(.def) tbody td {
  padding: 15px 0;
  border: 1px solid var(--color-gray02);
  border-top: none;
}
.bl-post table:not(.def) tbody th {
  background: var(--color-contrast02);
}
.bl-post table:not(.def) tbody th.no-rowspan-th:not(.border) {
  border-left: none;
}
.bl-post table:not(.def) tbody td {
  padding-inline: 32px;
  text-align: center;
  background: var(--color-white);
  border-left: none;
}
.bl-post table:not(.def) tbody td.bbw {
  border-bottom: 2px solid;
}
.bl-post table:not(.def) tbody td p {
  margin-top: 0;
  text-align: left;
}
.bl-post table:not(.def) tbody td p.bl-bullet {
  display: flex;
}
.bl-post table:not(.def) tbody td p.bl-bullet::before {
  content: "・";
}
.bl-post table:not(.def) tbody td p + p {
  margin-top: 8px;
}
.bl-post table:not(.def).col3.fw144 thead tr th:first-of-type {
  width: 144px;
}
.bl-post table:not(.def).col3.fw144 thead tr th:nth-of-type(2) {
  width: 370px;
}
.bl-post table:not(.def).col3.fw144 thead tr th:nth-of-type(3) {
  width: 510px;
}
.bl-post table:not(.def).col3.fw210 thead tr th:first-of-type {
  width: 210px;
}
.bl-post table:not(.def).col3.fw210 thead tr th:not(:first-of-type) {
  width: 407px;
}
.bl-post table:not(.def).col3.fw264 thead tr th:first-of-type {
  width: 264px;
}
.bl-post table:not(.def).col3.fw264 thead tr th:not(:first-of-type) {
  width: 380px;
}
.bl-post table:not(.def).col4.fw177 thead tr th:first-of-type {
  width: 177px;
}
.bl-post table:not(.def).col4.fw177 thead tr th:not(:first-of-type) {
  width: 231.5px;
}
.bl-post table:not(.def).col4.fw177 thead tr th:last-of-type {
  width: 384px;
}
.bl-post table:not(.def).col4.fw177sw321 thead tr th:first-of-type {
  width: 177px;
}
.bl-post table:not(.def).col4.fw177sw321 thead tr th:nth-of-type(2) {
  width: 321px;
}
.bl-post table:not(.def).col4.fw177sw321 thead tr th:nth-of-type(3) {
  width: 142px;
}
.bl-post table:not(.def).col4.fw177sw321 thead tr th:last-of-type {
  width: 384px;
}
.bl-post table:not(.def).col4.fw256 thead tr th:first-of-type {
  width: 256px;
}
.bl-post table:not(.def).col4.fw256 thead tr th:not(:first-of-type) {
  width: 256px;
}
.bl-post table:not(.def).col4.fw256 tbody td {
  padding-inline: 0;
}
.bl-post table:not(.def).col4.fw409 thead tr th:first-of-type {
  width: 409px;
}
.bl-post table:not(.def).col4.fw409 thead tr th:not(:first-of-type) {
  width: 205px;
}
.bl-post table:not(.def).col5.fw144 thead tr th:first-of-type {
  width: 144px;
}
.bl-post table:not(.def).col5.fw144 thead tr th:nth-of-type(2) {
  width: 209px;
}
.bl-post table:not(.def).col5.fw144 thead tr th:nth-of-type(3) {
  width: 353px;
}
.bl-post table:not(.def).col5.fw144 thead tr th:nth-of-type(n + 4) {
  width: 159px;
}
.bl-post table.def.col3.fw144 tbody tr th:first-of-type {
  width: 144px;
}
.bl-post table.def.col3.fw144 tbody tr th:nth-of-type(2) {
  width: 370px;
}
.bl-post table.def.col3.fw144 tbody tr td:nth-of-type(3) {
  width: 510px;
}
.bl-post table.def tbody tr:not(:first-of-type) th {
  border-top: none;
}
.bl-post table.def tbody tr:not(:first-of-type) th.no-rowspan-th:not(.border) {
  border-left: none;
}
.bl-post table.def tbody tr:not(:first-of-type) td {
  border-top: none;
}
.bl-post table.def tbody tr th,
.bl-post table.def tbody tr td {
  padding: 24px 32px;
}
.bl-post table.def tbody tr th {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  background: var(--color-contrast);
  border: 1px solid var(--color-gray02);
}
.bl-post table.def tbody tr th span {
  font-size: 14px;
  font-weight: 400;
}
.bl-post table.def tbody tr th:not(:first-of-type) {
  border-left: none;
}
.bl-post table.def tbody tr td {
  background: var(--color-white);
  border: 1px solid var(--color-gray02);
  border-left: none;
}
.bl-post .el-att + * {
  margin-top: 8px !important;
}
.bl-post .bl-att-list {
  margin-top: 8px;
  content: counter(num);
  counter-reset: num;
}
.bl-post .bl-att-item {
  font-size: 14px;
  line-height: calc(20/14);
  counter-increment: num;
}
.bl-post .bl-att-item::before {
  content: "※" counter(num);
}
.bl-post .bl-att-item p {
  display: grid;
  grid-template-columns: auto 1fr;
  margin-top: 0;
  text-align: left;
}
.bl-post .bl-att-item p::before {
  content: "・";
}
.bl-post .ttl-color-accent {
  margin-top: 56px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-accent);
  text-align: center;
}
.bl-post .ttl-color-accent + p {
  margin-top: 8px;
}
.bl-post-def {
  display: grid;
  margin-top: 40px;
}
.bl-post-def + p {
  margin-top: 40px;
}
.bl-post-def.fw353 {
  grid-template-columns: 353px 1fr;
}
.bl-post-def.fw50 {
  grid-template-columns: repeat(2, 1fr);
}
.bl-post-dttl {
  display: flex;
  align-items: center;
  padding: 24px 32px;
  font-weight: 700;
  background: var(--color-contrast);
  border: 1px solid var(--color-gray02);
}
.bl-post-dttl:not(:first-of-type) {
  border-top: none;
}
.bl-post-ditem {
  padding: 24px 32px;
  background: var(--color-white);
  border: 1px solid var(--color-gray02);
  border-left: none;
}
.bl-post-ditem:not(:first-of-type) {
  border-top: none;
}
.bl-post-ditem a {
  color: var(--color-link);
  text-decoration: underline;
}
.bl-post-link {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 14px;
  line-height: calc(20/14);
}
.bl-post-link-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 16px;
}
.bl-post-link::before {
  width: 6px;
  height: 11px;
  content: "";
  background: url("../images/hyoka-single/link-arrow.svg") top center/contain no-repeat;
}
.bl-post .c-btn.w450 {
  width: 450px;
  margin: 32px auto 0;
}
.bl-post .color-accent {
  font-size: 26px;
  line-height: calc(38/26);
  color: var(--color-accent);
  text-align: center;
  letter-spacing: 0.06em;
}
.bl-post .bg-contrast {
  padding: 40px 56px;
  margin-top: 56px;
  background: var(--color-contrast);
}
.bl-post .bg-contrast .bl-post-num-list {
  display: grid;
  gap: 16px;
  margin-top: 32px;
}
.bl-post .bg-contrast .bl-post-num-list.--mt0 {
  margin-top: 0;
}
.bl-post .bg-contrast .bl-post-num-item {
  display: grid;
  grid-template-columns: 62px 1fr;
  padding: 24px;
  background: var(--color-white);
}
.bl-post .bg-contrast .bl-post-num-item h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: calc(29/20);
}
.bl-post .bg-contrast .bl-post-num-item::before {
  margin-top: 5px;
  content: "";
}
.bl-post .bg-contrast .bl-post-num-item:first-of-type::before {
  width: 28px;
  margin-top: 7px;
  background: url("../images/common/01.svg") top center/contain no-repeat;
}
.bl-post .bg-contrast .bl-post-num-item:nth-of-type(2)::before {
  width: 34px;
  background: url("../images/common/02.svg") top center/contain no-repeat;
}
.bl-post .bg-contrast .bl-post-num-item:nth-of-type(3)::before {
  width: 34px;
  background: url("../images/common/03.svg") top center/contain no-repeat;
}
.bl-post .bg-contrast .bl-post-num-item:nth-of-type(4)::before {
  width: 38px;
  background: url("../images/common/04.svg") top center/contain no-repeat;
}
.bl-post .bg-contrast .bl-post-num-item:nth-of-type(5)::before {
  width: 34px;
  background: url("../images/common/05.svg") top center/contain no-repeat;
}
.bl-post .bg-contrast .bl-post-num-item .bl-item-def {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: center;
  padding-top: 9px;
  margin-top: 8px;
  border-top: 1px solid var(--color-gray02);
}
.bl-post .bg-contrast .bl-post-num-item .bl-item-dttl {
  font-weight: 700;
}
.bl-post .bg-contrast .bl-post-num-item .bl-item-ditem ul {
  display: flex;
  flex-wrap: wrap;
}
.bl-post .bg-contrast .bl-post-num-item .bl-item-ditem ul li {
  display: flex;
  font-weight: 400;
}
.bl-post .bg-contrast .bl-post-num-item .bl-item-ditem ul li::before {
  content: "・";
}
.bl-post-column {
  display: grid;
  grid-template-columns: 1fr 675px;
  gap: 44px;
}
.bl-post-column .bl-column-imgwrapper {
  position: relative;
  place-self: start end;
}
.bl-post-column .bl-column-imgwrapper.w186 {
  width: 186px;
}
.bl-post-column .bl-column-imgwrapper::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid var(--color-gray02);
  transform: translate(-50%, -50%);
}
.bl-post-column .bl-column-body {
  display: grid;
  grid-template-rows: 1fr auto;
}
.bl-post-column .bl-column-body p {
  text-align: left;
}
.bl-post-column .bl-column-body p:first-of-type {
  margin-top: 0;
}
.bl-post-column .bl-column-body .bl-post-btn {
  margin: 0;
}
.bl-post .ly-cta {
  padding: 16px 0 40px;
  margin: 56px auto;
  background-image: url("../images/hyoka-single/used-house/cta-bg.webp");
}
.bl-post .ly-cta h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: calc(45/32);
}
.bl-post .ly-cta p {
  margin-top: 0;
}
.bl-post .ly-cta .bl-cta-info {
  margin-bottom: 0;
}
.bl-post .innerlink-btn {
  position: relative;
  display: grid;
  place-content: center;
  height: 141px;
  background: var(--color-white);
  border: 1px solid var(--color-accent);
}
.bl-post .innerlink-btn-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 56px;
}
.bl-post .innerlink-btn::after {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 0;
  height: 0;
  content: "";
  border-color: var(--color-accent) transparent transparent;
  border-style: solid;
  border-width: 8px 5px 0;
  transform: translateY(-50%);
}
.bl-post .innerlink-btn-imgwrapper {
  display: flex;
  width: fit-content;
  margin: 0 auto 8px;
}
.bl-post .innerlink-btn-txt {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.bl-post .innerlink-btn-txt-deco {
  display: block;
  font-size: 14px;
  line-height: 2;
}
.bl-post .link {
  display: flex;
  gap: 8px;
  align-items: center;
}
.bl-post .link-list {
  width: fit-content;
  margin: 32px auto 0;
}
.bl-post .link-item:not(:first-of-type) {
  margin-top: 8px;
}
.bl-post .link::before {
  width: 6px;
  height: 11px;
  content: "";
  background: url("../images/hyoka-single/link-arrow.svg") center center/cover no-repeat;
  transform: translateY(1px);
}
.bl-post .special-link {
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--color-link);
  text-decoration: underline;
}
.bl-post .special-link-list {
  width: fit-content;
  margin: 16px auto 0;
}
.bl-post .special-link-list.--mt4 {
  margin-top: 4px;
}
.bl-post .special-link-item {
  display: flex;
  flex-wrap: wrap;
}
.bl-post .special-link-item:not(:first-of-type) {
  margin-top: 4px;
}
.bl-post .special-link::before {
  width: 6px;
  height: 11px;
  content: "";
  background: url("../images/hyoka-single/link-arrow--special.svg") center center/cover no-repeat;
  transform: translateY(1px);
}
.bl-post .special-def + .el-att {
  margin-top: 8px;
}
.bl-post .special-def + .el-att + .special-def {
  margin-top: 40px !important;
}
.bl-post .special-dttl {
  padding: 7px 16px 8px;
  font-size: 24px;
  font-weight: 700;
  color: var(--color-accent);
  text-align: center;
  background: var(--color-contrast);
  border: 1px solid var(--color-gray02);
}
.bl-post .special-ditem {
  background: var(--color-white);
  border: 1px solid var(--color-gray02);
  border-top: none;
}
.bl-post .special-ditem.--single {
  padding: 24px;
  text-align: center;
}
.bl-post .special-inner-def {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.bl-post .special-inner-dttl, .bl-post .special-inner-ditem {
  display: grid;
  align-items: center;
  padding: 24px 32px;
}
.bl-post .special-inner-dttl:not(:first-of-type), .bl-post .special-inner-ditem:not(:first-of-type) {
  border-top: 1px solid var(--color-gray02);
}
.bl-post .special-inner-dttl {
  font-weight: 700;
  background: var(--color-contrast);
}
.bl-post .special-inner-ditem {
  border-left: 1px solid var(--color-gray02);
}

@media screen and (width > 750px) {
  .bl-post .bl-bullet-list {
    width: fit-content;
    margin: 0 auto;
  }
}
@media screen and (width <= 750px) {
  .bl-post {
    padding: 80px 0;
  }
  .bl-post:first-of-type {
    padding-top: 64px;
  }
  .bl-post h2 {
    font-size: 40px;
  }
  .bl-post h2.--deco {
    gap: 36px;
  }
  .bl-post h2.--deco .h2-inner-deco {
    font-size: 30px;
  }
  .bl-post h2.--new::after {
    width: 78px;
    height: 21px;
    margin-top: 24px;
  }
  .bl-post h2.--num::before {
    height: 30px;
    margin-top: 16.5px;
  }
  .bl-post h2.--01::before {
    width: 42px;
  }
  .bl-post h2.--02::before {
    width: 51px;
  }
  .bl-post h2.--03::before {
    width: 51px;
  }
  .bl-post h2.--04::before {
    width: 57px;
  }
  .bl-post h2.--05::before {
    width: 51px;
  }
  .bl-post h2.--06::before {
    width: 54px;
  }
  .bl-post h2.--07::before {
    width: 54px;
  }
  .bl-post p {
    margin-top: 36px;
    text-align: left;
  }
  .bl-post picture {
    margin-top: 12px;
  }
  .bl-post .ttl-bg-lbl {
    padding: 12px 24px 15px;
    margin-top: 80px;
    font-size: 36px;
  }
  .bl-post .ttl-bg-lbl.--contrast {
    padding: 10.5px 24px 12px;
    margin-top: 64px;
    font-size: 34px;
  }
  .bl-post-h4 {
    margin-top: 48px;
    font-size: 30px;
  }
  .bl-post-btn {
    margin: 64px auto 0;
    border-width: 2px;
  }
  .bl-post-btn-wrapper {
    flex-wrap: wrap;
    gap: 64px;
    justify-content: center;
  }
  .bl-post-btn.--document {
    flex-wrap: wrap;
    gap: 25px;
    width: 630px;
  }
  .bl-post-btn.--document::before {
    width: 48px;
    height: 48px;
  }
  .bl-post-btn.w408 {
    width: 630px;
  }
  .bl-post table:not(.def) {
    margin-top: 36px;
  }
  .bl-post table:not(.def) thead th {
    padding: 21px 0 22px;
    font-size: 26px;
    line-height: calc(38/26);
    border-width: 2px;
  }
  .bl-post table:not(.def) thead th span {
    font-size: 20px;
  }
  .bl-post table:not(.def) tbody th,
  .bl-post table:not(.def) tbody td {
    padding: 22px 40px 24px;
    border-width: 2px;
  }
  .bl-post table:not(.def) tbody td {
    padding-inline: 40px;
  }
  .bl-post table:not(.def) tbody td.bbw {
    border-bottom: 4px solid;
  }
  .bl-post table:not(.def) tbody td p + p {
    margin-top: 12px;
  }
  .bl-post table:not(.def).col3.fw144 thead tr th:first-of-type {
    width: auto;
  }
  .bl-post table:not(.def).col3.fw144 thead tr th:nth-of-type(2) {
    width: auto;
  }
  .bl-post table:not(.def).col3.fw144 thead tr th:nth-of-type(3) {
    width: auto;
  }
  .bl-post table:not(.def).col3.fw264 thead tr th:first-of-type {
    width: 245px;
  }
  .bl-post table:not(.def).col3.fw264 thead tr th:nth-of-type(2) {
    width: 242px;
  }
  .bl-post table:not(.def).col3.fw264 thead tr th:nth-of-type(3) {
    width: calc(100% - 245px - 242px);
  }
  .bl-post table:not(.def).col3.fw264 tbody th {
    padding-inline: 0;
  }
  .bl-post table:not(.def).col3.fw264 tbody td {
    padding-inline: 0;
  }
  .bl-post table:not(.def).col4.fw177 thead tr th:first-of-type {
    width: auto;
  }
  .bl-post table:not(.def).col4.fw177 thead tr th:not(:first-of-type) {
    width: auto;
  }
  .bl-post table:not(.def).col4.fw177 thead tr th:last-of-type {
    width: auto;
  }
  .bl-post table:not(.def).col4.fw177sw321 thead tr th:first-of-type {
    width: auto;
  }
  .bl-post table:not(.def).col4.fw177sw321 thead tr th:nth-of-type(2) {
    width: auto;
  }
  .bl-post table:not(.def).col4.fw177sw321 thead tr th:nth-of-type(3) {
    width: auto;
  }
  .bl-post table:not(.def).col4.fw177sw321 thead tr th:last-of-type {
    width: auto;
  }
  .bl-post table:not(.def).col4.fw256 thead tr th:first-of-type {
    width: auto;
  }
  .bl-post table:not(.def).col4.fw256 thead tr th:not(:first-of-type) {
    width: auto;
  }
  .bl-post table:not(.def).col4.fw256 tbody td {
    padding-inline: 40px;
  }
  .bl-post table:not(.def).col4.fw409 thead tr th:first-of-type {
    width: auto;
  }
  .bl-post table:not(.def).col4.fw409 thead tr th:not(:first-of-type) {
    width: auto;
  }
  .bl-post table:not(.def).col5.fw144 thead tr th:first-of-type {
    width: auto;
  }
  .bl-post table:not(.def).col5.fw144 thead tr th:nth-of-type(2) {
    width: auto;
  }
  .bl-post table:not(.def).col5.fw144 thead tr th:nth-of-type(3) {
    width: auto;
  }
  .bl-post table:not(.def).col5.fw144 thead tr th:nth-of-type(n + 4) {
    width: auto;
  }
  .bl-post table.def.col3.fw144 tbody tr th:first-of-type {
    width: auto;
  }
  .bl-post table.def.col3.fw144 tbody tr th:nth-of-type(2) {
    width: auto;
  }
  .bl-post table.def.col3.fw144 tbody tr td:nth-of-type(3) {
    width: auto;
  }
  .bl-post table.def tbody tr th,
  .bl-post table.def tbody tr td {
    padding: 32px 40px;
  }
  .bl-post table.def tbody tr th {
    font-size: 30px;
    border-width: 2px;
  }
  .bl-post table.def tbody tr th span {
    font-size: 24px;
  }
  .bl-post table.def tbody tr td {
    border-width: 2px;
  }
  .bl-post .bl-tbl-wrapper {
    width: 720px;
    overflow-x: scroll;
  }
  .bl-post .bl-tbl-wrapper table {
    width: max-content;
  }
  .bl-post .el-att + * {
    margin-top: 12px !important;
  }
  .bl-post .bl-att-list {
    margin-top: 12px;
  }
  .bl-post .bl-att-item {
    font-size: 24px;
  }
  .bl-post .ttl-color-accent {
    margin-top: 80px;
    font-size: 34px;
  }
  .bl-post .ttl-color-accent + p {
    margin-top: 12px;
  }
  .bl-post-def {
    margin-top: 64px;
  }
  .bl-post-def + p {
    margin-top: 64px;
  }
  .bl-post-def.fw353 {
    grid-template-columns: auto;
  }
  .bl-post-def.fw50 {
    grid-template-columns: auto;
  }
  .bl-post-dttl {
    border-width: 2px;
  }
  .bl-post-ditem {
    border-width: 2px;
    border-top: none;
    border-left: 2px solid var(--color-gray02);
  }
  .bl-post-ditem a {
    color: var(--color-link);
    text-decoration: underline;
  }
  .bl-post-link {
    gap: 12px;
    font-size: 24px;
  }
  .bl-post-link-wrapper {
    gap: 36px;
    margin-top: 24px;
  }
  .bl-post-link::before {
    width: 9px;
    height: 16.5px;
  }
  .bl-post .c-btn.w450 {
    width: 100%;
    margin: 48px auto 0;
  }
  .bl-post .color-accent {
    font-size: 34px;
  }
  .bl-post .bg-contrast {
    padding: 32px 40px;
    margin-top: 80px;
  }
  .bl-post .bg-contrast .bl-post-num-list {
    gap: 24px;
    margin-top: 48px;
  }
  .bl-post .bg-contrast .bl-post-num-item {
    grid-template-columns: 93px 1fr;
    padding: 32px;
  }
  .bl-post .bg-contrast .bl-post-num-item h4 {
    font-size: 30px;
  }
  .bl-post .bg-contrast .bl-post-num-item::before {
    margin-top: 7.5px;
  }
  .bl-post .bg-contrast .bl-post-num-item:first-of-type::before {
    width: 42px;
    margin-top: 10.5px;
  }
  .bl-post .bg-contrast .bl-post-num-item:nth-of-type(2)::before {
    width: 51px;
  }
  .bl-post .bg-contrast .bl-post-num-item:nth-of-type(3)::before {
    width: 51px;
  }
  .bl-post .bg-contrast .bl-post-num-item:nth-of-type(4)::before {
    width: 57px;
  }
  .bl-post .bg-contrast .bl-post-num-item:nth-of-type(5)::before {
    width: 51px;
  }
  .bl-post .bg-contrast .bl-post-num-item .bl-item-def {
    grid-template-columns: auto;
    gap: 8px;
    padding-top: 13.5px;
    margin-top: 12px;
    border-width: 2px;
  }
  .bl-post-column {
    grid-template-columns: auto;
  }
  .bl-post-column .bl-column-imgwrapper {
    justify-self: center;
  }
  .bl-post-column .bl-column-imgwrapper.w186 {
    width: 279px;
  }
  .bl-post-column .bl-column-imgwrapper::after {
    border-width: 2px;
  }
  .bl-post-column .bl-column-body {
    gap: 40px;
  }
  .bl-post-column .bl-column-body .bl-post-btn {
    margin: 0 auto;
  }
  .bl-post .ly-cta {
    padding: 40px 0 64px;
    background-image: url("../images/hyoka-single/used-house/cta-bg-sp.webp");
  }
  .bl-post .innerlink-btn {
    height: auto;
    padding: 24px 0;
  }
  .bl-post .innerlink-btn-wrapper {
    grid-template-columns: auto;
    margin-bottom: 64px;
  }
  .bl-post .innerlink-btn::after {
    right: 24px;
    border-width: 12px 7.5px 0;
  }
  .bl-post .innerlink-btn-imgwrapper {
    margin: 0 auto 12px;
  }
  .bl-post .innerlink-btn-txt {
    font-size: 30px;
  }
  .bl-post .innerlink-btn-txt-deco {
    font-size: 24px;
  }
  .bl-post .link {
    gap: 12px;
  }
  .bl-post .link-list {
    width: 100%;
    margin: 48px auto 0;
  }
  .bl-post .link-item:not(:first-of-type) {
    margin-top: 12px;
  }
  .bl-post .link::before {
    width: 9px;
    height: 16.5px;
  }
  .bl-post .special-link {
    gap: 12px;
  }
  .bl-post .special-link-list {
    width: 100%;
    margin-top: 24px;
  }
  .bl-post .special-link-list.--mt4 {
    margin-top: 6px;
  }
  .bl-post .special-link-item:not(:first-of-type) {
    margin-top: 6px;
  }
  .bl-post .special-link::before {
    width: 9px;
    height: 16.5px;
  }
  .bl-post .special-def + .el-att {
    margin-top: 12px;
  }
  .bl-post .special-def + .el-att + .special-def {
    margin-top: 64px !important;
  }
  .bl-post .special-dttl {
    padding: 10.5px 24px 12px;
    font-size: 32px;
    border-width: 2px;
  }
  .bl-post .special-ditem {
    border-width: 2px;
  }
  .bl-post .special-ditem.--single {
    padding: 36px;
  }
  .bl-post .special-inner-dttl, .bl-post .special-inner-ditem {
    padding: 36px;
  }
  .bl-post .special-inner-dttl:not(:first-of-type), .bl-post .special-inner-ditem:not(:first-of-type) {
    border-width: 2px;
  }
  .bl-post .special-inner-ditem {
    border-width: 2px;
  }
}