/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 20 2026 | 11:42:46 */
/* ===== ページID:2340 限定スタイル ===== */
/* ページ全体背景 */
.page-id-2340 {
  background-color: #f7f9fb;
}

/* コンテンツ幅を調整 */
.page-id-2340 .siteContent {
  max-width: 900px;
  margin: 0 auto;
}

/* 見出し */
.page-id-2340 h1 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 10px;
}

/* 説明文 */
.page-id-2340 p {
  text-align: center;
  color: #666;
  line-height: 1.8;
}

/* チェックポイント（✔部分） */
.page-id-2340 .survey-points {
  background: #ffffff;
  border-radius: 10px;
  padding: 20px;
  margin: 30px auto;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  text-align: left;
}

.page-id-2340 .survey-points p {
  text-align: left;
  margin: 5px 0;
  font-weight: 500;
}

/* フォームラッパー */
.page-id-2340 .survey-wrap {
  max-width: 800px;
  margin: 40px auto;
  padding: 10px;
}

/* iframeデザイン */
.page-id-2340 .survey-wrap iframe {
  width: 100%;
  height: 1200px;
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  background: #fff;
}

/* スマホ最適化 */
@media screen and (max-width: 768px) {
  .page-id-2340 h1 {
    font-size: 22px;
  }

  .page-id-2340 .survey-wrap iframe {
    height: 1400px;
  }
}