/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/


/* サービスセクションタイトル */
.service-title {
  border-left: 4px solid #aa4c8f;
  padding-left: 16px;
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  font-weight: 500;
}


/* H2 左ボーダーラインスタイル */
h2 {
  border-left: 4px solid #aa4c8f !important;
  border-bottom: none !important;
  border-top: none !important;
  border-right: none !important;
  padding-left: 16px;
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  font-weight: 500;
}

/* フォーム全体 */
.cf7__list {
  max-width: 700px;
  margin: 0 auto;
}

.cf7__list dt {
  margin-bottom: 8px;
  font-size: 15px;
}

.cf7__list dd {
  margin-bottom: 24px;
  margin-left: 0;
}

/* 任意バッジ */
.cf7__optional {
  background: #f4ebf3;
  color: #aa4c8f;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 4px;
  margin-right: 8px;
}

/* チェックボックスの間隔 */
.cf7__list .wpcf7-list-item {
  margin-bottom: 4px !important;
  display: block !important;
}



/* 梅アイコン使用 */
ul.wp-block-list li.ume-list {
  padding-left: 1.8em !important;
  background-image: url('https://xs935altlike.xsrv.jp/wp-content/uploads/2026/07/ume_icon_altlike-57ba6a.svg') !important;
  background-repeat: no-repeat !important;
  background-size: 1.1em !important;
  background-position: 0 0.2em !important;
  margin-bottom: 0.5em !important;
  list-style-type: none !important;
}