* { font-family: "Osaka", "Tahoma", "MS UI Gothic", "‚l‚r ‚oƒSƒVƒbƒN", sans-serif; }
form { margin: 0; }
textarea { width: 24.5em; height: 12em; }
-->

.haikei {
    position: relative;
 
}

.yajirushi {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    
    position: absolute;
    top: 1%;
    left: 33%;
}

.icon {
    display: flex;
    justify-content: center;
    align-items: center;
    
    position: absolute;
    top: 8%;
    left: 33%;
}


 .icon img{
  width: 70%;
  height: auto;
  border: 4px solid #ffffff;
  border-radius: 20px;
}

.icon2 img{
  width: 9%;
  height: auto;
  margin-right: 10px;
  border: 3px solid #ffffff;
  border-radius: 15px;
}

* { 
    margin: 0px; 
    padding: 0px; 
}
