/* ====================================================
 corporate
==================================================== */
#corporate.profile .profile_tb {
  max-width: 810px;
  margin: 0 auto;
  padding: 0 0 100px 0;
}

@media screen and (max-width: 768px) {
  #corporate.profile .profile_tb {
    padding: 0 0 80px 0;
  }
}

#corporate.profile .profile_tb table {
  width: 100%;
  border: 1px solid #e6e6e6;
}

#corporate.profile .profile_tb table tr {
  border: 1px solid #e6e6e6;
}

#corporate.profile .profile_tb table tr th {
  width: 27.16%;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  background: #f4f4f4;
  padding: 22px 24px;
  line-height: 1.8;
  vertical-align: baseline;
}

@media screen and (max-width: 768px) {
  #corporate.profile .profile_tb table tr th {
    padding: 12px 24px;
  }
}

@media screen and (max-width: 480px) {
  #corporate.profile .profile_tb table tr th {
    width: 100%;
    display: block;
  }
}

#corporate.profile .profile_tb table tr td {
  width: 72.84%;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 22px 24px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  #corporate.profile .profile_tb table tr td {
    padding: 12px 24px;
  }
}

@media screen and (max-width: 480px) {
  #corporate.profile .profile_tb table tr td {
    width: 100%;
    display: block;
  }
}

#corporate.profile .profile_tb table tr td .link_map a {
  color: #003894;
}

#corporate.profile .profile_tb table tr td .link_map a:before {
  font-family: FontAwesome;
  content: "\f054";
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
}

#corporate.profile .profile_tb table tr td p {
  margin-bottom: 22px;
}

#corporate.profile .profile_tb table tr td p span {
  margin-right: 24px;
}

/*# sourceMappingURL=../../../../maps/css/corporate/profile/css/profile.css.map */
