/* ーーーーーーーーーーーーー */

.is-style-yellow-line {
  background: linear-gradient(transparent 60%, #fff385b3 40%);
  padding: 0;
  display: inline-block;
  line-height: 1.6;
}

.is-style-pink-line {
  background: linear-gradient(transparent 60%, #ff85dab3 40%);
  padding: 0;
  display: inline-block;
  line-height: 1.6;
}

.is-style-blue-line {
  background: linear-gradient(transparent 60%, #85f3ffb3 40%);
  padding: 0;
  display: inline-block;
  line-height: 1.6;
}


.wp-block-button__link {
  margin: 20px 0;
  font-weight: bold;
}

/* 
ーーーーーーーーーーーーーーーーーーーーーーーーーー */

.table01 {
  overflow-x: scroll;
}

.table01 table {
  border-collapse: collapse;
  color: #0d395c;
  margin: 20px 0;
  border: solid 2px #0d395c;
  min-width: 600px !important;
}

.table01 thead th {
  background: #0d395c;
  color: #fff;
  text-align: center;
}

.table02 {
  overflow-x: scroll;
}

.table02 table {
  border-collapse: collapse;
  color: #52c50f;
  background: #faffeadf;
  margin: 20px 0;
  border: solid 2px #52c50f;
  min-width: 600px !important;
}

.table02 thead th {
  background: #52c50f;
  color: #fff;
  text-align: center;
}

.table02 td {
  color: #000;
  border: solid 1px #fff;
}



/* 
ーーーーーーーーーーーーーーーーーーーーーーーーーー */
.box01 {
  background: #fff1eb;
  padding: 1em;
  padding-top: 1.5em;
  border-radius: 5px;
  position: relative;
  margin: 40px 0;
}

.box01::before {
  position: absolute;
  top: -35px;
  left: -15px;
  font-family: 'Material Symbols Outlined';
  content: 'star_shine';
  font-size: 40px;
  font-variation-settings:
    'FILL'0,
    'wght'400,
    'GRAD'0,
    'opsz'24;
  color: #ff9100;
}

.box01 p {
  margin-bottom: 0 !important;
}

.box01 .wp-block-columns.is-layout-flex {
  margin-bottom: 0 !important;
}

/* 
ーーーーーーーーーーーーーーーーーーーーーーーーーー */
.box02 {
  background: #ffebf1;
  padding: 1em;
  padding-top: 1.5em;
  border-radius: 5px;
  position: relative;
  margin: 40px 0;
}

.box02::before {
  position: absolute;
  top: -35px;
  left: -15px;
  font-family: 'Material Symbols Outlined';
  content: 'check_circle';
  font-size: 40px;
  font-variation-settings:
    'FILL'0,
    'wght'400,
    'GRAD'0,
    'opsz'24;
  color: #ff0059;
}

.box02 p {
  margin-bottom: 0 !important;
}

.box02 .wp-block-columns.is-layout-flex {
  margin-bottom: 0 !important;
}

/* 
ーーーーーーーーーーーーーーーーーーーーーーーーーー */
.box03 {
  background: #dbfaff;
  padding: 1em;
  padding-top: 1.5em;
  border-radius: 5px;
  position: relative;
  margin: 40px 0;
}

.box03::before {
  position: absolute;
  top: -35px;
  left: -15px;
  font-family: 'Material Symbols Outlined';
  content: 'kid_star';
  font-size: 40px;
  font-variation-settings:
    'FILL'0,
    'wght'400,
    'GRAD'0,
    'opsz'24;
  color: #008cff;
}

.box03 p {
  margin-bottom: 0 !important;
}

.box03 .wp-block-columns.is-layout-flex {
  margin-bottom: 0 !important;
}

/* 
ーーーーーーーーーーーーーーーーーーーーーーーーーー */
.list-box01 {
  background: #dbfaff;
  padding: 1em;
  padding-top: 2em;
  padding-left: 4em;
  border-radius: 5px;
  position: relative;
  margin: 40px 0;
}

.list-box01::before {
  position: absolute;
  top: -35px;
  left: 5px;
  font-family: 'Material Symbols Outlined';
  content: 'music_note';
  font-size: 45px;
  font-variation-settings:
    'FILL'0,
    'wght'400,
    'GRAD'0,
    'opsz'24;
  color: #008cff;

}

.list-box01 .wp-block-list li {
  position: relative;
}

.list-box01 .wp-block-list li::before {
  position: absolute;
  top: -8px;
  left: -24px;
  font-family: 'Material Symbols Outlined';
  content: 'check';
  font-size: 24px;
  font-variation-settings:
    'FILL'0,
    'wght'400,
    'GRAD'0,
    'opsz'24;
  color: #008cff;

}

.list-box01 .wp-block-columns.is-layout-flex {
  margin-bottom: 0 !important;
}

/* 
ーーーーーーーーーーーーーーーーーーーーーーーーーー */
.list-box02 {
  background: #fee6e6;
  padding: 1em;
  padding-top: 2em;
  padding-left: 4em;
  border-radius: 5px;
  position: relative;
  margin: 40px 0;
}

.list-box02::before {
  position: absolute;
  top: -35px;
  left: 5px;
  font-family: 'Material Symbols Outlined';
  content: 'check_circle';
  font-size: 45px;
  font-variation-settings:
    'FILL'0,
    'wght'400,
    'GRAD'0,
    'opsz'24;
  color: #f21010;

}

.list-box02 .wp-block-list li {
  position: relative;
}

.list-box02 .wp-block-list li::before {
  position: absolute;
  top: -8px;
  left: -24px;
  font-family: 'Material Symbols Outlined';
  content: 'arrow_right';
  font-size: 24px;
  font-variation-settings:
    'FILL'0,
    'wght'400,
    'GRAD'0,
    'opsz'24;
  color: #f21010;

}

.list-box02 .wp-block-columns.is-layout-flex {
  margin-bottom: 0 !important;
}

/* 
ーーーーーーーーーーーーーーーーーーーーーーーーーー */
.left-balloon {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 1em 0;
}


.left-balloon .wp-block-column:first-child {
  flex: 0 0 110px !important;
}

.left-balloon .wp-block-image img {
  width: 100px !important;
  height: 100px !important;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .left-balloon .wp-block-column:first-child {
    flex: 0 0 70px !important;
  }

  .left-balloon .wp-block-image img {
    width: 60px !important;
    height: 60px !important;
  }
}

.left-balloon .wp-block-column:last-child {
  flex: 1 !important;
  background-color: #fff7b0;
  padding: 1em;
  border-radius: 10px;
  position: relative;
}


.left-balloon .wp-block-column:last-child::before {
  content: "";
  position: absolute;
  top: 20px;
  left: -20px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent transparent #fff7b0;
  transform: rotate(180deg);
}

@media (max-width: 781px) {
  .left-balloons .wp-block-column {
    flex-basis: auto !important;
  }
}

.left-balloon .wp-block-column p {
  margin-bottom: 0 !important;
}


/* 
ーーーーーーーーーーーーーーーーーーーーーーーーーー */
.right-balloon {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 1em 0;
  /* flex-direction: row-reverse; */
}

.right-balloon .wp-block-column:last-child {
  flex: 0 0 110px !important;
  text-align: right;
}

.right-balloon .wp-block-image img {
  width: 100px !important;
  height: 100px !important;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .right-balloon .wp-block-column:last-child {
    flex: 0 0 70px !important;
  }

  .right-balloon .wp-block-image img {
    width: 60px !important;
    height: 60px !important;
  }
}

.right-balloon .wp-block-column:first-child {
  flex: 1 !important;
  background-color: #fff7b0;
  padding: 1em;
  border-radius: 10px;
  position: relative;
}

.right-balloon .wp-block-column:first-child::before {
  content: "";
  position: absolute;
  top: 20px;
  right: -20px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent #fff7b0 transparent transparent;
  transform: rotate(180deg);
}

@media (max-width: 781px) {
  .right-balloon .wp-block-column {
    flex-basis: auto !important;
  }
}

.right-balloon .wp-block-column p {
  margin-bottom: 0 !important;
}

/* 
ーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* 
ーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* 
ーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* po-a0001
ーーーーーーーーーーーーーーーーーーーーーーーーーー */

.po-a0001 .main-ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: .5em;
  text-align: left;
}

.po-a0001-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.po-a0001-content {
  width: 74%;
}

.po-a0001-side {
  width: 22.5%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.po-a0001-box-flex {
  display: flex;
  flex-wrap: wrap;
}

.po-a0001-box {
  width: calc((100% - 80px)/ 3);
  margin-right: 40px;
  margin-bottom: 40px;
  position: relative;
}

.po-a0001-box:nth-child(3n) {
  margin-right: 0;
}

.po-a0001-side .category-area {
  font-size: 14px;
}

/* .po-a0001-side .category-area .head {
  background: var(--color-main);
  color: #fff;
  text-align: center;
  padding: .7em 0;
  font-weight: bold;
} */

.category-list ul li {
  border-bottom: solid 1px var(--color-bg);
  border-top: none;

}

.category-list ul li a {
  display: inline-block;
  width: 100%;
  padding: .7em;
  padding-left: 1.7em;
  /* font-weight: bold; */
}

.category-list ul li a:hover {
  background: var(--color-sub);
  /* color: #fff; */
  opacity: 1;
}

.icon-genres {
  position: relative;
}

.icon-genres::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  font-family: 'Material Symbols Outlined';
  content: 'genres';
  font-size: 18px;
  font-variation-settings:
    'FILL'0,
    'wght'400,
    'GRAD'0,
    'opsz'24;
  vertical-align: middle;
}


.po-a0001 .ttl {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 0;
}

.po-a0001 h2 {
  font-size: 24px;
  margin-bottom: .5em;
}

.po-a0001 h3 {
  font-size: 20px;
  margin-bottom: .5em;
}

.po-a0001 h4 {
  font-size: 18px;
  margin-bottom: .5em;
}

.po-a0001 p {
  font-weight: normal;
}

/* .po-a0001-box img {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
} */

.po-a0001 .new-item {
  color: red;
  font-size: 11px;
}

.po-a0001 .date {
  font-size: 11px;
  color: #707070;
  display: inline-block;
}


.po-a0001 .category-item a {
  background: var(--color-accent);
  color: #fff;
  border-radius: 12px;
  padding: 5px 1em;
  font-size: 14px;
  font-weight: bold;
  margin-right: 10px;
}

.category-item {
  background: var(--color-accent);
  color: #fff;
  padding: 2px 1em;
  font-size: 9px;
  font-weight: bold;
  margin-right: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

.category-item a {
  color: #fff !important;
  text-decoration: none !important;
}

.rank-badge {
  position: absolute;
  top: 1em;
  left: 1em;
  background: var(--color-accent);
  color: #fff;
  padding: 2px 1em;
  font-size: 9px;
  font-weight: bold;
}

.rank-1 {
  background: #FFD700;
}

/* ゴールド */
.rank-2 {
  background: #C0C0C0;
}

/* シルバー */
.rank-3 {
  background: #CD7F32;
}


.po-a0001-box .content p {
  margin-bottom: 2em;
  line-height: 2em;
}


@media screen and (max-width: 767px) {

  .po-a0001 .main-ttl {
    font-size: 20px;
  }


  .po-a0001-flex {
    flex-direction: column;
  }

  .po-a0001-content {
    width: 100%;
    order: 0;
  }

  .po-a0001-side {
    width: 100%;
    order: 1;
    padding: 0;
    margin-top: 20px;
  }


  .po-a0001-box {
    padding-bottom: 0;
    width: 100%;
    margin-right: 0;
  }

}

/* 
---------------------------------- */

.sidebar-ttl {
  position: relative;
  background: var(--color-side);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: .7em;
  text-align: center;
  margin-bottom: 20px;
}

.sidebar-ttl::before {
  position: absolute;
  display: block;
  pointer-events: none;
  content: "";
  top: -4px;
  left: 0;
  width: 100%;
  height: calc(100% + 4px);
  box-sizing: content-box;
  border-top: solid 2px var(--color-side);
  border-bottom: solid 2px var(--color-side);
}

.sidebar-latest-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-latest-item {
  margin-bottom: 1em;
  position: relative;
}

.sidebar-latest-link {
  display: flex;
  justify-content: space-between;
}

.sidebar-latest-thumb {
  width: 40%;
  height: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  margin-right: 0.5em;
}

.sidebar-latest-title {
  width: 60%;
  font-size: 11px;
}

.sidebar-fixed {
  /* display: flex;
        flex-direction: column;
        margin-top: 2.5em; */
  position: sticky;
  top: 40px;
}


/* ページネーション  archive-page ーーーーーーーーーーーーー */

.pn-a0001 .pagination {
  position: relative;
  z-index: 999;
  color: #000;
  font-size: 14px;
  margin-top: 40px;
  margin-bottom: 100px;
}

.pn-a0001 .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;

}

.pn-a0001 .page-numbers li .next {
  /* background-color: #babbbd; */
  color: #fff;
  color: #333;
  background: #F9F9F9;
  border-radius: 4px;
  padding-bottom: 3px;
}

.pn-a0001 .page-numbers li .prev {
  /* background-color: #131313; */
  color: #fff;
  color: #333;
  background: #F9F9F9;
  border-radius: 4px;
  padding-bottom: 3px;
}

.pn-a0001 .page-numbers li .current {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color-main);
  color: #fff;
  width: 40px;
  height: 40px;
  margin: 0 7.5px;
  border-radius: 4px;
}

.pn-a0001 .page-numbers li a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F9F9F9;
  color: #111111;
  width: 40px;
  height: 40px;
  margin: 0 7.5px;
  border-radius: 4px;
}

