@charset "UTF-8";

#Contents,
#Contents > .GridSet,
#Contents > .GridSet > .Grid4 {
	width: auto!important;
	max-width: none!important;
	max-height: none!important;
	margin: 0!important;
	padding: 0!important;
}
#Contents .contentsInner {
	max-width: 1275px;
	margin: 0 auto;
	padding-top: 30px;
	overflow: hidden;
}
#BrandingImgStyle_hero {
	min-height: 300px;
	/*max-height: 545px;*/
	margin: 0;
	background-color: #fff;
	background-image: none;
	overflow: hidden;
}

#BrandingImgStyle_hero::before {
	height: 14.643%;
	background-size: auto 100%;
	z-index: 10;
}

#BrandingImgStyle_hero::after {
	content: none;
}

#BrandingImgStyle_hero [src*="kv_bottom.png"] {
	position: absolute;
	right: calc( 50% - 641px );
	bottom: 0px;
	display: block;
	width: auto;
	height: 400px;
	max-width: none;
	max-height: 75%;
	overflow: hidden;
	z-index: 10;
}
#BrandingImgStyle_hero h1 {
	position: absolute;
	left: auto;
	top: 40%;
	width: 100%;
	height: 0;
	margin: 0;
	padding: 0;
	-ms-transform: none;
	-moz-transform: none;
	-webkit-transform: none;
	transform: none;
	z-index: 10;
}
#BrandingImgStyle_hero h1 > * {
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	text-align: center;
}
#BrandingImgStyle_hero h1 > *:first-child {
	bottom: 0;
}
#BrandingImgStyle_hero h1 > *:last-child {
	top: 0;
}

#heroBG > div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	transition-property: transform,opacity;
}
#heroBG > div {
	opacity: 0;
	transform: scale(2);
}
#heroBG > div.front {
	opacity: 1;
	transform: scale(1);
	z-index: 2;
}
#heroBG > div.back {
	opacity: 1;
	transform: scale(1);
	z-index: 1;
}
#heroBG > div.hide {
	opacity: 0;
	transition-duration: 0ms!important;
}
#heroBG > div {
	background-size: 100% auto;
	background-size: cover;
}

@media screen and ( max-aspect-ratio: 2560/1312 ) {
	#heroBG > div {
		background-size: auto 100%;
		background-size: cover;
	}
}

@media screen and ( max-width : 1322px ) {
	#Contents .contentsInner {
		margin: 0 15px;
	}
	
	#BrandingImgStyle_hero {
		/*max-height: 41.5vw;*/
	}
	
	#BrandingImgStyle_hero h1 > *:first-child > img {
		max-width: 61.5%;
	}
	
	#BrandingImgStyle_hero h1 > *:last-child > img {
		max-width: 45%;
	}
	
	#BrandingImgStyle_hero [src*="kv_bottom.png"] {
		right: 10px;
		height: auto!important;
		max-width: 25%!important;
	}
}

@media screen and ( max-width : 767px ) {
	#BrandingImgStyle_hero {
		min-height: 210px;
	}
}


@media screen and ( max-width : 579px ) {
	#BrandingImgStyle_hero h1 > *:first-child > img {
		max-width: 90%;
	}
}

dl.leadLink {
	border: rgb(18, 94, 18) solid 1px;
	border-radius: 10px;
	padding: 20px 20px 10px;
	margin: 20px 0 0;
}
dl.leadLink dt {
	font-size: 1.4em;
}

dl.leadLink dd > a{
	padding: 0 17px 0 0;
	background-repeat: no-repeat;
	background-position: right center;
}
dl.leadLink dd > a:link,
dl.leadLink dd > a:visited{
    	text-decoration: none;
	background-image: url(/image/common/jp/r1/icon/icon_link_right_hd.gif);
	background-size: 16px 16px;
}
dl.leadLink dd > a:hover,
dl.leadLink dd > a:active{
	text-decoration: underline;
	background-image: url(/image/common/jp/r1/icon/icon_link_right_hover_hd.gif);
	background-size: 16px 16px;
}


