.main-content-kankyo {
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	padding-bottom: 55px;
}
.main-content-kankyo .main-content-header {
	margin-bottom: 35px;
}
/*----------------------------------------------*//* .main-content-area */
.main-content-kankyo .main-content-area {
	font-size: 14px;
    line-height: 1.5;
    word-break: break-all;
}
.main-content-kankyo .main-content-area * {
	box-sizing: border-box;
}
.main-content-kankyo .main-content-area a {
	color: #0ca434;
}
@media screen and (min-width : 768px) {
	.main-content-kankyo .main-content-area a:hover {
		color: #808080;
	}
}
@media screen and (min-width : 768px) {
	.main-content-kankyo .main-content-area .sp {
		display: none;
	}
}

/*----------------------------------------------*//* .contents-navi */
.main-content-kankyo .contents-navi {
	margin-top: 50px;
}
.main-content-kankyo .contents-navi .title {
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
}
.main-content-kankyo .contents-navi ul {
	display: table;
	width: 100%;
	padding: 25px 25px;
	background: #ecf6eb;
}
.main-content-kankyo .contents-navi li {
	display: table-cell;
}
.main-content-kankyo .contents-navi li:not(:first-child) {
	padding-left: 25px;
}
.main-content-kankyo .contents-navi a {
	/* display: block; */
	display: inline-block;
    padding-right: 1.5em;
	color: #34ad48;
	font-size: 11px;
	font-weight: bold;
    line-height: 1.25;
	padding-bottom: 5px;
	border-bottom: 2px solid #34ad48;
	background-image: url(../images/contents-navi-arw.png);
	background-repeat: no-repeat;
	background-position: right 3px;
}
.main-content-kankyo .contents-navi a[target="_blank"] {
	background-image: url(../images/contents-navi-blank.png);
	background-position: right 0px;
}
@media screen and (min-width : 768px) {
	.main-content-kankyo .contents-navi a:hover,
	.main-content-kankyo .contents-navi a.current {
		color: #808080;
		background-image: url(../images/contents-navi-arw.on.png);
		border-bottom: 2px solid #808080;
	}
	.main-content-kankyo .contents-navi a[target="_blank"]:hover,
	.main-content-kankyo .contents-navi a[target="_blank"].current {
		color: #808080;
		background-image: url(../images/contents-navi-blank.on.png);
	}
}

/*----------------------------------------------*//* .contents-banner */
.main-content-kankyo .contents-banner {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	background: #f2f2f2;
	width: 750px;
    padding: 55px 45px;
}
.main-content-kankyo .contents-banner nav:not(:first-child) {
	margin-top: 50px;
}
.main-content-kankyo .contents-banner p {
	margin-bottom: 15px;
}
.main-content-kankyo .contents-banner ul {
	display: flex;
	flex-wrap: wrap;
	width: 860px;
}
.main-content-kankyo .contents-banner li {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 200px;
	margin-top: 30px;
	margin-right: 30px;
}
@media screen and (min-width : 768px) {
	.main-content-kankyo .contents-banner li:nth-child(1),
	.main-content-kankyo .contents-banner li:nth-child(2),
	.main-content-kankyo .contents-banner li:nth-child(3){
		margin-top: 0;
	}
	.main-content-kankyo .contents-banner li:nth-child(3n) {
		margin-right: 0;
	}
}
.main-content-kankyo .contents-banner div:not(:first-child),
.main-content-kankyo .contents-banner a:not(:first-child) {
	margin-top: 10px;
}
.main-content-kankyo .contents-banner a {
	display: block;
	cursor: pointer;
	color: inherit;
}
.main-content-kankyo .contents-banner a .img {
	position: relative;
	display: block;
}
.main-content-kankyo .contents-banner a .img:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	opacity: 0;
	transition: opacity 0.3s ease-out;
}
@media screen and (min-width : 768px) {
	.main-content-kankyo .contents-banner a:hover .img:after {
		opacity: 1;
	}
}
.main-content-kankyo .contents-banner a .txt {
	margin-top: 10px;
	display: block;
	font-size: 11px;
}
.main-content-kankyo .contents-banner img {
	width: 100%;
}