.pn-a0001 .page-numbers li a:hover {
  background: var(--color-main);
  color: #fff;
  opacity: 1;
}

.pn-a0001 .icon-arrow {
  font-size: 16px;
}

@media screen and (max-width: 767px) {

  .pn-a0001 .page-numbers li a {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }

  .pn-a0001 .page-numbers li .current {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }

  .pn-a0001 .page-numbers {
    margin-top: 0;
    margin-bottom: 0;
  }
}











/* po-s0001
ーーーーーーーーーーーーーーーーーーーーーーーーーー */

.po-s0001-fv {
  aspect-ratio: 3/2;
  width: 100%;
  height: auto;
  margin-bottom: 2em;
}

.po-s0001-fv img {
  aspect-ratio: 3/2;
  width: 100%;
  height: 100%;
}

.po-s0001-flex {
  display: flex;
  justify-content: space-between;
}

.po-s0001-content {
  width: 74%;
}

.po-s0001-side {
  width: 22.5%;
}


.po-s0001-box {
  padding: 40px;
  padding-bottom: 0;
  border: solid 1px #EEEEEE;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}

.po-s0001-box a {
  color: var(--color-link);
  text-decoration: underline;
}


.wp-block-buttons .wp-block-button__link {
  text-decoration: none;
  color: #fff;
}

.po-s0001-box iframe {
  width: 100%;
}

/* .po-s0001-side .category-area {
  font-size: 14px;
}

.po-s0001-side .category-area .head {
  background: var(--color-accent);
  color: #fff;
  text-align: center;
  padding: .7em 0;
}

.category-list ul li {
  border: solid 1px var(--color-accent);
  border-top: none;
  padding: .7em 1.5em;
}

.category-list ul li a {
  display: inline-block;
  width: 100%;
} */

.po-s0001-box ul {
  list-style: disc;
  margin-left: 1em;
}

.po-s0001-box ol {
  list-style-type: decimal;
  margin-left: 1em;
}


.po-s0001 .ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .po-s0001 .ttl {
    margin-top: .5em;
  }
}

