/*
Theme Name: Swell Child
Template: swell
*/

@charset "UTF-8";

/*****************/

/* セクション全体の縦パディングを短く */
.about-section {
  padding: 40px 20px;
  background-color: #f9f9f9;
}

/* コンテンツブロックのパディングを短く */
.about-content {
  flex: 1 1 50%;
  padding: 20px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* 見出し風スタイル（div 用） */
.about-content .section-title {
  font-size: 28px;       /* 小さめに調整 */
  font-weight: bold;
  margin: 0 0 15px;      /* 下マージン短く */
  color: #222;
  line-height: 1.2;
}

/* テキスト間の余白を少し詰める */
.about-content .main-text {
  margin-bottom: 10px;
}
.about-content .sub-text {
  margin-bottom: 20px;
}


/******************************/

/* 固定ページIDが 2（適宜変更） */
.page-id-2 .l-content {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
}

.page-id-2 .l-container {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
}

#main_content ,
#main_content .post_content{
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 100% !important;
}

.l-header {
  background-color: transparent !important;
}