@charset "utf-8";
/* LIST */

.eco-initiatives_content_01-about.list {
    width: 860px;
    margin: 0px auto;
    border: none;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 0;
    box-shadow: 0 0 0 #FFF;
}

.eco-initiatives_content_01-about.list table{
    margin-bottom: 40px;
	font-size: 15px;
	line-height: 150%;
	width: 100%;
	border-collapse: collapse;
    border: 3px solid #EEE;
}
.eco-initiatives_content_01-about.list table tr:nth-child(odd){
	background-color: azure;
}

.eco-initiatives_content_01-about.list table td{
	padding: 12px;
    vertical-align: middle;
    border-bottom: solid 1px #EEE;
}
.eco-initiatives_content_01-about.list table th{
	padding: 12px;
    vertical-align: middle;
    border-bottom: solid 1px #EEE;
	width: 330px;
}

.eco-initiatives_content_01-about.list h3{
	margin-bottom: 10px;
}

.eco-initiatives_content_01-about.list p.small{
	font-size: 14px;
	text-align: center;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}

@media screen and (max-width: 768px){
	
	.eco-initiatives_content_01-about.list {
		width: 100%;
		margin: 0px auto;
		border: none;
		padding: 0;
		box-sizing: border-box;
		border-radius: 0;
		box-shadow: 0 0 0 #FFF;
	}

	.eco-initiatives_content_01-about.list table {
		margin-bottom: 30px;
		font-size: 15px;
		line-height: 150%;
		width: 100%;
		border-collapse: collapse;
		border: 3px solid #EEE;
	}
	.eco-initiatives_content_01-about.list table tr:nth-child(odd){
		background-color: azure;
	}

	.eco-initiatives_content_01-about.list table td {
		padding: 5px 10px 10px 10px;
		vertical-align: middle;
		border-bottom: solid 1px #EEE;
		width: 100%;
		display: block;
		float: left;
		box-sizing: border-box;
	}
	.eco-initiatives_content_01-about.list table th {
		padding: 10px 10px 0 10px;
		vertical-align: middle;
		border-bottom: none;
		width: 100%;
		display: block;
		float: left;
	}

	.eco-initiatives_content_01-about.list h3{
		margin-bottom: 10px;
	}

	
}

















/* ECOTREE */
	.num_box{
		z-index: 1;
	}

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

	.contact_wrap_head.bg_01 {
		position: relative;
		background: url(../img/contact/bg.jpg) center bottom;
		background-size: cover;
	}
	.contact_wrap_head.bg_02 {
		position: relative;
		background: url("../img/contact/bg_02.jpg") center bottom;
		background-size: cover;
	}
	.contact_wrap_head.bg_03 {
		position: relative;
		background: url(../img/contact/bg_03.jpg) center bottom;
		background-size: cover;
	}
		
	.eco_tree.ac {
		position: relative;
		bottom: auto;
		width: 100%;
		text-align: center;
		margin: 0 auto;
		padding: 0;
		box-sizing: border-box;
	}

	.eco_tree.ac figure {
		width: 100%;
		margin: 0px auto 0px;
	}
	
	.eco_tree.ac figure iframe {
		text-align: center;
		margin: 0 auto;
		height: 450px;
	}

	.eco_tree.ac p {
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		padding-bottom: 20px;
	}
	
	.contact_head label.col-sm-3.col-form-label {
		width: 100%;
		display: block;
		padding: 15px;
		margin: 0;
		max-width: initial;
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		color: #fff;
		line-height: 150%;
		background: #9bc957;
		box-sizing: border-box;
	}

	.contact02 h4 {
		font-size: 16px;
		text-align: center;
		padding: 15px;
		background: #9bc957;
		color: #fff;
		font-weight: bold;
		line-height: 150%;
		margin: 0 ;
	}


	.eco-initiatives_content_txt h3 {
		font-size: 16px;
		background: url(../img/cmn/h2-bg.png);
		padding: 15px 10px;
		border-radius: 10px;
		color: #fff;
		line-height: 150%;
		text-align: center;

	}

.kiyaku {
    border-top: 3px solid #eee;
    width: 100%;
    margin: 30px auto;
    padding: 10px 15px 0px 5px;
    box-sizing: border-box;
    font-size: 15px;
}
	
}