/*Css*/

#content1 .main-blog {
    width: 63%;
    margin-right: 2%;
	float: left;
	
}

.sidebar {
	width: 35%;
	float: left;
	
}

.sidebar-row {
	width: 100%;
	float: left;
}

.mgt-50 {
	margin-top: 50px;
}

.blog {
	width: 100%;
	float: left;
	padding: 10px 10px;
}

.blog-photo {
	width: 25%;
	float: left;
	margin-right: 5%;
}

.blog-title {
	width: 100%;
	float: left;
	font-size: 18px;
	line-height: 180%;
	font-weight: bold;
}

.blog-content {
	width: 70%;
	float: left;
}

.blog-ul li {
	width: 100%;
	float: left;
}

.blog-ul li a {
	text-decoration: none;
	width: 100%;
	float: left;
	border-bottom: 1px dashed #333;
	font-size: 15px;
	line-height: 180%;
	padding: 5px;
}

img {
	max-width: 100%;
	height: auto;
}

.blog-text {
	width: 100%;
	float: left;
	font-size: 15px;
	line-height: 180%;
	margin-top: 15px;
}

p {
	margin: 10px 0px;
	line-height: 180%;
}

.breadcrumb_ct {
	background-color: #FFF;
	margin: 0;
	font-size: 12px;
	padding: 5px 0;
	margin-top: 5px;
}

.wp-pagenavi {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 20px;
}

.wp-pagenavi span {
	background: #333;
	color: #fff;
}

.wp-pagenavi a, .wp-pagenavi span {
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #333;
	margin: 2px;
}

.wp-pagenavi>.pages {
	display: none;
}

.blog-ul>li {
	padding: 0;
	margin: 0;
}

.blog-ul {
	padding: 0;
	margin: 0;
}

.w-100 {
	width: 100%
}

.single-photo {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 20px;
}

.single-img {
	padding-top: 10px;
}

.single-img-left {
	width: 50%;
	float: left;
}

.single-img-txt {
	padding-top: 10px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.single-img p {
	margin: 0px 0px;
	line-height: 180%;
}

.ft-sns {
	margin-bottom: 30px;
}

/*End Css*/

.tooltips {
	opacity: 0;
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 9999;
	width: 100px;
	padding: 5px 0;
	color: #fff;
	background: #000;
	text-align: center;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

.tooltips:after {
	content: "";
	display: block;
	position: absolute;
	left: 25%;
	top: -4px;
	border-top: 4px solid transparent;
	border-left: 4px solid #000;
}

nav ul li:hover .tooltips {
	display: block;
	opacity: 1;
}

/* css t */
.single-date {
    margin-bottom: 20px;
}
.blog-photo-sg {
    text-align: center;
}
.blog {
	background: #fff;
	-webkit-box-shadow: -2px 4px 15px 3px rgba(240, 240, 240, 1);
	-moz-box-shadow: -2px 4px 15px 3px rgba(240, 240, 240, 1);
	box-shadow: -2px 4px 15px 3px rgba(240, 240, 240, 1);
	margin-bottom: 20px;
}

.blog-photo {
	width: 25%;
	float: left;
	margin-right: 3%;
}

.blog-content {
	width: 70%;
	float: left;
}

.blog-date .blog-icon, .single-date .blog-icon, .blog-ul .blog-icon {
	display: inline-block;
	margin-right: 3px;
}

.blog-icon i,.blog-date i,.single-date i {
	color: #e70012;
	margin-right: 3px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #e70012 !important;
}

.wp-pagenavi span {
	background: #e70012 !important;
	color: #fff !important;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 8px 16px !important;
	margin: 2px;
}

/* section {
	margin-bottom: 0px;
	padding-top: 40px;
	padding-bottom: 40px;
} */
.content_ct {

}
.blog-ul li {
	list-style: none;
}
/*Services*/

.services {
	margin-top: 50px;
	padding: 120px 0 0;
	background: url(../images/bg_news.png) no-repeat top center;
}

.services .container {
	border-bottom: 1px solid #ddd;
	padding-bottom: 90px;
}

.single_service {
	margin-bottom: -14px;
}

.single_service i {
	font-size: 25px;
	color: #f73b56;
}

.single_service h2 {
	color: #000000;
	font-size: 20px;
}

.single_service p {
	color: #404040;
	font-size: 14px;
	text-align: left;
}

.single_service img {
	opacity: .8;
}

.single_progress_bar .progress {
	height: 1px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #d5d5d5;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.single_progress_bar .progress-bar {
	background-color: #2d3334;
}

.single_progress_bar h2 {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
}

.single_progress_bar h2#h2 {
	color: #000;
	font-size: 17px;
	font-weight: bold;
	line-height: 200%;
}

.single_progress_bar h2 a {
	color: #000;
	text-decoration: none;
}

.single_progress_bar h2 span.pdb-125 {
	padding-left: 125px;
}

.about_us_p {
	font-size: 14px;
	color: #272727;
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 21px;
}

.about_title h2 {
	font-size: 25px;
	color: #3d3d3d;
	line-height: 40px;
	margin-top: 85px;
	letter-spacing: 6px;
	margin-bottom: 21px;
}

.about_title img {
	margin-bottom: 20px;
}

#ozone table {
	line-height: 180%;
}

