#greeting{
  overflow:hidden;
  padding: 1.5em;
  padding-bottom: 0;
  font-family: Yu Mincho;
  line-height: 2;
}

#name {
  line-height: 1;
  font-family: 'Chick'
}

h2 {
  font-family: Yu Mincho;
}

#greeting-message{
  padding-left: 2em;
  font-weight: 600;
  float: left;
}

.chairman_img {
  text-align: center;
  float: right;
  margin-bottom: 3vh;
}

img {
  margin: 0em 1em 1em 1em;
  font-weight: bold;
  width: 200px;
}

@media screen and (min-width:480px) and (max-width:768px) {
  #greeting{
    padding: 1em;
  }
  img {
    width: 150px;
  }
  div#name {
    font-size: 0.8em;
    line-height: 1.5;
  }
}