#tab1.tab_content {
  display: flex;
  justify-content: center;
}
#tab1.tab_content .tab1_left {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#tab1.tab_content .app_number-was {
  width: max-content;
  color: #016b9e;
  background: #d8e5e9;
  padding: 5px 10px;
  border-radius: 5px;
}
#tab1.tab_content .tab1_right {
  display: flex;
  justify-content: center;
  width: 100%;
}
.app_block-img_box {
  position: relative;
  display: flex;
}
.app_color_block-img {
  width: 150px;
  height: 150px;
  background: url(../WebAPI/color_block.png/02ad7962-3063-4c20-a1b5-815863753390) no-repeat;
  background-size: contain;
}
.app_block-img {
  width: 100%;
  max-height: 500px;
  height: auto;
}
.linek {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap
}
area {
  cursor: pointer;
}
area + a {
  display: none;
}
.linek a {
  color: #FFF;
  text-decoration: none;
  position: absolute;
  border-radius: 5px;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  background: var(--blue-dark);
  padding: 5px 15px;
}
.linek a:hover {
  display: block;
}
.linek a span:hover {
  /*  color: var(--bg-color-blue-lighter);*/
  color: var(--bg-color-blue-light);
}
.linek a span {
  text-indent: -20px;
  display: block;
  padding-left: 20px;
  padding-right: 10px;
  margin-bottom: -25px;
	white-space: pre-wrap;
}
.linek a span:last-child {
  margin-bottom: unset;
}
.linek a span::before {
  font-family: fontawesome;
  content: "\f0da";
  font-size: 16px;
  color: var(--white);
  padding-right: 0.8rem;
}
#Map001:hover + a, #Map002:hover + a, #Map003:hover + a, #Map004:hover + a, #Map005:hover + a, #Map006:hover + a, #Map007:hover + a, #Map008:hover + a, #Map009:hover + a, #Map010:hover + a, #Map011:hover + a, #Map012:hover + a, #Map013:hover + a, #Map014:hover + a, #Map015:hover + a, #Map016:hover + a, #Map017:hover + a, #Map018:hover + a, #Map019:hover + a, #Map020:hover + a, #Map021:hover + a, #Map022:hover + a, #Map023:hover + a, #Map024:hover + a, #Map025:hover + a, #Map026:hover + a, #Map027:hover + a, #Map028:hover + a, #Map029:hover + a, #Map030:hover + a {
  display: block;
}
/*
@media only screen and (max-width: 900px) {
.linek a {
    transform: translateX(0%) translateY(0%)!important;
}
}
*/
@media only screen and (max-width: 280px) {
.linek a {
    max-width: 250px;
  }
}
@media screen and (min-width: 281px) and (max-width: 399px) {
.linek a {
    max-width: 300px;
  }
}
@media screen and (min-width: 400px) and (max-width: 499px) {
.linek a {
    max-width: 350px;
  }
}
@media screen and (min-width: 500px) and (max-width: 899px) {
.linek a {
    max-width: 300px;
  }
}
@media only screen and (min-width: 900px) {
.linek a {
    max-width: 450px;
  }
}
.Cbox, .Cbox_all {
  margin-right: 8px;
}
@media screen and (max-width: 769px) {
  .app_color_block-img {
    width: 80vw;
    height: 60px;
    background: url(../WebAPI/color_block_s.png/dcba76b0-06f2-43a4-9f2c-8c2b45da9c05) no-repeat;
    background-size: contain;
  }
}
.link-container a:not(:last-child)::after {
  content: "、";
  margin: 0 5px; /* 調整頓點的間距 */
  color: black; /* 設定頓點的顏色 */
}