@charset "UTF-8";

/*!
Theme Name: ウラオモテ Ver4.1.2
Theme URL: https://zekko-chou.com/ver4/
Description: WEB屋史上最強のPPCテンプレート
Author: WEB屋
Template: cocoon-master
Version: 4.1.2
*/


/* 全般
---------------------------------------------------------------------- */

/*1023px以下*/
@media screen and (max-width: 1023px){

    /*内側の余白*/
    main.main, div.sidebar {
        padding: 16px;
    }
    .全幅 {
        margin-left: -16px !important;
        margin-right: -16px !important;
    }

}

.v4 .footer-bottom-content a,
.entry-card, .related-entry-card {
    display: block;
}

select {
    background-color: #fff;
}

/*フォントサイズ*/
.fz-11px {
    font-size: 11px !important;
}
.fz-13px {
    font-size: 13px !important;
}
.fz-15px {
    font-size: 15px !important;
}

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

/* テーブル
-------------------------------------------- */
.scrollable-table {
    overflow-y: hidden !important;
}

.scrollable-table table {
    margin-bottom: 0;
}

figure.wp-block-table table {
    width: 100%;
}

table.has-background tr:nth-of-type(2n) {
    background-color: transparent;
}

.scrollable-table th,
.scrollable-table td {
    padding: 8px;
}

/* テーブルにスタイルを適用
-------------------------------------------------- */

.wp-block-table.is-style-sticky-header,
.is-style-sticky-header .scrollable-table {
    overflow: visible !important;
}

.is-style-sticky-header th,
.is-style-sticky-header thead td {
    position: sticky;
    top: 0;
}

.is-style-cmp-table th, .is-style-cmp-table thead td {
    background: #fff;
    border: 1px solid #fff;
    border-bottom: 1px solid #eee;
    z-index: 2;
}
.is-style-cmp-table table thead tr {
    background: #fff;
}


.is-style-sticky-header .scrollable-table th,
.is-style-sticky-header .scrollable-table td {
    white-space: normal;
}

.is-style-sticky-header .scroll-hint-icon-wrap {
    display: none;
}

.is-style-sticky-header table tbody tr:nth-of-type(2n+1) {
    border: 1px solid #eee;
}

.is-style-cmp-table table tfoot tr {
    background-color: transparent;
}

.is-style-cmp-table table tfoot tr td {
    border: 1px solid transparent;
    padding: 5px;
    vertical-align: baseline;
}
.is-style-cmp-table table tfoot tr td > br {
    display: none;
}
.is-style-cmp-table table tfoot tr td > a {
    display: block;
}


/* リスト
-------------------------------------------------- */
.article li > ul,
.article li > ol {
    margin-bottom: 0;
    padding-left: 1em;
}

ul.list-number,
ol.list-number {
    counter-reset:number;
}
ul.list-number li,
ol.list-number li {
    position: relative;
    list-style-type: none!important;
}
ul.list-number li > ul,
ol.list-number li > ul {
    padding-left: 0;
}
ul.list-number li > ul li,
ol.list-number li > ul li {
    margin: 0.2em 0;
}

ul.list-number.has-text-color li,
ol.list-number.has-text-color li {
    color: initial;
}

ul.list-number > li:before,
ol.list-number > li:before {
    position: absolute;
    counter-increment: number;
    content: counter(number);
    display:inline-block;
    background: #2ca9e1;
    color: white;
    font-family: inherit;
    font-size: 13px;
    left: -28px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    top: 0.9em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

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;
}

.list-color li {
    position: relative;
    color: #333;
}

.list-color li::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #333;
    top: 7px;
    left: -19px;
}

.list-color.circle li::before {
    border-radius: 8px;
}

/*配色は一番下*/




/* ヘッダーエリア
---------------------------------------------------------------------- */

/* サイトロゴ
------------------------------- */
img.site-logo-image.header-site-logo-image {
    vertical-align: middle;
}
.logo-image span, .logo-image a {
    line-height: 1;
}
.logo-image {
    padding: 20px 0 30px;
}

/* ヘッダー画像
------------------------------- */
a.header-image {
    margin: 0 auto;
    text-align: center;
    font-size: 0;
	display: block;
}

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

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


/* カルーセル
---------------------------------------------------------------------- */

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;
}




/* ブロックパーツ
---------------------------------------------------------------------- */

/* 見出し・ページタイトル
---------------------------------------------------------- */

/* 共通
---------------------------------------- */

.page-title {
    margin: 3.33em 0 32px 0;
    font-weight: bold;
    position: relative;
}

h1.page-title,
h2.page-title,
h3.page-title,
h4.page-title {
    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;
    font-size: 1em;
}

h1.font-size-default .inner-text2,
h2.font-size-default .inner-text2 {
    font-size: 1.5em;
}
h3.font-size-default .inner-text2 {
    font-size: 1.2em;
}
h4.font-size-default .inner-text2 {
    font-size: 1.1em;
}

h3.font-size-default .inner-text1 {
    font-size: 0.95em;
}
h4.font-size-default .inner-text1 {
    font-size: 0.9em;
}

h1.page-title span::before,
h2.page-title span::before,
h3.page-title span::before,
h4.page-title span::before,
h1.page-title span::after,
h2.page-title span::after,
h3.page-title span::after,
h4.page-title span::after {
    display: none;
}

.page-title.txt-align-left,
.page-title.txt-align-left .inner {
    text-align: left;
}
.page-title.txt-align-center,
.page-title.txt-align-center .inner {
    text-align: center;
}
.page-title.txt-align-right,
.page-title.txt-align-right .inner {
    text-align: right;
}

.page-title .inner-text1 {
    font-size: 1em;
    line-height: 1.25;
    margin: 5px 0;
}

.inner-text2 p {
    margin: 0;
}

.toc + h2 {
    margin-top: 0;
}

.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;
}



/* デザインなし
---------------------------------------- */

.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;
}

/* アンダーライン付き
---------------------------------------- */

.lp-underline-center,
.is-style-hd-under-small-line {
    border: none !important;
    text-align: center;
    font-weight: bold;
    position: relative;
    padding-bottom: 5px !important;
}

.page-title.lp-underline-center .title_wrapper {
    color: #333;
}

.lp-underline-center .inner-text2 {
    font-size: 1.5em;
}

.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;
}

.lp-underline-center::before,
.is-style-hd-under-small-line::before {
    width: 35px !important;
    border-bottom: 5px solid !important;
}
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;
}

.lp-underline-center::after,
.is-style-hd-under-small-line::after {
    display: none !important;
}

.is-style-hd-under-small-line {
    background: transparent !important;
}

/*ブラック*/
.inner.c-black {
  color: #555;
}

/*ブルー*/
.inner.c-blue {
  color: #3498db;
}

/*レッド*/
.inner.c-redd {
  color: #f2183c;
}

/*ピンク*/
.inner.c-pink {
  color: #ff6a91;
}

/*グリーン*/
.inner.c-green {
  color: #64bf38;
}

/*イエロー*/
.inner.c-yellow {
  color: #a7a348;
}





/* ランキング
-----------------------------*/

.ranking:not(.controls)::before {
    content: "";
    width: 58px;
    display: inline-block;
    height: 37px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: sub;
    margin-right: 5px;
}

.has-text-align-center.ranking:not(.controls)::before {
    display: block;
    margin: 0 auto 5px;
}

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;
}
h2.ranking:not(.has-text-color) {
    color: #444 !important;
}

.article h1.ranking:before, .article h1.ranking:after,
.article h2.ranking:before, .article h2.ranking:after,
.article h3.ranking:before, .article h3.ranking:after,
.article h4.ranking:before, .article h4.ranking:after,
.article h5.ranking:before, .article h5.ranking:after,
.article h6.ranking:before, .article h6.ranking:after {
    position: relative !important;
    top: 0;
    left: 0;
    border: none;
    background-color: #fff;
    border-radius: 0;
    box-shadow: none;
    transform: none;
}



p.ranking {
    margin-bottom: 1em;
}

.ranking::after {
    display: none;
}

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

    .ranking:not(.controls)::before {
        display: block;
        width: 52px;
        height: 31px;
        margin-bottom: 5px;
    }
    
}


/* 背景色+下線
-----------------------------*/

.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-stripe {
    padding: 10px !important;
    border-left: none !important;
    border-right: none !important;
}

h3.lp-stripe {
  border-left: none !important;
}

.page-title.lp-stripe::before,
.page-title.lp-stripe::after {
    display: none !important;
}