.btn_keyword {
	margin: 0 auto;
}
.btn_keyword h2 {
	height: auto;
	padding: 0;
	font-size: 2rem;
	line-height: 1em;
	margin: 0 auto 20px;
	text-align: center;
}
@media screen and ( max-width :530px ) {
	.btn_keyword h2 {
		font-size: 6vw;
		margin-bottom: 10px;
	}
}

.btn_keyword .category {
	margin: 0 auto 10px;
}

.btn_keyword .category li {
	display: flex;
    font-size: 0.95rem;
	justify-content: center;
	align-items: center;
	height: 35px;
	padding: 0 1em;
	margin: 5px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	background-color: #125E12;
	border-radius: 10px;
	cursor: pointer;
}
.btn_keyword .category li:hover {
    	background-color: #cc0000;
}
@media screen and ( max-width : 840px ) {
	.btn_keyword .category {
		width: 500px;
	}
}
@media screen and ( max-width :530px ) {
	.btn_keyword .category {
		width: 100%;
		margin-bottom: 2vw;
	}
	.btn_keyword .category li {
		height: 8vw;
		font-size: 3vw;
		margin: 1vw;
		border-radius: 2vw;
	}
}

.sdgs_icon {
	width: 100%;
	margin: 0 auto;
}
@media screen and ( max-width : 1150px ) {
	.sdgs_icon {
		width: 552px;
	}
}
.btn_keyword .sdgs_icon li {
	cursor: pointer;
	margin: 5px;
}
@media screen and ( max-width : 600px ) {
	.sdgs_icon {
		width: 100%;
	}
	.btn_keyword .sdgs_icon li {
		flex-basis: 20vw;
		margin: 1vw;
	}
}


.btn_keyword li {
	user-select: none;
    
   filter: brightness(1);
}
.btn_keyword li.on {
	box-shadow: 0 0 5px 3px rgba(50,50,50,0.5);
}
.btn_keyword li.off {
	opacity: 0.4;
	/*filter: grayscale(100%);*/
}
.btn_keyword li[data-group=""] {
}

#articleList {
	margin: 0 auto;
	width: 100%;
	max-width: 1080px;
}
#articleList > ul.pael_disp {
	display: flex;
	justify-content: center;
	margin: 10px auto 0;
}
@media screen and ( max-width : 579px ) {
    #articleList > ul.pael_disp {
	display: none;
    }
    
}
#articleList > ul.pael_disp > * {
	display: flex;
	justify-content: center;
    font-size: 0.9rem;
	align-items: center;
	height: 35px;
	padding: 0 1em;
	margin:  0px 5px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	background: #666666;
	border-radius: 10px;
	cursor: pointer;
	user-select: none;
}

#articleList.panelView > ul.pael_disp > *.vbPanel,
#articleList.listView > ul.pael_disp > *.vbList {
	background: #e60027;
	cursor: default;
}
#articleList > ul.pael_disp > *:hover {
	background: #cc0000;
}

#articleListContents > ul > li {
	position: relative;
	background: #ffeeee;
	box-sizing: border-box;
	width: calc( 33.33% - 10px );
	margin: 0 5px 10px;
}
#articleListContents > ul > li > div {
	display: block;
	background: #eeffee;
}

#articleListContents > ul > li::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0;
	display: block;
	width: 0;
	height: 100%;
	border-style: solid;
}

/*
#articleListContents > ul > li::before,
#articleListContents > ul > li > div::before,
#articleListContents > ul > li::after,
#articleListContents > ul > li > div::after {
	content: "";
	position: absolute;
	top: 0;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
}
#articleListContents > ul > li::before,
#articleListContents > ul > li > div::before {
	left: 0;
	border-width: 50% 10px;
	border-color: #ffffff transparent transparent #ffffff;
}
#articleListContents > ul > li::after,
#articleListContents > ul > li > div::after {
	width: 0;
}
*/

#articleListContents > ul > li > div > * {
	display: block;
	border-style: solid;
	border-color: rgba(18, 94, 18,1);
	border-width: 1px 0;
}

#articleListContentsChosen {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}


#articleList * {
}
#articleList > nav,
#articleList > nav > *,
#articleList > nav > * > div,
#articleList > nav > * > main > div {
	transition-timing-function: ease-out;
	transition-duration: 0ms;
}

