@charset "UTF-8";
/*
  Skin Name: Prize Lab
  Description: 「Prize Lab」で使用するテーマです。
  Skin URI: https://prize-lab.lets-web.info/
  Author: なおひろ
  Author URI: https://prize-lab.lets-web.infa/
  Version: 1.0.2
  Priority: 9999000000
*/
/*以下にスタイルシートを記入してください*/
:root {
  --box-shadow: 0 4px 8px var(--key-color--shadow);
  --line-height: 1.5;
  --text-color: #333;
}

* {
  word-break: break-all;
}

.display-none {
  background: var(--wp--preset--color--key-color) !important;
}

.page-numbers.dots, .a-wrap:hover, .widget_recent_entries ul li a:hover, .widget_categories ul li a:hover, .widget_archive ul li a:hover, .widget_pages ul li a:hover, .widget_meta ul li a:hover, .widget_rss ul li a:hover, .widget_nav_menu ul li a:hover, .pager-links a:hover span, .tag-link:hover, .tagcloud a:hover {
  background-color: transparent !important;
}

.widget_recent_entries ul li a:hover, .widget_categories ul li a:hover, .widget_archive ul li a:hover, .widget_pages ul li a:hover, .widget_meta ul li a:hover, .widget_rss ul li a:hover, .widget_nav_menu ul li a:hover, .widget_block ul li a:hover {
  background-color: transparent !important;
}

.custom-html-widget {
  text-align: center;
  margin: 40px 0;
}

.advertisement-area, .ad-banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin: 24px 0 !important;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .advertisement-area, .ad-banner {
    margin: 16px 0 !important;
  }
}

.pr-label-l {
  border-radius: 8px;
  border-color: var(--wp--preset--color--key-color);
  color: var(--wp--preset--color--key-color);
}

.not-found {
  display: none;
}

.editor-styles-wrapper {
  max-width: 738px;
  margin: 0 auto !important;
}

.list-more-button {
  margin: 0;
}

.list-more-button-wrap, .pagination-next {
  margin: 32px 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .list-more-button-wrap, .pagination-next {
    margin-top: 24px;
  }
}

.list-more-button, .key-btn {
  display: inline-block;
  position: relative;
  width: auto;
  padding: 16px 72px 16px 40px;
  border: 1px solid var(--wp--preset--color--key-color);
  border-radius: 100vw;
  box-shadow: var(--box-shadow);
  background-color: #fff !important;
  font-size: 16px;
  line-height: var(--line-height);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .list-more-button, .key-btn {
    padding: 16px 56px 16px 32px;
  }
}
.list-more-button:hover, .key-btn:hover {
  box-shadow: none;
  background-color: var(--key-color--background) !important;
}
.list-more-button::after, .key-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--wp--preset--color--key-color);
}
@media screen and (max-width: 768px) {
  .list-more-button::after, .key-btn::after {
    right: 24px;
  }
}

.go-to-top {
  right: 16px;
  bottom: 16px;
}

.go-to-top-button {
  width: 64px;
  height: 64px;
  border: 1px solid var(--wp--preset--color--key-color);
  border-radius: 50%;
  box-shadow: var(--box-shadow);
  background-color: #fff !important;
  color: var(--wp--preset--color--key-color) !important;
}

.a-wrap {
  padding: 0 !important;
}
.a-wrap:hover .card-title {
  color: var(--wp--preset--color--key-color);
}
.a-wrap:hover .card-thumb img {
  transform: scale(1.2);
}

@media screen and (max-width: 768px) {
  .rect-vertical-card-4 .a-wrap {
    flex: 0 1 calc(50% - 8px) !important;
  }
}
.cat-label {
  top: 0;
  left: 0;
  padding: 8px;
  background-color: rgba(0, 0, 0, 0.75) !important;
  color: #fff !important;
  font-size: 12px;
  line-height: var(--line-height);
  font-weight: 600;
  border: none;
  border-radius: 16px 0 16px 0;
}
@media screen and (max-width: 768px) {
  .cat-label {
    font-size: 10px;
  }
}

.card-thumb {
  margin: 0 0 8px;
  border-radius: 16px;
  overflow: hidden;
}
.card-thumb img {
  transition: all 0.3s ease-in-out;
}

.card-content {
  gap: 4px;
}

.card-title {
  margin-bottom: 0;
  font-size: 16px;
  line-height: var(--line-height);
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}