#ozone table th.th1 {
	width: 25%;
	text-align: center;
	font-size: 16px;
	background: rgba(0, 106, 182, 0.3);
	background: rgba(0, 142, 244, 0.3);
}

#ozone table th.th2 {
	width: 75%;
	text-align: center;
	font-size: 16px;
	background: rgba(0, 106, 182, 0.3);
	background: rgba(0, 142, 244, 0.3);
}

#ozone table td.td2 {}

#Clearth table {
	line-height: 200%;
}

#Clearth table td.td1 {
	width: 20%;
}

#grease p {
	font-size: 18px;
	text-align: center;
	line-height: 25px;
}

/*Testimonial*/

.testimonial {
	padding-top: 130px;
	padding-bottom: 80px;
}

.testimonial {}

.testimonial .icon:after {
	content: "";
	position: absolute;
	width: 80px;
	height: 80px;
	background-color: #f73b56;
	top: 110px;
	left: 50%;
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	margin-left: -40px;
}

.testimonial .icon i {
	color: #fff;
	font-size: 47px;
	position: absolute;
	z-index: 555;
	left: 50%;
	margin-left: -23px;
}

.single_testimonial p {
	color: #404040;
	font-size: 15px;
	letter-spacing: 1px;
	padding: 50px 15px;
}

.single_testimonial h4 {
	color: #404040;
	font-size: 14px;
	/*	font-family: 'Montserrat', sans-serif;*/
	letter-spacing: 1px;
	margin-bottom: 40px;
}

/*Googlemap*/

.container.map {
	padding: 30px 0 0;
	border-bottom: 1px solid #ddd;
}

.map .col-md-8 {
	margin-top: 20px;
	margin-bottom: 50px;
}

.youtube {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.youtube iframe, .youtube object, .youtube embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*owl-carousel*/

.owl-carousel .owl-item .imgWrapper {
	height: 210px;
}

.owl-carousel .owl-item img {
	width: 200px;
	height: auto;
	margin: 0 auto;
	border-radius: 200px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.owl-carousel .owl-item img:hover {
	width: 210px;
	height: auto;
}

/*Fun Facts*/

.fun_facts {
	background: url(../images/about_bg.jpg) no-repeat;
	background-attachment: fixed !important;
	background-size: cover;
	margin-top: 110px;
}

.fun_facts .section_overlay {
	background: rgba(71, 71, 71, .8);
	padding-bottom: 30px;
}

.single_count {
	padding-top: 120px;
}

.single_count i {
	color: #f73b56;
	font-size: 24px;
}

.single_count h3 {
	/*	font-family: 'Amiri', serif;*/
	color: #fff;
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 0px;
}

.single_count h3#h3 {
	margin-bottom: 20px;
}

.single_count p {
	/*	font-family: 'Amiri', serif;*/
	color: #fff;
	font-size: 14px;
	position: relative;
}

.single_count p:before {
	content: "";
	position: absolute;
	width: 16px;
	height: 1px;
	left: 0;
	bottom: -4px;
	background: #bd9828;
}

.single_image {
	margin-right: 3px;
	position: relative;
	transition: all 1s;
}

.single_image img {
	width: 100%;
}

.single_image a {
	width: 100%;
	height: 100%;
	display: block;
}

.single_image:hover div.image_overlay {
	opacity: 1;
}

.image_overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .8);
	left: 0;
	top: 0;
	opacity: 0;
	transition: all 1s;
}

