@charset "UTF-8";

.head:before {
	background-image: url(../efforts/img/pt-head.jpg);
}

.biomass_img {
	margin-top: 40px;
}

.biomass_img_main {
}

.biomass_img_sub {
	margin-top: 2%;
	font-size: 0;
}

.biomass_img_sub_item {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	margin-left: 2%;
}

.biomass_img_sub_item:first-child {
	margin-left: 0;
}

.biomass_img_sub_item figcaption {
	font-size: 16px;
	line-height: 1.3;
	margin-top: 10px;
	text-align: center;
}

.middle {
	background: #F6F6F6;
}

.waste {
	padding: 80px 0;
}

.waste_row {
	display: table;
	width: 100%;
	margin-bottom: 40px;
}

.waste_col {
	display: table-cell;
	vertical-align: top;
	width: 50%;
}

.waste_col.-txt {
}

.waste_col.-img {
	text-align: right;
	padding-left: 40px;
}

.waste_txt {
}

.waste_img {
}

.waste_tbl {
	width: 100%;
	font-size: 14px;
}

.waste_tbl th,
.waste_tbl td {
	padding: 15px;
	vertical-align: middle;
	border: 1px solid #ccc;
	line-height: 1.3;
}

.waste_tbl thead th {
	background: #333;
	color: #FFF;
	text-align: center;
}

.waste_tbl tbody th,
.waste_tbl tbody td {
}

.waste_tbl tbody th {
	background: #FFECEC;
	text-align: left;
}

.waste_tbl tbody td {
	background: #FFF;
	text-align: right;
}

.waste_tbl tbody tr:last-child th,
.waste_tbl tbody tr:last-child td {
	border-top: 2px solid #ccc;
}

.jcredit {
	padding: 80px 0;
	border-top: 1px solid #ccc;
}

.jcredit_lead {
	line-height: 1.4;
	font-size: 24px;
}

.jcredit_item {
	margin-top: 30px;
}

.jcredit_item_ttl {
	color: #f00;
}

.jcredit_item_txt {
}

.jcredit_about {
	margin-top: 40px;
	background: #FFF;
	border: 2px solid #ccc;
	padding: 40px;
	position: relative;
}

.jcredit_about_notes {
	position: absolute;
	right: 40px;
	top: -50px;
}

.jcredit_about_lead {
	font-weight: bold;
	text-align: center;
}

.jcredit_about_lead span.-val {
	display: inline-block;
	color: #fff;
	padding: 0 10px;
	margin: 0 0.5em;
}

.jcredit_about_lead span.-val.-base {
	background: #FE0000;
}

.jcredit_about_lead span.-val.-prj {
	background: #192988;
}

.jcredit_about_cnt {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-top: 40px;
}

.jcredit_about_col {
	background: #F6F6F6;
}

.jcredit_about_col.-base {
	width: 23%;
}

.jcredit_about_col.-prj {
	width: 75%;
	margin-left: 2%;
}

.jcredit_about_item {
	font-size: 14px;
}

.jcredit_about_item_head {
	text-align: center;
	color: #fff;
	padding: 5px 10px;
	font-size: 16px;
}

.jcredit_about_col.-base .jcredit_about_item_head {
	background: #FE0000;
}

.jcredit_about_col.-prj .jcredit_about_item_head {
	background: #192988;
}

.jcredit_about_item_cnt {
	padding: 30px 15px;
	text-align: center;
}

.jcredit_about_item_txt {
}

.jcredit_about_item_list {
	font-size: 0;
}

.jcredit_about_item_list > li {
	display: inline-block;
	vertical-align: top;
	width: 32.5%;
	margin-left: 1.25%;
	font-size: 14px;
}

.jcredit_about_item_list > li:first-child {
	margin-left: 0;
}

.jcredit_about_item_list > li strong {
	color: #192988;
}

.samit {
	background: #FFF;
	margin-top: 40px;
	padding: 80px 40px 40px 40px;
	position: relative;
}

.samit_ttl {
	position: absolute;
	top: -12px;
	left: 15px;
}

.samit_cnt {
	font-size: 0;
}

.samit_col {
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

.samit_col.-txt {
	padding-right: 30px;
}

.samit_col.-img {
}

.samit_txt {
}

.samit_link {
	margin-top: 10px;
}

.samit_link > a {
	background: #EEE;
	display: block;
	color: #f00;
	padding: 5px 40px;
	position: relative;
}

.samit_link > a:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #f00;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -5px;
}

.samit_link > a:hover {
	background: #FFECEC;
}

.samit_fig {
	font-size: 0;
}

.samit_fig figure {
}

.samit_fig figure:first-child {
}

.sun {
	padding: 80px 0;
	background: #FFF;
}

.sun_lead {
	margin-bottom: 40px;
}

.sun_tbl {
	width: 100%;
}

.sun_tbl th,
.sun_tbl td {
	padding: 15px;
	border: 1px solid #ccc;
	line-height: 1.3;
	vertical-align: middle;
}

