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

h2 {
	border-bottom: solid 3px #e4aa37;
	position: relative;
}
h2:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #cd3b2b;
	bottom: -3px;
	width: 20%;
}
h2.has-text-align-center {
    text-align: center;
    width: 50%;
    margin: 5rem auto 3rem;
}
@media screen and (max-width:768px) {
h2.has-text-align-center {
    width: 100%;
}
	}
.wp-block-heading img {
    vertical-align: -0.3em;
    margin-right: 0.3em;
}

/*ContactForm7カスタマイズ*/
table.CF7_table{
	width:80%;
	margin:0 auto;
}

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 th,td{
	border: 0!important;
}

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

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

.CF7_table p{
	margin-bottom:0;
	}

.wpcf7 .yoyaku h6{
	font-size:12px;
	color:#666666;
	}

.wpcf7 textarea[name="textarea-617"] {
height: 40px !important;
}
.wpcf7 textarea[name="textarea-901"] {
height: 40px !important;
}

#wpcf7-f25-p133-o1 select {
    display: inline;
    width: 60px;
    height: 30px;
    margin: 0px 5px 15px 8px;
    padding: 4px;
}

.yoyaku .wpcf7-not-valid-tip {
  position: absolute;
  top: 100%;
  left: 0;
  white-space: nowrap;
  font-size: 10px;
  color: red;
  margin-top: 2px;
}
/* タイトル列 */
@media screen and (min-width: 768px){
	.CF7_table th{
	width:25%;/*横幅*/
	background-color:#f0f0f0;
	text-align: left;
	}
}

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

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
	border:0;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	margin:0 auto;
	width: 500px;
    height: 60px;
	border-radius: 100px;
	background-color:#00d084;
}

@media screen and (max-width:768px) {
.wpcf7 input.wpcf7-submit {
	width: 100%;
	height: 50px;
}
}

.CF7_btn{
	text-align:center;
	margin-top:20px;
	margin-bottom:40px;
}
.wpcf7 input.wpcf7-submit:hover {
  background-color: #fff!important;
  color: #00d084!important;
	border: 1px solid #00d084!important;
}
.wpcf7-spinner{
	width:0;
	margin:0;
}