.card-meta {
  padding: 0 !important;
}
.card-meta .e-card-info {
  justify-content: flex-start;
}
.card-meta .e-card-info .post-date, .card-meta .e-card-info .post-update {
  padding: 0;
  font-size: 14px;
  line-height: var(--line-height);
}
.card-meta .e-card-info .post-date .fa, .card-meta .e-card-info .post-date .far, .card-meta .e-card-info .post-date .fas, .card-meta .e-card-info .post-update .fa, .card-meta .e-card-info .post-update .far, .card-meta .e-card-info .post-update .fas {
  color: var(--wp--preset--color--key-color);
}
.card-meta .e-card-info .post-date .entry-date, .card-meta .e-card-info .post-update .entry-date {
  margin-left: 4px;
}

.list-title {
  margin-bottom: 40px;
  font-size: 32px;
  line-height: var(--line-height);
  font-weight: 600;
}
.list-title:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .list-title {
    margin-bottom: 24px;
    font-size: 24px;
  }
}

.list-title-in {
  padding: 0 0 16px;
  line-height: var(--line-height);
}
.list-title-in::before {
  content: none;
}
@media screen and (max-width: 768px) {
  .list-title-in {
    padding-bottom: 12px;
  }
}
.list-title-in::after {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  margin: 0;
  background-color: var(--wp--preset--color--key-color);
  border-radius: 1px;
}
@media screen and (max-width: 768px) {
  .list-title-in::after {
    width: 32px;
  }
}

.archive-title {
  margin: 0 0 32px;
  color: var(--wp--preset--color--key-color);
  font-size: 28px;
  line-height: var(--line-height);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .archive-title {
    margin: 0 0 24px;
    font-size: 20px;
  }
}
.archive-title span {
  margin-right: 8px;
}

.header-container {
  box-shadow: var(--box-shadow);
}

.header-container-in.hlt-top-menu {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px 40px;
  max-width: 1160px;
  padding: 24px 40px;
}
@media screen and (max-width: 1023px) {
  .header-container-in.hlt-top-menu {
    gap: 0;
    padding: 16px;
  }
}
.header-container-in.hlt-top-menu .logo-header a:hover {
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
}
.header-container-in.hlt-top-menu .logo-header img {
  max-height: 40px;
}
.header-container-in.hlt-top-menu .navi {
  width: auto;
}
.header-container-in.hlt-top-menu .navi .item-label {
  white-space: wrap;
  text-align: left;
}

.site-name-text-link {
  padding: 0;
}

.navi-in ul {
  justify-content: start;
  gap: 16px 24px;
  font-weight: 600;
}
.navi-in ul li {
  width: auto;
  height: auto;
}
.navi-in ul li a:hover {
  color: var(--wp--preset--color--key-color) !important;
}

.footer {
  margin-top: 0;
  padding: 0;
}
.footer .copyright {
  margin-top: 0;
  line-height: var(--line-height);
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .footer .copyright {
    font-size: 10px;
  }
}

.footer-in {
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .footer-in {
    padding: 32px 20px;
  }
}

.footer-bottom {
  margin-top: 0;
  padding: 0;
  max-width: 1080px;
}

.footer-bottom-content {
  display: flex !important;
  flex-direction: column;
  gap: 16px;
}

.menu-footer {
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .menu-footer {
    gap: 16px;
  }
}
.menu-footer li {
  width: auto !important;
  margin: 0 !important;
  flex: 0 1 auto !important;
  border: none !important;
}
.menu-footer li a {
  padding: 0 !important;
  font-weight: 400;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .menu-footer li a {
    font-size: 12px;
  }
}

.content {
  margin-top: 0;
  padding: 56px 40px 80px;
}
@media screen and (max-width: 768px) {
  .content {
    padding: 40px 20px 56px;
  }
}

.content-in {
  flex-wrap: nowrap;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .content-in {
    flex-wrap: wrap;
  }
}
.content-in.wrap {
  max-width: 1080px;
}

.main {
  flex: 1;
  width: auto !important;
  max-width: calc(100% - 340px);
  margin: 0 !important;
  padding: 0 !important;
}
@media screen and (max-width: 1023px) {
  .main {
    max-width: 100%;
  }
}