.po-s0001-box h2 {
  font-size: min(5vw, 22px);
  margin-bottom: 20px;
  background: var(--color-htag);
  color: #fff;
  padding: .5em 1em;
  line-height: 1.5em;
  position: relative;
}

.po-s0001-box h2::before {
  position: absolute;
  display: block;
  pointer-events: none;
  content: "";
  top: -4px;
  left: 0;
  width: 100%;
  height: calc(100% + 4px);
  box-sizing: content-box;
  border-top: solid 2px var(--color-htag);
  border-bottom: solid 2px var(--color-htag);
}

.po-s0001-box h3 {
  font-size: min(4vw, 20px);
  margin-bottom: 20px;
  border-bottom: 3px solid var(--color-htag);
  padding: .5em;
}

.po-s0001-box h4 {
  font-size: min(3vw, 18px);
  font-weight: bold;
  margin-bottom: 20px;
  color: var(--color-htag);
}

.po-s0001-box p {
  font-weight: normal;
  margin-bottom: 20px;
}

.po-s0001-box-img {
  aspect-ratio: 3/2;
  width: 100%;
  height: auto;
}

.po-s0001-box-img img {
  aspect-ratio: 3/2;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}

.po-s0001 .new-item {
  color: red;
  font-size: 12px;
}

.po-s0001 .date {
  font-size: 11px;
  display: inline-block;
  margin-right: 1em;
}

