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

/* ecoaction21 ==============================================================
	1. p-content
	2. p-ecoaction21Link
	3. c-section
	4. p-mission
	5. p-policy
	6. p-report
======================================================================== */

/* =====================================================================
	1. p-content
======================================================================== */
.p-content {
	margin: 0 0 100px;
}
@media screen and (max-width: 799px) {
	.p-content {
		overflow: hidden;
	}
}

/* =====================================================================
	2. p-recruitLink
======================================================================== */
.p-ecoaction21Link {
	display: table;
	margin: auto;
	text-align: center;
}
.p-ecoaction21Link .menu-item {
	float: left;
	display: inline-block;
	width: 300px;
	height: 50px;
	margin: 20px 14px;
}
.p-ecoaction21Link .menu-item a {
	display: block;
	width: 300px;
	height: 50px;
}
.p-ecoaction21Link .p-mission.menu-item {
	background: url(../img/ecoaction21/link_mission.png) no-repeat center center;
}
.p-ecoaction21Link .p-policy.menu-item {
	background: url(../img/ecoaction21/link_policy.png) no-repeat center center;
}
.p-ecoaction21Link .p-report.menu-item {
	background: url(../img/ecoaction21/link_report.png) no-repeat center center;
}
.p-ecoaction21Link .menu-item a:hover {
	background-color: rgba(255,255,255,0.5);
	transition: .4s linear;
  -webkit-transition: .4s linear;
  -moz-transition: .4s linear;
  -o-transition: .4s linear;
  -ms-transition: .4s linear;
}
.tinynav {
	display: none;
}
@media screen and (max-width: 799px) {
	.p-ecoaction21Link {
		display: none;
	}
	.tinynav { 
		display: block;
		width: auto;
		text-align: center;
		margin: 20px auto;
		overflow: hidden;
	}
}

/* =====================================================================
	3. c-section
======================================================================== */
.c-section {
	margin: 0 15px 60px;
}
.c-section .p-tit {
	position: relative;
	z-index: 10;
	width: 100%;
	height: 44px;
	margin: 0 0 30px;
}
.c-section .p-tit:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}
.p-mission.c-section .p-tit:before {
	width: 158px;
	height: 44px;
	background: url(../img/ecoaction21/tit_mission.png) no-repeat left top, #FFFFFF;
	background-size: 138px 44px;
}
.p-policy.c-section .p-tit:before {
	width: 158px;
	height: 44px;
	background: url(../img/ecoaction21/tit_policy.png) no-repeat left top, #FFFFFF;
	background-size: 138px 44px;
}
.p-report.c-section .p-tit:before {
	width: 294px;
	height: 44px;
	background: url(../img/ecoaction21/tit_report.png) no-repeat left top, #FFFFFF;
	background-size: 274px 44px;
}
.c-section .p-tit:after {
	content: "";
	position: absolute;
	top: 21px;
	left: 0;
	z-index: 8;
	width: 100%;
	height: 2px;
	background-color: #999999;	
}
@media screen and (max-width: 799px) {
	.c-section {
		display: block;
		width: auto;
		margin: 0 25px 60px;
	}
}

/* =====================================================================
	4. p-mission
======================================================================== */
.p-mission .p-text {
	text-indent: 1em;
	margin: 0 1em;
}

/* =====================================================================
	5. p-policy
======================================================================== */
.p-policy {
	counter-reset: number0 0;
}
.p-policy .p-list {
	margin: 0 1em;
}
.p-policy .p-list > .p-text {
	list-style: none;
	padding-bottom: 1em;
}
.p-policy .p-list > .p-text:before {
	counter-increment: number0 1;
  content: counter(number0) '. ';
}
.p-policy .p-list .p-sublist {
	counter-increment: number1 0;
	margin: 1em 30px;
}
.p-policy .p-list .p-sublist > .p-text {
	list-style: none;
}
.p-policy .p-list .p-sublist > .p-text:before {	
	counter-increment: number1 1;
  content: '(' counter(number1) ')';
}
.p-policy .p-enactment {
	text-align: right;
	padding-bottom: 1.5em;
}
.p-policy .p-ceo {
	text-align: right;
}

/* =====================================================================
	6. p-report
======================================================================== */
.p-report .p-license {
	display: inline-block;
	margin: 0 1em;
	padding-bottom: 2em;
}
.p-report .p-logo {
	float: right;
}
.p-report .p-list {
	display: inline-block;
	width: 670px;
	margin: 0 0 0 2em;
}
.p-report .p-list .p-text {
	position: relative;
	list-style: none;
	padding: 1em 0.5em 1em 1em;
	border-bottom: #CCCCCC solid 1px;
}
.p-report .p-list .p-text:before {
	content: '';
	position: absolute;
	top: 20px;
	left: 0;
	border: transparent solid 5px;
	border-left-color: #007940;
}
@media screen and (max-width: 799px) {
	.p-report .p-license {
		padding-bottom: 0;
	}
	.p-report .p-logo {
		float: none;
		text-align: center;
	}
	.p-report .p-list {
		width: calc(100% - 2em);
		margin: 0 1em;
	}
}