.ect-3-columns {
  gap: 32px 16px;
}
@media screen and (max-width: 768px) {
  .ect-3-columns {
    gap: 24px 8px;
  }
}
.ect-3-columns .entry-card-wrap {
  width: calc((100% - 32px) / 3);
}
@media screen and (max-width: 768px) {
  .ect-3-columns .entry-card-wrap {
    width: calc((100% - 8px) / 2);
  }
}

#list {
  margin-bottom: 0;
}

.list-wrap {
  display: flex;
  flex-direction: column;
  gap: 56px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .list-wrap {
    gap: 48px;
  }
}

.navi-menu-content {
  margin: 0 !important;
  padding: 0 !important;
}

.menu-drawer {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 20px;
}

.menu-item a {
  padding: 0;
  font-size: 16px;
  line-height: var(--line-height);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .menu-item a {
    font-size: 14px;
  }
}

.mobile-footer-menu-buttons {
  box-shadow: 0 -4px 8px var(--key-color--shadow);
}
.mobile-footer-menu-buttons .menu-button-in {
  padding: 8px 0;
}
.mobile-footer-menu-buttons .menu-icon {
  color: var(--wp--preset--color--key-color);
  font-size: 24px;
}
.mobile-footer-menu-buttons .menu-caption {
  color: var(--text-color);
  font-weight: 600;
  font-size: 10px;
  line-height: var(--line-height);
}

.sidebar-menu-close-button, .navi-menu-close-button {
  padding: 24px;
  font-size: 24px;
}
.sidebar-menu-close-button .fa, .sidebar-menu-close-button .far, .sidebar-menu-close-button .fas, .navi-menu-close-button .fa, .navi-menu-close-button .far, .navi-menu-close-button .fas {
  color: var(--wp--preset--color--key-color);
}

.sidebar {
  max-width: 300px !important;
  margin: 0 !important;
  padding: 0 !important;
}
@media screen and (max-width: 1023px) {
  .sidebar {
    max-width: unset !important;
    padding: 0 20px 24px !important;
  }
}
.sidebar h2, .sidebar h3 {
  margin: 0 0 20px !important;
  padding: 16px;
  background-color: var(--key-color--background) !important;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 600px;
}
@media screen and (max-width: 768px) {
  .sidebar h2, .sidebar h3 {
    font-size: 16px;
  }
}
.sidebar .wp-block-group, .sidebar .wp-block-search__button-outside {
  margin-bottom: 0 !important;
}
.sidebar .widget {
  margin-bottom: 32px !important;
}
.sidebar .widget:last-child {
  margin-bottom: 0 !important;
}
.sidebar .wp-block-latest-posts__post-title, .sidebar .wp-block-latest-comments {
  font-size: 16px;
  line-height: var(--line-height);
}
@media screen and (max-width: 768px) {
  .sidebar .wp-block-latest-posts__post-title, .sidebar .wp-block-latest-comments {
    font-size: 14px;
  }
}
.sidebar .wp-block-latest-posts__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sidebar .wp-block-latest-posts__list li a {
  padding: 0;
}
.sidebar .wp-block-latest-posts__list li a:hover {
  color: var(--wp--preset--color--key-color);
}
.sidebar .wp-block-search__label {
  display: block;
  font-size: 16px;
  line-height: var(--line-height);
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .sidebar .wp-block-search__label {
    font-size: 14px;
  }
}
.sidebar .wp-block-search__button {
  width: auto;
  padding: 0 16px;
  border: none;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
}
.sidebar .wp-block-search__input {
  padding: 12px;
  background-color: #f2f2f2;
  border: none;
  border-radius: 8px 0 0 8px;
  font-size: 16px;
}
.sidebar .wp-block-search__button {
  margin-left: 0;
  background-color: var(--wp--preset--color--key-color);
  border-radius: 0 8px 8px 0;
}
.sidebar .sns-follow {
  margin-top: 0;
}

.widget-entry-cards figure {
  width: 120px !important;
}

.widget-entry-card-content {
  margin-left: 132px !important;
}

.sns-follow {
  margin: 56px 0;
}
@media screen and (max-width: 768px) {
  .sns-follow {
    margin: 48px 0;
  }
}
.sns-follow:first-child {
  margin-top: 0;
}
.sns-follow:last-child {
  margin-bottom: 0;
}
.sns-follow .sns-follow-buttons {
  margin: 0;
}
.sns-follow .sns-button {
  border-radius: 8px;
}

