.zukashi-sample { max-width: 780px; margin: 0 auto; padding: 24px; color: #202930; overflow-wrap: anywhere; }
.zukashi-sample * { box-sizing: border-box; letter-spacing: 0; }
.zukashi-sample__test { border-left: 4px solid #168574; background: #eaf7f3; padding: 12px 16px; font-size: 14px; }
.zukashi-sample__intro { padding: 20px 0 28px; }
.zukashi-sample__intro img { width: 96px; height: 64px; object-fit: contain; }
.zukashi-sample h1 { font-size: 30px; line-height: 1.5; margin: 20px 0; }
.zukashi-sample h2 { font-size: 22px; margin: 0 0 16px; }
.zukashi-sample p, .zukashi-sample li { font-size: 16px; line-height: 1.9; }
.zukashi-sample__terms { border-top: 1px solid #dce2e3; border-bottom: 1px solid #dce2e3; padding: 28px 0; margin-bottom: 32px; }
.zukashi-sample__terms ul { padding-left: 24px; }
.zukashi-sample__terms li + li { margin-top: 8px; }
.zukashi-sample__form { display: grid; gap: 12px; }
.zukashi-sample__form > label { margin-top: 16px; font-weight: 700; }
.zukashi-sample__form label > span, .zukashi-sample legend > span { font-size: 13px; }
.zukashi-sample__form input:not([type=checkbox]):not([type=hidden]), .zukashi-sample textarea { width: 100%; min-width: 0; min-height: 48px; border: 1px solid #929da3; border-radius: 6px; background: #fff; padding: 12px; font: inherit; font-size: 16px; }
.zukashi-sample__form fieldset { border: 0; padding: 20px 0; margin: 12px 0 0; min-width: 0; }
.zukashi-sample__check { display: flex; align-items: flex-start; gap: 12px; margin: 16px 0; }
.zukashi-sample__check input { flex: 0 0 20px; width: 20px; height: 20px; margin-top: 4px; }
.zukashi-sample__check > span { font-size: 15px !important; line-height: 1.8; }
.zukashi-sample__form button { justify-self: start; min-height: 48px; border: 0; border-radius: 6px; background: #176958; color: white; padding: 12px 24px; font-size: 16px; font-weight: 700; cursor: pointer; }
.zukashi-sample :focus-visible { outline: 3px solid #16769c; outline-offset: 3px; }
.zukashi-sample__form button:disabled { opacity: .6; cursor: wait; }
.zukashi-sample__trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.zukashi-sample__error { border-left: 4px solid #af2844; background: #fff0f3; padding: 16px; margin-bottom: 24px; }
.zukashi-sample__notice { border-top: 2px solid #168574; padding: 24px 0; }
.zukashi-sample__previews { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.zukashi-sample__previews img { width: 100%; height: 120px; object-fit: contain; background: #e2e5e6; border-radius: 6px; }
.zukashi-sample__material { max-width: 150px; height: 120px; object-fit: contain; background: #e2e5e6; }
@media (max-width: 600px) { .zukashi-sample { padding: 20px 16px; } .zukashi-sample h1 { font-size: 24px; } .zukashi-sample__form button { width: 100%; } }
