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

/*サイドバーのお問い合わせブロックを中央揃え*/
.sub-section--col--two .veu_contact .contact_txt{
	text-align:center!important;
}
.sub-section .veu_contact-layout-horizontal .contact_txt{
	float:none!important;
}
.sub-section .veu_contact-layout-horizontal .contact_bt{
	float:none!important;
}

/*フェードインアニメーション用*/
.fadein {
	opacity: 0;
	transform: translateY(8px);
	transition-property: transform, opacity;
	transition-duration: 1s;
	transition-delay: 0s;
}
.delay1 {
	transition-delay: 0.4s!important;
}
.delay2 {
	transition-delay: 0.8s!important;
}
.fadein.is-active {
	opacity: 1;
	transform: translateY(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: #FF1A00;
}

/* 任意マーク */
.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%;
	background-color: #ff902b;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid #ff902b;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;	
}
.btn_contact7 input:hover {
	background-color: #FFF;
	color: #ff902b; 
}
@media screen and (min-width: 768px) {
.contact7 dt {
	float: left;
	clear: left;
	width: 25%;
	padding: 5px 10px 5px 0;
	}
	
.contact7 dd {
	margin-left: 25%;
	}

.btn_contact7 input {
	width: 70%;
	background-color: #ff902b;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid #ff902b;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;	
}
.btn_contact7 input:hover {
	background-color: #FFF;
	border: 1px solid #cc7322;
	color: #cc7322; 
}
}
@media screen and (max-width: 768px) {
.contact7 dd {
	margin-top: -20px;
	}
}