@charset "utf-8";

/*
Theme Name: CHIBA INNOVATION CROSSING
Description: CHIBA INNOVATION CROSSING用テーマ
Version: 1.0
*/


* ===== WordPressブロックエディタ用 ===== */
.editor-styles-wrapper {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  color: #333;
  font-size: 16px;
}

/* 見出し */
.editor-styles-wrapper h2 {
  font-size: 1.6em;
  margin: 1.5em 0 0.8em;
  padding-left: 8px;
  border-left: 4px solid #008040;
}

.editor-styles-wrapper h3 {
  font-size: 1.3em;
  margin: 1.2em 0 0.6em;
  font-weight: 600;
}

.editor-styles-wrapper h4 {
  font-size: 1.1em;
  margin: 1em 0 0.5em;
  font-weight: 600;
}

/* 段落・リンク */
.editor-styles-wrapper p {
  margin: 0 0 1em;
}

.editor-styles-wrapper a {
  color: #008040;
  text-decoration: underline;
}

/* リスト */
.editor-styles-wrapper ul,
.editor-styles-wrapper ol {
  margin: 0 0 1em 1.5em;
  padding: 0;
}

.editor-styles-wrapper li {
  margin-bottom: 0.3em;
}

/* 画像 */
.editor-styles-wrapper img {
  max-width: 100%;
  height: auto;
}

/* 引用 */
.editor-styles-wrapper blockquote {
  border-left: 3px solid #ccc;
  margin: 1.5em 0;
  padding-left: 1em;
  color: #666;
  font-style: italic;
}

/* テーブル */
.editor-styles-wrapper table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1.5em;
}

.editor-styles-wrapper th,
.editor-styles-wrapper td {
  border: 1px solid #ddd;
  padding: 0.6em;
  text-align: left;
}




.events-detail__desc ul{
    margin-left: 25px;
}

.events-detail__desc ul li{
	list-style: disc;
}

.events-detail__desc ol{
    margin-left: 25px;
}

.events-detail__desc ol li{
	list-style: auto;
}