.sns-follow-message, .sns-share-message {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: var(--line-height);
}
@media screen and (max-width: 768px) {
  .sns-follow-message, .sns-share-message {
    font-size: 14px;
  }
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 32px 0 56px;
}
@media screen and (max-width: 768px) {
  .pagination {
    margin: 24px 0 48px;
  }
}
.pagination a:hover {
  border: 1px solid var(--wp--preset--color--key-color) !important;
  color: var(--wp--preset--color--key-color) !important;
}

.page-numbers {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  background-color: var(--key-color--background) !important;
  border: none;
  border-radius: 8px;
  color: var(--wp--preset--color--key-color);
  font-weight: 600;
}
.page-numbers.current {
  background-color: var(--wp--preset--color--key-color) !important;
  color: #fff;
}

.breadcrumb {
  margin: 56px 0 0;
  color: var(--text-color);
  font-size: 14px;
  line-height: var(--line-height);
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    margin: 48px 0 0;
    font-size: 12px;
  }
}
.breadcrumb a {
  color: var(--text-color);
  transition: all 0.3s ease-in-out;
}
.breadcrumb a:hover {
  color: var(--wp--preset--color--key-color);
}
.breadcrumb .fa, .breadcrumb .far, .breadcrumb .fas {
  color: var(--wp--preset--color--key-color);
}
.breadcrumb .breadcrumb-caption {
  margin: 0;
  margin-left: 4px;
}
.breadcrumb .sp {
  margin: 0 8px;
}

.entry-title {
  margin: 0 0 24px;
  padding: 0;
  font-size: 32px;
  line-height: var(--line-height) !important;
  font-weight: 600 !important;
}
@media screen and (max-width: 768px) {
  .entry-title {
    margin: 0 0 16px;
    font-size: 24px;
  }
}

.eye-catch-wrap {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .eye-catch-wrap {
    margin-bottom: 16px;
  }
}
.eye-catch-wrap .eye-catch {
  margin: 0;
}
.eye-catch-wrap .eye-catch img {
  border-radius: 16px;
}

.sns-share {
  margin: 0 0 48px;
}
@media screen and (max-width: 768px) {
  .sns-share {
    margin: 0 0 40px;
  }
}
.sns-share .ss-col-4 a {
  width: 25%;
}

.sns-share-buttons {
  flex-wrap: nowrap;
  column-gap: 8px !important;
  margin: 0;
}
.sns-share-buttons .sns-button {
  border-radius: 8px;
}

.ss-col-4 .sns-button {
  width: 25% !important;
}

.date-tags {
  margin: 16px 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .date-tags {
    margin: 8px 0;
  }
}
.date-tags .post-date, .date-tags .post-update {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: var(--line-height);
}
.date-tags .post-date .fa, .date-tags .post-date .far, .date-tags .post-date .fas, .date-tags .post-update .fa, .date-tags .post-update .far, .date-tags .post-update .fas {
  color: var(--wp--preset--color--key-color);
}
.date-tags .post-date .entry-date, .date-tags .post-update .entry-date {
  margin-left: 8px;
}

.toc {
  width: 100%;
  margin: 32px 0 !important;
  padding: 32px;
  border: none;
  border-radius: 16px;
  background-color: var(--key-color--background);
}
.toc:first-child {
  margin-top: 0 !important;
}
@media screen and (max-width: 768px) {
  .toc {
    margin: 24px 0 !important;
    padding: 24px;
  }
}
.toc .toc-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  font-size: 20px;
  line-height: var(--line-height);
  font-weight: 600;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .toc .toc-title {
    font-size: 16px;
  }
}
.toc .toc-title:hover::after {
  text-decoration: none;
  box-shadow: none;
}
.toc .toc-title::after {
  content: "開く";
  padding: 8px 16px;
  border-radius: 100vw;
  background-color: #fff;
  color: var(--wp--preset--color--key-color);
  font-weight: 600;
  line-height: var(--line-height);
  box-shadow: var(--box-shadow);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .toc .toc-title::after {
    font-size: 14px;
  }
}
.toc .toc-checkbox:checked + .toc-title::after {
  content: "閉じる";
}
.toc .toc-content ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.toc .toc-content ul li {
  margin: 0;
  line-height: 1.5;
}
.toc .toc-content ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: inherit;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .toc .toc-content ul li a {
    font-size: 14px;
  }
}
.toc .toc-content ul li a:hover {
  text-decoration: none;
}
.toc .toc-content ul li ul {
  margin-top: 16px;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .toc .toc-content ul li ul {
    margin-top: 12px;
  }
}
.toc .toc-content ul li ul li a {
  font-weight: 400;
}
.toc .toc-checkbox:checked ~ .toc-content {
  padding: 0 !important;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .toc .toc-checkbox:checked ~ .toc-content {
    margin-top: 16px;
  }
}

