.global_footer {
  font-family: "Noto Sans SC", chinese;
  font-size: 13px;
  line-height: 22px;
  font-weight: 300;
  color: #484848;
}
.footer_headline {
  font-size: 16px;
  color: #86843c;
  border-left: none;
  font-weight: 500;
  margin: 20px 0 5px 0;
  padding: 0;
}
.footer_headline div {
  border-bottom: 1px solid #000000;
}
.footer_atte {
  border-left: 4px solid #909090;
  padding-left: 14px;
  margin: 14px 0;
}
.color-with-marker {
  list-style-position: inside;
  padding: 0 7px;
}
.color-with-marker ::marker {
  color: #86843c;
}
.color-with-num {
  list-style-type: decimal;
  padding: 0 0 0 30px;
}
.color-with-num ::marker {
  color: rgba(247, 156, 71, 0.973);
  font-weight: 400;
}
.tnc_table {
  font-family: "Noto Sans SC", chinese;
  color: #484848;
  font-weight: 300;
  font-size: 12px;
}

.footer {
  background-color: #ffffff;
  border-bottom: 1px solid #d2d2d2;
  border-top: 1px solid #d2d2d2;
}
.accordion {
  background-color: #f3f3f3;
  /* border-top: 1px solid #dadada; */
  /* border-bottom: 1px solid #dadada; */
  /* border-left: none; */
  /* border-right: none; */
  color: #444;
  cursor: pointer;
  padding: 18px;
  padding-right: 65px;
  margin: -1px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}
.accordion:hover {
  background-color: #f3f3f3;
}
.panel {
  padding: 0 18px;
  background-color: white;
  overflow: hidden;
}
