
body {

/* 英語用フォント */
:lang(en) {
  font-family: "Helvetica Neue", Arial, sans-serif;
}

/* 日本語用フォント */
:lang(ja) {
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Sans", sans-serif;
}


  font-size: 16px;
  line-height: 1.4;
}

/* 見出し */
h1 { font-size: 2.0rem; font-weight: bold; }
h2 { font-size: 1.6rem; font-weight: bold; }
h3 { font-size: 1.3rem; font-weight: bold; }

/* 小さめの注記 */
.small {
  font-size: 0.6rem;
  color: #555;
}

.indent {
padding-left: 1.5rem;

}
.layout {
  display: flex;
  gap: 2rem;
}

/* 左カラム（メイン） */
.left {
  flex: 2;
}

/* 右カラム（サイド） */
.right {
  flex: 1;
  font-size: 0.9rem;
  color: #444;

}