.entry-content {
  margin: 24px 0 48px;
}

.wp-block-heading {
  font-weight: 600;
  line-height: var(--line-height) !important;
}
.wp-block-heading:first-child {
  margin-top: 0 !important;
}

h2.wp-block-heading {
  position: relative;
  margin: 48px 0 32px !important;
  padding: 0 0 0 32px;
  background-color: transparent !important;
  color: #333 !important;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  h2.wp-block-heading {
    margin: 40px 0 24px !important;
    padding: 0 0 0 24px;
    font-size: 20px;
  }
}
h2.wp-block-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  transform: translateY(-50%);
  width: 24px;
  height: 3px;
  background-color: var(--wp--preset--color--key-color);
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  h2.wp-block-heading::before {
    width: 16px;
  }
}
h2.wp-block-heading + h3.wp-block-heading {
  margin-top: 24px !important;
}
@media screen and (max-width: 768px) {
  h2.wp-block-heading + h3.wp-block-heading {
    margin-bottom: 16px !important;
  }
}

h3.wp-block-heading {
  margin: 40px 0 24px !important;
  padding: 24px;
  border: none;
  border-radius: 8px;
  background-color: var(--key-color--background);
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  h3.wp-block-heading {
    margin: 32px 0 16px !important;
    padding: 16px;
    font-size: 18px;
  }
}
h3.wp-block-heading + h4.wp-block-heading {
  margin-top: 24px !important;
}
@media screen and (max-width: 768px) {
  h3.wp-block-heading + h4.wp-block-heading {
    margin-bottom: 16px !important;
  }
}

h4.wp-block-heading {
  margin: 32px 0 24px !important;
  padding: 0;
  border: none;
  font-size: 20px;
  color: var(--wp--preset--color--key-color);
}
@media screen and (max-width: 768px) {
  h4.wp-block-heading {
    margin: 32px 0 16px !important;
    font-size: 18px;
  }
}

h5.wp-block-heading {
  position: relative;
  margin: 24px 0 16px !important;
  padding: 0 0 0 16px;
  border: none;
  font-size: 16px;
}
h5.wp-block-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: var(--wp--preset--color--key-color);
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  h5.wp-block-heading {
    margin: 20px 0 12px !important;
    font-size: 14px;
  }
}

.entry-content p, .is-root-container p {
  margin-bottom: 16px !important;
}
@media screen and (max-width: 768px) {
  .entry-content p, .is-root-container p {
    margin-bottom: 12px !important;
  }
}
.entry-content p:last-child, .is-root-container p:last-child {
  margin-bottom: 0 !important;
}
.entry-content a, .is-root-container a {
  font-weight: 600;
}

.wp-block-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px !important;
  padding: 0 !important;
}
@media screen and (max-width: 768px) {
  .wp-block-list {
    gap: 4px;
    margin-bottom: 16px !important;
  }
}
.wp-block-list:last-child {
  margin-bottom: 0 !important;
}
.wp-block-list li {
  position: relative;
  margin: 0 !important;
  list-style: none;
  line-height: 1.75;
}

ul.wp-block-list li {
  padding-left: 16px !important;
}
ul.wp-block-list li::before {
  content: "";
  position: absolute;
  top: calc(0.875em - 4px);
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--key-color--thin);
}

ol.wp-block-list {
  list-style: none;
  counter-reset: ol-item;
}
ol.wp-block-list > li {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 8px;
  counter-increment: ol-item;
}
ol.wp-block-list > li::before {
  content: counter(ol-item) ".";
  color: var(--wp--preset--color--key-color);
  font-weight: 600;
}

.toggle-box {
  margin-bottom: 16px !important;
  padding: 20px;
  border: 1px solid var(--wp--preset--color--key-color);
  border-radius: 16px;
  box-shadow: var(--box-shadow);
}
@media screen and (max-width: 768px) {
  .toggle-box {
    padding: 16px;
    border-radius: 12px;
  }
}
.toggle-box .toggle-button {
  position: relative;
  padding: 0;
  border: none;
  background-color: transparent;
  font-size: 16px;
  line-height: var(--line-height);
  text-align: left;
  font-weight: 600;
}
.toggle-box .toggle-button::before {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  margin: 0;
  border-radius: 50%;
  background-color: var(--wp--preset--color--key-color);
  color: #fff;
  font-size: 12px;
  line-height: 1;
  opacity: 1;
}

