body {
    /* background-image:url('../images/bg.jpg') ;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right; */
  }

  .show_for_pc {}
  .show_for_mobile { display:none !important;}
  @media screen and (max-width: 991px){
      .show_for_pc { display:none !important;}
      .show_for_mobile { display: inherit !important;}
  }
  

#edmsp_kv { }
#edmsp_kv .list {margin-top: 10%;font-size: 20px; text-align: center;}
#edmsp_kv img{width: 140px;margin-bottom: 50px;}
.content{line-height: 40px;}
a:link{   color: #000; }

.edmsp_block_footer {
   
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 20px;
    font-weight: 400;
}

.fs-30 { font-size: 30px;}


@media (min-width: 767px) and (max-width:991px){ 

   body {
  
        /* background-image:url('../images/m_bg.jpg') ;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top ; */
       
    }
    
    #edmsp_kv .list { text-align: center;margin-top: 10%;}
    #edmsp_kv img{ width: 150px;margin-bottom: 50px;}
    .content{line-height: 50px;text-align: center;width: 100%;font-size: 18px;}
    .fs-14 { font-size: 20px;}
}





@media (min-width: 349px) and (max-width:766px){ 
    body {
  
        /* background-image:url('../images/m_bg.jpg') ;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom ; */
       
    }
    
    
    
    #edmsp_kv .list {font-size: 16px;text-align: center;margin-top: 10%;}
    #edmsp_kv img{width: 150px;margin-bottom: 30px;}
    .content{line-height: 40px;text-align: center;width: 100%;}
    .fs-14 { font-size: 20px;}
}

@media (max-width:348px){ 
    body {
  
        /* background-image:url('../images/m_bg.jpg') ;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom ; */
       
    }
    #edmsp_kv .list { text-align: center;margin-top: 10%;}
    #edmsp_kv img{width: 120px;margin-bottom: 20px;}
    .content{line-height: 40px;text-align: center;width: 100%;font-size: 12px;}
    .edmsp_block_footer {font-size: 12px;}
    .fs-14 { font-size: 20px;}
}