.icon-time {
  font-size: 16px;
  vertical-align: middle;
}

.po-s0001 .date-wrap {
  margin-bottom: 5px;
}


.po-s0001-box .content p {
  margin-bottom: 2em;
  line-height: 2em;
}


@media screen and (max-width: 767px) {

  .po-s0001-flex {
    flex-direction: column;
  }

  .po-s0001-content {
    width: 100%;
    order: 0;
  }

  .po-s0001-side {
    width: 100%;
    order: 1;
    padding: 0 20px;
    margin-top: 64px;
  }


  .po-s0001-box {
    padding: 16px;
    padding-bottom: 0;
  }

}

/* ページネーション  single-page  　-------------------- */

/* pn-s-0001
------------------------- */

.pn-s0001 .page-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1em;
  margin-top: 45px;
}

@media (max-width:767px) {

  .pn-s0001 .page-flex {
    margin-bottom: 40px;
  }
}

.pn-s0001 .next-text a,
.pn-s0001 .prev-text a {
  display: flex;
  align-items: center;
}

.pn-s0001 .fa-chevron-left,
.pn-s0001 .fa-chevron-right {
  font-size: 6px;
  padding: 1em;
}

.po-s0001 .btnwrap {
  text-align: center;
}

.po-s0001 .btn-news {
  border: solid var(--color-main) 2px;
  color: var(--color-main);
  border-radius: 10px;
  font-weight: bold;
  width: 280px;
  display: inline-block;
  text-align: center;
  padding: 1em;
}

