@charset "UTF-8";
body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Verdana,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height: 1.6;
	color: #333;
	/*1em=16px , 0.875em=14px*/
	font-size: 0.9em;
	width: 100%;
	word-break : break-word;
	overflow-x: hidden;
}

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

a { color: #45b035; text-decoration: none;}
a:hover{ text-decoration: none;}
/*h1,h2,h3,h4,h5 {font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;}
h1 {font-size: 2.2em;}
h2 {font-size: 2em;}
h3 {font-size: 1.8em;}
h4 {font-size: 1.4em;}
h5 {font-size: 1.2em;}*/

.link_btn {}
.clearfix{
	clear: both;
	display: block;
	content: "";
}
.green_btn {
	background: rgb(69,176,53);
	border-radius: 6px;
}


.green_btn:hover{
	opacity: 0.6;
}
#content .green_btn a {text-decoration: none;}
.green_btn a {
	display: block;
	padding: 0.5em 2em;
	color: #fff;
}
.green_btn_wrap {
	margin-bottom: 2em;
}

.green_btn_wrap.noimgbtn{
	width: 700px;
}

.green_btn_wrap .green_btn {
	width: 40%;
	margin: 1em 5%;
	float: left;
}
.green_btn.single {
	width: 280px;
	margin: 0 auto;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.green_btn.single a {
	text-align: center;
}

.green_btn_wrap.noimgbtn .green_btn.single {
	margin: 1em 5%;
}

.green_btn .ico_interior,
.green_btn .ico_car {
	padding-top: 0;
	padding-bottom: 1.2em;
}
.green_btn .ico_car {
	padding-top: 0.65em;
	padding-bottom: 1.2em;
}
.green_btn .ico_interior {

}
.green_btn .ico_interior:before {
	content: url(../images/ico_house.png);
	margin-right: 10px;
	position: relative;
	top: 0.75em;
}
.green_btn .ico_car:before {
	content: url(../images/ico_car.png);
	margin-right: 10px;
	position: relative;
	top: 0.5em;
}

	@media screen and (max-width: 680px) {
		.green_btn_wrap .green_btn {
			width: 280px;
			margin: 0 auto;
			float: none;
		}
		.green_btn_wrap.noimgbtn{
			width: 100%;
		}
		.green_btn_wrap.noimgbtn .green_btn.single {
			margin: 1em auto;
		}
		.green_btn_wrap .green_btn:first-child {
			margin-bottom: 1.5em;
		}
		.green_btn.single {
			margin-bottom: 45px;
		}
	}

.left { width: 50%; float: left; border-right: 1px solid #e3e3e3;}
.right { width: 50%; float: right;}

/*カラム分割*/
.column > div { float: left;}

.column2 { width: 48%; margin-right: 4%; margin-bottom: 4%;}
.column2:nth-child(2n) {margin-right: 0;}

.column3 { width: 32%; margin-right: 2%; margin-bottom: 2%;}
.column3:nth-child(3n) { margin-right: 0;}

.column4 { width: 23.5%; margin-right: 2%; margin-bottom: 2%;}
.column4:nth-child(4n) { margin-right: 0;}

/*ーーーーーーーーーーーーーーーーーーーーーーーーー

HEADER

ーーーーーーーーーーーーーーーーーーーーーーーーー*/
#header {
	width: 100%;
	border-bottom: 1px solid #d2d2d2;
}

#header #header_in {
	margin: 0 auto;
}

.logo {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 40px;
	float: left;
}
	@media screen and (max-width: 800px) {
		.logo {
			margin-left: 20px;
		}
	}
.logo img {
	display: block;
}

#page_body #header {
	border: none;
}
#page_body .logo {
	margin-top: 14px;
	margin-bottom: 5px;
	float: left;
}
	@media screen and (max-width: 800px) {

	}

/****************************************************
*nav
****************************************************/
#nav {
	float: right;
	display: block;
}
#nav.top {
	margin-top: 20px;
}
#nav.under ul {
	float: left;
}
@media screen and (max-width: 740px) {
	#nav.under ul {
		float: none;
	}
}
#nav li {
	list-style: none;
	float: left;
}
#nav li a {
	display: block;
	padding: 1.5em;
	font-weight: bold;
	letter-spacing: 2px;
}
#nav li.current a {
	color: #fff;
}

#nav .li_aboutus:hover { box-shadow: inset 0 -5px 0 #316abf; }
#nav .li_service:hover { box-shadow: inset 0 -5px 0 #45b035; }
#nav .li_product:hover { box-shadow: inset 0 -5px 0 #45b035; }
#nav .li_member:hover { box-shadow: inset 0 -5px 0 #e4c328; }
#nav .li_sds:hover { box-shadow: inset 0 -5px 0 #f3893b; }
#nav .li_faq:hover { box-shadow: inset 0 -5px 0 #e4c328; }
#nav .li_news:hover { box-shadow: inset 0 -5px 0 #666; }
#nav .li_contact:hover { box-shadow: inset 0 -5px 0 #666; }

