@charset "UTF-8";
/*-----------------一覧ページ------------------*/
.news_area{
    width: 60%;
    margin: 30px auto 30px;
    display: flex;
    flex-direction: column;
    max-width: 840px;
}

.news_area dl{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px auto;
    border-radius:10px;
    padding: 20px 30px;
    line-height: 1rem;
    background-color: #fff;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
}
.news_area dt{
    width: 8rem;
    color: #21844a;
    
}
.news_area dd{
    width: calc(100% - 9rem);
    text-align: left;
}
.news_area dd a{
    color: #000;
    text-decoration: none; 
}
.news_area dd a:hover{
    color: #DAA40C;
    text-decoration: none; 
}
.open_list{
    width: 250px;
    margin: 50px auto;
}
.open_list img:hover {
	-webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
    filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.2));
}
/*ーーーーーーーーーーーーーー詳細ページーーーーーーーーーーーーーーーー*/
.news_area2{
    width: 80%;
    margin: 0 auto;
    max-width: 1120px;
    display:flex;
    flex-direction: column;
    padding: 40px 40px 30px 40px;
    background-color: rgba(255,255,255,0.90);
    border-radius:12px;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
}
.pic_area{
    position: relative;
    width: 100%;
    padding:10px 0; 
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content:flex-start;
    margin: 0 auto;
}
.pic_area_item{
	position: relative;
    width: 21%;
    padding: 0.5%;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 4px 0 rgba(105,105,105,0.30);
    margin: 10px 2%;
}
.news_date{
    width: 95%;
    margin: 0 auto;
    color: #21844a;
    line-height: 1.2rem;
}
.news_ttl{
    width: 95%;
    margin: 20px auto;
    font-size: 1.2rem;
    line-height: 1.5rem;
    color: #272727;
    padding-bottom: 10px;
    border-bottom:2px solid rgba(173,204,148,1.00);
}
.news_txt_area{

    width: 95%;
    margin: 0 auto;
    padding: 20px;
    border:1px solid rgba(209,209,209,1.00);
    border-radius: 12px;
    
}
.pic_area_item_zoom{
	position: absolute;
	width: 40px;
	right:15px;
	bottom:15px
}

.mov_area{
	width: 95%;
	padding: 10px;
	margin: 30px auto;
	border: 1px solid #ccc;
	box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.2);
	background-color: #fff;
    max-width: 1280px;
}
.mov_area video{
	width: 100%;
}
/*戻る*/
.news_return{
	width: 170px;
	margin: 100px 0 30px calc(100% - 190px);
}
.news_return img{
    width: 100%;
    display: block;
}
.news_return img:hover{
    -webkit-transform: translatey(-3px);
	        transform: translatey(-3px);
}

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

}
.news_pdf img{
    width: 100%;
}
.news_pdf img a{
    opacity: 1.0;
}
.news_pdf img:hover{
   -webkit-transform: translatey(-3px);
	        transform: translatey(-3px);
}
@media screen and (max-width:900px){
.news_area{
    width: 80%;
    margin: 30px auto 30px;
    display: flex;
    flex-direction: column;
    max-width: 720px;
}
.open_list{
    width: 230px;
    margin: 50px auto;
} 
.news_area2{
    width: 90%;
    margin: 0 auto;
    max-width: 900px;
    display:flex;
    flex-direction: column;
    padding: 40px 40px 30px 40px;
    background-color: rgba(255,255,255,0.90);
    border-radius:12px;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
}
}

@media screen and (max-width:480px){
.news_area{
    width: 90%;
    margin: 20px auto 20px;
    display: flex;
    flex-direction: column;
    max-width: 840px;
}

.news_area dl{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 10px auto;
    border-radius:10px;
    padding: 20px 30px;
    line-height: 1rem;
    background-color: #fff;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
}
.news_area dt{
    width: 100%;
    color: #21844a;
    font-weight: 600;
}
.news_area dd{
    width: 100%;
    text-align: left;
    margin: 10px 0 0;
    line-height: 1.4rem;
}

.open_list{
    width: 200px;
    margin: 40px auto;
}

/*ーーーーーーーーーーーーーー詳細ページーーーーーーーーーーーーーーーー*/
.news_area2{
    width: 90%;
    margin: 0 auto;
    max-width: 400px;
    display:flex;
    flex-direction: column;
    padding: 20px;
    background-color: rgba(255,255,255,0.90);
    border-radius:12px;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
}
.pic_area{
    position: relative;
    width: 100%;
    padding:10px 0; 
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content:flex-start;
    margin: 0 auto;
}
.pic_area_item{
	position: relative;
    width: 45%;
    padding: 0.5%;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 4px 0 rgba(105,105,105,0.30);
    margin: 10px 2%;
}
.news_date{
    width: 95%;
    margin: 0 auto;
    color: #21844a;
    line-height: 1.2rem;
}
.news_ttl{
    width: 95%;
    margin: 20px auto;
    font-size: 1.2rem;
    line-height: 1.5rem;
    color: #272727;
    padding-bottom: 10px;
    border-bottom:2px solid rgba(173,204,148,1.00);
}
.news_txt_area{
    width: 95%;
    margin: 0 auto;
    padding: 20px;
    border:1px solid rgba(209,209,209,1.00);
    border-radius: 12px;
    
}
.pic_area_item_zoom{
	position: absolute;
	width: 30px;
	right:10px;
	bottom:10px
}

.mov_area{
	width: 95%;
	padding: 10px;
	margin: 30px auto;
	border: 1px solid #ccc;
	box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.2);
	background-color: #fff;
    max-width: 480px;
}
.mov_area video{
	width: 100%;
}
/*戻る*/
.news_return{
	width: 170px;
	margin: 30px 0 20px calc(100% - 170px);
}
.news_return img{
    width: 100%;
    display: block;
}
.news_return img:hover{
    -webkit-transform: translatey(-3px);
	        transform: translatey(-3px);
}

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

}
.news_pdf img{
    width: 100%;
}
.news_pdf img a{
    opacity: 1.0;
}
.news_pdf img:hover{
   -webkit-transform: translatey(-3px);
	        transform: translatey(-3px);
}
}