@charset "utf-8";
/* CSS Document */

/* **********************************************************
	エコクリーン CSS ※グループトップCSS読込前提
********************************************************** */


/* グローバルメニュー 変更
--------------------------------------------------------------- */

#g_header .g_menu > li.row2 > a{
	padding-top:10px;
	line-height:1.3;
}

#g_header .g_menu > li.row2 > a:after{
	bottom:10px;
}


#g_header h1{width:148px;}




/* トップページ 変更
--------------------------------------------------------------- */

.top_visual { margin: 10px 10px 30px; position: relative; }
.top_visnav { width: 25.6%; height: 12.4vw; position: absolute; top: 5px; left: 14.133%; margin:0; padding: 0; list-style-type: none; }
.top_visnav>li { position: absolute; line-height: 1px; }
.top_visnav>li#tsnav1 { width: 50%; left: 0; top: 0; transform: translateY(2%); }
.top_visnav>li#tsnav2 { width: 44.8%; right: 1%; top: 0; }
.top_visnav>li#tsnav3 { width: 33.33%; left: 9.375%; bottom: 0; }
.top_visnav>li#tsnav4 { width: 45.8%; right: 0; bottom: 0; transform: translateY(-40%); }

.vsn2025.top_visnav>li#tsnav3 { width: 33.33%; left: 5%; top: 0; bottom: auto; }
.vsn2025.top_visnav>li#tsnav1 { width: 54%; right: 0; top: 0; left: auto; transform: translateY(2%); }
.vsn2025.top_visnav>li#tsnav4 { width: 45%; left: 0; bottom: 0; right: auto; transform: translateY(-40%); }
.vsn2025.top_visnav>li#tsnav5 { width: 45%; right: 0; bottom: 0; transform: translateY(-80%); }

.top_about_area li.s_about a{background-image:url(../../img/eco/common/ic_about.png);}
.top_about_area li.s_business a{background-image:url(../../img/eco/common/ic_business.png);}
.top_about_area li.s_equipment a{background-image:url(../../img/eco/common/ic_equipment.png);}
.top_about_area li.s_recruit a{background-image:url(../../img/eco/common/ic_recruit.png);}

.top_about_area li.s_about a:hover{background-image:url(../../img/eco/common/ic_about_w.png);}
.top_about_area li.s_business a:hover{background-image:url(../../img/eco/common/ic_business_w.png);}
.top_about_area li.s_equipment a:hover{background-image:url(../../img/eco/common/ic_equipment_w.png);}
.top_about_area li.s_recruit a:hover{background-image:url(../../img/eco/common/ic_recruit_w.png);}

.top-movie-area {
	margin-bottom: 50px;
}

.top_news_area{
	margin-bottom: 50px;
}


/* トップページ - 環境機械新車販売
--------------------------------------------------------------- */

.machine_brand_area{
	margin:0 0 40px;
}

.machine_brand_area ul{
	font-size:0;
	margin:0 0 -10px;
	text-align:center;
}

.machine_brand_area li{
	box-sizing:border-box;
	display:inline-block;
	width:50%;
	font-size:10px;
	font-weight:bold;
	margin:0;
	vertical-align:top;
	text-align:center;
	padding:0 5px 10px;
}

.machine_brand_area li img{
	display:block;
	width:auto;
	height:52px;
	margin:0 auto 5px;
}


.machine_brand_area li a{
	position:relative;
	box-sizing:border-box;
	display:block;
	padding:10px 0;

	border:1px solid #33A757;
	border-radius:2.5px;
	text-decoration:none;
	line-height:1.4;
	background-position:center 40px;
	background-repeat:no-repeat;
}

.machine_brand_area li a:hover{
	opacity:1;
	background-color:#C6ECD2;
}

.machine_brand_area li a:after{
	content:"";
	display:block;
	position:absolute;
	right:14px;
	bottom:20px;
	width:4px;
	height:4px;
	border-top: 1px solid #33A757;
	border-right: 1px solid #33A757;
	transform: rotate(45deg);
}


