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


:root {
	--color-CF7-caution: #ee2525;
	--color-CF7-white: #fff;
	--color-CF7-grey: #949494;
}

.font-mincho {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
}

.ltg-slide-inner::before {
	content:url(https://sanko-shogi.co.jp/wp-content/uploads/2025/10/logo-highglow.png);
	position:absolute;
	z-index:2;
	bottom:20px;
	left:50%;
	transform: translateX(-50%);
	box-sizing:border-box;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.max-w-600 {
	max-width: 600px;
}

.CF7_btn {
	margin-top: 20px;
}

.CF7_content table th .CF7_req,
.CF7_content table th .CF7_unreq {
	margin-right: 12px;
	padding: 5px 10px;
	color: var(--color-CF7-white);
	border-radius: 10px;
}

.CF7_content table th .CF7_req {
	background: var(--color-CF7-caution);
}

.CF7_content table th .CF7_unreq {
	background: var(--color-CF7-grey);
}