body{
  
}


.article_category{
  text-align: center;
  font-size: 2em;
}
#article{
  margin: 100px auto;
  width: 60%;
}

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;
}


.article_title{
  font-size: 1.5em;
}

.article_day{
  color:#459264;
  padding: 10px 0 30px 0 ;
  margin-bottom: 30px;
  border-bottom: #E8E8E8 solid 1px;
}

.article_contents{
  line-height: 2.5;
  color: #323232;
}

.article_contents img{
  display: block;
  width: 100%;
  margin: 1em 0;
}

.article_contents h4{
  font-size: 1.2em;
  margin: 20px 0 ;
}

.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;
}

@media screen and (max-width: 989px){
  #article{
    width: 95%;
  }

  .breadcrumb{
    width: 95%;
  }
  .breadcrumb ul{
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  }

}



