
@media print{
	/*印刷の際にmatchHeighの要素がずれる対策*/
	.matchHeight .printHeightAuto {
		height: auto !important;
		display: block!important;
	}
}

.textIndent {
	text-indent: 1em;
}
.dispTable {
	display: table;
}
.mwAuto {
	max-width: inherit!important;
}

@media screen and (max-width: 950px) {
	.w950_dispFlex {
		display: flex !important;
	}
	
	.w950_aiC {
		align-items: center !important;
	}
}

@media screen and (max-width: 750px) {
	.sp_dispBlock {
		display: block !important;
	}
	
	.sp_ta-l {
		text-align: left !important;
	}
	
	.sp_mb5p {
		margin-bottom: 5% !important;
	}
}

.mlrAuto {
	margin-left: auto !important;
	margin-right: auto !important;
}
.mlAuto {
	margin-left: auto !important;
}
@media screen and (max-width: 750px) {
	.sp_mlrAuto {
		margin-left: auto !important;
		margin-right: auto !important;
	}
}

.hoverOpa06 img {
	transition: all 0.2s;
	transition-timing-function: ease-in;
}
.hoverOpa06:hover img {
	opacity: 0.6;
}

.underlineGreenTit {
	font-size: 2.4rem;
	padding-bottom: 5px;
	border-bottom: 5px solid #008900;
}
@media screen and (max-width: 750px) {
	.underlineGreenTit {
		font-size: 2.2rem;
		padding-bottom: 3px;
		border-bottom: 3px solid #008900;
	}
}

.bgYellowGreenTit {
	background: #e2f3e2;
	color: #008803;
	font-size: 2.4rem;
	font-weight: bold;
	padding: 20px 15px;
}
@media screen and (max-width: 750px) {
	.bgYellowGreenTit {
		font-size: 2.2rem;
		padding: 20px 15px;
	}
}

.leadTxt {
	font-size: 1.8rem;
	font-weight: bold;
}
@media screen and (max-width: 750px) {
	.leadTxt {
		font-size: 1.6rem;
	}
}

.linkGreenTxt {
	color: #008803 !important;
	font-size: 2.0rem;
	font-weight: bold;
}
@media screen and (max-width: 750px) {
	.linkGreenTxt {
		font-size: 1.8rem;
	}
}

.col2_imgBox {
	display: flex;
	justify-content: center;
}
.col2_imgBox >* {
	margin-bottom: 20px;
}
.col2_imgBox >* + * {
	margin-left: 3%;
}
@media screen and (max-width: 750px) {
	.col2_imgBox {
		display: block;
	}
	.col2_imgBox >* {
		margin-bottom: 5%;
	}
	.col2_imgBox >* + * {
		margin-left: 0;
	}
}

.anchorLinkList {
	margin-left: 20px;
}
.anchorLinkList li {
	margin-bottom: 10px;
}
.anchorLinkList li a {
	border-style: solid;
	border-width: 0 0 0 8px;
	border-color: #abcd06;
	padding: 4px 20px 2px 8px;
	position: relative;
	display: inline-block;
	font-weight: bold;
	font-size: 1.6rem;
}
.anchorLinkList li a:after {
	content: "";
	display: block;
	background: url(/material/img/ico_link.svg) no-repeat;
	background-size: contain;
	transform: rotate(90deg);
	width: 6px;
	height: 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
@media screen and (max-width: 750px) {
	.anchorLinkList {
		display: none;
	}
	.anchorLinkList li {
		margin-bottom: 2%;
	}
	.anchorLinkList li a {
		border-width: 0 0 0 6px;
		padding: 4px 15px 2px 8px;
		font-size: 1.5rem;
	}
}

.leftLineYellowGreenTit {
	border-style: solid;
	border-width: 0 0 0 8px;
	border-color: #abcd06;
	padding: 4px 20px 2px 8px;
	font-size: 2.2rem;
}
.leftLineYellowGreenTit > * {
	font-weight: bold;
	display: inline-block;
}
@media screen and (max-width: 750px) {
	.leftLineYellowGreenTit {
		border-width: 0 0 0 6px;
		padding: 4px 0 2px 8px;
		font-size: 2.1rem;
	}
	.leftLineYellowGreenTit + .accordionInner {
		margin-top: 20px;
	}
}

/* -----------------------------------------
	SP時にaccordion
----------------------------------------- */
@media screen and (max-width: 750px) {
	.accordion:not(:last-of-type) {
		padding-bottom: 0 !important;
	}
	.accordion + .accordion {
		padding-top: 10% !important;
	}
	.accordion.accoOpen + .accordion {
		padding-top: 80px !important;
	}
	.accoButton {
		position: relative;
		width: 100%;
		text-align: left;
		padding-right: 25px;
	}
	.accoButton::before,
	.accoButton::after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		background: #333;
		transition: 0.4s;
	}
	.accoButton::before {
		width: 2px;
		height: 20px;
		right: 9px;
	}
	.accoButton::after {
		width: 20px;
		height: 2px;
		right: 0;
	}
	.accordion.accoOpen .accoButton::before {
		transform: rotate( -90deg );
	}
	.accordion .accordionInner,
	.accordion.accoOpen .accoButton::after {
		display: none;
	}
	.accordion .accordionInner {
		padding: 0 2%;
	}
	.accordion.accoOpen .accordionInner:not(:last-of-type) {
		padding-bottom: 10%;
	}
}



