@charset "utf-8";

#about-intro {
  padding: 20px 0;
  background-color: #2860ac;
}


#about-intro .img_box {
  padding: 10px 5px;
}

#about-intro img {
  border-radius:12px;
  /* opacity: 0.65; */
}

#about-intro .content {
  padding: 20px 10px 20px 10px;

  font-size: 18px;
  line-height: 1.6em;
  font-weight: normal;
  color: #fff;
}
@media (max-width: 767px) {
  #about-intro .content {
    font-size: 16px;
    line-height: 1.4em;
  }
}

#about-intro .content h4 {
  margin-top: 18px;
  margin-bottom: 5px;
}





#about-profile {
  padding: 20px 0 30px 0;
  margin-bottom: 50px;
  /* padding-bottom: 30px; */

  background-color: #fff;
}

#about-profile .map-icon {
  margin-top: 0px;
  margin-left: 3px;
  height: 30px;
  width: 60px;
}


#about-profile .gmark-guide {
  padding: 20px 10px 20px 10px;
}

#about-profile .gmark-guide .logo {
  float: left;
  width: 220px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  #about-profile .gmark-guide .logo {
    width: 120px;
  }
}

#about-profile .partner span {
  display: inline-block;
}


table.company {
  width: 98%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0px 15px;
  font-size: 20px;
}
@media (max-width: 767px) {
  table.company {
    font-size: 16px;
  }
}


table.company th,
table.company td {
  padding: 10px;
}

table.company th {
  background: #50A1E6;
  vertical-align: middle;
  text-align: left;
  width: 100px;
  overflow: visible;
  position: relative;
  color: #fff;
  font-weight: normal;
  font-size: 20px;
}
@media (max-width: 767px) {
  table.company th {
    font-size: 16px;
  }
}


table.company th:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #50A1E6;
  border-width: 10px;
  margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
  table.company th::after {
    float: right;
    padding: 0;
    left: 30px;
    top: 10px;
    content: " ";
    height: 0;
    width: 0;
    position: relative;
    pointer-events: none;
    border: 10px solid transparent;
    border-left: #295890 10px solid;
    margin-top: -10px;
  }
}

table.company td {
  background: #f8f8f8;
  width: 360px;
  padding-left: 20px;
}
