
@charset "UTF-8";

/*--イラスト位置調整--*/
@media screen and (max-width:480px){
  #top_col3 + div {
    padding-bottom: 48vw;
  }    
}

@media screen and (min-width:481px) and (max-width:900px){
  #top_col3 + div {
    /*padding-bottom: 48vw;*/ 
    padding-bottom: 32vw;    
  }    
}

@media screen and (min-width:901px) and (max-width:1300px){
  #top_col3 + div {
    /*padding-bottom: 180px;*/    
    padding-bottom: 17vw;
  }  
}

@media screen and (min-width:1301px) and (max-width:2080px){
  #top_col3 + div {
    background-size: 13% !important;
    padding-bottom: 200px;
  }
}

@media screen and (max-width:900px){
  #top_blog + div {
    padding-bottom: 60vw;    
  }    
}

@media screen and (min-width:901px) and (max-width:1300px){
  #top_blog + div {
    padding-bottom: 180px;    
  }  
}
@media screen and (min-width:1301px) and (max-width:1850px){
  #top_blog + div {
    padding-bottom: 300px;
  }
}


