@charset "UTF-8";
@media screen and (max-width: 767px) {
  .sp_hide {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .pc_hide {
    display: none;
  }
}
div.contents_inner {
  font-size: 14px;
  line-height: 1.4;
  margin: 0 auto;
  width: 850px;
}
@media screen and (max-width: 767px) {
  div.contents_inner {
    width: 100%;
  }
}

div.contents_inner .pic {
  text-align: center;
  margin: 20px auto 30px;
}
div.contents_inner .pic img {
  max-width: 80%;
}

table {
  width: 100%;
}
table tr {
  border-top: 1px solid #ccc;
  height: 36px;
}
table tr th {
  padding-left: 40px;
  width: 200px;
}
table tr td {
  padding: 5px 0;
}
table tr td ul {
  list-style: none;
}
table tr td div.president {
  width: 120px;
  text-align: center;
}
table tr td div.president img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  table {
    font-size: 12px;
  }
  table tr {
    height: auto;
    padding: 5px 0;
  }
  table tr th {
    padding: 5px;
    width: auto;
  }
}

div.material {
  border: 1px solid #ccc;
  height: 80px;
  line-height: 80px;
  margin: 30px auto 0;
  text-align: center;
  width: 450px;
}
div.material a {
  color: #000;
  text-decoration: none;
}
div.material a:hover {
  color: #9B481E;
  cursor: pointer;
  text-decoration: underline;
}
div.material a {
  display: block;
}
div.material a:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 7px;
}
@media screen and (max-width: 767px) {
  div.material {
    height: auto;
    line-height: 1.5;
    padding: 10px 0;
    width: 95%;
  }
}

div.history {
  margin: 40px auto;
}
div.history h2 {
  font-size: 24px;
  line-height: 2;
  padding-left: 35px;
}

/*# sourceMappingURL=company.css.map */
