@charset "UTF-8";

.news_top{
	width: 80%;
	text-align: center;
	margin: 20px auto;
	font-size: 18px;
}
.news_top img{
	width: 90%;
	margin: 0 auto 30px auto;
}

/* news */
#newsarea{
    width: 80%;
    margin: 50px auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
}
.news_base{
    width: 82%;
    display: flex;
    flex-direction: column;
}
.news_box{
    width: 88%;
    padding: 50px 6%;
    background-color: #F7F7F7;
    border-radius: 12px;
    border:1px solid #ddd;
    display: flex;
    flex-direction: column;
    margin: 0 0 40px 0;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
.news_box dl{
    width: 97%;
    padding: 10px;
    display: flex;
    flex-direction: row;
    background-color: #fff;
    margin: 10px 0;
    border-radius: 10px;
    border:1px solid #ddd;
}
.news_box dt{
    width: 8em;
    font-size: 16px;
    color: #2571C9;
    margin-left: 10px;
     line-height: 1.6em;
}
.news_box dd{
    font-size: 16px;
    color: #666666;
    line-height: 1.6em;
}
.news_box dd a{
    border-bottom: 1px solid #125ABE;
}


.news_box_ttl{
    width: 91%;
    padding: 3px 0 0 80px;
    text-align: left;
    font-size: 150%;
    line-height: 2em;
    font-weight: 500;
    background-image:url("../images/news/st_icon.png");
    background-position: left;
    background-repeat: no-repeat;
    background-size: 60px;
    color: #EE7F01;
    margin: 20px auto;
    background-color: #FCEAD5;
    border-radius: 10px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    
}
.news_box_ttl2{
    width: 91%;
    padding: 3px 0 0 80px;
    text-align: left;
    font-size: 150%;
    line-height: 2em;
    font-weight: 500;
    background-image:url("../images/news/st_icon2.png");
    background-position: left;
    background-repeat: no-repeat;
    background-size: 60px;
    color: #4299DE;
    margin: 20px auto;
    background-color: #ECF8FD;
    border-radius: 10px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    
}
.news_box_ttl3{
    width: 91%;
    padding: 3px 0 0 80px;
    text-align: left;
    font-size: 150%;
    line-height: 2em;
    font-weight: 500;
    background-image:url("../images/news/st_icon3.png");
    background-position: left;
    background-repeat: no-repeat;
    background-size: 60px;
    color:  #A9C636;
    margin: 20px auto;
    background-color: #F4FCD7;
    border-radius: 10px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    
}


/*sub*/
.sub{
    width: 18%;
    display: flex;
    flex-direction: column;
    
}
/*----------------(アーカイブ)---------------*/
.archive_base{
    width: 15%;
    border:1px solid #C5C0B4;
    border-radius: 10px;
    margin: 20px 0 40px 0;
    padding-bottom: 40px;
}
.archive_ttl{
    width: 100%;
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    background-color: #F4B87B;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.archive_base ul li{
    list-style: none;
}
.archive_base li{
    text-align: center;
    background: #fff;
    padding: 7px 0;
    font-size: 16px;
    color: #666666;
    border-bottom: 1px solid #D8B591;
}

/*詳細頁*/
.news_box2_ttl{
    width: 75%;
    padding: 3px 0 0 80px;
    text-align: left;
    font-size: 150%;
    line-height: 2em;
    font-weight: 500;
    background-image:url("../images/news/st_icon.png");
    background-position: left;
    background-repeat: no-repeat;
    background-size: 60px;
    color: #EE7F01;
    margin: 20px auto;
    background-color: #FCEAD5;
    border-radius: 10px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    
}
.news_box2_ttl2{
    width:75%;
    padding: 3px 0 0 80px;
    text-align: left;
    font-size: 150%;
    line-height: 2em;
    font-weight: 500;
    background-image:url("../images/news/st_icon2.png");
    background-position: left;
    background-repeat: no-repeat;
    background-size: 60px;
    color: #4299DE;
    margin: 20px auto;
    background-color: #ECF8FD;
    border-radius: 10px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    
}
.news_box2_ttl3{
    width:75%;
    padding: 3px 0 0 80px;
    text-align: left;
    font-size: 150%;
    line-height: 2em;
    font-weight: 500;
    background-image:url("../images/news/st_icon3.png");
    background-position: left;
    background-repeat: no-repeat;
    background-size: 60px;
    color:  #8BC75F;
    margin: 20px auto;
    background-color: #F1F5E3;
    border-radius: 10px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    
}
#newsarea2{
    width: 70%;
    margin: 50px auto;
    display: flex;
    flex-direction: column;
    position: relative;
    max-width: 1000px;
    background-color: #F7F7F7;
    border-radius: 12px;
    padding:20px 5% 120px;
    overflow: hidden;
    border:1px solid #ccc;

}
.text_area{
    width: 88%;
    margin: 10px 3% 20px 3%;
    font-size: 15px;
    color: #666;
    padding: 3%;
    background-color: #fff;
}

