@charset "UTF-8";

/*------------(CMS)-------------------------*/
.cms_area{
	width: 90%;
    margin: 20px auto 60px;
    display: flex;
    flex-direction: row;
	justify-content: space-between;
	padding: 3%;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.2);
	min-height: 400px;
}
.cms_area a:link {
	color: #333;
	text-decoration: none;
}
.cms_area a:visited {
	color: #333;
}
.cms_area a:hover {
	color: #e7617f;
}
.cms_area a:active {
	color: #e7617f;
}

.news_area{
    position: relative;
    width: 82%;
    margin: 0;
    display: flex;
    flex-direction:column;
}
.news_ttl{
	width: 100%;
	margin: 0 auto;
}
.news_ttl dl{
	margin: 10px 0;
	padding: 5px 20px;
	border: 1px solid #EF99AC;
	display: flex;
	flex-direction: row;
	border-radius: 6px;
	box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.2); 
	background-color:#FFF4F2;
}
.news_ttl dt{
	width: 8em;
	color: #e7617f;
	padding: 3px 0;
}
.news_ttl dd{
	width:calc(100% - 8em);
	padding: 3px 0;
}

/*----------archive---------*/

.news_archive{
	width: 15%;
    border:1px solid #EF99AC;
    margin: 10px 0;
    border-radius: 8px;
    box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.2); 
    text-align: center;
	background-color: #fff;
	padding: 0;
}
.news_archive_ttl{
    font-size: 15px;
    color: #fff;
    font-weight: 700;
	padding: 5px;
    text-align: center;
    background-color: #EF99AC;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
	
}
.archive_list_area{
	width: 100%;
	font-size: 15px;
    color: #fff;
	margin: 0 0 20px 0;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 3px;
	display: flex;
	flex-direction: column;
}
.archive_list{
	text-align: center;
	padding:3px 10px;
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
}




/*詳細ページ*/
.cms_area2{
	width: 90%;
    margin: 20px auto 60px;
	padding: 3%;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.2); 
	min-height: 400px;
}
.txt_area{
    width: 90%;
    padding:10px 5%;
    background-color: #fff;
    border-radius: 10px;
	border: 1px solid #ccc;
    margin: 30px auto 10px
}

.pick_area{
    position: relative;
    width: 100%;
    padding:10px 0; 
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content:flex-start;
    margin: 0 auto;
}
.pick_area_item{
	position: relative;
    width: 27%;
    padding: 1%;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 4px 0 rgba(105,105,105,0.30);
    margin: 10px 2%;
}
.pick_area_item_zoom{
	position: absolute;
	width: 40px;
	right:30px;
	bottom:20px
}

.mov_area{
	width: 100%;
	padding: 10px;
	margin: 30px auto;
	border: 1px solid #ccc;
	box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.2);
}

/*戻る*/
.news_return{
	width: 200px;
	margin: 100px 0 30px calc(100% - 200px);
}
.news_return img{
    width: 130px;
    display: block;
}
.news_return:hover{
    -webkit-transform: translatey(-3px);
	        transform: translatey(-3px);
}

/*PDF表示*/
.news_pdf{
    clear: both;
    margin: 40px 0 20px 5%;
    width: 200px;

}
.news_pdf img{
    width: 180px;
}
.news_pdf a{
    opacity: 1.0;
}
.news_pdf a:hover{
    opacity: 0.6;
}
/*------------------------------------------(max-width:900px)------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){
/*------------(CMS)-------------------------*/
.cms_area{
	width: 90%;
    margin: 20px auto 40px;
    display: flex;
    flex-direction: column;
	justify-content: space-between;
}
.news_area{
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction:column;
}
.news_ttl{
	width: 100%;
	margin: 0 auto;
}
.news_ttl dl{
	margin: 10px 0;
	padding: 5px 20px;
	border: 1px solid #ccc;
	display: flex;
	flex-direction: row;
	border-radius: 6px;
	box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.2); 
}
.news_ttl dt{
	width: 8em;
	color: #67ae4a;
}
.news_ttl dd{
	width:calc(100% - 8em);
}
.news_ttl dd a{
	text-decoration: none;
	color: 666;
	border-bottom: 1px solid #CACACA;
}
.news_archive{
	width: 30%;
    border:1px solid #67ae4a;
    margin: 20px 70% 10px 0;
    border-radius: 8px;
    box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.2); 
    text-align: center;
	background-color: #fff;
}