/* トップページ - 中古機器販売
--------------------------------------------------------------- */

.used_machine_area{
	margin-bottom:40px;
}

.used_machine_area li{
	box-sizing:border-box;
	/*width:9.4% !important; 端末によっては狭すぎるので削除*/
	width:200px !important;
	border:1px solid #33A757;
	border-radius:2.5px;
	background:#F6FCF8;
	padding:6px;
	line-height:1.2;
}

.used_machine_area li img{
	width:100%;
	height:auto;
}

.used_machine_area li h3{
	font-size:12px;
	font-weight:bold;
	padding:8px 0;
	line-height: 1.5;
}

.used_machine_area li .strong{
	color:#ff0000;
}

.used_machine_area li .btn a{
	position:relative;
	box-sizing:border-box;
	display:block;
	background-color:#FFF;
	border:1px solid #33A757;
	border-radius:2.5px;
	line-height:1;
	padding:14px 0;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	color:#33a757;
	font-size:10px;
}

.used_machine_area li .btn a:hover{
	opacity:1;
	background-color:#EAF6EE;
}

.dl{
	background:url(../../img/eco/common/ic_dl.png) 10px center / 15px auto no-repeat;
}
.used_machine_area li .btn a.dl{
	padding-left:26px;
}

.used_machine_area .more{
	position:relative;
	display:block;
	box-sizing:border-box;
	background-color:#FFF;
	border:1px solid #33A757;
	border-radius:2.5px;
	line-height:1;
	padding:18px 0;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	color:#33a757;
	margin:10px 10px 0;
}

.used_machine_area .more:hover{
	opacity:1;
	background-color:#EAF6EE;
}


/* トップページ - 中古機器販売 - スライダー
--------------------------------------------------------------- */

.used_slide{
	position:relative;
}

.used_slide .bx-wrapper{
	margin-bottom:10px;
}

.used_slide .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item{
	margin-bottom:4px;
}

.used_slide .bx-wrapper .bx-default-pager{
	margin-bottom:6px;
}

.used_slide .bx-wrapper .bx-pager.bx-default-pager a,
.used_slide .bx-wrapper .bx-pager.bx-default-pager a:hover{
	opacity:1;
	box-sizing:border-box;
	width:10px;
	height:10px;
	border:1px solid #37A878;
	border-radius:10px;
	overflow:hidden;
	margin:0 4px;
	background:#fff;
}

.used_slide .bx-wrapper .bx-pager.bx-default-pager a.active{
	opacity:1;
	background-color:#9BD3BB;
}

.used_slide .bx-wrapper .bx-pager,
.used_slide .bx-wrapper .bx-controls-auto{/* ページャー位置設定 */
	position:relative;
	bottom:auto;
}

.used_slide .bx-wrapper .bx-controls{
	position:relative;
	display:block;
	margin-top:10px;
}

.used_slide .bx-wrapper .bx-controls-direction{
	position:relative;
	width:100%;
	height:42px;
	margin:0 auto;
	line-height:1;
}

.used_slide .bx-wrapper .bx-controls-direction a{
	position:absolute;
	top:0;
	display:block;
	box-sizing:border-box;
	width:40px;
	height:40px;
	margin:0;
	border-radius:2.5px;
	border:1px solid #37A878;
	background:#FFF;
	z-index:999;
}

.used_slide .bx-wrapper .bx-prev{
	left:calc(50% - 45px);
}

.used_slide .bx-wrapper .bx-next{
	right:calc(50% - 45px);
}

.used_slide .bx-wrapper .bx-prev:after{
	content:"";
	display:block;
	position:absolute;
	right:0;
	left:2px;
	top:0;
	bottom:0;
	margin:auto;
	width:6px;
	height:6px;
	border-top: 1px solid #37A878;
	border-right: 1px solid #37A878;
	transform: rotate(225deg);
}

