/* ======================================================================
 p_company
====================================================================== */
#p_company .sec {
  width: 860px;
  margin: 0 auto 50px;
}
#p_company .sec h2 {
  font-size: 24px;
  color: #222;
  font-weight: 900;
  text-align: center;
  margin: 20px 0;
}
#p_company .sec.sec_1 .inner .info {
  width: 860px;
  margin: 50px auto;
  font-size: 16px;
}
#p_company .sec.sec_1 .inner .info tr {
  border-top: solid 1px #222;
  border-bottom: solid 1px #222;
}
#p_company .sec.sec_1 .inner .info tr th {
  height: 100px;
  padding: 20px;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#p_company .sec.sec_1 .inner .info tr td {
  justify-content: center;
  align-items: center;
  padding: 20px 0 20px 20px;
  vertical-align: middle;
}
#p_company .sec.sec_1 .inner .info tr td a {
  text-decoration: underline;
}
#p_company .sec.sec_1 .inner .info tr td a:hover {
  opacity: 0.7;
}
#p_company .sec.sec_1 .inner .info tr td a:after {
  content: url(https://staging.terasel.jp/cms/wp-content/themes/terasel-new/assets/img/column/tab_link_ico.svg);
  margin: 0 0 0 5px;
}
@media screen and (max-width: 768px) {
  #p_company .sec {
    width: 95%;
  }
  #p_company .sec iframe {
    width: 95%;
  }
  #p_company .sec.sec_1 .inner .info {
    width: 95%;
  }
}