/*
Theme Name: Lightning Child
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.5.1
*/

/*問い合わせフォームに必須マーク付ける*/
.smf-item__label__text {
    position: relative;
}
.smf-item:has([data-validations~="required"]) .smf-item__label__text::after {
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  width: 40px;
  height: 23px;
  border-radius: 4px;
  content: "必須";
  font-size: 12px;
  color: #fff;
  background: #ff0000;
}

/*理念ページ*/
p.heading01,
p.heading02{
	font-family: serif;
	position: relative;
	padding-top: 20px;
	padding-left: 30px;
	font-size: 26px;
	z-index: 5;
	border:none;
	margin-bottom: 0;
}

p.heading01 span {
	position: relative;
	z-index: 7;
}

p.heading01::before,
p.heading02::before {
	content: attr(data-en);
	position: absolute;
	transform: rotate(-5deg);
	top: -10px;
	left: 0;
	font-size: 50px;
	font-weight: 400;
	font-family: luxus-brut, cursive;
	font-style: italic;
}
p.heading01::before{
	color:#9dbcf794;
}
p.heading02::before{
	color:#58b39894;
}

