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


/* Contact Form7 */
.contact7 {
	max-width: 100%;
	box-sizing: border-box;
}
.contact7 dd {
	margin: 0 0 30px 0;
	background-color:
}
.contact7 dt {
	font-weight: normal;
}
.contact7 dt p {
	margin-top:20px!important;
}
/* 必須マーク */
.contact7 .must {
	background: #b7282e;
}

/* 任意マーク */
.contact7 .optional {
	background: #999;
}

.contact7 .must,
.contact7 .optional {
	color: #FFF;
	border-radius: 3px;
	font-size: 10px;
	margin-left: 10px;
	padding: 5px 10px;
	letter-spacing: 2px;
}
.btn_contact7 {
	text-align: center;
}
.btn_contact7 input {
	width: 70%;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	color: #FFF;/* ボタンの文字の色 */
	background-color: #513900;/* ボタンの背景の色 */
	border: 1px solid #513900;/* ボタンの枠の色 */
}
.btn_contact7 input:hover {
	color: #513900; /* ボタンにマウスをのせた時の文字の色 */
	background-color: #FFF;/* ボタンにマウスをのせた時の背景の色 */

}
@media screen and (min-width: 768px) {
.contact7 dt {
	float: left;
	clear: left;
	width: 25%;
	padding: 5px 10px 5px 0;
	}
	
.contact7 dd {
	margin-left: 25%;
	}
}
@media screen and (max-width: 768px) {
.contact7 dd {
	margin-top: -20px;
	}
