@charset "UTF-8";
/*リセットCSS（sanitize.css）の読み込み
---------------------------------------------------------------------------*/
@import url("https://unpkg.com/sanitize.css");
/*news*/
.cms_area{
	width: 80%;
	margin: 30px auto 0;
	max-width: 1350px;
	
}

.cms_ttl{
	width: 25%;
	margin: 30px 4%;
}
.news_area{
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	background-color: #fff;
	padding: 60px;
	border-radius: 12px;
	box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.2); 
}
.news_area img{
	width: 100%;
}

.news_base{
	width: 75%;
	display: flex;
	flex-direction: column;
}
.news_base dl{
	width: 98%;
	margin: 0 auto 25px;
	border: 1px solid #21985c;
	border-radius: 12px;
	box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.2);
	display: flex;
	flex-direction: row;
	padding: 10px 20px;
}
.news_base dt{
	width: 8em;
	color: #21985c;
}
.news_base dd{
	width: calc(100%-9em);
	
}
.news_base dd a{
	color: #333;
	line-height: 1.6em;
	text-decoration: none;
}
.news_base dd a:hover{
	color: #21985c;
	border-bottom: 1px solid #21985c;
}
.news_base_new{
	width: 40px;
	margin: 0 10px;
}
.news_base_new img{
	width: 100%;
}
.archive_base{
	width: 18%;
	border: 1px solid #21985c;
	border-radius: 12px;
	box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.2);
	display: flex;
	flex-direction: column;
	text-align: center;
	padding-bottom: 40px;
}
.archive_ttl{
	width: 100%;
	font-size: 16px;
	color: #fff;
	background-color: #21985c;
	padding: 6px 0;
	text-align: center;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}
.archive_date{
	width: 100%;
	text-align: center;
	padding: 0;
}
.archive_date li{
	width:100%;
	list-style: none;
	display: flex;
	flex-direction: column;
	text-align: center;
	margin:0;
	border-bottom: 1px solid #21985c;
}
.archive_date li a{
	text-decoration: none;
	color: #21985c;
	padding: 5px 0;
}
.archive_date li a:hover{
	text-decoration: none;
	color: #333;
}

.news_area2{
	width: 90%;
	margin: 40px auto;
	display: flex;
	flex-direction: column;
	padding: 40px 40px 100px 40px;
	background-color: #fff;
	border-radius: 12px;
	box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.2); 
	position: relative;
}
.news_area2_top{
	width: 100%;
	display: flex;
	flex-direction: row;
	margin: 0;
	border-bottom: 2px solid #21985c;
}
.news_area2_date{
	width:8em;
	color: #21985c;
}
.news_area2_ttl{
	width: calc(100%-9em);
}

.news_area2_txt_base{
	width:90%;
	margin:30px auto;
	text-align: left;
}
.news_area2_photo_base{
	width: 90%;
	margin:20px auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.mov_area{
	width: 90%;
	padding: 10px;
	margin: 30px auto;
	border: 1px solid #ccc;
	box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.2);
}
.news_area2_photo{
	width: 23%;
	margin: 10px 0;
}
.news_area2_photo a{
	display: block;
}
.news_area2_photo a:hover{
	-webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
	filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.2));
}
.news_area2_photo img{
	border-radius: 10px;
	border:1px solid #21985c;
}
.zoom{
	width:200px;
	margin:20px 40px 20px 5%;
}
.pdf_link{
	width:200px;
	margin:20px 0 20px 5%;
}

.pdf_link a:hover{
	-webkit-transform: translateY(-3px);
	        transform: translateY(-3px);
}
.return{
	width: 160px;
	position: absolute;
	bottom:40px;
	right:40px;
}

.return a:hover{
	-webkit-transform: translateY(-3px);
	        transform: translateY(-3px);
}
.zoom{
	widh:220px;
	margin:20px 40px;
}
.pdf_link{
	widh:220px;
	margin:20px 30px;
}
.pdf_link a{
	display: block;
}
.pdf_link a:hover{
	-webkit-transform: translateY(-3px);
	        transform: translateY(-3px);
}
.return{
	width: 160px;
	position: absolute;
	bottom:40px;
	right:150px;
}
.return a{
	display: block;
}
.return a:hover{
	-webkit-transform: translateY(-3px);
	        transform: translateY(-3px);
}
/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){
.cms_area{
	width: 100%;
	margin: 30px auto 0;
	max-width: 810px;
	
}

.cms_ttl{
	width: 30%;
	margin: 10px 5% 20px;
}
/*news*/
.news_area{
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: #fff;
	padding: 40px;
	border-radius: 12px;
	box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.2); 
}
.news_base{
	width: 100%;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
}
.news_base dl{
	width: 95%;
	margin: 10px auto 20px ;
	border: 1px solid #21985c;
	border-radius: 12px;
	box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.2);
	display: flex;
	flex-direction: row;
	padding: 10px 20px;
}
.news_base dt{
	width: 8em;
	color: #21985c;
}
.news_base dd{
	width: calc(100%-9em);
	
}
.news_base dd a{
	color: #333;
	line-height: 1.6em;
	text-decoration: none;
}
.news_base dd a:hover{
	color: #21985c;
	border-bottom: 1px solid #21985c;
}
.news_base_new{
	width: 40px;
	margin: 0 10px;
}
.news_base_new img{
	width: 100%;
}
.archive_base{
	width: 50%;
	margin: 10px 2%;
	border: 1px solid #21985c;
	border-radius: 12px;
	box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.2);
	display: flex;
	flex-direction: column;
	text-align: center;
	padding-bottom: 40px;
}
.archive_ttl{
	width: 100%;
	font-size: 16px;
	color: #fff;
	background-color: #21985c;
	padding: 5px 0;
	text-align: center;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}