/* 言語選択  */
#nav.top ul.lang,
#nav.under ul.lang {
	float: left;
	margin: 17px 15px 0;
	float: left;
	border: 3px solid #45b035;
}
#nav.top ul.lang li a,
#nav.under ul.lang li a{
	padding: .5em 1em;
	font-size: 12px;
}
#nav.top ul.lang .li_en a,
#nav.under ul.lang li.li_en a{
	background: #45b035;
	color: #FFF
}
#nav.top ul.lang .li_ja a:hover,
 #nav  .lang .li_ja a:hover {
	background: #45b035;
	color: #FFF
}
/*
#nav  .lang .li_en a:hover {
	 box-shadow: inset 0 -5px 0 #87CEFA;
} */


#nav li:hover a {
	text-decoration: none;
	color: #333;
}
#nav li.current:hover a {
	color: #fff;
}

#nav .current.li_aboutus { background: #316abf;}
#nav .current.li_service { background: #45b035;}
#nav .current.li_product { background: #45b035;}
#nav .current.li_member { background: #e4c328;}
#nav .current.li_sds { background: #f3893b;}
#nav .current.li_faq { background: #e4c328;}
#nav .current.li_news { background: #666;}
#nav .current.li_contact { background: #666;}

	@media screen and (max-width: 740px) {
		#nav {
			float: none;
			clear: both;
			display: none;
		}
		#nav li {
			width: 100%;
			float: none;
			text-align: center;
		}
		#nav li:hover {
		        box-shadow: 0 0 0 #fff !important;
		}
		#nav li a,
		#nav li.current a,
		#nav li.current:hover a { color: #333; }

		#nav .li_aboutus,#nav .li_aboutus.current { background: #c2d3ec; }
		#nav .li_service,#nav .li_service.current { background: #c8e7c3; }
		#nav .li_product,#nav .li_product.current { background: #c8e7c3; }
		#nav .li_member,#nav .li_member.current { background: #f7edbf; }
		#nav .li_faq,#nav .li_faq.current { background: #f4efbd; }
		#nav .li_sds,#nav .li_sds.current { background: #f9c98b; }
		#nav .li_news,#nav .li_news.current { background: #d1d1d1; }
		#nav .li_contact ,#nav .li_contact.current{ background: #c7c7c7; }

		#nav.top ul.lang,
		#nav.under ul.lang {
			border: none;
			float: none;
			margin: 10px;
		}
		#nav.top ul.lang::after,
		#nav.under ul.lang::after {
			clear: both;
			content: "";
			display: block;
		}
		#nav.top ul.lang li,
		#nav.under ul.lang li{
			float: left;
			width: 50%;
			border: 2px solid #45b035;
		}
		#nav .li_ja { 
			width: 100%;
			background: #fff;
		}
		#nav .li_en { 
			width: 100%;
		 }
		#nav.top ul.lang li a,
		#nav.under ul.lang li a{
			width: 100%;
			box-sizing: border-box;
			color: #45b035;
		}

		#nav li {
		display: block;
		opacity: 0;
		transform: scale(1.5, 1.5);
		transition: opacity .3s ease-out,transform .3s ease-out; }

		#nav li:nth-child(1) {
		transition-delay: 0.06667s; }
		#nav li:nth-child(2) {
		transition-delay: 0.13333s; }
		#nav li:nth-child(3) {
		transition-delay: 0.2s; }
		#nav li:nth-child(4) {
		transition-delay: 0.26667s; }
		#nav li:nth-child(5) {
		transition-delay: 0.33333s; }

#nav.open li {
opacity: 1 !important;
transform: scale(1, 1) !important; }

	}

/*ーーーーーーーーーーーーーーーーーーーーーーーーー

TOP VISUAL

ーーーーーーーーーーーーーーーーーーーーーーーーー*/
#top_visual {
	border-bottom: 1px solid #d2d2d2;
}
#top_visual #left {
	width: 40%;
	float: left;
	position: relative;
}
#top_visual #left a {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
}
#top_visual #left img {
	display: block;
	margin: 0 auto;
	margin-top: -50%;
	margin-left: -50%;
}
	@media screen and (max-width: 800px) {
		#top_visual #left {
			width: 100%;
			float: none;
			height: auto !important;
		}
		#top_visual #left img {
			display: none;
		}
	}

#top_visual #right {
	width: 60%;
	float: left;
}
	@media screen and (max-width: 800px) {
		#top_visual #right {
			width: 100%;
		}
	}

.top_column2 {
	width: 50%;
	float: left;
}
#top_visual .service { background: #45b035;}
#top_visual .aboutus { background: #316abf;}
#top_visual .member { background: #e4c328;}
#top_visual .sds { background: #f3893b;}

#top_visual .box {
	width: 100%;
	padding: 1em;
	margin-bottom: 0;
	border: none;
	position: relative;
	z-index: 2;
	-webkit-transition: 0.5s;
	   -moz-transition: 0.5s;
	    -ms-transition: 0.5s;
	     -o-transition: 0.5s;
	        transition: 0.5s;
}
#top_visual .box h2 {
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 1.5em;
	position: absolute;
	top: 0.5em;
	left: 1em;
}
#top_visual .box a img {
	display: block;
	margin: 50px auto;
}
#top_visual .box .ico {
	width: 12px;
	height: 20px;
	bottom: 1em;
	position: absolute;
	right: 1em;
	-webkit-transition: 0.25s;
	   -moz-transition: 0.25s;
	    -ms-transition: 0.25s;
	     -o-transition: 0.25s;
	        transition: 0.25s;
}

#top_visual .box:hover {
	/*transform:scale(1.02);*/
	z-index: 5;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
