@charset "utf-8";
/*
Theme Name: Lightning Child
Theme URI: https://lightning.vektor-inc.co.jp/
Template: lightning
Description: Lightningは厳しい審査を通過したWordPress公式ディレクトリ登録テーマです。
Author: 株式会社ベクトル
Tags: 
Version: 0.1.2
*/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

:root{
	--en:"Lato", sans-serif;
	    --vk-line-height: 1.9em;
}

/* Contact Form7スマホ・タブレット用カスタマイズ */
@media(max-width:850px){
/* テーブルの見出しとフォーム */
table.inquiry th,table.inquiry td {
   display:block;
   padding:1em 0!important;
   width:100%;
   border:0;
}

/* 送信ボタン */
input.wpcf7-submit{
   margin-bottom:30px;
   width:100%;
}
}

/* 日付タグ上のテキストをPCとスマホで変更 */
@media(max-width:900px){
.pcdate{
   display: none;
}
}
@media(min-width:1000px){
.spdate{
   display: none;
}
/* 日付タグの幅を調整 */
.wpcf7-date.dateform{
   width: 25%;
}
}

/* Contact Form7全体カスタマイズ */

/* 自動入力されるPタグを無効にする */
.inquiry p {
   display: inline;
}

/*テーブル下に余白.枠線・テキストの行間 */
table.inquiry {
   margin-bottom: 30px;
   border:solid 1px #d7d7d7;
   line-height:1.2;
   vertical-align:middle;
}

/* テーブルの行 */
.inquiry tr {
   border:0!important;
}

/* テーブルの見出し側 */
.inquiry th{
   text-align:left;
   font-size:14px;
   color:#444;
   padding:1em 0.5em;
   width:0;
   background:#efefef;
   border:solid 1px #d7d7d7;
   white-space: nowrap;
}

/* 必須と任意タグ */
.inquiry th > p > span{
   font-size:13px;
   padding:5px;
   color:#fff;
   border-radius:2px;
   margin-right:5px;
   font-weight:normal;
   border-radius: 6px;
}

/* 任意タグの背景カラー */
.haveto{
   background-color:#ff9393;
}
.any{
	background-color:#999;
}

/* テーブルフォーム側 */
.inquiry td{
   font-size:13px;
   border:solid 1px #d7d7d7;	
}

/* 入力エリア幅最大 */
.wpcf7-form-control {
   width: 100%;
}

/* フォーム幅 */
@media (min-width: 992px) {
.wpcf7-form table.inquiry{width:90% !important; margin: 0 auto;}
}

/* フォーム入力欄の余白・背景カラー・枠線消す指定 */
.inquiry input,.inquiry select,.inquiry textarea {
   margin: 5px 0;
   background:#eff1f5;
   border: none;
   padding:0.7em;
}
.inquiry textarea {
   padding-bottom:10em;
}

/* チェックボックスとラジオボタンの位置調整 */
.wpcf7-list-item-label,.wpcf7-checkbox,input[type=checkbox],input[type=radio]{
   vertical-align:middle;
}
.wpcf7-list-item-label{
   padding:0 5px 0 2px;
}
/*ラジオボタンを縦並び指定*/
.verticallist{
   display:inline-grid;
}

/* 送信ボタンのデザイン */
.wpcf7-submit{
   display: block;
   margin:10px auto;
   padding:1em 0;
   width:80%;
   background:#09b555;
   color:#fff;
   font-size:18px;
   font-weight:bold;	 
   border-radius:4px;
   border: none;
}

/* 送信ボタンマウスホバー時 */
.wpcf7-submit:hover{
   opacity: 0.9;
   transition: 0.3s;
}

/* フォーム上部に表示されるエラーメッセージを非表示 */
.screen-reader-response {
    display: none;
}

/* フォーム内エラーメッセージを赤色に指定 */
.wpcf7-not-valid-tip {
    color: #e92323;
}

/* reCAPTCHAの保護マークの非表示 */
.grecaptcha-badge { visibility: hidden; }

/*---Contact Form7カスタマイズここまで--*/





/*-------------------------------------------*/
/*	全体リンクのホバー設定
/*-------------------------------------------*/
a,a:hover{transition: .5s;}
a img {
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -ms-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
}
a:hover,a:hover img {
    opacity: 0.8;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    /* IE lt 8 */
    -ms-filter: “alpha(opacity=80)”;
    /* IE 8 */
}

.basebtn a i{
	color:#E60D1E!important;
}

/* 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;
	}
}

.side-border{
	position:relative;
	font-weight:500;
}
.side-border::after{
	content: '';
  display: inline-block;
  width: 75px;
  height: 1px;
 position:relative;
	top:-7px;
	margin-left:8px;
	background-color:#000;
}

.company-table table,.company-table th,.company-table td{
	border-left:none!important;
	border-right:none!important;
	border-color:#ccc!important;
}
.company-table th,.company-table td{
	padding:20px 13px!important;
}

/*-------------------------------------------*/
/*	ヘッダー
/*-------------------------------------------*/
#header-top .container,
#site-header-container.container{
	max-width:100%; min-width:1140px;
	}
.header-top ul>li>a, .header-top ul>li>span {/*ヘッダートップのTELの文字を大きく*/
    font-size: 16px;
	}

