@charset "utf-8";
/* CSS Document */
/* logue2026summer.css */
/* 色の設定を一括変更できます（初期は基礎ファイルと同一です）その他、更新時に個別cssや上書をする際に使用してください。*/
.dianalogue {
  --c-base: #404040;
  --c-00: #f1f3f4;
  --c-01: #eef9ff;
  --c-02: #128dca;
  --c-03: #fcefef;
  --c-04: #81c2e6;
  --c-05: #359fd4;
  
}
.dianalogue .dl-risk {
  padding-bottom: calc(clamp(15px,calc(30 / 650 * 100vw),30px) * var(--rate));
}
.dl-text--notes {
  margin-top:  calc(clamp(15px,calc(30 / 650 * 100vw),30px) * var(--rate));
  
}
.dl-text--notes span {
  --fs:22;
  text-decoration: underline;
  text-underline-offset: .3em;
}
