/*
Theme Name: psc
Text Domain: psc
*/

/*navigation*/
.navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px auto 0;
}

.navigation li {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #a08700;
  border-radius: 50em;
  margin: 0 5px;
}

.navigation li a {
  text-decoration: none;
  color: #a08700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50em;
}

.navigation .post_prev,
.navigation .post_next {
  border: none;
}

.navigation .nownumber {
  background: #a08700;
  border-color: #a08700;
}

.nownumber a {
  pointer-events: none;
  color: #fff !important;
}

/*TOC*/
div#toc_container {
  padding: 0;
  max-width: 100%;
  width: 100% !important;
  margin-top: 60px;
  margin-inline: auto;
  background: #faf8f2;
  border: none;
  position: relative;
  -webkit-transition: max-height 3000ms;
  transition: 0.3s;
  display: block !important;
  transition: max-height 1s ease;
  overflow: hidden;
  transition: max-height 0.6s ease;
}

#toc_container.contracted {
  max-height: 250px !important;
  overflow: hidden;
}

#toc_container.contracted::after {
  content: "";
  width: 100%;
  height: 80px;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 110%);
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.3s;
  pointer-events: none;
  z-index: 1;
}

#toc_container .toc_toggle {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

#toc_container .toc_brackets {
  display: none;
}

#toc_container .toc_toggle a {
  background: #fff;
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transition: 0.3s;
  transform: translateX(-50%);
  z-index: 10;
  display: block;
  padding: 12px;
  border-radius: 50em;
  text-align: center;
  text-decoration: none;
  min-width: 250px;
  /* width: 100%; */
  font-size: 1.4rem;
  line-height: 1.4;
  border: 1px solid #333;
  white-space: nowrap;
  color: #333;
}

#toc_container .toc_toggle a::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 45px;
  /* background: url(../img/i-arrow.svg) no-repeat right center / 6px; */
  display: inline-block;
  top: 0;
  padding-left: 1.5rem;
}

.the_content #toc_container p.toc_title {
  color: #a08700;
  padding: 15px;
  text-align: left;
  font-size: 1.6rem;
}

.the_content #toc_container .toc_list {
  padding: 0 15px 90px;
  margin-top: 0;
}

.the_content #toc_container li {
  margin-top: 1rem;
}

#toc_container .toc_list > li {
  padding-left: 1em;
  position: relative;
}

#toc_container .toc_list > li::before {
  position: absolute;
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: #dac35d;
  display: block;
  border-radius: 50%;
  left: 0;
  top: 0.6rem;
}

#toc_container .toc_list > li ul li {
  padding-left: 1.5em;
  position: relative;
  margin-top: 1rem;
}

#toc_container .toc_list > li ul li::after {
  position: absolute;
  content: "";
  width: 1rem;
  height: 0.1rem;
  background-color: #dac35d;
  display: block;
  left: 0;
  top: 1rem;
}

#toc_container .toc_number {
  font-size: 0;
}

.the_content #toc_container a:hover {
  text-decoration: none;
}

#toc_container ul.toc_list a {
  color: #333;
}

#toc_container .toc_list {
  display: block !important;
}

.wp-block-image img {
  height: auto !important;
}

/*css 差分*/
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table.base__tbl tr th,
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table.base__tbl tr td {
  border-width: 0;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.price__content .wp-block-flexible-table-block-table:nth-of-type(n + 2) {
  margin-top: 4rem;
}

.the_content ul.wp-block-list,
.the_content ol.wp-block-list {
  color: #333333;
  padding: 1em 1.5em;
  border: 1px #ede1b4 solid;
  margin: 40px auto 30px;
}

.the_content ul.wp-block-list li,
.the_content ol.wp-block-list li {
  list-style: none;
  line-height: 1.5;
  padding: 0.5em 1em 0.5em 1.5em;
  position: relative;
}

.the_content ul.wp-block-list li::before,
.the_content ol.wp-block-list li::before {
  content: "";
  border-radius: 100px;
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #ede1b4;
  top: 14px;
  left: 0;
  z-index: 1;
}

@media (max-width: 767px) {
  .price__blk td:empty {
    display: block !important;
  }
}

.cli-style-v2 {
  display: flex;
  max-width: 1000px;
  justify-content: space-between;
  align-items: center !important;
  font-size: 11pt;
  line-height: 18px;
  font-weight: normal;
}
#cookie-law-info-bar {
  width: 100% !important;
  max-width: none !important;
  background-color: rgba(10, 10, 10, 0.75) !important;
  border-radius: 0 !important;
  border: 0 !important;
  color: #fff !important;
  font-family: inherit;
  top: 0;
  bottom: auto !important;
  position: fixed;
  display: block;
  padding: 10px 25px !important;
}
#cookie-law-info-bar a.cli-plugin-main-button {
  color: #fff !important;
  border-bottom: #fff 1px solid !important;
}
.cli-style-v2 .cli-bar-btn_container .cookie_action_close_header {
  width: 100% !important;
  min-width: 140px !important;
  color: #fff !important;
  font-size: 1.5rem !important;
  font-weight: 400 !important;
  background-color: #ceb88e !important;
  border: 0 !important;
  border-radius: 5px !important;
  display: block !important;
  padding: 8px 15px !important;
  margin-right: 0 !important;
  font-size: 1, 3rem !important;
  transition: 0.3s !important;
  position: relative !important;
}

@media screen and (max-width: 767px) {
  .cli-bar-btn_container {
    display: flex !important;
    flex-direction: row-reverse;
    justify-content: center;
  }
  .cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
    display: inline-block !important;
    margin: 0 10px !important;
  }
  .cli-style-v2 .cli-bar-btn_container .cookie_action_close_header {
    width: 30% !important;
    min-width: 100px !important;
    padding: 10px 15px !important;
  }
  .cli-style-v2 .cli-bar-message {
    max-height: none !important;
    overflow: visible !important;
  }
  .cli-style-v2 .cli-bar-message::after,
  .cli-more_btn {
    display: none;
  }
}

/*PC*/
@media screen and (min-width: 768px) {
  /* 22.06.01 GDPRç¶šãã‚’èª­ã‚€ãƒœã‚¿ãƒ³ */
  .cli-more_btn {
    display: none;
  }
}

.cli-plugin-button {
  background: none !important;
  border-bottom: #000 1px solid !important;
  padding: 0 !important;
  padding-bottom: 3px !important;
  margin-right: 15px !important;
  margin-left: 0 !important;
}
