/*==================================================
目次
===================================*/
#ez-toc-container {
  border: unset;
  padding: 1.6rem;
}

#ez-toc-container a {
  color: #666666;
}

.ez-toc-grey {
  position: relative;
  margin-top: 2.4rem;
  padding: 1.6rem;
  background: #f7f7f7;
}

.p-single .ez-toc-title {
  max-width: 100%;
  margin-top: initial;
  margin-inline: auto;
  color: #666666;
  font-weight: 700;
}

.ez-toc-list {
  max-width: 100%;
  margin-top: 0.5rem;
  margin-inline: auto;
}

.ez-toc-list > li {
  padding-bottom: 0.5rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #e7e7e7;
}

.ez-toc-list ul {
  margin-top: 1rem;
  margin-left: 2rem;
}

.ez-toc-list > li:nth-child(n + 2) {
  margin-top: 1rem;
  margin-top: 0.5rem;
}

.ez-toc-list a {
  color: #666666;
  font-size: 1.2rem;
}

.ez-toc-counter nav ul li a::before {
  content: counters(item, ".", decimal);
  padding-right: 0.5rem;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
}

.toc-toggle-btn {
  display: inline-block;
  margin-bottom: 10px;
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}

.bg__gray {
  background: #ebebeb;
}

.btn {
  color: #fff;
  text-align: center;
}

.btn a {
  display: grid;
  position: relative;
  place-items: center;
  width: 80%;
  min-height: 5rem;
  margin-inline: auto;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  border: 3px solid #fff;
  border-radius: 50px;
  background: #f7771f;
  font-weight: 500;
  letter-spacing: 0.1em;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.btn a::after {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 3rem;
  height: 1.5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/arrow_btn.png) no-repeat;
  background-size: contain;
  content: "";
}

@media screen and (min-width: 768px) {
  .ez-toc-grey {
    padding: 1.6rem;
  }

  .p-single .toc_title {
    font-size: 1.8rem;
  }

  .ez-toc-list {
    margin-top: 0.8rem;
  }

  .ez-toc-list > li:nth-child(n + 2) {
    margin-top: 0.8rem;
  }
}

/*==================================================
目次 END
===================================*/

/*==================================================
投稿詳細 END
===================================*/
.p-single__title {
  margin-top: 1rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 125%;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.04em;
}

.p-single__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-single__category-link {
  display: inline-block;
  width: 7.5rem;
  height: 2.5rem;
  background: #7fd113;
  color: #fff;
  font-weight: 400;
  font-size: 1rem;
  line-height: 2.5rem;
  letter-spacing: 0.13em;
  text-align: center;
}

.p-single__time span {
  position: relative;
  padding-left: 1rem;
  color: #8f8f8f;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.08em;
}

.p-single__name span {
  position: relative;
  padding-left: 1.2rem;
  color: #8f8f8f;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.04em;
}

.p-single__image {
  margin-top: 4rem;
}

.p-single__text {
  margin-top: 3rem;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 2;
}

.p-single__content h2 {
  margin-top: 1em;
  padding: 0.8rem 1.5rem;
  border-left: 4px solid #7fd113;
  background: #f4f4f4;
  font-weight: 700;
  font-size: 2rem;
  line-height: 125%;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.04em;
}

.p-single__content h3 {
  margin-top: 1em;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 125%;
  line-height: 1.2;
  letter-spacing: 0.08em;
}

.p-single__content p {
  margin-top: 1.2rem;
  color: #313131;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6428571429;
  line-height: 162.5%;
}

.p-single__content p strong {
  background: #fff5cc;
  background: #fff5cc;
}

.p-single__content figure {
  width: 100%;
  margin-top: 3rem;
  margin-top: 1em;
}

.p-single__btn {
  margin-top: 2.9rem;
  text-align: center;
}

.p-single__btn a {
  display: inline-block;
  position: relative;
  width: 15rem;
  max-width: 100%;
  height: 4rem;
  background: #7fd113;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 4rem;
  letter-spacing: 0.12em;
  text-align: center;
}

.p-single__btn a::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
}

.p-single .saboxplugin-wrap {
  margin-top: 2rem;
}

.p-single .saboxplugin-wrap .saboxplugin-authorname {
  margin: initial;
  color: #313131;
  font-weight: 700;
  font-size: 1.6rem;
}

.p-single .sab-profile-edit,
.p-single .sab-edit-settings,
.p-single .clearfix {
  display: none;
}

.p-single .saboxplugin-wrap .saboxplugin-gravatar {
  padding: 10px 20px 10px 20px;
}

.p-single .saboxplugin-wrap .saboxplugin-desc pre {
  margin: initial;
  color: #313131;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 150%;
}

.p-single .wp-block-quote {
  position: relative;
  margin: initial;
  margin-top: 2rem;
  padding: 0.4rem 1.2rem 1.2rem;
  border-radius: 5px;
  background: #f4f4f4;
}

.p-single .wp-block-quote p {
  font-size: 1.2rem;
}

.p-single cite {
  position: relative;
  margin-top: 0.5em;
  padding-left: 55px;
  font-size: 1.2rem;
}

.p-single cite::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "引用元：";
  color: #000;
  font-size: 1.2rem;
  pointer-events: none;
}

.p-single .annotation {
  padding: 1.2rem;
  border-radius: 5px;
  background: #f4f4f4;
  font-size: 1.2rem;
}

/*==================================================
投稿詳細 END
===================================*/