#top_visual .box:hover .ico {
	margin-right: -0.5em;
}


/****************************************************
*PAGE VISUAL
****************************************************/
#page_visual {
	padding: 70px;
	margin-bottom: 1em;
}
#page_visual  h2 {
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 1.5em;
	line-height: 60px;
}
#page_visual  h2 img {
	display: block;
	float: left;
	margin-right: 10px;
}
#page_visual.aboutus { background: #316abf; padding: 70px 40px;}
#page_visual.member { background: #e4c328; padding: 70px 40px;}
#page_visual.faq { background: #e4c328; padding: 70px 40px;}
#page_visual.sds { background: #f3893b; padding: 70px 40px;}
#page_visual.service { background: #45b035; padding: 70px 40px;}
#page_visual.product { background: #45b035; padding: 70px 40px;}
#page_visual.news { background: #666; padding: 70px 40px; margin-bottom: 0;}
#page_visual.contact { background: #666; padding: 70px 40px;}

	@media screen and (max-width: 800px) {
		#page_visual.aboutus { background: #316abf; padding: 35px 20px;}
		#page_visual.member { background: #e4c328; padding: 35px 20px;}
		#page_visual.faq { background: #e4c328; padding: 35px 20px;}
		#page_visual.sds { background: #f3893b; padding: 35px 20px;}
		#page_visual.service { background: #45b035; padding: 35px 20px;}
		#page_visual.product { background: #45b035; padding: 35px 20px;}
		#page_visual.news { background: #666; padding: 35px 20px; margin-bottom: 0;}
		#page_visual.contact { background: #666; padding: 35px 20px;}
	}

/*ーーーーーーーーーーーーーーーーーーーーーーーーー

CONTENTS

ーーーーーーーーーーーーーーーーーーーーーーーーー*/
#main {
	width: 100%;
}

#content {
	/*width: 800px;*/
	margin: 0 auto;
	/*background: #ccc;*/
}
#content a{
	text-decoration: underline;
}


.news_title {
	position: relative;
	z-index:5;
	padding: 1.5em;
	box-shadow: 0 4px 4px rgba(0,0,0,0.1);
}

.news_title h2 {
	position: absolute;
	left: 50%;
	margin-left: -44px;
}
.news_title a {
	float: right;
}
.news_title a img {
	display: block;
}

.page h2 {
	word-break: normal;
	font-weight: bold;
	font-size: 23px;
	text-align: center;
	border-bottom: 5px solid #45b035;
	width: 500px;
	margin: 2em auto;
	padding-bottom: 10px;
}

.car .page h2 {
	border-bottom: 5px solid #00a0e8;
}

.page h2 span.product-ttl {
    background: #45b035;
    padding: 3px 5px;
    font-weight: bold;
    border-radius: 5px;
    color: #fff;
    margin-right: 3px;
}

.car .page h2 span.product-ttl {
    background: #00a0e8;
}
.car02 .page h2 span.product-ttl {
    background: #45b035;
}
.page h3 {
	word-break: normal;
	font-weight: bold;
	font-size: 23px;
	text-align: center;
	padding: 0.5em;
	letter-spacing: 1px;
	margin-bottom: 1em;
	color: #45b035;
}
.car .page h3 {
	color: #00a0e8;
}
.car02 .page h3 {
	color: #45b035;
}

.page h4 {
	font-weight: bold;
	font-size: 19px;
	margin-bottom: 1em;
}


.page h4.h4-s{
	font-size: 17px;
}
.page h4 span {
	font-weight: bold;
	color: #45b035;
}

.page h5 {
	font-weight: bold;
	font-size: 19px;
	color: #45b035;
	border-bottom: 2px solid #45b035;
	margin-bottom: 1em;
}
/*.page.aboutus h5 { border-color: #316abf; }
.page.member h5 { border-color: #e4c328; }
.page.service h5 { border-color: #45b035; }
.page.news h5 { border-color: #666; }
.page.contact h5 { border-color: #666; }*/

.page p {
	overflow: hidden;
}

.page .forbusiness{
	word-break: normal;
    text-align: center;
    /* width: 200px; */
    margin: 10px auto;
    font-size: 50px;
    font-weight: bold;
    color: red;
    /*border: 2px solid red;*/
}
.page .characteristic {
    border: 3px solid #45b035;
    padding: 10px;
}
.car .page .characteristic {
    border: 3px solid #00a0e8;
}
.car02 .page .characteristic {
    border: 3px solid #45b035;
}
.page .characteristic p{
	font-weight: bold;
}

.inner {
	width: 800px;
	margin: 0 auto;
}
	@media screen and (max-width: 800px) {
		.page h2 {
			width: 100%;
		}

		.page p {
			overflow: visible;
		}
		.page .forbusiness{
			font-size: 30px;
		}

		.inner  {
			width: 100%;
			padding: 0 1em;
			margin: 0 auto 45px;
		}
	}

.page table {
	width: 100%;
	margin-bottom: 4em;
}
.page table th {
	padding: 0.5em;
	border-bottom: 1px solid #d7d7d7;
	width: 170px;
	text-align: left;
}
.page table td {
	padding: 0.5em;
	border-bottom: 1px solid #d7d7d7;
}
	@media screen and (max-width: 800px) {
		.page table th,
		.page table td {
			width: 100%;
			display: block;
		}
		.page table th {
			background: #eee;
    		padding: 0.5em;
		}
	}