.toggle-content {
  margin-bottom: 0 !important;
  padding: 0 !important;
  border: none !important;
}

.toggle-checkbox:checked ~ .toggle-content {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .toggle-checkbox:checked ~ .toggle-content {
    margin-bottom: 16px;
  }
}

.wp-block-image, .wp-block-video {
  margin: 0 auto 24px !important;
}
@media screen and (max-width: 768px) {
  .wp-block-image, .wp-block-video {
    margin-bottom: 16px !important;
  }
}
.wp-block-image img, .wp-block-video img {
  display: block;
  margin: 0 auto;
}
.wp-block-image .wp-element-caption, .wp-block-video .wp-element-caption {
  display: block !important;
  margin-top: 4px !important;
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .wp-block-image .wp-element-caption, .wp-block-video .wp-element-caption {
    font-size: 12px;
  }
}

.wp-block-table {
  margin-bottom: 24px !important;
}
@media screen and (max-width: 768px) {
  .wp-block-table {
    margin-bottom: 16px !important;
  }
}
@media screen and (max-width: 768px) {
  .wp-block-table.is-scroll table {
    width: 800px !important;
    max-width: unset !important;
  }
}
.wp-block-table:last-child {
  margin-bottom: 0 !important;
}
.wp-block-table table {
  width: 100% !important;
}
.wp-block-table thead {
  border: none;
}
.wp-block-table th, .wp-block-table td {
  min-width: 120px;
  padding: 8px;
  border-color: rgb(220, 220, 220) !important;
  font-size: 14px;
  line-height: var(--line-height);
}
@media screen and (max-width: 768px) {
  .wp-block-table th, .wp-block-table td {
    min-width: 100px;
    font-size: 12px;
  }
}
.wp-block-table th {
  background-color: var(--wp--preset--color--key-color) !important;
  color: #fff;
}
.wp-block-table td {
  border: 1px solid #DCDCDC !important;
}
.wp-block-table tbody th {
  width: 160px;
}
@media screen and (max-width: 768px) {
  .wp-block-table tbody th {
    width: 100px;
  }
}
.wp-block-table .wp-element-caption {
  margin-top: 8px;
  padding: 0;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .wp-block-table .wp-element-caption {
    font-size: 12px;
  }
}

.wp-block-quote {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 24px 0 !important;
  padding: 24px;
  border: none;
  border-radius: 24px;
  background-color: #FFF;
  border: 2px solid var(--key-color--shadow);
}
@media screen and (max-width: 768px) {
  .wp-block-quote {
    gap: 16px;
    margin: 16px 0 !important;
    padding: 16px;
    border-radius: 16px;
  }
}
.wp-block-quote::before, .wp-block-quote::after {
  content: "";
}
.wp-block-quote p {
  margin-bottom: 0 !important;
}
.wp-block-quote.good {
  background-color: #FFF;
  border: 2px solid #D3F1D5;
}
.wp-block-quote.good a {
  color: #46C44E;
}
.wp-block-quote.bad {
  background-color: #FFF;
  border: 2px solid #FBD2D3;
}
.wp-block-quote.bad a {
  color: #EE4547;
}

.entry-categories-tags {
  margin: 48px 0 56px;
}
@media screen and (max-width: 768px) {
  .entry-categories-tags {
    margin: 40px 0;
  }
}
.entry-categories-tags .tax-icon {
  margin-right: 4px;
}

.entry-categories {
  margin: 0 !important;
}

.cat-link {
  margin-right: 8px;
  padding: 4px 8px;
  border: 1px solid var(--key-color--thin) !important;
  border-radius: 8px;
  background-color: #fff !important;
  color: var(--wp--preset--color--key-color) !important;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .cat-link {
    font-size: 12px;
  }
}

.related-entry-heading {
  margin: 48px 0 24px;
  color: var(--wp--preset--color--key-color);
  font-size: 28px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .related-entry-heading {
    margin: 40px 0 16px;
    font-size: 24px;
  }
}