#newsarea2 dl{
    display: flex;
    flex-direction: row;
    width: 100%;
    padding-bottom: 10px;
    border-bottom:2px solid #E5963A;
    margin-bottom: 20px;
}
#newsarea2 dt{
    width: 10em;
    font-size: 14px;
    color: #E5963A;
}
#newsarea2 dd{
    width: 100%;
    font-size: 16px;
    color: #E5963A;
}
#newsarea3{
    width: 70%;
    margin: 50px auto;
    display: flex;
    flex-direction: column;
    position: relative;
    max-width: 1000px;
    background-color: #F7F7F7;
    border-radius: 12px;
    padding:20px 5% 120px;
    overflow: hidden;
    border:1px solid #ccc;

}


#newsarea3 dl{
    display: flex;
    flex-direction: row;
    width: 100%;
    padding-bottom: 10px;
    border-bottom:2px solid #52BCEF;
    margin-bottom: 20px;
}
#newsarea3 dt{
    width: 10em;
    font-size: 14px;
    color: #52BCEF;
}
#newsarea3 dd{
    width: 100%;
    font-size: 16px;
    color: #52BCEF;
}
#newsarea4{
    width: 70%;
    margin: 50px auto;
    display: flex;
    flex-direction: column;
    position: relative;
    max-width: 1000px;
    background-color: #F7F7F7;
    border-radius: 12px;
    padding:20px 5% 120px;
    overflow: hidden;
    border:1px solid #ccc;

}


#newsarea4 dl{
    display: flex;
    flex-direction: row;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 2px solid #8BC75F;
    margin-bottom: 20px;
}
#newsarea4 dt{
    width: 10em;
    font-size: 14px;
    color: #8BC75F;
}
#newsarea4 dd{
    width: 100%;
    font-size: 16px;
    color: #31953C;
}

/*一覧へ戻る*/
.return{
    position: absolute;
    width: 160px;
    bottom:30px;
    right: 30px;
}
.return img:hover{
    cursor: pointer;
	-webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
}
/*ZOOM 写真表示の場合のみ*/
.zoom{
    width: 160px;
    margin: 30px 0 0 30px;
}
/*PDF表示の場合のみ*/
.pdf{
    width: 160px;
    margin: 30px 0 0 30px;
        
}
.pdf img:hover{
    cursor: pointer;
	-webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
}



/*詳細頁写真*/
.photo_box{
    width: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    margin: 0 auto;
}
.photo_box_item{
    width: 22%;
    margin: 10px 1.3%;
}
.photo_box_item img{
    border-radius: 10px;
}
.photo_box_item img:hover{
    width: 100%;
    cursor: pointer;
	-webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
}

/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){
  .news_top{
	width: 80%;
	text-align: center;
	margin: 20px auto;
	font-size: 18px;
}
.news_top img{
	width: 100%;
	margin: 0 auto 10px auto;
}

/* news */
#newsarea{
    width: 90%;
    margin: 50px auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}
