
.feature-register{--reading-line:color-mix(in srgb,currentColor 18%,transparent);--reading-wash:color-mix(in srgb,currentColor 5%,transparent);grid-column:1/-1;width:min(1160px,calc(100% - 32px));max-width:100%;margin-inline:auto;padding:clamp(28px,5vw,58px) clamp(14px,3vw,32px);background:Canvas;color:CanvasText;font-family:inherit}
.feature-register,.feature-register *{box-sizing:border-box}
.feature-register .feature-register-label{margin:0 0 18px;color:inherit;font-family:inherit;font-size:clamp(24px,3vw,38px);font-style:normal;font-weight:inherit;letter-spacing:0;line-height:1.12}
.feature-register .feature-register-list{min-width:0}
.feature-register .feature-entry{color:inherit;text-decoration:none}
.feature-register .feature-title{min-width:0;overflow-wrap:anywhere;font-family:inherit;font-size:18px;font-weight:700;letter-spacing:0;line-height:1.35}
.feature-register .feature-date,.feature-register .feature-number{font-family:inherit;font-size:12px;letter-spacing:0;line-height:1.3;opacity:.62}
.feature-register .feature-entry:hover .feature-title{text-decoration:underline;text-underline-offset:3px}
.feature-register details{margin-top:10px;border-top:1px solid var(--reading-line)}
.feature-register summary{padding:14px 0 8px;cursor:pointer;font-family:inherit;font-size:14px;font-weight:700;letter-spacing:0}
.feature-register details .feature-register-list{padding-top:10px}
@media(max-width:720px){.feature-register{width:min(100% - 24px,1160px);padding-block:26px}.feature-register .feature-register-label{font-size:26px}}

.feature-register .feature-register-list{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(240px,.65fr);gap:10px}
.feature-register .feature-entry{display:grid;grid-template-columns:28px 1fr;gap:10px;padding:14px;border-bottom:1px solid var(--reading-line)}
.feature-register .feature-entry:first-child{position:relative;grid-row:span 3;display:flex;min-height:260px;flex-direction:column;justify-content:flex-end;padding:28px;background:var(--reading-wash);border:1px solid var(--reading-line);border-radius:6px;overflow:hidden}
.feature-register .feature-entry:first-child .feature-number{position:absolute;top:14px;right:14px;font-size:64px;font-weight:700;line-height:1;opacity:.08}
.feature-register .feature-entry:first-child .feature-title{font-size:28px;line-height:1.13}
.feature-register .feature-date{grid-column:2}
@media(max-width:700px){.feature-register .feature-register-list{grid-template-columns:1fr}.feature-register .feature-entry:first-child{grid-row:auto;min-height:190px}}