.used_slide .bx-wrapper .bx-next:after{
	content:"";
	display:block;
	position:absolute;
	right:2px;
	left:0;
	top:0;
	bottom:0;
	margin:auto;
	width:6px;
	height:6px;
	border-top: 1px solid #37A878;
	border-right: 1px solid #37A878;
	transform: rotate(45deg);
}


/* トップページ - 買取 / エコウレア
--------------------------------------------------------------- */

.ecotop_business_area{
	background:#DDDDDD;
	padding:15px;
	margin-bottom:40px;
}

.ecotop_business_area .box{
	box-sizing:border-box;
	position:relative;
	padding:15px;
}

.ecotop_business_area .bg_purchase{
	background:url(../../img/eco/top/bg_purchase.jpg) center center / cover no-repeat;
}

.ecotop_business_area .bg_ecourea{
	background:url(../../img/eco/top/bg_ecourea.jpg) center center / cover no-repeat;
}

.ecotop_business_area .bg_windpower{
	background:url(../../img/eco/top/bg_windpower.jpg) center center / cover no-repeat;
}

.ecotop_business_area .box > .inner{
	box-sizing:border-box;
	position:relative;
	padding:0 10px 10px;
	text-align:center;
	background:rgba(255,255,255,.9);
	line-height:1;
}

.ecotop_business_area .box h3{
	box-sizing:border-box;
	font-size:14px;
	font-weight:bold;
	height:3em;
	line-height:1.6;

	display:flex;
	justify-content:center;
	align-items: center;
}

.ecotop_business_area a{
	position:relative;
	margin:0 auto;
	width:calc(100% - 20px);
	box-sizing:border-box;
	display:block;
	background-color:#FFF;
	border:1px solid #33A757;
	border-radius:2.5px;
	line-height:1;
	padding:13px;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	color:#33a757;
}

.ecotop_business_area a:hover{
	opacity:1;
	background-color:#EAF6EE;
}


/* 環境機械新車販売
--------------------------------------------------------------- */