.related-list {
  column-gap: 16px !important;
  row-gap: 32px !important;
}
@media screen and (max-width: 768px) {
  .related-list {
    column-gap: 8px !important;
    row-gap: 24px !important;
  }
}

.rect-vertical-card-4 .related-entry-card-wrap {
  width: calc((100% - 48px) / 4);
}
@media screen and (max-width: 768px) {
  .rect-vertical-card-4 .related-entry-card-wrap {
    width: calc((100% - 8px) / 2);
  }
}

.is-layout-constrained {
  margin-bottom: 24px !important;
}
@media screen and (max-width: 768px) {
  .is-layout-constrained {
    margin-bottom: 16px !important;
  }
}
.is-layout-constrained .wp-block-list li::before {
  background-color: #333;
}

.good-point {
  --wp--preset--color--key-color: rgb(47, 184, 120) !important;
  --key-color--background: rgba(47, 184, 120, .16) !important;
}
.good-point blockquote a {
  color: var(--wp--preset--color--key-color) !important;
}

.bad-point {
  --wp--preset--color--key-color: rgb(228, 62, 90) !important;
  --key-color--background: rgba(228, 62, 90, .16) !important;
}
.bad-point blockquote a {
  color: var(--wp--preset--color--key-color) !important;
}

.video-container {
  margin: 0 auto;
}

.tag-link {
  border: none;
  color: var(--wp--preset--color--key-color);
  font-weight: 600;
}

.custom-html-widget {
  margin: 0;
}

.wp-block-code {
  margin-bottom: 16px !important;
  padding: 16px;
  border-radius: 8px;
  line-height: 1.5 !important;
}
@media screen and (max-width: 768px) {
  .wp-block-code {
    margin-bottom: 12px !important;
  }
}
.wp-block-code:last-child {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
  .list-new-entries .list {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 0 20px;
    flex-wrap: nowrap;
    overflow-x: scroll;
    -ms-overflow-style: none;
    /*スクロールバー非表示（Firefox）*/
    scrollbar-width: none;
    /*スクロールバー非表示（Chrome・Safari）*/
  }
  .list-new-entries .list::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .list-new-entries .entry-card-wrap {
    min-width: 200px;
  }
}

.list-columns {
  gap: 56px 40px;
}
@media screen and (max-width: 768px) {
  .list-columns {
    gap: 48px;
  }
}
.list-columns .list-title {
  margin-bottom: 32px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .list-columns .list-title {
    margin-bottom: 24px;
    font-size: 20px;
  }
}
.list-columns .list-title .list-title-in {
  padding: 0;
  color: var(--wp--preset--color--key-color);
}
.list-columns .list-title .list-title-in::after {
  display: none;
}
.list-columns .card-arrow .card-content {
  margin-right: 0 !important;
}
.list-columns .ect-entry-card .card-thumb {
  margin-bottom: 0 !important;
}
.list-columns .widget-entry-cards .a-wrap {
  margin-bottom: 12px;
}
.list-columns .widget-entry-cards .a-wrap:last-child {
  margin-bottom: 0;
}

.font-awesome-5 .card-arrow .a-wrap::after {
  display: none;
}

.ect-2-columns > *, .fpt-2-columns > * {
  width: calc((100% - 40px) / 2);
}

label sup {
  color: red;
}