/****************************************************
*NEWS POST
****************************************************/
.news_post {
	background: url(../images/pic_noimage.png);
	-webkit-background-size: 50%;
	     -o-background-size: 50%;
	        background-size: 50%;
}
.news_post .column2 {

	position: relative;
	width: 50%;
	margin-right: 0;
	margin-bottom: 0;
	z-index: 2;
	box-shadow: 5px 5px 15px rgba(0,0,0,0);
	-webkit-transition: 0.75s;
	   -moz-transition: 0.75s;
	    -ms-transition: 0.75s;
	     -o-transition: 0.75s;
	        transition: 0.75s;
}
	@media screen and (max-width: 800px) {
		.news_post .column2 {
			width: 100%;
			border-bottom: 1px solid #b1b1b1;
		}

		.news_post .column2:last-child{
			border-bottom: none;
		}
	}
.news_post .column2 img {
	display: block;
	width: 100%;
	height: auto;
}
.news_post .column2 .post_wrap {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(255,255,255,0.7);
	padding: 1em;
	border-top: 1px solid #b1b1b1;
}
.news_post .column2 .date {
	color: #45b035;
	margin-bottom: 0.5em;
	font-weight: bold;
	/* opacity: 0; */
}
.news_post .column2 .title {
	font-weight: bold;
	width: 90%;
	/* opacity: 0; */
}
.news_post .column2 .title a{
	color: #333;
	text-decoration: underline;
}
.news_post .column2 .title a:hover {
	color: #333;
	text-decoration: none;
}
.news_post .column2 .post_wrap .ico {
	width: 10px;
	height: 16px;
	position: absolute;
	right: 1em;
	bottom: 50%;
	margin-bottom: -20px;
	-webkit-transition: 0.5s;
	   -moz-transition: 0.5s;
	    -ms-transition: 0.5s;
	     -o-transition: 0.5s;
	        transition: 0.5s;
}

.news_post .column2:hover {
	/*transform:scale(1.02);*/
	position: relative;
	z-index: 100;
	/*border-radius: 1px;*/
	/*-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.5);*/
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

.news_post .column2:hover .post_wrap .ico {
	right: 0.5em;
}


	@media screen and (max-width: 800px) {


	}
/****************************************************
*CONTACT
****************************************************/
.contact_bar {
	background: #e7e7e7;
	position: relative;
	padding: 1.5em;
	-webkit-transition: 0.5s;
	   -moz-transition: 0.5s;
	    -ms-transition: 0.5s;
	     -o-transition: 0.5s;
	        transition: 0.5s;
}
.contact_bar img {
	/*position: absolute;*/
	/*left: 50%;*/
	/*margin-left: -94px;*/
	display: block;
	margin: 0 auto;
}
.contact_bar a {
	background: url(../images/ico_arw_g.png) no-repeat 99.5%;
	display: block;
	-webkit-transition: 0.5s;
	   -moz-transition: 0.5s;
	    -ms-transition: 0.5s;
	     -o-transition: 0.5s;
	        transition: 0.5s;
}
.contact_bar:hover {
	/*transform:scale(1.02);*/
	z-index: 5;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
.contact_bar:hover a {
	background: url(../images/ico_arw_g.png) no-repeat 100%;
}

/****************************************************
*CONTACT FORM mw wp form
****************************************************/
.contact_area p {
	overflow: visible;
}
.contact_area .grn_border{
	border: 5px solid #f3893b;
	border-radius: 6px;
	padding: 20px;
}
.contact_area .form_sdsdl_ttl{
	font-weight: bold;
	font-size: 16px;
	color: #f3893b;
	margin-bottom: 5px;
}
.contact_area .grn_border label{
	display: inline-block;
	margin-bottom: 10px;
}
.contact_area .grn_border label:last-child{
	margin-bottom: 0;
}
.contact_area {
	margin-top: 1em;
}
.contact_area .column2 {
	margin-bottom: 0;
}
.contact_area input,
.contact_area textarea {
	width: 100%;
	border: 1px solid #ccc;
	padding: 5px;
	font-size: 16px;
	background: #fff;
}

.contact_area .mwform-tel-field input[type="text"]{
	width: 27.5%;
}

.contact_area .mwform-checkbox-field input[type="checkbox"]{
	width: 20px;
}
input[value=Confirm],
input[value=Back],
input[value=Send],
.to_pagetop_link {
	width: 200px;
	height: 50px;
	margin: 1em auto 0;
	background: #45b035;
	border: none;
	color: #fff;
	font-size: 1.2em;
	border-radius: 6px;
	margin: 1em;
}
.to_pagetop_link {
	display: block;
	margin: auto;
	padding-top: 1em;
}
.to_pagetop_link:hover a {
	color: #fff;
	text-decoration: none;
}

.confirm .contact_area p {
	/*border-bottom: 1px solid #45b035;*/
}

	@media screen and (max-width: 800px) {
		.contact_area .column2,
		.contact_area textarea {
			width: 95%;
			float: none;
		}
	}



/*ーーーーーーーーーーーーーーーーーーーーーーーーー

FOOTER

ーーーーーーーーーーーーーーーーーーーーーーーーー*/
#footer {
	width: 100%;
	margin-top: 60px;
	padding-bottom: 25px;
	padding-top: 25px;
	border-top: 5px solid #45b035;
}

#footer #footer_in {
	margin: 0 auto;
}
#footer #footer_in .footer_logo {
	margin-left: 40px;
}

