@charset "UTF-8";

.news_ttl{
	width: 30%;
	max-width: 420px;
	font-size: 2.2rem;
	line-height: 2.4rem;
	color: #ec5c76;
	background-color: #fff;
	padding: 10px 0 15px; 
	text-align: center;
	border:1px solid #ec5c76;
	border-radius: 40px;
	margin: 50px auto 30px;
	
}
.news_area{
	width: 70%;
	margin: 40px auto 40px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.news_item{
	width: 31.333%;
	margin: 10px 1%;
	background-color: #fff;
	border:1px solid #E4E4E4;
	border-radius: 8px;
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
	box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
	padding: 15px 20px;
	display: flex;
	flex-direction: column;
}
.news_data{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

.cat_1{
	width: 8em;
	color: #fff;
	line-height: 1.0em;
	padding: 12px 0 5px 0;
	text-align: center;
	background-color: #A9CE5C;
	border-radius: 5px;
}
.cat_2{
	width: 8em;
	color: #fff;
	line-height: 1.0em;
	padding: 12px 0 5px 0;
	text-align: center;
	background-color: #f19fb8;
	border-radius: 5px;
}
.cat_3{
	width: 8em;
	color: #fff;
	line-height: 1.0em;
	padding: 12px 0 5px 0;
	text-align: center;
	background-color: #71BFEA;
	border-radius: 5px;
}


.date{
	color: #e73656;
	padding: 5px;
	margin-left: 20px;
}
.news_cont{
	width: 100%;
	padding: 0 5px;
	margin: 10px 0;
	line-height: 1.6em;
}
.news_cont a{
	color: #2A2A2A;
	text-decoration: none;
	border-bottom:  1px solid #6CAFC6;
	line-height: 1.6em;
}
.news_cont a:hover{
	border-bottom-color: #D52F32;
}
.more_look{
	width: 20%;
	max-width: 320px;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 2.4rem;
	color: #666;
	background-color: #fff;
	padding: 6px 0 9px; ;
	text-align: center;
	border:1px solid #ccc;
	margin: 10px auto 100px;
	border-radius: 8px;
}
.more_look a{
	text-decoration: none;
}
.more_look a:hover{
	color: #FF84AC;
}
/*----------------------詳細ページ---------------*/
.page_ttl{
	width: 20%;
	margin: 30px auto;
	max-width: 320px;
}
.content_area{
	width: 70%;
	margin: 20px auto 40px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 40px 40px 80px 40px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.2); 
	max-width: 980px;
	position: relative;
}
.main_cont{
	width: 94%;
	margin: 20px auto;
	padding: 40px;
	border:1px solid #E1E1E1;
	border-radius: 8px;
	position: relative;
}
.pdf{
	width: 200px;
	margin: 10px 3%;
}
.pdf img:hover{
	opacity: 0.7;
}
.return{
	position: absolute;
	right:70px;
	bottom:40px;
	width: 150px;
}
.return img:hover{
	opacity: 0.7;
}
.title_cat1{
	width: 100%;
	color: #262626;
	font-size: 1.2rem;
	line-height: 1.6rem;
	font-weight: 700;
	padding: 15px 4em 15px 30px;
	background-color: #E5F0D0;
	margin: 0 auto 30px;
	border-radius: 8px;position: relative;
}

.title_cat2{
	width: 100%;
	color: #262626;
	font-size: 1.2rem;
	line-height: 1.6rem;
	font-weight: 700;
	padding: 15px 4em 15px 30px;
	background-color: #ffdde3;
	margin: 0 auto 30px;
	border-radius: 8px;position: relative;
}
.title_cat3{
	width: 100%;
	color: #262626;
	font-size: 1.2rem;
	line-height: 1.6rem;
	font-weight: 700;
	padding: 15px 4em 15px 30px;
	background-color: #cceaee;
	margin: 0 auto 30px;
	border-radius: 8px;position: relative;
}

.cat1_date{
	position: absolute;
	top:15px;
	right:0;
	width: 8em;
	color: #43B61B;
	font-weight: 400;
}
.cat2_date{
	position: absolute;
	top:15px;
	right:0;
	width: 8em; 
	color: #e04979;
	font-weight: 400;
}
.cat3_date{
	position: absolute;
	top:15px;
	right:0;
	width: 8em;
	color: #0c769e;
	font-weight: 400;
}
.news_photo_box{
	width: 94%;
	margin:20px auto 40px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.mov_area{
	width: 90%;
	padding: 10px;
	margin: 30px auto 50px;
	border: 1px solid #ccc;
	box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.2);
}
.photo_box_item{
	width: 23%;
	margin: 10px 1%;
	position: relative;
}
.photo_box_item a{
	display: block;
}
.photo_box_item img{
	border-radius: 5px;
}
.photo_box_item img a:hover{
	-webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
	filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.2));
}