/*----------------------------------------------*//* .contents-modal */
.main-content-kankyo .contents-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 10;
	display: none;
	color: #ffffff;
}
.main-content-kankyo .contents-modal .inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.main-content-kankyo .contents-modal .box {
	position: relative;
	padding: 50px;
	background: #000000;
	width: 100%;
	max-width: 850px;
}
.main-content-kankyo .contents-modal .box img {
	display: block;
	max-width: 100%;
}
.main-content-kankyo .contents-modal .box span {
	display: block;
	margin-top: 15px;
	font-size: 13px;
}
.main-content-kankyo .contents-modal .box .close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	background: url(../images/modal-close.png) no-repeat center center;
}

/*----------------------------------------------*//* .page-explain */
.main-content-kankyo .content-description {
	margin-bottom: 40px;
}
.main-content-kankyo .content-description.gray {
	background: #f1f1f1;
	padding: 15px 20px;
	border-radius: 5px;
}

/*----------------------------------------------*//* .anchor-menu */
.main-content-kankyo .anchor-menu {
	margin-bottom: 40px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.main-content-kankyo .anchor-menu ul {
	display: flex;
}
.main-content-kankyo .anchor-menu a {
	position: relative;
	display: inline-block;
	padding-left: 30px;
}
.main-content-kankyo .anchor-menu a:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -9px;
	display: block;
	width: 18px;
	height: 18px;
	background-image: url(../images/common/link-ico-b.png);
	background-repeat: no-repeat;
	background-position: center;
}
.main-content-kankyo .anchor-menu a.right:after {
	transform: rotate(230deg);
}
@media screen and (min-width : 768px) {
	.main-content-kankyo .anchor-menu.vertical ul {
		flex-direction: column;
	}
	.main-content-kankyo .anchor-menu.vertical li:not(:first-child) {
		border-top: 1px solid #eeeeee;
	}
	.main-content-kankyo .anchor-menu.vertical a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.main-content-kankyo .anchor-menu.horizontal {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.main-content-kankyo .anchor-menu.horizontal li {
		margin-right: 25px;
	}
}
/*----------------------------------------------*//* .section */
.main-content-kankyo .section {
	margin-bottom: 80px;
}
.main-content-kankyo .section .section-header {
	margin-bottom: 20px;
}
.main-content-kankyo .section .section-header .date {
	margin-bottom: 15px;
}
.main-content-kankyo .section .section-header .title {
	position: relative;
	padding-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.25;
	border-bottom: 1px solid #dedede;
}
.main-content-kankyo .section .section-header .title span {
	display: block;
	padding-left: 15px;
	border-left: 5px solid #34ad48;
}

/*----------------------------------------------*//* .block */
.main-content-kankyo .block {
	margin-bottom: 20px;
}
.main-content-kankyo .block .block-ttl {
	position: relative;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
	background: #f3f3f3;
	padding: 5px 15px 5px 15px;
	border-left: 5px solid #cccccc;
}
.main-content-kankyo .block .block-ttl span {
	font-size: 13px;
}
.main-content-kankyo .block .block-txt,
.main-content-kankyo .block .block-img,
.main-content-kankyo .block .block-tbl {
	margin-bottom: 15px;
}
.main-content-kankyo .block .block-txt.right {
	text-align: right;
}
.main-content-kankyo .block .block-img img {
	display: block;
	max-width: 100%;
}
.main-content-kankyo .block .block-tbl {
	overflow: auto;
}
.main-content-kankyo .block .block-tbl-area {
	background-color: #f1f1f1;
	padding: 20px;
}
.main-content-kankyo .block .note{
	text-align: right;
	color: #000;
}
@media screen and (min-width : 768px) {
	.main-content-kankyo .block .block-img img.pc-full {
		width: 100%;
	}
}
.main-content-kankyo .block .block-img .caption {
	margin-top: 5px;
	display: block;
	font-size: 11px;
}
.main-content-kankyo .block .block-txt strong {
	font-size: 16px;
	font-weight: bold;
}
.main-content-kankyo .block a.arrow {
	position: relative;
	padding-left: 15px;
}
.main-content-kankyo .block a.arrow:before {
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 6px;
	border-color: transparent transparent transparent #34ad48;
}
@media screen and (min-width : 768px) {
	.main-content-kankyo .block a.arrow:hover:before {
		border-color: transparent transparent transparent #808080;
	}
}
.main-content-kankyo .block a.blank:after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 14px;
	background: url(../images/contents-navi-blank.png) no-repeat center center;
	margin-left: 5px;
	vertical-align: baseline;
}