.image_overlay .full {
	position: absolute;
	top: 20px;
	right: 20px;
	color: #bd9828;
	border: 1px solid #bd9828;
	border-radius: 30px;
	width: 30px;
	height: 30px;
	line-height: 28px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
}

.image_overlay h2 {
	position: absolute;
	bottom: 28px;
	left: 20px;
	font-size: 25px;
	color: #3d3d3d;
	letter-spacing: 3px;
}

.image_overlay h4 {
	position: absolute;
	bottom: 11px;
	left: 20px;
	color: #3d3d3d;
	font-size: 14px;
}

.no_padding {
	padding-left: 0px;
	padding-right: 0px;
}

.work_title {}

.work_title h1, .contact_title h1 {
	font-size: 25px;
	color: #3d3d3d;
	letter-spacing: 5px;
	padding-top: 80px;
	margin-bottom: 20px;
}

.work_title img, .contact_title img {
	margin-bottom: 30px;
}

.work_title p {
	font-size: 14px;
	color: #000;
	margin-bottom: 100px;
}

.last_padding {
	padding-right: 0px;
}

.pad_top {
	padding-top: 2px;
}

.left h2 {
	margin-top: 60px;
	margin-bottom: 20px;
	font-size: 18px;
	color: #000;
	font-weight: bold;
}

.left p {
	margin-bottom: 60px;
	font-size: 14px;
	color: #000;
}

.baton {
	margin-top: 85px;
}

.cs-btn, .cs-btn:active, .cs-btn:visited, .cs-btn:focus {
	color: #666;
	background-color: #D6D6D6;
	border-radius: 0px;
	outline: none;
	padding: 10px 40px;
	letter-spacing: 2px;
	transition: all 1s;
}

.cs-btn:hover {
	background: #C175FF;
	border-color: #C175FF;
	color: #fff;
}

.call_to_action .container {
	padding-bottom: 60px;
	border-bottom: 1px solid #ddd;
}

#imagelightbox {
	position: fixed;
	z-index: 9999;
}

/* OVERLAY */

#imagelightbox-overlay {
	background-color: #fff;
	background-color: rgba( 255, 255, 255, .9);
	/* 色と透明度 */
	position: fixed;
	z-index: 9998;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

/*Contact*/

.single_contact_info {
	padding-bottom: 21px;
}

.single_contact_info h2 {
	color: #3d3d3d;
	font-size: 18px;
	letter-spacing: 3px;
	margin-bottom: 1px;
}

.single_contact_info p {
	font-size: 15px;
	color: #3d3d3d;
}

section.contact {
	margin-bottom: 60px;
}

.contact .container {
	padding-bottom: 40px;
}

.contact_title p {
	font-size: 14px;
	color: #000;
	margin-bottom: 40px;
}

.contact-form {
	background-color: #D1EBFF;
	padding: 30px;
}

.contact-form .form-control {
	height: 43px;
	border-radius: 0px;
	margin-bottom: 10px;
	border: 0px solid #fff;
}

.contact-form #message {
	height: 205px;
}

.form_submit {
	width: 100%;
	background: #004B82;
	border-radius: 0px;
	color: #fff;
	padding-top: 13px;
	padding-bottom: 10px;
	transition: all 1s;
}

.form_submit:hover {
	background-color: #008EF4;
	border-color: #004B82;
}

