/************************************
** トップページ「スライドショー」下新着記事設定
************************************/
.latest-news-block{
    position: absolute;
    display: block;
    font-size: 16px;
    max-width:500px ;
    width: 60%;
    height: auto;
    background-color: rgba(105,164,129, 1.0);
  border-radius: 240px 15px 100px 15px / 15px 200px 15px 185px;  
  z-index: 10;
  bottom:-100px;
  right: 50px;
  padding: 10px;
}
div.latest-news-block{
  border: 5px solid #FDFBFB;
}
.latest-news-block p{
    color: #FDFBFB;
    padding-right: 5px;
}
.latest-news-block ul li{
    color: #FDFBFB;
}
.latest-news-block ul li a{
    color: #FDFBFB;
}
.latest-news-block ul li a:hover{
    color: #6981A4;
}


/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
    .latest-news-block{
    max-width:450px ;
    width: 80%;
    height: auto;
    border-radius: 240px 15px 100px 15px / 15px 200px 15px 185px;  
    z-index: 3;
    bottom:-150px;
    right: 15px;
    padding: 10px;
    }  
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
    .latest-news-block{
    max-width:400px ;
    width: 80%;
    height: auto;
    border-radius: 240px 15px 100px 15px / 15px 200px 15px 185px;  
    z-index: 3;
    bottom:-180px;
    right: 10px;
    padding: 10px;
    }  
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
    .latest-news-block{
    max-width:350px ;
    font-size: 14px;    
    width: 80%;
    height: auto;
    border-radius: 240px 15px 100px 15px / 15px 200px 15px 185px;  
    z-index: 3;
    bottom:-180px;
    right: 0px;
    padding: 10px;
    }
}