/*----------------------------------------------*//* .block-row */
.main-content-kankyo .block-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.main-content-kankyo .block-row.block-row-type2 {
	flex-direction: row-reverse;
}
.main-content-kankyo .block-row.block-row-type1 .block-col:nth-child(2n+1),
.main-content-kankyo .block-row.block-row-type2 .block-col:nth-child(2n+1) {
	width: 518px;
}
.main-content-kankyo .block-row.block-row-type1 .block-col:nth-child(2n+2),
.main-content-kankyo .block-row.block-row-type2 .block-col:nth-child(2n+2) {
	width: 362px;
}
.main-content-kankyo .block-row.block-row-type3 .block-col:nth-child(3n+1) {
	width: 392px;
}
.main-content-kankyo .block-row.block-row-type3 .block-col:nth-child(3n+2),
.main-content-kankyo .block-row.block-row-type3 .block-col:nth-child(3n+3) {
	width: 234px;
}
.main-content-kankyo .block-row.block-row-type3 .block-col.block-col-2:nth-child(3n+2) {
	width: 486px;
}
.main-content-kankyo .block-row.block-row-type4 .block-col:nth-child(2n+1),
.main-content-kankyo .block-row.block-row-type4 .block-col:nth-child(2n+2) {
	width: 440px;
}
.main-content-kankyo .block-row.block-row-type5 {
	display: flex;
	height: 400px;
	justify-content: space-between;
}
.main-content-kankyo .block-row.block-row-type5 * {
	height: 100%;
}
/*----------------------------------------------*//* .report-list-box */
.main-content-kankyo .report-list-box {
	margin-bottom: 20px;
	background: #eff9e7;
	border-radius: 5px;
	overflow: hidden;
	padding: 15px 25px;
}
.main-content-kankyo .report-list-box.group-list-box {
	background: #f5ecc5;
}
.main-content-kankyo .report-list-box.column-box {
	background: #fff;
	border: 2px dashed #70c02e;
}
.main-content-kankyo .report-list-box .box-head .title {
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 35px;
	padding: 5px 15px 5px 15px;
	background: #dbeeca;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.25;
}
.main-content-kankyo .report-list-box .box-head .title .ico {
	margin-right: 10px;
}
.main-content-kankyo .report-list-box .box-body {
	padding: 5px 25px;
}
.main-content-kankyo .report-list-box .item {
	position: relative;
	min-height: 107px;
	padding-top: 20px;
	padding-bottom: 20px;
	box-sizing: content-box;
}
.main-content-kankyo .report-list-box .item.no-min-height {
	min-height: 100%;
}
.main-content-kankyo .report-list-box .item:not(:first-child) {
	border-top: 1px solid #cccccc;
}
.main-content-kankyo .report-list-box .item dt {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	width: 100%;
	padding-right: 183px;
	color: #4e9414;
	font-size: 16px;
	line-height: 1.25;
	font-weight: bold;
}
.main-content-kankyo .report-list-box .item dt .ico {
	margin-right: 5px;
}
.main-content-kankyo .report-list-box .item dt a {
	color: inherit;
	text-decoration: underline;
}
@media screen and (min-width : 768px) {
	.main-content-kankyo .report-list-box .item dt a:hover {
		color: #808080;
	}
}
.main-content-kankyo .report-list-box .item dd {
	display: grid;
	grid-template-columns: auto 130px;
    gap: 53px;
}
.main-content-kankyo .report-list-box .item dd a {
	text-decoration: underline;
}
.main-content-kankyo .report-list-box .item .img {
	max-width: 130px;
	max-height: 140px;
	text-align: center;
	margin-top: -30px;
}
.main-content-kankyo .report-list-box .item .pdf{
	margin-top: 10px;
}
.main-content-kankyo .report-list-box .item .pdf a{
	position: relative;
	padding-right: 40px;
}
.main-content-kankyo .report-list-box .item .pdf span {
	padding-left: 10px;
}
.main-content-kankyo .report-list-box .item .pdf a::after {
	position: absolute;
	right: 0;
	bottom: 0;
	content: "PDF";
	background: #d14421;
	font-size: 11px;
	color: #fff;
	padding: 0 5px;
}
.main-content-kankyo .report-list-box .item .table {
	font-size: 14px;
	margin-top: 10px;
}
.main-content-kankyo .report-list-box .item .table th,
.main-content-kankyo .report-list-box .item .table td {
	width: 100px;
	padding: 5px;
	border: 1px solid #333;
	text-align: center;
}
.main-content-kankyo .report-list-box .item .table th:nth-child(1) {
	width: 120px;
}