#articleList > nav {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	margin: 30px auto;
}

#articleList > nav > * {
	display: flex;
	margin: 0 0 10px;
	text-decoration: none;
	border-bottom: solid 1px rgba(18, 94, 18, 1);
	overflow: hidden;
	box-sizing: border-box;
}
#articleList > nav > a:hover {
	opacity: 0.8;
}
#articleList > nav > * > main > div {
	background-repeat: no-repeat;
	background-position: center;
}
#articleList.listView > nav > * > main > div {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	border: 1px solid #dddddd;
	background-size: auto 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
#articleList.panelView > nav > * > main > div {
	width: 200px;
	height: 200px;
	background-size: cover;
	border-radius: 50%;
	border: 1px solid #dddddd;
	margin: 0 auto;
	z-index: 0;
}

#articleList > nav > * > main {
	display: block;
	z-index: 0;
}
#articleList > nav > * > main::scrollbar,
#articleList > nav > * > main::-webkit-scrollbar {
	display:none;
}
#articleList.listView > nav > * > main {
	width: calc( 100% - 235px );
	background-color: rgba(18, 94, 18, 0);
}
#articleList.panelView > nav > * > main {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	padding-bottom: 20px;
}
#articleList > nav > * > main * {
	color: rgba(18, 94, 18, 1);
	text-decoration: none;
	font-style: normal;
}

#articleList > nav > * > main > h2 {
	background: none;
	line-height: 1.2;
}
#articleList.listView > nav > * > main > h2 {
	font-size: 1.4em;
}
#articleList.panelView > nav > * > main > h2 {
	font-size: 1.2em;
}
@media screen and ( max-width : 767px ) {
	#articleList.listView > nav > * > main > h2 {
		font-size: 1.2em;
	}
}
#articleList > nav > * > main > h2 > span {
	display: inline-block;
	font-size: 1em;
	background: none;
	padding: 0;
	font-weight: normal;
	line-height: 1;
}
#articleList.listView > nav > * > main > h2 {
	box-sizing: content-box;
	width: calc( 100% - 15px );
	padding: 10px 70px 5px 10px;
}
#articleList.listView > nav > *.rev > main > h2 {
}
#articleList.panelView > nav > * > main > h2 {
	box-sizing: border-box;
	display: flex;
	flex-grow: 1;
	flex-wrap: wrap;
	align-items: center;
	margin: 0;
	padding: 10px 10px 10px;
}
@media screen and ( max-width : 767px ) {
	#articleList.listView > nav > * > main > h2 {
		box-sizing: border-box;
		width: 100%;
		margin: 0;
		padding: 10px 10px 10px;
		border-bottom: none;
	}
}

#articleList > nav > * > main > h2 ~ p {
	padding: 10px 10px 0;
	line-height: 1.4;
}
#articleList > nav > * > main > h2 ~ p > span {
	display: inline-block;
}
@media screen and ( max-width : 767px ) {
	#articleList > nav > * > main > h2 ~ p {
		display: none;
	}
}

#articleList > nav > * > main > p.articleItemLink {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: stretch;
	align-items: stretch;
	font-size: 0.88em;
	padding: 0 20px 10px;
}
#articleList > nav > * > main > p.articleItemLink > a {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	min-height: 2.5em;
	padding: 5px;
	box-sizing: border-box;
	border: #ffffff solid 1px;
	border-radius: 5px;
	line-height: 1.2;
	background: rgba(255,255,255,0.3);
}
#articleList > nav > * > main > p.articleItemLink > a:hover {
	background: rgba(255,255,255,0.5);
}
#articleList.listView > nav > * > main > p.articleItemLink > a {
	width: 48%;
	margin: 5px 1% 0;
}
#articleList.panelView > nav > * > main > p.articleItemLink > a {
	width: 100%;
	margin: 0 0 5px;
}
@media screen and ( max-width : 767px ) {
	#articleList.listView > nav > * > main > p.articleItemLink > a {
		width: 100%;
		margin: 0 0 5px;
	}
}




/* ===== list box width ===== */
#articleList > nav {
	width: 100%;
	max-width: 1080px;
}

