@charset "UTF-8";


.news_area{
	width: 86%;
	padding: 40px 7% 100px 7%;
	background-color: #DCF5ED;
	margin-bottom: 40px;
	border-radius: 10px;
	height: auto;
	min-height: 200px;
	display: flex;
	flex-direction: column;
}


.news_area_ttl{
	width: 96%;
	padding: 10px 0;
	border-bottom: 2px solid rgba(112,200,172,1.00);
	font-size: 20px;
	color: rgba(112,200,172,1.00);
	margin: 0 10px;
}
.news_area_ttl_date{
	width: 100%;
	font-size: 15px;
}

.news_area dl{
	padding: 12px 3%;
	background-color: #fff;
	border-radius: 10px;
	font-size: 16px;
	line-height: 1.6em;
	display: flex;
	flex-direction: row;
	margin: 10px 0;
}
.news_area dt{
	width: 8em;
	color: #1EA177;
}
.news_area dd{
	color: #000;
}
.news_area dd a{
	color:rgba(24,84,149,0.7);
	text-decoration: none;
	border-bottom:1px solid rgba(24,84,149,0.7);
}
.news_area dd a:hover{
	color:rgba(24,84,149,1.0);
}


/*--------------------(詳細ページ)------------------*/



.news_box{
	padding: 40px 5% 100px 5%;;
	background-color: #fff;
	border-radius: 10px;
	text-align: left;
	position: relative;
	margin: 20px 0;
}
.return{
	position: absolute;
	bottom:30px;
	right:30px;
}
.txt_area{
	width: 90%;
	margin: 20px auto;
	height: auto
}
.photobox{
	width: 94%;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 30px 3%;
}
.photobox_item{
	width: 23%;
	margin: 10px 0;
	border: 2px solid #rgba(112,200,172,1.00);
	border-radius: 10px;
}
.photobox_item img{
	width: 100%;
	border-radius: 10px;
}
.zoom{
	width: 20%;
	margin: 20px 77% 0 3%;
}
.zoom img{
	width: 100%;
}
.pdf_link{
	width: 35%;
	margin: 20px 62% 20px 3%;
}
.pdf_link img{
	width: 100%;
}

/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){
}

/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
.news_area{
	padding: 20px 5% 60px 5%;
	background-color: #DCF5ED;
	margin-bottom: 40px;
	border-radius: 10px;
	height: auto;
	min-height: 200px;
	display: flex;
	flex-direction: column;
}


.news_area_ttl{
	width: 96%;
	padding: 10px 0;
	border-bottom: 2px solid rgba(112,200,172,1.00);
	font-size: 20px;
	color: rgba(112,200,172,1.00);
	margin: 0 10px;
}
.news_area_ttl_date{
	width: 100%;
	font-size: 15px;
}

.news_area dl{
	padding: 12px 3%;
	background-color: #fff;
	border-radius: 10px;
	font-size: 16px;
	line-height: 1.6em;
	display: flex;
	flex-direction: row;
	margin: 10px 0;
}
.news_area dt{
	width: 8em;
	color: #1EA177;
}
.news_area dd{
	color: #000;
}
.news_area dd a{
	color:rgba(24,84,149,0.7);
	text-decoration: none;
	border-bottom:1px solid rgba(24,84,149,0.7);
}
.news_area dd a:hover{
	color:rgba(24,84,149,1.0);
}


/*--------------------(詳細ページ)------------------*/



.news_box{
	padding: 20px 5% 60px 5%;;
	background-color: #fff;
	border-radius: 10px;
	text-align: left;
	position: relative;
	margin: 20px 0;
}
.return{
	position: absolute;
	bottom:30px;
	right:-10px;
}
	.return img{
		width: 70%;
	}
.txt_area{
	width: 90%;
	margin: 20px auto;
	height: auto
}
.photobox{
	width: 94%;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 30px 3%;
}
.photobox_item{
	width: 45%;
	margin: 10px 0;
	border: 2px solid #rgba(112,200,172,1.00);
	border-radius: 10px;
}
.photobox_item img{
	width: 100%;
	border-radius: 10px;
}
.zoom{
	width: 50%;
	margin: 20px 47% 0 3%;
}
.zoom img{
	width: 100%;
}
.pdf_link{
	width: 50%;
	margin: 20px 42% 20px 3%;
}
.pdf_link img{
	width: 100%;
}
}





/*box-shadow: 1px 1px 6px rgba(0,0,0,0.2);*/
