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

/*/ サイト全体　文字色 /*/
body {color:#333;}

/*/ オリジナルh2タイトルの装飾 /*/
/*  一時的に無効にしています　2025/01/26　上野
.c-title-level2 {
	padding: 0.5em 10px;
 	font-weight: 900;
 	text-shadow: 
	1px 1px 1px #333,
	-1px -1px 1px #333,
	-1px 1px 1px #333,
	1px -1px 1px #333;
	letter-spacing: .35em !important;
}
.c-title-level2::first-letter{
	font-size: 2.5em;
	font-weight: bold;
	color: #0a965b;
	text-shadow: none;
}
.c-title-level2--white{
		color:#fff;
}
*/
.c-title-level2--blue{
		color:#f0f9ff!important
}
.c-title-level2--orange{
		color:#f5ac92!important
}

/*/ オリジナルh3タイトルの装飾 /*/
.c-title-level3--vl {
	display: inline-block;
}
.c-title-level3--vl::before {
	content: "";
	width: 2px;
	height: 40px;
	background: black;
	margin: 0 auto 10px;
	display: block;
}
.c-title-level3--ribbon {
  position: relative;
  background: #e3d3e5;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 2px #fff;
  padding: 0.2em 0.5em;
  color: #454545;
}
.c-title-level3--ribbon::before {
  position: absolute;
  content: '';
  left: -7px;
  top: -7px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #f0f9ff #f0f9ff #e3d3e5;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}



/*/ 使いまわしできるデザイン /*/
/* 全て角丸25px */
.u-radius {
	border-radius: 25px;
}
/* 右の上下のみ角丸25px */
.u-radius-r {
	border-radius: 0 25px 25px 0;
}
/* 左の上下のみ角丸25px　*/
.u-radius-l {
	border-radius: 25px 0 0 25px;
}
/* テキスト配置中央　*/
.u-textalign-c {
	text-align: center;
}
/* マージンで要素を中央配置 */
.u-m-rl-auto {
	margin-right: auto !important;
	margin-left: auto !important;
}
/* マージンで要素を下へ50px移動　*/
.u-m-t-b50 {
	margin-top:-50px !important;
}
/* モバイル時のみ有効　*/
/* テキスト配置 */
@media (max-width: 599px) {
.u-textalign-c-m {
	text-align: center;
}
}
/* テキスト改行 */
@media (max-width: 599px) {
.u-h2-text span {
  display: block !important;
}
}

/*/ 上に戻るボタンカスタマイズ /*/
.page_top_btn {
	width: 60px;
	height: 60px;
	background-color: rgba(255, 0, 0, 0);
	background-image: url("https://lightning.yotsuba.unimind.co.jp/wp-content/uploads/2024/12/page_top_btn-1.png") !important;
	background-size:90%;
	background-repeat: no-repeat;
	background-position: center;
	box-shadow: none;
}
/*/ スマホフッタ画像 /*/
@media (max-width: 676px) {
.site-footer {
    background-color: #f0f9ff;
    background-image: url("https://lightning.yotsuba.unimind.co.jp/wp-content/uploads/2025/04/change_sp_footer_bg-750-1344.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	}
}