/*ブラック*/
.lp-stripe.c-black {
  color: #333 !important;
  border-top: solid 2px #333 !important;
  border-bottom: solid 2px #333 !important;
  background: -webkit-repeating-linear-gradient(-45deg, #f3f4f5, #f3f4f5 3px,#f5f8fa 3px, #f5f8fa 7px);
  background: repeating-linear-gradient(-45deg, #f3f4f5, #f3f4f5 3px,#f5f8fa 3px, #f5f8fa 7px);
}

/*ブルー*/
.lp-stripe.c-blue {
  color: #3498db !important;
  border-top: solid 2px #6cb4e4 !important;
  border-bottom: solid 2px #6cb4e4 !important;
  background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}

/*レッド*/
.lp-stripe.c-redd {
  color: #f2183c !important;
  border-top: solid 2px #f2183c !important;
  border-bottom: solid 2px #f2183c !important;
  background: -webkit-repeating-linear-gradient(-45deg, #fff1f3, #fff1f3 3px,#fff8f9 3px, #fff8f9 7px);
  background: repeating-linear-gradient(-45deg, #fff1f3, #fff1f3 3px,#fff8f9 3px, #fff8f9 7px);
}

/*ピンク*/
.lp-stripe.c-pink {
  color: #ff6a91 !important;
  border-top: solid 2px #ff6a91 !important;
  border-bottom: solid 2px #ff6a91 !important;
  background: -webkit-repeating-linear-gradient(-45deg, #fff1f3, #fff1f3 3px,#fff8f9 3px, #fff8f9 7px);
  background: repeating-linear-gradient(-45deg, #fff1f3, #fff1f3 3px,#fff8f9 3px, #fff8f9 7px);
}

/*グリーン*/
.lp-stripe.c-green {
  color: #3eb370 !important;
  border-top: solid 2px #64bf38 !important;
  border-bottom: solid 2px #64bf38 !important;
  background: -webkit-repeating-linear-gradient(-45deg, #eeffe6, #eeffe6 3px,#f6fff2 3px, #f6fff2 7px);
  background: repeating-linear-gradient(-45deg, #eeffe6, #eeffe6 3px,#f6fff2 3px, #f6fff2 7px);
}

/*イエロー*/
.lp-stripe.c-yellow {
  color: #a7a348 !important;
  border-top: solid 2px #a7a348 !important;
  border-bottom: solid 2px #a7a348 !important;
  background: -webkit-repeating-linear-gradient(-45deg, #fff1f3, #fff1f3 3px,#fff8f9 3px, #fff8f9 7px);
  background: repeating-linear-gradient(-45deg, #fffdc9, #fffdc9 3px,#fffff7 3px, #fffff7 7px);
}


/* 両端に線を伸ばす
-----------------------------*/

.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::before, .lp-bothline::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 {
    color: #333;
}

.is-style-hd-both-line {
    padding: 0 !important;
    background: transparent !important;
}



/* 吹き出し
---------------------------------------- */

.lp-hukidashi .title_wrapper {
    color: #333;
}

h1.lp-hukidashi,
h2.lp-hukidashi,
h3.lp-hukidashi,
h4.lp-hukidashi,
.is-style-hd-hukidashi {
    border-radius: 3px !important;
}

.lp-hukidashi,
.is-style-hd-hukidashi {
    position: relative;
    display: block;
    padding: 15px !important;
    max-width: 100%;
    font-weight: bold;
    box-sizing: border-box;
    border-radius: 3px;
}

.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:not(.has-background) {
    background: transparent !important;
}

.lp-hukidashi,
.is-style-hd-hukidashi.normal:not(.has-background) {
    border: solid 2px #333 !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;
}

.lp-hukidashi::before,
.is-style-hd-hukidashi::before {
    content: "" !important;
    position: absolute !important;
    bottom: -22px !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::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 #555 !important;
}
.is-style-hd-hukidashi.has-background::before {
    border-top: 12px solid !important;
}
.is-style-hd-hukidashi.normal.has-background::before,
.is-style-hd-hukidashi.bottom-line.has-background::after {
    border-top: 14px solid !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;
}
.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::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-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;
    }

}




/* 斜線アンダーライン
-----------------------------*/

.page-title.lp-underline {
    border: none !important;
    padding: 0 !important;
}

.lp-underline .title_wrapper {
    color: #333;
}

.lp-underline .inner-text2 {
    padding-bottom: 10px;
}

.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;
}

/* キャッチコピー付きタイトルボックス
---------------------------------------- */

.campaign-box {
  padding: 6px !important;
  border: none !important;
}

.page-title.campaign-box::before,
.page-title.campaign-box::after {
    display: none !important;
}

.inner {
    background-color: #fff;
    padding: 15px 10px 15px 10px;
    font-weight: bold;
    text-align: center;
}

.inner-text2 {
    font-size: 1.5em;
    line-height: 1.25;
    margin: 5px 0;
}

/*ブラック*/
.inner.c-black {
    color: #555;
    background: #fafafa;
}

/*ブルー*/
.inner.c-blue {
    color: #3498db;
    background: #f6fcff;
}

/*レッド*/
.inner.c-redd {
    color: #f2183c;
    background: #fffbfd;
}

/*ピンク*/
.inner.c-pink {
    color: #ff6a91;
    background: #fffbfd;
}

/*グリーン*/
.inner.c-green {
    color: #3eb370;
    background: #f5fdf8;
}

/*イエロー*/
.inner.c-yellow {
  color: #a7a348;
  background: #fffced;
}



/* ランキング
-----------------------------*/

.page-title.lp-ranking {
    display: flex;
    align-items: center;
    border: none !important;
}

.rank_icon {
    margin-right: 10px;
    width: 60px;
}

.txt-align-center .rank_icon {
    margin: 0 auto;
}
.txt-align-right .rank_icon {
    margin: 0 0 0 auto;
}

.page-title.lp-ranking.txt-align-center,
.page-title.lp-ranking.txt-align-right {
    display: block;
}

.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;
}

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

    .page-title .inner-text1 {
        font-size: 0.95em;
    }

    .page-title .inner-text2 {
        font-size: 1.2em !important;
        line-height: 1.4em;
    }

    .rank_icon {
        width: 40px;
        margin-right: 5px;
    }

}


/* 斜線部共通色
--------------------------- */

/*ブラック*/
.campaign-box.c-black,
.lp-underline.c-black::after {
  background: -webkit-repeating-linear-gradient(45deg, #666, #666 5px, #ffffff 5px, #ffffff 10px);
  background: repeating-linear-gradient(45deg, #555, #555 5px, #ffffff 5px, #ffffff 10px);

}

/*ブルー*/
.campaign-box.c-blue,
.lp-underline.c-blue::after {
  background: -webkit-repeating-linear-gradient(45deg, #3498db, #3498db 5px, #69b4e6 5px, #69b4e6 10px);
  background: repeating-linear-gradient(45deg, #3498db, #3498db 5px, #c5e3f7 5px, #c5e3f7 10px);

}

/*レッド*/
.campaign-box.c-redd,
.lp-underline.c-redd::after {
  background: -webkit-repeating-linear-gradient(45deg, #f2183c, #f2183c 5px, #ffffff 5px, #ffffff 10px);
  background: repeating-linear-gradient(45deg, #f2183c, #f2183c 5px, #ffe5e9 5px, #ffe5e9 10px);

}

/*ピンク*/
.campaign-box.c-pink,
.lp-underline.c-pink::after {
  background: -webkit-repeating-linear-gradient(45deg, #ff6a91, #ff6a91 5px, #ffe6ec 5px, #ffe6ec 10px);
  background: repeating-linear-gradient(45deg, #ff6a91, #ff6a91 5px, #ffe6ec 5px, #ffe6ec 10px);
}

/*グリーン*/
.campaign-box.c-green,
.lp-underline.c-green::after {
  background: -webkit-repeating-linear-gradient(45deg, #54af28, #54af28 5px, #dfffcf 5px, #dfffcf 10px);
  background: repeating-linear-gradient(45deg, #54af28, #54af28 5px, #dfffcf 5px, #dfffcf 10px);

}

/*イエロー*/
.campaign-box.c-yellow,
.lp-underline.c-yellow::after {
  background: -webkit-repeating-linear-gradient(45deg, #98954d, #98954d 5px, #f5f3c0 5px, #f5f3c0 10px);
  background: repeating-linear-gradient(45deg, #98954d, #98954d 5px, #f5f3c0 5px, #f5f3c0 10px);

}



/* 商品・サービス名
--------------------------- */

.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;
}

.rating-star .fa-star-half-o:before {
    content: "\f5c0" !important;
}



/* キャンペーン情報
--------------------------- */

.tab-caption-box.none.campaign {
    padding: 0px 0 20px 0;
}

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

.c-list {
    font-size: 0.9em;
    padding: 0 4px !important;
    margin: 2px !important;
    border-radius: 2px;
    color: #179dd8;
    line-height: 1.8;
}

.c-list.ari {
    background-color: aliceblue;
    border: 1px solid #00b9eb;
}

.c-list.nashi {
    background-color: #f3f4f5;
    border: 1px solid #eee;
    color: #ccc;
}

.c-info-box {
    display: table;
    margin-bottom: 15px;
}

p.c-list {
    font-size: 11px !important;
}


.campaign p {
    margin: 0 5px 5px 0;
}

span.c-name {
    font-size: 12px;
    padding: 1px 9px;
    background-color: #ff9900;
    border-radius: 2px;
    color: #fff;
    vertical-align: text-top;
    display: inline-block;
}

.none span.tab-caption-box-label-text {
    margin: 0 10px 0 0;
}


/* 価格情報
--------------------------- */

ul.price-info {
    list-style-type: none !important;
    padding-left: 0 !important;
}

ul.price-info .price::before {
    content: "￥";
}

span.price.before {
    text-decoration: line-through;
    font-size: 0.8em;
}

span.price.after {
    font-size: 1.3em;
    color: #bd081c;
    font-weight: bold;
    margin-right: 5px;
}

span.unit {
    font-size: 0.6em;
    color: #555;
    font-weight: normal;
    padding-left: 5px;
}

ul.price-info li {
    margin: -5px 0;
}

ul.price-info {
    margin: 10px 0 !important;
}

.search ul.price-info {
    margin: 0 0 0 5px !important;
}

li.price-difference {
    font-size: 0.9em;
}

li.price-ba .label {
    font-size: 0.8em;
}


/* アイコンリスト（ピックアップポイント）
----------------------------------------- */

.v4 .iconlist-box.block-box ul {
    padding-left: calc(1em + 0.4em);
    padding-bottom: 0;
    padding-top: 0;
    text-indent: -0.4em;
    margin-top: 0;
}

.左寄せ .iconlist-title {
    text-align: left !important;
    position: relative !important;
    top: 0;
    left: 0;
}

.point .iconlist-title::before {
    font-family: "Font Awesome 5 Free","fontawesome";
    content: "\f0a4";
    margin: 0 0.2em;
}


ul.osusumepoint {
    list-style: none;
    margin: 0;
}

li.osusume::before {
    font-family: "Font Awesome 5 Free","fontawesome";
    content: "\f00c";
    margin-right: 4px;
    color: #e63d53;
    margin-left: calc(-1em + -4px);
}

p.kokogapoint {
    margin: 0;
    font-weight: bold;
    font-size: 1em;
}

p.kokogapoint::before {
    font-family: "Font Awesome 5 Free","fontawesome";
    content: "\f0a4";
    margin-right: 3px;
    font-weight: bold;
    font-size: 15px;
}

.v4 .iconlist-box.point {
    margin: 1rem 0;
}

.v4 .iconlist-box.point ul li {
    margin: 0;
}

.search .iconlist-box ul {
    padding-bottom: 0 !important;
}

/*スマホ表示*/
@media screen and (max-width: 480px){
    .v4 .iconlist-box.point {
        margin: 1em 0 !important;
    }
    .v4 .iconlist-box.point ul li {
        margin: 0.2em 0;
    }
}

/*エディタのスタイル*/
.editor-styles-wrapper .iconlist-box.point ul {
    padding-left: 18px !important;
}




/* キャンペーンの告知風バナー
------------------------------- */

/*ボックス全体の設定*/
.campaign-infobox {
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center -50px;
    margin-top: 3em;
    margin-bottom: 2em;
}

.bg-mask {
  height: 100%;
  background: rgba(255,255,255,0.3);
  padding: 70px 20px 30px 20px;
}

p.campaign.title {
    font-size: 1.8em;
    margin: 0 !important;
}

p.campaign.subtitle {
    font-size: 1em;
    margin: 0px !important;
}

.campaign.textBox {
    padding-top: 30px;
    padding-bottom: 20px;
}

.campaign.textBox p {
    margin: 0.5em 0;
}

.campaign-infobox a.afflink-button.btn {
    max-width: 500px;
}

p.campaign.title,
p.campaign.subtitle {
    color: #fff !important;
    font-weight: bold;
    letter-spacing: 0.1em;
    letter-spacing: 0.15em;
}

/*デフォルト*/
.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;
}


/*スマホ表示*/
@media screen and (max-width: 480px){

    .bg-mask {
        padding: 70px 10px 30px 10px;
    }

    .campaign-infobox {
        background-position: center 0px;
    }

    p.campaign.title {
        font-size: 1.1em;
        margin: 0;
    }
    p.campaign.subtitle {
        font-size: 0.9em;
        margin: 0px !important;
    }

    .campaign.textBox p {
        font-size: 1em;
    }

    .campaign-infobox.bg-normal p.campaign.title,
    .campaign-infobox.bg-blue p.campaign.title,
    .campaign-infobox.bg-normal p.campaign.subtitle,
    .campaign-infobox.bg-blue p.campaign.subtitle {
    text-shadow:none;
    color: #49b7f5 !important;
    }

    .campaign-infobox.bg-orange p.campaign.title,
    .campaign-infobox.bg-orange p.campaign.subtitle {
    text-shadow:none;
    color: #f7921b !important;
    }

    .campaign-infobox.bg-pink p.campaign.title,
    .campaign-infobox.bg-pink p.campaign.subtitle {
    text-shadow:none;
    color: #f76dd9 !important;
    }

}






/* タブ付きボックス
---------------------------------------------------------------------- */

.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){

.labs .block-box-label {
    padding: 0.2em 0.8em 5px !important;
}

}


.caption-box.block-box.labs {
    position: relative;
    margin-top: calc(2.5em + 1.7em);
    border-radius: 0 4px 4px 4px;
}

.block-box.labs p {
    margin: 0.6em 0 !important;
}

/*ブラック*/
.caption-box.block-box.labs.blackBox {
    border: 2px solid #444;
}
.blackBox .caption-box-label {
    background-color: #444 !important;
    color: #fff;
}

/*グレー*/
.caption-box.block-box.labs.grayBox {
    border: 2px solid #ccc;
}
.grayBox .caption-box-label {
    background-color: #ccc !important;
    color: #fff;
}

/*ブルー*/
.caption-box.block-box.labs.blueBox {
    border: 2px solid #4eb7d9;
}
.blueBox .caption-box-label {
    background-color: #4eb7d9 !important;
    color: #fff;
}

/*ネイビー*/
.caption-box.block-box.labs.navyBox {
    border: 2px solid #235180;
}
.navyBox .caption-box-label {
    background-color: #235180 !important;
    color: #fff;
}

/*グリーン*/
.caption-box.block-box.labs.greenBox {
    border: 2px solid #3abc98;
}
.greenBox .caption-box-label {
    background-color: #3abc98 !important;
    color: #fff;
}

/*イエロー*/
.caption-box.block-box.labs.yellowBox {
    border: 2px solid #ffcb4f;
}
.yellowBox .caption-box-label {
    background-color: #ffcb4f !important;
    color: #fff;
}

/*オレンジ*/
.caption-box.block-box.labs.orangeBox {
    border: 2px solid #f7921b;
}
.orangeBox .caption-box-label {
    background-color: #f7921b !important;
    color: #fff;
}

/*レッド*/
.caption-box.block-box.labs.redBox {
    border: 2px solid #f2183c;
}
.redBox .caption-box-label {
    background-color: #f2183c !important;
    color: #fff;
}

/*ピンク*/
.caption-box.block-box.labs.pinkBox {
    border: 2px solid #f99292;
}
.pinkBox .caption-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;
}

/*480px以下*/
@media screen and (max-width: 480px){
    .box-like-sango .caption-text p {
        font-size: 18px;
    }
}

.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 .caption-text::before {
    margin-right: 10px;
    font-size: 35px;
    width: 35px;
    line-height: 40px;
}

/*480px以下*/
@media screen and (max-width: 480px){
.box-like-sango .caption-text::before {
    margin-right: 0;
    font-size: 30px;
}
}

.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;
}
.box-like-sango.blackBox {
    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-blue .box-like-sango .caption-text {
  color: #49b7f5;
}
.c-blue .box-like-sango [class*="bg-circle"]::before {
    background-color: #49b7f5;
}

.c-sick .box-like-sango {
  background-color: #deeeff;
}
.c-sick .box-like-sango .caption-text {
  color: #1e50a2;
}
.c-sick .box-like-sango [class*="bg-circle"]::before {
    background-color: #1e50a2;
}

.c-black .box-like-sango {
  background-color: #f3f4f5;
}
.c-black .box-like-sango .caption-text {
  color: #555;
}
.c-black .box-like-sango [class*="bg-circle"]::before {
    background-color: #555;
}

.c-pink .box-like-sango {
  background-color: #ffebeb;
}
.c-pink .box-like-sango .caption-text {
  color: #ff7465;
}
.c-pink .box-like-sango [class*="bg-circle"]::before {
    background-color: #ff7465;
}

.c-green .box-like-sango {
  background-color: #e0ffed;
}
.c-green .box-like-sango .caption-text {
  color: #38bc70;
}
.c-green .box-like-sango [class*="bg-circle"]::before {
    background-color: #38bc70;
}

.c-yellow .box-like-sango {
  background-color: #fffaec;
}
.c-yellow .box-like-sango .caption-text {
  color: #ffc107;
}
.c-yellow .box-like-sango [class*="bg-circle"]::before {
    background-color: #ffc107;
}


/* 見出しのタイトルを大きくする
------------------------------------ */

.title .tab-caption-box-label {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 3px;
    padding-left: 5px;
    color: #333 !important;
    background: #fff !important;
}
.title .tab-caption-box-label::before {
    color: #2ca9e1;
}



/* アイコンリスト
------------------------------------ */

.common-icon-box.small-icon {
    padding: 0.5em 0.5em 0.5em 72px;
}

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

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

    .common-icon-box.small-icon {
        padding: 30px 6px 6px;
    }

}


/* 見出しボックス
------------------------------------ */

.caption-box.border-top {
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
    border-radius: 0;
}

.border-top .caption-box-label {
    display: inline-flex;
    padding: 2px 1em 4px;
    font-size: 0.9em;
}

.caption-box.border-top:not(.has-background) {
    background: #fafafa;
}


/* ラベルボックス
------------------------------------ */

.label-box-content {
    border: 2px solid #eee;
    border-radius: 4px;
}


/* その他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;
}

.label-box-content {
    padding: 1.5em 1em 1em;
}

.v4 .block-box p,
.v4 .block-box ul,
.v4 .block-box ol,
.v4 .block-box .wp-block-image {
    margin: 0.5em 0;
}

.block-box p:last-child,
.block-box ul:last-child,
.block-box ol:last-child {
    margin-bottom: 0.5em !important;
}

.block-box ol, .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;
}

/*URLのみの場合*/
.afBtn .blogcard-wrap {
    margin: 0;
}


/* リンクボタン（複数設置Ver）
 * -------------------------------------------- */

 .v4_multi_button {
    display: flex;
    margin: 0 auto;
    align-items: flex-end;
}

.v4_multi_button .btn_wrapper {
    width: 100%;
}

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

    .v4_multi_button {
        flex-wrap: wrap;
    }
    .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%;
}

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

a.afflink-button.btn {
    padding: 10px 20px;
    width: 80%;
    opacity: 1;
    margin-bottom: 0;
}

@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;
}

.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) {
    .affilink-button-footer a.afflink-button.btn {
          padding: 15px 10px;
      }
      .spFooterBtn {
          display: block;
      }
  }


/* テキスト付きアフィリエイトリンクボタン
-------------------------------------------- */
.affilink-button2 {
    padding: 40px 10px;
    text-align: center;
}

.affilink-button2 span {
    margin: 0 10px 0 0;
}

.affilink-button2 a {
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
}

.affilink-button2 a:hover {
    opacity: 0.9;
    transition: 0.8s;
}

.affilink-button2 a i {
    padding-right: 5px;
}

.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';
}

/*スマホ*/
@media screen and (max-width: 480px){
  .affilink-button2 span {
    display: block;
    margin: 0 0 20px 0;
  }
}



/* サイトロゴ（ブロックエディター版）
----------------------------------- */

.like_logo {
    margin: 0;
}

.logoTxt {
    text-align: center;
    font-size: 40px;
    margin: 0px -36px 0;
    font-family: Righteous;
    font-weight: bold;
    background-color: white;
    /*border-bottom: 5px solid #EFF1F5;*/
}

/*1023px以下*/
@media screen and (max-width: 1023px){
    .logoTxt {
      margin: 0px -10px 0;
    }
}
/*480px以下*/
@media screen and (max-width: 480px){
    .logoTxt {
        /*font-size: 24px !important;*/
    }
    .like_logo {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
/*エディタースタイル*/
.editor-styles-wrapper .logoTxt {
    margin: 0px -36px;
}


/* クチコミ
--------------------------------------- */

.kuchikomi-title .smile {
    font-size: 2em;
    vertical-align: middle;
    margin-right: 10px;
    font-weight: normal;
}

.kuchikomi-title {
    display: flex;
    align-items: center;
    font-size: 1.05em;
    font-weight: bold;
    line-height: 1em;
    margin: 5px 0 10px 0;
}

.kuchikomi {
    border: 3px solid;
    padding: 20px;
    margin: 15px 0;
}
.kuchikomi p {
    margin: 0.8em 0;
    font-size: 15px;
}

.kuchikomi img {
    padding: 0.5em 0;
}

.kuchikomi.good {
    border-color: #ffe4ec;
    background-color: #fffafc;
}

.kuchikomi-title.good {
    color: #f6779e;
}

.kuchikomi.bad {
    border-color: #c3e3ff;
    background-color: #f9fcff;
}

.kuchikomi-title.bad {
    color: #72bdff;
}

.fal::before {
    font-family: "Font Awesome 5 Free";
}


.kuchikomi.simple {
    border-color: #f1f1f1;
    background-color: #fff;
}

.kuchikomi.simple .kuchikomi-title {
    color: #333;
}

.kuchikomi.simple i {
    display: none;
}

.kuchikomi-title img {
    margin-right: 10px;
}

.kuchikomi_title_wrapper .star {
    font-size: 0.9em;
}

.kuchikomi_title_wrapper .title {
    margin: 5px 0;
}

.kuchikomi_title_wrapper .rating-star {
    font-size: 0.9em;
}


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

    .smile {
        font-size: 35px;
        vertical-align: middle;
        margin-right: 10px;
        font-weight: normal;
    }

    .kuchikomi {
        padding: 10px;
    }

}


/* テキストクリック型のアコーディオン
--------------------------------------- */

.accordion_title.hidden {
    display: none;
}

.accordion_title {
    color: #1967d2;
    cursor: pointer;
    font-size: 0.9em;
}

.accordion_title span::before {
    content: "\f107";
    font-family: "Font Awesome 5 Free","fontawesome";
    margin-right: 5px;
}


/* Ｑ＆Ａ
--------------------------------------- */

p.質問,
p.回答 {
  position: relative;
  padding-left: 55px;
  margin-bottom: 40px;
}

.質問::before,
.回答::before {
    font-size: 24px;
    border-radius: 50%;
    vertical-align: baseline;
    padding: 5px;
    margin-right: 10px;
    font-weight: bold;
    font-family: arial;
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 1.4em;
    box-sizing: content-box;
    position: absolute;
    left: 0;
    top: -11px;
}

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

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

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




/* ランキング
-------------------------------------------- */

.v4_ranking_block {
    position: relative;
}

.rankingWrapper {
    margin: 2em 0 4em;
}

.ranking-box > div::before,
.ranking--box > .rankingWrapper::before {
    content: "";
    background-image: url('./img/ranking_200722/rank_none.png');
    width: 50px;
    display: inline-block;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
}

.ranking-box > div:nth-of-type(1)::before,
.ranking--box > .rankingWrapper:nth-of-type(1)::before {
    background-image: url('./img/ranking_200722/rank1.png');
}

.ranking-box > div:nth-of-type(2)::before,
.ranking--box > .rankingWrapper:nth-of-type(2)::before {
    background-image: url('./img/ranking_200722/rank2.png');
}

.ranking-box > div:nth-of-type(3)::before,
.ranking--box > .rankingWrapper:nth-of-type(3)::before {
    background-image: url('./img/ranking_200722/rank3.png');
}

.r_title {
    margin-left: 65px;
    margin-bottom: 1em;
    font-size: 1.4em;
    padding-top: 10px;
    font-weight: bold;
    width: calc(100% - 65px) !important;
    line-height: 1.2em;
}

.ranking .cmpTermsHeader {
    margin-right: 0px;
}

.ranking .sort_label {
    display: none;
}

.ranking .sortingGroups .terms {
    margin-right: 0px;
}

.ranking .cmpTermsHeader button {
    padding: 10px 5px;
}

.r_contents {
    margin: 1em 0 2.5em;
}

.ranking-box .ranking-item-rating.rating-star {
    width: 100%;
    background: none;
    max-width: 100%;
    text-align: inherit;
    padding: 0;
    font-size: 1em;
}
.ranking-box .ranking-item-rating.rating-star::before {
    content: "";
}

.ranking-box ul {
    padding-left: 20px;
}

.ranking .sortingGroups {
    position: relative;
}

.ranking .sortingGroups::after {
    border-bottom: 2px solid #4eb7d9;
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.ranking .sortingGroups::after {
    border-bottom: 2px solid #555;
}
/*ブラック*/
.c-black .ranking .sortingGroups::after {
    border-bottom: 2px solid #454c50;
}
/*青*/
.c-blue .ranking .sortingGroups::after {
    border-bottom: 2px solid #4eb7d9;
}
/*ピンク*/
.c-pink .ranking .sortingGroups::after {
    border-bottom: 2px solid #ffc679;
}
/*緑*/
.c-green .ranking .sortingGroups::after {
    border-bottom: 2px solid #FFF44B;
}
/*黄色*/
.c-yellow .ranking .sortingGroups::after {
    border-bottom: 2px solid #2D9FDB;
}
/*ネイビー*/
.c-sick .ranking .sortingGroups::after {
    border-bottom: 2px solid #f7dd1b;
}

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

    .ranking-box > div::before {
        width: 40px;
    }

    .ranking-box > .rankingWrapper::before,
    .ranking--box > .rankingWrapper::before {
        width: 40px;
    }

    .r_title {
        margin-left: 45px;
        font-size: 1.2em;
        width: calc(100% - 45px) !important;
    }

    .ranking .sortingGroups {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .ranking .sortingGroups .terms {
        flex: 1 calc(100% / 2);
        margin: 0;
        font-size: 1.1em;
        padding: 0 1px;
    }

    .ranking .sort_label {
        display: block;
    }

    .ranking .sort_label i {
        margin-right: 3px;
    }
    
    .ranking .cmpTermsHeader button {
        padding: 5px;
    }

    .cmpTermsHeader .terms {
      padding:0;
      margin: 2px 0;
    }

    .ranking .sortingGroups::after {
        bottom: -1px;
    }

    .ranking-box .column-wrap > div {
        padding: 0;
    }

    .ranking-box .column-wrap > .column-left {
        margin-bottom: 0.5em ;
    }

}


/* ランキング（フレックスブロック内）Ver1.3.0
-------------------------------------------- */

.v4_flex_blocks {
    padding: 0 10px;
    position: relative;
}

.v4_flex_blocks.frame {
    border: 1px solid #e8e8e8;
    position: relative;
}

.v4_flex_blocks.label.frame {
    overflow: hidden;
}

.v4_flex_blocks h3.title {
    margin: 0 !important;
}

.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;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 155px;
    z-index: 1;
    border: 1px solid #e8e8e8;
}

.flex_wrapper.column2 {
    display: flex;
    justify-content: center;
}

.flex_wrapper.column2 .btn_wrapper {
    width: 100%;
}
.btn_wrapper a.afflink-button.btn {
    width: 95%;
}

.v4_flex_blocks .title_wrapper {
    margin: 1em 0 0;
    padding: 5px !important;
}

.related_items .rating-star,
.v4_flex_blocks .rating-star,
.hikaku_table .rating-star,
.v4_ranking_block .rating-star {
    font-size: 1em;
}

.sticky-title .page-title.lp-ranking {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 999;
    background: #fffffff2;
    transition: 0.3s;
}

.v4_flex_blocks .page-title.lp-ranking .inner-text2 {
    flex: 1;
}

/*Sticky*/
.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: #fffffff2;
    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;
}

@media screen and (max-width: 480px) {
    .flex_wrapper.column2:not(.no-wrap) {
        flex-direction: column;
    }
    .flex_wrapper.column2 .left,
    .flex_wrapper.column2 .right {
        width:100% !important;
    }
    .flex_wrapper.column2 .btn_wrapper .button-block {
        margin: 5px 0;
    }
}

.ranking_title {
    margin-left: 85px;
    font-size: 1.5em;
    padding-top: 16px;
    font-weight: bold;
    color: #444;
}

.ranking_title::before {
    content: "";
    width: 50px;
    display: inline-block;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 20px;
    top: 12px;
}
.ranking_title.first::before {
    background-image: url(./img/ranking_200722/rank1.png);
}
.ranking_title.second::before {
    background-image: url(./img/ranking_200722/rank2.png);
}
.ranking_title.third::before {
    background-image: url(./img/ranking_200722/rank3.png);
}
.ranking_title.none::before {
    background-image: url(./img/ranking_200722/rank4.png);
}


p.flex_text {
    margin: 0;
}


/* シンプルな比較表（テーブル）
-------------------------------------------- */

table.mce-item-table {
    margin: 20px 0;
    background: #fff;
    font-size: 15px;
}
table.mce-item-table p {
    margin: 0.5em 0;
}
table.mce-item-table tr td {
    background: #fff;
}

@media screen and (max-width: 834px) {
    table th,
    table td {
        padding: 5px;
        font-size: 1em;
    }
}

.hikaku_table table {
    width: calc(100% - 1px);
    /*display: contents; ver1.2.2*/
    display: table;
    border-color: transparent;
}

.hikaku_table tbody {
    background: #fff;
}

.hikaku_table table tr {
    background-color: #fff;
}

.hikaku_table p {
    margin: 0.5em 0;
}

/*1列目を固定する*/
.first_line_fixed table tr > td:first-child,
.first_line_fixed table thead tr > th:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 1;
}

/*
.first_line_fixed table tr > td:first-of-type::before,
.first_line_fixed table thead tr > th:first-of-type::before {
    content : "" ;
    position : absolute ;
    top : -1px ;
    left : -1px ;
    width : 100% ;
    height : 100% ;
    border : 1px solid #ccc ;
}
*/

.first_line_fixed.first_row_image table thead tr > th:first-of-type::before {
    border-right-width: 0px;
    border-left-width: 0px;
}
.first_line_fixed table tr > td:not(.datatable-filter-cell):first-of-type {
    background: #fff;
}

/*1行目を画像にする*/
.first_row_image table thead th {
    border: none !important;
    background-color: transparent !important;
}

.is-style-sticky-header.first_row_image table thead th {
    background-color: #fff !important;
}


.hikaku_table .scrollable-table th,
.hikaku_table .scrollable-table td {
    padding: 10px;
    white-space: normal;
}

/*比較表内のセレクトボックス*/
.hikaku_table select {
    font-size: 1em;
    padding: 5px;
    border: 1px solid #ccc;
}



/* その他のブロックパーツ
-------------------------------------------- */

/*ラベル＋リンク*/
.label-link span {
    min-width: 44px;
    height: fit-content;
    padding: 2px 8px;
    font-size: 13px;
    color: #fff;
    margin-right: 10px;
    border-radius: 4px;
    text-align: center;
}
@media screen and (max-width: 480px){
.label-link span {
    min-width: 40px;
    padding: 2px 8px;
    font-size: 11px;
    margin-right: 5px;
}
}


/*なんちゃってパンくず*/
.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: 1.2em 1.4em .8em;
}
.timeline-item-snippet {
    padding: 15px 0;
}

@media screen and (max-width: 480px) {
    .timeline-item::before {
        left: -9px;
        top: 20px;
        width: 15px;
        height: 15px;
    }
}

/*タイムライン（オリジナル/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: .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）*/

.v4 .wp-block-cocoon-blocks-iconlist-box ul {
    padding-bottom: 0;
}





/* 関連アイテムのデザイン
---------------------------------------------------------------------- */

.related_items {
    position: relative;
}

.filter-box.single-s {
    display: block;
}

.cmp-table {
    display: flex;
    margin-top: 1.4em;
    margin-bottom: 1.4em;
    font-size: 0.9em;
}

/*480px以下*/
@media screen and (max-width: 480px){
    .cmp-table {
        font-size: 0.9em;
        overflow-x: scroll;
    }
}

.filter-box.related {
    display: block;
}
.related .mix,.related .gap {
    width: 100%;
    display: block;
}

.related-item {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
}

.related .related-item.mix {
    margin-bottom: 5rem;;
}


.related-item .column-wrap,
.related-item .column-1,
.related-item .wp-block-columns,
.related-item .description,
.related-item .scrollable-table.scroll-hint {
    margin: 1.5rem 0;
    gap: 1em;
}


.related-item .description p,
.related-item .description ul,
.related-item .description ol {
    margin: 0.5em 0;
}

.related-item .description p:last-child,
.related-item .description ul:last-child,
.related-item .description ol:last-child {
    margin-bottom: 0.5em !important;
}

.related-item .description ol,
.related-item .description .block-box ul {
    margin: 0.5em 0;
    padding-left: 1.2em;
}



.related_items .caption-box-label {
    font-size: 0.95rem;
}

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

    .related-item > div {
        width: 100%;
    }
    .box-right {
        padding-left: 0px !important;
    }

    .related-item .wp-block-columns.no-wrap {
        flex-wrap: nowrap;
    }
    .related-item .wp-block-columns.no-wrap .wp-block-column {
        margin: 0 0.5em;
    }


}

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

.box-left {
    flex-basis: 20%;
    text-align: center;
}
.box-right {
    padding-left: 15px;
}

.box-under {
    padding-top: 10px;
}

.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 {
  /*flex-grow: 1;*/
  margin: 0 5px;
  font-size: 14px;
  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;
}

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

.related_items select {
    border: 1px solid #ccc;
}

.related_items .caption-box {
    /* border-width: 1px !important; */
    border-radius: 4px 4px 0 0;
}

.related_items .caption-box-content {
    background: #fff;
}


/*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;
    }

}


/*テーブル内で使う場合*/
table.item-table {
    margin: 0;
    text-align: center;
    font-size: 13px;
}

table.item-table th, table.item-table td {
    border: 1px solid #eee;
    padding: 3px;
}

table.item-table th {
    color: #555;
}

/*追加コンテンツ*/
.addContents {
    /*padding: 30px 0 20px;*/
}


/* 関連アイテム内ののボックスカラー
------------------------------- */

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

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

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

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

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

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



/* 比較表のデザイン
---------------------------------------------------------------------- */

/* 全体の設定
------------------------------- */

.cmp-box {
  display: -webkit-box;
  display: -moz-box;
  overflow-x: auto;
  width: 100%;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch
}

.cmp-box .mix,
.cmp-box .gap {
    display: block;
    vertical-align: top;
}


/* 絞り込み＆並び替え条件
------------------------------- */

.cmpTermsHeader {
    border: 0;
}

.cmpTermsHeader .terms {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 5px 12px;
}

.cmpTermsHeader .terms label {
    width: 100%;
}

.controls.cmp {
    float: none;
    margin: 0 0 30px 0;
    display: flex;
    font-size: 0.8em;
    position: relative;
}

.cmpTermsHeader {
    border: 0;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
}

.cmpTermsHeader .terms {
    flex-wrap: nowrap;
    padding: 0;
}

.sortingGroups .terms,
.narowwingGroups .terms {
    padding: 0;
    margin-right: 10px;
    flex: 5;
}

.sortingGroups .terms {
    display: flex;
    flex-wrap: nowrap;
}

.narowwingGroups .terms {
    display: inline-block;
    padding-top: 2px;
}

.cmpTermsHeader .label {
    padding: 5px;
    border-radius: 0;
    font-weight: bold;
    flex: 1;
    margin-right: 5px;
    background-color: #dddddd;
    display: flex;
    align-items: center;
}

.cmpTermsHeader .terms label {
    width: 100%;
    vertical-align: sub;
    margin: 3px;
}

.narowwingGroups .terms select {
    padding: 0.5em;
    font-size: 1em;
    margin-top: -2px;
}

.narowwingGroups,
.sortingGroups {
    display: flex;
    font-size: 0.9em;
    margin-bottom: 2px;
    width:100%;
}

.sortingGroups {
    align-items: center;
}
.narowwingGroups {
    align-items: flex-start;
}

.cmpTermsHeader button.reset {
    margin-top: 0;
}

button.sort::before {
    /* content:""; */
    border: 2px solid #6c7781;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 12px;
    margin: -3px 4px 0px 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 12px;
    min-width: 12px;
    -webkit-appearance: none;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    transition: .05s border-color ease-in-out;
}

.sort.mixitup-control-active::before {
    background-color:#f2183c;
    border: 2px solid #f2183c;
}

/*ラベルのアイコン*/
.font-awesome-4 .sortingGroups .label span::before,
.font-awesome-4 .narowwingGroups .label span::before {
    font-family: "fontawesome";
    margin-right: 2px;
}
.font-awesome-5 .sortingGroups .label span::before,
.font-awesome-5 .narowwingGroups .label span::before {
    font-family: "Font Awesome 5 Free";
    margin-right: 2px;
}
.font-awesome-4 .sortingGroups .label span::before,
.font-awesome-5 .sortingGroups .label span::before {
    content: "\f0dc";
}
.font-awesome-4 .narowwingGroups .label span::before,
.font-awesome-5 .narowwingGroups .label span::before {
    content: "\f0b0";
}
.font-awesome-5 .narowwingGroups .label span::before {
    font-size: 10px;
}


/*ボタン*/
.cmpTermsHeader button {
    border: none;
    padding: 5px 10px;
    margin: 2px;
    display: block;
    font-size: 1em;
    border-radius: 2px;
    line-height: 1.6;
    flex: auto;
}

.cmpTermsHeader button.reset {
    margin-top: 5px;
    font-size: 0.9em;
}

.controls.cmp button.reset {
    margin-top: 0px;
    margin-bottom: 0;
    padding: 5px;
    height: 40px;
    font-size: 0.9em;
}


/*関連アイテム*/
.cmpTermsHeader.related {
    margin-top: -18px;
    margin-bottom: 10px;
}
.cmpTermsHeader.related.yoko {
    margin-top: -7px;
    margin-bottom: 10px;
}
.cmpTermsHeader.related.yoko select {
    padding: 5px 5px 7px 5px;
}

.cmpTermsHeader.related .label {
  flex: 1;
  font-weight: normal;
  border-radius: 4px;
}

.cmpTermsHeader.related .terms {
  flex: 4;
}

/*SP*/

@media screen and (max-width: 480px){
    .controls.cmp {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .narowwingGroups {
        width:50%;
        float:left;
    }
    .narowwingGroups,
    .sortingGroups {
        display: inline-block;
        width: 50%;
    }
    .cmpTermsHeader .terms {
        padding: 0;
        flex-flow: column;
        font-size: 1em;
        text-align: center;
        margin: 1px 0;
    }
    .cmpTermsHeader .terms label,
    .cmpTermsHeader .terms button {
        margin: 1px;
    }

    input[type=checkbox] + span {
        padding: 0 5px;
        width: 100%;
        display: block;
        border: none;
        background: #f0f0f1;
    }
    .cmpTermsHeader button {
        padding: 0;
    }
    .cmpTermsHeader input[type=checkbox],
    .cmpTermsHeader input[type=radio] {
        display: none !important;
    }
    .cmpTermsHeader .label {
        display: flex;
        margin-right:0;
    }
    .controls.cmp button.reset {
        margin-top: 2px;
        width: 100%;
        padding: 2px;
        margin: 0 auto;
        display: block;
        height: auto;
    }
    .narowwingGroups .terms {
        display: flex;
    }
    .narowwingGroups .terms select {
        padding: 0.5em;
        font-size: 0.9em;
        margin-top: 5px;
    }
}

/* カラー設定はページ内検索のところにある */


/* アイテム
------------------------------- */

/*セル内の改行を無効にする*/
.cmp-item>div:not(.point):not(.item-link) {
    white-space: normal;
    overflow: hidden;
}

/*ボーダー*/
.cmp-item > div:not(.image) {
    border-top: 1px solid #ddd;
}

.cmp-item > div:last-of-type {
    border-bottom: 1px solid #ddd;
}

.cmp-item.descripiton > div:not(.image):not(.link) {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background: #fff;
}

.cmp-item.mix > div:not(.image):not(.title) {
    border-right: 1px solid #ddd;
    background: #fff;
}

/*行の背景色*/
.cmp-item:not(.this) > div:nth-of-type(2n):not(.image):not(.link) {
    background:#f7f7f7;
}

.cmp-item.this > div:nth-of-type(2n):not(.image) {
    background:#ffffde;
}

.cmp-item.this > div:nth-of-type(2n+1):not(.image) {
    background:#ffe;
}


/*見出し列を無くしてスマホに最適化*/
@media screen and (max-width: 480px) {

    /*タイトル行*/
    .terms.title {
        height: 2em;
    }
    .cmp-box .terms.title {
        background-color: transparent !important;
    }
    .cmp-item.descripiton > div.terms.title {
        background: #f7f7f7;
        border: none;
        border-bottom: 1px solid #eee;
        align-items: flex-end;
        color: #5f6568;
    }
    .cmp-item:not(.this) > div:nth-of-type(2n):not(.image):not(.link):not(.title),
    .cmp-item.this > div:nth-of-type(2n):not(.image),
    .cmp-item.this > div:nth-of-type(2n+1):not(.image) {
        background:#fff;
    }
    .cmp-item > div:not(.image) {
        border-top: none;
    }
    .cmp-item > div:last-of-type {
        border-bottom: none;
    }
    .cmp-item.descripiton > div:not(.image):not(.link):not(.title) {
        border-left: none;
        border-right: none;
        background: #fff;
    }
    .cmp-item.mix > div:not(.image):not(.title) {
        border-right: none;
        background: #fff;
    }


}




/*見出し列*/
.cmp-item.descripiton {
    font-size: 1em;
    font-weight: bold;
    display: table;
    color: #5f6568;
}

.cmp-item:not(.descripiton) .terms {
    display: flex;
	align-items: center;
    justify-content: center;
}
.cmp-item.descripiton .terms {
    display: flex;
    align-items: center;
    line-height: 1.1;
}
.cmp-item.mix .terms {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column;/*v1.2.0*/
}


/*画像*/
.cmp-item .terms.image {
    height: 150px;
}
.cmp-item .terms.image img {
    width: 90%;
}
.cmp-item.mix .terms.image {
    padding: 0 2px 4px;
    justify-content: flex-end;
}
.terms.image a {
    line-height: 0;
}
@media screen and (max-width: 480px) {
    .cmp-item .terms.image img {
        width: 100%;
    }
}


/*◯Ｘ記号 Ver1.3.1*/
.cmp-item .mark {
    display: inherit;
}
.cmp-item .mark img {
    position: relative;
}

/*商品名*/
.cmp-item .name {
    /*height: 3.6em !important;*/
    height: 3.6em; /*ver1.2.0*/
    font-weight: bold;
    white-space: normal !important;
    display: flex;
	align-items: center;
}
.cmp-item .name:not(.terms) {
    justify-content: center;
}

/*レビュー数*/
.cmp-item .star {
    font-size: 1em;
    padding: 0;
}

/*価格*/
.cmp-box .before, .in .before {
    text-decoration: line-through;
}
.cmp-box .after {
    font-weight: bold;
    color: #d10e24;
}
@media screen and (max-width: 480px){
    .terms.prices .price > span:not(.before):not(.after) {
        display: none;
    }
    .terms.prices .price > span {
        display: block;
    }
}

/*オススメポイント*/
.cmp-item .point {
    height: 150px;
    overflow: hidden;
}
.cmp-item .point:hover {
    overflow-y: scroll;
}
.cmp-item.descripiton .point:hover {
    overflow-y: hidden;
}

.cmp-item ul.osusumepoint {
    font-size: 0.9em;
    line-height: 1.5em;
}

.cmp-box p.kokogapoint {
    display: none;
}

.cmp-item.descripiton > div {
    padding: 3px 10px;
    text-align: left;
}

.cmp-item>div:not(.image) {
    padding: 3px 5px;
    font-size: 0.9em;
    /*height: 30px;*/
}

.cmp-item > div:not(.point) {
    text-align: center;
}

/*リンクボタン*/
.cmp-box .item-link {
    display: block;
}

.cmp-item .btn {
    width: 90%;
    margin: 5px auto;
    display: block;
    padding: 5px;
}
@media screen and (max-width: 480px){
    .cmp-item .btn {
        font-size: 0.9em;
    }
}



.cmp-box .item-link a {
    width: 100%;
    margin: 0 0 3px 0;
    padding: 2px 5px;
    font-size: 13px;
}

.cmp-item.descripiton .item-link::after {
    content: "";
    height: 64px;
}

@media screen and (max-width: 480px){
    .cmp-item.descripiton .item-link::after {
        height: 66px;
    }
}



/* カラムのブレイクポイント
-----------------------------*/

.cmp-box .mix,
.cmp-box .gap {
        width: 220px;
}

@media screen and (max-width: 480px) {
.cmp-box .mix,
.cmp-box .gap {
        width: 113px;
    }
}


/* フィールド内で改行する場合
-----------------------------*/

.cmp-item.mix .terms > p {
    margin:0;
    width: 100%;
}
.related span.value > p {
    margin:0;
}


/* 関連アイテムの比較表の中に記号を表示する
-----------------------------------------------*/

span.mark {
    display: block;
}

.mark + br {
    display: none;
}

/*◯の場合*/
span.丸::before {
    font-size: 50px;
    color: #49b7f5;
    text-stroke: 4px #49b7f5;
    -webkit-text-stroke: 4px #49b7f5;
    content: "○";
    display: contents;
    line-height: 60px;
}

/*◎の場合*/
span.二重丸::before {
    color: #49b7f5;
    text-stroke: 1px #49b7f5;
    -webkit-text-stroke: 1px #49b7f5;
    font-weight: bold;
    font-size: 70px;
    content: "◎";
    display: contents;
    line-height: 60px;
}

/*480px以下*/
@media screen and (max-width: 480px){

/*◎の場合*/
span.二重丸::before {
    text-stroke: 2px #49b7f5;
    -webkit-text-stroke: 2px #49b7f5;
    font-size: 55px;
    line-height: 60px;
}

}

/*△の場合*/
span.三角::before {
    font-size: 50px;
    text-stroke: 4px #ffc107;
    -webkit-text-stroke: 4px #ffc107;
    content: "△";
    display: contents;
    line-height: 60px;
}

/*Ｘの場合*/
span.バツ::before {
    font-size: 47px;
    text-stroke: 4px #e60033;
    -webkit-text-stroke: 4px #ff99b0;
    content: "✕";
    display: contents;
    line-height: 60px;
}




/* ページ内絞り込み検索条件
------------------------------------------------------------------ */

form.controls.myfilter {
    margin-top: 0;
    margin-bottom: 0;
}

.mask {
    height: 100%;
    display: block;
    padding-top: 50px;
    background-color: rgba(255,255,255,0.3);
    padding-bottom: 50px;
    margin: 0 -10px;
}

fieldset.narrowing-terms {
    border: 0;
}

.narrowing-terms .row {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.narrowing-terms .row > div {
    margin: 0 5px 5px 0;
}

.narrowing-terms .label {
    flex: 1;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
    margin-left: 10px !important;
}

.narrowing-terms .label span {
    font-size: 0.7em;
}

.narrowing-terms .terms {
    flex: 2;
    display: flex;
    justify-content: space-between;
}

.narrowing-terms .value {
    flex: 1;
    text-align: center;
    border-radius: 5px;
}

.narrowing-terms .terms.checkbox2 {
    display: flex;
    flex-wrap: wrap;
}

.narrowing-terms .terms.checkbox2 .value {
    flex-basis: 40%;
    text-align: left;
    margin: 2px 5px 2px 0;
    align-items: center;
    padding: 5px 10px;
}

.narrowing-terms .terms:not(.checkbox2) span {
    display: block;
    border-radius: 5px;
    padding: 5px 10px;
    margin-right: 5px;
}

.narrowing-terms .terms.checkbox2 span {
    padding-left: 0px;
}

.narrowing-terms .terms:not(.checkbox2) input {
    display: none;
}


.cmpTermsHeader .terms {
    line-height: 1.6;
}

/*セレクトボックス*/
.narrowing-terms .terms select {
    margin-right: 5px;
}

/*チェックボックス*/
.v4 .narowwingGroups input[type=checkbox],
.v4 .narowwingGroups input[type=radio] {
    margin-right: 2px;
}


/* 絞り込み検索BOXのテーマカラー
------------------------------- */

/*ブルー
-------------*/
/*ラベル*/
.narrowing-terms .label.s_blue,
.c-blue .cmpTermsHeader .label {
    background-color: #4eb7d9;
    color: #fff;
}

/*選択肢（通常）*/
.narrowing-terms .terms:not(.checkbox2) span.s_blue,
.narrowing-terms .terms.checkbox2 .value.s_blue,
.c-blue .cmpTermsHeader .sort {
    background-color: rgba(195, 238, 252, 0.8);
}

/*選択肢（チェックされた時）*/
.terms:not(.checkbox2) input:checked + span.s_blue {
    background-color: #ffcb4f;
    color: #fff;
    border: 2px solid #ffcb4f;
    padding: 3px 8px;
    font-weight:bold;
}
.c-blue .cmpTermsHeader .sort.mixitup-control-active{
    background-color: #4eb7d9;
    color: #fff;
    font-weight: bold;
}

/*モバイル時にチェックボックスをラベル化*/
@media screen and (max-width: 480px){

    .c-blue .cmpTermsHeader input[type=checkbox] + span {
        background: #cff1fc;
    }
    .c-blue .cmpTermsHeader input[type=checkbox]:checked + span {
        font-weight: bold;
        color: #fff;
        background: #4eb7d9;
    }

}

/*グリーン
-------------*/
/*ラベル*/
.narrowing-terms .label.s_green,
.c-green .cmpTermsHeader .label {
    background-color: #3abc98;
    color: #fff;
}

/*選択肢（通常）*/
.narrowing-terms .terms:not(.checkbox2) span.s_green,
.narrowing-terms .terms.checkbox2 .value.s_green,
.c-green .cmpTermsHeader .sort {
    background-color: rgba(188, 245, 230, 0.9);
}

/*選択肢（チェックされた時）*/
.terms:not(.checkbox2) input:checked + span.s_green {
    background-color: #FFF44B;
    color: #3abc98;
    border: 2px solid #FFF44B;
    padding: 3px 8px;
    font-weight:bold;
}
.c-green .cmpTermsHeader .sort.mixitup-control-active{
    background-color: #FFF44B;
    color: #3abc98;
    font-weight: bold;
}

/*モバイル時にチェックボックスをラベル化*/
@media screen and (max-width: 480px){

    .c-green .cmpTermsHeader input[type=checkbox] + span {
        background: rgba(188, 245, 230, 0.9);
    }
    .c-green .cmpTermsHeader input[type=checkbox]:checked + span {
        font-weight: bold;
        color: #3abc98;
        background: #FFF44B;
    }

}


/*ピンク
-------------*/
/*ラベル*/
.narrowing-terms .label.s_pink,
.c-pink .cmpTermsHeader .label {
    background-color: #F99292;
    color: #fff;
}

/*選択肢（通常）*/
.narrowing-terms .terms:not(.checkbox2) span.s_pink,
.narrowing-terms .terms.checkbox2 .value.s_pink,
.c-pink .cmpTermsHeader .sort {
    background-color: rgba(255, 230, 196, 0.9);
}

/*選択肢（チェックされた時）*/
.terms:not(.checkbox2) input:checked + span.s_pink {
    background-color: #ffc679;
    color: #fff;
    border: 2px solid #ffc679;
    padding: 3px 8px;
    font-weight:bold;
}
.c-pink .cmpTermsHeader .sort.mixitup-control-active{
    background-color: #ffc679;
    color: #fff;
    font-weight: bold;
}

/*モバイル時にチェックボックスをラベル化*/
@media screen and (max-width: 480px){

    .c-pink .cmpTermsHeader input[type=checkbox] + span {
        background: rgba(255, 230, 196, 0.9);
    }
    .c-pink .cmpTermsHeader input[type=checkbox]:checked + span {
        font-weight: bold;
        color: #fff;
        background: #ffc679;
    }

}


/*イエロー
-------------*/
/*ラベル*/
.narrowing-terms .label.s_yellow,
.c-yellow .cmpTermsHeader .label {
    background-color: #ffcb4f;
    color: #fff;
    /* text-shadow: rgb(237, 175, 26) 1px 0px 0px, rgb(237, 175, 26) 0.540302px 0.841471px 0px, rgb(237, 175, 26) -0.416147px 0.909297px 0px, rgb(237, 175, 26) -0.989992px 0.14112px 0px, rgb(237, 175, 26) -0.653644px -0.756802px 0px, rgb(237, 175, 26) 0.283662px -0.958924px 0px, rgb(237, 175, 26) 0.96017px -0.279415px 0px; */
}

/*選択肢（通常）*/
.narrowing-terms .terms:not(.checkbox2) span.s_yellow,
.narrowing-terms .terms.checkbox2 .value.s_yellow,
.c-yellow .cmpTermsHeader .sort {
    background-color: rgba(255, 238, 198, 0.9);
}

/*選択肢（チェックされた時）*/
.terms:not(.checkbox2) input:checked + span.s_yellow {
    background-color: #2D9FDB;
    color: #fff;
    border: 2px solid #2D9FDB;
    padding: 3px 8px;
    font-weight:bold;
}
.c-yellow .cmpTermsHeader .sort.mixitup-control-active{
    background-color: #2D9FDB;
    color: #fff;
    font-weight: bold;
}

/*モバイル時にチェックボックスをラベル化*/
@media screen and (max-width: 480px){

    .c-yellow .cmpTermsHeader input[type=checkbox] + span {
        background: rgba(255, 238, 198, 0.9);
    }
    .c-yellow .cmpTermsHeader input[type=checkbox]:checked + span {
        font-weight: bold;
        color: #fff;
        background: #2D9FDB;
    }

}


/*ブラック
-------------*/
/*ラベル*/
.narrowing-terms .label.s_black,
.c-black .cmpTermsHeader .label {
    background-color: #454C50;
    color: #fff;
}

/*選択肢（通常）*/
.narrowing-terms .terms:not(.checkbox2) span.s_black,
.narrowing-terms .terms.checkbox2 .value.s_black,
.c-black .cmpTermsHeader .sort {
    background-color: rgba(239, 239, 239, 0.9);
    color: #454C50;
}

/*選択肢（チェックされた時）*/
.terms:not(.checkbox2) input:checked + span.s_black {
    background-color: #454C50;
    color: #fff;
    border: 2px solid #454C50;
    padding: 3px 8px;
    font-weight:bold;
}
.c-black .cmpTermsHeader .sort.mixitup-control-active{
    background-color: #454C50;
    color: #fff;
    font-weight: bold;
}

/*モバイル時にチェックボックスをラベル化*/
@media screen and (max-width: 480px){

    .c-black .cmpTermsHeader input[type=checkbox] + span {
        background: rgba(239, 239, 239, 0.9);
    }
    .c-black .cmpTermsHeader input[type=checkbox]:checked + span {
        font-weight: bold;
        color: #fff;
        background: #454C50;
    }

}


/*ネイビー
-------------*/
/*ラベル*/
.narrowing-terms .label.s_sick,
.c-sick .cmpTermsHeader .label {
    background-color: #235180;
    color: #fff;
}

/*選択肢（通常）*/
.narrowing-terms .terms:not(.checkbox2) span.s_sick,
.narrowing-terms .terms.checkbox2 .value.s_sick,
.c-sick .cmpTermsHeader .sort {
    background-color: rgba(56, 56, 56, 0.8);
    color: #fff;
}

/*選択肢（チェックされた時）*/
.terms:not(.checkbox2) input:checked + span.s_sick {
    background-color: #f7dd1b;
    color: #235180;
    border: 2px solid #f7dd1b;
    padding: 3px 8px;
    font-weight:bold;
}
.c-sick .cmpTermsHeader .sort.mixitup-control-active{
    background-color: #f7dd1b;
    color: #235180;
    font-weight: bold;
}

/*モバイル時にチェックボックスをラベル化*/
@media screen and (max-width: 480px){

    .c-sick .cmpTermsHeader input[type=checkbox] + span {
        background: rgba(56, 56, 56, 0.8);
        color: #fff;
    }
    .c-sick .cmpTermsHeader input[type=checkbox]:checked + span {
        font-weight: bold;
        color: #235180;
        background: #f7dd1b;
    }

}


/*カスタム
-------------*/
/*ラベル*/
.narrowing-terms .label.s_custom {
    background-color: #ffffff;
    color: #333;
}

/*選択肢（通常）*/
.narrowing-terms .terms:not(.checkbox2) span.s_custom,
.narrowing-terms .terms.checkbox2 .value.s_custom {
    background-color: rgba(255, 255, 255, 0.3);
}

/*選択肢（チェックされた時）*/
.terms:not(.checkbox2) input:checked + span.s_custom {
    background-color: #ffffff;
    color: #333;
    border: 2px solid #ffffff;
    padding: 3px 8px;
    font-weight:bold;
}


/*SP*/
@media screen and (max-width: 480px){

}


/*検索＆リセットボタン*/
.seachBtn {
    width: 50%;
    display: grid;
    margin: 0 auto 5px;
}

button.reset {
    margin-top: 15px;
}


/*並び替え*/
.sort-box {
    display: flex;
    justify-content: space-around;
    text-align: center;
    border-radius: 4px;
    flex-wrap: wrap;
    align-items: flex-end;
    background-color: #eee;
}

.related .sort-box.table.other {
    margin-top: -12px;
    border-radius: 0 0 4px 4px;
}

.sort-box:not(.table) .sortLabel {
    flex: 1 calc(100% / 10);
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 0.9em;
}

.sortLabel button {
    border: none;
    background: none;
    font-size: 1.5em;
    margin: 0 5px;
    color: inherit;
}

.sortBtn {
    margin: -10px 0 -3px 0px;
}


/*検索条件を隠す*/
.expd_wrapper {
    width: 100%;
    display: flex;
}
@media screen and (max-width: 480px){
    .expd_wrapper {
        display: block;
    }
}

/*テーブルに転用 4列で折り返しバージョン（Ver1.2.1～）*/

table.flexBox {
    width: 100% !important;
    border-color: transparent;
}

.flexBox tbody {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid;
    border-radius: 2px;
}

.flexBox tr {
    display: flex;
    flex-direction: column;
    flex: 1 calc(100% / 4);
    text-align: center;
    border: 1px solid;
}
.flexBox tr {
    /* border-right: 0; */
}


@media screen and (max-width: 480px){
    .flexBox tr {
        flex: 1 calc(100% / 2);
    }
}

.flexBox th,.flexBox td {
    border: none;
    padding: 5px;
}

.flexBox th {
    font-weight: normal;
    /*font-size: 1.5vmin;*/
}
@media screen and (max-width: 480px){
    .flexBox th,
    .flexBox td {
        font-size: 0.9em;
    }
}

.flexBox td {
    background: #fff;
    height: 100%;
    white-space: normal;
}

.flexBox p {
    margin: 0 !important;
}

.in {
    display: flex; /*ver1.4.1*/
    height: 100%;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
}
.in span.value {
    margin: 0;
    color: inherit;
    padding: 0;
    height: auto;
    line-height: inherit;
}

.c-blue .flexBox th {
    background-color: #4eb7d9;
    color: #fff;
}
.c-blue .flexBox tbody,
.c-blue .flexBox tr {
    border-color: #4eb7d9;
}

.c-sick .flexBox th {
    background-color: #235180;
    color: #fff;
}
.c-sick .flexBox tbody,
.c-sick .flexBox tr {
    border-color:#235180;
}

.c-black .flexBox th {
    background-color: #454c50;
    color: #fff;
}
.c-black .flexBox tbody,
.c-black .flexBox tr {
    border-color:#454c50;
}

.c-pink .flexBox th {
    background-color: #f99292;
    color: #fff;
}
.c-pink .flexBox tbody,
.c-pink .flexBox tr {
    border-color:#f99292;
}

.c-green .flexBox th {
    background-color: #3abc98;
    color: #fff;
}
.c-green .flexBox tbody,
.c-green .flexBox tr {
    border-color:#3abc98;
}

.c-yellow .flexBox th {
    background-color: #ffcb4f;
    color: #fff;
}
.c-yellow .flexBox tbody,
.c-yellow .flexBox tr {
    border-color:#ffcb4f;
}


/*文字揃え（Ver1.3.0～）*/

.flexBox.t_align_left .in {
    justify-content: flex-start;
    text-align: left;
}

.flexBox.v_align_top .in {
    align-items: flex-start;
}


/*テーブルに転用　2列バージョン（Ver1.3.0～）*/

.flexBox.row2 {
    display: flex;
}

.flexBox.row2 tbody {
    /*border-top: 1px solid;*/
    /* border-left: none; */
    /* border-right: none; */
    /* border-bottom: none; */
    width: 100%;
}

.flexBox.row2 tr {
    flex: none;
    flex-direction: row;
    width: 50%;
    /*margin-top: -1px;*/
}

.flexBox.row2 th {
    width: 35%;
    white-space: normal;
    text-align: left;
}

.flexBox.row2 td {
    width: 65%;
    white-space: normal;
}

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

    .flexBox.row2 tr {
        width: 100%;
    }

}


/*テーブルに転用　1列バージョン（Ver1.3.0～）*/

.flexBox.row1 tr {
    flex: 1;
}

.flexBox.row1 tr:last-child {
    /*margin-right: -2px;*/
    border-right: 1px solid;
    border-color: inherit;
}

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

    .flexBox.row1 tr {
        flex: none;
        flex-direction: row;
        width: 100%;
        border-bottom: none;
    }
    .flexBox.row1 tr:last-child {
        border-bottom: 1px solid;
        border-color: inherit;
        border-right: none;
        margin-right: 0;
    }
    .flexBox.row1 th {
        width: 35%;
        text-align: left;
        white-space: normal;
    }
    .flexBox.row1 td {
        width: 65%;
        white-space: normal;
    }

}




/*テーブルに転用（～Ver1.2.0）*/

.cmpTermsHeader.related.yoko .narowwingGroups {
    font-size: 0.9em;
}

.sort-box.table .sortLabel {
    flex: 1 calc(100% / 4);
    padding-top: 0;
}
.table .sort-box.table .sortLabel {
    flex: 1 calc(100% / 10);
    padding-top: 0;
}
.table .sort-box.table .sortLabel.name {
    flex: 10;
    text-align: left;
}

.sort-box.table {
    flex-wrap: wrap;
    padding-left: 2px;
    width: 100%;
}
.table .sort-box.table {
    align-items: center;
}
.table.gap .sort-box.table {
    align-items: flex-end;
    padding-bottom: 5px;
    padding-top: 5px;
}
.table.mix .sort-box.table {
  background-color: inherit;
  border-bottom: 2px solid #454c50;
  border-radius: 0px;
}
.table .sort-box.table {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.related .sortBtn {
    margin: 0;
}
.related-item.table.gap .sortBtn {
    font-size: 0.8em;
    margin: -5px 0;
}
.sortBtn.hidden {
    opacity: 0;
}

.sort-box.table .sortLabel > span {
    font-size: 0.9em;
    line-height: 1.8;
}

.sort-box.table .sortLabel > span.label {
    display: none;
}

.related span.value {
    background-color: #fff;
    color: #454c50;
    display: block;
    margin: 2px 2px 2px 0;
    padding: 5px 3px;
    height: 32px;
    overflow-y: hidden;
    line-height: 1.6;
}

.related .sort-box {
    margin-bottom: 10px;
}

.caption-box.block-box + .sort-box.table {
    margin-top: -1.4em;
    border-radius: 0 0 4px 4px;
}

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

    .sort-box.table .sortLabel {
        flex: 1 calc(100% / 2);
        padding-top: 0;
    }

    .sort-box .sortLabel {
        flex: 1 calc(100% / 5);
    }
    .related .narowwingGroups {
        width: 100%;
        margin-top: 4px;
    }
    .related .narowwingGroups .terms {
        padding-top: 5px;
    }
}


/*並び替え用のアイコン*/
button.asc::before {
    content: "\f0d8";
}

button.desc::before {
    content: "\f0d7";
}

button.asc::before,
button.desc::before {
    font-family: "fontawesome";
    font-size: 1.3em;
    margin: 0 3px;
}

.sortBtn .mixitup-control-active {
    font-weight: inherit;
    border: inherit;
}


/* 並び替えテーブルのテーマカラー
------------------------------- */


/*ブルー
-------------*/
.sort-box.s_blue,
.c-blue .sort-box {
    background-color: #4eb7d9;
    color: #fff;
}

.sort-box.s_blue .sortBtn .mixitup-control-active,
.c-blue .sort-box .sortBtn .mixitup-control-active {
    color: #fff200;
}


/*グリーン
-------------*/
.sort-box.s_green,
.c-green .sort-box {
    background-color: #3abc98;
    color: #fff;
}

.sort-box.s_green .sortBtn .mixitup-control-active,
.c-green .sort-box .sortBtn .mixitup-control-active {
    color: #FFF44B;
}


/*ピンク
-------------*/
.sort-box.s_pink,
.c-pink .sort-box {
    background-color: #F99292;
    color: #fff;
}

.sort-box.s_pink .sortBtn .mixitup-control-active,
.c-pink .sort-box .sortBtn .mixitup-control-active {
    color: #ffc679;
}


/*イエロー
-------------*/
.sort-box.s_yellow,
.c-yellow .sort-box {
    background-color: #ffcb4f;
    color: #fff;
}

.sort-box.s_yellow .sortBtn .mixitup-control-active,
.c-yellow .sort-box .sortBtn .mixitup-control-active {
    color: #2D9FDB;
}


/*ブラック
-------------*/
.sort-box.s_black,
.c-black .sort-box {
    background-color: #454C50;
    color: #fff;
}

.sort-box.s_black .sortBtn .mixitup-control-active,
.c-black .sort-box .sortBtn .mixitup-control-active {
    color: #f2183c;
}


/*シック
-------------*/
.sort-box.s_sick,
.c-sick .sort-box {
    background-color: #235180;
    color: #fff;
}

.sort-box.s_sick .sortBtn .mixitup-control-active,
.c-sick .sort-box .sortBtn .mixitup-control-active {
    color: #f7dd1b;
}



/*カスタム
-------------*/
.sort-box.s_custom {
    background-color: #ffffff;
    color: #333;
}

.sort-box.s_custom .sortBtn .mixitup-control-active {
    color: #f7dd1b;
}


/* 絞り込み＆並び替えの対象
----------------------------- */

.filter-box.myfilter {
    display: block;
}


/* Grid Breakpoints
----------------------------- */

/* 2 Columns */
    .myfilter .mix, .myfilter .gap {
    width: 100%;
}

/* 3 Columns */
@media screen and (min-width: 541px) {
    .myfilter .mix, .myfilter .gap {
    width: 100%;
    }
}

/* 4 Columns */
@media screen and (min-width: 961px) {
    .myfilter .mix, .myfilter .gap {
    width: 100%;
    }
}

/* 5 Columns */
@media screen and (min-width: 1281px) {
    .myfilter .mix, .myfilter .gap {
        width: 100%;
    }
}


.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.descripiton {
    opacity: 0;
	transition: 500ms;
}



/* サイト内検索（FE Advanced Search）
---------------------------------------------------------------------- */


.main .search-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main .feas-searchform-title {
    flex-basis: 200px;
    font-size: 0.95em;
    background-color: #5bc0de;
    border: none;
    padding: 5px 8px;
    color: #fff;
    border-radius: 5px;
    font-weight: normal;
}
@media screen and (max-width: 480px){
    .main .feas-searchform-title {
        flex-basis: 100%;
        margin: 5px 0 5px;
    }
}

.main .feas-terms {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    padding: 0px 3px;
}

.main .search-item label {
    display: flex;
    flex: 1 calc(100% / 4);
    padding: 0;
    margin: 3px;
}

.main .search-item span {
    width: 100%;
    text-align: center;
    font-size: 0.9em;
    line-height: 1.2em;
    padding: 5px;
}

.main .search-item select,
.main .search-item input {
    flex: 1;
    margin: 1px 3px;
}
.main .search-item select,
.main .search-item input,
.sidebar .search-item select,
.sidebar .search-item input {
    font-size: 0.9em;
    border: 1px solid #ccc;
    padding: 5px;
}

.main .search-item select,
.main .search-item input[type="text"],
.sidebar .search-item select,
.sidebar .search-item input[type="text"] {
    min-height: 30px;
}

.main .feas-submit-button {
    font-size: 1em;
    padding: 5px 10px;
}

.search-form-title {
    border-bottom: 2px solid #67c2ef;
}

.search-form-title span {
    background: #67c2ef;
    color: #fff;
    padding: 5px 10px 3px 10px;
    font-size: 0.9em;
}

.search-box_label {
    font-weight: bold;
}

.search-item {
  opacity: 1;
  height: auto;
  transition:0.2s;
}

.search-item.is-hide,
.search-item.is-hide>div,
.search-item.is-hide>label {
  opacity: 0;
  height: 0;
  padding: 0;
  display: block;
}

.search-form {
    padding-bottom: 0px;
    display: flex;
    /* border-bottom: 2px solid #67c2ef; */
    margin:0;
}

input.select + span {
    font-size: 12px;
    text-align: center;
    background-color: aliceblue;
    margin: 0 3px 0px 0;
    border-bottom: 2px solid #fff;
}

input.select:checked + span {
  background-color: #67c2ef;
  color:#fff;
  border-bottom: 2px solid #67c2ef;
}

span.selectname {
    padding: 4px 7px 2px 7px;
}

.search-item {
    display: table;
    padding: 2px 5px;
    width: 100%;
}

.feas-searchform-title {
    font-size: 0.9em;
    padding: 2px 0;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    color: #555;
}

.feas-searchform-title.no-border {
    border-bottom: none;
}

.search-item label {
    padding: 0;
    display: flex;
    align-items: center;
}

.main .feas-submit-button {
    margin-top: 5px !important;
    background: #eee !important;
    border: 0 !important;
    color: #777;
    font-weight: bold;
    border-bottom: 2px solid #ccc !important;
    width: 75% !important;
    display: block;
    margin: 0 auto 10px !important;
    border-radius: 4px;
    font-size: 1em !important;
    padding: 10px !important;
    box-shadow: none;
}

.textwidget .feas-submit-button {
    margin-top: 10px !important;
    font-size: 1em;
}

.search-item span {
    background-color: #f5f8fa;
    padding: 0 7px;
    border-radius: 4px;
    font-size: 0.9em;
    border: 1px solid #eee;
}

.search-item input:checked + span {
    background-color: #67c2ef;
    color: #fff;
    border: 1px solid #67c2ef;
}

.main .search-item input[type="radio"],
.main .search-item input[type="checkbox"] {
    display: none !important;
}

.search-item option {
    padding: 1px 0px 1px 4px;
}

.search-item input {
    font-size: 0.9em;
    padding: 8px;
}

.search-item .search-edit,
.search-item textarea,
.search-item select {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 0.9em;
    width: 100%;
    color: #333;
}

input.feas-reset {
    display: block;
    border: none;
    margin: 5px auto 0;
    background: none;
    color: #949495;
    font-size: 0.8em;
    font-weight: bold;
    cursor: pointer;
}


/* FEAS（サイドバー）
---------------------------------- */

.widget-sidebar .search-item input[type="radio"],
.widget-sidebar .search-item input[type="checkbox"] {
    display: inline-block;
}

.widget-sidebar .search-item span {
    background-color: rgba(0, 0, 0, 0);
    border: 0px solid #fff;
    display: initial;
}

.widget-sidebar .search-item input:checked + span {
    background-color: rgba(0, 0, 0, 0);
    color: #000;
    border: 0px solid #fff;
}



/* 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 .a-wrap:hover {
    transform: none;
}

.search .feas .entry-card-top {
    display: flex;
    margin-bottom: 10px;
}

.search .feas .entry-card-left {
    flex: 1;
    margin-right: 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 {
    background-color: #fff;
}

.search .main {
    margin-top: 0;
    background-color: #fff;
}

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


/*480px以下*/
@media screen and (max-width: 480px){

    .search .feas .entry-card-top {
        display: block;
        margin-bottom: 10px;
    }
    .search .feas .entry-card-left {
        width: 100%;
        text-align:center;
        margin-right: 0;
        margin-bottom: 1em;
    }
    .search .feas .a-wrap {
        padding: 35px 0;
    }
    .main .search-item label {
        display: flex;
        flex: 1 calc(100% / 1);
        padding: 0;
        margin: 2px 0;
    }
    .feas-submit-button {
        width: 95% !important;
    }
    .search-item input:checked + span {
        margin: 1px 0;
    }
    .sidebar .search-item label {
        padding: 4px;
    }
    .sidebar .feas-searchform-title {
        font-size: 1em;
        padding: 5px 0 2px;
    }

}




/* 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;
}
/* スマホ以外481px以上 */
@media screen and (min-width: 481px) {
	.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;
}
/* スマホ以外481px以上 */
@media screen and (min-width: 481px) {
	.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;
}


/* 各種入力フォームのデザイン
---------------------------------------------------------------------- */

.v4 form {
    margin: 5px 0;
    /*margin: 5px 0 !important;*/
}

.v4 input[type='submit'],
#bbp_reply_submit,
.v4 .bp-login-widget-register-link a {
    padding: 10px;
    width: 100%;
    margin: 0;
    cursor: pointer;
}

.v4 input[type=checkbox],
.v4 input[type=radio] {
    border: 1px solid #6c7781;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    /*display: inline-block;*/
    line-height: 0;
    height: 16px;
    margin: -2px 4px 0 0;
    outline: 0;
    padding: 0!important;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    min-width: 16px;
    -webkit-appearance: none;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    transition: .05s border-color ease-in-out;
    margin-right: 0;
}

.v4 input[type=radio] {
    border-radius: 8px;
}

.v4 input[type=checkbox]:checked,
.v4 input[type=radio]:checked {
    background: #f2183c;
    border: 1px solid #f2183c;
}

.toc input[type=checkbox]:checked {
    display: none;
}


/* セレクトボックス
--------------------------- */
.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;
	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;
}

/* サイドバー */
.side_bar {
    background: #fff;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    overflow-x: hidden;
    width: 0;
    transition: 0.5s;
}

.side_bar .sidebar {
    display: block !important;
}

/* メニューを開いた時 */
.side_bar.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;
}


/* TOC
---------------------------------------------------------------------- */

.widget_toc .toc-content {
  overflow-y: auto;
  max-height: 75vh !important;
  width: 100%;
}

.sidebar .toc {
  margin: 0;
  padding: 0;
  width: 100%;
}

.sidebar .toc .toc-list li {
    margin: 0;
}

.sidebar .toc .toc-list li a {
    padding: 0;
}

.sidebar .toc .toc-list li > ul,
.sidebar .toc .toc-list li > ol {
    font-size: 1em;
}

.sidebar .toc .toc-list > li > a {
  font-size: 1em;
  font-weight: bold;
  margin-left: 0;
  padding: 0;
}

.sidebar .toc ul.toc-list > li ul li a,
.sidebar .toc ul.toc-list > li ol li a {
    font-weight: normal;
}


.sidebar .toc .toc-list li > ul li a,
.sidebar .toc .toc-list li > ul li:last-child,
.sidebar .toc .toc-list li > ol li a,
.sidebar .toc .toc-list li > ol li:last-child {
  margin: 0;
}

.sidebar .toc .toc-list > li::before,
.sidebar .toc .toc-list > li::after,
.sidebar .toc ul.toc-list > li ul li::before {
  display: none;
}

.sidebar .toc.tnt-none ul.toc-list > li ul li::before,
.sidebar .toc.tnt-none ul.toc-list > li ol li::before {
  padding-right: 12px;
}

.sidebar .toc .toc-list,
.sidebar .toc.toc-center .toc-list {
  padding: 0 1.5em;
  margin: 0;
}

.sidebar .toc ul li ul {
  margin: 0;
  padding-left: 0.3em;
}
.sidebar .toc ol li ol {
  margin: 0;
  padding-left: 1.5em;
}
.sidebar .toc ol li ol li ol {
    padding-left: 0.5em;
}

.sidebar .toc .toc-list li > ul li > ul li,
.sidebar .toc .toc-list li > ol li > ol li {
  padding-left: 0.5em;
}

.sidebar .toc .toc-list li > ul li > ul li a::before {
  content: "-";
  margin-right: 0.5em;
}


/* 目次上に読んでる項目をマーク
------------------------------- */
.toc .toc-list li.current > a {
    background: linear-gradient(transparent 60%, #fff070 60%);
}



/* 見出し固定のテーブル
---------------------------------------------------------------------- */

.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;
}

/*画面幅が1024px以上の時は固定ヘッダーの幅を固定する*/
@media (max-width: 480px){
    td.fixed div {
    	width: 100vw; /*コンテンツの幅に合わせる*/
    }
    .hikaku_table table {
    	table-layout: fixed;
	}
}

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




/* その他
---------------------------------------------------------------------- */

.v4 .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-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;
}



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

.speech-wrap > p:first-child {
    margin-top: 1.2em;
}

.speech-balloon p {
    margin: 0.5em 0 !important;
}

mark {
    background-color: #ffff0075;
    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;
}

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

.footer_menu_v4 {
    text-align: center;
}

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

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

    .footer-bottom-content-in {
        flex-direction: column;
    }

}

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

/*スクロールボックス Ver1.4.2.5*/
.v4_scroll_box {
    overflow-y: auto;
}
.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] */
.post_list {
    font-size: 0.95em;
}
.post_list .list {
    display: flex;
}
.post_list .date {
    margin-right: 10px;
}
.post_list .list {
    line-height: 1.4;
    margin: 5px;
}