.sun_tbl thead th {
	background: #333;
	color: #FFF;
}

.sun_tbl tbody th,
.sun_tbl tbody td {
	font-size: 14px;
}

.sun_tbl tbody th {
	text-align: left;
	background: #FFECEC;
	white-space: nowrap;
}

.sun_tbl tbody td {
	text-align: right;
}

.sun_tbl tbody td.-place {
	text-align: left;
}

.sun_tbl tbody td.-date {
	text-align: center;
}

.sun_tbl tbody tr:last-child th,
.sun_tbl tbody tr:last-child td {
	border-top: 2px solid #ccc;
}

/* All SP & Tablet */
@media screen and (max-width:1230px) {
	.jcredit_about_item_txt {
		font-size: 12px;
	}

	.jcredit_about_item_list > li {
		font-size: 12px;
	}

}

/* All SP */
@media screen and (max-width:640px) {
	.head {
		background-image: url(../efforts/img/pt-head.jpg);
	}

	.biomass_img {
		margin-top: 20px;
	}

	.biomass_img_main {
	}

	.biomass_img_sub {
	}

	.biomass_img_sub_item {
	}

	.biomass_img_sub_item:first-child {
	}

	.biomass_img_sub_item figcaption {
		font-size: 12px;
	}

	.middle {
	}

	.waste {
		padding: 40px 0;
	}

	.waste_row {
		display: block;
		margin-bottom: 20px;
	}

	.waste_col {
		display: block;
	}

	.waste_col.-txt {
		width: 100%;
	}

	.waste_col.-img {
		width: 100%;
		padding-left: 0;
		margin-top: 20px;
	}

	.waste_txt {
	}

	.waste_img {
		text-align: center;
	}

	.waste_tbl {
		width: 900px;
	}

	.waste_tbl th,
	.waste_tbl td {
	}

	.waste_tbl thead th {
	}

	.waste_tbl tbody th,
	.waste_tbl tbody td {
	}

	.waste_tbl tbody th {
	}

	.waste_tbl tbody td {
	}

	.waste_tbl tbody tr:last-child th,
	.waste_tbl tbody tr:last-child td {
	}

	.jcredit {
		padding: 40px 0;
	}

	.jcredit_lead {
		font-size: 18px;
	}

	.jcredit_item {
		margin-top: 20px;
	}

	.jcredit_item_ttl {
	}

	.jcredit_item_txt {
	}

	.jcredit_about {
		margin-top: 60px;
		padding: 30px 15px;
	}

	.jcredit_about_notes {
		width: 100px;
		right: -20px;
	}

	.jcredit_about_lead {
		font-size: 13px;
	}

	.jcredit_about_lead span.-val {
	}

	.jcredit_about_lead span.-val.-base {
	}

	.jcredit_about_lead span.-val.-prj {
	}

	.jcredit_about_cnt {
		margin-top: 20px;
		display: block;
	}

	.jcredit_about_col {
		display: block;
	}

	.jcredit_about_col.-base {
		width: 100%;
	}

	.jcredit_about_col.-prj {
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
	}

	.jcredit_about_item {
	}

	.jcredit_about_item_head {
		font-size: 14px;
	}

	.jcredit_about_col.-base .jcredit_about_item_head {
	}

	.jcredit_about_col.-prj .jcredit_about_item_head {
	}

	.jcredit_about_item_cnt {
		padding: 15px;
	}

	.jcredit_about_item_txt {
	}

	.jcredit_about_item_list {
	}

	.jcredit_about_item_list > li {
		display: block;
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
	}

	.jcredit_about_item_list > li:first-child {
		margin-top: 0;
	}

	.jcredit_about_item_list > li strong {
	}

	.samit {
		padding: 50px 15px 15px 15px;
	}

	.samit_ttl {
		width: 200px;
	}

	.samit_cnt {
	}

	.samit_col {
		display: block;
		width: 100%;
	}

	.samit_col.-txt {
		padding-right: 0;
	}

	.samit_col.-img {
		margin-top: 20px;
	}

	.samit_txt {
		font-size: 14px;
	}

	.samit_link {
		font-size: 14px;
	}

	.samit_link > a {
	}

	.samit_link > a:before {
	}

	.samit_fig {
	}

	.samit_fig figure {
	}

	.samit_fig figure:first-child {
	}

	.sun {
		padding: 40px 0;
	}

	.sun_lead {
		margin-bottom: 20px;
	}

	.sun_tbl {
		width: 1000px;
	}

	.sun_tbl th,
	.sun_tbl td {
	}

	.sun_tbl thead th {
	}

	.sun_tbl tbody th,
	.sun_tbl tbody td {
	}

	.sun_tbl tbody th {
	}

	.sun_tbl tbody td {
	}

	.sun_tbl tbody td.-place {
	}

	.sun_tbl tbody td.-date {
	}

	.sun_tbl tbody tr:last-child th,
	.sun_tbl tbody tr:last-child td {
	}

}
