body{
  
}

#top{
  margin: 100px auto;
  width: 80%;
}

h2{
  text-align: center;
  font-weight: bold;
  font-size: 2em;
  margin-top: 100px;
}

h2::after{
  content: "　";
  width: 30px;
  height: 4px;
  margin: 10px auto 50px;
  background-color: #6EA61A;
  display: block;
}


.notice li{
  border-bottom: 1px solid #E9E9E9;
  padding: 15px;
  width: 60%;
  margin: 0 auto;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.notice .notice_day{
  margin-right: 15px;
}

.notice_link{
  border: #6EA61A 1px solid;
  color:#6EA61A;
  padding: 10px;
  margin: 30px 0 0 auto;
  display: block;
  width: 20%;
  text-align: center;
}

.notice_link:hover{
  color: #fff;
  background-color: #6EA61A;
}

.region{
  background-color: #089B4E;
}

.people{
  background-color: #B47D3F;
}


.attempt{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.attempt_wrap{
  width: 49%;
  padding: 30px;
  border-radius:10px;
}

.attempt_wrap h3{
  text-align: center;
  margin-bottom: 30px;
  color: #fff;
  font-size: 1.7em;
}


.attempt_content{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.reverse{
  flex-direction: row-reverse;
}

.attempt_content img{
  width: 30%;
  align-items:flex-start
}

.attempt_content_block{
  width: calc(70% - 15px);
  color: #fff;
}

.attempt_content_block .text{
  font-size: 0.9em;
  line-height: 1.7;
}

.attempt_wrap h4{
  font-size: 1.2em;
}

.sustainability ul{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.sustainability li{
  width: 32%;
  margin-bottom: 50px;
  margin-right: 2%;
}

.sustainability li:nth-child(3n){
  margin-right: 0;
}


.sustainability li img{
 margin-bottom: 10px;
}

.sustainability_text{
  font-weight: bold;
  margin-top: 5px;
  display: block;
}

.sustainability_day{
  margin-top: 5px;
  margin-right: 15px;
  font-size: 0.9em;
  font-weight: bold;
}

.sustainability_cate{
  border-radius: 5px;
  border: #E33737 solid 1px;
  color:#E33737;
  font-weight: bold;
  padding: 0 15px;
  margin-top: 5px;
  font-size: 0.9em;
}

.sustainability_cate_event{
  border: #F97216 solid 1px;
  color:#F97216;
}

@media screen and (max-width: 989px){
  #top{
    margin: 50px auto;
    width: 90%;
  }

  h2{
    font-size: 1.5em;
    margin-top: 50px;
  }

  h2::after {
    margin: 10px auto 20px;
  }

  .attempt_wrap h3{
    font-size: 1.3em;
  }

  .notice li{
    display: block;
    width: 100%;
  }

  .notice_link {
    width: 100%;
  }

  .attempt{
    display: block;
  }

  .attempt_wrap{
    width: 100%;
    margin-bottom: 15px;
  }

  .attempt_content{
    display: block;
  }

  .attempt_content_block{
    width: 100%;
  }

  .attempt_content img{
    margin: 0 auto 15px;
    display: block;
  }

  .sustainability li{
    width: 100%;
  }
  

}