/*リストのスタイルをナレッジベース風にする*/
ul.document {
    padding-left: 0;
}

ul.document li {
    list-style: none;
}

.font-awesome-5 ul.document > li::before {
    content: "\f15c";
    font-family: 'Font Awesome 5 Free';
    margin-right: 5px;
}

ul.document li > ul {
    font-size: 0.9em;
    padding-bottom: 0.3em;
    color: #797979;
}

ul.document li > ul >li {
    line-height: 1.2;
}



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

/* カスタムブロックスタイル
---------------------------------------------------------------------- */

/*見出し*/

.小見出し,
.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;
}

/*リストに枠をつける*/
ul.waku, ol.waku, p.waku {
    border: 3px solid #eee;
    padding: 1em 2em;
}

/*リストの記号を非表示にする*/
ul.記号なし {
    list-style: none;
    padding-left: 0px;
}

p:empty:before {
    display: none;
}

/*影をつける*/
.box_shadow a.btn {
    box-shadow: 0 3px 5px rgb(0 0 0 / 30%);
}

/*CocoonのアイコンボックスをSANGO風にする*/
.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 {
    padding: 20px;
}

.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;
}


/* スキン動作デモ
---------------------------------------------------------------------- */

select#theme-switch {
    font-size: 0.9em;
    padding: 10px 5px;
}


/* スクロールヒント
---------------------------------------------------------------------- */

.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;
}

span.scroll-hint-icon {
    padding: 15px 0;
    height: 60px;
    width: 110px;
    background: rgb(0 0 0 / 80%);
}




/*表示エリア*/

.no-read-time .read-time,
.no-entry-title h1.entry-title {
    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;
    }

}

/*1030px以下*/
@media screen and (max-width: 1030px){

}

/*834以下*/
@media screen and (max-width: 834px) {

}

/*768px以下*/
@media screen and (max-width: 768px){

}

/*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;
    }

}



/* スキンごとの微調整
---------------------------------------------------------------------- */

/* シルク（SILK）
----------------------------------------- */

.skin-silk .main .box-content pre {
    background: #424242;
}


/* みるらいと（背景：透明）
----------------------------------------- */

.skin-mil-light.sticky-title .page-title.lp-ranking {
    background: rgb(255 255 255 / 30%);
}

/* シンプル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: rgb(255 255 255 / 30%);
}


/* アリス
----------------------------------------- */

.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;
}

/* tecurio
----------------------------------------- */

.skin-skin-tecurio-earth .sidebar .toc-content,
.skin-skin-tecurio-grape .sidebar .toc-content,
.skin-skin-tecurio-lime .sidebar .toc-content,
.skin-skin-tecurio-mango .sidebar .toc-content,
.skin-skin-tecurio-moon .sidebar .toc-content,
.skin-skin-tecurio-peach .sidebar .toc-content,
.skin-skin-tecurio-sky .sidebar .toc-content,
.skin-skin-tecurio-soil .sidebar .toc-content,
.skin-skin-tecurio-sunset .sidebar .toc-content {
    padding: 0 1em !important;
}

/* bizarre
----------------------------------------- */

.skin-bizarre-foods-blackburger.no-eye-catch .eye-catch-wrap,
.skin-bizarre-foods-bluecurry.no-eye-catch .eye-catch-wrap,
.skin-bizarre-foods-greensoba.no-eye-catch .eye-catch-wrap,
.skin-bizarre-foods-pinkwine.no-eye-catch .eye-catch-wrap,
.skin-bizarre-foods-whiteramen.no-eye-catch .eye-catch-wrap {
    display: block !important;

}



/* 各ブロックの配色
---------------------------------------------------------------------- */

.title.has-red-border-color .tab-caption-box-label::before,
.is-style-hd-under-small-line.has-red-background-color::before,
.is-style-hd-hukidashi.has-red-background-color::before {
    color: #e60033 !important;
}
.title.has-syuiro-border-color .tab-caption-box-label::before,
.is-style-hd-under-small-line.has-syuiro-background-color::before,
.is-style-hd-hukidashi.has-syuiro-background-color::before {
    color: #EF454A !important;
}
.title.has-usuaka-border-color .tab-caption-box-label::before,
.is-style-hd-under-small-line.has-usuaka-background-color::before,
.is-style-hd-hukidashi.has-usuaka-background-color::before {
    color: #f89174 !important;
}
.title.has-pink-border-color .tab-caption-box-label::before,
.is-style-hd-under-small-line.has-pink-background-color::before,
.is-style-hd-hukidashi.has-pink-background-color::before {

    color: #f48fb1 !important;
}
.title.has-light-pink-border-color .tab-caption-box-label::before,
.is-style-hd-under-small-line.has-light-pink-background-color::before,
.is-style-hd-hukidashi.has-light-pink-background-color::before {
    color: #FFB6C1 !important;
}
.title.has-indigo-border-color .tab-caption-box-label::before,
.is-style-hd-under-small-line.has-indigo-background-color::before,
.is-style-hd-hukidashi.has-indigo-background-color::before {
    color: #1e50a2 !important;
}
.title.has-blue-border-color .tab-caption-box-label::before,
.is-style-hd-under-small-line.has-blue-background-color::before,
.is-style-hd-hukidashi.has-blue-background-color::before {
    color: #0095d9 !important;
}
.title.has-light-blue-border-color .tab-caption-box-label::before,
.is-style-hd-under-small-line.has-light-blue-background-color::before,
.is-style-hd-hukidashi.has-light-blue-background-color::before {
    color: #2ca9e1 !important;
}
.title.has-sky-blue-border-color .tab-caption-box-label::before,
.is-style-hd-under-small-line.has-sky-blue-background-color::before,
.is-style-hd-hukidashi.has-sky-blue-background-color::before {
    color: #87CEEB !important;
}
.title.has-cyan-border-color .tab-caption-box-label::before,
.is-style-hd-under-small-line.has-cyan-background-color::before,
.is-style-hd-hukidashi.has-cyan-background-color::before {
    color: #00a3af !important;
}
.title.has-teal-border-color .tab-caption-box-label::before,
.is-style-hd-under-small-line.has-teal-background-color::before,
.is-style-hd-hukidashi.has-teal-background-color::before {
    color: #007b43 !important;
}
.title.has-green-border-color .tab-caption-box-label::before,
.is-style-hd-under-small-line.has-green-background-color::before,
.is-style-hd-hukidashi.has-green-background-color::before {
    color: #3eb370 !important;
}
.title.has-light-green-border-color .tab-caption-box-label::before,
.is-style-hd-under-small-line.has-light-green-background-color::before,
.is-style-hd-hukidashi.has-light-green-background-color::before {
    color: #8bc34a !important;
}
.title.has-lime-border-color .tab-caption-box-label::before,
.is-style-hd-under-small-line.has-lime-background-color::before,
.is-style-hd-hukidashi.has-lime-background-color::before {
    color: #c3d825 !important;
}
.title.has-yellow-border-color .tab-caption-box-label::before,
.is-style-hd-under-small-line.has-yellow-background-color::before,
.is-style-hd-hukidashi.has-yellow-background-color::before {
    color: #ffd900 !important;
}
.title.has-amber-border-color .tab-caption-box-label::before,
.is-style-hd-under-small-line.has-amber-background-color::before,
.is-style-hd-hukidashi.has-amber-background-color::before {
    color: #ffc107 !important;
}
.title.has-light-orange-border-color .tab-caption-box-label::before,
.is-style-hd-under-small-line.has-light-orange-background-color::before,
.is-style-hd-hukidashi.has-light-orange-background-color::before {
    color: #FFC778 !important;
}
.title.has-orange-border-color .tab-caption-box-label::before,
.is-style-hd-under-small-line.has-orange-background-color::before,
.is-style-hd-hukidashi.has-orange-background-color::before {
    color: #f39800 !important;
}
.title.has-deep-orange-border-color .tab-caption-box-label::before,
.is-style-hd-under-small-line.has-deep-orange-background-color::before,
.is-style-hd-hukidashi.has-deep-orange-background-color::before {
    color: #ea5506 !important;
}
.title.has-purple-border-color .tab-caption-box-label::before,
.is-style-hd-under-small-line.has-purple-background-color::before,
.is-style-hd-hukidashi.has-purple-background-color::before {
    color: #884898 !important;
}
.title.has-deep-border-color .tab-caption-box-label::before,
.is-style-hd-under-small-line.has-deep-background-color::before,
.is-style-hd-hukidashi.has-deep-background-color::before {
    color: #55295b !important;
}
.title.has-brown-border-color .tab-caption-box-label::before,
.is-style-hd-under-small-line.has-brown-background-color::before,
.is-style-hd-hukidashi.has-brown-background-color::before {
    color: #954e2a !important;
}
.title.has-black-border-color .tab-caption-box-label::before,
.is-style-hd-under-small-line.has-black-background-color::before,
.is-style-hd-hukidashi.has-black-background-color::before {
    color: #333333 !important;
}
.title.has-grey-border-color .tab-caption-box-label::before,
.is-style-hd-under-small-line.has-grey-background-color::before,
.is-style-hd-hukidashi.has-grey-background-color::before {
    color: #949495 !important;
}
.title.has-shironezu-border-color .tab-caption-box-label::before,
.is-style-hd-under-small-line.has-shironezu-background-color::before,
.is-style-hd-hukidashi.has-shironezu-background-color::before {
    color: #dcdddd !important;
}
.title.has-light-grey-border-color .tab-caption-box-label::before,
.is-style-hd-under-small-line.has-light-grey-background-color::before,
.is-style-hd-hukidashi.has-light-grey-background-color::before {
    color: #e8ecef !important;
}
.title.has-white-violet-border-color .tab-caption-box-label::before,
.is-style-hd-under-small-line.has-white-violet-background-color::before,
.is-style-hd-hukidashi.has-white-violet-background-color::before {
    color: #eaedf7 !important;
}
.title.has-luna-white-border-color .tab-caption-box-label::before,
.is-style-hd-under-small-line.has-luna-white-background-color::before,
.is-style-hd-hukidashi.has-luna-white-background-color::before {
    color: #eaf4fc !important;
}
.title.has-watery-blue-border-color .tab-caption-box-label::before,
.is-style-hd-under-small-line.has-watery-blue-background-color::before,
.is-style-hd-hukidashi.has-watery-blue-background-color::before {
    color: #f3fafe !important;
}
.title.has-watery-green-border-color .tab-caption-box-label::before,
.is-style-hd-under-small-line.has-watery-green-background-color::before,
.is-style-hd-hukidashi.has-watery-green-background-color::before {
    color: #ebf8f4 !important;
}
.title.has-indigo-white-border-color .tab-caption-box-label::before,
.is-style-hd-under-small-line.has-indigo-white-background-color::before,
.is-style-hd-hukidashi.has-indigo-white-background-color::before {
    color: #ebf6f7 !important;
}
.title.has-watery-red-border-color .tab-caption-box-label::before,
.is-style-hd-under-small-line.has-watery-red-background-color::before,
.is-style-hd-hukidashi.has-watery-red-background-color::before {
    color: #fdf2f2 !important;
}
.title.has-watery-yellow-border-color .tab-caption-box-label::before,
.is-style-hd-under-small-line.has-watery-yellow-background-color::before,
.is-style-hd-hukidashi.has-watery-yellow-background-color::before {
    color: #fff7cc !important;
}
.title.has-ebur-border-color .tab-caption-box-label::before,
.is-style-hd-under-small-line.has-ebur-background-color::before,
.is-style-hd-hukidashi.has-ebur-background-color::before {
    color: #f8f4e6 !important;
}
.title.has-kinari-border-color .tab-caption-box-label::before,
.is-style-hd-under-small-line.has-kinari-background-color::before,
.is-style-hd-hukidashi.has-kinari-background-color::before {
    color: #fbfaf5 !important;
}
.title.has-white-porcelain-border-color .tab-caption-box-label::before,
.is-style-hd-under-small-line.has-white-porcelain-background-color::before,
.is-style-hd-hukidashi.has-white-porcelain-background-color::before {
    color: #f8fbf8 !important;
}
.title.has-white-border-color .tab-caption-box-label::before,
.is-style-hd-under-small-line.has-white-background-color::before,
.is-style-hd-hukidashi.has-white-background-color::before {
    color: #ffffff !important;
}




