/* =========================================
   WordPress・Cocoon 枠リセット
   ========================================= */
.content { margin-top: 0 !important; }
.main { padding: 0 !important; }
.entry-content { margin-top: 0 !important; }

.wrap {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

/* 📦 下のコンテンツエリア（最大幅1400px・中央寄せ） */
.maincontainer {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 4%; /* 左右の余白 */
  box-sizing: border-box;
	position:relative;
	z-index:2;
}

/* =========================================
   PPページ
   ========================================= */
.pp-ttl {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size:30px;
	color: #FE6564;
	margin-top:5%;
	margin-bottom:2%;
}
.pp-txt p {
    font-family: "Zen Maru Gothic", sans-serif;
    text-indent: 1em;
    text-align: justify;
    margin-bottom: 1em; /* 必要に応じて段落間の余白を設定 */
}