@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* ===================================================================
	file name: common.css
=================================================================== */

/* Contents
----------------------------------------

 * common           /*baselayout
 * header           /*header
 * footer           /*footer
 * parts            /*parts

---------------------------------------- */

/* =========================================================
 * common           /*baselayout
========================================================= */

@import url(https://fonts.googleapis.com/css?family=Nunito:200);
@import url(https://fonts.googleapis.com/css?family=Nunito:300);
@import url(https://fonts.googleapis.com/css?family=Nunito:400);
@import url(https://fonts.googleapis.com/css?family=Nunito:600);
@import url(https://fonts.googleapis.com/css?family=Nunito:700);
@import url(https://fonts.googleapis.com/css?family=Nunito:800);
@import url(https://fonts.googleapis.com/css?family=Nunito:900);

/*********************
 base
**********************/
body {
	/*font-family: 'Noto Sans Japanese', sans-serif;*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 13px;
	height:100% !important;
    overflow-x:hidden !important;
}

/* =========================================================
 * riset    /*reset
========================================================= */

blockquote,
body,
div,
dl,
dt,
dd,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
select,
span,
textarea,
td,
th,
ul { margin: 0px; padding: 0px; }

fieldset,img{border:0;}

h1,
h2,
h3,
h4,
h5,
h6 { font-size: 100%; font-weight: normal; }

ol,
ul,
ul li { list-style-type: none; }

img { border: none; vertical-align: bottom; }

table {	border-collapse: collapse; border-spacing: 0; }

caption, th { text-align:left; }

iframe { border: none;}

a:focus { outline: none;}

address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}

li img{
	line-height:0;
	font-size:0;
	vertical-align:top;
}

/* IE */
* html ul li dl,
* html ol li dl { display: inline; }

*:first-child+html ul li dl,
*:first-child+html ol li dl {display: inline; }

/* =========================================================
 * font         /*font
========================================================= */

/* size */
.Normal { font-weight: normal; }
.Bold   { font-weight: bold; }
.Italic { font-style: italic; }

.f09  { font-size: 75% !important; }  /* base 13px = 9px  */
.f10  { font-size: 77% !important; }  /* base 13px = 10px */
.f11  { font-size: 85% !important; }  /* base 13px = 11px */
.f12  { font-size: 93% !important; }  /* base 13px = 12px */
.f13  { font-size: 100% !important; } /* base 13px = 13px */
.f14  { font-size: 108% !important; } /* base 13px = 14px */
.f15  { font-size: 116% !important; } /* base 13px = 15px */
.f16  { font-size: 124% !important; } /* base 13px = 16px */
.f17  { font-size: 131% !important; } /* base 13px = 17px */
.f18  { font-size: 139% !important; } /* base 13px = 18px */
.f19  { font-size: 147% !important; } /* base 13px = 18px */
.f20  { font-size: 154% !important; } /* base 13px = 18px */

/* indent */
.hidetxt,
.hd {
  line-height: 150;
  overflow: hidden;
}

.hidetxt a,
.hd a {	overflow :	hidden; }

/* =========================================================
 * clearfix   /*clearfix
========================================================= */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {display: inline-block;}
/*\*/
* html .clearfix {height: 1%}
.clearfix {display:block;}
/**/

/* IE */
* html div.clearfix {height: 1%;}
*:first-child+html div.clearfix {height: 1%;}

.clear { clear: both; }

/* =========================================================
 * rollover
========================================================= */

.hover a:hover img {
opacity: .6;
-webkit-opacity: .6;
-moz-opacity: .6;
}

.hover a img {
-webkit-transition: opacity 0.5s ease-out;
-moz-transition: opacity 0.5s ease-out;
-ms-transition: opacity 0.5s ease-out;
transition: opacity 0.5s ease-out;
}



/* =========================================================
 * html5        /*html5
========================================================= */
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary,main{
display:block;
}
/* =========================================================
 * common
========================================================= */
article{
	width:100%;
	margin:0 auto;
}
section{
	width:100%;
	margin:0 auto;
}
.pc{
	display: block;
}
.sp{
	display: none;
}
@keyframes turn{
	0%{transform:rotateZ(0deg);}
	50%{transform:rotateZ(-20deg);}
	100%{transform:rotateZ(0deg);}
}
.turn{
	animation-name:turn;
	animation-duration:6s;
	animation-iteration-count: infinite;
}
@keyframes v-turn{
	0%{transform:rotateZ(10deg);}
	50%{transform:rotateZ(-10deg);}
	100%{transform:rotateZ(10deg);}
}
.v-turn{
	animation-name:v-turn;
	animation-duration:6s;
	animation-iteration-count: infinite;
}
@keyframes return{
	0%{transform:rotateZ(0deg);}
	50%{transform:rotateZ(20deg);}
	100%{transform:rotateZ(0deg);}
}
.return{
	animation-name:return;
	animation-duration:6s;
	animation-iteration-count: infinite;
}
@media screen and (max-width: 768px) {
	.turn,
	.v-turn,
	.return{
		animation-name: none;
	}
	img{
		max-width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	img{
		width: 100%;
	}
}
/* =========================================================
 * header
========================================================= */
header{
	width: 100%;
	position: fixed;
	z-index: 100;
	transition: all .3s ease-out;
	background-color: #fff;
}
header.scrolled{
	background-color: #fff;
}
header .inner{
	max-width: 1024px;
	margin: 0 auto;
	align-items:baseline;
	padding: 15px 0;
}

.bk a{
	color: #242424!important;
}

header h1{
	width:250px;
	/* width:300px; */
	/* height: 27.67px; */
	float: left;
	/* margin-top: 1px; */
}
header h1 a img{
	transition: all .3s ease-out;
}
header h1 a:hover img{
	opacity: .6;
}
header h1 img{
	width: 100%;
	height: auto;
}

header nav{
	float: right;
	display: flex;
	font-family: 'Nunito', sans-serif;
	align-items: center;
	font-size: 15px;
	width: 700px;
	justify-content: space-between;
	letter-spacing: 2px;
	position: relative;
	padding-top: 5px;
}
header nav > div{
	display: block;
	color: #242424;
	margin-top: 2px;
}
header nav div > a,
header nav div > p{
	transition: all .3s ease-out;
}
header nav div:hover > a,
header nav div:hover > p{
	opacity: .6;
}
header nav div.trigger{
	cursor: pointer;
}
header nav a{
	color: #fff;
	text-decoration: none;
}
header nav ul{
	position: absolute;
	top: 100%;
	z-index: 10;
	display: none;
}
header nav ul li{
	background-color: #242424;
	line-height: 1.0;
	font-size: 14px;
	border-bottom: 1px solid #fff;
	width: 300px;
}

header nav ul li img{
	width: 14px;
	margin-left: 1%;
	position: relative;
	top: -1.5px;
}

header nav ul li:last-child{
	border-bottom: none;
}
header nav ul li a{
	padding: 15px 10px;
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	transition: all .3s ease-out;
	position: relative;
}
header nav ul li a:after{
	content: '';
	position: absolute;
	transition: all .3s ease-out;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	right: 15px;
	top: 50%;
	margin-top: -6px;
}
header nav ul li a:hover{
	background-color: #666;
}
header nav > p,
header nav > dl{
	display: none;
}

@media screen and (max-width: 975px) {
	header{
		/*transition: none;*/
	}
	header .inner{
		display: block;
		max-width: 100%;
		height: 100%;
		padding: 10px 5%;
		position: relative;
	}
	.bk a {
		color: #fff!important;
	}
	header h1{
			width:260px;
			/* width:300px; */
			/* height: 27.67px; */
		float: left;
		/* margin-top: 4px; */
	}
	header h1 a img{
		transition: none;
	}
	header h1 a:hover img{
		opacity: 1;
	}
	header .menu{
		width: 34px;
		height: 34px;
		float: right;
		display: block;
	}
	header nav{
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		background-color: rgba(0,0,0,.93);
		padding: 35px 0 50px 0;
		overflow: hidden;
	}
	header nav .close{
		width: 34px;
		height: 34px;
		position: absolute;
		right: 5%;
		top: 10px;
		z-index: 20;
		display: block;
	}
	header nav > p,
	header nav > dl{
		display: block;
	}
	header nav > p:nth-of-type(1){
		margin-bottom: 5px;
	}
	header nav > div:not(.close),
	header nav > p{
		margin-left: 16%;
		margin-bottom: 20px;
	}
	header nav > div:last-child{
		margin-bottom: 0;
	}
	header nav div > a,
	header nav div > p{
		transition: none;
	}
	header nav div:hover > a,
	header nav div:hover > p,
	header nav > p:hover a{
		opacity: 1;
	}
	header nav div > a,
	header nav > p a{
		width: 100%;
		height: 100%;
	}
	header nav .trigger p,
	header nav div > a,
	header nav > p a{
		padding-left: 28px;
		position: relative;
	}
	/*header nav .trigger:after,*/
	header nav div > a:after,
	header nav > p a:after{
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 12px 17px 0 0;
		border-color: #fff transparent transparent transparent;
		left: 0;
		top: 50%;
		margin-top: -6px;
		position: absolute;
	}
	header nav div.trigger{
		cursor: none;
		color: #fff;
	}
	header nav .trigger:after{
		top: 0;
		margin-top: 6px;
	}
	header nav ul{
		position: inherit;
		top: inherit;
		display: block!important;
		margin-top: 10px;
	}
	header nav ul li{
		background-color: transparent;
		border-bottom: none;
		width: auto;
		/*display: inline-block;*/
		margin-top: 10px;
	}
	header nav ul li:last-child{
		border-bottom: none;
	}
	header nav ul li a{
		padding: 5px 0;
		transition: none;
		padding-left: 28px;
		display: inherit;
	}
	header nav ul li a:after{
		transition: none;
		border-top: none;
		border-right: none;
		transform: rotate(0);
		right: inherit;
		top: 50%;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 12px 17px 0 0;
		border-color: #fff transparent transparent transparent;
		left: 0;
		top: 50%;
		margin-top: -6px;
	}
	header nav ul li a:hover{
		background-color: transparent;
	}
	header nav > p{
		color: #fff;
	}
	header nav > dl dd{
		border: 1px solid #fff;
		max-width: 70%;
		margin: 0 auto;
		box-sizing: border-box;
	}
	header nav > dl dd:nth-of-type(1){
		background:#000;
		font-size: 15px;
		color: rgba(255,255,255,1.00);
		position: relative;
		padding: 10px 0;
		text-align: center;
		padding-left: 40px;
	}
	header nav > dl dd:nth-of-type(1):before{
		content: url(https://corp.earth-car.com/wp-content/themes/corp.earth-car.com/imgs/cmn/icon_01_pc.png);
		position: absolute;
		left: 30px;
	}
	header nav > dl dd:nth-of-type(2){
		font-size: 15px;
		color: rgba(255,255,255,1.00);
		position: relative;
		text-align: center;
		margin-top: 10px;
	}
	header nav > dl dd:nth-of-type(2) a{
		text-decoration: none;
		width: 100%;
		height: 100%;
		display: block;
		padding: 10px 0;
		padding-left: 30px;
		position: relative;
		box-sizing: border-box;
		max-width: 100%;
		width: 100%;
		background:#000;
		transition: all .3s ease-out;
	}
	header nav > dl dd:nth-of-type(2) a:hover{
		opacity: .8;
	}
	header nav > dl dd:nth-of-type(2) a:before{
		content: url(https://corp.earth-car.com/wp-content/themes/corp.earth-car.com/imgs/cmn/icon_02_pc.png);
		position: absolute;
		left: 30px;
		top: 10px;
	}
	header nav > dl dd:nth-of-type(3){
		font-size: 15px;
		color: rgba(255,255,255,1.00);
		position: relative;
		text-align: center;
		margin-top: 10px;
	}
	header nav > dl dd:nth-of-type(3) a{
		text-decoration: none;
		width: 100%;
		height: 100%;
		display: block;
		padding: 10px 0;
		padding-left: 30px;
		position: relative;
		box-sizing: border-box;
		max-width: 100%;
		width: 100%;
		background:#000;
		transition: all .3s ease-out;
	}
	header nav > dl dd:nth-of-type(3) a:hover{
		opacity: .8;
	}
	header nav > dl dd:nth-of-type(3) a:before{
		content: url(https://stg-corp.earth-car.com/wp-content/themes/corp.earth-car.com/imgs/cmn/icon_03_pc.png);
		position: absolute;
		left: 30px;
		top: 10px;
	}
	header .menu img,
	header .close img{
		max-width: 100%;
	}
}
@media screen and (max-width: 375px) {
		header h1{
			width:240px;
			/* width:260px; */
			float: left;
			/* margin-top: 2.25px; */
			margin-top: 3px;
		}
}
@media screen and (max-width: 320px) {
	header nav > dl dd:nth-of-type(1):before,
	header nav > dl dd:nth-of-type(2) a:before,
	header nav > dl dd:nth-of-type(3) a:before{
		left: 10px;
	}
}
@media only screen and (min-width: 568px) and (max-width: 736px) {
	header.active{
		height: 100%;
	}
	header.active .inner{
		overflow-y: scroll;
		height: 100%;
	}
}
/* =========================================================
 * footer
========================================================= */
footer{
	/* background: #a6a6a6; */
	background: #f2f2f2;
	padding-top: 60px;
}

footer .inner{
	max-width: 1024px;
	margin: 0 auto;
}

footer .inner_foot{
	max-width:1024px;
	margin:0 auto;
	display: flex;
	/* justify-content: space-between; */
}

.inner_foot a{
	/* color: rgba(255,255,255,1.00); */
	color: #70757a;
	text-decoration: none;
}
.inner_foot a:hover{
	text-decoration: underline;
}

.inner_foot dl.foot_cont dt{
	font-size: 18px;
	/* color: rgba(255,255,255,1.00); */
	color: #70757a;
	border-bottom: 1px solid #dadce0;
	letter-spacing: 2px;
	margin-bottom: 15px;
}

.inner_foot dl.foot_cont dd{
	position: relative;
	font-size: 13px;
	padding-left: 13px;
	/* color: #fff; */
	color: #70757a;
}

.inner_foot dl:nth-child(2){
	margin-left: 80px;
	/* margin-left: 160px; */
	width: 25%;
}
.inner_foot dl:nth-child(3){
	margin-left: 30px;
	width: 30%;
}
.inner_foot dl:nth-child(4){
	margin-left: 30px;
	width: 25%;
}
.first {
	width: 35%
}

.inner_foot dl.foot_cont dd:before{
	content: ">";
	position: absolute;
	left: 0 ;
	top: -1px;
	font-size: 13px;
	/* color: rgba(255,255,255,1.00); */
	color: #70757a;
}

.img_foot{
	position: relative;
	padding-bottom: 25px !important;
	padding-top: 5px !important;
}

.img_foot:before{
	content:none !important;
}

.first dt{
	text-align: left;
	margin-bottom: 60px;
	width: 120px;
}

.c_name{
	font-size: 13px;
	line-height: 1.5;
	text-align: left;
	/* color: rgba(255,255,255,1.00); */
	color: #70757a;
}

.tel{
	background:#000;
	font-size: 15px;
	color: rgba(255,255,255,1.00);
	position: relative;
	padding: 10px 0;
	padding-left: 30px;
	text-align: center;
	width: 220px;
}

.tel a {
	color: #fff;
}

.tel:before{
	content: url(https://corp.earth-car.com/wp-content/themes/corp.earth-car.com/imgs/cmn/icon_01_pc.png);
	position: absolute;
	left: 30px;
}

.mail{
	font-size: 15px;
	color: rgba(255,255,255,1.00);
	position: relative;
	text-align: center;
	margin-top: 10px;
}
.mail a{
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: block;
	padding: 10px 0;
	padding-left: 30px;
	position: relative;
	box-sizing: border-box;
	max-width: 250px;
	width: 100%;
	background:#000;
	transition: all .3s ease-out;
	color: #fff;
}
.mail a:hover{
	opacity: .8;
}

.mail a:before{
	content: url(https://corp.earth-car.com/wp-content/themes/corp.earth-car.com/imgs/cmn/icon_02_pc.png);
	position: absolute;
	left: 30px;
	top: 10px;
}

.map{
	font-size: 15px;
	color: rgba(255,255,255,1.00);
	position: relative;
	text-align: center;
	/* margin-top: 10px; */
	margin-bottom: 10px;
}
.map a{
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: block;
	padding: 10px 0;
	padding-left: 30px;
	position: relative;
	box-sizing: border-box;
	max-width: 250px;
	width: 100%;
	background:#000;
	transition: all .3s ease-out;
	color: #fff;
}
.map a:hover{
	opacity: .8;
}

.map a:before{
	content: url(https://stg-corp.earth-car.com/wp-content/themes/corp.earth-car.com/imgs/cmn/icon_03_pc.png);
	position: absolute;
	left: 30px;
	top: 10px;
}
footer .img_foot a img{
	transition: all .3s ease-out;
}
footer .img_foot a:hover img{
	opacity: .6;
}

.inner_foot dl.foot_cont:nth-of-type(3) > div dd:nth-of-type(4) {
    /* width: 35.4%; */
	width: 15.4%;}


.inner_foot dl.foot_cont:nth-of-type(3) > div dd:nth-of-type(2) {
    /* width: 72%; */
		width: 80%;
    margin-bottom: 10px;
}
.inner_foot dl.foot_cont:nth-of-type(4) > div dd:nth-of-type(2) {
		width: 70%;
}

address{
	text-align: right;
	font-size: 10px;
	/* color: rgba(255,255,255,1.00); */
	color: #70757a;
	padding:  25px 0px 25px 0;
}
@media screen and (max-width: 768px) {
	footer{
		padding-top: 60px;
	}
	footer .inner{
		width: 90%;
	}
	footer .inner_foot{
		width: 100%;
		display: block;
	}
	.inner_foot a{
		text-decoration: none;
	}
	.inner_foot a:hover{
		text-decoration: none;
	}
	.inner_foot dl{
		display: block;
		width: 100%;
	}
	.inner_foot dl.foot_cont{
		width: 90%;
		margin: 0 auto;
		margin-top: 15px;
	}
	.inner_foot dl.foot_cont dt{
		font-size: 18px;
		color: #a6a6a6;
		border-bottom: none;
		background-color: #fff;
		line-height: 1.0;
		margin-bottom: 0;
		padding: 8px 10px;
		position: relative;
	}
	.inner_foot dl.foot_cont dt:after{
		content: '';
		border-top: 2px solid #a6a6a6;
		border-right: 2px solid #a6a6a6;
		width: 16px;
		height: 16px;
		position: absolute;
		right: 15px;
		top: 50%;
		transform: rotate(135deg);
		margin-top: -14px;
	}
	.inner_foot dl.foot_cont dt.active:after{
		transform: rotate(-45deg);
		margin-top: -3px;
	}
	.inner_foot dl.foot_cont dd{
		font-size: 14px;
		line-height: 2.0;
	}
	.inner_foot dl.foot_cont > div{
		display: none;
		padding-top: 10px;
	}
	.inner_foot dl.foot_cont:nth-of-type(3) > div dd:nth-of-type(2){
		/* width: 42%; */
		width: 70%;
		margin-bottom: 10px;
	}
	.inner_foot dl.foot_cont:nth-of-type(3) > div dd:nth-of-type(4){
		width: 12.4%;
	}
	.inner_foot dl.foot_cont:nth-of-type(4) > div dd:nth-of-type(2){
		width: 45%;
	}
	.img_foot{
		position: relative;
		padding-bottom: 0 !important;
		padding-top: 5px !important;
	}
	.first dt{
		width: 35%;
		margin: 0 auto 60px ;
	}
	.c_name{
		/* padding-bottom: 15px; */
	}
	.tel,
	.mail,
	.c_name,
	.map{
		width: 90%;
		margin: 0 auto;
	}
	.tel{
		font-size: 16px;
		padding: 10px 0;
		padding-left: 0;
		text-align: center;
	}
	.tel:before{
		content: '';
		background-image: url(https://corp.earth-car.com/wp-content/themes/corp.earth-car.com/imgs/cmn/icon_01_sp.png);
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
		position: absolute;
		width: 26px;
		height: 26px;
		left: 15px;
		top: 10px;
	}
	.mail{
		margin-top: 10px;
	}
	.mail a{
		transition: none;
		max-width: 100%;
		padding-left: 0;
	}
	.mail a:hover{
		opacity: .8;
	}
	.mail a:before{
		content: '';
		background-image: url(https://corp.earth-car.com/wp-content/themes/corp.earth-car.com/imgs/cmn/icon_02_sp.png);
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
		position: absolute;
		width: 26px;
		height: 26px;
		left: 15px;
		top: 10px;
	}
	.map{
		/* margin-top: 10px; */
		margin-bottom: 10px;
	}
	.map a{
		transition: none;
		max-width: 100%;
		padding-left: 0;
	}
	.map a:hover{
		opacity: .8;
	}
	.map a:before{
		content: '';
		background-image: url(https://stg-corp.earth-car.com/wp-content/themes/corp.earth-car.com/imgs/cmn/icon_03_sp.png);
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
		position: absolute;
		width: 26px;
		height: 26px;
		left: 15px;
		top: 10px;
	}

	footer .img_foot a img{
		transition: none;
	}
	footer .img_foot a:hover img{
		opacity: 1;
	}
	address{
		text-align: center;
		font-size: 12px;
		padding:  14px 0px;
	}
}
/* =========================================================
 * pate-top
========================================================= */
#pagetop{
	width: 48px;
	height: 48px;
	position:fixed;
	right:30px;
	bottom:30px;
	z-index:200;
}
#pagetop a{
	transition: all .3s ease-out;
}
#pagetop a:before,
#pagetop a:after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
#pagetop a:before{
	box-sizing: border-box;
	width: 48px;
	height: 48px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border-style:solid;
	border-width:1px;
	border-color: #000;
	background-color:#000;
}
#pagetop a:after{
	top:6px;
	right: 17px;
	width: 12px;
	height: 12px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-top-style:solid;
	border-right-style:solid;
	border-top-width:2px;
	border-right-width:2px;
	border-top-color: #fff;
	border-right-color: #fff;
}
#pagetop a:hover{
	opacity: .6;
}
@media screen and (max-width: 767px) {
	#pagetop{
		right:15px;
		bottom:15px;
		z-index:200;
	}
}

/*コンタクトフォーム7*/
div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #ff6f40;
	font-weight:bold;
	color: #ff6f40;
	margin: 0 auto;
	text-align: center;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
	font-weight:bold;
	color: #ff0000;
	margin: 0 auto;
	text-align: center;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
	color: #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #ff0000;
	color: #ff0000;
}

.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-image: url('../../images/ajax-loader.gif');
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
	visibility: visible;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

div.wpcf7 .wpcf7-recaptcha iframe {
	margin-bottom: 0;
}

div.wpcf7 input[type="file"] {
	cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

form.sent p {
display:none;
}
