@charset "utf-8";
/*
Theme Name: Lightning Child
Template: lightning
Author:アートフレア株式会社
Version: 1.2
*/
/* 標準データ最終更新日：2025/04/14  */


/*
 * WEBフォントの読み込み（@import url('https://fonts～'); ）はHeader.phpで行う
*/


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  General　全体的な設定
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* :root設定、bodyへの上書き、カラー変数設定など */
h2 {
    font-size: 2.4rem;
}
h3 {
    font-size: 1.75rem;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Common 汎用パーツ系
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 繰り返しボタン・見出し、余白設計など 汎用パーツへの上書き */
.contact_box{
	padding:30px;
}
.fz20{
	font-size:20px;
}
.fz40{
	font-size:35px;
}
.fz40 strong{
	font-size:50px;
}
.contact_cp1{
	font-size:50px;
}
.contact_cp2{
	border:solid 3px var(--wp--preset--color--vivid-red) !important;
	border-radius:50px;
	padding:7px 20px!important;
	display:inline-block;
	font-size:20px;
}
.contact_tel a{
	display:flex;
	flex-wrap:wrap;
	 flex-direction: column-reverse; 
	justify-content:center;
}
.contact_tel .vk_button_link_txt{
	font-size:41px;
	font-weight:600;
}
.contact_tel i{
	font-size:30px;
	position:relative;
	top:4px;
}

/* Mediaとテキスト */
.wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content {
    padding-right: 0;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-left: 0;
}

@media (max-width: 768px) {
	.wp-block-media-text .wp-block-media-text__content {
		padding:0;
		margin-top:1em;
	}
}



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Header ヘッダーまわり
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ヘッダー固定 */
body  {
	overflow-x: unset !important;
    display: flex;
    flex-direction: column;
}
.device-pc #site-header {
    position: sticky;
    top: 0;
}
.logged-in.device-pc #site-header {
    top: 32px;
}
#site-header-container .site-header-logo{
	padding-top:0px;
}
/* グローバルナビ */
.global-nav-list>li>a {
	transition: .3s;
	border-bottom: 3px solid transparent;
}
.global-nav-list>li>a:hover,
.global-nav-list>li.current-menu-item>a {
    color: var(--vk-color-custom-1);
    border-bottom: 3px solid var(--vk-color-custom-1);
}
.site-header-sub{
	display:none;
}
.header_nav_search_container{
	padding:0;
}
.header_btn_outer{
	margin-top:20px;
	margin-bottom:15px;
}
.header_btn a{
		display:flex;
	flex-wrap:wrap;
	 flex-direction: column-reverse; 
	justify-content:center;
}

.header_btn1 .vk_button_link_subCaption{
	color:#ff0000
}
.header_btn1 .vk_button_link_txt{
	font-size:27px;
}
.header_btn1 i{
	position:relative;
	top:2px;
}
.header_btn2 a{
	padding-bottom:17px !important;
}
.header_btn2 .vk_button_link_subCaption{
	color:#E5FF1A
}
.header_btn2 .vk_button_link_txt{
	font-size:23px;
}
#menu-item-5015 a .global-nav-name{
	color:#ff0000;
	font-size:18px;
}


/* .site-header--layout--sub-active .site-header-logo{
	position:relative;
	z-index:99;
}
 */
.header_link{
		margin:0 !important;
}
.header_link a{
	opacity:0;
	position:absolute;
	top:0;
	left:-10px;
	width:312px;
	height:95px;
	display:block;
	margin:0 !important;
	z-index:9;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Footer フッターまわり
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* フッターウィジェット、フッターロゴ、コピーライト */



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Toppage トップページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */
.copy1{
	    font-size: 2.55rem;
    text-shadow: -3px -3px 0 #fff, 0px -3px 0 #fff, 3px -3px 0 #fff, -3px 0px 0 #fff, 3px 0px 0 #fff, -3px 3px 0 #fff, 0px 3px 0 #fff, 3px 3px 0 #fff;
    width: 880px;
    position: absolute;
}
.copy2{
	text-shadow: -3px -3px 0 #fff, 0px -3px 0 #fff, 3px -3px 0 #fff, -3px 0px 0 #fff, 3px 0px 0 #fff, -3px 3px 0 #fff, 0px 3px 0 #fff, 3px 3px 0 #fff;
	margin-top:150px;
}
.copy3{
text-shadow: -3px -3px 0 #fff, 0px -3px 0 #fff, 3px -3px 0 #fff, -3px 0px 0 #fff, 3px 0px 0 #fff, -3px 3px 0 #fff, 0px 3px 0 #fff, 3px 3px 0 #fff;
	font-size:26px;
}
.copy3 .has-inline-color {
	font-size:3.5rem;
}
.fz20b{
	font-size:25px;
	text-shadow: -3px -3px 0 #fff, 0px -3px 0 #fff, 3px -3px 0 #fff, -3px 0px 0 #fff, 3px 0px 0 #fff, -3px 3px 0 #fff, 0px 3px 0 #fff, 3px 3px 0 #fff;
}
.fz18{
	font-size:18px;
	text-shadow: -3px -3px 0 #fff, 0px -3px 0 #fff, 3px -3px 0 #fff, -3px 0px 0 #fff, 3px 0px 0 #fff, -3px 3px 0 #fff, 0px 3px 0 #fff, 3px 3px 0 #fff;
}
.mondai_check{
	padding:30px !important;
	display:flex;
	flex-wrap:wrap;
	padding-left:60px !important;
}
.mondai_check li{
	width:50%;
	padding-right:50px !important;
	font-size:18px
}
ul.is-style-vk-check-square-mark li::before{
	left:-1.7em !important;
}
.mondai_check2 li::before{
	 content: '' !important;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../../../wp-content/uploads/check2.png);
  background-size: contain;
  vertical-align: middle;
	background-repeat:no-repeat;
	position:relative;
	top:3px;
	margin-right:4px;
}

.point_ic2{
	padding:8px 20px;
	border-radius:70px;
	width:160px;
	text-align:center;
}


.arrow_txt{
	font-size:20px;
}

.red-big{
	font-size:50px;
}
.red-big .has-inline-color {
	font-size:70px;
}
.mezu_txt{
	height:100%;
	font-size:22px;
}
.pont_txt p{
	font-size:20px;
	padding:20px !important;
}

.vk_borderBox_title{
	
	font-size:27px !important;
}
.vk_borderBox_title_container{
		text-align:center 
}

.fit-content{
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
	border:solid 1px #ddd;
	padding-left:60px !important;
}

.yakusoku_box img{
object-fit:cover;
width:100%;
	aspect-ratio: 4 / 3;
}

.price{
	font-size:18px;
}
.price strong{
	font-size:29px;
}
.price_box{
	padding:25px;
	height:100%;
}
.riyuu_ic{
	padding:10px !important;
	width:100px !important;
	margin:auto;
}
.book_list img{
	transition:0.3s;
	max-height:330px;
	width:auto;
	padding:15px!important;
}
.book_list img:hover{
opacity:0.7;}

.smf-item__description{
	display:none;
}

/* 資料請求 > ページタイトルサブテキスト */
.page-id-4734 .page-header-subtext{
    font-size: 1.2rem;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Pageheader, Breadcrumb 下層ページヘッダー・パンくずリスト
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 下層ページのページヘッダー、パンクズ設定 */



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Page 下層ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ページごと、パーツごとにコメントアウトで注釈を入れてください。 */

/* 会社概要 */

/* 会社概要　＞　代表あいさつ */


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Archive　ブログ一覧ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Single　ブログ詳細ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  その他・追加機能
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */


