@charset "UTF-8";
/*!
Theme Name: ウラオモテ Ver4.1.5.8
Theme URL: https://webya-tools.com/uraomote
Description: WEB屋史上最強のWPテーマ
Author: WEB屋
Template: cocoon-master
Version: 4.1.5.8
Requires at least: 6.6.2
Tested up to: 6.6.2
Requires PHP: 7.4
*/
/* 全般
---------------------------------------------------------------------- */
.wrap {
  width: var(--cocoon-site-wrap-width);
}
.no-sidebar:not(.column-full-wide):not(.column-wide):not(.column-narrow):not(.main--full) .wrap {
  width: var(--cocoon-content-width);
}
.no-sidebar.main--full .wrap {
  width: 100% !important;
}
.wrap--full .wrap {
  width: 100%;
}

.wrap--full .main {
  width: calc(100% - var(--cocoon-sidebar-width-total) - var(--cocoon-main-sidebar-margin));
}
@media screen and (max-width: 1023px) {
  .wrap--full .main {
    width: 100%;
  }
}

.全幅,
.full_width_content,
.alignfull {
  margin-inline: calc(var(--cocoon-content-padding) * -1);
}
@media screen and (max-width: 1023px) {
  .全幅,
  .full_width_content,
  .alignfull {
    margin-left: -16px !important;
    margin-right: -16px !important;
  }
}

.header-container-in.hlt-top-menu .tagline,
.header-container-in.hlt-top-menu.hlt-tm-small .tagline {
  display: block;
  margin: 5px 16px 0;
  font-size: 13px;
}
.is_mobile .header-container-in.hlt-top-menu .tagline,
.is_mobile .header-container-in.hlt-top-menu.hlt-tm-small .tagline {
  margin: 0;
}
.header-container-in.hlt-top-menu .site-name-text-link,
.header-container-in.hlt-top-menu.hlt-tm-small .site-name-text-link {
  margin: 0;
  padding-bottom: 5px;
}

@media screen and (max-width: 1023px) {
  main.main,
  div.sidebar {
    padding: 16px;
    margin: 0;
  }
}
.footer-bottom-content a,
.entry-card,
.related-entry-card {
  display: block;
}

select {
  background-color: #fff;
}

.fz-11px {
  font-size: 11px !important;
}

.body .has-black-background-color {
  background-color: #333;
}

.notice-area {
  margin-bottom: 1em;
}

.notice-area-link {
  transition: 0.5s;
}
.notice-area-link:hover {
  opacity: 1;
  filter: contrast(2);
}

.body:not(.is_mobile):not(.admin-page) .hidden-pc {
  display: none;
}

.body.is_mobile:not(.admin-page) .hidden-sp {
  display: none;
}

.admin-page .hidden-pc::after,
.admin-page .hidden-sp::after {
  position: absolute;
  right: 0;
  top: -24px;
  font-size: 11px;
  border: 1px solid;
  padding: 1px 5px;
}
.admin-page .hidden-sp::after {
  content: "PCのみ表示";
}
.admin-page .hidden-pc::after {
  content: "スマホのみ表示";
}

/* Font Awesome
-------------------------------------------- */
.has_fa_icon i.fa-solid::before {
  font-family: "font awesome 5 free";
  font-style: normal;
  font-weight: 900;
}
.has_fa_icon i.fa-regular::before {
  font-family: "font awesome 5 free";
  font-style: normal;
  font-weight: 400;
}
.has_fa_icon i.fa-star-half-stroke::before {
  content: "\f5c0";
}
.has_fa_icon i.fa-circle-info::before {
  content: "\f05a";
}
.has_fa_icon i.fa-circle-exclamation::before {
  content: "\f06a";
}
.has_fa_icon i.fa-file-lines::before {
  content: "\f15c";
}
.has_fa_icon i.fa-circle-question::before {
  content: "\f059";
}
.has_fa_icon i.fa-pencil::before {
  content: "\f303";
}
.has_fa_icon i.fa-bolt-lightning::before {
  content: "\f0e7";
}
.has_fa_icon i.fa-sliders::before {
  content: "\f1de";
}
.has_fa_icon i.fa-crown::before {
  color: #f8bc16;
}
.has_fa_icon i.fa-bolt-lightning::before {
  color: #f8bc16;
}
.has_fa_icon i.fa-sliders::before {
  color: #1e3050;
}
.has_fa_icon i.fa-paw::before {
  color: #754b05;
}
.has_fa_icon i.fa-heart::before {
  color: #ef454a;
}
.has_fa_icon i.fa-regular.fa-circle::before {
  color: #0095d9;
}
.has_fa_icon i.fa-times::before {
  color: #ff506f;
}
.has_fa_icon i.fa-check:before {
  color: #ef454a;
}
.has_fa_icon i.fa-check-double:before {
  color: #3d547d;
}
.has_fa_icon i.fa-angle-double-right:before {
  color: #1e3050;
}
.has_fa_icon .has_icon__color i::before {
  color: inherit;
}

.is_style__ranking i.fa-crown::before {
  color: #ddc934;
}
.is_style__ranking .rank_number {
  font-family: Verdana;
  font-weight: bold;
  color: #fff;
  font-size: 0.8em;
  margin-top: 0.2em;
}
.is_style__ranking .fa-stack {
  flex: none;
}
.is_style__ranking.has_rank i.fa-crown::before {
  color: #c3d825;
}
.is_style__ranking.has_rank [data-rank="1"] i.fa-crown::before {
  color: #ddc934;
}
.is_style__ranking.has_rank [data-rank="2"] i.fa-crown::before {
  color: #a2a4a3;
}
.is_style__ranking.has_rank [data-rank="3"] i.fa-crown::before {
  color: #b48a3e;
}

.wp-block-group {
  counter-reset: rankCounter;
}
.wp-block-group .mix .is_style__ranking .rank_number:not(.is_self)::before {
  counter-increment: rankCounter;
  content: counter(rankCounter);
}
.wp-block-group .mix .is_style__ranking .rank_number.is_self {
  display: none;
}
.wp-block-group .mix:nth-of-type(1) .is_style__ranking i.fa-crown::before,
.wp-block-group [data-type="acf/block-showcase"]:nth-of-type(1) .mix .is_style__ranking i.fa-crown::before {
  color: #ddc934;
}
.wp-block-group .mix:nth-of-type(2) .is_style__ranking i.fa-crown::before,
.wp-block-group [data-type="acf/block-showcase"]:nth-of-type(2) .mix .is_style__ranking i.fa-crown::before {
  color: #a2a4a3;
}
.wp-block-group .mix:nth-of-type(3) .is_style__ranking i.fa-crown::before,
.wp-block-group [data-type="acf/block-showcase"]:nth-of-type(3) .mix .is_style__ranking i.fa-crown::before {
  color: #b48a3e;
}
.wp-block-group .mix .is_style__ranking i.fa-crown::before,
.wp-block-group [data-type="acf/block-showcase"] .mix .is_style__ranking i.fa-crown::before {
  color: #c3d825;
}

/* マーカー
--------------------------------------------- */
.is-moving-marker--a {
  background-image: linear-gradient(90deg, var(--is-moving-marker__a_bg) 100%, transparent);
}
.is-moving-marker--a.marker-no-move {
  background-image: none;
}
.admin-page .is-moving-marker--a, .is-moving-marker--a.dropdown-item-title, .is-moving-marker--a.marker-move {
  color: var(--is-moving-marker__a_color);
  font-weight: var(--is-moving-marker__a_fw);
}
.is-moving-marker--a-underline {
  background-image: linear-gradient(transparent 60%, var(--is-moving-marker__a_bg) 60%);
}
.is-moving-marker--a-underline.marker-no-move {
  background-image: none;
}
.admin-page .is-moving-marker--a-underline, .is-moving-marker--a-underline.dropdown-item-title, .is-moving-marker--a-underline.marker-move {
  color: var(--is-moving-marker__a_color);
  font-weight: var(--is-moving-marker__a_fw);
}

.is-moving-marker--b {
  background-image: linear-gradient(90deg, var(--is-moving-marker__b_bg) 100%, transparent);
}
.is-moving-marker--b.marker-no-move {
  background-image: none;
}
.admin-page .is-moving-marker--b, .is-moving-marker--b.dropdown-item-title, .is-moving-marker--b.marker-move {
  color: var(--is-moving-marker__b_color);
  font-weight: var(--is-moving-marker__b_fw);
}
.is-moving-marker--b-underline {
  background-image: linear-gradient(transparent 60%, var(--is-moving-marker__b_bg) 60%);
}
.is-moving-marker--b-underline.marker-no-move {
  background-image: none;
}
.admin-page .is-moving-marker--b-underline, .is-moving-marker--b-underline.dropdown-item-title, .is-moving-marker--b-underline.marker-move {
  color: var(--is-moving-marker__b_color);
  font-weight: var(--is-moving-marker__b_fw);
}

.is-moving-marker--c {
  background-image: linear-gradient(90deg, var(--is-moving-marker__c_bg) 100%, transparent);
}
.is-moving-marker--c.marker-no-move {
  background-image: none;
}
.admin-page .is-moving-marker--c, .is-moving-marker--c.dropdown-item-title, .is-moving-marker--c.marker-move {
  color: var(--is-moving-marker__c_color);
  font-weight: var(--is-moving-marker__c_fw);
}
.is-moving-marker--c-underline {
  background-image: linear-gradient(transparent 60%, var(--is-moving-marker__c_bg) 60%);
}
.is-moving-marker--c-underline.marker-no-move {
  background-image: none;
}
.admin-page .is-moving-marker--c-underline, .is-moving-marker--c-underline.dropdown-item-title, .is-moving-marker--c-underline.marker-move {
  color: var(--is-moving-marker__c_color);
  font-weight: var(--is-moving-marker__c_fw);
}

.is-moving-marker--d {
  background-image: linear-gradient(90deg, var(--is-moving-marker__d_bg) 100%, transparent);
}
.is-moving-marker--d.marker-no-move {
  background-image: none;
}
.admin-page .is-moving-marker--d, .is-moving-marker--d.dropdown-item-title, .is-moving-marker--d.marker-move {
  color: var(--is-moving-marker__d_color);
  font-weight: var(--is-moving-marker__d_fw);
}
.is-moving-marker--d-underline {
  background-image: linear-gradient(transparent 60%, var(--is-moving-marker__d_bg) 60%);
}
.is-moving-marker--d-underline.marker-no-move {
  background-image: none;
}
.admin-page .is-moving-marker--d-underline, .is-moving-marker--d-underline.dropdown-item-title, .is-moving-marker--d-underline.marker-move {
  color: var(--is-moving-marker__d_color);
  font-weight: var(--is-moving-marker__d_fw);
}

.marker-move {
  background-repeat: no-repeat;
  background-size: 200% 100%;
  background-position: 0% bottom;
  -webkit-animation: marker-action 3s ease 0s;
          animation: marker-action 3s ease 0s;
}

@-webkit-keyframes marker-action {
  0% {
    background-position: right -100% bottom;
  }
  100% {
    background-position: 0% bottom;
  }
}

@keyframes marker-action {
  0% {
    background-position: right -100% bottom;
  }
  100% {
    background-position: 0% bottom;
  }
}
/* マージンの調整
-------------------------------------------- */
.margin-top--50 {
  margin-top: -5em !important;
}

.margin-bottom--50 {
  margin-bottom: -5em !important;
}

.margin---50 {
  margin-top: -5em !important;
  margin-bottom: -5em !important;
}

.margin-top--45 {
  margin-top: -4.5em !important;
}

.margin-bottom--45 {
  margin-bottom: -4.5em !important;
}

.margin---45 {
  margin-top: -4.5em !important;
  margin-bottom: -4.5em !important;
}

.margin-top--40 {
  margin-top: -4em !important;
}

.margin-bottom--40 {
  margin-bottom: -4em !important;
}

.margin---40 {
  margin-top: -4em !important;
  margin-bottom: -4em !important;
}

.margin-top--35 {
  margin-top: -3.5em !important;
}

.margin-bottom--35 {
  margin-bottom: -3.5em !important;
}

.margin---35 {
  margin-top: -3.5em !important;
  margin-bottom: -3.5em !important;
}

.margin-top--30 {
  margin-top: -3em !important;
}

.margin-bottom--30 {
  margin-bottom: -3em !important;
}

.margin---30 {
  margin-top: -3em !important;
  margin-bottom: -3em !important;
}

.margin-top--25 {
  margin-top: -2.5em !important;
}

.margin-bottom--25 {
  margin-bottom: -2.5em !important;
}

.margin---25 {
  margin-top: -2.5em !important;
  margin-bottom: -2.5em !important;
}

.margin-top--20 {
  margin-top: -2em !important;
}

.margin-bottom--20 {
  margin-bottom: -2em !important;
}

.margin---20 {
  margin-top: -2em !important;
  margin-bottom: -2em !important;
}

.margin-top--15 {
  margin-top: -1.5em !important;
}

.margin-bottom--15 {
  margin-bottom: -1.5em !important;
}

.margin---15 {
  margin-top: -1.5em !important;
  margin-bottom: -1.5em !important;
}

.margin-top--10 {
  margin-top: -1em !important;
}

.margin-bottom--10 {
  margin-bottom: -1em !important;
}

.margin---10 {
  margin-top: -1em !important;
  margin-bottom: -1em !important;
}

.margin-top--05 {
  margin-top: -0.5em !important;
}

.margin-bottom--05 {
  margin-bottom: -0.5em !important;
}

.margin---05 {
  margin-top: -0.5em !important;
  margin-bottom: -0.5em !important;
}

.margin-top-0 {
  margin-top: 0 !important;
}

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

.margin--0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.margin-top-05 {
  margin-top: 0.5em !important;
}

.margin-bottom-05 {
  margin-bottom: 0.5em !important;
}

.margin--05 {
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important;
}

.margin-top-10 {
  margin-top: 1em !important;
}

.margin-bottom-10 {
  margin-bottom: 1em !important;
}

.margin--10 {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}

.margin-top-15 {
  margin-top: 1.5em !important;
}

.margin-bottom-15 {
  margin-bottom: 1.5em !important;
}

.margin--15 {
  margin-top: 1.5em !important;
  margin-bottom: 1.5em !important;
}

.margin-top-20 {
  margin-top: 2em !important;
}

.margin-bottom-20 {
  margin-bottom: 2em !important;
}

.margin--20 {
  margin-top: 2em !important;
  margin-bottom: 2em !important;
}

.margin-top-25 {
  margin-top: 2.5em !important;
}

.margin-bottom-25 {
  margin-bottom: 2.5em !important;
}

.margin--25 {
  margin-top: 2.5em !important;
  margin-bottom: 2.5em !important;
}

.margin-top-30 {
  margin-top: 3em !important;
}

.margin-bottom-30 {
  margin-bottom: 3em !important;
}

.margin--30 {
  margin-top: 3em !important;
  margin-bottom: 3em !important;
}

.margin-top-35 {
  margin-top: 3.5em !important;
}

.margin-bottom-35 {
  margin-bottom: 3.5em !important;
}

.margin--35 {
  margin-top: 3.5em !important;
  margin-bottom: 3.5em !important;
}

.margin-top-40 {
  margin-top: 4em !important;
}

.margin-bottom-40 {
  margin-bottom: 4em !important;
}

.margin--40 {
  margin-top: 4em !important;
  margin-bottom: 4em !important;
}

.margin-top-45 {
  margin-top: 4.5em !important;
}

.margin-bottom-45 {
  margin-bottom: 4.5em !important;
}

.margin--45 {
  margin-top: 4.5em !important;
  margin-bottom: 4.5em !important;
}

.margin-top-50 {
  margin-top: 5em !important;
}

.margin-bottom-50 {
  margin-bottom: 5em !important;
}

.margin--50 {
  margin-top: 5em !important;
  margin-bottom: 5em !important;
}

/* ランキング（見出し・段落）
-------------------------------------------- */
p.ranking, h1.ranking, h2.ranking, h3.ranking, h4.ranking, h5.ranking, h6.ranking {
  margin-bottom: 1em;
}
p.ranking::before, h1.ranking::before, h2.ranking::before, h3.ranking::before, h4.ranking::before, h5.ranking::before, h6.ranking::before {
  content: "";
  width: 58px;
  display: inline-block;
  background-image: url("./img/ranking_200722/rank_none.png");
  height: 37px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: sub;
  margin-right: 5px;
}
p.ranking::after, h1.ranking::after, h2.ranking::after, h3.ranking::after, h4.ranking::after, h5.ranking::after, h6.ranking::after {
  display: none;
}
p.ranking::before, p.ranking::after, h1.ranking::before, h1.ranking::after, h2.ranking::before, h2.ranking::after, h3.ranking::before, h3.ranking::after, h4.ranking::before, h4.ranking::after, h5.ranking::before, h5.ranking::after, h6.ranking::before, h6.ranking::after {
  position: relative !important;
  top: 0;
  left: 0;
  border: none;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  transform: none;
}
p.ranking:not(.has-background), h1.ranking:not(.has-background), h2.ranking:not(.has-background), h3.ranking:not(.has-background), h4.ranking:not(.has-background), h5.ranking:not(.has-background), h6.ranking:not(.has-background) {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}
p.ranking:not(.has-text-color), h1.ranking:not(.has-text-color), h2.ranking:not(.has-text-color), h3.ranking:not(.has-text-color), h4.ranking:not(.has-text-color), h5.ranking:not(.has-text-color), h6.ranking:not(.has-text-color) {
  color: #444 !important;
}
p.ranking.rank1::before, h1.ranking.rank1::before, h2.ranking.rank1::before, h3.ranking.rank1::before, h4.ranking.rank1::before, h5.ranking.rank1::before, h6.ranking.rank1::before {
  background-image: url("./img/ranking_200722/rank1.png");
}
p.ranking.rank2::before, h1.ranking.rank2::before, h2.ranking.rank2::before, h3.ranking.rank2::before, h4.ranking.rank2::before, h5.ranking.rank2::before, h6.ranking.rank2::before {
  background-image: url("./img/ranking_200722/rank2.png");
}
p.ranking.rank3::before, h1.ranking.rank3::before, h2.ranking.rank3::before, h3.ranking.rank3::before, h4.ranking.rank3::before, h5.ranking.rank3::before, h6.ranking.rank3::before {
  background-image: url("./img/ranking_200722/rank3.png");
}
p.ranking.rank4::before, h1.ranking.rank4::before, h2.ranking.rank4::before, h3.ranking.rank4::before, h4.ranking.rank4::before, h5.ranking.rank4::before, h6.ranking.rank4::before {
  background-image: url("./img/ranking_200722/rank4.png");
}
p.ranking.rank5::before, h1.ranking.rank5::before, h2.ranking.rank5::before, h3.ranking.rank5::before, h4.ranking.rank5::before, h5.ranking.rank5::before, h6.ranking.rank5::before {
  background-image: url("./img/ranking_200722/rank5.png");
}
p.ranking.rank6::before, h1.ranking.rank6::before, h2.ranking.rank6::before, h3.ranking.rank6::before, h4.ranking.rank6::before, h5.ranking.rank6::before, h6.ranking.rank6::before {
  background-image: url("./img/ranking_200722/rank6.png");
}
p.ranking.rank7::before, h1.ranking.rank7::before, h2.ranking.rank7::before, h3.ranking.rank7::before, h4.ranking.rank7::before, h5.ranking.rank7::before, h6.ranking.rank7::before {
  background-image: url("./img/ranking_200722/rank7.png");
}
p.ranking.rank8::before, h1.ranking.rank8::before, h2.ranking.rank8::before, h3.ranking.rank8::before, h4.ranking.rank8::before, h5.ranking.rank8::before, h6.ranking.rank8::before {
  background-image: url("./img/ranking_200722/rank8.png");
}
p.ranking.rank9::before, h1.ranking.rank9::before, h2.ranking.rank9::before, h3.ranking.rank9::before, h4.ranking.rank9::before, h5.ranking.rank9::before, h6.ranking.rank9::before {
  background-image: url("./img/ranking_200722/rank9.png");
}
p.ranking.rank10::before, h1.ranking.rank10::before, h2.ranking.rank10::before, h3.ranking.rank10::before, h4.ranking.rank10::before, h5.ranking.rank10::before, h6.ranking.rank10::before {
  background-image: url("./img/ranking_200722/rank10.png");
}
p.ranking.has-text-align-center::before, h1.ranking.has-text-align-center::before, h2.ranking.has-text-align-center::before, h3.ranking.has-text-align-center::before, h4.ranking.has-text-align-center::before, h5.ranking.has-text-align-center::before, h6.ranking.has-text-align-center::before {
  display: block;
  margin: 0 auto 5px;
}
@media screen and (max-width: 480px) {
  p.ranking::before, h1.ranking::before, h2.ranking::before, h3.ranking::before, h4.ranking::before, h5.ranking::before, h6.ranking::before {
    display: block;
    width: 52px;
    height: 31px;
    margin-bottom: 5px;
  }
}

/* Fontawesome アイコン
-------------------------------------------- */
/* アイコンボックス化（段落）
-------------------------------------------- */
p.information-box, p.question-box, p.alert-box, p.memo-box, p.comment-box, p.ok-box, p.ng-box, p.good-box, p.bad-box, p.profile-box {
  padding: 20px 20px 20px 72px;
  border-radius: 4px;
  position: relative;
  display: block;
}
@media screen and (max-width: 480px) {
  p.information-box, p.question-box, p.alert-box, p.memo-box, p.comment-box, p.ok-box, p.ng-box, p.good-box, p.bad-box, p.profile-box {
    padding: 35px 10px 10px;
  }
}

@media screen and (max-width: 480px) {
  .common-icon-box {
    padding-inline: 10px;
  }
}
/* テーブル
-------------------------------------------------- */
.wp-block-table.is-style-fixed-header,
.is-style-fixed-header .scrollable-table {
  overflow: visible !important;
}

figure.wp-block-table table {
  width: 100%;
}
figure.wp-block-table table thead {
  border-bottom: 0;
}
figure.wp-block-table table tfoot {
  border-top: 0;
}
figure.wp-block-table table.has-background tr:nth-of-type(2n) {
  background-color: transparent;
}
figure.wp-block-table.is-style-cmp-table table thead tr {
  background: #fff;
}
figure.wp-block-table.is-style-cmp-table table th,
figure.wp-block-table.is-style-cmp-table table td {
  border: 1px solid #fff;
  border-bottom: 1px solid #eee;
}
figure.wp-block-table.is-style-cmp-table table th {
  background: #fff;
  z-index: 2;
}
figure.wp-block-table.is-style-cmp-table table td {
  border: 1px solid #eee;
}
figure.wp-block-table.is-style-cmp-table table tfoot tr {
  background-color: transparent;
}
figure.wp-block-table.is-style-cmp-table table tfoot tr td {
  border: 1px solid transparent;
  padding: 5px;
  vertical-align: baseline;
}
figure.wp-block-table.is-style-cmp-table table tfoot tr td > br {
  display: none;
}
figure.wp-block-table.is-style-cmp-table table tfoot tr td > a {
  display: block;
}
figure.wp-block-table.is-style-fixed-header .scroll-hint-icon-wrap {
  display: none;
}
figure.wp-block-table.is-style-fixed-header .scrollable-table th,
figure.wp-block-table.is-style-fixed-header .scrollable-table td {
  white-space: normal;
}
figure.wp-block-table.is-style-fixed-header table tbody tr:nth-of-type(2n+1) {
  border: 1px solid #eee;
}
figure.wp-block-table.is-style-fixed-header th,
figure.wp-block-table.is-style-fixed-header thead td {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
#main:not(.admin-page) figure.wp-block-table.is-style-td-odd-line-colspan tbody tr:nth-child(odd) {
  position: relative;
}
#main:not(.admin-page) figure.wp-block-table.is-style-td-odd-line-colspan tbody tr:nth-child(odd) td {
  padding: 0;
}
#main:not(.admin-page) figure.wp-block-table.is-style-td-odd-line-colspan tbody tr:nth-child(odd) td .title {
  font-weight: bold;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  padding: 2px 6px;
  text-align: center;
}
#main:not(.admin-page) figure.wp-block-table.is-style-td-odd-line-colspan tbody tr:nth-child(odd) td.has-text-align-left .title {
  text-align: left;
}
.admin-page figure.wp-block-table.is-style-td-odd-line-colspan tbody tr:nth-child(odd) {
  position: relative;
  text-align: center;
}
.admin-page figure.wp-block-table.is-style-td-odd-line-colspan tbody tr:nth-child(odd) td:first-child {
  font-weight: bold;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.admin-page figure.wp-block-table.is-style-td-odd-line-colspan tbody tr:nth-child(odd) td:not(:first-child) {
  color: transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
figure.wp-block-table.is-table-no-border :where(th, td) {
  border: none;
}
figure.wp-block-table.is-text-align-top td {
  vertical-align: top;
}
figure.wp-block-table.vs {
  border-radius: 6px;
  border: none;
}
figure.wp-block-table.vs th, figure.wp-block-table.vs td {
  border: none;
}
figure.wp-block-table.vs th:first-of-type {
  background: #ffa883;
  color: #fff;
}
figure.wp-block-table.vs td:first-of-type {
  background: #fff6f2;
}
figure.wp-block-table.vs th:last-of-type {
  background: #ccc;
  color: #fff;
}
figure.wp-block-table.vs td:last-of-type {
  background: #fafafa;
}
figure.wp-block-table.has-key-color-table-odd-row-color tbody tr:nth-child(odd) {
  color: var(--c11);
}
figure.wp-block-table.has-key-color-table-odd-row-bg-color tbody tr:nth-child(odd) {
  background: var(--c11);
}
.admin-page figure.wp-block-table.has-key-color-table-odd-row-bg-color.is-style-td-odd-line-colspan tbody tr:nth-child(odd) td:not(:first-child) {
  border-left: 1px solid var(--c11);
  border-right: 1px solid var(--c11);
}
figure.wp-block-table.has-key-color-table-1st-column-color tbody tr td:first-of-type {
  color: var(--c11);
}
figure.wp-block-table.has-key-color-table-1st-column-bg-color tbody tr td:first-of-type {
  background: var(--c11);
}
figure.wp-block-table.has-key-color-table-2nd-column-color tbody tr td:not(:first-of-type) {
  color: var(--c11);
}
figure.wp-block-table.has-key-color-table-2nd-column-bg-color tbody tr td:not(:first-of-type) {
  background: var(--c11);
}
figure.wp-block-table.has-key-color-table-3rd-column-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c11);
}
figure.wp-block-table.has-key-color-table-3rd-column-bg-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c11);
}
figure.wp-block-table.has-key-color-table-1st-header-color thead tr th:first-of-type {
  color: var(--c11);
}
figure.wp-block-table.has-key-color-table-1st-header-bg-color thead tr th:first-of-type {
  background: var(--c11);
}
figure.wp-block-table.has-key-color-table-2nd-header-color thead tr th:not(:first-of-type) {
  color: var(--c11);
}
figure.wp-block-table.has-key-color-table-2nd-header-bg-color thead tr th:not(:first-of-type) {
  background: var(--c11);
}
figure.wp-block-table.has-key-color-table-3rd-header-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c11);
}
figure.wp-block-table.has-key-color-table-3rd-header-bg-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c11);
}
figure.wp-block-table.has-red-table-odd-row-color tbody tr:nth-child(odd) {
  color: var(--c12);
}
figure.wp-block-table.has-red-table-odd-row-bg-color tbody tr:nth-child(odd) {
  background: var(--c12);
}
.admin-page figure.wp-block-table.has-red-table-odd-row-bg-color.is-style-td-odd-line-colspan tbody tr:nth-child(odd) td:not(:first-child) {
  border-left: 1px solid var(--c12);
  border-right: 1px solid var(--c12);
}
figure.wp-block-table.has-red-table-1st-column-color tbody tr td:first-of-type {
  color: var(--c12);
}
figure.wp-block-table.has-red-table-1st-column-bg-color tbody tr td:first-of-type {
  background: var(--c12);
}
figure.wp-block-table.has-red-table-2nd-column-color tbody tr td:not(:first-of-type) {
  color: var(--c12);
}
figure.wp-block-table.has-red-table-2nd-column-bg-color tbody tr td:not(:first-of-type) {
  background: var(--c12);
}
figure.wp-block-table.has-red-table-3rd-column-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c12);
}
figure.wp-block-table.has-red-table-3rd-column-bg-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c12);
}
figure.wp-block-table.has-red-table-1st-header-color thead tr th:first-of-type {
  color: var(--c12);
}
figure.wp-block-table.has-red-table-1st-header-bg-color thead tr th:first-of-type {
  background: var(--c12);
}
figure.wp-block-table.has-red-table-2nd-header-color thead tr th:not(:first-of-type) {
  color: var(--c12);
}
figure.wp-block-table.has-red-table-2nd-header-bg-color thead tr th:not(:first-of-type) {
  background: var(--c12);
}
figure.wp-block-table.has-red-table-3rd-header-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c12);
}
figure.wp-block-table.has-red-table-3rd-header-bg-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c12);
}
figure.wp-block-table.has-syuiro-table-odd-row-color tbody tr:nth-child(odd) {
  color: var(--c13);
}
figure.wp-block-table.has-syuiro-table-odd-row-bg-color tbody tr:nth-child(odd) {
  background: var(--c13);
}
.admin-page figure.wp-block-table.has-syuiro-table-odd-row-bg-color.is-style-td-odd-line-colspan tbody tr:nth-child(odd) td:not(:first-child) {
  border-left: 1px solid var(--c13);
  border-right: 1px solid var(--c13);
}
figure.wp-block-table.has-syuiro-table-1st-column-color tbody tr td:first-of-type {
  color: var(--c13);
}
figure.wp-block-table.has-syuiro-table-1st-column-bg-color tbody tr td:first-of-type {
  background: var(--c13);
}
figure.wp-block-table.has-syuiro-table-2nd-column-color tbody tr td:not(:first-of-type) {
  color: var(--c13);
}
figure.wp-block-table.has-syuiro-table-2nd-column-bg-color tbody tr td:not(:first-of-type) {
  background: var(--c13);
}
figure.wp-block-table.has-syuiro-table-3rd-column-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c13);
}
figure.wp-block-table.has-syuiro-table-3rd-column-bg-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c13);
}
figure.wp-block-table.has-syuiro-table-1st-header-color thead tr th:first-of-type {
  color: var(--c13);
}
figure.wp-block-table.has-syuiro-table-1st-header-bg-color thead tr th:first-of-type {
  background: var(--c13);
}
figure.wp-block-table.has-syuiro-table-2nd-header-color thead tr th:not(:first-of-type) {
  color: var(--c13);
}
figure.wp-block-table.has-syuiro-table-2nd-header-bg-color thead tr th:not(:first-of-type) {
  background: var(--c13);
}
figure.wp-block-table.has-syuiro-table-3rd-header-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c13);
}
figure.wp-block-table.has-syuiro-table-3rd-header-bg-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c13);
}
figure.wp-block-table.has-usuaka-table-odd-row-color tbody tr:nth-child(odd) {
  color: var(--c14);
}
figure.wp-block-table.has-usuaka-table-odd-row-bg-color tbody tr:nth-child(odd) {
  background: var(--c14);
}
.admin-page figure.wp-block-table.has-usuaka-table-odd-row-bg-color.is-style-td-odd-line-colspan tbody tr:nth-child(odd) td:not(:first-child) {
  border-left: 1px solid var(--c14);
  border-right: 1px solid var(--c14);
}
figure.wp-block-table.has-usuaka-table-1st-column-color tbody tr td:first-of-type {
  color: var(--c14);
}
figure.wp-block-table.has-usuaka-table-1st-column-bg-color tbody tr td:first-of-type {
  background: var(--c14);
}
figure.wp-block-table.has-usuaka-table-2nd-column-color tbody tr td:not(:first-of-type) {
  color: var(--c14);
}
figure.wp-block-table.has-usuaka-table-2nd-column-bg-color tbody tr td:not(:first-of-type) {
  background: var(--c14);
}
figure.wp-block-table.has-usuaka-table-3rd-column-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c14);
}
figure.wp-block-table.has-usuaka-table-3rd-column-bg-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c14);
}
figure.wp-block-table.has-usuaka-table-1st-header-color thead tr th:first-of-type {
  color: var(--c14);
}
figure.wp-block-table.has-usuaka-table-1st-header-bg-color thead tr th:first-of-type {
  background: var(--c14);
}
figure.wp-block-table.has-usuaka-table-2nd-header-color thead tr th:not(:first-of-type) {
  color: var(--c14);
}
figure.wp-block-table.has-usuaka-table-2nd-header-bg-color thead tr th:not(:first-of-type) {
  background: var(--c14);
}
figure.wp-block-table.has-usuaka-table-3rd-header-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c14);
}
figure.wp-block-table.has-usuaka-table-3rd-header-bg-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c14);
}
figure.wp-block-table.has-pink-table-odd-row-color tbody tr:nth-child(odd) {
  color: var(--c15);
}
figure.wp-block-table.has-pink-table-odd-row-bg-color tbody tr:nth-child(odd) {
  background: var(--c15);
}
.admin-page figure.wp-block-table.has-pink-table-odd-row-bg-color.is-style-td-odd-line-colspan tbody tr:nth-child(odd) td:not(:first-child) {
  border-left: 1px solid var(--c15);
  border-right: 1px solid var(--c15);
}
figure.wp-block-table.has-pink-table-1st-column-color tbody tr td:first-of-type {
  color: var(--c15);
}
figure.wp-block-table.has-pink-table-1st-column-bg-color tbody tr td:first-of-type {
  background: var(--c15);
}
figure.wp-block-table.has-pink-table-2nd-column-color tbody tr td:not(:first-of-type) {
  color: var(--c15);
}
figure.wp-block-table.has-pink-table-2nd-column-bg-color tbody tr td:not(:first-of-type) {
  background: var(--c15);
}
figure.wp-block-table.has-pink-table-3rd-column-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c15);
}
figure.wp-block-table.has-pink-table-3rd-column-bg-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c15);
}
figure.wp-block-table.has-pink-table-1st-header-color thead tr th:first-of-type {
  color: var(--c15);
}
figure.wp-block-table.has-pink-table-1st-header-bg-color thead tr th:first-of-type {
  background: var(--c15);
}
figure.wp-block-table.has-pink-table-2nd-header-color thead tr th:not(:first-of-type) {
  color: var(--c15);
}
figure.wp-block-table.has-pink-table-2nd-header-bg-color thead tr th:not(:first-of-type) {
  background: var(--c15);
}
figure.wp-block-table.has-pink-table-3rd-header-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c15);
}
figure.wp-block-table.has-pink-table-3rd-header-bg-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c15);
}
figure.wp-block-table.has-light-pink-table-odd-row-color tbody tr:nth-child(odd) {
  color: var(--c16);
}
figure.wp-block-table.has-light-pink-table-odd-row-bg-color tbody tr:nth-child(odd) {
  background: var(--c16);
}
.admin-page figure.wp-block-table.has-light-pink-table-odd-row-bg-color.is-style-td-odd-line-colspan tbody tr:nth-child(odd) td:not(:first-child) {
  border-left: 1px solid var(--c16);
  border-right: 1px solid var(--c16);
}
figure.wp-block-table.has-light-pink-table-1st-column-color tbody tr td:first-of-type {
  color: var(--c16);
}
figure.wp-block-table.has-light-pink-table-1st-column-bg-color tbody tr td:first-of-type {
  background: var(--c16);
}
figure.wp-block-table.has-light-pink-table-2nd-column-color tbody tr td:not(:first-of-type) {
  color: var(--c16);
}
figure.wp-block-table.has-light-pink-table-2nd-column-bg-color tbody tr td:not(:first-of-type) {
  background: var(--c16);
}
figure.wp-block-table.has-light-pink-table-3rd-column-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c16);
}
figure.wp-block-table.has-light-pink-table-3rd-column-bg-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c16);
}
figure.wp-block-table.has-light-pink-table-1st-header-color thead tr th:first-of-type {
  color: var(--c16);
}
figure.wp-block-table.has-light-pink-table-1st-header-bg-color thead tr th:first-of-type {
  background: var(--c16);
}
figure.wp-block-table.has-light-pink-table-2nd-header-color thead tr th:not(:first-of-type) {
  color: var(--c16);
}
figure.wp-block-table.has-light-pink-table-2nd-header-bg-color thead tr th:not(:first-of-type) {
  background: var(--c16);
}
figure.wp-block-table.has-light-pink-table-3rd-header-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c16);
}
figure.wp-block-table.has-light-pink-table-3rd-header-bg-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c16);
}
figure.wp-block-table.has-indigo-table-odd-row-color tbody tr:nth-child(odd) {
  color: var(--c21);
}
figure.wp-block-table.has-indigo-table-odd-row-bg-color tbody tr:nth-child(odd) {
  background: var(--c21);
}
.admin-page figure.wp-block-table.has-indigo-table-odd-row-bg-color.is-style-td-odd-line-colspan tbody tr:nth-child(odd) td:not(:first-child) {
  border-left: 1px solid var(--c21);
  border-right: 1px solid var(--c21);
}
figure.wp-block-table.has-indigo-table-1st-column-color tbody tr td:first-of-type {
  color: var(--c21);
}
figure.wp-block-table.has-indigo-table-1st-column-bg-color tbody tr td:first-of-type {
  background: var(--c21);
}
figure.wp-block-table.has-indigo-table-2nd-column-color tbody tr td:not(:first-of-type) {
  color: var(--c21);
}
figure.wp-block-table.has-indigo-table-2nd-column-bg-color tbody tr td:not(:first-of-type) {
  background: var(--c21);
}
figure.wp-block-table.has-indigo-table-3rd-column-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c21);
}
figure.wp-block-table.has-indigo-table-3rd-column-bg-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c21);
}
figure.wp-block-table.has-indigo-table-1st-header-color thead tr th:first-of-type {
  color: var(--c21);
}
figure.wp-block-table.has-indigo-table-1st-header-bg-color thead tr th:first-of-type {
  background: var(--c21);
}
figure.wp-block-table.has-indigo-table-2nd-header-color thead tr th:not(:first-of-type) {
  color: var(--c21);
}
figure.wp-block-table.has-indigo-table-2nd-header-bg-color thead tr th:not(:first-of-type) {
  background: var(--c21);
}
figure.wp-block-table.has-indigo-table-3rd-header-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c21);
}
figure.wp-block-table.has-indigo-table-3rd-header-bg-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c21);
}
figure.wp-block-table.has-blue-table-odd-row-color tbody tr:nth-child(odd) {
  color: var(--c22);
}
figure.wp-block-table.has-blue-table-odd-row-bg-color tbody tr:nth-child(odd) {
  background: var(--c22);
}
.admin-page figure.wp-block-table.has-blue-table-odd-row-bg-color.is-style-td-odd-line-colspan tbody tr:nth-child(odd) td:not(:first-child) {
  border-left: 1px solid var(--c22);
  border-right: 1px solid var(--c22);
}
figure.wp-block-table.has-blue-table-1st-column-color tbody tr td:first-of-type {
  color: var(--c22);
}
figure.wp-block-table.has-blue-table-1st-column-bg-color tbody tr td:first-of-type {
  background: var(--c22);
}
figure.wp-block-table.has-blue-table-2nd-column-color tbody tr td:not(:first-of-type) {
  color: var(--c22);
}
figure.wp-block-table.has-blue-table-2nd-column-bg-color tbody tr td:not(:first-of-type) {
  background: var(--c22);
}
figure.wp-block-table.has-blue-table-3rd-column-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c22);
}
figure.wp-block-table.has-blue-table-3rd-column-bg-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c22);
}
figure.wp-block-table.has-blue-table-1st-header-color thead tr th:first-of-type {
  color: var(--c22);
}
figure.wp-block-table.has-blue-table-1st-header-bg-color thead tr th:first-of-type {
  background: var(--c22);
}
figure.wp-block-table.has-blue-table-2nd-header-color thead tr th:not(:first-of-type) {
  color: var(--c22);
}
figure.wp-block-table.has-blue-table-2nd-header-bg-color thead tr th:not(:first-of-type) {
  background: var(--c22);
}
figure.wp-block-table.has-blue-table-3rd-header-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c22);
}
figure.wp-block-table.has-blue-table-3rd-header-bg-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c22);
}
figure.wp-block-table.has-light-blue-table-odd-row-color tbody tr:nth-child(odd) {
  color: var(--c23);
}
figure.wp-block-table.has-light-blue-table-odd-row-bg-color tbody tr:nth-child(odd) {
  background: var(--c23);
}
.admin-page figure.wp-block-table.has-light-blue-table-odd-row-bg-color.is-style-td-odd-line-colspan tbody tr:nth-child(odd) td:not(:first-child) {
  border-left: 1px solid var(--c23);
  border-right: 1px solid var(--c23);
}
figure.wp-block-table.has-light-blue-table-1st-column-color tbody tr td:first-of-type {
  color: var(--c23);
}
figure.wp-block-table.has-light-blue-table-1st-column-bg-color tbody tr td:first-of-type {
  background: var(--c23);
}
figure.wp-block-table.has-light-blue-table-2nd-column-color tbody tr td:not(:first-of-type) {
  color: var(--c23);
}
figure.wp-block-table.has-light-blue-table-2nd-column-bg-color tbody tr td:not(:first-of-type) {
  background: var(--c23);
}
figure.wp-block-table.has-light-blue-table-3rd-column-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c23);
}
figure.wp-block-table.has-light-blue-table-3rd-column-bg-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c23);
}
figure.wp-block-table.has-light-blue-table-1st-header-color thead tr th:first-of-type {
  color: var(--c23);
}
figure.wp-block-table.has-light-blue-table-1st-header-bg-color thead tr th:first-of-type {
  background: var(--c23);
}
figure.wp-block-table.has-light-blue-table-2nd-header-color thead tr th:not(:first-of-type) {
  color: var(--c23);
}
figure.wp-block-table.has-light-blue-table-2nd-header-bg-color thead tr th:not(:first-of-type) {
  background: var(--c23);
}
figure.wp-block-table.has-light-blue-table-3rd-header-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c23);
}
figure.wp-block-table.has-light-blue-table-3rd-header-bg-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c23);
}
figure.wp-block-table.has-sky-blue-table-odd-row-color tbody tr:nth-child(odd) {
  color: var(--c24);
}
figure.wp-block-table.has-sky-blue-table-odd-row-bg-color tbody tr:nth-child(odd) {
  background: var(--c24);
}
.admin-page figure.wp-block-table.has-sky-blue-table-odd-row-bg-color.is-style-td-odd-line-colspan tbody tr:nth-child(odd) td:not(:first-child) {
  border-left: 1px solid var(--c24);
  border-right: 1px solid var(--c24);
}
figure.wp-block-table.has-sky-blue-table-1st-column-color tbody tr td:first-of-type {
  color: var(--c24);
}
figure.wp-block-table.has-sky-blue-table-1st-column-bg-color tbody tr td:first-of-type {
  background: var(--c24);
}
figure.wp-block-table.has-sky-blue-table-2nd-column-color tbody tr td:not(:first-of-type) {
  color: var(--c24);
}
figure.wp-block-table.has-sky-blue-table-2nd-column-bg-color tbody tr td:not(:first-of-type) {
  background: var(--c24);
}
figure.wp-block-table.has-sky-blue-table-3rd-column-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c24);
}
figure.wp-block-table.has-sky-blue-table-3rd-column-bg-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c24);
}
figure.wp-block-table.has-sky-blue-table-1st-header-color thead tr th:first-of-type {
  color: var(--c24);
}
figure.wp-block-table.has-sky-blue-table-1st-header-bg-color thead tr th:first-of-type {
  background: var(--c24);
}
figure.wp-block-table.has-sky-blue-table-2nd-header-color thead tr th:not(:first-of-type) {
  color: var(--c24);
}
figure.wp-block-table.has-sky-blue-table-2nd-header-bg-color thead tr th:not(:first-of-type) {
  background: var(--c24);
}
figure.wp-block-table.has-sky-blue-table-3rd-header-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c24);
}
figure.wp-block-table.has-sky-blue-table-3rd-header-bg-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c24);
}
figure.wp-block-table.has-cyan-table-odd-row-color tbody tr:nth-child(odd) {
  color: var(--c25);
}
figure.wp-block-table.has-cyan-table-odd-row-bg-color tbody tr:nth-child(odd) {
  background: var(--c25);
}
.admin-page figure.wp-block-table.has-cyan-table-odd-row-bg-color.is-style-td-odd-line-colspan tbody tr:nth-child(odd) td:not(:first-child) {
  border-left: 1px solid var(--c25);
  border-right: 1px solid var(--c25);
}
figure.wp-block-table.has-cyan-table-1st-column-color tbody tr td:first-of-type {
  color: var(--c25);
}
figure.wp-block-table.has-cyan-table-1st-column-bg-color tbody tr td:first-of-type {
  background: var(--c25);
}
figure.wp-block-table.has-cyan-table-2nd-column-color tbody tr td:not(:first-of-type) {
  color: var(--c25);
}
figure.wp-block-table.has-cyan-table-2nd-column-bg-color tbody tr td:not(:first-of-type) {
  background: var(--c25);
}
figure.wp-block-table.has-cyan-table-3rd-column-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c25);
}
figure.wp-block-table.has-cyan-table-3rd-column-bg-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c25);
}
figure.wp-block-table.has-cyan-table-1st-header-color thead tr th:first-of-type {
  color: var(--c25);
}
figure.wp-block-table.has-cyan-table-1st-header-bg-color thead tr th:first-of-type {
  background: var(--c25);
}
figure.wp-block-table.has-cyan-table-2nd-header-color thead tr th:not(:first-of-type) {
  color: var(--c25);
}
figure.wp-block-table.has-cyan-table-2nd-header-bg-color thead tr th:not(:first-of-type) {
  background: var(--c25);
}
figure.wp-block-table.has-cyan-table-3rd-header-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c25);
}
figure.wp-block-table.has-cyan-table-3rd-header-bg-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c25);
}
figure.wp-block-table.has-teal-table-odd-row-color tbody tr:nth-child(odd) {
  color: var(--c26);
}
figure.wp-block-table.has-teal-table-odd-row-bg-color tbody tr:nth-child(odd) {
  background: var(--c26);
}
.admin-page figure.wp-block-table.has-teal-table-odd-row-bg-color.is-style-td-odd-line-colspan tbody tr:nth-child(odd) td:not(:first-child) {
  border-left: 1px solid var(--c26);
  border-right: 1px solid var(--c26);
}
figure.wp-block-table.has-teal-table-1st-column-color tbody tr td:first-of-type {
  color: var(--c26);
}
figure.wp-block-table.has-teal-table-1st-column-bg-color tbody tr td:first-of-type {
  background: var(--c26);
}
figure.wp-block-table.has-teal-table-2nd-column-color tbody tr td:not(:first-of-type) {
  color: var(--c26);
}
figure.wp-block-table.has-teal-table-2nd-column-bg-color tbody tr td:not(:first-of-type) {
  background: var(--c26);
}
figure.wp-block-table.has-teal-table-3rd-column-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c26);
}
figure.wp-block-table.has-teal-table-3rd-column-bg-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c26);
}
figure.wp-block-table.has-teal-table-1st-header-color thead tr th:first-of-type {
  color: var(--c26);
}
figure.wp-block-table.has-teal-table-1st-header-bg-color thead tr th:first-of-type {
  background: var(--c26);
}
figure.wp-block-table.has-teal-table-2nd-header-color thead tr th:not(:first-of-type) {
  color: var(--c26);
}
figure.wp-block-table.has-teal-table-2nd-header-bg-color thead tr th:not(:first-of-type) {
  background: var(--c26);
}
figure.wp-block-table.has-teal-table-3rd-header-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c26);
}
figure.wp-block-table.has-teal-table-3rd-header-bg-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c26);
}
figure.wp-block-table.has-green-table-odd-row-color tbody tr:nth-child(odd) {
  color: var(--c31);
}
figure.wp-block-table.has-green-table-odd-row-bg-color tbody tr:nth-child(odd) {
  background: var(--c31);
}
.admin-page figure.wp-block-table.has-green-table-odd-row-bg-color.is-style-td-odd-line-colspan tbody tr:nth-child(odd) td:not(:first-child) {
  border-left: 1px solid var(--c31);
  border-right: 1px solid var(--c31);
}
figure.wp-block-table.has-green-table-1st-column-color tbody tr td:first-of-type {
  color: var(--c31);
}
figure.wp-block-table.has-green-table-1st-column-bg-color tbody tr td:first-of-type {
  background: var(--c31);
}
figure.wp-block-table.has-green-table-2nd-column-color tbody tr td:not(:first-of-type) {
  color: var(--c31);
}
figure.wp-block-table.has-green-table-2nd-column-bg-color tbody tr td:not(:first-of-type) {
  background: var(--c31);
}
figure.wp-block-table.has-green-table-3rd-column-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c31);
}
figure.wp-block-table.has-green-table-3rd-column-bg-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c31);
}
figure.wp-block-table.has-green-table-1st-header-color thead tr th:first-of-type {
  color: var(--c31);
}
figure.wp-block-table.has-green-table-1st-header-bg-color thead tr th:first-of-type {
  background: var(--c31);
}
figure.wp-block-table.has-green-table-2nd-header-color thead tr th:not(:first-of-type) {
  color: var(--c31);
}
figure.wp-block-table.has-green-table-2nd-header-bg-color thead tr th:not(:first-of-type) {
  background: var(--c31);
}
figure.wp-block-table.has-green-table-3rd-header-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c31);
}
figure.wp-block-table.has-green-table-3rd-header-bg-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c31);
}
figure.wp-block-table.has-light-green-table-odd-row-color tbody tr:nth-child(odd) {
  color: var(--c32);
}
figure.wp-block-table.has-light-green-table-odd-row-bg-color tbody tr:nth-child(odd) {
  background: var(--c32);
}
.admin-page figure.wp-block-table.has-light-green-table-odd-row-bg-color.is-style-td-odd-line-colspan tbody tr:nth-child(odd) td:not(:first-child) {
  border-left: 1px solid var(--c32);
  border-right: 1px solid var(--c32);
}
figure.wp-block-table.has-light-green-table-1st-column-color tbody tr td:first-of-type {
  color: var(--c32);
}
figure.wp-block-table.has-light-green-table-1st-column-bg-color tbody tr td:first-of-type {
  background: var(--c32);
}
figure.wp-block-table.has-light-green-table-2nd-column-color tbody tr td:not(:first-of-type) {
  color: var(--c32);
}
figure.wp-block-table.has-light-green-table-2nd-column-bg-color tbody tr td:not(:first-of-type) {
  background: var(--c32);
}
figure.wp-block-table.has-light-green-table-3rd-column-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c32);
}
figure.wp-block-table.has-light-green-table-3rd-column-bg-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c32);
}
figure.wp-block-table.has-light-green-table-1st-header-color thead tr th:first-of-type {
  color: var(--c32);
}
figure.wp-block-table.has-light-green-table-1st-header-bg-color thead tr th:first-of-type {
  background: var(--c32);
}
figure.wp-block-table.has-light-green-table-2nd-header-color thead tr th:not(:first-of-type) {
  color: var(--c32);
}
figure.wp-block-table.has-light-green-table-2nd-header-bg-color thead tr th:not(:first-of-type) {
  background: var(--c32);
}
figure.wp-block-table.has-light-green-table-3rd-header-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c32);
}
figure.wp-block-table.has-light-green-table-3rd-header-bg-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c32);
}
figure.wp-block-table.has-lime-table-odd-row-color tbody tr:nth-child(odd) {
  color: var(--c33);
}
figure.wp-block-table.has-lime-table-odd-row-bg-color tbody tr:nth-child(odd) {
  background: var(--c33);
}
.admin-page figure.wp-block-table.has-lime-table-odd-row-bg-color.is-style-td-odd-line-colspan tbody tr:nth-child(odd) td:not(:first-child) {
  border-left: 1px solid var(--c33);
  border-right: 1px solid var(--c33);
}
figure.wp-block-table.has-lime-table-1st-column-color tbody tr td:first-of-type {
  color: var(--c33);
}
figure.wp-block-table.has-lime-table-1st-column-bg-color tbody tr td:first-of-type {
  background: var(--c33);
}
figure.wp-block-table.has-lime-table-2nd-column-color tbody tr td:not(:first-of-type) {
  color: var(--c33);
}
figure.wp-block-table.has-lime-table-2nd-column-bg-color tbody tr td:not(:first-of-type) {
  background: var(--c33);
}
figure.wp-block-table.has-lime-table-3rd-column-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c33);
}
figure.wp-block-table.has-lime-table-3rd-column-bg-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c33);
}
figure.wp-block-table.has-lime-table-1st-header-color thead tr th:first-of-type {
  color: var(--c33);
}
figure.wp-block-table.has-lime-table-1st-header-bg-color thead tr th:first-of-type {
  background: var(--c33);
}
figure.wp-block-table.has-lime-table-2nd-header-color thead tr th:not(:first-of-type) {
  color: var(--c33);
}
figure.wp-block-table.has-lime-table-2nd-header-bg-color thead tr th:not(:first-of-type) {
  background: var(--c33);
}
figure.wp-block-table.has-lime-table-3rd-header-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c33);
}
figure.wp-block-table.has-lime-table-3rd-header-bg-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c33);
}
figure.wp-block-table.has-yellow-table-odd-row-color tbody tr:nth-child(odd) {
  color: var(--c34);
}
figure.wp-block-table.has-yellow-table-odd-row-bg-color tbody tr:nth-child(odd) {
  background: var(--c34);
}
.admin-page figure.wp-block-table.has-yellow-table-odd-row-bg-color.is-style-td-odd-line-colspan tbody tr:nth-child(odd) td:not(:first-child) {
  border-left: 1px solid var(--c34);
  border-right: 1px solid var(--c34);
}
figure.wp-block-table.has-yellow-table-1st-column-color tbody tr td:first-of-type {
  color: var(--c34);
}
figure.wp-block-table.has-yellow-table-1st-column-bg-color tbody tr td:first-of-type {
  background: var(--c34);
}
figure.wp-block-table.has-yellow-table-2nd-column-color tbody tr td:not(:first-of-type) {
  color: var(--c34);
}
figure.wp-block-table.has-yellow-table-2nd-column-bg-color tbody tr td:not(:first-of-type) {
  background: var(--c34);
}
figure.wp-block-table.has-yellow-table-3rd-column-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c34);
}
figure.wp-block-table.has-yellow-table-3rd-column-bg-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c34);
}
figure.wp-block-table.has-yellow-table-1st-header-color thead tr th:first-of-type {
  color: var(--c34);
}
figure.wp-block-table.has-yellow-table-1st-header-bg-color thead tr th:first-of-type {
  background: var(--c34);
}
figure.wp-block-table.has-yellow-table-2nd-header-color thead tr th:not(:first-of-type) {
  color: var(--c34);
}
figure.wp-block-table.has-yellow-table-2nd-header-bg-color thead tr th:not(:first-of-type) {
  background: var(--c34);
}
figure.wp-block-table.has-yellow-table-3rd-header-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c34);
}
figure.wp-block-table.has-yellow-table-3rd-header-bg-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c34);
}
figure.wp-block-table.has-amber-table-odd-row-color tbody tr:nth-child(odd) {
  color: var(--c35);
}
figure.wp-block-table.has-amber-table-odd-row-bg-color tbody tr:nth-child(odd) {
  background: var(--c35);
}
.admin-page figure.wp-block-table.has-amber-table-odd-row-bg-color.is-style-td-odd-line-colspan tbody tr:nth-child(odd) td:not(:first-child) {
  border-left: 1px solid var(--c35);
  border-right: 1px solid var(--c35);
}
figure.wp-block-table.has-amber-table-1st-column-color tbody tr td:first-of-type {
  color: var(--c35);
}
figure.wp-block-table.has-amber-table-1st-column-bg-color tbody tr td:first-of-type {
  background: var(--c35);
}
figure.wp-block-table.has-amber-table-2nd-column-color tbody tr td:not(:first-of-type) {
  color: var(--c35);
}
figure.wp-block-table.has-amber-table-2nd-column-bg-color tbody tr td:not(:first-of-type) {
  background: var(--c35);
}
figure.wp-block-table.has-amber-table-3rd-column-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c35);
}
figure.wp-block-table.has-amber-table-3rd-column-bg-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c35);
}
figure.wp-block-table.has-amber-table-1st-header-color thead tr th:first-of-type {
  color: var(--c35);
}
figure.wp-block-table.has-amber-table-1st-header-bg-color thead tr th:first-of-type {
  background: var(--c35);
}
figure.wp-block-table.has-amber-table-2nd-header-color thead tr th:not(:first-of-type) {
  color: var(--c35);
}
figure.wp-block-table.has-amber-table-2nd-header-bg-color thead tr th:not(:first-of-type) {
  background: var(--c35);
}
figure.wp-block-table.has-amber-table-3rd-header-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c35);
}
figure.wp-block-table.has-amber-table-3rd-header-bg-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c35);
}
figure.wp-block-table.has-light-orange-table-odd-row-color tbody tr:nth-child(odd) {
  color: var(--c36);
}
figure.wp-block-table.has-light-orange-table-odd-row-bg-color tbody tr:nth-child(odd) {
  background: var(--c36);
}
.admin-page figure.wp-block-table.has-light-orange-table-odd-row-bg-color.is-style-td-odd-line-colspan tbody tr:nth-child(odd) td:not(:first-child) {
  border-left: 1px solid var(--c36);
  border-right: 1px solid var(--c36);
}
figure.wp-block-table.has-light-orange-table-1st-column-color tbody tr td:first-of-type {
  color: var(--c36);
}
figure.wp-block-table.has-light-orange-table-1st-column-bg-color tbody tr td:first-of-type {
  background: var(--c36);
}
figure.wp-block-table.has-light-orange-table-2nd-column-color tbody tr td:not(:first-of-type) {
  color: var(--c36);
}
figure.wp-block-table.has-light-orange-table-2nd-column-bg-color tbody tr td:not(:first-of-type) {
  background: var(--c36);
}
figure.wp-block-table.has-light-orange-table-3rd-column-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c36);
}
figure.wp-block-table.has-light-orange-table-3rd-column-bg-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c36);
}
figure.wp-block-table.has-light-orange-table-1st-header-color thead tr th:first-of-type {
  color: var(--c36);
}
figure.wp-block-table.has-light-orange-table-1st-header-bg-color thead tr th:first-of-type {
  background: var(--c36);
}
figure.wp-block-table.has-light-orange-table-2nd-header-color thead tr th:not(:first-of-type) {
  color: var(--c36);
}
figure.wp-block-table.has-light-orange-table-2nd-header-bg-color thead tr th:not(:first-of-type) {
  background: var(--c36);
}
figure.wp-block-table.has-light-orange-table-3rd-header-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c36);
}
figure.wp-block-table.has-light-orange-table-3rd-header-bg-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c36);
}
figure.wp-block-table.has-orange-table-odd-row-color tbody tr:nth-child(odd) {
  color: var(--c41);
}
figure.wp-block-table.has-orange-table-odd-row-bg-color tbody tr:nth-child(odd) {
  background: var(--c41);
}
.admin-page figure.wp-block-table.has-orange-table-odd-row-bg-color.is-style-td-odd-line-colspan tbody tr:nth-child(odd) td:not(:first-child) {
  border-left: 1px solid var(--c41);
  border-right: 1px solid var(--c41);
}
figure.wp-block-table.has-orange-table-1st-column-color tbody tr td:first-of-type {
  color: var(--c41);
}
figure.wp-block-table.has-orange-table-1st-column-bg-color tbody tr td:first-of-type {
  background: var(--c41);
}
figure.wp-block-table.has-orange-table-2nd-column-color tbody tr td:not(:first-of-type) {
  color: var(--c41);
}
figure.wp-block-table.has-orange-table-2nd-column-bg-color tbody tr td:not(:first-of-type) {
  background: var(--c41);
}
figure.wp-block-table.has-orange-table-3rd-column-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c41);
}
figure.wp-block-table.has-orange-table-3rd-column-bg-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c41);
}
figure.wp-block-table.has-orange-table-1st-header-color thead tr th:first-of-type {
  color: var(--c41);
}
figure.wp-block-table.has-orange-table-1st-header-bg-color thead tr th:first-of-type {
  background: var(--c41);
}
figure.wp-block-table.has-orange-table-2nd-header-color thead tr th:not(:first-of-type) {
  color: var(--c41);
}
figure.wp-block-table.has-orange-table-2nd-header-bg-color thead tr th:not(:first-of-type) {
  background: var(--c41);
}
figure.wp-block-table.has-orange-table-3rd-header-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c41);
}
figure.wp-block-table.has-orange-table-3rd-header-bg-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c41);
}
figure.wp-block-table.has-deep-orange-table-odd-row-color tbody tr:nth-child(odd) {
  color: var(--c42);
}
figure.wp-block-table.has-deep-orange-table-odd-row-bg-color tbody tr:nth-child(odd) {
  background: var(--c42);
}
.admin-page figure.wp-block-table.has-deep-orange-table-odd-row-bg-color.is-style-td-odd-line-colspan tbody tr:nth-child(odd) td:not(:first-child) {
  border-left: 1px solid var(--c42);
  border-right: 1px solid var(--c42);
}
figure.wp-block-table.has-deep-orange-table-1st-column-color tbody tr td:first-of-type {
  color: var(--c42);
}
figure.wp-block-table.has-deep-orange-table-1st-column-bg-color tbody tr td:first-of-type {
  background: var(--c42);
}
figure.wp-block-table.has-deep-orange-table-2nd-column-color tbody tr td:not(:first-of-type) {
  color: var(--c42);
}
figure.wp-block-table.has-deep-orange-table-2nd-column-bg-color tbody tr td:not(:first-of-type) {
  background: var(--c42);
}
figure.wp-block-table.has-deep-orange-table-3rd-column-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c42);
}
figure.wp-block-table.has-deep-orange-table-3rd-column-bg-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c42);
}
figure.wp-block-table.has-deep-orange-table-1st-header-color thead tr th:first-of-type {
  color: var(--c42);
}
figure.wp-block-table.has-deep-orange-table-1st-header-bg-color thead tr th:first-of-type {
  background: var(--c42);
}
figure.wp-block-table.has-deep-orange-table-2nd-header-color thead tr th:not(:first-of-type) {
  color: var(--c42);
}
figure.wp-block-table.has-deep-orange-table-2nd-header-bg-color thead tr th:not(:first-of-type) {
  background: var(--c42);
}
figure.wp-block-table.has-deep-orange-table-3rd-header-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c42);
}
figure.wp-block-table.has-deep-orange-table-3rd-header-bg-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c42);
}
figure.wp-block-table.has-purple-table-odd-row-color tbody tr:nth-child(odd) {
  color: var(--c43);
}
figure.wp-block-table.has-purple-table-odd-row-bg-color tbody tr:nth-child(odd) {
  background: var(--c43);
}
.admin-page figure.wp-block-table.has-purple-table-odd-row-bg-color.is-style-td-odd-line-colspan tbody tr:nth-child(odd) td:not(:first-child) {
  border-left: 1px solid var(--c43);
  border-right: 1px solid var(--c43);
}
figure.wp-block-table.has-purple-table-1st-column-color tbody tr td:first-of-type {
  color: var(--c43);
}
figure.wp-block-table.has-purple-table-1st-column-bg-color tbody tr td:first-of-type {
  background: var(--c43);
}
figure.wp-block-table.has-purple-table-2nd-column-color tbody tr td:not(:first-of-type) {
  color: var(--c43);
}
figure.wp-block-table.has-purple-table-2nd-column-bg-color tbody tr td:not(:first-of-type) {
  background: var(--c43);
}
figure.wp-block-table.has-purple-table-3rd-column-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c43);
}
figure.wp-block-table.has-purple-table-3rd-column-bg-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c43);
}
figure.wp-block-table.has-purple-table-1st-header-color thead tr th:first-of-type {
  color: var(--c43);
}
figure.wp-block-table.has-purple-table-1st-header-bg-color thead tr th:first-of-type {
  background: var(--c43);
}
figure.wp-block-table.has-purple-table-2nd-header-color thead tr th:not(:first-of-type) {
  color: var(--c43);
}
figure.wp-block-table.has-purple-table-2nd-header-bg-color thead tr th:not(:first-of-type) {
  background: var(--c43);
}
figure.wp-block-table.has-purple-table-3rd-header-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c43);
}
figure.wp-block-table.has-purple-table-3rd-header-bg-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c43);
}
figure.wp-block-table.has-deep-table-odd-row-color tbody tr:nth-child(odd) {
  color: var(--c44);
}
figure.wp-block-table.has-deep-table-odd-row-bg-color tbody tr:nth-child(odd) {
  background: var(--c44);
}
.admin-page figure.wp-block-table.has-deep-table-odd-row-bg-color.is-style-td-odd-line-colspan tbody tr:nth-child(odd) td:not(:first-child) {
  border-left: 1px solid var(--c44);
  border-right: 1px solid var(--c44);
}
figure.wp-block-table.has-deep-table-1st-column-color tbody tr td:first-of-type {
  color: var(--c44);
}
figure.wp-block-table.has-deep-table-1st-column-bg-color tbody tr td:first-of-type {
  background: var(--c44);
}
figure.wp-block-table.has-deep-table-2nd-column-color tbody tr td:not(:first-of-type) {
  color: var(--c44);
}
figure.wp-block-table.has-deep-table-2nd-column-bg-color tbody tr td:not(:first-of-type) {
  background: var(--c44);
}
figure.wp-block-table.has-deep-table-3rd-column-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c44);
}
figure.wp-block-table.has-deep-table-3rd-column-bg-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c44);
}
figure.wp-block-table.has-deep-table-1st-header-color thead tr th:first-of-type {
  color: var(--c44);
}
figure.wp-block-table.has-deep-table-1st-header-bg-color thead tr th:first-of-type {
  background: var(--c44);
}
figure.wp-block-table.has-deep-table-2nd-header-color thead tr th:not(:first-of-type) {
  color: var(--c44);
}
figure.wp-block-table.has-deep-table-2nd-header-bg-color thead tr th:not(:first-of-type) {
  background: var(--c44);
}
figure.wp-block-table.has-deep-table-3rd-header-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c44);
}
figure.wp-block-table.has-deep-table-3rd-header-bg-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c44);
}
figure.wp-block-table.has-brown-table-odd-row-color tbody tr:nth-child(odd) {
  color: var(--c45);
}
figure.wp-block-table.has-brown-table-odd-row-bg-color tbody tr:nth-child(odd) {
  background: var(--c45);
}
.admin-page figure.wp-block-table.has-brown-table-odd-row-bg-color.is-style-td-odd-line-colspan tbody tr:nth-child(odd) td:not(:first-child) {
  border-left: 1px solid var(--c45);
  border-right: 1px solid var(--c45);
}
figure.wp-block-table.has-brown-table-1st-column-color tbody tr td:first-of-type {
  color: var(--c45);
}
figure.wp-block-table.has-brown-table-1st-column-bg-color tbody tr td:first-of-type {
  background: var(--c45);
}
figure.wp-block-table.has-brown-table-2nd-column-color tbody tr td:not(:first-of-type) {
  color: var(--c45);
}
figure.wp-block-table.has-brown-table-2nd-column-bg-color tbody tr td:not(:first-of-type) {
  background: var(--c45);
}
figure.wp-block-table.has-brown-table-3rd-column-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c45);
}
figure.wp-block-table.has-brown-table-3rd-column-bg-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c45);
}
figure.wp-block-table.has-brown-table-1st-header-color thead tr th:first-of-type {
  color: var(--c45);
}
figure.wp-block-table.has-brown-table-1st-header-bg-color thead tr th:first-of-type {
  background: var(--c45);
}
figure.wp-block-table.has-brown-table-2nd-header-color thead tr th:not(:first-of-type) {
  color: var(--c45);
}
figure.wp-block-table.has-brown-table-2nd-header-bg-color thead tr th:not(:first-of-type) {
  background: var(--c45);
}
figure.wp-block-table.has-brown-table-3rd-header-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c45);
}
figure.wp-block-table.has-brown-table-3rd-header-bg-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c45);
}
figure.wp-block-table.has-black-table-odd-row-color tbody tr:nth-child(odd) {
  color: var(--c46);
}
figure.wp-block-table.has-black-table-odd-row-bg-color tbody tr:nth-child(odd) {
  background: var(--c46);
}
.admin-page figure.wp-block-table.has-black-table-odd-row-bg-color.is-style-td-odd-line-colspan tbody tr:nth-child(odd) td:not(:first-child) {
  border-left: 1px solid var(--c46);
  border-right: 1px solid var(--c46);
}
figure.wp-block-table.has-black-table-1st-column-color tbody tr td:first-of-type {
  color: var(--c46);
}
figure.wp-block-table.has-black-table-1st-column-bg-color tbody tr td:first-of-type {
  background: var(--c46);
}
figure.wp-block-table.has-black-table-2nd-column-color tbody tr td:not(:first-of-type) {
  color: var(--c46);
}
figure.wp-block-table.has-black-table-2nd-column-bg-color tbody tr td:not(:first-of-type) {
  background: var(--c46);
}
figure.wp-block-table.has-black-table-3rd-column-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c46);
}
figure.wp-block-table.has-black-table-3rd-column-bg-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c46);
}
figure.wp-block-table.has-black-table-1st-header-color thead tr th:first-of-type {
  color: var(--c46);
}
figure.wp-block-table.has-black-table-1st-header-bg-color thead tr th:first-of-type {
  background: var(--c46);
}
figure.wp-block-table.has-black-table-2nd-header-color thead tr th:not(:first-of-type) {
  color: var(--c46);
}
figure.wp-block-table.has-black-table-2nd-header-bg-color thead tr th:not(:first-of-type) {
  background: var(--c46);
}
figure.wp-block-table.has-black-table-3rd-header-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c46);
}
figure.wp-block-table.has-black-table-3rd-header-bg-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c46);
}
figure.wp-block-table.has-grey-table-odd-row-color tbody tr:nth-child(odd) {
  color: var(--c51);
}
figure.wp-block-table.has-grey-table-odd-row-bg-color tbody tr:nth-child(odd) {
  background: var(--c51);
}
.admin-page figure.wp-block-table.has-grey-table-odd-row-bg-color.is-style-td-odd-line-colspan tbody tr:nth-child(odd) td:not(:first-child) {
  border-left: 1px solid var(--c51);
  border-right: 1px solid var(--c51);
}
figure.wp-block-table.has-grey-table-1st-column-color tbody tr td:first-of-type {
  color: var(--c51);
}
figure.wp-block-table.has-grey-table-1st-column-bg-color tbody tr td:first-of-type {
  background: var(--c51);
}
figure.wp-block-table.has-grey-table-2nd-column-color tbody tr td:not(:first-of-type) {
  color: var(--c51);
}
figure.wp-block-table.has-grey-table-2nd-column-bg-color tbody tr td:not(:first-of-type) {
  background: var(--c51);
}
figure.wp-block-table.has-grey-table-3rd-column-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c51);
}
figure.wp-block-table.has-grey-table-3rd-column-bg-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c51);
}
figure.wp-block-table.has-grey-table-1st-header-color thead tr th:first-of-type {
  color: var(--c51);
}
figure.wp-block-table.has-grey-table-1st-header-bg-color thead tr th:first-of-type {
  background: var(--c51);
}
figure.wp-block-table.has-grey-table-2nd-header-color thead tr th:not(:first-of-type) {
  color: var(--c51);
}
figure.wp-block-table.has-grey-table-2nd-header-bg-color thead tr th:not(:first-of-type) {
  background: var(--c51);
}
figure.wp-block-table.has-grey-table-3rd-header-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c51);
}
figure.wp-block-table.has-grey-table-3rd-header-bg-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c51);
}
figure.wp-block-table.has-shironezu-table-odd-row-color tbody tr:nth-child(odd) {
  color: var(--c52);
}
figure.wp-block-table.has-shironezu-table-odd-row-bg-color tbody tr:nth-child(odd) {
  background: var(--c52);
}
.admin-page figure.wp-block-table.has-shironezu-table-odd-row-bg-color.is-style-td-odd-line-colspan tbody tr:nth-child(odd) td:not(:first-child) {
  border-left: 1px solid var(--c52);
  border-right: 1px solid var(--c52);
}
figure.wp-block-table.has-shironezu-table-1st-column-color tbody tr td:first-of-type {
  color: var(--c52);
}
figure.wp-block-table.has-shironezu-table-1st-column-bg-color tbody tr td:first-of-type {
  background: var(--c52);
}
figure.wp-block-table.has-shironezu-table-2nd-column-color tbody tr td:not(:first-of-type) {
  color: var(--c52);
}
figure.wp-block-table.has-shironezu-table-2nd-column-bg-color tbody tr td:not(:first-of-type) {
  background: var(--c52);
}
figure.wp-block-table.has-shironezu-table-3rd-column-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c52);
}
figure.wp-block-table.has-shironezu-table-3rd-column-bg-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c52);
}
figure.wp-block-table.has-shironezu-table-1st-header-color thead tr th:first-of-type {
  color: var(--c52);
}
figure.wp-block-table.has-shironezu-table-1st-header-bg-color thead tr th:first-of-type {
  background: var(--c52);
}
figure.wp-block-table.has-shironezu-table-2nd-header-color thead tr th:not(:first-of-type) {
  color: var(--c52);
}
figure.wp-block-table.has-shironezu-table-2nd-header-bg-color thead tr th:not(:first-of-type) {
  background: var(--c52);
}
figure.wp-block-table.has-shironezu-table-3rd-header-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c52);
}
figure.wp-block-table.has-shironezu-table-3rd-header-bg-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c52);
}
figure.wp-block-table.has-light-grey-table-odd-row-color tbody tr:nth-child(odd) {
  color: var(--c53);
}
figure.wp-block-table.has-light-grey-table-odd-row-bg-color tbody tr:nth-child(odd) {
  background: var(--c53);
}
.admin-page figure.wp-block-table.has-light-grey-table-odd-row-bg-color.is-style-td-odd-line-colspan tbody tr:nth-child(odd) td:not(:first-child) {
  border-left: 1px solid var(--c53);
  border-right: 1px solid var(--c53);
}
figure.wp-block-table.has-light-grey-table-1st-column-color tbody tr td:first-of-type {
  color: var(--c53);
}
figure.wp-block-table.has-light-grey-table-1st-column-bg-color tbody tr td:first-of-type {
  background: var(--c53);
}
figure.wp-block-table.has-light-grey-table-2nd-column-color tbody tr td:not(:first-of-type) {
  color: var(--c53);
}
figure.wp-block-table.has-light-grey-table-2nd-column-bg-color tbody tr td:not(:first-of-type) {
  background: var(--c53);
}
figure.wp-block-table.has-light-grey-table-3rd-column-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c53);
}
figure.wp-block-table.has-light-grey-table-3rd-column-bg-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c53);
}
figure.wp-block-table.has-light-grey-table-1st-header-color thead tr th:first-of-type {
  color: var(--c53);
}
figure.wp-block-table.has-light-grey-table-1st-header-bg-color thead tr th:first-of-type {
  background: var(--c53);
}
figure.wp-block-table.has-light-grey-table-2nd-header-color thead tr th:not(:first-of-type) {
  color: var(--c53);
}
figure.wp-block-table.has-light-grey-table-2nd-header-bg-color thead tr th:not(:first-of-type) {
  background: var(--c53);
}
figure.wp-block-table.has-light-grey-table-3rd-header-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c53);
}
figure.wp-block-table.has-light-grey-table-3rd-header-bg-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c53);
}
figure.wp-block-table.has-white-violet-table-odd-row-color tbody tr:nth-child(odd) {
  color: var(--c54);
}
figure.wp-block-table.has-white-violet-table-odd-row-bg-color tbody tr:nth-child(odd) {
  background: var(--c54);
}
.admin-page figure.wp-block-table.has-white-violet-table-odd-row-bg-color.is-style-td-odd-line-colspan tbody tr:nth-child(odd) td:not(:first-child) {
  border-left: 1px solid var(--c54);
  border-right: 1px solid var(--c54);
}
figure.wp-block-table.has-white-violet-table-1st-column-color tbody tr td:first-of-type {
  color: var(--c54);
}
figure.wp-block-table.has-white-violet-table-1st-column-bg-color tbody tr td:first-of-type {
  background: var(--c54);
}
figure.wp-block-table.has-white-violet-table-2nd-column-color tbody tr td:not(:first-of-type) {
  color: var(--c54);
}
figure.wp-block-table.has-white-violet-table-2nd-column-bg-color tbody tr td:not(:first-of-type) {
  background: var(--c54);
}
figure.wp-block-table.has-white-violet-table-3rd-column-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c54);
}
figure.wp-block-table.has-white-violet-table-3rd-column-bg-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c54);
}
figure.wp-block-table.has-white-violet-table-1st-header-color thead tr th:first-of-type {
  color: var(--c54);
}
figure.wp-block-table.has-white-violet-table-1st-header-bg-color thead tr th:first-of-type {
  background: var(--c54);
}
figure.wp-block-table.has-white-violet-table-2nd-header-color thead tr th:not(:first-of-type) {
  color: var(--c54);
}
figure.wp-block-table.has-white-violet-table-2nd-header-bg-color thead tr th:not(:first-of-type) {
  background: var(--c54);
}
figure.wp-block-table.has-white-violet-table-3rd-header-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c54);
}
figure.wp-block-table.has-white-violet-table-3rd-header-bg-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c54);
}
figure.wp-block-table.has-luna-white-table-odd-row-color tbody tr:nth-child(odd) {
  color: var(--c55);
}
figure.wp-block-table.has-luna-white-table-odd-row-bg-color tbody tr:nth-child(odd) {
  background: var(--c55);
}
.admin-page figure.wp-block-table.has-luna-white-table-odd-row-bg-color.is-style-td-odd-line-colspan tbody tr:nth-child(odd) td:not(:first-child) {
  border-left: 1px solid var(--c55);
  border-right: 1px solid var(--c55);
}
figure.wp-block-table.has-luna-white-table-1st-column-color tbody tr td:first-of-type {
  color: var(--c55);
}
figure.wp-block-table.has-luna-white-table-1st-column-bg-color tbody tr td:first-of-type {
  background: var(--c55);
}
figure.wp-block-table.has-luna-white-table-2nd-column-color tbody tr td:not(:first-of-type) {
  color: var(--c55);
}
figure.wp-block-table.has-luna-white-table-2nd-column-bg-color tbody tr td:not(:first-of-type) {
  background: var(--c55);
}
figure.wp-block-table.has-luna-white-table-3rd-column-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c55);
}
figure.wp-block-table.has-luna-white-table-3rd-column-bg-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c55);
}
figure.wp-block-table.has-luna-white-table-1st-header-color thead tr th:first-of-type {
  color: var(--c55);
}
figure.wp-block-table.has-luna-white-table-1st-header-bg-color thead tr th:first-of-type {
  background: var(--c55);
}
figure.wp-block-table.has-luna-white-table-2nd-header-color thead tr th:not(:first-of-type) {
  color: var(--c55);
}
figure.wp-block-table.has-luna-white-table-2nd-header-bg-color thead tr th:not(:first-of-type) {
  background: var(--c55);
}
figure.wp-block-table.has-luna-white-table-3rd-header-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c55);
}
figure.wp-block-table.has-luna-white-table-3rd-header-bg-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c55);
}
figure.wp-block-table.has-watery-blue-table-odd-row-color tbody tr:nth-child(odd) {
  color: var(--c56);
}
figure.wp-block-table.has-watery-blue-table-odd-row-bg-color tbody tr:nth-child(odd) {
  background: var(--c56);
}
.admin-page figure.wp-block-table.has-watery-blue-table-odd-row-bg-color.is-style-td-odd-line-colspan tbody tr:nth-child(odd) td:not(:first-child) {
  border-left: 1px solid var(--c56);
  border-right: 1px solid var(--c56);
}
figure.wp-block-table.has-watery-blue-table-1st-column-color tbody tr td:first-of-type {
  color: var(--c56);
}
figure.wp-block-table.has-watery-blue-table-1st-column-bg-color tbody tr td:first-of-type {
  background: var(--c56);
}
figure.wp-block-table.has-watery-blue-table-2nd-column-color tbody tr td:not(:first-of-type) {
  color: var(--c56);
}
figure.wp-block-table.has-watery-blue-table-2nd-column-bg-color tbody tr td:not(:first-of-type) {
  background: var(--c56);
}
figure.wp-block-table.has-watery-blue-table-3rd-column-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c56);
}
figure.wp-block-table.has-watery-blue-table-3rd-column-bg-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c56);
}
figure.wp-block-table.has-watery-blue-table-1st-header-color thead tr th:first-of-type {
  color: var(--c56);
}
figure.wp-block-table.has-watery-blue-table-1st-header-bg-color thead tr th:first-of-type {
  background: var(--c56);
}
figure.wp-block-table.has-watery-blue-table-2nd-header-color thead tr th:not(:first-of-type) {
  color: var(--c56);
}
figure.wp-block-table.has-watery-blue-table-2nd-header-bg-color thead tr th:not(:first-of-type) {
  background: var(--c56);
}
figure.wp-block-table.has-watery-blue-table-3rd-header-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c56);
}
figure.wp-block-table.has-watery-blue-table-3rd-header-bg-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c56);
}
figure.wp-block-table.has-watery-green-table-odd-row-color tbody tr:nth-child(odd) {
  color: var(--c61);
}
figure.wp-block-table.has-watery-green-table-odd-row-bg-color tbody tr:nth-child(odd) {
  background: var(--c61);
}
.admin-page figure.wp-block-table.has-watery-green-table-odd-row-bg-color.is-style-td-odd-line-colspan tbody tr:nth-child(odd) td:not(:first-child) {
  border-left: 1px solid var(--c61);
  border-right: 1px solid var(--c61);
}
figure.wp-block-table.has-watery-green-table-1st-column-color tbody tr td:first-of-type {
  color: var(--c61);
}
figure.wp-block-table.has-watery-green-table-1st-column-bg-color tbody tr td:first-of-type {
  background: var(--c61);
}
figure.wp-block-table.has-watery-green-table-2nd-column-color tbody tr td:not(:first-of-type) {
  color: var(--c61);
}
figure.wp-block-table.has-watery-green-table-2nd-column-bg-color tbody tr td:not(:first-of-type) {
  background: var(--c61);
}
figure.wp-block-table.has-watery-green-table-3rd-column-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c61);
}
figure.wp-block-table.has-watery-green-table-3rd-column-bg-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c61);
}
figure.wp-block-table.has-watery-green-table-1st-header-color thead tr th:first-of-type {
  color: var(--c61);
}
figure.wp-block-table.has-watery-green-table-1st-header-bg-color thead tr th:first-of-type {
  background: var(--c61);
}
figure.wp-block-table.has-watery-green-table-2nd-header-color thead tr th:not(:first-of-type) {
  color: var(--c61);
}
figure.wp-block-table.has-watery-green-table-2nd-header-bg-color thead tr th:not(:first-of-type) {
  background: var(--c61);
}
figure.wp-block-table.has-watery-green-table-3rd-header-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c61);
}
figure.wp-block-table.has-watery-green-table-3rd-header-bg-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c61);
}
figure.wp-block-table.has-indigo-white-table-odd-row-color tbody tr:nth-child(odd) {
  color: var(--c62);
}
figure.wp-block-table.has-indigo-white-table-odd-row-bg-color tbody tr:nth-child(odd) {
  background: var(--c62);
}
.admin-page figure.wp-block-table.has-indigo-white-table-odd-row-bg-color.is-style-td-odd-line-colspan tbody tr:nth-child(odd) td:not(:first-child) {
  border-left: 1px solid var(--c62);
  border-right: 1px solid var(--c62);
}
figure.wp-block-table.has-indigo-white-table-1st-column-color tbody tr td:first-of-type {
  color: var(--c62);
}
figure.wp-block-table.has-indigo-white-table-1st-column-bg-color tbody tr td:first-of-type {
  background: var(--c62);
}
figure.wp-block-table.has-indigo-white-table-2nd-column-color tbody tr td:not(:first-of-type) {
  color: var(--c62);
}
figure.wp-block-table.has-indigo-white-table-2nd-column-bg-color tbody tr td:not(:first-of-type) {
  background: var(--c62);
}
figure.wp-block-table.has-indigo-white-table-3rd-column-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c62);
}
figure.wp-block-table.has-indigo-white-table-3rd-column-bg-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c62);
}
figure.wp-block-table.has-indigo-white-table-1st-header-color thead tr th:first-of-type {
  color: var(--c62);
}
figure.wp-block-table.has-indigo-white-table-1st-header-bg-color thead tr th:first-of-type {
  background: var(--c62);
}
figure.wp-block-table.has-indigo-white-table-2nd-header-color thead tr th:not(:first-of-type) {
  color: var(--c62);
}
figure.wp-block-table.has-indigo-white-table-2nd-header-bg-color thead tr th:not(:first-of-type) {
  background: var(--c62);
}
figure.wp-block-table.has-indigo-white-table-3rd-header-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c62);
}
figure.wp-block-table.has-indigo-white-table-3rd-header-bg-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c62);
}
figure.wp-block-table.has-watery-red-table-odd-row-color tbody tr:nth-child(odd) {
  color: var(--c63);
}
figure.wp-block-table.has-watery-red-table-odd-row-bg-color tbody tr:nth-child(odd) {
  background: var(--c63);
}
.admin-page figure.wp-block-table.has-watery-red-table-odd-row-bg-color.is-style-td-odd-line-colspan tbody tr:nth-child(odd) td:not(:first-child) {
  border-left: 1px solid var(--c63);
  border-right: 1px solid var(--c63);
}
figure.wp-block-table.has-watery-red-table-1st-column-color tbody tr td:first-of-type {
  color: var(--c63);
}
figure.wp-block-table.has-watery-red-table-1st-column-bg-color tbody tr td:first-of-type {
  background: var(--c63);
}
figure.wp-block-table.has-watery-red-table-2nd-column-color tbody tr td:not(:first-of-type) {
  color: var(--c63);
}
figure.wp-block-table.has-watery-red-table-2nd-column-bg-color tbody tr td:not(:first-of-type) {
  background: var(--c63);
}
figure.wp-block-table.has-watery-red-table-3rd-column-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c63);
}
figure.wp-block-table.has-watery-red-table-3rd-column-bg-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c63);
}
figure.wp-block-table.has-watery-red-table-1st-header-color thead tr th:first-of-type {
  color: var(--c63);
}
figure.wp-block-table.has-watery-red-table-1st-header-bg-color thead tr th:first-of-type {
  background: var(--c63);
}
figure.wp-block-table.has-watery-red-table-2nd-header-color thead tr th:not(:first-of-type) {
  color: var(--c63);
}
figure.wp-block-table.has-watery-red-table-2nd-header-bg-color thead tr th:not(:first-of-type) {
  background: var(--c63);
}
figure.wp-block-table.has-watery-red-table-3rd-header-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c63);
}
figure.wp-block-table.has-watery-red-table-3rd-header-bg-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c63);
}
figure.wp-block-table.has-watery-yellow-table-odd-row-color tbody tr:nth-child(odd) {
  color: var(--c64);
}
figure.wp-block-table.has-watery-yellow-table-odd-row-bg-color tbody tr:nth-child(odd) {
  background: var(--c64);
}
.admin-page figure.wp-block-table.has-watery-yellow-table-odd-row-bg-color.is-style-td-odd-line-colspan tbody tr:nth-child(odd) td:not(:first-child) {
  border-left: 1px solid var(--c64);
  border-right: 1px solid var(--c64);
}
figure.wp-block-table.has-watery-yellow-table-1st-column-color tbody tr td:first-of-type {
  color: var(--c64);
}
figure.wp-block-table.has-watery-yellow-table-1st-column-bg-color tbody tr td:first-of-type {
  background: var(--c64);
}
figure.wp-block-table.has-watery-yellow-table-2nd-column-color tbody tr td:not(:first-of-type) {
  color: var(--c64);
}
figure.wp-block-table.has-watery-yellow-table-2nd-column-bg-color tbody tr td:not(:first-of-type) {
  background: var(--c64);
}
figure.wp-block-table.has-watery-yellow-table-3rd-column-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c64);
}
figure.wp-block-table.has-watery-yellow-table-3rd-column-bg-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c64);
}
figure.wp-block-table.has-watery-yellow-table-1st-header-color thead tr th:first-of-type {
  color: var(--c64);
}
figure.wp-block-table.has-watery-yellow-table-1st-header-bg-color thead tr th:first-of-type {
  background: var(--c64);
}
figure.wp-block-table.has-watery-yellow-table-2nd-header-color thead tr th:not(:first-of-type) {
  color: var(--c64);
}
figure.wp-block-table.has-watery-yellow-table-2nd-header-bg-color thead tr th:not(:first-of-type) {
  background: var(--c64);
}
figure.wp-block-table.has-watery-yellow-table-3rd-header-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c64);
}
figure.wp-block-table.has-watery-yellow-table-3rd-header-bg-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c64);
}
figure.wp-block-table.has-ebur-table-odd-row-color tbody tr:nth-child(odd) {
  color: var(--c65);
}
figure.wp-block-table.has-ebur-table-odd-row-bg-color tbody tr:nth-child(odd) {
  background: var(--c65);
}
.admin-page figure.wp-block-table.has-ebur-table-odd-row-bg-color.is-style-td-odd-line-colspan tbody tr:nth-child(odd) td:not(:first-child) {
  border-left: 1px solid var(--c65);
  border-right: 1px solid var(--c65);
}
figure.wp-block-table.has-ebur-table-1st-column-color tbody tr td:first-of-type {
  color: var(--c65);
}
figure.wp-block-table.has-ebur-table-1st-column-bg-color tbody tr td:first-of-type {
  background: var(--c65);
}
figure.wp-block-table.has-ebur-table-2nd-column-color tbody tr td:not(:first-of-type) {
  color: var(--c65);
}
figure.wp-block-table.has-ebur-table-2nd-column-bg-color tbody tr td:not(:first-of-type) {
  background: var(--c65);
}
figure.wp-block-table.has-ebur-table-3rd-column-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c65);
}
figure.wp-block-table.has-ebur-table-3rd-column-bg-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c65);
}
figure.wp-block-table.has-ebur-table-1st-header-color thead tr th:first-of-type {
  color: var(--c65);
}
figure.wp-block-table.has-ebur-table-1st-header-bg-color thead tr th:first-of-type {
  background: var(--c65);
}
figure.wp-block-table.has-ebur-table-2nd-header-color thead tr th:not(:first-of-type) {
  color: var(--c65);
}
figure.wp-block-table.has-ebur-table-2nd-header-bg-color thead tr th:not(:first-of-type) {
  background: var(--c65);
}
figure.wp-block-table.has-ebur-table-3rd-header-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c65);
}
figure.wp-block-table.has-ebur-table-3rd-header-bg-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c65);
}
figure.wp-block-table.has-kinari-table-odd-row-color tbody tr:nth-child(odd) {
  color: var(--c66);
}
figure.wp-block-table.has-kinari-table-odd-row-bg-color tbody tr:nth-child(odd) {
  background: var(--c66);
}
.admin-page figure.wp-block-table.has-kinari-table-odd-row-bg-color.is-style-td-odd-line-colspan tbody tr:nth-child(odd) td:not(:first-child) {
  border-left: 1px solid var(--c66);
  border-right: 1px solid var(--c66);
}
figure.wp-block-table.has-kinari-table-1st-column-color tbody tr td:first-of-type {
  color: var(--c66);
}
figure.wp-block-table.has-kinari-table-1st-column-bg-color tbody tr td:first-of-type {
  background: var(--c66);
}
figure.wp-block-table.has-kinari-table-2nd-column-color tbody tr td:not(:first-of-type) {
  color: var(--c66);
}
figure.wp-block-table.has-kinari-table-2nd-column-bg-color tbody tr td:not(:first-of-type) {
  background: var(--c66);
}
figure.wp-block-table.has-kinari-table-3rd-column-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c66);
}
figure.wp-block-table.has-kinari-table-3rd-column-bg-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c66);
}
figure.wp-block-table.has-kinari-table-1st-header-color thead tr th:first-of-type {
  color: var(--c66);
}
figure.wp-block-table.has-kinari-table-1st-header-bg-color thead tr th:first-of-type {
  background: var(--c66);
}
figure.wp-block-table.has-kinari-table-2nd-header-color thead tr th:not(:first-of-type) {
  color: var(--c66);
}
figure.wp-block-table.has-kinari-table-2nd-header-bg-color thead tr th:not(:first-of-type) {
  background: var(--c66);
}
figure.wp-block-table.has-kinari-table-3rd-header-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c66);
}
figure.wp-block-table.has-kinari-table-3rd-header-bg-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c66);
}
figure.wp-block-table.has-white-porcelain-table-odd-row-color tbody tr:nth-child(odd) {
  color: var(--c71);
}
figure.wp-block-table.has-white-porcelain-table-odd-row-bg-color tbody tr:nth-child(odd) {
  background: var(--c71);
}
.admin-page figure.wp-block-table.has-white-porcelain-table-odd-row-bg-color.is-style-td-odd-line-colspan tbody tr:nth-child(odd) td:not(:first-child) {
  border-left: 1px solid var(--c71);
  border-right: 1px solid var(--c71);
}
figure.wp-block-table.has-white-porcelain-table-1st-column-color tbody tr td:first-of-type {
  color: var(--c71);
}
figure.wp-block-table.has-white-porcelain-table-1st-column-bg-color tbody tr td:first-of-type {
  background: var(--c71);
}
figure.wp-block-table.has-white-porcelain-table-2nd-column-color tbody tr td:not(:first-of-type) {
  color: var(--c71);
}
figure.wp-block-table.has-white-porcelain-table-2nd-column-bg-color tbody tr td:not(:first-of-type) {
  background: var(--c71);
}
figure.wp-block-table.has-white-porcelain-table-3rd-column-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c71);
}
figure.wp-block-table.has-white-porcelain-table-3rd-column-bg-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c71);
}
figure.wp-block-table.has-white-porcelain-table-1st-header-color thead tr th:first-of-type {
  color: var(--c71);
}
figure.wp-block-table.has-white-porcelain-table-1st-header-bg-color thead tr th:first-of-type {
  background: var(--c71);
}
figure.wp-block-table.has-white-porcelain-table-2nd-header-color thead tr th:not(:first-of-type) {
  color: var(--c71);
}
figure.wp-block-table.has-white-porcelain-table-2nd-header-bg-color thead tr th:not(:first-of-type) {
  background: var(--c71);
}
figure.wp-block-table.has-white-porcelain-table-3rd-header-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c71);
}
figure.wp-block-table.has-white-porcelain-table-3rd-header-bg-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c71);
}
figure.wp-block-table.has-white-table-odd-row-color tbody tr:nth-child(odd) {
  color: var(--c72);
}
figure.wp-block-table.has-white-table-odd-row-bg-color tbody tr:nth-child(odd) {
  background: var(--c72);
}
.admin-page figure.wp-block-table.has-white-table-odd-row-bg-color.is-style-td-odd-line-colspan tbody tr:nth-child(odd) td:not(:first-child) {
  border-left: 1px solid var(--c72);
  border-right: 1px solid var(--c72);
}
figure.wp-block-table.has-white-table-1st-column-color tbody tr td:first-of-type {
  color: var(--c72);
}
figure.wp-block-table.has-white-table-1st-column-bg-color tbody tr td:first-of-type {
  background: var(--c72);
}
figure.wp-block-table.has-white-table-2nd-column-color tbody tr td:not(:first-of-type) {
  color: var(--c72);
}
figure.wp-block-table.has-white-table-2nd-column-bg-color tbody tr td:not(:first-of-type) {
  background: var(--c72);
}
figure.wp-block-table.has-white-table-3rd-column-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c72);
}
figure.wp-block-table.has-white-table-3rd-column-bg-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c72);
}
figure.wp-block-table.has-white-table-1st-header-color thead tr th:first-of-type {
  color: var(--c72);
}
figure.wp-block-table.has-white-table-1st-header-bg-color thead tr th:first-of-type {
  background: var(--c72);
}
figure.wp-block-table.has-white-table-2nd-header-color thead tr th:not(:first-of-type) {
  color: var(--c72);
}
figure.wp-block-table.has-white-table-2nd-header-bg-color thead tr th:not(:first-of-type) {
  background: var(--c72);
}
figure.wp-block-table.has-white-table-3rd-header-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c72);
}
figure.wp-block-table.has-white-table-3rd-header-bg-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c72);
}
figure.wp-block-table.has-ex-a-table-odd-row-color tbody tr:nth-child(odd) {
  color: var(--c73);
}
figure.wp-block-table.has-ex-a-table-odd-row-bg-color tbody tr:nth-child(odd) {
  background: var(--c73);
}
.admin-page figure.wp-block-table.has-ex-a-table-odd-row-bg-color.is-style-td-odd-line-colspan tbody tr:nth-child(odd) td:not(:first-child) {
  border-left: 1px solid var(--c73);
  border-right: 1px solid var(--c73);
}
figure.wp-block-table.has-ex-a-table-1st-column-color tbody tr td:first-of-type {
  color: var(--c73);
}
figure.wp-block-table.has-ex-a-table-1st-column-bg-color tbody tr td:first-of-type {
  background: var(--c73);
}
figure.wp-block-table.has-ex-a-table-2nd-column-color tbody tr td:not(:first-of-type) {
  color: var(--c73);
}
figure.wp-block-table.has-ex-a-table-2nd-column-bg-color tbody tr td:not(:first-of-type) {
  background: var(--c73);
}
figure.wp-block-table.has-ex-a-table-3rd-column-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c73);
}
figure.wp-block-table.has-ex-a-table-3rd-column-bg-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c73);
}
figure.wp-block-table.has-ex-a-table-1st-header-color thead tr th:first-of-type {
  color: var(--c73);
}
figure.wp-block-table.has-ex-a-table-1st-header-bg-color thead tr th:first-of-type {
  background: var(--c73);
}
figure.wp-block-table.has-ex-a-table-2nd-header-color thead tr th:not(:first-of-type) {
  color: var(--c73);
}
figure.wp-block-table.has-ex-a-table-2nd-header-bg-color thead tr th:not(:first-of-type) {
  background: var(--c73);
}
figure.wp-block-table.has-ex-a-table-3rd-header-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c73);
}
figure.wp-block-table.has-ex-a-table-3rd-header-bg-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c73);
}
figure.wp-block-table.has-ex-b-table-odd-row-color tbody tr:nth-child(odd) {
  color: var(--c74);
}
figure.wp-block-table.has-ex-b-table-odd-row-bg-color tbody tr:nth-child(odd) {
  background: var(--c74);
}
.admin-page figure.wp-block-table.has-ex-b-table-odd-row-bg-color.is-style-td-odd-line-colspan tbody tr:nth-child(odd) td:not(:first-child) {
  border-left: 1px solid var(--c74);
  border-right: 1px solid var(--c74);
}
figure.wp-block-table.has-ex-b-table-1st-column-color tbody tr td:first-of-type {
  color: var(--c74);
}
figure.wp-block-table.has-ex-b-table-1st-column-bg-color tbody tr td:first-of-type {
  background: var(--c74);
}
figure.wp-block-table.has-ex-b-table-2nd-column-color tbody tr td:not(:first-of-type) {
  color: var(--c74);
}
figure.wp-block-table.has-ex-b-table-2nd-column-bg-color tbody tr td:not(:first-of-type) {
  background: var(--c74);
}
figure.wp-block-table.has-ex-b-table-3rd-column-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c74);
}
figure.wp-block-table.has-ex-b-table-3rd-column-bg-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c74);
}
figure.wp-block-table.has-ex-b-table-1st-header-color thead tr th:first-of-type {
  color: var(--c74);
}
figure.wp-block-table.has-ex-b-table-1st-header-bg-color thead tr th:first-of-type {
  background: var(--c74);
}
figure.wp-block-table.has-ex-b-table-2nd-header-color thead tr th:not(:first-of-type) {
  color: var(--c74);
}
figure.wp-block-table.has-ex-b-table-2nd-header-bg-color thead tr th:not(:first-of-type) {
  background: var(--c74);
}
figure.wp-block-table.has-ex-b-table-3rd-header-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c74);
}
figure.wp-block-table.has-ex-b-table-3rd-header-bg-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c74);
}
figure.wp-block-table.has-ex-c-table-odd-row-color tbody tr:nth-child(odd) {
  color: var(--c75);
}
figure.wp-block-table.has-ex-c-table-odd-row-bg-color tbody tr:nth-child(odd) {
  background: var(--c75);
}
.admin-page figure.wp-block-table.has-ex-c-table-odd-row-bg-color.is-style-td-odd-line-colspan tbody tr:nth-child(odd) td:not(:first-child) {
  border-left: 1px solid var(--c75);
  border-right: 1px solid var(--c75);
}
figure.wp-block-table.has-ex-c-table-1st-column-color tbody tr td:first-of-type {
  color: var(--c75);
}
figure.wp-block-table.has-ex-c-table-1st-column-bg-color tbody tr td:first-of-type {
  background: var(--c75);
}
figure.wp-block-table.has-ex-c-table-2nd-column-color tbody tr td:not(:first-of-type) {
  color: var(--c75);
}
figure.wp-block-table.has-ex-c-table-2nd-column-bg-color tbody tr td:not(:first-of-type) {
  background: var(--c75);
}
figure.wp-block-table.has-ex-c-table-3rd-column-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c75);
}
figure.wp-block-table.has-ex-c-table-3rd-column-bg-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c75);
}
figure.wp-block-table.has-ex-c-table-1st-header-color thead tr th:first-of-type {
  color: var(--c75);
}
figure.wp-block-table.has-ex-c-table-1st-header-bg-color thead tr th:first-of-type {
  background: var(--c75);
}
figure.wp-block-table.has-ex-c-table-2nd-header-color thead tr th:not(:first-of-type) {
  color: var(--c75);
}
figure.wp-block-table.has-ex-c-table-2nd-header-bg-color thead tr th:not(:first-of-type) {
  background: var(--c75);
}
figure.wp-block-table.has-ex-c-table-3rd-header-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c75);
}
figure.wp-block-table.has-ex-c-table-3rd-header-bg-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c75);
}
figure.wp-block-table.has-ex-d-table-odd-row-color tbody tr:nth-child(odd) {
  color: var(--c76);
}
figure.wp-block-table.has-ex-d-table-odd-row-bg-color tbody tr:nth-child(odd) {
  background: var(--c76);
}
.admin-page figure.wp-block-table.has-ex-d-table-odd-row-bg-color.is-style-td-odd-line-colspan tbody tr:nth-child(odd) td:not(:first-child) {
  border-left: 1px solid var(--c76);
  border-right: 1px solid var(--c76);
}
figure.wp-block-table.has-ex-d-table-1st-column-color tbody tr td:first-of-type {
  color: var(--c76);
}
figure.wp-block-table.has-ex-d-table-1st-column-bg-color tbody tr td:first-of-type {
  background: var(--c76);
}
figure.wp-block-table.has-ex-d-table-2nd-column-color tbody tr td:not(:first-of-type) {
  color: var(--c76);
}
figure.wp-block-table.has-ex-d-table-2nd-column-bg-color tbody tr td:not(:first-of-type) {
  background: var(--c76);
}
figure.wp-block-table.has-ex-d-table-3rd-column-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c76);
}
figure.wp-block-table.has-ex-d-table-3rd-column-bg-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c76);
}
figure.wp-block-table.has-ex-d-table-1st-header-color thead tr th:first-of-type {
  color: var(--c76);
}
figure.wp-block-table.has-ex-d-table-1st-header-bg-color thead tr th:first-of-type {
  background: var(--c76);
}
figure.wp-block-table.has-ex-d-table-2nd-header-color thead tr th:not(:first-of-type) {
  color: var(--c76);
}
figure.wp-block-table.has-ex-d-table-2nd-header-bg-color thead tr th:not(:first-of-type) {
  background: var(--c76);
}
figure.wp-block-table.has-ex-d-table-3rd-header-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c76);
}
figure.wp-block-table.has-ex-d-table-3rd-header-bg-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c76);
}
figure.wp-block-table.has-ex-e-table-odd-row-color tbody tr:nth-child(odd) {
  color: var(--c81);
}
figure.wp-block-table.has-ex-e-table-odd-row-bg-color tbody tr:nth-child(odd) {
  background: var(--c81);
}
.admin-page figure.wp-block-table.has-ex-e-table-odd-row-bg-color.is-style-td-odd-line-colspan tbody tr:nth-child(odd) td:not(:first-child) {
  border-left: 1px solid var(--c81);
  border-right: 1px solid var(--c81);
}
figure.wp-block-table.has-ex-e-table-1st-column-color tbody tr td:first-of-type {
  color: var(--c81);
}
figure.wp-block-table.has-ex-e-table-1st-column-bg-color tbody tr td:first-of-type {
  background: var(--c81);
}
figure.wp-block-table.has-ex-e-table-2nd-column-color tbody tr td:not(:first-of-type) {
  color: var(--c81);
}
figure.wp-block-table.has-ex-e-table-2nd-column-bg-color tbody tr td:not(:first-of-type) {
  background: var(--c81);
}
figure.wp-block-table.has-ex-e-table-3rd-column-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c81);
}
figure.wp-block-table.has-ex-e-table-3rd-column-bg-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c81);
}
figure.wp-block-table.has-ex-e-table-1st-header-color thead tr th:first-of-type {
  color: var(--c81);
}
figure.wp-block-table.has-ex-e-table-1st-header-bg-color thead tr th:first-of-type {
  background: var(--c81);
}
figure.wp-block-table.has-ex-e-table-2nd-header-color thead tr th:not(:first-of-type) {
  color: var(--c81);
}
figure.wp-block-table.has-ex-e-table-2nd-header-bg-color thead tr th:not(:first-of-type) {
  background: var(--c81);
}
figure.wp-block-table.has-ex-e-table-3rd-header-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c81);
}
figure.wp-block-table.has-ex-e-table-3rd-header-bg-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c81);
}
figure.wp-block-table.has-ex-f-table-odd-row-color tbody tr:nth-child(odd) {
  color: var(--c82);
}
figure.wp-block-table.has-ex-f-table-odd-row-bg-color tbody tr:nth-child(odd) {
  background: var(--c82);
}
.admin-page figure.wp-block-table.has-ex-f-table-odd-row-bg-color.is-style-td-odd-line-colspan tbody tr:nth-child(odd) td:not(:first-child) {
  border-left: 1px solid var(--c82);
  border-right: 1px solid var(--c82);
}
figure.wp-block-table.has-ex-f-table-1st-column-color tbody tr td:first-of-type {
  color: var(--c82);
}
figure.wp-block-table.has-ex-f-table-1st-column-bg-color tbody tr td:first-of-type {
  background: var(--c82);
}
figure.wp-block-table.has-ex-f-table-2nd-column-color tbody tr td:not(:first-of-type) {
  color: var(--c82);
}
figure.wp-block-table.has-ex-f-table-2nd-column-bg-color tbody tr td:not(:first-of-type) {
  background: var(--c82);
}
figure.wp-block-table.has-ex-f-table-3rd-column-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c82);
}
figure.wp-block-table.has-ex-f-table-3rd-column-bg-color tbody tr td:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c82);
}
figure.wp-block-table.has-ex-f-table-1st-header-color thead tr th:first-of-type {
  color: var(--c82);
}
figure.wp-block-table.has-ex-f-table-1st-header-bg-color thead tr th:first-of-type {
  background: var(--c82);
}
figure.wp-block-table.has-ex-f-table-2nd-header-color thead tr th:not(:first-of-type) {
  color: var(--c82);
}
figure.wp-block-table.has-ex-f-table-2nd-header-bg-color thead tr th:not(:first-of-type) {
  background: var(--c82);
}
figure.wp-block-table.has-ex-f-table-3rd-header-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  color: var(--c82);
}
figure.wp-block-table.has-ex-f-table-3rd-header-bg-color thead tr th:not(:first-of-type):not(:nth-of-type(2)) {
  background: var(--c82);
}

/* スクロール
--------------------------------- */
.scrollable-table {
  overflow-y: hidden !important;
}
.scrollable-table table {
  margin-bottom: 0;
}
.scrollable-table th,
.scrollable-table td {
  padding: 8px;
}
.scrollable-table th {
  background-color: var(--cocoon-xx-thin-color);
}
.scrollable-table thead tr th {
  background-color: var(--cocoon-xx-thin-color);
}
.scrollable-table:not(.is-style-td-odd-line-colspan) tbody tr td {
  background-color: #fff;
}
.scrollable-table:not(.is-style-td-odd-line-colspan) tbody tr:nth-of-type(2n+1) td {
  background-color: var(--cocoon-xxx-thin-color);
}
.scrollable-table.fixed-first-column thead tr th:first-of-type,
.scrollable-table.fixed-first-column tbody tr td:first-of-type,
.scrollable-table.fixed-first-column tfoot tr td:first-of-type {
  position: -webkit-sticky;
  position: sticky;
  left: -1px;
  z-index: 1;
}
.scrollable-table.fixed-first-column.is-style-cmp-table thead tr th:first-of-type,
.scrollable-table.fixed-first-column.is-style-cmp-table tbody tr td:first-of-type,
.scrollable-table.fixed-first-column.is-style-cmp-table tfoot tr td:first-of-type {
  background-color: #fff;
}

@media screen and (max-width: 834px) {
  table th,
  table td {
    font-size: 1em;
  }
}
/* リスト
-------------------------------------------------- */
.article li > ul,
.article li > ol {
  margin-bottom: 0;
  padding-left: 1em;
}

ul.has-background, ul.has-background,
ol.has-background,
ol.has-background {
  margin: -1em auto 2em;
}
ul.list-number,
ol.list-number {
  counter-reset: number;
}
ul.list-number li,
ol.list-number li {
  position: relative;
}
ul.list-number li > ul li,
ol.list-number li > ul li {
  margin: 0.2em 0;
}
ul.list-number > li,
ol.list-number > li {
  list-style-type: none !important;
}
ul.list-number > li:before,
ol.list-number > li:before {
  display: inline-block;
  position: absolute;
  top: 0.9em;
  left: -2.2em;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  transform: translateY(-50%);
  counter-increment: number;
  content: counter(number);
  font-family: Verdana;
  font-size: 0.8em;
  background: #2ca9e1;
  color: white;
  text-align: center;
}
.c-blue ul.list-number:not([class*=listpoint-backgroundcolor]) li::before,
.c-blue ol.list-number:not([class*=listpoint-backgroundcolor]) li::before {
  background: var(--page-color-blue-main);
}
.c-black ul.list-number:not([class*=listpoint-backgroundcolor]) li::before,
.c-black ol.list-number:not([class*=listpoint-backgroundcolor]) li::before {
  background: var(--page-color-black-main);
}
.c-sick ul.list-number:not([class*=listpoint-backgroundcolor]) li::before,
.c-sick ol.list-number:not([class*=listpoint-backgroundcolor]) li::before {
  background: var(--page-color-sick-main);
}
.c-pink ul.list-number:not([class*=listpoint-backgroundcolor]) li::before,
.c-pink ol.list-number:not([class*=listpoint-backgroundcolor]) li::before {
  background: var(--page-color-pink-main);
}
.c-redd ul.list-number:not([class*=listpoint-backgroundcolor]) li::before,
.c-redd ol.list-number:not([class*=listpoint-backgroundcolor]) li::before {
  background: var(--page-color-redd-main);
}
.c-green ul.list-number:not([class*=listpoint-backgroundcolor]) li::before,
.c-green ol.list-number:not([class*=listpoint-backgroundcolor]) li::before {
  background: var(--page-color-green-main);
}
.c-yellow ul.list-number:not([class*=listpoint-backgroundcolor]) li::before,
.c-yellow ol.list-number:not([class*=listpoint-backgroundcolor]) li::before {
  background: var(--page-color-yellow-main);
}
.c-orange ul.list-number:not([class*=listpoint-backgroundcolor]) li::before,
.c-orange ol.list-number:not([class*=listpoint-backgroundcolor]) li::before {
  background: var(--page-color-orange-main);
}
.c-skin-default.skin-uraomote-a ul.list-number:not([class*=listpoint-backgroundcolor]) li::before,
.c-skin-default.skin-uraomote-a ol.list-number:not([class*=listpoint-backgroundcolor]) li::before {
  background: var(--page-color-blue-main);
}
.c-skin-default.skin-uraomote-b ul.list-number:not([class*=listpoint-backgroundcolor]) li::before,
.c-skin-default.skin-uraomote-b ol.list-number:not([class*=listpoint-backgroundcolor]) li::before {
  background: var(--page-color-black-main);
}
.c-skin-default.skin-uraomote-c ul.list-number:not([class*=listpoint-backgroundcolor]) li::before,
.c-skin-default.skin-uraomote-c ol.list-number:not([class*=listpoint-backgroundcolor]) li::before {
  background: var(--page-color-black-main);
}
ul.list-number.has-text-color li,
ol.list-number.has-text-color li {
  color: initial;
}
ul.list-number.circle li:before,
ol.list-number.circle li:before {
  border-radius: 50%;
}
ul.list-number.square li:before,
ol.list-number.square li:before {
  border-radius: 0;
}
ul.list-number.has-key-color-color li:before, ul.list-number.has-key-color-listpoint-backgroundcolor li:before,
ol.list-number.has-key-color-color li:before,
ol.list-number.has-key-color-listpoint-backgroundcolor li:before {
  background: var(--c11);
}
ul.list-number.has-key-color-listpoint-color li:before,
ol.list-number.has-key-color-listpoint-color li:before {
  color: var(--c11);
}
ul.list-number.has-red-color li:before, ul.list-number.has-red-listpoint-backgroundcolor li:before,
ol.list-number.has-red-color li:before,
ol.list-number.has-red-listpoint-backgroundcolor li:before {
  background: var(--c12);
}
ul.list-number.has-red-listpoint-color li:before,
ol.list-number.has-red-listpoint-color li:before {
  color: var(--c12);
}
ul.list-number.has-syuiro-color li:before, ul.list-number.has-syuiro-listpoint-backgroundcolor li:before,
ol.list-number.has-syuiro-color li:before,
ol.list-number.has-syuiro-listpoint-backgroundcolor li:before {
  background: var(--c13);
}
ul.list-number.has-syuiro-listpoint-color li:before,
ol.list-number.has-syuiro-listpoint-color li:before {
  color: var(--c13);
}
ul.list-number.has-usuaka-color li:before, ul.list-number.has-usuaka-listpoint-backgroundcolor li:before,
ol.list-number.has-usuaka-color li:before,
ol.list-number.has-usuaka-listpoint-backgroundcolor li:before {
  background: var(--c14);
}
ul.list-number.has-usuaka-listpoint-color li:before,
ol.list-number.has-usuaka-listpoint-color li:before {
  color: var(--c14);
}
ul.list-number.has-pink-color li:before, ul.list-number.has-pink-listpoint-backgroundcolor li:before,
ol.list-number.has-pink-color li:before,
ol.list-number.has-pink-listpoint-backgroundcolor li:before {
  background: var(--c15);
}
ul.list-number.has-pink-listpoint-color li:before,
ol.list-number.has-pink-listpoint-color li:before {
  color: var(--c15);
}
ul.list-number.has-light-pink-color li:before, ul.list-number.has-light-pink-listpoint-backgroundcolor li:before,
ol.list-number.has-light-pink-color li:before,
ol.list-number.has-light-pink-listpoint-backgroundcolor li:before {
  background: var(--c16);
}
ul.list-number.has-light-pink-listpoint-color li:before,
ol.list-number.has-light-pink-listpoint-color li:before {
  color: var(--c16);
}
ul.list-number.has-indigo-color li:before, ul.list-number.has-indigo-listpoint-backgroundcolor li:before,
ol.list-number.has-indigo-color li:before,
ol.list-number.has-indigo-listpoint-backgroundcolor li:before {
  background: var(--c21);
}
ul.list-number.has-indigo-listpoint-color li:before,
ol.list-number.has-indigo-listpoint-color li:before {
  color: var(--c21);
}
ul.list-number.has-blue-color li:before, ul.list-number.has-blue-listpoint-backgroundcolor li:before,
ol.list-number.has-blue-color li:before,
ol.list-number.has-blue-listpoint-backgroundcolor li:before {
  background: var(--c22);
}
ul.list-number.has-blue-listpoint-color li:before,
ol.list-number.has-blue-listpoint-color li:before {
  color: var(--c22);
}
ul.list-number.has-light-blue-color li:before, ul.list-number.has-light-blue-listpoint-backgroundcolor li:before,
ol.list-number.has-light-blue-color li:before,
ol.list-number.has-light-blue-listpoint-backgroundcolor li:before {
  background: var(--c23);
}
ul.list-number.has-light-blue-listpoint-color li:before,
ol.list-number.has-light-blue-listpoint-color li:before {
  color: var(--c23);
}
ul.list-number.has-sky-blue-color li:before, ul.list-number.has-sky-blue-listpoint-backgroundcolor li:before,
ol.list-number.has-sky-blue-color li:before,
ol.list-number.has-sky-blue-listpoint-backgroundcolor li:before {
  background: var(--c24);
}
ul.list-number.has-sky-blue-listpoint-color li:before,
ol.list-number.has-sky-blue-listpoint-color li:before {
  color: var(--c24);
}
ul.list-number.has-cyan-color li:before, ul.list-number.has-cyan-listpoint-backgroundcolor li:before,
ol.list-number.has-cyan-color li:before,
ol.list-number.has-cyan-listpoint-backgroundcolor li:before {
  background: var(--c25);
}
ul.list-number.has-cyan-listpoint-color li:before,
ol.list-number.has-cyan-listpoint-color li:before {
  color: var(--c25);
}
ul.list-number.has-teal-color li:before, ul.list-number.has-teal-listpoint-backgroundcolor li:before,
ol.list-number.has-teal-color li:before,
ol.list-number.has-teal-listpoint-backgroundcolor li:before {
  background: var(--c26);
}
ul.list-number.has-teal-listpoint-color li:before,
ol.list-number.has-teal-listpoint-color li:before {
  color: var(--c26);
}
ul.list-number.has-green-color li:before, ul.list-number.has-green-listpoint-backgroundcolor li:before,
ol.list-number.has-green-color li:before,
ol.list-number.has-green-listpoint-backgroundcolor li:before {
  background: var(--c31);
}
ul.list-number.has-green-listpoint-color li:before,
ol.list-number.has-green-listpoint-color li:before {
  color: var(--c31);
}
ul.list-number.has-light-green-color li:before, ul.list-number.has-light-green-listpoint-backgroundcolor li:before,
ol.list-number.has-light-green-color li:before,
ol.list-number.has-light-green-listpoint-backgroundcolor li:before {
  background: var(--c32);
}
ul.list-number.has-light-green-listpoint-color li:before,
ol.list-number.has-light-green-listpoint-color li:before {
  color: var(--c32);
}
ul.list-number.has-lime-color li:before, ul.list-number.has-lime-listpoint-backgroundcolor li:before,
ol.list-number.has-lime-color li:before,
ol.list-number.has-lime-listpoint-backgroundcolor li:before {
  background: var(--c33);
}
ul.list-number.has-lime-listpoint-color li:before,
ol.list-number.has-lime-listpoint-color li:before {
  color: var(--c33);
}
ul.list-number.has-yellow-color li:before, ul.list-number.has-yellow-listpoint-backgroundcolor li:before,
ol.list-number.has-yellow-color li:before,
ol.list-number.has-yellow-listpoint-backgroundcolor li:before {
  background: var(--c34);
}
ul.list-number.has-yellow-listpoint-color li:before,
ol.list-number.has-yellow-listpoint-color li:before {
  color: var(--c34);
}
ul.list-number.has-amber-color li:before, ul.list-number.has-amber-listpoint-backgroundcolor li:before,
ol.list-number.has-amber-color li:before,
ol.list-number.has-amber-listpoint-backgroundcolor li:before {
  background: var(--c35);
}
ul.list-number.has-amber-listpoint-color li:before,
ol.list-number.has-amber-listpoint-color li:before {
  color: var(--c35);
}
ul.list-number.has-light-orange-color li:before, ul.list-number.has-light-orange-listpoint-backgroundcolor li:before,
ol.list-number.has-light-orange-color li:before,
ol.list-number.has-light-orange-listpoint-backgroundcolor li:before {
  background: var(--c36);
}
ul.list-number.has-light-orange-listpoint-color li:before,
ol.list-number.has-light-orange-listpoint-color li:before {
  color: var(--c36);
}
ul.list-number.has-orange-color li:before, ul.list-number.has-orange-listpoint-backgroundcolor li:before,
ol.list-number.has-orange-color li:before,
ol.list-number.has-orange-listpoint-backgroundcolor li:before {
  background: var(--c41);
}
ul.list-number.has-orange-listpoint-color li:before,
ol.list-number.has-orange-listpoint-color li:before {
  color: var(--c41);
}
ul.list-number.has-deep-orange-color li:before, ul.list-number.has-deep-orange-listpoint-backgroundcolor li:before,
ol.list-number.has-deep-orange-color li:before,
ol.list-number.has-deep-orange-listpoint-backgroundcolor li:before {
  background: var(--c42);
}
ul.list-number.has-deep-orange-listpoint-color li:before,
ol.list-number.has-deep-orange-listpoint-color li:before {
  color: var(--c42);
}
ul.list-number.has-purple-color li:before, ul.list-number.has-purple-listpoint-backgroundcolor li:before,
ol.list-number.has-purple-color li:before,
ol.list-number.has-purple-listpoint-backgroundcolor li:before {
  background: var(--c43);
}
ul.list-number.has-purple-listpoint-color li:before,
ol.list-number.has-purple-listpoint-color li:before {
  color: var(--c43);
}
ul.list-number.has-deep-color li:before, ul.list-number.has-deep-listpoint-backgroundcolor li:before,
ol.list-number.has-deep-color li:before,
ol.list-number.has-deep-listpoint-backgroundcolor li:before {
  background: var(--c44);
}
ul.list-number.has-deep-listpoint-color li:before,
ol.list-number.has-deep-listpoint-color li:before {
  color: var(--c44);
}
ul.list-number.has-brown-color li:before, ul.list-number.has-brown-listpoint-backgroundcolor li:before,
ol.list-number.has-brown-color li:before,
ol.list-number.has-brown-listpoint-backgroundcolor li:before {
  background: var(--c45);
}
ul.list-number.has-brown-listpoint-color li:before,
ol.list-number.has-brown-listpoint-color li:before {
  color: var(--c45);
}
ul.list-number.has-black-color li:before, ul.list-number.has-black-listpoint-backgroundcolor li:before,
ol.list-number.has-black-color li:before,
ol.list-number.has-black-listpoint-backgroundcolor li:before {
  background: var(--c46);
}
ul.list-number.has-black-listpoint-color li:before,
ol.list-number.has-black-listpoint-color li:before {
  color: var(--c46);
}
ul.list-number.has-grey-color li:before, ul.list-number.has-grey-listpoint-backgroundcolor li:before,
ol.list-number.has-grey-color li:before,
ol.list-number.has-grey-listpoint-backgroundcolor li:before {
  background: var(--c51);
}
ul.list-number.has-grey-listpoint-color li:before,
ol.list-number.has-grey-listpoint-color li:before {
  color: var(--c51);
}
ul.list-number.has-shironezu-color li:before, ul.list-number.has-shironezu-listpoint-backgroundcolor li:before,
ol.list-number.has-shironezu-color li:before,
ol.list-number.has-shironezu-listpoint-backgroundcolor li:before {
  background: var(--c52);
}
ul.list-number.has-shironezu-listpoint-color li:before,
ol.list-number.has-shironezu-listpoint-color li:before {
  color: var(--c52);
}
ul.list-number.has-light-grey-color li:before, ul.list-number.has-light-grey-listpoint-backgroundcolor li:before,
ol.list-number.has-light-grey-color li:before,
ol.list-number.has-light-grey-listpoint-backgroundcolor li:before {
  background: var(--c53);
}
ul.list-number.has-light-grey-listpoint-color li:before,
ol.list-number.has-light-grey-listpoint-color li:before {
  color: var(--c53);
}
ul.list-number.has-white-violet-color li:before, ul.list-number.has-white-violet-listpoint-backgroundcolor li:before,
ol.list-number.has-white-violet-color li:before,
ol.list-number.has-white-violet-listpoint-backgroundcolor li:before {
  background: var(--c54);
}
ul.list-number.has-white-violet-listpoint-color li:before,
ol.list-number.has-white-violet-listpoint-color li:before {
  color: var(--c54);
}
ul.list-number.has-luna-white-color li:before, ul.list-number.has-luna-white-listpoint-backgroundcolor li:before,
ol.list-number.has-luna-white-color li:before,
ol.list-number.has-luna-white-listpoint-backgroundcolor li:before {
  background: var(--c55);
}
ul.list-number.has-luna-white-listpoint-color li:before,
ol.list-number.has-luna-white-listpoint-color li:before {
  color: var(--c55);
}
ul.list-number.has-watery-blue-color li:before, ul.list-number.has-watery-blue-listpoint-backgroundcolor li:before,
ol.list-number.has-watery-blue-color li:before,
ol.list-number.has-watery-blue-listpoint-backgroundcolor li:before {
  background: var(--c56);
}
ul.list-number.has-watery-blue-listpoint-color li:before,
ol.list-number.has-watery-blue-listpoint-color li:before {
  color: var(--c56);
}
ul.list-number.has-watery-green-color li:before, ul.list-number.has-watery-green-listpoint-backgroundcolor li:before,
ol.list-number.has-watery-green-color li:before,
ol.list-number.has-watery-green-listpoint-backgroundcolor li:before {
  background: var(--c61);
}
ul.list-number.has-watery-green-listpoint-color li:before,
ol.list-number.has-watery-green-listpoint-color li:before {
  color: var(--c61);
}
ul.list-number.has-indigo-white-color li:before, ul.list-number.has-indigo-white-listpoint-backgroundcolor li:before,
ol.list-number.has-indigo-white-color li:before,
ol.list-number.has-indigo-white-listpoint-backgroundcolor li:before {
  background: var(--c62);
}
ul.list-number.has-indigo-white-listpoint-color li:before,
ol.list-number.has-indigo-white-listpoint-color li:before {
  color: var(--c62);
}
ul.list-number.has-watery-red-color li:before, ul.list-number.has-watery-red-listpoint-backgroundcolor li:before,
ol.list-number.has-watery-red-color li:before,
ol.list-number.has-watery-red-listpoint-backgroundcolor li:before {
  background: var(--c63);
}
ul.list-number.has-watery-red-listpoint-color li:before,
ol.list-number.has-watery-red-listpoint-color li:before {
  color: var(--c63);
}
ul.list-number.has-watery-yellow-color li:before, ul.list-number.has-watery-yellow-listpoint-backgroundcolor li:before,
ol.list-number.has-watery-yellow-color li:before,
ol.list-number.has-watery-yellow-listpoint-backgroundcolor li:before {
  background: var(--c64);
}
ul.list-number.has-watery-yellow-listpoint-color li:before,
ol.list-number.has-watery-yellow-listpoint-color li:before {
  color: var(--c64);
}
ul.list-number.has-ebur-color li:before, ul.list-number.has-ebur-listpoint-backgroundcolor li:before,
ol.list-number.has-ebur-color li:before,
ol.list-number.has-ebur-listpoint-backgroundcolor li:before {
  background: var(--c65);
}
ul.list-number.has-ebur-listpoint-color li:before,
ol.list-number.has-ebur-listpoint-color li:before {
  color: var(--c65);
}
ul.list-number.has-kinari-color li:before, ul.list-number.has-kinari-listpoint-backgroundcolor li:before,
ol.list-number.has-kinari-color li:before,
ol.list-number.has-kinari-listpoint-backgroundcolor li:before {
  background: var(--c66);
}
ul.list-number.has-kinari-listpoint-color li:before,
ol.list-number.has-kinari-listpoint-color li:before {
  color: var(--c66);
}
ul.list-number.has-white-porcelain-color li:before, ul.list-number.has-white-porcelain-listpoint-backgroundcolor li:before,
ol.list-number.has-white-porcelain-color li:before,
ol.list-number.has-white-porcelain-listpoint-backgroundcolor li:before {
  background: var(--c71);
}
ul.list-number.has-white-porcelain-listpoint-color li:before,
ol.list-number.has-white-porcelain-listpoint-color li:before {
  color: var(--c71);
}
ul.list-number.has-white-color li:before, ul.list-number.has-white-listpoint-backgroundcolor li:before,
ol.list-number.has-white-color li:before,
ol.list-number.has-white-listpoint-backgroundcolor li:before {
  background: var(--c72);
}
ul.list-number.has-white-listpoint-color li:before,
ol.list-number.has-white-listpoint-color li:before {
  color: var(--c72);
}
ul.list-number.has-ex-a-color li:before, ul.list-number.has-ex-a-listpoint-backgroundcolor li:before,
ol.list-number.has-ex-a-color li:before,
ol.list-number.has-ex-a-listpoint-backgroundcolor li:before {
  background: var(--c73);
}
ul.list-number.has-ex-a-listpoint-color li:before,
ol.list-number.has-ex-a-listpoint-color li:before {
  color: var(--c73);
}
ul.list-number.has-ex-b-color li:before, ul.list-number.has-ex-b-listpoint-backgroundcolor li:before,
ol.list-number.has-ex-b-color li:before,
ol.list-number.has-ex-b-listpoint-backgroundcolor li:before {
  background: var(--c74);
}
ul.list-number.has-ex-b-listpoint-color li:before,
ol.list-number.has-ex-b-listpoint-color li:before {
  color: var(--c74);
}
ul.list-number.has-ex-c-color li:before, ul.list-number.has-ex-c-listpoint-backgroundcolor li:before,
ol.list-number.has-ex-c-color li:before,
ol.list-number.has-ex-c-listpoint-backgroundcolor li:before {
  background: var(--c75);
}
ul.list-number.has-ex-c-listpoint-color li:before,
ol.list-number.has-ex-c-listpoint-color li:before {
  color: var(--c75);
}
ul.list-number.has-ex-d-color li:before, ul.list-number.has-ex-d-listpoint-backgroundcolor li:before,
ol.list-number.has-ex-d-color li:before,
ol.list-number.has-ex-d-listpoint-backgroundcolor li:before {
  background: var(--c76);
}
ul.list-number.has-ex-d-listpoint-color li:before,
ol.list-number.has-ex-d-listpoint-color li:before {
  color: var(--c76);
}
ul.list-number.has-ex-e-color li:before, ul.list-number.has-ex-e-listpoint-backgroundcolor li:before,
ol.list-number.has-ex-e-color li:before,
ol.list-number.has-ex-e-listpoint-backgroundcolor li:before {
  background: var(--c81);
}
ul.list-number.has-ex-e-listpoint-color li:before,
ol.list-number.has-ex-e-listpoint-color li:before {
  color: var(--c81);
}
ul.list-number.has-ex-f-color li:before, ul.list-number.has-ex-f-listpoint-backgroundcolor li:before,
ol.list-number.has-ex-f-color li:before,
ol.list-number.has-ex-f-listpoint-backgroundcolor li:before {
  background: var(--c82);
}
ul.list-number.has-ex-f-listpoint-color li:before,
ol.list-number.has-ex-f-listpoint-color li:before {
  color: var(--c82);
}
ul.list-number.has-shironezu-color li:before,
ol.list-number.has-shironezu-color li:before {
  color: #333333;
}
ul.list-number.has-light-grey-color li:before,
ol.list-number.has-light-grey-color li:before {
  color: #333333;
}
ul.list-number.has-white-violet-color li:before,
ol.list-number.has-white-violet-color li:before {
  color: #333333;
}
ul.list-number.has-luna-white-color li:before,
ol.list-number.has-luna-white-color li:before {
  color: #1e50a2;
}
ul.list-number.has-watery-blue-color li:before,
ol.list-number.has-watery-blue-color li:before {
  color: #1e50a2;
}
ul.list-number.has-watery-green-color li:before,
ol.list-number.has-watery-green-color li:before {
  color: #007b43;
}
ul.list-number.has-indigo-white-color li:before,
ol.list-number.has-indigo-white-color li:before {
  color: #1e50a2;
}
ul.list-number.has-watery-red-color li:before,
ol.list-number.has-watery-red-color li:before {
  color: #e60033;
}
ul.list-number.has-watery-yellow-color li:before,
ol.list-number.has-watery-yellow-color li:before {
  color: #1e50a2;
}
ul.list-number.has-ebur-color li:before,
ol.list-number.has-ebur-color li:before {
  color: #333333;
}
ul.list-number.has-kinari-color li:before,
ol.list-number.has-kinari-color li:before {
  color: #333333;
}
ul.list-number.has-white-porcelain-color li:before,
ol.list-number.has-white-porcelain-color li:before {
  color: #333333;
}
ul.list-number.has-white-color li:before,
ol.list-number.has-white-color li:before {
  color: #333333;
  border: 1px solid;
}
ul.list-color li,
ol.list-color li {
  position: relative;
  color: #333;
  list-style: none;
}
ul.list-color li::before,
ol.list-color li::before {
  content: "";
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  background: #333;
  top: 0.75em;
  left: -1em;
  transform: translateY(-50%);
}
.c-blue ul.list-color:not([class*=listpoint-backgroundcolor]) li::before,
.c-blue ol.list-color:not([class*=listpoint-backgroundcolor]) li::before {
  background: var(--page-color-blue-main);
}
.c-black ul.list-color:not([class*=listpoint-backgroundcolor]) li::before,
.c-black ol.list-color:not([class*=listpoint-backgroundcolor]) li::before {
  background: var(--page-color-black-main);
}
.c-sick ul.list-color:not([class*=listpoint-backgroundcolor]) li::before,
.c-sick ol.list-color:not([class*=listpoint-backgroundcolor]) li::before {
  background: var(--page-color-sick-main);
}
.c-pink ul.list-color:not([class*=listpoint-backgroundcolor]) li::before,
.c-pink ol.list-color:not([class*=listpoint-backgroundcolor]) li::before {
  background: var(--page-color-pink-main);
}
.c-redd ul.list-color:not([class*=listpoint-backgroundcolor]) li::before,
.c-redd ol.list-color:not([class*=listpoint-backgroundcolor]) li::before {
  background: var(--page-color-redd-main);
}
.c-green ul.list-color:not([class*=listpoint-backgroundcolor]) li::before,
.c-green ol.list-color:not([class*=listpoint-backgroundcolor]) li::before {
  background: var(--page-color-green-main);
}
.c-yellow ul.list-color:not([class*=listpoint-backgroundcolor]) li::before,
.c-yellow ol.list-color:not([class*=listpoint-backgroundcolor]) li::before {
  background: var(--page-color-yellow-main);
}
.c-orange ul.list-color:not([class*=listpoint-backgroundcolor]) li::before,
.c-orange ol.list-color:not([class*=listpoint-backgroundcolor]) li::before {
  background: var(--page-color-orange-main);
}
.c-skin-default.skin-uraomote-a ul.list-color:not([class*=listpoint-backgroundcolor]) li::before,
.c-skin-default.skin-uraomote-a ol.list-color:not([class*=listpoint-backgroundcolor]) li::before {
  background: var(--page-color-blue-main);
}
.c-skin-default.skin-uraomote-b ul.list-color:not([class*=listpoint-backgroundcolor]) li::before,
.c-skin-default.skin-uraomote-b ol.list-color:not([class*=listpoint-backgroundcolor]) li::before {
  background: var(--page-color-black-main);
}
.c-skin-default.skin-uraomote-c ul.list-color:not([class*=listpoint-backgroundcolor]) li::before,
.c-skin-default.skin-uraomote-c ol.list-color:not([class*=listpoint-backgroundcolor]) li::before {
  background: var(--page-color-black-main);
}
ul.list-color.circle li::before,
ol.list-color.circle li::before {
  border-radius: 1em;
}
ul.list-color.has-key-color-color li:before,
ol.list-color.has-key-color-color li:before {
  background: var(--c11);
}
ul.list-color.has-key-color-listpoint-backgroundcolor li:before,
ol.list-color.has-key-color-listpoint-backgroundcolor li:before {
  background: var(--c11);
}
ul.list-color.has-red-color li:before,
ol.list-color.has-red-color li:before {
  background: var(--c12);
}
ul.list-color.has-red-listpoint-backgroundcolor li:before,
ol.list-color.has-red-listpoint-backgroundcolor li:before {
  background: var(--c12);
}
ul.list-color.has-syuiro-color li:before,
ol.list-color.has-syuiro-color li:before {
  background: var(--c13);
}
ul.list-color.has-syuiro-listpoint-backgroundcolor li:before,
ol.list-color.has-syuiro-listpoint-backgroundcolor li:before {
  background: var(--c13);
}
ul.list-color.has-usuaka-color li:before,
ol.list-color.has-usuaka-color li:before {
  background: var(--c14);
}
ul.list-color.has-usuaka-listpoint-backgroundcolor li:before,
ol.list-color.has-usuaka-listpoint-backgroundcolor li:before {
  background: var(--c14);
}
ul.list-color.has-pink-color li:before,
ol.list-color.has-pink-color li:before {
  background: var(--c15);
}
ul.list-color.has-pink-listpoint-backgroundcolor li:before,
ol.list-color.has-pink-listpoint-backgroundcolor li:before {
  background: var(--c15);
}
ul.list-color.has-light-pink-color li:before,
ol.list-color.has-light-pink-color li:before {
  background: var(--c16);
}
ul.list-color.has-light-pink-listpoint-backgroundcolor li:before,
ol.list-color.has-light-pink-listpoint-backgroundcolor li:before {
  background: var(--c16);
}
ul.list-color.has-indigo-color li:before,
ol.list-color.has-indigo-color li:before {
  background: var(--c21);
}
ul.list-color.has-indigo-listpoint-backgroundcolor li:before,
ol.list-color.has-indigo-listpoint-backgroundcolor li:before {
  background: var(--c21);
}
ul.list-color.has-blue-color li:before,
ol.list-color.has-blue-color li:before {
  background: var(--c22);
}
ul.list-color.has-blue-listpoint-backgroundcolor li:before,
ol.list-color.has-blue-listpoint-backgroundcolor li:before {
  background: var(--c22);
}
ul.list-color.has-light-blue-color li:before,
ol.list-color.has-light-blue-color li:before {
  background: var(--c23);
}
ul.list-color.has-light-blue-listpoint-backgroundcolor li:before,
ol.list-color.has-light-blue-listpoint-backgroundcolor li:before {
  background: var(--c23);
}
ul.list-color.has-sky-blue-color li:before,
ol.list-color.has-sky-blue-color li:before {
  background: var(--c24);
}
ul.list-color.has-sky-blue-listpoint-backgroundcolor li:before,
ol.list-color.has-sky-blue-listpoint-backgroundcolor li:before {
  background: var(--c24);
}
ul.list-color.has-cyan-color li:before,
ol.list-color.has-cyan-color li:before {
  background: var(--c25);
}
ul.list-color.has-cyan-listpoint-backgroundcolor li:before,
ol.list-color.has-cyan-listpoint-backgroundcolor li:before {
  background: var(--c25);
}
ul.list-color.has-teal-color li:before,
ol.list-color.has-teal-color li:before {
  background: var(--c26);
}
ul.list-color.has-teal-listpoint-backgroundcolor li:before,
ol.list-color.has-teal-listpoint-backgroundcolor li:before {
  background: var(--c26);
}
ul.list-color.has-green-color li:before,
ol.list-color.has-green-color li:before {
  background: var(--c31);
}
ul.list-color.has-green-listpoint-backgroundcolor li:before,
ol.list-color.has-green-listpoint-backgroundcolor li:before {
  background: var(--c31);
}
ul.list-color.has-light-green-color li:before,
ol.list-color.has-light-green-color li:before {
  background: var(--c32);
}
ul.list-color.has-light-green-listpoint-backgroundcolor li:before,
ol.list-color.has-light-green-listpoint-backgroundcolor li:before {
  background: var(--c32);
}
ul.list-color.has-lime-color li:before,
ol.list-color.has-lime-color li:before {
  background: var(--c33);
}
ul.list-color.has-lime-listpoint-backgroundcolor li:before,
ol.list-color.has-lime-listpoint-backgroundcolor li:before {
  background: var(--c33);
}
ul.list-color.has-yellow-color li:before,
ol.list-color.has-yellow-color li:before {
  background: var(--c34);
}
ul.list-color.has-yellow-listpoint-backgroundcolor li:before,
ol.list-color.has-yellow-listpoint-backgroundcolor li:before {
  background: var(--c34);
}
ul.list-color.has-amber-color li:before,
ol.list-color.has-amber-color li:before {
  background: var(--c35);
}
ul.list-color.has-amber-listpoint-backgroundcolor li:before,
ol.list-color.has-amber-listpoint-backgroundcolor li:before {
  background: var(--c35);
}
ul.list-color.has-light-orange-color li:before,
ol.list-color.has-light-orange-color li:before {
  background: var(--c36);
}
ul.list-color.has-light-orange-listpoint-backgroundcolor li:before,
ol.list-color.has-light-orange-listpoint-backgroundcolor li:before {
  background: var(--c36);
}
ul.list-color.has-orange-color li:before,
ol.list-color.has-orange-color li:before {
  background: var(--c41);
}
ul.list-color.has-orange-listpoint-backgroundcolor li:before,
ol.list-color.has-orange-listpoint-backgroundcolor li:before {
  background: var(--c41);
}
ul.list-color.has-deep-orange-color li:before,
ol.list-color.has-deep-orange-color li:before {
  background: var(--c42);
}
ul.list-color.has-deep-orange-listpoint-backgroundcolor li:before,
ol.list-color.has-deep-orange-listpoint-backgroundcolor li:before {
  background: var(--c42);
}
ul.list-color.has-purple-color li:before,
ol.list-color.has-purple-color li:before {
  background: var(--c43);
}
ul.list-color.has-purple-listpoint-backgroundcolor li:before,
ol.list-color.has-purple-listpoint-backgroundcolor li:before {
  background: var(--c43);
}
ul.list-color.has-deep-color li:before,
ol.list-color.has-deep-color li:before {
  background: var(--c44);
}
ul.list-color.has-deep-listpoint-backgroundcolor li:before,
ol.list-color.has-deep-listpoint-backgroundcolor li:before {
  background: var(--c44);
}
ul.list-color.has-brown-color li:before,
ol.list-color.has-brown-color li:before {
  background: var(--c45);
}
ul.list-color.has-brown-listpoint-backgroundcolor li:before,
ol.list-color.has-brown-listpoint-backgroundcolor li:before {
  background: var(--c45);
}
ul.list-color.has-black-color li:before,
ol.list-color.has-black-color li:before {
  background: var(--c46);
}
ul.list-color.has-black-listpoint-backgroundcolor li:before,
ol.list-color.has-black-listpoint-backgroundcolor li:before {
  background: var(--c46);
}
ul.list-color.has-grey-color li:before,
ol.list-color.has-grey-color li:before {
  background: var(--c51);
}
ul.list-color.has-grey-listpoint-backgroundcolor li:before,
ol.list-color.has-grey-listpoint-backgroundcolor li:before {
  background: var(--c51);
}
ul.list-color.has-shironezu-color li:before,
ol.list-color.has-shironezu-color li:before {
  background: var(--c52);
}
ul.list-color.has-shironezu-listpoint-backgroundcolor li:before,
ol.list-color.has-shironezu-listpoint-backgroundcolor li:before {
  background: var(--c52);
}
ul.list-color.has-light-grey-color li:before,
ol.list-color.has-light-grey-color li:before {
  background: var(--c53);
}
ul.list-color.has-light-grey-listpoint-backgroundcolor li:before,
ol.list-color.has-light-grey-listpoint-backgroundcolor li:before {
  background: var(--c53);
}
ul.list-color.has-white-violet-color li:before,
ol.list-color.has-white-violet-color li:before {
  background: var(--c54);
}
ul.list-color.has-white-violet-listpoint-backgroundcolor li:before,
ol.list-color.has-white-violet-listpoint-backgroundcolor li:before {
  background: var(--c54);
}
ul.list-color.has-luna-white-color li:before,
ol.list-color.has-luna-white-color li:before {
  background: var(--c55);
}
ul.list-color.has-luna-white-listpoint-backgroundcolor li:before,
ol.list-color.has-luna-white-listpoint-backgroundcolor li:before {
  background: var(--c55);
}
ul.list-color.has-watery-blue-color li:before,
ol.list-color.has-watery-blue-color li:before {
  background: var(--c56);
}
ul.list-color.has-watery-blue-listpoint-backgroundcolor li:before,
ol.list-color.has-watery-blue-listpoint-backgroundcolor li:before {
  background: var(--c56);
}
ul.list-color.has-watery-green-color li:before,
ol.list-color.has-watery-green-color li:before {
  background: var(--c61);
}
ul.list-color.has-watery-green-listpoint-backgroundcolor li:before,
ol.list-color.has-watery-green-listpoint-backgroundcolor li:before {
  background: var(--c61);
}
ul.list-color.has-indigo-white-color li:before,
ol.list-color.has-indigo-white-color li:before {
  background: var(--c62);
}
ul.list-color.has-indigo-white-listpoint-backgroundcolor li:before,
ol.list-color.has-indigo-white-listpoint-backgroundcolor li:before {
  background: var(--c62);
}
ul.list-color.has-watery-red-color li:before,
ol.list-color.has-watery-red-color li:before {
  background: var(--c63);
}
ul.list-color.has-watery-red-listpoint-backgroundcolor li:before,
ol.list-color.has-watery-red-listpoint-backgroundcolor li:before {
  background: var(--c63);
}
ul.list-color.has-watery-yellow-color li:before,
ol.list-color.has-watery-yellow-color li:before {
  background: var(--c64);
}
ul.list-color.has-watery-yellow-listpoint-backgroundcolor li:before,
ol.list-color.has-watery-yellow-listpoint-backgroundcolor li:before {
  background: var(--c64);
}
ul.list-color.has-ebur-color li:before,
ol.list-color.has-ebur-color li:before {
  background: var(--c65);
}
ul.list-color.has-ebur-listpoint-backgroundcolor li:before,
ol.list-color.has-ebur-listpoint-backgroundcolor li:before {
  background: var(--c65);
}
ul.list-color.has-kinari-color li:before,
ol.list-color.has-kinari-color li:before {
  background: var(--c66);
}
ul.list-color.has-kinari-listpoint-backgroundcolor li:before,
ol.list-color.has-kinari-listpoint-backgroundcolor li:before {
  background: var(--c66);
}
ul.list-color.has-white-porcelain-color li:before,
ol.list-color.has-white-porcelain-color li:before {
  background: var(--c71);
}
ul.list-color.has-white-porcelain-listpoint-backgroundcolor li:before,
ol.list-color.has-white-porcelain-listpoint-backgroundcolor li:before {
  background: var(--c71);
}
ul.list-color.has-white-color li:before,
ol.list-color.has-white-color li:before {
  background: var(--c72);
}
ul.list-color.has-white-listpoint-backgroundcolor li:before,
ol.list-color.has-white-listpoint-backgroundcolor li:before {
  background: var(--c72);
}
ul.list-color.has-ex-a-color li:before,
ol.list-color.has-ex-a-color li:before {
  background: var(--c73);
}
ul.list-color.has-ex-a-listpoint-backgroundcolor li:before,
ol.list-color.has-ex-a-listpoint-backgroundcolor li:before {
  background: var(--c73);
}
ul.list-color.has-ex-b-color li:before,
ol.list-color.has-ex-b-color li:before {
  background: var(--c74);
}
ul.list-color.has-ex-b-listpoint-backgroundcolor li:before,
ol.list-color.has-ex-b-listpoint-backgroundcolor li:before {
  background: var(--c74);
}
ul.list-color.has-ex-c-color li:before,
ol.list-color.has-ex-c-color li:before {
  background: var(--c75);
}
ul.list-color.has-ex-c-listpoint-backgroundcolor li:before,
ol.list-color.has-ex-c-listpoint-backgroundcolor li:before {
  background: var(--c75);
}
ul.list-color.has-ex-d-color li:before,
ol.list-color.has-ex-d-color li:before {
  background: var(--c76);
}
ul.list-color.has-ex-d-listpoint-backgroundcolor li:before,
ol.list-color.has-ex-d-listpoint-backgroundcolor li:before {
  background: var(--c76);
}
ul.list-color.has-ex-e-color li:before,
ol.list-color.has-ex-e-color li:before {
  background: var(--c81);
}
ul.list-color.has-ex-e-listpoint-backgroundcolor li:before,
ol.list-color.has-ex-e-listpoint-backgroundcolor li:before {
  background: var(--c81);
}
ul.list-color.has-ex-f-color li:before,
ol.list-color.has-ex-f-color li:before {
  background: var(--c82);
}
ul.list-color.has-ex-f-listpoint-backgroundcolor li:before,
ol.list-color.has-ex-f-listpoint-backgroundcolor li:before {
  background: var(--c82);
}
ul.waku:not([class*=is-style-]), ul.has-border:not([class*=is-style-]),
ol.waku:not([class*=is-style-]),
ol.has-border:not([class*=is-style-]) {
  border: 3px solid #eee;
  padding: 1rem 2rem;
}
ul.waku:not([class*=is-style-]).list-number, ul.has-border:not([class*=is-style-]).list-number,
ol.waku:not([class*=is-style-]).list-number,
ol.has-border:not([class*=is-style-]).list-number {
  padding: 1rem 2rem 1rem 2.5rem;
}
ul.has-underline > li,
ol.has-underline > li {
  border-bottom: 1px dashed #eee;
  padding-bottom: 0.7em;
  margin-bottom: 0.7em;
  margin-top: 0.8em;
}
ul.記号なし,
ol.記号なし {
  list-style: none;
  padding-left: 0px;
}
ul li.symbol-type-none,
ol li.symbol-type-none {
  list-style-type: none !important;
  margin-left: -1em !important;
}
ul li.symbol-type-none::before,
ol li.symbol-type-none::before {
  display: none;
}
ul li.symbol-type-decimal,
ol li.symbol-type-decimal {
  list-style-type: decimal;
}
ul.is-style-numeric-list-step > li::after,
ol.is-style-numeric-list-step > li::after {
  left: -1em;
}
ul[class*=is-style-icon-list-].has-key-color-listpoint-backgroundcolor > li:before,
ol[class*=is-style-icon-list-].has-key-color-listpoint-backgroundcolor > li:before {
  color: var(--c11) !important;
}
ul[class*=is-style-numeric-list-].has-key-color-listpoint-backgroundcolor > li:before,
ol[class*=is-style-numeric-list-].has-key-color-listpoint-backgroundcolor > li:before {
  background-color: var(--c11);
}
ul[class*=is-style-numeric-list-].has-key-color-listpoint-color > li:before,
ol[class*=is-style-numeric-list-].has-key-color-listpoint-color > li:before {
  color: var(--c11);
}
ul[class*=is-style-icon-list-].has-red-listpoint-backgroundcolor > li:before,
ol[class*=is-style-icon-list-].has-red-listpoint-backgroundcolor > li:before {
  color: var(--c12) !important;
}
ul[class*=is-style-numeric-list-].has-red-listpoint-backgroundcolor > li:before,
ol[class*=is-style-numeric-list-].has-red-listpoint-backgroundcolor > li:before {
  background-color: var(--c12);
}
ul[class*=is-style-numeric-list-].has-red-listpoint-color > li:before,
ol[class*=is-style-numeric-list-].has-red-listpoint-color > li:before {
  color: var(--c12);
}
ul[class*=is-style-icon-list-].has-syuiro-listpoint-backgroundcolor > li:before,
ol[class*=is-style-icon-list-].has-syuiro-listpoint-backgroundcolor > li:before {
  color: var(--c13) !important;
}
ul[class*=is-style-numeric-list-].has-syuiro-listpoint-backgroundcolor > li:before,
ol[class*=is-style-numeric-list-].has-syuiro-listpoint-backgroundcolor > li:before {
  background-color: var(--c13);
}
ul[class*=is-style-numeric-list-].has-syuiro-listpoint-color > li:before,
ol[class*=is-style-numeric-list-].has-syuiro-listpoint-color > li:before {
  color: var(--c13);
}
ul[class*=is-style-icon-list-].has-usuaka-listpoint-backgroundcolor > li:before,
ol[class*=is-style-icon-list-].has-usuaka-listpoint-backgroundcolor > li:before {
  color: var(--c14) !important;
}
ul[class*=is-style-numeric-list-].has-usuaka-listpoint-backgroundcolor > li:before,
ol[class*=is-style-numeric-list-].has-usuaka-listpoint-backgroundcolor > li:before {
  background-color: var(--c14);
}
ul[class*=is-style-numeric-list-].has-usuaka-listpoint-color > li:before,
ol[class*=is-style-numeric-list-].has-usuaka-listpoint-color > li:before {
  color: var(--c14);
}
ul[class*=is-style-icon-list-].has-pink-listpoint-backgroundcolor > li:before,
ol[class*=is-style-icon-list-].has-pink-listpoint-backgroundcolor > li:before {
  color: var(--c15) !important;
}
ul[class*=is-style-numeric-list-].has-pink-listpoint-backgroundcolor > li:before,
ol[class*=is-style-numeric-list-].has-pink-listpoint-backgroundcolor > li:before {
  background-color: var(--c15);
}
ul[class*=is-style-numeric-list-].has-pink-listpoint-color > li:before,
ol[class*=is-style-numeric-list-].has-pink-listpoint-color > li:before {
  color: var(--c15);
}
ul[class*=is-style-icon-list-].has-light-pink-listpoint-backgroundcolor > li:before,
ol[class*=is-style-icon-list-].has-light-pink-listpoint-backgroundcolor > li:before {
  color: var(--c16) !important;
}
ul[class*=is-style-numeric-list-].has-light-pink-listpoint-backgroundcolor > li:before,
ol[class*=is-style-numeric-list-].has-light-pink-listpoint-backgroundcolor > li:before {
  background-color: var(--c16);
}
ul[class*=is-style-numeric-list-].has-light-pink-listpoint-color > li:before,
ol[class*=is-style-numeric-list-].has-light-pink-listpoint-color > li:before {
  color: var(--c16);
}
ul[class*=is-style-icon-list-].has-indigo-listpoint-backgroundcolor > li:before,
ol[class*=is-style-icon-list-].has-indigo-listpoint-backgroundcolor > li:before {
  color: var(--c21) !important;
}
ul[class*=is-style-numeric-list-].has-indigo-listpoint-backgroundcolor > li:before,
ol[class*=is-style-numeric-list-].has-indigo-listpoint-backgroundcolor > li:before {
  background-color: var(--c21);
}
ul[class*=is-style-numeric-list-].has-indigo-listpoint-color > li:before,
ol[class*=is-style-numeric-list-].has-indigo-listpoint-color > li:before {
  color: var(--c21);
}
ul[class*=is-style-icon-list-].has-blue-listpoint-backgroundcolor > li:before,
ol[class*=is-style-icon-list-].has-blue-listpoint-backgroundcolor > li:before {
  color: var(--c22) !important;
}
ul[class*=is-style-numeric-list-].has-blue-listpoint-backgroundcolor > li:before,
ol[class*=is-style-numeric-list-].has-blue-listpoint-backgroundcolor > li:before {
  background-color: var(--c22);
}
ul[class*=is-style-numeric-list-].has-blue-listpoint-color > li:before,
ol[class*=is-style-numeric-list-].has-blue-listpoint-color > li:before {
  color: var(--c22);
}
ul[class*=is-style-icon-list-].has-light-blue-listpoint-backgroundcolor > li:before,
ol[class*=is-style-icon-list-].has-light-blue-listpoint-backgroundcolor > li:before {
  color: var(--c23) !important;
}
ul[class*=is-style-numeric-list-].has-light-blue-listpoint-backgroundcolor > li:before,
ol[class*=is-style-numeric-list-].has-light-blue-listpoint-backgroundcolor > li:before {
  background-color: var(--c23);
}
ul[class*=is-style-numeric-list-].has-light-blue-listpoint-color > li:before,
ol[class*=is-style-numeric-list-].has-light-blue-listpoint-color > li:before {
  color: var(--c23);
}
ul[class*=is-style-icon-list-].has-sky-blue-listpoint-backgroundcolor > li:before,
ol[class*=is-style-icon-list-].has-sky-blue-listpoint-backgroundcolor > li:before {
  color: var(--c24) !important;
}
ul[class*=is-style-numeric-list-].has-sky-blue-listpoint-backgroundcolor > li:before,
ol[class*=is-style-numeric-list-].has-sky-blue-listpoint-backgroundcolor > li:before {
  background-color: var(--c24);
}
ul[class*=is-style-numeric-list-].has-sky-blue-listpoint-color > li:before,
ol[class*=is-style-numeric-list-].has-sky-blue-listpoint-color > li:before {
  color: var(--c24);
}
ul[class*=is-style-icon-list-].has-cyan-listpoint-backgroundcolor > li:before,
ol[class*=is-style-icon-list-].has-cyan-listpoint-backgroundcolor > li:before {
  color: var(--c25) !important;
}
ul[class*=is-style-numeric-list-].has-cyan-listpoint-backgroundcolor > li:before,
ol[class*=is-style-numeric-list-].has-cyan-listpoint-backgroundcolor > li:before {
  background-color: var(--c25);
}
ul[class*=is-style-numeric-list-].has-cyan-listpoint-color > li:before,
ol[class*=is-style-numeric-list-].has-cyan-listpoint-color > li:before {
  color: var(--c25);
}
ul[class*=is-style-icon-list-].has-teal-listpoint-backgroundcolor > li:before,
ol[class*=is-style-icon-list-].has-teal-listpoint-backgroundcolor > li:before {
  color: var(--c26) !important;
}
ul[class*=is-style-numeric-list-].has-teal-listpoint-backgroundcolor > li:before,
ol[class*=is-style-numeric-list-].has-teal-listpoint-backgroundcolor > li:before {
  background-color: var(--c26);
}
ul[class*=is-style-numeric-list-].has-teal-listpoint-color > li:before,
ol[class*=is-style-numeric-list-].has-teal-listpoint-color > li:before {
  color: var(--c26);
}
ul[class*=is-style-icon-list-].has-green-listpoint-backgroundcolor > li:before,
ol[class*=is-style-icon-list-].has-green-listpoint-backgroundcolor > li:before {
  color: var(--c31) !important;
}
ul[class*=is-style-numeric-list-].has-green-listpoint-backgroundcolor > li:before,
ol[class*=is-style-numeric-list-].has-green-listpoint-backgroundcolor > li:before {
  background-color: var(--c31);
}
ul[class*=is-style-numeric-list-].has-green-listpoint-color > li:before,
ol[class*=is-style-numeric-list-].has-green-listpoint-color > li:before {
  color: var(--c31);
}
ul[class*=is-style-icon-list-].has-light-green-listpoint-backgroundcolor > li:before,
ol[class*=is-style-icon-list-].has-light-green-listpoint-backgroundcolor > li:before {
  color: var(--c32) !important;
}
ul[class*=is-style-numeric-list-].has-light-green-listpoint-backgroundcolor > li:before,
ol[class*=is-style-numeric-list-].has-light-green-listpoint-backgroundcolor > li:before {
  background-color: var(--c32);
}
ul[class*=is-style-numeric-list-].has-light-green-listpoint-color > li:before,
ol[class*=is-style-numeric-list-].has-light-green-listpoint-color > li:before {
  color: var(--c32);
}
ul[class*=is-style-icon-list-].has-lime-listpoint-backgroundcolor > li:before,
ol[class*=is-style-icon-list-].has-lime-listpoint-backgroundcolor > li:before {
  color: var(--c33) !important;
}
ul[class*=is-style-numeric-list-].has-lime-listpoint-backgroundcolor > li:before,
ol[class*=is-style-numeric-list-].has-lime-listpoint-backgroundcolor > li:before {
  background-color: var(--c33);
}
ul[class*=is-style-numeric-list-].has-lime-listpoint-color > li:before,
ol[class*=is-style-numeric-list-].has-lime-listpoint-color > li:before {
  color: var(--c33);
}
ul[class*=is-style-icon-list-].has-yellow-listpoint-backgroundcolor > li:before,
ol[class*=is-style-icon-list-].has-yellow-listpoint-backgroundcolor > li:before {
  color: var(--c34) !important;
}
ul[class*=is-style-numeric-list-].has-yellow-listpoint-backgroundcolor > li:before,
ol[class*=is-style-numeric-list-].has-yellow-listpoint-backgroundcolor > li:before {
  background-color: var(--c34);
}
ul[class*=is-style-numeric-list-].has-yellow-listpoint-color > li:before,
ol[class*=is-style-numeric-list-].has-yellow-listpoint-color > li:before {
  color: var(--c34);
}
ul[class*=is-style-icon-list-].has-amber-listpoint-backgroundcolor > li:before,
ol[class*=is-style-icon-list-].has-amber-listpoint-backgroundcolor > li:before {
  color: var(--c35) !important;
}
ul[class*=is-style-numeric-list-].has-amber-listpoint-backgroundcolor > li:before,
ol[class*=is-style-numeric-list-].has-amber-listpoint-backgroundcolor > li:before {
  background-color: var(--c35);
}
ul[class*=is-style-numeric-list-].has-amber-listpoint-color > li:before,
ol[class*=is-style-numeric-list-].has-amber-listpoint-color > li:before {
  color: var(--c35);
}
ul[class*=is-style-icon-list-].has-light-orange-listpoint-backgroundcolor > li:before,
ol[class*=is-style-icon-list-].has-light-orange-listpoint-backgroundcolor > li:before {
  color: var(--c36) !important;
}
ul[class*=is-style-numeric-list-].has-light-orange-listpoint-backgroundcolor > li:before,
ol[class*=is-style-numeric-list-].has-light-orange-listpoint-backgroundcolor > li:before {
  background-color: var(--c36);
}
ul[class*=is-style-numeric-list-].has-light-orange-listpoint-color > li:before,
ol[class*=is-style-numeric-list-].has-light-orange-listpoint-color > li:before {
  color: var(--c36);
}
ul[class*=is-style-icon-list-].has-orange-listpoint-backgroundcolor > li:before,
ol[class*=is-style-icon-list-].has-orange-listpoint-backgroundcolor > li:before {
  color: var(--c41) !important;
}
ul[class*=is-style-numeric-list-].has-orange-listpoint-backgroundcolor > li:before,
ol[class*=is-style-numeric-list-].has-orange-listpoint-backgroundcolor > li:before {
  background-color: var(--c41);
}
ul[class*=is-style-numeric-list-].has-orange-listpoint-color > li:before,
ol[class*=is-style-numeric-list-].has-orange-listpoint-color > li:before {
  color: var(--c41);
}
ul[class*=is-style-icon-list-].has-deep-orange-listpoint-backgroundcolor > li:before,
ol[class*=is-style-icon-list-].has-deep-orange-listpoint-backgroundcolor > li:before {
  color: var(--c42) !important;
}
ul[class*=is-style-numeric-list-].has-deep-orange-listpoint-backgroundcolor > li:before,
ol[class*=is-style-numeric-list-].has-deep-orange-listpoint-backgroundcolor > li:before {
  background-color: var(--c42);
}
ul[class*=is-style-numeric-list-].has-deep-orange-listpoint-color > li:before,
ol[class*=is-style-numeric-list-].has-deep-orange-listpoint-color > li:before {
  color: var(--c42);
}
ul[class*=is-style-icon-list-].has-purple-listpoint-backgroundcolor > li:before,
ol[class*=is-style-icon-list-].has-purple-listpoint-backgroundcolor > li:before {
  color: var(--c43) !important;
}
ul[class*=is-style-numeric-list-].has-purple-listpoint-backgroundcolor > li:before,
ol[class*=is-style-numeric-list-].has-purple-listpoint-backgroundcolor > li:before {
  background-color: var(--c43);
}
ul[class*=is-style-numeric-list-].has-purple-listpoint-color > li:before,
ol[class*=is-style-numeric-list-].has-purple-listpoint-color > li:before {
  color: var(--c43);
}
ul[class*=is-style-icon-list-].has-deep-listpoint-backgroundcolor > li:before,
ol[class*=is-style-icon-list-].has-deep-listpoint-backgroundcolor > li:before {
  color: var(--c44) !important;
}
ul[class*=is-style-numeric-list-].has-deep-listpoint-backgroundcolor > li:before,
ol[class*=is-style-numeric-list-].has-deep-listpoint-backgroundcolor > li:before {
  background-color: var(--c44);
}
ul[class*=is-style-numeric-list-].has-deep-listpoint-color > li:before,
ol[class*=is-style-numeric-list-].has-deep-listpoint-color > li:before {
  color: var(--c44);
}
ul[class*=is-style-icon-list-].has-brown-listpoint-backgroundcolor > li:before,
ol[class*=is-style-icon-list-].has-brown-listpoint-backgroundcolor > li:before {
  color: var(--c45) !important;
}
ul[class*=is-style-numeric-list-].has-brown-listpoint-backgroundcolor > li:before,
ol[class*=is-style-numeric-list-].has-brown-listpoint-backgroundcolor > li:before {
  background-color: var(--c45);
}
ul[class*=is-style-numeric-list-].has-brown-listpoint-color > li:before,
ol[class*=is-style-numeric-list-].has-brown-listpoint-color > li:before {
  color: var(--c45);
}
ul[class*=is-style-icon-list-].has-black-listpoint-backgroundcolor > li:before,
ol[class*=is-style-icon-list-].has-black-listpoint-backgroundcolor > li:before {
  color: var(--c46) !important;
}
ul[class*=is-style-numeric-list-].has-black-listpoint-backgroundcolor > li:before,
ol[class*=is-style-numeric-list-].has-black-listpoint-backgroundcolor > li:before {
  background-color: var(--c46);
}
ul[class*=is-style-numeric-list-].has-black-listpoint-color > li:before,
ol[class*=is-style-numeric-list-].has-black-listpoint-color > li:before {
  color: var(--c46);
}
ul[class*=is-style-icon-list-].has-grey-listpoint-backgroundcolor > li:before,
ol[class*=is-style-icon-list-].has-grey-listpoint-backgroundcolor > li:before {
  color: var(--c51) !important;
}
ul[class*=is-style-numeric-list-].has-grey-listpoint-backgroundcolor > li:before,
ol[class*=is-style-numeric-list-].has-grey-listpoint-backgroundcolor > li:before {
  background-color: var(--c51);
}
ul[class*=is-style-numeric-list-].has-grey-listpoint-color > li:before,
ol[class*=is-style-numeric-list-].has-grey-listpoint-color > li:before {
  color: var(--c51);
}
ul[class*=is-style-icon-list-].has-shironezu-listpoint-backgroundcolor > li:before,
ol[class*=is-style-icon-list-].has-shironezu-listpoint-backgroundcolor > li:before {
  color: var(--c52) !important;
}
ul[class*=is-style-numeric-list-].has-shironezu-listpoint-backgroundcolor > li:before,
ol[class*=is-style-numeric-list-].has-shironezu-listpoint-backgroundcolor > li:before {
  background-color: var(--c52);
}
ul[class*=is-style-numeric-list-].has-shironezu-listpoint-color > li:before,
ol[class*=is-style-numeric-list-].has-shironezu-listpoint-color > li:before {
  color: var(--c52);
}
ul[class*=is-style-icon-list-].has-light-grey-listpoint-backgroundcolor > li:before,
ol[class*=is-style-icon-list-].has-light-grey-listpoint-backgroundcolor > li:before {
  color: var(--c53) !important;
}
ul[class*=is-style-numeric-list-].has-light-grey-listpoint-backgroundcolor > li:before,
ol[class*=is-style-numeric-list-].has-light-grey-listpoint-backgroundcolor > li:before {
  background-color: var(--c53);
}
ul[class*=is-style-numeric-list-].has-light-grey-listpoint-color > li:before,
ol[class*=is-style-numeric-list-].has-light-grey-listpoint-color > li:before {
  color: var(--c53);
}
ul[class*=is-style-icon-list-].has-white-violet-listpoint-backgroundcolor > li:before,
ol[class*=is-style-icon-list-].has-white-violet-listpoint-backgroundcolor > li:before {
  color: var(--c54) !important;
}
ul[class*=is-style-numeric-list-].has-white-violet-listpoint-backgroundcolor > li:before,
ol[class*=is-style-numeric-list-].has-white-violet-listpoint-backgroundcolor > li:before {
  background-color: var(--c54);
}
ul[class*=is-style-numeric-list-].has-white-violet-listpoint-color > li:before,
ol[class*=is-style-numeric-list-].has-white-violet-listpoint-color > li:before {
  color: var(--c54);
}
ul[class*=is-style-icon-list-].has-luna-white-listpoint-backgroundcolor > li:before,
ol[class*=is-style-icon-list-].has-luna-white-listpoint-backgroundcolor > li:before {
  color: var(--c55) !important;
}
ul[class*=is-style-numeric-list-].has-luna-white-listpoint-backgroundcolor > li:before,
ol[class*=is-style-numeric-list-].has-luna-white-listpoint-backgroundcolor > li:before {
  background-color: var(--c55);
}
ul[class*=is-style-numeric-list-].has-luna-white-listpoint-color > li:before,
ol[class*=is-style-numeric-list-].has-luna-white-listpoint-color > li:before {
  color: var(--c55);
}
ul[class*=is-style-icon-list-].has-watery-blue-listpoint-backgroundcolor > li:before,
ol[class*=is-style-icon-list-].has-watery-blue-listpoint-backgroundcolor > li:before {
  color: var(--c56) !important;
}
ul[class*=is-style-numeric-list-].has-watery-blue-listpoint-backgroundcolor > li:before,
ol[class*=is-style-numeric-list-].has-watery-blue-listpoint-backgroundcolor > li:before {
  background-color: var(--c56);
}
ul[class*=is-style-numeric-list-].has-watery-blue-listpoint-color > li:before,
ol[class*=is-style-numeric-list-].has-watery-blue-listpoint-color > li:before {
  color: var(--c56);
}
ul[class*=is-style-icon-list-].has-watery-green-listpoint-backgroundcolor > li:before,
ol[class*=is-style-icon-list-].has-watery-green-listpoint-backgroundcolor > li:before {
  color: var(--c61) !important;
}
ul[class*=is-style-numeric-list-].has-watery-green-listpoint-backgroundcolor > li:before,
ol[class*=is-style-numeric-list-].has-watery-green-listpoint-backgroundcolor > li:before {
  background-color: var(--c61);
}
ul[class*=is-style-numeric-list-].has-watery-green-listpoint-color > li:before,
ol[class*=is-style-numeric-list-].has-watery-green-listpoint-color > li:before {
  color: var(--c61);
}
ul[class*=is-style-icon-list-].has-indigo-white-listpoint-backgroundcolor > li:before,
ol[class*=is-style-icon-list-].has-indigo-white-listpoint-backgroundcolor > li:before {
  color: var(--c62) !important;
}
ul[class*=is-style-numeric-list-].has-indigo-white-listpoint-backgroundcolor > li:before,
ol[class*=is-style-numeric-list-].has-indigo-white-listpoint-backgroundcolor > li:before {
  background-color: var(--c62);
}
ul[class*=is-style-numeric-list-].has-indigo-white-listpoint-color > li:before,
ol[class*=is-style-numeric-list-].has-indigo-white-listpoint-color > li:before {
  color: var(--c62);
}
ul[class*=is-style-icon-list-].has-watery-red-listpoint-backgroundcolor > li:before,
ol[class*=is-style-icon-list-].has-watery-red-listpoint-backgroundcolor > li:before {
  color: var(--c63) !important;
}
ul[class*=is-style-numeric-list-].has-watery-red-listpoint-backgroundcolor > li:before,
ol[class*=is-style-numeric-list-].has-watery-red-listpoint-backgroundcolor > li:before {
  background-color: var(--c63);
}
ul[class*=is-style-numeric-list-].has-watery-red-listpoint-color > li:before,
ol[class*=is-style-numeric-list-].has-watery-red-listpoint-color > li:before {
  color: var(--c63);
}
ul[class*=is-style-icon-list-].has-watery-yellow-listpoint-backgroundcolor > li:before,
ol[class*=is-style-icon-list-].has-watery-yellow-listpoint-backgroundcolor > li:before {
  color: var(--c64) !important;
}
ul[class*=is-style-numeric-list-].has-watery-yellow-listpoint-backgroundcolor > li:before,
ol[class*=is-style-numeric-list-].has-watery-yellow-listpoint-backgroundcolor > li:before {
  background-color: var(--c64);
}
ul[class*=is-style-numeric-list-].has-watery-yellow-listpoint-color > li:before,
ol[class*=is-style-numeric-list-].has-watery-yellow-listpoint-color > li:before {
  color: var(--c64);
}
ul[class*=is-style-icon-list-].has-ebur-listpoint-backgroundcolor > li:before,
ol[class*=is-style-icon-list-].has-ebur-listpoint-backgroundcolor > li:before {
  color: var(--c65) !important;
}
ul[class*=is-style-numeric-list-].has-ebur-listpoint-backgroundcolor > li:before,
ol[class*=is-style-numeric-list-].has-ebur-listpoint-backgroundcolor > li:before {
  background-color: var(--c65);
}
ul[class*=is-style-numeric-list-].has-ebur-listpoint-color > li:before,
ol[class*=is-style-numeric-list-].has-ebur-listpoint-color > li:before {
  color: var(--c65);
}
ul[class*=is-style-icon-list-].has-kinari-listpoint-backgroundcolor > li:before,
ol[class*=is-style-icon-list-].has-kinari-listpoint-backgroundcolor > li:before {
  color: var(--c66) !important;
}
ul[class*=is-style-numeric-list-].has-kinari-listpoint-backgroundcolor > li:before,
ol[class*=is-style-numeric-list-].has-kinari-listpoint-backgroundcolor > li:before {
  background-color: var(--c66);
}
ul[class*=is-style-numeric-list-].has-kinari-listpoint-color > li:before,
ol[class*=is-style-numeric-list-].has-kinari-listpoint-color > li:before {
  color: var(--c66);
}
ul[class*=is-style-icon-list-].has-white-porcelain-listpoint-backgroundcolor > li:before,
ol[class*=is-style-icon-list-].has-white-porcelain-listpoint-backgroundcolor > li:before {
  color: var(--c71) !important;
}
ul[class*=is-style-numeric-list-].has-white-porcelain-listpoint-backgroundcolor > li:before,
ol[class*=is-style-numeric-list-].has-white-porcelain-listpoint-backgroundcolor > li:before {
  background-color: var(--c71);
}
ul[class*=is-style-numeric-list-].has-white-porcelain-listpoint-color > li:before,
ol[class*=is-style-numeric-list-].has-white-porcelain-listpoint-color > li:before {
  color: var(--c71);
}
ul[class*=is-style-icon-list-].has-white-listpoint-backgroundcolor > li:before,
ol[class*=is-style-icon-list-].has-white-listpoint-backgroundcolor > li:before {
  color: var(--c72) !important;
}
ul[class*=is-style-numeric-list-].has-white-listpoint-backgroundcolor > li:before,
ol[class*=is-style-numeric-list-].has-white-listpoint-backgroundcolor > li:before {
  background-color: var(--c72);
}
ul[class*=is-style-numeric-list-].has-white-listpoint-color > li:before,
ol[class*=is-style-numeric-list-].has-white-listpoint-color > li:before {
  color: var(--c72);
}
ul[class*=is-style-icon-list-].has-ex-a-listpoint-backgroundcolor > li:before,
ol[class*=is-style-icon-list-].has-ex-a-listpoint-backgroundcolor > li:before {
  color: var(--c73) !important;
}
ul[class*=is-style-numeric-list-].has-ex-a-listpoint-backgroundcolor > li:before,
ol[class*=is-style-numeric-list-].has-ex-a-listpoint-backgroundcolor > li:before {
  background-color: var(--c73);
}
ul[class*=is-style-numeric-list-].has-ex-a-listpoint-color > li:before,
ol[class*=is-style-numeric-list-].has-ex-a-listpoint-color > li:before {
  color: var(--c73);
}
ul[class*=is-style-icon-list-].has-ex-b-listpoint-backgroundcolor > li:before,
ol[class*=is-style-icon-list-].has-ex-b-listpoint-backgroundcolor > li:before {
  color: var(--c74) !important;
}
ul[class*=is-style-numeric-list-].has-ex-b-listpoint-backgroundcolor > li:before,
ol[class*=is-style-numeric-list-].has-ex-b-listpoint-backgroundcolor > li:before {
  background-color: var(--c74);
}
ul[class*=is-style-numeric-list-].has-ex-b-listpoint-color > li:before,
ol[class*=is-style-numeric-list-].has-ex-b-listpoint-color > li:before {
  color: var(--c74);
}
ul[class*=is-style-icon-list-].has-ex-c-listpoint-backgroundcolor > li:before,
ol[class*=is-style-icon-list-].has-ex-c-listpoint-backgroundcolor > li:before {
  color: var(--c75) !important;
}
ul[class*=is-style-numeric-list-].has-ex-c-listpoint-backgroundcolor > li:before,
ol[class*=is-style-numeric-list-].has-ex-c-listpoint-backgroundcolor > li:before {
  background-color: var(--c75);
}
ul[class*=is-style-numeric-list-].has-ex-c-listpoint-color > li:before,
ol[class*=is-style-numeric-list-].has-ex-c-listpoint-color > li:before {
  color: var(--c75);
}
ul[class*=is-style-icon-list-].has-ex-d-listpoint-backgroundcolor > li:before,
ol[class*=is-style-icon-list-].has-ex-d-listpoint-backgroundcolor > li:before {
  color: var(--c76) !important;
}
ul[class*=is-style-numeric-list-].has-ex-d-listpoint-backgroundcolor > li:before,
ol[class*=is-style-numeric-list-].has-ex-d-listpoint-backgroundcolor > li:before {
  background-color: var(--c76);
}
ul[class*=is-style-numeric-list-].has-ex-d-listpoint-color > li:before,
ol[class*=is-style-numeric-list-].has-ex-d-listpoint-color > li:before {
  color: var(--c76);
}
ul[class*=is-style-icon-list-].has-ex-e-listpoint-backgroundcolor > li:before,
ol[class*=is-style-icon-list-].has-ex-e-listpoint-backgroundcolor > li:before {
  color: var(--c81) !important;
}
ul[class*=is-style-numeric-list-].has-ex-e-listpoint-backgroundcolor > li:before,
ol[class*=is-style-numeric-list-].has-ex-e-listpoint-backgroundcolor > li:before {
  background-color: var(--c81);
}
ul[class*=is-style-numeric-list-].has-ex-e-listpoint-color > li:before,
ol[class*=is-style-numeric-list-].has-ex-e-listpoint-color > li:before {
  color: var(--c81);
}
ul[class*=is-style-icon-list-].has-ex-f-listpoint-backgroundcolor > li:before,
ol[class*=is-style-icon-list-].has-ex-f-listpoint-backgroundcolor > li:before {
  color: var(--c82) !important;
}
ul[class*=is-style-numeric-list-].has-ex-f-listpoint-backgroundcolor > li:before,
ol[class*=is-style-numeric-list-].has-ex-f-listpoint-backgroundcolor > li:before {
  background-color: var(--c82);
}
ul[class*=is-style-numeric-list-].has-ex-f-listpoint-color > li:before,
ol[class*=is-style-numeric-list-].has-ex-f-listpoint-color > li:before {
  color: var(--c82);
}

/* リストのスタイルをナレッジベース風にする
----------------------------------------- */
ul.document {
  padding-left: 0;
}
ul.document li {
  list-style: none;
}
ul.document li > ul {
  font-size: 0.9em;
  padding-bottom: 0.3em;
  color: #797979;
}
ul.document li > ul > li {
  line-height: 1.2;
}
.font-awesome-5 ul.document > li::before {
  content: "\f15c";
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
}

/* Cocoonブロックのカスタマイズ
---------------------------------------------------------------------- */
.cocoon-block-balloon p:first-child,
.cocoon-block-balloon.not-nested-style p:first-child {
  margin-top: 1.2em;
}
.cocoon-block-balloon .speech-balloon p,
.cocoon-block-balloon.not-nested-style .speech-balloon p {
  margin: 0.5em 0 !important;
}
.cocoon-block-balloon.avatar-top, .cocoon-block-balloon.avatar-bottom,
.cocoon-block-balloon.not-nested-style.avatar-top,
.cocoon-block-balloon.not-nested-style.avatar-bottom {
  gap: 15px;
}
.cocoon-block-balloon.avatar-top .speech-person, .cocoon-block-balloon.avatar-bottom .speech-person,
.cocoon-block-balloon.not-nested-style.avatar-top .speech-person,
.cocoon-block-balloon.not-nested-style.avatar-bottom .speech-person {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 10px;
}
.cocoon-block-balloon.avatar-top .speech-person .speech-icon, .cocoon-block-balloon.avatar-bottom .speech-person .speech-icon,
.cocoon-block-balloon.not-nested-style.avatar-top .speech-person .speech-icon,
.cocoon-block-balloon.not-nested-style.avatar-bottom .speech-person .speech-icon {
  flex-basis: 72px;
  min-width: 72px;
}
.cocoon-block-balloon.avatar-top .speech-balloon, .cocoon-block-balloon.avatar-bottom .speech-balloon,
.cocoon-block-balloon.not-nested-style.avatar-top .speech-balloon,
.cocoon-block-balloon.not-nested-style.avatar-bottom .speech-balloon {
  margin: 0;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.cocoon-block-balloon.avatar-top .speech-name, .cocoon-block-balloon.avatar-bottom .speech-name,
.cocoon-block-balloon.not-nested-style.avatar-top .speech-name,
.cocoon-block-balloon.not-nested-style.avatar-bottom .speech-name {
  text-align: left;
}
.cocoon-block-balloon.avatar-top.sbp-r, .cocoon-block-balloon.avatar-bottom.sbp-r,
.cocoon-block-balloon.not-nested-style.avatar-top.sbp-r,
.cocoon-block-balloon.not-nested-style.avatar-bottom.sbp-r {
  align-items: end;
}
.cocoon-block-balloon.avatar-top.sbp-r .speech-name, .cocoon-block-balloon.avatar-bottom.sbp-r .speech-name,
.cocoon-block-balloon.not-nested-style.avatar-top.sbp-r .speech-name,
.cocoon-block-balloon.not-nested-style.avatar-bottom.sbp-r .speech-name {
  text-align: right;
}
.cocoon-block-balloon.avatar-top.sbs-think .speech-balloon, .cocoon-block-balloon.avatar-bottom.sbs-think .speech-balloon,
.cocoon-block-balloon.not-nested-style.avatar-top.sbs-think .speech-balloon,
.cocoon-block-balloon.not-nested-style.avatar-bottom.sbs-think .speech-balloon {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.cocoon-block-balloon.avatar-top.sbs-think .speech-balloon::before, .cocoon-block-balloon.avatar-bottom.sbs-think .speech-balloon::before,
.cocoon-block-balloon.not-nested-style.avatar-top.sbs-think .speech-balloon::before,
.cocoon-block-balloon.not-nested-style.avatar-bottom.sbs-think .speech-balloon::before {
  width: 13px;
  height: 13px;
}
.cocoon-block-balloon.avatar-top.sbs-think .speech-balloon::after, .cocoon-block-balloon.avatar-bottom.sbs-think .speech-balloon::after,
.cocoon-block-balloon.not-nested-style.avatar-top.sbs-think .speech-balloon::after,
.cocoon-block-balloon.not-nested-style.avatar-bottom.sbs-think .speech-balloon::after {
  width: 8px;
  height: 8px;
}
.cocoon-block-balloon.avatar-top,
.cocoon-block-balloon.not-nested-style.avatar-top {
  flex-direction: column;
}
.cocoon-block-balloon.avatar-top .speech-balloon::before,
.cocoon-block-balloon.not-nested-style.avatar-top .speech-balloon::before {
  top: -20px;
}
.cocoon-block-balloon.avatar-top .speech-balloon::after,
.cocoon-block-balloon.not-nested-style.avatar-top .speech-balloon::after {
  top: -17px;
}
@media screen and (max-width: 480px) {
  .cocoon-block-balloon.avatar-top .speech-balloon::before,
  .cocoon-block-balloon.not-nested-style.avatar-top .speech-balloon::before {
    top: -12px;
  }
  .cocoon-block-balloon.avatar-top .speech-balloon::after,
  .cocoon-block-balloon.not-nested-style.avatar-top .speech-balloon::after {
    top: -9px;
  }
}
.cocoon-block-balloon.avatar-top.sbs-line .speech-balloon::before,
.cocoon-block-balloon.not-nested-style.avatar-top.sbs-line .speech-balloon::before {
  top: -18px;
}
.cocoon-block-balloon.avatar-top.sbs-line .speech-balloon::after,
.cocoon-block-balloon.not-nested-style.avatar-top.sbs-line .speech-balloon::after {
  top: -16px;
}
@media screen and (max-width: 480px) {
  .cocoon-block-balloon.avatar-top.sbs-line .speech-balloon::before,
  .cocoon-block-balloon.not-nested-style.avatar-top.sbs-line .speech-balloon::before {
    top: -11px;
  }
  .cocoon-block-balloon.avatar-top.sbs-line .speech-balloon::after,
  .cocoon-block-balloon.not-nested-style.avatar-top.sbs-line .speech-balloon::after {
    top: -9px;
  }
}
.cocoon-block-balloon.avatar-top.sbp-l .speech-balloon::before, .cocoon-block-balloon.avatar-top.sbp-l .speech-balloon::after,
.cocoon-block-balloon.not-nested-style.avatar-top.sbp-l .speech-balloon::before,
.cocoon-block-balloon.not-nested-style.avatar-top.sbp-l .speech-balloon::after {
  transform: rotate(90deg);
  left: 27px;
}
@media screen and (max-width: 480px) {
  .cocoon-block-balloon.avatar-top.sbp-l .speech-balloon::before, .cocoon-block-balloon.avatar-top.sbp-l .speech-balloon::after,
  .cocoon-block-balloon.not-nested-style.avatar-top.sbp-l .speech-balloon::before,
  .cocoon-block-balloon.not-nested-style.avatar-top.sbp-l .speech-balloon::after {
    left: 30px;
  }
}
.cocoon-block-balloon.avatar-top.sbp-l.sbs-think .speech-balloon,
.cocoon-block-balloon.not-nested-style.avatar-top.sbp-l.sbs-think .speech-balloon {
  margin-left: 86px;
}
.cocoon-block-balloon.avatar-top.sbp-l.sbs-think .speech-balloon::before,
.cocoon-block-balloon.not-nested-style.avatar-top.sbp-l.sbs-think .speech-balloon::before {
  left: -14px;
  top: -19px;
}
.cocoon-block-balloon.avatar-top.sbp-l.sbs-think .speech-balloon::after,
.cocoon-block-balloon.not-nested-style.avatar-top.sbp-l.sbs-think .speech-balloon::after {
  left: -24px;
  top: -29px;
}
.cocoon-block-balloon.avatar-top.sbp-r .speech-person,
.cocoon-block-balloon.not-nested-style.avatar-top.sbp-r .speech-person {
  flex-direction: row-reverse;
}
.cocoon-block-balloon.avatar-top.sbp-r .speech-balloon::before, .cocoon-block-balloon.avatar-top.sbp-r .speech-balloon::after,
.cocoon-block-balloon.not-nested-style.avatar-top.sbp-r .speech-balloon::before,
.cocoon-block-balloon.not-nested-style.avatar-top.sbp-r .speech-balloon::after {
  transform: rotate(-90deg);
  right: 27px;
}
@media screen and (max-width: 480px) {
  .cocoon-block-balloon.avatar-top.sbp-r .speech-balloon::before, .cocoon-block-balloon.avatar-top.sbp-r .speech-balloon::after,
  .cocoon-block-balloon.not-nested-style.avatar-top.sbp-r .speech-balloon::before,
  .cocoon-block-balloon.not-nested-style.avatar-top.sbp-r .speech-balloon::after {
    right: 30px;
  }
}
.cocoon-block-balloon.avatar-top.sbp-r.sbs-think .speech-balloon,
.cocoon-block-balloon.not-nested-style.avatar-top.sbp-r.sbs-think .speech-balloon {
  margin-right: 86px;
}
.cocoon-block-balloon.avatar-top.sbp-r.sbs-think .speech-balloon::before,
.cocoon-block-balloon.not-nested-style.avatar-top.sbp-r.sbs-think .speech-balloon::before {
  right: -14px;
  top: -19px;
}
.cocoon-block-balloon.avatar-top.sbp-r.sbs-think .speech-balloon::after,
.cocoon-block-balloon.not-nested-style.avatar-top.sbp-r.sbs-think .speech-balloon::after {
  right: -24px;
  top: -29px;
}
.cocoon-block-balloon.avatar-bottom,
.cocoon-block-balloon.not-nested-style.avatar-bottom {
  flex-direction: column-reverse;
}
.cocoon-block-balloon.avatar-bottom > .speech-balloon::before,
.cocoon-block-balloon.not-nested-style.avatar-bottom > .speech-balloon::before {
  top: auto;
  bottom: -20px;
}
.cocoon-block-balloon.avatar-bottom > .speech-balloon::after,
.cocoon-block-balloon.not-nested-style.avatar-bottom > .speech-balloon::after {
  top: auto;
  bottom: -17px;
}
@media screen and (max-width: 480px) {
  .cocoon-block-balloon.avatar-bottom > .speech-balloon::before,
  .cocoon-block-balloon.not-nested-style.avatar-bottom > .speech-balloon::before {
    bottom: -12px;
  }
  .cocoon-block-balloon.avatar-bottom > .speech-balloon::after,
  .cocoon-block-balloon.not-nested-style.avatar-bottom > .speech-balloon::after {
    bottom: -9px;
  }
}
.cocoon-block-balloon.avatar-bottom.sbs-line .speech-balloon::before,
.cocoon-block-balloon.not-nested-style.avatar-bottom.sbs-line .speech-balloon::before {
  bottom: -18px;
}
.cocoon-block-balloon.avatar-bottom.sbs-line .speech-balloon::after,
.cocoon-block-balloon.not-nested-style.avatar-bottom.sbs-line .speech-balloon::after {
  bottom: -16px;
}
@media screen and (max-width: 480px) {
  .cocoon-block-balloon.avatar-bottom.sbs-line .speech-balloon::before,
  .cocoon-block-balloon.not-nested-style.avatar-bottom.sbs-line .speech-balloon::before {
    bottom: -11px;
  }
  .cocoon-block-balloon.avatar-bottom.sbs-line .speech-balloon::after,
  .cocoon-block-balloon.not-nested-style.avatar-bottom.sbs-line .speech-balloon::after {
    bottom: -9px;
  }
}
.cocoon-block-balloon.avatar-bottom.sbp-l .speech-balloon::before, .cocoon-block-balloon.avatar-bottom.sbp-l .speech-balloon::after,
.cocoon-block-balloon.not-nested-style.avatar-bottom.sbp-l .speech-balloon::before,
.cocoon-block-balloon.not-nested-style.avatar-bottom.sbp-l .speech-balloon::after {
  transform: rotate(-90deg);
  left: 27px;
}
@media screen and (max-width: 480px) {
  .cocoon-block-balloon.avatar-bottom.sbp-l .speech-balloon::before, .cocoon-block-balloon.avatar-bottom.sbp-l .speech-balloon::after,
  .cocoon-block-balloon.not-nested-style.avatar-bottom.sbp-l .speech-balloon::before,
  .cocoon-block-balloon.not-nested-style.avatar-bottom.sbp-l .speech-balloon::after {
    left: 30px;
  }
}
.cocoon-block-balloon.avatar-bottom.sbp-l.sbs-think .speech-balloon,
.cocoon-block-balloon.not-nested-style.avatar-bottom.sbp-l.sbs-think .speech-balloon {
  margin-left: 86px;
}
.cocoon-block-balloon.avatar-bottom.sbp-l.sbs-think .speech-balloon::before,
.cocoon-block-balloon.not-nested-style.avatar-bottom.sbp-l.sbs-think .speech-balloon::before {
  left: -14px;
  bottom: -19px;
}
.cocoon-block-balloon.avatar-bottom.sbp-l.sbs-think .speech-balloon::after,
.cocoon-block-balloon.not-nested-style.avatar-bottom.sbp-l.sbs-think .speech-balloon::after {
  left: -24px;
  bottom: -29px;
}
.cocoon-block-balloon.avatar-bottom.sbp-r .speech-person,
.cocoon-block-balloon.not-nested-style.avatar-bottom.sbp-r .speech-person {
  flex-direction: row-reverse;
}
.cocoon-block-balloon.avatar-bottom.sbp-r .speech-balloon::before, .cocoon-block-balloon.avatar-bottom.sbp-r .speech-balloon::after,
.cocoon-block-balloon.not-nested-style.avatar-bottom.sbp-r .speech-balloon::before,
.cocoon-block-balloon.not-nested-style.avatar-bottom.sbp-r .speech-balloon::after {
  transform: rotate(90deg);
  right: 27px;
}
@media screen and (max-width: 480px) {
  .cocoon-block-balloon.avatar-bottom.sbp-r .speech-balloon::before, .cocoon-block-balloon.avatar-bottom.sbp-r .speech-balloon::after,
  .cocoon-block-balloon.not-nested-style.avatar-bottom.sbp-r .speech-balloon::before,
  .cocoon-block-balloon.not-nested-style.avatar-bottom.sbp-r .speech-balloon::after {
    right: 30px;
  }
}
.cocoon-block-balloon.avatar-bottom.sbp-r.sbs-think .speech-balloon,
.cocoon-block-balloon.not-nested-style.avatar-bottom.sbp-r.sbs-think .speech-balloon {
  margin-right: 86px;
}
.cocoon-block-balloon.avatar-bottom.sbp-r.sbs-think .speech-balloon::before,
.cocoon-block-balloon.not-nested-style.avatar-bottom.sbp-r.sbs-think .speech-balloon::before {
  right: -14px;
  bottom: -19px;
}
.cocoon-block-balloon.avatar-bottom.sbp-r.sbs-think .speech-balloon::after,
.cocoon-block-balloon.not-nested-style.avatar-bottom.sbp-r.sbs-think .speech-balloon::after {
  right: -24px;
  bottom: -29px;
}

/* ヘッダーエリア
---------------------------------------------------------------------- */
/* サイトロゴ
------------------------------- */
img.site-logo-image.header-site-logo-image {
  vertical-align: middle;
}

.logo-image {
  padding: 20px 0 30px;
}
.logo-image span,
.logo-image a {
  line-height: 1;
}

/* ヘッダー画像
------------------------------- */
a.header-image {
  margin: 0 auto;
  text-align: center;
  font-size: 0;
  display: block;
}
a.header-image #is_sp {
  display: none;
}
@media screen and (max-width: 480px) {
  a.header-image #is_pc {
    display: none;
  }
  a.header-image #is_sp {
    display: block;
  }
}

/* カスタムヘッダー
------------------------------- */
.v4_custom_header {
  padding: 10px 0;
}

/* ナビゲーションメニュー
------------------------------- */
ul.sub-menu {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

/* コンテンツ上部の余白
------------------------------- */
body.no-site-header .content, body.feas-no-header .content {
  margin-top: 0;
}

/* カルーセル
---------------------------------------------------------------------- */
figure.carousel-entry-card-thumb.card-thumb {
  max-height: 100px;
  overflow: hidden;
}

.carousel-entry-card-title.card-title {
  font-size: 0.9em;
  margin-bottom: 1em;
}

/* ブロックパーツ
---------------------------------------------------------------------- */
/* 見出し・ページタイトル
---------------------------------------------------------- */
.article h1:not(.entry-title) {
  margin-bottom: 1em;
}

.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  margin-top: 2em;
  margin-bottom: 1em;
}

.page-title {
  margin-bottom: 1em;
  font-weight: bold;
  position: relative;
  font-size: var(--page-font-size);
  /* デザインなし
  ---------------------------------------- */
  /* キャッチコピー付きタイトルボックス
  ---------------------------------------- */
  /* 斜線アンダーライン
  -----------------------------------------*/
  /* ストライプ＋上下線
  -----------------------------------------*/
  /* ランキング
  -----------------------------------------*/
}
@media screen and (max-width: 480px) {
  .page-title {
    font-size: var(--page-font-size-sp);
  }
}
h1.page-title, h2.page-title, h3.page-title, h4.page-title, h5.page-title, h6.page-title {
  font-size: var(--page-font-size);
  background-color: transparent;
  background: none;
  padding: 0;
  color: #333;
  box-shadow: none;
  text-shadow: none;
  width: 100%;
  border-radius: inherit !important;
  line-height: 1.4;
}
h1.page-title span::before,
h1.page-title span::after, h2.page-title span::before,
h2.page-title span::after, h3.page-title span::before,
h3.page-title span::after, h4.page-title span::before,
h4.page-title span::after, h5.page-title span::before,
h5.page-title span::after, h6.page-title span::before,
h6.page-title span::after {
  display: none;
}
@media screen and (max-width: 480px) {
  h1.page-title, h2.page-title, h3.page-title, h4.page-title, h5.page-title, h6.page-title {
    font-size: var(--page-font-size-sp);
  }
}

h1.page-title.font-size-default {
  font-size: 1.5em;
}

h2.page-title.font-size-default {
  font-size: 1.5em;
}

h3.page-title.font-size-default {
  font-size: 1.2em;
}

h4.page-title.font-size-default {
  font-size: 1.1em;
}

h5.page-title.font-size-default {
  font-size: 1.1em;
}

h6.page-title.font-size-default {
  font-size: 1.1em;
}

.page-title.font-size-default .inner-text1 {
  font-size: 0.7em;
}
.page-title.font-size-default .inner-text2 {
  font-size: 1em;
}
.page-title.txt-align-left {
  text-align: left;
}
.page-title.txt-align-left .inner {
  text-align: left;
}
.page-title.txt-align-center {
  text-align: center;
}
.page-title.txt-align-center .inner {
  text-align: center;
}
.page-title.txt-align-right {
  text-align: right;
}
.page-title.txt-align-right .inner {
  text-align: right;
}
.page-title .inner.c-blue {
  color: #3498db;
}
.page-title .inner.c-black {
  color: #555;
}
.page-title .inner.c-sick {
  color: #235180;
}
.page-title .inner.c-pink {
  color: #ff6a91;
}
.page-title .inner.c-redd {
  color: #f2183c;
}
.page-title .inner.c-green {
  color: #64bf38;
}
.page-title .inner.c-yellow {
  color: #a7a348;
}
.page-title .inner.c-orange {
  color: #ff9800;
}
.page-title .inner.c-skin-default.skin-uraomote-a {
  color: #3498db;
}
.page-title .inner.c-skin-default.skin-uraomote-b {
  color: #555;
}
.page-title .inner.c-skin-default.skin-uraomote-c {
  color: #555;
}
.page-title .inner-text1 {
  font-size: 1em;
  line-height: 1.25;
  margin: 5px 0;
}
@media screen and (max-width: 480px) {
  .page-title .inner-text1 {
    font-size: 0.95em;
  }
}
.page-title .inner-text2 {
  font-size: 1.5em;
  line-height: 1.25;
  margin: 5px 0;
}
.page-title .inner-text2 p {
  margin: 0;
}
@media screen and (max-width: 480px) {
  .page-title .inner-text2 {
    font-size: 1.2em;
    line-height: 1.4em;
  }
}
.page-title.lp-none {
  border: none !important;
}
.page-title.lp-none .title_wrapper {
  color: #333;
}
.page-title.lp-none::before, .page-title.lp-none::after {
  display: none !important;
}
.page-title.campaign-box {
  padding: 6px !important;
  border: none !important;
}
.page-title.campaign-box::before, .page-title.campaign-box::after {
  display: none !important;
}
.page-title.campaign-box:not(.txt-align-left) {
  text-align: center;
}
.page-title.campaign-box .inner {
  background-color: #fff;
  padding: 10px;
  font-weight: bold;
}
.page-title.campaign-box .inner.c-blue {
  color: #3498db;
  background-image: linear-gradient(-45deg, rgba(78, 183, 217, 0.1) 25%, rgba(78, 183, 217, 0) 25%, rgba(78, 183, 217, 0) 50%, rgba(78, 183, 217, 0.1) 50%, rgba(78, 183, 217, 0.1) 75%, rgba(78, 183, 217, 0) 75%);
  background-size: 7px 7px;
}
.page-title.campaign-box .inner.c-black {
  color: #555;
  background-image: linear-gradient(-45deg, rgba(69, 76, 80, 0.1) 25%, rgba(69, 76, 80, 0) 25%, rgba(69, 76, 80, 0) 50%, rgba(69, 76, 80, 0.1) 50%, rgba(69, 76, 80, 0.1) 75%, rgba(69, 76, 80, 0) 75%);
  background-size: 7px 7px;
}
.page-title.campaign-box .inner.c-sick {
  color: #235180;
  background-image: linear-gradient(-45deg, rgba(35, 81, 128, 0.1) 25%, rgba(35, 81, 128, 0) 25%, rgba(35, 81, 128, 0) 50%, rgba(35, 81, 128, 0.1) 50%, rgba(35, 81, 128, 0.1) 75%, rgba(35, 81, 128, 0) 75%);
  background-size: 7px 7px;
}
.page-title.campaign-box .inner.c-pink {
  color: #ff6a91;
  background-image: linear-gradient(-45deg, rgba(249, 146, 146, 0.1) 25%, rgba(249, 146, 146, 0) 25%, rgba(249, 146, 146, 0) 50%, rgba(249, 146, 146, 0.1) 50%, rgba(249, 146, 146, 0.1) 75%, rgba(249, 146, 146, 0) 75%);
  background-size: 7px 7px;
}
.page-title.campaign-box .inner.c-redd {
  color: #f2183c;
  background-image: linear-gradient(-45deg, rgba(239, 69, 74, 0.1) 25%, rgba(239, 69, 74, 0) 25%, rgba(239, 69, 74, 0) 50%, rgba(239, 69, 74, 0.1) 50%, rgba(239, 69, 74, 0.1) 75%, rgba(239, 69, 74, 0) 75%);
  background-size: 7px 7px;
}
.page-title.campaign-box .inner.c-green {
  color: #64bf38;
  background-image: linear-gradient(-45deg, rgba(58, 188, 152, 0.1) 25%, rgba(58, 188, 152, 0) 25%, rgba(58, 188, 152, 0) 50%, rgba(58, 188, 152, 0.1) 50%, rgba(58, 188, 152, 0.1) 75%, rgba(58, 188, 152, 0) 75%);
  background-size: 7px 7px;
}
.page-title.campaign-box .inner.c-yellow {
  color: #a7a348;
  background-image: linear-gradient(-45deg, rgba(255, 203, 79, 0.1) 25%, rgba(255, 203, 79, 0) 25%, rgba(255, 203, 79, 0) 50%, rgba(255, 203, 79, 0.1) 50%, rgba(255, 203, 79, 0.1) 75%, rgba(255, 203, 79, 0) 75%);
  background-size: 7px 7px;
}
.page-title.campaign-box .inner.c-orange {
  color: #ff9800;
  background-image: linear-gradient(-45deg, rgba(246, 160, 104, 0.1) 25%, rgba(246, 160, 104, 0) 25%, rgba(246, 160, 104, 0) 50%, rgba(246, 160, 104, 0.1) 50%, rgba(246, 160, 104, 0.1) 75%, rgba(246, 160, 104, 0) 75%);
  background-size: 7px 7px;
}
.page-title.campaign-box .inner.c-skin-default.skin-uraomote-a {
  color: #3498db;
  background-image: linear-gradient(-45deg, rgba(78, 183, 217, 0.1) 25%, rgba(78, 183, 217, 0) 25%, rgba(78, 183, 217, 0) 50%, rgba(78, 183, 217, 0.1) 50%, rgba(78, 183, 217, 0.1) 75%, rgba(78, 183, 217, 0) 75%);
  background-size: 7px 7px;
}
.page-title.campaign-box .inner.c-skin-default.skin-uraomote-b {
  color: #555;
  background-image: linear-gradient(-45deg, rgba(45, 45, 45, 0.1) 25%, rgba(45, 45, 45, 0) 25%, rgba(45, 45, 45, 0) 50%, rgba(45, 45, 45, 0.1) 50%, rgba(45, 45, 45, 0.1) 75%, rgba(45, 45, 45, 0) 75%);
  background-size: 7px 7px;
}
.page-title.campaign-box .inner.c-skin-default.skin-uraomote-c {
  color: #555;
  background-image: linear-gradient(-45deg, rgba(45, 45, 45, 0.1) 25%, rgba(45, 45, 45, 0) 25%, rgba(45, 45, 45, 0) 50%, rgba(45, 45, 45, 0.1) 50%, rgba(45, 45, 45, 0.1) 75%, rgba(45, 45, 45, 0) 75%);
  background-size: 7px 7px;
}
.page-title.campaign-box.c-blue {
  background-image: linear-gradient(-45deg, #3498db 25%, rgba(52, 152, 219, 0.1) 25%, rgba(52, 152, 219, 0.1) 50%, #3498db 50%, #3498db 75%, rgba(52, 152, 219, 0.1) 75%);
  background-size: 10px 10px;
}
.page-title.campaign-box.c-black {
  background-image: linear-gradient(-45deg, #555555 25%, rgba(85, 85, 85, 0.1) 25%, rgba(85, 85, 85, 0.1) 50%, #555555 50%, #555555 75%, rgba(85, 85, 85, 0.1) 75%);
  background-size: 10px 10px;
}
.page-title.campaign-box.c-sick {
  background-image: linear-gradient(-45deg, #235180 25%, rgba(35, 81, 128, 0.1) 25%, rgba(35, 81, 128, 0.1) 50%, #235180 50%, #235180 75%, rgba(35, 81, 128, 0.1) 75%);
  background-size: 10px 10px;
}
.page-title.campaign-box.c-pink {
  background-image: linear-gradient(-45deg, #ff6a91 25%, rgba(255, 106, 145, 0.1) 25%, rgba(255, 106, 145, 0.1) 50%, #ff6a91 50%, #ff6a91 75%, rgba(255, 106, 145, 0.1) 75%);
  background-size: 10px 10px;
}
.page-title.campaign-box.c-redd {
  background-image: linear-gradient(-45deg, #f2183c 25%, rgba(242, 24, 60, 0.1) 25%, rgba(242, 24, 60, 0.1) 50%, #f2183c 50%, #f2183c 75%, rgba(242, 24, 60, 0.1) 75%);
  background-size: 10px 10px;
}
.page-title.campaign-box.c-green {
  background-image: linear-gradient(-45deg, #64bf38 25%, rgba(100, 191, 56, 0.1) 25%, rgba(100, 191, 56, 0.1) 50%, #64bf38 50%, #64bf38 75%, rgba(100, 191, 56, 0.1) 75%);
  background-size: 10px 10px;
}
.page-title.campaign-box.c-yellow {
  background-image: linear-gradient(-45deg, #a7a348 25%, rgba(167, 163, 72, 0.1) 25%, rgba(167, 163, 72, 0.1) 50%, #a7a348 50%, #a7a348 75%, rgba(167, 163, 72, 0.1) 75%);
  background-size: 10px 10px;
}
.page-title.campaign-box.c-orange {
  background-image: linear-gradient(-45deg, #ff9800 25%, rgba(255, 152, 0, 0.1) 25%, rgba(255, 152, 0, 0.1) 50%, #ff9800 50%, #ff9800 75%, rgba(255, 152, 0, 0.1) 75%);
  background-size: 10px 10px;
}
.page-title.campaign-box.c-skin-default.skin-uraomote-a {
  background-image: linear-gradient(-45deg, #3498db 25%, rgba(52, 152, 219, 0.1) 25%, rgba(52, 152, 219, 0.1) 50%, #3498db 50%, #3498db 75%, rgba(52, 152, 219, 0.1) 75%);
  background-size: 10px 10px;
}
.page-title.campaign-box.c-skin-default.skin-uraomote-b {
  background-image: linear-gradient(-45deg, #555555 25%, rgba(85, 85, 85, 0.1) 25%, rgba(85, 85, 85, 0.1) 50%, #555555 50%, #555555 75%, rgba(85, 85, 85, 0.1) 75%);
  background-size: 10px 10px;
}
.page-title.campaign-box.c-skin-default.skin-uraomote-c {
  background-image: linear-gradient(-45deg, #555555 25%, rgba(85, 85, 85, 0.1) 25%, rgba(85, 85, 85, 0.1) 50%, #555555 50%, #555555 75%, rgba(85, 85, 85, 0.1) 75%);
  background-size: 10px 10px;
}
.page-title.lp-underline {
  border: none !important;
  padding: 0 !important;
}
.page-title.lp-underline .title_wrapper {
  color: #333;
}
.page-title.lp-underline .inner-text2 {
  padding-bottom: 10px;
}
.page-title.lp-underline::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 5px !important;
  border-bottom: 0 !important;
  top: auto !important;
  border: none !important;
}
.page-title.lp-underline::before {
  display: none !important;
}
.page-title.lp-underline.c-blue::after {
  background-image: linear-gradient(-45deg, #3498db 25%, rgba(52, 152, 219, 0.2) 25%, rgba(52, 152, 219, 0.2) 50%, #3498db 50%, #3498db 75%, rgba(52, 152, 219, 0.2) 75%);
  background-size: 10px 10px;
}
.page-title.lp-underline.c-black::after {
  background-image: linear-gradient(-45deg, #555555 25%, rgba(85, 85, 85, 0.2) 25%, rgba(85, 85, 85, 0.2) 50%, #555555 50%, #555555 75%, rgba(85, 85, 85, 0.2) 75%);
  background-size: 10px 10px;
}
.page-title.lp-underline.c-sick::after {
  background-image: linear-gradient(-45deg, #235180 25%, rgba(35, 81, 128, 0.2) 25%, rgba(35, 81, 128, 0.2) 50%, #235180 50%, #235180 75%, rgba(35, 81, 128, 0.2) 75%);
  background-size: 10px 10px;
}
.page-title.lp-underline.c-pink::after {
  background-image: linear-gradient(-45deg, #ff6a91 25%, rgba(255, 106, 145, 0.2) 25%, rgba(255, 106, 145, 0.2) 50%, #ff6a91 50%, #ff6a91 75%, rgba(255, 106, 145, 0.2) 75%);
  background-size: 10px 10px;
}
.page-title.lp-underline.c-redd::after {
  background-image: linear-gradient(-45deg, #f2183c 25%, rgba(242, 24, 60, 0.2) 25%, rgba(242, 24, 60, 0.2) 50%, #f2183c 50%, #f2183c 75%, rgba(242, 24, 60, 0.2) 75%);
  background-size: 10px 10px;
}
.page-title.lp-underline.c-green::after {
  background-image: linear-gradient(-45deg, #64bf38 25%, rgba(100, 191, 56, 0.2) 25%, rgba(100, 191, 56, 0.2) 50%, #64bf38 50%, #64bf38 75%, rgba(100, 191, 56, 0.2) 75%);
  background-size: 10px 10px;
}
.page-title.lp-underline.c-yellow::after {
  background-image: linear-gradient(-45deg, #a7a348 25%, rgba(167, 163, 72, 0.2) 25%, rgba(167, 163, 72, 0.2) 50%, #a7a348 50%, #a7a348 75%, rgba(167, 163, 72, 0.2) 75%);
  background-size: 10px 10px;
}
.page-title.lp-underline.c-orange::after {
  background-image: linear-gradient(-45deg, #ff9800 25%, rgba(255, 152, 0, 0.2) 25%, rgba(255, 152, 0, 0.2) 50%, #ff9800 50%, #ff9800 75%, rgba(255, 152, 0, 0.2) 75%);
  background-size: 10px 10px;
}
.page-title.lp-underline.c-skin-default.skin-uraomote-a::after {
  background-image: linear-gradient(-45deg, #3498db 25%, rgba(52, 152, 219, 0.2) 25%, rgba(52, 152, 219, 0.2) 50%, #3498db 50%, #3498db 75%, rgba(52, 152, 219, 0.2) 75%);
  background-size: 10px 10px;
}
.page-title.lp-underline.c-skin-default.skin-uraomote-b::after {
  background-image: linear-gradient(-45deg, #555555 25%, rgba(85, 85, 85, 0.2) 25%, rgba(85, 85, 85, 0.2) 50%, #555555 50%, #555555 75%, rgba(85, 85, 85, 0.2) 75%);
  background-size: 10px 10px;
}
.page-title.lp-underline.c-skin-default.skin-uraomote-c::after {
  background-image: linear-gradient(-45deg, #555555 25%, rgba(85, 85, 85, 0.2) 25%, rgba(85, 85, 85, 0.2) 50%, #555555 50%, #555555 75%, rgba(85, 85, 85, 0.2) 75%);
  background-size: 10px 10px;
}
.page-title.lp-stripe {
  padding: 10px !important;
  border-left: none !important;
  border-right: none !important;
}
.page-title.lp-stripe h3.page-title.lp-stripe {
  border-left: none !important;
}
.page-title.lp-stripe::before, .page-title.lp-stripe::after {
  display: none !important;
}
.page-title.lp-stripe.c-blue {
  color: #3498db !important;
  border-top: solid 2px #3498db !important;
  border-bottom: solid 2px #3498db !important;
  background-image: linear-gradient(-45deg, rgba(78, 183, 217, 0.1) 25%, rgba(78, 183, 217, 0) 25%, rgba(78, 183, 217, 0) 50%, rgba(78, 183, 217, 0.1) 50%, rgba(78, 183, 217, 0.1) 75%, rgba(78, 183, 217, 0) 75%);
  background-size: 7px 7px;
}
.page-title.lp-stripe.c-black {
  color: #555 !important;
  border-top: solid 2px #555 !important;
  border-bottom: solid 2px #555 !important;
  background-image: linear-gradient(-45deg, rgba(69, 76, 80, 0.1) 25%, rgba(69, 76, 80, 0) 25%, rgba(69, 76, 80, 0) 50%, rgba(69, 76, 80, 0.1) 50%, rgba(69, 76, 80, 0.1) 75%, rgba(69, 76, 80, 0) 75%);
  background-size: 7px 7px;
}
.page-title.lp-stripe.c-sick {
  color: #235180 !important;
  border-top: solid 2px #235180 !important;
  border-bottom: solid 2px #235180 !important;
  background-image: linear-gradient(-45deg, rgba(35, 81, 128, 0.1) 25%, rgba(35, 81, 128, 0) 25%, rgba(35, 81, 128, 0) 50%, rgba(35, 81, 128, 0.1) 50%, rgba(35, 81, 128, 0.1) 75%, rgba(35, 81, 128, 0) 75%);
  background-size: 7px 7px;
}
.page-title.lp-stripe.c-pink {
  color: #ff6a91 !important;
  border-top: solid 2px #ff6a91 !important;
  border-bottom: solid 2px #ff6a91 !important;
  background-image: linear-gradient(-45deg, rgba(249, 146, 146, 0.1) 25%, rgba(249, 146, 146, 0) 25%, rgba(249, 146, 146, 0) 50%, rgba(249, 146, 146, 0.1) 50%, rgba(249, 146, 146, 0.1) 75%, rgba(249, 146, 146, 0) 75%);
  background-size: 7px 7px;
}
.page-title.lp-stripe.c-redd {
  color: #f2183c !important;
  border-top: solid 2px #f2183c !important;
  border-bottom: solid 2px #f2183c !important;
  background-image: linear-gradient(-45deg, rgba(239, 69, 74, 0.1) 25%, rgba(239, 69, 74, 0) 25%, rgba(239, 69, 74, 0) 50%, rgba(239, 69, 74, 0.1) 50%, rgba(239, 69, 74, 0.1) 75%, rgba(239, 69, 74, 0) 75%);
  background-size: 7px 7px;
}
.page-title.lp-stripe.c-green {
  color: #64bf38 !important;
  border-top: solid 2px #64bf38 !important;
  border-bottom: solid 2px #64bf38 !important;
  background-image: linear-gradient(-45deg, rgba(58, 188, 152, 0.1) 25%, rgba(58, 188, 152, 0) 25%, rgba(58, 188, 152, 0) 50%, rgba(58, 188, 152, 0.1) 50%, rgba(58, 188, 152, 0.1) 75%, rgba(58, 188, 152, 0) 75%);
  background-size: 7px 7px;
}
.page-title.lp-stripe.c-yellow {
  color: #a7a348 !important;
  border-top: solid 2px #a7a348 !important;
  border-bottom: solid 2px #a7a348 !important;
  background-image: linear-gradient(-45deg, rgba(255, 203, 79, 0.1) 25%, rgba(255, 203, 79, 0) 25%, rgba(255, 203, 79, 0) 50%, rgba(255, 203, 79, 0.1) 50%, rgba(255, 203, 79, 0.1) 75%, rgba(255, 203, 79, 0) 75%);
  background-size: 7px 7px;
}
.page-title.lp-stripe.c-orange {
  color: #ff9800 !important;
  border-top: solid 2px #ff9800 !important;
  border-bottom: solid 2px #ff9800 !important;
  background-image: linear-gradient(-45deg, rgba(246, 160, 104, 0.1) 25%, rgba(246, 160, 104, 0) 25%, rgba(246, 160, 104, 0) 50%, rgba(246, 160, 104, 0.1) 50%, rgba(246, 160, 104, 0.1) 75%, rgba(246, 160, 104, 0) 75%);
  background-size: 7px 7px;
}
.page-title.lp-stripe.c-skin-default.skin-uraomote-a {
  color: #3498db !important;
  border-top: solid 2px #3498db !important;
  border-bottom: solid 2px #3498db !important;
  background-image: linear-gradient(-45deg, rgba(78, 183, 217, 0.1) 25%, rgba(78, 183, 217, 0) 25%, rgba(78, 183, 217, 0) 50%, rgba(78, 183, 217, 0.1) 50%, rgba(78, 183, 217, 0.1) 75%, rgba(78, 183, 217, 0) 75%);
  background-size: 7px 7px;
}
.page-title.lp-stripe.c-skin-default.skin-uraomote-b {
  color: #555 !important;
  border-top: solid 2px #555 !important;
  border-bottom: solid 2px #555 !important;
  background-image: linear-gradient(-45deg, rgba(45, 45, 45, 0.1) 25%, rgba(45, 45, 45, 0) 25%, rgba(45, 45, 45, 0) 50%, rgba(45, 45, 45, 0.1) 50%, rgba(45, 45, 45, 0.1) 75%, rgba(45, 45, 45, 0) 75%);
  background-size: 7px 7px;
}
.page-title.lp-stripe.c-skin-default.skin-uraomote-c {
  color: #555 !important;
  border-top: solid 2px #555 !important;
  border-bottom: solid 2px #555 !important;
  background-image: linear-gradient(-45deg, rgba(45, 45, 45, 0.1) 25%, rgba(45, 45, 45, 0) 25%, rgba(45, 45, 45, 0) 50%, rgba(45, 45, 45, 0.1) 50%, rgba(45, 45, 45, 0.1) 75%, rgba(45, 45, 45, 0) 75%);
  background-size: 7px 7px;
}
.page-title.lp-ranking {
  display: flex;
  align-items: flex-end;
  border: none !important;
}
.page-title.lp-ranking.txt-align-center, .page-title.lp-ranking.txt-align-right {
  display: block;
}
.page-title.lp-ranking.txt-align-center .rank_icon {
  margin: 0 auto;
}
.page-title.lp-ranking.txt-align-right .rank_icon {
  margin: 0 0 0 auto;
}
.page-title.lp-ranking .rank_icon {
  margin-right: 10px;
  width: 60px;
}
@media screen and (max-width: 480px) {
  .page-title.lp-ranking .rank_icon {
    width: 40px;
    margin-right: 5px;
  }
}
.page-title.lp-ranking .title_wrapper {
  flex: 1;
  color: #333;
}
.page-title.lp-ranking::before, .page-title.lp-ranking::after {
  display: none !important;
}
.page-title.lp-ranking.block {
  display: block;
}
.page-title.lp-ranking.align-flex-start {
  align-items: flex-start;
}
.page-title.lp-ranking.align-flex-end {
  align-items: flex-end;
}
.page-title.lp-ranking span {
  display: contents;
}
.sticky-title .page-title.lp-ranking {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.9490196078);
  transition: 0.3s;
}

.is-style-hd-under-line-add-bg span::before,
.is-style-hd-under-line-add-bg span::after,
.lp-underline-center span::before,
.lp-underline-center span::after,
.is-style-hd-under-small-line span::before,
.is-style-hd-under-small-line span::after,
.ranking:not(.v4_flex_blocks) span::before,
.ranking:not(.v4_flex_blocks) span::after,
.lp-bothline span::before,
.lp-bothline span::after,
.is-style-hd-both-line span::before,
.is-style-hd-both-line span::after,
.is-style-hd-hukidashi span::before,
.is-style-hd-hukidashi span::after {
  display: none;
}

/* アンダーライン付き
---------------------------------------- */
.lp-underline-center,
.is-style-hd-under-small-line {
  border: none !important;
  text-align: center;
  font-weight: bold;
  position: relative;
  padding-bottom: 5px !important;
  background: transparent !important;
}
.lp-underline-center::before,
.is-style-hd-under-small-line::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: -5px !important;
  margin: 0 auto !important;
  border-radius: 5px !important;
  background-image: none !important;
  height: auto !important;
  top: inherit !important;
  border-top: 0 !important;
  box-shadow: none !important;
  width: 35px !important;
  border-bottom: 5px solid !important;
}
.lp-underline-center::after,
.is-style-hd-under-small-line::after {
  display: none !important;
}
.lp-underline-center .title_wrapper,
.is-style-hd-under-small-line .title_wrapper {
  color: #333;
}
.lp-underline-center .inner-text2,
.is-style-hd-under-small-line .inner-text2 {
  font-size: 1.5em;
}

h4.lp-underline-center::before,
h5.lp-underline-center::before,
h6.lp-underline-center::before,
h4.is-style-hd-under-small-line::before,
h5.is-style-hd-under-small-line::before,
h6.is-style-hd-under-small-line::before {
  width: 25px !important;
  border-bottom: 4px solid !important;
  border: none;
}

.is-style-hd-under-small-line.has-key-color-background-color::before {
  color: var(--c11) !important;
}

.is-style-hd-under-small-line.has-red-background-color::before {
  color: var(--c12) !important;
}

.is-style-hd-under-small-line.has-syuiro-background-color::before {
  color: var(--c13) !important;
}

.is-style-hd-under-small-line.has-usuaka-background-color::before {
  color: var(--c14) !important;
}

.is-style-hd-under-small-line.has-pink-background-color::before {
  color: var(--c15) !important;
}

.is-style-hd-under-small-line.has-light-pink-background-color::before {
  color: var(--c16) !important;
}

.is-style-hd-under-small-line.has-indigo-background-color::before {
  color: var(--c21) !important;
}

.is-style-hd-under-small-line.has-blue-background-color::before {
  color: var(--c22) !important;
}

.is-style-hd-under-small-line.has-light-blue-background-color::before {
  color: var(--c23) !important;
}

.is-style-hd-under-small-line.has-sky-blue-background-color::before {
  color: var(--c24) !important;
}

.is-style-hd-under-small-line.has-cyan-background-color::before {
  color: var(--c25) !important;
}

.is-style-hd-under-small-line.has-teal-background-color::before {
  color: var(--c26) !important;
}

.is-style-hd-under-small-line.has-green-background-color::before {
  color: var(--c31) !important;
}

.is-style-hd-under-small-line.has-light-green-background-color::before {
  color: var(--c32) !important;
}

.is-style-hd-under-small-line.has-lime-background-color::before {
  color: var(--c33) !important;
}

.is-style-hd-under-small-line.has-yellow-background-color::before {
  color: var(--c34) !important;
}

.is-style-hd-under-small-line.has-amber-background-color::before {
  color: var(--c35) !important;
}

.is-style-hd-under-small-line.has-light-orange-background-color::before {
  color: var(--c36) !important;
}

.is-style-hd-under-small-line.has-orange-background-color::before {
  color: var(--c41) !important;
}

.is-style-hd-under-small-line.has-deep-orange-background-color::before {
  color: var(--c42) !important;
}

.is-style-hd-under-small-line.has-purple-background-color::before {
  color: var(--c43) !important;
}

.is-style-hd-under-small-line.has-deep-background-color::before {
  color: var(--c44) !important;
}

.is-style-hd-under-small-line.has-brown-background-color::before {
  color: var(--c45) !important;
}

.is-style-hd-under-small-line.has-black-background-color::before {
  color: var(--c46) !important;
}

.is-style-hd-under-small-line.has-grey-background-color::before {
  color: var(--c51) !important;
}

.is-style-hd-under-small-line.has-shironezu-background-color::before {
  color: var(--c52) !important;
}

.is-style-hd-under-small-line.has-light-grey-background-color::before {
  color: var(--c53) !important;
}

.is-style-hd-under-small-line.has-white-violet-background-color::before {
  color: var(--c54) !important;
}

.is-style-hd-under-small-line.has-luna-white-background-color::before {
  color: var(--c55) !important;
}

.is-style-hd-under-small-line.has-watery-blue-background-color::before {
  color: var(--c56) !important;
}

.is-style-hd-under-small-line.has-watery-green-background-color::before {
  color: var(--c61) !important;
}

.is-style-hd-under-small-line.has-indigo-white-background-color::before {
  color: var(--c62) !important;
}

.is-style-hd-under-small-line.has-watery-red-background-color::before {
  color: var(--c63) !important;
}

.is-style-hd-under-small-line.has-watery-yellow-background-color::before {
  color: var(--c64) !important;
}

.is-style-hd-under-small-line.has-ebur-background-color::before {
  color: var(--c65) !important;
}

.is-style-hd-under-small-line.has-kinari-background-color::before {
  color: var(--c66) !important;
}

.is-style-hd-under-small-line.has-white-porcelain-background-color::before {
  color: var(--c71) !important;
}

.is-style-hd-under-small-line.has-white-background-color::before {
  color: var(--c72) !important;
}

.is-style-hd-under-small-line.has-ex-a-background-color::before {
  color: var(--c73) !important;
}

.is-style-hd-under-small-line.has-ex-b-background-color::before {
  color: var(--c74) !important;
}

.is-style-hd-under-small-line.has-ex-c-background-color::before {
  color: var(--c75) !important;
}

.is-style-hd-under-small-line.has-ex-d-background-color::before {
  color: var(--c76) !important;
}

.is-style-hd-under-small-line.has-ex-e-background-color::before {
  color: var(--c81) !important;
}

.is-style-hd-under-small-line.has-ex-f-background-color::before {
  color: var(--c82) !important;
}

/* 背景色+下線
-----------------------------*/
.is-style-hd-under-line-add-bg {
  border: none !important;
}
.is-style-hd-under-line-add-bg.has-background {
  border-bottom: 2px solid !important;
  border-radius: 0px;
}
.is-style-hd-under-line-add-bg::before, .is-style-hd-under-line-add-bg::after {
  display: none !important;
}

/* カウンター
-----------------------------*/
h2.is-style-hd-number::before {
  counter-increment: number;
  content: counter(number) ". ";
}

/* 両端に線を伸ばす
-----------------------------*/
.lp-bothline,
.is-style-hd-both-line {
  color: #444;
  display: flex;
  align-items: center;
  border: none !important;
}
.lp-bothline::before, .lp-bothline::after,
.is-style-hd-both-line::before,
.is-style-hd-both-line::after {
  content: "" !important;
  flex-grow: 1 !important;
  height: 1px !important;
  display: block !important;
  left: auto !important;
  top: auto !important;
  position: relative !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  bottom: auto !important;
  width: auto !important;
  transform: none !important;
  box-shadow: none !important;
}
.lp-bothline:not(.has-background)::before, .lp-bothline:not(.has-background)::after,
.is-style-hd-both-line:not(.has-background)::before,
.is-style-hd-both-line:not(.has-background)::after {
  background: #444 !important;
}
.lp-bothline::before,
.is-style-hd-both-line::before {
  margin-right: 1em !important;
}
.lp-bothline::after,
.is-style-hd-both-line::after {
  margin-left: 1em !important;
}
.lp-bothline .title_wrapper,
.is-style-hd-both-line .title_wrapper {
  color: #333;
}

.is-style-hd-both-line {
  padding: 0 !important;
  background: transparent !important;
}
.is-style-hd-both-line.has-key-color-background-color::before, .is-style-hd-both-line.has-key-color-background-color::after {
  background: var(--c11);
}
.is-style-hd-both-line.has-red-background-color::before, .is-style-hd-both-line.has-red-background-color::after {
  background: var(--c12);
}
.is-style-hd-both-line.has-syuiro-background-color::before, .is-style-hd-both-line.has-syuiro-background-color::after {
  background: var(--c13);
}
.is-style-hd-both-line.has-usuaka-background-color::before, .is-style-hd-both-line.has-usuaka-background-color::after {
  background: var(--c14);
}
.is-style-hd-both-line.has-pink-background-color::before, .is-style-hd-both-line.has-pink-background-color::after {
  background: var(--c15);
}
.is-style-hd-both-line.has-light-pink-background-color::before, .is-style-hd-both-line.has-light-pink-background-color::after {
  background: var(--c16);
}
.is-style-hd-both-line.has-indigo-background-color::before, .is-style-hd-both-line.has-indigo-background-color::after {
  background: var(--c21);
}
.is-style-hd-both-line.has-blue-background-color::before, .is-style-hd-both-line.has-blue-background-color::after {
  background: var(--c22);
}
.is-style-hd-both-line.has-light-blue-background-color::before, .is-style-hd-both-line.has-light-blue-background-color::after {
  background: var(--c23);
}
.is-style-hd-both-line.has-sky-blue-background-color::before, .is-style-hd-both-line.has-sky-blue-background-color::after {
  background: var(--c24);
}
.is-style-hd-both-line.has-cyan-background-color::before, .is-style-hd-both-line.has-cyan-background-color::after {
  background: var(--c25);
}
.is-style-hd-both-line.has-teal-background-color::before, .is-style-hd-both-line.has-teal-background-color::after {
  background: var(--c26);
}
.is-style-hd-both-line.has-green-background-color::before, .is-style-hd-both-line.has-green-background-color::after {
  background: var(--c31);
}
.is-style-hd-both-line.has-light-green-background-color::before, .is-style-hd-both-line.has-light-green-background-color::after {
  background: var(--c32);
}
.is-style-hd-both-line.has-lime-background-color::before, .is-style-hd-both-line.has-lime-background-color::after {
  background: var(--c33);
}
.is-style-hd-both-line.has-yellow-background-color::before, .is-style-hd-both-line.has-yellow-background-color::after {
  background: var(--c34);
}
.is-style-hd-both-line.has-amber-background-color::before, .is-style-hd-both-line.has-amber-background-color::after {
  background: var(--c35);
}
.is-style-hd-both-line.has-light-orange-background-color::before, .is-style-hd-both-line.has-light-orange-background-color::after {
  background: var(--c36);
}
.is-style-hd-both-line.has-orange-background-color::before, .is-style-hd-both-line.has-orange-background-color::after {
  background: var(--c41);
}
.is-style-hd-both-line.has-deep-orange-background-color::before, .is-style-hd-both-line.has-deep-orange-background-color::after {
  background: var(--c42);
}
.is-style-hd-both-line.has-purple-background-color::before, .is-style-hd-both-line.has-purple-background-color::after {
  background: var(--c43);
}
.is-style-hd-both-line.has-deep-background-color::before, .is-style-hd-both-line.has-deep-background-color::after {
  background: var(--c44);
}
.is-style-hd-both-line.has-brown-background-color::before, .is-style-hd-both-line.has-brown-background-color::after {
  background: var(--c45);
}
.is-style-hd-both-line.has-black-background-color::before, .is-style-hd-both-line.has-black-background-color::after {
  background: var(--c46);
}
.is-style-hd-both-line.has-grey-background-color::before, .is-style-hd-both-line.has-grey-background-color::after {
  background: var(--c51);
}
.is-style-hd-both-line.has-shironezu-background-color::before, .is-style-hd-both-line.has-shironezu-background-color::after {
  background: var(--c52);
}
.is-style-hd-both-line.has-light-grey-background-color::before, .is-style-hd-both-line.has-light-grey-background-color::after {
  background: var(--c53);
}
.is-style-hd-both-line.has-white-violet-background-color::before, .is-style-hd-both-line.has-white-violet-background-color::after {
  background: var(--c54);
}
.is-style-hd-both-line.has-luna-white-background-color::before, .is-style-hd-both-line.has-luna-white-background-color::after {
  background: var(--c55);
}
.is-style-hd-both-line.has-watery-blue-background-color::before, .is-style-hd-both-line.has-watery-blue-background-color::after {
  background: var(--c56);
}
.is-style-hd-both-line.has-watery-green-background-color::before, .is-style-hd-both-line.has-watery-green-background-color::after {
  background: var(--c61);
}
.is-style-hd-both-line.has-indigo-white-background-color::before, .is-style-hd-both-line.has-indigo-white-background-color::after {
  background: var(--c62);
}
.is-style-hd-both-line.has-watery-red-background-color::before, .is-style-hd-both-line.has-watery-red-background-color::after {
  background: var(--c63);
}
.is-style-hd-both-line.has-watery-yellow-background-color::before, .is-style-hd-both-line.has-watery-yellow-background-color::after {
  background: var(--c64);
}
.is-style-hd-both-line.has-ebur-background-color::before, .is-style-hd-both-line.has-ebur-background-color::after {
  background: var(--c65);
}
.is-style-hd-both-line.has-kinari-background-color::before, .is-style-hd-both-line.has-kinari-background-color::after {
  background: var(--c66);
}
.is-style-hd-both-line.has-white-porcelain-background-color::before, .is-style-hd-both-line.has-white-porcelain-background-color::after {
  background: var(--c71);
}
.is-style-hd-both-line.has-white-background-color::before, .is-style-hd-both-line.has-white-background-color::after {
  background: var(--c72);
}
.is-style-hd-both-line.has-ex-a-background-color::before, .is-style-hd-both-line.has-ex-a-background-color::after {
  background: var(--c73);
}
.is-style-hd-both-line.has-ex-b-background-color::before, .is-style-hd-both-line.has-ex-b-background-color::after {
  background: var(--c74);
}
.is-style-hd-both-line.has-ex-c-background-color::before, .is-style-hd-both-line.has-ex-c-background-color::after {
  background: var(--c75);
}
.is-style-hd-both-line.has-ex-d-background-color::before, .is-style-hd-both-line.has-ex-d-background-color::after {
  background: var(--c76);
}
.is-style-hd-both-line.has-ex-e-background-color::before, .is-style-hd-both-line.has-ex-e-background-color::after {
  background: var(--c81);
}
.is-style-hd-both-line.has-ex-f-background-color::before, .is-style-hd-both-line.has-ex-f-background-color::after {
  background: var(--c82);
}

/* 吹き出し
---------------------------------------- */
.lp-hukidashi,
.is-style-hd-hukidashi {
  position: relative;
  display: block;
  padding: 10px !important;
  font-weight: bold;
  box-sizing: border-box;
  border-radius: 3px !important;
}
.lp-hukidashi::before,
.is-style-hd-hukidashi::before {
  content: "" !important;
  position: absolute !important;
  bottom: -21px !important;
  margin-left: -15px !important;
  z-index: 2 !important;
  top: inherit !important;
  background-image: none !important;
  width: auto !important;
  border-radius: 0 !important;
  height: auto !important;
  background: transparent !important;
  transform: none !important;
  box-shadow: none !important;
  border: 10px solid transparent !important;
}
.lp-hukidashi::after,
.is-style-hd-hukidashi::after {
  content: "" !important;
  position: absolute !important;
  bottom: -27px !important;
  margin-left: -17px !important;
  z-index: 1 !important;
  width: auto !important;
  height: auto !important;
  top: auto !important;
  right: auto !important;
  border: 12px solid transparent !important;
  transform: none !important;
  background-color: transparent !important;
}
.lp-hukidashi .title_wrapper,
.is-style-hd-hukidashi .title_wrapper {
  color: #333;
}

.is-style-hd-hukidashi.has-background::before {
  border-top: 12px solid !important;
}
.is-style-hd-hukidashi.normal.has-background {
  border: none !important;
}
.is-style-hd-hukidashi.bottom-line:not(.has-background) {
  border-bottom: solid 2px #333 !important;
  border-radius: 0 !important;
  border-left: none !important;
  border-top: none !important;
}
.is-style-hd-hukidashi.bottom-line.has-background {
  border-bottom: solid 2px !important;
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
  border-radius: 0 !important;
}
.is-style-hd-hukidashi.normal.has-background::before, .is-style-hd-hukidashi.bottom-line.has-background::after {
  border-top: 14px solid !important;
}
.is-style-hd-hukidashi.has-key-color-background-color::before {
  color: var(--c11) !important;
}
.is-style-hd-hukidashi.has-red-background-color::before {
  color: var(--c12) !important;
}
.is-style-hd-hukidashi.has-syuiro-background-color::before {
  color: var(--c13) !important;
}
.is-style-hd-hukidashi.has-usuaka-background-color::before {
  color: var(--c14) !important;
}
.is-style-hd-hukidashi.has-pink-background-color::before {
  color: var(--c15) !important;
}
.is-style-hd-hukidashi.has-light-pink-background-color::before {
  color: var(--c16) !important;
}
.is-style-hd-hukidashi.has-indigo-background-color::before {
  color: var(--c21) !important;
}
.is-style-hd-hukidashi.has-blue-background-color::before {
  color: var(--c22) !important;
}
.is-style-hd-hukidashi.has-light-blue-background-color::before {
  color: var(--c23) !important;
}
.is-style-hd-hukidashi.has-sky-blue-background-color::before {
  color: var(--c24) !important;
}
.is-style-hd-hukidashi.has-cyan-background-color::before {
  color: var(--c25) !important;
}
.is-style-hd-hukidashi.has-teal-background-color::before {
  color: var(--c26) !important;
}
.is-style-hd-hukidashi.has-green-background-color::before {
  color: var(--c31) !important;
}
.is-style-hd-hukidashi.has-light-green-background-color::before {
  color: var(--c32) !important;
}
.is-style-hd-hukidashi.has-lime-background-color::before {
  color: var(--c33) !important;
}
.is-style-hd-hukidashi.has-yellow-background-color::before {
  color: var(--c34) !important;
}
.is-style-hd-hukidashi.has-amber-background-color::before {
  color: var(--c35) !important;
}
.is-style-hd-hukidashi.has-light-orange-background-color::before {
  color: var(--c36) !important;
}
.is-style-hd-hukidashi.has-orange-background-color::before {
  color: var(--c41) !important;
}
.is-style-hd-hukidashi.has-deep-orange-background-color::before {
  color: var(--c42) !important;
}
.is-style-hd-hukidashi.has-purple-background-color::before {
  color: var(--c43) !important;
}
.is-style-hd-hukidashi.has-deep-background-color::before {
  color: var(--c44) !important;
}
.is-style-hd-hukidashi.has-brown-background-color::before {
  color: var(--c45) !important;
}
.is-style-hd-hukidashi.has-black-background-color::before {
  color: var(--c46) !important;
}
.is-style-hd-hukidashi.has-grey-background-color::before {
  color: var(--c51) !important;
}
.is-style-hd-hukidashi.has-shironezu-background-color::before {
  color: var(--c52) !important;
}
.is-style-hd-hukidashi.has-light-grey-background-color::before {
  color: var(--c53) !important;
}
.is-style-hd-hukidashi.has-white-violet-background-color::before {
  color: var(--c54) !important;
}
.is-style-hd-hukidashi.has-luna-white-background-color::before {
  color: var(--c55) !important;
}
.is-style-hd-hukidashi.has-watery-blue-background-color::before {
  color: var(--c56) !important;
}
.is-style-hd-hukidashi.has-watery-green-background-color::before {
  color: var(--c61) !important;
}
.is-style-hd-hukidashi.has-indigo-white-background-color::before {
  color: var(--c62) !important;
}
.is-style-hd-hukidashi.has-watery-red-background-color::before {
  color: var(--c63) !important;
}
.is-style-hd-hukidashi.has-watery-yellow-background-color::before {
  color: var(--c64) !important;
}
.is-style-hd-hukidashi.has-ebur-background-color::before {
  color: var(--c65) !important;
}
.is-style-hd-hukidashi.has-kinari-background-color::before {
  color: var(--c66) !important;
}
.is-style-hd-hukidashi.has-white-porcelain-background-color::before {
  color: var(--c71) !important;
}
.is-style-hd-hukidashi.has-white-background-color::before {
  color: var(--c72) !important;
}
.is-style-hd-hukidashi.has-ex-a-background-color::before {
  color: var(--c73) !important;
}
.is-style-hd-hukidashi.has-ex-b-background-color::before {
  color: var(--c74) !important;
}
.is-style-hd-hukidashi.has-ex-c-background-color::before {
  color: var(--c75) !important;
}
.is-style-hd-hukidashi.has-ex-d-background-color::before {
  color: var(--c76) !important;
}
.is-style-hd-hukidashi.has-ex-e-background-color::before {
  color: var(--c81) !important;
}
.is-style-hd-hukidashi.has-ex-f-background-color::before {
  color: var(--c82) !important;
}

.lp-hukidashi,
.is-style-hd-hukidashi:not(.has-text-align-center):not(.has-text-align-right) {
  text-align: left;
}

.lp-hukidashi,
.is-style-hd-hukidashi.normal:not(.has-background) {
  border: solid 2px #333 !important;
}

.lp-hukidashi,
.is-style-hd-hukidashi:not(.has-background) {
  background: #fff;
}
.lp-hukidashi::before,
.is-style-hd-hukidashi:not(.has-background)::before {
  border-top: 12px solid #FFF !important;
}
.lp-hukidashi::after,
.is-style-hd-hukidashi:not(.has-background)::after {
  border-top: 14px solid #333 !important;
}

.lp-hukidashi::before, .lp-hukidashi::after,
.is-style-hd-hukidashi:not(.has-text-align-center):not(.has-text-align-right)::before,
.is-style-hd-hukidashi:not(.has-text-align-center):not(.has-text-align-right)::after {
  left: 7% !important;
}
@media screen and (max-width: 480px) {
  .lp-hukidashi::before, .lp-hukidashi::after,
  .is-style-hd-hukidashi:not(.has-text-align-center):not(.has-text-align-right)::before,
  .is-style-hd-hukidashi:not(.has-text-align-center):not(.has-text-align-right)::after {
    left: 10% !important;
  }
}

.lp-hukidashi.txt-align-center::before, .lp-hukidashi.txt-align-center::after,
.is-style-hd-hukidashi.has-text-align-center::before,
.is-style-hd-hukidashi.has-text-align-center::after {
  left: 50% !important;
}
.lp-hukidashi.txt-align-right::before, .lp-hukidashi.txt-align-right::after,
.is-style-hd-hukidashi.has-text-align-right::before,
.is-style-hd-hukidashi.has-text-align-right::after {
  left: 93% !important;
}
@media screen and (max-width: 480px) {
  .lp-hukidashi.txt-align-right::before, .lp-hukidashi.txt-align-right::after,
  .is-style-hd-hukidashi.has-text-align-right::before,
  .is-style-hd-hukidashi.has-text-align-right::after {
    left: 90% !important;
  }
}

/* 商品・サービス名
-------------------------------------------- */
.item-name {
  font-weight: bold !important;
  font-size: 1.2em !important;
  margin: 0px !important;
  line-height: 1.4em !important;
}

/* 商品・サービスの説明
-------------------------------------------- */
.item_description {
  margin: 1em 0;
}

/* レビュー数
-------------------------------------------- */
.rating-star {
  display: inline-flex;
  align-items: baseline;
}

.star {
  color: #fddb53;
  font-size: 1.2em;
}

.star10::before,
.editor-styles-wrapper .star10::before {
  font-family: fontawesome;
  content: "\f005\f006\f006\f006\f006" !important;
}

.star15::before,
.editor-styles-wrapper .star15::before {
  font-family: fontawesome;
  content: "\f005\f123\f006\f006\f006" !important;
}

.star20::before,
.editor-styles-wrapper .star20::before {
  font-family: fontawesome;
  content: "\f005\f005\f006\f006\f006" !important;
}

.star25::before,
.editor-styles-wrapper .star25::before {
  font-family: fontawesome;
  content: "\f005\f005\f123\f006\f006" !important;
}

.star30::before,
.editor-styles-wrapper .star30::before {
  font-family: fontawesome;
  content: "\f005\f005\f005\f006\f006" !important;
}

.star35::before,
.editor-styles-wrapper .star35::before {
  font-family: fontawesome;
  content: "\f005\f005\f005\f123\f006" !important;
}

.star40::before,
.editor-styles-wrapper .star40::before {
  font-family: fontawesome;
  content: "\f005\f005\f005\f005\f006" !important;
}

.star45::before,
.editor-styles-wrapper .star45::before {
  font-family: fontawesome;
  content: "\f005\f005\f005\f005\f123" !important;
}

.star50::before,
.editor-styles-wrapper .star50::before {
  font-family: fontawesome;
  content: "\f005\f005\f005\f005\f005" !important;
}

span.star-qty {
  color: #999;
  font-size: 12px;
  font-weight: bold;
}

/* キャンペーン情報（絞り込み条件のタグリスト）
-------------------------------------------- */
.tab-caption-box.none.campaign {
  padding: 0px 0 20px 0;
}
.tab-caption-box.none.campaign span.c-name {
  font-size: 12px;
  padding: 1px 9px;
  background-color: #ff9900;
  border-radius: 2px;
  color: #fff;
  vertical-align: text-top;
  display: inline-block;
}
.tab-caption-box.none.campaign .tab-caption-box-label-text {
  margin: 0 10px 0 0;
}
.tab-caption-box.none.campaign p {
  margin: 0 5px 5px 0;
}

.tag_list {
  display: flex;
  flex-wrap: wrap;
}

p.c-list {
  font-size: 11px;
  padding: 0 4px !important;
  margin: 2px !important;
  border-radius: 2px;
  color: #179dd8;
  line-height: 1.8;
}
p.c-list.ari {
  background-color: aliceblue;
  border: 1px solid #00b9eb;
}
p.c-list.nashi {
  background-color: #f3f4f5;
  border: 1px solid #eee;
  color: #ccc;
}

/* 価格情報
-------------------------------------------- */
ul.price-info {
  list-style-type: none !important;
  padding-left: 0 !important;
  margin: 10px 0 !important;
}
ul.price-info li {
  margin: -5px 0;
}
ul.price-info li.price-ba .label {
  font-size: 0.8em;
}
ul.price-info li.price-difference {
  font-size: 0.9em;
}
ul.price-info span.price.before {
  text-decoration: line-through;
  font-size: 0.8em;
}
ul.price-info span.price.after {
  font-size: 1.3em;
  color: #bd081c;
  font-weight: bold;
  margin-right: 5px;
}
ul.price-info span.unit {
  font-size: 0.6em;
  color: #555;
  font-weight: normal;
  padding-left: 5px;
}
ul.price-info .price::before {
  content: "￥";
}
.search ul.price-info {
  margin: 0 0 0 5px !important;
}

/* アイコンリスト（ピックアップポイント）
-------------------------------------------- */
.iconlist-box.point {
  margin-bottom: 1em;
}
.iconlist-box.point ul {
  padding-left: 24px;
  padding-bottom: 0;
  padding-top: 0;
  text-indent: 0;
}
.body .iconlist-box.point ul {
  margin-top: 0;
  margin-bottom: 1em;
}
.iconlist-box.point ul li {
  margin: 0;
}
.iconlist-box.point ul li::before {
  margin-left: -22px;
}
@media screen and (max-width: 480px) {
  .iconlist-box.point ul li {
    margin: 0.2em 0;
  }
}
.search .iconlist-box.point ul {
  padding-bottom: 0 !important;
}
.iconlist-box.point .iconlist-title {
  text-align: left !important;
  position: relative !important;
  top: 0;
  left: 0;
}
.iconlist-box.point .iconlist-title::before {
  font-family: "Font Awesome 5 Free", "fontawesome";
  content: "\f0a4";
  margin: 0 0.2em;
  font-weight: 500;
}

/* キャンペーンの告知風バナー
-------------------------------------------- */
.campaign-infobox {
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center -50px;
  margin-top: 3em;
  margin-bottom: var(--cocoon-content-margin-height);
}
.campaign-infobox .bg-mask {
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  padding: 70px 20px 30px 20px;
}
.campaign-infobox p.campaign.title,
.campaign-infobox p.campaign.subtitle {
  color: #fff !important;
  font-weight: bold;
  letter-spacing: 0.1em;
  letter-spacing: 0.15em;
  margin: 0 !important;
}
.campaign-infobox p.campaign.subtitle {
  font-size: 1em;
}
.campaign-infobox p.campaign.title {
  font-size: 1.8em;
}
.campaign-infobox .campaign.textBox {
  padding-top: 30px;
  padding-bottom: 20px;
}
.campaign-infobox .campaign.textBox p {
  margin: 0.5em 0;
}
.campaign-infobox a.afflink-button.btn {
  max-width: 500px;
}
@media screen and (max-width: 480px) {
  .campaign-infobox {
    background-position: center 0px;
  }
  .campaign-infobox .bg-mask {
    padding: 70px 10px 30px 10px;
  }
  .campaign-infobox p.campaign.subtitle {
    font-size: 0.9em;
    margin: 0px !important;
  }
  .campaign-infobox p.campaign.title {
    font-size: 1.1em;
    margin: 0;
  }
  .campaign-infobox .campaign.textBox p {
    font-size: 1em;
  }
  .campaign-infobox .campaign-infobox.bg-normal p.campaign.title,
  .campaign-infobox .campaign-infobox.bg-blue p.campaign.title,
  .campaign-infobox .campaign-infobox.bg-normal p.campaign.subtitle,
  .campaign-infobox .campaign-infobox.bg-blue p.campaign.subtitle {
    text-shadow: none;
    color: #49b7f5 !important;
  }
  .campaign-infobox .campaign-infobox.bg-orange p.campaign.title,
  .campaign-infobox .campaign-infobox.bg-orange p.campaign.subtitle {
    text-shadow: none;
    color: #f7921b !important;
  }
  .campaign-infobox .campaign-infobox.bg-pink p.campaign.title,
  .campaign-infobox .campaign-infobox.bg-pink p.campaign.subtitle {
    text-shadow: none;
    color: #f76dd9 !important;
  }
}
.campaign-infobox.bg-normal p.campaign.title {
  text-shadow: rgb(73, 183, 245) 3px 0px 0px, rgb(73, 183, 245) 2.83487px 0.981584px 0px, rgb(73, 183, 245) 2.35766px 1.85511px 0px, rgb(73, 183, 245) 1.62091px 2.52441px 0px, rgb(73, 183, 245) 0.705713px 2.91581px 0px, rgb(73, 183, 245) -0.287171px 2.98622px 0px, rgb(73, 183, 245) -1.24844px 2.72789px 0px, rgb(73, 183, 245) -2.07227px 2.16926px 0px, rgb(73, 183, 245) -2.66798px 1.37182px 0px, rgb(73, 183, 245) -2.96998px 0.42336px 0px, rgb(73, 183, 245) -2.94502px -0.571704px 0px, rgb(73, 183, 245) -2.59586px -1.50383px 0px, rgb(73, 183, 245) -1.96093px -2.27041px 0px, rgb(73, 183, 245) -1.11013px -2.78704px 0px, rgb(73, 183, 245) -0.137119px -2.99686px 0px, rgb(73, 183, 245) 0.850987px -2.87677px 0px, rgb(73, 183, 245) 1.74541px -2.43999px 0px, rgb(73, 183, 245) 2.44769px -1.73459px 0px, rgb(73, 183, 245) 2.88051px -0.838247px 0px;
}
.campaign-infobox.bg-normal p.campaign.subtitle {
  text-shadow: rgb(73, 183, 245) 2px 0px 0px, rgb(73, 183, 245) 1.75517px 0.958851px 0px, rgb(73, 183, 245) 1.0806px 1.68294px 0px, rgb(73, 183, 245) 0.141474px 1.99499px 0px, rgb(73, 183, 245) -0.832294px 1.81859px 0px, rgb(73, 183, 245) -1.60229px 1.19694px 0px, rgb(73, 183, 245) -1.97998px 0.28224px 0px, rgb(73, 183, 245) -1.87291px -0.701566px 0px, rgb(73, 183, 245) -1.30729px -1.5136px 0px, rgb(73, 183, 245) -0.421592px -1.95506px 0px, rgb(73, 183, 245) 0.567324px -1.91785px 0px, rgb(73, 183, 245) 1.41734px -1.41108px 0px, rgb(73, 183, 245) 1.92034px -0.558831px 0px;
}
.campaign-infobox.bg-blue p.campaign.title {
  text-shadow: rgb(73, 183, 245) 3px 0px 0px, rgb(73, 183, 245) 2.83487px 0.981584px 0px, rgb(73, 183, 245) 2.35766px 1.85511px 0px, rgb(73, 183, 245) 1.62091px 2.52441px 0px, rgb(73, 183, 245) 0.705713px 2.91581px 0px, rgb(73, 183, 245) -0.287171px 2.98622px 0px, rgb(73, 183, 245) -1.24844px 2.72789px 0px, rgb(73, 183, 245) -2.07227px 2.16926px 0px, rgb(73, 183, 245) -2.66798px 1.37182px 0px, rgb(73, 183, 245) -2.96998px 0.42336px 0px, rgb(73, 183, 245) -2.94502px -0.571704px 0px, rgb(73, 183, 245) -2.59586px -1.50383px 0px, rgb(73, 183, 245) -1.96093px -2.27041px 0px, rgb(73, 183, 245) -1.11013px -2.78704px 0px, rgb(73, 183, 245) -0.137119px -2.99686px 0px, rgb(73, 183, 245) 0.850987px -2.87677px 0px, rgb(73, 183, 245) 1.74541px -2.43999px 0px, rgb(73, 183, 245) 2.44769px -1.73459px 0px, rgb(73, 183, 245) 2.88051px -0.838247px 0px;
}
.campaign-infobox.bg-blue p.campaign.subtitle {
  text-shadow: rgb(73, 183, 245) 2px 0px 0px, rgb(73, 183, 245) 1.75517px 0.958851px 0px, rgb(73, 183, 245) 1.0806px 1.68294px 0px, rgb(73, 183, 245) 0.141474px 1.99499px 0px, rgb(73, 183, 245) -0.832294px 1.81859px 0px, rgb(73, 183, 245) -1.60229px 1.19694px 0px, rgb(73, 183, 245) -1.97998px 0.28224px 0px, rgb(73, 183, 245) -1.87291px -0.701566px 0px, rgb(73, 183, 245) -1.30729px -1.5136px 0px, rgb(73, 183, 245) -0.421592px -1.95506px 0px, rgb(73, 183, 245) 0.567324px -1.91785px 0px, rgb(73, 183, 245) 1.41734px -1.41108px 0px, rgb(73, 183, 245) 1.92034px -0.558831px 0px;
}
.campaign-infobox.bg-orange p.campaign.title {
  text-shadow: rgb(247, 146, 27) 2px 0px 0px, rgb(247, 146, 27) 1.75517px 0.958851px 0px, rgb(247, 146, 27) 1.0806px 1.68294px 0px, rgb(247, 146, 27) 0.141474px 1.99499px 0px, rgb(247, 146, 27) -0.832294px 1.81859px 0px, rgb(247, 146, 27) -1.60229px 1.19694px 0px, rgb(247, 146, 27) -1.97998px 0.28224px 0px, rgb(247, 146, 27) -1.87291px -0.701566px 0px, rgb(247, 146, 27) -1.30729px -1.5136px 0px, rgb(247, 146, 27) -0.421592px -1.95506px 0px, rgb(247, 146, 27) 0.567324px -1.91785px 0px, rgb(247, 146, 27) 1.41734px -1.41108px 0px, rgb(247, 146, 27) 1.92034px -0.558831px 0px;
}
.campaign-infobox.bg-orange p.campaign.subtitle {
  text-shadow: rgb(247, 146, 27) 2px 0px 0px, rgb(247, 146, 27) 1.75517px 0.958851px 0px, rgb(247, 146, 27) 1.0806px 1.68294px 0px, rgb(247, 146, 27) 0.141474px 1.99499px 0px, rgb(247, 146, 27) -0.832294px 1.81859px 0px, rgb(247, 146, 27) -1.60229px 1.19694px 0px, rgb(247, 146, 27) -1.97998px 0.28224px 0px, rgb(247, 146, 27) -1.87291px -0.701566px 0px, rgb(247, 146, 27) -1.30729px -1.5136px 0px, rgb(247, 146, 27) -0.421592px -1.95506px 0px, rgb(247, 146, 27) 0.567324px -1.91785px 0px, rgb(247, 146, 27) 1.41734px -1.41108px 0px, rgb(247, 146, 27) 1.92034px -0.558831px 0px;
}
.campaign-infobox.bg-pink p.campaign.title {
  text-shadow: rgb(247, 109, 217) 3px 0px 0px, rgb(247, 109, 217) 2.83487px 0.981584px 0px, rgb(247, 109, 217) 2.35766px 1.85511px 0px, rgb(247, 109, 217) 1.62091px 2.52441px 0px, rgb(247, 109, 217) 0.705713px 2.91581px 0px, rgb(247, 109, 217) -0.287171px 2.98622px 0px, rgb(247, 109, 217) -1.24844px 2.72789px 0px, rgb(247, 109, 217) -2.07227px 2.16926px 0px, rgb(247, 109, 217) -2.66798px 1.37182px 0px, rgb(247, 109, 217) -2.96998px 0.42336px 0px, rgb(247, 109, 217) -2.94502px -0.571704px 0px, rgb(247, 109, 217) -2.59586px -1.50383px 0px, rgb(247, 109, 217) -1.96093px -2.27041px 0px, rgb(247, 109, 217) -1.11013px -2.78704px 0px, rgb(247, 109, 217) -0.137119px -2.99686px 0px, rgb(247, 109, 217) 0.850987px -2.87677px 0px, rgb(247, 109, 217) 1.74541px -2.43999px 0px, rgb(247, 109, 217) 2.44769px -1.73459px 0px, rgb(247, 109, 217) 2.88051px -0.838247px 0px;
}
.campaign-infobox.bg-pink p.campaign.subtitle {
  text-shadow: rgb(247, 109, 217) 2px 0px 0px, rgb(247, 109, 217) 1.75517px 0.958851px 0px, rgb(247, 109, 217) 1.0806px 1.68294px 0px, rgb(247, 109, 217) 0.141474px 1.99499px 0px, rgb(247, 109, 217) -0.832294px 1.81859px 0px, rgb(247, 109, 217) -1.60229px 1.19694px 0px, rgb(247, 109, 217) -1.97998px 0.28224px 0px, rgb(247, 109, 217) -1.87291px -0.701566px 0px, rgb(247, 109, 217) -1.30729px -1.5136px 0px, rgb(247, 109, 217) -0.421592px -1.95506px 0px, rgb(247, 109, 217) 0.567324px -1.91785px 0px, rgb(247, 109, 217) 1.41734px -1.41108px 0px, rgb(247, 109, 217) 1.92034px -0.558831px 0px;
}

/* タブ付きボックス（Block Labsバージョン）
---------------------------------------------------------------------- */
.caption-box.block-box.labs {
  position: relative;
  margin-top: 4.2em;
  border-radius: 0 4px 4px 4px;
}
.caption-box.block-box.labs .block-box-label {
  display: inline-block;
  position: absolute;
  top: -30px;
  left: -2px;
  border-radius: 4px 4px 0 0;
  padding: 0.2em 0.8em 1px !important;
  font-size: 0.95em;
}
@media screen and (max-width: 480px) {
  .caption-box.block-box.labs .block-box-label {
    padding: 0.2em 0.8em 5px !important;
  }
}
.caption-box.block-box.labs p {
  margin: 0.6em 0 !important;
}
.caption-box.block-box.labs.blackBox {
  border: 2px solid #444;
}
.caption-box.block-box.labs.blackBox .block-box-label {
  background-color: #444 !important;
  color: #fff;
}
.caption-box.block-box.labs.grayBox {
  border: 2px solid #ccc;
}
.caption-box.block-box.labs.grayBox .block-box-label {
  background-color: #ccc !important;
  color: #fff;
}
.caption-box.block-box.labs.blueBox {
  border: 2px solid #4eb7d9;
}
.caption-box.block-box.labs.blueBox .block-box-label {
  background-color: #4eb7d9 !important;
  color: #fff;
}
.caption-box.block-box.labs.navyBox {
  border: 2px solid #235180;
}
.caption-box.block-box.labs.navyBox .block-box-label {
  background-color: #235180 !important;
  color: #fff;
}
.caption-box.block-box.labs.greenBox {
  border: 2px solid #3abc98;
}
.caption-box.block-box.labs.greenBox .block-box-label {
  background-color: #3abc98 !important;
  color: #fff;
}
.caption-box.block-box.labs.yellowBox {
  border: 2px solid #ffcb4f;
}
.caption-box.block-box.labs.yellowBox .block-box-label {
  background-color: #ffcb4f !important;
  color: #fff;
}
.caption-box.block-box.labs.orangeBox {
  border: 2px solid #f7921b;
}
.caption-box.block-box.labs.orangeBox .block-box-label {
  background-color: #f7921b !important;
  color: #fff;
}
.caption-box.block-box.labs.redBox {
  border: 2px solid #f2183c;
}
.caption-box.block-box.labs.redBox .block-box-label {
  background-color: #f2183c !important;
  color: #fff;
}
.caption-box.block-box.labs.pinkBox {
  border: 2px solid #f99292;
}
.caption-box.block-box.labs.pinkBox .block-box-label {
  background-color: #f99292 !important;
  color: #fff;
}

/* タブ付きの見出しボックスをサルワカ風にする
------------------------------------------------ */
.box-like-sango {
  padding: 25px 15px 15px;
  background: #f3f4f5;
  border-radius: 2px;
  /* ボックスのカラー
  -----------------------------------------*/
  /* ボックスのカラー（ページのテーマカラー）
  -----------------------------------------*/
}
.box-like-sango .caption-text {
  font-size: 22px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.box-like-sango .caption-text p {
  display: inline-block;
  margin: 0;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .box-like-sango .caption-text p {
    font-size: 18px;
  }
}
.box-like-sango .caption-text::before {
  margin-right: 10px;
  font-size: 35px;
  width: 35px;
  line-height: 40px;
}
@media screen and (max-width: 480px) {
  .box-like-sango .caption-text::before {
    margin-right: 0;
    font-size: 30px;
  }
}
.box-like-sango p.tabtxt {
  font-size: 22px;
  font-weight: bold;
}
.box-like-sango .boxtxt p {
  margin: 0.5em 0;
  font-size: 1em;
}
.box-like-sango [class*=bg-circle]::before {
  color: #fff;
  width: 40px;
  text-align: center;
  border-radius: 50%;
  font-size: 22px !important;
}
.box-like-sango.blackBox {
  background-color: #fefefe !important;
  border: 2px solid #555;
}
.box-like-sango.blackBox .caption-text {
  color: #555 !important;
}
.box-like-sango.grayBox {
  background-color: #f3f4f5 !important;
}
.box-like-sango.grayBox .caption-text {
  color: #555 !important;
}
.box-like-sango.grayBox [class*=bg-circle]::before {
  background-color: #555 !important;
}
.box-like-sango.blueBox {
  background-color: #f3fafe !important;
}
.box-like-sango.blueBox .caption-text {
  color: #49b7f5 !important;
}
.box-like-sango.blueBox [class*=bg-circle]::before {
  background-color: #49b7f5 !important;
}
.box-like-sango.navyBox {
  background-color: #deeeff !important;
}
.box-like-sango.navyBox .caption-text {
  color: #1e50a2 !important;
}
.box-like-sango.navyBox [class*=bg-circle]::before {
  background-color: #1e50a2 !important;
}
.box-like-sango.greenBox {
  background-color: #e0ffed !important;
}
.box-like-sango.greenBox .caption-text {
  color: #38bc70 !important;
}
.box-like-sango.greenBox [class*=bg-circle]::before {
  background-color: #38bc70 !important;
}
.box-like-sango.yellowBox {
  background-color: #fffaec !important;
}
.box-like-sango.yellowBox .caption-text {
  color: #ffc107 !important;
}
.box-like-sango.yellowBox [class*=bg-circle]::before {
  background-color: #ffc107 !important;
}
.box-like-sango.orangeBox {
  background-color: #ffecb6 !important;
}
.box-like-sango.orangeBox .caption-text {
  color: #f7921b !important;
}
.box-like-sango.orangeBox [class*=bg-circle]::before {
  background-color: #f7921b !important;
}
.box-like-sango.redBox {
  background-color: #ffebeb !important;
}
.box-like-sango.redBox .caption-text {
  color: #ff7465 !important;
}
.box-like-sango.redBox [class*=bg-circle]::before {
  background-color: #ff7465 !important;
}
.box-like-sango.pinkBox {
  background-color: #ffebeb !important;
}
.box-like-sango.pinkBox .caption-text {
  color: #ff8dc1 !important;
}
.box-like-sango.pinkBox [class*=bg-circle]::before {
  background-color: #ff8dc1 !important;
}
.c-blue .box-like-sango {
  background-color: #f3fafe;
}
.c-sick .box-like-sango {
  background-color: #deeeff;
}
.c-black .box-like-sango {
  background-color: #f3f4f5;
}
.c-pink .box-like-sango {
  background-color: #ffebeb;
}
.c-green .box-like-sango {
  background-color: #e0ffed;
}
.c-yellow .box-like-sango {
  background-color: #fffaec;
}
.c-blue .box-like-sango .caption-text {
  color: #49b7f5;
}
.c-sick .box-like-sango .caption-text {
  color: #1e50a2;
}
.c-black .box-like-sango .caption-text {
  color: #555;
}
.c-pink .box-like-sango .caption-text {
  color: #ff7465;
}
.c-green .box-like-sango .caption-text {
  color: #38bc70;
}
.c-yellow .box-like-sango .caption-text {
  color: #ffc107;
}
.c-blue .box-like-sango [class*=bg-circle]::before {
  background-color: #49b7f5;
}
.c-sick .box-like-sango [class*=bg-circle]::before {
  background-color: #1e50a2;
}
.c-black .box-like-sango [class*=bg-circle]::before {
  background-color: #555;
}
.c-pink .box-like-sango [class*=bg-circle]::before {
  background-color: #ff7465;
}
.c-green .box-like-sango [class*=bg-circle]::before {
  background-color: #38bc70;
}
.c-yellow .box-like-sango [class*=bg-circle]::before {
  background-color: #ffc107;
}

/* アイコンリスト
------------------------------------ */
.common-icon-box.small-icon {
  padding: 0.5em 0.5em 0.5em 72px;
}
@media screen and (max-width: 480px) {
  .common-icon-box.small-icon {
    padding: 30px 6px 6px;
  }
}

.common-icon-box.small-icon::before {
  font-size: 24px;
}

/* 見出しボックス
------------------------------------ */
.caption-box.border-top {
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;
  border-radius: 0;
}
.caption-box.border-top .caption-box-label {
  display: inline-flex;
  padding: 3px 1em 4px;
  font-size: 0.9em;
}
.caption-box.border-top:not(.has-background) {
  background: #fafafa;
}
.caption-box.border-top:not(.has-background) .caption-box-content {
  background: #fafafa;
}
.caption-box.saruwaka:not(.has-border-color) {
  border: none !important;
  border-radius: 0;
}
html .body .caption-box.saruwaka .block-box-label {
  background-color: transparent;
  color: inherit;
  font-size: 1.2em;
  font-weight: bold;
  align-items: center;
  padding-top: 10px;
  margin-bottom: -0.5em;
}
html .body .caption-box.saruwaka .block-box-label::before {
  font-size: 1.5em;
}
.caption-box.saruwaka .box-content {
  color: initial;
}

/* タブ見出しボックス
------------------------------------ */
.tab-caption-box.block-box:not(.has-background) {
  background-color: transparent;
}
.tab-caption-box.title .tab-caption-box-label {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 3px;
  padding-left: 5px;
  color: #333 !important;
  background: #fff !important;
}
.tab-caption-box.title .tab-caption-box-label::before {
  color: #2ca9e1;
}
.tab-caption-box.title.has-key-color-border-color .tab-caption-box-label::before {
  color: var(--c11) !important;
}
.tab-caption-box.title.has-red-border-color .tab-caption-box-label::before {
  color: var(--c12) !important;
}
.tab-caption-box.title.has-syuiro-border-color .tab-caption-box-label::before {
  color: var(--c13) !important;
}
.tab-caption-box.title.has-usuaka-border-color .tab-caption-box-label::before {
  color: var(--c14) !important;
}
.tab-caption-box.title.has-pink-border-color .tab-caption-box-label::before {
  color: var(--c15) !important;
}
.tab-caption-box.title.has-light-pink-border-color .tab-caption-box-label::before {
  color: var(--c16) !important;
}
.tab-caption-box.title.has-indigo-border-color .tab-caption-box-label::before {
  color: var(--c21) !important;
}
.tab-caption-box.title.has-blue-border-color .tab-caption-box-label::before {
  color: var(--c22) !important;
}
.tab-caption-box.title.has-light-blue-border-color .tab-caption-box-label::before {
  color: var(--c23) !important;
}
.tab-caption-box.title.has-sky-blue-border-color .tab-caption-box-label::before {
  color: var(--c24) !important;
}
.tab-caption-box.title.has-cyan-border-color .tab-caption-box-label::before {
  color: var(--c25) !important;
}
.tab-caption-box.title.has-teal-border-color .tab-caption-box-label::before {
  color: var(--c26) !important;
}
.tab-caption-box.title.has-green-border-color .tab-caption-box-label::before {
  color: var(--c31) !important;
}
.tab-caption-box.title.has-light-green-border-color .tab-caption-box-label::before {
  color: var(--c32) !important;
}
.tab-caption-box.title.has-lime-border-color .tab-caption-box-label::before {
  color: var(--c33) !important;
}
.tab-caption-box.title.has-yellow-border-color .tab-caption-box-label::before {
  color: var(--c34) !important;
}
.tab-caption-box.title.has-amber-border-color .tab-caption-box-label::before {
  color: var(--c35) !important;
}
.tab-caption-box.title.has-light-orange-border-color .tab-caption-box-label::before {
  color: var(--c36) !important;
}
.tab-caption-box.title.has-orange-border-color .tab-caption-box-label::before {
  color: var(--c41) !important;
}
.tab-caption-box.title.has-deep-orange-border-color .tab-caption-box-label::before {
  color: var(--c42) !important;
}
.tab-caption-box.title.has-purple-border-color .tab-caption-box-label::before {
  color: var(--c43) !important;
}
.tab-caption-box.title.has-deep-border-color .tab-caption-box-label::before {
  color: var(--c44) !important;
}
.tab-caption-box.title.has-brown-border-color .tab-caption-box-label::before {
  color: var(--c45) !important;
}
.tab-caption-box.title.has-black-border-color .tab-caption-box-label::before {
  color: var(--c46) !important;
}
.tab-caption-box.title.has-grey-border-color .tab-caption-box-label::before {
  color: var(--c51) !important;
}
.tab-caption-box.title.has-shironezu-border-color .tab-caption-box-label::before {
  color: var(--c52) !important;
}
.tab-caption-box.title.has-light-grey-border-color .tab-caption-box-label::before {
  color: var(--c53) !important;
}
.tab-caption-box.title.has-white-violet-border-color .tab-caption-box-label::before {
  color: var(--c54) !important;
}
.tab-caption-box.title.has-luna-white-border-color .tab-caption-box-label::before {
  color: var(--c55) !important;
}
.tab-caption-box.title.has-watery-blue-border-color .tab-caption-box-label::before {
  color: var(--c56) !important;
}
.tab-caption-box.title.has-watery-green-border-color .tab-caption-box-label::before {
  color: var(--c61) !important;
}
.tab-caption-box.title.has-indigo-white-border-color .tab-caption-box-label::before {
  color: var(--c62) !important;
}
.tab-caption-box.title.has-watery-red-border-color .tab-caption-box-label::before {
  color: var(--c63) !important;
}
.tab-caption-box.title.has-watery-yellow-border-color .tab-caption-box-label::before {
  color: var(--c64) !important;
}
.tab-caption-box.title.has-ebur-border-color .tab-caption-box-label::before {
  color: var(--c65) !important;
}
.tab-caption-box.title.has-kinari-border-color .tab-caption-box-label::before {
  color: var(--c66) !important;
}
.tab-caption-box.title.has-white-porcelain-border-color .tab-caption-box-label::before {
  color: var(--c71) !important;
}
.tab-caption-box.title.has-white-border-color .tab-caption-box-label::before {
  color: var(--c72) !important;
}
.tab-caption-box.title.has-ex-a-border-color .tab-caption-box-label::before {
  color: var(--c73) !important;
}
.tab-caption-box.title.has-ex-b-border-color .tab-caption-box-label::before {
  color: var(--c74) !important;
}
.tab-caption-box.title.has-ex-c-border-color .tab-caption-box-label::before {
  color: var(--c75) !important;
}
.tab-caption-box.title.has-ex-d-border-color .tab-caption-box-label::before {
  color: var(--c76) !important;
}
.tab-caption-box.title.has-ex-e-border-color .tab-caption-box-label::before {
  color: var(--c81) !important;
}
.tab-caption-box.title.has-ex-f-border-color .tab-caption-box-label::before {
  color: var(--c82) !important;
}
.c-blue .tab-caption-box.border-top:not(.has-border-color) {
  border-top: 2px solid var(--page-color-blue-main);
}
.c-black .tab-caption-box.border-top:not(.has-border-color) {
  border-top: 2px solid var(--page-color-black-main);
}
.c-sick .tab-caption-box.border-top:not(.has-border-color) {
  border-top: 2px solid var(--page-color-sick-main);
}
.c-pink .tab-caption-box.border-top:not(.has-border-color) {
  border-top: 2px solid var(--page-color-pink-main);
}
.c-redd .tab-caption-box.border-top:not(.has-border-color) {
  border-top: 2px solid var(--page-color-redd-main);
}
.c-green .tab-caption-box.border-top:not(.has-border-color) {
  border-top: 2px solid var(--page-color-green-main);
}
.c-yellow .tab-caption-box.border-top:not(.has-border-color) {
  border-top: 2px solid var(--page-color-yellow-main);
}
.c-orange .tab-caption-box.border-top:not(.has-border-color) {
  border-top: 2px solid var(--page-color-orange-main);
}
.c-skin-default.skin-uraomote-a .tab-caption-box.border-top:not(.has-border-color) {
  border-top: 2px solid var(--page-color-blue-main);
}
.c-skin-default.skin-uraomote-b .tab-caption-box.border-top:not(.has-border-color) {
  border-top: 2px solid var(--page-color-black-main);
}
.c-skin-default.skin-uraomote-c .tab-caption-box.border-top:not(.has-border-color) {
  border-top: 2px solid var(--page-color-black-main);
}
.tab-caption-box.border-top .tab-caption-box-label {
  border-radius: 0;
  padding: 3px 0.8em;
}
.tab-caption-box.border-top .tab-caption-box-content {
  border: none;
}
.tab-caption-box.border-top:not(.has-background) {
  background: #fafafa;
}
.tab-caption-box.border-top:not(.has-background) .tab-caption-box-content {
  background: #fafafa;
}
.tab-caption-box.border-top.has-key-color-background-color {
  background-color: var(--c11) !important;
}
.tab-caption-box.border-top.has-red-background-color {
  background-color: var(--c12) !important;
}
.tab-caption-box.border-top.has-syuiro-background-color {
  background-color: var(--c13) !important;
}
.tab-caption-box.border-top.has-usuaka-background-color {
  background-color: var(--c14) !important;
}
.tab-caption-box.border-top.has-pink-background-color {
  background-color: var(--c15) !important;
}
.tab-caption-box.border-top.has-light-pink-background-color {
  background-color: var(--c16) !important;
}
.tab-caption-box.border-top.has-indigo-background-color {
  background-color: var(--c21) !important;
}
.tab-caption-box.border-top.has-blue-background-color {
  background-color: var(--c22) !important;
}
.tab-caption-box.border-top.has-light-blue-background-color {
  background-color: var(--c23) !important;
}
.tab-caption-box.border-top.has-sky-blue-background-color {
  background-color: var(--c24) !important;
}
.tab-caption-box.border-top.has-cyan-background-color {
  background-color: var(--c25) !important;
}
.tab-caption-box.border-top.has-teal-background-color {
  background-color: var(--c26) !important;
}
.tab-caption-box.border-top.has-green-background-color {
  background-color: var(--c31) !important;
}
.tab-caption-box.border-top.has-light-green-background-color {
  background-color: var(--c32) !important;
}
.tab-caption-box.border-top.has-lime-background-color {
  background-color: var(--c33) !important;
}
.tab-caption-box.border-top.has-yellow-background-color {
  background-color: var(--c34) !important;
}
.tab-caption-box.border-top.has-amber-background-color {
  background-color: var(--c35) !important;
}
.tab-caption-box.border-top.has-light-orange-background-color {
  background-color: var(--c36) !important;
}
.tab-caption-box.border-top.has-orange-background-color {
  background-color: var(--c41) !important;
}
.tab-caption-box.border-top.has-deep-orange-background-color {
  background-color: var(--c42) !important;
}
.tab-caption-box.border-top.has-purple-background-color {
  background-color: var(--c43) !important;
}
.tab-caption-box.border-top.has-deep-background-color {
  background-color: var(--c44) !important;
}
.tab-caption-box.border-top.has-brown-background-color {
  background-color: var(--c45) !important;
}
.tab-caption-box.border-top.has-black-background-color {
  background-color: var(--c46) !important;
}
.tab-caption-box.border-top.has-grey-background-color {
  background-color: var(--c51) !important;
}
.tab-caption-box.border-top.has-shironezu-background-color {
  background-color: var(--c52) !important;
}
.tab-caption-box.border-top.has-light-grey-background-color {
  background-color: var(--c53) !important;
}
.tab-caption-box.border-top.has-white-violet-background-color {
  background-color: var(--c54) !important;
}
.tab-caption-box.border-top.has-luna-white-background-color {
  background-color: var(--c55) !important;
}
.tab-caption-box.border-top.has-watery-blue-background-color {
  background-color: var(--c56) !important;
}
.tab-caption-box.border-top.has-watery-green-background-color {
  background-color: var(--c61) !important;
}
.tab-caption-box.border-top.has-indigo-white-background-color {
  background-color: var(--c62) !important;
}
.tab-caption-box.border-top.has-watery-red-background-color {
  background-color: var(--c63) !important;
}
.tab-caption-box.border-top.has-watery-yellow-background-color {
  background-color: var(--c64) !important;
}
.tab-caption-box.border-top.has-ebur-background-color {
  background-color: var(--c65) !important;
}
.tab-caption-box.border-top.has-kinari-background-color {
  background-color: var(--c66) !important;
}
.tab-caption-box.border-top.has-white-porcelain-background-color {
  background-color: var(--c71) !important;
}
.tab-caption-box.border-top.has-white-background-color {
  background-color: var(--c72) !important;
}
.tab-caption-box.border-top.has-ex-a-background-color {
  background-color: var(--c73) !important;
}
.tab-caption-box.border-top.has-ex-b-background-color {
  background-color: var(--c74) !important;
}
.tab-caption-box.border-top.has-ex-c-background-color {
  background-color: var(--c75) !important;
}
.tab-caption-box.border-top.has-ex-d-background-color {
  background-color: var(--c76) !important;
}
.tab-caption-box.border-top.has-ex-e-background-color {
  background-color: var(--c81) !important;
}
.tab-caption-box.border-top.has-ex-f-background-color {
  background-color: var(--c82) !important;
}
.tab-caption-box.saruwaka {
  position: relative;
}
.tab-caption-box.saruwaka:not(.has-border-color) {
  border: none !important;
  border-radius: 0;
}
.tab-caption-box.saruwaka.has-border-color {
  border-width: 2px;
  border-radius: 4px;
}
html .body .tab-caption-box.saruwaka .block-box-label {
  display: flex;
  background-color: transparent;
  color: inherit;
  font-size: 1.2em;
  font-weight: bold;
  align-items: center;
  padding-top: 10px;
  margin-bottom: -0.5em;
  position: absolute;
  top: 0;
}
html .body .tab-caption-box.saruwaka .block-box-label::before {
  font-size: 1.5em;
}
.tab-caption-box.saruwaka .tab-caption-box-content {
  border: none;
  color: initial;
  margin-top: 0;
  padding-top: 3em;
}

/* ラベルボックス
------------------------------------ */
.label-box-content {
  border: 2px solid #eee;
  border-radius: 4px;
}

/* FAQボックス
------------------------------------ */
.faq-wrap + .faq-wrap {
  margin-top: calc(var(--cocoon-content-margin-height) * -1 + 1em);
}
.faq-wrap:not(.has-background):not(.has-border-color) {
  padding: 0;
}
.faq-wrap .faq-item-label {
  font-family: arial;
}
.faq-wrap:not(.is-style-accordion) .faq-question {
  margin-bottom: 1em;
}
.faq-wrap .faq-question {
  align-items: flex-start;
}
.faq-wrap .faq-item-content {
  margin-top: 0.4em;
}
.faq-wrap.has-border-color .faq-question-content, .faq-wrap.has-background .faq-question-content {
  margin-top: 0;
}
.faq-wrap .faq-answer-content *:first-of-type {
  margin-top: 0;
}
.faq-wrap .faq-answer-content *:last-of-type {
  margin-bottom: 0;
}
.faq-wrap:not(.is-style-square):not(.is-style-accordion):not(.has-question-color) .faq-question-label, .faq-wrap:not(.is-style-square):not(.is-style-accordion):not(.has-answer-color) .faq-answer-label {
  font-size: 1.1em;
  font-weight: bold;
  color: #fff;
  padding: 10px 13px;
  text-align: center;
  white-space: nowrap;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 1;
  font-family: "arial";
  border-radius: 30px;
}
.faq-wrap:not(.is-style-square):not(.is-style-accordion):not(.has-question-color) .faq-question-label {
  background: #8cbeef;
}
.faq-wrap:not(.is-style-square):not(.is-style-accordion):not(.has-answer-color) .faq-answer-label {
  background: #f17a7a;
}
.faq-wrap.is-style-square:not(.has-question-color) .faq-question-label, .faq-wrap.is-style-square:not(.has-answer-color) .faq-answer-label {
  font-size: 1.1em;
  font-weight: bold;
  color: #fff;
  padding: 10px 13px;
  text-align: center;
  white-space: nowrap;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 1;
  font-family: "arial";
  border-radius: 5px;
}
.skin-uraomote-c .faq-wrap.is-style-square:not(.has-question-color) .faq-question-label, .skin-uraomote-c .faq-wrap.is-style-square:not(.has-answer-color) .faq-answer-label {
  border-radius: 0;
}
.faq-wrap.is-style-square:not(.has-question-color) .faq-question-label {
  background: #8cbeef;
}
.faq-wrap.is-style-square:not(.has-answer-color) .faq-answer-label {
  background: #f17a7a;
}
.faq-wrap.is-style-accordion .faq-question {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.faq-wrap.is-style-accordion .faq-question::before, .faq-wrap.is-style-accordion .faq-question::after {
  position: absolute;
  font-size: 16px;
  font-weight: bold;
  top: 50%;
  transform: translateY(-8px);
  right: 1em;
  opacity: 1;
  line-height: 1;
  font-family: "font awesome 5 free";
}
.faq-wrap.is-style-accordion .faq-question::before {
  content: "\f067";
}
.faq-wrap.is-style-accordion .faq-question.active::before {
  content: "\f068";
}
.faq-wrap.is-style-accordion .faq-question .faq-question-content {
  padding-right: 2em;
}
.faq-wrap.is-style-accordion:not(.has-border-color) .faq-question {
  background-color: transparent;
}
.faq-wrap.is-style-accordion:not(.has-border-color):not(.has-question-color) .faq-question-label, .faq-wrap.is-style-accordion:not(.has-border-color):not(.has-answer-color) .faq-answer-label {
  font-size: 1.1em;
  font-weight: bold;
  color: #fff;
  padding: 10px 13px;
  text-align: center;
  white-space: nowrap;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 1;
  font-family: "arial";
  border-radius: 5px;
}
.skin-uraomote-c .faq-wrap.is-style-accordion:not(.has-border-color):not(.has-question-color) .faq-question-label, .skin-uraomote-c .faq-wrap.is-style-accordion:not(.has-border-color):not(.has-answer-color) .faq-answer-label {
  border-radius: 0;
}
.faq-wrap.is-style-accordion:not(.has-border-color):not(.has-question-color) .faq-question-label {
  background: #8cbeef;
}
.faq-wrap.is-style-accordion:not(.has-border-color):not(.has-answer-color) .faq-answer-label {
  background: #f17a7a;
}

/* その他Cocoonのボックスのデザイン調整
--------------------------------------------- */
.tab-caption-box-label {
  padding: 0.2em 0.8em 0.3em;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.tab-caption-box-content {
  margin-top: -2px;
  border: 2px solid #eee;
  border-radius: 4px;
}

.caption-box.labs .caption-box-content {
  padding: 1em;
}

.body .block-box p,
.body .block-box ul,
.body .block-box ol,
.body .block-box .wp-block-image {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.body .block-box p:last-child,
.body .block-box ul:last-child,
.body .block-box ol:last-child {
  margin-bottom: 0.5em;
}
.body .block-box ol,
.body .block-box ul {
  margin: 0.5em 0;
  padding-left: 30px;
}

.tcb-light-blue .tab-caption-box-label {
  background-color: #4eb7d9;
  color: #fff;
}

.tcb-light-blue .tab-caption-box-content {
  border-color: #4eb7d9;
}

/* カスタムボックス
--------------------------- */
.bg-gray {
  padding: 20px;
  background-color: #f9f9f9;
  color: #999;
}

/* アフィリエイトリンクボタンのデザイン
--------------------------------------- */
.afBtn {
  position: relative;
  display: block;
}
.afBtn img {
  display: none;
}
.afBtn a {
  height: 50px;
  display: block;
  z-index: 1;
  position: relative;
  opacity: 0;
}
.afBtn .text {
  text-align: center;
  color: #fff;
  padding: 11px;
  background-color: #000;
  margin-top: -50px;
  z-index: 1;
  display: block;
  border-radius: 5px;
}
.afBtn .blogcard-wrap {
  margin: 0;
}

/* リンクボタン（複数設置Ver）
 * -------------------------------------------- */
.v4_multi_button {
  display: flex;
  margin: 0 auto;
  align-items: flex-end;
  margin-bottom: var(--cocoon-content-margin-height);
}
@media screen and (max-width: 480px) {
  .v4_multi_button {
    flex-wrap: wrap;
  }
}
.v4_multi_button .btn_wrapper {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .v4_multi_button .btn_wrapper .button-block {
    margin-bottom: 0.5em !important;
  }
}

/* Cocoonオリジナルボタンのカスタマイズ
 * -------------------------------------------- */
.btn {
  transition: all 0.8s ease;
  opacity: 1;
}

.column-wrap .btn {
  width: 100%;
}

.btn-wrap > a {
  color: #fff;
  margin-bottom: 0;
}

a.afflink-button.btn {
  padding: 10px 20px;
  width: 80%;
  opacity: 1;
  margin-bottom: 0;
}
.btn_wrapper a.afflink-button.btn {
  width: 95%;
}
@media screen and (max-width: 480px) {
  a.afflink-button.btn {
    width: 95%;
    font-size: 1em;
  }
}

.btn-gray {
  background-color: #eeeeee;
  color: #555 !important;
}

.button-block.no-arrow a::after {
  display: none;
}

/* フッターエリアのアフィリンク
---------------------------------- */
.affilink-button-footer {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 999;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.95);
  display: none;
}
.affilink-button-footer a.afflink-button.btn {
  width: 100%;
  border-bottom: 0px solid !important;
  border-radius: 0px;
  padding: 20px 10px;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .affilink-button-footer a.afflink-button.btn {
    padding: 15px 10px;
  }
}
.affilink-button-footer .button-block {
  margin: 0;
}
.affilink-button-footer.content p {
  margin: 0;
  line-height: 1.2em !important;
}
.affilink-button-footer .micro-top {
  margin: 0;
  padding-top: 5px;
  color: #000;
}

.spFooterBtn {
  display: none;
}
@media screen and (max-width: 480px) {
  .spFooterBtn {
    display: block;
  }
}

/* テキスト付きアフィリエイトリンクボタン
-------------------------------------------- */
.affilink-button2 {
  padding: 40px 10px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  align-items: center;
  margin-bottom: var(--cocoon-content-margin-height);
}
.affilink-button2 a {
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
}
.affilink-button2 a i {
  padding-right: 5px;
}
.affilink-button2 a:hover {
  opacity: 0.9;
  transition: 0.8s;
}
.font-awesome-4 .affilink-button2 a::before {
  content: "\f138";
  font-family: "FontAwesome";
  margin-right: 5px;
}
.font-awesome-5 .affilink-button2 a::before {
  content: "\f35a";
  font-family: "Font Awesome 5 Free";
}

/* サイトロゴ（ブロックエディター版）
----------------------------------- */
.like_logo {
  margin: 0;
  margin-bottom: 1rem;
}
@media screen and (max-width: 480px) {
  .like_logo {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.logoTxt {
  text-align: center;
  font-size: 40px;
  margin: 0px -36px 0;
  font-family: Righteous;
  font-weight: bold;
  background-color: white;
}
@media screen and (max-width: 1023px) {
  .logoTxt {
    margin: 0px -10px 0;
  }
}

/*エディタースタイル*/
.editor-styles-wrapper .logoTxt {
  margin: 0px -36px;
}

/* クチコミ
--------------------------------------- */
.kuchikomi {
  border: 3px solid;
  padding: 20px;
  margin: 15px 0;
  margin-bottom: var(--cocoon-content-margin-height);
}
.kuchikomi + .kuchikomi {
  margin-top: calc(var(--cocoon-content-margin-height) * -1 + 10px);
}
@media screen and (max-width: 480px) {
  .kuchikomi {
    padding: 10px;
  }
}
.kuchikomi.good {
  border-color: #ffe4ec;
  background-color: #fffafc;
}
.kuchikomi.bad {
  border-color: #c3e3ff;
  background-color: #f9fcff;
}
.kuchikomi.simple {
  border-color: #f1f1f1;
  background-color: #fff;
}
.kuchikomi.simple i {
  display: none;
}
.kuchikomi.simple .kuchikomi-title {
  color: #333;
}
.kuchikomi p {
  margin: 0.8em 0;
  font-size: 15px;
}
.kuchikomi img {
  padding: 0.5em 0;
}
.kuchikomi .fal::before {
  font-family: "Font Awesome 5 Free";
}
.kuchikomi .kuchikomi-title {
  display: flex;
  align-items: center;
  font-size: 1.05em;
  font-weight: bold;
  line-height: 1em;
  margin: 5px 0 10px 0;
}
.kuchikomi .kuchikomi-title.good {
  color: #f6779e;
}
.kuchikomi .kuchikomi-title.bad {
  color: #72bdff;
}
.kuchikomi .kuchikomi-title img {
  margin-right: 10px;
}
.kuchikomi .kuchikomi-title .smile {
  font-size: 2em;
  vertical-align: middle;
  margin-right: 10px;
  font-weight: normal;
}
@media screen and (max-width: 480px) {
  .kuchikomi .kuchikomi-title .smile {
    font-size: 35px;
    vertical-align: middle;
    margin-right: 10px;
    font-weight: normal;
  }
}
.kuchikomi .kuchikomi_title_wrapper .star {
  font-size: 0.9em;
}
.kuchikomi .kuchikomi_title_wrapper .rating-star {
  font-size: 0.9em;
}
.kuchikomi .kuchikomi_title_wrapper .title {
  margin: 5px 0;
}

/* テキストクリック型のアコーディオン
--------------------------------------- */
.accordion_title {
  color: #1967d2;
  cursor: pointer;
  font-size: 0.9em;
}
.accordion_title.hidden {
  display: none;
}
.accordion_title span:not(.text)::before {
  content: "\f107";
  font-family: "Font Awesome 5 Free", "fontawesome";
  margin-right: 5px;
}
.accordion_title span.text {
  font-weight: lighter;
}

/* Ｑ＆Ａ
--------------------------------------- */
p.質問,
p.回答 {
  position: relative;
  padding-left: 45px;
}

.質問::before,
.回答::before {
  font-size: 1.2em;
  border-radius: 50%;
  padding: 5px;
  font-weight: bold;
  font-family: arial;
  display: inline-flex;
  width: 25px;
  height: 25px;
  justify-content: center;
  line-height: 1.2em;
  position: absolute;
  left: 0;
  top: -0.4em;
  align-items: center;
}

.質問::before {
  content: "Q";
  background-color: #8cbeef;
  color: #fff;
}

.回答::before {
  content: "A";
  background-color: #f17a7a;
  color: #fff;
}

p.質問 + p.回答 {
  margin-top: -15px;
}

/* ランキング
-------------------------------------------- */
.ranking-box .rankingWrapper,
.ranking--box .rankingWrapper {
  margin: 2em 0 4em;
}
.ranking-box > .rankingWrapper .r_title::before,
.ranking--box > .rankingWrapper .r_title::before {
  content: "";
  position: relative;
  background-image: url("./img/ranking_200722/rank_none.png");
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: top;
  z-index: 2;
}
.ranking-box > .rankingWrapper:nth-of-type(1) .r_title::before,
.ranking--box > .rankingWrapper:nth-of-type(1) .r_title::before {
  background-image: url("./img/ranking_200722/rank1.png");
}
.ranking-box > .rankingWrapper:nth-of-type(2) .r_title::before,
.ranking--box > .rankingWrapper:nth-of-type(2) .r_title::before {
  background-image: url("./img/ranking_200722/rank2.png");
}
.ranking-box > .rankingWrapper:nth-of-type(3) .r_title::before,
.ranking--box > .rankingWrapper:nth-of-type(3) .r_title::before {
  background-image: url("./img/ranking_200722/rank3.png");
}
.ranking-box > .rankingWrapper:nth-of-type(4) .r_title::before,
.ranking--box > .rankingWrapper:nth-of-type(4) .r_title::before {
  background-image: url("./img/ranking_200722/rank4.png");
}
.ranking-box > .rankingWrapper:nth-of-type(5) .r_title::before,
.ranking--box > .rankingWrapper:nth-of-type(5) .r_title::before {
  background-image: url("./img/ranking_200722/rank5.png");
}
.ranking-box > .rankingWrapper:nth-of-type(6) .r_title::before,
.ranking--box > .rankingWrapper:nth-of-type(6) .r_title::before {
  background-image: url("./img/ranking_200722/rank6.png");
}
.ranking-box > .rankingWrapper:nth-of-type(7) .r_title::before,
.ranking--box > .rankingWrapper:nth-of-type(7) .r_title::before {
  background-image: url("./img/ranking_200722/rank7.png");
}
.ranking-box > .rankingWrapper:nth-of-type(8) .r_title::before,
.ranking--box > .rankingWrapper:nth-of-type(8) .r_title::before {
  background-image: url("./img/ranking_200722/rank8.png");
}
.ranking-box > .rankingWrapper:nth-of-type(9) .r_title::before,
.ranking--box > .rankingWrapper:nth-of-type(9) .r_title::before {
  background-image: url("./img/ranking_200722/rank9.png");
}
.ranking-box > .rankingWrapper:nth-of-type(10) .r_title::before,
.ranking--box > .rankingWrapper:nth-of-type(10) .r_title::before {
  background-image: url("./img/ranking_200722/rank10.png");
}
.ranking-box .r_title,
.ranking--box .r_title {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.2;
  gap: 5px;
}

.v4_ranking_block {
  position: relative;
  margin-bottom: var(--cocoon-content-margin-height);
}
.v4_ranking_block .controls.cmp {
  display: block;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 3;
  overflow-x: auto;
  font-size: 0.8em;
}
.v4_ranking_block .controls.cmp .cmpTermsHeader {
  border: 0;
  display: flex;
  flex: 1;
  margin-right: 0px;
}
.v4_ranking_block .controls.cmp .cmpTermsHeader .sort_label {
  display: none;
}
.v4_ranking_block .controls.cmp .cmpTermsHeader .sortingGroups {
  position: relative;
  display: flex;
  flex: 1;
}
.v4_ranking_block .controls.cmp .cmpTermsHeader .sortingGroups .terms {
  display: flex;
  margin-right: 0px;
  flex: 1;
}
.v4_ranking_block .controls.cmp .cmpTermsHeader .sortingGroups .terms button {
  display: flex;
  justify-content: center;
  flex: auto;
  margin-inline: 2px;
  padding: 7px 5px;
  white-space: nowrap;
  border: none;
  border-radius: 2px 2px 0 0;
  font-size: 12px;
}
.v4_ranking_block .controls.cmp .cmpTermsHeader .sortingGroups::after {
  border-bottom: 2px solid #4eb7d9;
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 0;
}
.c-black .v4_ranking_block .controls.cmp .cmpTermsHeader .sortingGroups::after {
  border-bottom: 2px solid #454c50;
}
.c-blue .v4_ranking_block .controls.cmp .cmpTermsHeader .sortingGroups::after {
  border-bottom: 2px solid #4eb7d9;
}
.c-pink .v4_ranking_block .controls.cmp .cmpTermsHeader .sortingGroups::after {
  border-bottom: 2px solid #ffc679;
}
.c-green .v4_ranking_block .controls.cmp .cmpTermsHeader .sortingGroups::after {
  border-bottom: 2px solid #FFF44B;
}
.c-yellow .v4_ranking_block .controls.cmp .cmpTermsHeader .sortingGroups::after {
  border-bottom: 2px solid #2D9FDB;
}
.c-sick .v4_ranking_block .controls.cmp .cmpTermsHeader .sortingGroups::after {
  border-bottom: 2px solid #f7dd1b;
}
.v4_ranking_block .ranking-box .ranking-item-rating.rating-star {
  width: 100%;
  background: none;
  max-width: 100%;
  text-align: inherit;
  padding: 0;
  font-size: 1em;
}
.v4_ranking_block .ranking-box .ranking-item-rating.rating-star::before {
  content: "";
}
.v4_ranking_block .ranking-box ul {
  padding-left: 20px;
}
.v4_ranking_block .ranking-box .r_contents {
  margin: 1em 0 2.5em;
}
.v4_ranking_block .ranking-box .r_contents .column-left {
  text-align: center;
}
.v4_ranking_block .rating-star {
  font-size: 1em;
}

@media screen and (max-width: 480px) {
  .v4_ranking_block .sortingGroups {
    display: flex;
  }
  .ranking-box > .rankingWrapper .r_title::before,
  .ranking--box > .rankingWrapper .r_title::before {
    width: 40px;
    height: 40px;
    background-position-y: bottom;
  }
  .ranking-box .column-wrap > div,
  .ranking--box .column-wrap > div {
    padding: 0;
  }
  .ranking-box .column-wrap > .column-left,
  .ranking--box .column-wrap > .column-left {
    margin-bottom: 0.5em;
  }
  .ranking-box .r_title,
  .ranking--box .r_title {
    font-size: 1.2em;
    flex-direction: column;
    align-items: flex-start;
  }
}
/* ヘッダー固定
---------------------------- */
.stickem-container {
  position: relative;
}

.stickem {
  transition: 0.3s;
}

.stickit {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 0 !important;
  padding: 5px 15px !important;
  z-index: 1;
  background: rgba(255, 255, 255, 0.9490196078);
  border-bottom: 1px solid #eee;
  box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.sticky-title .stickem-container .page-title.stickit {
  margin-left: -10px !important;
  margin-right: -10px !important;
}

.stickit-end {
  bottom: 0;
  position: absolute;
}

/* フレキシブルコンテンツ
-------------------------------------------- */
.v4_flex_blocks {
  padding: 0 10px;
  position: relative;
  background: #fff;
  margin-bottom: var(--cocoon-content-margin-height);
}
.v4_flex_blocks.frame {
  border: 1px solid #e8e8e8;
  position: relative;
}
.v4_flex_blocks.frame .labels {
  font-size: 20px;
  font-weight: bold;
  height: 35px;
  left: -40px;
  line-height: 35px;
  position: absolute;
  text-align: center;
  top: 20px;
  transform: rotate(-45deg);
  width: 155px;
  z-index: 1;
  border: 1px solid #e8e8e8;
}
.v4_flex_blocks.label.frame {
  overflow: hidden;
}
.v4_flex_blocks .title_wrapper {
  margin: 1em 0 0;
  padding: 5px !important;
}
.v4_flex_blocks h3.title {
  margin: 0 !important;
}
.v4_flex_blocks .page-title.lp-ranking .inner-text2 {
  flex: 1;
}
.v4_flex_blocks .flex_wrapper.column2 {
  display: flex;
  justify-content: center;
}
.v4_flex_blocks .flex_wrapper.column2 .btn_wrapper {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .v4_flex_blocks .flex_wrapper.column2:not(.no-wrap) {
    flex-direction: column;
  }
  .v4_flex_blocks .flex_wrapper.column2 .left,
  .v4_flex_blocks .flex_wrapper.column2 .right {
    width: 100% !important;
  }
  .v4_flex_blocks .flex_wrapper.column2 .btn_wrapper .button-block {
    margin: 5px 0;
  }
}
.v4_flex_blocks p.flex_text {
  margin: 0;
}
.v4_flex_blocks .rating-star {
  font-size: 1em;
}

/* シンプルな比較表（テーブル）
-------------------------------------------- */
.hikaku_table table {
  width: calc(100% - 1px);
  display: table;
  border-color: transparent;
}
.hikaku_table table tbody {
  background: #fff;
}
.hikaku_table table tr {
  background-color: #fff;
}
@media screen and (max-width: 480px) {
  .hikaku_table table {
    table-layout: fixed;
  }
}
@media screen and (max-width: 834px) {
  .hikaku_table table th, .hikaku_table table td {
    padding: 5px;
    font-size: 1em;
  }
}
.hikaku_table p {
  margin: 0.5em 0;
}
.hikaku_table .scrollable-table th, .hikaku_table .scrollable-table td {
  padding: 10px;
  white-space: normal;
}
.hikaku_table.first_line_fixed table tr > td:first-child,
.hikaku_table.first_line_fixed table thead tr > th:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: -1px;
  z-index: 1;
}
.hikaku_table.first_line_fixed table tr > td:not(.datatable-filter-cell):first-of-type {
  background: #fff;
}
.hikaku_table.first_line_fixed.first_row_image table thead tr > th:first-of-type::before {
  border-right-width: 0px;
  border-left-width: 0px;
}
.hikaku_table.first_row_image table thead th {
  border: none !important;
  background-color: transparent !important;
}
.hikaku_table .rating-star {
  font-size: 1em;
}

/* データテーブル（datatable）
-------------------------------------------- */
.content th.sorting {
  white-space: nowrap;
}
.content th.sorting::after {
  font-family: "font awesome 5 free", "fontawesome";
  font-weight: 900;
  margin-left: 5px;
  content: "\f0dc";
  color: #003f5e;
}
.content th.sorting.sorting-asc::after {
  content: "\f885";
}
.content th.sorting.sorting-desc::after {
  content: "\f160";
}
.content .datatable-filter-cell select,
.content .datatable-filter-cell input[type=text] {
  font-family: inherit;
  padding: 5px;
  height: 30px;
}

/* その他のブロックパーツ
-------------------------------------------- */
/*ラベル＋リンク*/
.label-link {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: var(--cocoon-content-margin-height);
}
.label-link + .label-link {
  margin-top: calc(var(--cocoon-content-margin-height) * -1 + 1em);
}
.label-link span {
  display: inline-flex;
  padding: 2px 8px;
  font-size: 13px;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .label-link span {
    padding: 2px 8px;
    font-size: 11px;
  }
}

/*なんちゃってパンくず*/
.n_pankuz,
.n_date {
  font-size: 0.9em;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  margin: 0;
}

/*なんちゃって記事作成日*/
.n_date {
  text-align: right;
}

.font-awesome-4 .n_date::before {
  content: "\f021";
  font-family: fontawesome;
  margin-right: 6px;
  color: #eeac00;
}

.font-awesome-5 .n_date::before {
  /*content: "\f017";*/
  font-family: "Font Awesome 5 Free";
  margin-right: 6px;
}

/*公式サイト以外の取り扱いなし*/
.n_service {
  border: 1px solid #ee4257 !important;
  background: #fdf2f2;
}

.n_service p {
  font-size: 0.9em !important;
  margin: 1em !important;
}

/*タイムライン（Cocoon）*/
.timeline-item-content {
  padding-top: 18px;
}

.nolabel .timeline-item-label {
  display: none;
}
.nolabel .timeline-item:before {
  left: 6px;
}
.nolabel li.timeline-item {
  padding-left: 10px;
}

/*タイムライン（オリジナル/KadenceBlockバージョン）*/
.タイムライン {
  margin: 0 !important;
}

.タイムライン .kt-inside-inner-col {
  margin-top: 1.1em;
}

.タイムライン .kt-inside-inner-col span {
  display: block;
  height: inherit;
  line-height: 1;
}

.タイムライン .wp-block-kadence-column.inner-column-1 {
  border-right: 3px solid #ccc;
  position: relative;
}

.タイムライン .wp-block-kadence-column.inner-column-1::after {
  width: 12px;
  height: 12px;
  content: "";
  background: #0095d9;
  position: absolute;
  top: 24px;
  right: -7px;
  border-radius: 50%;
}

.insert-page .タイムライン h2,
.insert-page .タイムライン h3,
.entry-content .タイムライン h2,
.entry-content .タイムライン h3 {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
}

/*ブロック：テーブルその1*/
table.bp_table1 caption {
  text-align: left;
  font-weight: bold;
  font-size: 1.1em;
}

/*ブログカード（Cocoon）*/
.blogcard-snippet p {
  margin: 5px 0;
  font-size: 15px;
}

.blogcard::before {
  padding: 0.5em 0.7em;
}

@media screen and (max-width: 480px) {
  .タイムライン .wp-block-kadence-column.inner-column-1::after {
    display: none;
  }
  .タイムライン .wp-block-kadence-column.inner-column-1 {
    border-right: 0px solid #ccc;
  }
}
/*アイコンリスト（Cocoon）*/
.wp-block-cocoon-blocks-iconlist-box ul {
  padding-bottom: 0;
}

/* 関連アイテムのデザイン
---------------------------------------------------------------------- */
/* 全体
---------------------------------------------- */
.related_items {
  position: relative;
  display: flex;
  flex-direction: column;
}
.related_items.list_top {
  flex-direction: column-reverse;
}
#main:not(.admin-page) .related_items.type-survey.hidden_search_target .scroll-hint-msg,
#main:not(.admin-page) .related_items.type-survey.hidden_search_target .inner-blocks,
#main:not(.admin-page) .related_items.type-survey.hidden_search_target .sortingGroups {
  display: none;
}
#main:not(.admin-page) .related_items.type-survey.hidden_search_target .cmp-table,
#main:not(.admin-page) .related_items.type-survey.hidden_search_target .filter-box2 {
  opacity: 0;
  height: 1px;
}
.related_items .caption-box-label {
  font-size: 0.95em;
}
.related_items.hidden_seach_terms #toggle_btn {
  display: none;
}
@media screen and (max-width: 480px) {
  .related_items.hidden_seach_terms #toggle_btn {
    display: block;
    font-size: 11px;
    border: 1px solid #ddd;
    text-align: center;
    color: #949495;
    padding: 2px;
  }
  .related_items.hidden_seach_terms .expd_wrapper:not(.show) {
    display: block;
    max-height: 60px;
    overflow: hidden;
    position: relative;
    transition: 0.3s;
    pointer-events: none;
  }
  .related_items.hidden_seach_terms .expd_wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
    pointer-events: none;
    transition: 0.3s;
  }
  .related_items.hidden_seach_terms .expd_wrapper.show::before {
    background-image: none;
    transition: 0.3s;
  }
  .related_items.hidden_seach_terms .expd_wrapper.show {
    max-height: 100vh;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 480px) {
  .related_items:not(.hidden_seach_terms) .expd_wrapper {
    width: 100%;
    display: block;
  }
}
.related_items .caption-box {
  border-radius: 4px 4px 0 0;
}
.related_items .caption-box .caption-box-content {
  background: #fff;
}
.related_items .caption-box + table.flexBox {
  margin-top: calc(var(--cocoon-content-margin-height) * -1 - 4px);
}
.related_items select {
  border: 1px solid #ccc;
}
.related_items .rating-star {
  font-size: 1em;
}

/* 商品説明エリア
---------------------------------------------- */
.filter-box2.related {
  display: block;
}
.filter-box2.related .mix,
.filter-box2.related .gap {
  width: 100%;
  display: block;
}
.filter-box2.related .mix {
  counter-increment: number;
}
.filter-box2.related .related-item.mix {
  margin-bottom: var(--cocoon-content-margin-height);
}
.filter-box2.related .related-item .column-wrap,
.filter-box2.related .related-item .column-1,
.filter-box2.related .related-item .wp-block-columns,
.filter-box2.related .related-item .description,
.filter-box2.related .related-item .scrollable-table.scroll-hint {
  margin-bottom: 1em;
  gap: 1em;
}
.filter-box2.related .related-item .description {
  margin-top: 0;
}
.filter-box2.related .related-item .wp-block-columns .wp-block-column {
  background-color: transparent;
}
.filter-box2.related .related-item .wp-block-columns .wp-block-column:first-of-type {
  text-align: center;
}
.filter-box2.related .related-item .wp-block-columns .column-left {
  text-align: center;
}
@media screen and (max-width: 480px) {
  .filter-box2.related .related-item .wp-block-columns .wp-block-column {
    margin-bottom: 0;
  }
}
.filter-box2.related .related-item .column-1 a.btn {
  margin-bottom: 1em;
}
.filter-box2.related .related-item .description_title {
  font-weight: bold;
  font-size: 1.05em;
  margin-top: 1em;
}
.filter-box2.related .related-item .description p,
.filter-box2.related .related-item .description ul,
.filter-box2.related .related-item .description ol {
  margin: 0.5em 0;
}
.filter-box2.related .related-item .description p:last-child,
.filter-box2.related .related-item .description ul:last-child,
.filter-box2.related .related-item .description ol:last-child {
  margin-bottom: 0.5em !important;
}
.filter-box2.related .related-item .description .block-box ul {
  margin: 0.5em 0;
  padding-left: 1.2em;
}
@media screen and (max-width: 480px) {
  .filter-box2.related .related-item > div {
    width: 100%;
  }
  .filter-box2.related .related-item .wp-block-columns:not(.no-wrap) {
    flex-wrap: wrap !important;
  }
  .filter-box2.related .related-item .wp-block-columns:not(.no-wrap) .wp-block-column {
    width: 100%;
    flex-basis: 100% !important;
  }
  .filter-box2.related .related-item .wp-block-columns.no-wrap {
    flex-wrap: nowrap;
  }
  .filter-box2.related .related-item .wp-block-columns.no-wrap .wp-block-column {
    margin: 0 0.5em;
  }
}
.filter-box2.related .related-item .box-right {
  padding-left: 0px !important;
}

.related .item-name {
  font-size: 1.5em;
}

.box-title {
  flex-basis: 100%;
}

.item-discription {
  margin: 10px 0 20px 0;
  width: 100%;
}
.item-discription .inner {
  border-top: 2px solid #454c50;
  margin-top: 0px;
  padding: 10px;
  background-color: #f9fbfc;
  font-weight: normal;
  text-align: inherit;
}
.item-discription .inner p {
  margin: 0.3em 0;
}
.item-discription .label {
  background-color: #454c50;
  color: #fff;
  padding: 5px 10px 3px;
  border-radius: 5px 5px 0px 0px;
  font-size: 0.9em;
  border-bottom: 1px solid #454c50;
}
.item-discription p > br {
  display: none;
}

/* 未整理
---------------------------------------------- */
.item-link {
  text-align: center;
  display: flex;
  justify-content: flex-start;
}

a.related {
  margin: 0 5px;
  font-size: inherit;
  padding: 6px 5px;
}

.related .btn {
  width: 95%;
  margin: 0 auto;
  padding: 10px;
  font-size: 1em;
  display: block;
}

.wp-block-column .btn {
  width: 100%;
}

.linkBtn a {
  margin: 0 10px !important;
}

.linkBtn {
  display: flex;
  justify-content: center;
  margin-bottom: var(--cocoon-content-margin-height);
}

p.item_description,
.filter-box2 p.item_description {
  margin: 1rem 0;
}

/*480px以下*/
@media screen and (max-width: 480px) {
  .linkBtn a {
    margin: 2px auto !important;
  }
  .linkBtn {
    display: block;
    padding-bottom: 20px;
  }
  .related .btn {
    width: 100%;
  }
  .cmp-table span.star-qty {
    display: none;
  }
}
/* 絞り込み＆並び替え条件
---------------------------------------------- */
.controls select {
  color: var(--cocoon-text-color);
  font-family: inherit;
  font-size: 1em;
  padding: 5px;
}
.controls button {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: none;
}
.search-wrap .controls {
  margin-bottom: var(--cocoon-content-margin-height);
}
.controls.type-default > * {
  font-size: 13px;
}
.controls.type-default .reset {
  text-align: right;
}
.controls.type-default .reset button.reset {
  font-weight: normal;
  margin: 0;
  font-size: 12px;
  padding: 2px 5px;
  margin-bottom: 5px;
}
.controls.type-default .form_inner {
  padding: 5px 10px;
  background-color: #fdfdfd;
  border: 3px solid #eee;
}
.controls.type-default .form_inner button {
  border: none;
}
.controls.type-default .form_inner .sortingGroups,
.controls.type-default .form_inner .narowwingGroups {
  margin: 5px 0;
}
.controls.type-default .form_inner .sortingGroups + .narowwingGroups,
.controls.type-default .form_inner .narowwingGroups + .narowwingGroups {
  margin-top: 10px;
}
.controls.type-default .form_inner .sortingGroups .terms {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 3px;
}
.controls.type-default .form_inner .sortingGroups button {
  color: #333;
  padding: 0;
  margin-right: 5px;
  background: transparent;
  font-size: 13px;
  font-family: inherit;
  border: none;
}
.controls.type-default .form_inner .sortingGroups button:not(.mixitup-control-active):not(.terms_name) {
  color: #1967d2;
  text-decoration: underline;
}
.controls.type-default .form_inner .sortingGroups button.mixitup-control-active {
  font-weight: bold;
}
.controls.type-default .form_inner .sortingGroups button.terms_name {
  margin-right: 10px;
  text-align: start;
  cursor: inherit;
  font-size: 13px;
}
@media screen and (max-width: 480px) {
  .controls.type-default .form_inner .sortingGroups button.terms_name {
    flex-basis: 100%;
  }
}
.controls.type-default .form_inner .sortingGroups button.terms_name i {
  margin-right: 4px;
}
.controls.type-default .form_inner .sortingGroups button:hover {
  cursor: pointer;
}
.search-wrap .controls.type-default .form_inner .sortingGroups {
  margin-top: 10px;
}
.controls.type-default .form_inner .narowwingGroups .terms {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 3px;
  align-items: center;
}
.controls.type-default .form_inner .narowwingGroups .terms input {
  display: none;
}
.controls.type-default .form_inner .narowwingGroups .terms label.value:not(.terms_name) span {
  border: 1px solid #999;
  background: #fff;
  padding: 3px 8px;
  border-radius: 30px;
  flex: 1;
  white-space: nowrap;
  font-size: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.controls.type-default .form_inner .narowwingGroups .terms .terms_name {
  text-align: start;
  margin-right: 10px;
  cursor: inherit;
  font-size: 13px;
}
@media screen and (max-width: 480px) {
  .controls.type-default .form_inner .narowwingGroups .terms .terms_name {
    flex-basis: 100%;
  }
}
.controls.type-default .form_inner .narowwingGroups .terms .terms_name i {
  margin-right: 3px;
}
.controls.type-default .form_inner .term_group {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}
.controls.type-default .form_inner .term_group label {
  display: flex;
  flex: none;
}
.controls.type-default fieldset {
  border: none;
}
.search-wrap .controls.type-default .sortingGroups {
  margin: 1em 0;
  background-color: var(--cocoon-main-column-background-color);
}
.search-wrap .controls.type-default .sortingGroups .terms {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 3px;
}
.search-wrap .controls.type-default .sortingGroups button {
  color: #333;
  padding: 0;
  margin-right: 5px;
  background: transparent;
  font-size: 13px;
  font-family: inherit;
  border: none;
}
.search-wrap .controls.type-default .sortingGroups button:not(.mixitup-control-active):not(.terms_name) {
  color: #1967d2;
  text-decoration: underline;
}
.search-wrap .controls.type-default .sortingGroups button.mixitup-control-active {
  font-weight: bold;
}
.search-wrap .controls.type-default .sortingGroups button.terms_name {
  margin-right: 10px;
  text-align: start;
  cursor: inherit;
  font-size: 13px;
}
@media screen and (max-width: 480px) {
  .search-wrap .controls.type-default .sortingGroups button.terms_name {
    flex-basis: 100%;
  }
}
.search-wrap .controls.type-default .sortingGroups button.terms_name i {
  margin-right: 4px;
}
.search-wrap .controls.type-default .sortingGroups button:hover {
  cursor: pointer;
}
.controls.type-default.is_label_fw_bold .terms_name {
  font-weight: bold;
}
.controls.type-default.is_column_wrap .narowwingGroups .terms_name {
  width: 100%;
  margin-right: 0;
}
.controls.type-default.is_column_align_center .narowwingGroups .terms {
  justify-content: center;
}
.controls.type-default.is_column_align_center .narowwingGroups .terms .terms_name {
  text-align: center;
  width: 100%;
  margin-right: 0;
}
.controls.type-default.is_hidden_reset_button .reset {
  display: none;
}
.controls.survey {
  position: relative;
  z-index: 1;
  padding: 1em;
  background-color: #fff;
  border: none;
}
#main:not(.admin-page) .survey_type__q-and-a .controls.survey .result,
#main:not(.admin-page) .survey_type__q-and-a .controls.survey .btn_wrap,
#main:not(.admin-page) .survey_type__q-and-a .controls.survey .q_wrap:not(:first-of-type) {
  display: none;
}
.survey_type__q-and-a .controls.survey .q_wrap:last-of-type .next_btn_wrap {
  display: none;
}
.admin-page .survey_type__q-and-a .controls.survey .q_wrap:not(:first-of-type) {
  padding: 7px;
  border: 2px dashed #ddd;
}
.admin-page .survey_type__q-and-a .controls.survey .q_wrap:not(:first-of-type)::before {
  content: "*実際のページでは前の質問に答えるごとにこの質問が表示されます。";
  font-size: 11px;
  flex-basis: 100%;
}
.survey_type__q-and-a .controls.survey button.search:disabled {
  opacity: 0.3;
}
.survey_type__q-and-a .controls.survey .next_btn_wrap {
  margin: 1em auto;
  text-align: center;
  width: 100%;
}
.survey_type__q-and-a .controls.survey .next_btn_wrap button.next {
  width: 50%;
  font-weight: normal;
}
.survey_type__q-and-a .controls.survey .next_btn_wrap button.next:disabled {
  opacity: 0.5;
}
.controls.survey .image_wrap {
  margin-inline: auto;
  align-items: center;
}
.controls.survey .header .header_image {
  text-align: center;
}
.controls.survey .header .header_image.image__no_margin {
  margin: -1em -1em auto;
}
.controls.survey .header .header_title {
  margin: 10px auto 20px;
}
.controls.survey .header .header_title.is-style-hd-under-small-line {
  margin-bottom: 20px;
}
.controls.survey .header .header_description *:not(:last-of-type) {
  margin-bottom: 0.5em;
}
.controls.survey .q_num_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin: 1em 0;
}
.controls.survey .q_num_wrap svg {
  margin-right: 0;
}
.controls.survey .q_num_wrap .q_num {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  font-size: 12px;
  font-weight: bold;
}
.c-blue .controls.survey .q_num_wrap .q_num {
  background: #fff;
  color: var(--page-color-blue-main);
  border-color: var(--page-color-blue-main);
}
.c-black .controls.survey .q_num_wrap .q_num {
  background: #fff;
  color: var(--page-color-black-main);
  border-color: var(--page-color-black-main);
}
.c-sick .controls.survey .q_num_wrap .q_num {
  background: #fff;
  color: var(--page-color-sick-main);
  border-color: var(--page-color-sick-main);
}
.c-pink .controls.survey .q_num_wrap .q_num {
  background: #fff;
  color: var(--page-color-pink-main);
  border-color: var(--page-color-pink-main);
}
.c-redd .controls.survey .q_num_wrap .q_num {
  background: #fff;
  color: var(--page-color-redd-main);
  border-color: var(--page-color-redd-main);
}
.c-green .controls.survey .q_num_wrap .q_num {
  background: #fff;
  color: var(--page-color-green-main);
  border-color: var(--page-color-green-main);
}
.c-yellow .controls.survey .q_num_wrap .q_num {
  background: #fff;
  color: var(--page-color-yellow-main);
  border-color: var(--page-color-yellow-main);
}
.c-orange .controls.survey .q_num_wrap .q_num {
  background: #fff;
  color: var(--page-color-orange-main);
  border-color: var(--page-color-orange-main);
}
.c-skin-default.skin-uraomote-a .controls.survey .q_num_wrap .q_num {
  background: #fff;
  color: var(--page-color-blue-main);
  border-color: var(--page-color-blue-main);
}
.c-skin-default.skin-uraomote-b .controls.survey .q_num_wrap .q_num {
  background: #fff;
  color: var(--page-color-black-main);
  border-color: var(--page-color-black-main);
}
.c-skin-default.skin-uraomote-c .controls.survey .q_num_wrap .q_num {
  background: #fff;
  color: var(--page-color-black-main);
  border-color: var(--page-color-black-main);
}
.c-blue .controls.survey .q_num_wrap .q_num.is_active {
  background: var(--page-color-blue-main);
  color: #fff;
}
.c-black .controls.survey .q_num_wrap .q_num.is_active {
  background: var(--page-color-black-main);
  color: #fff;
}
.c-sick .controls.survey .q_num_wrap .q_num.is_active {
  background: var(--page-color-sick-main);
  color: #fff;
}
.c-pink .controls.survey .q_num_wrap .q_num.is_active {
  background: var(--page-color-pink-main);
  color: #fff;
}
.c-redd .controls.survey .q_num_wrap .q_num.is_active {
  background: var(--page-color-redd-main);
  color: #fff;
}
.c-green .controls.survey .q_num_wrap .q_num.is_active {
  background: var(--page-color-green-main);
  color: #fff;
}
.c-yellow .controls.survey .q_num_wrap .q_num.is_active {
  background: var(--page-color-yellow-main);
  color: #fff;
}
.c-orange .controls.survey .q_num_wrap .q_num.is_active {
  background: var(--page-color-orange-main);
  color: #fff;
}
.c-skin-default.skin-uraomote-a .controls.survey .q_num_wrap .q_num.is_active {
  background: var(--page-color-blue-main);
  color: #fff;
}
.c-skin-default.skin-uraomote-b .controls.survey .q_num_wrap .q_num.is_active {
  background: var(--page-color-black-main);
  color: #fff;
}
.c-skin-default.skin-uraomote-c .controls.survey .q_num_wrap .q_num.is_active {
  background: var(--page-color-black-main);
  color: #fff;
}
.c-blue .controls.survey .q_num_wrap i::before {
  color: var(--page-color-blue-main);
}
.c-black .controls.survey .q_num_wrap i::before {
  color: var(--page-color-black-main);
}
.c-sick .controls.survey .q_num_wrap i::before {
  color: var(--page-color-sick-main);
}
.c-pink .controls.survey .q_num_wrap i::before {
  color: var(--page-color-pink-main);
}
.c-redd .controls.survey .q_num_wrap i::before {
  color: var(--page-color-redd-main);
}
.c-green .controls.survey .q_num_wrap i::before {
  color: var(--page-color-green-main);
}
.c-yellow .controls.survey .q_num_wrap i::before {
  color: var(--page-color-yellow-main);
}
.c-orange .controls.survey .q_num_wrap i::before {
  color: var(--page-color-orange-main);
}
.c-skin-default.skin-uraomote-a .controls.survey .q_num_wrap i::before {
  color: var(--page-color-blue-main);
}
.c-skin-default.skin-uraomote-b .controls.survey .q_num_wrap i::before {
  color: var(--page-color-black-main);
}
.c-skin-default.skin-uraomote-c .controls.survey .q_num_wrap i::before {
  color: var(--page-color-black-main);
}
.controls.survey .q_wrap {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 1em;
}
.controls.survey .q_wrap fieldset {
  border: none;
}
.controls.survey .q_wrap .q_info {
  font-size: 13px;
}
.controls.survey .q_wrap.column_type__wrap.column_style__label, .controls.survey .q_wrap.column_type__wrap.column_style__button {
  flex-direction: column;
}
.controls.survey .q_wrap.column_type__wrap.column_style__label .title, .controls.survey .q_wrap.column_type__wrap.column_style__button .title {
  display: flex;
  margin-bottom: 10px;
  background-color: #fff;
}
.controls.survey .q_wrap.column_type__wrap.column_style__label .title span, .controls.survey .q_wrap.column_type__wrap.column_style__button .title span {
  padding: 10px;
}
.controls.survey .q_wrap.column_type__wrap.column_style__label .title span.q_num, .controls.survey .q_wrap.column_type__wrap.column_style__button .title span.q_num {
  font-weight: bold;
  flex-basis: 3em;
  text-align: center;
}
.controls.survey .q_wrap.column_type__wrap.column_style__label .title span.text, .controls.survey .q_wrap.column_type__wrap.column_style__button .title span.text {
  flex: 1;
}
.controls.survey .q_wrap.column_type__wrap.column_style__label label span, .controls.survey .q_wrap.column_type__wrap.column_style__button label span {
  font-size: 1em;
  border: 2px solid transparent;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.07);
  background: #fff;
  padding: 5px 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.controls.survey .q_wrap.column_type__wrap.column_style__label .q_info {
  margin-left: 10px;
  margin-bottom: 5px;
}
.controls.survey .q_wrap.column_type__wrap.column_style__label .inner_wrap {
  flex-direction: column;
  margin-bottom: 1em;
}
.controls.survey .q_wrap.column_type__wrap.column_style__label .inner_wrap label span {
  display: block;
  margin-left: 10px;
  width: calc(100% - 10px);
  border-radius: 0;
}
.controls.survey .q_wrap.column_type__wrap.column_style__button .q_info {
  margin-left: 0px;
  margin-bottom: 5px;
}
.controls.survey .q_wrap.column_type__wrap.column_style__button .inner_wrap {
  flex-direction: row;
  margin-bottom: 1em;
}
.controls.survey .q_wrap.column_type__wrap.column_style__button .inner_wrap label span {
  display: inline-block;
  text-align: left;
  border-radius: 5px;
}
.controls.survey .q_wrap.column_type__wrap.column_style__button.column_align_center .inner_wrap {
  justify-content: center;
}
.controls.survey .q_wrap.column_type__wrap label input {
  display: none;
}
.controls.survey .q_wrap.column_type__nowrap {
  margin-bottom: 1.5em;
}
.controls.survey .q_wrap.column_type__nowrap fieldset {
  display: flex;
  padding-bottom: 1em;
  border-bottom: 1px solid #ddd;
  gap: 10px;
}
@media screen and (max-width: 480px) {
  .controls.survey .q_wrap.column_type__nowrap fieldset {
    flex-direction: column;
  }
}
.controls.survey .q_wrap.column_type__nowrap .title {
  font-weight: bold;
  line-height: 1;
  display: inline-flex;
}
@media screen and (max-width: 480px) {
  .controls.survey .q_wrap.column_type__nowrap .title {
    flex-basis: auto !important;
  }
}
.controls.survey .q_wrap.column_type__nowrap .inner_wrap {
  display: flex;
  gap: 10px;
}
.controls.survey .q_wrap.column_type__nowrap .inner_wrap label {
  display: flex;
  align-items: center;
  gap: 2px;
}
.controls.survey .q_wrap.column_type__nowrap .inner_wrap label input {
  margin: 0;
}
.controls.survey .q_wrap.column_type__nowrap .inner_wrap label span {
  line-height: 1;
}
.controls.survey .q_wrap.column_type__nowrap.column_style__label label {
  flex: 1 100%;
}
.controls.survey .q_wrap .inner_wrap {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  gap: 6px;
}
.controls.survey .q_wrap .inner_wrap button {
  text-align: left;
  font-size: 1em;
  border: 1px solid #999;
  background: #fff;
  padding: 5px 8px;
  border-radius: 5px;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.controls.survey .q_wrap .inner_wrap select {
  padding: 10px 5px;
}
.controls.survey .result {
  text-align: center;
  padding-top: 0.5em;
  transition: 0.5s;
}
#main:not(.admin-page) .controls.survey .result {
  opacity: 0;
  display: none;
}
.controls.survey .result .qty {
  font-size: 1.4em;
  color: #e20f00;
  font-weight: bold;
}
.controls.survey.hidden_result_num .result {
  visibility: hidden;
  height: 0;
  padding: 0;
}
.controls.survey .btn_wrap {
  display: flex;
  gap: 5px;
  margin-bottom: var(--cocoon-content-margin-height);
}
.controls.survey .btn_wrap .btn {
  width: 100%;
  margin: 0;
  font-weight: normal;
}
.controls.survey .btn_wrap .btn.search {
  opacity: 0.3;
}
.controls.survey .btn_wrap .btn.search .search_title {
  margin-left: 5px;
}
.controls.survey .btn_wrap .btn.reset {
  white-space: nowrap;
  flex-basis: fit-content;
  font-size: 0.9em;
}
.controls.survey .sortingGroups {
  padding: 1em;
  margin: auto -1em -1em -1em;
  background-color: var(--cocoon-main-column-background-color);
}
.controls.survey .sortingGroups .terms {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 3px;
}
.controls.survey .sortingGroups button {
  color: #333;
  padding: 0;
  margin-right: 5px;
  background: transparent;
  font-size: 13px;
  font-family: inherit;
  border: none;
}
.controls.survey .sortingGroups button:not(.mixitup-control-active):not(.terms_name) {
  color: #1967d2;
  text-decoration: underline;
}
.controls.survey .sortingGroups button.mixitup-control-active {
  font-weight: bold;
}
.controls.survey .sortingGroups button.terms_name {
  margin-right: 10px;
  text-align: start;
  cursor: inherit;
  font-size: 13px;
}
@media screen and (max-width: 480px) {
  .controls.survey .sortingGroups button.terms_name {
    flex-basis: 100%;
  }
}
.controls.survey .sortingGroups button.terms_name i {
  margin-right: 4px;
}
.controls.survey .sortingGroups button:hover {
  cursor: pointer;
}
.controls.survey .sortingGroups .terms {
  flex-wrap: nowrap;
  align-items: baseline;
}
.controls.survey .sortingGroups .terms button.terms_name {
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .controls.survey .sortingGroups .terms button.terms_name {
    flex-basis: fit-content;
  }
}

/* 関連アイテム内のボックスカラー
---------------------------------------------- */
.c-blue .related_items .caption-box:not(.has-border-color) {
  border: 2px solid var(--page-color-blue-main);
}

.c-blue .related_items .caption-box-label {
  background-color: var(--page-color-blue-main);
  color: #fff;
}

.c-black .related_items .caption-box:not(.has-border-color) {
  border: 2px solid var(--page-color-black-main);
}

.c-black .related_items .caption-box-label {
  background-color: var(--page-color-black-main);
  color: #fff;
}

.c-sick .related_items .caption-box:not(.has-border-color) {
  border: 2px solid var(--page-color-sick-main);
}

.c-sick .related_items .caption-box-label {
  background-color: var(--page-color-sick-main);
  color: #fff;
}

.c-pink .related_items .caption-box:not(.has-border-color) {
  border: 2px solid var(--page-color-pink-main);
}

.c-pink .related_items .caption-box-label {
  background-color: var(--page-color-pink-main);
  color: #fff;
}

.c-redd .related_items .caption-box:not(.has-border-color) {
  border: 2px solid var(--page-color-redd-main);
}

.c-redd .related_items .caption-box-label {
  background-color: var(--page-color-redd-main);
  color: #fff;
}

.c-green .related_items .caption-box:not(.has-border-color) {
  border: 2px solid var(--page-color-green-main);
}

.c-green .related_items .caption-box-label {
  background-color: var(--page-color-green-main);
  color: #fff;
}

.c-yellow .related_items .caption-box:not(.has-border-color) {
  border: 2px solid var(--page-color-yellow-main);
}

.c-yellow .related_items .caption-box-label {
  background-color: var(--page-color-yellow-main);
  color: #fff;
}

.c-orange .related_items .caption-box:not(.has-border-color) {
  border: 2px solid var(--page-color-orange-main);
}

.c-orange .related_items .caption-box-label {
  background-color: var(--page-color-orange-main);
  color: #fff;
}

.c-skin-default.skin-uraomote-a .related_items .caption-box:not(.has-border-color) {
  border: 2px solid var(--page-color-blue-main);
}

.c-skin-default.skin-uraomote-a .related_items .caption-box-label {
  background-color: var(--page-color-blue-main);
  color: #fff;
}

.c-skin-default.skin-uraomote-b .related_items .caption-box:not(.has-border-color) {
  border: 2px solid var(--page-color-black-main);
}

.c-skin-default.skin-uraomote-b .related_items .caption-box-label {
  background-color: var(--page-color-black-main);
  color: #fff;
}

.c-skin-default.skin-uraomote-c .related_items .caption-box:not(.has-border-color) {
  border: 2px solid var(--page-color-black-main);
}

.c-skin-default.skin-uraomote-c .related_items .caption-box-label {
  background-color: var(--page-color-black-main);
  color: #fff;
}

/* 比較表
---------------------------------------------- */
.cmp-table {
  display: flex;
  margin-top: 1.4em;
  margin-bottom: var(--cocoon-content-margin-height);
  font-size: 0.9em;
  opacity: 0;
  transition: 1s;
}
@media screen and (max-width: 480px) {
  .cmp-table {
    font-size: 0.9em;
    overflow-x: scroll;
  }
}
.cmp-table .cmp-box {
  margin-bottom: 0;
}
.cmp-table .cmp-box .mix,
.cmp-table .cmp-box .gap {
  display: block;
  width: 220px;
}
@media screen and (max-width: 480px) {
  .cmp-table .cmp-box .mix,
  .cmp-table .cmp-box .gap {
    width: 113px;
  }
}
.cmp-table .cmp-item.gap {
  font-size: 1em;
  font-weight: bold;
  display: table;
  color: #5f6568;
  flex: none;
}
.cmp-table .cmp-item.gap .terms {
  display: flex;
  align-items: center;
  line-height: 1.1;
  padding: 3px 10px;
  text-align: left;
}
.cmp-table .cmp-item.gap .point:hover {
  overflow-y: hidden;
}
.cmp-table .cmp-item.gap .item-link::after {
  content: "";
  height: 64px;
}
@media screen and (max-width: 480px) {
  .cmp-table .cmp-item.gap .item-link::after {
    height: 66px;
  }
}
.cmp-table .cmp-item.mix .terms {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
}
.cmp-table .cmp-item.mix .terms:not(.image):not(.title) {
  background: #fff;
}
.cmp-table .cmp-item.mix .terms p {
  margin: 0;
  width: 100%;
}
.cmp-table .cmp-item.mix.this > .terms:not(.image) {
  background: #fffded;
}
.cmp-table .cmp-item.mix .btn {
  width: 90%;
  margin: 5px auto;
  display: block;
  padding: 5px;
  font-size: 0.9em;
}
.cmp-table .cmp-item .terms {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 3px 5px;
  font-size: 0.9em;
}
.cmp-table .cmp-item .terms .inner_wrap {
  line-height: normal;
}
.cmp-table .cmp-item .terms:not(.point) {
  text-align: center;
}
.cmp-table .cmp-item .terms:not(.point):not(.item-link) {
  white-space: normal;
  overflow: hidden;
}
.cmp-table .cmp-item .terms.name {
  font-weight: bold;
  white-space: normal !important;
  display: flex;
  align-items: center;
}
.cmp-table .cmp-item .terms.name:not(.terms) {
  justify-content: center;
}
.cmp-table .cmp-item .terms.name .inner_wrap {
  line-height: 1.2;
}
.cmp-table .cmp-item .terms.name a.related_table_name {
  text-decoration: underline;
}
.cmp-table .cmp-item .terms.name a.related_table_name:not(.is_default_link_color) {
  color: var(--cocoon-text-color);
}
.cmp-table .cmp-item .terms.image {
  min-height: 30px;
}
.cmp-table .cmp-item .terms.image img {
  width: 95%;
}
.cmp-table .cmp-item .terms.image a {
  line-height: 1;
  display: block;
}
.cmp-table .cmp-item .terms.prices .price {
  display: flex;
  flex-direction: column;
  padding: 3px;
  line-height: 1.2;
}
.cmp-table .cmp-item .terms.prices .price .before,
.cmp-table .cmp-item .terms.prices .price .in .before {
  text-decoration: line-through;
}
.cmp-table .cmp-item .terms.prices .price .after {
  font-weight: bold;
  color: #d10e24;
}
@media screen and (max-width: 480px) {
  .cmp-table .cmp-item .terms.prices .price > span:not(.before):not(.after) {
    display: none;
  }
  .cmp-table .cmp-item .terms.prices .price > span {
    display: block;
  }
}
.cmp-table .cmp-item .mark {
  display: inherit;
}
.cmp-table .cmp-item .mark img {
  position: relative;
}
.cmp-table .cmp-item .star {
  font-size: 1em;
  padding: 0;
}
.cmp-table .cmp-item .point {
  height: 150px;
  overflow: hidden;
}
.cmp-table .cmp-item .point:hover {
  overflow-y: scroll;
}
.cmp-table .cmp-item ul.osusumepoint {
  font-size: 0.9em;
  line-height: 1.5em;
}
.cmp-table .cmp-item p.kokogapoint {
  display: none;
}
.cmp-table .cmp-item .item-link {
  display: block;
}
.cmp-table .cmp-item .item-link a {
  width: 100%;
  margin: 0 0 3px 0;
  padding: 2px 5px;
  font-size: 13px;
}
.cmp-table.is-horizontal-table {
  flex-direction: column;
  overflow-x: auto;
}
.cmp-table.is-horizontal-table .cmp-item.gap,
.cmp-table.is-horizontal-table .cmp-box,
.cmp-table.is-horizontal-table .cmp-item.mix {
  width: 1000px;
}
.cmp-table.is-horizontal-table .cmp-box {
  display: flex;
  flex-direction: column;
}
.cmp-table.is-horizontal-table .cmp-box.scrollable-table {
  overflow: visible !important;
}
.cmp-table.is-horizontal-table .cmp-item .terms:first-of-type {
  position: -webkit-sticky;
  position: sticky;
  left: -1px;
  z-index: 1;
  background: #fff;
}
.cmp-table.is-horizontal-table .cmp-item.gap {
  display: flex;
}
.cmp-table.is-horizontal-table .cmp-item.gap .terms {
  border-top: 1px solid #ddd;
  background: #fcfcfc;
  text-align: left;
  font-size: 0.8em;
}
.cmp-table.is-horizontal-table .cmp-item.mix {
  display: flex;
  height: 75px;
}
.cmp-table.is-horizontal-table .cmp-item.mix .terms.name {
  align-items: flex-start;
  text-align: left;
}
.cmp-table.is-horizontal-table .cmp-item.mix .terms.image {
  padding: 0;
}
.cmp-table.is-horizontal-table .cmp-item.mix .btn {
  width: 100px;
  margin: 0;
  font-size: 10px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.cmp-table.is-horizontal-table .cmp-item .terms {
  width: 100px;
  height: auto;
  flex: none;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.cmp-table.is-horizontal-table .cmp-item .terms.title {
  display: none;
}
.cmp-table.is-horizontal-table .cmp-item .terms.image {
  width: 70px;
}
.cmp-table.is-horizontal-table .cmp-item .terms.image a {
  line-height: 0;
}
.cmp-table.is-horizontal-table .cmp-item .terms.image img {
  width: 100%;
}
.cmp-table.is-horizontal-table .cmp-item .terms:last-of-type {
  border-right: 1px solid #ddd;
}
.cmp-table.is-horizontal-table span.post__edit {
  display: none;
}
.cmp-table.is-vertical-table .cmp-box {
  display: -webkit-box;
  display: -moz-box;
  overflow-x: auto;
  width: 100%;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}
.cmp-table.is-vertical-table .cmp-box .mix,
.cmp-table.is-vertical-table .cmp-box .gap {
  display: block;
}
.cmp-table.is-vertical-table .cmp-item.gap .terms:not(.link) {
  background: #fcfcfc;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.cmp-table.is-vertical-table .cmp-item.mix .terms.image {
  padding: 0 2px;
  justify-content: flex-end;
}
.cmp-table.is-vertical-table .cmp-item.mix .terms:not(.title) {
  border-right: 1px solid #ddd;
}
.cmp-table.is-vertical-table .cmp-item .terms {
  border-top: 1px solid #ddd;
}
.cmp-table.is-vertical-table .cmp-item .terms:first-of-type.image {
  background: #fff;
  color: #fff;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
}
.cmp-table.is-vertical-table .cmp-item .terms:last-of-type {
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 480px) {
  .cmp-table.is-vertical-table .cmp-box .terms.title {
    background-color: transparent !important;
  }
  .cmp-table.is-vertical-table .cmp-item .terms.title {
    height: 2em;
  }
  .cmp-table.is-vertical-table .cmp-item .terms.image img {
    width: 100%;
  }
  .cmp-table.is-vertical-table .cmp-item.gap .terms.title {
    background: #f7f7f7;
    border: none;
    border-bottom: 1px solid #eee;
    align-items: flex-end;
    color: #5f6568;
  }
  .cmp-table.is-vertical-table .cmp-item.gap .terms:not(.image):not(.link):not(.title) {
    border-left: none;
    border-right: none;
    background: #fff;
  }
  .cmp-table.is-vertical-table .cmp-item.gap .terms:not(.image):not(.title) {
    border-right: none;
    background: #fff;
  }
  .cmp-table.is-vertical-table .cmp-item.mix:first-of-type .terms:not(.image) {
    border-left: 1px solid #ddd;
  }
  .cmp-table.is-vertical-table .cmp-item.mix:last-of-type .terms:not(.image) {
    border-right: 1px solid #ddd;
  }
  .cmp-table.is-vertical-table .cmp-item.mix .terms:not(.image) {
    border-top: none;
  }
  .cmp-table.is-vertical-table .cmp-item.mix .terms:last-of-type {
    border-bottom: 1px solid #ddd;
  }
}

/* 検索結果
----------------------------- */
.filter-box3 {
  position: relative;
  min-height: 150px;
  margin-top: 2em !important;
}

.failedMsg {
  display: none;
  opacity: 0;
  text-align: center;
  background-color: #f8fcff;
  padding: 50px 10px;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.mixitup-container-failed > .failedMsg {
  display: block;
  opacity: 1;
  transition: 200ms;
}
.mixitup-container-failed > .cmp-item.gap {
  opacity: 0;
  transition: 500ms;
}

/* フィールド内で改行する場合
-----------------------------*/
.related span.value p {
  margin: 0;
}

/* 関連アイテムの比較表の中に記号を表示する
-----------------------------------------------*/
span.mark {
  display: block;
}

.mark + br {
  display: none;
}

/* ページ内絞り込み検索
------------------------------------------------------------------ */
.search-wrap {
  margin-bottom: var(--cocoon-content-margin-height);
}
#main:not(.admin-page) .search-wrap.hidden_search_target .search-wrap-inner,
#main:not(.admin-page) .search-wrap.hidden_search_target .sortingGroups {
  opacity: 0;
  height: 1px;
  overflow: hidden;
}
.admin-page .search-wrap .search-wrap-inner,
.admin-page .search-wrap .search-target {
  border: 2px dashed #ddd;
  padding: 0 2px;
}

.search-target {
  margin-bottom: var(--cocoon-content-margin-height);
}
.search-target.is_failed .is_admin__failed_message {
  font-size: 13px;
  text-align: center;
  background: #fdf2f2;
  margin-bottom: 2em;
  padding: 0.5em;
}
#main:not(.admin-page) .search-target.is_failed {
  display: none;
}
#main:not(.admin-page) .mixitup-container-failed .search-wrap-inner .search-target.is_failed {
  display: block;
}
.search-target .related_items form.controls :where(.reset, .narowwingGroups) {
  display: none;
}
.search-target .related_items form.controls.type-default .form_inner .sortingGroups {
  margin-top: 5px;
  margin-bottom: 5px;
}
.admin-page .search-target .related_items form.controls::before {
  content: "※不具合防止のためアンケートフォーム内での絞り込み機能は使用できません。";
  color: #ef454a;
  font-size: 11px;
}

/* 商品紹介
------------------------------------------------------------------ */
.wp-block-showcase.has_border {
  border: 1px solid #ddd;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 480px) {
  .wp-block-showcase.has_border {
    padding: 10px;
  }
}
.wp-block-showcase.is_column1 .main_wrap .wp-block-columns {
  flex-wrap: wrap !important;
  gap: 0;
}
.wp-block-showcase.is_column1 .main_wrap .wp-block-columns .wp-block-column {
  flex-basis: 100%;
}
.wp-block-showcase.is_nowrap .wp-block-columns {
  flex-wrap: nowrap !important;
}
.wp-block-showcase .main_wrap {
  margin-bottom: var(--cocoon-content-margin-height);
}
.wp-block-showcase .wp-block-columns {
  gap: 1em;
  margin-bottom: 1em;
}
.wp-block-showcase .wp-block-columns .wp-block-column.column_left {
  justify-content: center;
}
@media screen and (max-width: 781px) {
  .wp-block-showcase .wp-block-columns .wp-block-column {
    margin-bottom: 0;
  }
}
.wp-block-showcase .wp-block-columns .slick-slider-wrap,
.wp-block-showcase .wp-block-columns .slick-slider-wrap-demo {
  margin-bottom: 1em;
}
.body .wp-block-showcase .inner_wrap {
  margin-bottom: 1em;
}
.wp-block-showcase .inner_wrap.rating-star {
  margin-bottom: 5px;
}
.wp-block-showcase .inner_wrap.iconlist-box {
  margin-top: 0;
}
.wp-block-showcase .title_wrap {
  display: flex;
  gap: 5px;
  flex-direction: column;
  font-size: 1.3em;
  margin-bottom: 22px;
}
.wp-block-showcase .title_wrap.is_horizontal:not(.is_text_align__center) {
  flex-direction: row;
  align-items: center;
}
.wp-block-showcase .title_wrap.is_text_align__center {
  justify-content: center;
  text-align: center;
}
.wp-block-showcase .title_wrap.is_text_align__center .icon_wrap {
  margin: auto;
}
.wp-block-showcase .title_wrap .main_text {
  line-height: 1.2;
}
.wp-block-showcase .title_wrap .main_text.is_bold {
  font-weight: bold;
}
.wp-block-showcase .title_wrap .sub_text {
  margin-bottom: 0;
  font-size: 13px;
  color: #999999;
}
.wp-block-showcase .item_name {
  margin-bottom: 5px;
  font-size: 1.1em;
}
.wp-block-showcase .item_name .main_text {
  line-height: 1.2;
}
.wp-block-showcase .item_name .main_text.is_bold {
  font-weight: bold;
}
.wp-block-showcase .item_name .sub_text {
  margin-bottom: 0;
  font-size: 12px;
  color: #999999;
}
.body .wp-block-showcase .rating_wrap {
  margin-bottom: 0.5em;
}
.wp-block-showcase .rating_wrap .rating-star {
  align-items: center;
}
.wp-block-showcase .rating_wrap .rating-star .rating-number {
  color: #ff2600;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1;
}
.wp-block-showcase .image_wrap .video-container {
  margin: 0;
}
.wp-block-showcase .image_wrap .video {
  margin: 0;
}
.wp-block-showcase .is_description {
  font-size: 0.95em;
}
.wp-block-showcase .is_description p {
  margin-bottom: 0.5em;
}
.wp-block-showcase .is_description th, .wp-block-showcase .is_description td {
  padding-inline: 10px;
}
.wp-block-showcase .list_wrap {
  font-size: 0.95em;
}
.wp-block-showcase .list_wrap:not(:last-child) {
  margin-bottom: 10px;
}
.wp-block-showcase .list_wrap ul {
  margin-bottom: 0;
  padding: 0;
}
.wp-block-showcase .list_wrap ul:not(.fa-ul) {
  margin-left: 0;
  padding-left: 0;
}
.wp-block-showcase .list_wrap .fa-ul {
  margin-left: 20px;
  padding-left: 0;
  margin-bottom: 5px;
}
.wp-block-showcase .list_wrap .fa-ul.fa_icon--dot .fa-li {
  scale: 0.6;
  font-size: 1em;
  margin-top: -0.12em;
}
.wp-block-showcase .list_wrap .fa-li {
  left: -1.5em;
  width: 1.5em;
}
.wp-block-showcase .list_wrap li {
  list-style: none;
  line-height: 1.2;
  margin: 0;
}
.body .wp-block-showcase .list_wrap li, .admin-page .wp-block-showcase .list_wrap li {
  margin-bottom: 5px;
}
.wp-block-showcase .list_wrap li.li-title {
  font-weight: bold;
}
.wp-block-showcase .tag_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  font-size: 12px;
  justify-content: left;
}
.wp-block-showcase .tag_wrap.is_row_reverse {
  flex-direction: column-reverse;
}
.wp-block-showcase .tag_wrap .tag_wrap__child {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.wp-block-showcase .tag_wrap .tag {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  gap: 2px;
}
.wp-block-showcase .tag_wrap .tag i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.wp-block-showcase .tag_wrap .tag i::before {
  font-size: 10px;
}
.wp-block-showcase .tag_wrap.is_style__label .tag {
  padding: 5px;
  background: #f3f3f3;
  border-radius: 3px;
}
.wp-block-showcase .tag_wrap.is_bold .tag {
  font-weight: bold;
}
.wp-block-showcase .flexBox.is_description tr {
  text-align: left;
}
.wp-block-showcase .btn_wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
}
.wp-block-showcase .btn_wrap.is_horizontal {
  flex-direction: row;
}
.wp-block-showcase .btn_wrap.is_position_bottom {
  margin-top: var(--cocoon-content-margin-height);
  margin-bottom: var(--cocoon-content-margin-height);
}
.wp-block-showcase .btn_wrap .micro-copy {
  line-height: 1.1;
  margin-bottom: 1px;
}
.wp-block-showcase .btn_wrap .button-block {
  flex: 1;
  margin: 0 auto;
  width: 100%;
}
.wp-block-showcase .btn_wrap .button-block a.btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 781px) {
  .wp-block-showcase .btn_wrap:not(.is_nowrap) {
    flex-direction: column;
  }
}
.wp-block-showcase .is_style__sticky_note {
  padding: 12px;
  border-bottom: 2px solid #ddd;
  background-color: #f5f8fa;
}
.c-blue .wp-block-showcase .is_style__sticky_note {
  border-left: 6px solid var(--page-color-blue-main);
}
.c-black .wp-block-showcase .is_style__sticky_note {
  border-left: 6px solid var(--page-color-black-main);
}
.c-sick .wp-block-showcase .is_style__sticky_note {
  border-left: 6px solid var(--page-color-sick-main);
}
.c-pink .wp-block-showcase .is_style__sticky_note {
  border-left: 6px solid var(--page-color-pink-main);
}
.c-redd .wp-block-showcase .is_style__sticky_note {
  border-left: 6px solid var(--page-color-redd-main);
}
.c-green .wp-block-showcase .is_style__sticky_note {
  border-left: 6px solid var(--page-color-green-main);
}
.c-yellow .wp-block-showcase .is_style__sticky_note {
  border-left: 6px solid var(--page-color-yellow-main);
}
.c-orange .wp-block-showcase .is_style__sticky_note {
  border-left: 6px solid var(--page-color-orange-main);
}
.c-skin-default.skin-uraomote-a .wp-block-showcase .is_style__sticky_note {
  border-left: 6px solid var(--page-color-blue-main);
}
.c-skin-default.skin-uraomote-b .wp-block-showcase .is_style__sticky_note {
  border-left: 6px solid var(--page-color-black-main);
}
.c-skin-default.skin-uraomote-c .wp-block-showcase .is_style__sticky_note {
  border-left: 6px solid var(--page-color-black-main);
}
.wp-block-showcase.has_border .is_style__sticky_note {
  border-bottom-width: 1px;
  margin-top: -20px;
  margin-inline: -20px;
}
.is_mobile .wp-block-showcase.has_border .is_style__sticky_note {
  margin-top: -10px;
  margin-inline: -10px;
}

/* 絞り込み検索フォームカラー
------------------------------- */
.c-blue .controls.survey .column_type__wrap .title span.q_num {
  background: var(--page-color-blue-main);
  color: #fff;
}
.c-black .controls.survey .column_type__wrap .title span.q_num {
  background: var(--page-color-black-main);
  color: #fff;
}
.c-sick .controls.survey .column_type__wrap .title span.q_num {
  background: var(--page-color-sick-main);
  color: #fff;
}
.c-pink .controls.survey .column_type__wrap .title span.q_num {
  background: var(--page-color-pink-main);
  color: #fff;
}
.c-redd .controls.survey .column_type__wrap .title span.q_num {
  background: var(--page-color-redd-main);
  color: #fff;
}
.c-green .controls.survey .column_type__wrap .title span.q_num {
  background: var(--page-color-green-main);
  color: #fff;
}
.c-yellow .controls.survey .column_type__wrap .title span.q_num {
  background: var(--page-color-yellow-main);
  color: #fff;
}
.c-orange .controls.survey .column_type__wrap .title span.q_num {
  background: var(--page-color-orange-main);
  color: #fff;
}
.c-skin-default.skin-uraomote-a .controls.survey .column_type__wrap .title span.q_num {
  background: var(--page-color-blue-main);
  color: #fff;
}
.c-skin-default.skin-uraomote-b .controls.survey .column_type__wrap .title span.q_num {
  background: var(--page-color-black-main);
  color: #fff;
}
.c-skin-default.skin-uraomote-c .controls.survey .column_type__wrap .title span.q_num {
  background: var(--page-color-black-main);
  color: #fff;
}

.c-blue .controls.cmp.ranking .cmpTermsHeader .sort {
  background-color: var(--page-color-blue-sub);
}
.c-black .controls.cmp.ranking .cmpTermsHeader .sort {
  background-color: var(--page-color-black-sub);
}
.c-sick .controls.cmp.ranking .cmpTermsHeader .sort {
  background-color: var(--page-color-sick-sub);
}
.c-pink .controls.cmp.ranking .cmpTermsHeader .sort {
  background-color: var(--page-color-pink-sub);
}
.c-redd .controls.cmp.ranking .cmpTermsHeader .sort {
  background-color: var(--page-color-redd-sub);
}
.c-green .controls.cmp.ranking .cmpTermsHeader .sort {
  background-color: var(--page-color-green-sub);
}
.c-yellow .controls.cmp.ranking .cmpTermsHeader .sort {
  background-color: var(--page-color-yellow-sub);
}
.c-orange .controls.cmp.ranking .cmpTermsHeader .sort {
  background-color: var(--page-color-orange-sub);
}
.c-skin-default.skin-uraomote-a .controls.cmp.ranking .cmpTermsHeader .sort {
  background-color: var(--page-color-blue-sub);
}
.c-skin-default.skin-uraomote-b .controls.cmp.ranking .cmpTermsHeader .sort {
  background-color: var(--page-color-black-sub);
}
.c-skin-default.skin-uraomote-c .controls.cmp.ranking .cmpTermsHeader .sort {
  background-color: var(--page-color-black-sub);
}

.c-blue .controls.cmp.ranking .cmpTermsHeader .sort.mixitup-control-active,
.c-blue .controls.type-default .narowwingGroups .terms input[type=checkbox]:checked + span,
.c-blue .controls.type-default .narowwingGroups .terms input[type=radio]:checked + span {
  background-color: var(--page-color-blue-main);
  color: #fff;
  border-color: var(--page-color-blue-main);
}
.c-black .controls.cmp.ranking .cmpTermsHeader .sort.mixitup-control-active,
.c-black .controls.type-default .narowwingGroups .terms input[type=checkbox]:checked + span,
.c-black .controls.type-default .narowwingGroups .terms input[type=radio]:checked + span {
  background-color: var(--page-color-black-main);
  color: #fff;
  border-color: var(--page-color-black-main);
}
.c-sick .controls.cmp.ranking .cmpTermsHeader .sort.mixitup-control-active,
.c-sick .controls.type-default .narowwingGroups .terms input[type=checkbox]:checked + span,
.c-sick .controls.type-default .narowwingGroups .terms input[type=radio]:checked + span {
  background-color: var(--page-color-sick-main);
  color: #fff;
  border-color: var(--page-color-sick-main);
}
.c-pink .controls.cmp.ranking .cmpTermsHeader .sort.mixitup-control-active,
.c-pink .controls.type-default .narowwingGroups .terms input[type=checkbox]:checked + span,
.c-pink .controls.type-default .narowwingGroups .terms input[type=radio]:checked + span {
  background-color: var(--page-color-pink-main);
  color: #fff;
  border-color: var(--page-color-pink-main);
}
.c-redd .controls.cmp.ranking .cmpTermsHeader .sort.mixitup-control-active,
.c-redd .controls.type-default .narowwingGroups .terms input[type=checkbox]:checked + span,
.c-redd .controls.type-default .narowwingGroups .terms input[type=radio]:checked + span {
  background-color: var(--page-color-redd-main);
  color: #fff;
  border-color: var(--page-color-redd-main);
}
.c-green .controls.cmp.ranking .cmpTermsHeader .sort.mixitup-control-active,
.c-green .controls.type-default .narowwingGroups .terms input[type=checkbox]:checked + span,
.c-green .controls.type-default .narowwingGroups .terms input[type=radio]:checked + span {
  background-color: var(--page-color-green-main);
  color: #fff;
  border-color: var(--page-color-green-main);
}
.c-yellow .controls.cmp.ranking .cmpTermsHeader .sort.mixitup-control-active,
.c-yellow .controls.type-default .narowwingGroups .terms input[type=checkbox]:checked + span,
.c-yellow .controls.type-default .narowwingGroups .terms input[type=radio]:checked + span {
  background-color: var(--page-color-yellow-main);
  color: #fff;
  border-color: var(--page-color-yellow-main);
}
.c-orange .controls.cmp.ranking .cmpTermsHeader .sort.mixitup-control-active,
.c-orange .controls.type-default .narowwingGroups .terms input[type=checkbox]:checked + span,
.c-orange .controls.type-default .narowwingGroups .terms input[type=radio]:checked + span {
  background-color: var(--page-color-orange-main);
  color: #fff;
  border-color: var(--page-color-orange-main);
}
.c-skin-default.skin-uraomote-a .controls.cmp.ranking .cmpTermsHeader .sort.mixitup-control-active,
.c-skin-default.skin-uraomote-a .controls.type-default .narowwingGroups .terms input[type=checkbox]:checked + span,
.c-skin-default.skin-uraomote-a .controls.type-default .narowwingGroups .terms input[type=radio]:checked + span {
  background-color: var(--page-color-blue-main);
  color: #fff;
  border-color: var(--page-color-blue-main);
}
.c-skin-default.skin-uraomote-b .controls.cmp.ranking .cmpTermsHeader .sort.mixitup-control-active,
.c-skin-default.skin-uraomote-b .controls.type-default .narowwingGroups .terms input[type=checkbox]:checked + span,
.c-skin-default.skin-uraomote-b .controls.type-default .narowwingGroups .terms input[type=radio]:checked + span {
  background-color: var(--page-color-black-main);
  color: #fff;
  border-color: var(--page-color-black-main);
}
.c-skin-default.skin-uraomote-c .controls.cmp.ranking .cmpTermsHeader .sort.mixitup-control-active,
.c-skin-default.skin-uraomote-c .controls.type-default .narowwingGroups .terms input[type=checkbox]:checked + span,
.c-skin-default.skin-uraomote-c .controls.type-default .narowwingGroups .terms input[type=radio]:checked + span {
  background-color: var(--page-color-black-main);
  color: #fff;
  border-color: var(--page-color-black-main);
}

.c-blue .controls.survey .q_wrap input[type=checkbox]:checked + span,
.c-blue .controls.survey .q_wrap input[type=radio]:checked + span {
  border-color: var(--page-color-blue-main);
  font-weight: bold;
}
.c-black .controls.survey .q_wrap input[type=checkbox]:checked + span,
.c-black .controls.survey .q_wrap input[type=radio]:checked + span {
  border-color: var(--page-color-black-main);
  font-weight: bold;
}
.c-sick .controls.survey .q_wrap input[type=checkbox]:checked + span,
.c-sick .controls.survey .q_wrap input[type=radio]:checked + span {
  border-color: var(--page-color-sick-main);
  font-weight: bold;
}
.c-pink .controls.survey .q_wrap input[type=checkbox]:checked + span,
.c-pink .controls.survey .q_wrap input[type=radio]:checked + span {
  border-color: var(--page-color-pink-main);
  font-weight: bold;
}
.c-redd .controls.survey .q_wrap input[type=checkbox]:checked + span,
.c-redd .controls.survey .q_wrap input[type=radio]:checked + span {
  border-color: var(--page-color-redd-main);
  font-weight: bold;
}
.c-green .controls.survey .q_wrap input[type=checkbox]:checked + span,
.c-green .controls.survey .q_wrap input[type=radio]:checked + span {
  border-color: var(--page-color-green-main);
  font-weight: bold;
}
.c-yellow .controls.survey .q_wrap input[type=checkbox]:checked + span,
.c-yellow .controls.survey .q_wrap input[type=radio]:checked + span {
  border-color: var(--page-color-yellow-main);
  font-weight: bold;
}
.c-orange .controls.survey .q_wrap input[type=checkbox]:checked + span,
.c-orange .controls.survey .q_wrap input[type=radio]:checked + span {
  border-color: var(--page-color-orange-main);
  font-weight: bold;
}
.c-skin-default.skin-uraomote-a .controls.survey .q_wrap input[type=checkbox]:checked + span,
.c-skin-default.skin-uraomote-a .controls.survey .q_wrap input[type=radio]:checked + span {
  border-color: var(--page-color-blue-main);
  font-weight: bold;
}
.c-skin-default.skin-uraomote-b .controls.survey .q_wrap input[type=checkbox]:checked + span,
.c-skin-default.skin-uraomote-b .controls.survey .q_wrap input[type=radio]:checked + span {
  border-color: var(--page-color-black-main);
  font-weight: bold;
}
.c-skin-default.skin-uraomote-c .controls.survey .q_wrap input[type=checkbox]:checked + span,
.c-skin-default.skin-uraomote-c .controls.survey .q_wrap input[type=radio]:checked + span {
  border-color: var(--page-color-black-main);
  font-weight: bold;
}

.expd_wrapper {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 480px) {
  .expd_wrapper {
    display: block;
  }
}

/* flexBox
------------------------------------------------------------------*/
table.flexBox {
  width: 100% !important;
  border-color: transparent;
  font-size: min(0.9em, 15px);
}
table.flexBox tbody {
  display: flex;
  flex-wrap: wrap;
  border-radius: 2px;
  border: 1px solid;
  border-color: transparent;
}
table.flexBox tr {
  display: flex;
  flex-direction: column;
  flex: 1 25%;
  text-align: center;
  border: 1px solid;
  border-color: transparent;
}
@media screen and (max-width: 480px) {
  table.flexBox tr {
    flex: 1 50%;
  }
}
table.flexBox th,
table.flexBox td {
  border: none;
  font-size: 1em;
}
@media screen and (max-width: 480px) {
  table.flexBox th,
  table.flexBox td {
    font-size: 1em;
  }
}
table.flexBox th {
  font-weight: normal;
  white-space: nowrap;
  padding: 3px 5px;
  font-size: 0.9em;
}
table.flexBox td {
  background: #fff;
  height: 100%;
  white-space: normal;
  padding: 5px;
}
table.flexBox p {
  margin: 0 !important;
}
table.flexBox .in {
  display: flex;
  height: 100%;
  justify-content: center;
  vertical-align: middle;
  align-items: center;
}
table.flexBox .in span.value {
  margin: 0;
  color: inherit;
  padding: 0;
  height: auto;
  line-height: inherit;
}
table.flexBox.t_align_left .in {
  justify-content: flex-start;
  text-align: left;
}
table.flexBox.v_align_top .in {
  align-items: flex-start;
}
table.flexBox.row1 tr {
  flex: 1;
}
table.flexBox.row1 tr:last-child {
  border-right: 1px solid;
  border-color: inherit;
}
@media screen and (max-width: 480px) {
  table.flexBox.row1 tr {
    flex: none;
    flex-direction: row;
    width: 100%;
    border-bottom: none;
  }
  table.flexBox.row1 tr:last-child {
    border-bottom: 1px solid;
    border-color: inherit;
    border-right: none;
    margin-right: 0;
  }
  table.flexBox.row1 th {
    width: 35%;
    text-align: left;
    white-space: normal;
  }
  table.flexBox.row1 td {
    width: 65%;
    white-space: normal;
  }
}
table.flexBox.row2 {
  display: flex;
}
table.flexBox.row2 tbody {
  width: 100%;
}
table.flexBox.row2 tr {
  flex: none;
  flex-direction: row;
  flex: 1 50%;
}
@media screen and (max-width: 480px) {
  table.flexBox.row2 tr {
    flex: 1 100%;
  }
}
table.flexBox.row2 th {
  flex-basis: 150px;
  white-space: normal;
  text-align: left;
}
table.flexBox.row2 td {
  flex: 1;
  white-space: normal;
}
.c-blue table.flexBox:not(.is_type__row) th {
  background-color: var(--page-color-blue-main);
  color: #fff;
}
.c-blue table.flexBox tbody,
.c-blue table.flexBox tr {
  border-color: var(--page-color-blue-main);
  background: transparent;
}
.c-black table.flexBox:not(.is_type__row) th {
  background-color: var(--page-color-black-main);
  color: #fff;
}
.c-black table.flexBox tbody,
.c-black table.flexBox tr {
  border-color: var(--page-color-black-main);
  background: transparent;
}
.c-sick table.flexBox:not(.is_type__row) th {
  background-color: var(--page-color-sick-main);
  color: #fff;
}
.c-sick table.flexBox tbody,
.c-sick table.flexBox tr {
  border-color: var(--page-color-sick-main);
  background: transparent;
}
.c-pink table.flexBox:not(.is_type__row) th {
  background-color: var(--page-color-pink-main);
  color: #fff;
}
.c-pink table.flexBox tbody,
.c-pink table.flexBox tr {
  border-color: var(--page-color-pink-main);
  background: transparent;
}
.c-redd table.flexBox:not(.is_type__row) th {
  background-color: var(--page-color-redd-main);
  color: #fff;
}
.c-redd table.flexBox tbody,
.c-redd table.flexBox tr {
  border-color: var(--page-color-redd-main);
  background: transparent;
}
.c-green table.flexBox:not(.is_type__row) th {
  background-color: var(--page-color-green-main);
  color: #fff;
}
.c-green table.flexBox tbody,
.c-green table.flexBox tr {
  border-color: var(--page-color-green-main);
  background: transparent;
}
.c-yellow table.flexBox:not(.is_type__row) th {
  background-color: var(--page-color-yellow-main);
  color: #fff;
}
.c-yellow table.flexBox tbody,
.c-yellow table.flexBox tr {
  border-color: var(--page-color-yellow-main);
  background: transparent;
}
.c-orange table.flexBox:not(.is_type__row) th {
  background-color: var(--page-color-orange-main);
  color: #fff;
}
.c-orange table.flexBox tbody,
.c-orange table.flexBox tr {
  border-color: var(--page-color-orange-main);
  background: transparent;
}
.c-skin-default.skin-uraomote-a table.flexBox:not(.is_type__row) th {
  background-color: var(--page-color-blue-main);
  color: #fff;
}
.c-skin-default.skin-uraomote-a table.flexBox tbody,
.c-skin-default.skin-uraomote-a table.flexBox tr {
  border-color: var(--page-color-blue-main);
  background: transparent;
}
.c-skin-default.skin-uraomote-b table.flexBox:not(.is_type__row) th {
  background-color: var(--cocoon-xx-thin-color);
  color: #333;
}
.c-skin-default.skin-uraomote-b table.flexBox tbody,
.c-skin-default.skin-uraomote-b table.flexBox tr {
  border-color: var(--cocoon-xx-thin-color);
  background: transparent;
}
.c-skin-default.skin-uraomote-c table.flexBox:not(.is_type__row) th {
  background-color: var(--cocoon-xx-thin-color);
  color: #333;
}
.c-skin-default.skin-uraomote-c table.flexBox tbody,
.c-skin-default.skin-uraomote-c table.flexBox tr {
  border-color: var(--cocoon-xx-thin-color);
  background: transparent;
}
table.flexBox + .flexBox:not(.inner_wrap) {
  margin-top: calc(var(--cocoon-content-margin-height) * -1 + 0.5em);
}
table.flexBox.is_description:not(.is_type__table2):not(.is_type__table) tbody, table.flexBox.is_type__text tbody {
  border: none;
}
table.flexBox.is_description:not(.is_type__table2):not(.is_type__table) tr, table.flexBox.is_type__text tr {
  border: none;
  background-color: transparent;
}
table.flexBox.is_description:not(.is_type__table2):not(.is_type__table) th, table.flexBox.is_type__text th {
  font-weight: bold;
  padding: 0;
  background-color: transparent;
  color: inherit;
  font-weight: bold;
}
table.flexBox.is_description:not(.is_type__table2):not(.is_type__table) td, table.flexBox.is_type__text td {
  padding: 0;
  background-color: transparent;
}
.wp-block-showcase .wp-block-column table.flexBox.is_description.has_title th {
  display: none;
}
.wp-block-showcase .wp-block-column table.flexBox.is_description tbody {
  border: none;
}
.wp-block-showcase .wp-block-column table.flexBox.is_description tr {
  border: none;
  background-color: transparent;
}
.wp-block-showcase .wp-block-column table.flexBox.is_description td {
  padding: 0;
  background-color: transparent;
}
table.flexBox.is_type__table2 tbody, table.flexBox.is_type__table2 tr {
  border-color: transparent !important;
}
table.flexBox.is_type__table2 td {
  background: transparent;
}
.wp-block-showcase .wp-block-column table.flexBox.is_type__table2 td {
  background: transparent;
}
table.flexBox.is_type__row tbody {
  border: none;
  gap: 5px 10px;
  justify-content: space-between;
  font-size: 1em;
}
table.flexBox.is_type__row tr {
  text-align: left;
  flex: 1 50%;
  align-items: baseline;
  max-width: calc(50% - 5px);
  flex-direction: row;
  border: none;
  border-bottom: 1px solid #ddd;
  background-color: transparent;
}
table.flexBox.is_type__row tr th {
  flex: 1;
  background-color: transparent;
  color: #737373;
  padding: 3px;
}
table.flexBox.is_type__row tr td {
  flex: 2;
  background-color: transparent;
  padding: 3px;
}
table.flexBox.is_type__row tr td .in {
  justify-content: flex-start;
  align-items: flex-start;
}
.is_mobile table.flexBox.is_type__row tr {
  width: 100%;
  max-width: 100%;
  flex: 1 100%;
}
.is_mobile table.flexBox.is_type__row tr th {
  white-space: wrap;
}
.is_mobile table.flexBox.is_type__row tr td .in {
  align-items: center;
}
table.flexBox.is_stretch tbody {
  justify-content: stretch;
}
table.flexBox.is_stretch tr {
  flex: auto;
  max-width: 100%;
  justify-content: stretch;
}
table.flexBox.is_stretch tr td {
  flex: auto;
}
.is_mobile table.flexBox.is_stretch tr td {
  flex: 2;
}

/* サイト内検索（FE Advanced Search）
---------------------------------------------------------------------- */
.main [id^=feas-searchform] {
  padding: 1.5em 1em;
  margin-bottom: var(--cocoon-content-margin-height);
}
.c-blue .main [id^=feas-searchform] {
  background-image: linear-gradient(-45deg, rgba(186, 190, 193, 0.1) 25%, rgba(186, 190, 193, 0) 25%, rgba(186, 190, 193, 0) 50%, rgba(186, 190, 193, 0.1) 50%, rgba(186, 190, 193, 0.1) 75%, rgba(186, 190, 193, 0) 75%);
  background-size: 6px 6px;
}
.c-blue .main [id^=feas-searchform] .search-item .feas-searchform-title {
  background-color: #4eb7d9;
}
.c-blue .main [id^=feas-searchform] .search-item input:checked + span {
  border: 1px solid #4eb7d9;
  color: #333;
  background-color: #d9f5fe;
}
.c-black .main [id^=feas-searchform] {
  background-image: linear-gradient(-45deg, rgba(186, 190, 193, 0.1) 25%, rgba(186, 190, 193, 0) 25%, rgba(186, 190, 193, 0) 50%, rgba(186, 190, 193, 0.1) 50%, rgba(186, 190, 193, 0.1) 75%, rgba(186, 190, 193, 0) 75%);
  background-size: 6px 6px;
}
.c-black .main [id^=feas-searchform] .search-item .feas-searchform-title {
  background-color: #454C50;
}
.c-black .main [id^=feas-searchform] .search-item input:checked + span {
  border: 1px solid #454C50;
  color: #333;
  background-color: #efefef;
}
.c-sick .main [id^=feas-searchform] {
  background-image: linear-gradient(-45deg, rgba(186, 190, 193, 0.1) 25%, rgba(186, 190, 193, 0) 25%, rgba(186, 190, 193, 0) 50%, rgba(186, 190, 193, 0.1) 50%, rgba(186, 190, 193, 0.1) 75%, rgba(186, 190, 193, 0) 75%);
  background-size: 6px 6px;
}
.c-sick .main [id^=feas-searchform] .search-item .feas-searchform-title {
  background-color: #235180;
}
.c-sick .main [id^=feas-searchform] .search-item input:checked + span {
  border: 1px solid #235180;
  color: #333;
  background-color: #ddd;
}
.c-pink .main [id^=feas-searchform] {
  background-image: linear-gradient(-45deg, rgba(186, 190, 193, 0.1) 25%, rgba(186, 190, 193, 0) 25%, rgba(186, 190, 193, 0) 50%, rgba(186, 190, 193, 0.1) 50%, rgba(186, 190, 193, 0.1) 75%, rgba(186, 190, 193, 0) 75%);
  background-size: 6px 6px;
}
.c-pink .main [id^=feas-searchform] .search-item .feas-searchform-title {
  background-color: #F99292;
}
.c-pink .main [id^=feas-searchform] .search-item input:checked + span {
  border: 1px solid #F99292;
  color: #333;
  background-color: #ffe6c4;
}
.c-redd .main [id^=feas-searchform] {
  background-image: linear-gradient(-45deg, rgba(186, 190, 193, 0.1) 25%, rgba(186, 190, 193, 0) 25%, rgba(186, 190, 193, 0) 50%, rgba(186, 190, 193, 0.1) 50%, rgba(186, 190, 193, 0.1) 75%, rgba(186, 190, 193, 0) 75%);
  background-size: 6px 6px;
}
.c-redd .main [id^=feas-searchform] .search-item .feas-searchform-title {
  background-color: #ef454a;
}
.c-redd .main [id^=feas-searchform] .search-item input:checked + span {
  border: 1px solid #ef454a;
  color: #333;
  background-color: #fff1f3;
}
.c-green .main [id^=feas-searchform] {
  background-image: linear-gradient(-45deg, rgba(186, 190, 193, 0.1) 25%, rgba(186, 190, 193, 0) 25%, rgba(186, 190, 193, 0) 50%, rgba(186, 190, 193, 0.1) 50%, rgba(186, 190, 193, 0.1) 75%, rgba(186, 190, 193, 0) 75%);
  background-size: 6px 6px;
}
.c-green .main [id^=feas-searchform] .search-item .feas-searchform-title {
  background-color: #3abc98;
}
.c-green .main [id^=feas-searchform] .search-item input:checked + span {
  border: 1px solid #3abc98;
  color: #333;
  background-color: #bcf5e6;
}
.c-yellow .main [id^=feas-searchform] {
  background-image: linear-gradient(-45deg, rgba(186, 190, 193, 0.1) 25%, rgba(186, 190, 193, 0) 25%, rgba(186, 190, 193, 0) 50%, rgba(186, 190, 193, 0.1) 50%, rgba(186, 190, 193, 0.1) 75%, rgba(186, 190, 193, 0) 75%);
  background-size: 6px 6px;
}
.c-yellow .main [id^=feas-searchform] .search-item .feas-searchform-title {
  background-color: #ffcb4f;
}
.c-yellow .main [id^=feas-searchform] .search-item input:checked + span {
  border: 1px solid #ffcb4f;
  color: #333;
  background-color: #ffeec6;
}
.c-orange .main [id^=feas-searchform] {
  background-image: linear-gradient(-45deg, rgba(186, 190, 193, 0.1) 25%, rgba(186, 190, 193, 0) 25%, rgba(186, 190, 193, 0) 50%, rgba(186, 190, 193, 0.1) 50%, rgba(186, 190, 193, 0.1) 75%, rgba(186, 190, 193, 0) 75%);
  background-size: 6px 6px;
}
.c-orange .main [id^=feas-searchform] .search-item .feas-searchform-title {
  background-color: #f6a068;
}
.c-orange .main [id^=feas-searchform] .search-item input:checked + span {
  border: 1px solid #f6a068;
  color: #333;
  background-color: #ffe6c4;
}
.c-skin-default.skin-uraomote-a .main [id^=feas-searchform] {
  background-image: linear-gradient(-45deg, rgba(186, 190, 193, 0.1) 25%, rgba(186, 190, 193, 0) 25%, rgba(186, 190, 193, 0) 50%, rgba(186, 190, 193, 0.1) 50%, rgba(186, 190, 193, 0.1) 75%, rgba(186, 190, 193, 0) 75%);
  background-size: 6px 6px;
}
.c-skin-default.skin-uraomote-a .main [id^=feas-searchform] .search-item .feas-searchform-title {
  background-color: #4eb7d9;
}
.c-skin-default.skin-uraomote-a .main [id^=feas-searchform] .search-item input:checked + span {
  border: 1px solid #4eb7d9;
  color: #333;
  background-color: #d9f5fe;
}
.c-skin-default.skin-uraomote-b .main [id^=feas-searchform] {
  background-image: linear-gradient(-45deg, rgba(186, 190, 193, 0.1) 25%, rgba(186, 190, 193, 0) 25%, rgba(186, 190, 193, 0) 50%, rgba(186, 190, 193, 0.1) 50%, rgba(186, 190, 193, 0.1) 75%, rgba(186, 190, 193, 0) 75%);
  background-size: 6px 6px;
}
.c-skin-default.skin-uraomote-b .main [id^=feas-searchform] .search-item .feas-searchform-title {
  background-color: #2d2d2d;
}
.c-skin-default.skin-uraomote-b .main [id^=feas-searchform] .search-item input:checked + span {
  border: 1px solid #2d2d2d;
  color: #333;
  background-color: #efefef;
}
.c-skin-default.skin-uraomote-c .main [id^=feas-searchform] {
  background-image: linear-gradient(-45deg, rgba(186, 190, 193, 0.1) 25%, rgba(186, 190, 193, 0) 25%, rgba(186, 190, 193, 0) 50%, rgba(186, 190, 193, 0.1) 50%, rgba(186, 190, 193, 0.1) 75%, rgba(186, 190, 193, 0) 75%);
  background-size: 6px 6px;
}
.c-skin-default.skin-uraomote-c .main [id^=feas-searchform] .search-item .feas-searchform-title {
  background-color: #2d2d2d;
}
.c-skin-default.skin-uraomote-c .main [id^=feas-searchform] .search-item input:checked + span {
  border: 1px solid #2d2d2d;
  color: #333;
  background-color: #efefef;
}
[id^=feas-searchform] .search-item {
  opacity: 1;
  height: auto;
  transition: 0.2s;
  display: table;
  padding: 2px 5px;
  width: 100%;
}
.main [id^=feas-searchform] .search-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
[id^=feas-searchform] .search-item .feas-searchform-title {
  padding: 2px 0;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  color: #555;
}
[id^=feas-searchform] .search-item .feas-searchform-title span {
  background: #67c2ef;
  color: #fff;
  padding: 5px 10px 3px 10px;
  font-size: 0.9em;
}
[id^=feas-searchform] .search-item .feas-searchform-title.no-border {
  border-bottom: none;
}
.main [id^=feas-searchform] .search-item .feas-searchform-title {
  flex-basis: 200px;
  background-color: #5bc0de;
  border: none;
  padding: 5px 8px;
  color: #fff;
  border-radius: 3px;
  font-weight: normal;
}
@media screen and (max-width: 480px) {
  .main [id^=feas-searchform] .search-item .feas-searchform-title {
    flex-basis: 100%;
    margin: 5px 0 5px;
  }
}
@media screen and (max-width: 480px) {
  .sidebar [id^=feas-searchform] .search-item .feas-searchform-title {
    font-size: 1em;
    padding: 5px 0 2px;
  }
}
.main [id^=feas-searchform] .search-item .feas-terms {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  padding: 0px 3px;
}
[id^=feas-searchform] .search-item .feas-terms label {
  padding: 0;
  display: flex;
  align-items: center;
}
.main [id^=feas-searchform] .search-item .feas-terms label {
  display: flex;
  flex: 1;
  white-space: nowrap;
  padding: 0;
  margin: 3px;
}
@media screen and (max-width: 480px) {
  .main [id^=feas-searchform] .search-item .feas-terms label {
    display: flex;
    flex: 1 100%;
    padding: 0;
    margin: 2px 0;
  }
  .sidebar [id^=feas-searchform] .search-item .feas-terms label {
    padding: 4px;
  }
}
.main [id^=feas-searchform] .search-item .feas-terms label input[type=radio],
.main [id^=feas-searchform] .search-item .feas-terms label input[type=checkbox] {
  display: none !important;
}
.sidebar [id^=feas-searchform] .search-item .feas-terms label input[type=radio],
.sidebar [id^=feas-searchform] .search-item .feas-terms label input[type=checkbox] {
  display: inline-block;
}
[id^=feas-searchform] .search-item .feas-terms label span {
  background-color: #fff;
  padding: 0 7px;
  border-radius: 3px;
  border: 1px solid #ccc;
}
.main [id^=feas-searchform] .search-item .feas-terms label span {
  height: auto;
  width: 100%;
  text-align: center;
  font-size: 0.9em;
  line-height: 1.2em;
  padding: 5px;
}
@media screen and (max-width: 480px) {
  .main [id^=feas-searchform] .search-item .feas-terms label span {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    display: block;
  }
}
.sidebar [id^=feas-searchform] .search-item .feas-terms label span {
  background-color: rgba(0, 0, 0, 0);
  border: 0px solid #fff;
  display: initial;
  font-size: 0.95em;
}
[id^=feas-searchform] .search-item input {
  font-size: 0.9em;
  padding: 8px;
}
.main [id^=feas-searchform] .search-item input {
  flex: 1;
  margin: 1px 3px;
}
[id^=feas-searchform] .search-item input[type=text] {
  min-height: 30px;
}
[id^=feas-searchform] .search-item input:checked + span {
  background-color: #67c2ef;
  color: #fff;
  border: 1px solid #67c2ef;
}
.sidebar [id^=feas-searchform] .search-item input:checked + span {
  background-color: rgba(0, 0, 0, 0);
  color: #000;
  border: 0px solid #fff;
}
@media screen and (max-width: 480px) {
  [id^=feas-searchform] .search-item input:checked + span {
    margin: 1px 0;
  }
}
[id^=feas-searchform] .search-item select {
  font-size: 0.9em;
  border: 1px solid #ccc;
  padding: 5px;
  min-height: 30px;
}
.main [id^=feas-searchform] .search-item select {
  flex: 1;
  margin: 1px 3px;
}
[id^=feas-searchform] .search-item select option {
  padding: 1px 0px 1px 4px;
}
[id^=feas-searchform] .search-item.is-hide, [id^=feas-searchform] .search-item.is-hide > div, [id^=feas-searchform] .search-item.is-hide > label {
  opacity: 0;
  height: 0;
  padding: 0;
  display: block;
}
[id^=feas-searchform] .input_wrap {
  display: flex;
  flex-direction: row-reverse;
  gap: 5px;
  margin: 1em auto;
  width: 70%;
}
.sidebar [id^=feas-searchform] .input_wrap {
  width: 90%;
}
@media screen and (max-width: 480px) {
  [id^=feas-searchform] .input_wrap {
    width: 90%;
  }
}
[id^=feas-searchform] input {
  font-family: inherit;
}
[id^=feas-searchform] input[type=submit] {
  display: block;
  padding: 8px 10px;
  border-radius: 5px;
  border: none;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  background-image: none !important;
  font-size: 1em;
  margin: 0.5em 0;
}
[id^=feas-searchform] input[type=submit]:hover {
  cursor: pointer;
}
[id^=feas-searchform] input[type=submit] {
  color: var(--cocoon-text-color);
  background: #eee;
  border-bottom-color: #ccc;
}
[id^=feas-searchform] input[type=reset] {
  display: block;
  margin-top: 1em;
  padding: 2px 5px;
}
[id^=feas-searchform] .feas-reset-button {
  width: 100%;
  color: #1e50a2;
  background: transparent;
  border: none;
  font-weight: bold;
  margin-top: 1em;
  cursor: pointer;
  text-align: center;
  font-size: 13px;
}
[id^=feas-searchform] .feas-reset-button::before {
  font-family: "font awesome 5 free";
  content: "\f2f1";
  font-weight: 900;
  margin-right: 5px;
}
[id^=feas-searchform] button.feas-reset {
  font-size: 20px;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  color: #939393;
  border-bottom-width: 2px;
}
[id^=feas-searchform] button.feas-reset:hover {
  cursor: pointer;
}
[id^=feas-searchform] button.feas-reset::before {
  content: "\f12d";
  font-family: "font awesome 5 free", "fontawesome";
  font-weight: 900;
}
[id^=feas-searchform].hidden_search_terms .show_btn {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 13px;
  color: #696969;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1em auto;
}
[id^=feas-searchform].hidden_search_terms .show_btn .text {
  line-height: 1;
}
.sidebar [id^=feas-searchform].hidden_search_terms .show_btn {
  display: none;
}
@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes hidden {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes hidden {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.main [id^=feas-searchform].hidden_search_terms .search-item:not(:nth-child(1)) {
  display: none;
  -webkit-animation: hidden 0.3s linear 0s;
          animation: hidden 0.3s linear 0s;
}
.main [id^=feas-searchform].hidden_search_terms .search-item.display:not(:nth-child(1)) {
  display: flex;
  -webkit-animation: show 0.3s linear 0s;
          animation: show 0.3s linear 0s;
}

/* FEASによる検索結果ページ
---------------------------------- */
.search .feas .entry-card-wrap {
  width: 100%;
  max-width: 100%;
  padding: 0.5em;
}
.search .feas .itemDescription {
  font-size: 0.85em;
  line-height: 1.4em;
  color: #949495;
  margin: 8px 0 5px;
}
.search .feas .itemDescription p {
  margin: 0;
}
.search .feas .entry-card-top {
  display: flex;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .search .feas .entry-card-top {
    display: block;
    margin-bottom: 10px;
  }
}
.search .feas .entry-card-left {
  flex: 1;
  width: 33.3%;
  margin-right: 1em;
}
@media screen and (max-width: 480px) {
  .search .feas .entry-card-left {
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 1em;
  }
}
.search .feas .entry-card-right {
  flex: 2;
}
.search .feas .addContents {
  padding: 0;
}
.search .feas .a-wrap {
  margin-bottom: 0.8em;
  box-shadow: none;
  border: none;
  padding: 1em 0;
}
.search .feas .a-wrap:hover {
  transform: none;
  background-color: #fff;
}
@media screen and (max-width: 480px) {
  .search .feas .a-wrap {
    padding: 35px 0;
  }
}
.search .main {
  margin-top: 0;
  background-color: #fff;
}

.search-no-results form.controls {
  display: none;
}

/* Kadence Block
---------------------------------------------------------------------- */
/*480px以下*/
@media screen and (max-width: 480px) {
  .kt-mobile-layout-row.kt-v-gutter-default > .wp-block-kadence-column {
    margin-bottom: 15px !important;
  }
  .kt-mobile-layout-row:not(.kt-v-gutter-none) > .wp-block-kadence-column:last-child {
    margin-bottom: 15px !important;
  }
}
.kt-tabs-layout-vtabs > .kt-tabs-title-list {
  width: 25% !important;
}

.スマホで見た時 {
  width: 365px;
  height: 480px;
  overflow-y: scroll;
  border: 15px solid #333;
  border-radius: 15px;
}

h5.kt-blocks-info-box-title {
  border: none !important;
  margin: 0 !important;
  font-size: 1em !important;
}

/*フォーム*/
.kb-form-wrap input,
.kb-form-wrap textarea {
  font-family: "meiryo", "メイリオ", sans-serif !important;
  font-size: 1em;
}

/* Cocoon風タブボックス（テキストエディタ版）
------------------------------------------------------- */
/* タイトル */
.title-simple {
  position: absolute;
  top: -1.8em !important;
  left: -2px !important;
  font-size: 0.9em !important;
  font-weight: bold;
  display: inline-block;
  padding: 0.2em 1em 0;
  border-radius: 5px 5px 0 0 !important;
  color: #ffffff;
  background: #666;
}

/* BOX */
.box-simple {
  position: relative;
  border-radius: 0 5px 5px;
  padding: 1.5em 1em 0.5em;
  margin: 2.5em 0 2em;
  border: 2px solid #666;
  border-radius: 0px 2px 2px 2px !important;
}
@media screen and (max-width: 480px) {
  .box-simple {
    margin: 3em 1em 2em;
  }
}

/* ここまでCocoon風 */
/* シンプルタブボックス
----------------------------------- */
/* タイトル */
.box-title {
  position: absolute;
  top: -1em;
  left: 1em;
  font-size: 1em;
  font-weight: bold;
  display: inline-block;
  padding: 0.2em 0.8em 0;
  border-radius: 5px;
}

/* BOX */
.title-box {
  position: relative;
  border-radius: 5px;
  padding: 1em;
  margin: 2.5em 0 2em;
}
@media screen and (max-width: 480px) {
  .title-box {
    margin: 2.5em 0;
  }
}

/* gray */
.title-gray {
  color: #666;
  background: #fff;
}

.box-gray {
  border: #dfe3e5 2px solid;
}

/* pink */
.title-pink {
  color: #f278a4;
  background: #fff;
}

.box-pink {
  border: #ffcbde 2px solid;
}

/* blue */
.title-blue {
  color: #0095d9;
  background: #fff;
}

.box-blue {
  border: #98d0e9 2px solid;
}

/* yellow */
.title-yellow {
  color: #f39800;
  background: #fff;
}

.box-yellow {
  border: #ffc107 2px solid;
}

/* green */
.title-green {
  color: #4CAF50;
  background: #fff;
}

.box-green {
  border: #9dd9a0 1px solid;
}

.title-box p {
  margin: 0.3em 0;
}

.title-box ul {
  margin-bottom: 0;
}

/* キャプションタブボックス（ウラオモテVer）
---------------------------------------------------------------------- */
.tab-caption-box.w90 {
  width: 90%;
  margin: 1.2em auto;
}
@media screen and (max-width: 480px) {
  .tab-caption-box.w90 {
    width: 100%;
  }
}

.none .tab-caption-box-label {
  padding: 0;
  font-size: 1em;
  font-weight: bold;
  background-color: white !important;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.none .tab-caption-box-content {
  margin-top: -3px;
  border: 3px solid white !important;
  padding: 0.4em 0;
  border-radius: 8px;
  border-top-left-radius: 0;
}

.c-blue .themecolorBox.caption-box:not(.has-border-color) {
  border: 2px solid #4eb7d9;
}
.c-blue .themecolorBox .caption-box-label {
  background-color: #4eb7d9;
  color: #fff;
}

.c-black .themecolorBox.caption-box:not(.has-border-color) {
  border: 2px solid #454C50;
}
.c-black .themecolorBox .caption-box-label {
  background-color: #454C50;
  color: #fff;
}

.c-sick .themecolorBox.caption-box:not(.has-border-color) {
  border: 2px solid #235180;
}
.c-sick .themecolorBox .caption-box-label {
  background-color: #235180;
  color: #fff;
}

.c-pink .themecolorBox.caption-box:not(.has-border-color) {
  border: 2px solid #F99292;
}
.c-pink .themecolorBox .caption-box-label {
  background-color: #F99292;
  color: #fff;
}

.c-redd .themecolorBox.caption-box:not(.has-border-color) {
  border: 2px solid #ef454a;
}
.c-redd .themecolorBox .caption-box-label {
  background-color: #ef454a;
  color: #fff;
}

.c-green .themecolorBox.caption-box:not(.has-border-color) {
  border: 2px solid #3abc98;
}
.c-green .themecolorBox .caption-box-label {
  background-color: #3abc98;
  color: #fff;
}

.c-yellow .themecolorBox.caption-box:not(.has-border-color) {
  border: 2px solid #ffcb4f;
}
.c-yellow .themecolorBox .caption-box-label {
  background-color: #ffcb4f;
  color: #fff;
}

.c-orange .themecolorBox.caption-box:not(.has-border-color) {
  border: 2px solid #f6a068;
}
.c-orange .themecolorBox .caption-box-label {
  background-color: #f6a068;
  color: #fff;
}

.c-skin-default.skin-uraomote-a .themecolorBox.caption-box:not(.has-border-color) {
  border: 2px solid #4eb7d9;
}
.c-skin-default.skin-uraomote-a .themecolorBox .caption-box-label {
  background-color: #4eb7d9;
  color: #fff;
}

.c-skin-default.skin-uraomote-b .themecolorBox.caption-box:not(.has-border-color) {
  border: 2px solid #2d2d2d;
}
.c-skin-default.skin-uraomote-b .themecolorBox .caption-box-label {
  background-color: #2d2d2d;
  color: #fff;
}

.c-skin-default.skin-uraomote-c .themecolorBox.caption-box:not(.has-border-color) {
  border: 2px solid #2d2d2d;
}
.c-skin-default.skin-uraomote-c .themecolorBox .caption-box-label {
  background-color: #2d2d2d;
  color: #fff;
}

/* 各種入力フォームのデザイン
---------------------------------------------------------------------- */
.content input[type=checkbox],
.content input[type=radio] {
  border: 1px solid #9E9E9E;
  background: #fff;
  color: #555;
  clear: none;
  cursor: pointer;
  /*display: inline-block;*/
  line-height: 0;
  height: 16px;
  margin: 0 4px 0 0;
  outline: 0;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  min-width: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: 0.05s border-color ease-in-out;
  margin-right: 0;
}
.content input[type=radio] {
  border-radius: 8px;
}
.content input[type=checkbox]:checked,
.content input[type=radio]:checked {
  background: #f2183c;
  border: 1px solid #f2183c;
}
.content .search-form {
  padding-bottom: 0px;
  display: flex;
  margin: 0;
}
.content input.select + span {
  font-size: 12px;
  text-align: center;
  background-color: aliceblue;
  margin: 0 3px 0px 0;
  border-bottom: 2px solid #fff;
}
.content input.select:checked + span {
  background-color: #67c2ef;
  color: #fff;
  border-bottom: 2px solid #67c2ef;
}
.content .search-edit,
.content textarea,
.content select {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 0.9em;
  width: 100%;
  color: #333;
  font-family: inherit;
}
.content select#theme-switch {
  font-size: 0.9em;
  padding: 10px 5px;
}

/* セレクトボックス ??
--------------------------- */
.select-box {
  overflow: hidden;
  width: 100%;
  margin: 0 auto 5px;
  text-align: center;
}

.select-box select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.select-box select::-ms-expand {
  display: none;
}

.select-box {
  position: relative;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  background: #ffffff;
  flex: 1;
  margin: 1px 5px;
}

.select-box::before {
  position: absolute;
  top: 1em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}

.select-box select {
  padding: 0.5em;
  color: #666666;
}

.widget-sidebar .select-box {
  margin: 0;
}

/* スマホ用サイドバー
---------------------------------------------------------------------- */
.mb_btn {
  border: 0;
  background: transparent;
  color: #333;
  padding: 5px;
  font-size: 2em;
  cursor: pointer;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
}
.mb_btn i.fas.fa-times {
  position: fixed;
  top: 0;
  right: 0;
  padding: 5px;
}

#mobile_sidebar:not(.hidden) {
  background: #fff;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  overflow-x: hidden;
  width: 0;
  transition: 0.5s;
}
#mobile_sidebar .sidebar {
  display: block !important;
}
#mobile_sidebar.open {
  width: 100%;
}

.body.hidden {
  background-color: #fff;
}
.body.hidden .main,
.body.hidden .footer,
.body.hidden .header-container,
.body.hidden .notice-area-wrap,
.body.hidden .affilink-button-footer {
  display: none;
  transition: 1s;
}

/* 見出し固定のテーブル
---------------------------------------------------------------------- */
.table {
  overflow-x: scroll;
  text-align: center;
}

.table img {
  height: 150px;
  width: auto;
}

.table th {
  background-color: #fff !important;
}

td.fixed {
  position: relative;
  padding: 0 !important;
}

td.fixed div {
  position: sticky;
  position: -webkit-sticky;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  display: block;
  padding: 10px;
  background: aliceblue;
  text-align: center;
}
@media screen and (max-width: 480px) {
  td.fixed div {
    width: 100vw;
  }
}

.table a.btn {
  width: 100%;
}

/* Slick slider（Ver4.1.5.0）
---------------------------------------------------------------------- */
.slick-slider-wrap .slick-list {
  background: #f5f5f5;
}
.slick-slider-wrap.no_bg_color .slick-list {
  background: transparent;
}
.slick-slider-wrap .slick-track {
  display: flex;
  align-items: center;
}
.slick-slider-wrap .slick-track .slick-slide img {
  margin: auto;
}
.slick-slider-wrap .slick-prev,
.slick-slider-wrap .slick-next {
  z-index: 1;
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  opacity: 0.8;
  border: 1px solid #ddd;
}
.slick-slider-wrap .slick-prev::before,
.slick-slider-wrap .slick-next::before {
  font-size: 14px;
  color: #333;
  opacity: 1;
}
.slick-slider-wrap .slick-prev {
  left: 5px;
}
.slick-slider-wrap .slick-next {
  right: 5px;
}
.slick-slider-wrap .slick-dots {
  display: block !important;
  margin-bottom: 0;
  padding: 0;
}
.slick-slider-wrap .slick-dots li button:before {
  font-family: arial;
  font-size: 35px;
}

/* 離脱ポップアップ（Ver4.1.5.0）
---------------------------------------------------------------------- */
.uzpp_modal_wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999999999;
  overscroll-behavior: contain;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: none;
}
.uzpp_modal_wrap:not(.is_opened) {
  visibility: hidden;
}
.uzpp_modal_wrap .uzpp_modal_wrap_in {
  position: relative;
  padding: 10px;
}
.uzpp_modal_wrap.is_opened .uzpp_modal_wrap_in.modal_fadeIn {
  -webkit-animation: el__fadeIn 0.5s forwards;
          animation: el__fadeIn 0.5s forwards;
}
@-webkit-keyframes el__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes el__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.uzpp_modal_wrap.is_opened .uzpp_modal_wrap_in.modal_zoomIn {
  -webkit-animation: el__zoomIn 0.5s forwards;
          animation: el__zoomIn 0.5s forwards;
}
@-webkit-keyframes el__zoomIn {
  0% {
    transform: scale(0.3);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes el__zoomIn {
  0% {
    transform: scale(0.3);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.uzpp_modal_wrap.is_opened .uzpp_modal_wrap_in.modal_rotate {
  -webkit-animation: el__rotate 0.5s forwards;
          animation: el__rotate 0.5s forwards;
}
@-webkit-keyframes el__rotate {
  0% {
    opacity: 0;
    transform: rotate(0);
  }
  100% {
    opacity: 1;
    transform: rotate(-720deg);
  }
}
@keyframes el__rotate {
  0% {
    opacity: 0;
    transform: rotate(0);
  }
  100% {
    opacity: 1;
    transform: rotate(-720deg);
  }
}
.uzpp_modal_wrap.is_opened .uzpp_modal_wrap_in.modal_slideInRtoL {
  -webkit-animation: el__slideInRtoL 0.5s forwards;
          animation: el__slideInRtoL 0.5s forwards;
}
@-webkit-keyframes el__slideInRtoL {
  0% {
    transform: translateX(140px);
    opacity: 0;
  }
  50% {
    transform: translateX(0);
  }
  65% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0);
  }
  20%, 100% {
    opacity: 1;
  }
}
@keyframes el__slideInRtoL {
  0% {
    transform: translateX(140px);
    opacity: 0;
  }
  50% {
    transform: translateX(0);
  }
  65% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0);
  }
  20%, 100% {
    opacity: 1;
  }
}
.uzpp_modal_wrap.is_opened .uzpp_modal_wrap_in.modal_slideInLtoR {
  -webkit-animation: el__slideInLtoR 0.5s forwards;
          animation: el__slideInLtoR 0.5s forwards;
}
@-webkit-keyframes el__slideInLtoR {
  0% {
    transform: translateX(-140px);
    opacity: 0;
  }
  50% {
    transform: translateX(0);
  }
  65% {
    transform: translateX(-30px);
  }
  100% {
    transform: translateX(0);
  }
  20%, 100% {
    opacity: 1;
  }
}
@keyframes el__slideInLtoR {
  0% {
    transform: translateX(-140px);
    opacity: 0;
  }
  50% {
    transform: translateX(0);
  }
  65% {
    transform: translateX(-30px);
  }
  100% {
    transform: translateX(0);
  }
  20%, 100% {
    opacity: 1;
  }
}
.uzpp_modal_wrap.is_opened .uzpp_modal_wrap_in.modal_slideInTtoB {
  -webkit-animation: el__slideInTtoB 0.5s forwards;
          animation: el__slideInTtoB 0.5s forwards;
}
@-webkit-keyframes el__slideInTtoB {
  0% {
    transform: translateY(-140px);
    opacity: 0;
  }
  50% {
    transform: translateY(0);
  }
  65% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
  20%, 100% {
    opacity: 1;
  }
}
@keyframes el__slideInTtoB {
  0% {
    transform: translateY(-140px);
    opacity: 0;
  }
  50% {
    transform: translateY(0);
  }
  65% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
  20%, 100% {
    opacity: 1;
  }
}
.uzpp_modal_wrap.is_opened .uzpp_modal_wrap_in.modal_slideInBtoT:not(.opened) {
  -webkit-animation: el__slideInBtoT 0.5s forwards;
          animation: el__slideInBtoT 0.5s forwards;
}
@-webkit-keyframes el__slideInBtoT {
  0% {
    transform: translateY(140px);
    opacity: 0;
  }
  50% {
    transform: translateY(0);
  }
  65% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
  20%, 100% {
    opacity: 1;
  }
}
@keyframes el__slideInBtoT {
  0% {
    transform: translateY(140px);
    opacity: 0;
  }
  50% {
    transform: translateY(0);
  }
  65% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
  20%, 100% {
    opacity: 1;
  }
}
.uzpp_modal_wrap.is_opened.is_closed .uzpp_modal_wrap_in {
  -webkit-animation: el__fadeIn 0.5s forwards;
          animation: el__fadeIn 0.5s forwards;
}
@keyframes el__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 480px) {
  .uzpp_modal_wrap .uzpp_modal_wrap_in {
    width: 100%;
  }
}
.uzpp_modal_wrap::-webkit-scrollbar {
  display: none;
}
.uzpp_modal_wrap .uzpp_modal {
  position: relative;
  background: #fff;
  width: 100%;
  padding: 15px;
  max-height: 90%;
  overflow-y: auto;
}
.uzpp_modal_wrap .uzpp_modal p {
  margin: 0.5em auto;
  line-height: 1.2;
}
.uzpp_modal_wrap .uzpp_modal .wp-block-image.aligncenter {
  text-align: center;
  margin: auto;
}
.uzpp_modal_wrap .uzpp_modal_close_btn {
  position: relative;
  margin-left: auto;
  margin-right: 0;
  width: 30px;
  height: 25px;
  border: none;
  background-color: #333;
  cursor: pointer;
  z-index: 1;
}
.uzpp_modal_wrap .uzpp_modal_close_btn::before, .uzpp_modal_wrap .uzpp_modal_close_btn::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 16px;
  top: 5px;
  left: 14px;
  background-color: #fff;
  transform: rotate(45deg);
}
.uzpp_modal_wrap .uzpp_modal_close_btn::after {
  transform: rotate(-45deg);
}
.uzpp_modal_wrap[data-type=view].position__bottom_left {
  justify-content: flex-start;
  align-items: flex-end;
}
.uzpp_modal_wrap[data-type=view].position__bottom_right {
  justify-content: flex-end;
  align-items: flex-end;
  left: auto;
  right: 0;
}
.uzpp_modal_wrap[data-type=view].position__top_left {
  justify-content: flex-start;
  align-items: flex-start;
  top: 0;
  bottom: auto;
}
.uzpp_modal_wrap[data-type=view].position__top_right {
  justify-content: flex-end;
  align-items: flex-start;
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
}
.uzpp_modal_wrap[data-type=view].position__bottom {
  justify-content: center;
  align-items: flex-end;
  left: auto;
  right: auto;
}
.uzpp_modal_wrap[data-type=view].position__top {
  justify-content: center;
  align-items: flex-start;
  top: 0;
  bottom: auto;
}
.uzpp_modal_wrap[data-type=view].position__top .uzpp_modal_wrap_in, .uzpp_modal_wrap[data-type=view].position__bottom .uzpp_modal_wrap_in {
  padding: 0;
}
.uzpp_modal_wrap[data-type=view].position__top_left .uzpp_modal_wrap_in, .uzpp_modal_wrap[data-type=view].position__top_right .uzpp_modal_wrap_in, .uzpp_modal_wrap[data-type=view].position__bottom_left .uzpp_modal_wrap_in, .uzpp_modal_wrap[data-type=view].position__bottom_right .uzpp_modal_wrap_in {
  padding: 2px;
}
.uzpp_modal_wrap[data-type=view].position__bottom_left .uzpp_modal_close_btn {
  margin-left: 0;
  margin-right: auto;
}
.uzpp_modal_wrap[data-type=view].position__top .uzpp_modal_close_btn, .uzpp_modal_wrap[data-type=view].position__top_left .uzpp_modal_close_btn, .uzpp_modal_wrap[data-type=view].position__top_right .uzpp_modal_close_btn {
  position: absolute;
  top: 2px;
  right: 2px;
}
.uzpp_modal_wrap .nonScroll {
  height: calc(100vh + 1px);
  width: 1px;
  background-color: transparent;
}

.uzpp_modal_wrap_admin {
  border: 2px dashed #ddd;
  background: rgba(0, 0, 0, 0.5);
}
.uzpp_modal_wrap_admin .is_notice {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.uzpp_modal_wrap_admin .uzpp_modal_close_btn {
  position: relative;
  margin-left: auto;
  margin-right: 0;
  width: 30px;
  height: 25px;
  border: none;
  background-color: #333;
  cursor: pointer;
  z-index: 1;
}
.uzpp_modal_wrap_admin .uzpp_modal_close_btn::before, .uzpp_modal_wrap_admin .uzpp_modal_close_btn::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 16px;
  top: 5px;
  left: 14px;
  background-color: #fff;
  transform: rotate(45deg);
}
.uzpp_modal_wrap_admin .uzpp_modal_close_btn::after {
  transform: rotate(-45deg);
}
.uzpp_modal_wrap_admin .uzpp_modal_wrap_in {
  position: relative;
  margin: auto;
  margin-top: 2em;
  margin-bottom: 2em;
}
.uzpp_modal_wrap_admin[data-type=view].position__top .uzpp_modal_wrap_in, .uzpp_modal_wrap_admin[data-type=view].position__top_left .uzpp_modal_wrap_in, .uzpp_modal_wrap_admin[data-type=view].position__top_right .uzpp_modal_wrap_in, .uzpp_modal_wrap_admin[data-type=disabled].position__top .uzpp_modal_wrap_in, .uzpp_modal_wrap_admin[data-type=disabled].position__top_left .uzpp_modal_wrap_in, .uzpp_modal_wrap_admin[data-type=disabled].position__top_right .uzpp_modal_wrap_in {
  margin-top: 0;
  margin-bottom: 4em;
}
.uzpp_modal_wrap_admin[data-type=view].position__bottom .uzpp_modal_wrap_in, .uzpp_modal_wrap_admin[data-type=view].position__bottom_left .uzpp_modal_wrap_in, .uzpp_modal_wrap_admin[data-type=view].position__bottom_right .uzpp_modal_wrap_in, .uzpp_modal_wrap_admin[data-type=disabled].position__bottom .uzpp_modal_wrap_in, .uzpp_modal_wrap_admin[data-type=disabled].position__bottom_left .uzpp_modal_wrap_in, .uzpp_modal_wrap_admin[data-type=disabled].position__bottom_right .uzpp_modal_wrap_in {
  margin-top: 4em;
  margin-bottom: 0;
}
.uzpp_modal_wrap_admin[data-type=view].position__top_left .uzpp_modal_wrap_in, .uzpp_modal_wrap_admin[data-type=view].position__bottom_left .uzpp_modal_wrap_in, .uzpp_modal_wrap_admin[data-type=disabled].position__top_left .uzpp_modal_wrap_in, .uzpp_modal_wrap_admin[data-type=disabled].position__bottom_left .uzpp_modal_wrap_in {
  margin-left: 0;
}
.uzpp_modal_wrap_admin[data-type=view].position__top_right .uzpp_modal_wrap_in, .uzpp_modal_wrap_admin[data-type=view].position__bottom_right .uzpp_modal_wrap_in, .uzpp_modal_wrap_admin[data-type=disabled].position__top_right .uzpp_modal_wrap_in, .uzpp_modal_wrap_admin[data-type=disabled].position__bottom_right .uzpp_modal_wrap_in {
  margin-right: 0;
}
.uzpp_modal_wrap_admin[data-type=view].position__bottom_left .uzpp_modal_close_btn, .uzpp_modal_wrap_admin[data-type=disabled].position__bottom_left .uzpp_modal_close_btn {
  margin-left: 0;
  margin-right: auto;
}
.uzpp_modal_wrap_admin[data-type=view].position__top .uzpp_modal_close_btn, .uzpp_modal_wrap_admin[data-type=view].position__top_left .uzpp_modal_close_btn, .uzpp_modal_wrap_admin[data-type=view].position__top_right .uzpp_modal_close_btn, .uzpp_modal_wrap_admin[data-type=disabled].position__top .uzpp_modal_close_btn, .uzpp_modal_wrap_admin[data-type=disabled].position__top_left .uzpp_modal_close_btn, .uzpp_modal_wrap_admin[data-type=disabled].position__top_right .uzpp_modal_close_btn {
  position: absolute;
  top: 2px;
  right: 2px;
}
.uzpp_modal_wrap_admin[data-type=disabled] .uzpp_modal_wrap_in {
  opacity: 0.3;
}
.uzpp_modal_wrap_admin .uzpp_modal_wrap_in_admin {
  background: #fff;
}
.uzpp_modal_wrap_admin .uzpp_modal_wrap_in_admin p {
  margin: 0.5em auto;
  line-height: 1.2;
}

/* テキストをボタンにする（ツールバー）
---------------------------------------------------------------------- */
[aria-label=リンクボタン] .is-active {
  border: 1px solid #0095d9;
  background: rgb(226, 245, 255);
}

a.tb-btn-a {
  text-decoration: none;
}

span.v4-tb-btn-red {
  background-color: #e60033;
  border-bottom: 3px solid #b94d4d !important;
  color: #fff;
  display: block;
  padding: 8px 8px 5px;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  margin: 3px;
}

span.v4-tb-btn-red a,
span.v4-tb-btn-red a:hover {
  color: #fff;
  text-decoration: none;
}

p span.v4-tb-btn-red {
  padding: 14px 14px 11px;
}

span.v4-tb-btn-blue {
  background-color: #0095d9 !important;
  border-bottom: 3px solid #4484a8;
  color: #fff;
  display: block;
  padding: 8px 8px 5px;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  margin: 3px;
}

span.v4-tb-btn-blue a,
span.v4-tb-btn-blue a:hover {
  color: #fff;
  text-decoration: none;
}

p span.v4-tb-btn-blue {
  padding: 14px 14px 11px;
}

span.v4-tb-btn-cyan {
  background: #00a3af !important;
  border-bottom: 3px solid #5e8183 !important;
  color: #fff;
  display: block;
  padding: 8px 8px 5px;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  margin: 3px;
}

span.v4-tb-btn-cyan a,
span.v4-tb-btn-cyan a:hover {
  color: #fff;
  text-decoration: none;
}

p span.v4-tb-btn-cyan {
  padding: 14px 14px 11px;
}

span.v4-tb-btn-green {
  background: #3eb370 !important;
  border-bottom: 3px solid #7f8f88 !important;
  color: #fff;
  display: block;
  padding: 8px 8px 5px;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  margin: 3px;
}

span.v4-tb-btn-green a,
span.v4-tb-btn-green a:hover {
  color: #fff;
  text-decoration: none;
}

p span.v4-tb-btn-green {
  padding: 14px 14px 11px;
}

span.v4-tb-btn-amber {
  background: #ffc107 !important;
  border-bottom: 3px solid #c7b86c !important;
  color: #fff;
  display: block;
  padding: 8px 8px 5px;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  margin: 3px;
}

span.v4-tb-btn-amber a,
span.v4-tb-btn-amber a:hover {
  color: #fff;
  text-decoration: none;
}

p span.v4-tb-btn-amber {
  padding: 14px 14px 11px;
}

span.v4-tb-btn-pink {
  background: #e95295 !important;
  border-bottom: 3px solid rgb(178, 90, 159) !important;
  color: #fff;
  display: block;
  padding: 8px 8px 5px;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  margin: 3px;
}

span.v4-tb-btn-pink a,
span.v4-tb-btn-pink a:hover {
  color: #fff;
  text-decoration: none;
}

p span.v4-tb-btn-pink {
  padding: 14px 14px 11px;
}

span.v4-tb-btn-gray {
  background-color: #eeeeee;
  border-bottom: 3px solid #ddd !important;
  color: #555 !important;
  display: block;
  padding: 8px 8px 5px;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  margin: 3px;
}

span.v4-tb-btn-gray a,
span.v4-tb-btn-gray a:hover {
  color: #555 !important;
  text-decoration: none;
}

p span.v4-tb-btn-gray {
  padding: 14px 14px 11px;
}

/* その他
---------------------------------------------------------------------- */
.eye-catch-pc {
  text-align: center;
}

.block-box .badge {
  font-size: 12px;
  vertical-align: middle;
}

.datatable-filter-cell select {
  padding: 5px;
}

.main .box-content pre {
  border: none;
  background: #333;
}

.sidebar_list figure {
  width: 90px !important;
}
.sidebar_list .widget-entry-card-content {
  margin-left: 95px;
  font-size: 0.9em;
}
.sidebar_list a {
  padding: 0 !important;
}

span.post__edit {
  font-size: 0.9em;
  text-align: center;
  display: block;
}
span.post__edit a {
  display: block;
  line-height: 1.6em;
  margin: 0 5px;
}
.related-item span.post__edit {
  display: flex;
  justify-content: center;
}

img.emoji {
  vertical-align: baseline;
  margin-left: 3px;
  width: 0.9em;
  height: 0.9em;
}

.余白なし {
  margin: 0 !important;
  padding: 0 !important;
}

.枠線なし {
  border: none !important;
}

/*ランキングアイコン*/
.ranking_img {
  display: inline-block;
}

.ranking_img + h2,
.ranking_img + h3,
.ranking_img + h4,
.ranking_img + h5,
.ranking_img + h6 {
  margin-top: 0;
}

.no-border {
  border: none !important;
}

/*コード*/
pre,
pre code {
  font-family: Menlo, Consolas, "メイリオ", sans-serif;
}

/*動画の最大幅を指定する*/
.video-container,
.instagram-container,
.facebook-container {
  max-width: 100%;
  margin: 30px 0;
}

/*トグルボックス（Cocoon）*/
.toggle-wrap .toggle-button {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.toggle-wrap .toggle-button::before {
  line-height: initial;
  opacity: 1;
  color: inherit;
}
.toggle-wrap .toggle-checkbox {
  display: none !important;
}

/*検索案内*/
.search-form div.sform {
  padding: 6px !important;
  margin-left: 0;
}

div[data-type="cocoon-blocks/search-box"] .search-form {
  border-bottom: 0 !important;
}

.keyboard-key {
  margin: auto 5px;
}

/*スペーサー*/
hr.wp-block-separator.is-style-wide {
  border: 1px solid;
  color: #f3f4f5;
}

mark {
  background-color: rgba(255, 255, 0, 0.4588235294);
  font-weight: bold;
  color: inherit;
}

.pagination-next {
  margin-bottom: 0 !important;
}

.pagination {
  margin-top: 10px !important;
}

.footer-bottom-content-in {
  display: flex;
  justify-content: center;
  font-size: 0.9em;
}
@media screen and (max-width: 1023px) {
  .footer-bottom-content-in {
    flex-direction: column;
  }
}

.footer-bottom {
  margin-bottom: 24px;
}

.footer_menu_v4 {
  text-align: center;
}

a.footer_a {
  margin: 0 5px;
  text-decoration: none;
  color: #333;
}

/*テキストリンク Ver1.4.2.3*/
a.textlink {
  font-weight: bold;
}

/*スクロールボックス Ver1.4.2.5*/
.v4_scroll_box {
  overflow-y: auto;
  margin-bottom: var(--cocoon-content-margin-height);
}

.v4_scroll_box_content > * {
  margin-bottom: 0.5em !important;
}

.v4_scroll_box_title {
  padding: 2px 10px;
  color: #fff;
  display: inline-block;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  font-size: 0.9em;
}

.post_list {
  font-size: 0.95em;
}
.post_list .list {
  display: flex;
  flex-direction: row;
  line-height: 1.4;
  margin: 5px;
}
.post_list .date {
  margin-right: 10px;
}

/* ステータスチェック
------------------------------------------------ */
#status_check {
  position: fixed;
  background: rgba(51, 51, 51, 0.7);
  padding: 1em;
  font-size: 13px;
  top: 0;
  margin: 0 auto;
  z-index: 9999;
  width: 100%;
  height: 100%;
}
#status_check .status_wrapper {
  position: fixed;
  top: 10%;
  left: 25%;
  background: #fff;
  padding: 40px 10px 10px;
  border: 2px solid #333;
}
#status_check .status_wrapper table {
  margin: 0;
  height: 500px;
  overflow-y: scroll;
  display: block;
}
#status_check .status_wrapper table th, #status_check .status_wrapper table td {
  padding: 1px 6px;
}
#status_check .status_wrapper table th {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}
#status_check button#close {
  position: absolute;
  top: 5px;
  right: 10px;
  padding: 2px 5px;
}

/* カスタムブロックスタイル
---------------------------------------------------------------------- */
.小見出し,
.is-style-komidashi {
  margin-bottom: 0.5em !important;
  font-weight: bold !important;
}

.見出し,
p.見出し,
.is-style-midashi,
p.is-style-midashi,
p.is-style-hd-under-small-line {
  position: relative;
  padding-bottom: 5px;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold !important;
  margin: 2.4em auto 1em auto !important;
  line-height: 1.2em !important;
}

.見出し:before,
.is-style-midashi:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  border-bottom: 5px solid;
  width: 50px;
  margin: 0 auto;
  border-radius: 5px;
}

.editor-block-list__block .見出し,
.editor-block-list__block .is-style-midashi {
  font-size: 2em;
  margin-bottom: 2em !important;
}

@media screen and (max-width: 480px) {
  .見出し,
  p.見出し,
  .is-style-midashi,
  p.is-style-midashi,
  p.is-style-hd-under-small-line {
    font-size: 1.2em;
    margin: 2.4em auto 1.5em auto !important;
  }
  .見出し::before,
  p.見出し::before,
  .is-style-midashi::before,
  p.is-style-midashi::before,
  p.is-style-hd-under-small-line::before {
    width: 30px;
  }
}
.画像枠 img,
.is-style-waku img,
.waku img {
  box-shadow: 0px 0px 1px #333;
}

.wp-block-image a {
  line-height: 0;
  display: block;
}

table.is-style-hd tr:nth-of-type(1) {
  background-color: #ededed !important;
  font-weight: bold !important;
}

p.waku:not([class*=is-style-]), p.has-border:not([class*=is-style-]) {
  border: 3px solid #eee;
  padding: 1rem 2rem;
}

p:empty:before {
  display: none;
}

.box_shadow a.btn {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

.wp-block-cocoon-blocks-icon-box.sango {
  padding: 20px;
}
.wp-block-cocoon-blocks-icon-box.sango > p:first-of-type {
  font-size: 1.2em;
  font-weight: bold;
  padding-left: 40px;
  margin-top: 0;
  margin-bottom: 0.8em;
}
.wp-block-cocoon-blocks-icon-box.sango::before {
  top: 33px;
  border: none;
}
.wp-block-cocoon-blocks-icon-box.sango.yellow {
  background: #fff7cc;
  border: 1px solid #ffe766;
}
.wp-block-cocoon-blocks-icon-box.sango.yellow::before {
  color: gold;
}
.wp-block-cocoon-blocks-icon-box.sango.ao {
  background: #f3fafe;
  border: 1px solid #bde4fc;
}
.wp-block-cocoon-blocks-icon-box.sango.ao::before {
  color: #87cefa;
}
.wp-block-cocoon-blocks-icon-box.sango.aka {
  background: #fdf2f2;
  border: 1px solid #f6b9b9;
}
.wp-block-cocoon-blocks-icon-box.sango.aka::before {
  color: #f3aca9;
}

/* ショートコード [hidden]
---------------------------------------------------------------------- */
.hidden_box {
  position: relative;
}

.hidden_box_wrap {
  height: 150px;
  overflow-y: hidden;
  opacity: 0.3;
  z-index: 1;
  pointer-events: none;
}

.open_button {
  position: absolute;
  z-index: 2;
  display: block;
  text-align: center;
  width: 40%;
  background: #333;
  color: #fff;
  padding: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  cursor: pointer;
}

@media screen and (max-width: 480px) {
  .open_button {
    width: 90%;
  }
}
/* お問い合わせフォーム（Contact Form7）
---------------------------------------------------------------------- */
.wpcf7 table {
  font-size: 0.9em;
}
.wpcf7 table tr,
.wpcf7 table th,
.wpcf7 table td {
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  text-align: left;
}
.wpcf7 table input[type=text],
.wpcf7 table input[type=password],
.wpcf7 table input[type=date],
.wpcf7 table input[type=datetime],
.wpcf7 table input[type=email],
.wpcf7 table input[type=number],
.wpcf7 table input[type=search],
.wpcf7 table input[type=tel],
.wpcf7 table input[type=time],
.wpcf7 table input[type=url],
.wpcf7 table input[type=submit],
.wpcf7 table textarea,
.wpcf7 table select {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1em;
  border: 1px solid #f6f6f6;
  background: #f6f6f6;
}

input.wpcf7-submit[type=submit] {
  background: #e0e0e0;
  font-weight: bold;
  border-radius: 5px;
  border-bottom: 3px solid #c7c7c7;
}

/* スクロールヒント
---------------------------------------------------------------------- */
.scroll-hint-msg {
  text-align: right;
  font-size: 13px;
  padding-right: 5px;
  margin: 1em 0;
}
.scroll-hint-msg span {
  display: inline-block;
  -webkit-animation: shakeSide 2s ease-in-out infinite alternate;
          animation: shakeSide 2s ease-in-out infinite alternate;
  color: #898989;
}
.scroll-hint-msg span i {
  font-size: 10px;
  padding-left: 2px;
}

@-webkit-keyframes shakeSide {
  0% {
    transform: translate3d(4px, 0, 0);
  }
  50% {
    transform: translate3d(-4px, 0, 0);
  }
  to {
    transform: translate3d(4px, 0, 0);
  }
}

@keyframes shakeSide {
  0% {
    transform: translate3d(4px, 0, 0);
  }
  50% {
    transform: translate3d(-4px, 0, 0);
  }
  to {
    transform: translate3d(4px, 0, 0);
  }
}
.scroll-hint-icon {
  padding: 15px 0;
  height: 60px;
  width: 110px;
  background: rgba(0, 0, 0, 0.8);
}
.scroll-hint-icon:before {
  width: 20px !important;
  height: 20px !important;
}
.scroll-hint-icon:after {
  margin-left: -13px !important;
  width: 24px !important;
  background-size: 24px;
  top: 5px !important;
}

.scroll-hint-text {
  margin-top: 3px !important;
}

/* 表示エリアの制御
---------------------------------------------------------------------- */
.no-read-time .read-time,
.no-entry-title h1.entry-title {
  display: none;
}

.no-footer #footer {
  display: none;
}

.sr-no-header #header,
.feas-no-header #header,
.sr-no-nav-menu #navi,
.feas-no-nav-menu #navi,
.sr-no-notice #notice-area-wrap,
.feas-no-notice #notice-area-wrap,
.sr-no-appeal-area #appeal,
.feas-no-appeal-area #appeal,
.sr-no-recommended #recommended,
.feas-no-recommended #recommended,
.sr-no-carousel #carousel,
.feas-no-carousel #carousel,
.sr-no-footer-widget .footer-widgets,
.feas-no-footer-widget .footer-widgets,
.sr-no-footer-navi-default #navi-footer-in,
.sr-no-footer-navi-default .footer-bottom-logo,
.feas-no-footer-navi-default #navi-footer-in,
.feas-no-footer-navi-default .footer-bottom-logo,
.sr-no-footer-navi-v4 .footer_menu_v4,
.feas-no-footer-navi-v4 .footer_menu_v4,
.sr-no-copyright .copyright,
.feas-no-copyright .copyright,
.sr-no-mobile-menu .mobile-menu-buttons,
.feas-no-mobile-menu .mobile-menu-buttons,
.feas-search-result .main .search-box {
  display: none !important;
}

/* レスポンシブデザイン用のメディアクエリ
---------------------------------------------------------------------- */
/*1240px以下*/
@media screen and (max-width: 1240px) {
  #wpadminbar .ab-top-secondary {
    display: none !important;
  }
}
/*834以下*/
@media screen and (max-width: 834px) {
  .no-site-header.no-appeal-area main.main {
    margin-top: 0;
  }
}
/*480px以下*/
@media screen and (max-width: 480px) {
  .スマホで改行しない br {
    display: none;
  }
  .cmp-item .terms > br,
  .campaign.textBox p > br {
    display: block;
  }
  main > article {
    padding: 0 !important;
  }
  .menu-close-button {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    background: #fff;
    z-index: 1;
    padding: 10px 0 0;
  }
}
@media (min-width: 782px) {
  .interface-interface-skeleton__sidebar {
    z-index: 19;
  }
}
/* スキンごとの微調整
---------------------------------------------------------------------- */
/* シルク（SILK）
----------------------------------------- */
.skin-silk .main .box-content pre {
  background: #424242;
}

/* みるらいと（背景：透明）
----------------------------------------- */
.skin-mil-light.sticky-title .page-title.lp-ranking {
  background: rgba(255, 255, 255, 0.3);
}

/* シンプルXX（背景：透明）
----------------------------------------- */
.skin-simple-blue.sticky-title .page-title.lp-ranking,
.skin-simple-green.sticky-title .page-title.lp-ranking,
.skin-simple-navy.sticky-title .page-title.lp-ranking,
.skin-simple-pink.sticky-title .page-title.lp-ranking,
.skin-simple-red.sticky-title .page-title.lp-ranking {
  background: rgba(255, 255, 255, 0.3);
}

/* アリス
----------------------------------------- */
.skin-maple-alice .main .box-content pre,
.skin-maple-cheshire-cat .main .box-content pre,
.skin-maple-white-rabbit .main .box-content pre {
  background: #333;
  box-shadow: none;
}

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