/*
Theme Name: Lightning-c
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.5.1
*/

/*@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@600&display=swap');*/

.grecaptcha-badge {
  bottom: 80px !important; 
}


/*ロゴのサイズ*/
.site-header-logo img {
    max-height: 40px;
}
@media (max-width: 991.98px) {
  .site-header-logo img {
    max-height: 35px;
  }
}
/*ロゴのサイズ*/


img{
	vertical-align:top;
}

p.indent {
  text-indent: -1em;
  padding-left: 1em;
}


@media (min-width: 576px) {
	.pc-none,.sp-br {
		display: none !important;
	}
	.sp-none,.pc-br {
		display: block !important;
	}
	
}
@media (max-width: 575px) {
	.sp-none,.pc-br {
		display: none !important;
	}
	.pc-none,.sp-br {
		display: block !important;
	}	
}




/*ContactForm7カスタマイズ*/


.CF7_table p {
	margin-bottom: 0;
}

.CF7_table th {
	text-align: left;
}

table.CF7_table{
	width:80%;
	margin:0 auto;
	border: 3px solid #e5e5e5;
}

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

.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;
}



/* レスポンシブ */

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


/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
	background-color:#f79034;/* オレンジ*/
	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;
}

.form-box p {
    font-size: 16px;
    margin: 0;
}
.form-box {
    padding: 1em 1em 1em 0.5em;
    width: 95%;
    margin: 1em auto;
    border: double 5px #9E9E9E;
    background-color: #FFFFFF;
}