@charset "UTF-8";

/* ----------------------------------------
  トップページ
  path : /
---------------------------------------- */
/* メインビジュアル */
.mainVisual {
	background-image: url(./images/img_mainvisual.gif);
	height: 630px;
}
.mainVisual_text1 {
	margin-top: 90px;
	text-align: center;
}
.mainVisual_text2 {
	margin-top: -20px;
	text-align: center;
}
.mainVisual_ninsho {
	width: 640px;
	height: 64px;
	margin: 50px auto 0;
}
.mainVisual_ninsho a {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 64px;
	border-radius: 32px;
	background-color: #fff;
	padding: 8px 0 0;
	color: #242724;
	font-size: 16px;
	text-align: center;
	line-height: 1.25;
	position: relative;
	-webkit-transition: .2s;
	transition: .2s;
}
.mainVisual_ninsho a .ic_arrow {
	width: 10px;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -1px;
}
.mainVisual_ninsho a:hover {
	background-color: #057c44;
	color: #fff;
}
.mainVisual_ninsho a:hover .ic_arrow {
	background-color: #fff;
}
.mainVisual_ninsho a:hover .ic_arrow:after {
	border-color: #fff;
}
.mainVisual_ninsho span {
	font-size: 24px;
	font-weight: bold;
}
/* 2カラムレイアウト */
.top-block3col {
	display: flex;
	display: -webkit-flex;
	width: 100%;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.top-block3col_item {
	width: 385px;
}
/* 2カラムレイアウト */
.top-block2col {
	display: flex;
	display: -webkit-flex;
	width: 100%;
	margin-top: 25px;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.top-block2col_item {
	width: 590px;
}
/* カード */
.top-block3col_item.card a {
	box-sizing: border-box;
	background-color: #fff;
	padding: 15px 25px 20px;
	position: relative;
}
.top-block2col_item.card a {
	box-sizing: border-box;
	background-color: #fff;
	padding: 25px 41px;
	position: relative;
}
.top-card_title {
	width: 100%;
	min-height: 60px;
	display: table;
}
.top-card_title span {
	display: table-cell;
	vertical-align: middle;
	color: #057c44;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.top-card_image {
	margin-top: 10px;
	text-align: center;
}
.top-card_text {
	margin-top: 15px;
}
.top-card_link {
	margin-top: 15px;
	color: #057c44;
	font-weight: bold;
}
/* 最新情報 / セミナー開催情報 */
.top-archives {
	margin-top: 70px;
	background: url(images/bg_archives.png) no-repeat center center;
	background-size: cover;
	padding: 70px 0;
}
.top-archives .container {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
/* 最新情報 */
.top-news {
	box-sizing: border-box;
	width: 590px;
	background: url(images/bg_news.png) no-repeat left top;
	padding: 30px 30px 40px 35px;
}
.top-news_title {
	text-align: center;
}
.top-news_title span {
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: solid 2px #006736;
	font-size: 18px;
	font-weight: bold;
}
.top-newsListWrap {
	margin-top: 15px;
	height: 260px;
	overflow: scroll;
}
.top-newsList_item {
	border-bottom: solid 1px #e5e5e5;
}
.top-newsList_item a {
	display: block;
	padding: 10px 0;
}
.top-newsList_item a:hover {
	background-color: #fff;
}
.top-newsList_data {
	margin-bottom: 3px;
	color: #006736;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
}
.top-news_btn {
	margin: 30px auto 0;
	width: 210px;
}
.top-news_btn a {
	display: block;
	width: 100%;
	height: 42px;
	background-color: #006736;
	border-radius: 21px;
	color: #fff;
	text-align: center;
	line-height: 44px;
}
.top-news_btn a:hover {
	opacity: 0.8;
}
.top-news_btn .ic_arrow {
	background-color: #fff;
	margin-right: 0;
}
.top-news_btn .ic_arrow:before,
.top-news_btn .ic_arrow:after {
	border-color: #fff;
}
/* セミナー開催情報 */
.top-seminar {
	box-sizing: border-box;
	width: 590px;
	background: url(images/bg_seminar.png) no-repeat left top;
	padding: 30px 30px 40px 35px;
}
.top-seminar_title {
	text-align: center;
}
.top-seminar_title span {
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: solid 2px #006736;
	font-size: 18px;
	font-weight: bold;
}
.top-seminarListWrap {
	margin-top: 15px;
	height: 260px;
	overflow: scroll;
}
.top-seminarList_item {
	border-bottom: solid 1px #e5e5e5;
}
.top-seminarList_item a {
	display: block;
	padding: 10px 0;
}
.top-seminarList_item a:hover {
	background-color: #fff;
}
.top-seminarList_data {
	margin-bottom: 3px;
	color: #006736;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
}
.top-seminarList_label {
	background-color: #999;
	padding: 3px 10px 2px;
	color: #fff;
	font-weight: normal;
	font-style: normal;
	text-align: center;
}
.top-seminar_btn {
	margin: 30px auto 0;
	width: 210px;
}
.top-seminar_btn a {
	display: block;
	width: 100%;
	height: 42px;
	background-color: #006736;
	border-radius: 21px;
	color: #fff;
	text-align: center;
	line-height: 44px;
}
.top-seminar_btn a:hover {
	opacity: 0.8;
}
.top-seminar_btn .ic_arrow {
	background-color: #fff;
	margin-right: 0;
}
.top-seminar_btn .ic_arrow:before,
.top-seminar_btn .ic_arrow:after {
	border-color: #fff;
}
/* パナー群 */
.top-banners {
	margin-top: 70px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
/* バナー：縦並び */
.top-verticalBanners {
	width: 334px;
}
.top-verticalBanners_item {
	margin-bottom: 10px;
}
.top-verticalBanners_item a {
	display: block;
	border: solid 2px #fff;
	-webkit-transition: .5s;
	transition: .5s;
}
.top-verticalBanners_item a:hover img {
	opacity: 0.8;
}
.top-verticalBanners_item-guideline2009 a:hover {
	border-color: #057c44;
}
.top-verticalBanners_item-guidelineIndustry a:hover {
	border-color: #057c44;
}
.top-verticalBanners_item-manualReport a:hover {
	border-color: #0e80a3;
}
.top-verticalBanners_item-ecoClip a:hover {
	border-color: #009481;
}
.top-verticalBanners_item-zenkoku a:hover {
	border-color: #92be54;
}
.top-recruit {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	background-color: #d7eaee;
	padding: 7px;
}
.top-recruit_item {
	width: 156px;
}
.top-recruit_item a {
	display: block;
	border: solid 1px #9bcbd5;
	-webkit-transition: .5s;
	transition: .5s;
}
.top-recruit_item a:hover {
	border-color: #0f94b1;
}
.top-member {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	background-color: #d3e6dd;
	padding: 7px;
}
.top-member_item {
	width: 156px;
}
.top-member_item a {
	display: block;
	border: solid 1px #9bcbd5;
	-webkit-transition: .5s;
	transition: .5s;
}
.top-member_item a:hover {
	border-color: #057c44;
}
/* バナー：横並び */
.top-horizontalBanners {
	width: 843px;
}
/* バナー：横並び：２カラム */
.top-banner2col {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.top-banner2col_item {
	width: 412px;
}
.top-banner2col_item a {
	box-sizing: border-box;
	display: block;
	height: 100%;
	padding: 20px 25px 25px;
	position: relative;
}
.top-banner2col_head {
	color: #006736;
	font-size: 18px;
}
.top-banner2col_text {
	margin-top: 5px;
}
/* 認定制度（相互認証） */
.top-yuryo a {
	background: #fff url(images/bg_starter.png) no-repeat 110% center;
	padding-right: 175px;
}
/* 環境コミュニケーション大賞 */
.top-communication a {
	background: #fff url(images/bg_communication02.png) no-repeat 90% center;
	padding-right: 150px;
	background-size: 120px;
}
/* バナー：横並び：４カラム */
.top-banner4col {
	margin-top: 17px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.top-banner4col_item {
	display: table;
	width: 198px;
	height: 198px;
}
.top-banner4col_item a {
	display: table-cell;
	width: 100%;
	height: 100%;
	-webkit-transition: .2s;
	transition: .2s;
	vertical-align: middle;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2)
}
.top-banner4col_item a:hover {
	opacity: 0.8;
}
.top-banner4col_item-01 a {
	background: url(images/bg_btn01.png) no-repeat center center;
}
.top-banner4col_item-02 a {
	background: url(images/bg_btn02.png) no-repeat center center;
}
.top-banner4col_item-03 a {
	background: url(images/bg_btn03.png) no-repeat center center;
}
.top-banner4col_item-04 a {
	background: url(images/bg_btn04.png) no-repeat center center;
}
.top-banner4col_item-05 a {
	background: url(images/bg_btn05.png) no-repeat center center;
}
.top-banner4col_item-06 a {
	background: url(images/bg_btn06.png) no-repeat center center;
}
.top-banner4col_item-07 a {
	background: url(images/bg_btn07.png) no-repeat center center;
}

.top-banner4col_item-08 {
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.05);
	background-color: #fff;
}
.top-banner4col_item-08 a {
	padding: 10px;
	position: relative;
	box-shadow: none;
	-webkit-transition: .5s;
    transition: .5s;
}

.top-banner4col_item-08 a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 16px 16px;
    border-color: transparent transparent #006736 transparent;
    position: absolute;
    right: 0;
    bottom: 0;
}

.top-banner4col_item-08 a:hover {
	opacity: 1;
	box-shadow: 0 0 0 8px #006736 inset;
}

.top-banner4col_item-08_head {
	color: #006736;
	text-align: left;
}
.top-banner4col_item-08_text {
	font-size: 12px;
	color: #242724;
	text-align: left;

}

.top-banner2row {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.top-banner2col_item .top-banner2row_item {
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.05);
}

.top-banner2col_item .top-banner2row_item a {
	background-color: #fff;
	height: 90px;
	line-height: 90px;
	position: relative;
	padding: 0 0 0 20px;
	-webkit-transition: .5s;
    transition: .5s;
}

.top-banner2col_item .top-banner2row_item a:hover {
	box-shadow: 0 0 0 8px #006736 inset;
}

.top-banner2col_item .top-banner2row_item a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 16px 16px;
    border-color: transparent transparent #006736 transparent;
    position: absolute;
    right: 0;
    bottom: 0;
}

.top-banner2col_item .top-banner2row_head {
	color: #006736;
    font-size: 18px;
}

