/*	カスタムとして上書きをしたい定義（インラインからの転用	*/

.container {
	width: 100%;
}

.top-menu {
	margin-top: 2px;
}

/*
.menu-btn {
	color: #fff !important;
	font-weight: bold;
	font-size: 24px;
}
*/

.menu-btn {
	color: #999 !important;
	font-weight: bold;
/*	font-size: 24px;	*/
}

.menu-btn:hover,
.menu-btn:focus {
	color: white !important;
	background-color: #16a085;
}

.main-logo {
	height: 0;
	padding: 0;
	float: none;
}

.top-bg-color {
	background-color: #222222;
}

/*
#headerwrap h1 img {
	width: 80%;
	max-width: 1024px;
	-webkit-filter: drop-shadow(0 0 5px rgba(255, 255, 255, .8));
}
*/

.text-shadow {
	text-shadow: 2px 2px 10px #111, -2px 2px 10px #111, 2px -2px 10px #111, -2px -2px 10px #111;
}

.margin-lr5 {
	margin-left: 5%;
	margin-right: 5%;
}

.mar-btn0 {
	margin-bottom: 0;
}

.hr-btm {
	margin-bottom: 48px;
}

.servie-icon {
	width: 80px;
	height; 64px;
}

.servie-title {
	margin-top: 10px;
	margin-bottom: 0px;
}

.service-note {
	text-align: left;
}

#greywrap .contact-result,
#whitewrap .contact-result {
	text-align: left;
	padding-top: 0;
	margin-bottom: 10px;
}

.color-y {
	color: #ff8;
}

.color-c {
	color: #8ff;
}

.height-harlf {
	height: 0.5em;
}

.white .analyze-icon {
	width: 120px;
}

.white .analyze-note {
	margin-bottom: 36px;
	padding-top: 5px;
	text-align: left;
}

.contact {
	margin: 32px auto 48px; auto;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.copyright {
	color: #fff;
	font-weight:
	bold; margin-bottom: 0;
}

.clear-left {
	clear: left;
}

.contact-php {
	padding-top: 64px !important;
	padding-bottom: 48px !important;
}

@media (max-width: 991px) {
	.service-note {
		text-align: center;
	}

	.white .analyze-note {
		text-align: center;
	}

}

@media (max-width: 767px) {
	h1, .h1 {
	    font-size: 32px;
	}

	h2, .h2 {
	    font-size: 28px;
	}

	.textdivider h1 {
	    padding-top: 70px;
	    color: white;
	    font-size: 34px;
	}

	.textdivider p {
	    color: white;
	    font-size: 24px;
	}

	.white h1 {
	    padding-top: 32px;
	}

	#greywrap .text-right,
	#whitewrap .text-right {
		text-align: center;
	}

	#greywrap .contact-result,
	#whitewrap .contact-result {
		text-align: center;
	}
}

@media (min-width: 768px) {
	.text-shadow p {
		padding-left: 4%;
		padding-right: 4%;
	}
}

@media (min-width: 992px) {
	.text-shadow p {
		padding-left: 8%;
		padding-right: 8%;
	}
}