.copyright {
	text-align: right;
	font-size: 12px;
	margin-right: 20px;
	/*color: #ccc;*/
}

	@media screen and (max-width: 800px) {
		#footer {
			margin-top: 0;
		}
		#footer #footer_in .footer_logo {
			margin: 0 auto;
			display: block;
			text-align: center;
		}
		.copyright  {
			text-align: center;
			margin: 1em auto 0;
		}
	}

/*ーーーーーーーーーーーーーーーーーーーーーーーーー

WordPress and WP Plug-in

ーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*投稿・固定ページ用
ーーーーーーーーーーーーーーーー*/
.aligncenter {
	text-align: center;
	display: block;
	margin: 0 auto;
}

.alignright {
	float: right;
	display: block;
	margin-left: 15px;
}

.alignleft {
	float: left;
	display: block;
	margin-right: 10px;
}

.page p {
	margin: 0;
	padding: 0;
	margin-bottom: 1.5em;
	word-break: normal;
}

.page ol {
	margin-left: 40px;
}

.page ul {
	margin-left: 35px;
}

.box_btn01{
	width: 485px;
	margin: 0 auto 2em;
}


.box_btn01 a:hover{
	opacity: 0.7;
}

/*パスワード保護ページのCSS*/
.page .post-password-form{
	text-align: center;
	margin-bottom: 13em;
}

	@media screen and (max-width: 485px) {

	.box_btn01{
		width: 100%;
		margin: 0 auto 2em;
	}

.box_btn01 .alignright {
	float: none;
	display: block;
	text-align: center;
	margin: 0 auto;
}

.box_btn01 .alignleft {
	float: none;
	display: block;
	text-align: center;
	margin: 0 auto;
}

	}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

/*ページナビゲーション
ーーーーーーーーーーーーーーーー*/
.wp-pagenavi {
  display: table;
  margin: 60px auto 0;
  color: #666;
  font-size: 13px;
}
.wp-pagenavi span {
	padding: 8px 15px !important;
	margin-left: -3px !important;
}
.wp-pagenavi a {
	padding:8px 15px !important;
	float: left;
	display: block;
    color: #666;
-webkit-transition: .5s;
	   -moz-transition: .5s;
	    -ms-transition: .5s;
	     -o-transition: .5s;
	        transition: .5s;
border: 1px solid #fff;
	margin-left: -3px !important;
}