/*/eco/index.html*/
#mainContents .container > .contentsWrapper > .wrapper {
    padding-bottom: 80px;
}
.mainImg {
	text-align: center;
	margin-bottom: 15px;
}
.main_box_text {
	text-align: center;
	font-weight: bold;
	color: #88a503;
	font-size: 2.3rem;
}


.info_box_dl {
	border-bottom: 1px solid #ddd;
	padding: 15px 10px 10px;
	display: flex;
}

.info_box_dt {
	width: 140px;
}
.info_box_dd {
	width: calc(100% - 140px);
}

.info_box_ul > li {
	margin-bottom: 5px;
}

.climate_change {
	margin-top: 60px;
}

.climate_change_inn {
	display: flex;
	justify-content: space-between;
}

.climate_change_innL {
	width: calc(100% - 340px);
}
.climate_change_innR {
	width: 320px;
}
.inquiry_box {
	margin-top: 20px;
}

.inquiry_box_dl {
	display: flex;
	flex-wrap: wrap;
	padding-left: 10px;
}

.goal_box {
	display: flex;
	justify-content: space-between;
}
.goal_box_img_btn {
	width: 300px;
}
.goal_box_img {
	width: 550px;
	margin-left: 10px;
}

.tcfd_wrap {
	width: 85%;
	margin: 0 auto;
}

@media screen and (max-width: 786px) {
	.tcfd_wrap {
		width: 100%;
	}
}

@media screen and (max-width: 750px) {
	#mainContents .container > .contentsWrapper > .wrapper {
		padding-bottom: 20%;
	}
	.main_box_text {
		font-size: 1.8rem;
	}
	.info_box_dl {
		display: block;
	}

	.info_box_dt {
		width: 100%;
	}
	.info_box_dd {
		width: 100%;
	}

	.climate_change {
		margin-top: 60px;
	}

	.climate_change_inn {
		display: block;
	}

	.climate_change_innL {
		width: 100%;
	}
	.climate_change_innR {
		width: 100%;
		margin-top: 20px;
	}
	.inquiry_box {
		margin-top: 20px;
	}

	.goal_box {
		display: block;
	}
	.goal_box_img_btn {
		width: 100%;
	}
	.goal_box_img {
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
	}

}



/*/eco/pdf/index.html*/

.report_linkBox {
	margin-top: 30px;
	background-color: #f0f5f0;
	padding: 40px 30px 30px;
}
.report_linkBox .blue_dot {
	color: #4169e1;
}
/*.report_linkBox_inn {
	display: flex;
	align-items: center;
	margin: 10px auto 20px;
}*/
.report_linkBox_inn .btn {
	width: 560px;
	margin: 0 auto 30px;
}
.report_linkBox_inn .btn a {
	font-size: 2.0rem;
	font-weight: bold;
}
.booklet_link {
	width: 50%;
	margin: 50px auto 10px;
}
.archiveMenu .archiveTable {
	margin-top: 30px;
}
.archiveMenu .archiveTable .year {
	width: 10%;
	font-weight: normal !important;
}
.archiveMenu .archiveTable .groupReport {
	width: 36%;
}