.news_base{
    width: 100%;
    display: flex;
    flex-direction: column;
    
}
.news_box{
    width: 82%;
    padding: 50px 6%;
    background-color: #F7F7F7;
    border-radius: 12px;
    border:1px solid #ddd;
    display: flex;
    flex-direction: column;
    margin: 0 auto 40px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
.news_box dl{
    width: 97%;
    padding: 10px;
    display: flex;
    flex-direction: row;
    background-color: #fff;
    margin: 10px 0;
    border-radius: 10px;
    border:1px solid #ddd;
}
.news_box dt{
    width: 8em;
    font-size: 16px;
    color: #2571C9;
    margin-left: 10px;
     line-height: 1.6em;
}
.news_box dd{
    font-size: 16px;
    color: #666666;
    line-height: 1.6em;
}
.news_box dd a{
    border-bottom: 1px solid #125ABE;
}


.news_box_ttl{
    width: 82%;
    padding: 3px 0 0 70px;
    text-align: left;
    font-size: 150%;
    line-height: 2em;
    font-weight: 500;
    background-image:url("../images/news/st_icon.png");
    background-position: left;
    background-repeat: no-repeat;
    background-size: 60px;
    color: #EE7F01;
    margin: 20px auto;
    background-color: #FCEAD5;
    border-radius: 10px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    
}
.news_box_ttl2{
    width: 82%;
    padding: 3px 0 0 70px;
    text-align: left;
    font-size: 150%;
    line-height: 2em;
    font-weight: 500;
    background-image:url("../images/news/st_icon2.png");
    background-position: left;
    background-repeat: no-repeat;
    background-size: 60px;
    color: #4299DE;
    margin: 20px auto;
    background-color: #ECF8FD;
    border-radius: 10px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    
}
.news_box_ttl3{
    width: 82%;
    padding: 3px 0 0 70px;
    text-align: left;
    font-size: 150%;
    line-height: 2em;
    font-weight: 500;
    background-image:url("../images/news/st_icon3.png");
    background-position: left;
    background-repeat: no-repeat;
    background-size: 60px;
    color:  #A9C636;
    margin: 20px auto;
    background-color: #F4FCD7;
    border-radius: 10px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    
}


/*sub*/
.sub{
    width: 40%;
    display: flex;
    flex-direction: column;
    
}
/*----------------(アーカイブ)---------------*/
.archive_base{
    width: 30%;
    border:1px solid #C5C0B4;
    border-radius: 10px;
    margin: 20px 0 20px 3%;
    padding-bottom: 40px;
}
.archive_ttl{
    width: 100%;
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    background-color: #F4B87B;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.archive_base ul li{
    list-style: none;
}
.archive_base li{
    text-align: center;
    background: #fff;
    padding: 7px 0;
    font-size: 16px;
    color: #666666;
    border-bottom: 1px solid #D8B591;
}

/*詳細頁*/
.news_box2_ttl{
    width: 75%;
    padding: 3px 0 0 80px;
    text-align: left;
    font-size: 150%;
    line-height: 2em;
    font-weight: 500;
    background-image:url("../images/news/st_icon.png");
    background-position: left;
    background-repeat: no-repeat;
    background-size: 60px;
    color: #EE7F01;
    margin: 20px auto;
    background-color: #FCEAD5;
    border-radius: 10px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    
}
.news_box2_ttl2{
    width:75%;
    padding: 3px 0 0 80px;
    text-align: left;
    font-size: 150%;
    line-height: 2em;
    font-weight: 500;
    background-image:url("../images/news/st_icon2.png");
    background-position: left;
    background-repeat: no-repeat;
    background-size: 60px;
    color: #4299DE;
    margin: 20px auto;
    background-color: #ECF8FD;
    border-radius: 10px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    
}
.news_box2_ttl3{
    width:75%;
    padding: 3px 0 0 80px;
    text-align: left;
    font-size: 150%;
    line-height: 2em;
    font-weight: 500;
    background-image:url("../images/news/st_icon3.png");
    background-position: left;
    background-repeat: no-repeat;
    background-size: 60px;
    color:  #8BC75F;
    margin: 20px auto;
    background-color: #F1F5E3;
    border-radius: 10px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    
}
#newsarea2{
    width: 76%;
    margin: 50px auto;
    display: flex;
    flex-direction: column;
    position: relative;
    max-width: 1000px;
    background-color: #F7F7F7;
    border-radius: 12px;
    padding:20px 5% 120px;
    overflow: hidden;
    border:1px solid #ccc;

}
.text_area{
    width: 88%;
    margin: 10px 3% 20px 3%;
    font-size: 15px;
    color: #666;
    padding: 3%;
    background-color: #fff;
}

#newsarea2 dl{
    display: flex;
    flex-direction: row;
    width: 100%;
    padding-bottom: 10px;
    border-bottom:2px solid #E5963A;
    margin-bottom: 20px;
}
#newsarea2 dt{
    width: 10em;
    font-size: 14px;
    color: #E5963A;
}
#newsarea2 dd{
    width: 100%;
    font-size: 16px;
    color: #E5963A;
}
#newsarea3{
    width: 70%;
    margin: 50px auto;
    display: flex;
    flex-direction: column;
    position: relative;
    max-width: 1000px;
    background-color: #F7F7F7;
    border-radius: 12px;
    padding:20px 5% 120px;
    overflow: hidden;
    border:1px solid #ccc;

}