.zoom{
	position: absolute;
	width:20%;
	bottom:10px;
	right:10px;
}
/*--------------------max-width:900px--------------------------------------------------------
-----------------------------------------------------------------------*/

@media screen and (max-width:900px){
.news_ttl{
	width: 25%;
	max-width: 420px;
	font-size: 1.4rem;
	line-height: 2.0rem;
	color: #ec5c76;
	background-color: #fff;
	padding: 5px 0 15px; 
	text-align: center;
	border:1px solid #ec5c76;
	border-radius: 40px;
	margin: 30px auto 10px;
	
}
.news_area{
	width: 80%;
	margin: 40px auto 40px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.news_item{
	width: 48%;
	margin: 10px 1%;
	background-color: #fff;
	border:1px solid #E4E4E4;
	border-radius: 8px;
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
	box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
	padding: 15px 20px;
	display: flex;
	flex-direction: column;
}
.news_data{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

.cat_1{
	width: 8em;
	color: #fff;
	line-height: 1.0em;
	padding: 12px 0 0 0;
	background-color: #A9CE5C;
	border-radius: 5px;
}
.cat_2{
	width: 8em;
	color: #fff;
	line-height: 1.0em;
	padding: 12px 0 0 0;
	text-align: center;
	background-color: #f19fb8;
	border-radius: 5px;
}
.cat_3{
	width: 8em;
	color: #fff;
	line-height: 1.0em;
	padding: 12px 0 0 0;
	text-align: center;
	background-color: #71BFEA;
	border-radius: 5px;
}


.date{
	color: #e73656;
	padding: 5px;
	margin-left: 20px;
}
.news_cont{
	width: 100%;
	padding: 0 5px;
	margin: 10px 0;
	line-height: 1.6em;
}
.news_cont a{
	color: #2A2A2A;
	text-decoration: none;
	border-bottom:  1px solid #6CAFC6;
	line-height: 1.6em;
}
.news_cont a:hover{
	border-bottom-color: #D52F32;
}
.more_look{
	width: 18%;
	max-width: 320px;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 2.4rem;
	color: #666;
	background-color: #fff;
	padding:3px 0 4px; ;
	text-align: center;
	border:1px solid #ccc;
	margin: 10px auto 100px;
	border-radius: 8px;
}
.more_look a{
	text-decoration: none;
}
.more_look a:hover{
	color: #FF84AC;
}
/*----------------------詳細ページ---------------*/
.page_ttl{
	width: 30%;
	margin: 30px auto;
	max-width: 320px;
}
.content_area{
	width: 90%;
	margin: 20px auto 40px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 40px 40px 80px 40px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.2); 
	max-width: 980px;
	position: relative;
}
.main_cont{
	width: 94%;
	margin: 20px auto;
	padding: 40px;
	border:1px solid #E1E1E1;
	border-radius: 8px;
	position: relative;
}
.pdf{
	width: 200px;
	margin: 10px 3%;
}
.pdf img:hover{
	opacity: 0.7;
}
.return{
	position: absolute;
	right:70px;
	bottom:40px;
	width: 150px;
}
.return img:hover{
	opacity: 0.7;
}
.title_cat1{
	width: 100%;
	color: #262626;
	font-size: 1.2rem;
	line-height: 1.6rem;
	font-weight: 700;
	padding: 15px 4em 15px 30px;
	background-color: #E5F0D0;
	margin: 0 auto 30px;
	border-radius: 8px;position: relative;
}

.title_cat2{
	width: 100%;
	color: #262626;
	font-size: 1.2rem;
	line-height: 1.6rem;
	font-weight: 700;
	padding: 15px 4em 15px 30px;
	background-color: #ffdde3;
	margin: 0 auto 30px;
	border-radius: 8px;position: relative;
}
.title_cat3{
	width: 100%;
	color: #262626;
	font-size: 1.2rem;
	line-height: 1.6rem;
	font-weight: 700;
	padding: 15px 4em 15px 30px;
	background-color: #cceaee;
	margin: 0 auto 30px;
	border-radius: 8px;position: relative;
}

.cat1_date{
	position: absolute;
	top:15px;
	right:0;
	width: 8em;
	color: #008618;
	font-weight: 400;
}
.cat2_date{
	position: absolute;
	top:15px;
	right:0;
	width: 8em; 
	color: #e04979;
	font-weight: 400;
}
.cat3_date{
	position: absolute;
	top:15px;
	right:0;
	width: 8em;
	color: #0c769e;
	font-weight: 400;
}
.news_photo_box{
	width: 94%;
	margin:20px auto 40px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.mov_area{
	width: 90%;
	padding: 10px;
	margin: 30px auto 50px;
	border: 1px solid #ccc;
	box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.2);
}
.photo_box_item{
	width: 23%;
	margin: 10px 1%;
	position: relative;
}
.photo_box_item a{
	display: block;
}
.photo_box_item img{
	border-radius: 5px;
}
.photo_box_item img a:hover{
	-webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
	filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.2));
}

