#contents_visual .container div {
  width: 159px;
  height: 50px;
  margin-top: -25px;
  background: url(../images/person/header.png);
}

#message h1 {
  margin: 0;
}

#interview .visual h2 {
  margin: 0;
}
#interview section > h3 {
  font-size: 18px;
  line-height: 24px;
  margin: 0 12px 10px;
}

@media screen and (max-width: 640px) {
  #contents_visual .container div {
    left: 12px;
    width: 79.5px;
    height: 23px;
    margin-top: -11.5px;
    background: url("../images/person/header_m.png") left center no-repeat;
    -moz-background-size: 79.5px 23px;
    -o-background-size: 79.5px 23px;
    -webkit-background-size: 79.5px 23px;
    background-size: 79.5px 23px;
  }

  #message img.right {
    width: 50%;
    margin-left: 28px;
  }
}