/*詳細ページ*/
.cms_area2{
	position: relative;
    width: 90%;
    margin: 0 auto 0;
	min-height: 400px;
}

.txt_area{
    width: 97%;
    padding:10px 5%;
    background-color: #fff;
    border-radius: 10px;
	border: 1px solid #ccc;
    margin: 30px auto 10px
}

.pick_area{
    position: relative;
    width: 100%;
    padding:10px 0; 
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: space-between;
    margin: 0 auto;
}
.pick_area_item{
	position: relative;
    width: 31%;
    padding: 1%;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 4px 0 rgba(105,105,105,0.30);
    margin: 10px 1%;
}
.pick_area_item_zoom{
	position: absolute;
	width: 40px;
	right:30px;
	bottom:20px
}

.mov_area{
	width: 100%;
	padding: 10px;
	margin: 30px auto;
	border: 1px solid #ccc;
	box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.2);
}

/*戻る*/
.news_return{
	width: 200px;
	margin: 100px 0 30px calc(100% - 250px);

}
.news_return img{
    width: 150px;
    display: block;
}
.news_return:hover{
    -webkit-transform: translatey(-3px);
	        transform: translatey(-3px);
}

/*PDF表示*/
.news_pdf{
    clear: both;
    margin: 40px 0 20px 10%;
    width: 200px;

}
.news_pdf img{
    width: 180px;
}
}
/*------------------------------------------(max-width:480px)------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
.cms_area{
	width: 100%;
    margin: 20px auto 20px;
    display: flex;
    flex-direction: column;
	justify-content: space-between;
}
.news_area{
    position: relative;
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction:column;
}
.news_ttl{
	width: 100%;
	margin: 0 auto;
}
.news_ttl dl{
	margin: 10px 0;
	padding: 5px 20px;
	border: 1px solid #ccc;
	display: flex;
	flex-direction: column;
	border-radius: 6px;
	box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.2); 
}
.news_ttl dt{
	width: 8em;
	color: #67ae4a;
}
.news_ttl dd{
	width:100%;
}
.news_ttl dd a{
	text-decoration: none;
	color: 666;
	border-bottom: 1px solid #CACACA;
}
.news_archive{
	width: 100%;
    border:1px solid #67ae4a;
    margin: 10px 0;
    border-radius: 8px;
    box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.2); 
    text-align: center;
	background-color: #fff;
}
.news_archive_ttl{
    font-size: 14px;
    
}
.archive_list ul li{
    font-size: 14px;

}



/*詳細ページ*/
.cms_area2{
	position: relative;
    width: 100%;
    margin: 20px auto;
	min-height: 200px;
}

.txt_area{
    width: 100%;
    padding:10px 5%;
    background-color: #fff;
    border-radius: 10px;
	border: 1px solid #ccc;
    margin: 30px auto 10px
}

.pick_area{
    position: relative;
    width: 100%;
    padding:10px 0; 
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: space-between;
    margin: 0 auto;
}
.pick_area_item{
	position: relative;
    width: 44%;
    padding: 1%;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 4px 0 rgba(105,105,105,0.30);
    margin: 10px 1%;
}
.pick_area_item_zoom{
	position: absolute;
	width: 30px;
	right:10px;
	bottom:10px
}

.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_return{
	width: 100px;
	margin: 30px 0 30px calc(100% - 110px);

}

.news_return:hover{
    -webkit-transform: translatey(-3px);
	        transform: translatey(-3px);
}

/*PDF表示*/
.news_pdf{
    clear: both;
    margin: 30px 0 20px 0;
    width: 150px;

}

}