/* 
ーーーーーーーーーーーーーーーーーーーーーーーーーー */

.toc-wrap {
  background: #fff;
  border: 1px solid var(--color-bg);
  border: 4px solid #e1eff4;
  padding: 60px;
  margin: 2em 0;
  border-radius: 8px;
}

@media (max-width:767px) {
  .toc-wrap {
    padding: 25px;
  }
}

.toc-title {
  font-weight: 500;
  margin-bottom: 1.5em;
  letter-spacing: 0.05em;
  text-align: center;
  background: var(--color-htag);
  color: #fff;
  font-family: "Verdana", sans-serif;
  position: relative;
}

.toc-title::before {
  position: absolute;
  display: block;
  pointer-events: none;
  content: "";
  top: -4px;
  left: 0;
  width: 100%;
  height: calc(100% + 4px);
  box-sizing: content-box;
  border-top: solid 2px var(--color-htag);
  border-bottom: solid 2px var(--color-htag);
}

.toc-list {
  list-style: none !important;
  padding-left: 0;
  font-weight: 500;

}

.toc-item {
  margin-bottom: .3em;
}

.toc-level-2 {
  font-size: 16px;
  margin-bottom: 8px;
  position: relative;
  padding-left: 2.5em;
}

.toc-level-3 {
  margin-left: 3.5em;
  font-size: 14px;
  position: relative;
  padding-left: 1.5em;
}

.toc-item.toc-last-h3 {
  margin-bottom: 1.5em;
}

.toc-list {
  counter-reset: toc-h2;
}

.toc-item.toc-level-2 .toc-text::before {
  content: counter(toc-h2);
  counter-increment: toc-h2;
  margin-right: 0.5em;
  font-weight: bold;
  position: absolute;
  left: 6px;
  font-family: "Verdana", sans-serif;
}

.toc-item.toc-level-3 .toc-text::before {
  content: "⚫︎";
  margin-right: 0.3em;
  font-size: 1em;
  position: absolute;
  left: 0;
}

.toc-list a {
  text-decoration: none;
  color: var(--color-htag);
}

.toc-list .toc-number {
  margin-right: 1em;
  font-weight: bold;

}

.toc-list .toc-bullet {
  font-size: 11px;
  margin-right: 5px;
}

.toc-number,
.toc-bullet {
  text-decoration: none;
}

.toc-text {
  text-decoration: none;
}

.toc-list a:hover .toc-text {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
}

/* 
ーーーーーーーーーーーーーーーーーーーーーーーーーー */
.po-a0001-side .toc-wrap {
  background: #fff;
  border: 1px solid var(--color-bg);
  padding: 16px;
  margin: 2em 0;
  border-radius: 0;
}

@media (max-width:767px) {
  .po-a0001-side .toc-wrap {
    padding: 25px;
  }
}



.po-a0001-side .toc-list {
  list-style: none;
  padding-left: 0;
  font-weight: 500;

}

.po-a0001-side .toc-item {
  margin-bottom: .3em;
}

.po-a0001-side .toc-level-2 {
  font-size: 13px;
  margin-bottom: 8px;
  position: relative;
  padding-left: 2.5em;
}

.po-a0001-side .toc-level-3 {
  margin-left: 3.5em;
  font-size: 12px;
  position: relative;
  padding-left: 1.5em;
}

.po-a0001-side .toc-item.toc-last-h3 {
  margin-bottom: 1.5em;
}

.po-a0001-side .toc-list a {
  text-decoration: none;
  color: #333;
}


/* 
ーーーーーーーーーーーーーーーーーーーーーーーーーー */

.editor-profile {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 20px;
}

.editor-img {
  width: 26%;
  height: auto;
  aspect-ratio: 1/1;
}

.editor-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}

.editor-details {
  width: 70%;
}

@media (max-width:767px) {
  .editor-img {
    width: 100%;
    margin: auto;
    margin-bottom: 10px;

  }

  .editor-details {
    width: 100%;
  }
}

.editor-note {
  margin-bottom: .5em;
}