#newsarea3 dl{
    display: flex;
    flex-direction: row;
    width: 100%;
    padding-bottom: 10px;
    border-bottom:2px solid #52BCEF;
    margin-bottom: 20px;
}
#newsarea3 dt{
    width: 10em;
    font-size: 14px;
    color: #52BCEF;
}
#newsarea3 dd{
    width: 100%;
    font-size: 16px;
    color: #52BCEF;
}
#newsarea4{
    width: 70%;
    margin: 50px auto;
    display: flex;
    flex-direction: column;
    position: relative;
    max-width: 1000px;
    background-color: #F7F7F7;
    border-radius: 12px;
    padding:20px 5% 120px;
    overflow: hidden;
    border:1px solid #ccc;

}


#newsarea4 dl{
    display: flex;
    flex-direction: row;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 2px solid #8BC75F;
    margin-bottom: 20px;
}
#newsarea4 dt{
    width: 10em;
    font-size: 14px;
    color: #8BC75F;
}
#newsarea4 dd{
    width: 100%;
    font-size: 16px;
    color: #31953C;
}

/*一覧へ戻る*/
.return{
    position: absolute;
    width: 140px;
    bottom:30px;
    right: 30px;
}
.return img:hover{
    cursor: pointer;
	-webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
}
/*ZOOM 写真表示の場合のみ*/
.zoom{
    width: 140px;
    margin: 20px 0 0 20px;
}
/*PDF表示の場合のみ*/
.pdf{
    width: 140px;
    margin: 20px 0 0 20px;
        
}
.pdf img:hover{
    cursor: pointer;
	-webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
}



/*詳細頁写真*/
.photo_box{
    width: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    margin: 0 auto;
}
.photo_box_item{
    width: 30%;
    margin: 10px 1.3%;
}
.photo_box_item img{
    border-radius: 10px;
}
.photo_box_item img:hover{
    width: 100%;
    cursor: pointer;
	-webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
}


}
/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
  .news_top{
	width: 80%;
	text-align: center;
	margin: 0 auto;
	font-size: 18px;
}
.news_top img{
	width: 100%;
	margin: 0 auto;
}

/* news */
#newsarea{
    width: 90%;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    font-size: 14px;
}
.news_base{
    width: 100%;
    display: flex;
    flex-direction: column;
    
}
.news_box{
    width: 100%;
    padding: 30px 0;
    background-color: #F7F7F7;
    border-radius: 12px;
    border:1px solid #ddd;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
.news_box dl{
    width: 80%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    margin: 10px auto;
    border-radius: 10px;
    border:1px solid #ddd;
}
.news_box dt{
    width: 8em;
    font-size: 14px;
    color: #2571C9;
    margin-left: 10px;
    line-height: 1.6em;
}
.news_box dd{
    width: 96%;
    font-size: 14px;
    color: #666666;
    line-height: 1.6em;
    margin-left: 10px;
}
.news_box dd a{
    border-bottom: 1px solid #125ABE;
}


.news_box_ttl{
    width: 82%;
    padding: 3px 0 0 70px;
    text-align: left;
    font-size: 150%;
    line-height: 2em;
    font-weight: 500;
    background-image:url("../images/news/st_icon.png");
    background-position: left;
    background-repeat: no-repeat;
    background-size: 60px;
    color: #EE7F01;
    margin: 20px auto;
    background-color: #FCEAD5;
    border-radius: 10px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    
}
.news_box_ttl2{
    width: 82%;
    padding: 3px 0 0 70px;
    text-align: left;
    font-size: 150%;
    line-height: 2em;
    font-weight: 500;
    background-image:url("../images/news/st_icon2.png");
    background-position: left;
    background-repeat: no-repeat;
    background-size: 60px;
    color: #4299DE;
    margin: 20px auto;
    background-color: #ECF8FD;
    border-radius: 10px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    
}
.news_box_ttl3{
    width: 82%;
    padding: 3px 0 0 70px;
    text-align: left;
    font-size: 150%;
    line-height: 2em;
    font-weight: 500;
    background-image:url("../images/news/st_icon3.png");
    background-position: left;
    background-repeat: no-repeat;
    background-size: 60px;
    color:  #A9C636;
    margin: 20px auto;
    background-color: #F4FCD7;
    border-radius: 10px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    
}


/*sub*/
.sub{
    width: 100%;
    display: flex;
    flex-direction: column;
    
}
/*----------------(アーカイブ)---------------*/
.archive_base{
    width: 60%;
    border:1px solid #C5C0B4;
    border-radius: 10px;
    margin: 20px 0 20px 3%;
    padding-bottom: 40px;
}
.archive_ttl{
    width: 100%;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 8px 0;
    background-color: #F4B87B;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.archive_base ul li{
    list-style: none;
}
.archive_base li{
    text-align: center;
    background: #fff;
    padding: 7px 0;
    font-size: 14px;
    color: #666666;
    border-bottom: 1px solid #D8B591;
}

/*詳細頁*/
.news_box2_ttl{
    width: 74%;
    padding: 3px 0 0 60px;
    text-align: left;
    font-size: 150%;
    line-height: 2em;
    font-weight: 500;
    background-image:url("../images/news/st_icon.png");
    background-position: left;
    background-repeat: no-repeat;
    background-size: 60px;
    color: #EE7F01;
    margin: 20px auto;
    background-color: #FCEAD5;
    border-radius: 10px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    
}
.news_box2_ttl2{
     width: 74%;
    padding: 3px 0 0 60px;
    text-align: left;
    font-size: 150%;
    line-height: 2em;
    font-weight: 500;
    background-image:url("../images/news/st_icon2.png");
    background-position: left;
    background-repeat: no-repeat;
    background-size: 60px;
    color: #4299DE;
    margin: 20px auto;
    background-color: #ECF8FD;
    border-radius: 10px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    
}
.news_box2_ttl3{
     width: 74%;
    padding: 3px 0 0 60px;
    text-align: left;
    font-size: 150%;
    line-height: 2em;
    font-weight: 500;
    background-image:url("../images/news/st_icon3.png");
    background-position: left;
    background-repeat: no-repeat;
    background-size: 60px;
    color:  #8BC75F;
    margin: 20px auto;
    background-color: #F1F5E3;
    border-radius: 10px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    
}
#newsarea2{
    width: 80%;
    margin: 30px auto;
    display: flex;
    flex-direction: column;
    position: relative;
    max-width: 1000px;
    background-color: #F7F7F7;
    border-radius: 12px;
    padding:20px 5% 100px;
    overflow: hidden;
    border:1px solid #ccc;
    font-size: 14px;

}
.text_area{
    width: 90%;
    margin: 10px auto 20px;
    font-size: 13px;
    color: #666;
    padding: 5%;
    background-color: #fff;
}