.b_list3{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.b_list3 li{
	width:100%;
}

.b_list3 li a{
	box-sizing:border-box;
	position:relative;
	display:block;
	border:1px solid #33A757;
	border-radius:2.5px;
	background:#FFF;
	height:60px;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	color:#33A757;

	display:flex;
	justify-content: center;
	align-items: center;
}

.b_list3 li a:hover{
	opacity:1;
	background-color:#EAF6EE;
}

.b_list3 li a.bg_arrow_r:after{right:20px;}

.b_list3 li:not(:last-child){
	margin-bottom:10px;
}


/* 環境機械新車販売 - ブランド詳細ページ
--------------------------------------------------------------- */

.machine_brand_detail{
	margin-bottom:30px;
}

.machine_brand_detail .info{
	margin-bottom:30px;
}

.machine_brand_detail .info .intro{
	text-align:center;
}

.machine_brand_detail .info .intro h3{
	font-size:13px;
	font-weight:bold;
	margin:20px 0;
}

.machine_brand_detail .info .img{

}

.machine_brand_detail .info .txt{
	padding-top:25px;
	font-size:13px;
}

.brand_list{
	text-align:center;
	font-size:0;
	margin-bottom:20px;
}

.brand_list li{
	position:relative;
	font-size:12px;
	position:relative;
	display:inline-block;
	width:50%;
	text-align:center;
	padding:2px 0;
}

.brand_list li a{
	display:inline-block;
	font-weight:bold;
	text-decoration:none;
	padding-bottom:5px;
	border-bottom:2px solid #fff;
}

.brand_list li img{
	width:auto;
	height:52px;
}

.brand_list li:nth-child(odd):after{
	position:absolute;
	top:15px;
	right:0;
	content:"";
	display:block;
	width:1px;
	height:25px;
	background:#333;
}

.brand_list li:last-child:after{
	content:normal;
}

.brand_list li.on a,
.brand_list li a:hover{
	opacity:1;
	border-color:#33A757;
}

/*.item_list{
	text-align:center;
	font-size:0;
	margin:0 0 25px;
}

.item_list li{
	box-sizing:border-box;
	display:inline-block;
	width:50%;
	font-size:10px;
	text-align:left;
	vertical-align:top;
	margin:0;
	padding:0 5px 10px;
}

.item_list li a{
	box-sizing:border-box;
	display:block;
	border:1px solid #33A757;
	border-radius:2.5px;
	padding:5px;
	text-decoration:none;
	line-height:1;
	background:url(../../img/eco/common/ic_dl_b.png) right 10px bottom 10px / 15px auto no-repeat;
}

.item_list li a:hover{
	opacity:1;
	background-color:#C6ECD2;
}

.item_list li a span{
	line-height:1;
}

.item_list li a span.name{
	display:block;
	font-weight:bold;
	font-size:13px;
	text-align:center;
	padding:10px 0;
}

.item_list li a span.pdf{
	display:block;
	text-align:center;
	padding:0 0 5px;
}*/


.item_list{
	margin:0 -5px 25px;
	display:flex;
	flex-wrap: wrap;
	justify-content:center;
	align-items: stretch;
}

.item_list li{
	box-sizing:border-box;
	width:50%;
	margin:0;
	padding:0 5px 10px;
}

.item_list li a{
	display:block;
	box-sizing:border-box;
	height:100%;
	border:1px solid #33A757;
	border-radius:2.5px;
	padding:5px;
	text-decoration:none;
	line-height:1;
	font-weight:bold;
	background:url(../../img/eco/common/ic_dl_b.png) right 10px bottom 10px / 15px auto no-repeat;
}

.item_list li a.sp_dlnone{background:none;}

.item_list li span{
	display:block;
	text-align:center;
}

.item_list li .caption{
	line-height:1.3;
}

.item_list li a:hover{
	opacity:1;
	background-color:#C6ECD2;
}

.item_list li span.name{
	padding:8px 0;
}

.item_list li a span.pdf{
	font-size:10px;
	font-weight:normal;
	padding-bottom:5px;
}


/* ツイン型 */
.item_list.twin_type li a{
	background:none;
}


.brand_menu li{
	position:relative;
}

.brand_menu li{
	background:url(../../img/eco/common/ic_arrow.png) left 5px / 8px no-repeat;
	padding-left:15px;
}

.brand_menu li a{
	color:#33A757;
}

.brand_link{
	text-align:center;
	margin:0 0 30px;
}

.brand_link a{
	display:inline-block;
	color:#33A757;
	font-size:13px;
	text-decoration:underline;
}

.brand_link a span{
	background:url(../../img/eco/common/ic_arrow.png) left 3px / 8px no-repeat;
	padding-left:15px;
}

/* 事業内容サブメニュー */

.b_menu{
	margin-bottom:40px;

	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}

.b_menu img{
	border-radius:2px 2px 0 0;
}

.b_menu li{
	box-sizing:border-box;
	width:48.5%;
	margin:0 0 10px;
}

.b_menu a{
	box-sizing:border-box;
	display:block;
	height:100%;
	border:1px solid #33A757;
	border-radius:2.5px;
	text-align:center;
	text-decoration:none;
	line-height:1.25;
}

.b_menu span{
	box-sizing:border-box;
	display:inline-block;
	padding:10px 0;
	height:60px;

	display:flex;
	flex-wrap: wrap;
	justify-content:center;
	align-items: center;
}

.b_menu a:hover{
	opacity:1;
	background-color:#C6ECD2;
}


/* 中古機器販売 - トップスタイル改変
--------------------------------------------------------------- */

.used_machine_area.style_all{
	margin-bottom:30px;
}

.used_machine_area.style_all ul.cf {
	margin-bottom:30px;
}

.used_machine_area.style_all ul.cf>li{
	float:none;
	margin:0 0 20px;
	width:auto !important;
}

.used_machine_area.style_all .pagenavi.pagination {
	margin-bottom: 60px;
}

.kaitori_link{
	padding:15px;
	background:url(../../img/eco/secondhand/bg_kaitori.jpg) center center / cover no-repeat;
}

.kaitori_link > .inner{
	background:rgba(255,255,255,.9);
	padding:15px;
}

.kaitori_link h4{
	font-weight:bold;
	font-size:33.6px;
	color:#444;
	text-align:center;
	line-height:1.3;
	letter-spacing:.13em;
	margin-bottom:15px;
}

.kaitori_link h4 span{
	font-size:16.8px;
	display:block;
	letter-spacing:normal;
}

.kaitori_link a{
	position:relative;
	box-sizing:border-box;
	display:block;
	background:#FFF;
	border:1px solid #33A757;
	border-radius:2.5px;
	color:#33A757;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	line-height:1;
	padding:15px;
}

.kaitori_link a:hover{
	opacity:1;
	background-color:#EAF6EE;
}

/* 検索ボックス */
.product-search {
	margin-bottom:20px;
}

.product-search>.psh-column {
	margin:0 0 10px;
}

/* ボタン */
.pdc-tax-button {
	margin: 30px 0;
	padding: 20px;
	background: #f6f6f6;
	text-align: center;
}

/* 中古機器販売 - 詳細ページ
--------------------------------------------------------------- */

.sh_gallery{
	margin-bottom:40px;
}

.sh_gallery img{
	width:100%;
	height:auto;
}

.sh_gallery .main{
	position:relative;
	text-align:center;
	margin-bottom:5px;
}

.sh_gallery .main{
	min-height:calc(56vw - 20px);
}

.sh_gallery .thumb_list{
	margin-right:-5px;
}

.sh_gallery .thumb_list li{
	box-sizing:border-box;
	float:left;
	width:calc(25% - 5px);
	margin:0 5px 5px 0;
}

.sh_gallery .thumb_list li a{
	position:relative;
	box-sizing:border-box;
	display:block;
}

.sh_gallery .thumb_list li a.active:after{
	content:"";
	box-sizing:border-box;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:2px solid #33A757;
}

.sh_name{
	font-size:13px;
	font-weight:bold;
	color:#fff;
	line-height:1.66;
	background:#33A757;
	padding:8px 10px;
	margin-bottom:20px;
}

.sh_detail{
	margin-bottom:30px;
}

.sh_detail .spec{
	margin-bottom:20px;
}

.sh_detail .spec dl{
	display:flex;
	flex-wrap: wrap;
	word-break : break-all;
	margin-bottom:10px;
}

.sh_detail .spec dt{
	box-sizing:border-box;
	width:27.5%;
	padding:10px 0;
	background:#EAF6EE;
	color:#33a757;
	text-align:center;
	font-size:10px;

	display:flex;
	align-items: center;
	justify-content: center;
}

.sh_detail .spec dd{
	box-sizing:border-box;
	width:72.5%;
	padding:0 15px;
	font-size:13px;

	display:flex;
	align-items: center;
}

.sh_detail .spec .strong{
	color:#ff0000;
}

.sh_detail .note{

}

.sh_detail .note ol{
	list-style:decimal;
	margin-left:1.5em;
}

.sh_detail .block:not(:last-child){
	margin-bottom:20px;
}

.sh_detail .block > .inner{
	padding:0 10px;
}

.sh_detail h4{
	font-size:13px;
	font-weight:bold;
	color:#33a757;
	border-bottom:1px solid #33a757;
	margin-bottom:10px;
	padding:0 10px;
}

.sh_detail .catalog{
	display:block;
	line-height:1;
	font-weight:bold;
	text-align:center;
	padding:12.5px;
	border:1px solid #33a757;
	border-radius:2.5px;
	color:#33a757;
	text-decoration:none;
}

.sh_detail .catalog span{
	position:relative;
	display:inline-block;
}

.sh_detail .catalog span:before{
	content:"";
	display:inline-block;
	width:15px;
	height:14px;
	background:url(../../img/eco/common/ic_dl.png) left center / 15px auto no-repeat;
	margin-right:5px;
}

.sh_detail .catalog:hover{
	opacity:1;
	background-color:#EAF6EE;
}

.sh_detail .suisho-lease {
	margin: 40px 0;
}
.sh_detail .suisho-lease h3 {
	text-align: center;
	color:#33a757;
	font-weight: bold;
	font-size:16px;
	margin: 0 0 5px;
}
.sh_detail .suisho-lease p {
	display: flex;
	justify-content: space-around;
	margin: 0 15px;
}
.sh_detail .suisho-lease p a {
	margin: 10px;
	max-width: 200px;
}
.sh_detail .suisho-lease p a img {
	max-width: 100%;
	width: auto;
}

.sh_detail .hojokin-support {
	margin: 40px 0;
}
.sh_detail .hojokin-support h3 {
	text-align: center;
	color:#33a757;
	font-weight: bold;
	font-size:20px;
	margin: 0 0 5px;
}
.sh_detail .hojokin-support p {
	text-align: center;
	font-size: 15px;
	margin-bottom: 18px;
}
.sh_detail .hojokin-support p a img {
	max-width: 100%;
	width: auto;
	height: 34px;
}


/* 買取査定
--------------------------------------------------------------- */

.kaitori_area{
	margin-bottom:40px;
}


/* 保有車両・機器、資格
--------------------------------------------------------------- */

.eco_equipment .e_list1{
	margin-bottom:1em;
}

.eco_equipment .e_list1 p{
	margin-bottom:1em;
}

.eco_equipment .e_list1 ul{
	font-weight:bold;
}

.eco_equipment .e_img1{

}

.eco_equipment .e_list2{
	clear:both;
	padding-top:10px;
}

.eco_equipment .e_list2 li{
	float:left;
	width:33.3%;
}


/* エコウレア
--------------------------------------------------------------- */

.ecourea_area{
	margin:-20px 0 35px;
}

.ecourea_area .block{
	margin-bottom:1em;
}

.ecourea_area .block h3{
	font-size:13px;
	font-weight:bold;
	color:#33a757;
}

.ecourea_area .block .txt{
	margin-bottom:1em;
}

.ecourea_area .block .img{
	margin-bottom:2em;
}

.ecourea_area .block .img.style_border{
	box-sizing:border-box;
	border:2px solid #33a757;
}


/* 事業内容
--------------------------------------------------------------- */

.business_area{
	margin:0 auto 20px;
}

.business_area .title{
	text-align:center;
	font-size:18px;
	line-height:1.77;
	margin-bottom:.7em;
}

.business_area .block{
	margin-bottom:25px;
}

.business_area .intro{
	text-align:center;
	margin-bottom:30px;
}

.business_area .intro figure{
	margin-top:1em;
}


/* 風力発電事業
--------------------------------------------------------------- */

.b_fig1{
	text-align:center;
	font-size:16px;
}

.b_fig1 figcaption{
	margin:.7em 0;
}

.b_list2{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.b_list2 li{
	box-sizing:border-box;
	width:calc(50% - 5px);
	padding:15px;
	margin-bottom:10px;
	border:1px solid #33A757;
	text-align:center;
	line-height:1.5;
}

.b_list2 li dt{
	font-size:16px;
	font-weight:bold;
	border-bottom:1px solid #33A757;
	padding-bottom:.8em;
	margin-bottom:.4em;
}

.b_list2 li .add{

}

.b_list2 li dd:last-child{
	font-size:16px;
}

.b_list2 li dd:last-child span{
	font-size:1.5em;
	font-weight:bold;
	margin-right:.1em;
}

.b_list2 li em{
	display:block;
}


/* 事業内容 - 環境リサイクル一例・フロー図・コンクリートガラ
--------------------------------------------------------------- */

.business_illustration{
	margin:0 auto 40px;
}

.business_illustration .txt{
	margin-bottom:2em;
}

.business_illustration .fig{
	text-align:center;
	padding:0 20px;
	margin-bottom:25px;
}


/* 会社概要
--------------------------------------------------------------- */

/* 主な事業内容 */

.b_list1{

}

.b_list1 li:before{
	content:"・";
}
