#return {
  z-index: 100;
}
.sticky-menu {
  position: sticky;
  height: auto;
  top: -100px;
  transition: 0.5s;
  background: #fcfcfc;
  z-index: 2;
}

.lst_flex {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  padding-left: 5px;
  padding-right: 10px;
  border-bottom: 0.3px solid #ccc;
  box-sizing: border-box;
  background-color: #ffffff;
  height: 50px;
}

.lst_flex a {
  padding: 10px 5px;
  display: block;
}

.mokuji_c {
  position: absolute;
  top: 50px; /* 初期位置を固定 */
  width: 100%;
  max-width: 500px;
  right: 0;
  background: #fff;
  border-bottom: none;
  box-shadow: none;
  box-sizing: border-box;
  z-index: 1;

  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  opacity: 0;
  transition:
    max-height 0.4s ease-in-out,
    padding 0.4s ease-in-out,
    opacity 0.3s ease-in-out;
}

.mokuji_cinner {
}

.mokuji_c.active {
  max-height: 500px;
  padding: 20px 25px;
  opacity: 1;
  border-bottom: 1px solid rgb(187, 191, 191);
  box-shadow: rgba(0, 0, 0, 0.125) 0px 6px 12px;
  transition:
    max-height 0.4s ease-in-out,
    padding 0.4s ease-in-out,
    opacity 0.3s ease-in-out;
}

.sticky-menu {
  margin-bottom: 30px;
  margin-top: 10px;
}

.cart_b {
  position: relative;
  padding-left: 30px !important;
  font-size: 15px;
  color: #323232 !important;
}

.cart_b:before {
  content: "\f07a";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  display: block;
  font-style: normal;
}

.mokuji_k {
  font-size: 18px;
  position: relative;
  font-weight: bold;
  color: #da0000;
  cursor: pointer;
}

.k_btn {
  width: 18px;
  height: 14px;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 12px;
  vertical-align: middle;
  flex-shrink: 0;
  position: relative;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}

.k_btn span {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #da0000;
  border-radius: 1px;
  transition: 0.4s ease-in-out;
  transform-origin: center;
}

.mokuji_k.active .k_btn span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.mokuji_k.active .k_btn span:nth-child(2) {
  opacity: 0;
}

.mokuji_k.active .k_btn span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

div#table-of-content ol li {
  list-style-type: disc;
  list-style-position: outside;
  line-height: 1.2;
  margin-bottom: 8px;
  margin-left: 10px;
  padding-left: 5px;
}
div#table-of-content ol li::marker {
  color: #929090;
}
/* div#table-of-content ol li:before{
      content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url(/img/icon/migi_y.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
} */
div#table-of-content ol li a {
  text-decoration: underline;
  font-size: 14px;
  color: #1010ca;
}
div#table-of-content ol li a:hover {
  text-decoration: none;
}
.toziru {
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.toziru:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(/img/icon/batu.svg);
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}
.n-lnk-lst {
  margin: 60px auto 40px auto;
  max-width: 80%;
  background: #ffffff;
}

.n-lnk-lst ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.n-lnk-lst ul li {
  width: 20%;
}

.n-lnk-lst ul li a {
  position: relative;
  display: block;
  margin: 0 5px;
  padding: 12px 0 35px 0;
  color: #2a2a2a;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background: -webkit-linear-gradient(top, #faffff, #dadada);
  background: -moz-linear-gradient(top, #faffff, #dadada);
  background: linear-gradient(to bottom, #faffff, #dadada);
  border: 1px solid #808080;
  border-radius: 4px;
  transition: 0.3s ease-in-out;
}

.n-lnk-lst ul li a:before {
  content: "";
  position: absolute;
  /* top: 100%; */
  bottom: 6px;
  left: 51%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #b9b9b9;
}

.n-lnk-lst ul li a:after {
  content: "";
  position: absolute;
  /* top: 100%; */
  bottom: 7px;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #f06000;
}

.n-lnk-lst ul li a:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
  transform: translateY(-2px);
}