.entry-content .cta, .article .cta {
  margin: 24px 0 !important;
  padding: 40px 32px;
  border-radius: 16px;
  background-color: var(--wp--preset--color--key-color);
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .entry-content .cta, .article .cta {
    margin: 16px 0 !important;
    padding: 24px 20px;
  }
}
.entry-content .cta:first-child, .article .cta:first-child {
  margin-top: 0 !important;
}
.entry-content .cta:last-child, .article .cta:last-child {
  margin-bottom: 0 !important;
}
.entry-content .cta__title, .article .cta__title {
  margin-bottom: 8px !important;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .entry-content .cta__title, .article .cta__title {
    font-size: 20px;
  }
}
.entry-content .cta__title--icon, .entry-content .cta__title--oripa, .article .cta__title--icon, .article .cta__title--oripa {
  position: relative;
  margin-bottom: 24px !important;
  padding-left: 36px;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .entry-content .cta__title--icon, .entry-content .cta__title--oripa, .article .cta__title--icon, .article .cta__title--oripa {
    margin-bottom: 16px !important;
    padding-left: 32px;
    font-size: 24px;
  }
}
.entry-content .cta__title--icon::before, .entry-content .cta__title--oripa::before, .article .cta__title--icon::before, .article .cta__title--oripa::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: calc(0.75em - 14px);
  width: 28px;
  height: 28px;
  background-image: url("images/cta-icon.svg");
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .entry-content .cta__title--icon::before, .entry-content .cta__title--oripa::before, .article .cta__title--icon::before, .article .cta__title--oripa::before {
    top: calc(0.75em - 12px);
    width: 24px;
    height: 24px;
  }
}
.entry-content .cta__title--oripa::before, .article .cta__title--oripa::before {
  background-image: url("images/cta-icon_oripa.svg");
}
.entry-content .cta__title--center, .article .cta__title--center {
  margin-bottom: 24px !important;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .entry-content .cta__title--center, .article .cta__title--center {
    margin-bottom: 16px !important;
  }
}
.entry-content .cta__content, .article .cta__content {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
.entry-content .cta__icon, .article .cta__icon {
  flex-shrink: 0;
}
.entry-content .cta__icon img, .article .cta__icon img {
  border-radius: 8px;
}
.entry-content .cta .wp-block-list li::before, .article .cta .wp-block-list li::before {
  background-color: #FFF;
}
.entry-content .cta__download, .article .cta__download {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
.entry-content .cta__download:last-child, .article .cta__download:last-child {
  margin-bottom: 0;
}
.entry-content .cta__download .fas, .article .cta__download .fas {
  display: none !important;
}
.entry-content .cta a, .article .cta a {
  color: #FFF;
}
.entry-content .cta .wp-element-caption, .article .cta .wp-element-caption {
  font-weight: 600;
}
.entry-content .onkure-list, .article .onkure-list {
  display: flex;
  gap: 12px;
  flex-wrap: nowrap;
  margin-bottom: 24px;
  overflow-x: auto;
}
.entry-content .onkure-list__card, .article .onkure-list__card {
  flex: 0 0 auto;
}
.entry-content .onkure-list img, .article .onkure-list img {
  border-radius: 8px;
}
.entry-content .onkure-list i, .article .onkure-list i {
  margin-left: 4px;
}
.entry-content .onkure-list .wp-block-image, .article .onkure-list .wp-block-image {
  display: table !important;
  margin: 0 !important;
}
.entry-content .onkure-list .wp-block-image .wp-element-caption, .article .onkure-list .wp-block-image .wp-element-caption {
  display: table-caption !important;
  padding: 0;
  line-height: var(--line-height);
  caption-side: bottom;
}
.entry-content .onkure-list .anchor-icon, .article .onkure-list .anchor-icon {
  display: none;
}

.adsbygoogle {
  width: 100% !important;
  margin: 32px 0 !important;
}
@media screen and (max-width: 768px) {
  .adsbygoogle {
    margin: 24px 0 !important;
  }
}
.adsbygoogle:first-child {
  margin-top: 0 !important;
}
.adsbygoogle:last-child {
  margin-bottom: 0 !important;
}

.wp-block-embed {
  margin: 0 0 32px !important;
}
@media screen and (max-width: 768px) {
  .wp-block-embed {
    margin: 0 0 24px !important;
  }
}

.blogcard-wrap {
  display: block;
  width: 100%;
  margin: 0;
}

.blogcard {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 16px;
  padding: 24px;
  border-color: --wp--preset--color--key-color;
  box-shadow: var(--box-shadow);
}
@media screen and (max-width: 768px) {
  .blogcard {
    padding: 16px;
  }
}

.blogcard-thumbnail {
  width: 120px;
  margin: 0 16px 0 0;
}
@media screen and (max-width: 768px) {
  .blogcard-thumbnail {
    width: 100px;
  }
}
.blogcard-thumbnail img {
  border-radius: 8px;
}

.blogcard-content {
  min-height: auto;
  margin: 0;
}

.blogcard-title {
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .blogcard-title {
    font-size: 16px;
  }
}

.blogcard-snippet {
  display: none;
}

.blogcard-site {
  display: none;
}

.blogcard-footer {
  display: none;
}

.blogcard-thumbnail {
  flex-shrink: 0;
}

[class*=cx-video-] {
  height: auto;
  margin: 0 auto 24px !important;
}
@media screen and (max-width: 768px) {
  [class*=cx-video-] {
    margin-bottom: 16px !important;
  }
}

/*# sourceMappingURL=style.css.map */
