body {
	font-size: 16px;
	line-height: 1.6em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
}

.header .header-inner .logo h1 {
    text-transform: none;
}
.header {
    background-position: 8% center;
	border-top: none;
}
@media screen and (max-width:979px) {
.header {
    background: none;
	}
}
.logo {
    display: none;
}
body {
    color: #000;
}
p {
	line-height: 1.8em;
}
.header .header-inner .nav ul li a {
    color: #FFF;
}
.services, .team-desc {
	visibility: visible;
}

.top-bar h1 {
	text-transform: none;
}
section h2 {
    color: #000;
}
.header .header-inner .logo {
	margin-top: 0;
}

.top-bar {
	top: 40px;
}

.toggle {
	width: 100%;
}

#contact-button {
	display: block;
	width: 200px;
	margin: 0 auto;
}

#contact-button a {
	display: block;
	width: 100%;
	border: 3px solid #FFF;
	background-color: rgba(255,255,255,0);
	color: #fff;
	padding: 12px 0;
	text-align: center;
	text-decoration: none;
	transition: .2s linear;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-o-transition: .2s linear;
	-ms-transition: .2s linear;
}

#contact-button a:hover {
	background-color: rgba(255,255,255,0.2);
	color: #FFF;
}

a.arrow-down {
	z-index: 99;
	bottom: 30px;
}

.nivo-directionNav a {
	background: none;
}

/*A Message*/
.message-thumb {
	border: none;
}

.team-desc {
	text-align: center;
}

/*コンタクトフォーム*/
.wpcf7 {
	color: #757575;
}

.contacts p {
	margin: 7px auto;
	line-height: 1em;
}

div.wpcf7 {
	color: #000;
	width: 50%;
	margin: 0 auto;
}

.wpcf7 form textarea {
	width: 100%;
	height: 100px;
}

.wpcf7 form input[type="text"], .wpcf7 form input[type="email"], .wpcf7 form input[type="tel"], .wpcf7 form input[type="url"], .wpcf7 form input[type="date"], .wpcf7 form select {
	max-width: 100%;
}

.caution {
	color: red;
	padding-right: 3px;
}

div.wpcf7-mail-sent-ok {
	border: none;
	color: red;
}

div.wpcf7-validation-errors {
	border: none;
	color: red;
}

.prj-col {
	margin: 0 0 15px 2%;
	padding-bottom: 10px;
	float: left;
	border: 1px solid #F1F1F1;
	width: 22.7%;
}

.prj-col p {
	margin: 0 3%;
}

.prj-col img {
	width: 100%;
}

section img {
	max-width: 100%;
}

.prj-col h3 {
	font-weight: normal;
	font-size: 18px;
	border-bottom: 1px solid #000;
	padding: 25px 3% 15px;
	margin-bottom: 15px;
}

#services-box {
	min-height: 390px;
	width: 18.8%;
	height: auto;
	display: inline-block;
	float: left;
	margin: 0 8px 5px 0;
}

#services-box p {
	color: #000;
	line-height: 1.6em;
}

#services-box h3 {
	font-weight: normal;
	margin: 10px 0 5px;
}

#services-box2 {
	width: 19.8%;
	height: auto;
	display: inline-block;
	float: left;
	margin: 0 1px 0 0;
	padding: 2.4%;
	position: relative;
	transition: .3s;
	background-color: #ffffff;
	border: 1px solid #f5f3f3;
}

#services-box2 img {
	display: block;
	margin: auto;
}

#services-box2 h2 {
	font-family: "Roboto", sans-serif;
	font-weight: 300 !important;
	font-size: 26px;
	text-transform: capitalize;
	text-align: center;
	padding: 20px 0;
}

#services-box2 h2 span {
	font-weight: bold;
}

#services-box2 p {
	line-height: 20px;
}

#services-box2 .read-more {
	font: 300 14px 'Roboto', sans-serif;
	text-transform: uppercase;
	text-align: center;
	border: #fff solid 1px;
	padding: 8px 10px;
	display: block;
	margin: 30px auto 0;
	width: 50%;
	background-color: #f7f6f6;
}

.box-contaner {
	overflow: hidden;
}

.latest-news {
	display: none;
}

.privacy-policy {
text-align: right;
}
.privacy-policy a {
color:#757575;
}
.footer-col-1 h2 {
	display: none;
}

.recent-post {
	display: none;
}

.footer-col-1 {
    text-align: center;
}

.phone-no {
	margin-top: 0;
}

.demo-button {
	display: block;
	width: 300px;
	margin: 0 auto;
}

.demo-button a {
	display: block;
	width: 100%;
	border: 3px solid #00A8FF;
	border-radius: 4px;
	background-color: rgba(255,255,255,0);
	color: #00A8FF;
	padding: 12px 0;
	text-align: center;
	text-decoration: none;
	transition: all .2s linear 0;
}

.demo-button a:hover {
	background-color: #00A8FF;
	color: #FFF;
}

@media screen and (max-width:479px) {
	.top-bar img {
		max-width: 40%;
	}
	
	.top-bar h2 {
		font-size: 16px;
	}
	
	#contact-button {
		display: none;
	}
	
	a.arrow-down {
		display: none;
	}
	
	div.wpcf7 {
		width: 100%;
	}
	
	.prj-col {
		width: 95%;
	}
	
	#services-box {
		width: 100%;
		min-height: 0;
	}
	
	#services-box2 {
		width: auto;
		display: block;
		margin-bottom: 20px;
		padding: 20px;
	}
}

@media screen and (max-width:719px) and (min-width:480px) {
	.top-bar img {
		max-width: 40%;
	}
	
	.top-bar h2 {
		font-size: 16px;
	}
	
	#contact-button {
		display: none;
	}
	
	a.arrow-down {
		display: none;
	}
	
	div.wpcf7 {
		width: 80%;
	}
	
	.prj-col {
		width: 47%;
	}
	
	#services-box {
		width: 100%;
		min-height: 0;
	}
	
	#services-box2 {
		width: auto;
		display: block;
		margin-bottom: 20px;
		padding: 20px;
	}
}

@media screen and (max-width:979px) and (min-width:720px) {
	.top-bar {
		top: 0;
	}
	
	a.arrow-down {
		display: none;
	}
	
	.prj-col {
		width: 31%;
	}
	
	#services-box {
		min-height: 480px;
		width: 48.6%;
	}
	
	#services-box2 {
		width: 49.6%;
		margin-bottom: 20px;
		padding: 20px;
	}
}

@media screen and (max-width:979px) {
	.logo {
		display: none;
	}
}