.zoom{
	position: absolute;
	width:20%;
	bottom:10px;
	right:10px;
}	

}
/*--------------------max-width:480px--------------------------------------------------------
-----------------------------------------------------------------------*/
@media screen and (max-width:480px){
	.news_ttl{
	width: 70%;
	max-width: 420px;
	font-size: 1.2rem;
	line-height: 2.4rem;
	color: #ec5c76;
	background-color: #fff;
	padding: 5px 0 7px; 
	text-align: center;
	border:1px solid #ec5c76;
	border-radius: 40px;
	margin: 50px auto 30px;
	
}
.news_area{
	width: 80%;
	margin: 10px auto 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.news_item{
	width: 100%;
	margin: 10px auto;
	background-color: #fff;
	border:1px solid #E4E4E4;
	border-radius: 8px;
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
	box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
	padding: 15px 20px;
	display: flex;
	flex-direction: column;
}
.news_data{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}




.date{
	color: #e73656;
	padding: 5px;
	margin-left: 20px;
}
.news_cont{
	width: 100%;
	padding: 0 5px;
	margin: 10px 0;
	line-height: 1.6em;
}
.news_cont a{
	color: #2A2A2A;
	text-decoration: none;
	border-bottom:  1px solid #6CAFC6;
	line-height: 1.6em;
}
.news_cont a:hover{
	border-bottom-color: #D52F32;
}
.more_look{
	width: 50%;
	max-width: 320px;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 2.4rem;
	color: #666;
	background-color: #fff;
	padding: 6px 0 9px; ;
	text-align: center;
	border:1px solid #ccc;
	margin: 10px auto 100px;
	border-radius: 8px;
}
.more_look a{
	text-decoration: none;
}
.more_look a:hover{
	color: #FF84AC;
}
/*----------------------詳細ページ---------------*/
.page_ttl{
	width: 50%;
	margin: 20px auto;
	max-width: 320px;
}
.content_area{
	width: 96%;
	margin: 10px auto 20px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 20px 20px 100px 20px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.2); 
	max-width: 480px;
	position: relative;
}
.main_cont{
	width: 9100%;
	margin: 20px auto;
	padding: 10px 15px;
	border:1px solid #E1E1E1;
	border-radius: 8px;
	position: relative;
}
.pdf{
	width: 160px;
	margin: 10px 3%;
}
.pdf img:hover{
	opacity: 0.7;
}
.return{
	position: absolute;
	right:30px;
	bottom:30px;
	width: 140px;
}
.return img:hover{
	opacity: 0.7;
}
.title_cat1{
	width: 100%;
	color: #262626;
	font-size: 1.1rem;
	line-height: 1.6rem;
	font-weight: 700;
	padding: 15px 4em 40px 30px;
	background-color: #E5F0D0;
	margin: 0 auto 30px;
	border-radius: 8px;position: relative;
}

.title_cat2{
	width: 100%;
	color: #262626;
	font-size: 1.1rem;
	line-height: 1.6rem;
	font-weight: 700;
	padding: 15px 4em 40px 30px;
	background-color: #E5F0D0;
	background-color: #ffdde3;
	margin: 0 auto 30px;
	border-radius: 8px;position: relative;
}
.title_cat3{
	width: 100%;
	color: #262626;
	font-size: 1.1rem;
	line-height: 1.6rem;
	font-weight: 700;
	padding: 15px 4em 40px 30px;
	background-color: #E5F0D0;
	background-color: #cceaee;
	margin: 0 auto 30px;
	border-radius: 8px;position: relative;
}

.cat1_date{
	position: relative;
	width: 8em;
	color: #008618;
	font-weight: 400;
}
.cat2_date{
	position: relative;
	width: 8em;
	color: #e04979;
	font-weight: 400;
}
.cat3_date{
	position: relative;
	width: 8em;
	color: #0c769e;
	font-weight: 400;
}
.news_photo_box{
	width: 96%;
	margin:20px auto 40px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.mov_area{
	width: 100%;
	padding: 10px;
	margin: 10px auto 40px;
	border: 1px solid #ccc;
	box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.2);
}
.photo_box_item{
	width: 48%;
	margin: 10px 1%;
	position: relative;
}
.photo_box_item a{
	display: block;
}
.photo_box_item img{
	border-radius: 5px;
}
.photo_box_item img a:hover{
	-webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
	filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.2));
}

.zoom{
	position: absolute;
	width:20%;
	bottom:10px;
	right:10px;
}
}