@charset "utf-8";

@media only screen and (min-width:769px){
	/* ----- about ----- */
	#about_wrap{
		padding: 80px 0 40px 0;
	}
	#about{
		width: 820px;
		text-align: center;
		background-color: rgba(0, 0, 0, 0.3);
		padding: 20px 0;
		margin: 0 auto;
	}
	#about h2{
		text-align: center;
	}
	#about p{
		width: 650px;
		display: inline-block;
		color: #ffffff;
		font-size: 1.5rem;
		line-height: 200%;
		text-align: left;
		letter-spacing: 0.5px;
		padding: 40px 0 40px;
		margin: 0 auto;
	}
	#about .btn{
		text-align: center;
	}
	#about .btn a{
		display: inline-block;
		text-align: center;
		line-height: 34px;
		font-size: 1.3rem;
		color: #ffffff;
		background-color: transparent;
		border: 1px solid #ffffff;
		letter-spacing: 1px;
		border-radius: 4px;
		padding: 0 40px;
		margin: 0 5px;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
	}
	#about .btn a:hover{
		color: #0B420D;
		background-color: #ffffff;
		border: 1px solid #0B420D;
	}
	.linkbox{
		font-size: 0;
		text-align: center;
		padding: 90px 0 60px;
	}
	.linkbox figure{
		display: inline-block;
		margin: 0 30px;
	}
	.linkbox figure a:hover{
		opacity: 0.9;
	}
	/* ----- news ----- */
	#news_sec{
		padding: 20px 0 70px;
	}
	#news_wrap{
		width: 980px;
		background-color: rgba(255, 255, 255, 0.8);
		border: 1px solid #0B420D;
		padding: 40px 0;
		margin: 0 auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#news{
		width: 980px;
		display: table;
		table-layout: fixed;
		border-collapse: separate;
		border-spacing: 10px 0;
		text-align: center;
		margin: 0 auto;
	}
	#news .news_cell{
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#news .news_cell h2{
		padding: 0 0 10px 0;
	}
	.news_box{
		min-height: 286px;
		padding: 30px 0;
		text-align: center;
		display:-webkit-box; 
		display:-moz-box; 
		display:-ms-box; 
		display:-webkit-flexbox; 
		display:-moz-flexbox; 
		display:-ms-flexbox; 
		display:-webkit-flex; 
		display:-moz-flex; 
		display:-ms-flex; 
		display:flex; 
		-webkit-box-lines:multiple; 
		-moz-box-lines:multiple; 
		-webkit-flex-wrap:wrap; 
		-moz-flex-wrap:wrap; 
		-ms-flex-wrap:wrap; 
		-moz-box-align: center;
		-webkit-box-align: center;
		-moz-box-pack: center;
		-webkit-box-pack: center;;
		flex-wrap:wrap; 
		flex-direction: row;
	}
	.news_item{
		width: 42%;
		padding: 0 0 5px 0;
		margin: 0 auto;
		max-width: 300px;
	}
	.news_item figure{
		position: relative;
		overflow: hidden;
		width: 100%;
		border-radius: 50%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.news_item figure img{
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.news_item .date{
		display: inline-block;
		color: #ffffff;
		font-size: 1.3rem;
		line-height: 24px;
		text-align: left;
		border-radius: 12px;
		padding: 0 20px;
		margin: 15px 0;
		background-color: #0B420D;
	}
	.news_item p{
		color: #333333;
		font-size: 1.4rem;
		text-align: left;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	.news_item p a{
		color: #333333;
	}
	.news_item p a:hover{
		text-decoration: underline;
	}
	.news_cell .btn{
		text-align: center;
	}
	.news_cell .btn a{
		display: inline-block;
		text-align: center;
		line-height: 34px;
		font-size: 1.3rem;
		color: #4D4D4D;
		background-color: #ffffff;
		border: 1px solid #4D4D4D;
		letter-spacing: 1px;
		border-radius: 4px;
		padding: 0 40px;
		margin: 0 5px;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
	}
	.news_cell .btn a:hover{
		color: #ffffff;
		background-color: #0B420D;
		border: 1px solid #0B420D;
	}
}

@media only screen and (max-width : 768px ){
	/* ----- about ----- */
	#about_wrap{
		padding: 40px 0 40px 0;
	}
	#about{
		position: relative;
		max-width: 580px;
		width: 94%;
		background-color: rgba(0, 0, 0, 0.3);
		padding: 15px 0;
		margin: 0 auto;
		text-align: center;
	}
	#about h2{
		text-align: center;
	}
	#about h2 img{
		max-width: 374px;
		width: 80%;
	}
	#about p{
		width: 96%;
		display: inline-block;
		color: #ffffff;
		font-size: 1.3rem;
		line-height: 180%;
		text-align: left;
		padding: 40px 0 40px;
		margin: 0 auto;
	}
	#about .btn{
		text-align: center;
	}
	#about .btn a{
		display: inline-block;
		text-align: center;
		line-height: 34px;
		font-size: 1.3rem;
		color: #ffffff;
		background-color: transparent;
		border: 1px solid #ffffff;
		letter-spacing: 1px;
		padding: 0 40px;
		margin: 0 5px;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
	}
	#about .btn a:hover{
		color: #0B420D;
		background-color: #ffffff;
		border: 1px solid #0B420D;
	}
	.linkbox{
		font-size: 0;
		text-align: center;
		padding: 60px 0 20px;
	}
	.linkbox figure{
		width: 30%;
		display: inline-block;
		margin: 10px 1%;
	}
	.linkbox figure img{
		width: 100%;
	}
	/* ----- news ----- */
	#news_sec{
		padding: 5px 0;
	}
	#news_wrap{
		background-color: rgba(255, 255, 255, 0.8);
		padding: 40px 0 40px 0;
	}
	#news{
		max-width: 580px;
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}
	#news .news_cell{
		display: block;
		text-align: center;
		padding: 20px 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#news .news_cell h2{
		padding: 0 0 10px 0;
	}
	.news_box{
		padding: 30px 0;
		text-align: center;
		display:-webkit-box; 
		display:-moz-box; 
		display:-ms-box; 
		display:-webkit-flexbox; 
		display:-moz-flexbox; 
		display:-ms-flexbox; 
		display:-webkit-flex; 
		display:-moz-flex; 
		display:-ms-flex; 
		display:flex; 
		-webkit-box-lines:multiple; 
		-moz-box-lines:multiple; 
		-webkit-flex-wrap:wrap; 
		-moz-flex-wrap:wrap; 
		-ms-flex-wrap:wrap; 
		-moz-box-align: center;
		-webkit-box-align: center;
		-moz-box-pack: center;
		-webkit-box-pack: center;
		flex-wrap:wrap; 
		flex-direction: row;
	}
	.news_item{
		width: 42%;
		padding: 0 0 5px 0;
		margin: 0 auto;
		max-width: 300px;
	}
	.news_item figure{
		position: relative;
		overflow: hidden;
		width: 100%;
		border-radius: 50%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.news_item figure img{
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.news_item .date{
		display: inline-block;
		color: #ffffff;
		font-size: 1.3rem;
		line-height: 24px;
		text-align: left;
		border-radius: 12px;
		padding: 0 20px;
		margin: 15px 0;
		background-color: #62A631;
	}
	.news_item p{
		color: #333333;
		font-size: 1.4rem;
		text-align: left;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	.news_item p a{
		color: #333333;
	}
	.news_item p a:hover{
		text-decoration: underline;
	}
	.news_cell .btn{
		text-align: center;
	}
	.news_cell .btn a{
		display: inline-block;
		text-align: center;
		line-height: 34px;
		font-size: 1.3rem;
		color: #4D4D4D;
		background-color: #ffffff;
		border: 1px solid #4D4D4D;
		letter-spacing: 1px;
		padding: 0 40px;
		margin: 0 5px;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
	}
	.news_cell .btn a:hover{
		color: #ffffff;
		background-color: #0B420D;
		border: 1px solid #0B420D;
	}
}

@media only screen and (max-width : 420px ){
	.linkbox{
		font-size: 0;
		text-align: center;
		padding: 40px 0 10px;
	}
	.linkbox figure{
		width: 240px;
		display: inline-block;
		margin: 10px auto;
	}
	.linkbox figure img{
		width: 100%;
	}
}