.main-content-kankyo .report-list-box .item .table th {
	background-color: #59A616;
	color: #FFF;
}
.main-content-kankyo .report-list-box .item .table td {
	background-color: #DCF7C4;
}
.main-content-kankyo .report-list-box .item .img img {
	width: 100%;
	height: 100%;
    object-fit: contain;
}
.main-content-kankyo .report-list-box .item .img_wrap {
	position: relative;
	display: flex;
	width: auto;
}
.main-content-kankyo .report-list-box .item .img_wrap a {
	margin-right: 20px;
}
.main-content-kankyo .report-note{
	color: #000;
	margin-bottom: 20px;
}
.main-content-kankyo .report-note a{
	text-decoration: underline;
}
/*----------------------------------------------*//* .event-list-box */
.main-content-kankyo .event-list-box {
	margin-bottom: 20px;
	background: #eff9e7;
	border-radius: 5px;
	overflow: hidden;
}
.main-content-kankyo .event-list-box .box-head .title {
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 45px;
	padding: 5px 15px 5px 15px;
	background: #dbeeca;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.25;
}
@media screen and (min-width : 768px) {
	.main-content-kankyo .event-list-box .box-head .title {
		height: 45px;
	}
}
.main-content-kankyo .event-list-box .box-head .title .ico {
	margin-right: 10px;
}
.main-content-kankyo .event-list-box .box-body {
	position: relative;
	padding: 5px 25px 5px 200px;
	min-height: 210px;
}
.main-content-kankyo .event-list-box .item {
	padding-top: 20px;
	padding-bottom: 20px;
	box-sizing: content-box;
}
.main-content-kankyo .event-list-box .item:not(:first-child) {
	border-top: 1px solid #cccccc;
}
.main-content-kankyo .event-list-box .item dt {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	width: 100%;
	color: #4e9414;
	font-size: 16px;
	line-height: 1.25;
	font-weight: bold;
}
.main-content-kankyo .event-list-box .item dt .ico {
	margin-right: 5px;
}
.main-content-kankyo .event-list-box .item dt a {
	color: inherit;
	text-decoration: underline;
}
@media screen and (min-width : 768px) {
	.main-content-kankyo .event-list-box .item dt a:hover {
		color: #808080;
	}
}
.main-content-kankyo .event-list-box .item dt a[target="_blank"]:after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 14px;
	background: url(../images/contents-navi-blank.png) no-repeat center center;
	margin-left: 10px;
}

.main-content-kankyo .event-list-box .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
}
.main-content-kankyo .event-list-box .image img {
	width: 100%;
}

/*----------------------------------------------*//* .bullet-list */
.main-content-kankyo .bullet-list.dot > li {
	margin-left: 1.5em;
}
.main-content-kankyo .bullet-list.dot > li:before {
	content: "・";
	display: inline-block;
	width: 1.5em;
	margin-left: -1.5em;
}
.main-content-kankyo .bullet-list.num {
	counter-reset: list-number;
}
.main-content-kankyo .bullet-list.num .bold {
	font-weight: bold;
}
.main-content-kankyo .bullet-list.num > li {
	margin-left: 2.0em;
}
.main-content-kankyo .bullet-list.num > li:before {
	counter-increment: list-number;
	content: counter(list-number)'.';
	display: inline-block;
	width: 2.0em;
	margin-left: -2.0em;
}
.main-content-kankyo .bullet-list.gap > li:not(:first-child) {
	margin-top: 10px;
}

