@charset "UTF-8";
/* CSS Document */

/*
 * プロジェクト本文用CSS
 * プロジェクト編集画面、プロジェクトページで使用する
 */

.editor-content {
  min-height: 100%;
}

.editor-content > div {
  border: 0;
  outline: 0;
  min-height: 100%;
  padding: 20px 20px 180px 20px;
}

.project-content {
  line-height: 1.8;
}

.project-content p {
  color: #333;
  font-size: 16px;
  margin-bottom: 15px;
  min-height: 28px;
}

.project-content strong {
  font-weight: bold;
}

.project-content h1 {
  background: #333;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 4px 8px;
  text-align: center;
}

.project-content h2 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 16px;
}

.project-content h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 12px;
}

.project-content h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}

.project-content h1:not(:first-child),
.project-content h2:not(:first-child),
.project-content h3:not(:first-child),
.project-content h4:not(:first-child) {
  margin-top: 24px;
}

img.detail-image {
  max-width: 100%;
}
