@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
*/

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

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



/*-------------------------------------------*/
/*	ヘッダー
/*-------------------------------------------*/
.header-top .header-top-description {
	display:none;
	}
.header-top {
    position: absolute;
    right: 0;
	}
#header-top .container,
#site-header-container.container{
	max-width:98%; min-width:1140px;
	}
.header-top {
	padding-bottom:10px;
	background-color:transparent; border:none;
	}
.header-top ul>li>a, .header-top ul>li>span {
    font-size: 13px; 
}
.header-top .header-top-contact-btn a.btn {
    font-size: 18px; background-color:#09C; padding:2px 10px; right:0;
}
.site-header .header-top nav {width:100%;}
.header-top ul>li {width:100%; text-align:right;
}
.site-header-logo {
        padding-top:.5rem;
        margin-bottom: .5rem;
    }
.site-header-logo img {
    max-height: 80px;
	}


/*-------------------------------------------*/
/*	グローバルメニュー
/*-------------------------------------------*/
#global-nav{ padding-top:30px;}
.header_scrolled #global-nav{ padding-top:0px;}
	
.global-nav-list>li .global-nav-name {
    font-size: 16px;
	}
.device-pc .global-nav-list>li>a {
    padding: 10px 3em; line-height:1.7;
	}
.global-nav-list>li:last-child i {
    font-size: 24px; 
	}
.global-nav-list>li:last-child a {
	color:#0C6;
	}

   
/*-------------------------------------------*/
/*	Top
/*-------------------------------------------*/



	
	
/*-------------------------------------------*/
/*	下層ページ
/*-------------------------------------------*/
.page-header-title, h1.page-header-title {
    font-size: 2.6rem; letter-spacing:5px;
	}

.tlBd{
	border-left: solid 5px var(--vk-color-primary); padding-left:15px;
	}

.vk_post .vk_post_title a {
    color: #31aa7c; font-size:1.2rem;
	}
h1.entry-title{
    color: #31aa7c; font-size:1.5rem;
	}
.widget_nav_menu>ul li{
    color: #31aa7c; font-size:1rem;
	}

/*form*/
table.tbr {border: 10px solid #eee;max-width: 900px; margin:auto;}

table.tbr th,table.tbr dt{ text-align:left; font-size:16px; }
.tbr th{ width:30%; position:relative;}
.tbr th,.tbr td{padding: 1.4em; border-left:none; border-right:none;}
.tbr th em{ font-size:13px; color:#999;}
.tbr td ul{ padding:0;}
.tbr td li{ list-style:none;}
.required-srt {
	position:absolute; right:5px;
    font-size: 0.8em!important; font-weight:normal;
    padding: 1px 5px!important;
    border-radius: 5px; margin-left:10px;
    background: #C66!important;
    color: #ffffff;
}
.required-srt.gray {
	background-color: #E7EDE7!important;
    color: #333;
}
.tbr select {
    padding: 0.8em 1em!important;
	}
input[type=submit] {
    font-size: 1.3rem; font-weight:bold; border:none; margin-top:20px;
	}
.privacy{
	height:150px; overflow: auto; font-size:14px;
	}




/*-------------------------------------------*/
/*	フッター
/*-------------------------------------------*/



/* table ------------------------------------------------------------------ */
.table1 td {
    border: 1px solid #ddd;
	}
.table1 th {
	background-color: #EEF3EB; color: #366 ;border: 1px solid #ddd; width:20%;
	}
table ul,table li,table ol { margin:0;}
table th,table td {
    padding: 1rem; line-height:1.7;font-size:1rem;
	}


/* Font ------------------------------------------------------------------ */
.fzSS  { font-size:  75%;}
.fzS   { font-size:  85%;}
.fzM   { font-size: 100%;}
.fzL   { font-size: 113%;}
.fzLL  { font-size: 150%;}
.fzLLL { font-size: 220%;}
	
/* Width ------------------------------------------------------------------ */
.w10    { width:10%;}
.w20    { width:20%;}
.w30    { width:30%;}
.w35    { width:35%;}
.w40    { width:40%;}
.w50    { width:50%;}
.w60    { width:60%;}
.w70    { width:70%;}
.w80    { width:80%;}
.w90    { width:90%;}
