@charset "UTF-8";
/*---------------header----------------*/
#company.company_agency nav#mainmenu ul.dropmenu li.companymenu ul li:nth-child(6) a {
  background-image: url(/img/nav_pointer-blue.png);
}

/*---------------wrapper----------------*/
.companylist table {
  width: 100%;
  margin-bottom: 30px;
}

.companylist table th {
  padding-bottom: 10px;
  padding-top: 10px;
  background-color: #004EA2;
  color: #ffffff;
  font-size: 16px;
  border: 1px solid #004EA2;
}

.companylist table td {
  border: 1px solid #DCDCDC;
  padding: 10px;
}

.companylist table td:first-child {
  width: 35%;
}

.companylist table td:last-child {
  width: 65%;
}

.companylist table td p {
  margin: 0;
}

.companylist table td a {
  text-decoration: none;
  color: #767676;
}

.companylist table td a:hover {
  text-decoration: underline;
}

.targetlink {
  margin-bottom: 30px;
}

.targetlink ul li a i {
  transition: 0.3s;
  color: #ffffff;
}

.targetlink ul li a:hover i {
  color: #004EA2;
}

.targetlink h4 {
  border-bottom: 1px solid #BA0001;
}

.targetlink ul {
  overflow: hidden;
}

.targetlink ul li {
  width: 50%;
  list-style: none;
  margin-bottom: 10px;
  list-style: decimal;
}

.targetlink ul li a {
  text-decoration: none;
  color: #767676;
}

.targetlink ul li:nth-child(2n+1) {
  float: left;
}

.targetlink ul li:nth-child(2n) {
  float: right;
}

.target-domestic,
.target-overseas {
  width: 90%;
  margin: 0 auto;
}

.target-overseas ul li {
  list-style-type: upper-latin;
}

.companylist .honorific {
  text-align: right;
  margin: 0;
}

.markerdescription {
  text-align: right;
  font-size: 12px;
  color: #767676;
}

/*---------------sidenav----------------*/
#company .sidenav ul li:nth-child(6) a {
  background-image: url(/img/nav_pointer-red.png);
  background-repeat: no-repeat;
  pointer-events: none;
}

/*===============================================
●smart.css  画面の横幅が1150px以下
===============================================*/
@media screen and (max-width: 1150px) {
  /*---------------header----------------*/
  #company.company_agency nav#mainmenu ul.dropmenu li.companymenu ul li:nth-child(6) a {
    background-image: none;
    color: #767676;
  }
  .companylist .honorific {
    margin-bottom: 30px;
  }
}
/*===============================================
●style.css 画面の横幅が640px以下
===============================================*/
@media screen and (max-width: 640px) {
  /*---------------wrapper----------------*/
  .companylist table td:first-child {
    background-color: #dcdcdc;
  }
  .companylist table td:first-child,
  .companylist table td:last-child {
    width: 100%;
    box-sizing: border-box;
  }
  .companylist table td {
    display: block;
  }
}/*# sourceMappingURL=company_agency.css.map */