@charset "utf-8";

.network .countryLink {
  margin-bottom: 30px;
  display: flex;
  flex-flow: row wrap;
  gap: 10px 20px;
}
.network .countryLink li {
  width: calc((100% / 3) - (20px * 2 / 3));
  border-radius: 3px;
  border: 1px solid #e2dfdf;
}
.network .countryLink li.spacer {
  background-color: transparent;
  border: none;
}
.network .countryLink li a,
.network .countryLink li span {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 10px;
}
.network .countryLink li a:hover,
.network .countryLink li span.here {
  background-color: #0049a0;
  color: #ffffff;
}
.network .officeBox {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 29px;
  padding-bottom: 20px;
  box-sizing: border-box;
}
.network .officeBox.hasBtn {
  padding-bottom: 30px;
}
.network .officeBox .leftbox {
  width: 200px;
  float: left;
}
.network .officeBox.hasBtn .leftbox {
  width: 260px;
}
.network .officeBox .leftbox img {
  width: 100%;
  height: auto;
}
.network .officeBox .rightbox {
  width: calc(100% - 200px);
  float: right;
  padding-left: 40px;
  box-sizing: border-box;
  color: #333333;
}
.network .officeBox.hasBtn .rightbox {
  width: calc(100% - 260px);
  float: right;
  padding-left: 40px;
  box-sizing: border-box;
  color: #333333;
}
.network .officeBox .rightbox .nameBox {
  font-size: 2.2rem;
}
.network .officeBox.hasBtn .rightbox .nameBox {
  font-size: 2.0rem;
  font-weight: 700;
  margin-bottom: 12px;
}
.network .officeBox .rightbox .website {
  display: block;
  width: 65px;
  height: 20px;
  border-left: 1px solid #e5e5e5;
  margin: 4px 0 8px;
  float: right;
  text-decoration: none;
}
.network .officeBox .rightbox .website img {
  vertical-align: inherit;
}
.network .officeBox .rightbox .subnameBox {
  width: 100%;
  border-top: 1px solid #e5e5e5;
  font-weight: 700;
  margin-top: 3px;
  padding-top: 7px;
  box-sizing: border-box;
  clear: both;
}
.network .officeBox .rightbox .addressBox {
  position: relative;
  clear: both;
}
/*英中のみ（日本語に合わせたら消す）*/
.network .officeBox .rightbox .mapIcon {
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  padding: 0;
  appearance: none;
}
.network .officeBox .rightbox .mapIcon img {
  vertical-align: middle;
}
/*英中のみ（日本語と合わせたら消す）*/
.network .officeBox .isobox {
  width: 100%;
  padding-top: 16px;
  clear: both;
}
.network .officeBox .rightbox .btnList {
  margin-top: 24px;
  display: flex;
  flex-flow: row wrap;
  gap: 10px 20px;
}
.network .officeBox .rightbox .item button {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 7px 28px;
  font-size: 1.4rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 6px;
}
.network .officeBox .rightbox .item button::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--site-color-main);
  border-left: 1px solid var(--site-color-main);
  transform: rotate(135deg);
}

@media screen and (max-width: 767px) {
  .network .officeBox .leftbox,
  .network .officeBox.hasBtn .leftbox {
    width: 100px;
  }
  .network .officeBox.large .leftbox,
  .network .officeBox.large.hasBtn .leftbox {
    width: 100%;
    float: none;
  }
  .network .officeBox .rightbox.nonPhoto
  .network .officeBox.hasBtn .rightbox.nonPhoto,
  .network .officeBox.large .rightbox,
  .network .officeBox.large.hasBtn .rightbox {
    width: 100%;
    float: none;
    margin-top: 25px;
    padding-left: 0px;
  }
  .network .officeBox .rightbox,
  .network .officeBox.hasBtn .rightbox {
    width: calc(100% - 100px);
    padding-left: 20px;
  }
  .network .officeBox .rightbox .nameBox {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .network .officeBox.hasBtn .rightbox .nameBox {
    font-size: 1.6rem;
  }
  .network .officeBox .rightbox .btnList {
    gap: 10px 10px;
  }
  .network .officeBox .rightbox .item button {
    padding: 7px 10px;
    font-size: 1.3rem;
    gap: 0 4px;
  }
  /*英中のみ（日本語に合わせたら消す）*/
  .network .officeBox .rightbox .mapIcon {
    position: static;
    display: block;
    margin-bottom: 20px;
  }
  /*英中のみ（日本語に合わせたら消す）*/
}