#newsarea2 dl{
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 10px;
    border-bottom:2px solid #E5963A;
    margin-bottom: 20px;
}
#newsarea2 dt{
    width: 10em;
    font-size: 14px;
    color: #E5963A;
}
#newsarea2 dd{
    width: 100%;
    font-size: 14px;
    color: #E5963A;
    margin-left: 0;
}
#newsarea3{
    width: 80%;
    margin: 30px auto;
    display: flex;
    flex-direction: column;
    position: relative;
    max-width: 1000px;
    background-color: #F7F7F7;
    border-radius: 12px;
    padding:20px 5% 120px;
    overflow: hidden;
    border:1px solid #ccc;

}


#newsarea3 dl{
    display: flex;
    flex-direction: row;
    width: 100%;
    padding-bottom: 10px;
    border-bottom:2px solid #52BCEF;
    margin-bottom: 20px;
}
#newsarea3 dt{
    width: 10em;
    font-size: 14px;
    color: #52BCEF;
}
#newsarea3 dd{
    width: 100%;
    font-size: 16px;
    color: #52BCEF;
}
#newsarea4{
    width: 70%;
    margin: 50px auto;
    display: flex;
    flex-direction: column;
    position: relative;
    max-width: 1000px;
    background-color: #F7F7F7;
    border-radius: 12px;
    padding:20px 5% 120px;
    overflow: hidden;
    border:1px solid #ccc;

}


#newsarea4 dl{
    display: flex;
    flex-direction: row;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 2px solid #8BC75F;
    margin-bottom: 20px;
}
#newsarea4 dt{
    width: 10em;
    font-size: 14px;
    color: #8BC75F;
}
#newsarea4 dd{
    width: 100%;
    font-size: 14px;
    color: #31953C;
}

/*一覧へ戻る*/
.return{
    position: absolute;
    width: 140px;
    bottom:20px;
    right: 20px;
}
.return img:hover{
    cursor: pointer;
	-webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
}
/*ZOOM 写真表示の場合のみ*/
.zoom{
    width: 120px;
    margin: 20px 0 0 10px;
}
/*PDF表示の場合のみ*/
.pdf{
    width: 120px;
    margin: 20px 0 0 10px;
        
}
.pdf img:hover{
    cursor: pointer;
	-webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
}



/*詳細頁写真*/
.photo_box{
    width: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    margin: 0 auto;
}
.photo_box_item{
    width: 45%;
    margin: 10px 2%;
}
.photo_box_item img{
    border-radius: 10px;
}
.photo_box_item img:hover{
    width: 100%;
    cursor: pointer;
	-webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
}
}

      