@media screen and (max-width: 750px) {
	.report_linkBox {
		margin-top: 15%;
		padding: 3%;
	}
	/*.report_linkBox_inn {
		display: block;
		align-items: center;
		margin: 10px auto 20px;
	}*/
	.report_linkBox_inn .btn {
		width: 100%;
		margin-right: 0;
		margin-bottom: 5%;
	}
	.report_linkBox_inn .btn a {
		font-size: 1.8rem;
	}
	.booklet_link {
		width: 100%;
		margin: 10% auto 5%;
	}
}

.archiveMenu .reportBox {
	margin-bottom: 50px;
}
.archiveMenu .reportBox > p {
	font-weight: bold;
	font-size: 2.0rem;
    text-align: center;
    margin-bottom: 30px;
}

.archiveMenu .reportBox .reportArchiveJp,
.archiveMenu .reportBox .reportArchiveEn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.archiveMenu .reportBox .reportArchiveJp .dl,
.archiveMenu .reportBox .reportArchiveEn .dl {
    max-width: 460px;
    width: 48.5%;
    margin-bottom: 20px;
}

.archiveMenu .reportBox .reportArchiveJp .dl a,
.archiveMenu .reportBox .reportArchiveEn .dl a {
	position: relative;
    padding: 10px 25px 10px 10px;
    display: block;
    border-bottom: 1px solid #ddd;
}

.archiveMenu .reportBox .reportArchiveJp .dl a:hover,
.archiveMenu .reportBox .reportArchiveEn .dl a:hover {
	text-decoration: none;
    border-bottom: 1px solid #008803;
}

.archiveMenu .reportBox .reportArchiveJp .dl a::after,
.archiveMenu .reportBox .reportArchiveEn .dl a::after {
    content: "";
    display: block;
    background: url(/material/img/ico_link.svg) no-repeat;
    background-size: contain;
    width: 6px;
    height: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
}

