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

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

/*/ オリジナルh2タイトルの装飾 /*/
.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--line-height{
	line-height:1.8em;
}
.c-title-level2::first-letter{
	font-size: 2.5em;
	font-weight: bold;
	color: var(--vk-color-primary);
	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;
}

/*/ 使いまわしできるデザイン /*/
/* 全て角丸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;
}

/*/ 配置 /*/
/* モバイル時のみ有効　テキスト配置　*/
@media (max-width: 599px) {
.u-textalign-c-m {
	text-align: center;
}
}
/* テキスト配置中央　*/
.u-textalign-c {
	text-align: center;
}
/* マージンで要素を中央配置 */
.u-m-rl-auto {
	margin-right: auto !important;
	margin-left: auto !important;
}

/*/ 上に戻るボタンカスタマイズ /*/
.page_top_btn {
	width: 60px;
	height: 60px;
	background-color: rgba(255, 0, 0, 0);
	background-image: url("../../uploads/2025/07/page-top-btn.png") !important;
	background-size: 90%;
	background-repeat: no-repeat;
	background-position: center;
	box-shadow: none;
}

/*/ スマホフッタ画像 /*/
@media (max-width: 676px) {
.site-footer {
	background-color: #c0dbed;
    background-image: url("../../uploads/2025/07/footer-bg-sp.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	}
}

/*.page-header {
    background-position:top center !important;
}*/

