

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: #eaf3fb;
  color: #182366;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  line-height: 1.6;
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: #eaf3fb;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}

button {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

img,
svg {
  display: block;
  max-width: 100%;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

[id] {
  scroll-margin-top: 16px;
}



.ckl-page {
  width: 100%;
  max-width: 768px;
  min-height: 100vh;
  margin: 0 auto;
  overflow-x: hidden;
  background: #f3f9ff;
}

.ckl-main {
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
}

@media (min-width: 640px) {
  .ckl-page {
    box-shadow: 0 0 40px rgba(24, 35, 102, 0.1);
  }
}



.ckl-header {
  display: flex;
  align-items: center;
  min-height: 56px;
  padding: 14px 0 14px 15px;
  background: #fff;
  border-bottom: 1px solid #e8edf8;
}

.ckl-header__logo-link {
  display: inline-flex;
  width: 109px;
  min-height: 28px;
  align-items: center;
}

.ckl-header__logo {
  width: 109px;
  height: auto;
  object-fit: contain;
}



.ckl-breadcrumb {
  padding: 10px 22px;
}

.ckl-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ckl-breadcrumb li {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #7b84a8;
  font-size: 11px;
  font-weight: 700;
}

.ckl-breadcrumb li:not(:last-child)::after {
  content: "›";
  color: #a8b0cc;
  font-weight: 700;
}

.ckl-breadcrumb a {
  color: #4a52b8;
  text-decoration: none;
}

.ckl-breadcrumb a:hover,
.ckl-breadcrumb a:focus-visible {
  text-decoration: underline;
}

.ckl-breadcrumb li[aria-current="page"] {
  color: #5d689e;
}





.ckl-hero-card {
  position: relative;
  margin: 28px 22px 30px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(26, 36, 112, 0.08);
}

.ckl-hero-card__visual {
  position: relative;
  overflow: hidden;
}

.ckl-hero-card__photo {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center 35%;
}

.ckl-hero-card__body {
  padding: 20px 22px 24px;
  background: #f3f9ff;
}

.ckl-hero-card__eyebrow {
  display: inline-flex;
  margin: 0 0 12px;
  padding: 5px 14px;
  border-radius: 12px;
  background: #fff;
  color: #4a52b8;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.ckl-hero-card__title {
  margin: 0 0 14px;
  color: #1a2470;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.5;
}

.ckl-hero-card__lead {
  margin: 0;
  color: #1a276b;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8;
}



.ckl-cta-top {
  margin: 0 22px 30px;
  padding: 22px 18px;
  border-radius: 14px;
  background: linear-gradient(180deg, #eef6ff 0%, #dcecfb 100%);
  text-align: center;
}

.ckl-cta-button {
  display: inline-flex;
  width: min(100%, 340px);
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 30px;
  background: linear-gradient(100deg, #7374ee 5%, #99dff9 95%);
  box-shadow: 0 5px 0 rgba(35, 40, 120, 0.18), 0 12px 18px rgba(41, 73, 125, 0.18);
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}

.ckl-cta-button__arrow {
  display: inline-flex;
  font-size: 15px;
}

.ckl-cta-button:focus-visible {
  outline: 3px solid #75d6f5;
  outline-offset: 3px;
}

.ckl-cta-top__note {
  margin: 12px 0 0;
  color: #4a5490;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.6;
}



.ckl-belongings {
  position: relative;
  margin: 0 22px 30px;
  padding: 20px 18px;
  border: 1px solid #d9e2f5;
  border-radius: 12px;
  background: #fff;
}

.ckl-belongings__heading {
  margin: 0 0 6px;
  color: #1a2470;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.4;
}

.ckl-belongings__lead {
  margin: 0 0 16px;
  color: #5d689e;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
}

.ckl-belongings .ckl-check-list {
  gap: 12px;
}

.ckl-belongings__promo {
  margin-top: 20px;
  padding: 22px 18px;
  border: 1.5px dashed #9aa6d8;
  border-radius: 12px;
  background: #f5f7ff;
  text-align: center;
}

.ckl-belongings__promo-lead {
  margin: 0 0 16px;
  color: #253078;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.6;
}

.ckl-belongings__promo-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 30px;
  border: 2px solid #7077e8;
  border-radius: 26px;
  background: #fff;
  color: #253078;
  font-size: 16px;
  font-weight: 900;
}

.ckl-belongings__promo-button:focus-visible {
  outline: 3px solid #75d6f5;
  outline-offset: 2px;
}



.ckl-tool {
  position: relative;
  padding: 26px 22px 0;
  border-top: 3px solid #20266f;
  background: linear-gradient(180deg, #e4f0fb 0%, #f3f9ff 220px);
}

.ckl-tool__intro {
  margin-bottom: 20px;
  text-align: center;
}

.ckl-tool__heading {
  margin: 0 0 8px;
  color: #1a2470;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.4;
}

.ckl-tool__lead {
  margin: 0;
  color: #1a276b;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7;
}

.ckl-property {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 20px;
  padding: 14px 16px;
  border: 1px solid #e8edf8;
  border-radius: 10px;
  background: #fff;
}

.ckl-property__field {
  flex: 1 1 160px;
  min-width: 0;
}

.ckl-property__label {
  display: block;
  margin: 0 0 6px;
  color: #253078;
  font-size: 11px;
  font-weight: 900;
}

.ckl-form {
  margin: 0 0 0;
}



.ckl-accordion-list {
  display: grid;
  gap: 12px;
  padding-bottom: 24px;
}

.ckl-accordion {
  min-width: 0;
  border: 1px solid #e8edf8;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}

.ckl-accordion__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 15px 16px;
  color: #1f2a72;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.3;
  list-style: none;
  cursor: pointer;
  user-select: none;
}

.ckl-accordion__summary::-webkit-details-marker {
  display: none;
}

.ckl-accordion__summary::marker {
  content: "";
}

.ckl-accordion__title {
  flex: 1;
}

.ckl-accordion__arrow {
  position: relative;
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
}

.ckl-accordion__arrow::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 8px;
  height: 8px;
  border-right: 2px solid #333b86;
  border-bottom: 2px solid #333b86;
  transform: rotate(45deg);
  transition: transform 0.18s ease;
}

.ckl-accordion[open] .ckl-accordion__arrow::before {
  transform: rotate(-135deg);
  top: 4px;
}

.ckl-accordion__body {
  padding: 4px 16px 20px;
  border-top: 1px solid #eef1f9;
}

.ckl-accordion__body > *:first-child {
  margin-top: 16px;
}



.ckl-check-list {
  display: grid;
  gap: 10px;
}

.ckl-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.ckl-checkbox input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.ckl-checkbox__box {
  position: relative;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  border: 2px solid #c4cce6;
  border-radius: 5px;
  background: #fff;
}

.ckl-checkbox input:checked + .ckl-checkbox__box {
  border-color: #7374ee;
  background: linear-gradient(100deg, #7374ee 5%, #99dff9 95%);
}

.ckl-checkbox input:checked + .ckl-checkbox__box::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(40deg);
}

.ckl-checkbox input:focus-visible + .ckl-checkbox__box {
  outline: 3px solid #75d6f5;
  outline-offset: 2px;
}

.ckl-checkbox__label {
  color: #253078;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.ckl-check-item__note {
  margin: 4px 0 0 30px;
  color: #7b84a8;
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1.6;
}



.ckl-field {
  margin: 0 0 18px;
}

.ckl-field__label {
  display: block;
  margin: 0 0 8px;
  color: #253078;
  font-size: 13px;
  font-weight: 900;
}

.ckl-field__hint {
  margin: 8px 0 0;
  color: #7b84a8;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.6;
}

.ckl-field--toggle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 10px;
}

.ckl-field--toggle .ckl-field__label {
  margin: 0;
}



.ckl-number-input {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 190px;
}

.ckl-number-input input {
  width: 100%;
  min-height: 40px;
  border: 1px solid #d5dbea;
  border-radius: 9px;
  background: #fff;
  color: #253078;
  font-size: 14px;
  font-weight: 700;
  padding: 0 14px;
}

.ckl-number-input input::placeholder {
  color: #9ca7c8;
  opacity: 1;
}

.ckl-number-input__unit {
  width: 30px;
  flex: 0 0 auto;
  margin-left: 8px;
  color: #263079;
  font-size: 13px;
  font-weight: 900;
}



.ckl-text-input {
  width: 100%;
  min-height: 40px;
  border: 1px solid #d5dbea;
  border-radius: 9px;
  background: #fff;
  color: #253078;
  font-size: 14px;
  font-weight: 700;
  padding: 0 14px;
}

.ckl-text-input::placeholder {
  color: #9ca7c8;
  opacity: 1;
}



.ckl-dims {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

.ckl-dims__item {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1 1 76px;
  min-width: 0;
}

.ckl-dims__item input {
  width: 100%;
  min-width: 0;
  min-height: 40px;
  border: 1px solid #d5dbea;
  border-radius: 9px;
  background: #fff;
  color: #253078;
  font-size: 14px;
  font-weight: 700;
  padding: 0 30px 0 10px;
}

.ckl-dims__item input::placeholder {
  color: #9ca7c8;
  opacity: 1;
}

.ckl-dims__unit {
  position: absolute;
  right: 9px;
  color: #7b84a8;
  font-size: 11px;
  font-weight: 800;
  pointer-events: none;
}

.ckl-dims__separator {
  flex: 0 0 auto;
  color: #7b84a8;
  font-size: 13px;
  font-weight: 800;
}



.ckl-toggle {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 3px;
  padding: 3px;
  border-radius: 22px;
  background: #e0e0e0;
}

.ckl-toggle__option {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  min-height: 36px;
  padding: 0 16px;
  border-radius: 18px;
  color: #767676;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.ckl-toggle__option input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.ckl-toggle__option input:focus-visible {
  outline: 3px solid #75d6f5;
  outline-offset: 2px;
}


.ckl-toggle__option:hover {
  background: #d4d4d4;
}


.ckl-toggle__option--yes:has(input:checked) {
  background: #10b981;
  color: #fff;
  box-shadow: 0 2px 6px rgba(16, 185, 129, 0.35);
}

.ckl-toggle__option--yes:has(input:checked):hover {
  background: #0ea371;
}


.ckl-toggle__option--no:has(input:checked) {
  background: #ffffff;
  color: #4a4a4a;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}

.ckl-toggle__option--no:has(input:checked):hover {
  background: #f5f5f5;
}

.ckl-toggle__option span {
  position: relative;
  z-index: 1;
}



.ckl-textarea {
  width: 100%;
  min-height: 56px;
  margin-top: 10px;
  border: 1px solid #d5dbea;
  border-radius: 9px;
  background: #fff;
  color: #253078;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
  padding: 10px 12px;
  resize: vertical;
}

.ckl-textarea::placeholder {
  color: #9ca7c8;
  opacity: 1;
}



.ckl-eval-item {
  margin: 0 0 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #eef1f9;
}

.ckl-eval-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.ckl-eval-item__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 10px;
}

.ckl-eval-item__label {
  color: #253078;
  font-size: 13px;
  font-weight: 900;
}

.ckl-eval-item > .ckl-textarea {
  display: none;
}

.ckl-eval-item.is-concern > .ckl-textarea,
[data-ckl-section="area"] .ckl-eval-item > .ckl-textarea {
  display: block;
}



.ckl-subgroup {
  margin: 0 0 18px;
  padding: 14px 12px;
  border: 1px solid #e8edf8;
  border-radius: 9px;
  background: #f9fbff;
}

.ckl-subgroup__label {
  margin: 0 0 12px;
  color: #1f2a72;
  font-size: 12px;
  font-weight: 900;
}



.ckl-repeat-group {
  display: grid;
  gap: 14px;
}

.ckl-repeat-item {
  min-width: 0;
  padding: 14px 14px 4px;
  border: 1px solid #e8edf8;
  border-radius: 9px;
  background: #fdfeff;
}

.ckl-repeat-item--nested {
  padding: 12px 12px 2px;
  background: #fff;
}

.ckl-repeat-item__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 14px;
}

.ckl-repeat-item__title {
  margin: 0;
  color: #1f2a72;
  font-size: 13px;
  font-weight: 900;
}

.ckl-repeat-item__title--nested {
  font-size: 12px;
}

.ckl-repeat-item__remove {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 1px solid #d7dcef;
  border-radius: 50%;
  background: #fff;
  color: #8891bb;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.ckl-repeat-item__remove:hover,
.ckl-repeat-item__remove:focus-visible {
  border-color: #ff8a98;
  color: #ff6b81;
}

.ckl-repeat-item--nested .ckl-repeat-item__remove {
  width: 21px;
  height: 21px;
  font-size: 11px;
}

.ckl-repeat-group--nested {
  gap: 10px;
}

.ckl-add-button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border: 1px dashed #9aa6d8;
  border-radius: 9px;
  background: #f5f7ff;
  color: #4a52b8;
  font-size: 12px;
  font-weight: 800;
}

.ckl-add-button--room {
  min-height: 44px;
  font-size: 13px;
}

.ckl-add-button:disabled {
  opacity: 0.55;
  cursor: default;
}



.ckl-plan {
  margin-top: 4px;
}

.ckl-plan__label {
  margin: 0 0 10px;
  color: #253078;
  font-size: 12px;
  font-weight: 900;
}

.ckl-plan__upload-row {
  margin-top: 14px;
  padding: 12px;
  border: 1px dashed #9aa6d8;
  border-radius: 9px;
  background: #f5f7ff;
  text-align: center;
}

.ckl-plan__upload-heading {
  margin: 0 0 8px;
  color: #253078;
  font-size: 11px;
  font-weight: 900;
}

.ckl-plan__upload-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.ckl-plan__upload-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid #7077e8;
  border-radius: 18px;
  background: #fff;
  color: #4a52b8;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
}

.ckl-plan__upload-button--camera {
  border-color: #10b981;
  color: #0d8f66;
}

.ckl-plan__upload-icon {
  font-size: 12px;
}

.ckl-plan__upload-hint {
  margin: 8px 0 0;
  color: #7b84a8;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.6;
}

.ckl-plan__preview {
  margin-bottom: 10px;
}

.ckl-plan__preview-label {
  margin: 0 0 8px;
  color: #1f2a72;
  font-size: 11px;
  font-weight: 900;
}

.ckl-plan__canvas {
  position: relative;
  width: 100%;
  border: 1px solid #d5dbea;
  border-radius: 9px;
  background: #fff;
  overflow: hidden;
  touch-action: manipulation;
}

.ckl-plan__default-image,
.ckl-plan__uploaded-image {
  display: block;
  width: 100%;
  height: auto;
}

.ckl-plan__pin {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  margin: -13px 0 0 -13px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #7374ee;
  box-shadow: 0 2px 6px rgba(24, 35, 102, 0.35);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}

.ckl-plan__pin:focus-visible {
  outline: 3px solid #75d6f5;
  outline-offset: 2px;
}

.ckl-plan__preview-badge {
  position: absolute;
  right: 8px;
  bottom: 8px;
  padding: 4px 10px;
  border-radius: 12px;
  background: rgba(37, 44, 125, 0.82);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.3;
}

.ckl-plan__actions {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}

.ckl-plan__action-button {
  flex: 1 1 auto;
  min-height: 34px;
  border: 1px solid #d5dbea;
  border-radius: 8px;
  background: #f5f7ff;
  color: #4a52b8;
  font-size: 11px;
  font-weight: 800;
}

.ckl-plan__hint {
  margin: 8px 0 0;
  color: #7b84a8;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.6;
}



.ckl-photos {
  margin: 0 0 18px;
  padding: 14px 12px;
  border: 1px solid #e8edf8;
  border-radius: 9px;
  background: #f9fbff;
}

.ckl-photos:last-child {
  margin-bottom: 0;
}

.ckl-photos__label {
  margin: 0 0 10px;
  color: #1f2a72;
  font-size: 12px;
  font-weight: 900;
}

.ckl-photos__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ckl-photos__grid:empty {
  display: none;
}

.ckl-photos__grid + .ckl-photos__buttons {
  margin-top: 10px;
}

.ckl-photos__thumb {
  position: relative;
  width: 72px;
  height: 72px;
  flex: 0 0 auto;
  border: 1px solid #d5dbea;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.ckl-photos__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ckl-photos__remove {
  position: absolute;
  top: 3px;
  right: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 50%;
  background: rgba(37, 44, 125, 0.82);
  color: #fff;
  font-size: 12px;
  line-height: 1;
}

.ckl-photos__remove:focus-visible {
  outline: 3px solid #75d6f5;
  outline-offset: 2px;
}

.ckl-photos__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.ckl-photos__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid #7077e8;
  border-radius: 18px;
  background: #fff;
  color: #4a52b8;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
}