/* ===== list /box width ===== */

/* ===== list item width ===== */
#articleList.panelView > nav {
	margin-left: -20px;
	width: calc(100% + 20px);
	max-width: 1100px;
}
#articleList.listView > nav > * {
	align-items: center;
	height: auto;
	min-height: 220px;
	padding-bottom: 20px;
	position: relative;
}
#articleList.panelView > nav > * {
	display: flex;
	margin-left: 20px;
	width: calc((100% - 60px) / 3);
}
#articleList > nav > * > main {
	font-size: 16px;
}
#articleList > nav > * > main > h2 {
    font-weight: bold;
line-height: 1.4;
}
#articleList > nav > * > main > p,
#articleList > nav > * > main > p > sup {
color: #666;
}

@media screen and ( max-width : 767px ) {
	#articleList.panelView > nav {
		margin-left: 0;
		width: 100%;
	}
	#articleList > nav > * {
		width: 100%;
	}
	#articleList.panelView > nav > * {
		margin-left: 0;
		width: 100%;
	}
	#articleList.listView > nav > * > main > div {
		margin: 0 auto;
		position: relative;
	}
	#articleList.listView > nav > * > main {
		width: 100%;
	}
}

@media screen and ( max-width : 490px ) {
	#articleList > nav {
		height: auto!important;
	}
	#articleList > nav > * > main {
		font-size: 3.2vw;
	}
}
@media screen and ( min-width : 768px ) {
	#articleList.panelView > nav > * > main > h2 ~ p {
			display: block;
			height: 2.8em;
			overflow: hidden;
	}
	@supports (-webkit-line-clamp: 2) {
		#articleList.panelView > nav > * > main > h2 ~ p {
			display: -webkit-box;
			overflow: hidden;
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical;
		}
	}
}
/* ===== /list item width ===== */

/* ===== 関連記事 ===== */
#Contents .Section.rlt{
max-width: 100%;
    background: #eee;
padding-top: 15px;
}
#Contents .Section.rlt > article{
max-width: 1275px;
margin: auto;
}

#Contents .Section.rlt > .Section{
max-width: 1275px;
margin: auto;
}
#Contents .Section.rlt > article > a {
	align-items: center;
	height: auto;
	min-height: 220px;
	padding-bottom: 20px;
	position: relative;
	display: flex;
	margin: 0 0 10px;
	text-decoration: none;
	border-bottom: solid 1px rgba(120, 120, 120, 1);
	overflow: hidden;
	box-sizing: border-box;
}
#Contents .Section.rlt > article > h2 {
	margin-top: 30px;
    margin-bottom: 0;
    font-size: 2rem;
}
#Contents .Section.rlt > article > * > main {
	width: calc( 100% - 235px );
	height: 100%;
	background-color: rgba(18, 94, 18, 0);
}
#Contents .Section.rlt > article > * > main * {
	color: rgba(18, 94, 18, 1);
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}
#Contents .Section.rlt > article > * > main > h3 {
	box-sizing: content-box;
	margin: 0;
	padding: 10px 70px 5px 10px;
	width: calc( 100% - 15px );
}
#Contents .Section.rlt > article > * > main > h3 ~ p {
	padding: 10px 10px 0;
	line-height: 1.4;
}
#Contents .Section.rlt > article > * > main > h3{
    font-weight: bold;
line-height: 1.4;}
#Contents .Section.rlt > article > * > main > p {
color: #666;
}
#Contents .Section.rlt > article > * > main > div {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	border: 1px solid #dddddd;
	background-size: auto 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
@media screen and ( max-width : 767px ) {
	#Contents .Section.rlt > article > * > main > h3 {
		box-sizing: border-box;
		width: 100%;
		margin: 0;
		padding: 10px 10px 10px;
		border-bottom: none;
	}
	#Contents .Section.rlt > article > * > main {
		width: 100%;
	}
	#Contents .Section.rlt > article > * > main > h3 ~ p {
		display: none;
	}
	#Contents .Section.rlt > article > * > main > div {
		margin: 0 auto;
		position: relative;
	}
}







/* ===== /関連記事 ===== */