.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink { background: none; border: 1px solid #ccc; }
.wp-pagenavi .page,
.wp-pagenavi .pages,
.wp-pagenavi .last,
.wp-pagenavi .first { background: none; border: 1px solid #ccc; float:left;}
.wp-pagenavi .extend { background: none; border: none; float: left;}
.wp-pagenavi .current, .wp-pagenavi a:hover { background: #d90000; float:left; border: 1px solid #ccc;-webkit-transition: .5s;
	   -moz-transition: .5s;
	    -ms-transition: .5s;
	     -o-transition: .5s;
	        transition: .5s;
		color: #fff;}
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

/* mirax(ミラクスとは) */
.about_mirax .column2 {
	background: #e6e6e6;
	padding: 1em;
}

.about_mirax .column2 img {
	display: block;
	margin: 0 auto 1em;
}

.about_mirax .column2 .text {
	background: #f9f9f9;
	text-align: center;
	margin-bottom: 0;
}
.about_mirax .column2 .text td {
	vertical-align: middle;
	border: none;
	padding: 1em;
	font-size: 14px;
}
	@media screen and (max-width: 680px) {
		.about_mirax .column2 {
			width: 100%;
		}
	}


/* ミラクス 室内専用消臭・除菌剤 */
/*.interior .page h2:after,
.car .page h2:after {
	content: "業務用";
	color: #808080;
	border: 1px solid #808080;
	position: relative;
	top: -3px;
	font-weight: normal;
	font-size: 12px;
	padding: 5px;
	margin-left: 1em;
}
	@media screen and (max-width: 680px) {
		.interior .page h2:after,
		.car .page h2:after {
			display: inline-block;
		}
	}*/

.house_note{
	border: 5px #e7340d solid;
	border-radius: 10px;
	padding: 30px;
	margin-bottom: 45px;
}
.house_note ul{
	margin-left: 0;
}
.house_note ul li{
	list-style: none;
	margin-bottom: 5px;
	word-break: normal;
}
.house_note ul li:last-child{
	margin-bottom: 0;
}
.box {
	/*border: 1px solid #45b035;*/
	/*padding: 1em;*/
	margin-bottom: 2em;
}
.box img {
	display: block;

}
.box .column3 {
	margin-bottom: 0;
}
.box .column3 p {
	/*margin-bottom: 0;*/
	padding-left: 1em;
	text-align: center;
	/*color: #45b035;*/
	/*font-weight: bold;*/
}
.box .column3 .title {
	/*width: 160px;*/
	margin: 0 auto;
	margin-bottom: 0.5em;
	text-align: center;
}
	@media screen and (max-width: 680px) {
		.box .column3 {
			width: 100%;
			margin-bottom: 1em;
		}
		.box .column3:last-child {
			margin-bottom: 0;
		}
	}


.use_box .column3 {
	border: 1px solid #45b035;
	padding: 10px;
	font-size: 14px;
}
.use_box .column3 p:last-child {
	margin-bottom: 0;
}
.use_box .column3 .number {
	background: #45b035;
	color: #fff;
	padding: 2px 8px;
	float: left;
	display: block;
	margin-left: -10px;
	margin-top: -10px;
	margin-right: 10px;
}
.use_box .column3 .green {
	color: #45b035;
	font-weight: bold;
}
.use_box .column3 img {
	margin: 0 auto;
	display: block;
}
	@media screen and (max-width: 680px) {
		.use_box .column3 {
			width: 100%;
			margin-bottom: 1em;
		}
	}


.interior .use3_img { margin-top: 10px !important;}
.interior .use5_img { margin-top: 30px !important;}
.interior .use6_img { margin-top: 20px !important;}
.interior .use9_img { margin-top: 10px !important;}

.car .use2_img { margin-top: 20px !important;}
.car .use3_img { margin-top: 30px !important;}
.car .use5_img { margin-top: 30px !important;}
.car .use6_img { margin-top: 60px !important;}
.car .use9_img { margin-top: 30px !important;}

.number_wrap {
	margin-bottom: 1.5em;
}
.number_wrap p {
	overflow: visible;
	margin-left: 22px;
	margin-bottom: 5px;
}
.number_wrap .small {
	font-size: 0.8em;
}
.circle_number {
	background: #45b035;
	color: #fff;
	border-radius: 50%;
	padding: 3px 6px;
	font-size: 14px;
	margin-right: 5px;
	margin-left: -22px;
}

.car .circle_number {
	background: #00a0e8;
}
.tbl_inner {
	width: 620px;
	margin: 1.5em auto;
}
.tbl_inner .use_tbl {
	margin-bottom: 0;
}
.tbl_inner .use_tbl th,
.tbl_inner .use_tbl td {
	border: 1px solid #000;
	padding: 0.5em;
	text-align: center;
}
.tbl_inner .use_tbl th {
	background: #daeed8;
}
.tbl_inner .use_tbl th.th_width {
	width: 70%;
}
.tbl_inner .use_tbl .tal {
	text-align: left;
}
.tbl_inner .caption {
	color: #45b035;
	font-size: 12px;
}
.tbl_inner p {
	margin-left: 0;
}
	@media screen and (max-width: 800px) {
		.tbl_inner .use_tbl th,
		.tbl_inner .use_tbl td {
			display: table-cell;
			width: auto;
		}
	}

	@media screen and (max-width: 680px) {
		.tbl_inner {
			width: 100%;
		}

	}


/* ミラクス クルマ専用消臭・除菌剤 */
.car__info--message--wrap{
	margin-bottom: 1.5em;
	padding: 0 25px;
}

.car__info--message--wrap .left{
	border-right: none;
	width: 60%;
}
.car__info--message--wrap .right{
	text-align: center;
	vertical-align: middle;
	width: 40%;
}

.page p.car__info--message{
	background: url('../images/car_vec_bottom.png')no-repeat center bottom;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #EA5514;
	text-align: center;
	padding-bottom: 35px;
	margin-bottom: 0.1em;
}

.page .car02 p.car__info--message{
	background: url('../images/_vec_bottom.png')no-repeat center bottom;
}

.page p.car__info--message02{
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	color: #00a0e8;
}
.page .car02 p.car__info--message02{
	color: #45b035;
}
.page p.product_car_info{
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}
.page p.car__info--message02 span{
	font-weight: bold;
	font-size: 50px;
	letter-spacing: 2px;
	color: #00a0e8;
}
.page .car02 p.car__info--message02 span{
	color: #45b035;
}

.product_car__task li{
}

.product_car__task li .green_circ{
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	background: #00a0e8;
	margin-right: 5px;
	vertical-align: middle;
}
.page p.service_box--title{
	word-break: normal;
	text-align: center;
	font-size: 16px;
	min-height: 50px;
	margin-bottom: 0.3em;
	color: #00a0e8;
}
/* .over_title {
	width: 118%;
} */
.page .car02 p.service_box--title{
	color: #45b035;
}
.service_box.product_car .desc{
	font-size: 12px;
	color: #EA5514;
	text-align: right;
}
.service_box02.product_car img{
	width: 100px;
	height: auto;
}
.car__movie--wrap{
	text-align: center;
	margin-bottom: 50px;
}
	@media screen and (max-width: 680px) {
		.service_box.product_car .column3{
			float: none;
			width: 100%;
		}
		.car__movie--wrap{
			width: 100%;
			position: relative;
			padding-bottom: 75%;
		}
		.car__movie--wrap iframe{
			width: 100%;
			height: 100%;
			position: absolute;
			top: 0;
			left: 0;
		}
	}
/* 製品について */
.service_box.product_car {
	margin-top: 4em;
}
.service_box.product_car  .agenda tr {
	height: 200px;
}

.service_box.product_car  .agenda th {
	background: url(../images/bg_building.png) no-repeat center 30px;
	-webkit-background-size: 100%;
	background-size: 100%;
}

.service_box.product_car li {
	word-break: normal;
}

.service_box .agenda {
	background: #45b035;
	padding: 0 !important;
}
.car .service_box .agenda {
	background: #00a0e8;
}
.service_box .agenda th {
	padding: 0;
	border: none;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	font-size: 1.2em;
	padding-top: 10px;
	background: url(../images/bg_building.png) no-repeat center 60px;
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
}
.service_box .column4 {
	border: 1px solid #45b035;
	padding: 0 0.5em;
}
.service_box .column3 {
	border: 1px solid #45b035;
	padding: 0 0.5em;
}

.car .service_box .column4 {
	border: 1px solid #00a0e8;
}
.service_box .column4 ul {
	margin: 0;
}
.service_box .column4 ul li{
	/* font-size: 13px; */
}
.service_box .column3 ul {
	margin: 0;
}
.service_box .column3 ul li{
	font-size: 13px;
}

.service_box table {
	margin-bottom: 0;
}
.service_box table th {
	border-bottom: 5px solid #a7d9a0;
	color: #45b035;
	font-weight: bold;
	/*margin: 0 1em;*/
	background-color: #fff;
	vertical-align: middle;
	line-height: 1.4;
	height: 50px !important;
}
.interior .service_box table th {
	font-size: 0;
}
.interior .service_box table th.agenda_ttl{
	font-size: 1.2em;
}
.service_box table th img {
	display: inline-block;
	/*margin-top: -15px;*/
	margin-right: 5px;
	margin-bottom: 0;
	float: left;
}
.service_box table th .img_wrap {
	display: inline-block;
	/*margin-top: -15px;*/
	margin-right: 5px;
	margin-bottom: 0;
	float: none;
	width: 30%;
	text-align: center;
}
.service_box table th .img_wrap img {
	display: inline;
	float: none;
}


.service_box .column3 table th .th_inner{
	/* margin-top: 9px; */
	width: 65%;
	display: inline-block;
	vertical-align: top;
}
/* .service_box .column3 table th .th_inner.w70{
	width: 70%;
} */
.service_box .column3 table th span{
	font-weight: bold;
	font-size: 12px;
}


.service_box table th br{
	display: none;
}
.service_box table th br.sp{
	display: none;
}
.service_box table td {
	border: none;
	padding-left: 1.2em;
	padding-right: 0;
}


	@media screen and (max-width: 800px) {
		.service_box table th,
		.service_box .agenda th {
			display: table-cell;
		}

		.service_box table th span.sp_mt0{
			margin-top: 0;
		}
		.service_box table th br.sp{
			display: inline;
		}
	}

	@media screen and (max-width: 680px) {

		.service_box.product_car  .agenda tr {
			height: auto;
		}
		.service_box .agenda th {
			padding-bottom: 10px;
		}
		.service_box.product_car .agenda th {
			background: none;
		}


		.service_box .column4 {
			width: 100%;
			float: none;
		}
		.service_box .column4 th {
			background: none;
			margin: 0;
			height: auto !important;
		}

	}


/* service配下のリンクボタン */
.service_child_link {
	margin-top: 4em;
}
.service_child_link li {
	float: left;
	list-style: none;
	width: 30%;
	margin-right: 5%;
	background: #45b035;
	border-radius: 6px;
	text-align: center;
	-webkit-transition: 0.5s;
	   -moz-transition: 0.5s;
	    -ms-transition: 0.5s;
	     -o-transition: 0.5s;
	        transition: 0.5s;
}
.service_child_link li:last-child {
	margin-right: 0;
}

.service_child_link li a {
	color: #fff;
	display: block;
	padding: 1em;
}
.service_child_link li:hover a {
	text-decoration: none;
}
.service_child_link li:hover {
	background: #2e801f;
}
	@media screen and (max-width: 720px) {
		.service_child_link li {
			width: 100%;
			margin-right: 0;
			margin-bottom: 1em;
		}
		.service_child_link li:last-child {
			margin-bottom: 0;
		}
		.service_child_link {
			margin-left: 0 !important;
		}
	}


/* スマホ用メニューボタン */
@media screen and (max-width: 740px) {
	.sp_nav_btn {
		float: right;
		margin-top: 1em;
		margin-right: 20px;
	}

		.sp_nav_btn.header_top {
			margin-top: 2em;
		}

	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		position: relative;
		width: 40px;
		height: 34px;
	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 4px;
		background-color: #999;
		border-radius: 4px;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 15px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}
	.menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(15px) rotate(-45deg);
		transform: translateY(15px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-15px) rotate(45deg);
		transform: translateY(-15px) rotate(45deg);
	}
}

/*page - FAQ*/

/*1.Question*/
.page .faq{
	margin-bottom: 60px;
}

.page .faq p{
	float: left;
	background: url(../images/ico_faq-q.png) no-repeat 0;
	background-color: #fff;
	padding-left: 37px;
	padding-right: 20px;
	padding-top: 2px;
	margin-bottom: 0;
}
.page .faq p span{
}

.page .faq div{
	margin-bottom: 1.5em;
	background: url(../images/bg_dotted.png) repeat-x 1px 45%;
background-size: 2px 2px;
}

.page .faq a{
	display: block;
	float: right;
	padding-left: 20px;
	background-color: #fff;
}

.page .faq a img:hover{
	opacity: 0.7;
}

.page .faq a img{
	vertical-align: bottom;
}

h3.h3_faq{
	color: #e8c248;
    width: 800px;
    padding: 0;
    margin: 0 auto 35px auto;
    text-align: left;
    position: relative;
}
h3.h3_faq span{
	font-size: 0.8em;
	font-weight: bold;
}

h3.h3_faq .sds_dl_btn{
	position: absolute;
	top: 0;
	bottom:0;
	right: 0;
	margin: auto;
	padding: 10px 25px 10px 10px;
	background-image: url('../images/ico_dl_18px.png');
	background-color: #e8c248;
	background-repeat: no-repeat;
	background-position: right 5px center;
	color: #fff;
	font-size: 12px;
	border-radius: 6px;
}

h3.h3_faq .sds_dl_btn:hover{
	opacity: 0.6;
	text-decoration: none;
}
@media (max-width:768px){


h3.h3_faq .sds_dl_btn{
	position: static!important;
	display: inline-block;
	margin-top: 5px;
}
	.page .faq p{
		width: 64%;
		padding-right: 0;
	}

	.page .faq a {
		background: none;
		position: absolute;
		top: 27%;
		right: 0;
	}

	.page .faq div{
		background: none;
		position: relative;
	}

	h3.h3_faq{
		width: 100%;
		padding: 0 1em;
	}
}

/*2.Q and A*/
.page .faq02{
	margin-bottom: 30px;
}


.page .faq02:last-child{
	margin-bottom: 0;
}


	.page .faq02 .ttl{
		padding: 17px 37px 17px 37px;
		background-color: #e8c248;
	}
	.page .faq02 p{
		margin-bottom: 0;
	}

	.page .faq02 .ttl p span{
		color: #fff;
		font-size: 15px;
		padding-right: 35px;
	}

	.page .faq02 .answer{
		padding: 30px 30px 30px 133px;
		border: 2px solid #e8c248;
		border-top: none;
		background: url(../images/ico_faq-a.png) no-repeat 17px;
	}

/*
	.page .faq02 .answer img{
		margin-right: 30px;
	}*/

	.page .faq02 .gotop{
		width: 100%;
		text-align: right;

	}

	.page .faq02 .gotop a{
		display: inline;
		padding:3px 0 3px 15px;
		background: url(../images/btn_gotop-faq.png)no-repeat 0 2px;
		vertical-align: middle;
		font-size: 10px;
	}

	.page .faq02 .faq_btn-form{
		display: inline-block;
		background: #e8c248;
		border-radius: 5px;
		text-align: center;
		font-weight: bold;
		margin-top: 5px;
	}

	.page .faq02 .faq_btn-form a{
		display: block;
		color: #fff;
		padding: 5px 10px;
	}

	.page .faq02 .faq_btn-form:hover{
		opacity: 0.7;
	}

	.page .faq02 .faq_btn-form a:hover{
		text-decoration: none;
	}

@media (max-width: 768px){
	.page .faq02 .ttl p span{
		display: block;
	}
}

@media (max-width: 480px){
	.page .faq02 .ttl{
		padding: 10px 10px 10px 20px;
	}
	.page .faq02 .answer{
		padding: 20px 20px 20px 110px;
		min-height: 111px;
	}
}



/* 2017_0424
page_product */

.prod_num_wrap{
	margin: 35px 0 55px;
	padding: 0 80px;
}

.prod_num_wrap .prod_list:first-of-type{
	margin-bottom: 30px;
}
.prod_list h3{
	margin-bottom: 0;
}
.prod_list ul{
	padding: 25px;
	margin-left: 0;
	border: 5px solid rgb(69,176,53);
	border-radius: 6px;
	list-style: none;
}
.prod_list ul li{
	margin-bottom: 10px;
}
.prod_list ul li:last-child{
	margin-bottom: 0;
}
@media (max-width: 768px){
	.prod_num_wrap{
		padding: 0 30px;
	}
}

@media (max-width: 480px){
	.prod_list h3{
		font-size: 18px;
	}
	.prod_num_wrap{
		margin: 35px 0 45px;
		padding: 0 0;
	}
}


/* 2017_0428
page_SDS */

.sds_link_btn_wrap.green_btn.single{
	margin: 45px auto;
	position: relative;
}
.sds_link_btn_wrap .green_btn.single::after{
	content: url('../images/ico_dl_28px.png');
	width: 28px;
	height: 28px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
}




/* 2017_0428
page_SDS-DL */
.sds_dl .read{
	font-weight: bold;
}
.sds_dl ul{
	margin:45px 0;
}
.sds_dl ul li{
	list-style: none;
	border: 5px solid #f3893b;
	border-radius: 6px;
	margin-bottom: 4%;
	padding: 20px;
}
.sds_dl ul li p{
	font-weight: bold;
}
.sds_dl ul li a{
	position: relative;
	width: 80%;
	margin: 0 auto;
	padding: 10px 0;
	border-radius: 6px;
	background: #f3893b;
	color: #fff;
	display: block;
	text-align: center;
}
.sds_dl ul li a::after{
	content: url('../images/pdf-file_w.png');
	width: 32px;
	height: 32px;
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.sds_dl ul li a:hover{
	opacity: 0.7;
	text-decoration: none;
}
.sds_dl ul li:nth-child(odd){
	float: left;
	width: 48%;
}
.sds_dl ul li:nth-child(even){
	float: right;
	width: 48%;
}
@media (max-width: 480px){

.sds_dl ul li:nth-child(odd){
	float: none;
	width: 100%;
}
.sds_dl ul li:nth-child(even){
	float: none;
	width: 100%;
}
}
