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

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


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

#g_header h1{width:226px;}

#g_header nav {
	border-bottom: solid 2px #33A757;
}

#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 .g_menu > li{
	width:25%;
	vertical-align:top;
}

#g_header .g_menu > li.long{
	width:20%;
}



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

.top_visual { margin: 40px auto 80px; width: 1000px; position: relative; }
.top_visnav { width: 36%; height: 45px; position: absolute; top: 37px; left: 2.2%; margin:0; padding: 0; list-style-type: none; }
.top_visnav>li { position: absolute; top: 0; line-height: 1; }
.top_visnav>li#tsnav1 { width: 23.889%; left: 0; transform: translateY(2%); }
.top_visnav>li#tsnav2 { width: 21.667%; left: 27.778%; }
.top_visnav>li#tsnav3 { width: 15.833%; left: 55%; }
.top_visnav>li#tsnav4 { width: 22.5%; left: 76.389%; transform: translateY(30%); }

.vsn2025.top_visnav>li#tsnav3 { width: 15.833%; left: 0; }
.vsn2025.top_visnav>li#tsnav1 { width: 23.889%; left: 20%; transform: translateY(2%); }
.vsn2025.top_visnav>li#tsnav4 { width: 22.5%; left: 49%; transform: translateY(30%); }
.vsn2025.top_visnav>li#tsnav5 { width: 23%; left: 76%; transform: translateY(50%); }

.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_about_area{
	margin-bottom:90px;
}

.top_about_area li:first-child{margin-left:0;}
.top_about_area li:last-child{margin-right:0;}
.top_about_area li a{
	width:224px;
	height:160px;
	padding-top:105px;
	background-position:center 40px;
}

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

.top_news_area{
	width:920px;
	margin-bottom: 80px;
}
.top_news_area li .title {
	width: 780px;
}

.top_news_area .h_type1{margin-bottom:45px;}



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

.machine_brand_area{
	margin:0 -17px 52px;/* 80 - 28 = 52 */
}

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

.machine_brand_area li{
	display:inline-block;
	font-size:18px;
	font-weight:bold;
	margin:0 17px 28px;
	vertical-align:top;
	text-align:center;
}

.machine_brand_area li img{
	display:block;
	width:auto;
	height:94px;
	margin:20px auto 15px;
}


.machine_brand_area li a{
	position:relative;
	box-sizing:border-box;
	display:block;
	width:312px;
	height:200px;
	border:2px solid #33A757;
	border-radius: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:28px;
	bottom:40px;
	width:8px;
	height:8px;
	border-top: 1px solid #33A757;
	border-right: 1px solid #33A757;
	transform: rotate(45deg);
}


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

.used_machine_area{
	margin-bottom:80px;
}

.used_machine_area li{
	box-sizing:border-box;
	width:320px !important;
	border:1px solid #33A757;
	border-radius:5px;
	background:#F6FCF8;
	padding:11px;
	line-height:1.2;
}

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

.used_machine_area li h3{
	font-size:16px;
	font-weight:normal;
	padding:10px 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:2px solid #33A757;
	border-radius:5px;
	line-height:1;
	padding:13px;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	color:#33a757;
}

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

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

.used_machine_area .more{
	position:relative;
	display:block;
	width:164px;
	box-sizing:border-box;
	background-color:#FFF;
	border:2px solid #33A757;
	border-radius:5px;
	line-height:1;
	padding:18px 40px;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	color:#33a757;
	margin-left:auto;
}

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


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

.used_slide{
	position:relative;
}

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

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

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

.used_slide .bx-wrapper .bx-pager.bx-default-pager a{
	box-sizing:border-box;
	width:20px;
	height:20px;
	border:2px solid #37A878;
	border-radius:10px;
	overflow:hidden;
	margin:0 8px;
	background:#fff;
}

.used_slide .bx-wrapper .bx-pager.bx-default-pager a:hover,
.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-direction{
	position:relative;
	width:148px;
	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:64px;
	height:56px;
	margin:0;
	border-radius:5px;
	border:2px solid #37A878;
	background:#FFF;
	z-index:999;
}

.used_slide .bx-wrapper .bx-prev{
	left:0;
}

.used_slide .bx-wrapper .bx-next{
	right:0;
}

.used_slide .bx-wrapper .bx-controls-direction a:hover{
	opacity:1;
	background-color:#EAF6EE;
}

.used_slide .bx-wrapper .bx-prev:after{
	content:"";
	display:block;
	position:absolute;
	right:0;
	left:2px;
	top:0;
	bottom:0;
	margin:auto;
	width:8px;
	height:8px;
	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:8px;
	height:8px;
	border-top: 1px solid #37A878;
	border-right: 1px solid #37A878;
	transform: rotate(45deg);
}


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

.ecotop_business_area{
	background:#DDDDDD;
	padding:30px 0;
	margin-bottom:80px;
}