.list-number.has-red-color li:before,
.list-color.has-red-color li:before,
.is-style-hd-both-line.has-red-background-color::before,
.is-style-hd-both-line.has-red-background-color::after {
    background: #e60033;
}
.list-number.has-syuiro-color li:before,
.list-color.has-syuiro-color li:before,
.is-style-hd-both-line.has-syuiro-background-color::before,
.is-style-hd-both-line.has-syuiro-background-color::after {
    background: #EF454A;
}
.list-number.has-usuaka-color li:before,
.list-color.has-usuaka-color li:before,
.is-style-hd-both-line.has-usuaka-background-color::before,
.is-style-hd-both-line.has-usuaka-background-color::after {
    background: #f89174;
}
.list-number.has-pink-color li:before,
.list-color.has-pink-color li:before,
.is-style-hd-both-line.has-pink-background-color::before,
.is-style-hd-both-line.has-pink-background-color::after {
    background: #f48fb1;
}
.list-number.has-light-pink-color li:before,
.list-color.has-light-pink-color li:before,
.is-style-hd-both-line.has-light-pink-background-color::before,
.is-style-hd-both-line.has-light-pink-background-color::after {
    background: #FFB6C1;
}
.list-number.has-indigo-color li:before,
.list-color.has-indigo-color li:before,
.is-style-hd-both-line.has-indigo-background-color::before,
.is-style-hd-both-line.has-indigo-background-color::after {
    background: #1e50a2;
}
.list-number.has-blue-color li:before,
.list-color.has-blue-color li:before,
.is-style-hd-both-line.has-blue-background-color::before,
.is-style-hd-both-line.has-blue-background-color::after {
    background: #0095d9;
}
.list-number.has-light-blue-color li:before,
.list-color.has-light-blue-color li:before,
.is-style-hd-both-line.has-light-blue-background-color::before,
.is-style-hd-both-line.has-light-blue-background-color::after {
    background: #2ca9e1;
}
.list-number.has-sky-blue-color li:before,
.list-color.has-sky-blue-color li:before,
.is-style-hd-both-line.has-sky-blue-background-color::before,
.is-style-hd-both-line.has-sky-blue-background-color::after {
    background: #87CEEB;
}
.list-number.has-cyan-color li:before,
.list-color.has-cyan-color li:before,
.is-style-hd-both-line.has-cyan-background-color::before,
.is-style-hd-both-line.has-cyan-background-color::after {
    background: #00a3af;
}
.list-number.has-teal-color li:before,
.list-color.has-teal-color li:before,
.is-style-hd-both-line.has-teal-background-color::before,
.is-style-hd-both-line.has-teal-background-color::after {
    background: #007b43;
}
.list-number.has-green-color li:before,
.list-color.has-green-color li:before,
.is-style-hd-both-line.has-green-background-color::before,
.is-style-hd-both-line.has-green-background-color::after {
        background: #3eb370;
}
.list-number.has-light-green-color li:before,
.list-color.has-light-green-color li:before,
.is-style-hd-both-line.has-light-green-background-color::before,
.is-style-hd-both-line.has-light-green-background-color::after {
    background: #8bc34a;
}
.list-number.has-lime-color li:before,
.list-color.has-lime-color li:before,
.is-style-hd-both-line.has-lime-background-color::before,
.is-style-hd-both-line.has-lime-background-color::after {
    background: #c3d825;
}
.list-number.has-yellow-color li:before,
.list-color.has-yellow-color li:before,
.is-style-hd-both-line.has-yellow-background-color::before,
.is-style-hd-both-line.has-yellow-background-color::after {
    background: #ffd900;
}
.list-number.has-amber-color li:before,
.list-color.has-amber-color li:before,
.is-style-hd-both-line.has-amber-background-color::before,
.is-style-hd-both-line.has-amber-background-color::after {
    background: #ffc107;
}
.list-number.has-orange-color li:before,
.list-color.has-orange-color li:before,
.is-style-hd-both-line.has-orange-background-color::before,
.is-style-hd-both-line.has-orange-background-color::after {
    background: #f39800;
}
.list-number.has-light-orange-color li:before,
.list-color.has-light-orange-color li:before,
.is-style-hd-both-line.has-light-orange-background-color::before,
.is-style-hd-both-line.has-light-orange-background-color::after {
    background: #FFC778;
}
.list-number.has-deep-orange-color li:before,
.list-color.has-deep-orange-color li:before,
.is-style-hd-both-line.has-deep-orange-background-color::before,
.is-style-hd-both-line.has-deep-orange-background-color::after {
    background: #ea5506;
}
.list-number.has-purple-color li:before,
.list-color.has-purple-color li:before,
.is-style-hd-both-line.has-purple-background-color::before,
.is-style-hd-both-line.has-purple-background-color::after {
    background: #884898;
}
.list-number.has-deep-color li:before,
.list-color.has-deep-color li:before,
.is-style-hd-both-line.has-deep-background-color::before,
.is-style-hd-both-line.has-deep-background-color::after {
    background: #55295b;
}
.list-number.has-brown-color li:before,
.list-color.has-brown-color li:before,
.is-style-hd-both-line.has-brown-background-color::before,
.is-style-hd-both-line.has-brown-background-color::after {
    background: #954e2a;
}
.list-number.has-black-color li:before,
.list-color.has-black-color li:before,
.is-style-hd-both-line.has-black-background-color::before,
.is-style-hd-both-line.has-black-background-color::after {
    background: #333333;
}
.list-number.has-grey-color li:before,
.list-color.has-grey-color li:before,
.is-style-hd-both-line.has-grey-background-color::before,
.is-style-hd-both-line.has-grey-background-color::after {
    background: #949495;
}
.list-number.has-shironezu-color li:before,
.list-color.has-shironezu-color li:before,
.is-style-hd-both-line.has-shironezu-background-color::before,
.is-style-hd-both-line.has-shironezu-background-color::after {
    background: #dcdddd;
}
.list-number.has-shironezu-color li:before {
    color: #333333;
}

