@charset "UTF-8";

/* ---------------------------------------------------------------------------
   teikan.css
   出所: 旧 WPCode スニペット355「定款」[jaycee_teikan] の $css。
   内容は変更していない。
   --------------------------------------------------------------------------- */

/* ===== 定款セクション ===== */
.jaycee-teikan-wrap{
  width:100% !important;
  max-width:1100px !important;
  margin:0 auto !important;
}

/* Elementor等が混入する余計なp/br対策（崩れ防止） */
.jaycee-teikan-wrap p{
  margin:0 !important;
  margin-block-start:0 !important;
  margin-block-end:0 !important;
  padding:0 !important;
}
.jaycee-teikan-wrap p:empty{ display:none !important; }
.jaycee-teikan-wrap br{ display:none !important; }

/* 1グループ（カード） */
.jaycee-teikan-card{
  width:100% !important;
  background:#fff !important;
  border-radius:12px !important;
  box-shadow:0 8px 24px rgba(0,0,0,.06) !important;
  padding:44px 24px !important;
  margin:0 0 26px 0 !important;
}
.jaycee-teikan-card:last-child{ margin-bottom:0 !important; }

/* 見出し */
.jaycee-teikan-title{
  margin:0 !important;
  text-align:center !important;
  font-size:18px !important;
  font-weight:800 !important;
  color:#111 !important;
  letter-spacing:.04em !important;
}

/* 区切り線（中央） */
.jaycee-teikan-underline{
  width:180px !important;
  height:2px !important;
  margin:14px auto 0 !important;
  background:#0097D7 !important;
  border-radius:999px !important;
}

/* 本文 */
.jaycee-teikan-body{
  margin-top:28px !important;
  color:#111 !important;
  font-size:14px !important;
  line-height:2.0 !important;
  white-space:pre-wrap !important; /* テキストエリアの改行を保持 */
  word-break:break-word !important;
}

/* SP */
@media (max-width:767px){
  .jaycee-teikan-card{
    padding:34px 16px !important;
    margin-bottom:18px !important;
  }
  .jaycee-teikan-title{ font-size:16px !important; }
  .jaycee-teikan-underline{ width:160px !important; }
  .jaycee-teikan-body{ font-size:13px !important; line-height:1.95 !important; }
}
