#container main {
  position: relative;
  padding: 120px 32px 80px;
}
#container main .title_box {
  position: absolute;
  z-index: 49;
  width: 160px;
  height: 184px;
  top: 0;
  left: 50%;
  margin: 0 0 0 -80px;
  padding: 40px 0;
  background-color: #2b7f79;
  text-align: center;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 65%, 50% 100%, 0 65%);
  clip-path: polygon(0 0, 100% 0%, 100% 65%, 50% 100%, 0 65%);
}
#container main .title_box img {
  height: 30px;
  margin: 0 0 20px;
}
#container main .title_box h2 {
  width: 100%;
  font-family: 'Righteous', cursive;
  color: #ffffff;
}
#container main .company {
  background: #ffffff;
  padding: 80px 20px 80px;
}
#container main .company table {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 50px;
}
#container main .company table tbody tr th, #container main .company table tbody tr td {
  padding: 10px;
  border-bottom: 1px #d1c6b8 solid;
}
#container main .company table tbody tr th {
  width: 35%;
  text-align: right;
}
#container main .company table tbody tr td {
  width: 65%;
}
#container main .company iframe {
  width: 100%;
  height: 500px;
}
#container main .company .more {
  width: 240px;
  background-color: #d1c6b8;
  text-align: center;
  margin: 20px auto 0;
}
#container main .company .more a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  padding: 10px 0;
  font-family: 'Righteous', cursive;
}

@media screen and (max-width: 736px) {
  #container main {
    padding: 74px 10px 30px;
  }
  #container main .title_box {
    width: 100px;
    height: 115px;
    margin: 0 0 0 -50px;
    padding: 20px 0;
  }
  #container main .title_box img {
    height: 30px;
    margin: 0 0 10px;
  }
  #container main .title_box h2 {
    font-size: .8rem;
  }
  #container main .company table {
    margin: 0 auto 30px;
  }
  #container main .company table tbody tr th, #container main .company table tbody tr td {
    font-size: .8rem;
  }
  #container main .company iframe {
    height: 300px;
  }
}

/*# sourceMappingURL=company.css.map */
