.wheretoBuy .globalMapBox {
  position: relative;
}

.wheretoBuy .globalMapBox .worldmap {
  width: 100%;
}

.wheretoBuy .globalMapBox a {
  position: absolute;
  text-align: center;
  color: #4a4a4a;
  font-weight: bold;
  font-size: 18px;
  opacity: 0.5;
  text-decoration: none;
}
.wheretoBuy .globalMapBox a:hover {
  color: #0049a0;
  opacity: 1;
}

.wheretoBuy .globalMapBox a.here {
  opacity: 1;
}
.wheretoBuy .globalMapBox a img {
  width: 24px;
  height: 24px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wheretoBuy .globalMapBox a#europe {
  top: 28.5%;
  left: 11.5%;
}
.wheretoBuy .globalMapBox a#asia {
  top: 53.5%;
  left: 30.5%;
}
.wheretoBuy .globalMapBox a#japan {
  top: 38%;
  left: 42%;
}
.wheretoBuy .globalMapBox a#america {
  top: 38%;
  left: 70%;
}
.wheretoBuy .globalMapBox a#china {
  top: 25%;
  left: 35%;
}

.wheretoBuy .countryTitle {
  font-size: 36px;
  text-align: center;
}

.wheretoBuy .titleOnBorder {
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  margin-top: 60px;
}

.wheretoBuy .titleOnBorder span {
  background-color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  position: absolute;
  padding: 0px 30px 0px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.wheretoBuy .officeBox {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
  padding: 15px 0px;
  position: relative;
}
.wheretoBuy .officeBox + .officeBox {
  border-top: none;
}

.wheretoBuy .officeBox .countryMark {
  background-color: #cadefc;
  width: 100px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  margin-right: 20px;
  margin-top: 3px;
}

.wheretoBuy .officeBox .officeName {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}

.wheretoBuy .officeBox .address {
  width: 100%;
  background: #ffffff url('/common/images/company/icn_addres.png') no-repeat 0px
    3px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 8px;
  box-sizing: border-box;
}

.wheretoBuy .officeBox .phone,
.wheretoBuy .officeBox .fax {
  display: inline-flex;
  min-width: 225px;
  align-items: center;
}

.wheretoBuy .officeBox .territory {
  font-size: 14px;
  display: inline-flex;
  width: 300px;
  align-items: center;
}

.wheretoBuy .officeBox .phone:before {
  font-size: 11px;
  content: 'PHONE';
  background-color: #e5e5e5;
  width: 50px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  margin-right: 10px;
}

.wheretoBuy .officeBox .fax:before {
  font-size: 12px;
  content: 'FAX';
  background-color: #e5e5e5;
  width: 50px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  margin-right: 10px;
}

.wheretoBuy .officeBox .territory:before {
  font-size: 12px;
  content: 'Territory';
  background-color: #e5e5e5;
  width: 60px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  margin-right: 10px;
}

.wheretoBuy .officeBox .access {
  display: inline-flex;
  gap: 10px 40px;
}

.wheretoBuy .officeBox .access .website {
  display: block;
}

.wheretoBuy .officeBox .access .mail {
  background: #ffffff url('/common/images/company/icn_mail.png') no-repeat right
    center;
  display: block;
  padding-right: 38px;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*-------------------------------▼▼1000px以下▼▼-------------------------------*/
@media screen and (max-width: 1000px) {
  .wheretoBuy .globalMapBox a {
    font-size: 16px;
  }

  .wheretoBuy .globalMapBox a#europe {
    top: 28.5%;
    left: 11.5%;
  }
  .wheretoBuy .globalMapBox a#asia {
    top: 53.5%;
    left: 30.5%;
  }
  .wheretoBuy .globalMapBox a#japan {
    top: 38%;
    left: 42%;
  }
  .wheretoBuy .globalMapBox a#america {
    top: 38%;
    left: 70%;
  }
  .wheretoBuy .globalMapBox a#china {
    top: 25%;
    left: 33.5%;
  }
}

@media screen and (max-width: 767px) {
  .wheretoBuy .officeBox .countryMark {
    float: none;
    margin-bottom: 8px;
  }

  .wheretoBuy .officeBox .phone,
  .wheretoBuy .officeBox .fax,
  .wheretoBuy .officeBox .territory {
    float: none;
    margin-bottom: 5px;
  }

  .wheretoBuy .globalMapBox a {
    font-size: 14px;
  }

  .wheretoBuy .globalMapBox a img,
  .wheretoBuy .globalMapBox a br {
    display: none;
  }

  .wheretoBuy .globalMapBox a#europe {
    top: 28.5%;
    left: 11.5%;
  }
  .wheretoBuy .globalMapBox a#asia {
    top: 53.5%;
    left: 30.5%;
  }
  .wheretoBuy .globalMapBox a#japan {
    top: 38%;
    left: 42%;
  }
  .wheretoBuy .globalMapBox a#america {
    top: 38%;
    left: 70%;
  }
  .wheretoBuy .globalMapBox a#china {
    top: 25%;
    left: 33.5%;
  }

  .wheretoBuy .officeBox .access {
    display: flex;
  }
}