.contact-form select {
	color: #666;
}

.work-with {
	padding-bottom: 60px;
	padding-top: 10px;
}

.work-with h3 {
	font-size: 14px;
	color: #636363;
}

span.g-red {
	color: red;
}

.single_contact_info a {
	color: #000;
}

.single_service a {
	color: #000;
}

.thanks {
	margin-top: 50px;
	padding: 60px 0;
}

/*Footer*/

footer {
	background-color: #006AB6;
}

.footer_logo {}

.footer_logo img {}

.social {
	padding-top: 65px;
}

.social h2 {
	font-size: 16px;
}

ul.icon_list {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	margin-top: 20px;
}

ul.icon_list li {
	display: inline;
	padding-left: 3px;
	padding-right: 3px;
}

ul.icon_list li a {
	display: inline-block;
	color: #636363;
	border: 1px solid #636363;
	border-radius: 50%;
	text-align: center;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 28px;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
}

ul.icon_list li a:hover {
	transform: rotate(720deg);
	-webkit-transform: rotate(720deg);
}

ul.icon_list li.ft_facebook a:hover {
	border: 1px solid #3b5998;
}

ul.icon_list li.ft_facebook a:hover i {
	color: #3b5998;
}

ul.icon_list li.ft_twitter a:hover {
	border: 1px solid #55acee;
}

ul.icon_list li.ft_twitter a:hover i {
	color: #55acee;
}

ul.icon_list li.ft_google a:hover {
	border: 1px solid #dd4b39;
}

ul.icon_list li.ft_google a:hover i {
	color: #dd4b39;
}

.copyright_text {
	color: #fff;
}

.copyright_text a {
	color: #636363;
	text-decoration: none;
	font-size: 12px;
}

.img_responsive {
	width: 100%;
	height: auto;
}

.img_responsive1 {
	width: 30%;
	height: auto;
}

/*Scroll*/



.container>.navbar-header {
	width: 40%;
}

.navbar-brand>img {
	width: 100%;
}

.cl-be, .cl-af {
	margin-bottom: 5px;
}

.show-sp2 {
	display: none;
}
.sidebar .blog-ul li a:hover {
	opacity: 0.7 !important;
	color: #000 !important;
}
/* .banner_ct {
	padding: 65px 0;
} */
.sidebar-row:last-child {
	margin-top: 40px;
}
@media(max-width: 1200px) {
	#Clearth table {
		line-height: 140%;
	}
}

@media(max-width: 990px) {
	.home_text h2 {
		font-size: 28px;
		letter-spacing: 3px;
	}
	.home_text h2 span {
		font-size: 15px;
	}
	.nav>li {
		font-size: 15px;
	}
	.navbar-brand {
		float: none;
		display: block;
	}
	.navbar-brand img {
		width: 50%;
		height: auto;
		/*		margin-top:-10px;*/
		margin-left: 10px;
	}
	nav li.nav_facebook, nav li.nav_twitter, nav li.nav_blog, nav li.nav_line {
		width: 20%;
		float: left;
		text-align: center;
		background: #fff;
		border-right: 1px solid #e7e7e7;
	}
	nav li.nav_facebook a, nav li.nav_twitter a, nav li.nav_google a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	nav li.nav_google {
		border-right: none;
	}
	.navbar-nav {
		margin: 0 -15px;
	}
	.navbar-nav>li>a {
		border-bottom: 1px solid #fff;
		line-height: 30px;
	}
	.container {
		overflow: hidden;
	}
	.services {
		background-size: 100% auto;
	}
	.services .col-md-3 {
		margin-bottom: 40px;
	}
	.container.map {
		padding: 30px 15px;
	}
	.baton {
		margin-top: 30px;
	}
	.single_count {
		padding-top: 30px;
	}
	.single_count h3#h3 {
		margin-bottom: 0px;
	}
	.pad_top {
		padding-top: 0px;
	}
	.no_padding {
		padding-top: 2px;
	}
	.img_responsive1 {
		width: 100%;
		height: auto;
	}
	#grease p {
		font-size: 16px;
	}
	.cl-af {
		margin-top: 20px;
	}
	.container>.navbar-header {
		width: unset;
	}
}

