@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap');
/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. 大枠レイアウト
　02. モジュール

******************************************************************************* */
/* ==

　01. 大枠レイアウト

=============================================================================== */

#container{
    width: 680px;
    padding-top: 100px;
    font-family: 'Noto Sans JP', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
    color: #4d4d4d;
}
#container h1{
    margin: 0 0 100px;
    padding: 0;
    font-size: 267%;
    color: #365c48;
    border-bottom: none;
}


/* タブレット PC表示モード調整 */
@media only screen and (min-width: 820px) and (max-width: 820px) {
    #container{
        padding: 100px 140px 70px;
    }
}


/* ==

　02. モジュール

=============================================================================== */
.enMv01{
    margin-bottom: 80px;
}
.enMv01 .img{
    margin-bottom: 30px;
}
.enMv01 .datas{
    width: 680px;
    display: flex;
    justify-content: space-between;
}
.enMv01 .datas .date{
    width: 150px;
    font-size: 150%;
    color: #365c48;
}
.enMv01 .datas .category{
    width: calc(100% - 150px);
    text-align: right;
}
.enMv01 .datas .category li{
  width: auto;
  margin: 0 0 10px 10px;
  display: inline-block;
}
.enMv01 .datas .category li span{
  min-width: 100px;
  padding: 2px 10px;
  background-color: #365c48;
  border-radius: 4px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
}


.enDocs p{
    margin-bottom: 50px;
    font-size: 150%;
    line-height: 2.0;
}



.enPhoto_clmn2{
	margin-top: 100px;
	display: flex;
	justify-content: space-between;
}
#container .enPhoto_clmn2::after,
#container .enPhoto_clmn2 > div::after { display: none; }

.enPhoto{
    margin-bottom: 100px;
    text-align: center;
}
.enPhoto p{
    margin-top: 20px;
    font-size: 117%;
}
.enDocs ~ .enPhoto{
    margin-top: 100px;
}



.enDocs ~ .btn_prev{
    margin-top: 200px;
}
.btn_prev a{
    width: 360px;
    height: 80px;
    margin: 0 auto;
    padding: 0;
    background: #365c48 url(/shinrin/econotes/images/ico_arrow01.png) right 20px center no-repeat;
    border-radius: 40px;
    box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.2);
    font-size: 185%;
    line-height: 80px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    display: block;
    opacity: 1.0;
}
.d_hover .btn_prev a:hover{
    opacity: 0.6;
}

/* 環境関連の活動ご紹介
------------------------------------------------------------------------------- */
#container.econotes_list{
	padding:0 20px;
}
#container.econotes_list h1{
	text-align:center;
	margin-top:90px;
}
#container.econotes_list h1 span{
	display:inline-block;
	border-bottom:2px solid #335a47;
}
.enActivities{
  margin-bottom: 100px;
}
.enActivities_in{
  max-width: 1020px;
  margin: 0 auto;
}
.enActivities .lead{
  margin-bottom: 80px;
  font-size: 150%;
  color: #4d4d4d;
  text-align: center;
}
.enActivities .activitiesList{
  display: flex;
	flex-wrap: wrap;
} 
.enActivities .activitiesList li{
  width: 31.3725%;
  margin-right: 2.94117%;
	margin-bottom: 2.94117%;
  position: relative;
}
.enActivities .activitiesList li:nth-child(3n){
  margin-right: 0;
}
.enActivities .activitiesList li a{
  text-decoration: none;
  opacity: 1.0;
}
.d_hover .enActivities .activitiesList li a:hover{
  opacity: 0.7;
}
.enActivities .activitiesList .img img{
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.enActivities .activitiesList ul{
  font-size: 100%;
}
.enActivities .activitiesList li .category{
  font-size: 100%;
  position: absolute;
  top: 12px;
  right: 10px;
  display: inline-block;
}
.enActivities .category li{
  width: auto;
  margin: 0 0 10px;
  text-align: right;
}
.enActivities .category li span{
  min-width: 100px;
  padding: 2px 10px;
  background-color: #365c48;
  border-radius: 4px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
}
.enActivities .tit{
  margin-top: 5px;
  font-size: 185%;
  color: #365c48;
  font-weight: 500;
}
.enActivities .date{
  font-size: 150%;
  color: #365c48;
  text-align: right;
}

.enActivities .btn a{
  width: 360px;
	margin-top:50px;
  padding: 15px 0 20px;
}
.enActivities .btn_prev{
	margin-top:100px;
}