/* PCのデフォルトスタイルは割愛します */

.tbl-r05 th {
  background: rgba(0, 91, 172, 0.9);
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
  border-bottom: 1px solid #c8c8c8;
}

.tbl-r05 td {
  border: solid 1px #c8c8c8;
  padding: 10px;
  vertical-align: middle;
  margin: 16px 30px 24px;
  width: 50%;
}

@media screen and (min-width: 768px) {
  .tbl-r05 th {
    background: rgba(0, 91, 172, 0.9);
    border: solid 1px #ccc;
    color: #fff;
    padding: 10px;
    border-bottom: 1px solid #c8c8c8;
  }

  .front_contact {
    font-size: 1.8rem;
    font-family: ヒラギノ明朝 W3 JIS2004, "Hiragino Mincho ProN",
      "Hiragino Mincho Pro", serif;
    margin: 12px -58px 33px;
  }
}

.tbl-r05 {
  margin: 1% 0% 0% -0%;
}

.tbl-r05 td:first-child {
  background: #e9727e;
}
@media screen and (max-width: 640px) {
  .tbl-r05 {
    width: 100%;
    margin: 7% 0% 0% -16%;
  }
  .tbl-r05 th {
    background: rgba(0, 91, 172, 0.9);
    border: solid 1px #ccc;
    color: #fff;
    padding: 10px;
    border-bottom: 1px solid #c8c8c8;
  }

  .tbl-r05 td {
    border: solid 1px #c8c8c8;
    padding: 10px;
    vertical-align: middle;
    margin: 16px 20px 24px;
  }

  .tbl-r05 td:first-child {
    background: #e9727e;
  }
}

.fa-envelope:before {
  content: "\f0e0";
  color: #fff;
  transition: color 0.3s;
}

.fa-twitter:before {
  content: "\f099";
  color: #fff;
  transition: color 0.3s;
}

.fa-facebook-square:before {
  content: "\f082";
  color: #fff;
  transition: color 0.3s;
}

.global-nav_list span,
.contact-btn .text-s {
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  color: #fff;
}

.global-nav_list:last-child a,
.contact-btn {
  text-align: center;
  border: 1px solid transparent;
  /* background-color: #065bab; */
  color: #fff;
  padding: 6px 8px;
  /* line-height: 1.2; */
  transition: 0.5s;
  font-weight: bold;
}

.global-nav_list span,
.contact-btn .text-s {
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  color: #fff;
}

.global-nav_list span,
.contact-btn .text-s:hover {
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  color: #065bab;
}

.contact-btn.active {
  opacity: 1;
  transition: none;
  animation: fadeIn 0.5s forwards;
}

/* .footer-base_nav li a {
  display: block;
  text-align: center;
  color: #fff;
  padding: 2px 14px;
  border-right: 1px solid #fff;
  transition: .5s;
} */

.addgeo_hltxt {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #ff5722;
  border: solid 1px #ff5722;
  padding: 5px 5px 5px 10px;
  display: block;
  transition: background-color 0.3s, color 0.3s, border 0.3s;
}

.addgeo_hltxt a:hover {
  background-color: #065bab;
  color: #065bab;
  border: solid 1px #065bab;
}

.fa-envelope {
  margin-right: 3px;
}
.addnav {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background-color: #ff5722;
  padding: 0 1px;
}

.addnav a:hover {
  background-color: #fff;
  color: #065bab;
  border: solid 1px #065bab;
}
.addnav a:hover .fa-envelope:before {
  color: #065bab;
}

.nav-tel li {
  padding: 0;
}