@media screen and (max-width: 768px) {
	.blog-ul {
		margin-top: 10px !important;
	}
	.sidebar-row {
		margin-top: 30px;
	}
	/* .banner_ct {
		padding: 50px 0;
	} */
	/* .wp-pagenavi {
		margin-bottom: 30px;
	} */
	.mgt-30-sp {
		margin-top: 30px;
	}
	.single-img-left {
		width: 100%;
		float: left;
	}
	.single-img-left img, .single-img-right img {
		width: 100%;
	}
	.single-img-left {
		padding-bottom: 20px;
	}
	#content1 .main-blog {
		width: 100%;
		float: left;
	}
	.sidebar {
		width: 100%;
		float: left;
		margin-top: 30px;
	}
}

@media screen and (max-width: 640px) {
	.blog-photo, .blog-content {
		width: 100%;
		float: left;
		margin-right: 0;
		margin-left: 0;
		padding: 0;
	}
	.home_text h2 {
		font-size: 25px;
		letter-spacing: 1px;
	}
	#grease p {
		font-size: 15px;
		letter-spacing: -1px;
	}
	.blog-photo {
		width: 100%;
		margin-right: 0%;
	}
	.blog-content {
		width: 100%;
		float: left;
	}
}

@media screen and (max-width: 600px) {
	.navbar-brand img {
		margin-top: 10px;
		width: 65%;
	}
}

@media screen and (max-width: 480px) {
	.single-text p img {
		padding-bottom: 10px;
		display: block;
		width: 100%;
	}
	.about_title h3 {
		margin-bottom: 0px;
	}
	.sidebar {
		margin-top: 0px;
	}
	.footer_logo img {
		width: 100%;
	}
	.show-sp2 {
		display: inline-block;
	}
	.show-sp3 {
		display: none;
	}
	#ozone table {
		line-height: 150%;
	}
	#ozone table th.th1 {
		width: 30%;
		padding: 10px 3px;
		line-height: 100%;
	}
	#ozone table th.th2 {
		width: 70%;
	}
	#ozone table td.td1 {
		width: 30%;
		padding: 10px 3px;
	}
	#Clearth table td.td1 {
		padding: 10px 3px;
	}
	#grease p {
		font-size: 16px;
		letter-spacing: 0px;
		text-align: left;
	}
}

/* +++++++++++++++++++ */

/* Blog */

img {
	max-width: 100%;
}

#banner-blog {
	width: 100%;
	position: relative;
	background-size: cover;
	height: 300px;
	overflow: hidden;
}

#post-home {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 30px 0 0 0;
}

#post-home .col-md-4, #post-home .col-sm-6, #post-home .col-sm-8 {
	padding: 0;
}

.thumbnail-img {
	text-align: center;
}

.thumbnail-img a {
	display: inline-block;
	overflow: hidden;
}

.thumbnail-img a img {
	display: block;
	margin: 0 auto;
}

p {
	word-break: break-all;
	word-wrap: break-word
}

.wp-brackum {
	width: 100%;
	overflow: hidden;
}

.wp-brackum ul {
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
	margin: 40px 0 20px 0;
	border-bottom: 1px solid #ccc;
}

.wp-brackum ul li {
	float: left;
	list-style: none;
	padding: 0 5px;
}

.wp-brackum ul li a {
	font-size: 14px;
	color: #000;
	line-height: 160%;
}

.wp-container {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-bottom: 60px;
}

.head-bd h4 {
	color: #004B82;
	font-weight: bold;
	font-size: 20px;
	line-height: 160%;
}

.wp-intro {
	padding: 0;
	margin: 0;
}

.text-detail p {
	font-size: 16px;
	line-height: 160%;
	color: #004B82;
}

.row-title h3.title-style34 {
	font-size: 20px;
	line-height: 160%;
	color: #004B82;
	font-weight: bold;
}