#PageNavBtn {
  margin-top: 30px;
  padding-bottom: 30px;
}
#PageNavBtn ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
#PageNavBtn ul li {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 10%;
}
#PageNavBtn ul li .__button {
  height: 40px;
  padding: 0;
}
#PageNavBtn ul li .__button::before {
  display: none;
}

@media screen and (max-width: 960px) {
  #PageNavBtn ul li {
    width: calc((100% - 50px) / 6);
  }
}
@media screen and (max-width: 767px) {
  #PageNavBtn {
    padding-bottom: 8vw;
  }
  #PageNavBtn ul {
    gap: 2.6666666667vw;
  }
  #PageNavBtn ul li {
    width: calc((100% - 5.3333333333vw) / 3);
  }
  #PageNavBtn ul li .__button {
    height: 10.6666666667vw;
  }
}
#Section_explanation_container {
  padding-top: 0;
}
#Section_explanation_container .__inner > div {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #Section_explanation_container .__inner > div {
    margin-bottom: 16vw;
  }
}

.glossary.-child .explanation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
}

@media screen and (max-width: 960px) {
  .glossary.-child .explanation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 6.6666666667vw;
  }
}
/* 
.glossary.-child #Section_explanation_container > div:not(:nth-child(1)),
.glossary.-child #Section_explanation_container > div:not(:nth-child(2)) {
  margin-top: 40px;
}

@media screen and (max-width: 960px) {
	.glossary.-child #Section_explanation_container > div:not(:nth-child(1)),
	.glossary.-child #Section_explanation_container > div:not(:nth-child(2)) {
	  margin-top: sp-calc(40);
	}
} */
.glossary.-child .explanation h4 {
  width: 19.8%;
  margin: 0;
}

@media screen and (max-width: 960px) {
  .glossary.-child .explanation h4 {
    width: 100%;
    margin-bottom: 2vw;
  }
}
.glossary.-child .explanation p {
  width: 77%;
  color: black;
}

@media screen and (max-width: 960px) {
  .glossary.-child .explanation p {
    width: 100%;
  }
}
.glossary.-child .explanation p .title {
  font-size: 18px;
  line-height: 1.666;
  margin-bottom: 12px;
  display: block;
  font-weight: bold;
}

.glossary.-child .explanation p .subtitle {
  display: inline-block;
  padding: 0px 8px;
  background-color: #094EA2;
  color: white;
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  .glossary.-child .explanation p {
    margin-bottom: 4vw;
  }
  .glossary.-child .explanation p .title {
    font-size: 4.8vw;
    margin-bottom: 3.2vw;
  }
  .glossary.-child .explanation p .subtitle {
    padding: 0 2.1333333333vw;
    margin-top: 3.2vw;
  }
}