.ckl-photos__button--camera {
  border-color: #10b981;
  color: #0d8f66;
}



.ckl-footer {
  position: sticky;
  bottom: 0;
  z-index: 20;
  margin: 0 -22px;
  padding: 10px 22px calc(12px + env(safe-area-inset-bottom));
  border-top: 1px solid #e2e7f4;
  background: #ffffff;
  box-shadow: 0 -4px 14px rgba(28, 43, 96, 0.08);
}

.ckl-footer__clear-button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin: 0 0 8px;
  border: none;
  background: none;
  color: #7b84a8;
  font-size: 11px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.ckl-footer__download-row {
  display: flex;
  gap: 8px;
}

.ckl-footer__button {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 24px;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
  border: 0;
}

.ckl-footer__button--outline {
  border: 2px solid #7077e8;
  background: #fff;
  color: #253078;
}

.ckl-footer__button--primary {
  background: linear-gradient(100deg, #7374ee 5%, #99dff9 95%);
  box-shadow: 0 4px 0 rgba(35, 40, 120, 0.18), 0 8px 14px rgba(41, 73, 125, 0.18);
  color: #fff;
}

.ckl-footer__button:disabled {
  opacity: 0.6;
  cursor: default;
}

.ckl-footer__clear-button:focus-visible,
.ckl-footer__button:focus-visible,
.ckl-plan__upload-button:focus-visible,
.ckl-plan__action-button:focus-visible,
.ckl-photos__button:focus-visible,
.ckl-add-button:focus-visible,
.ckl-toggle__option:focus-within,
.ckl-checkbox:focus-within .ckl-checkbox__box {
  outline: 3px solid #75d6f5;
  outline-offset: 2px;
}



@media (max-width: 360px) {
  .ckl-tool {
    padding-inline: 16px;
  }

  .ckl-hero-card,
  .ckl-cta-top,
  .ckl-belongings {
    margin-inline: 16px;
  }

  .ckl-footer {
    margin-inline: -16px;
    padding-inline: 16px;
  }

  .ckl-dims__item {
    flex-basis: 68px;
  }

  .ckl-footer__button {
    font-size: 12px;
  }
}



.ckl-sum-host {
  position: fixed;
  left: -99999px;
  top: 0;
  z-index: -1;
  pointer-events: none;
}

.ckl-sum-card {
  background: #fafafa;
  color: #2b3568;
  border: 1px solid #d3d9ec;
  border-radius: 10px;
  overflow: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}

.ckl-sum-card--sp {
  width: 390px;
  font-size: 12.5px;
}

.ckl-sum-card--pc {
  width: 1200px;
  font-size: 12.5px;
}

.ckl-sum-accent {
  height: 5px;
  background: linear-gradient(90deg, #7374ee 0%, #8fd9f6 100%);
}



.ckl-sum-header {
  display: table;
  width: 100%;
}

.ckl-sum-header__left {
  display: table-cell;
  vertical-align: top;
  width: 58%;
}

.ckl-sum-card--sp .ckl-sum-header {
  padding: 16px 18px 14px;
}

.ckl-sum-card--pc .ckl-sum-header {
  padding: 22px 36px 18px;
}

.ckl-sum-title {
  margin: 0;
  color: #1a2470;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.ckl-sum-card--sp .ckl-sum-title {
  font-size: 18px;
}

.ckl-sum-card--pc .ckl-sum-title {
  font-size: 22px;
}

.ckl-sum-property {
  display: table-cell;
  vertical-align: top;
  width: 42%;
  text-align: right;
  color: #737ea3;
  font-weight: 600;
  line-height: 1.6;
}

.ckl-sum-card--sp .ckl-sum-property {
  font-size: 10.5px;
}

.ckl-sum-card--pc .ckl-sum-property {
  font-size: 12px;
}

.ckl-sum-property strong {
  display: block;
  color: #2b3568;
  font-weight: 800;
}

.ckl-sum-card--sp .ckl-sum-body {
  padding: 4px 18px 4px;
}

.ckl-sum-card--pc .ckl-sum-body {
  padding: 18px 36px 8px;
}

.ckl-sum-topband {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #d3d9ec;
}

.ckl-sum-topband > .ckl-sum-block,
.ckl-sum-topband > .ckl-sum-topband__rooms {
  display: table-cell;
  width: 50%;
  vertical-align: top;
  border-bottom: none;
  padding: 0 16px 0 0;
}

.ckl-sum-topband > .ckl-sum-block + .ckl-sum-block,
.ckl-sum-topband > .ckl-sum-block + .ckl-sum-topband__rooms {
  padding: 0 0 0 16px;
}

.ckl-sum-topband__rooms > .ckl-sum-block {
  padding: 0 0 16px;
  border-bottom: none;
}

.ckl-sum-topband__rooms > .ckl-sum-block:last-child {
  padding-bottom: 0;
}

.ckl-sum-midgrid {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding-bottom: 14px;
}

.ckl-sum-midcol {
  display: table-cell;
  width: 33.333%;
  vertical-align: top;
  padding: 0 28px;
  border-right: 1px solid #e4e9f5;
}

.ckl-sum-midcol:first-child {
  padding-left: 0;
}

.ckl-sum-midcol:last-child {
  padding-right: 0;
  border-right: none;
}

.ckl-sum-midcol .ckl-sum-block {
  border-bottom: none;
  padding: 0 0 16px;
}

.ckl-sum-midcol .ckl-sum-block:last-child {
  padding-bottom: 0;
}

.ckl-sum-block {
  padding: 12px 0;
  border-bottom: 1px solid #e4e9f5;
}

.ckl-sum-card--sp .ckl-sum-block:first-child {
  padding-top: 6px;
}

.ckl-sum-card--sp .ckl-sum-body > .ckl-sum-block:last-child {
  border-bottom: none;
}

.ckl-sum-block__head {
  margin: 0 0 8px;
  padding-bottom: 6px;
  border-bottom: 1.5px solid #d3d9ec;
}

.ckl-sum-block__title {
  margin: 0;
  color: #1a2470;
  font-weight: 800;
}

.ckl-sum-card--sp .ckl-sum-block__title {
  font-size: 12.5px;
}

.ckl-sum-card--pc .ckl-sum-block__title {
  font-size: 13.5px;
}

.ckl-sum-topband .ckl-sum-block__title {
  font-size: 14.5px;
}

.ckl-sum-block__title::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  margin-right: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7374ee, #8fd9f6);
}

.ckl-sum-spec-list {
  display: table;
  width: 100%;
}

.ckl-sum-spec-row {
  display: table-row;
}

.ckl-sum-spec-list > .ckl-sum-spec-row:last-child > .ckl-sum-spec-row__label,
.ckl-sum-spec-list > .ckl-sum-spec-row:last-child > .ckl-sum-spec-row__value,
.ckl-sum-spec-list > .ckl-sum-spec-row:last-child > .ckl-sum-badge {
  border-bottom: none;
}

.ckl-sum-spec-row__label {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 0;
  border-bottom: 1px solid #e4e9f5;
  color: #737ea3;
  font-weight: 600;
}

.ckl-sum-spec-row__value {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
  white-space: nowrap;
  padding: 5px 0 5px 10px;
  border-bottom: 1px solid #e4e9f5;
  color: #1a2470;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  text-align: right;
}

.ckl-sum-spec-row--hero .ckl-sum-spec-row__label {
  color: #2b3568;
  font-weight: 700;
}

.ckl-sum-spec-row--hero .ckl-sum-spec-row__value {
  font-size: 1.14em;
  font-weight: 800;
}

.ckl-sum-note {
  margin: 2px 0 6px;
  padding-left: 2px;
  color: #737ea3;
  font-size: 0.92em;
  font-weight: 600;
  line-height: 1.5;
}

.ckl-sum-note::before {
  content: "→ ";
  color: #9aa3c4;
  font-weight: 800;
}

.ckl-sum-spec-row > .ckl-sum-badge {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
  padding: 5px 0 5px 10px;
  border-bottom: 1px solid #e4e9f5;
}

.ckl-sum-badge {
  font-weight: 800;
  white-space: nowrap;
}

.ckl-sum-badge--good {
  color: #0ea371;
}

.ckl-sum-badge--caution {
  color: #737ea3;
}

.ckl-sum-badge--blank {
  display: inline-block;
  min-width: 34px;
  padding: 1px 8px;
  border: 1px dashed #c7cde3;
  border-radius: 999px;
  color: #b6bcd6;
  text-align: center;
}

.ckl-sum-spec-row__value--blank {
  display: table-cell;
  min-width: 70px;
  border-bottom: 1px solid #c7cde3;
}

.ckl-sum-blank-fill {
  display: inline-block;
  height: 0.9em;
  margin-left: 6px;
  border-bottom: 1px solid #c7cde3;
  vertical-align: -2px;
}

.ckl-sum-plan {
  position: relative;
  margin-top: 6px;
  border: 1px solid #e4e9f5;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.ckl-sum-plan svg {
  display: block;
  width: 100%;
  height: auto;
}

.ckl-sum-pin {
  position: absolute;
  transform: translate(-50%, -50%);
  font-family: "Segoe UI Symbol", "Segoe UI", sans-serif;
  font-size: 20px;
  line-height: 1;
  color: #e0293f;
}

.ckl-sum-photos {
  overflow: hidden;
  margin-top: 4px;
}

.ckl-sum-photos::after {
  content: "";
  display: table;
  clear: both;
}

.ckl-sum-photo {
  position: relative;
  float: left;
  width: calc(50% - 4px);
  aspect-ratio: 4 / 3;
  margin-bottom: 8px;
  border: 1px solid #e4e9f5;
  border-radius: 7px;
  background: #f3f5fb;
  overflow: hidden;
}

.ckl-sum-photo:nth-child(odd) {
  margin-right: 8px;
}

.ckl-sum-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ckl-sum-photo svg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30%;
  height: 30%;
  transform: translate(-50%, -50%);
  color: #9aa3c4;
}

.ckl-sum-footer {
  border-top: 1px dashed #d3d9ec;
  text-align: right;
}

.ckl-sum-card--sp .ckl-sum-footer {
  padding: 12px 18px 16px;
}

.ckl-sum-card--pc .ckl-sum-footer {
  padding: 14px 36px 20px;
}

.ckl-sum-stamp {
  display: inline-block;
  padding: 4px 11px;
  border: 1px solid #9aa3c4;
  border-radius: 999px;
  color: #737ea3;
  font-weight: 800;
  letter-spacing: 0.02em;
  opacity: 0.85;
}

.ckl-sum-card--sp .ckl-sum-stamp {
  font-size: 9.5px;
}

.ckl-sum-card--pc .ckl-sum-stamp {
  font-size: 10.5px;
}

.ckl-sum-stamp::before {
  content: "✓";
  margin-right: 5px;
  color: #0ea371;
  font-weight: 900;
}
