.for-owner-table[data-v-e41e6dd4] {
  position: relative;
  background-color: var(--fill-bg-grey);
}
@media screen and (min-width: 1024px) {
.for-owner-table[data-v-e41e6dd4] {
    padding: clamp(0px, 5.5555555556vw, 80px) 0 clamp(0px, 6.9444444444vw, 100px);
}
}
@media screen and (max-width: 1023.98px) {
.for-owner-table[data-v-e41e6dd4] {
    padding: 80px 0 105px;
}
}
@keyframes shake-e41e6dd4 {
0% {
    transform: translateX(0);
}
50% {
    transform: translateX(4px);
}
100% {
    transform: translateX(0);
}
}
.for-owner-table .scroll-tip[data-v-e41e6dd4] {
  position: absolute;
  top: 40px;
  right: var(--gutter);
  display: flex;
  gap: 8px;
  font-size: var(--body4);
  font-family: "Montserrat-Medium", "NotoSansJP-Medium";
  font-weight: 500;
  line-height: 1.5;
  color: var(--text-bk-subheading);
  letter-spacing: 0.1em;
}
.for-owner-table .scroll-tip svg[data-v-e41e6dd4] {
  font-size: 16px;
  animation: shake-e41e6dd4 1.5s ease-in-out infinite;
}
.for-owner-table .table-wrap[data-v-e41e6dd4] {
  overflow: auto;
}
@media screen and (min-width: 1024px) {
.for-owner-table .table-wrap[data-v-e41e6dd4] {
    margin: 0 var(--gutter);
    background-color: #fff;
    border-radius: 8px;
}
}
@media screen and (max-width: 1023.98px) {
.for-owner-table .table-wrap[data-v-e41e6dd4] {
    padding: 0 var(--gutter);
}
}
.for-owner-table .table-wrap .grid-wrap[data-v-e41e6dd4] {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media screen and (min-width: 1024px) {
.for-owner-table .table-wrap .grid-wrap[data-v-e41e6dd4] {
    padding: clamp(0px, 3.8888888889vw, 56px) clamp(0px, 4.4444444444vw, 64px) clamp(0px, 3.3333333333vw, 48px);
}
}
@media screen and (max-width: 1023.98px) {
.for-owner-table .table-wrap .grid-wrap[data-v-e41e6dd4] {
    min-width: 100%;
    padding: 0;
}
.for-owner-table .table-wrap .grid-wrap[data-v-e41e6dd4] > * {
    background-color: #fff;
}
}
.for-owner-table .table-wrap .specs-row[data-v-e41e6dd4] {
  border-left: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  border-right: 1px solid var(--line-dark);
  display: grid;
  width: 100%;
}
@media screen and (min-width: 1024px) {
.for-owner-table .table-wrap .specs-row[data-v-e41e6dd4] {
    grid-template-columns: clamp(0px, 34.7222222222vw, 500px) repeat(2, clamp(0px, 23.6111111111vw, 340px));
}
}
@media screen and (max-width: 1023.98px) {
.for-owner-table .table-wrap .specs-row[data-v-e41e6dd4] {
    grid-template-columns: repeat(calc(var(--columns-count, 1) + 1), minmax(108px, 1fr));
}
}
.for-owner-table .table-wrap .specs-row.model-name-row[data-v-e41e6dd4] {
  margin-bottom: clamp(16px, 1.6666666667vw, 24px);
}
.for-owner-table .table-wrap .specs-row.model-name-row .specs-cell.cell-value[data-v-e41e6dd4] {
  font-size: var(--body4);
  font-family: "Montserrat-Medium", "NotoSansJP-Medium";
  font-weight: 500;
  line-height: 1.5;
  color: var(--text-bk-primary);
}
@media screen and (max-width: 1023.98px) {
.for-owner-table .table-wrap .specs-row.model-name-row .specs-cell.cell-value[data-v-e41e6dd4] {
    padding: 0px;
}
}
.for-owner-table .table-wrap .specs-row.is-title-row[data-v-e41e6dd4] {
  background-color: var(--fill-bg-black);
}
@media screen and (min-width: 1024px) {
.for-owner-table .table-wrap .specs-row.is-title-row[data-v-e41e6dd4]:nth-of-type(n + 3) {
    margin-top: clamp(0px, 2.5vw, 36px);
}
}
@media screen and (max-width: 1023.98px) {
.for-owner-table .table-wrap .specs-row.is-title-row[data-v-e41e6dd4]:nth-of-type(n + 3) {
    margin-top: 48px;
}
}
.for-owner-table .table-wrap .specs-row.is-title-row .specs-cell.cell-name[data-v-e41e6dd4] {
  font-size: var(--body3);
  font-family: "Montserrat-Medium", "NotoSansJP-Medium";
  font-weight: 500;
  line-height: 1.5;
  color: var(--text-wh-primary);
  grid-column: 1/3;
}
@media screen and (min-width: 1024px) {
.for-owner-table .table-wrap .specs-row.is-title-row .specs-cell.cell-name[data-v-e41e6dd4] {
    padding: clamp(0px, 0.5555555556vw, 8px) clamp(0px, 1.1111111111vw, 16px);
}
}
@media screen and (max-width: 1023.98px) {
.for-owner-table .table-wrap .specs-row.is-title-row .specs-cell.cell-name[data-v-e41e6dd4] {
    padding: 10px 16px;
}
}
.for-owner-table .table-wrap .specs-row.is-title-row .specs-cell.cell-value[data-v-e41e6dd4] {
  grid-column: 3/3;
  display: none;
}
.for-owner-table .table-wrap .specs-row .specs-cell[data-v-e41e6dd4] {
  align-content: center;
}
.for-owner-table .table-wrap .specs-row .specs-cell.cell-name[data-v-e41e6dd4] {
  border-right: 0.5px solid var(--line-dark);
  grid-column: 1/3;
  font-size: var(--body4);
  font-family: "Montserrat", "NotoSansJP";
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-bk-primary);
  font-family: "NotoSansJP";
  white-space: pre-wrap;
  word-wrap: break-word;
}
@media screen and (min-width: 1024px) {
.for-owner-table .table-wrap .specs-row .specs-cell.cell-name[data-v-e41e6dd4] {
    padding: clamp(0px, 0.6944444444vw, 10px) clamp(0px, 1.1111111111vw, 16px);
}
}
@media screen and (max-width: 1023.98px) {
.for-owner-table .table-wrap .specs-row .specs-cell.cell-name[data-v-e41e6dd4] {
    padding: 10px 12px;
}
}
.for-owner-table .table-wrap .specs-row .specs-cell.cell-value[data-v-e41e6dd4] {
  grid-column: 3/3;
  font-size: var(--body4);
  font-family: "Montserrat", "NotoSansJP";
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-bk-subheading);
  font-family: "NotoSansJP";
  white-space: pre-wrap;
  word-wrap: break-word;
}
@media screen and (min-width: 1024px) {
.for-owner-table .table-wrap .specs-row .specs-cell.cell-value[data-v-e41e6dd4] {
    padding: clamp(0px, 0.6944444444vw, 10px) clamp(0px, 1.1111111111vw, 16px);
}
}
@media screen and (max-width: 1023.98px) {
.for-owner-table .table-wrap .specs-row .specs-cell.cell-value[data-v-e41e6dd4] {
    padding: 10px 12px;
}
}
.for-owner-table .scroll-progress-bar[data-v-e41e6dd4] {
  margin-inline: var(--gutter);
  height: 1px;
  background-color: var(--line-dark);
  position: relative;
}
.for-owner-table .scroll-progress-bar[data-v-e41e6dd4]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--fill-bg-black);
  transform-origin: left center;
  transition: transform 0.3s ease;
  transform: scaleX(var(--progress, 1));
}
@media screen and (min-width: 1024px) {
.for-owner-table .scroll-progress-bar[data-v-e41e6dd4] {
    margin-top: clamp(0px, 1.6666666667vw, 24px);
}
}
@media screen and (max-width: 1023.98px) {
.for-owner-table .scroll-progress-bar[data-v-e41e6dd4] {
    margin-top: 32px;
}
}
.for-owner-table .comment-wrap[data-v-e41e6dd4] {
  margin-inline: var(--gutter);
  white-space: pre-wrap;
}
@media screen and (min-width: 1024px) {
.for-owner-table .comment-wrap[data-v-e41e6dd4] {
    margin-bottom: clamp(0px, 4.4444444444vw, 64px);
}
}
@media screen and (max-width: 1023.98px) {
.for-owner-table .comment-wrap[data-v-e41e6dd4] {
    margin-bottom: 65px;
}
}
.for-owner-table .comment-wrap .comment[data-v-e41e6dd4] {
  text-align: center;
  font-size: var(--body3);
  font-family: "Montserrat", "NotoSansJP";
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-bk-subheading);
  line-height: 2;
  font-family: "NotoSansJP";
  display: flex;
  justify-content: center;
}