@charset "utf-8";
#Suggest {
    z-index: 25;
    padding: 0px;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgb(255, 255, 255);
    text-align: center;
}
#Suggest #Suggest_a {
    width: 100vw;
    height: auto;
    top:10vh;
}
#Suggest #Suggest_b {
    width: 100vw;
    height: auto;
}

.Suggest_a_class {
  display: flex;
  justify-content: center;    
  align-items: center;
}
.Suggest_b_class {
  display: flex;
  justify-content: center;    
  align-items: center;
}
#Suggest #Suggest_a #Suggest_img {
    width: 60vw;
    height: auto;
    }
#Suggest #Suggest_b #Suggest_img2 {
    width: 96px;
    height: 48px;
}