.list-number.has-light-grey-color li:before,
.list-color.has-light-grey-color li:before,
.is-style-hd-both-line.has-light-grey-background-color::before,
.is-style-hd-both-line.has-light-grey-background-color::after {
    background: #e8ecef;
}
.list-number.has-light-grey-color li:before {
    color: #333333;
}

.list-number.has-white-violet-color li:before,
.list-color.has-white-violet-color li:before,
.is-style-hd-both-line.has-white-violet-background-color::before,
.is-style-hd-both-line.has-white-violet-background-color::after {
    background: #eaedf7;
}
.list-number.has-white-violet-color li:before {
    color: #333333;
}

.list-number.has-luna-white-color li:before,
.list-color.has-luna-white-color li:before,
.is-style-hd-both-line.has-luna-white-background-color::before,
.is-style-hd-both-line.has-luna-white-background-color::after {
    background: #eaf4fc;
}
.list-number.has-luna-white-color li:before {
    color: #1e50a2;
}

.list-number.has-watery-blue-color li:before,
.list-color.has-watery-blue-color li:before,
.is-style-hd-both-line.has-watery-blue-background-color::before,
.is-style-hd-both-line.has-watery-blue-background-color::after {
    background: #f3fafe;
}
.list-number.has-watery-blue-color li:before {
    color: #1e50a2;
}