.ecotop_business_area > .inner{
	width:1000px;
	margin:0 auto;
}

.ecotop_business_area .box{
	box-sizing:border-box;
	position:relative;
	width:33.3%;
	height:280px;
	padding:30px 28px;
	float:left;
}

.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;
	height:100%;
	text-align:center;
	background:rgba(255,255,255,.9);
	line-height:1;
}

.ecotop_business_area .box h3{
	box-sizing:border-box;
	font-size:20px;
	font-weight:bold;
	height:135px;
	line-height:1.6;

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

.ecotop_business_area a{
	position:relative;
	margin:0 auto;
	box-sizing:border-box;
	display:block;
	width:160px;
	background-color:#FFF;
	border:2px solid #33A757;
	border-radius: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:312px
}

.b_list3 li a{
	box-sizing:border-box;
	position:relative;
	display:block;
	border:2px solid #33A757;
	border-radius:5px;
	background:#FFF;
	height:120px;
	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;}


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

.machine_brand_detail{
	margin-bottom:60px;
}

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

.machine_brand_detail .info .intro{
	box-sizing:border-box;
	float:left;
	width:536px;
	height:360px;
	padding:0 20px;
	text-align:center;

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

.machine_brand_detail .info .intro h3{
	width:100%;
	font-size:24px;
	font-weight:bold;
}

.machine_brand_detail .info .img{
	float:left;
	width:464px;
}

.machine_brand_detail .info .img img{
	width:100%;
	height:auto;
}

.machine_brand_detail .info .txt{
	clear:both;
	padding-top:50px;
	font-size:20px;
}

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

.brand_list li{
	font-size:16px;
	position:relative;
	display:inline-block;
}

.brand_list li a{
	font-weight:bold;
	text-decoration:none;
	padding-bottom:3px;
	border-bottom:4px solid #fff;
	padding-bottom:10px;
}

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

.brand_list li:not(:last-child):after{
	position:relative;
	top:-10px;
	content:"";
	display:inline-block;
	width:2px;
	height:36px;
	background:#505050;
	margin:0 2.5em;
}

.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 -16px 50px;
}

.item_list li{
	display:inline-block;
	font-size:16px;
	text-align:left;
	margin:0 16px 32px;
}

.item_list li a{
	box-sizing:border-box;
	display:block;
	width:312px;
	border:2px solid #33A757;
	border-radius:5px;
	padding:14px;
	text-decoration:none;
	line-height:1;
	font-weight:bold;
}

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

.item_list li a span{
	display:inline-block;
	padding:18px 0 4px;
	line-height:1;
}

.item_list li a span.name{
	font-size:18px;
}

.item_list li a span.pdf{
	float:right;
	padding-left:25px;
	background:url(../../img/eco/common/ic_dl_b.png) left 18px / 15px auto no-repeat;
}*/


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

.item_list li{
	width:312px;
	margin:0 16px 32px;
}

.item_list li a,
.item_list li strong{
	box-sizing:border-box;
	height:100%;
	border:2px solid #33A757;
	border-radius:5px;
	padding:14px;
	text-decoration:none;
	line-height:1;
	font-weight:bold;
	display:flex;
	flex-direction: column;
	justify-content: space-between;
}
.item_list li strong{
	border-color: #aaa;
}

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

.item_list li span{
	display:block;
	min-height: 0%;/* ie対策 */
}

.item_list li .caption{
	padding-top:14px;
	display:flex;
	justify-content: space-between;
	align-items: flex-end;
	line-height:1.3;
}

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

.item_list li a span.name{
	font-size:18px;
}

.item_list li a span.pdf{
	flex-shrink:0;/*サイズを維持*/
	width:120px;
	text-align:right;
	background:url(../../img/eco/common/ic_dl_b.png) left center / 15px auto no-repeat;
}
.item_list li strong span.pdf {
	display: none;
}

.item_list li span.comingsoon {
	position: relative;
}
.item_list li span.comingsoon img {
	opacity: .5;
}
.item_list li span.comingsoon::after {
	content: 'Coming soon';
	font: bold 24px/1 'Roboto Condensed', sans-serif;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	text-align: center;
	transform: translate(-50%, -50%);
	color:red;
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
				-1px 1px 0 #FFF, 1px -1px 0 #FFF,
				0px 1px 0 #FFF,  0-1px 0 #FFF,
				-1px 0 0 #FFF, 1px 0 0 #FFF;
	text-decoration: none;
}


/* ツイン型 */
/*.item_list.twin_type{
	width:760px;
	margin:0 auto 50px;

	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.item_list.twin_type li{
	width:calc(50% - 10px);
	margin:0 0 20px;
}

.item_list.twin_type li a{
	width:auto;
}

.item_list.twin_type li img{
	width:100%;
	height:auto;
}*/


.brand_menu li{
	position:relative;
}

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

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

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

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

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

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

.b_menu{
	margin-bottom:80px;

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

.b_menu img{
	width:100%;
	height:auto;
	border-radius:3px 3px 0 0;
}

.b_menu li{
	width:227px;
}

.b_menu a{
	box-sizing:border-box;
	display:block;
	height:100%;
	border:2px solid #33A757;
	border-radius: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:80px;
}

.used_machine_area.style_all ul.cf {
	margin-bottom:40px;
	display:flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

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

.used_machine_area.style_all ul.cf>li:nth-of-type(3n){
	margin-right:0;
}

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

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

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

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

.kaitori_link h4{
	position:relative;
	top:-5px;
	width:490px;
	height:80px;
	font-weight:bold;
	font-size:48px;
	color:#444;
	text-align:center;
	line-height:1.3;
	letter-spacing:.13em;
}

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

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

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

/* 検索ボックス */
.product-search {
	margin-bottom:20px;
	display:flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.product-search>.psh-column {
	width: 320px;
	margin:0 20px 20px 0;
}

.product-search>.psh-column:nth-of-type(3n){
	margin-right:0;
}

/* ボタン */
.pdc-tax-button {
	margin: 70px 0;
	padding: 60px 40px;
	background: #f6f6f6;
	text-align: center;
}
.aksa-button {
	margin: 40px 0 70px;
}
.pdc-tax-button a, .aksa-button a {
	max-width: 500px;
	margin: 0 auto;
}


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

.sh_gallery{
	margin-bottom: 80px;
}

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

.sh_gallery .main{
	float:left;
	position:relative;
	width:660px;
	height:520px;
	background:#EEEEEE;
	text-align:center;
	overflow:hidden;
}

.sh_gallery .main img{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}

.sh_gallery .thumb_list{
	float:right;
	width:320px;
	margin-bottom:-13px;
}

.sh_gallery .thumb_list li{
	float:left;
	width:150px;
	margin-bottom:13px;
}

.sh_gallery .thumb_list li:nth-of-type(2n){
	float:right;
}

.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:4px solid #33A757;
}

.sh_name{
	font-size:24px;
	font-weight:bold;
	color:#fff;
	line-height:1.66;
	background:#33A757;
	padding:12px 15px;
	margin-bottom:30px;
}

.sh_detail{
	margin-bottom:60px;
}

.sh_detail .spec{
	float:right;
	width:320px;
}

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

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

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

.sh_detail .spec dd{
	box-sizing:border-box;
	width:232px;
	padding:0 15px;
	font-size:20px;

	display:flex;
	align-items: center;
}

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

.sh_detail .note{
	float:left;
	width:660px;
}
.sh_detail .note img {
	max-width: 100%;
	height: auto;
}

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

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

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

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

.sh_detail .catalog{
	display:block;
	line-height:1;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	padding:30px 15px;
	border:2px solid #33a757;
	border-radius: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: 80px 0;
}
.sh_detail .suisho-lease h3 {
	text-align: center;
	color:#33a757;
	font-weight: bold;
	font-size:22px;
	margin: 0 0 10px;
}
.sh_detail .suisho-lease p {
	display: flex;
	justify-content: space-around;
	margin: 0 15%;
}
.sh_detail .suisho-lease p a {
	margin: 10px 15px;
	max-width: 300px;
}
.sh_detail .suisho-lease p a img {
	max-width: 100%;
	width: auto;
	height: 41px;
}

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


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

.kaitori_area{
	margin-bottom:80px;
}


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

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

.eco_equipment .e_list1{
	float:left;
	width:460px;
}

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

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

.eco_equipment .e_img1{
	float:right;
	width:520px;
}

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

.eco_equipment .e_list2 li{
	float:left;
	width:320px;
}

.eco_equipment .e_list2 li:not(:last-child){
	margin-right:20px;
}


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

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

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

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

.ecourea_area .block .txt{
	float:left;
	width:500px;
}

.ecourea_area .block .img{
	float:right;
	width:470px;
}

.ecourea_area .block .img img{
	width:100%;
	height:auto;
}

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


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

.business_area{
	width:1000px;
	margin:0 auto 40px;
}

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

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

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

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

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


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

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

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

.b_list2{
	width:660px;
	margin:0 auto;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.b_list2 li{
	box-sizing:border-box;
	width:320px;
	padding:20px;
	margin-bottom:20px;
	border:1px solid #33A757;
	text-align:center;
	line-height:1.5;
}

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

.b_list2 li .add{
	height:80px;
	display:flex;
	justify-content: center;
	align-items: center;
}

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

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


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

.business_illustration{
	width:1000px;
	margin:0 auto 80px;
}

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

.business_illustration .fig{
	text-align:center;
	margin-bottom:50px;
}


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

.b_list1{
	width:600px;
	margin:0 auto;
}

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