/* MAIN IMAGE */
#main_image_area_bg {
  background-image: url(/img/fm/pe01/mv/mv-company.png);
  background-size: 200px;
}

#greeting_intro {
  margin-bottom: 20px;
}

/* PC */
@media screen and (min-width: 768px) {

  #greeting_intro h3{
    font-size: 30px !important;
    font-weight: bold;
  }
  #greeting_message p{
    font-size: 18px !important;
  }

  #president_photo img {
    width: 500px;
  }

} /* SP */
@media screen and (max-width: 767px) {

  #greeting_intro h3{
    font-size: 22px !important;
    font-weight: bold;
  }
  #greeting_message p{
    text-align: left;
    font-size: 15px !important;
  }
  #signature img {
    width: 200px;
  }

}

.GMapBox_ {
  margin-bottom: 30px;
}
