@charset "utf-8";
@font-face {
  font-family: 'DIN';
  src: url('/chinese/assets/fonts/DIN2014-Bold.ttf');
}
#container {
  width: 100%;
  /*	width: 780px;*/
  max-width: 960px;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  /*  text-align: left;*/
}
#region-data {
  /*    height:1500px;*/
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  /*    overflow:auto;*/
  overflow: visible;
}
#container h1 {
  /*    background: url("images/categ_title_bg.gif") no-repeat left top;*/
  /*width: 780px;*/
  /*		width:95%;
    height: 30px;*/
  margin: 0px 0px 15px 0px;
  /*  padding: 8px 0px 8px 20px;*/
  background: linear-gradient(to bottom, #ddd, #eee);
  padding: 9px 10px;
  background-color: #eee;
  font-size: 1.25em;
  line-height: 1em;
  color: #666666;
  border-top: 1px solid #eee;
  border-bottom: 2px solid #ddd;
}
#region-data ul {
  /*width: 780px;*/
  /*  width: 100%;*/
  margin: 0px 0px 15px 0px;
  padding: 0px 0px 0px 0px;
  list-style: none; /*追加*/
}
#region-data ul li.left {
  clear: both;
  float: left;
  /*	width:365px;*/
  width: 48%;
  margin: 10px 30px 10px 0px;
  padding: 0px 10px 0px 0px;
  list-style: none;
}
#region-data ul li.right {
  float: left;
  /*	width:365px;*/
  width: 48%;
  margin: 10px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
}
@media screen and (max-width: 779px) {
  /* 779px以下に適用されるCSS（スマホ用） */
  #region-data ul li.left {
    clear: both;
    /*	width:365px;*/
    width: 100%;
    margin: 10px 0px 10px 0px;
    padding: 0px;
    list-style: none;
  }
  #region-data ul li.right {
    /*	width:365px;*/
    clear: both;
    width: 100%;
    margin: 10px 0px 10px 0px;
    padding: 0px;
    list-style: none;
  }
}
/*#region-data h2 {
	background:#00a32c#00a32c url("../salescontact/images/area_sub_bg.gif") no-repeat right top;
	width:730px;
	height:20px;
	margin: 5px 0px 10px 10px;
	padding:4px 0px 0px 10px;
	font-size:1em;
	line-height:1em;
	font-weight:bold;
	color:#ffffff;
}*/
#region-data h2 {
  padding: 0.4em;
  display: inline-block;
  background: #00a32c;
  vertical-align: middle;
  margin: 5px 0px 10px 0px;
  /*  font-size: 1em;*/
  width: 100%;
  line-height: 1.3;
  font-weight: bold;
  color: #ffffff;
  font-size: 1.6rem; /*英語変更*/
}
#region-data h3 {
  width: 100%;
  /*  border-left: 5px solid #00a32c;*/
  border-left: 8px solid #00a32c;
  /*  margin: 0px 0px 10px 10px;*/
  margin: 0px 0px 10px 0px;
  padding: 3px 5px; /*英語変更*/
  /*  font-size: 0.9em;*/
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: bold;
}
#region-data p {
  margin: 5px 0px 5px 0px;
  padding: 0px 0px 0px 10px;
  line-height: 1.4em;
  font-size: 1.3rem;
}
ul .inner {
  list-style: none;
  margin: 0 0 0 2em;
  padding: 0;
}
ul .inner li {
  padding: 0px 0px 0px 10px;
  font-size: 0.75em;
  line-height: 1.4em;
  list-style: none; /*追加*/
}
#region-data ul li a:link {
  color: #009900;
  text-decoration: underline;
}
div.sublink {
  margin: 15px 0px 10px 0px;
  padding: 0px 0px 0px 10px;
  font-size: 0.75em;
  line-height: 1.5em;
}
div.sublink a {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 15px;
  background: url("../images/green_arrow_off.gif") no-repeat left 2px;
}
div.sublink a:hover {
  color: #333333;
  background: url("../images/green_arrow_on.gif") no-repeat left 2px;
}
div.in-to-top a {
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 15px 0px 0px;
  background: url("../images/tpgreen_arrow_off.gif") no-repeat right 1px;
}
div.in-to-top a:link {
  color: #444444;
  text-decoration: none;
}
div.in-to-top a:hover {
  color: #333333;
  background: url("../images/tpgreen_arrow_on.gif") no-repeat right 1px;
}
/*2Column*/
#region-data2 {
  /*    height:1500px;*/
  margin: 0 auto;
  padding: 0;
  max-width: 900px;
  /*    overflow:auto;*/
  overflow: visible;
}
#region-data2 ul {
  /* width: 780px;*/
  width: 100%;
  margin: 0px 0px 15px 0px;
  padding: 0px 0px 0px 0px;
  list-style: none; /*追加*/
}
#region-data2 ul li.left {
  clear: both;
  float: left;
  /*	width:365px;*/
  width: 48%;
  margin: 10px 30px 10px 0px;
  padding: 0px 10px 0px 0px;
}
#region-data2 ul li.right {
  float: left;
  /*	width:365px;*/
  width: 48%;
  margin: 10px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
}
@media screen and (max-width: 779px) {
  /* 779px以下に適用されるCSS（スマホ用） */
  #region-data2 ul li.left {
    clear: both;
    /*  float: left;*/
    /*	width:365px;*/
    width: 100%;
    margin: 10px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
  }
  #region-data2 ul li.right {
    /*  float: left;*/
    clear: both;
    /*	width:365px;*/
    width: 100%;
    margin: 10px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
  }
}
#region-data2 h2 {
  padding: 0.4em 0 0.4em 0.95em;
  display: inline-block;
  line-height: 1.3;
  background: #00a32c;
  vertical-align: middle;
  /*  border-radius: 0px 25px 25px 0px;*/
  /*  border-radius: 0px 15px 15px 0px;*/
  /*  margin: 5px 0px 0px 10px;*/
  margin: 5px 0px 12px 0px;
  /*width: 100%;*/ width: 100%;
  /*  width: 96%;
  max-width: 770px;*/
  /*  font-size: 0.9em;*/
  /*	font-weight:bold;*/
  color: #ffffff;
  font-size: 1.5rem; /*英語変更*/
}
#region-data2 h2.long {
  padding: 0.4em 0 0.4em 0.95em;
  display: inline-block;
  line-height: 1.5em;
  background: #00a32c;
  /*  border-left: #ddd 8px solid;*/
  vertical-align: middle;
  /*  border-radius: 0px 25px 25px 0px;*/
  /*  border-radius: 0px 15px 15px 0px;*/
  margin: 5px 0px 12px 0px;
  /*  font-size: 1em;*/
  width: 100%;
  /*  width: 96%;
  max-width: 770px;*/
  /*  line-height: 1em;*/
  font-size: 1.55rem;
  font-weight: bold;
  color: #ffffff;
}
#region-data2 h3 {
  border-left: 8px solid #00a32c;
  /*  margin: 0px 0px 10px 10px;*/
  margin: 0px 0px 10px 0px;
  /*  padding: 5px 0px 2px 5px;*/
  padding: 3px 5px; /*英語変更*/
  /*  font-size: 1em;*/
  font-size: 1.3rem;
  width: 100%;
  line-height: 1.3;
  font-weight: bold;
}
#region-data2 p {
  margin: 5px 0px;
  padding: 0px 0px 0px 10px;
  /*  font-size: 0.75em;*/
  line-height: 1.4;
  font-size: 1.3rem;
}
#region-data2 ul li a:link {
  color: #009900;
  text-decoration: underline;
}
/*------------North America-------------*/
/*各*/
div.n_america {
  width: fit-content;
  margin: 20px auto;
  text-align: center;
  max-width: 960px;
}
/*div.n_america ul li {
  list-style: none;
  display: inline-block;
  line-height: 1.5;
  margin-right: 2em;
}
div.n_america ul li:last-child {
  margin-right: 0;
}
div.n_america ul li a {
  font-size: 1.5rem;
  color: #212529 !important;
  text-decoration: none !important;
}
div.n_america ul li a::before {
  content: "";
  display: inline-block;
  background-image: url('/chinese/assets/img/common/arrow-right.svg');
  background-size: cover;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  margin-right: 0.3em;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  div.n_america ul li a {
    font-size: 1.4rem;
  }
}*/
/*2column*/
div.na_box {
  width: 100%; /*幅指定*/
  display: flex;
}
div.na_box div.map_box {
  width: 350px; /*幅指定*/
}
div.na_box div.list_box {
  width: 100%;
  flex: 1;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  div.na_box {
    display: block;
  }
  div.na_box div.map_box {
    width: 100%;
  }
  div.na_box div.list_box {
    width: 100%;
    padding-left: 0;
  }
}
/*営業所一覧 table*/
/* === 基本スタイル（PC向け） === */
div.n_america_table table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  margin: 15px auto 25px;
}
div.n_america_table th, div.n_america_table td {
  padding: 1em 0.7em; /* 余白を調整 */
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
/* テーブルヘッダーのスタイル */
div.n_america_table th {
  padding: 0.7em;
  background-color: #fff;
  color: #555;
  border-bottom: 2px solid #dee2e6;
  font-size: 90%;
}
div.n_america_table th:nth-child(1) {
  padding-left: 30px;
}
div.n_america_table th:nth-child(2) {
  padding-left: 1em;
}
/* テーブルデータセルのスタイル */
div.n_america_table td {
  border-bottom: 1px dotted #ddd;
}
/* テーブル行のスタイル */
div.n_america_table tr:last-child td {
  border-bottom: 2px solid #dee2e6;
}
div.n_america_table tr:hover {
  background-color: #edf8f0;
}
/* リンクのスタイル */
div.n_america_table td a {
  color: #00a32c;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
div.n_america_table td a:hover {
  text-decoration: underline;
}
div.n_america_table td a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  border-left: none;
}
div.n_america_table td a[target="_blank"]::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 9px;
  background-image: url(/chinese/assets/img/common/ico_blank.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 3px 0 4px;
}
div.n_america_table th:nth-child(1), div.n_america_table td:nth-child(1) {
  border-right: 1px solid #eee;
}
div.n_america_table td:nth-child(2) {
  /*width: 14em;*/
  padding-left: 1em;
  color: #444;
  width: 12em;
}
/* === レスポンシブ対応（画面幅768px以下） === */
@media screen and (max-width: 768px) {
  div.n_america_table h2 {
    text-align: center;
  }
  div.n_america_table th:nth-child(1), div.n_america_table td:nth-child(1) {
    border-right: none;
  }
  /* テーブルの表示を解除 */
  div.n_america_table table, div.n_america_table thead, div.n_america_table tbody, div.n_america_table th, div.n_america_table td, div.n_america_table tr {
    display: block;
  }
  div.n_america_table table {
    box-shadow: none;
    border-radius: 0;
  }
  /* テーブル行のスタイル */
  div.n_america_table tr:last-child td {
    border-bottom: 1px dotted #ddd;
  }
  /* ヘッダーは非表示にする */
  div.n_america_table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  /* 各行をカードのように見せる */
  div.n_america_table tr {
    border: 1px solid #ddd;
    margin-bottom: 1rem;
    padding: 0.4em 0.5em;
    background: #fff;
    text-align: left; /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);*/
  }
  div.n_america_table td {
    border: none;
    padding: 10px 14px;
    text-align: left;
    display: flex; /* Flexbox を有効にする */
    align-items: baseline; /* テキストのベースライン（下線）を揃えて見やすくする */
    border-bottom: 1px dotted #eee;
  }
  div.n_america_table tr td:last-child {
    border-bottom: none;
  }
  /* ::before疑似要素でラベルを生成 */
  div.n_america_table td::before {
    font-weight: normal;
    color: #555;
    font-size: 1.2rem;
    flex-shrink: 0; /* 重要：画面が狭くなってもラベルの幅を維持する */
  }
  /* CSSで項目名を直接指定 */
  div.n_america_table td:nth-of-type(1)::before {
    content: "Distributor Name";
    text-align: left;
    width: 12em;
  }
  div.n_america_table td:nth-of-type(2)::before {
    content: "Locations Served";
    width: 12em;
  }
  /* スマホ表示では幅指定を解除 */
  div.n_america_table td:nth-child(2) {
    width: auto;
    text-align: left;
    margin-left: 0;
    padding: 10px 14px;
  }
  /* スマホ表示ではリンクのインデントなどをリセット */
  div.n_america_table td a {
    padding-left: 0;
    text-indent: 0;
  }
  div.n_america_table td a::before {
    display: none; /* PC用の矢印は非表示に */
  }
}
/* === 追加：440px未満の超小型スクリーン向け調整 === */
@media screen and (max-width: 375px) {
  div.n_america_table td {
    display: block;
    padding: 10px 14px;
    border-bottom: 1px dotted #eee;
  }
  div.n_america_table tr td:last-child {
    border-bottom: none;
  }
  div.n_america_table td::before {
    /* ラベルをテキストの上に配置するスタイルに変更します */
    display: block;
    width: 100%;
    font-size: 0.85em;
    color: #6c757d;
    margin-bottom: 6px;
    padding-right: 0;
  }
}
/*n_america map_fixation*/
.map_fixation {
  position: sticky;
  top: 90px;
  z-index: 10;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  div.map_fixation {
    z-index: 1;
    position: static;
    top: auto;
    padding-top: 0;
    padding-bottom: 0;
  }
}
/*------------North America SVG-------------*/
div.svg_box {
  border: 1px solid #00a32c;
  width: 100%;
  margin: 20px auto 20px;
}
div.svgimg {
  max-width: 750px;
  height: auto;
  margin: 0 auto 10px;
}
div.svgimg svg a {
  transition: 0.4s;
}
div.svgimg svg a:hover {
  opacity: 1 !important;
}
/*-------sp menu-btn-------*/
div.sp_button .menu-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border: 1px solid #00a32c;
  padding: 1em 1em;
  margin: 1.5em 0;
  text-decoration: none !important;
  color: #00a32c;
  transition: background 0.3s, color 0.3s, transform 0.2s;
  font-family: 'DIN' !important;
  letter-spacing: 0.02em;
}
div.sp_button .menu-btn:hover {
  background: #00a32c;
  color: #fff;
  opacity: 1 !important;
}
div.sp_button .menu-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
div.sp_button .menu-title {
  font-size: 2.0rem;
  font-weight: bold;
}
div.sp_button .menu-sub {
  font-size: 1.5rem;
  line-height: 1.35;
  opacity: 0.75;
}
div.sp_button .arrow {
  width: 12px;
  height: 12px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
  margin-left: 15px;
  flex-shrink: 0;
}
div.sp_button .menu-btn:hover .arrow {
  border-color: #fff;
}
div.sp_button {
  display: none;
}
div.map_pc {
  display: block;
}
@media only screen and (max-width: 500px) {
  div.sp_button {
    display: block;
    margin-bottom: 25px;
  }
  div.map_pc {
    display: none;
  }
}
/*SVG color*/
.cls-1 {
  fill: #999999;
  font-family: 'DIN' !important;
  font-size: 20px;
}
.cls-2, .cls-3 {
  fill: #c8c9ca;
}
.cls-4 {
  fill: #dbdcdc;
}
.cls-5 {
  stroke-linecap: round;
  stroke-linejoin: round;
}
.cls-5, .cls-6, .cls-7 {
  fill: none;
}
.cls-5, .cls-3 {
  stroke: #d2d2d3;
}
.cls-6 {
  stroke-width: .75px;
}
.cls-6, .cls-7 {
  stroke: #dbdcdc;
}
.cls-6, .cls-7, .cls-3 {
  stroke-miterlimit: 10;
}
.cls-7 {
  stroke-width: .5px;
}
.cls-8 {
  fill: #d2d2d3;
}
.cls-3 {
  stroke-width: .25px;
}
a:hover .cls-1 {
  fill: #00a32c;
  transition: 0.5s;
}
a:hover .cls-2, a:hover .cls-3 {
  fill: #8dd68b;
  transition: 0.5s;
}
a:hover .cls-5, a:hover .cls-3 {
  stroke: #a4e0a4;
  transition: 0.5s;
}
a:hover .cls-8 {
  fill: #a4e0a4;
  transition: 0.5s;
}
/*Animation*/
@keyframes blinking {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.65;
  }
}