/*----------------------------------------------*//* .table-01 */
.main-content-kankyo .table-01 {
	min-width: 560px;
}
.main-content-kankyo .table-01 thead th,
.main-content-kankyo .table-01 thead td {
	background: #f1f1f1;
	font-weight: bold;
}
.main-content-kankyo .table-01 th,
.main-content-kankyo .table-01 td {
	border: 1px solid #cccccc;
	vertical-align: top;
	padding: 10px;
}
.main-content-kankyo .table-01 th:nth-child(1),
.main-content-kankyo .table-01 td:nth-child(1) {
	width: 30%;
}
.main-content-kankyo .table-01 th:nth-child(2),
.main-content-kankyo .table-01 td:nth-child(2) {
	width: 30%;
}

/*----------------------------------------------*//* .table-02 */
.main-content-kankyo .table-02 {
	width: 70%;
}
.main-content-kankyo .table-02 thead th,
.main-content-kankyo .table-02 thead td {
	background: #777;
	font-weight: bold;
	color: #fff;
}
.main-content-kankyo .table-02 tbody th {
	background: #777;
	color: #fff;
}
.main-content-kankyo .table-02 tbody td {
	text-align: right;
	background: #fff;
}
.main-content-kankyo .table-02 tbody td:first-child {
	text-align: center;
}
.main-content-kankyo .table-02 tbody td.td-center {
	text-align: center;
}
.main-content-kankyo .table-02 th,
.main-content-kankyo .table-02 td {
	border: 1px solid #cccccc;
	vertical-align: middle;
	padding: 10px;
}
.main-content-kankyo .table-02 th,
.main-content-kankyo .table-02 td {
	width: 20%;
}

/*----------------------------------------------*//* .block.article */
.main-content-kankyo .block.article .txt,
.main-content-kankyo .block.article .img {
	margin-bottom: 15px;
}
.main-content-kankyo .block.article .txt strong {
	font-weight: bold;
}
.main-content-kankyo .block.article img {
	max-width: 100%;
}
.main-content-kankyo .block.article .img {
	max-width: 755px;
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
}
.main-content-kankyo .block.article .img figure {
	max-width: 50%;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
.main-content-kankyo .block.article .img figure.full {
	max-width: 100%;
}
.main-content-kankyo .block.article .img figure img {
	display: block;
	max-width: 100%;
}
.main-content-kankyo .block.article .img figure figcaption {
	margin-top: 5px;
	font-size: 11px;
}
.main-content-kankyo .block.article .talk {
	background: #eff9e7;
	padding: 20px 20px 10px;
	border-radius: 10px;
}
.main-content-kankyo .block.article .talk ul {
	margin-top: 10px;
}
.main-content-kankyo .block.article .talk li {
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../images/com_ic17.gif);
	background-repeat: no-repeat;
}
.main-content-kankyo .block.article .talk li.girl {
	background-image: url(../images/com_ic14.gif);
}
.main-content-kankyo .block.article .talk li.boy {
	background-image: url(../images/com_ic15.gif);
}
.main-content-kankyo .block.article .talk li > div {
	position: relative;
	background: #ffffff;
	border: 2px solid #bedba7;
	border-radius: 5px;
	padding: 10px;
}
.main-content-kankyo .block.article .talk li > div:after {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #bedba7;
	border-left: 2px solid #bedba7;
	background: #ffffff;
}
.main-content-kankyo .block.article .talk li:nth-child(odd) {
	padding-left: 40px;
	background-position: center left;
}
.main-content-kankyo .block.article .talk li:nth-child(even) {
	padding-right: 40px;
	background-position: center right;
}
.main-content-kankyo .block.article .talk li:nth-child(odd) > div:after {
	left: -8px;
	transform: rotate(-45deg);
}
.main-content-kankyo .block.article .talk li:nth-child(even) > div:after {
	right: -8px;
	transform: rotate(135deg);
}
.main-content-kankyo .news-pagetop {
	text-align: right;
}
/*----------------------------------------------*//* .news-list */
.main-content-kankyo .news-list {
	line-height: 1.5em;
	border-top: 1px solid #cccccc;
}
.main-content-kankyo .news-list a {
	display: flex;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #cccccc;
	align-items: center;
}
.main-content-kankyo .news-list dl {
	display: table;
	width: 100%;
}
.main-content-kankyo .news-list dt {
	display: table-cell;
	vertical-align: top;
	width: 8em;
}
.main-content-kankyo .news-list dd {
	position: relative;
	display: table-cell;
	vertical-align: top;
	padding-left: 15px;
}
.main-content-kankyo .news-list dd:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #34ad48;
}
@media screen and (min-width : 768px) {
	.main-content-kankyo .news-list a:hover dd:before {
		border-color: transparent transparent transparent #808080;
	}
}
/*----------------------------------------------*//* .home-mainimage */
.main-content-kankyo .home-mainimage {
	/* margin-top: -30px; */
}

