@charset "UTF-8";.nt-guide{--bg-primary: #f5f6f9;--bg-secondary: #ffffff;--black-line: #eaeaea;--txt-color: #1a1a1a;--text-secondary: #686868;--gray: #9a9a9a;--yellow-normal: #00c7b7;--yellow-dark: #00a99b;--yellow-weak: rgb(0 199 183 / 10%);--blue: #00b3a4;--blue-dark: #008d82;--link-color: var(--blue)}.guide-content{display:flex;flex-direction:column;gap:1rem;color:var(--txt-color)}.guide-content h2{margin-top:1.5rem;font-size:1.375rem;font-weight:700;font-feature-settings:"palt";line-height:1.5}.guide-content h3{margin-top:.75rem;padding-left:.625rem;font-size:1.125rem;font-weight:700;line-height:1.5;border-left:.25rem solid var(--yellow-normal)}.guide-content p{font-size:.9375rem;line-height:1.8;overflow-wrap:anywhere}.guide-content a{color:var(--link-color);text-decoration:underline}.guide-content a:hover{color:var(--blue-dark)}.guide-content ul,.guide-content ol{display:flex;flex-direction:column;gap:.375rem;padding-left:1.5rem;font-size:.9375rem;line-height:1.8}.guide-content ul{list-style:disc}.guide-content ol{list-style:decimal}.guide-content li>ul,.guide-content li>ol{margin-top:.375rem}.guide-note{display:flex;gap:.625rem;align-items:flex-start;padding:.875rem 1rem;border:1px solid var(--black-line);border-radius:.5rem}.guide-note__icon{flex-shrink:0;width:1.125rem;height:1.125rem;margin-top:.2rem}.guide-note__body{display:flex;flex:1;flex-direction:column;gap:.375rem}.guide-note__body p{font-size:.875rem;line-height:1.7}.guide-note--info{background:#00b3a40f;border-color:#00b3a44d}.guide-note--info .guide-note__icon{color:var(--yellow-dark)}.guide-note--warning{background:#e0356f0f;border-color:#e0356f4d}.guide-note--warning .guide-note__icon{color:#e0356f}.guide-figure{margin:.5rem 0}.guide-figure__image{width:100%;max-width:100%;height:auto;overflow:hidden;border:1px solid var(--black-line);border-radius:.75rem}.guide-figure__caption{margin-top:.5rem;font-size:.8125rem;color:var(--text-secondary);text-align:center}.guide-figure--ios,.guide-figure--android{max-width:320px;margin-right:auto;margin-left:auto}.guide-cta{display:inline-flex;gap:.375rem;align-items:center;align-self:flex-start;padding:.625rem 1.25rem;font-size:.875rem;font-weight:700;color:#fff;text-decoration:none;background:var(--yellow-normal);border-radius:9999px;transition:background-color .15s ease}.guide-cta:hover{background:var(--yellow-dark)}.guide-cta__icon{width:1rem;height:1rem}.guide-related{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--black-line)}.guide-related__heading{margin-bottom:.75rem;font-size:1rem;font-weight:700}.guide-related ul{display:flex;flex-direction:column;gap:.5rem;padding-left:0;list-style:none}.guide-related__link{display:flex;gap:.75rem;align-items:center;padding:.75rem 1rem;text-decoration:none;background:var(--bg-secondary);border:1px solid var(--black-line);border-radius:.5rem;transition:border-color .15s ease}.guide-related__link:hover{border-color:var(--yellow-normal)}.guide-related__title{font-size:.875rem;font-weight:600;color:var(--txt-color)}.guide-related__description{display:none}.guide-related__icon{flex-shrink:0;width:1rem;height:1rem;margin-left:auto;color:var(--text-secondary)}.guide-editor-content{min-height:280px;display:block}.guide-editor-content>*+*{margin-top:.75rem}.guide-editor-content p.is-editor-empty:first-child:before{content:"本文を入力…";float:left;height:0;color:var(--gray);pointer-events:none}.guide-support-link{display:flex;flex:1;gap:.75rem;align-items:center;padding:.875rem 1rem;font-size:.875rem;font-weight:600;color:var(--txt-color);text-decoration:none;background:var(--bg-secondary);border:1px solid var(--black-line);border-radius:.5rem;transition:border-color .15s ease}.guide-support-link svg:first-child{color:var(--yellow-normal)}.guide-support-link:hover{border-color:var(--yellow-normal)}