body:not(.header_scrolled) .site-header--trans--true .global-nav-list>li:before{
	border-bottom: 1px solid #E60D1E;
}
/*-------------------------------------------*/
/*	グローバルメニュー
/*-------------------------------------------*/
.global-nav-list>li .global-nav-name {
    font-size: 16px;
	}
.device-pc .global-nav-list>li>a {
    padding: 10px 3em; line-height:1.7;
}
#menu-item-4386 a{
	background-color:#000;
	color:#fff;
}
.site-header-logo img{
	max-height:35px;
}
/*-------------------------------------------*/
/*	Top
/*-------------------------------------------*/
.teaser{
	padding:0;
}
.teaser h2{
	font-size:50px;
}
.teaser p{
	font-size:20px;
}
.teaser_copy{
	padding:50px!important;
}
.section1_copy{
	font-size:54px;
}
.section1_copy .has-inline-color{
	font-size:72px;
}
.riyuu_box{
	position:relative;
}
.riyuu_number{
	width:75px;
	height:75px;
	text-align:center;
	font-size:13px;
	border-radius:50%;
	padding:15px 5px 10px;
	position:absolute;
	top:-38px;
	left:50%;
	transform: translateX(-50%);
}

.top_section_ic{
	width:150px;
	border-radius:3px;
	text-align:center;
	margin:auto;
	padding:5px;
}
.riyuu_box .wp-block-column {
position:relative !important;
}

.top_service_number{
list-style:none;
	padding:0 40px;
}
.top_service_number li{
	font-size:25px;
}
.top_service_number .has-inline-color {
font-family:var(--en);
}
.postListText_singleTermLabel_inner{
	border-radius:3px !important;
	padding:4px !important;
}
/*-------------------------------------------*/
/*	下層ページ
/*-------------------------------------------*/

h1.entry-title,h1.archive-header-title{
	font-size:24px;
	}
.tlBd,.widget-title.sub-section-title{
	border-left: solid 5px var(--vk-color-primary); padding-left:15px;
	}



.sv_title2{
	font-size:27px;
}
.sv_title2 .has-inline-color {
font-family:var(--en);
	font-size:32px;
	position:relative;
	top:1px;
}
.sv_list{
	display:flex;
	flex-wrap:wrap;
}
.sv_list li{
	width:50%;
}
.box{
	padding:20px;
}
/*-------------------------------------------*/
/*	フッター
/*-------------------------------------------*/

.site-footer ul li{
	line-height:1.8; margin-bottom:30px;
	}
.site-footer ul li span{
	font-size:14px!Important;
	}

.cta_ti{
	font-family:var(--en);
	font-size:57px;
}
.contact_btn a{
	    display: flex;
    flex-direction: column-reverse;
}
.contact_btn a i{
	color:#E60D1E;
}
.contact_btn .vk_button_link_caption{
	font-size:20px;
}
.contact_tel .vk_heading_title span{
	font-size:34px;
	font-family:var(--en);
}
.contact_tel h2{
	margin-bottom:0 !important;
}
.footer_link{
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	flex-basis:end;
	justify-content:end;
	margin-top:0!Important;
	
}
.footer_link li{
	padding-left:20px;
	margin-bottom:0!Important;
	margin-top:0!Important;
}
.left-padding10{
	padding-left:20px;
}
.site-footer-copyright{
	display:none;
}


/*-------------------------------------------*/
/*	モバイルメニュー/ハンバーガーボタンを丸く
/*-------------------------------------------*/

.vk-mobile-nav-menu-btn,
.vk-mobile-nav-menu-btn.menu-open,
.menu-toggle {
  width: 44px;             /* ボタン幅 */
  height: 44px;            /* ボタン高さ */
  border-radius: 50%;      /* 完全な丸形 */
  background-color: var(--vk-color-custom-2); /* 背景色：変更可 */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  }
div#vk-mobile-nav-menu-btn::after { /* 3本線アイコン */
  content: '\f0c9';
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 44px;
  width: 44px;
  text-align: center;
  text-indent: 0;
  }
div#vk-mobile-nav-menu-btn.menu-open::after {/* オープン後のアイコン */
        content: "\f00d";
    }
.vk-mobile-nav-menu-btn,.vk-mobile-nav-menu-btn.menu-open,
.vk-mobile-nav-menu-btn:hover,.vk-mobile-nav-menu-btn.menu-open:hover,
.menu-toggle:hover{/* デフォルトのボーダーと背景画像を削除 */
  border:none;
  background-image:none;
  }
.vk-mobile-nav-menu-btn:hover,
.menu-toggle:hover {/* ホバー・アクティブ時の色 */
  background-color: var(--vk-color-custom-2); 
  }
#vk-mobile-nav {/*モバイルメニュー背景色*/
        background-color: #f3f3f3;
    }
.vk-mobile-nav nav ul li a {/*モバイルメニューの文字設定*/
	font-weight:bold;
	font-size:16px;
	}

/* ============================================
   iOS Safari/Chrome 修正
   ============================================ */

/* Font Awesome 7対応: ハンバーガーメニューアイコン修正 */
div#vk-mobile-nav-menu-btn::after {
  font-family: "Font Awesome 7 Free" !important;
}

/* iOS Safari/Chrome: background-attachment:fixedの拡大表示バグを修正 */
@media (max-width: 991.98px) {
  .page-header {
    background-attachment: scroll !important;
    background-position: center center !important;
  }
}