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

/* Header margin0*/
.site-header-sub .widget_block {
 margin-bottom: 0;
}

/*ContactForm7カスタマイズ*/
table.CF7_table{
	width:90%;
	margin:0 auto;
	border: 3px solid #e5e5e5;
}

table.CF7_table tr{
	border-top: 1px solid #e5e5e5;
}

.CF7_table th{
	text-align: left;
}

.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table{
	display:table;
}

/*入力欄*/
.CF7_table input, .CF7_table textarea {
	border: 1px solid #d8d8d8;
}

.CF7_table ::placeholder {
	color:#797979;
}

/*「必須」文字*/
.CF7_req{
	font-size:.9em;
	padding: 5px;
	background: #f79034;/*オレンジ*/
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/*「任意」文字*/
.CF7_unreq{
	font-size:.9em;
	padding: 5px;
	background: #bdbdbd;/*グレー*/
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/* タイトル列 */
@media screen and (min-width: 768px){
	.CF7_table th{
	width:30%;/*横幅*/
	background-color:#f7fbff;/*ブルーグレー*/
	}
}

/* レスポンシブ */
@media screen and (max-width: 768px){
	table.CF7_table{
	width:95%;
	}
	.CF7_table tr, .CF7_table td, .CF7_table th{
	display: block;
	width: 100%;
	line-height:2.5em;
	}
	.CF7_table th{
	background-color:#ebedf5;
	text-align: center;
	}
}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
	background-color:#337AB7;
	border:0;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	margin:0 auto;
}

.CF7_btn{
	text-align:center;
	margin-top:20px;
}

.wpcf7-spinner{
	width:0;
	margin:0;
}

table.btn_info {
  width: 100%;
  margin-bottom: 20px;
  table-layout: fixed;
}

table.btn_info th {
  font-weight: bold;
  color: #ffffff;
  width: 40%;
  text-align: center;
}

table.btn_info td {
  background: #fff;
  overflow-wrap: break-word;
  width: 60%;
  text-align: center;
}

.bg-color_blue {
	background-color: #1996e3;
}
.bg-color_gold {
	background-color: #b19c26;
}

.border-color_blue {
  border: 1px solid #1996e3;
  border-collapse: separate;/*collapseから変更*/
  border-spacing: 0;
  border-radius: 6px;
}

.border-color_gold {
  border: 1px solid #b19c26;
  border-collapse: separate;/*collapseから変更*/
  border-spacing: 0;
  border-radius: 6px;
}
  
.btn-f12{
  font-size: 1.2rem;
}

@media screen and (max-width: 992px) {
  table.btn_info {
    margin-top: 1px;
  }
  table.btn_info th {
    display: block;
    width: auto;
  }
  table.btn_info td {
    display: block;
    width: auto;
  }
  .border-color_blue {
    border: 1px solid #1996e3;
    border-collapse: separate;/*collapseから変更*/
    border-spacing: 0;
    border-radius: 6px;
 }

 .border-color_gold {
    border: 1px solid #b19c26;
    border-collapse: separate;/*collapseから変更*/
    border-spacing: 0;
    border-radius: 6px;
 }
}

/* Mobile Menu */
.vk-mobile-nav-menu-btn {
  text-indent: 2px;
  font-size: 16px;
  padding-top: 26px;
  overflow: visible;
  border: none;
  background-position: top;
  height: 40px;
}
.vk-mobile-nav-menu-btn.menu-open {
  border: none;
}
.vk-mobile-nav {
  padding-top: 50px;
}

/*上に戻るボタンカスタマイズ*/
.page_top_btn {

/*ボタンの大きさ*/
width: 60px;
height: 58px;

/*ボーダーの種類と色*/
border: solid #fff;

/*ボタンの背景色*/
background:#1996e3;

/*ボタンの丸み*/
border-radius: 50%;

/*ボタンの中の画像（デフォルトのもの）*/
 background-image: var(--ver_page_top_button_url);

/*ボタンの中の画像サイズと位置など*/
background-size:50%;
background-repeat: no-repeat;
background-position: center;
/*シャドウ効果なし*/
 box-shadow: none;
}
