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

/*
 * プロジェクト本文用CSS
 * プロジェクトページで使用する
 */

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

.project-content p {
  font-size: 16px;
  margin-bottom: 16px;
  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;
}

.project-content img {
  display: block;
  max-width: 100%;
}