/*/eco/pdf/index.html --20230920---*/
.eco_pdf .menu_download .down_arrow a{
	position: relative;
	min-height: 82px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.eco_pdf .menu_download .down_arrow a::after{
	content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 14px;
    margin: auto;
    width: 8px;
    height: 8px;
    border-right: 3px solid #ffffff;
    border-top: 3px solid #ffffff;
    transform: rotate(135deg);
}

.eco_pdf.menu{
	margin-bottom: 50px;
}

.eco_pdf .menu_title{
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 500px;
	width: 100%;
	margin: 0 auto 50px;
	gap: 20px;
}
@media screen and (max-width: 650px) {
	.eco_pdf .menu_title{
		padding: 0 24px;
	}
}

.eco_pdf .menu_title .menu_title_image{
	max-width: 142px;
}
@media screen and (max-width: 650px) {
	.eco_pdf .menu_title .menu_title_image{
		width: 35%;
	}
}

.eco_pdf .menu_title .menu_title_image img{
	width: 100%;
}

.eco_pdf .menu_title_heading h2{
	font-size: 2.1rem;
	font-weight: bold;
	color:  #008803;;
	text-align: center;
}
@media screen and (max-width: 650px) {
	.eco_pdf .menu_title_heading{
		width: 65%;
	}
	.eco_pdf .menu_title_heading h2{
		font-size: 3.5vw;
	}
}

.eco_pdf .menu_title_heading .menu_title_year{
	font-size: 11.2rem;
	font-family: "Arial","メイリオ",'Meiryo',"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", sans-serif;
	font-weight: normal;
	display: block;
    text-align: center;
    line-height: 1.1;
}
@media screen and (max-width: 650px) {
	.eco_pdf .menu_title_heading .menu_title_year{
		font-size: 21vw;
	}
}

.eco_pdf .menu_download{
	margin: 0 auto 40px;
}

.eco_pdf .menu_downloadBox_wrapper{
	display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto 20px;
    gap: 20px;
}

.eco_pdf .menu_downloadBox_wrapper .menu_downloadBox_link{
    width: 100%;
}

.eco_pdf .menu_downloadBox_wrapper .menu_downloadBox_link.btn.blank a{
    width: 100%;
	padding: 20px 25px 20px 10px;
}

@media screen and (max-width: 750px) {
	.eco_pdf .menu_downloadBox_wrapper{
		flex-direction: column;
	}
	.eco_pdf .menu_downloadBox_wrapper .menu_downloadBox_link.btn.blank a{
		padding: 20px 25px;
	}
}

.eco_pdf .menu_linkBox_wrapper{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 0 auto 30px;
	gap: 20px;
}
@media screen and (max-width: 750px) {
	.eco_pdf .menu_linkBox_wrapper{
		flex-direction: column;
	}
}

.eco_pdf .menu_linkBox_list{
	width: 100%;
}

.eco_pdf .menu_linkBox_list.list01{
	order: 1;
}

.eco_pdf .menu_linkBox_list.list02{
	order: 2;
}

.eco_pdf .menu_linkBox_list.list03{
	order: 3;
}

@media screen and (min-width: 751px) {
	.eco_pdf .menu_linkBox_list.list01{
		order: 2;
	}
	.eco_pdf .menu_linkBox_list.list02{
		order: 1;
	}
	.eco_pdf .menu_linkBox_list.list03{
		order: 3;
	}
}


.eco_pdf .menu_linkBox_link{
	position: relative;
	display: block;
	overflow: hidden;
}

.eco_pdf .menu_linkBox_link:hover {
    transition-duration: .2s;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
}

.eco_pdf .menu_linkBox_image img{
    transition: transform .4s ease;
}

.eco_pdf .menu_linkBox_image img:hover {
	transition: transform .4s ease;
    transform: scale(1.1,1.1);
}

.eco_pdf .menu_linkBox_textBox{
	background-color: #00000057;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
	padding: 6px 24px;
}

.eco_pdf .menu_linkBox_textBox::after{
	content: "";
    display: block;
    background: url(/material/img/ico_blank_w.svg) no-repeat;
    background-size: contain;
    width: 12px;
    height: 12px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 7px;
}

.eco_pdf .menu_linkBox_text{
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
}

.eco_pdf .menu_linkBox_text .pdfLink::after{
	content: "";
	display: inline-block;
	background: url(/material/img/ico_pdf_w.svg) no-repeat;
	background-size: contain;
	width: 12px;
	height: 12px;
	vertical-align: middle;
	margin: 0 8px;
}

.eco_pdf .menu_linkBox2_wrapper{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 0 auto;
	gap: 20px;
}
@media screen and (max-width: 750px) {
	.eco_pdf .menu_linkBox2_wrapper{
		flex-direction: column;
	}
}

.menu_linkBox2_list{
	width: 100%;
}

.eco_pdf .menu_linkBox2_link{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 0 auto;
	background-color: #ffffff;
}

.eco_pdf .menu_linkBox2_link::after{
	content: "";
    display: block;
    background: url(/material/img/ico_blank_b.svg) no-repeat;
    background-size: contain;
    width: 12px;
    height: 12px;
	position: absolute;
	top: 7px;
	right: 7px;
	margin: auto;
}

.eco_pdf .menu_linkBox2_link:hover {
    transition-duration: .2s;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
	color: #333333;
	text-decoration: none;
}

.eco_pdf .menu_linkBox2_image {
	width: 38%;
	overflow: hidden;
}
@media screen and (max-width: 550px) {
	.eco_pdf .menu_linkBox2_image{
		width: 50%;
	}
}

.eco_pdf .menu_linkBox2_image img{
    transition: transform .4s ease;
}

.eco_pdf .menu_linkBox2_link:hover .menu_linkBox2_image img{
	transition: transform .4s ease;
    transform: scale(1.1,1.1);
}

.eco_pdf .menu_linkBox2_textBox{
    width: 62%;
	padding: 10px 24px;
	position: relative;
}
@media screen and (max-width: 550px) {
	.eco_pdf .menu_linkBox2_textBox{
		width: 50%;
		padding: 4px 6px;
	}
}

.eco_pdf .menu_linkBox2_text{
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    color: #333333;
}
@media screen and (max-width: 950px) and (min-width: 751px) {
	.eco_pdf .menu_linkBox2_text{
		font-size: 1.5vw;
	}
}
@media screen and (max-width: 550px) {
	.eco_pdf .menu_linkBox2_text{
		font-size: 3vw;
	}
}