.archive_date{
	width: 100%;
	text-align: center;
	padding: 0;
}
.archive_date li{
	width:100%;
	list-style: none;
	display: flex;
	flex-direction: column;
	text-align: center;
	margin:0;
	border-bottom: 1px solid #21985c;
}
.archive_date li a{
	text-decoration: none;
	color: #21985c;
	padding: 5px 0;
}
.archive_date li a:hover{
	text-decoration: none;
	color: #333;
}

.news_area2{
	margin: 40px auto;
	display: flex;
	flex-direction: column;
	box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.2); 
	padding: 40px 40px 100px 40px;
	position: relative;
	background-color: #fff;
	border-radius: 12px;
}
.news_area2_top{
	width: 100%;
	display: flex;
	flex-direction: row;
	margin: 0;
	border-bottom: 2px solid #21985c;
}
.news_area2_date{
	width:8em;
	color: #21985c;
}
.news_area2_ttl{
	width: calc(100%-9em);
}

.news_area2_txt_base{
	width:90%;
	margin:30px auto;
	text-align: left;
}
.news_area2_photo_base{
	width: 90%;
	margin:20px auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.news_area2_photo{
	width: 23%;
	margin: 10px 0;
}
.news_area2_photo a{
	display: block;
}
.news_area2_photo a:hover{
	-webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
	filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.2));
}
.news_area2_photo img{
	border-radius: 10px;
	border:1px solid #21985c;
}
.zoom{
	width:200px;
	margin:20px 40px;
}
.pdf_link{
	width:200px;
	margin:20px 30px;
}
.pdf_link a{
	display: block;
}
.pdf_link a:hover{
	-webkit-transform: translateY(-3px);
	        transform: translateY(-3px);
}
.return{
	width: 160px;
	position: absolute;
	bottom:20px;
	right:40px;
}
.return a{
	display: block;
}
.return a:hover{
	-webkit-transform: translateY(-3px);
	        transform: translateY(-3px);
}
}
/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
/*news*/
.cms_area{
	width: 100%;
	margin: 30px auto 0;
	max-width: 480px;
	
}

.cms_ttl{
	width: 60%;
	margin: 0 30% 20px 10%;
}
.news_area{
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: #fff;
	padding: 0;
	border-radius:0;
	box-shadow: none; 
}
.news_base{
	width: 100%;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
}
.news_base dl{
	width: 90%;
	margin: 10px auto 20px ;
	border: 1px solid #21985c;
	border-radius: 12px;
	box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.2);
	display: flex;
	flex-direction: column;
	padding: 10px 20px;
}
.news_base dt{
	width: 100%;
	color: #21985c;
}
.news_base dd{
	width: 100%;
	
}
.news_base dd a{
	color: #333;
	line-height: 1.6em;
	text-decoration: none;
}
.news_base dd a:hover{
	color: #21985c;
	border-bottom: 1px solid #21985c;
}
.news_base_new{
	display: inline;
	width: 40px;
	margin: 0 10px;
}
.news_base_new img{
	width: 100%;
}
.archive_base{
	width: 90%;
	margin: 20px auto ;
	border: 1px solid #21985c;
	border-radius: 12px;
	box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.2);
	display: flex;
	flex-direction: column;
	text-align: center;
	padding-bottom: 40px;
}
.archive_ttl{
	width: 100%;
	font-size: 16px;
	color: #fff;
	background-color: #21985c;
	padding: 5px 0;
	text-align: center;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}
.archive_date{
	width: 100%;
	text-align: center;
	padding: 0;
}
.archive_date li{
	width:100%;
	list-style: none;
	display: flex;
	flex-direction: column;
	text-align: center;
	margin:0;
	border-bottom: 1px solid #21985c;
}
.archive_date li a{
	text-decoration: none;
	color: #21985c;
	padding: 4px 0;
}

/*詳細ページ*/
.news_area2{
	margin: 30px auto;
	display: flex;
	flex-direction: column;
	box-shadow: none; 
	padding: 20px 20px 100px 20px;
	position: relative;
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-radius: 0;
}
.news_area2_top{
	width: 100%;
	display: flex;
	flex-direction: column;
	margin: 0;
	border-bottom: 2px solid #21985c;
}
.news_area2_date{
	width:100%;
	color: #21985c;
}
.news_area2_ttl{
	width: 100%;
}

.news_area2_txt_base{
	width:100%;
	margin:30px auto;
	text-align: left;
}
.news_area2_photo_base{
	width: 100%;
	margin:20px auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.news_area2_photo{
	width: 48%;
	margin: 10px 0;
}
.news_area2_photo a{
	display: block;
}
.news_area2_photo a:hover{
	-webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
	filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.2));
}
.news_area2_photo img{
	border-radius: 10px;
	border:1px solid #21985c;
}
.zoom{
	width:200px;
	margin:20px 10px;
}
.pdf_link{
	width:200px;
	margin:20px 10px;
}
.pdf_link a{
	display: block;
}
.pdf_link a:hover{
	-webkit-transform: translateY(-3px);
	        transform: translateY(-3px);
}
.return{
	width: 140px;
	position: absolute;
	bottom:30px;
	right:30px;
}
.return a{
	display: block;
}
.return a:hover{
	-webkit-transform: translateY(-3px);
	        transform: translateY(-3px);
}

}