#contents #company {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #contents #company {
    padding-bottom: 40px;
  }
}
#contents #company .mainvisual {
  background: url(/files/company/images/bg_mainvisual.png) center 0 no-repeat;
}
@media screen and (max-width: 768px) {
  #contents #company .mainvisual {
    background: none;
  }
}
#contents #company h3 {
  text-align: center;
}
#contents #company #salutation {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  #contents #company #salutation {
    padding: 0 5%;
    box-sizing: border-box;
    margin-bottom: 80px;
  }
}
#contents #company #salutation h3 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #contents #company #salutation h3 {
    margin-bottom: 30px;
  }
}
#contents #company #salutation .thumb-text {
  overflow: hidden;
  width: 1000px;
  margin: 0 auto;
}
#contents #company #salutation .thumb-text .thumb {
  float: left;
}
#contents #company #salutation .thumb-text .text {
  width: 430px;
  float: right;
}
#contents #company #salutation .thumb-text .text p {
  line-height: 2.14em;
}
#contents #company #salutation .thumb-text .text p.name {
  text-align: right;
  margin-top: 50px;
}
#contents #company #salutation .thumb-text .text p.name img {
  vertical-align: middle;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  #contents #company #salutation .thumb-text {
    width: 100%;
  }
  #contents #company #salutation .thumb-text .thumb {
    float: none;
    margin-bottom: 10px;
  }
  #contents #company #salutation .thumb-text .text {
    width: 100%;
    float: none;
    padding: 0 2%;
    box-sizing: border-box;
  }
  #contents #company #salutation .thumb-text .text p.name {
    margin-top: 20px;
  }
  #contents #company #salutation .thumb-text .text p.name img {
    zoom: 0.8;
  }
}
#contents #company #outline {
  margin-bottom: 100px;
}
#contents #company #outline h3 {
  margin-bottom: 30px;
}
#contents #company #outline table tr td .osaka {
  margin-bottom: 20px;
}
#contents #company #outline table tr td strong {
  font-weight: bold;
}
#contents #company #outline table tr td a {
  color: #00479d;
}
#contents #company #outline table tr td a:hover {
  text-decoration: underline;
}
#contents #company #outline table tr td a.map {
  background: url(/files/company/images/map_arrow.png) 0 47% no-repeat;
  padding-left: 15px;
}
#contents #company #outline table tr td iframe {
  margin-bottom: 15px;
  width: 870px;
  height: 450px;
}
@media screen and (max-width: 768px) {
  #contents #company #outline table tr td iframe {
    width: 100%;
    height: 320px;
  }
}

#map_canvas, #map_canvas1 {
  width: 100%;
  height: 450px;
  margin-top: 10px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #map_canvas, #map_canvas1 {
    height: 350px;
  }
}
