/* 相談欄の本文と同じ文字・配色で、情報共有前の契約を案内する。 */
body main .coletlab-nda-note {
 margin: 0 0 28px;
 padding: 20px 0;
 border-top: 1px solid #8798a04d;
 border-bottom: 1px solid #8798a04d;
 color: inherit;
 text-align: left;
}
body main .coletlab-nda-note h3 {
 margin: 0 0 8px;
 padding: 0;
 border: 0;
 color: inherit;
 font-family: inherit;
 font-size: 16px;
 font-weight: 600;
 line-height: 1.7;
 letter-spacing: normal;
}
body main .coletlab-nda-note p {
 margin: 0;
 color: inherit;
 font-family: inherit;
 font-size: 16px;
 font-weight: 400;
 line-height: 1.9;
 letter-spacing: normal;
 overflow-wrap: anywhere;
}
