.profile-body {
  background: #f5f5f5;
  font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  color: #333;
}

/* 共通ボックス */
.profile-content-box {
  background: #fff;
  border: 2px solid #dcdcdc;
  padding: 40px 30px;
  margin: 40px 0;
}

/* メインタイトル */
.profile-main-title {
  text-align: center;
  font-size: 28px;
  color: #6c8a96;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

/* タイトル下ライン */
.profile-title-divider {
  width: 60%;
  height: 1px;
  background: #ccc;
  margin: 20px auto 30px;
}

/* 上段テキスト */
.profile-content-text {
  text-align: center;
  line-height: 2;
  font-size: 15px;
}

/* セクションヘッダー */
.profile-section-header {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

/* セクションタイトル */
.profile-section-title {
  font-size: 24px;
  color: #6c8a96;
  display: inline-block;
  margin-right: 20px;
}

/* サブタイトル */
.profile-section-subtitle {
  font-size: 16px;
  color: #555;
  display: inline-block;
}

/* 本文 */
.profile-section-text {
  line-height: 2;
  font-size: 15px;
}

/* レスポンシブ */
@media (max-width: 768px) {
  .profile-main-title {
    font-size: 22px;
  }

  .profile-section-title {
    display: block;
    margin-bottom: 5px;
  }

  .profile-section-subtitle {
    display: block;
  }
}