@charset "utf-8";

/*================================================================
	Base Setting
================================================================*/
.baseWidth {
	position:relative;
	max-width:1180px;
	min-width:320px;
	margin:0 auto;
}

.spStyle, .spStyle2 { display: none; }
.pcStyle, .pcStyle2 { display: block; }

.txtLink {border-bottom: 1px solid #666;}
.txtLink:hover {	border-bottom: 0;}

@media only screen and (max-width:1024px) {
	.spStyle { display:block; }
	.pcStyle { display: none; }
}
@media only screen and (max-width:768px) {
	.spStyle2 { display:block; }
	.pcStyle2 { display: none; }
}

/*================================================================
	Contents layout
================================================================*/
section.sec{
	padding: 5% 4% 6%;
}
.headline {
	font-size:2em;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.2em;
	position: relative;
}
.headline:after {
	display: block;
	width: 60px;
	height: 4px;
	margin: 0.6em auto 1.6em;
	background-color: #135aac;
	content: "";
}
.headicon{margin-bottom: 0.4em;}
.headicon span{
	color:#f3df00;
	font-size: 1.2em;
	font-weight: 900;
	letter-spacing: 1px;
}
.headline2 {
	font-size:2.2em;
	letter-spacing: 2px;
	line-height: 1.6;
	margin-bottom: 1em;
	}
.headline3 {
	color: #135AAC;
	font-size:1.8em;
	font-weight: 900;
	letter-spacing: 0.1em;
	line-height: 1.6;
	margin-bottom: 0.2em;
	}
.headline4 {
	font-size:1.5em;
	letter-spacing: 2px;
	line-height: 1.8;
	font-weight: 700;
	}
.headline5 {
	color:#166BCC;
	font-size: 2.2em;
	font-weight: 900;
	line-height: 1.8;
	letter-spacing: 0.1em;
}

section.sec .txt p{	margin-bottom: 0.4em;}
section.sec .txt ul {	margin-bottom: 1.6em;}

@media only screen and (max-width:1024px) {
	section.sec{
		padding: 10% 4% 10%;
	}
	.headline {
		font-size:1.8em;
		letter-spacing: 0.1em;
	}
	.headline2 {
		font-size:1.7em;
	}
	.headline3 {
		font-size:1.4em;
	}
	.headline4 {
		font-size:1.2em;
	}
	.headline5{
		font-size: 1.8em;
		line-height: 1.6;
	}

}

/*================================================================
	btnType layout
================================================================*/
.btnType01 a{
	display:inline-flex;
	justify-content:space-between;
	align-items:center;
	color:#FFF;
	position: relative;
	z-index: 10;
	text-align: center;
}
.btnType01 a i{
	font-size: 1.2em;
	padding-right: 0.3em;
}
.btnType01 a {
	color:#FFF;
	font-size: 0.9em;
	font-weight: 700;
	text-align: center;
	letter-spacing: 1px;
	padding:1em 2em 1em 1.5em;
	margin-top: 1em;
	background:#135aac;
	border-radius: 4px;
	min-width: 360px;
	justify-content:center;
}
/*
.btnType01 a:hover{
	opacity: 0.8;
	transition: all 0.3s ease 0s;
}
*/
.buttonArrow {
	position: relative;
	transition: .2s;
}
.buttonArrow span {
	position: relative;
	transition: .2s;
	letter-spacing: 3px;
	padding-right: 60px;
}
.buttonArrow span::before {
	content: '';
	position: absolute;
	top: 55%;
	right: 0;
	width: 8px;
	height: 2px;
	margin-top: -3px;
	background-color: #FFF;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	transition: 0.2s;
	visibility: visible;
	opacity: 1;
}
.buttonArrow span::after {
	content: '';
	position: absolute;
	top: 55%;
	right: 0;
	width: 40px;
	height: 2px;
	background-color: #FFF;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: 0.2s;
	visibility: visible;
	opacity: 1;
}
.buttonArrow:hover span {
padding-right:0;
}
.buttonArrow:hover span::before,
.buttonArrow:hover span::after {
	visibility: hidden;
	opacity: 0;
}

@media only screen and (max-width:1024px) {
	.btnType01 a {
		width: 100%;
	}
}
@media only screen and (max-width:450px) {
	.btnType01 a {
		min-width: initial;
	}
}

/*================================================================
 .dl-link
================================================================*/
.dl-link {
	display: block;
	width: max-content;
	margin: 1em auto;
	font-size: 1em;
	color: #FFF;
}
.dl-link + .dl-link { margin-top: 0; }
.dl-link:not(:hover) {
	text-decoration: underline;
	color: #FFF;
}
@media only screen and (max-width:768px) {
	.dl-link {
		font-size: 1em;
	}
}

/*================================================================
	arrowLink layout
================================================================*/
.arrowLink {
	display: inline-block;
	position: relative;
	font-family: 'Roboto',sans-serif;
	font-weight: 900;
	font-size: 14px;
	color: #135aac !important;
	text-decoration: none;
	margin-top: 1em;
}
.arrowLink > span {
	letter-spacing: 0.1em;
	display: inline-block;
	margin-right: 20px;
	vertical-align: middle;
}
.arrowLink::after {
	content: '';
	display: inline-block;
	width: 40px;
	height: 8px;
	margin-top: -3px;
	background: url(../img/kinesys3/icon/arrow.svg) no-repeat 0 0;
	background-size: contain;
	vertical-align: middle;
	transition: .3s;
}
.arrowLink:hover::after {
	margin-left: 20px;
}
@media screen and (max-width:736px) {
	.arrowLink {
		font-size: 11px;
	}
	.arrowLink > span {
		margin-right: 16px;
	}
	.arrowLink::after {
		width: 40px;
	}
	.arrowLink:hover::after {
		margin-left: 10px;
	}
}


/*================================================================
	linkList layout
================================================================*/
.linkList {
	margin-top:1em;
}
.linkList li{
/*	text-indent: -1em;*/
/*	margin-left:3em;*/
	line-height: 1.6;
	margin-bottom: 0.3em;
}
.linkList li i{
	padding-right: 0.5em;
}
.linkList li a,
.linkList li a:hover,
.linkList li a:visited{
	color:#FFF;
}
.linkUnderline a {
	position: relative;
	display: inline-block;
	text-decoration: none;
}
.linkUnderline a::after {
	position: absolute;
	bottom: 0px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #FFF;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
}
.linkUnderline li a:hover::after {
	transform: scale(1, 1);
}


/*================================================================
	caution layout
================================================================*/
.caution {
	color: #c00;
}
/*
ul.caution {
	padding-left: 1em;
}
ul.caution li { text-indent: -1em; }
ul.caution li:before {
	content: "＊";
	color: #7a0018;
}
*/


.toggle + * { display:none; }
.toggle.active + * { display:block; }

.youtube {
	width: auto;
	margin: 0 auto ;
}
.youtube .movie {
	position: relative;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.youtube p { padding-top: 1rem; }

@media only screen and (max-width:1024px) {
	.youtube {
		width: 100%;
	}
	.youtube p { padding-top: 1em; }
}


/*================================================================
	.sheet layout
================================================================*/
.sheet {
	width: 100%;
}
.sheet th, .sheet td {
	padding: 1em;
	border: 1px solid #cdcdcd;
	vertical-align: top;
	text-align: left;
	white-space: nowrap;
	font-size: .875rem;
	background-color: #FFF;
}
.sheet thead th {
	background: #96a4ad;
	color: #fff;
}
.sheet td:last-of-type {
	white-space: normal;
}
.scrollx {
	overflow-x: auto;
	width: 100%;
}
@media only screen and (max-width:1024px) {
	.scrollx .sheet {
		min-width: 900px;
	}
	.sheet th, .sheet td {
		padding: .5em;
		font-size: 12px;
	}
}


/*================================================================
	contactArea layout
================================================================*/
.contactArea{
	color:#FFF;
	padding: 4em 0 5em;
	background-color: #1668b6;
	background-image:url("../img/kinesys3/bgtxt_contact .png"),url("../img/kinesys3/bg_contact.jpg");
	background-position: -5px -15px,100% 50%;
	background-repeat: no-repeat,no-repeat;
	background-size: auto,contain;
}
.contactArea .title{
	font-size: 2em;
	font-weight: bold;
	letter-spacing: 10px;
	margin-bottom: 0.5em;
}
.contactArea .contact {
	margin-top: 2.5em;
}
.contactArea .contact a {
	font-size:1.1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	height: auto;
	padding:1.2em 6em;
	color: #135aac;
	background-color: rgba(255,255,255,1);
	border-radius: 4px;
	overflow: hidden;
}
.contactArea .contact a i{
	padding-right: 0.6em;
}
.contactArea .contact a:hover {
	color:#FFF;
	background-color: #3fc9d1;
}
.contactArea .contact a{
	transition: all .3s;
}
.contactArea .pdf { padding-top: 1em; }
@media only screen and (max-width:1024px) {
	.contactArea{
	background-position: 0 0,100% 50%;
	background-size: contain,cover;
	}
	.contactArea .title{
		font-size: 1.6em;
		letter-spacing: 0.2em;
	}
	.contactArea .txt .com {
		width: 95%;
		margin: auto;
	}
	.contactArea .contact a {
		padding:1.2em 5em;
	}
}
@media only screen and (max-width:450px) {
	.contactArea {
		padding: 4em 1em;
	}
	.contactArea .txt .com {
		width: 85%;
		text-align: left;
	}
	.contactArea .contact a {
		font-size:1.2em;
		padding:0.7em 3em;
	}
}


/*================================================================
	module layout
================================================================*/

/* #itemfunBox
--------------------------------------------*/
.itemfunBox{
	display:flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
.itemfunBox li{
	font-weight: 900;
	width: 24%;
	margin-bottom: 1em;
	padding: 2%;
	text-align: center;
}
.itemfunBox .icon{
	text-align: center;
	line-height: 1;
	height: 60px;
	margin: 0 auto;
}
.itemfunBox .icon img{
	height: 100%;
}
.itemfunBox .txt{
	width: 90%;
	margin: 1em auto;
}

@media only screen and (max-width:1024px) {
	.itemfunBox{
		padding: 0 4%;
	}
	.itemfunBox li{
		width: 48%;
	}
}


/* #cardLayout
--------------------------------------------*/
.cardLayout{
	display:flex;
	flex-direction: row;
	justify-content:flex-start;
	flex-wrap: wrap;
}
.cardLayout .item{
	width: 33.333%;
	margin: 0;
	padding: 1em;
	position: relative;
	transition: all 0.3s ease;
	background-color: #FFF;
}
.cardLayout .item:hover{
	opacity: 0.8;
}
.cardLayout .number {
	font-family: 'Roboto',sans-serif;
	color: #000;
	font-size: 1.2em;
	font-weight: 900;
	text-align: center;
	line-height: 0.2;
	position: absolute;
	top: -30px;
	left: 6%;
	z-index: 2;
}
.cardLayout .number .count {
	font-size: 3em;
	line-height: 1.2;
}
.cardLayout .thumb{
	text-align: center;
	line-height: 1;
	margin: 0 auto;
}
.cardLayout .thumb img{
	height: auto;
}
.cardLayout .item .inner{
	width: 96%;
	margin: 0.5em auto 0;
}
@media only screen and (max-width:1024px) {
	.cardLayout{
		padding: 0;
	}
	.cardLayout .item{
		width: 50%;
		padding: 0 1em;
		margin: 0 0 1em;
	}
}
@media only screen and (max-width:450px) {
	.cardLayout .item{
		width: 100%;
	}
}


/* #movieLayout
--------------------------------------------*/
.movieLayout{
	display:flex;
	flex-direction: row;
	justify-content:flex-start;
	flex-wrap: wrap;
}
.movieLayout .item{
	width: 33.333%;
	margin: 0;
	padding: 1em;
	transition: all 0.3s ease;
	background-color: #FFF;
}
.movieLayout .item:hover{
	opacity: 0.8;
}
.movieLayout .item a{
	overflow: hidden;
	display: block;
	position: relative;
	height: auto;
}
.movieLayout .thumb{
	text-align: center;
	line-height: 1;
	margin: 0 auto;
	padding-top: 56.25%;
	height: 100%;
	background-position: center center;
	background-size: cover;
}
.movieLayout .thumb img{
	display: none;
}
.movieLayout .item .inner{
	width: 96%;
	margin: 0.5em auto 0;
}
@media only screen and (max-width:1024px) {
	.movieLayout{
		padding: 0;
	}
	.movieLayout .item{
		width: 50%;
		padding: 0 1em;
		margin: 0 0 1em;
	}
}
@media only screen and (max-width:450px) {
	.movieLayout .item{
		width: 100%;
	}
}

/* #listLayout
--------------------------------------------*/
.listLayout {
	padding: 2em 0 3em;
	margin: 0 auto;
}
.listLayout .item{
	display:flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background-color: #FFF;
	border-radius: 10px;
	box-shadow: 0px 1px 6px rgba(0,0,0,.1);
	padding: 4% 5%;
	margin:0 1em 2.5em;
}
.listLayout .item .pic{
	width: 50%;
}
.listLayout .item .txt{
	width: 50%;
	padding-left: 3em;
	text-align:left;
}
.listLayout .item .txt .btnType01{
	margin-top: 0.8em;
}
.listLayout .item .txt .btnType01 a{
	min-width:240px;
}

@media only screen and (max-width:1024px) {
	.listLayout{
		width: 90%;
		padding: 2em 0;
		margin: 0 auto;
	}
	.listLayout .item{
		flex-direction: column;
	}
	.listLayout .item .pic{
		width: 100%;
		margin: 0 0 1.5em;
	}
	.listLayout .item .txt{
		width: 100%;
		padding:0;
	}
}



/* pagelinks
--------------------------------------------*/
.pagelinks ul{
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
}
.pagelinks ul li {
	width: 24%;
	margin: 0 0.5em;
}
.pagelinks ul li a span{
	color: #135AAC;
	text-align: center;
	font-weight: 900;
	padding: 1em 0;
	display: block;
	border: 2px solid #135AAC;
	border-radius: 4px;
	transition: all 0.5s ease 0s;
	position: relative;
}
.pagelinks ul li a span::after {
	position: absolute;
	content: "\f078";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	top: 50%;
	right: 0.8em;
	left: auto;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.pagelinks a span:hover{
	color:#FFF;
	background: #135aac;
/*	opacity: 0.8;*/
	transition: all 0.5s ease 0s;
}

@media only screen and (max-width:1024px) {
	.subpage #main { 
		padding-top: 50px; 
	}
	.pagelinks ul{
		flex-direction: column;
		width: 80%;
		margin: auto;
	}
	.pagelinks ul li{
		margin: 0 0 0.5em 0;
		width: 100%;
	}
}


/* guidance
--------------------------------------------*/
.guidance{
	text-align: center;
	width: 86%;
	margin: 4em auto 6em;
}
.guidance .txt{
	font-size: 1.2em;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 0.5em;
}


/* col3Box
--------------------------------------------*/
.col3Box{
	padding: 0 1em;
}
.col3Box ul{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.col3Box ul li {
	width: 31%;
	border: 1px solid #CCC;
	border-radius: 4px;
	text-align: center;
	padding: 2em;
}
.col3Box ul li .col3title{
	color: #1C86FF;
	font-weight: 900;
	font-size: 1.2em;
	margin-bottom: 0.5em;
}

@media only screen and (max-width:736px) {
	.col3Box ul{
		flex-direction: column;
		width: 95%;
		margin: auto;
	}
	.col3Box ul li{
		padding: 1.5em 1em;
		margin: 0 0 1em 0;
		width: 100%;
	}
}


/* photoIcon
--------------------------------------------*/
.photoIcon{
	color: #333;
	font-size: 0.9em;
	font-weight: 900;
	border: 2px solid #333;
	display: inline-block;
	padding: 0.1em 1em;
	margin-bottom: 1em;
}
/* photoIcon
--------------------------------------------*/
.planIcon{
	color: #FFF;
	font-size: 0.9em;
	font-weight: 900;
/*	border: 2px solid #333;*/
	background-color: #44D5C1;
	display: inline-block;
	padding: 0.1em 1em;
	margin-bottom: 1em;
	border-radius: 30px;
}


/*================================================================
	detailMain module layout
================================================================*/
/* checkLayout
--------------------------------------------*/
.checkLayout ul{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
.checkLayout li {
	font-weight: 900;
	width: 49%;
	margin-bottom: 1em;
	padding: 2% 3% 2% 2%;
	border-radius: 10px;
	display: flex;
	align-items: center;
	background-color: #fff;
	box-shadow: 0px 1px 6px rgba(0,0,0,.1);
}
.checkLayout .icon {
	text-align: center;
	line-height: 1;
	width: 100%;
	max-width: 40px;
	margin-right: 1em;
}

@media only screen and (max-width:736px) {
	.checkLayout li {
		width: 100%;
	}
}


/* thumbLayout
--------------------------------------------*/
.thumbLayout{
	margin-top: 3em;
}
.thumbLayout ul{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
.thumbLayout li {
/*	font-weight: 900;*/
	width: 32%;
	margin-bottom: 1em;
	display: flex;
	align-items: center;
	background-color: #fff;
	box-shadow: 0px 1px 6px rgba(0,0,0,.1);
}
.thumbLayout .pic {
	text-align: center;
	line-height: 1;
}
.thumbLayout .txt {
	padding: 0 1em;
	line-height: 1.8;
	width: 100%;
	max-width: 180px;
}

@media only screen and (max-width:1024px) {
	.thumbLayout li {
		width: 49%;
	}
	.thumbLayout .txt {
		max-width: none;
	}
}

@media only screen and (max-width:736px) {
	.thumbLayout li {
		width: 100%;
	}
	.thumbLayout li:last-child {
		margin-bottom: 0;
	}
}

/* phtTxtbox
--------------------------------------------*/
.phtTxtbox{
	background: #FFF;
	margin:1em 0 0;
	padding: 1em;
	border-radius: 10px;
	box-shadow: 0px 1px 6px rgb(0 0 0 / 10%);
}
.phtTxtbox .cardLayout{
	justify-content:center;
}
.phtTxtbox p{
	padding: 0 1em;
}
.phtTxtbox .cardLayout .item {
	width: 50%;
	margin-bottom: 0;
	background-color: transparent;
}

@media only screen and (max-width:1024px) {
	.phtTxtbox{
		margin:2% 0 1%;
	}
}

/* iconLayout
--------------------------------------------*/
.iconLayout li {
	width: 100%;
	margin-bottom: 1em;
	padding: 4% 5% 4% 5%;
	border-radius: 8px;
	display: flex;
	align-items: center;
	background-color: #fff;
	border: 1px solid #CCC;
}
.iconLayout .icon {
	text-align: center;
	width: 100%;
	max-width: 100px;
	margin-right: 3em;
}
.iconLayout .icon.iBig {
	max-width: 300px;
}
.iconLayout li .txt .title{
	color: #166BCC;
	font-weight: 900;
	font-size: 1.4em;
	letter-spacing: 0.1em;
	line-height: 1.8;
}
.iconLayout li:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width:736px) {
	.iconLayout li {
		flex-direction: row;
		flex-wrap: wrap;
	}
	.iconLayout .icon {
		text-align: center;
		width: 100%;
		margin: 0 auto 2%;
		max-width: 100px;
	}
}


/* col2inner
--------------------------------------------*/
.col2inner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}
.col2inner .pic ,
.col2inner .txt {
	width: 45%;
}
@media only screen and (max-width:1024px) {
	.col2inner {
		flex-direction: column;
		justify-content: center;
		width: 90%;
	}
	.col2inner .pic ,
	.col2inner .txt {
		width: 100%;
	}
}



/*================================================================
	CONTACT layout
================================================================*/
/* input form
--------------------------------------------*/
.formSheet th {
	width: 300px;
}
/*
.formSheet {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
.formSheet th,
.formSheet td {
	position: relative;
	padding: 20px 0;
	border-bottom: 1px solid #CCC;
	vertical-align: top;
}

.formSheet tr:first-of-type th,
.formSheet tr:first-of-type td {
	border-top: 1px solid #CCC;
}

.formSheet th {
	width: 270px;
	max-width: 270px;
	padding:41px 0;
	line-height: 1;
}
form .required,
form .any {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 40px;
	right: 20px;
	width: 40px;
	height: 20px;
	background: #C00;
	line-height: 20px;
	font-size: 12px;
	color: #FFF;
}
form .any { background:#008db0; }
form input[type="text"],
form input[type="url"],
form input[type="tel"],
form input[type="email"],
form textarea {
	display: block;
	width: 100%;
	padding:0 1em;
	border: 1px solid #999;
	border-radius: 5px;
	box-shadow:0 2px 5px 0 rgba(0,0,0,0.1) inset;
	line-height: normal;
}
.wpcf7-free-text {
	display: inline-block !important;
	width: auto !important;
	margin-left: 1em;
}
.wpcf7-free-text:disabled { background: #EEE; }
form input[type="text"],
form input[type="url"],
form input[type="tel"],
form input[type="email"] { height: 60px; }
form textarea {
	resize: vertical;
	height: 10em;
	padding:1em;
}
form input[type="checkbox"],
form input[type="radio"] {
	display: none;
}

form :placeholder { color: #999; }
form :focus { background:#FEFFEB; }
form .half { width: 50%; }

input:invalid,
.wpcf7-not-valid {
	background: #FFECED;
	border-color: #FF6068 !important;
}
.wpcf7-list-item {
	display: inline-block;
	margin: 20px 2rem 0 0 !important;
	line-height: 1;
}
.wpcf7-list-item span {
	display:inline-flex;
	align-items: center;
	position: relative;
}
.wpcf7-list-item span:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	border: 1px solid #666;
	border-radius: 3px;
	background: #FFF;
}
.wpcf7-list-item input:checked + span:before {
	border-color: #0396ff;
	background: #0396ff;
}
.wpcf7-list-item input:checked + span:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 7px;
	width: 6px;
	height: 14px;
	margin-top: -10px;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	transform: rotate(45deg);
}
.wpcf7-list-item input[type="radio"] + span:before,
.wpcf7-list-item input[type="radio"]:checked + span:after {
	border-radius: 50%;
}
.wpcf7-list-item input[type="radio"]:checked + span:after {
	top: 50%;
	left: 7px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border: 0;
	background: #FFF;
	transform: rotate(0deg);
}
.wpcf7-submit {
	display: block;
	width: 200px;
	height: 60px;
	margin: 0 auto;
	box-shadow: 0 0 0 0 #000;
	border: 1px solid #0396ff;
	background: #0396ff;
	font-size: 20px;
	transition: 0.2s;
	color: #FFF;
	cursor: pointer;
}
.wpcf7-submit:disabled {
	opacity: 0.6;
	background: #666 !important;
	border-color: #666 !important;
	color: #FFF !important;
	cursor: auto;
}
.wpcf7-not-valid-tip {
	padding: 0.5em 1em 0;
	color: #C00 !important;
}
.wpcf7-response-output {
	margin: 20px 0 0 !important;
	padding: 1em !important;
	border: 0 !important;
	text-align: center;
	color: #FFF;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7-spam-blocked,
.wpcf7-mail-sent-ng,
.wpcf7-validation-errors,
.wpcf7-acceptance-missing {
	background: #C00 !important;
}
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7-mail-sent-ok {
	background: #16A4A1 !important;
}

.wpcf7-form.sent .contactArea {
	display: none;
}
.wpcf7 .ajax-loader {
	visibility: hidden;
	display: block !important;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100% !important;
	margin: 10px 0 0!important;
}
.wpcf7 .ajax-loader.is-active {
	visibility: visible;
}

@media only screen and (min-width:1025px) {
	.wpcf7-submit:hover,
	.wpcf7-submit:active,
	.wpcf7-submit:focus {
		background: #FFF;
		color: #0396ff;
	}
}
@media only screen and (max-width:768px) {
	.formSheet {
		border-collapse: collapse;
		border-spacing: 0;
		width: 100%;
	}
	.formSheet thead,
	.formSheet tbody,
	.formSheet tr,
	.formSheet th,
	.formSheet td {
		display: block;
		width: auto;
		height: auto;
		padding: 0;
		border: 0 !important;
	}
	.formSheet tr { padding: 1em 0; }
	.formSheet th { margin-bottom: 0.5em; }

	form .required,
	form .any {
		position: static;
		margin-left: 10px;
	}
	form textarea { box-shadow:0 1px 3px 0 rgba(0,0,0,0.1) inset; }
	form input[type="text"],
	form input[type="url"],
	form input[type="tel"],
	form input[type="email"] {
		height: 40px;
		box-shadow:0 1px 3px 0 rgba(0,0,0,0.1) inset;
	}

	.wpcf7-list-item,
	.wpcf7-list-item label {
		display: flex;
		align-items: center;
		width: 100%;
		height: 50px;
		margin:0 !important;
	}
	.wpcf7-list-item label {
		padding: 0 1em;
		border: 1px solid #999;
		border-bottom: 0;
	}
	.wpcf7-list-item:first-child label {
		border-radius: 5px 5px 0 0;
	}
	.wpcf7-list-item:last-child label {
		border-bottom: 1px solid #999;
		border-radius: 0 0 5px 5px;
	}
	.has-free-text {
		padding-bottom: 16px;
		height: auto;
		border: 1px solid #999;
		border-radius: 0 0 5px 5px;
	}
	.has-free-text label {
		border: 0 !important;
	}
	.wpcf7-free-text {
		width:calc(100% - 2em) !important;
	}
	
	.wpcf7-list-item span {
		display:inline-flex;
		align-items: center;
		position: relative;
	}
	.wpcf7-list-item span:before {
		content: "";
		display: inline-block;
		width: 20px;
		height: 20px;
		margin-right: 5px;
		border: 1px solid #666;
		background: #FFF;
	}
	.wpcf7-list-item input:checked + span:before {
		border-color: #0396ff;
		background: #0396ff;
	}
	.wpcf7-list-item input:checked + span:after {
		content: "";
		display: inline-block;
		position: absolute;
		top: 50%;
		left: 7px;
		width: 6px;
		height: 14px;
		margin-top: -10px;
		border-right: 2px solid #FFF;
		border-bottom: 2px solid #FFF;
		transform: rotate(45deg);
	}

	.wpcf7-list-item input[type="radio"] + span:before,
	.wpcf7-list-item input[type="radio"]:checked + span:after {
		border-radius: 50%;
	}
	.wpcf7-list-item input[type="radio"]:checked + span:after {
		top: 50%;
		left: 7px;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		border: 0;
		background: #FFF;
		transform: rotate(0deg);
	}
	.wpcf7-submit {
		width: 160px;
		height: 50px;
		margin: 0 auto;
		font-size: 16px;
	}
	.wpcf7-response-output {
		margin: 0 !important;
	}
}*/