/*----------------------------------------------*//* .home-menu */
.main-content-kankyo .home-menu {
	max-width: 750px;
	margin: 45px auto 0;
}
.main-content-kankyo .home-menu .box {
	margin-top: 25px;
	background: #f2f2f2;
	padding: 35px 35px 35px 40px;
	background-repeat: no-repeat;
}
.main-content-kankyo .home-menu .box dt {
	font-size: 19px;
	font-weight: bold;
	color: #0ca434;
}
.main-content-kankyo .home-menu .box dd {
	margin-top: 30px;
	font-size: 15px;
	line-height: 1.666;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.main-content-kankyo .home-menu .box dd .button {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.main-content-kankyo .home-menu .box dd .button a {
	margin-top: 15px;
	display: flex;
	align-items: center;
	width: 185px;
	min-height: 40px;
	padding: 10px 35px 10px 20px;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.25;
	background-color: #34ad48;
	background-image: url(../images/home/home-menu-link-ico.png);
	background-repeat: no-repeat;
	background-position: center right 15px;
}
.main-content-kankyo .home-menu .box dd .button a[target="_blank"] {
	background-image: url(../images/home/home-menu-blank-ico.png);
	background-repeat: no-repeat;
	background-position: center right 15px;
}
.main-content-kankyo .home-menu .box dd .button a.full {
	width: 100%;
}
.main-content-kankyo .home-menu .box.type-A dl {
	display: flex;
	width: 100%;
}
.main-content-kankyo .home-menu .box.type-A dt {
	width: 280px;
}
.main-content-kankyo .home-menu .box.type-A dd {
	width: 385px;
	flex-wrap: wrap;
	margin-top: 0;
}
.main-content-kankyo .home-menu .box.type-A dd .button a:nth-child(1),
.main-content-kankyo .home-menu .box.type-A dd .button a:nth-child(2) {
	margin-top: 0;
}
.main-content-kankyo .home-menu .box.type-B dd {
	width: 100%;
}
.main-content-kankyo .home-menu .box.type-B dd .txt {
	width: 450px;
}
.main-content-kankyo .home-menu .box.type-B dd .button {
	width: 185px;
}
.main-content-kankyo .home-menu .box.box-02 {
	background-image: url(../images/home/home-menu-02.png);
	background-position: right 48px top 40px;
}
.main-content-kankyo .home-menu .box.box-03 {
	background-image: url(../images/home/home-menu-03.png);
	background-position: right 43px top 35px;
}
.main-content-kankyo .home-menu .box.box-04 {
	background-image: url(../images/home/home-menu-04.png);
	background-position: right 45px top 33px;
}
.main-content-kankyo .home-menu .box.box-05 {
	background-image: url(../images/home/home-menu-05.png);
	background-position: right 54px top 31px;
}
.main-content-kankyo .home-menu .box.box-06 {
	background-image: url(../images/home/home-menu-06.png);
	background-position: right 54px top 31px;
}
@media screen and (min-width : 768px) {
	.main-content-kankyo .home-menu .box dd .button a:hover {
		background-color: #a1a1a1;
		background-image: url(../images/home/home-menu-link-ico.on.png);
	}
	.main-content-kankyo .home-menu .box dd .button a[target="_blank"]:hover {
		background-image: url(../images/home/home-menu-blank-ico.png);
	}
}
/*----------------------------------------------*//* .sustainability_wrap */
.main-content-kankyo .home-menu .sustainability_wrap{
	background-image: url(../images/home/sustainability_logo.png);
	background-position: right 30px top 15px;
	background-repeat: no-repeat;
	background-size: 200px;
	padding: 20px 35px;
	border: 2px dashed #65befd;
}
.main-content-kankyo .home-menu .sustainability_wrap {
	margin-top: 30px;
}
.main-content-kankyo .home-menu .sustainability_wrap dl a{
	color: #0070c1;
}
.main-content-kankyo .home-menu .sustainability_wrap dt{
	color: #0070c1;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.main-content-kankyo .home-menu .sustainability_wrap dd {
}
.main-content-kankyo .home-menu .sustainability_wrap .sustainability_link {
	margin-top: 20px;
	padding-left: 30px;
}

/*----------------------------------------------*//* .home-news-list */
.main-content-kankyo .home-news-list {
	max-width: 750px;
	margin: 40px auto 0;
}
.main-content-kankyo .home-news-list .title {
	font-size: 15px;
	font-weight: bold;
	margin-left: 50px;
	margin-bottom: 20px;
}
.main-content-kankyo .home-news-list .news-list a {
	min-height: 80px;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
	.main-content-kankyo .home-news-list .news-list a {
		height: 80px;
	}
}
.main-content-kankyo .home-news-list .news-list dt {
	width: 150px;
	padding-left: 50px;
}
.main-content-kankyo .home-news-list .news-list dd:before {
	display: none;
}
.main-content-kankyo .home-news-list .news-list dd span:after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 9px;
	background-image: url(../images/home/news-list-arw.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 10px;
}
@media screen and (min-width : 768px) {
	.main-content-kankyo .home-news-list .news-list a:hover dd span:after {
		background-image: url(../images/home/news-list-arw.on.png);
	}
}
.main-content-kankyo .home-news-list .more {
	margin-top: 25px;
	text-align: right;
}
.main-content-kankyo .home-news-list .more a {
	position: relative;
	color: inherit;
	display: inline-block;
	padding-right: 30px;
}
.main-content-kankyo .home-news-list .more a:after {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -9px;
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background-image: url(../images/home/link-arw.png);
	background-repeat: no-repeat;
	background-position: center;
}
@media screen and (min-width : 768px) {
	.main-content-kankyo .home-news-list .more a:hover:after {
		background-image: url(../images/home/link-arw.on.png);
	}
}



/*----------------------------------------------*//* .ecolo-list */
.main-content-kankyo .ecolo-list {
	margin: 45px auto 0;
	width: 750px;
}
.main-content-kankyo .ecolo-list .title {
	font-size: 20px;
	text-align: center;
}
.main-content-kankyo .ecolo-list ul {
	margin-top: 30px;
	margin-bottom: 40px;
}
.main-content-kankyo .ecolo-list li {
	display: table;
	width: 100%;
	padding: 15px 0 25px 0;
	border-top: 1px solid #b5b5b5;
}
.main-content-kankyo .ecolo-list li .date,
.main-content-kankyo .ecolo-list li .data {
	display: table-cell;
	vertical-align: top;
}
.main-content-kankyo .ecolo-list li .date {
	width: 240px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
}
.main-content-kankyo .ecolo-list li .data .name {
	margin-bottom: 13px;
	font-size: 20px;
	font-weight: bold;
	color: #0ca434;
}
.main-content-kankyo .ecolo-list li .data dl {
	display: table;
	margin-top: 10px;
}
.main-content-kankyo .ecolo-list li .data dl dt,
.main-content-kankyo .ecolo-list li .data dl dd {
	display: table-cell;
}
.main-content-kankyo .ecolo-list li .data dl dt {
	width: 40px;
	vertical-align: top;
}
.main-content-kankyo .ecolo-list li .data dl dt span {
	display: block;
	padding: 3px 5px;
	color: #ffffff;
	font-size: 13px;
}
.main-content-kankyo .ecolo-list li .data dl dd {
	vertical-align: middle;
	padding-left: 10px;
}
.main-content-kankyo .ecolo-list li .data dl.place dt span {
	background: #34ad48;
}
.main-content-kankyo .ecolo-list li .data dl.time dt span {
	background: #9bc831;
}
.main-content-kankyo .ecolo-list .banner a {
	position: relative;
	display: block;
}
.main-content-kankyo .ecolo-list .banner a img {
	display: block;
}
.main-content-kankyo .ecolo-list .banner a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0,0,0,0.4);
	opacity: 0;
	transition: opacity 0.2s linear;
}
@media screen and (min-width : 768px) {
	.main-content-kankyo .ecolo-list .banner a:hover:after {
		opacity: 1;
	}
}