.list-number.has-watery-green-color li:before,
.list-color.has-watery-green-color li:before,
.is-style-hd-both-line.has-watery-green-background-color::before,
.is-style-hd-both-line.has-watery-green-background-color::after {
    background: #ebf8f4;
}
.list-number.has-watery-green-color li:before {
    color: #007b43;
}

.list-number.has-indigo-white-color li:before,
.list-color.has-indigo-white-color li:before,
.is-style-hd-both-line.has-indigo-white-background-color::before,
.is-style-hd-both-line.has-indigo-white-background-color::after {
    background: #ebf6f7;
}
.list-number.has-indigo-white-color li:before {
    color: #1e50a2;
}

.list-number.has-watery-red-color li:before,
.list-color.has-watery-red-color li:before,
.is-style-hd-both-line.has-watery-red-background-color::before,
.is-style-hd-both-line.has-watery-red-background-color::after {
    background: #fdf2f2;
}
.list-number.has-watery-red-color li:before {
    color: #e60033;
}

.list-number.has-watery-yellow-color li:before,
.list-color.has-watery-yellow-color li:before,
.is-style-hd-both-line.has-watery-yellow-background-color::before,
.is-style-hd-both-line.has-watery-yellow-background-color::after {
    background: #fff7cc;
}
.list-number.has-watery-yellow-color li:before {
    color: #1e50a2;
}

.list-number.has-ebur-color li:before,
.list-color.has-ebur-color li:before,
.is-style-hd-both-line.has-ebur-background-color::before,
.is-style-hd-both-line.has-ebur-background-color::after {
    background: #f8f4e6;
}
.list-number.has-ebur-color li:before {
    color: #333333;
}

.list-number.has-kinari-color li:before,
.list-color.has-kinari-color li:before,
.is-style-hd-both-line.has-kinari-background-color::before,
.is-style-hd-both-line.has-kinari-background-color::after {
    background: #fbfaf5;
}
.list-number.has-kinari-color li:before {
    color: #333333;
}

.list-number.has-white-porcelain-color li:before,
.list-color.has-white-porcelain-color li:before,
.is-style-hd-both-line.has-white-porcelain-background-color::before,
.is-style-hd-both-line.has-white-porcelain-background-color::after {
    background: #f8fbf8;
}
.list-number.has-white-porcelain-color li:before {
    color: #333333;
}

.list-number.has-white-color li:before,
.list-color.has-white-color li:before,
.is-style-hd-both-line.has-white-background-color::before,
.is-style-hd-both-line.has-white-background-color::after {
    background: #fff;
}
.list-number.has-white-color li:before {
    color: #333333;
    border: 1px solid;
}





