@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");

body {
  box-sizing: border-box;
  line-height: 1.5;
  font-family: "Noto Sans TC", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
p {
  padding: 0;
  margin: 0;
}

p ol {
  font-style: 24px;
  padding: 0;
  margin: 0;
  color: #000;
}
.container {
    color: #000;
    margin-top: 50px;
    text-align: start;
	margin: 0 auto;
}
.olType01 {
	padding-left:6rem;
  font-size: 24px;
  list-style: cjk-ideographic;
}
.olType01 li {
  margin-bottom: 8px;
}

.olType02 {
  font-size: 20px;
  list-style: none;
  display: grid;
 
}

.olType03{
	padding-left: 2rem;
    font-size: 20px;
    list-style: auto;
}
.olType03 li {
  display: inline-flex;
}
.olType02 li {
  display: inline-flex;
}
.h1 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  float:none
}
.h2 {
  font-size: 24px;

  gap: 10px;
}
.h3 {
  font-size: 20px;
  display: inline-flex;
}

.h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: right;
}

.olType02 > li {
  counter-increment: list-counter;
}
.olType03 > li {
  counter-increment: list-counter;
}


.olType02 > li:before {
  content: "(" counter(list-counter, cjk-ideographic) ") ";
}
.olType03 > li:before {
  content: "(" counter(list-counter, cjk-ideographic) ") ";
}
mb-1 {
  margin-bottom: 8px;
}
.pb-1 {
  padding-bottom: 8px;
}
.block{
	display:block;
}
ml-6{
	margin-left:24px;
}