.main-content-kankyo .event_2005_block_A ul {
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.main-content-kankyo .event_2005_block_A ul li {
	width: 31%;
}
.main-content-kankyo .event_2005_block_A ul .img {
	text-align: center;
}
.main-content-kankyo .event_2005_block_A ul .img img {
	height: 100px;
}
.main-content-kankyo .event_2005_block_A ul .txt {
	margin-top: 10px;
	font-size: 12px;
}
.main-content-kankyo .event_2005_block_B {
	display: flex;
	width: 100%;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.main-content-kankyo .event_2005_block_B .img {
	width: 25%;
	text-align: center;
}
.main-content-kankyo .event_2005_block_B .img img {
	max-width: 100%;
}
.main-content-kankyo .event_2005_block_B .txt {
	width: 73%;
}
.main-content-kankyo .event_2005_block_C img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.main-content-kankyo .event_2004_block_A {
	margin-top: 30px;
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
}
.main-content-kankyo .event_2004_block_A .txt {
	margin-left: 20px;
}
.main-content-kankyo .event_2004_block_B {
	margin-top: 30px;
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	width: 100%;
	justify-content: space-between;
}
.main-content-kankyo .event_2004_block_B .txt {
	margin-right: 20px;
}


.main-content-kankyo .link-ico {
	position: relative;
}
.main-content-kankyo .link-ico:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: center;
}
.main-content-kankyo .link-ico-r {
	padding-right: 25px;
}
.main-content-kankyo .link-ico-r:after {
	right: 0;
}
.main-content-kankyo .link-ico-u:after {
	background-image: url(../images/common/link-ico-u.png);
}

@media screen and (min-width : 768px) {
	.main-content-kankyo .link-ico-r:hover:after {
		background-image: url(../images/common/link-ico-u.on.png);
	}
}


.main-content-kankyo .qanda {
	padding: 20px 25px;
	background: #f2f2f2;
	border-radius: 10px;
}
.main-content-kankyo .qanda:not(:first-child) {
	margin-top: 15px;
}
.main-content-kankyo .qanda .qanda-q,
.main-content-kankyo .qanda .qanda-a {
	padding-left: 30px;
}
.main-content-kankyo .qanda .qanda-q {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #dddddd;
	font-weight: bold;
}
.main-content-kankyo .qanda .qanda-q span,
.main-content-kankyo .qanda .qanda-a span {
	font-size: 16px;
	display: inline-block;
	width: 30px;
	margin-left: -30px
}

.main-content-kankyo .main-content-area .mt {
		margin-top: 15px;
}
.main-content-responsive div .gif-block {
	display: flex;
	align-items: center;
}
.main-content-responsive div .gif-block .block-img:nth-child(1){
	width: 70%;
}

.main-content-responsive div .gif-block .block-img:nth-child(2) {
	width: 30%;
}

.main-content-kankyo .tablet-reuse-box .title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
.main-content-kankyo .tablet-reuse-box .content-title{
	color: #2d75bb;
	font-size: 22px;
}
.main-content-kankyo .tablet-reuse-box dl {
	display: flex;
	justify-content: space-between;
}
.main-content-kankyo .tablet-reuse-box dt{
	font-size: 14px;
	font-weight: bold;
	width: 450px;
	flex: 1;
}

.main-content-kankyo .tablet-reuse-box dd{
	width: 150px;
}
.main-content-kankyo .tablet-reuse-box a {
	text-decoration: underline;
}
/* .main-content-responsive img.sp-full {
	width: 500px;
} */
/* .main-content-responsive div .block-img {
	width: 210px;
} */
.main-content-kankyo .tablet-reuse-box .title .txt_small {
	font-size: 12px;
}

.main-content-kankyo .main-content-area .block-txt02{
	margin-top: 15px;
	font-size: 12px;
	margin-bottom: 15px;
}

.img-block {
	display: flex;
	align-items: center;
}
.img-block img{
	width: 90px;
}
