@charset "UTF-8";
@charset "UTF-8";
@charset 'UTF-8';
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/* Slider */
.slick-loading .slick-list
{
    background: #fff url(https://fmtk1215.com/wp-content/themes/affinger/vendor/slick/ajax-loader.gif) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(https://fmtk1215.com/wp-content/themes/affinger/vendor/slick/fonts/slick.eot);
    src: url(https://fmtk1215.com/wp-content/themes/affinger/vendor/slick/fonts/slick.eot?#iefix) format('embedded-opentype'), url(https://fmtk1215.com/wp-content/themes/affinger/vendor/slick/fonts/slick.woff) format('woff'), url(https://fmtk1215.com/wp-content/themes/affinger/vendor/slick/fonts/slick.ttf) format('truetype'), url(https://fmtk1215.com/wp-content/themes/affinger/vendor/slick/fonts/slick.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


/*---------------------------------------------------------
Theme Name: AFFINGER
Theme URI: on-store.net
Description: ACTION / AFFINGER6
Author: ONSPEED
Author URI: on-store.net/law/
Tags: custom-header, custom-menu
Text Domain: affinger
Version: 20260707
Requires at least: 6.8
Tested up to: 6.9
Requires PHP: 7.4
---------------------------------------------------------*/

/* === Merged: normalize.css v3.0.1 === */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* === Merged: st_svg/style.css === */
@font-face {
  font-family: stsvg;
  src: url(//fmtk1215.com/wp-content/themes/affinger/st_svg/fonts/stsvg.woff2?e9lchi) format('woff2'),
       url(//fmtk1215.com/wp-content/themes/affinger/st_svg/fonts/stsvg.woff?e9lchi) format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^="st-svg-"], [class*=" st-svg-"] {
  font-family: stsvg;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wp-element-caption [class^="st-svg-"],
.wp-element-caption [class*=" st-svg-"] {
  margin-right: 3px;
}
#search .st-fa {
	font-family: stsvg;
}
.st-svg-note:before {
  content: "\e92d";
  font-size: .9em;
}
.st-svg-caret-down:before {
  content: "\e901";
}
.st-svg-xcom:before {
  content: "\e92c";
}
.st-svg-bar:before {
  content: "\e916";
}
.st-svg-circle-w:before {
  content: "\e920";
}
.st-svg-triangle:before {
  content: "\e92b";
}
.st-svg-font-q:before {
  content: "\e906";
}
.st-svg-h-top:before {
  content: "\e905";
}
.st-svg-instagram:before {
  content: "\e903";
}
.st-svg-get-pocket:before {
  content: "\f265";
}
.st-svg-pinterest-p:before {
  content: "\f231";
}
.st-svg-youtube-play:before {
  content: "\f16a";
}
.st-svg-hand-right:before {
  content: "\e974";
}
.st-svg-thumbs-o-down:before {
  content: "\f088";
}
.st-svg-thumbs-o-up:before {
  content: "\f087";
}
.st-svg-thumbs-up:before {
  content: "\f164";
}
.st-svg-vidicon:before {
  content: "\e934";
}
.st-svg-hand-o-down:before {
  content: "\f0a7";
}
.st-svg-hand-o-right:before {
  content: "\f0a4";
}
.st-svg-headphone:before {
  content: "\e938";
}
.st-svg-pencil-square:before {
  content: "\f14b";
}
.st-svg-pencil-square-o:before {
  content: "\f044";
}
.st-svg-thumbs-down:before {
  content: "\f165";
}
.st-svg-bullhorn:before {
  content: "\f0a1";
}
.st-svg-columns:before {
  content: "\f0db";
}
.st-svg-refresh:before {
  content: "\f021";
}
.st-svg-plus-circle:before {
  content: "\f055";
}
.st-svg-qr-code:before {
  content: "\e933";
}
.st-svg-angle-double-down:before {
  content: "\f103";
}
.st-svg-angle-double-right:before {
  content: "\f101";
}
.st-svg-angle-down:before {
  content: "\f107";
}
.st-svg-angle-right:before {
  content: "\f105";
}
.st-svg-angle-up:before {
  content: "\f106";
}
.st-svg-arrow-right:before {
  content: "\f061";
}
.st-svg-arrow-left:before {
  content: "\f061";
	transform:rotate(180deg);
}
.st-svg-bell:before {
  content: "\f0f3";
}
.st-svg-bold:before {
  content: "\f032";
}
.st-svg-book:before {
  content: "\f02d";
}
.st-svg-bookmark:before {
  content: "\f02e";
}
.st-svg-calendar:before {
  content: "\f073";
}
.st-svg-camera:before {
  content: "\f030";
}
.st-svg-caret-right:before {
  content: "\f0da";
}
.st-svg-caret-square-o-right:before {
  content: "\f152";
}
.st-svg-check-circle:before {
  content: "\f058";
}
.st-svg-chevron-circle-right:before {
  content: "\f138";
}
.st-svg-chevron-circle-right_:before {
  content: "\e937";
}
.st-svg-chevron-down:before {
  content: "\f078";
}
.st-svg-chevron-left:before {
  content: "\f053";
}
.st-svg-chevron-right:before {
  content: "\f054";
}
.st-svg-clipboard:before {
  content: "\f0ea";
}
.st-svg-clock-o:before {
  content: "\f017";
}
.st-svg-cloud-download:before {
  content: "\f0ed";
}
.st-svg-code:before {
  content: "\f121";
}
.st-svg-cog:before {
  content: "\f013";
}
.st-svg-cogs:before {
  content: "\f085";
}
.st-svg-copy:before {
  content: "\f0c5";
}
.st-svg-credit-card-alt:before {
  content: "\f283";
}
.st-svg-desktop:before {
  content: "\f108";
}
.st-svg-double-up:before {
  content: "\f102";
}
.st-svg-download:before {
  content: "\f019";
}
.st-svg-envelope:before {
  content: "\f0e0";
}
.st-svg-envelope-o:before {
  content: "\f003";
}
.st-svg-eraser:before {
  content: "\f12d";
}
.st-svg-exchange:before {
  content: "\f0ec";
}
.st-svg-exclamation-circle:before {
  content: "\f06a";
}
.st-svg-exclamation-triangle:before {
  content: "\f071";
}
.st-svg-external-link:before {
  content: "\f08e";
}
.st-svg-eye:before {
  content: "\f06e";
}
.st-svg-eye-slash:before {
  content: "\f070";
}
.st-svg-file-image-o:before {
  content: "\f1c5";
}
.st-svg-files-o:before {
  content: "\e918";
}
.st-svg-file-text:before {
  content: "\f15c";
}
.st-svg-file-text-o:before {
  content: "\f0f6";
}
.st-svg-file-zip-o:before {
  content: "\f1c6";
}
.st-svg-flag:before {
  content: "\f024";
}
.st-svg-folder:before {
  content: "\f07b";
}
.st-svg-folder-open-o:before {
  content: "\f115";
}
.st-svg-font:before {
  content: "\f031";
}
.st-svg-font-tag:before {
  content: "\e914";
}
.st-svg-gift:before {
  content: "\f06b";
}
.st-svg-home:before {
  content: "\f015";
}
.st-svg-inbox:before {
  content: "\f01c";
}
.st-svg-info-circle:before {
  content: "\f05a";
}
.st-svg-lightbulb:before {
  content: "\e915";
}
.st-svg-lightbulb-o:before {
  content: "\f0eb";
}
.st-svg-line-chart:before {
  content: "\f201";
}
.st-svg-list:before {
  content: "\f03a";
}
.st-svg-list-alt:before {
  content: "\f022";
}
.st-svg-list-ol:before {
  content: "\f0cb";
}
.st-svg-list-ul:before {
  content: "\f0ca";
}
.st-svg-lock:before {
  content: "\f023";
}
.st-svg-money:before {
  content: "\f0d6";
}
.st-svg-newspaper-o:before {
  content: "\f1ea";
}
.st-svg-pages:before {
  content: "\e96d";
}
.st-svg-paper-plane:before {
  content: "\f1d8";
}
.st-svg-pdf-o:before {
  content: "\f1c1";
}
.st-svg-pencil:before {
  content: "\f040";
}
.st-svg-pencil-square-b:before {
  content: "\e973";
}
.st-svg-percent:before {
  content: "\f295";
}
.st-svg-picture-o:before {
  content: "\f03e";
}
.st-svg-print:before {
  content: "\f02f";
}
.st-svg-product-hunt:before {
  content: "\f288";
}
.st-svg-reply:before {
  content: "\f112";
}
.st-svg-rss:before {
  content: "\f09e";
}
.st-svg-rss-square:before {
  content: "\f143";
}
.st-svg-share-alt:before {
  content: "\f1e0";
}
.st-svg-share-square:before {
  content: "\f14d";
}
.st-svg-share-square-o:before {
  content: "\f045";
}
.st-svg-shopping-cart:before {
  content: "\f217";
}
.st-svg-shortcode:before {
  content: "\e99a";
}
.st-svg-sign-in:before {
  content: "\f090";
}
.st-svg-sign-out:before {
  content: "\f08b";
}
.st-svg-star:before {
  content: "\f005";
}
.st-svg-star-half-o:before {
  content: "\f123";
}
.st-svg-star-o:before {
  content: "\f006";
}
.st-svg-sticky-note-o:before {
  content: "\f24a";
}
.st-svg-tachometer:before {
  content: "\f0e4";
}
.st-svg-terminal:before {
  content: "\f120";
}
.st-svg-thumb-tack:before {
  content: "\f08d";
}
.st-svg-toggle-on:before {
  content: "\f205";
}
.st-svg-txt:before {
  content: "\e98c";
}
.st-svg-unlock-alt:before {
  content: "\f13e";
}
.st-svg-url-copy:before {
  content: "\e913";
}
.st-svg-user:before {
  content: "\f007";
}
.st-svg-user-circle:before {
  content: "\f2bd";
}
.st-svg-menu_cut:before {
  content: "\e90a";
}
.st-svg-search_s:before {
  content: "\e91f";
}
.st-svg-search_thin_s:before {
  content: "\e921";
}
.st-svg-close:before {
  content: "\e90e";
}
.st-svg-close_thin:before {
  content: "\e90c";
}
.st-svg-menu_thin:before {
  content: "\e90b";
}
.st-svg-menu:before {
  content: "\e909";
}
.st-svg-border:before {
  content: "\e91d";
}
.st-svg-circle-s:before {
  content: "\e91e";
}
.st-svg-camera-retro:before {
  content: "\f080";
}
.st-svg-check:before {
  content: "\f00c";
}
.st-svg-facebook-square:before {
  content: "\f082";
}
.st-svg-oukan:before {
  content: "\e908";
}
.st-svg-relation:before {
  content: "\e917";
}
.st-svg-diamond:before {
  content: "\f219";
}
.st-svg-trophy:before {
  content: "\f091";
}
.st-svg-slide-show:before {
  content: "\e92a";
}
.st-svg-quote-left:before {
  content: "\f10d";
}
.st-svg-magic:before {
  content: "\f0d0";
}
.st-svg-plus:before {
  content: "\f067";
}
.st-svg-quote-right:before {
  content: "\f10e";
}
.st-svg-th:before {
  content: "\f00a";
}
.st-svg-link:before {
  content: "\f0c1";
}
.st-svg-map-marker:before {
  content: "\f041";
}
.st-svg-tag:before {
  content: "\f02b";
}
.st-svg-tags:before {
  content: "\f02c";
}
.st-svg-palette:before {
  content: "\e925";
}
.st-svg-footer:before {
  content: "\e924";
}
.st-svg-header:before {
  content: "\f1dc";
}
.st-svg-h-gazou:before {
  content: "\e926";
}
.st-svg-h-under:before {
  content: "\e927";
}
.st-svg-main-area:before {
  content: "\e928";
}
.st-svg-sidebar:before {
  content: "\e929";
}
.st-svg-minus-thin:before {
  content: "\e922";
}
.st-svg-plus-thin:before {
  content: "\e923";
}
.st-svg-quora:before,
.st-svg-question-circle:before {
  content: "\f059";
}
.st-svg-close_cut:before {
  content: "\e90d";
}
.st-svg-toc:before {
  content: "\e91c";
}
.st-svg-bolt:before {
  content: "\f0e7";
}
.st-svg-th-large:before {
  content: "\f009";
}
.st-svg-paperclip:before {
  content: "\f0c6";
}
.st-svg-tablet:before {
  content: "\f10a";
}
.st-svg-times:before {
  content: "\f00d";
}
.st-svg-comments-o:before {
  content: "\f0e6";
}
.st-svg-circle-o:before {
  content: "\f10c";
}
.st-svg-heart:before {
  content: "\f004";
}
.st-svg-twitter:before {
  content: "\e92c";
}
.st-svg-mobile:before {
  content: "\f10b";
}
.st-svg-emotion-frown:before {
  content: "\e919";
}
.st-svg-emotion-meh:before {
  content: "\e91a";
}
.st-svg-emotion-smile:before {
  content: "\e91b";
}
.st-svg-plug:before {
  content: "\f1e6";
}
.st-svg-bars:before {
  content: "\f0c9";
}
.st-svg-comment:before {
  content: "\f075";
}
.st-svg-commenting:before {
  content: "\f27a";
}
.st-svg-comments:before {
  content: "\f086";
}
.st-svg-amazon:before {
  content: "\f270";
}
.st-svg-arrow-circle-o-right:before {
  content: "\f18e";
}
.st-svg-arrow-circle-right:before {
  content: "\f0a9";
}
.st-svg-bigginer_l:before {
  content: "\e910";
}
.st-svg-bigginer_r:before {
  content: "\e90f";
}
.st-svg-check-thin:before {
  content: "\e902";
}
.st-svg-check_bold:before {
  content: "\e907";
}
.st-svg-check_bold_max:before {
  content: "\e901";
}
.st-svg-check_square_radius:before {
  content: "\e904";
}
.st-svg-circle:before {
  content: "\f111";
}
.st-svg-facebook:before {
  content: "\f09a";
}
.st-svg-google:before {
  content: "\f1a0";
}
.st-svg-hateb:before {
  content: "\e911";
}
.st-svg-line:before {
  content: "\e912";
}
.st-svg-search:before {
  content: "\f002";
}
.st-svg-search-minus:before {
  content: "\f010";
}
.st-svg-search-plus:before {
  content: "\f00e";
}
.st-svg-search_thin:before {
  content: "\e948";
}
.st-svg-arrow:before {
  content: "\e900";
}
.st-svg-wordpress:before {
  content: "\f19a";
}

/* オリジナル */
.st-svg-checkbox {
  position:relative;
}
.st-svg-checkbox:before {
  content: "\e904";
  color:#ccc;
  z-index:2;
  margin-right:10px;
}
.st-svg-checkbox:after {
  content: "\e907";
  color:#ff0000;
  position:absolute;
  z-index:1;
  top:0;
  left:0;
  text-shadow: -1px -1px 0 rgba(255, 255, 255, 1),1px -1px 0 rgba(255, 255, 255, 1),-1px 1px 0 rgba(255, 255, 255, 1),1px 1px 0 rgba(255, 255, 255, 1);
}
.st-bigginer {
  position:relative;
}
.st-svg-bigginer {
  position:relative;
}
.st-svg-bigginer:before {
  content: "\e910";
  color:#FFEE58;
  z-index:2;
}
.st-svg-bigginer:after {
  content: "\e90f";
  position:absolute;
  color:#388E3C;
  z-index:1;
  top:0;
  left:0;
}


/* === Merged: af-custom-fields/frontend.css === */
/* カスタムフィールドの表示用スタイル */

/* テーブル形式のカスタムフィールド表示用スタイル */
.af-custom-fields-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
}

.af-custom-fields-table thead th {
    background-color: #f8f8f8;
    padding: 10px;
    border-bottom: 2px solid #ddd;
    text-align: left;
}

.af-custom-fields-table tbody tr {
    border-bottom: 1px solid #eee;
}

.af-custom-fields-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.af-custom-fields-table tbody tr:hover {
    background-color: #f0f0f0;
}

.af-custom-fields-table td {
    padding: 10px;
}

.af-custom-fields-table .af-field-name {
    font-weight: bold;
    width: 30%;
}

.af-table-title {
    margin-bottom: 10px;
    font-size: 1.2em;
    font-weight: bold;
}

/* デバッグ情報 */
.af-debug-info {
    margin: 20px 0;
    padding: 10px;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.af-debug-info h4 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #333;
}

/* 星評価のスタイル */
.af-field-value.star {
    color: #ffb400;
}



* {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", sans-serif;
	margin: 0px;
	padding: 0px;
}

/*
--------------------------------
フォントサイズ
---------------------------------*/
/* PC（960px以上） */
:root {
	/* title */
	--fs-title: 30px;
	--lh-title: 45px;

	/* headings */
	--fs-h2: 27px;
	--lh-h2: 40px;

	--fs-h3: 22px;
	--lh-h3: 35px;

	--fs-h4: 18px;
	--lh-h4: 29px;

	--fs-h5: 17px;
	--lh-h5: 31px;

	--fs-h6: 16px;
	--lh-h6: 31px;

	--fs-p: 16px;
	--lh-p: 31px;

	--fs-ar: 16px;
	--lh-ar: 23px;

	/* メニューリンクホバー: 背景のみを暗くする（inset box-shadow 用） */
	--st-menu-hover-overlay: rgba(0, 0, 0, 0.2);
 }

 /* タブレット（959px〜600px） */
 @media (max-width: 959px) {
	:root {
		/* title */
		--fs-title: 30px;
		--lh-title: 45px;

		/* headings */
		--fs-h2: 27px;
		--lh-h2: 40px;

		--fs-h3: 24px;
		--lh-h3: 36px;

		--fs-h4: 20px;
		--lh-h4: 32px;

		--fs-h5: 19px;
		--lh-h5: 32px;

		--fs-h6: 19px;
		--lh-h6: 32px;

		--fs-p: 19px;
		--lh-p: 32px;

		--fs-ar: 19px;
		--lh-ar: 29px;
	}
 }

 /* スマートフォン（599px以下） */
 @media (max-width: 599px) {
	:root {
		/* title */
		--fs-title: 25px;
		--lh-title: 37px;

		/* headings */
		--fs-h2: 24px;
		--lh-h2: 36px;

		--fs-h3: 22px;
		--lh-h3: 33px;

		--fs-h4: 20px;
		--lh-h4: 30px;

		--fs-h5: 19px;
		--lh-h5: 30px;

		--fs-h6: 18px;
		--lh-h6: 30px;

		--fs-p: 18px;
		--lh-p: 30px;

		--fs-ar: 19px;
		--lh-ar: 29px;
	}
 }

@media (max-width: 599px) {
	/* カスタマイザー：全体カラー設定のミニパレットを非表示にする */
	#st-color-preview-display {
		display: none;
	}
}

.st-marquee p:empty,
p:empty {
	display: none;
}

/* Noto Sans Japanese */
.st-notosans,
.st-notosans * {
	font-family: "Noto Sans JP", sans-serif !important;
}

/* Rounded M+ 1c */
.st-m1c,
.st-m1c * {
	font-family: "M PLUS Rounded 1c", sans-serif !important;
}

main,
article,
aside,
header,
canvas,
details,
figcaption,
figure,
footer,
nav,
section,
summary {
	display: block;
}

html,
body {
	height: 100%;
}

body {
	min-width: 320px;
	word-wrap: break-word;
	background-color: #ffffff;
}

body.mceContentBody {
	background-color: #fff;
}

cite {
	font-style: normal;
}

.entry-content > div {
	margin-bottom: 20px;
}

.entry-content {
	margin-bottom: 20px;
}

.entry-content.st-empty {
	margin-bottom: 0;
}

.colum1 .entry-content.st-empty {
	margin-bottom: 10px;
}

.single .entry-content {
	padding-top: 10px;
}

body.is-content-empty .entry-content {
	margin-bottom: 0;
}

* > p:last-child {
	margin-bottom: 0;
}

/* Chrome + Pocket */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	h5 span,
	h6 span {
		font-weight: bold;
	}
	input[type="radio"] {
		opacity: 1;
	}
	input[type="radio"] + label {
		display: inline;
		padding: inherit;
	}
}

#content-w {
	display: flow-root;
}

@media print, screen and (min-width: 960px) {
	.colum1 #wrapper-in + #content-w {
		padding-top: 0;
	}
}

.post::after {
	content: "";
	clear: both;
	display: block;
}

.wp-block-embed {
    overflow: hidden;
}

.wp-block-embed:has(.kanren) {
	overflow: inherit;
}

figure.wp-block-embed.is-type-wp-embed,
figure.wp-block-embed.is-type-video,
.entry-content > figure.wp-block-embed.is-type-wp-embed {
	position: relative;
	margin-bottom: 20px;
}

/* ギャラリー */
.wp-block-gallery {
	margin-bottom: 20px;
}

/* 埋込動画・YouTube */
.wp-block-video {
	margin-bottom: 20px;
	overflow: hidden;
}

.sticky,
.gallery-caption,
.bypostauthor {
	font-family: -apple-system,  "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", sans-serif;
}

/* dashicons */
.dashicons,
.dashicons-before:before {
	width: inherit;
	height: inherit;
	font-size: inherit;
	vertical-align: inherit;
}

/* Google Material Icons */
[class^="material-icons-"],
[class*=" material-icons-"] {
	font-family: "Material Icons";
	font-weight: normal;
	font-style: normal;
	/* font-size: 24px;	Preferred icon size */
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;

	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;

	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;

	/* Support for IE. */
	font-feature-settings: "liga";
}

.wp-video {
	margin: 0 auto 20px;
}

.st-hide {
	display: none;
}

hr {
	height: 1px;
	background-color: #e0e0e0;
	border: none;
	margin: 40px 0;
}

.post h4 .point-in i,
.n-entry i,
.p-entry i {
	margin-right: 5px;
}

/* ショートコードのbr非表示 */
.st-timeline > br, /* タイムライン */
.st-tab-content > br, /* タブ > default */
.st_table_sc > br, /* table */
.post .st-box-btn > br, /* ボックスメニュー */
.st-box-btn > br {
	display: none;
}

/* 挿入アイコン2 */
.hatenamark2::before {
	content: "\f059";
	font-family: stsvg;
	margin-right: 7px;
}

.attentionmark2::before {
	content: "\f06a";
	font-family: stsvg;
	margin-right: 7px;
}

.usermark2::before {
	content: "\f2bd";
	font-family: stsvg;
	margin-right: 7px;
}

.memomark2::before {
	content: "\f044";
	font-family: stsvg;
	margin-right: 7px;
}

.checkmark2::before {
	content: "\f058";
	font-family: stsvg;
	margin-right: 7px;
}

.bigginermark::before {
	content: "\e910";
	font-family: stsvg;
	margin-right: 7px;
}

.oukanmark::before {
	content: "\e908";
	font-family: stsvg;
	margin-right: 7px;
}

.st-svg-question-circle,
.st-svg-check-circle,
.st-svg-exclamation-triangle,
.st-svg-exclamation-circle,
.st-svg-pencil-square-o,
.st-svg-user,
.st-svg-biggner::before {
	margin-right: 7px;
}

.clip-fonticon .st-svg-question-circle,
.clip-fonticon .st-svg-check-circle,
.clip-fonticon .st-svg-exclamation-triangle,
.clip-fonticon .st-svg-exclamation-circle,
.clip-fonticon .st-svg-pencil-square-o,
.clip-fonticon .st-svg-user,
.clip-fonticon .st-svg-biggner::before {
	margin-right: 0;
}

/* アニメーションクラス */
/** 回転 */
.faa-parent.animated-hover:hover > .faa-spin,
.faa-spin.animated,
.faa-spin.animated-hover:hover {
	display: inline-block;
}

/* リンク */
a,
nav li {
	transition: all 0.5s;
}

a {
	color: #4682b4;
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-word;
}

a:hover {
	color: #b22222;
}

.entry-content a img {
	transition: all 0.5s;
}

.entry-content .down a img:hover {
	margin-bottom: -5px;
	padding-top: 5px;
}

.entry-content a img:hover {
	opacity: 0.8;
}

.entry-content .dark a img:hover {
	opacity: 1;
	filter: brightness(70%);
}

img:not(.size-st_header_slider),
video,
object {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
	box-sizing: border-box;
}

.is-style-st-photoline img {
	box-sizing: unset;
}

.inline-img img {
	display: inline;
}

img[width="1"] {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	margin: -1px;
	padding: 0;
	width: 1px;
	height: 1px;
	border: 0;
	white-space: nowrap;
}

.scroll-box img[width="1"] {
	position: static;
}

/* 画像ブロック */
.wp-block-image {
	margin-bottom: 20px;
}

.wp-block-image img {
	border:solid 0 #ccc;
}

/*画像にボーダー*/
.is-style-st-photoline img,
.photoline img {
	border: solid 1px #ccc;
}

/*写真風*/
.is-style-st-photohu,
.st-photohu {
	background: #fff;
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 20px;
	box-shadow: 0 10px 8px -6px #bebebe;
	display: inline-flex !important;
	max-width: 100%;
	align-items: center;
	flex-direction: column;
	width: 100%;
	box-sizing: border-box;
}

.st-photohu p.wp-caption-text {
	margin-bottom: -20px;
}

.st-photohu.st-eyecatch-under p.wp-caption-text {
	/* アイキャッチ用 */
	margin-bottom: -10px;
}

.is-style-st-photohu.wp-block-image figcaption {
	word-break: break-all;
}

.st-photohu div img {
	margin-bottom: 5px;
	border: 1px solid #ccc;
}

.st-photohu p {
	margin-bottom: 0;
}

img.size-full,
img.size-large {
	height: auto;
	max-width: 100%;
}

iframe {
	max-width: 100%;
}

.resetwidth img,
.resetwidth video,
.resetwidth object,
.resetwidth iframe {
	max-width: initial; /* 初期状態にリセット */
	display: inline;
}

/* 編集ボタン */
.st-edit-link-button {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	color: #4682b4;
	text-decoration: underline;
	font-size: 95%;
	-webkit-appearance: none;
}

.st-edit-link-button:hover {
	color: #b22222;
}

/* flexbox */
.st-flexbox {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

/** 背景黒 */
.st-header-flexwrap.st-black-bg::after {
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: " ";
	z-index: 1;
	transition: opacity 1s ease-out;
}

a.st-flexbox-link:hover .st-header-flexwrap.st-black-bg::after {
	opacity: 0;
}

a.st-flexbox-link:hover img {
	opacity: 1;
}

.st-black-bg .st-header-flexbox {
	z-index: 2;
}

/* 補助CSS */
.h-100 {
	height: 100%;
}

.pa0,
.pa-0 {
	padding: 0px !important;
}

.ma0,
.ma-0 {
	margin: 0px !important;
}

.mt0,
.mt-0 {
	margin-top: 0px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt-10 {
	margin-top: -10px !important;
}

.mt-20 {
	margin-top: -20px !important;
}

.mt-30 {
	margin-top: -30px !important;
}

.mr0,
.mr-0 {
	margin-right: 0px !important;
}

.mr10 {
	margin-right: 10px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.mr30 {
	margin-right: 30px !important;
}

.mr-10 {
	margin-right: -10px !important;
}

.mr-20 {
	margin-right: -20px !important;
}

.mr-30 {
	margin-right: -30px !important;
}

.ml10 {
	margin-left: 10px !important;
}

.ml0,
.ml-0 {
	margin-left: 0px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.ml30 {
	margin-left: 30px !important;
}

.ml-10 {
	margin-left: -10px !important;
}

.ml-20 {
	margin-left: -20px !important;
}

.ml-30 {
	margin-left: -30px !important;
}

.mb-0,
.mb0 {
	margin-bottom: 0 !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb-10 {
	margin-bottom: -10px !important;
}

.mb-20 {
	margin-bottom: -20px !important;
}

:root .is-style-st-paragraph-button.noradius,
:root .is-style-st-paragraph-marumozi.noradius,
.noradius {
	border-radius: 0 !important;
}

:root .is-style-st-paragraph-button.radius10,
:root .is-style-st-paragraph-marumozi.radius10,
.radius10 {
	border-radius: 10px !important;
}

:root .is-style-st-paragraph-button.radius20,
:root .is-style-st-paragraph-marumozi.radius20,
.radius20 {
	border-radius: 20px !important;
}

:root .is-style-st-paragraph-button.radius30,
:root .is-style-st-paragraph-marumozi.radius30,
.radius30 {
	border-radius: 30px !important;
}

pre.all {
	user-select: all !important;
}

/* 要素を選択不可にする（β） */
.st-cover {
	position: relative;
	overflow: hidden;
}

.st-cover:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
}

/* 
 * 要素を別のリンクでカバーする（β）
 * <div class="st-cover"><a href="example.com" class="st-coverlink"></a>要素</div>
 */
.st-coverlink {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	z-index: 2;
}

/*--------------------------------
管理バー
---------------------------------*/
/* 公式マニュアル */
#wpadminbar #wp-admin-bar-st-manual > .ab-item:before {
	content: "\f223";
	top: 2px;
}

/* テーマ管理 */
#wpadminbar #wp-admin-bar-st_theme_menu > .ab-item:before {
	content: "\f111";
	top: 2px;
}

/* 固定記事トップ */
#wpadminbar #wp-admin-bar-st_top_edit_menu > .ab-item:before {
	content: "\f119";
	top: 2px;
}

/* 記事ID */
#wpadminbar #wp-admin-bar-st_post_id > .ab-item {
	display: none;
}
.page #wpadminbar #wp-admin-bar-st_post_id > .ab-item,
.single #wpadminbar #wp-admin-bar-st_post_id > .ab-item {
	display: inline-block;
}

/* メモ */
#wpadminbar #wp-admin-bar-st_memo_post_new > .ab-item:before {
	content: "\f121";
	top: 2px;
}

/* ステ子 */
#wpadminbar #wp-admin-bar-st_template_manager_preview > .ab-item:before {
	content: "\f14b";
	top: 2px;
}

/*--------------------------------
CSS背景
---------------------------------*/
/* ドット */
.st-bg-dot {
	background-image: radial-gradient(rgba(250, 250, 250, 0.6) 20%, transparent 0),
		radial-gradient(rgba(250, 250, 250, 0.6) 20%, transparent 0);
	background-position: 0 0, 10px 10px;
	background-size: 20px 20px;
	padding: 15px 20px;
}

/* ストライプ */
.st-bg-stripe {
	background: repeating-linear-gradient(
		45deg,
		transparent,
		transparent,
		5px,
		rgba(250, 250, 250, 0.6) 0,
		rgba(250, 250, 250, 0.6) 10px
	);
	padding: 15px 20px;
}

/* チェック */
.st-bg-check {
	background-image: linear-gradient(
			45deg,
			rgba(250, 250, 250, 0.6) 25%,
			transparent 25%,
			transparent 75%,
			rgba(250, 250, 250, 0.6) 75%,
			rgba(250, 250, 250, 0.6)
		),
		linear-gradient(
			45deg,
			rgba(250, 250, 250, 0.6) 25%,
			transparent 25%,
			transparent 75%,
			rgba(250, 250, 250, 0.6) 75%,
			rgba(250, 250, 250, 0.6)
		);
	background-position: 0 0, 15px 15px;
	background-size: 30px 30px;
	padding: 15px 20px;
}

/* スティッチ */
.st-bg-stich {
	position: relative;
	background: #fafafa;
	padding: 35px 40px;
}

.st-bg-stich::after,
.st-bg-stich::after {
	position: absolute;
	top: 10px;
	left: 10px;
	display: block;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border: 1px dashed #fff;
	content: "";
}

/* カギ括弧 */
.st-bg-brackets {
	position: relative;
	width: 90%;
	padding: 30px 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto 20px;
}

.st-brackets::before,
.st-brackets::after {
	position: absolute;
	content: "";
	width: 20%;
	height: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.st-brackets::before {
	top: 0;
	left: 0;
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
}

.st-brackets::after {
	bottom: 0;
	right: 0;
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}

/* タイムライン */
.st-timeline a {
	width: 100%;
	box-sizing: border-box;
}

.st-timeline .st-cardbox {
	border: none;
	box-shadow: none;
	padding: 0;
}

.post .st-timeline,
.st-timeline {
	margin-left: 0.5em;
}

.post .st-timeline {
	padding: 0 !important;
}

.st-timeline > li {
	position: relative;
	padding-left: 26px;
	list-style: none;
	border-left: 1px solid #ccc;
}

.st-timeline > li > div {
	display: flex;
	flex-direction: column;
	width: 100%;
	box-sizing: border-box;
}

.st-timeline > li .st-timeline-list-text {
	position: relative;
}

.st-timeline > li.has-no-text::after,
.st-timeline > li.is-align-center::after,
.st-timeline > li.has-text.is-align-default .st-timeline-list-text::after {
	content: "\f111";
	font-family: stsvg;
	font-size: 13px;
	color: #ccc;
}

.st-timeline > li::after,
.st-timeline > li.has-text.is-align-default .st-timeline-list-text::after {
	position: absolute;
	top: 0;
	left: -0.5em;
}

.st-timeline > li.has-text.is-align-default .st-timeline-list-text::after {
	left: calc(
		(26px + 0.5em) * -1
	); /* (`.st-timeline > li` の `padding-left` - .5em) * -1 */
}

.st-timeline > li.is-align-center::after,
.st-timeline > li.has-text.is-align-default .st-timeline-list-text::after {
	top: 50%;
	transform: translate(0, -50%);
}

.st-timeline > li.has-no-text.now::after,
.st-timeline > li.is-align-center.now::after,
.st-timeline > li.has-text.is-align-default.now .st-timeline-list-text::after {
	transform: scale(1.53846, 1.53846);
}

.st-timeline > li.is-align-center.now::after,
.st-timeline > li.has-text.is-align-default.now .st-timeline-list-text::after {
	transform: translate(0, -50%) scale(1.53846, 1.53846);
}

/** カウント */
.st-timeline.st-timeline-count > li {
	padding-left: calc(1em + 20px);
	list-style: none;
	border-left: 1px solid #ccc;
	display: flex;
	counter-increment: st-section;
}

.st-timeline.st-timeline-count > li.has-no-text::after,
.st-timeline.st-timeline-count > li.is-align-center::after,
.st-timeline.st-timeline-count
	> li.has-text.is-align-default
	.st-timeline-list-text::after {
	left: -1.5em;
	border-radius: 50%;
	width: 3em;
	height: 3em;
	line-height: 3em;
	text-align: center;
	font-size: 60%;
	background: #f3f3f3;
	color: #333;
	content: counters(st-section, "");
}

@media print, screen and (max-width: 599px) {
	.st-timeline.st-timeline-count > li.has-no-text::after,
	.st-timeline.st-timeline-count > li.is-align-center::after,
	.st-timeline.st-timeline-count
		> li.has-text.is-align-default
		.st-timeline-list-text::after {
		left: -1.25em;
		border-radius: 50%;
		width: 2.5em;
		height: 2.5em;
		line-height: 2.5em;
	}
}

.st-timeline.st-timeline-count > li.has-no-text.now::after,
.st-timeline.st-timeline-count > li.is-align-center.now::after,
.st-timeline.st-timeline-count
	> li.has-text.is-align-default.now
	.st-timeline-list-text::after {
	transform: scale(1.16666, 1.16666);
}

.st-timeline.st-timeline-count > li.is-align-center.now::after,
.st-timeline.st-timeline-count
	> li.has-text.is-align-default.now
	.st-timeline-list-text::after {
	transform: translate(0, -50%) scale(1.16666, 1.16666);
}

/* @media (max-width: 599px) */
.st-timeline.st-timeline-count
	> li.has-text.is-align-default
	.st-timeline-list-text::after {
	/* `.st-timeline.st-timeline-count > li` の 1em = 18px */
	/* (`.st-timeline.st-timeline-count > li` のpadding-left` + マーカーの `width` / 2) * -1 */
	left: calc((18px + 20px + 1.5em) * -1);
	/* マーカーの `font-size` = `.st-timeline.st-timeline-count > li` の 1em * 60% = 18px * .6 = 10.8px */
	font-size: 10.8px;
}

@media only screen and (min-width: 600px) {
	.st-timeline.st-timeline-count
		> li.has-text.is-align-default
		.st-timeline-list-text::after {
		/* `.st-timeline.st-timeline-count > li` の 1em = 20px */
		/* (`.st-timeline.st-timeline-count > li` のpadding-left` + マーカーの `width` / 2) * -1 */
		left: calc((20px + 20px + 1.5em) * -1);
		/* マーカーの `font-size` = `.st-timeline.st-timeline-count > li` の 1em * 60% = 20px * .6 = 12px */
		font-size: 12px;
	}
}

@media print, screen and (min-width: 960px) {
	.st-timeline.st-timeline-count
		> li.has-text.is-align-default
		.st-timeline-list-text::after {
		/* `.st-timeline.st-timeline-count > li` の 1em = 15px */
		/* (`.st-timeline.st-timeline-count > li` のpadding-left` + マーカーの `width` / 2) * -1 */
		left: calc((15px + 20px + 1.5em) * -1);
		/* マーカーの `font-size` = `.st-timeline.st-timeline-count > li` の1em * 60% = 15px * .6 = 9px */
		font-size: 9px;
	}
}

.st-timeline-list-text a,
.st-timeline-list-text {
	font-size: 105%;
	margin-bottom: 10px;
	line-height: 1.5;
}

.st-timeline-list-text a:hover {
	opacity: 0.7;
}

.st-timeline li.now .st-timeline-list-text a,
.st-timeline li.now .st-timeline-list-text {
	font-size: 120%;
}

.st-timeline > li .st-cardbox.kanren {
	background-color: transparent;
	margin-bottom: 10px;
	margin-top: 0 !important;
}

.st-timeline .st-cardbox .st-cardbox-label-text {
	display: none;
}

.st-timeline .st-cardbox:hover {
	box-shadow: none;
	opacity: 0.6;
}

.post .st-timeline p.cardbox-more {
	display: inline-block;
}

/* ステップ */
.st-step-box {
	position: absolute;
	left: -5px;
	display: block;
}

.st-step {
	position: relative;
	display: inline-block;
	margin: 0 15px 0 0;
	padding: 5px 7px;
	width: 50px;
	height: 50px;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	font-size: 13px;
	background: #ccc;
	box-sizing: border-box;
	line-height: 18px;
}

.st-step::before {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 13px solid #ccc;
	z-index: 0;
}

.st-step .step-arrow {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 13px solid #70a6ff;
	z-index: 0;
}

.st-step-no {
	font-size: 150%;
	font-weight: bold;
}

.st-step-title {
	position: relative;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	padding: 10px 10px 10px 65px;
	background: #fff;
	margin-top: 30px;
}

.st-step-title .st-step {
	font-weight: normal;
}

/* ポイント */
.st-point::before {
	display: flex;
	align-items: center;
	justify-content: center;
	content: "POINT";
	position: absolute;
	left: 0;
	color: #fff;
	font-size: 50%;
	line-height: 1.5;
	background: #ccc;
	border-radius: 2em;
	width: 4em;
	height: 4em;
}

.st-in-mybox .st-point,
.st-point {
	position: relative;
	display: flex;
	align-items: center;
	line-height: 1.5;
	padding-left: calc(2em + 20px);
	margin-bottom: 20px;
}

/* カスタムフォント */
.st-designfont {
	line-height: 1.5;
}

/*続きを読む（改ページ）*/
.tuzukicenter {
	text-align: center;
	padding-top: 10px;
}
.tuzuki {
	margin: 0 auto;
	padding: 10px 0;
}

.tuzuki a {
	margin: 5px auto;
	border: 1px solid #ccc;
	padding: 7px 15px;
	text-decoration: none;
	width: 100%;
	box-sizing: border-box;
	display: block;
}

.tuzuki a:hover {
	background: #f3f3f3;
}

/* 前のページ（履歴）に戻る */
.st-back-btn {
	text-align: center;
}

.st-back-btn .st-fa,
.st-back-btn .fa {
	margin-right: 5px;
}

/* この記事タイトルとURLをコピーボタン */
.st-copyurl-btn {
	text-align: center;
	margin: 30px 0 20px;
}

.st-copyurl-btn .st-fa,
.st-copyurl-btn .fa {
	margin-right: 5px;
}

.st-copyurl-btn a {
	border: 1px solid #bdbdbd;
	padding: 10px 15px;
	display: inline-block;
	color: #424242;
	text-decoration: none;
	box-shadow: 3px 3px #cccccc;
	background: #ffffff;
	max-width: 100%;
	box-sizing: border-box;
}

.st-copyurl-btn a:hover {
	color: #ccc;
	box-shadow: 1px 1px #cccccc;
}

/* ロゴ画像の最大サイズ */
.sitename img {
	max-width: 300px;
	margin: 0 auto;
}

/* スマホは表示しない */
.smanone {
	display: none;
}

/* clearfix */
.clearfix {
	zoom: 1;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

@media print, screen and (max-width: 599px) {
	.sp-center {
		text-align: center;
	}
}

.st-opacity {
	opacity: 0.8;
}

/* sticky */
.st-sticky {
	position: -webkit-sticky;
	position: sticky !important;
	top: 10px;
	z-index: 99998;
}

/* ==================================================
   Inline code / kbd 共通
================================================== */
code {
	font-family: SFMono-Regular, Consolas, "Liberation Mono",
		Menlo, Courier, monospace !important;
	background: #f5f5f5;
	padding: 3px 5px;
	border-radius: 1px;
}

kbd,
.st-code {
	color: #333;
	background: #eee;
	padding: 2px 4px;
	margin: 0 2px;
	border-radius: 2px;
	font-size: 0.95em;
	font-family: SFMono-Regular, Consolas, "Liberation Mono",
		Menlo, Courier, monospace !important;
}

/* kbd 専用 */
kbd {
	border: 1px solid #eee;
	box-shadow: 0 2px 0 #ccc;
	white-space: nowrap;
	border-radius: 3px;
}

/* pre 内ではインライン装飾を消す（ブロック側に任せる） */
pre .st-code,
.st-pre .st-code,
.st-pre code {
	padding: 0;
	background: transparent;
	margin: 0;
	border-radius: 0;
}

/* ==================================================
   Code Block 共通変数
================================================== */
:root {
	--code-bg: #0b1220;
	--code-fg: #e6edf3;
	--code-border: rgba(255,255,255,.08);
	--code-radius: 5px;
	--code-pad-y: 14px;
	--code-pad-x: 16px;
	--code-font: ui-monospace, SFMono-Regular, Menlo, Monaco,
		Consolas, "Liberation Mono", "Courier New", monospace !important;

	/* STINGERラベル用（追加分） */
	--pre-label-bg: #b0bec5;
	--pre-label-fg: #fff;

	/* terminal用（追加分） */
	--terminal-bg: #212121;
	--terminal-fg: #f5f5f5;
	--terminal-label-bg: #424242;
}

/* ==================================================
   Gutenberg / 一般 pre（共通のコードブロック外観）
================================================== */
.entry-content pre,
.wp-block-code,
.wp-block-preformatted {
	position: relative;
	background: var(--code-bg);
	color: var(--code-fg);
	border: 1px solid var(--code-border);
	border-radius: var(--code-radius);
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	font-size: 15px !important;
	line-height: 1.7 !important;
	margin-bottom: 20px;
}

.entry-content pre:not(.is-style-st-wide-background),
.wp-block-code:not(.is-style-st-wide-background),
.wp-block-preformatted:not(.is-style-st-wide-background) pre {
	padding: var(--code-pad-y) var(--code-pad-x);
}

/* グラデーション演出 */
.entry-content pre::before,
.wp-block-code::before,
.wp-block-preformatted::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: radial-gradient(
		1200px 200px at 30% 0%,
		rgba(255,255,255,.10),
		transparent 60%
	);
	pointer-events: none;
}

/* 内側の code */
.entry-content pre code,
.wp-block-code code,
.wp-block-preformatted code {
	font-family: var(--code-font);
	background: transparent;
	padding: 0;
	border: 0;
	white-space: pre;
}

/* ==================================================
   Scrollbar（対応ブラウザ）
================================================== */
.entry-content pre {
	scrollbar-width: thin;
	scrollbar-color: rgba(255,255,255,.25) transparent;
}
.entry-content pre::-webkit-scrollbar {
	height: 10px;
}
.entry-content pre::-webkit-scrollbar-thumb {
	background: rgba(255,255,255,.22);
	border-radius: 999px;
}

/* ==================================================
   Copy Button（pre に data-copyable のときのみ）
================================================== */
.entry-content pre[data-copyable] .code-copy {
	position: absolute;
	top: 10px;
	right: 10px;
	font: 600 12px/1.2 system-ui, -apple-system, "Segoe UI", sans-serif;
	padding: 8px 10px;
	border-radius: 999px;
	border: 1px solid rgba(255,255,255,.14);
	background: rgba(255,255,255,.06);
	color: var(--code-fg);
	cursor: pointer;
	backdrop-filter: blur(8px);
}
.entry-content pre[data-copyable] .code-copy:hover {
	background: rgba(255,255,255,.10);
}

/* ==================================================
   STINGER: pre.st-pre のラベル（追加分）
   - 共通ブロック装飾は entry-content pre 側に任せつつ、
     ラベルだけ必要最小限で追加
================================================== */
pre.st-pre {
	position: relative; /* 念のため（entry-content外でも効く） */
}

pre.st-pre .st-pre-text {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	padding: 3px 10px;
	line-height: 1.8;

	font-family: monospace !important;
	background: var(--pre-label-bg);
	color: var(--pre-label-fg);
}

pre.st-pre .st-pre-text i {
	font-size: 0.9em;
}

/* ==================================================
   STINGER: terminal（追加分）
================================================== */
pre.st-pre.st-terminal {
	background: var(--terminal-bg);
	color: var(--terminal-fg);
}

pre.st-pre.st-terminal .st-pre-text {
	background: var(--terminal-label-bg);
	color: var(--pre-label-fg);
}

pre.st-pre.st-terminal .st-pre-text::before{
	content:"\f120";
	font-family: stsvg;
	margin-right:.5em;
}

/* ==================================================
   テーマ独自スタイル
================================================== */
.is-style-st-wide-background code,
.is-style-st-wide-background-left code,
.is-style-st-wide-background-right code {
	padding: 0;
	margin: 0;
	border-radius: 0;
	background: transparent;
}

pre.wp-block-code.is-style-st-wide-background {
	border-radius: 0;
}

.is-style-st-paragraph-code {
	font-family: monospace !important;
	background: #313131;
	color: #fafafa;
}

.is-style-st-paragraph-code::before {
	content: "\f121";
	color: #ccc;
	border-right: 1px solid #616161;
	margin-right: 0.7em;
}

/* テーブル */
thead th,
thead td {
	position: -webkit-sticky;
	position: sticky;
	z-index: 99997;
}

table thead th,
table thead th p,
table thead tr td,
.post table thead tr td,
.post table thead tr td p,
.post table thead tr td {
	font-size: 0.9em;
}

/* iframeのレスポンシブ */
.youtube-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

/* short用 */
.youtube-container-short {
	text-align: center;
}

/** アイキャッチは除外 */
.st-eyecatch .youtube-container,
.st-eyecatch-under .youtube-container {
	padding-top: 0;
}

.youtube-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*YouTube画像*/
.st-youtube {
	position: relative;
	margin-bottom: 20px;
}

.st-youtube .st-svg-youtube-play {
	font-size: 40px;
	color: #f40000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 40px;
	height: 40px;
	text-align: center;
	z-index: 8;
}

.st-youtube:hover .st-svg-youtube-play {
	color: #db0000;
}

/* 動画背景 */
body > .video-player {
	position: fixed;
	z-index: -1;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	overflow: hidden;
}

body > .video-player .video-player-video {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: none;
}

.video-player-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: -2;
}

.post.st-header-content {
	z-index: 3;
    position: relative;
    top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
}

#st-headerbox {
	position: relative;
	z-index: 1;
}

/* header画像エリア */
header #header-full {
	position: relative;
}

/*スライドショー(共通)*/
#side aside .slick-dots li,
.slick-dots li {
	width: 10px;
	height: 10px;
}

.slick-prev,
.slick-next {
	z-index: 9999;
	width: 37px;
	height: 37px;
	opacity: 0.6;
	top: calc(50%);
}

.slick-prev {
	left: 0;
}

.slick-next {
	right: 0;
}

[dir="rtl"] .slick-prev {
	right: 0;
	left: auto;
}

[dir="rtl"] .slick-next {
	right: auto;
	left: 0;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	opacity: 1;
}

.slick-prev::before,
.slick-next::before {
	font-size: 20px;
	font-family: stsvg;
	color: #fff;
	opacity: 1;
}

.slick-prev::before {
	content: "\f053";
}

.slick-next::before {
	content: "\f054";
}

[dir="rtl"] .slick-prev::before {
	content: "\f054";
}

[dir="rtl"] .slick-next::before {
	content: "\f053";
}

.slick-slide:focus,
.slick-slide a:focus {
	outline: 0;
}

.slider,
.slick-slider {
	visibility: hidden;
	margin-bottom: 30px;
}

.slick-initialized {
	visibility: visible;
}

.slick-slider.slick-dotted {
	padding-bottom: 25px;
	margin-bottom: 20px;
}

/* 画像のみ */
.slick-slider.slick-dotted.is-fullsize-card {
	padding-bottom: 35px;
}

.slick-list {
	width: 100%;
}

.slick-track {
	margin-left: 0;
}

.slider.slick-slider .slick-dots {
	display: none !important;
}

.slider.slick-slider.slick-dotted .slick-dots {
	bottom: 0;
	display: block !important;
	margin: 0;
	padding: 0;
	left: 0;
}

/* ヘッダースライドショー: スライド */
.header-post-slider .post-slide {
	position: relative;
}

.header-post-slider .post-slide-image {
	position: relative;
	overflow: hidden;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.header-post-slider .post-slide-image::before {
	display: block;
	width: 100%;
	content: "";
}

.header-post-slider .post-slide-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: none;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	object-fit: cover;
}

.header-post-slider .post-slide-body {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	box-sizing: border-box;
	color: #fff;
	pointer-events: none;
}

@media only screen and (min-width: 600px) {
	.header-post-slider .post-slide-body {
		right: auto;
		padding: 20px 20px 20px 45px;
		width: 40%;
		background: rgba(0, 0, 0, 0.5);
		pointer-events: auto;
		box-sizing: border-box;
	}
}

@media only screen and (min-width: 960px) {
	.header-post-slider .post-slide-body {
		padding: 45px;
	}
}

.header-post-slider .post-slide-body-content,
.header-post-slider .post-slide-text {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	max-height: 100%;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-justify-content: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
}

.header-post-slider .post-slide-body-content {
	width: 100%;
}

.header-post-slider .post-slide-text {
	overflow: hidden;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-align: left;
}

.header-post-slider.has-cat .post-slide-text {
	-webkit-justify-content: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
}

@media only screen and (min-width: 600px) {
	.header-post-slider .post-slide-text {
		-webkit-justify-content: stretch;
		-ms-flex-pack: stretch;
		justify-content: stretch;
		-webkit-mask-image: linear-gradient(
			to bottom,
			rgba(0, 0, 0, 1) 0%,
			rgba(0, 0, 0, 1) 80%,
			rgba(0, 0, 0, 0)
		);
		mask-image: linear-gradient(
			to bottom,
			rgba(0, 0, 0, 1) 0%,
			rgba(0, 0, 0, 1) 80%,
			rgba(0, 0, 0, 0)
		); /* IE, Edge 未対応 */
	}
}

.header-post-slider .post-slide-text .st-catgroup.itiran-category {
	overflow: hidden;
	box-sizing: border-box;
	margin: 0;
	padding: 5px;
	width: 100%;
	text-align: left;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-mask-image: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 1) 0%,
		rgba(0, 0, 0, 1) 80%,
		rgba(0, 0, 0, 0)
	);
	mask-image: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 1) 0%,
		rgba(0, 0, 0, 1) 80%,
		rgba(0, 0, 0, 0)
	); /* IE, Edge 未対応 */
}

@media only screen and (min-width: 600px) {
	.header-post-slider .post-slide-text .st-catgroup.itiran-category {
		overflow: visible;
		margin: 0 0 10px;
		padding: 0;
		-webkit-flex-grow: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-webkit-mask-image: none;
		mask-image: none;
	}
}

@media only screen and (max-width: 599px) {
	/* 2カラム以下のカテゴリーサイズ */
	.header-post-slider .post-slide-text .st-catgroup.itiran-category {
		padding: 10px;
	}
	.header-post-slider .post-slide-text .st-catgroup.itiran-category .catname {
		font-size: 14px;
	}
}

.header-post-slider .post-slide-text .st-catgroup.itiran-category .catname {
	vertical-align: top;
}

.header-post-slider .post-slide-text .st-catgroup.itiran-category a {
	pointer-events: auto;
}

.header-post-slider .post-slide-title {
	margin: 0;
	padding: 10px;
	font-size: 1em;
	line-height: 1.4;
}

.header-post-slider.has-date .post-slide-title {
	padding-bottom: 5px;
}

@media only screen and (min-width: 600px) {
	.header-post-slider .post-slide-title,
	.header-post-slider.has-date .post-slide-title {
		padding: 0;
		background: transparent;
	}
}

@media only screen and (min-width: 960px) {
	.header-post-slider .post-slide-title {
		font-size: 1.25em;
	}
}

.header-post-slider .post-slide-title a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.header-post-slider .post-slide-title a:hover {
	text-decoration: underline;
}

.header-post-slider .post-slide-date {
	margin: 0;
	padding: 0 10px 10px;
	font-size: 0.9em;
	line-height: 1.4;
	opacity: 0.8;
}

@media only screen and (min-width: 600px) {
	.header-post-slider .post-slide-date {
		padding: 5px 2px 0;
		background: transparent;
	}
}

.header-post-slider .post-slide-excerpt {
	display: none;
	font-size: 1em;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

@media only screen and (min-width: 600px) {
	.header-post-slider .post-slide-excerpt {
		display: block;
		padding: 10px 0 0;
	}
}

.header-post-slider .post-slide-excerpt p {
	margin: 0;
	font-size: 0.9em;
	line-height: 1.7;
	opacity: 0.7;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-post-slider .post-slide-more {
	display: none;
	margin: 20px 0 0;
}

@media only screen and (min-width: 600px) {
	.header-post-slider .post-slide-more {
		display: block;
	}
}

.header-post-slider .post-slide-more a {
	display: inline-block;
	box-sizing: border-box;
	padding: 6px 10px;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 1.4;
}

.header-post-slider .post-slide-more a:hover {
	background: #fff;
	color: #333;
}

/* ヘッダースライドショー: スライダー */
.header-post-slider {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: auto;
	width: 100%;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media only screen and (min-width: 600px) {
	.header-post-slider.is-wide,
	.header-post-slider.is-wide .slick-list {
		overflow: visible !important;
	}
}

.header-post-slider .slider-item {
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

/* ==================================================
	記事スライドショー: スライド
	記事・関連記事一覧 (カードデザイン): 記事
================================================== */

/* 記事一覧のaにpのline-heightを継承させない */
h5.kanren-t,
.post-slide-title,
.post-card-title,
.st-pvm-ranking-item-h /* PVモニター */
{
	line-height: inherit!important;
}

.post-slide-image,
.post-slide-more,
.post-card-image,
.post-card-title {
	transition: all 0.5s;
}

.post-slide-image:hover,
.post-slide-more:hover,
.post-card-image:hover,
.post-card-title:hover {
	opacity: 0.6;
}

.content-post-slider:not(.original) .post-slide,
.post-card-list .post-card {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #fff; /* 背景色 */
}

.content-post-slider.is-fullsize .post-slide {
	background: transparent;
}

.content-post-slider:not(.original) .post-slide-image,
.post-card-list .post-card-image {
	position: relative;
	overflow: hidden;
	margin: 0 0 8px;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.content-post-slider:not(.original) .post-slide-image:hover,
.post-card-list .post-card-image:hover {
	background: #fff;
}

.content-post-slider.is-fullsize-card .post-slide-image {
	margin: 0;
}

.content-post-slider:not(.original) .post-slide-image::before,
.post-card-list .post-card-image::before {
	display: block;
	width: 100%;
	content: "";
}

.content-post-slider:not(.original) .post-slide-image img,
.post-card-list .post-card-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 0;
	object-fit: cover;
}

/* カテゴリ内の画像は除外する */
.catname img {
    position: static;
    top: auto;
    left: auto;
    transform: none;
    -webkit-transform: none;
    width: auto;
    height: auto !important;
    object-fit: fill;
}

.content-post-slider .post-slide-image .st-catgroup.itiran-category,
.post-card-list .post-card-image .st-catgroup.itiran-category {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	box-sizing: border-box;
	padding: 5px;
	width: 100%;
	text-align: left;
	pointer-events: none;
	-webkit-mask-image: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 1) 0%,
		rgba(0, 0, 0, 1) 70%,
		rgba(0, 0, 0, 0)
	);
	mask-image: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 1) 0%,
		rgba(0, 0, 0, 1) 70%,
		rgba(0, 0, 0, 0)
	); /* IE, Edge 未対応 */
	flex-grow: 1;
	z-index: 1;
}

@media only screen and (max-width: 959px) {
	/* 2カラム以下のカテゴリーサイズ */
	.post-card-list:not(.is-medium-columns-3)
		.post-card-image
		.st-catgroup.itiran-category {
		top: 5px;
		left: 5px;
	}
	.post-card-list:not(.is-medium-columns-3)
		.post-card-list-item
		.st-catgroup.itiran-category
		.catname {
		font-size: 14px;
	}
}

@media only screen and (min-width: 600px) and (max-width: 959px) {
	/* タブレット時の3カラムのカテゴリーサイズ */
	.post-card-list.is-medium-columns-3
		.post-card-image
		.st-catgroup.itiran-category {
		top: 0;
		left: 0;
	}
	.post-card-list.is-medium-columns-3
		.post-card-list-item
		.st-catgroup.itiran-category
		.catname {
		font-size: 11px;
	}
}

@media only screen and (max-width: 599px) {
	/* スマホ時の2カラム */
	.post-card-list.is-small-columns-2
		.post-card-image
		.st-catgroup.itiran-category {
		top: 0;
		left: 0;
	}

	/* スマホ時の2カラムのタイトルサイズ */
	.slick-slides-to-show-2.content-post-slider .post-slide-title a,
	.post-card-list.is-small-columns-2 .post-slide-title a,
	.post-card-list.is-small-columns-2 .post-card-title a {
		font-size: .9em;
		line-height: 1.4;
	}

	.post-card-list.is-small-columns-2
		.post-card-list-item
		.st-catgroup.itiran-category
		.catname {
		font-size: 11px;
	}
	.post-card-list.is-small-columns-2 .post-card-list-item .post-card-body {
		padding: 0 10px 10px;
	}
}

@media only screen and (min-width: 600px) {
	.content-post-slider .post-slide-image .st-catgroup.itiran-category,
	.post-card-list .post-card-image .st-catgroup.itiran-category {
		flex-grow: 0;
	}
}

.content-post-slider .post-slide-image .st-catgroup.itiran-category .catname,
.post-card-list .post-card-image .st-catgroup.itiran-category .catname {
	vertical-align: top;
}

.content-post-slider .post-slide-image .st-catgroup.itiran-category a,
.post-card-list .post-card-image .st-catgroup.itiran-category a {
	pointer-events: auto;
}

.post-card-list .st-wppviews-label {
	/* WPP */
	position: absolute;
	top: 5px;
	left: 5px;
}

.content-post-slider .post-slide-rank,
.post-card-list .post-card-rank {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 2px 8px;
	width: 1em;
	height: 1.75em;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1;
}

.content-post-slider.slick-slides-to-show-1 .post-slide-rank,
.post-card-list.is-small-columns-1 .post-card-rank {
	/* 1 カラム */
	width: 1.5625em;
	font-size: 2em;
}

.content-post-slider.slick-slides-to-show-2 .post-slide-rank,
.post-card-list.is-small-columns-2 .post-card-rank {
	/* 2 カラム */
	width: 1.25em;
	font-size: 1.25em;
}

@media only screen and (min-width: 600px) {
	.post-card-list.is-medium-columns-1 .post-card-rank {
		/* 1 カラム */
		width: 1.5625em;
		font-size: 2em;
	}

	.post-card-list.is-medium-columns-2 .post-card-rank {
		/* 2 カラム */
		width: 1.25em;
		font-size: 1.25em;
	}

	.post-card-list.is-medium-columns-3 .post-card-rank {
		/* 3 カラム */
		width: 1em;
		font-size: 1em;
	}
}

@media only screen and (min-width: 960px) {
	.post-card-list.is-large-columns-1 .post-card-rank {
		/* 1 カラム */
		width: 1.5625em;
		font-size: 2em;
	}

	.post-card-list.is-large-columns-2 .post-card-rank {
		/* 2 カラム */
		width: 1.25em;
		font-size: 1.25em;
	}

	.post-card-list.is-large-columns-3 .post-card-rank {
		/* 3 カラム */
		width: 1em;
		font-size: 1em;
	}
}

@media print, screen and (max-width: 599px) {
	/* センター寄せ 又は スマホ2列以上 */
	.content-post-slider.is-center-mode .post-slide-rank,
	.post-card-list.is-center-mode .post-card-rank,
	.content-post-slider.slick-slides-to-show-2 .post-slide-rank,
	.post-card-list.slick-slides-to-show-2 .post-card-rank,
	.content-post-slider.slick-slides-to-show-3 .post-slide-rank,
	.post-card-list.slick-slides-to-show-3 .post-card-rank {
		width: 0.8em;
		font-size: 0.8em;
	}
}

.content-post-slider .post-slide-rank::before,
.post-card-list .post-card-rank::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	display: block;
	width: 0;
	height: 0;
	border-width: 3.25em 3.5em 0 0;
	border-style: solid;
	border-color: #78909c transparent transparent transparent;
	content: "";
}

.content-post-slider .post-slide-rank-1::before,
.post-card-list .post-card-rank-1::before {
	border-color: #c4bf2c transparent transparent transparent;
}

.content-post-slider .post-slide-rank-2::before,
.post-card-list .post-card-rank-2::before {
	border-color: #9e9e9e transparent transparent transparent;
}

.content-post-slider .post-slide-rank-3::before,
.post-card-list .post-card-rank-3::before {
	border-color: #795548 transparent transparent transparent;
}

.content-post-slider .post-slide-body,
.post-card-list .post-card-body {
	padding: 0 10px 20px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-justify-content: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
}

.content-post-slider.is-fullsize .post-slide-body {
	padding: 5px 10px 10px 10px;
}

.content-post-slider .post-slide-text,
.post-card-list .post-card-text {
	position: relative;
	overflow: hidden;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.content-post-slider.slick-slides-to-show-1.has-excerpt .post-slide-text {
	/* 1 カラム */
	height: calc(
		(1em * 1.4 + 5px) + (1em * 1.4 * 3)
	); /* (タイトル font-size * line-height) + margin-bottom + (日付 font-size * line-height) + margin-bottom + (抜粋 font-size * line-height * 行数) */
}

.content-post-slider.slick-slides-to-show-2.has-excerpt .post-slide-text {
	/* 2 カラム */
	height: calc(
		(1em * 1.4 + 5px) + (1em * 1.4 * 3)
	); /* (タイトル font-size * line-height) + margin-bottom + (日付 font-size * line-height) + margin-bottom + (抜粋 font-size * line-height * 行数) */
}

.content-post-slider.slick-slides-to-show-3.has-excerpt .post-slide-text {
	/* 3 カラム */
	height: calc(
		(1em * 1.4 + 5px) + (1em * 1.4 * 4)
	); /* (タイトル font-size * line-height) + margin-bottom + (日付 font-size * line-height) + margin-bottom + (抜粋 font-size * line-height * 行数) */
}

.content-post-slider.slick-slides-to-show-4.has-excerpt .post-slide-text {
	/* 4 カラム */
	height: calc(
		(1em * 1.4 + 5px) + (1em * 1.4 * 4)
	); /* (タイトル font-size * line-height) + margin-bottom + (日付 font-size * line-height) + margin-bottom + (抜粋 font-size * line-height * 行数) */
}

.content-post-slider.slick-slides-to-show-5.has-excerpt .post-slide-text {
	/* 5 カラム */
	height: calc(
		(1em * 1.4 + 5px) + (1em * 1.4 * 4)
	); /* (タイトル font-size * line-height) + margin-bottom + (日付 font-size * line-height) + margin-bottom + (抜粋 font-size * line-height * 行数) */
}

.post-card-list.is-small-columns-1.has-excerpt .post-card-text {
	/* 1 カラム */
	max-height: calc(
		(1em * 1.4 + 5px) + (1em * 1.4 + 10px) + (1em * 1.4 * 4)
	); /* (タイトル font-size * line-height) + margin-bottom + (日付 font-size * line-height) + margin-bottom + (抜粋 font-size * line-height * 行数) */
}

.post-card-list.is-small-columns-2.has-excerpt .post-card-text {
	/* 2 カラム */
	max-height: calc(
		(1em * 1.4 + 5px) + (1em * 1.4 * 3)
	); /* (タイトル font-size * line-height) + margin-bottom + (日付 font-size * line-height) + margin-bottom + (抜粋 font-size * line-height * 行数) */
}

.post-card-list.is-small-columns-3.has-excerpt .post-card-text {
	/* 3 カラム */
	max-height: calc(
		(1em * 1.4 + 5px) + (1em * 1.4 * 4)
	); /* (タイトル font-size * line-height) + margin-bottom + (日付 font-size * line-height) + margin-bottom + (抜粋 font-size * line-height * 行数) */
}

.post-card-list.is-small-columns-4.has-excerpt .post-card-text {
	/* 4 カラム */
	max-height: calc(
		(1em * 1.4 + 5px) + (1em * 1.4 * 4)
	); /* (タイトル font-size * line-height) + margin-bottom + (日付 font-size * line-height) + margin-bottom + (抜粋 font-size * line-height * 行数) */
}

.post-card-list.is-small-columns-5.has-excerpt .post-card-text {
	/* 5 カラム */
	max-height: calc(
		(1em * 1.4 + 5px) + (1em * 1.4 * 4)
	); /* (タイトル font-size * line-height) + margin-bottom + (日付 font-size * line-height) + margin-bottom + (抜粋 font-size * line-height * 行数) */
}

@media only screen and (min-width: 960px) {
	.content-post-slider.slick-slides-to-show-1.has-excerpt .post-slide-text {
		/* 1 カラム */
		height: calc(
			(1em * 1.4 + 5px) + (0.8em * 1.4 * 3)
		); /* (タイトル font-size * line-height) + margin-bottom + (日付 font-size * line-height) + margin-bottom + (抜粋 font-size * line-height * 行数) */
	}

	.content-post-slider.slick-slides-to-show-2.has-excerpt .post-slide-text {
		/* 2 カラム */
		height: calc(
			(1em * 1.4 + 5px) + (0.8em * 1.4 * 3)
		); /* (タイトル font-size * line-height) + margin-bottom + (日付 font-size * line-height) + margin-bottom + (抜粋 font-size * line-height * 行数) */
	}

	.content-post-slider.slick-slides-to-show-3.has-excerpt .post-slide-text {
		/* 3 カラム */
		height: calc(
			(1em * 1.4 + 5px) + (0.8em * 1.4 * 4)
		); /* (タイトル font-size * line-height) + margin-bottom + (日付 font-size * line-height) + margin-bottom + (抜粋 font-size * line-height * 行数) */
	}

	.content-post-slider.slick-slides-to-show-4.has-excerpt .post-slide-text {
		/* 4 カラム */
		height: calc(
			(1em * 1.4 + 5px) + (0.8em * 1.4 * 4)
		); /* (タイトル font-size * line-height) + margin-bottom + (日付 font-size * line-height) + margin-bottom + (抜粋 font-size * line-height * 行数) */
	}

	.content-post-slider.slick-slides-to-show-5.has-excerpt .post-slide-text {
		/* 5 カラム */
		height: calc(
			(1em * 1.4 + 5px) + (0.8em * 1.4 * 4)
		); /* (タイトル font-size * line-height) + margin-bottom + (日付 font-size * line-height) + margin-bottom + (抜粋 font-size * line-height * 行数) */
	}

	.post-card-list.is-large-columns-1.has-excerpt .post-card-text {
		/* 1 カラム */
		min-height: calc(
			(1em * 1.4 + 5px) + (0.8em * 1.4 * 3)
		); /* (タイトル font-size * line-height) + margin-bottom + (日付 font-size * line-height) + margin-bottom + (抜粋 font-size * line-height * 行数) */
	}

	.post-card-list.is-large-columns-2.has-excerpt .post-card-text {
		/* 2 カラム */
		max-height: calc(
			(1em * 1.4 + 5px) + (0.8em * 1.4 * 3)
		); /* (タイトル font-size * line-height) + margin-bottom + (日付 font-size * line-height) + margin-bottom + (抜粋 font-size * line-height * 行数) */
	}

	.post-card-list.is-large-columns-3.has-excerpt .post-card-text {
		/* 3 カラム */
		max-height: calc(
			(1em * 1.4 + 5px) + (0.8em * 1.4 * 4)
		); /* (タイトル font-size * line-height) + margin-bottom + (日付 font-size * line-height) + margin-bottom + (抜粋 font-size * line-height * 行数) */
	}

	.post-card-list.is-large-columns-4.has-excerpt .post-card-text {
		/* 4 カラム */
		max-height: calc(
			(1em * 1.4 + 5px) + (0.8em * 1.4 * 4)
		); /* (タイトル font-size * line-height) + margin-bottom + (日付 font-size * line-height) + margin-bottom + (抜粋 font-size * line-height * 行数) */
	}

	.post-card-list.is-large-columns-5.has-excerpt .post-card-text {
		/* 5 カラム */
		max-height: calc(
			(1em * 1.4 + 5px) + (0.8em * 1.4 * 4)
		); /* (タイトル font-size * line-height) + margin-bottom + (日付 font-size * line-height) + margin-bottom + (抜粋 font-size * line-height * 行数) */
	}
}

.post-slide-title a {
	display: -webkit-box;
	-webkit-line-clamp: 2; /* 表示する行数 */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.content-post-slider .post-slide-title,
.post-card-list .post-card-title {
	margin: 0 0 5px;
	padding: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	color: inherit;
	background: none;
}

.content-post-slider.is-fullsize-text .post-slide-title {
	margin-bottom: 0;
}

@media only screen and (min-width: 600px) {
	#st-header-bottom-category
		.content-post-slider.is-fullsize-text
		.post-slide-title
		a {
		padding-top: 5px;
		font-size: 0.9em;
	}
}

.content-post-slider.is-fullsize .post-slide-image,
.post-card-list.is-fullsize .post-card-image,
#st-header-under-widgets-box .content-post-slider.is-fullsize .post-slide-title,
.is-fullsize .post-slide-title {
	margin-bottom: 0;
}

/* is-fullsizeの非表示項目
.is-fullsize .post-slide-date,
.is-fullsize .post-slide-rank, */
.is-fullsize .st-catgroup {
	display: none;
}

.post-card-list
	.post-card-title:not([class^="is-style-st-heading-custom-"]):not(
		[class*=" is-style-st-heading-custom-"]
	):not(.st-css-no):not(.st-matome):not(.rankh5):not(.point):not(
		.st-cardbox-t
	):not(.popular-t):not(.kanren-t):not(.popular-t) {
	/* 関連記事タイトル */
	padding: 0 !important;
	border-bottom: 0;
	background: none;
	color: inherit;
	text-align: left;
}

.content-post-slider .post-slide-title a,
.post-card-list .post-card-title a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

/* ヘッダーインフォメーション */
@media print, screen and (max-width: 599px) {
	#st-footer-under-widgets-box #st-infomation-widget p,
	#st-header-top-widgets-box p {
		font-size: 0.9em;
	}
}

/* サムネイルスライドショーエリア */
#st-header-under-widgets-box .slider,
#st-header-under-widgets-box .slick-slider {
	margin-bottom: 10px;
}

#st-header-under-widgets-box .content-post-slider .post-slide-image {
	margin-bottom: 7px;
}

#st-header-under-widgets-box .content-post-slider .post-slide-title {
	margin-bottom: 10px;
	font-size: 0.9em;
	line-height: 1.4;
}

#st-header-under-widgets-box .slick-slider.slick-dotted {
	padding-top: 10px;
}

#st-header-under-widgets-box .textwidget {
	max-width: 100%;
	overflow: hidden;
}

.content-post-slider .post-slide-date,
.post-card-list .post-card-date {
	margin: 0 0 10px;
	text-align: center;
	font-size: 1em;
	line-height: 1.4;
	position: absolute;
	bottom: 0;
	right: 10px;
	z-index: 999;
	color: #fff;
}

/* カード+テキスト */
.post-slide-title a,
.post-card-title a {
	font-size: var(--fs-ar);
	line-height: var(--lh-ar);
 }

.post-card-date .st-fa,
.post-slide-date .st-fa,
.post-card-date .fa,
.post-slide-date .fa {
	margin-right: 4px;
}

@media only screen and (min-width: 960px) {
	.content-post-slider .post-slide-date,
	.post-card-list .post-card-date {
		font-size: 0.8em;
	}
}

.content-post-slider .post-slide-excerpt,
.post-card-list .post-card-excerpt {
	overflow: hidden;
	font-size: 1em;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 0px;
	color: #777;
	text-align: left;
}

.post-card-excerpt p,
main .post-slide-excerpt p,
main .post-card-excerpt p {
	color: #777;
}

.content-post-slider.slick-slides-to-show-1 .post-slide-excerpt {
	/* 1 カラム */
	height: calc(1em * 1.4 * 3); /* 抜粋: font-size * line-height * 行数 */
}

.content-post-slider.slick-slides-to-show-2 .post-slide-excerpt {
	/* 2 カラム */
	height: calc(1em * 1.4 * 3); /* 抜粋: font-size * line-height * 行数 */
}

.content-post-slider.slick-slides-to-show-3 .post-slide-excerpt {
	/* 3 カラム */
	height: calc(1em * 1.4 * 4); /* 抜粋: font-size * line-height * 行数 */
}

.content-post-slider.slick-slides-to-show-4 .post-slide-excerpt {
	/* 4 カラム */
	height: calc(1em * 1.4 * 4); /* 抜粋: font-size * line-height * 行数 */
}

.content-post-slider.slick-slides-to-show-5 .post-slide-excerpt {
	/* 5 カラム */
	height: calc(1em * 1.4 * 4); /* 抜粋: font-size * line-height * 行数 */
}

@media only screen and (min-width: 960px) {

	.content-post-slider.slick-slides-to-show-1 .post-slide-excerpt {
		/* 1 カラム */
		height: calc(0.8em * 1.4 * 3); /* 抜粋: font-size * line-height * 行数 */
	}

	.content-post-slider.slick-slides-to-show-2 .post-slide-excerpt {
		/* 2 カラム */
		height: calc(0.8em * 1.4 * 3); /* 抜粋: font-size * line-height * 行数 */
	}

	.content-post-slider.slick-slides-to-show-3 .post-slide-excerpt {
		/* 3 カラム */
		height: calc(0.8em * 1.4 * 4); /* 抜粋: font-size * line-height * 行数 */
	}

	.content-post-slider.slick-slides-to-show-4 .post-slide-excerpt {
		/* 4 カラム */
		height: calc(0.8em * 1.4 * 4); /* 抜粋: font-size * line-height * 行数 */
	}

	.content-post-slider.slick-slides-to-show-5 .post-slide-excerpt {
		/* 5 カラム */
		height: calc(0.8em * 1.4 * 4); /* 抜粋: font-size * line-height * 行数 */
	}
}

.content-post-slider .post-slide-excerpt p::after,
.post-card-list .post-card-excerpt p::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	height: calc(
		1em * 1.4 * 1 + 0.25em
	); /* 抜粋 font-size * line-height * 隠す行数 (± 微調整) */
	background: linear-gradient(
		to bottom,
		rgba(255, 255, 255, 0),
		rgba(255, 255, 255, 1)
	); /* 背景色 */
	content: "";
}

.post .entry-content .content-post-slider .post-slide-excerpt p:not(.st-static-font):not(.p-entry-t):not(.p-free):not(.sitename):not(.post-slide-title):not(.post-slide-date):not(.post-slide-more):not(.st-catgroup):not(.wp-caption-text):not(.cardbox-more):not(.st-minihukidashi):not(.st-mybox-title):not(.st-memobox-title):not(.st-mybtn):not(.st-sales-card__title):not(.st-sales-card__subtext),
.post .entry-content .post-card-list .post-card-excerpt p:not(.st-static-font):not(.p-entry-t):not(.p-free):not(.sitename):not(.post-slide-title):not(.post-slide-date):not(.post-slide-more):not(.st-catgroup):not(.wp-caption-text):not(.cardbox-more):not(.st-minihukidashi):not(.st-mybox-title):not(.st-memobox-title):not(.st-mybtn):not(.st-sales-card__title):not(.st-sales-card__subtext) ,
.content-post-slider .post-slide-excerpt p:not(.st-static-font):not(.p-entry-t):not(.p-free):not(.sitename):not(.post-slide-title):not(.post-slide-date):not(.post-slide-more):not(.st-catgroup):not(.wp-caption-text):not(.cardbox-more):not(.st-minihukidashi):not(.st-mybox-title):not(.st-memobox-title):not(.st-mybtn):not(.st-sales-card__title):not(.st-sales-card__subtext),
.post-card-list .post-card-excerpt p:not(.st-static-font):not(.p-entry-t):not(.p-free):not(.sitename):not(.post-slide-title):not(.post-slide-date):not(.post-slide-more):not(.st-catgroup):not(.wp-caption-text):not(.cardbox-more):not(.st-minihukidashi):not(.st-mybox-title):not(.st-memobox-title):not(.st-mybtn):not(.st-sales-card__title):not(.st-sales-card__subtext) {
	margin: 0;
	font-size: 0.85em;
	line-height: 1.6;
}

@media only screen and (max-width: 959px) {
	.post .entry-content .content-post-slider .post-slide-excerpt p:not(.st-static-font):not(.p-entry-t):not(.p-free):not(.sitename):not(.post-slide-title):not(.post-slide-date):not(.post-slide-more):not(.st-catgroup):not(.wp-caption-text):not(.cardbox-more):not(.st-minihukidashi):not(.st-mybox-title):not(.st-memobox-title):not(.st-mybtn):not(.st-sales-card__title):not(.st-sales-card__subtext),
	.post .entry-content .post-card-list .post-card-excerpt p:not(.st-static-font):not(.p-entry-t):not(.p-free):not(.sitename):not(.post-slide-title):not(.post-slide-date):not(.post-slide-more):not(.st-catgroup):not(.wp-caption-text):not(.cardbox-more):not(.st-minihukidashi):not(.st-mybox-title):not(.st-memobox-title):not(.st-mybtn):not(.st-sales-card__title):not(.st-sales-card__subtext),
	.content-post-slider .post-slide-excerpt p:not(.st-static-font):not(.p-entry-t):not(.p-free):not(.sitename):not(.post-slide-title):not(.post-slide-date):not(.post-slide-more):not(.st-catgroup):not(.wp-caption-text):not(.cardbox-more):not(.st-minihukidashi):not(.st-mybox-title):not(.st-memobox-title):not(.st-mybtn):not(.st-sales-card__title):not(.st-sales-card__subtext),
	.post-card-list .post-card-excerpt p:not(.st-static-font):not(.p-entry-t):not(.p-free):not(.sitename):not(.post-slide-title):not(.post-slide-date):not(.post-slide-more):not(.st-catgroup):not(.wp-caption-text):not(.cardbox-more):not(.st-minihukidashi):not(.st-mybox-title):not(.st-memobox-title):not(.st-mybtn):not(.st-sales-card__title):not(.st-sales-card__subtext) {
		margin: 0;
		font-size: 0.9;
		line-height: 1.5;
	}
	/* 2列以上 */
	
	.post .entry-content .content-post-slider.slick-slides-to-show-2 .post-slide-excerpt p:not(.st-static-font):not(.p-entry-t):not(.p-free):not(.sitename):not(.post-slide-title):not(.post-slide-date):not(.post-slide-more):not(.st-catgroup):not(.wp-caption-text):not(.cardbox-more):not(.st-minihukidashi):not(.st-mybox-title):not(.st-memobox-title):not(.st-mybtn):not(.st-sales-card__title):not(.st-sales-card__subtext),
	.post .entry-content .content-post-slider.slick-slides-to-show-3 .post-slide-excerpt p:not(.st-static-font):not(.p-entry-t):not(.p-free):not(.sitename):not(.post-slide-title):not(.post-slide-date):not(.post-slide-more):not(.st-catgroup):not(.wp-caption-text):not(.cardbox-more):not(.st-minihukidashi):not(.st-mybox-title):not(.st-memobox-title):not(.st-mybtn):not(.st-sales-card__title):not(.st-sales-card__subtext),
	.post .entry-content .is-small-columns-2 .post-card-excerpt p:not(.st-static-font):not(.p-entry-t):not(.p-free):not(.sitename):not(.post-slide-title):not(.post-slide-date):not(.post-slide-more):not(.st-catgroup):not(.wp-caption-text):not(.cardbox-more):not(.st-minihukidashi):not(.st-mybox-title):not(.st-memobox-title):not(.st-mybtn):not(.st-sales-card__title):not(.st-sales-card__subtext),
	.post .entry-content .is-small-columns-3 .post-card-excerpt p:not(.st-static-font):not(.p-entry-t):not(.p-free):not(.sitename):not(.post-slide-title):not(.post-slide-date):not(.post-slide-more):not(.st-catgroup):not(.wp-caption-text):not(.cardbox-more):not(.st-minihukidashi):not(.st-mybox-title):not(.st-memobox-title):not(.st-mybtn):not(.st-sales-card__title):not(.st-sales-card__subtext),
	.content-post-slider.slick-slides-to-show-2 .post-slide-excerpt p:not(.st-static-font):not(.p-entry-t):not(.p-free):not(.sitename):not(.post-slide-title):not(.post-slide-date):not(.post-slide-more):not(.st-catgroup):not(.wp-caption-text):not(.cardbox-more):not(.st-minihukidashi):not(.st-mybox-title):not(.st-memobox-title):not(.st-mybtn):not(.st-sales-card__title):not(.st-sales-card__subtext),
	.content-post-slider.slick-slides-to-show-3 .post-slide-excerpt p:not(.st-static-font):not(.p-entry-t):not(.p-free):not(.sitename):not(.post-slide-title):not(.post-slide-date):not(.post-slide-more):not(.st-catgroup):not(.wp-caption-text):not(.cardbox-more):not(.st-minihukidashi):not(.st-mybox-title):not(.st-memobox-title):not(.st-mybtn):not(.st-sales-card__title):not(.st-sales-card__subtext),
	.is-small-columns-2 .post-card-excerpt p:not(.st-static-font):not(.p-entry-t):not(.p-free):not(.sitename):not(.post-slide-title):not(.post-slide-date):not(.post-slide-more):not(.st-catgroup):not(.wp-caption-text):not(.cardbox-more):not(.st-minihukidashi):not(.st-mybox-title):not(.st-memobox-title):not(.st-mybtn):not(.st-sales-card__title):not(.st-sales-card__subtext),
	.is-small-columns-3 .post-card-excerpt p:not(.st-static-font):not(.p-entry-t):not(.p-free):not(.sitename):not(.post-slide-title):not(.post-slide-date):not(.post-slide-more):not(.st-catgroup):not(.wp-caption-text):not(.cardbox-more):not(.st-minihukidashi):not(.st-mybox-title):not(.st-memobox-title):not(.st-mybtn):not(.st-sales-card__title):not(.st-sales-card__subtext) {
		margin: 0;
		font-size: 0.8em;
		line-height: 1.7;
	}
}

.content-post-slider .post-slide-more {
	margin: 15px 0 0;
	text-align: center;
}

.content-post-slider .post-slide-more a {
	display: block;
	box-sizing: border-box;
	padding: 6px 10px;
	border: 1px solid #ccc;
	background: #fff;
	color: #757575;
	text-align: center;
	text-decoration: none;
	line-height: 1.4;
	font-size: 0.9em;
}

@media only screen and (min-width: 600px) {
	.content-post-slider .post-slide-more a {
		display: inline-block;
	}
}

@media print, screen and (max-width: 599px) {
	.content-post-slider .post-slide-more a {
		font-size: 0.7em;
	}
}

.content-post-slider .post-slide-more a:hover {
	background: #f3f3f3;
}

/* 記事スライドショー: スライダー
   記事/関連記事一覧 (カードデザイン): 一覧 */
.content-post-slider,
.post-card-list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: -8px;
	margin-left: -8px;
	width: calc(100% + 16px); /* 100% + margin-{right, left} */
}

@media only screen and (max-width: 599px) {
	.content-post-slider.is-center-mode {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
}

.content-post-slider {
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.post-card-list {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: -8px;
	margin-bottom: -8px;
}

.content-post-slider .slider-item {
	margin: 0 8px;
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.post-card-list .post-card-list-item.st-infeed-adunit {
	/* インフィード広告 */
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.st-infeed-adunit .custom-html-widget {
	width: 100%;

	/* 3 列でも無理矢理表示させたい場合は以下を追加
       (はみだす可能性あり) */
	/* min-width: 250px; */

	/* 配置を変更する場合は、以下の A か B を追加 */
	/* A. 広告を上揃えにする場合は以下を追加 */
	align-self: flex-start;

	/* B. 広告を下揃えにする場合は以下を追加 */
	/* align-self: flex-end; */
}

.post-card-list .post-card-list-item,
.post-card-list.is-small-columns-1 .post-card-list-item {
	margin: 8px;
	width: calc(100% - 16px);
}

.post-card-list.is-small-columns-2 .post-card-list-item {
	width: calc(50% - 16px); /* n% - margin-{right, left} */
}

.post-card-list.is-small-columns-3 .post-card-list-item {
	width: calc(33.33333% - 16px); /* n% - margin-{right, left} */
}

@media only screen and (min-width: 600px) {
	.post-card-list.is-medium-columns-1 .post-card-list-item {
		width: 100%;
	}

	.post-card-list.is-medium-columns-2 .post-card-list-item {
		width: calc(50% - 16px); /* n% - margin-{right, left} */
	}

	.post-card-list.is-medium-columns-3 .post-card-list-item {
		width: calc(33.33333% - 16px); /* n% - margin-{right, left} */
	}
}

@media only screen and (min-width: 960px) {
	.post-card-list.is-large-columns-1 .post-card-list-item {
		width: 100%;
	}

	.post-card-list.is-large-columns-2 .post-card-list-item {
		width: calc(50% - 16px); /* n% - margin-{right, left} */
	}

	.post-card-list.is-large-columns-3 .post-card-list-item {
		width: calc(33.33333% - 16px); /* n% - margin-{right, left} */
	}

	.post-card-list.is-large-columns-4 .post-card-list-item {
		width: calc(25% - 16px); /* n% - margin-{right, left} */
	}
}

.content-post-slider.is-fullsize-text .slick-track {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.content-post-slider .slick-next {
	right: 8px;
}

.content-post-slider .slick-prev {
	left: 8px;
}

@media only screen and (max-width: 599px) {
	.content-post-slider.is-center-mode .slick-next {
		right: 0;
	}

	.content-post-slider.is-center-mode .slick-prev {
		left: 0;
	}
}

/* アイキャッチ画像のみのスライドショークラス st-slider-img */
.st-slider-img {
	width: 100%;
}

.st-slider-img .post-slide-body,
.widget_text.top-content.widget_st_custom_html_widget
	.post-card-list
	.post-card-body {
	display: none;
}

.st-slider-img .post-slide {
	background-color: transparent;
}

/* ==================================================
   記事スライドショー: サムネイルスライドショーエリアのウィジェット
================================================== */
/* 記事スライドショー */
.header-post-slider-container .post-slide-title a {
	font-size: var(--fs-h3);
	line-height: var(--lh-h3);
 }

 @media only screen and (min-width: 600px) and (max-width: 959px) {
	/* タブレット */
	.header-post-slider-container .post-slide-excerpt {
		display: none;
	}
 }
 
#st-header-under-widgets-box .content-post-slider .post-slide-body {
	padding-right: 8px;
	padding-left: 8px;
}

@media only screen and (min-width: 1076px) {
	/* 1,060px + padding-{right, left} */
	#st-header-under-widgets-box .content-post-slider .post-slide-body {
		padding-right: 8px;
		padding-left: 8px;
	}
}

#st-header-under-widgets-box .post-slide-title a,
#st-header-under-widgets-box .post-card-title a {
	font-size: .9em;
	line-height: 1.4;
 }

 @media only screen and (max-width: 599px) {
	/* スマホ時のタイトルサイズ */
	#st-header-under-widgets-box .post-slide-title a,
	#st-header-under-widgets-box .post-card-title a {
		font-size: 1.1em;
	}
 }

/* ヘッダースライドショー */
#st-header .slick-slider {
	margin-bottom: 0;
}

/* ヘッダー画像エリアウィジェット */
#st-header:has(.st-header-img-widget) {
	display: flex; /* 子要素をflexboxで揃える */
	flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
	justify-content: center; /* 子要素をflexboxにより中央に配置する */
	align-items: center;  /* 子要素をflexboxにより中央に配置する */
	text-align: center;
}

/* ヘッダー画像下ウィジェット */
#st-header-under-widgets-box {
	margin: 0 auto;
}

/*
 * ヘッダー画像エリアコンテンツ
 * バナー風ボックス
 * バナー風ブロック
 */
a.st-flexbox-link,
a.st-flexbox-link:visited {
	text-decoration: none;
	color: inherit;
}

a.st-flexbox-link .st-header-flexwrap {
	transition: opacity 1s ease-out;
}

a.st-flexbox-link .st-header-flexwrap:hover {
	opacity: 0.8;
	transition: opacity 0.5s ease-out;
}

a.st-flexbox-link .st-header-flexwrap.st-blur:hover,
a.st-flexbox-link .st-header-flexwrap.st-black-bg:hover {
	opacity: 1;
}

.st-header-flexwrap {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	background-position: 50% 50%;
	background-size: cover;
	position: relative;
	z-index: 0;
	max-width: 100%;
	box-sizing: border-box;
}

.st-header-flexwrap.st-blur::before {
	content: "";
	position: absolute;
	top: -5px;
	bottom: -5px;
	left: -5px;
	right: -5px;
	background: inherit;
	filter: blur(5px);
	transition: filter 0.3s ease;
	z-index: -1;
}

.st-header-flexwrap.st-blur:hover::before {
	filter: blur(0);
}

.st-header-flexbox {
	text-align: center;
}

.wp-block-st-blocks-flexbox .st-header-flexbox {
	width: 100%;
}

.st-header-flexbox > *:last-child {
	margin-bottom: 0;
}

.post
	.st-header-flexbox
	ul:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(
		.st-pvm-nav-list
	),
.st-header-flexbox ul,
.post .st-header-flexbox ol,
.st-header-flexbox ol {
	padding-left: 20px;
}

.st-header-flexbox .is-style-st-circle,
.st-header-flexbox .is-style-st-circle-border,
.st-header-flexbox .is-style-st-check,
.st-header-flexbox .is-style-st-check-border,
.st-header-flexbox .is-style-st-square-checkbox-no-border,
.st-header-flexbox .is-style-st-square-checkbox,
.st-header-flexbox .is-style-st-no,
.st-header-flexbox .is-style-st-no-border {
	padding-left: 0 !important;
}

.st-header-flextitle {
	font-weight: bold;
	color: #9e9e9e;
	line-height: 1.3;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	margin-right: auto;
	margin-left: auto;
	width: fit-content;
}

.st-header-flextitle .st-fa,
.st-header-flextitle .fa {
	margin: 0 7px;
}

/* 左寄せ */
.st-header-flexwrap.st-flexbox-center {
	margin-right: auto;
	margin-left: auto;
}

.st-header-flexwrap.st-flexbox-left {
	display: flex;
	justify-content: flex-start;
}

.st-header-flexwrap.st-flexbox-left .st-header-flextitle {
	margin-left: 0;
}

.st-header-flexwrap.st-flexbox-left .st-header-flexbox {
	text-align: left;
	width: 100%;
	box-sizing: border-box;
}

/*-------------------------------------
記事ごとのヘッダー（EX）
--------------------------------------*/
/* 最低の高さ */
#st-header-post-under-box.st-header-post-data {
	min-height: 200px;
}

#st-header-post-under-box.st-header-post-data .st-content-width .st-catgroup {
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

@media print, screen and (min-width: 960px) {
	#st-header-post-under-box.st-header-post-data {
		margin: -10px 0 10px;
	}
	.st-header-post-data + #content > #contentInner > main {
		padding-top: 10px;
	}
	.lp #st-header-post-under-box.st-header-post-data,
	.lp #st-header-post-under-box.st-header-post-no-data {
		margin-bottom: 0;
	}
	.lp .st-header-post-data + #content > #contentInner > main {
		padding-top: 0;
	}
	/* サムネイルスライドショーエリアウィジェットがある場合 */
	#st-header-under-widgets-box-wrap
		+ #st-header-post-under-box.st-header-post-data,
	#st-header-under-widgets-box-wrap
		+ #st-header-post-under-box.st-header-post-no-data {
		margin-top: 0;
	}
}

/* 暗くする */
#st-header-post-under-box.st-dark .st-dark-cover {
	position: relative;
	z-index: 2;
}

#st-header-post-under-box.st-dark {
	position: relative;
}

#st-header-post-under-box.st-dark::before {
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: " ";
	z-index: 1;
}

#st-header-post-under-box.st-dark .blogbox p,
#st-header-post-under-box.st-dark .entry-title {
	color: #fafafa;
}

/*--------------------------------
各フォント設定
---------------------------------*/

/*基本のフォントサイズ*/
pre,
.wp-block-details summary,
.st-sales-card__body, /* セールスカード */
p, /* テキスト */
.wp-block-st-blocks-stepguide.has-step-title-p, /* ステップガイド */
.st-kaiwa-hukidashi, /* ふきだし */
.st-kaiwa-hukidashi2, /* ふきだし */
.yellowbox, /* 黄色ボックス */
.graybox, /* グレーボックス */
.redbox, /* 薄赤ボックス */
#topnews .clearfix dd p, /* 一覧文字 */
.post ul li, /* ulリスト */
.post ol li, /* olリスト */
#comments #respond, /* コメント */
.st-tab-content > label, /* タブ */
.st-tabs__tab-list-item, /* タブブロック */
#comments h4 /* コメントタイトル */ {
	font-size: var(--fs-p);
	line-height: var(--lh-p);
}

.st-tab-category .st-tab-content > label /* タブ */ {
	font-size: var(--fs-p);
	line-height: var(--lh-p);
}

.archive
	.post
	.entry-title:not([class^="is-style-st-heading-custom-"]):not(
		[class*=" is-style-st-heading-custom-"]
	):not(.st-css-no2) {
	margin-bottom: 20px;
}

/* H1 */
h1 {
	margin: 0;
}

/* H2 */
h2.has-st-regular-font-size,
.wp-block-st-blocks-stepguide.has-step-title-h2,
h2:not([class^="is-style-st-heading-custom-"]):not(
		[class*=" is-style-st-heading-custom-"]
	):not(.st-css-no2),
.h2modoki {
	font-size: var(--fs-h2);
	line-height: var(--lh-h2);
	color: #333;
}

/* H3 */
.post .entry-content .has-h3 .st-faq__question,
.wp-block-st-blocks-stepguide.has-step-title-h3,
.post h3.has-st-regular-font-size,
.post h3:not(.st-css-no2):not(.rankh3):not(.post-card-title):not(#reply-title),
.h3modoki,
.st-step-title {
	font-size: var(--fs-h3);
	line-height: var(--lh-h3);
}

/* H4 */
.post .has-h4 .st-faq__question,
.post h4.has-st-regular-font-size,
.wp-block-st-blocks-stepguide.has-step-title-h4,
.post h4:not(.st-css-no2):not(.point):not(.rankh4),
.h4modoki {
	font-size: var(--fs-h4);
	line-height: var(--lh-h4);
}

/* H5 */
.post h5.has-st-regular-font-size,
h5,
h5 span,
.h5modoki,
.post h5 {
	font-size: var(--fs-h5);
	line-height: var(--lh-h5);
}

#footer h5,
#side h5 {
	line-height: 1.4em;
}

#side h5.kanren-t {
	margin-bottom: 5px;
}

/* H6 */
.post h6.has-st-regular-font-size,
h6,
h6 span,
.h6modoki,
.post h6 {
	font-size: var(--fs-h6);
	line-height: var(--lh-h6);
}

/* hタグ用 キャッチコピー */
.st-h-copy-toc,
.st-h-copy {
	display: block !important;
	font-size: 65%;
	line-height: 1.4;
}

#breadcrumb .st-h-copy-toc, /* ぱんくずを除外 */
#breadcrumb .st-h-copy {
	display: inline-block !important;
	font-size: inherit;
	line-height: inherit;
}

/* 基本の文字 */
p,
.post h5 /* H5 */ {
	margin-bottom: 20px;
}

/* 詳細 */
.wp-block-details {
	margin-bottom: 20px;
}

.wp-block-details summary {
	margin-bottom: 10px;
}

header .descr.sitenametop,
header .sitename.sitenametop {
	margin-bottom: 5px;
	padding-top: 5px;
}

header #st-mobile-logo .descr.sitenametop,
header #st-mobile-logo .sitename.sitenametop {
	padding-top: 0;
}

header .descr.sitename-only,
header .sitename.sitename-only {
	padding-top: 5px;
}

#headbox img.sitename-only-img {
	margin-bottom: 5px;
	padding-top: 5px;
}

#headbox img.sitename-bottom {
	margin-bottom: 5px;
}

header .sitename {
	font-size: 20px;
	line-height: 1.3;
	padding: 0;
	margin: 0;
	word-break: break-all;
}

header .sitename a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

/*ブログ名の下のキャプション */
header h1 {
	margin-top: 0;
	font-size: 12px;
	font-weight: normal;
}

header .descr {
	font-size: 13px;
	font-weight: normal;
	line-height: 1.3;
	padding: 0;
	margin: 0;
	word-break: break-all;
}

/*投稿のカテゴリー*/
.post .st-catgroup {
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	padding: 5px 0;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.catname {
	font-size: 13px;
	line-height: 1.5em;
	color: #1a1a1a;
	display: inline-block;
	word-break: break-word;
	padding: 6px 8px;
	margin-top: 5px;
	border-radius: 2px;
	text-decoration: none;
	background: #f3f3f3;
}

.post .st-catgroup a {
	text-decoration: none;
	color: #333;
}

/** 広告（PR） */
:root .st-catid-ad {
	background: #fafafa;
	color: #999;
	display: inline-flex;
}

:root .front-page .post .st-catgroup:has(.st-catid-ad),
:root .front-page .st-catid-ad {
	margin-top: 0;
}

:root .front-page .post .st-catgroup:has(.st-catid-ad) {
	margin-bottom: 20px;
}

#display_ad_mark_title {
	padding: 0.8em 1em;
	border-radius: 2px;
}

#display_ad_mark_title.is-style-st-paragraph-pen::before {
	color: #ddd;
	border-right-color: #ddd;
	margin-right: 1em;
}

.st-date-pr-top {
	text-align: right;
	font-size: 13px;
	line-height: 1.5em;
}

@media only screen and (max-width: 959px) {
	.st-date-pr-top {
		font-size: 14px;
	}
}

.st-date-pr {
	padding: 1px 3px;
	display: inline-block;
	margin-left: auto;
}

/*一覧に表示するカテゴリー*/
p.itiran-category {
	margin-bottom: 0;
}

.post .st-catgroup.itiran-category {
	padding: 0 0 5px;
}

.st-catgroup.itiran-category .catname {
	font-size: 10px;
	margin: 0 0 5px;
	padding: 5px;
}

@media only screen and (max-width: 959px) {
	.st-catgroup.itiran-category .catname {
		font-size: 12px;
		margin: 0 0 5px;
		padding: 6px;
	}
}

.st-post .st-catgroup.itiran-category .catname,
.st-page .st-catgroup.itiran-category .catname {
	margin-bottom: 5px;
}

/** 下に移動 */

.post .st-catgroup-under .st-catgroup,
.st-catgroup-under .st-catgroup {
	padding-top: 7px;
}

.st-catgroup-under .st-catgroup .catname {
	border-radius: 0;
}

.st-catgroup-under .st-catgroup.itiran-category .catname {
	margin-bottom: 4px;
}

/*WordPress Popular Posts連携*/

.st-wppviews-label {
	position: relative;
}

.st-wppviews-label .wpp-views {
	white-space: nowrap;
	position: absolute;
	top: -1px;
	left: -1px;
	color: #fff;
	z-index: 200;
	font-size: 70%;
	background: #333;
	padding: 3px 7px;
	border-radius: 5px 0 5px 0;
}

.st-wppviews-label .wpp-views-limit {
	/* リミット数を超えた場合のデザイン */
	white-space: nowrap;
	position: absolute;
	top: -1px;
	left: -1px;
	color: #fff;
	z-index: 200;
	font-size: 70%;
	background: #bcb72f !important;
	padding: 3px 7px;
	border-radius: 5px 0 5px 0;
}

.st-wppviews-label .wpp-text {
	font-size: 60%;
	margin-left: 3px;
}

.st-cardbox-label-text .wpp-text {
	font-size: 80%;
	margin-left: 3px;
}

.post-card .st-wppviews-label .wpp-views {
	font-size: 90%;
}

.post .st-wpp-views-widgets ul {
	/*ウィジェット*/
	padding: 0;
	margin: 0;
}

.blog_info .st-fa,
.blog_info .fa {
	margin-right: 4px;
}

.post-card-date .st-svg-clock-o::before,
.post-slide-date .st-svg-clock-o::before,
.kdate .st-svg-clock-o::before,
.blog_info .st-svg-clock-o::before {
	font-size: 0.9em;
}

.post-card-date .st-svg-refresh::before,
.post-slide-date .st-svg-refresh::before,
.kdate .st-svg-refresh::before,
.blog_info .st-svg-refresh::before {
	font-size: 0.8em;
}

.wpp-list li {
	margin-bottom: 10px !important;
}

.wpp-list li a {
	text-decoration: none;
	font-weight: bold;
}

/* スクロールナビ */
.post .st-sc-listnavi-box {
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	padding: 5px !important;
}

.post .st-sc-listnavi-box.box80 .st-sc-listnavi {
	max-width: 80%;
}

.post .st-sc-listnavi {
	display: inline-block;
	margin-right: 3px;
}

.post .st-sc-listnavi a {
	display: block;
	border: solid #bdbdbd 1px;
	padding: 3px 10px;
	border-radius: 3px;
	text-decoration: none;
	color: #757575;
	font-size: 90%;
}

.post .st-sc-listnavi a:hover {
	background: #fafafa;
}

.post .st-sc-listnavi-box::-webkit-scrollbar {
	height: 5px;
}

.post .st-sc-listnavi-box::-webkit-scrollbar-track {
	border-radius: 5px;
	background: #f2f2f2;
}

.post .st-sc-listnavi-box::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #ccc;
}

/* 記事タイトル */
.entry-title:not([class^="is-style-st-heading-custom-"]):not(
		[class*=" is-style-st-heading-custom-"]
	):not(.st-css-no2),
.post
	.entry-title:not([class^="is-style-st-heading-custom-"]):not(
		[class*=" is-style-st-heading-custom-"]
	):not(.st-css-no2) {
	font-size: var(--fs-title);
	line-height: var(--lh-title);
	color: #333;
	padding-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

#st-page
	.entry-title:not([class^="is-style-st-heading-custom-"]):not(
		[class*=" is-style-st-heading-custom-"]
	):not(.st-css-no2) {
	margin-bottom: 20px;
}

.entry-title:not([class^="is-style-st-heading-custom-"]):not(
		[class*=" is-style-st-heading-custom-"]
	):not(.st-css-no2)
	a:hover {
	text-decoration: underline;
}

.entry-title:not([class^="is-style-st-heading-custom-"]):not(
		[class*=" is-style-st-heading-custom-"]
	):not(.st-css-no2)
	a {
	color: #333;
	text-decoration: none;
}

h1:not(.entry-title):not([class^="is-style-st-heading-custom-"]):not(
		[class*=" is-style-st-heading-custom-"]
	):not(.st-css-no2) {
	margin: 0px;
	padding: 0px;
}

/* 中見出し */
h2:not([class^="is-style-st-heading-custom-"]):not(
		[class*=" is-style-st-heading-custom-"]
	):not(.st-css-no2),
.h2modoki {
	background: #f3f3f3;
	color: #1a1a1a;
	margin: 20px 0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/*小見出し*/
.post
	h3:not([class^="is-style-st-heading-custom-"]):not(
		[class*=" is-style-st-heading-custom-"]
	):not(.st-css-no2):not(.rankh3):not(.post-card-title):not(#reply-title),
.h3modoki {
	background: #f3f3f3;
	color: #1a1a1a;
	margin: 20px 0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

h3:not([class^="is-style-st-heading-custom-"]):not(
		[class*=" is-style-st-heading-custom-"]
	):not(.st-css-no2)
	a {
	color: #333;
	text-decoration: none;
}

dd
	h3:not([class^="is-style-st-heading-custom-"]):not(
		[class*=" is-style-st-heading-custom-"]
	):not(.st-css-no2) {
	line-height: 20px;
}

.post
	h4:not([class^="is-style-st-heading-custom-"]):not(
		[class*=" is-style-st-heading-custom-"]
	):not(.st-css-no2):not(.point):not(.rankh4),
.h4modoki {
	padding: 10px 15px;
	margin: 20px 0;
	background-color: #f3f3f3;
}

.h5modoki,
.post h5 {
	padding-right: 20px;
}

/* 見出しスタイル ライン */
.post h5.is-style-st-heading-custom-line {
	padding-right: 0;
}

.h2modoki,
.h3modoki,
.h4modoki,
.h5modoki,
.st-step-title {
	font-weight: bold;
}
/*amazonプラグインのh4は除外*/
.post .amazonjs_info h4 {
	background-color: transparent !important;
	background-image: none !important;
	margin-bottom: 10px !important;
	padding-top: 0 !important;
	margin-top: 0 !important;
}
.post .amazonjs_info h4::before,
.post .amazonjs_info h4::after {
	border: none !important;
}

.post
	h6:not([class^="is-style-st-heading-custom-"]):not(
		[class*=" is-style-st-heading-custom-"]
	):not(.st-css-no2) {
	margin-bottom: 10px;
	font-weight: bold;
}

.wp-block-embed.is-type-video figcaption a,
.wp-block-embed.is-type-video figcaption,
.wp-block-image figcaption a,
.wp-block-image figcaption,
.wp-caption-text a,
.wp-caption-text {
	font-size: 12px;
	color: #757575;
	line-height: 1.4;
	text-align: center;
	margin: 0.5em 0 0;
}

/* サイドバーの見出し */
aside
	h4:not([class^="is-style-st-heading-custom-"]):not(
		[class*=" is-style-st-heading-custom-"]
	):not(.st-css-no2),
#side
	aside
	h4:not([class^="is-style-st-heading-custom-"]):not(
		[class*=" is-style-st-heading-custom-"]
	):not(.st-css-no2),
#side
	.st-widgets-title:not([class^="is-style-st-heading-custom-"]):not(
		[class*=" is-style-st-heading-custom-"]
	):not(.st-css-no2) {
	font-size: 16px;
	line-height: 27px;
	margin-bottom: 20px;
}

.screen-reader-text {
	display: none;
}

/* サイドバーの下の余白 */
#side aside > div > div {
	margin-bottom: 10px;
}

#side aside > div:last-child {
	margin-bottom: 0;
}

/* サイドバーのウィジェット */
#side .widget_recent_entries ul li,
#side .widget_recent_comments ul li,
#side .widget_meta ul li,
#side .widget_archive ul li {
	padding-bottom: 3px;
}

/*サイドバー固定ページ*/

#side li.page_item:not(.menu-item) {
	vertical-align: middle;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	border-bottom: 1px dotted #ccc;
}

#side li.page_item:not(.menu-item) li {
	border: none;
}

#side li.page_item:not(.menu-item) a {
	color: #1a1a1a;
	text-decoration: none;
}

#side li.page_item:not(.menu-item) a:hover {
	color: #ccc;
}

/* 左右のサイドバナー広告用ウィジェット */
#content {
	position: relative;
}

.side-add-widgets {
	position: absolute;
	width: 300px;
}

.side-add-widgets.side-add-left {
	left: -320px;
}

.side-add-widgets.side-add-right {
	right: -320px;
}

#side.side-add-widgets.side-add-left aside {
	text-align: right;
}

#side.side-add-widgets aside .st-widgets-title {
	text-align: left;
}

.colum1 #side.side-add-widgets {
	display: block;
}

/** 左サイド バナー（スクロール追尾）ウィジェット内コンテンツの調整 */
#side.side-add-widgets.side-add-left aside .tagcloud, /* タグクラウド */
#side.side-add-widgets.side-add-left aside .st-pvm-ranking-item-body, /* PVモニターランキング */
#side.side-add-widgets.side-add-left aside dd /* 記事一覧タイトル */ {
	text-align: left;
}

.colum1 #side {
	display: none;
}

/* カテゴリーコンテンツがある場合の記事一覧 */
.cat-itiran p.point {
	background-color: transparent;
	border-bottom: 1px solid #f3f3f3;
	margin-bottom: 40px;
	padding: 20px 15px 10px;
	position: relative;
}

.cat-itiran p.point .point-in {
	background: #f3f3f3 none repeat scroll 0 0;
	color: #333;
	font-size: 15px;
	font-weight: bold;
	left: 0;
	margin: 0;
	padding: 3px 20px;
	position: absolute;
	top: 15px;
}

.cat-itiran h3 {
	border: none;
}

/* 記事タイトル下 */
.blogbox p {
	font-size: 14px;
	margin: 0px;
	color: #777;
	line-height: 18px;
	display: flex;
	align-items: center;
}

.blogbox {
	margin-bottom: 10px;
	padding: 0px;
}

.post .blogbox .st-fa,
#st-header-post-under-box.st-header-post-data .blogbox .st-fa,
.post .blogbox .fa,
#st-header-post-under-box.st-header-post-data .blogbox .fa {
	margin-right: 4px;
}

/*投稿タグ*/
.tagst {
	font-size: 13px;
	color: #ccc;
	padding: 10px 0 0;
}

/*サムネイルなし*/
.no-thumbitiran {
	margin-bottom: 5px;
}

.kanren .no-thumbitiran h3 {
	margin-bottom: 0px;
	font-size: 18px;
	line-height: 27px;
	padding: 5px 0 0;
}

.no-thumbitiran h3 a {
	color: #4682b4;
}

.no-thumbitiran h5 a {
	color: #1a1a1a;
	text-decoration: none;
}

.post .no-thumbitiran .kanren h5 {
	margin-bottom: 0;
}

.no-thumbitiran h3 a:hover,
.no-thumbitiran h5 a:hover {
	color: #b22222;
}

.no-thumbitiran p {
	color: #616161;
	margin-bottom: 0;
}

.no-thumbitiran .blog_info p {
	font-size: 12px;
	margin: 0px;
	color: #777;
	line-height: 18px;
}

.no-thumbitiran .blog_info {
	margin-bottom: 0px;
	padding: 2px 0 0;
}

/* 引用 */
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.inyoumodoki,
.post blockquote {
	position: relative;
	background-color: #fafafa;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
}

.inyoumodoki::before,
.post blockquote::before {
	content: "\f10d";
	font-family: stsvg;
	position: absolute;
	top: 20px;
	left: 20px;
	color: #e0e0e0;
	font-size: 20px;
}

.post .inyoumodoki p:last-child,
.post .inyoumodoki ol:last-child,
.post .inyoumodoki ul:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

/** tiktok */
blockquote.tiktok-embed,
.post blockquote.tiktok-embed {
	padding: 0;
	background-color: transparent;
	margin-right: auto;
	margin-left: auto;
}

blockquote.tiktok-embed::before,
.post blockquote.tiktok-embed::before {
	content: none;
}

/** 引用元 */
.post blockquote cite,
.post blockquote cite a {
	font-style: normal;
	color: #9e9e9e;
	font-size: 0.9em;
	text-decoration: none;
	margin-top: -10px;
	display: block;
}

/* X（旧Twitter）の引用ブロックのスタイル */
blockquote.is-style-st-quote-x::before {
	content: "\f2bd";
	color: #000;
	font-size: 2em;
}

blockquote.is-style-st-quote-x {
	background: #fff;
	border: 3px solid #eee;
	border-radius: 3px;
	box-sizing: border-box;
	padding-top: 60px;
}

blockquote.is-style-st-quote-x p {
	line-height: 1.8em;
	margin-bottom: 7px;
}

blockquote.is-style-st-quote-x cite {
	display: flex;
	align-items: center;
	padding-top: 7px;
}

blockquote.is-style-st-quote-x cite::before {
	font-family: stsvg;
	content: "\e92c";
	color: #333;
	margin-right: 5px;
}

blockquote.is-style-st-quote-x cite,
.post blockquote.is-style-st-quote-x cite a {
	margin: 0;
}

/* Amazonの引用ブロックのスタイル */
blockquote[class*="is-style-st-quote-amazon"]::before {
	content: "\f2bd";
	color: #aab7b8;
	font-size: 2em;
}

blockquote[class*="is-style-st-quote-amazon-star"]::before {
	color: #ff6200;
	font-size: 1em;
}

blockquote.is-style-st-quote-amazon-star5::before {
	content: "\f005 \f005 \f005 \f005 \f005";
}

blockquote.is-style-st-quote-amazon-star45::before {
	content: "\f005 \f005 \f005 \f005 \f123";
}

blockquote.is-style-st-quote-amazon-star4::before {
	content: "\f005 \f005 \f005 \f005 \f006";
}

blockquote.is-style-st-quote-amazon-star35::before {
	content: "\f005 \f005 \f005 \f123 \f006";
}

blockquote.is-style-st-quote-amazon-star3::before {
	content: "\f005 \f005 \f005 \f006 \f006";
}

blockquote.is-style-st-quote-amazon-star25::before {
	content: "\f005 \f005 \f123 \f006 \f006";
}

blockquote.is-style-st-quote-amazon-star2::before {
	content: "\f005 \f005 \f006 \f006 \f006";
}

blockquote.is-style-st-quote-amazon-star15::before {
	content: "\f005 \f123 \f006 \f006 \f006";
}

blockquote.is-style-st-quote-amazon-star1::before {
	content: "\f005 \f006 \f006 \f006 \f006";
}

blockquote[class*="is-style-st-quote-amazon"] {
	background: #fff;
	border: 3px solid #eee;
	border-radius: 3px;
	box-sizing: border-box;
	padding-top: 60px;
}

blockquote[class*="is-style-st-quote-amazon-star"] {
	padding-top: 50px;
}

blockquote[class*="is-style-st-quote-amazon"] p {
	line-height: 1.8em;
	margin-bottom: 7px;
}

blockquote[class*="is-style-st-quote-amazon"] cite {
	display: flex;
	align-items: center;
	padding-top: 7px;
}

blockquote[class*="is-style-st-quote-amazon"] cite::before {
	font-family: stsvg;
	content: "\f270";
	color: #f59122;
	margin-right: 5px;
}

blockquote[class*="is-style-st-quote-amazon"] cite,
blockquote[class*="is-style-st-quote-amazon"] cite a {
	margin: 0;
}

/* Googleの引用ブロックのスタイル */
blockquote[class*="is-style-st-quote-google"]::before {
	content: "\f2bd";
	color: #a3c9ff;
	font-size: 2em;
}

blockquote[class*="is-style-st-quote-google-star"]::before {
	color: #fabb05;
	font-size: 1em;
}

blockquote.is-style-st-quote-google-star5::before {
	content: "\f005 \f005 \f005 \f005 \f005";
}

blockquote.is-style-st-quote-google-star45::before {
	content: "\f005 \f005 \f005 \f005 \f123";
}

blockquote.is-style-st-quote-google-star4::before {
	content: "\f005 \f005 \f005 \f005 \f006";
}

blockquote.is-style-st-quote-google-star35::before {
	content: "\f005 \f005 \f005 \f123 \f006";
}

blockquote.is-style-st-quote-google-star3::before {
	content: "\f005 \f005 \f005 \f006 \f006";
}

blockquote.is-style-st-quote-google-star25::before {
	content: "\f005 \f005 \f123 \f006 \f006";
}

blockquote.is-style-st-quote-google-star2::before {
	content: "\f005 \f005 \f006 \f006 \f006";
}

blockquote.is-style-st-quote-google-star15::before {
	content: "\f005 \f123 \f006 \f006 \f006";
}

blockquote.is-style-st-quote-google-star1::before {
	content: "\f005 \f006 \f006 \f006 \f006";
}

blockquote[class*="is-style-st-quote-google"] {
	background: #fff;
	border: 3px solid #eee;
	border-radius: 3px;
	box-sizing: border-box;
	padding-top: 60px;
}

blockquote[class*="is-style-st-quote-google-star"] {
	padding-top: 50px;
}

blockquote[class*="is-style-st-quote-google"] p {
	line-height: 1.8em;
	margin-bottom: 7px;
}

blockquote[class*="is-style-st-quote-google"] cite {
	display: flex;
	align-items: center;
	padding-top: 7px;
}

blockquote[class*="is-style-st-quote-google"] cite::before {
	font-family: stsvg;
	content: "\f1a0";
	color: #4285f4;
	margin-right: 5px;
}

blockquote[class*="is-style-st-quote-google"] cite,
blockquote[class*="is-style-st-quote-google"] cite a {
	margin: 0;
}

/* オリジナルスタイルsmartphone */
.huto {
	font-weight: bold;
}

.hutoaka {
	font-weight: bold;
	color: #ff3333;
}

.st-aka {
	color: #ff3333;
}

.maru {
	border-radius: 5px;
}

.noborder {
	border: none;
}

.oomozi {
	font-size: 150%;
	line-height: 1.4;
	font-weight: bold;
}

.komozi {
	font-size: 80% !important;
	line-height: 1.5 !important;
}

.komozi-m {
	font-size: 90% !important;
	line-height: 1.7 !important;
}

@media only screen and (max-width: 599px) {
	.komozi-m {
		font-size: 95% !important;
		line-height: 1.7 !important;
	}
}

.ymarker,
.ymarker-s,
.gmarker,
.gmarker-s,
.rmarker,
.rmarker-s,
.bmarker,
.bmarker-s {
	font-weight: bold;
}

.ymarker {
	background: #fff9c4;
}

.ymarker-s {
	background: linear-gradient(transparent 70%, #fff9c4 0%);
}

.gmarker {
	background: #eeeeee;
}

.gmarker-s {
	background: linear-gradient(transparent 70%, #eeeeee 0%);
}

.rmarker {
	background: #ffcdd2;
}

.rmarker-s {
	background: linear-gradient(transparent 70%, #ffcdd2 0%);
}

.bmarker {
	background: #e1f5fe;
}

.bmarker-s {
	background: linear-gradient(transparent 70%, #e1f5fe 0%);
}

.yellowbox {
	padding: 20px;
	background-color: #ffffe0;
	margin-bottom: 20px;
}
.yellowbox:not(.noborder) {
	border: solid 1px #fffacd;
}

.redbox {
	margin-bottom: 20px;
	padding: 20px;
	background-color: #ffebee;
}
.redbox:not(.noborder) {
	border: solid 1px #ef5350;
}

.graybox {
	margin-bottom: 20px;
	padding: 20px;
	background-color: #fafafa;
}
.graybox:not(.noborder) {
	border: solid 1px #ccc;
}

.post .yellowbox .maruck,
.post .yellowbox .maruno,
.post .yellowbox p:last-child,
.post .yellowbox ol:last-child,
.post
	.yellowbox
	ul:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(
		.st-pvm-nav-list
	):last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.post .graybox .maruck,
.post .graybox .maruno,
.post .graybox p:last-child,
.post .graybox ol:last-child,
.post
	.graybox
	ul:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(
		.st-pvm-nav-list
	):last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.post .redbox .maruck,
.post .redbox .maruno,
.post .redbox p:last-child,
.post .redbox ol:last-child,
.post
	.redbox
	ul:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(
		.st-pvm-nav-list
	):last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

/* フリーボックス・マイボックス */
.post .freebox .maruck,
.post .freebox .maruno,
.post .st-mybox .maruck,
.post .st-mybox .maruno {
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 10px;
}

.post
	.freebox
	ul:not(.toc_list):not(.st_toc_list):not(.slick-dots):not(
		.st-pvm-nav-list
	):last-child,
.post
	.st-mybox
	ul:not(.toc_list):not(.st_toc_list):not(.slick-dots):not(
		.st-pvm-nav-list
	):last-child,
.post .freebox ol:not(.slick-dots):last-child,
.post .st-mybox ol:not(.slick-dots):last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 0;
}

span.sankou,
p.sankou {
	font-size: 70%;
	background-color: #f57c00;
	color: #fff;
	padding: 3px 4px;
	margin: 0 5px;
	white-space: nowrap;
}

span.sankou.green,
p.sankou.green {
	background-color: #4caf50;
}

span.sankou.blue,
p.sankou.blue {
	background-color: #2196f3;
}

span.st-hisu,
p.st-hisu {
	font-size: 70%;
	background-color: #ff0000;
	color: #fff;
	padding: 3px 4px;
	margin: 0 5px;
	white-space: nowrap;
    border-radius:1px;
}

span.st-sankou-m, p.st-sankou-m {
    font-size: 70%;
    background-color: #eee;
    color: #1a1a1a;
    padding: 3px 4px;
    margin: 0 5px;
    white-space: nowrap;
    border-radius:1px;
}

/*ドット線*/
.dotline {
	border-bottom: 1px dotted #212121;
}

.dotliner {
	border-bottom: 1px dotted #ff0000;
}

.dotline-s {
	border-bottom: 1px solid #212121;
}

.dotline-sr {
	border-bottom: 1px solid #ff0000;
}

/*下矢印*/
.st-down {
	position: relative;
	width: 0;
	height: 0;
	border: 16px solid transparent;
	border-top-color: #999;
	color: #999;
	margin: 0 auto;
}

.st-down::after {
	position: absolute;
	content: "";
	top: -32px;
	left: -8px;
	width: 16px;
	height: 16px;
	background: #999;
}

/*下三角*/
.st-triangle-down {
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 30px solid #ccc;
	margin: 0 auto 20px;
}

/*--------------------------------
アニメーションタグ
---------------------------------*/

/* 45°揺れ */
.st-wrench-icon i::before,
.st-wrench-icon::before,
.st-wrench.animated {
	display: inline-block;
	-webkit-animation: stWrench 2.5s ease infinite;
	animation: stWrench 2.5s ease infinite;
}

@keyframes stWrench {
	0% {
		-webkit-transform: rotate(-12deg);
		transform: rotate(-12deg);
	}
	8% {
		-webkit-transform: rotate(12deg);
		transform: rotate(12deg);
	}
	10% {
		-webkit-transform: rotate(24deg);
		transform: rotate(24deg);
	}
	18% {
		-webkit-transform: rotate(-24deg);
		transform: rotate(-24deg);
	}
	20% {
		-webkit-transform: rotate(-24deg);
		transform: rotate(-24deg);
	}
	28% {
		-webkit-transform: rotate(24deg);
		transform: rotate(24deg);
	}
	30% {
		-webkit-transform: rotate(24deg);
		transform: rotate(24deg);
	}
	38% {
		-webkit-transform: rotate(-24deg);
		transform: rotate(-24deg);
	}
	40% {
		-webkit-transform: rotate(-24deg);
		transform: rotate(-24deg);
	}
	48% {
		-webkit-transform: rotate(24deg);
		transform: rotate(24deg);
	}
	50% {
		-webkit-transform: rotate(24deg);
		transform: rotate(24deg);
	}
	58% {
		-webkit-transform: rotate(-24deg);
		transform: rotate(-24deg);
	}
	60% {
		-webkit-transform: rotate(-24deg);
		transform: rotate(-24deg);
	}
	68% {
		-webkit-transform: rotate(24deg);
		transform: rotate(24deg);
	}
	100%,
	75% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

/* ベル揺れ */
.st-ring-icon i::before,
.st-ring-icon::before,
.st-ring.animated {
	display: inline-block;
	-webkit-animation: stRing 2s ease infinite;
	animation: stRing 2s ease infinite;
}

@keyframes stRing {
	0% {
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}
	2% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	4% {
		-webkit-transform: rotate(-18deg);
		transform: rotate(-18deg);
	}
	6% {
		-webkit-transform: rotate(18deg);
		transform: rotate(18deg);
	}
	8% {
		-webkit-transform: rotate(-22deg);
		transform: rotate(-22deg);
	}
	10% {
		-webkit-transform: rotate(22deg);
		transform: rotate(22deg);
	}
	12% {
		-webkit-transform: rotate(-18deg);
		transform: rotate(-18deg);
	}
	14% {
		-webkit-transform: rotate(18deg);
		transform: rotate(18deg);
	}
	16% {
		-webkit-transform: rotate(-12deg);
		transform: rotate(-12deg);
	}
	18% {
		-webkit-transform: rotate(12deg);
		transform: rotate(12deg);
	}
	100%,
	20% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

/* 横揺れ */
.st-horizontal-icon i::before,
.st-horizontal-icon::before,
.st-horizontal.animated {
	display: inline-block;
	-webkit-animation: stHorizontal 2s ease infinite;
	animation: stHorizontal 2s ease infinite;
}

@keyframes stHorizontal {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	6% {
		-webkit-transform: translate(5px, 0);
		transform: translate(5px, 0);
	}
	12% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	18% {
		-webkit-transform: translate(5px, 0);
		transform: translate(5px, 0);
	}
	24% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	30% {
		-webkit-transform: translate(5px, 0);
		transform: translate(5px, 0);
	}
	100%,
	36% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

/* 縦揺れ */
.st-vertical-icon i::before,
.st-vertical-icon::before,
.st-vertical.animated {
	display: inline-block;
	-webkit-animation: stVrtical 2s ease infinite;
	animation: stVrtical 2s ease infinite;
}

@keyframes stVrtical {
	0% {
		-webkit-transform: translate(0, -3px);
		transform: translate(0, -3px);
	}
	4% {
		-webkit-transform: translate(0, 3px);
		transform: translate(0, 3px);
	}
	8% {
		-webkit-transform: translate(0, -3px);
		transform: translate(0, -3px);
	}
	12% {
		-webkit-transform: translate(0, 3px);
		transform: translate(0, 3px);
	}
	16% {
		-webkit-transform: translate(0, -3px);
		transform: translate(0, -3px);
	}
	20% {
		-webkit-transform: translate(0, 3px);
		transform: translate(0, 3px);
	}
	100%,
	22% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

/* 点滅 */
.st-flash-icon i::before,
.st-flash-icon::before,
.st-flash {
	display: inline-block;
	-webkit-animation: stFlash 2s ease infinite;
	animation: stFlash 2s ease infinite;
}

@keyframes stFlash {
	0%,
	100%,
	50% {
		opacity: 1;
	}
	25%,
	75% {
		opacity: 0;
	}
}

/* バウンド */
.st-bounce-icon i::before,
.st-bounce-icon::before,
.st-bounce.animated {
	display: inline-block;
	-webkit-animation: stBounce 2s ease infinite;
	animation: stBounce 2s ease infinite;
}

@keyframes stBounce {
	0%,
	10%,
	100%,
	20%,
	50%,
	80% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

/* 回転 */
.st-rotation-icon i::before,
.st-rotation-icon::before,
.st-rotation {
	display: inline-block;
	-webkit-animation: stRotation 1.5s linear infinite;
	animation: stRotation 1.5s linear infinite;
}

@keyframes stRotation {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

/* ふわふわ */
.st-float-icon i::before,
.st-float-icon::before,
.st-float.animated {
	display: inline-block;
	-webkit-animation: stFloat 2s linear infinite;
	animation: stFloat 2s linear infinite;
}

@keyframes stFloat {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

/* 大小 */
.st-pulse-icon i::before,
.st-pulse-icon::before,
.st-pulse.animated {
	display: inline-block;
	-webkit-animation: stPulse 2s linear infinite;
	animation: stPulse 2s linear infinite;
}

@keyframes stPulse {
	0% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	50% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
	100% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}

/* シェイク */
.st-shake-s-icon i::before,
.st-shake-s-icon::before,
.st-shake-s {
	display: inline-block;
	-webkit-animation: stShake-s 2.5s ease infinite;
	animation: stShake-s 2.5s ease infinite;
}

@keyframes stShake-s {
	0% {
		-webkit-transform: rotate(-12deg);
		transform: rotate(-12deg);
	}
	8% {
		-webkit-transform: rotate(12deg);
		transform: rotate(12deg);
	}
	10% {
		-webkit-transform: rotate(24deg);
		transform: rotate(24deg);
	}
	18% {
		-webkit-transform: rotate(-24deg);
		transform: rotate(-24deg);
	}
	20% {
		-webkit-transform: rotate(-24deg);
		transform: rotate(-24deg);
	}
	28% {
		-webkit-transform: rotate(24deg);
		transform: rotate(24deg);
	}
	30% {
		-webkit-transform: rotate(24deg);
		transform: rotate(24deg);
	}
	38% {
		-webkit-transform: rotate(-24deg);
		transform: rotate(-24deg);
	}
	40% {
		-webkit-transform: rotate(-24deg);
		transform: rotate(-24deg);
	}
	48% {
		-webkit-transform: rotate(24deg);
		transform: rotate(24deg);
	}
	50% {
		-webkit-transform: rotate(24deg);
		transform: rotate(24deg);
	}
	58% {
		-webkit-transform: rotate(-24deg);
		transform: rotate(-24deg);
	}
	60% {
		-webkit-transform: rotate(-24deg);
		transform: rotate(-24deg);
	}
	68% {
		-webkit-transform: rotate(24deg);
		transform: rotate(24deg);
	}
	100%,
	75% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

/* シェイク（強） */
.st-shake-icon i::before,
.st-shake-icon::before,
.st-shake {
	display: inline-block;
	-webkit-animation: stShake 0.2s infinite;
	animation: stShake 0.2s infinite;
}

@keyframes stShake {
	0% {
		transform: translate(0px, 0px) rotateZ(0deg);
	}
	25% {
		transform: translate(2px, 2px) rotateZ(1deg);
	}
	50% {
		transform: translate(0px, 2px) rotateZ(0deg);
	}
	75% {
		transform: translate(2px, 0px) rotateZ(-1deg);
	}
	100% {
		transform: translate(0px, 0px) rotateZ(0deg);
	}
}

/* 拡大（ゆれ） */
.st-tada-icon i::before,
.st-tada-icon::before,
.st-tada.animated {
	display: inline-block;
	-webkit-animation: stTada 2s linear infinite;
	animation: stTada 2s linear infinite;
}

@keyframes stTada {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	10%,
	20% {
		-webkit-transform: scale(0.9) rotate(-8deg);
		transform: scale(0.9) rotate(-8deg);
	}
	30%,
	50%,
	70% {
		-webkit-transform: scale(1.3) rotate(8deg);
		transform: scale(1.3) rotate(8deg);
	}
	40%,
	60% {
		-webkit-transform: scale(1.3) rotate(-8deg);
		transform: scale(1.3) rotate(-8deg);
	}
	100%,
	80% {
		-webkit-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0);
	}
}

/* 過ぎる */
.st-passing-icon i::before,
.st-passing-icon::before,
.st-passing.animated {
	display: inline-block;
	-webkit-animation: stPassing 2s linear infinite;
	animation: stPassing 2s linear infinite;
}

@keyframes stPassing {
	0% {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		opacity: 0;
	}
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		opacity: 0;
	}
}

/* 戻る */
.st-passing-reverse-icon i::before,
.st-passing-reverse-icon::before,
.st-passing-reverse.animated {
	display: inline-block;
	-webkit-animation: stPassing-reverse 2s linear infinite;
	animation: stPassing-reverse 2s linear infinite;
}

@keyframes stPassing-reverse {
	0% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		opacity: 0;
	}
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		opacity: 0;
	}
}

/* バースト */
.st-burst-icon i::before,
.st-burst-icon::before,
.st-burst.animated {
	display: inline-block;
	-webkit-animation: stBurst 2s infinite linear;
	animation: stBurst 2s infinite linear;
}

@keyframes stBurst {
	0% {
		opacity: 0.6;
	}
	50% {
		-webkit-transform: scale(1.8);
		transform: scale(1.8);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

/* 落ちる */
.st-falling-icon i::before,
.st-falling-icon::before,
.st-falling.animated {
	display: inline-block;
	-webkit-animation: stFalling 2s linear infinite;
	animation: stFalling 2s linear infinite;
}

@keyframes stFalling {
	0% {
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		opacity: 0;
	}
	50% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateY(50%);
		transform: translateY(50%);
		opacity: 0;
	}
}

/* マーキー風 */
.st-marquee {
	width: calc(100% - 20px);
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}

.st-marquee p {
	padding-left: 100%;
	white-space: nowrap;
	display: inline-block;
	animation-name: marquee;
	animation-duration: 20s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
@media print, screen and (max-width: 599px) {
	.st-marquee p {
		animation-duration: 15s;
	}
}
@keyframes marquee {
	from {
		transform: translate(0%);
	}
	to {
		transform: translate(-100%);
	}
}

/*固定ページの子ページリンク*/
.pagelist-box .kanrenh4 {
	background-color: #fff;
}

.pagelist-box .st-childlink {
	padding: 20px 0px;
}

.post .pagelist-box .st-childlink .kopage-t {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 26px;
}

/*スター*/
.st-star {
	color: #ffb400;
	font-size: 15px;
}

.y-star,
.w-star {
	font-size: 90% !important;
	margin: 0;
}

.y-star .st-svg-star,
.w-star .st-svg-star-half-o,
.w-star .st-svg-star-o {
	color: #ffb400;
}

/*--------------------------------
任意の人気記事
---------------------------------*/

.pop-box {
	position: relative;
	border-top: solid 1px #feb20a;
	padding: 20px 20px 10px;
	margin-bottom: 10px;
}

.pop-box.kanren {
	margin-top: 40px;
}

#side .pop-box.kanren {
	margin-top: 20px;
}

.pop-box.st-wpp-views-widgets {
	margin-top: 20px;
}

.kanren.pop-box dl:last-child {
	margin-bottom: 0px;
}

#content-w .p-entry {
	padding: 5px 20px;
	margin: 0;
	font-size: 15px;
	font-weight: bold;
	background: #feb20a;
	color: #fff;
	position: absolute;
	top: -11px;
	left: 0;
	max-width: 80%;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	vertical-align: middle;
}

#content-w .p-entry::after {
	content: "";
	position: absolute;
	top: 0;
	right: -10px;
	border-style: solid;
	border-top: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #5462ab;
	border-left: 5px solid #5462ab;
	z-index: 9999;
}

#content-w .p-entry::before {
	content: "";
	position: absolute;
	top: 0;
	right: -10px;
	border-style: solid;
	border-top: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #333;
	border-left: 5px solid #333;
	z-index: 10000;
	opacity: 0.2;
}

.post .p-entry-t,
#side .p-entry-t,
.home-post .p-entry-t {
	margin-bottom: 30px;
}

.not-front-page .home-post .entry-content > div > .st-youtube-eyecatch {
	padding-top: 20px;
}

/* フッター */
#footer .pop-box:not(.st-wpp-views-widgets) {
	padding: 0;
}

#footer .pop-box,
.nowhits .pop-box,
#footer .nowhits-eye .pop-box,
#footer .st-eyecatch + .nowhits .pop-box {
	border-top: none;
	background-color: transparent;
}

#footer .pop-box.kanren {
	margin-top: 0;
}

#footer .p-entry {
	top: 0;
	left: 0;
	font-weight: bold;
}

#footer .p-entry::after {
	content: none;
}

/** ウィジェットタイトル */
footer
	.st-widgets-title:not([class^="is-style-st-heading-custom-"]):not(
		[class*=" is-style-st-heading-custom-"]
	):not(.st-css-no2) {
	margin-bottom: 10px;
}

/** フッター内のサイドバー（中部） */
footer #sidebg {
	background-color: transparent;
	margin-bottom: 10px;
}

footer #sidebg ul {
	padding-left: 0;
}

footer #sidebg li {
	list-style: none;
}

footer #sidebg li a {
	padding: 7px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

footer #sidebg li a::before {
	content: "\f105";
	font-family: stsvg;
	margin-right: 5px;
}

/** アイコンロゴ（フッター） */
footer #st-footer-logo-wrapper {
	display: flex;
	align-items: center;
	flex-direction: column;
}

@media only screen and (min-width: 600px) {
	footer .footer-wbox .head-telno,
	footer .footer-wbox .headbox,
	footer .footer-wbox .headbox p {
		text-align: left;
		padding-right: 0;
	}
}

@media only screen and (min-width: 600px) {
	footer #st-footer-logo {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}

	footer #st-footer-logo #st-text-logo {
		text-align: left;
	}
}

footer #st-footer-logo + .st-footer-tel {
	padding-top: 10px;
}

#st-text-logo {
	word-break: break-all;
}

/*アイキャッチのない場合（トップ）
-----------------------------*/

.nowhits .pop-box {
	position: relative;
	margin: -20px 0 20px;
	border-top: solid 1px #feb20a;
	padding: 20px 15px 10px;
}

/*アイキャッチのある場合（トップ）
-----------------------------*/
.st-eyecatch + .nowhits .pop-box,
.nowhits-eye .pop-box {
	position: relative;
	margin: -16px 0 20px;
	border-top: solid 1px #feb20a;
	padding: 20px 15px 10px;
}

.st-eyecatch .st-youtube-eyecatch iframe {
	width: 100%;
}

#content-w .category .p-entry,
#content-w .nowhits .p-entry {
	padding: 3px 20px;
	margin: 0;
	font-size: 15px;
	font-weight: bold;
	background: #feb20a;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 0 0 5px 0;
}

#content-w .post .category .p-entry,
#content-w .post .nowhits .p-entry {
	border-radius: 0 0 5px 0;
}

#content-w .category .p-entry::after,
#content-w .nowhits .p-entry::after,
#content-w .nowhits .p-entry::before {
	content: none;
}

/*ヘッダーの無い場合*/
.nowhits.noheader .p-entry {
	top: 0px;
	left: 0;
}

.category .p-entry-t,
.nowhits.noheader .p-entry-t {
	margin-bottom: 40px;
}

/*ランキング*/
.poprank-no2 {
	font-family: Roboto, Arial, sans-serif;
	background: #feb20a;
	min-width: 27px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	font-size: 80%;
	color: #fff;
	font-weight: bold;
	margin-right: 10px;
}

/* 三角ランキング */
.st-triangle-rank {
	position: relative;
	overflow: hidden;
}

.st-triangle-rank::before {
	content: "";
	top: 0;
	left: 0;
	border-bottom: 4em solid transparent;
	border-left: 4em solid #ffc400;
	position: absolute;
	z-index: 1;
}

.st-triangle-rank::after {
	content: "ｵｽｽﾒ";
	display: block;
	top: 6px;
	left: 7px;
	transform: rotate(-45deg);
	color: #fff;
	position: absolute;
	z-index: 2;
	font-size: 90%;
}

/** 1位 */
.st-triangle-rank.rank-1::after {
	content: "1位";
	left: 8px;
}
.st-triangle-rank.rank-1::before {
	border-left: 4em solid #c4bf2c;
}

/** 2位 */
.st-triangle-rank.rank-2::after {
	content: "2位";
	left: 8px;
}
.triangle-rank.rank-2::before {
	border-left: 4em solid #9e9e9e;
}

/** 3位 */
.st-triangle-rank.rank-3::after {
	content: "3位";
	left: 8px;
}
.st-triangle-rank.rank-3::before {
	border-left: 4em solid #795548;
}

/*スクロール用*/
.poprank {
	position: relative;
}

.poprank-no {
	font-family: Roboto, Arial, sans-serif;
	position: absolute;
	top: 0;
	left: 0;
	min-width: 27px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	font-size: 80%;
	background: #feb20a;
	color: #fff;
	font-weight: bold;
	z-index: 9999;
}

/* PVモニター調整 */
.st-pvm-ranking-body .smanone.st-excerpt p {
	font-size: 80%;
	line-height: 1.7;
	color: #616161;
}

.st-pvm-ranking-item-image img:hover {
	opacity: 0.6;
}

/*--------------------------------
フッターコンテンツ
---------------------------------*/

/* フッター文字 */
#footer .footerlogo {
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
}

#footer #st-text-logo p {
	font-size: 12px;
}

.st-text-logo-top {
	margin-bottom: 5px;
}

.st-text-logo-bottom:last-child,
.st-text-logo-bottom {
	margin-bottom: 10px;
}

#footer .footer-description {
	line-height: 1.5em;
}

#footer .footerlogo img {
	max-width: 300px;
	margin: 0 auto 10px;
	text-align: center;
}

#footer a {
	text-decoration: none;
	color: #212121;
}

#footer a:hover {
	color: #b22222;
}

#footer .copy,
#footer .rcopy {
	font-size: 12px;
	color: #999;
	line-height: 18px;
	padding: 20px 10px 0;
}

#footer .copy a,
#footer .rcopy a {
	font-size: 12px;
	color: #999;
	line-height: 18px;
}

footer h4 a {
	color: #666;
	text-decoration: none;
}

/*電話番号*/
.head-telno a,
footer .head-telno a {
	font-family: Roboto, Arial, sans-serif;
}

footer .head-telno {
	margin: 5px 0 10px;
}

footer .head-telno a {
	font-size: 25px;
	padding: 5px 10px;
	text-align: center;
}

/* ヘッダーナビゲーション */
#headbox-bg {
	width: 100%;
	box-sizing: border-box;
}

/* 表示パターン（固定） */
@media only screen and (min-width: 600px) {
	#st-header-top-widgets-box.st-header-fixed,
	#st-menuwide.st-header-fixed,
	#headbox-bg.st-header-fixed {
		position: fixed !important;
		top: 0px;
		z-index: 99999;
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.35);
	}
	#st-header-top-widgets-box.st-header-fixed,
	#st-header-top-widgets-box.st-header-fixed .st-content-width,
	#st-menuwide.st-header-fixed {
		width: 100%;
		box-sizing: border-box;
	}
}

/*ウィジェットテキスト*/
.headbox,
.headbox p {
	font-size: 12px;
	line-height: 18px;
	text-align: center;
}

/*固定広告*/
#footer-ad-box {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
}

/*--------------------------------
ウィジェットエリア
---------------------------------*/

.side-widgets {
	margin: 0px;
}

.side-widgets > * {
	margin-bottom: 10px;
}

.side-widgets > a.st-originallink,
.side-widgets > a.st-formbtnlink {
	display: block;
}

/* 最近の投稿・コメント・アーカイブ */
.widget_recent_entries ul li a,
.widget_archive ul li a {
	display: block;
	box-sizing: border-box;
	padding: 5px 0;
}

.widget_recent_entries ul li,
.widget_archive ul li {
	border-bottom: 1px dotted #ccc;
	list-style: none;
    display: flex;
    align-items: center;
    color: #424242;
}

footer .widget_recent_comments li:last-child,
footer .widget_recent_entries ul li:last-child,
footer .widget_archive ul li:last-child,
#side aside .widget_recent_comments li:last-child,
#side aside .widget_recent_entries ul li:last-child,
#side aside .widget_archive ul li:last-child {
	margin-bottom: 20px;
}

.widget_recent_entries ul li .post-date {
	font-size: 11px;
}

footer .widget_recent_entries ul,
footer .widget_archive ul {
	padding-left: 0;
}

footer .widget_recent_entries ul li a,
footer .widget_archive ul li a {
	text-decoration: none;
	display: block;
	box-sizing: border-box;
	color: #333;
}

footer .widget_recent_entries ul li,
footer .widget_archive ul li {
	border-bottom: 1px dotted #ccc;
	list-style: none;
	padding: 7px 0;
    display: flex;
    align-items: center;
    color: #424242;
}

footer .widget_recent_comments li {
	padding: 5px 0;
}

/*--------------------------------
ウィジェットボックス（投稿・固定・カテゴリー・スライド）
---------------------------------*/

.st-widgets-box > * {
	margin-bottom: 20px;
}

/* 固定記事（タイトル下） */
.st-widgets-box.post-widgets-middle,
.post-widgets-middle.st-widgets-box > *:last-child {
	margin-bottom: 10px;
}

/*--------------------------------
ウィジェットボックス（カテゴリー）
---------------------------------*/
.widget_st_categories_widget select {
	background: #fff
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z'/%3E%3C/svg%3E")
		no-repeat right 10px top 50%;
	background-size: 1.2em 1.2em;
	border: 1px solid #e1e1e1;
	border-radius: 1px;
	display: block;
	width: 100%;
	height: auto;
	line-height: 2em;
	padding: 5px 40px 5px 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

main .widget_st_categories_widget ul,
main .widget_st_categories_widget ol {
	padding-left: 0;
	margin-left: 0;
}

.widget_st_categories_widget .cat-item {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget_st_categories_widget .children {
	margin: 0;
	padding: 0;
}

.widget_st_categories_widget .children .cat-item {
	padding-left: 10px;
}

.widget_st_categories_widget .children .cat-item .cat-item {
	list-style-type: none;
	margin: 0;
}

.widget_st_categories_widget .cat-item a::after {
	content: " \f105";
	font-family: stsvg;
	position: absolute;
	right: 10px;
	font-size: 0.8em;
}

.widget_st_categories_widget .cat-item a {
	position: relative;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #e1e1e1;
	color: #1a1a1a;
	text-decoration: none;
	display: block;
}

.widget_st_categories_widget .cat-item a:hover {
	opacity: 0.5;
}

.widget_st_categories_widget .cat-item.has-thumbnail a,
#side .widget_categories .cat-item.has-thumbnail a {
	display: flex;
	align-items: center;
	padding-right: 25px;
}

.widget_st_categories_widget .cat-item.has-thumbnail img,
#side .widget_categories .cat-item.has-thumbnail img {
	width: 2em;
	margin-right: 10px;
}

.widget_st_categories_widget .cat-item.has-thumbnail a::after,
#side .widget_categories .cat-item.has-thumbnail a::after {
	top: 50%;
	transform: translate(0, -50%);
}

div .cat-item img {
	margin-bottom: 0;
}

/* 本文エリア */
.post
	.widget_st_categories_widget
	ul:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(
		.st-pvm-nav-list
	) {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* インフォメーションウィジェット */
#st-infomation-widget {
	text-align: center;
}

#st-infomation-widget *,
#st-infomation-widget p {
	font-size: .95em;
}

#st-infomation-widget .huto *,
#st-infomation-widget .huto a {
	font-weight: bold;
}

/*media Queries タブレット（600px）以上で2カラム表示
----------------------------------------------------*/
@media only screen and (min-width: 600px) {
	.st-widget-cat-2colum .widget_st_categories_widget > ul {
		display: flex;
		flex-wrap: wrap;
	}

	.st-widget-cat-2colum .widget_st_categories_widget > ul > li {
		width: 50%;
		box-sizing: border-box;
	}

	.st-widget-cat-2colum .widget_st_categories_widget .children {
		display: none;
	}
}

/*--------------------------------
ウィジェットボックス（フッター）
---------------------------------*/

.footer-r {
	text-align: left;
	margin-bottom: 20px;
}

footer .widget_st_categories_widget ul {
	padding-left: 0;
}

footer .widget_tag_cloud,
footer .widget_categories,
footer .widget_st_categories_widget {
	margin-bottom: 20px;
}

#footer .st-formbtn,
#footer .rssbox,
#footer .st-author-box,
#footer .st-originalbtn {
	margin-bottom: 10px;
}

/*--------------------------------
ウィジェットボックス（トップページ）
---------------------------------*/

.top-wbox-t > * {
	margin-bottom: 20px;
}

.top-wbox-u {
	padding: 10px 0 0;
}

.top-wbox-u > * {
	margin-bottom: 20px;
}

/*--------------------------------
トップページやアーカイブ一覧表示
---------------------------------*/

/* タイトル名 */
#topnews dd h3 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 5px;
}

#topnews dt {
	float: left;
	width: 100px;
}

#topnews dt img {
	width: 100%;
}

#topnews dd {
	padding-left: 110px;
}

#topnews dl {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

#topnews dl:first-child {
	padding-top: 20px;
}

#topnews dl:last-child {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-style: none;
}

#topnews .clearfix dd h5 {
	font-size: 17px;
	line-height: 25px;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 5px;
}

/* 抜粋文字 */
#topnews .clearfix dd p {
	color: #666;
}

#topnews .clearfix dd h5 a {
	color: #333;
	text-decoration: none;
}

/* 一覧タイトル下 */
.kanren .blog_info p {
	margin: 0 0 5px;
	color: #777;
}

.kanren .no-thumbitiran .blog_info p {
	margin: 0 0 2px;
}

.kanren .blog_info p i {
	color: #777;
}

#side .kanren .blog_info p {
	margin: 0 0 3px;
}

.kanren h3 {
	margin: 0 0 3px;
}

.kanren h3 a,
.post .kanren h3 a {
	color: #1a1a1a;
}

.post .kanren h5 {
	margin-bottom: 10px;
}

@media print, screen and (max-width: 959px) {
	.post .kanren h5 {
		margin-bottom: 3px;
	}
}

/* カスタムフィールド検索結果一覧の記事タイトル */
.post .af-search-results-list .kanren h3:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no):not(.st-matome):not(.rankh3):not(.post-card-title):not(#reply-title) {
	background: none;
	color: inherit;
	padding: 0;
    margin: 0 0 3px;
    border: none;
}

.post .af-search-results-list .kanren h3:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no):not(.st-matome):not(.rankh3):not(.post-card-title):not(#reply-title):before,
.post .af-search-results-list .kanren h3:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no):not(.st-matome):not(.rankh3):not(.post-card-title):not(#reply-title):after{
	content: none;
}

.blog_info p a {
	color: #666;
	text-decoration: none;
}

#topnews .clearfix dd .blog_info p {
	font-size: 12px;
}

/*--------------------------------
PC閲覧時の記事上の一括表示部分
---------------------------------*/

.pc-kizi-top-box {
	margin-bottom: 20px;
}

/*--------------------------------
記事の一括表示部分
---------------------------------*/

.st-widgets-box {
	margin-bottom: 20px;
}

/*--------------------------------
関連記事表示部分
---------------------------------*/

.kanren {
	padding-top: 20px;
	margin-top: 20px;
}

.kanren.shortcode-kanren {
	margin-top: 0;
}

.category .kanren:not(.st-cardbox) {
	padding-top: 0;
	margin-top: 0;
}

aside .kanren {
	padding-top: 20px;
	margin-top: 0px;
}

.kadomaru img {
	border-radius: 100px;
}

/* タイトル名 */
.kanren.pop-box h5,
#side .kanren.pop-box h5 {
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 10px;
}

.kanren.pop-box
	dd
	h5:not([class^="is-style-st-heading-custom-"]):not(
		[class*=" is-style-st-heading-custom-"]
	):not(.st-css-no2),
#side
	.kanren.pop-box
	dd
	h5:not([class^="is-style-st-heading-custom-"]):not(
		[class*=" is-style-st-heading-custom-"]
	):not(.st-css-no2) {
	font-size: 17px;
	font-weight: bold;
	line-height: 25px;
	padding: 0px;
	margin-bottom: 5px;
}

/* 記事一覧 */

.kanren dt {
	float: left;
	width: 100px;
	transition: all 0.5s;
}

.kanren dt:hover {
	opacity: 0.6;
}

.kanren dt img {
	width: 100px;
}

.kanren dd {
	padding-left: 115px;
	transition: all 0.5s;
}

.kanren dd a:hover {
	opacity: 0.6;
}

.kanren dl {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f3f3f3;
}

.kanren dl p {
	margin-bottom: 0px;
}

.kanren dl:last-child {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-style: none;
}

/* 抜粋文字 */
.kanren:not(.st-cardbox) .clearfix dd .st-excerpt p,
.kanren:not(.st-cardbox) .clearfix dd p {
	font-size: 13px;
	line-height: 1.6;
}

/* 抜粋文字の置き換え */
.af-excerpt-replace-mode .post-slide-excerpt,
.af-excerpt-replace-mode .st-excerpt {
	font-size: .95rem;
	line-height:1.5;
    color: inherit;
}

.af-excerpt-replace-mode .post-card-excerpt * {
	font-size: 1em;
	line-height:1.5;
}

.af-excerpt-replace-mode .post-card-list.has-excerpt .post-card-text {
        max-height: 100%;
}

.af-excerpt-replace-mode .post-card-excerpt table:last-child {
	margin-bottom:0;
}

.af-excerpt-replace-mode .content-post-slider .post-slide-excerpt,
.af-excerpt-replace-mode .post-card-list .post-card-excerpt {
    color: inherit;
}

/* 抜粋置換エリア */
.st-limited-excerpt {
    padding-top: 7px;
}

/* おすすめ記事一覧 */
.kanren.pop-box .clearfix dd .st-excerpt p,
.kanren.pop-box .clearfix dd > p {
	color: #777;
}

.kanren:not(.pop-box):not(.st-cardbox) .clearfix dd .st-excerpt p,
.kanren:not(.pop-box):not(.st-cardbox) .clearfix dd > p {
	color: #777;
}

/* 記事タイトル */
dd h3:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no2) a, /*TOPとアーカイブ*/
.kanren .clearfix dd h5:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no2) a {
	/*関連記事*/
	color: #333;
	text-decoration: none;
	padding: 0;
}

.kanren .clearfix dd h5 a:hover {
	color: #b22222;
}

/* ランキング風 */
.kanren-rank-label {
	position: relative;
}

.kanren .kanren-no {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 27px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	background: #78909c;
	font-size: 80%;
	font-weight: bold;
	color: #fff;
}

.kanren.kadomaru .kanren-no {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	box-sizing: border-box;
	padding: 0;
	min-width: 2.15em;
	min-height: 2.15em;
	border-radius: 100%;
	text-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.kanren .kanren-rank1 {
	background: #c4bf2c;
}
.kanren .kanren-rank2 {
	background: #9e9e9e;
}
.kanren .kanren-rank3 {
	background: #795548;
}

/* EX版 YouTubeサムネイル */
.youtube_thum_link_150 img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.youtube_thum_link_150 {
	display: block;
	position: relative;
	width: 100px;
	height: 100px;
	overflow: hidden;
}

/* もっと読むボタン (汎用) */
.load-more-action {
	text-align: center;
}

.load-more-btn {
	width: 50%;
	box-sizing: border-box;
	padding: 10px;
	border: 1px solid #ccc;
	background: #fff;
	color: #757575;
	text-align: center;
	text-decoration: none;
	line-height: 1.4;
	margin-bottom: 20px;
	margin-top: -10px;
}

.wp-block-columns .load-more-btn {
	width: 100%;
}

@media print, screen and (max-width: 599px) {
	.load-more-btn {
		width: 100%;
	}
}

.load-more-btn::before {
	content: "\f107";
	font-family: stsvg;
	margin-right: 7px;
}

.load-more-btn:hover {
	background: #f3f3f3;
}

@media only screen and (max-width: 599px) {
	.load-more-btn {
		padding: 15px 10px;
	}
}

@media only screen and (min-width: 600px) {
	.load-more-btn {
		font-size: 20px;
		line-height: 30px;
	}
}

@media only screen and (min-width: 960px) {
	.load-more-btn {
		font-size: 15px;
		line-height: 27px;
	}
}

.load-more-state {
	width: 0;
	height: 0;
	text-align: center;
}

.load-more-state.is-loading {
	padding-top: 20px;
	width: auto;
	height: auto;
}

/* もっと読むボタン (関連記事) */
.kanren-load-more-action {
	padding-top: 20px;
	margin-bottom: 40px;
}

/*--------------------------------
この記事を書いた人
---------------------------------*/
.st-author-box .st-fa,
.st-author-box .fa {
	margin-right: 4px;
}

ul#st-tab-menu,
.post ul#st-tab-menu {
	margin: 0;
	padding: 0;
}

#st-tab-menu {
	list-style: none;
}

#st-tab-menu li {
	display: inline-block;
	padding: 5px 10px !important;
	background: #eee;
	cursor: pointer;
	font-size: 90%;
	font-weight: bold;
}

#st-tab-menu li.active {
	background: #333;
	color: #fff;
}

/* タブの中身 */
#st-tab-box {
	padding: 15px;
	border: 1px solid #333;
	margin-bottom: 20px;
	background: #fff;
}

#st-tab-box p {
	font-size: 90%;
	line-height: 1.5;
}

.st-author-master #st-tab-box {
	margin-bottom: 0;
}

#st-tab-box div {
	display: none;
}

#st-tab-box div.active {
	display: block;
}

#st-tab-box div dt {
	float: left;
	width: 80px;
}

#st-tab-box div dd {
	padding-left: 100px;
}

#st-tab-box p.st-author-post,
.post #st-tab-box p.st-author-post {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}

#st-tab-box p.st-author-post a,
.post #st-tab-box p.st-author-post a {
	text-decoration: none;
	font-weight: bold;
	color: #1a1a1a;
}

.st-author-date {
	margin: 0;
	color: #ccc;
	font-size: 80%;
	line-height: 1.5;
}

.st-author-nickname {
	font-weight: bold;
	padding-bottom: 5px;
}

.st-author-description {
	margin-bottom: 10px;
	color: #333;
}

.st-author-sns,
.st-author-homepage {
	margin-bottom: 0px;
}

.st-author-sns .st-fa,
.st-author-sns .fa {
	font-size: 1rem;
}

@media print, screen and (max-width: 599px) {
	.st-author-sns .st-fa,
	.st-author-sns .fa {
		font-size: 1.2rem;
	}
}

.st-author-sns a,
.st-author-homepage a {
	text-decoration: none;
}

a.st-author-twitter {
	color: #55acee;
	white-space: nowrap;
}

a.st-author-facebook {
	color: #3b5998;
	white-space: nowrap;
}

a.st-author-instagram {
	white-space: nowrap;
	color: #231f20;
}

a.st-author-youtube {
	color: #f40000;
	white-space: nowrap;
}

a.st-author-homepage {
	font-size: 90%;
}

.st-author-archive {
	text-align: right;
	padding-top: 10px;
	margin: 0;
}

/* ショートコード及び記事上 */
.st-shortcode-author #st-tab-box {
	border: none;
	border: solid 1px #eee !important;
	background: #fff !important;
	margin-bottom: 20px;
}

.st-shortcode-author #st-tab-box .st-author-description p,
.st-shortcode-author #st-tab-box .st-author-description {
	font-size: 80%;
	line-height: 1.7;
}

.st-shortcode-author ul#st-tab-menu,
.post .st-shortcode-author ul#st-tab-menu {
	display: none;
}

.st-shortcode-author .st-author-nickname::before {
	content: "writer ";
	font-weight: normal;
	color: #bdbdbd;
}

.st-shortcode-author .st-fa,
.st-shortcode-author .fa {
	color: #e0e0e0;
}

@media only screen and (max-width: 599px) {
	.st-author-nickname {
		margin-bottom: 0;
	}
	.st-shortcode-author #st-tab-box .st-author-description p,
	.st-shortcode-author #st-tab-box .st-author-description {
		font-size: 90%;
		line-height: 1.7;
	}
}

/** ボタン */
.st-author-box .rankstlink-r2,
.st-author-box .rankstlink-r2 p {
	display: inline-block;
}

.st-author-box .rankstlink-r2 p a {
	padding: 5px 25px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	display: inline-block;
}

.st-author-box .st-author-profile-content {
	padding: 10px 20px 20px;
	text-align: center;
}

/*--------------------------------
サイドバー
---------------------------------*/

#side aside ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#side aside .children li {
	padding-left: 10px;
}

#side aside .widget_st_categories_widget .children li {
	padding-left: 0;
}

#side aside ul li ul li {
	list-style-type: none;
	margin: 0px;
}

#side aside .sub-menu {
	padding-left: 10px;
}

#side aside #mybox ul li ul li {
	font-size: 14px;
	line-height: 24px;
}

#side aside .kanren {
	padding-top: 10px;
}

/* RSS購読するボタン */
.st-svg-rss-square {
	margin-right: 5px;
}

.rssbox a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	background-color: #1a1a1a;
	padding: 10px 15px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

#scrollad {
	padding: 20px 0;
}

/*--------------------------------
サイドバー固定ページ用のナビ
---------------------------------*/

#sidebg {
	background: #ffffff;
	box-sizing: border-box;
}

/*ulタグの階層*/
#side aside .st-pagelists ul {
	padding: 0px;
}

#side aside .st-pagelists .sub-menu {
	padding: 0px;
}

/*liタグの階層*/
#side aside .st-pagelists .st-fa,
#side aside .st-pagelists .fa {
	margin-right: 5px;
}

#side aside .st-pagelists ul li {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#side aside .st-pagelists ul .sub-menu li {
	border: none;
}

#side aside .st-pagelists ul li:last-child {
	border-bottom: 1px solid #ccc;
}

#side aside .st-pagelists ul .sub-menu li:first-child {
	border-top: 1px solid #ccc;
}

#side aside .st-pagelists ul li li:last-child {
	border: none;
}

#side aside .st-pagelists ul .sub-menu .sub-menu li {
	border: none;
	padding-left: 15px;
}

/*aタグの第一階層*/
#side aside .st-pagelists ul li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	padding: 10px 15px;
	color: #333;
	width: 100%;
	box-sizing: border-box;

	/*Other Browser*/
	background: #ccc;
	/*For Old WebKit*/
	background: -webkit-linear-gradient(#fff 0%, #f3f3f3 100%);
	/*For Modern Browser*/
	background: linear-gradient(#fff 0%, #f3f3f3 100%);
}

/*aタグの第二階層*/
#side aside .st-pagelists .sub-menu li:has(ul):last-child a,
#side aside .st-pagelists .sub-menu a {
	text-decoration: none;
	background: transparent;
	color: #333;
	margin-bottom: 0px;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
}

#side aside .st-pagelists .sub-menu a:hover {
	color: #ff0000;
}

/*aタグの第三階層*/
#side aside .st-pagelists .sub-menu .sub-menu a {
	text-decoration: none;
	padding: 10px 10px 10px 15px;
	background: transparent;
	background-repeat: no-repeat;
	background-position: left center;
	color: #333;
	border: none;
	margin-bottom: 0px;
}

#side aside .st-pagelists .sub-menu .sub-menu a:hover {
	color: #ff0000;
}

/* 重複ボーダーを削除する */
#side aside .st-pagelists .sub-menu li:last-child a {
	border-bottom: none;
}

#side aside .st-pagelists .sub-menu > li:last-child:has(> ul) li a {
	border-bottom: none;
}

#side aside .st-pagelists .sub-menu a {
	border-bottom-color: #eeeeee;
}

#side aside .st-pagelists ul li:not(.sub-menu) {
	border-color: #eeeeee;
}

/*タグクラウド*/
.tagcloud {
	margin-bottom: 20px;
}

.tagcloud a {
	font-size: 13px !important;
	line-height: 1em;
	color: #1a1a1a;
	display: inline-block;
	border: 1px #757575 solid;
	white-space: nowrap;
	padding: 10px;
	margin: 3px 3px 5px;
	border-radius: 4px;
	text-decoration: none;
	box-sizing: border-box;
}

/*--------------------------------
ウィジェット問合せボタン
---------------------------------*/

.st-formbtn {
	vertical-align: middle;
	background: #616161;
	padding: 12px 15px;
	margin-bottom: 0;
	display: flex;
	align-items: center;
}

.st-formbtnlink .st-fa,
.st-formbtnlink .fa {
	margin: 0 !important;
	padding: 0 !important;
}

.st-originalbtn-l {
	vertical-align: middle;
	padding-right: 15px;
	border-right: 1px solid #ccc;
    border-top: none;
    border-bottom: none;
    border-left: none;
}

.st-originalbtn-r {
	vertical-align: middle;
	padding-left: 15px;
	width: 100%;
	box-sizing: border-box;
	text-align: left;
}

.originalbtn-bold {
	font-weight: bold; /*太字にする*/
}

a.st-formbtnlink {
	color: #fff;
	text-decoration: none;
}

/*--------------------------------
ウィジェットオリジナルボタン
---------------------------------*/

.st-originalbtn {
	vertical-align: middle;
	background: #616161;
	padding: 12px 15px;
	margin-bottom: 0;
	display: flex;
	align-items: center;
}

.st-originalbtn .st-svg-question-circle,
.st-originalbtn .st-svg-check-circle,
.st-originalbtn .st-svg-exclamation-triangle,
.st-originalbtn .st-svg-pencil-square-o {
	margin-right: 0px;
}

.st-originalbtn .btnwebfont svg {
	display: inline-block;
	width: 1.3em;
	height: 1.3em;
	vertical-align: middle;
	fill: currentColor;
}

.st-originalbtn-l .btnwebfont i {
	font-size:1.1em;
    padding-left: 2px;
}

.st-originalbtn-l .btnwebfont{
    display: flex;
    align-items: center;
    justify-content: center;
}

.st-originalbtn-l:has(svg) {
    padding-right: 13px;
}

a.st-originallink {
	color: #fff;
	text-decoration: none;
}

/*--------------------------------
エディタ用
---------------------------------*/

/*テーブル */
table,
.post table {
	box-sizing: border-box;
	border-top: 1px #d4d4d4 solid;
	border-right: 1px #d4d4d4 solid;
	margin-bottom: 20px;
	width: 100%;
	max-width: 100%;
}

.wp-block-table table,
.post .wp-block-table table {
	margin-bottom: 5px;
}

.wp-block-table {
	margin-bottom: 15px;
}

table thead,
.post table thead {
	border-top: 1px #d4d4d4 solid;
	border-right: 1px #d4d4d4 solid;
	border-bottom: none;
}

.wp-block-table.is-style-stripes  table thead,
.wp-block-table.is-style-stripes .post table thead {
	border: none;
}

table tfoot,
.post table tfoot,
.wp-block-table tfoot {
	border-top: none;
}

table thead th,
table thead td
.post table thead th,
.post table thead td {
	border-bottom: 1px #d4d4d4 solid;
	border-left: 1px #d4d4d4 solid;
	border-top: none;
	border-right: none;
}

table > thead > tr > td,
table > thead > tr > th,
table > tr > td,
table > tr > th {
	background-color: #fafafa;
}

/*For IE*/
@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.post table {
		table-layout: fixed;
	}
}

.wp-block-table thead th {
    border-color: #d4d4d4;
}

table tr td,
table#wp-calendar tr td,
.wp-block-table table tr td {
	padding: 10px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #d4d4d4;
	border-left-color: #d4d4d4;
	vertical-align: top;
	box-sizing: border-box;
	word-break: break-word;
	border-right: none;
	border-top: none;
}

table th {
	padding: 10px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #d4d4d4;
	border-left-color: #d4d4d4;
	box-sizing: border-box;
	word-break: break-word;
}

table th,
table th p,
.post table tr td p,
.post table tr td {
	font-size: 15px;
	line-height: 24px;
	font-weight: normal;
}

table tr td > *:last-child {
	margin-bottom: 0;
}

#main .post table {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #d4d4d4;
	border-right-color: #d4d4d4;
	color: #333;
}

/*テーブル（装飾なし） */
.notab table,
.post .notab table {
	border: none;
	width: initial; /* 初期状態にリセット */
	max-width: initial; /* 初期状態にリセット */
}

.notab table tr td {
	border: none;
	text-align: left;
	vertical-align: top;
}

.notab table th {
	border: none;
}

.notab table tr:nth-child(even),
.post .notab table tr:nth-child(even) {
	background-color: transparent;
}

/*中央配置*/
tr.st-centertable,
td.st-centertable,
.st-centertable table td {
	text-align: center;
	vertical-align: middle;
}

/*スクロール*/
.scroll-box table,
.post .scroll-box table {
	max-width: initial;
}

.scroll-box {
	overflow-x: auto;
	margin-bottom: 10px;
}

.scroll-box::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

.scroll-box::-webkit-scrollbar-track {
	border-radius: 5px;
	background: #f3f3f3;
}
.scroll-box::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #ccc;
}

/* PC横スクロール */
.is-style-scroll-box.pc table {
	margin-bottom: 10px;
}

.is-style-scroll-box.pc {
	margin-bottom: 20px;
}

.is-style-scroll-box.pc table td,
.is-style-scroll-box.pc table td p,
.post .scroll-box.pc table td,
.post .scroll-box.pc table td p {
	white-space: nowrap;
}

.is-style-scroll-box.pc,
.scroll-box.pc {
	overflow-x: auto;
	position: relative;
	cursor: ew-resize;
}

/* PC縦スクロール */
.scroll-box.pc.h-sc {
	overflow: auto;
	position: relative;
	height: 75vh;
	cursor: all-scroll;
}

/*画像 */
img.alignright {
	float: right;
	margin: 0 0 5px 10px;
}

img.alignleft {
	float: left;
	margin: 0 10px 5px 0;
}

img.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.float-left {
	float: left;
}

img.float-right {
	float: right;
}

.wp-caption {
	height: auto;
	max-width: 100%;
	margin-bottom: 20px;
	text-align: center;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 10px;
}

.ie8 img {
	width: auto;
}

/* 画像ウィジェット */
.widget_media_image,
.ad.widget_media_image {
	margin-bottom: 20px;
}

/*リスト */
main ul,
main ol {
	padding-left: 1em;
	margin-bottom: 20px;
	margin-left: 1em;
}

main .sns ul,
main .sns ol {
	padding-left: 0;
	margin-bottom: 0;
	margin-left: 0;
}

main ul.st_toc_list,
main ol.st_toc_list {
	padding-left: 0;
	margin-bottom: 0;
}

main ul.st-box-btn,
main ul.st_toc_list,
main ol.st_toc_list,
main ul.has-st-border:not(.is-style-st-group-left-line):not(.is-style-st-group-both-line),
main ol.has-st-border:not(.is-style-st-group-left-line):not(.is-style-st-group-both-line),
main ul.has-background,
main ol.has-background {
	margin-left: 0;
}

main ul ul,
main ul ol,
main ol ul,
main ol ol {
	margin-bottom: 0;
	padding-top: 5px;
}

.is-style-st-check,
.is-style-st-timeline-count,
.is-style-st-timeline-list,
.is-style-st-circle,
.is-style-st-circle-border,
.is-style-st-square-checkbox-no-border,
.is-style-st-square-checkbox,
.is-style-st-maruck,
.is-style-st-maruno,
.is-style-st-no,
.is-style-st-no-border,
/* classic */
.st-list-circle ul,
.st-list-check ul,
.st-square-checkbox ul,
.st-square-checkbox-nobox ul,
.maruck ul,
.maruno ul,
.st-list-no ul,
.st-list-circle ol,
.st-list-check ol,
.st-square-checkbox ol,
.st-square-checkbox-nobox ol,
.maruck ol,
.maruno ol,
.st-list-no ol {
	max-width: 100%;
	box-sizing: border-box;
	padding-left: 0;
	margin-left: 0;
}

main ul li,
main ol li {
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	line-height: 1.7em !important;
}

/* リストの※マーク */
.is-style-st-komejirusi-list,
.kome {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-left: 0;
}

.is-style-st-komejirusi-list li,
.kome li {
	list-style: none;
	padding-left: 1.2rem;
}

.is-style-st-komejirusi-list li::before,
.kome li::before {
	content: "※";
	margin-right: 5px;
	margin-left: -1.2rem;
	width: 1rem;
}

/** 子階層 */
.is-style-st-komejirusi-list ol,
.is-style-st-komejirusi-list ul,
.kome ol,
.kome ul {
	padding-left: 0;
	margin-left: 0;
}

.is-style-st-komejirusi-list li li,
.kome li li {
	list-style-type: disc;
	padding-left: 0;
	margin-left: 1.2rem;
}

.is-style-st-komejirusi-list li li::before,
.kome li li::before {
	content: none;
	margin-left: 0;
}

/* 階層リスト */
ul.is-style-st-kaisou,
ul.is-style-st-kaisou ul {
	list-style-type: none !important;
}

ul.is-style-st-kaisou {
	margin-left: 0 !important;
}

ul.is-style-st-kaisou ul {
	margin: 0;
	padding: 0;
	position: relative;
	margin-left: 10px;
}

ul.is-style-st-kaisou ul:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	border-left: 1px solid #ccc;
}

ul.is-style-st-kaisou li {
	position: relative;
	margin: 0;
	padding: 0.3em 0 0.3em 1em;
	text-decoration: none;
}

ul.is-style-st-kaisou > li {
	padding-left: 0;
}

ul.is-style-st-kaisou li a {
	position: relative;
	color: #ccc;
	text-decoration: none;
	font-weight: bold;
}

ul.is-style-st-kaisou ul li:before {
	content: "";
	display: block;
	position: absolute;
	top: 1em;
	left: 0;
	width: 0.7em;
	height: 0;
	border-top: 1px solid #ccc;
}

ul.is-style-st-kaisou ul li ul li:last-child:before {
	top: 1em;
	bottom: 0;
	height: auto;
	background: #fff;
}
/* ボーダーあり */
main .st-list-underline li,
main .st-list-border ul li,
main .st-list-border ol li,
main ul.is-style-st-border li,
main ol.is-style-st-border li,
main ul.is-style-st-circle-border li,
main ol.is-style-st-circle-border li,
main ul.is-style-st-square-checkbox li,
main ol.is-style-st-square-checkbox li,
main ul.is-style-st-no-border li,
main ol.is-style-st-no-border li {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.st-list-underline.is-style-st-no > li::before,
.st-list-underline.st-list-no li::before {
	top: calc(0.25em + 5px) !important;
}

.st-list-underline.is-style-st-circle > li::before,
.st-list-underline.st-list-circle li::before {
	top: calc(0.75em + 5px);
}

ul li {
	text-align: left;
}

.post
	ul:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(
		.st-pvm-nav-list
	) {
	list-style-type: disc;
}

.post ol {
	list-style-type: decimal;
}

/*マルリスト・チェックリスト*/
.post .is-style-st-maruno,
.post .is-style-st-maruck,
.post .maruno,
.post .maruck {
	margin-bottom: 20px;
}

.post .is-style-st-maruno > li,
.post .maruno li {
	counter-increment: st-section;
}

.post .is-style-st-maruno > li::before,
.post .maruno li::before {
	content: counters(st-section, "");
}

.post .is-style-st-maruck > li::before,
.post .maruck li::before {
	content: " \f00c";
	font-family: stsvg;
}

.post .is-style-st-maruno > li,
.post .is-style-st-maruck > li,
.post .maruno li,
.post .maruck li {
	list-style-type: none;
	padding-left: 2.25em;
	position: relative;
}

.post .is-style-st-maruno > li::before,
.post .is-style-st-maruck > li::before,
.post .maruno li::before,
.post .maruck li::before {
	border-radius: 50%;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
	text-align: center;
	background: #f3f3f3;
	color: #333;
	box-sizing: border-box;
	left: 0.25em;
	position: absolute;
	transform: scale(0.8);
}

/* ボーダーあり */
.st-list-underline > li,
.is-style-st-border > li,
.is-style-st-circle-border > li,
.is-style-st-check-border > li,
.is-style-st-no-border > li,
.st-list-border li {
	border-bottom: dotted 1px #ccc;
}

/* サークル */
ol.is-style-st-circle > li,
ul.is-style-st-circle > li,
ol.is-style-st-circle-border > li,
ul.is-style-st-circle-border > li,
.st-list-circle li {
	position: relative;
	padding-left: 2em;
	list-style: none;
}

.is-style-st-circle > li::before,
.st-list-circle li::before {
	content: "";
	width: 0.5em;
	height: 0.5em;
	line-height: 0.5em;
	background-color: #ccc;
	border-radius: 50%;
	position: absolute;
	left: 0.75em;
	top: 0.75em;
}

.is-style-st-circle-border > li::before {
	content: "";
	width: 0.5em;
	height: 0.5em;
	line-height: 0.5em;
	background-color: #ccc;
	border-radius: 50%;
	position: absolute;
	left: 0.75em;
	top: 1em;
}

.st-list-border.st-list-circle li::before {
	top: 1em !important;
}

/*マル*/
.is-style-st-correct-list {
	max-width: 100%;
	box-sizing: border-box;
	padding-left: 0;
	margin-left: 0;
}

.post .is-style-st-correct-list {
	margin-bottom: 20px;
}

.is-style-st-correct-list > li::before {
	content: " \f10c";
	font-family: stsvg;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
	text-align: center;
	color: #4fc3f7;
	box-sizing: border-box;
	left: 0.25em;
	position: absolute;
}

.is-style-st-correct-list > li {
	list-style-type: none;
	padding-left: 2em;
	position: relative;
}

/*バツ*/
.is-style-st-wrong-list {
	max-width: 100%;
	box-sizing: border-box;
	padding-left: 0;
	margin-left: 0;
}

.post .is-style-st-wrong-list {
	margin-bottom: 20px;
}

.is-style-st-wrong-list > li::before {
	content: " \f00d";
	font-family: stsvg;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
	text-align: center;
	color: #f44336;
	box-sizing: border-box;
	left: 0.25em;
	position: absolute;
}

.is-style-st-wrong-list > li {
	list-style-type: none;
	padding-left: 2em;
	position: relative;
}

/* 簡易チェックマーク */
.is-style-st-check > li,
.is-style-st-check-border > li,
.st-list-check li {
	position: relative;
	padding-left: 2.5em;
	list-style: none;
}

.is-style-st-check > li::before,
.is-style-st-check-border > li::before,
.st-list-check li::before {
	/* チェック */
	content: "";
	position: absolute;
	top: 0.75em;
	left: 0.9em;
	-webkit-transform: rotate(50deg);
	-ms-transform: rotate(50deg);
	transform: rotate(50deg);
	width: 0.2em;
	height: 0.5em;
	border-right: 2px solid #f44336;
	border-bottom: 2px solid #f44336;
}

.is-style-st-check > li::after,
.is-style-st-check-border > li::after,
.st-list-check li::after {
	content: "";
	position: absolute;
	top: 0.55em;
	left: 0.5em;
	width: 1em;
	height: 1em;
	border: solid 1px #ccc;
}

/* 簡易チェックボーダーあり */
.is-style-st-check > li::after:hover,
.is-style-st-check-border > li::after:hover,
.st-list-check li::after:hover {
	color: #ff0000;
}

/* 四角背景 */
.is-style-st-no > li,
.is-style-st-no-border > li,
.st-list-no li {
	display: block;
	flex-wrap: wrap;
	counter-increment: st-list-count;
	list-style: none;
	position: relative;
	padding-left: 2.5em;
}

.is-style-st-no > li::before,
.st-list-no li::before {
	content: counter(st-list-count);
	width: 1.5em;
	height: 1.5em;
	background-color: #ccc;
	color: #fff;
	line-height: 1.5em;
	position: absolute;
	left: 0.25em;
	text-align: center;
	top: 0.25em !important;
	transform: scale(0.8);
}

.is-style-st-no-border > li::before {
	content: counter(st-list-count);
	width: 1.5em;
	height: 1.5em;
	background-color: #ccc;
	color: #fff;
	line-height: 1.5em;
	position: absolute;
	left: 0.25em;
	text-align: center;
	top: 0.5em !important;
	transform: scale(0.8);
}

.st-list-no.st-list-border li::before {
	top: 0.5em !important;
}

/*均等横並び */
.post
	.kintou
	ul:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(
		.st-pvm-nav-list
	) {
	display: table;
	table-layout: fixed;
	width: 100%;
	padding: 0;
	margin: 0 auto 20px;
}

.post
	.kintou
	ul:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(
		.st-pvm-nav-list
	)
	li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0 5px;
}

/*カウント*/
.st-link-guide li a,
.st-count {
	counter-increment: stcnt;
}

.st-count::before {
	content: counter(stcnt) ". ";
	margin-right: 5px;
	font-family: Roboto, Arial, sans-serif;
}

.st-link-guide li a::before {
	content: counter(stcnt) ". ";
	font-size: 110%;
	font-weight: bold;
}

.st-link-guide .sub-menu li a::before {
	font-weight: normal;
}

.st-link-guide .st-link-guide-menu > li:last-child a::before {
	content: none;
}

footer .st-link-guide ul,
footer .st-link-guide ul ol {
	padding-left: 0;
}

/* ボックスメニュー */
.post .st-box-btn,
.st-box-btn {
	position: relative;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 !important;
	margin-bottom: 20px;
}

.st-box-btn p {
	word-break: break-all;
}

#side aside ul.st-box-btn li,
.st-box-btn li,
.post .st-box-btn li,
.post ul.st-box-btn li:last-child {
	display: flex;
	box-sizing: border-box;
	justify-content: center;
	align-items: center;
	width: 50%;
	box-shadow: 1px 1px 0 0 #bdbdbd inset, 1px 1px 0 0 #bdbdbd, 1px 0 0 0 #bdbdbd;
	text-align: center;
	vertical-align: middle;
	background: #fff;
	padding: 0;
}

#footer .st-box-btn p {
	margin-bottom: 0;
}

@media only screen and (min-width: 600px) {
	.st-box-btn.st-pc-show-4 li,
	.post .st-box-btn.st-pc-show-4 li,
	.post ul.st-box-btn.st-pc-show-4 li:last-child {
		width: 25%;
	}

	.st-box-btn.st-pc-show-3 li,
	.post .st-box-btn.st-pc-show-3 li,
	.post ul.st-box-btn.st-pc-show-3 li:last-child {
		width: 33.333%;
	}

	/* スライドメニュー内 */
	.acordion_tree .st-box-btn.st-pc-show-4 li,
	.acordion_tree .post .st-box-btn.st-pc-show-4 li,
	.acordion_tree .post ul.st-box-btn.st-pc-show-4 li:last-child,
	.acordion_tree .st-box-btn.st-pc-show-3 li,
	.acordion_tree .post .st-box-btn.st-pc-show-3 li,
	.acordion_tree .post ul.st-box-btn.st-pc-show-3 li:last-child {
		width: 50%;
	}
}

.st-box-btn li a {
	display: block;
	width: 100%;
	text-decoration: none;
	color: #424242;
	line-height: 1.2;
	padding: 20px;
	box-sizing: border-box;
}

.st-box-btn li a:hover {
	opacity: 0.7;
	transition: all 0.5s;
}

.st-box-btn .st-fa,
.st-box-btn .fa,
.st-box-btn img {
	display: block;
	margin: 0 auto 7px;
	max-width: 100%;
	font-weight: normal;
}

.post .st-box-btn-text,
.st-box-btn-text {
	margin-bottom: 0;
	line-height: 1.5;
}

.post .st-box-btn-memo,
.st-box-btn-memo {
	font-weight: normal;
	margin-bottom: 0;
	line-height: 1.5;
	font-size: 80%;
	color: #757575;
	padding-top: 5px;
}

/* ボックスメニュー（verticalタイプ） */
#side aside ul.st-box-btn.st-box-btn-list-vertical,
.post .st-box-btn.st-box-btn-list-vertical,
.st-box-btn.st-box-btn-list-vertical {
	justify-content: flex-start;
	flex-wrap: wrap;
	flex-direction: column;
}

#side aside ul.st-box-btn.st-box-btn-list-vertical li,
.st-box-btn.st-box-btn-list-vertical li,
.post .st-box-btn.st-box-btn-list-vertical li,
.post ul.st-box-btn.st-box-btn-list-vertical li:last-child {
	width: 100%;
}

#side aside ul.st-box-btn.st-box-btn-list-vertical li a,
.st-box-btn.st-box-btn-list-vertical li a,
.post .st-box-btn.st-box-btn-list-vertical li a,
.post ul.st-box-btn.st-box-btn-list-vertical li:last-child a {
	display: flex;
	box-sizing: border-box;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	text-align: left;
}

#side aside ul.st-box-btn.st-box-btn-list-vertical .st-fa,
#side aside ul.st-box-btn.st-box-btn-list-vertical .fa,
#side aside ul.st-box-btn.st-box-btn-list-vertical img,
.st-box-btn.st-box-btn-list-vertical .st-fa,
.st-box-btn.st-box-btn-list-vertical .fa,
.st-box-btn.st-box-btn-list-vertical img {
	display: flex;
	font-size: 300%;
	font-weight: normal;
	padding-right: 20px;
	margin: 0;
	max-width: 30%;
	justify-content: center;
	align-items: center;
}

@media print, screen and (max-width: 599px) {
	/* スマホ最低幅 */
	.st-box-btn .st-fa,
	.st-box-btn .fa,
	.st-box-btn img {
		min-width: 50%;
	}

	.st-box-btn.st-box-btn-list-vertical .fa,
	.st-box-btn.st-box-btn-list-vertical .st-fa,
	.st-box-btn.st-box-btn-list-vertical img {
		min-width: 20%;
	}
}

footer ul.st-box-btn .fa,
footer ul.st-box-btn .st-fa,
footer ul.st-box-btn img,
#side aside ul.st-box-btn .fa,
#side aside ul.st-box-btn .st-fa,
#side aside ul.st-box-btn img {
	min-width: 50%;
}

footer ul.st-box-btn.st-box-btn-list-vertical .fa,
footer ul.st-box-btn.st-box-btn-list-vertical .st-fa,
footer ul.st-box-btn.st-box-btn-list-vertical img,
#side aside ul.st-box-btn.st-box-btn-list-vertical .fa,
#side aside ul.st-box-btn.st-box-btn-list-vertical .st-fa,
#side aside ul.st-box-btn.st-box-btn-list-vertical img {
	min-width: 20%;
}

#side aside ul.st-box-btn.st-box-btn-list-vertical .st-box-btn-text,
.post .st-box-btn.st-box-btn-list-vertical .st-box-btn-text,
.st-box-btn.st-box-btn-list-vertical .st-box-btn-text {
	display: block;
	margin-bottom: 3px;
	padding-top: 0;
}

#side aside ul.st-box-btn.st-box-btn-list-vertical .st-box-btn-memo,
.post .st-box-btn.st-box-btn-list-vertical .st-box-btn-memo,
.st-box-btn.st-box-btn-list-vertical .st-box-btn-memo {
	display: block;
	margin-bottom: 0;
	padding-top: 0;
}

#side aside ul.st-box-btn.st-box-btn-list-vertical .st-box-btn-text-wrap,
.post .st-box-btn.st-box-btn-list-vertical .st-box-btn-text-wrap {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	flex-direction: column;
	max-width: 70%;
	box-sizing: border-box;
}

/* ガイドマップメニュー（ウィジェット） */
.widget_guidemap_widget.is-no-underline a {
	text-decoration: none;
}

.widget_guidemap_widget.is-rounded .st-link-guide-menu > .menu-item > a {
	border-radius: 8px;
}

/* ガイドマップメニュー */
.post .st-link-guide-menu:not(.toc_list):not(.st_toc_list) {
	padding-left: 0;
	padding-right: 0;
}

#side aside .st-link-guide li a::after,
.post .entry-content .st-link-guide ul li a::after,
.st-link-guide li a::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #ccc;
}

#side aside .st-link-guide > ul li:last-child a::after,
.post .entry-content .st-link-guide > ul li:last-child a::after,
.st-link-guide > ul li:last-child a::after {
	content: none;
}

#side aside .st-link-guide li,
.post .entry-content .st-link-guide ul li,
.st-link-guide li {
	list-style: none;
}

#side aside .st-link-guide li a,
.post .entry-content .st-link-guide ul li a,
.st-link-guide li a {
	position: relative;
	background: #ccc;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: center;
	list-style: none;
	width: 100%;
	box-sizing: border-box;
	display: block;
	color: #333;
	font-weight: bold;
}

.post .st-link-guide li a:last-child,
.post .entry-content .st-link-guide ul li a:last-child,
.post .st-link-guide li a:last-child {
	padding-bottom: 10px;
}

#side aside .st-link-guide li a:hover,
.post .entry-content .st-link-guide ul li a:hover,
.st-link-guide li a:hover {
	opacity: 0.7;
}

/* ガイドマップサブメニュー */
.st-link-guide .sub-menu,
.post .st-link-guide .sub-menu:not(.toc_list):not(.st_toc_list),
#side aside .st-link-guide .sub-menu {
	margin-bottom: 10px;
	padding-top: 0;
}

.st-link-guide .sub-menu:last-child,
.post .st-link-guide .sub-menu:not(.toc_list):not(.st_toc_list):last-child {
	margin-bottom: 0;
}

#side aside .st-link-guide .sub-menu li a::after,
.post .entry-content .st-link-guide .sub-menu li a::after,
.st-link-guide .sub-menu li a::after {
	content: none;
}

#side aside .st-link-guide .sub-menu li a,
.post .entry-content .st-link-guide .sub-menu li a,
.st-link-guide .sub-menu li a {
	position: relative;
	background-color: transparent;
	padding: 5px;
	border-bottom: none;
	text-align: left;
	list-style: none;
	margin-bottom: 0;
	color: #333;
	font-weight: normal;
}

.post .st-link-guide .sub-menu li a:last-child,
.post .entry-content .st-link-guide .sub-menu li a:last-child,
.post .st-link-guide .sub-menu li a:last-child {
	padding-bottom: 0;
}

/*スライドボックス*/
.st-slidebox-c {
	margin-bottom: 20px;
	padding: 15px;
	background: #fafafa;
	border-radius: 5px;
}

.st-btn-open {
	display: flex;
	align-items: center;
}

.post .st-btn-open {
	color: #333;
	cursor: pointer;
	margin-bottom: 0;
}

.st-slidebox {
	padding-top: 10px;
	display: none;
}

.post .st-slidebox > p:last-child {
	margin-bottom: 0;
}

.st-btn-open .st-fa,
.st-btn-open .fa {
	margin-right: 5px;
}

.st-slidebox-c.is-st-toggle-position-center .st-btn-open {
	justify-content: center;
}

.st-slidebox-c.is-st-toggle-position-right .st-btn-open {
	justify-content: flex-end;
	text-align: right;
}

.st-slidebox-c.is-st-toggle-text-bold .st-slidebox-btn-text,
.st-slidebox-c.is-st-toggle-text-bold .st-slidebox-btn-text {
	font-weight: bold;
}

.st-slidebox-c.is-st-toggle-position-left.is-st-toggle-icon-position-right
	.st-slidebox-btn-text,
.st-slidebox-c.is-st-toggle-position-right.is-st-toggle-icon-position-left
	.st-slidebox-btn-text {
	flex-grow: 1;
}

.st-slidebox-c.is-st-toggle-icon-position-right .st-fa,
.st-slidebox-c.is-st-toggle-icon-position-right .fa {
	margin-right: 0;
	margin-left: 5px;
	order: 2;
}

/** 閉じるボタン */
.is-expanded .st-btn-open {
	font-size: 0.85em;
	opacity: 0.8;
}

.is-expanded .st-btn-open .st-fa,
.is-expanded .st-btn-open .fa {
	font-size: 0.7em;
	opacity: 0.8;
}

/* クリックして下さいを消す
.st-btn-open-click {
	display: none;
}
*/

/* 対象をクリックさせない */
.st-noclick {
	position: relative;
}

.st-noclick:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	z-index: 1;
	cursor: text;
}

/*メモボックス2*/
.st-memobox2 {
	position: relative;
	margin: 25px 0 20px;
	padding: 20px;
	border: solid 1px #9e9e9e;
	border-radius: 0;
}

.st-memobox2 .st-fa,
.st-memobox2 .fa {
	margin-right: 5px;
}

.st-memobox2 .st-memobox-title {
	position: absolute;
	display: inline-block;
	top: -8px;
	left: 10px;
	padding: 0 9px;
	line-height: 1;
	background: #fff;
	color: #333;
	font-weight: normal;
	font-size: 90%;
}

.st-memobox2 .st-memobox-title::before {
	content: "\f0f6\00a0";
	font-family: stsvg;
}

.st-memobox2 > * {
	font-size: 95%;
	line-height: 1.5;
}

/*旧メモボックス*/
.st-memobox {
	position: relative;
	margin: 20px 0;
	padding: 20px;
	border: solid 2px #9e9e9e;
	border-radius: 8px;
}

.st-memobox .st-fa,
.st-memobox .fa {
	margin-right: 5px;
}

.st-memobox .st-memobox-title {
	position: absolute;
	display: inline-block;
	top: -8px;
	left: 10px;
	padding: 0 9px;
	line-height: 1;
	background: #fff;
	color: #9e9e9e;
	font-weight: bold;
}

/*マイボックスメモ*/
.st-mybox {
	position: relative;
	margin: 25px 0;
	padding: 0 20px;
	border: solid 2px #9e9e9e;
	border-radius: 8px;
}

.wp-block-st-blocks-my-box.st-mybox {
	/* Gutenberg */
	border-radius: 5px;
}

.st-in-mybox {
	padding: 20px 0;
	z-index: -2;
}

.st-in-mybox p {
	margin-bottom: 10px;
}

.st-in-mybox > *:last-child {
	margin-bottom: 0;
}

.st-in-mybox .is-style-st-circle,
.st-in-mybox .is-style-st-circle-border,
.st-in-mybox .is-style-st-check,
.st-in-mybox .is-style-st-check-border,
.st-in-mybox .is-style-st-square-checkbox-no-border,
.st-in-mybox .is-style-st-square-checkbox,
.st-in-mybox .is-style-st-no,
.st-in-mybox .is-style-st-no-border {
	padding-left: 0 !important;
}

.st-mybox .st-fa,
.st-mybox .fa {
	margin-right: 5px;
	margin-left: 5px;
}

.st-mybox:not(.st-title-border) .st-mybox-title {
	background: none !important;
}

.st-mybox .st-mybox-title {
	position: absolute;
	display: inline-block;
	top: calc(-0.5em - 0.5 * var(--border-height, 0.5em));
	left: 10px;
	line-height: 1;
	color: #9e9e9e;
	font-weight: bold;
	margin-bottom: 10px;
	z-index: 1;
	text-shadow: #fff 3px 0px 0px, #fff 2.83487px 0.981584px 0px,
		#fff 2.35766px 1.85511px 0px, #fff 1.62091px 2.52441px 0px,
		#fff 0.705713px 2.91581px 0px, #fff -0.287171px 2.98622px 0px,
		#fff -1.24844px 2.72789px 0px, #fff -2.07227px 2.16926px 0px,
		#fff -2.66798px 1.37182px 0px, #fff -2.96998px 0.42336px 0px,
		#fff -2.94502px -0.571704px 0px, #fff -2.59586px -1.50383px 0px,
		#fff -1.96093px -2.27041px 0px, #fff -1.11013px -2.78704px 0px,
		#fff -0.137119px -2.99686px 0px, #fff 0.850987px -2.87677px 0px,
		#fff 1.74541px -2.43999px 0px, #fff 2.44769px -1.73459px 0px,
		#fff 2.88051px -0.838246px 0px;
	padding: 0;
	background-color: transparent !important;
}

.st-mybox:not(.st-title-under)::before {
	content: "";
	position: absolute;
	top: 0;
	left: 5px;
	z-index: 1 !important;
	background-color: #ffffff;
	top: calc(-1 * var(--border-height, 0px));
	height: var(--border-height, 0px);
	width: var(--title-width, 0);
}

.wp-block-st-blocks-my-box .st-in-mybox {
	padding: 30px 0 20px;
}

/** 見出しを下に */
.st-mybox.st-title-under .st-mybox-title {
	position: relative;
	display: inline-block;
	margin: 20px 0 0;
	margin-bottom: 10px;
	top: 0;
	left: 0;
	text-shadow: none !important;
	background-color: transparent !important;
}

.st-mybox.st-title-under .st-mybox-title::after {
	content: none;
}

/** 見出しにボーダー */
.st-mybox.st-title-border .st-mybox-title {
	padding-bottom: 10px;
	border-bottom: 2px solid #ccc;
}

.st-mybox.st-title-under .st-in-mybox {
	padding: 0 0 20px;
}

.st-mybox.st-title-border:not(.st-title-under)::before {
	left: 20px;
	width: calc(var(--title-width, 0) - 10px);
}

/** 見出し下 + 見出しにボーダー */
.st-mybox.st-title-border.st-title-under .st-mybox-title {
	padding-bottom: 10px;
	margin-bottom: 20px;
	padding-right: 5px;
}

/** 見出しにボーダー ※見出し下ではない  */
.st-mybox.st-title-border:not(.st-title-under) .st-in-mybox {
	padding-top: 35px;
}

.st-mybox.st-title-border:not(.st-title-under) .st-mybox-title {
	padding-left: 10px;
	padding-right: 10px;
	left: 20px;
}

/*見出し付ボックス*/

.freebox {
	border-width: 0px;
	border-top: solid 1px #feb20a;
	padding: 0 0 10px;
	background: #f3f3f3;
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 20px;
	position: relative;
}

.p-free {
	padding: 0;
	margin-bottom: 0;
	border: none;
}

.p-free::after {
	content: "";
	display: block;
	margin-bottom: 5px;
}

.p-entry-f {
	padding: 3px 20px;
	margin: 0;
	font-size: 15px;
	font-weight: bold;
	background: #feb20a;
	color: #fff;
	top: 0;
	left: 0;
	max-width: 80%;
	display: inline-block;
}

.p-entry-f .st-fa,
.p-entry-f .fa {
	margin-right: 5px;
}

.free-inbox {
	padding: 10px 15px 10px;
	text-align: left;
}

.free-inbox p {
	margin-bottom: 10px;
}

.free-inbox > *:last-child {
	margin-bottom: 0;
}

/**見出し付ボックス（タイトル幅100%ver）*/
.freebox-intitle {
	border-top: none;
	padding-top: 0;
}

.freebox-intitle .p-free {
	margin-bottom: 0;
}

.freebox-intitle .p-free::after {
	content: none;
}

.freebox-intitle .p-entry-f {
	padding: 6px 20px;
	margin: 0;
	font-size: 15px;
	font-weight: bold;
	background: #feb20a;
	color: #fff;
	position: relative;
	max-width: 100%;
	display: block;
	text-align: center;
	border-bottom-right-radius: 0 !important;
}

.freebox-intitle .free-inbox {
	padding-top: 15px;
}

/*ミニふきだし*/
.post .st-minihukidashi,
.st-minihukidashi {
	font-size: 100%;
	display: inline-block;
	position: relative;
	background: #f3f3f3;
	color: #1a1a1a;
	line-height: 1.4;
	margin-bottom: 20px;
	padding: 10px 20px;
	border-radius: 30px;
	z-index: 2;
}

.post .st-minihukidashi span.st-minihukidashi-arrow,
.st-minihukidashi span.st-minihukidashi-arrow {
	content: "";
	position: absolute;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #f3f3f3;
	top: 100%;
	left: 40px;
}

.st-minihukidashi .st-fa,
.st-minihukidashi .fa {
	margin-right: 5px;
}

.st-minihukidashi .st-minihukidashi-flexbox {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.st-minihukidashi img {
	border-radius: 50%;
	width: 30px;
	height: auto;
	margin-right: 10px;
}

.st-minihukidashi .photoline img {
	border-radius: 0;
	border: none;
}

/* 吹き出し下線 */
.hukidashi-underline {
	position: relative;
	padding: 10px;
	margin-bottom: 30px;
	border: none;
	border-bottom: 3px solid #ccc;
}

.hukidashi-underline::before,
.hukidashi-underline::after {
	position: absolute;
	width: 0;
	height: 0;
	border: solid transparent;
	content: "";
	border-top-width: 13px;
	border-right-width: 13px;
	border-bottom-width: 13px;
	border-left-width: 13px;
}

.hukidashi-underline::before {
	left: 50px;
	bottom: -28px;
	border-top-color: #ccc;
	border-left-color: #ccc;
}

.hukidashi-underline::after {
	left: 53px;
	bottom: -21px;
	border-top-color: #fff;
	border-left-color: #fff;
}

/*まるもじ*/
.st-marumozi {
	font-size: 85%;
	padding: 8px 20px;
	margin: 0 10px 0 0;
	display: inline-block;
}

.st-marumozi-big {
	padding: 8px 20px;
	margin: 0 10px 0 0;
	display: inline-block;
	font-weight: bold;
}

.post p.st-marumozi-big-p {
	margin-bottom: 0;
}

.st-marumozi .st-fa,
.st-marumozi-big .st-fa,
.st-marumozi .fa,
.st-marumozi-big .fa {
	margin-right: 7px;
}

.st-marumozi img {
	border-radius: 50%;
	width: 20px;
	height: auto;
	margin-right: 5px;
}

.st-marumozi-big img {
	border-radius: 50%;
	width: 30px;
	height: auto;
	margin-right: 10px;
}

.st-marumozi .photoline img,
.st-marumozi-big .photoline img {
	border-radius: 0;
	border: none;
}

/*クリップメモ*/
.clip-memobox {
	display: flex;
	background: #f3f3f3;
	border-radius: 3px;
	margin-bottom: 20px;
	padding: 10px;
}

.clip-fonticon {
	align-self: center;
	padding: 0 0.7em 0 calc(0.7em - 5px);
	text-align: center;
	flex-shrink: 0;
	border-right: 1px solid #e0e0e0;
    border-top: none;
    border-left: none;
    border-bottom: none;
}

.clip-memotext p {
	margin-bottom: 10px;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.clip-memotext {
	min-width: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-grow: 1;
	padding-left: 1em;
	box-sizing: border-box;
}

.clip-memotext > * {
	font-size: 95%;
	line-height: 1.7;
}

.clip-memotext .is-style-st-circle,
.clip-memotext .is-style-st-circle-border,
.clip-memotext .is-style-st-check,
.clip-memotext .is-style-st-check-border,
.clip-memotext .is-style-st-square-checkbox-no-border,
.clip-memotext .is-style-st-square-checkbox,
.clip-memotext .is-style-st-no,
.clip-memotext .is-style-st-no-border {
	padding-left: 0 !important;
}

.clip-memotext > *:last-child {
	margin-bottom: 0 !important;
}

main .clip-memotext ul,
main .clip-memotext ol {
	padding: 0 1em 0 0;
}

main .clip-memotext .is-style-st-border,
main .clip-memotext .is-style-st-no-border,
main .clip-memotext .is-style-st-square-checkbox {
	padding-bottom: 10px;
}

.clip-memobox.st-text-guide .clip-fonticon {
	display: flex;
	justify-content: center;
	align-items: center;
}

.clip-memobox.st-text-guide .st-fa,
.clip-memobox.st-text-guide .fa,
.clip-memobox.wp-block-st-blocks-memo.has-icon-label .st-fa,
.clip-memobox.wp-block-st-blocks-memo.has-icon-label .fa {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.clip-memobox.st-text-guide .st-fa::before,
.clip-memobox.st-text-guide .st-fa::after,
.clip-memobox.st-text-guide .fa::before,
.clip-memobox.st-text-guide .fa::after,
.clip-memobox.wp-block-st-blocks-memo.has-icon-label .st-fa::before,
.clip-memobox.wp-block-st-blocks-memo.has-icon-label .fa::before {
	line-height: 1.5em;
}

.clip-memobox.st-text-guide .st-fa::before,
.clip-memobox.st-text-guide .fa::before {
	display: block;
	padding-top: 10px;
}

.clip-memobox.st-text-guide .st-fa::after,
.clip-memobox.st-text-guide .fa::after,
.clip-memobox.wp-block-st-blocks-memo.has-icon-label .st-fa::after,
.clip-memobox.wp-block-st-blocks-memo.has-icon-label .fa::after {
	margin-top: 0;
	display: block;
	font-size: 11px;
	max-width: 5.5em;
	line-height: 1.5em;
}

.clip-memobox.st-text-guide.st-text-guide-sankou .st-fa::after,
.clip-memobox.st-text-guide.st-text-guide-sankou .fa::after {
	content: "参考";
}

.clip-memobox.st-text-guide.st-text-guide-kanren .st-fa::after,
.clip-memobox.st-text-guide.st-text-guide-kanren .fa::after {
	content: "関連";
}

.clip-memobox.st-text-guide.st-text-guide-memo .st-fa::after,
.clip-memobox.st-text-guide.st-text-guide-memo .fa::after {
	content: "メモ";
}

.clip-memobox.st-text-guide.st-text-guide-attention .st-fa::after,
.clip-memobox.st-text-guide.st-text-guide-attention .fa::after {
	content: "注意";
}

.clip-memobox.st-text-guide.st-text-guide-point .st-fa::after,
.clip-memobox.st-text-guide.st-text-guide-point .fa::after {
	content: "Check";
}

.clip-memobox.st-text-guide.st-text-guide-next .st-fa::after,
.clip-memobox.st-text-guide.st-text-guide-next .fa::after {
	content: "次へ進む";
}

.clip-memobox.st-text-guide.st-text-guide-prev .st-fa::after,
.clip-memobox.st-text-guide.st-text-guide-prev .fa::after {
	content: "前に戻る";
}

.clip-memobox.st-text-guide.st-text-guide-question .st-fa::after,
.clip-memobox.st-text-guide.st-text-guide-question .fa::after {
	content: "質問";
}

.clip-memobox.st-text-guide.st-text-guide-answer .st-fa::after,
.clip-memobox.st-text-guide.st-text-guide-answer .fa::after {
	content: "回答";
}

/* Gutenberg ブロック */
.clip-memobox.wp-block-st-blocks-memo.has-border {
	border: 1px solid transparent;
}

.clip-memobox.wp-block-st-blocks-memo.has-icon-label .st-fa::after,
.clip-memobox.wp-block-st-blocks-memo.has-icon-label .fa::after {
	content: attr(data-icon-label);
}

/** マイボックスとの組み合わせ */
.st-in-mybox.in-clip-memobox .clip-memobox {
	padding: 0;
	margin: -10px;
}

.st-in-mybox.in-clip-memobox .clip-memobox a {
	font-weight: bold;
	color: #ff0000;
}

/*参照リンク*/
.st-share {
	background: #fafafa;
	padding: 5px;
	border-radius: 3px;
	font-size: 95%;
	line-height: 1.7;
}
.st-share::before {
	content: "\00a0\00a0\f0c1\00a0\00a0\00a0";
	font-family: stsvg;
	color: #9e9e9e;
}

/* こんな方におすすめ */
.st-blackboard {
	padding: 30px 30px 15px;
	box-sizing: border-box;
	margin-bottom: 20px;
	border: 3px solid #f3f3f3;
	background: #fff;
	border-radius: 0;
}

.st-blackboard-title-box {
	text-align: center;
	margin-bottom: 10px;
}

.st-blackboard-title {
	color: #424242;
	display: inline-block;
	border-bottom: 2px solid #424242;
	font-weight: bold;
	text-align: center;
	padding: 10px 10px 5px;
	background: #fff;
}

.st-blackboard-title::before {
	content: "\f0f6\00a0\00a0";
	font-family: stsvg;
}

/* こんな方におすすめ（チェックボックス） */
#side aside .st-blackboard ul li,
.st-blackboard ul li {
	position: relative;
	display: block;
	line-height: 1.7;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 0.5em;
	padding-top: 0.25em;
	padding-bottom: 0.75em;
	padding-left: calc(1em + 20px);
}

.st-blackboard
	ul:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(
		.st-pvm-nav-list
	) {
	display: block;
	margin-bottom: 0;
	padding: 10px 0 0;
}

.st-blackboard ul li:last-child {
	margin-bottom: 15px;
	padding-bottom: 0.75em;
}

/** こんな方におすすめ（v） */
.st-blackboard:not(.square-checkbox)
	ul.st-blackboard-list:not([class^="is-style-st-heading-custom-"]):not(
		[class*=" is-style-st-heading-custom-"]
	):not(.st-css-no)
	li::before {
	content: "\f058\00a0\00a0";
	font-family: stsvg;
	color: #ff0000;
	position: absolute;
	top: calc(50% - 1em);
	left: 0.4em;
	z-index: 2;
	margin-right: 15px;
	font-size: 90%;
	line-height: 1.5;
}

/** こんな方におすすめ [v] */
.st-blackboard.square-checkbox
	ul.st-blackboard-list:not([class^="is-style-st-heading-custom-"]):not(
		[class*=" is-style-st-heading-custom-"]
	):not(.st-css-no)
	li::before {
	position: absolute;
	top: calc(50% - 1.1em);
	left: 0.4em;
	content: "\f00c";
	font-family: stsvg;
	color: #ff0000;
	z-index: 2;
	margin-right: 15px;
	font-size: 90%;
	line-height: 1.5;
}

.st-blackboard.square-checkbox ul li::after {
	content: "\e904";
	font-family: stsvg;
	color: #ccc;
	position: absolute;
	z-index: 1;
	left: 0;
	top: calc(50% - 0.9em);
	font-size: 150% !important;
	line-height: 1.5;
}

/* リストを削除するクラス */
.st-blackboard .st-no-ck li::before {
	content: none !important;
}

.st-blackboard .st-no-ck li {
	padding-left: 0 !important;
}

/* チェックボックス */
.st-square-checkbox:not(.st-square-checkbox-nobox) {
	border: 3px solid #f3f3f3;
	padding: 30px 30px 15px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.post
	.st-square-checkbox
	ul:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(
		.st-pvm-nav-list
	),
.st-square-checkbox:not(.st-square-checkbox-nobox) ul {
	margin-bottom: 0;
}

#side
	aside
	.st-mybox
	.st-square-checkbox.st-square-checkbox-nobox
	li:last-child,
.post .st-mybox .st-square-checkbox.st-square-checkbox-nobox li:last-child,
.st-mybox .st-square-checkbox.st-square-checkbox-nobox li:last-child,
#side aside .freebox .st-square-checkbox.st-square-checkbox-nobox li:last-child,
.post .freebox .st-square-checkbox.st-square-checkbox-nobox li:last-child,
.freebox .st-square-checkbox.st-square-checkbox-nobox li:last-child {
	margin-bottom: 0;
}

.st-square-checkbox.st-bold > li {
	font-weight: bold;
}

.post .is-style-st-square-checkbox-no-border > li,
.post .is-style-st-square-checkbox > li,
.is-style-st-square-checkbox-no-border > li,
.is-style-st-square-checkbox > li,
#side aside .st-square-checkbox > li,
.post .st-square-checkbox > li,
.st-square-checkbox ul li, /* チェックボックス（番号なしリスト）Classic */
.st-square-checkbox > li {
	position: relative;
	display: block;
	line-height: 1.5;
}

.st-square-checkbox li,
.is-style-st-square-checkbox > li,
.post .is-style-st-square-checkbox-no-border > li,
.is-style-st-square-checkbox-no-border > li {
	padding-left: 2.5em;
}

.post .is-style-st-square-checkbox > li,
.is-style-st-square-checkbox > li,
#side aside .st-square-checkbox > li,
.post .st-square-checkbox > li,
.st-square-checkbox ul li, /* チェックボックス（番号なしリスト）Classic */
.st-square-checkbox > li {
	border-bottom: 1px dashed #ccc;
}

/* ボタン */
.rankstlink-l2 p a,
.rankstlink-l p a,
.rankstlink-b p a,
.rankstlink-r p a,
.rankstlink-r2 p a,
.rankstlink-a p a,
.st-mybtn a {
	transition: all 0.5s;
}

.rankstlink-l2 p a:hover,
.rankstlink-l p a:hover,
.rankstlink-b p a:hover,
.rankstlink-r p a:hover,
.rankstlink-r2 p a:hover,
.rankstlink-a p a:hover,
.st-mybtn a:hover {
	opacity: 0.8;
}

/*マイボタン*/
.st-mybtn {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	display: table;
}

.st-mybtn-left {
	margin-left: 0;
	margin-right: auto;
}

.st-mybtn-right {
	margin-right: 0;
}

.st-mybtn:not(.st-mybtn-noborder) {
	border: 1px solid #ccc;
}

.st-mybtn a {
	padding: 0.7em 1.5em;
	text-align: center;
	box-sizing: border-box;
	display: flex;
	width: 100%;
	height: 100%;
	text-decoration: none;
	justify-content: center;
	align-items: center;
}

.st-mybtn .fa:not(.fa-after),
.st-mybtn .st-fa:not(.st-svg-after) {
	margin-right: 10px;
}

.st-mybtn .fa.fa-after,
.st-mybtn .st-fa.st-svg-after {
	margin-left: 10px;
}

.st-mybtn.st-btn-default {
	min-width: 40%;
}

@media print, screen and (max-width: 599px) {
	.st-mybtn.st-btn-default {
		min-width: 100%;
	}
}

/* グループブロックにてレイアウト指定時
.wp-block-group.is-st-justify .wp-block-group__inner-container .st-mybtn.st-btn-default {
	width: inherit!important;
}
 */

.st-mybtn.wp-block-st-blocks-my-button {
	color: #ffffff;
	background-color: #e6514c;
	border: 1px solid #e57373;
	border-radius: 5px;
	box-shadow: 0 3px 0 #c62828;
}

.st-mybtn.wp-block-st-blocks-my-button a {
	color: #ffffff;
}

/** 光る演出 */
.st-mybtn.wp-block-st-blocks-my-button.st-reflection {
	overflow: hidden;
}

.st-mybtn i:not(.st-svg-after):not(.fa-after) {
	margin-right: 7px;
}

.st-mybtn i.st-svg-after,
.st-mybtn i.fa-after {
	margin-left: 7px;
}

/*マイボタン（ミニ）*/
.st-mybtn.st-mybtn-mini {
	border: none;
	box-sizing: border-box;
	margin: 0 3px 10px;
	display: inline-block;
}

.st-mybtn.st-mybtn-mini a {
	padding: 7px 15px;
	text-align: left;
	box-sizing: border-box;
	display: inline-block;
	width: inherit;
	height: auto;
	text-decoration: none;
	font-size: 95%;
}

.st-mybtn.st-mybtn-mini .fa:not(.fa-after),
.st-mybtn.st-mybtn-mini .st-fa:not(.st-svg-after) {
	margin-right: 10px;
}

.st-mybtn.st-mybtn-mini .fa.fa-after,
.st-mybtn.st-mybtn-mini .st-fa.st-svg-after {
	margin-left: 10px;
}

.st-mybtn.st-mybtn-mini:hover {
	opacity: 0.6;
}

.st-mybtn.st-mybtn-mini.st-btn-default {
	width: inherit;
}

/* MCボタン */

.st-mcbtn-box {
	border-radius: 5px;
}

.st-mcbtn-box .st-mybtn,
.post .st-mcbtn-box .st-mybtn {
	margin-bottom: 10px;
}

.st-mcbox-text,
.post .st-mcbox-text {
	margin-bottom: 0;
	font-size: 80%;
	text-align: center;
}

.st-mcbox-title,
.post .st-mcbox-title {
	font-weight: bold;
	margin-bottom: 10px;
}

/* 光る演出 */
.st-reflection-on:not(.no-reflection),
.st-mybtn.st-reflection:not(.no-reflection) a {
	position: relative;
	overflow: hidden;
}

.st-reflection-on:not(.no-reflection)::after,
.st-mybtn.st-reflection:not(.no-reflection) a::after {
	content: "";
	height: 100%;
	width: 30px;
	position: absolute;
	top: -180px;
	left: 0;
	background-color: #fff;
	opacity: 0;
	transform: rotate(45deg);
	animation: reflection 5s ease-in-out infinite;
}

@keyframes reflection {
	0% {
		transform: scale(0) rotate(45deg);
		opacity: 0;
	}
	80% {
		transform: scale(0) rotate(45deg);
		opacity: 0.5;
	}
	81% {
		transform: scale(4) rotate(45deg);
		opacity: 1;
	}
	100% {
		transform: scale(50) rotate(45deg);
		opacity: 0;
	}
}

/* アイテムボックス */
.st-itmebox img {
	border: none !important;
}

a.itembox-link {
	text-decoration: none;
	font-size: 90%;
	display: block;
	box-sizing: border-box;
}

a.itembox-link h5 {
	text-decoration: underline;
}

.st-cardbox.st-itmebox {
	padding-top: 10px;
}

a.itembox-link p,
.post a.itembox-link p {
	margin-bottom: 5px;
}

.st-cardbox.st-itmebox .clearfix dd h5,
.post .st-cardbox.st-itmebox .clearfix dd h5,
#side .st-cardbox.st-itmebox .clearfix dd h5 {
	margin-bottom: 0;
	border: none;
}

a.itembox-link:hover {
	opacity: 0.7;
}

a.itembox-link .itembox-price {
	color: #616161;
}

/* 画像付きコメントボックス */
.st-user-comment-box {
	display: flex;
	align-items: center;
	padding-bottom: 5px;
	margin-bottom: 10px !important;
	border-bottom: 1px dotted #ccc;
}

.st-user-comment-img {
	width: 40px;
	padding-right: 15px;
}

.st-user-comment-img:empty {
	width: 0;
	padding-right: 0;
}

.st-user-comment-img img {
	border-radius: 50%;
}

.st-user-comment-text {
	width: calc(100% - 50px);
}

.st-user-comment-text p:not(.st-user-comment-attribute) {
	font-weight: bold;
	margin-bottom: -2px;
	line-height: 1.5 !important;
	font-size: 0.9em !important;
}

.st-user-comment-box .st-star,
.st-user-comment-attribute {
	font-size: 0.8em;
	margin-bottom: 0;
	font-weight: normal;
}

@media print, screen and (max-width: 959px) {
	.st-user-comment-text p:not(.st-user-comment-attribute) {
		line-height: 1.3 !important;
	}

	.st-user-comment-box .st-star,
	.st-user-comment-attribute {
		font-size: 0.8em;
	}
}

.st-user-comment-attribute {
	color: #9e9e9e;
}

.st-user-comment-box .st-star {
	margin-left: 7px;
}

.st-mybox .st-user-comment-box .st-svg-star-half-o,
.st-mybox .st-user-comment-box .st-svg-star-o,
.st-mybox .st-user-comment-box .st-svg-star {
	margin-right: 0;
}

/* 目次（カスタム） */
#st_toc_container,
.st_toc_container {
	margin: 0 auto 20px;
	text-align: center;
	transition: all 0.2s;
}

#st_toc_container .st_toc_title,
.st_toc_container .st_toc_title {
	text-align: center;
	padding: 5px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 5px;
	margin: 0 auto;
}

#st_toc_container:not(.st_toc_contracted) .st_toc_title,
.st_toc_container:not(.st_toc_contracted) .st_toc_title {
	margin-bottom: 20px;
}

/* 閉じたとき */
#st_toc_container.st_toc_contracted,
.st_toc_container.st_toc_contracted {
	transition: all 0.2s;
}

#st_toc_container .st_toc_title::before,
.st_toc_container .st_toc_title::before {
	content: "\e91c\00a0";
	font-family: stsvg;
	font-size: 0.8em;
	font-weight: normal;
}

#st_toc_container .st_toc_title .st_toc_toggle,
.st_toc_container .st_toc_title .st_toc_toggle {
	font-weight: normal;
	font-size: 95%;
	margin-left: 5px;
}

.post #st_toc_container ul,
.post #st_toc_container ol,
.post .st_toc_container ul,
.post .st_toc_container ol {
	list-style: none;
	margin-bottom: 0;
}

.post #st_toc_container li ul,
.post #st_toc_container li ol,
.post .st_toc_container li ul,
.post .st_toc_container li ol {
	margin-bottom: 10px;
}

/* 要素が空のとき */
#st_toc_container li li:empty,
#st_toc_container ul ul:empty,
.st_toc_container li li:empty,
.st_toc_container ul ul:empty {
	padding-bottom: 5px;
}

#st_toc_container li:empty,
.st_toc_container li:empty {
	margin-bottom: 5px;
}

.st_toc_number {
	font-weight: bold;
	margin-right: 5px;
	color: #777;
}

#st_toc_container ul a,
.st_toc_container ul a {
	display: block;
	text-decoration: none;
	color: #333;
	padding: 2px 0 7px;
}

#st_toc_container ul li li a,
.st_toc_container ul li li a {
	padding-left: 5px;
}

#st_toc_container ul a:hover,
.st_toc_container ul a:hover {
	opacity: 0.5;
}

#st_toc_container .st_toc_list > li > li > a,
.st_toc_container .st_toc_list > li > li > a {
	margin-bottom: 10px;
}

.post #st_toc_container ul ul,
.post .st_toc_container ul ul {
	padding: 5px 0 0;
}

.post #st_toc_container ul ul ul,
.post .st_toc_container ul ul ul {
	padding-left: 10px;
}

#st_toc_container li,
.st_toc_container li {
	font-weight: bold;
	margin-bottom: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	text-indent: -0.8em;
	padding-left: 1em;
}

#st_toc_container .st_toc_list > li > a,
.st_toc_container .st_toc_list > li > a {
	border-bottom: none;
	padding: 5px 0;
	font-weight: normal;
}

.post #st_toc_container > ul li,
#st_toc_container > ul > li,
.st_toc_container > ul > li {
	font-size: 18px;
	margin-bottom: 10px;
}

.post #st_toc_container > ul li li,
#st_toc_container > ul > li li,
.st_toc_container > ul > li li {
	margin-bottom: 0;
}

#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_default
	> ul
	> li,
.st_toc_container.st_toc_style_default > ul > li {
	margin-bottom: 0;
}

#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_default
	li
	li
	a,
.st_toc_container.st_toc_style_default li li a {
	padding-left: 3px;
}

main
	#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_default
	ul
	ul,
main .st_toc_container.st_toc_style_default ul ul {
	margin-left: 0;
}

main
	.post
	#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_default
	> ul
	> li
	> ul,
main .post .st_toc_container.st_toc_style_default > ul > li > ul {
	padding-bottom: 20px;
}

#st_toc_container > ul > li:first-child,
.st_toc_container > ul > li:first-child {
	padding-top: 0;
}

#st_toc_container > ul > li:last-child,
.st_toc_container > ul > li:last-child {
	margin-bottom: 0;
}

#st_toc_container li li a::before,
.st_toc_container li li a::before {
	content: none;
}

#st_toc_container li li,
.st_toc_container li li {
	text-align: left;
	font-weight: normal;
	list-style: decimal outside none;
	text-indent: 0;
	padding: 5px 0 0;
}

#st_toc_container li li li,
.st_toc_container li li li {
	margin-bottom: 0;
	padding: 5px 0;
}

#st_toc_container:not(.over_toc_content):not(.side_toc_content) li li li a,
.st_toc_container:not(.over_toc_content):not(.side_toc_content) li li li a {
	border: none;
	margin-bottom: 0;
	padding: 0;
}

/* 第一階層のみの場合 */
#st_toc_container.only-toc:not(.st_toc_style_dot) .st_toc_list,
.st_toc_container.only-toc:not(.st_toc_style_dot) .st_toc_list {
	padding: 10px 20px 20px 40px;
}

#st_toc_container.only-toc.st_toc_style_dot,
.st_toc_container.only-toc.st_toc_style_dot {
	padding: 20px 30px 30px;
}

#st_toc_container.only-toc li,
.st_toc_container.only-toc li {
	padding: 0;
	font-weight: normal;
	text-indent: 0;
	list-style-type: decimal;
}

#st_toc_container.only-toc .st_toc_list li a,
.st_toc_container.only-toc .st_toc_list li a {
	border-bottom: none;
}

#st_toc_container.only-toc:not(.st_toc_style_dot) ul a,
.st_toc_container.only-toc:not(.st_toc_style_dot) ul a {
	padding: 10px 10px 10px 5px;
}

#st_toc_container.only-toc li a::before,
.st_toc_container.only-toc li a::before {
	content: none;
}

/* オリジナル */
.post #st_toc_container ol.st-original-toc > li,
.post .st_toc_container ol.st-original-toc > li {
	list-style: decimal;
	text-align: left;
	font-weight: normal;
	padding: 0;
	text-indent: 0;
}
#st_toc_container ol.st-original-toc > li a::before,
.st_toc_container ol.st-original-toc > li a::before {
	content: none;
}

/* ドットスタイル */
main .st_toc_style_dot ul.st_toc_list {
    margin-left: 1.5em;
}

#st_toc_container.st_toc_style_dot li,
.st_toc_container.st_toc_style_dot li {
    margin-bottom: 0;
    list-style-type: disc;
    text-align: left;
}

#st_toc_container.st_toc_style_dot li li,
.st_toc_container.st_toc_style_dot li li {
    text-align: left;
    font-weight: normal;
    list-style: circle;
    text-indent: 0;
	padding: 0;
}

#st_toc_container.st_toc_style_dot ul:not(.over_toc_content):not(.side_toc_content) a,
.st_toc_container.st_toc_style_dot ul:not(.over_toc_content):not(.side_toc_content) a {
    display: block;
    text-decoration: inherit;
	font-weight: normal;
	padding-bottom: 5px; 
}

/* 目次へ戻るボタン */
.st_toc_back,
.st_toc_back:focus,
.st_toc_back:hover,
.st_toc_back:active {
	color: #ccc;
	text-decoration: none;
}

.st_toc_back {
	position: fixed;
	bottom: 109px;
	right: 15px;
	z-index: 9999;
	display: flex;
	flex-direction: column;
	opacity: 0;
	transition: all 0.5s;
	pointer-events: none;
	justify-content: center;
	align-items: center;
}

.st_toc_back.is-shown {
	opacity: 1;
	pointer-events: auto;
}

.st_toc_back.is-top {
	bottom: 139px;
}

.st_toc_back_icon {
	display: block;
	background: none;
	width: auto;
	height: auto;
	font-size: 32px;
}

.st_toc_back_icon::before {
	display: flex;
	justify-content: center;
	align-items: center;
	content: "\e91c";
	font-family: stsvg;
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: 5px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.st_toc_back_label {
	margin-top: 0;
	font-size: 10px;
}

.st_toc_back.is-rounded,
.st_toc_back.is-rounded:focus,
.st_toc_back.is-rounded:hover,
.st_toc_back.is-rounded:active {
	color: #fff;
}

.st_toc_back.is-rounded {
	bottom: 110px;
	background: #ccc;
	border-radius: 100%;
	width: 60px;
	height: 60px;
}

.st_toc_back.is-rounded.is-shown {
	opacity: 0.8;
}

.st_toc_back.is-rounded.is-top {
	bottom: 150px;
}

@media screen and (orientation: landscape) { /* 横向きの場合のスタイル */
	/* iPhoneX */
	.st_toc_back.is-rounded.is-top {
		bottom: calc(constant(safe-area-inset-bottom) + 150px );
		bottom: calc(env(safe-area-inset-bottom) + 150px );
	}
}
@media screen and (orientation: portrait) { /* 縦向きの場合のスタイル */
	.st_toc_back.is-rounded.is-top {
		bottom: calc(constant(safe-area-inset-bottom) + 150px );
		bottom: calc(env(safe-area-inset-bottom) + 150px );
	}
}

.st_toc_back.is-rounded .st_toc_back_icon {
	font-size: 24px;
}

/* ボタンを丸くしない */
.st_toc_back:not(.is-rounded) {
	border: 1px solid #ccc;
	border-bottom: none;
	width: 58px;
	height: 59px;
	bottom: 99px;
	right: 15px;
	background: rgba(255, 255, 255, 0.9);
}

.st_toc_back:not(.is-rounded).is-top {
	bottom: 139px;
}

@media screen and (orientation: landscape) { /* 横向きの場合のスタイル */
	/* iPhoneX */
	.st_toc_back:not(.is-rounded).is-top {
		bottom: calc(constant(safe-area-inset-bottom) + 139px );
		bottom: calc(env(safe-area-inset-bottom) + 139px );
	}
}
@media screen and (orientation: portrait) { /* 縦向きの場合のスタイル */
	.st_toc_back:not(.is-rounded).is-top {
		bottom: calc(constant(safe-area-inset-bottom) + 139px );
		bottom: calc(env(safe-area-inset-bottom) + 139px );
	}
}

/* 目次（カスタム） > ペーパー風デザイン */
.mokuzi-paper {
	margin-bottom: 20px;
	margin-top: 30px;
}

.kasane-paper {
	border: 1px solid #ccc;
	background: #fff;
	transform: rotate(-2deg);
}

.kasane-paper .page {
	transform: rotate(3deg);
	box-shadow: 0 0 6px #f3f3f3;
}

.kasane-paper.page1 {
	transform: rotate(-2deg);
	box-shadow: 0 0 6px #f3f3f3;
}

.kasane-paper .page2 {
	transform: rotate(-1deg);
	box-shadow: 0 0 6px #f3f3f3;
}

.kasane-paper.page3 {
	transform: rotate(2deg);
	box-shadow: 0 0 6px #f3f3f3;
}

.kasane-paper.nakami {
	padding: 10px 0 0 0;
	box-shadow: 0 0 6px #f3f3f3;
}

#st_toc_container.st_toc_style_paper,
.st_toc_container.st_toc_style_paper,
html.toc-style-paper #toc_container {
	border: 0;
	background: transparent;
}

/* 目次（カスタム） > ペーパー風デザイン > ハミ出し防止 */
@media print, screen and (max-width: 599px) {
	html.toc-style-paper #wrapper {
		overflow: hidden;
	}
}
@media only screen and (min-width: 600px) {
	html.toc-style-paper main {
		overflow: hidden;
	}
}

/* 目次（カスタム） > タイムライン, タイムライン（カウント） */
#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline
	.st_toc_list,
#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline-count
	.st_toc_list,
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline
	.st_toc_list,
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline-count
	.st_toc_list {
	position: relative;
}

#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline
	.st_toc_list::after,
#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline-count
	.st_toc_list::after,
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline
	.st_toc_list::after,
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline-count
	.st_toc_list::after {
	content: "";
	border-left: 2px solid #ccc;
	position: absolute;
	height: calc(100% - 1.7em);
	top: 0.2em;
	left: 0;
	margin-top: 0.5em;
	opacity: 0.3;
}

/* 目次（カスタム） > タイムライン, タイムライン（カウント）, チェック, はてな */
/* st-themecss.php の #st_toc_container.only-toc:not(.st_toc_contracted) により、
   詳細度が上がってしまっているため、 :not(.st_toc_contracted) を追加して詳細度を合わせる。 */
#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline:not(.st_toc_contracted),
#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline.only-toc:not(.st_toc_contracted),
#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline-count:not(.st_toc_contracted),
#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline-count.only-toc:not(.st_toc_contracted),
#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_check:not(.st_toc_contracted),
#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_check.only-toc:not(.st_toc_contracted),
#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_question:not(.st_toc_contracted),
#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_question.only-toc:not(.st_toc_contracted),
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline:not(.st_toc_contracted),
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline.only-toc:not(.st_toc_contracted),
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline-count:not(.st_toc_contracted),
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline-count.only-toc:not(.st_toc_contracted),
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_check:not(.st_toc_contracted),
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_check.only-toc:not(.st_toc_contracted),
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_question:not(.st_toc_contracted),
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_question.only-toc:not(.st_toc_contracted) {
	padding: 20px 30px;
}

#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline
	.st_toc_list,
#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline.only-toc
	.st_toc_list,
#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline-count
	.st_toc_list,
#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline-count.only-toc
	.st_toc_list,
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline
	.st_toc_list,
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline.only-toc
	.st_toc_list,
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline-count
	.st_toc_list,
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline-count.only-toc
	.st_toc_list {
	list-style: none;
}

.post
	#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline
	.st_toc_list
	ul
	ul,
.post
	#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline-count
	.st_toc_list
	ul
	ul,
.post
	#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_check
	.st_toc_list
	ul
	ul,
.post
	#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_question
	.st_toc_list
	ul
	ul,
.post
	.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline
	.st_toc_list
	ul
	ul,
.post
	.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline-count
	.st_toc_list
	ul
	ul,
.post
	.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_check
	.st_toc_list
	ul
	ul,
.post
	.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_question
	.st_toc_list
	ul
	ul {
	display: none;
	padding: 10px 0;
}

main
	.post
	#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_default
	ul
	ul,
main .post #st_toc_container.st_toc_style_paper ul ul,
main .post .st_toc_container.st_toc_style_default ul ul,
main .post .st_toc_container.st_toc_style_paper ul ul {
	padding: 10px 0 10px 1em;
	margin-bottom: 0;
}

main
	#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline
	.st_toc_list
	ul,
main
	#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline-count
	.st_toc_list
	ul,
main
	#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_check
	.st_toc_list
	ul,
main
	#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_question
	.st_toc_list
	ul,
main
	.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline
	.st_toc_list
	ul,
main
	.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline-count
	.st_toc_list
	ul,
main
	.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_check
	.st_toc_list
	ul,
main
	.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_question
	.st_toc_list
	ul {
	margin-left: -0.5em;
	padding: 10px 0;
}

#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline
	.st_toc_list
	a,
#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline.only-toc
	.st_toc_list
	a,
#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_check
	.st_toc_list
	a,
#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_check.only-toc
	.st_toc_list
	a,
#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_question
	.st_toc_list
	a,
#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_question.only-toc
	.st_toc_list
	a,
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline
	.st_toc_list
	a,
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline.only-toc
	.st_toc_list
	a,
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_check
	.st_toc_list
	a,
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_check.only-toc
	.st_toc_list
	a,
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_question
	.st_toc_list
	a,
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_question.only-toc
	.st_toc_list
	a {
	padding: 0;
	border: 0;
}

#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline-count
	.st_toc_list
	a,
#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline-count.only-toc
	.st_toc_list
	a,
#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline
	.st_toc_list
	ul
	a,
#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline.only-toc
	.st_toc_list
	ul
	a,
#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline-count
	.st_toc_list
	ul
	a,
#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline-count.only-toc
	.st_toc_list
	ul
	a,
#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_check
	.st_toc_list
	ul
	a,
#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_check.only-toc
	.st_toc_list
	ul
	a,
#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_question
	.st_toc_list
	ul
	a,
#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_question.only-toc
	.st_toc_list
	ul
	a,
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline-count
	.st_toc_list
	a,
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline-count.only-toc
	.st_toc_list
	a,
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline
	.st_toc_list
	ul
	a,
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline.only-toc
	.st_toc_list
	ul
	a,
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline-count
	.st_toc_list
	ul
	a,
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline-count.only-toc
	.st_toc_list
	ul
	a,
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_check
	.st_toc_list
	ul
	a,
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_check.only-toc
	.st_toc_list
	ul
	a,
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_question
	.st_toc_list
	ul
	a,
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_question.only-toc
	.st_toc_list
	ul
	a {
	padding: 0.15em 0;
	border: 0;
}

/* リストの最初のa */
main
	#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_check
	.st_toc_list
	> li
	> a,
main
	#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_check.only-toc
	.st_toc_list
	> li
	> a,
main
	#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_question
	.st_toc_list
	> li
	> a,
main
	#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_question.only-toc
	.st_toc_list
	> li
	> a,
main
	.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_check
	.st_toc_list
	> li
	> a,
main
	.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_check.only-toc
	.st_toc_list
	> li
	> a,
main
	.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_question
	.st_toc_list
	> li
	> a,
main
	.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_question.only-toc
	.st_toc_list
	> li
	> a {
	margin-bottom: 0;
}

#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline
	li,
#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline.only-toc
	li,
#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline-count
	li,
#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline-count.only-toc
	li,
#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_check
	li,
#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_check.only-toc
	li,
#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_question
	li,
#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_question.only-toc
	li,
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline
	li,
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline.only-toc
	li,
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline-count
	li,
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline-count.only-toc
	li,
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_check
	li,
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_check.only-toc
	li,
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_question
	li,
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_question.only-toc
	li {
	border: 0;
	text-indent: 0;
	padding-left: 0;
}

#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline.only-toc
	li,
#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline-count.only-toc
	li,
#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_check.only-toc
	li,
#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_question.only-toc
	li,
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline.only-toc
	li,
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline-count.only-toc
	li,
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_check.only-toc
	li,
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_question.only-toc
	li {
	list-style: none;
}

#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline
	li
	a::before,
#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline-count
	li
	a::before,
#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_check
	li
	a::before,
#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_question
	li
	a::before,
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline
	li
	a::before,
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline-count
	li
	a::before,
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_check
	li
	a::before,
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_question
	li
	a::before {
	content: normal;
}

#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline.only-toc
	.st_toc_list
	> li
	+ li,
#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline-count.only-toc
	.st_toc_list
	> li
	+ li,
#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_check.only-toc
	.st_toc_list
	> li
	+ li,
#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_question.only-toc
	.st_toc_list
	> li
	+ li,
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline.only-toc
	.st_toc_list
	> li
	+ li,
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline-count.only-toc
	.st_toc_list
	> li
	+ li,
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_check.only-toc
	.st_toc_list
	> li
	+ li,
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_question.only-toc
	.st_toc_list
	> li
	+ li {
	margin-top: 0;
}

#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline
	.st_toc_list
	li
	li,
#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline-count
	.st_toc_list
	li
	li,
#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_check
	.st_toc_list
	li
	li,
#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_question
	.st_toc_list
	li
	li,
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline
	.st_toc_list
	li
	li,
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline-count
	.st_toc_list
	li
	li,
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_check
	.st_toc_list
	li
	li {
	padding: 2px 0;
}

#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline
	.st_toc_list
	li
	li
	a,
#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline-count
	.st_toc_list
	li
	li
	a,
#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_check
	.st_toc_list
	li
	li
	a,
#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_question
	.st_toc_list
	li
	li
	a,
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline
	.st_toc_list
	li
	li
	a,
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline-count
	.st_toc_list
	li
	li
	a,
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_check
	.st_toc_list
	li
	li
	a,
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_question
	.st_toc_list
	li
	li
	a {
	padding-left: 0;
}

/* 目次（カスタム） > タイムライン, チェック, はてな */
#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline
	.st_toc_list,
#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline.only-toc
	.st_toc_list,
#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_check
	.st_toc_list,
#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_question
	.st_toc_list,
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline
	.st_toc_list,
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline.only-toc
	.st_toc_list,
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_check
	.st_toc_list,
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_question
	.st_toc_list {
	padding: 0 0 0 24px;
}

#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline
	.st_toc_list
	> li::before,
#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_check
	.st_toc_list
	> li::before,
#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_question
	.st_toc_list
	> li::before,
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline
	.st_toc_list
	> li::before,
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_check
	.st_toc_list
	> li::before,
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_question
	.st_toc_list
	> li::before {
	position: absolute;
	font-family: stsvg;
}

#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline
	.st_toc_list
	> li::before,
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline
	.st_toc_list
	> li::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	width: 1em;
	height: 1em;
	line-height: 1em;
	margin-left: calc(-27px + -0.5em);
	padding-right: 0;
	background: #f3f3f3;
	z-index: 1;
	border: 4px solid #fff;
}

#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_check
	.st_toc_list
	> li::before,
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_check
	.st_toc_list
	> li::before {
	content: "\f00c";
	margin-left: calc(-20px - 0.5em);
	color: #f44336;
	font-size: 1.2em;
}

#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_question
	.st_toc_list
	> li::before,
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_question
	.st_toc_list
	> li::before {
	content: "\f059";
	margin-left: calc(-20px - 0.5em);
	color: #03a9f4;
	font-size: 1.2em;
}

#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline
	li
	li,
#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_check
	li
	li,
#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_question
	li
	li,
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline
	li
	li,
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_check
	li
	li,
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_question
	li
	li {
	list-style: disc;
	margin: 0 0 0 26px;
}

#st_toc_container.only-toc.st_toc_style_question li a::before,
#st_toc_container.only-toc.st_toc_style_check li a::before,
.st_toc_container.only-toc.st_toc_style_question li a::before,
.st_toc_container.only-toc.st_toc_style_check li a::before {
	content: none;
}

/* 目次（カスタム） > タイムライン（カウント） */
#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline-count
	.st_toc_list,
#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline-count.only-toc
	.st_toc_list,
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline-count
	.st_toc_list,
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline-count.only-toc
	.st_toc_list {
	padding: 0 0 0 24px;
}

#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline-count
	.st_toc_list
	> li,
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline-count
	.st_toc_list
	> li {
	counter-increment: st-toc-timeline-count;
}

#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline-count
	.st_toc_list
	> li::before,
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline-count
	.st_toc_list
	> li::before {
	position: absolute;
	border-radius: 50%;
	width: 2.5em;
	height: 2.5em;
	line-height: 2.5em;
	text-align: center;
	font-size: 60%;
	font-weight: normal;
	margin-top: -2px;
	margin-left: calc(-27px - 1.25em);
	padding-right: 0;
	background: #f3f3f3;
	color: #333;
	content: counters(st-toc-timeline-count, "");
	z-index: 1;
	border: 4px solid #fff;
}

#st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline-count
	.st_toc_list
	li
	li,
.st_toc_container:not(.over_toc_content):not(
		.side_toc_content
	).st_toc_style_timeline-count
	.st_toc_list
	li
	li {
	margin: 0 0 0 1.5em;
}

.post .st_toc_style_timeline-count > ul > li > ul {
	margin-left: -10px;
}

/* サイドバー用 */
.side_toc .st_toc_container {
	padding: 15px 20px;
}

.side_toc #st_toc_container li,
.side_toc .st_toc_container li {
	text-indent: 0;
}

.side_toc #st_toc_container ul ul,
.side_toc .st_toc_container ul ul {
	padding: 5px 20px 0;
}

/* オーバーレイ用 */
.over_toc .st_toc_container:not(.st_toc_contracted) .st_toc_title {
	margin-bottom: 10px;
}

.over_toc_wrapper button {
	font-size:2.2rem!important;
	top: 15px!important;
	right:10px!important;
	color:#767676!important;
}

/* サイドバー・オーバーレイ用 */
.over_toc #st_toc_container.st_toc_style_default li a::before,
.over_toc #st_toc_container.st_toc_style_default li li a::before,
.over_toc #st_toc_container > ul > li,
#st_toc_container > ul ul > li,
.over_toc .st_toc_container.st_toc_style_default li a::before,
.over_toc .st_toc_container.st_toc_style_default li li a::before,
.over_toc .st_toc_container > ul > li,
.st_toc_container > ul ul > li,
.side_toc #st_toc_container.st_toc_style_default li a::before,
.side_toc #st_toc_container.st_toc_style_default li li a::before,
.side_toc #st_toc_container > ul > li,
#st_toc_container > ul ul > li,
.side_toc .st_toc_container.st_toc_style_default li a::before,
.side_toc .st_toc_container.st_toc_style_default li li a::before,
.side_toc .st_toc_container > ul > li,
.st_toc_container > ul ul > li {
	color: #cccccc;
	opacity: 1;
}

.side_toc .st_toc_container:not(.st_toc_contracted) .st_toc_title,
.over_toc .st_toc_container:not(.st_toc_contracted) .st_toc_title {
	color: #cccccc;
	padding: 5px;
}

/* 目次上ウィジェットエリア タイトル */
.st-widgets-title-toc span {
	font-size: 0.9em;
	color: #999;
}

/* タブ */
/* タブ > default */
.st-tab-category {
	margin-bottom: 0;
}

.st-tab-content input[type="radio"] + label {
	padding: 7px;
	display: inline-block;
}

/** 未選択のタブの色を薄くする */
.st-tab-content > label::after {
	content: "";
	display: block;
	position: absolute;
	background: #fff;
	width: calc(100% + 2px);
	height: 100%;
	opacity: 0.4;
	border: 1px solid #fff;
	top: -1px;
	left: -1px;
}

.st-tab-content .st-tab-label:checked + label::after {
	opacity: 0 !important;
}

.st-tab-content {
	margin-bottom: 20px;
}

.st-tab-content > label {
	-webkit-appearance: none;
	border-top: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-bottom: none;
	cursor: pointer;
	display: inline-block;
	padding: 7px;
	text-align: center;
	width: 30%;
	box-sizing: border-box;
	border-radius: 3px 3px 0 0;
	height: auto;
	word-break: break-word;
	margin-right: 5px;
	position: relative;
}

.st-tab-content > label:last-child {
	margin-right: 0;
}

.st-tab-label {
	display: none;
}

.entry-content .st-tab-label[value="1"]:checked ~ .st-tab-main-1,
.entry-content .st-tab-label[value="2"]:checked ~ .st-tab-main-2,
.entry-content .st-tab-label[value="3"]:checked ~ .st-tab-main-3,
.entry-content .st-tab-label[value="4"]:checked ~ .st-tab-main-4 {
	display: block;
}

.st-tab-main {
	display: none;
}

.st-tab-content > label .st-fa,
.st-tab-content > label .fa {
	margin-right: 5px;
}

.st-tab-content:not(.st-tab-content-type-button) label {
	border-bottom: none !important;
}

/* タブ > button */
.st-tab-content-type-button {
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.st-tab-content-type-button > label {
	position: relative;
	margin: 0;
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
	width: 50%;
	border-radius: 0;
	z-index: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.st-tab-content-type-button.st-tab-content-tab-1 label {
	width: 100%;
}

.st-tab-content-type-button.st-tab-content-tab-3 label {
	width: 33.33333%;
}

.st-tab-content-type-button.st-tab-content-tab-4 label {
	width: 25%;
}

.st-tab-content-type-button > label ~ label {
	border-left: 0;
}

.st-tab-content-type-button
	> label
	~ .st-tab-label:checked
	+ label:not(.st-tab-noborder)::before {
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	bottom: -1px;
	width: 0;
	border-left: 1px solid #e0e0e0;
}

@media only screen and (max-width: 959px) {
	.st-tab-content-type-button.st-tab-content-tab-4 label {
		width: 50%;
	}

	.st-tab-content-type-button > label ~ label {
		border-left: 1px solid #e0e0e0;
	}

	.st-tab-content-type-button.st-tab-content-tab-4
		label:nth-of-type(2)
		~ label {
		top: -1px;
	}

	.st-tab-content-type-button.st-tab-content-tab-4 label:nth-of-type(2n) {
		border-left: 0;
	}

	.st-tab-content-type-button.st-tab-content-tab-4
		label
		~ .st-tab-label:checked
		+ label::before {
		content: normal;
	}

	.st-tab-content-type-button.st-tab-content-tab-4
		.st-tab-label:checked
		+ label:nth-of-type(2n)::before {
		content: "";
		position: absolute;
		top: -1px;
		left: -1px;
		bottom: -1px;
		width: 0;
		border-left: 1px solid #e0e0e0;
	}
}

.st-tab-content .st-tab-label:checked + label {
	z-index: 1;
}

.st-tab-content-type-button .st-tab-main {
	width: 100%;
	margin-top: 20px;
	/* フェードイン */
	/* stylelint-disable-next-line no-unknown-animations */
	animation-name: StFedeIn;
	animation-duration: 2s;
}

/** もっと見る */
.st-tab-category-more {
	display: block;
	width: 60%;
	box-sizing: border-box;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	border: solid 1px #ccc;
	color: #ccc;
	margin: 20px auto;
}

.st-tab-category-more:hover {
	opacity: 0.6;
}

.st-tab-category-more p {
	margin-bottom: 0;
	font-size: 0.8em;
}

.st-tab-category-more p::after {
	content: "\f105";
	font-family: stsvg;
	margin-left: 7px;
	color: #ccc;
}

@media only screen and (max-width: 599px) {
	.st-tab-category-more {
		width: 100%;
	}
	.st-tab-category-more p {
		font-size: 0.9em;
	}
}

/** 角丸 */
.st-tab-content-type-button > label:first-of-type {
	border-radius: 5px 0 0 5px;
}

.st-tab-content-type-button > label:last-of-type {
	border-radius: 0 5px 5px 0;
}

@media only screen and (max-width: 959px) {
	.st-tab-content-type-button.st-tab-content-tab-4 label:nth-of-type(1) {
		border-radius: 5px 0 0 0;
	}

	.st-tab-content-type-button.st-tab-content-tab-4 label:nth-of-type(2) {
		border-radius: 0 5px 0 0;
	}

	.st-tab-content-type-button.st-tab-content-tab-4 label:nth-of-type(3) {
		border-radius: 0 0 0 5px;
	}

	.st-tab-content-type-button.st-tab-content-tab-4 label:nth-of-type(4) {
		border-radius: 0 0 5px 0;
	}
}

/** 角丸解除 */

.st-tab-content-type-button.st-noradius label:first-of-type,
.st-tab-content-type-button.st-noradius label:last-of-type {
	border-radius: 0;
}

@media only screen and (max-width: 959px) {
	.st-tab-content-type-button.st-tab-content-tab-4.st-noradius
		label:nth-of-type(1),
	.st-tab-content-type-button.st-tab-content-tab-4.st-noradius
		label:nth-of-type(2),
	.st-tab-content-type-button.st-tab-content-tab-4.st-noradius
		label:nth-of-type(3),
	.st-tab-content-type-button.st-tab-content-tab-4.st-noradius
		label:nth-of-type(4) {
		border-radius: 0;
	}
}

/* タブ > タブブロック */
.st-tabs {
	--st--color: #000;
	--st--background-color: transparent;
	--st--border-width: 0;
	--st--border-color: #000;
	--st--padding-top: 0;
	--st--padding-right: 0;
	--st--padding-bottom: 0;
	--st--padding-left: 0;
	margin-bottom: 20px;
	border-style: none;
}

.st-tabs :where([style*="border-width"]) {
	border-style: none;
}

.st-tabs__tab-list,
main .st-tabs__tab-list.has-background {
	position: relative;
	margin: 0 -2px;
	padding: 0;
	display: flex;
	justify-content: space-between;
	overflow-x: auto;
	overflow-y: hidden;
	z-index: 1;
}

.st-tabs__tab-list-item {
	/* タブブロック */
	display: block;
	flex-grow: 1;
	flex-shrink: 1;
	cursor: pointer;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	word-break: break-word;
	margin: 0 2px;
	position: relative;
	overflow-wrap: break-word;
	text-align: center;
	opacity: 0.6;
	line-height: 30px !important;
}

main .st-tabs__tab-list .st-tabs__tab-list-item {
	padding: 0;
}

.st-tabs__tab-list-item.is-selected {
	opacity: 1;
}

.st-tabs__tab-list-item.has-text-align-left {
	text-align: left;
}

.st-tabs__tab-list-item.has-text-align-center {
	text-align: center;
}

.st-tabs__tab-list-item.has-text-align-right {
	text-align: right;
}

.st-tabs__tab-list-item.has-color {
	color: var(--st--color);
}

.st-tabs__tab-list-item.has-background {
	background-color: var(--st--background-color);
}

.st-tabs__tab-list-item.has-border {
	border-top-width: var(--st--border-width);
	border-right-width: var(--st--border-width);
	border-bottom-width: 0;
	border-left-width: var(--st--border-width);
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-color: var(--st--border-color);
}

.st-tabs__tab-list-item.has-no-border {
	border: 0;
}

.st-tabs__tab {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-basis: 100%;
	width: 100%;
	height: 100%;
	padding: 7px;
	border: 0;
	background: transparent;
	-webkit-appearance: none;
	text-align: inherit;
}

.st-tabs__tab-list-item.has-text-align-left .st-tabs__tab {
	justify-content: flex-start;
}

.st-tabs__tab-list-item.has-text-align-center .st-tabs__tab {
	justify-content: center;
}

.st-tabs__tab-list-item.has-text-align-right .st-tabs__tab {
	justify-content: flex-end;
}

.st-tabs__tab-text img {
	margin: 0;
	vertical-align: middle;
}

.st-tabs__tab-content-group {
	position: relative;
	z-index: 2;
}

.st-tabs__tab-content {
	display: block;
	padding: var(--wp--preset--spacing--20);
}

.st-tabs__tab-content[hidden] {
	display: none;
}

.st-tabs__tab-content.has-border {
	border-width: var(--st--border-width);
	border-style: solid;
	border-color: var(--st--border-color);
}

.st-tabs__tab-content.has-no-border {
	border: 0;
}

.st-tabs__tab-content > :first-child {
	margin-top: 0;
}

.st-tabs__tab-content > :last-child {
	margin-bottom: 0;
}

.st-tabs__tab-icon {
	margin-right: 5px;
}

.st-tabs.is-rounded .st-tabs__tab-list-item {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.st-tabs.is-rounded .st-tabs__tab-content {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

@media only screen and (max-width: 959px) {
	.st-tabs__tab-list {
		flex-wrap: wrap;
	}

	.st-tabs.is-single-tab .st-tabs__tab-list-item {
		width: calc(100% - 4px);
	}

	.st-tabs.is-tabs-dividable-by-2 .st-tabs__tab-list-item,
	.st-tabs.is-tabs-dividable-by-4 .st-tabs__tab-list-item {
		width: calc(50% - 4px);
	}

	.st-tabs.is-tabs-dividable-by-3 .st-tabs__tab-list-item,
	.st-tabs.is-tabs-mod-3-1 .st-tabs__tab-list-item,
	.st-tabs.is-tabs-mod-3-2 .st-tabs__tab-list-item {
		width: calc(33.33333% - 4px);
	}
}

/* タブ > タブブロック > ブロックスタイル: スクエア */
.st-tabs.is-style-st-square .st-tabs__tab-list,
.st-tabs.is-style-st-square .st-tabs__tab-list-item {
	margin-right: 0;
	margin-left: 0;
}

.st-tabs.is-style-st-square .st-tabs__tab-content.has-border,
.st-tabs.is-style-st-square.is-rounded .st-tabs__tab-content.has-background {
	margin-top: 5px;
}

.st-tabs.is-style-st-square .st-tabs__tab-list-item.has-border {
	border-bottom-width: var(--st--border-width);
	border-bottom-style: solid;
}

.st-tabs.is-style-st-square.is-rounded .st-tabs__tab-list-item {
	border-radius: 0;
}

.st-tabs.is-style-st-square.is-rounded .st-tabs__tab-list-item:first-child {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.st-tabs.is-style-st-square.is-rounded .st-tabs__tab-list-item:last-child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.st-tabs.is-style-st-square.is-rounded .st-tabs__tab-content {
	border-radius: 5px;
}

@media only screen and (max-width: 959px) {
	/* 最初の角丸タブ */
	.st-tabs.is-style-st-square.is-rounded .st-tabs__tab-list-item:first-child {
		border-top-left-radius: 5px;
		border-bottom-left-radius: 0;
	}

	/* 最後の角丸タブ */
	.st-tabs.is-style-st-square.is-rounded .st-tabs__tab-list-item:last-child {
		border-top-right-radius: 0;
		border-bottom-right-radius: 5px;
	}

	/* 1 行目の最後の角丸タブ */
	.st-tabs.is-style-st-square.is-rounded.is-single-tab
		.st-tabs__tab-list-item:nth-child(1),
	.st-tabs.is-style-st-square.is-rounded.is-tabs-dividable-by-2
		.st-tabs__tab-list-item:nth-child(2),
	.st-tabs.is-style-st-square.is-rounded.is-tabs-dividable-by-3
		.st-tabs__tab-list-item:nth-child(3),
	.st-tabs.is-style-st-square.is-rounded.is-tabs-mod-3-1
		.st-tabs__tab-list-item:nth-child(3),
	.st-tabs.is-style-st-square.is-rounded.is-tabs-mod-3-2
		.st-tabs__tab-list-item:nth-child(3),
	.st-tabs.is-style-st-square.is-rounded.is-tabs-dividable-by-4
		.st-tabs__tab-list-item:nth-child(2) {
		border-top-right-radius: 5px;
	}

	/* 最終行目の最初の角丸タブ */
	.st-tabs.is-style-st-square.is-rounded.is-single-tab
		.st-tabs__tab-list-item:nth-last-child(1),
	.st-tabs.is-style-st-square.is-rounded.is-tabs-dividable-by-2
		.st-tabs__tab-list-item:nth-last-child(2),
	.st-tabs.is-style-st-square.is-rounded.is-tabs-dividable-by-3
		.st-tabs__tab-list-item:nth-last-child(3),
	.st-tabs.is-style-st-square.is-rounded.is-tabs-mod-3-1
		.st-tabs__tab-list-item:nth-last-child(1),
	.st-tabs.is-style-st-square.is-rounded.is-tabs-mod-3-2
		.st-tabs__tab-list-item:nth-last-child(2),
	.st-tabs.is-style-st-square.is-rounded.is-tabs-dividable-by-4
		.st-tabs__tab-list-item:nth-last-child(2) {
		border-bottom-left-radius: 5px;
	}
}

/* タブ > タブブロック > ブロックスタイル: ふきだし */
.st-tabs.is-style-st-bubble .st-tabs__tab-list,
.st-tabs.is-style-st-bubble .st-tabs__tab-list-item {
	margin-right: 0;
	margin-left: 0;
}

.st-tabs.is-style-st-bubble .st-tabs__tab-list {
	margin-bottom: -10px;
	padding-bottom: 10px;
}

.st-tabs.is-style-st-bubble .st-tabs__tab-content.has-border,
.st-tabs.is-style-st-bubble.is-rounded .st-tabs__tab-content.has-background {
	margin-top: 10px;
}

.st-tabs.is-style-st-bubble .st-tabs__tab {
	position: relative;
}

.st-tabs.is-style-st-bubble .st-tabs__tab-list-item.has-border {
	border-bottom-width: var(--st--border-width);
	border-bottom-style: solid;
}

.st-tabs.is-style-st-bubble
	.has-border
	.st-tabs__tab[aria-selected="true"]::before {
	content: "";
	position: absolute;
	border-width: calc(10px + var(--st--border-width))
		calc(8px + var(--st--border-width)) calc(8px + var(--st--border-width));
	border-style: solid;
	border-top-color: var(--st--border-color);
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	bottom: calc(-18px - var(--st--border-width) * 2);
	left: calc(50% - calc(8px + var(--st--border-width)));
	z-index: 1;
}

.st-tabs.is-style-st-bubble
	.has-no-border
	.st-tabs__tab[aria-selected="true"]::before {
	content: normal;
}

.st-tabs.is-style-st-bubble .st-tabs__tab[aria-selected="true"]::after {
	content: "";
	position: absolute;
	border-width: 10px 8px 8px;
	border-style: solid;
	border-color: transparent;
	bottom: -18px;
	left: calc(50% - 8px);
	z-index: 2;
}

.st-tabs.is-style-st-bubble.is-rounded .st-tabs__tab-list-item {
	border-radius: 0;
}

.st-tabs.is-style-st-bubble.is-rounded .st-tabs__tab-list-item:first-child {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.st-tabs.is-style-st-bubble.is-rounded .st-tabs__tab-list-item:last-child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.st-tabs.is-style-st-bubble.is-rounded .st-tabs__tab-content {
	border-radius: 5px;
}

@media only screen and (max-width: 959px) {
	/* 最初の角丸タブ */
	.st-tabs.is-style-st-bubble.is-rounded .st-tabs__tab-list-item:first-child {
		border-top-left-radius: 5px;
		border-bottom-left-radius: 0;
	}

	/* 最後の角丸タブ */
	.st-tabs.is-style-st-bubble.is-rounded .st-tabs__tab-list-item:last-child {
		border-top-right-radius: 0;
		border-bottom-right-radius: 5px;
	}

	/* 1 行目の最後の角丸タブ */
	.st-tabs.is-style-st-bubble.is-rounded.is-single-tab
		.st-tabs__tab-list-item:nth-child(1),
	.st-tabs.is-style-st-bubble.is-rounded.is-tabs-dividable-by-2
		.st-tabs__tab-list-item:nth-child(2),
	.st-tabs.is-style-st-bubble.is-rounded.is-tabs-dividable-by-3
		.st-tabs__tab-list-item:nth-child(3),
	.st-tabs.is-style-st-bubble.is-rounded.is-tabs-mod-3-1
		.st-tabs__tab-list-item:nth-child(3),
	.st-tabs.is-style-st-bubble.is-rounded.is-tabs-mod-3-2
		.st-tabs__tab-list-item:nth-child(3),
	.st-tabs.is-style-st-bubble.is-rounded.is-tabs-dividable-by-4
		.st-tabs__tab-list-item:nth-child(2) {
		border-top-right-radius: 5px;
	}

	/* 最終行目の最初の角丸タブ */
	.st-tabs.is-style-st-bubble.is-rounded.is-single-tab
		.st-tabs__tab-list-item:nth-last-child(1),
	.st-tabs.is-style-st-bubble.is-rounded.is-tabs-dividable-by-2
		.st-tabs__tab-list-item:nth-last-child(2),
	.st-tabs.is-style-st-bubble.is-rounded.is-tabs-dividable-by-3
		.st-tabs__tab-list-item:nth-last-child(3),
	.st-tabs.is-style-st-bubble.is-rounded.is-tabs-mod-3-1
		.st-tabs__tab-list-item:nth-last-child(1),
	.st-tabs.is-style-st-bubble.is-rounded.is-tabs-mod-3-2
		.st-tabs__tab-list-item:nth-last-child(2),
	.st-tabs.is-style-st-bubble.is-rounded.is-tabs-dividable-by-4
		.st-tabs__tab-list-item:nth-last-child(2) {
		border-bottom-left-radius: 5px;
	}
}

/* タブ > タブブロック > ブロックスタイル: タブ */
.st-tabs.is-style-st-tab .st-tabs__tab-list,
.st-tabs.is-style-st-tab .st-tabs__tab-list-item {
	margin-right: 0;
	margin-left: 0;
}

.st-tabs.is-style-st-tab .st-tabs__tab-list-item,
.st-tabs.is-style-st-tab.is-rounded .st-tabs__tab-list-item {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.st-tabs.is-style-st-tab.is-rounded .st-tabs__tab-content {
	border-radius: 0 0 5px 5px;
}

/* タブ > タブブロック > ブロックスタイル: ボーダー */
.st-tabs.is-style-st-border .st-tabs__tab-list,
.st-tabs.is-style-st-border .st-tabs__tab-list-item {
	margin-right: 0;
	margin-left: 0;
}

.st-tabs.is-style-st-border .st-tabs__tab-list {
	--st--border-width: 1px;
}

.st-tabs.is-style-st-border .st-tabs__tab-list-item {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: var(--st--border-width);
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-color: var(--st--border-color);
}

.st-tabs.is-style-st-border .st-tabs__tab-list-item:not(.is-selected) {
	border-bottom-color: #ccc !important;
}

.st-tabs.is-style-st-border.is-rounded .st-tabs__tab-list-item {
	border-radius: 0;
}

.st-tabs.is-style-st-border.is-rounded .st-tabs__tab-list-item:first-child {
	border-top-left-radius: 5px;
}

.st-tabs.is-style-st-border.is-rounded .st-tabs__tab-list-item:last-child {
	border-top-right-radius: 5px;
}

.st-tabs.is-style-st-border .st-tabs__tab-content {
	border-top-width: 0;
}

.st-tabs.is-style-st-border.is-rounded .st-tabs__tab-content {
	border-radius: 0 0 5px 5px;
}

@media only screen and (max-width: 959px) {
	/* 最後の角丸タブ */
	.st-tabs.is-style-st-border.is-rounded .st-tabs__tab-list-item:last-child {
		border-top-right-radius: 0;
	}

	/* 1 行目の最後の角丸タブ */
	.st-tabs.is-style-st-border.is-rounded.is-single-tab
		.st-tabs__tab-list-item:nth-child(1),
	.st-tabs.is-style-st-border.is-rounded.is-tabs-dividable-by-2
		.st-tabs__tab-list-item:nth-child(2),
	.st-tabs.is-style-st-border.is-rounded.is-tabs-dividable-by-3
		.st-tabs__tab-list-item:nth-child(3),
	.st-tabs.is-style-st-border.is-rounded.is-tabs-mod-3-1
		.st-tabs__tab-list-item:nth-child(3),
	.st-tabs.is-style-st-border.is-rounded.is-tabs-mod-3-2
		.st-tabs__tab-list-item:nth-child(3),
	.st-tabs.is-style-st-border.is-rounded.is-tabs-dividable-by-4
		.st-tabs__tab-list-item:nth-child(2) {
		border-top-right-radius: 5px;
	}
}

/*絵文字*/
.st-emoji {
	font-family: EmojiMart, "Segoe UI Emoji", "Segoe UI Symbol", "Segoe UI",
		"Apple Color Emoji", "Twemoji Mozilla", "Noto Color Emoji", "Android Emoji";
}

/*フォーム*/
input[type=submit] {
    background: #fafafa;
}

input:not(.st-form-nowide):not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="image"]),
textarea,
select {
	box-sizing: border-box;
	width: 100%;
}

input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
textarea,
select {
	padding: 5px;
}

select {
	padding: 10px;
	border: none;
	border-radius: 2px;
}

.post input:not(.st-tab-label):not([type="image"]),
.post textarea {
	border-radius: 3px;
	border: 1px solid #ccc;
}

#searchform input:not(.st-tab-label):not([type="image"]) {
	border-radius: 0;
}

.post input:not(.st-tab-label):not([type="image"]) {
	padding: 7px 15px;
	margin: 5px auto;
}

.post #search input {
	border: none;
}

/*パスワード保護*/
.post_password input[type="submit"] {
	box-sizing: border-box;
	padding: 10px;
	margin: 10px auto;
	width: 50%;
}
.post_password {
	text-align: center;
}

/*コンタクトフォーム7の送信ボタン*/
.wpcf7-submit {
	width: 100%;
	border-radius: 20px;
	background: #f3f3f3;
	color: #333;
	border: none;
	margin: 0 auto;
	padding: 10px;
	display: block;
	box-sizing: border-box;
}

/*レスポンシブ用PC左右コンテンツ*/
.responbox,
.responbox30,
.responbox33,
.responbox40,
.responbox50,
.responbox60,
.responbox70,
.responboxfree {
	margin-bottom: 10px;
}

@media print, screen and (max-width: 599px) {
	.responbox30:not(.smart30) .lbox,
	.responbox33:not(.smart33) .lbox,
	.responbox40:not(.smart40) .lbox,
	.responbox50:not(.smart50) .lbox,
	.responbox60:not(.smart60) .lbox,
	.responbox70:not(.smart70) .lbox {
		margin-bottom: 20px;
	}
}

/*free*/
.responboxfree {
	display: flex;
}

.responboxfree .lbox {
	padding-right: 7px;
	box-sizing: border-box;
}

.responboxfree .rbox {
	padding-left: 7px;
	box-sizing: border-box;
}

/*50%*/
.responbox50.smart50 .lbox {
	float: left;
	width: 49%;
	box-sizing: border-box;
	margin-bottom: -32768px;
	padding-bottom: 32768px;
}

.responbox50.smart50 .rbox {
	float: right;
	box-sizing: border-box;
	width: 49%;
	margin-bottom: -32768px;
	padding-bottom: 32768px;
}

.responbox50.smart50 {
	overflow: hidden;
}

/*30%*/
.responbox30.smart30 .lbox {
	float: left;
	width: 30%;
	box-sizing: border-box;
	margin-bottom: -32768px;
	padding-bottom: 32768px;
}

.responbox30.smart30 .rbox {
	float: right;
	box-sizing: border-box;
	width: 70%;
	margin-bottom: -32768px;
	padding-left: 10px;
	padding-bottom: 32768px;
}

.responbox30.smart30 {
	overflow: hidden;
}

@media print, screen and (max-width: 599px) {
	/* 60%と70%はスマホでは左右逆にして縦並び */
	.responbox60,
	.responbox70 {
		display: flex;
		flex-direction: column-reverse;
	}
}

/*AmazonJS*/
.post .amazonjs_item h4,
.post .amazonjs_item h4 a {
	color: #1a1a1a !important;
	font-size: 15px;
	background-color: transparent;
	border: none !important;
	padding: 0 !important;
}
.post .amazonjs_item ul li {
	font-size: 12px !important;
}

/*Rinker*/
div.yyi-rinker-contents div.yyi-rinker-box {
	padding: 20px 12px;
}

.post
	ul.yyi-rinker-links:not(.toc_list):not(.st_toc_list):not(.children):not(
		.slick-dots
	):not(.st-pvm-nav-list) {
	padding: 0;
	margin-bottom: 0;
}

div.yyi-rinker-contents div.yyi-rinker-detail {
	padding-left: 0;
}

div.yyi-rinker-contents ul.yyi-rinker-links li {
	margin: 0 5px 5px 0;
	box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.3);
}

/** サイドバー用 */
#side div.yyi-rinker-contents div.yyi-rinker-box {
	flex-direction: column;
	padding: 20px;
}

#side div.yyi-rinker-contents div.yyi-rinker-info {
	width: 100%;
}

#side .yyi-rinker-img-m .yyi-rinker-image {
	width: 100%;
	margin-bottom: 20px;
}

body #side div.yyi-rinker-contents ul.yyi-rinker-links li {
	width: 100%;
	margin: 0 0 10px;
	text-align: center;
	padding: 5px;
	box-sizing: border-box;
}

body #side div.yyi-rinker-contents ul.yyi-rinker-links li a {
	padding: 0;
}

@media print, screen and (max-width: 599px) {
	div.yyi-rinker-contents div.yyi-rinker-box {
		flex-direction: column;
		padding: 20px;
	}

	div.yyi-rinker-contents div.yyi-rinker-info {
		width: 100%;
	}

	.yyi-rinker-img-m .yyi-rinker-image {
		width: 100%;
		margin-bottom: 20px;
	}

	body div.yyi-rinker-contents ul.yyi-rinker-links li {
		width: 100%;
		margin: 0 0 10px;
		text-align: center;
		padding: 5px;
		box-sizing: border-box;
	}

	body div.yyi-rinker-contents ul.yyi-rinker-links li a {
		padding: 0;
	}
}

/*WPアソシエイト*/
.post .wpap-tpl {
	max-width: 100%;
	box-sizing: border-box;
}

.post .wpap-tpl .wpap-link,
.post .wpap-tpl .wpap-link:hover {
	box-shadow: none;
}

/* アプリーチ */
.appreach {
	text-align: left;
	padding: 20px;
	border: 3px solid #fafafa;
	overflow: hidden;
	border-radius: 10px;
}

.appreach::after {
	content: "";
	display: block;
	clear: both;
}

.appreach p {
	margin: 0;
}

.appreach a::after {
	display: none;
}

.appreach__icon {
	float: left;
	border-radius: 10%;
	overflow: hidden;
	margin: 0 3% 0 0 !important;
	width: 25% !important;
	height: auto !important;
	max-width: 120px !important;
}

.appreach__detail {
	display: inline-block;
	font-size: 20px;
	line-height: 1.5;
	width: 72%;
	max-width: 72%;
}

.appreach__detail::after {
	content: "";
	display: block;
	clear: both;
}

.appreach__name {
	font-size: 16px;
	line-height: 1.5em !important;
	max-height: 3em;
	overflow: hidden;
}

.appreach__info {
	font-size: 12px !important;
}

.appreach__developper,
.appreach__price {
	margin-right: 0.5em;
}

.appreach__posted a {
	margin-left: 0.5em;
}

.appreach__links {
	float: left;
	height: 40px;
	margin-top: 8px;
	white-space: nowrap;
}

.appreach__aslink img {
	margin-right: 10px;
	height: 40px;
	width: 135px;
}

.appreach__gplink img {
	height: 40px;
	width: 134.5px;
}

.appreach__star {
	position: relative;
	font-size: 14px !important;
	height: 1.5em;
	width: 5em;
}

.appreach__star__base {
	position: absolute;
	color: #737373;
}

.appreach__star__evaluate {
	position: absolute;
	color: #ffc107;
	overflow: hidden;
	white-space: nowrap;
}

/* Download Manager */
.post
	.w3eden
	h3:not([class^="is-style-st-heading-custom-"]):not(
		[class*=" is-style-st-heading-custom-"]
	):not(.st-css-no):not(.st-matome):not(.rankh3):not(.post-card-title):not(
		#reply-title
	),
.post
	.w3eden
	h3.package-title:not([class^="is-style-st-heading-custom-"]):not(
		[class*=" is-style-st-heading-custom-"]
	):not(.st-css-no):not(.st-matome):not(.rankh3):not(.post-card-title):not(
		#reply-title
	)
	a,
.post
	.w3eden
	h3.package-title:not([class^="is-style-st-heading-custom-"]):not(
		[class*=" is-style-st-heading-custom-"]
	):not(.st-css-no):not(.st-matome):not(.rankh3):not(.post-card-title):not(
		#reply-title
	) {
	font-size: 1.2rem;
	line-height: 1.5rem;
	background-color: transparent !important;
	padding: 0 !important;
	margin: 0 0 10px 0 !important;
	border: none !important;
}
#contentInner
	.post
	.w3eden
	h3:not([class^="is-style-st-heading-custom-"]):not(
		[class*=" is-style-st-heading-custom-"]
	):not(.st-css-no):not(.st-matome):not(.rankh3):not(#reply-title)::before,
#contentInner
	.post
	.w3eden
	h3:not([class^="is-style-st-heading-custom-"]):not(
		[class*=" is-style-st-heading-custom-"]
	):not(.st-css-no):not(.st-matome):not(.rankh3):not(#reply-title)::after {
	content: none !important;
}

#side .media.stack-xs {
	flex-direction: column;
}

#side .wpdmdl-btn {
	margin: 10px 10px 0 0 !important;
}

@media print, screen and (max-width: 599px) {
	.media.stack-xs {
		flex-direction: column;
	}

	.wpdmdl-btn {
		margin: 10px 10px 0 0 !important;
	}
}

/*ブログカード風*/
.st-cardbox {
	padding: 15px;
	border: 1px solid #e0e0e0;
	margin-bottom: 20px;
	position: relative;
	box-shadow: 0 1px 4px rgb(0, 0, 0, 0.1), 0 3px 3px -3px rgb(0, 0, 0, 0.1);
	transition: all 0.5s;
	width: 100%;
	box-sizing: border-box;
}

figure.wp-block-embed .st-cardbox {
	margin-bottom: 0;
}

a.st-cardlink,
a .st-cardbox h5,
a .st-cardbox p {
	text-decoration: none;
	color: #333;
}

.st-cardbox:hover {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	opacity: 0.6;
}

.st-cardbox.kanren {
	margin-top: 0;
	background-color: #fff;
}

.kanren.st-cardbox dl:last-child {
	border-style: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.post .st-cardbox p,
.st-cardbox p {
	margin-bottom: 10px;
}

.st-cardbox .clearfix dt.st-card-img,
.post .st-cardbox .clearfix dt.st-card-img,
#side .st-cardbox .clearfix dt.st-card-img {
	max-width: 100%;
	box-sizing: border-box;
}

/* 外部URLカード（ブログカード） サムネイルなし */
.kanren.st-cardbox.st-cardbox-ex.st-card-ex-thumb-none dd {
	padding-left: 0;
	padding-right: 0;
}

.st-cardbox .clearfix dt.st-card-img img,
.post .st-cardbox .clearfix dt.st-card-img img,
#side .st-cardbox .clearfix dt.st-card-img img {
	height: 100%;
	object-fit: cover;
}

.st-cardbox .clearfix dd h5,
.post .st-cardbox .clearfix dd h5,
#side .st-cardbox .clearfix dd h5 {
	margin-bottom: 10px;
}

/* カードボックス dd 内の説明用 p（見出し・ボタン等のクラスは除外） */
.post .entry-content .st-cardbox .clearfix dd p:not(.st-static-font):not(.p-entry-t):not(.p-free):not(.sitename):not(.post-slide-title):not(.post-slide-date):not(.post-slide-more):not(.st-catgroup):not(.wp-caption-text):not(.cardbox-more):not(.st-minihukidashi):not(.st-mybox-title):not(.st-memobox-title):not(.st-mybtn):not(.st-sales-card__title):not(.st-sales-card__subtext):not(.st-cardbox-t),
.st-cardbox .clearfix dd p:not(.st-static-font):not(.p-entry-t):not(.p-free):not(.sitename):not(.post-slide-title):not(.post-slide-date):not(.post-slide-more):not(.st-catgroup):not(.wp-caption-text):not(.cardbox-more):not(.st-minihukidashi):not(.st-mybox-title):not(.st-memobox-title):not(.st-mybtn):not(.st-sales-card__title):not(.st-sales-card__subtext):not(.st-cardbox-t) {
	font-size: 0.85em;
	line-height: 1.7;
	margin-bottom: 10px;
	color: #999;
}

@media print, screen and (max-width: 599px) {
	.post .entry-content .st-cardbox .clearfix dd p:not(.st-static-font):not(.p-entry-t):not(.p-free):not(.sitename):not(.post-slide-title):not(.post-slide-date):not(.post-slide-more):not(.st-catgroup):not(.wp-caption-text):not(.cardbox-more):not(.st-minihukidashi):not(.st-mybox-title):not(.st-memobox-title):not(.st-mybtn):not(.st-sales-card__title):not(.st-sales-card__subtext):not(.st-cardbox-t),
	.st-cardbox .clearfix dd p:not(.st-static-font):not(.p-entry-t):not(.p-free):not(.sitename):not(.post-slide-title):not(.post-slide-date):not(.post-slide-more):not(.st-catgroup):not(.wp-caption-text):not(.cardbox-more):not(.st-minihukidashi):not(.st-mybox-title):not(.st-memobox-title):not(.st-mybtn):not(.st-sales-card__title):not(.st-sales-card__subtext):not(.st-cardbox-t) {
		font-size: 0.9em;
		line-height: 1.5;
	}
}

.st-cardbox .clearfix dd p.cardbox-more,
.st-cardbox .clearfix dd p.st-cardbox-site {
	margin-top: 10px;
	margin-bottom: 0;
}

.st-cardbox .clearfix dd p.st-cardbox-site {
	color: #616161;
	display: flex;
	align-items: center;
}

.st-cardbox .clearfix dd .st-cardbox-favicon img {
	margin: 0 4px 0 0;
	vertical-align: middle;
}

/* 関連ラベル - ブログカード */
.wp-block-embed.kanren .st-cardbox:before {
	content: "\f0c1 \0020 関連";
	font-family: stsvg !important;
	position: absolute;
	font-size: 13px;
	color: #fff;
	top: 0;
	left: 0;
	background-color: #66bb6a;
	padding: 5px 10px;
	z-index: 1;
}

/* 人気ラベル - ブログカード */
.wp-block-embed.popular .st-cardbox:before {
	content: "\f201 \0020 人気";
	font-family: stsvg !important;
	position: absolute;
	font-size: 13px;
	color: #fff;
	top: 0;
	left: 0;
	background-color: #ffa726;
	padding: 5px 10px;
	z-index: 1;
}

/* チェック - ブログカード */
.wp-block-embed.check .st-cardbox:before {
	content: "\f00c \0020 確認";
	font-family: stsvg !important;
	position: absolute;
	font-size: 13px;
	color: #fff;
	top: 0;
	left: 0;
	background-color: #42a5f5;
	padding: 5px 10px;
	z-index: 1;
}

/* 重要ラベル - ブログカード */
.wp-block-embed.important .st-cardbox:before {
	content: "\f06a \0020 重要";
	font-family: stsvg !important;
	position: absolute;
	font-size: 13px;
	color: #fff;
	top: 0;
	left: 0;
	background-color: #ef5350;
	padding: 5px 10px;
	z-index: 1;
}

/** カードスタイル */
#side aside .st-cardstyle .kanren,
#side aside .st-cardstyleb .kanren {
	padding-top: 0;
}

.st-cardstyle .st-cardbox .clearfix dt.st-card-img,
.st-cardstyle .post .st-cardbox .clearfix dt.st-card-img,
#side .st-cardstyle .st-cardbox .clearfix dt.st-card-img,
.st-cardstyleb .st-cardbox .clearfix dt.st-card-img,
.st-cardstyleb .post .st-cardbox .clearfix dt.st-card-img,
#side .st-cardstyleb .st-cardbox .clearfix dt.st-card-img {
	height: auto;
}

@media only screen and (min-width: 600px) {
	main .st-cardstyle .kanren.st-cardbox dd,
	main .st-cardstyleb .kanren.st-cardbox dd {
		padding: 10px 20px 20px;
	}
}

/* タイトル前のテキスト */
.st-card-title-head {
	padding: 5px 7px;
	font-size: 80%;
	border-radius: 5px;
	margin-right: 8px;
	background: #cccccc;
	color: #ffffff;
}

.st-card-title-head .st-fa,
.st-card-title-head .fa {
	margin-right: 5px;
}

/* ボーダーなし */
.st-cardbox.noborder {
	padding: 0;
	border: none;
	box-shadow: none;
}

.st-cardbox.noborder .clearfix dd h5,
.post .st-cardbox.noborder .clearfix dd h5,
#side .st-cardbox.noborder .clearfix dd h5 {
	border-bottom: none;
	padding-bottom: 0;
}

/* 装飾削除 */
.wp-block-embed.none .st-cardbox {
	padding: 0;
	border: none;
	box-shadow: none;
}

.wp-block-embed.none .st-embed-cardlink .st-cardbox::after {
	content: none;
}

/* サムネイルのみ */
a.st-card-thumb-only {
	text-decoration: none;
}
a.st-card-thumb-only:hover {
	opacity: 0.6;
}

.st-card-thumb-only div {
	display: inline;
}

.st-card-thumb-only img {
	max-height: 100%;
	width: auto;
}

/*続きを読む（ブログカード）*/
#footer p.cardbox-more,
#side p.cardbox-more,
.post p.cardbox-more {
	margin-bottom: 5px;
	padding: 5px 10px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	text-align: center;
	text-decoration: none;
	color: #757575;
}

/*ブログカード風サイドバー（ランキング）*/

#side .rankst-cont .st-cardbox {
	padding: 15px 15px 10px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}

#side .rankst-cont .kanren.st-cardbox dl:last-child {
	border-style: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#side .rankst-cont .post .st-cardbox p,
#side .rankst-cont .st-cardbox p {
	margin-bottom: 10px;
}

#side .rankst-cont .st-cardbox .clearfix dd h5,
#side .rankst-cont .post .st-cardbox .clearfix dd h5,
#side .rankst-cont .st-cardbox .clearfix dd h5 {
	margin-bottom: 10px;
	padding-bottom: 5px;
}

#side .rankst-cont .st-cardbox .clearfix dd p {
	font-size: 90%;
	line-height: 1.8;
	margin-bottom: 10px;
}

/*ブログカード風マガジン*/

.st-cardstyle .st-cardbox {
	border: none;
	padding: 0;
}

.st-cardstyle .kanren dl,
.st-cardstyle .kanren.st-cardbox dl:last-child {
	box-sizing: border-box;
	border: 1px solid #ccc;
	background: #fff;
}

.st-cardstyle .kanren dl {
	width: 100%;
}

.st-cardstyle .kanren dt {
	float: none !important;
	width: 100% !important;
	height: auto;
	overflow: hidden;
	position: relative;
}

.st-cardstyle .kanren dt img {
	width: 100% !important;
}

.st-cardstyle .kanren dd,
.st-cardstyle .kanren.st-cardbox dd {
	padding: 10px 20px 20px;
}

.st-cardstyle .kanren .clearfix dd p {
	line-height: 1.8;
}

.st-cardstyle .kanren .st-top-box {
	padding: 5px;
	box-sizing: border-box;
	width: 100%;
}

.st-cardstyle .kanren .st-top-box dl {
	margin-bottom: 0;
	position: relative;
}

.st-cardstyle .kanren .st-top-box a.st-box-a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 999;
}

.st-cardstyle .kanren .st-top-box img.size-full,
.st-cardstyle .kanren .st-top-box img.size-large {
	margin-bottom: 0;
}

.st-cardstyle .cardbox-more a {
	display: block;
}

#side .st-cardstyle .kanren.st-cardbox.st-cardbox-wide dt,
main .st-cardstyle .kanren.st-cardbox.st-cardbox-wide dt,
#side .st-cardstyleb .kanren.st-cardbox.st-cardbox-wide dt,
main .st-cardstyleb .kanren.st-cardbox.st-cardbox-wide dt {
	margin: 0;
}

/* 影なし */
.st-cardbox.st-no-shadow {
	box-shadow: none;
}

/* 埋め込みURL（ブログカード） */
.st-embed-cardlink .st-cardbox {
	padding-right: 30px;
	position: relative;
}

.st-embed-cardlink .st-cardbox::after {
	content: "\f105";
	font-family: stsvg;
	color: #e0e0e0;
	position: absolute;
	top: calc(50% - 0.5em);
	right: 7px;
}

/* 右下矢印バージョン
.st-embed-cardlink .st-cardbox::before {
   	content: '';
  	font-family: stsvg;
	color: #ccc;
	position: absolute;
	bottom: 7px;
	right: 7px;
	display: block;
	border-right: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	width: 15px;
	height: 15px;
}*/

.st-embed-cardlink .st-cardbox .clearfix dd p.st-cardbox-t,
#side .st-cardbox .clearfix dd h5.st-cardbox-t,
.st-cardlink .st-cardbox .clearfix dd h5.st-cardbox-t {
	font-weight: bold;
	font-size: inherit;
	padding-top: 0;
	margin-bottom: 5px;
	color: #333;
}

@media only screen and (min-width: 600px) {
	.st-embed-cardlink .st-cardbox .clearfix dd p.st-cardbox-t,
	#side .st-cardbox .clearfix dd h5.st-cardbox-t,
	.st-cardlink .st-cardbox .clearfix dd h5.st-cardbox-t {
		font-size: 0.95em;
	}
}

.st-embed-cardlink.has-no-site .st-cardbox .clearfix dd .st-card-excerpt p {
	margin-bottom: 0;
	color: #999;
}

/* 会話レイアウト */

.st-kaiwa-box {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	display: table;
}

.st-kaiwa-face {
	text-align: center;
	display: table-cell;
	width: 60px;
	vertical-align: top;
}

.st-kaiwa-box .st-kaiwa-face img,
.st-kaiwa-box .st-kaiwa-face2 img {
	border-radius: 60px;
	border-style: solid;
	border-width: 1px;
}

.st-kaiwa .st-kaiwa-face img,
.st-kaiwa .st-kaiwa-face2 img {
	border-color: transparent;
}

.st-kaiwa-face-name {
	color: #616161;
	font-size: 70%;
	line-height: 1.5;
	max-width: 60px;
}

.st-kaiwa-area {
	display: table-cell;
	vertical-align: top;
	text-align: left;
	padding-top: 5px;
}

.st-kaiwa-hukidashi {
	display: inline-block;
	padding: 15px 20px;
	margin-left: 20px;
	border-radius: 7px;
	position: relative;
	background-color: #f9f9f9;
	word-break: break-all;
}

.st-kaiwa-hukidashi-content > *:last-child,
.post .st-kaiwa-hukidashi > *:last-child {
	margin-bottom: 0px;
}

.st-kaiwa-hukidashi::after {
	content: "";
	position: absolute;
	top: 30px;
	left: -10px;
	margin-top: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent #f9f9f9 transparent transparent;
}

/*ふきだし反対*/

.st-kaiwa-face2 {
	text-align: center;
	display: table-cell;
	width: 60px;
	vertical-align: top;
}

.st-kaiwa-face2 img {
	border-radius: 60px;
	border: 1px solid #ccc;
}

.st-kaiwa-face-name2 {
	color: #616161;
	font-size: 70%;
	line-height: 1.5;
	max-width: 60px;
}

.st-kaiwa-area2 {
	display: table-cell;
	vertical-align: top;
	text-align: right;
}

.st-kaiwa-hukidashi2 {
	display: inline-block;
	padding: 15px 20px;
	margin-right: 20px;
	border-radius: 7px;
	position: relative;
	background-color: #f9f9f9;
	text-align: left;
	word-break: break-all;
}

.post .st-kaiwa-hukidashi2 p:last-child {
	margin-bottom: 0px;
}

.st-kaiwa-hukidashi2::after {
	content: "";
	position: absolute;
	top: 30px;
	right: -10px;
	margin-top: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #f9f9f9;
}

/* 会話アイコンアニメーション */
.st-kaiwa-face-move .st-kaiwa-face img {
	animation: animScale 4s infinite ease-out;
	transform-origin: 50% 50%;
	animation-play-state: running;
	backface-visibility: hidden;
}

.st-kaiwa-face-move .st-kaiwa-face2 img {
	animation: animScale 4.5s infinite ease-out;
	transform-origin: 50% 50%;
	animation-play-state: running;
	backface-visibility: hidden;
}

/** 動かすクラス bound */
.is-style-st-paragraph-kaiwa.bound::before,
.st-kaiwa-box.bound .st-kaiwa-face img {
	animation: animScale 4s infinite ease-out;
	transform-origin: 50% 50%;
	animation-play-state: running;
	backface-visibility: hidden;
}

.is-style-st-paragraph-kaiwa-b.bound::before,
.st-kaiwa-box.bound .st-kaiwa-face2 img {
	animation: animScale 4.5s infinite ease-out;
	transform-origin: 50% 50%;
	animation-play-state: running;
	backface-visibility: hidden;
}

@keyframes animScale {
	0% {
		transform: scale(0.8, 0.8);
	}
	5% {
		transform: scale(1.1, 1.1);
	}
	10% {
		transform: scale(1, 1);
	}
	15% {
		transform: scale(1.1, 1.1);
	}
	20% {
		transform: scale(1, 1);
	}
	100% {
		transform: scale(1, 1);
	}
}

/* タイピングアニメーションのローディング */
.st-kaiwa-hukidashi-content .loading-dots {
    display: inline-block;
    animation: blink 1s infinite;
	position: absolute;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/*--------------------------------
スライドメニュー
---------------------------------*/

.st-ac-box {
	padding: 10px 10px 0;
	box-sizing: border-box;
}

.st-ac-box-bottom {
	padding-top: 20px;
	padding-bottom: 20px;
}

.menu-navigation-container {
	overflow: hidden;
}

nav li a:hover {
	text-decoration: underline;
}

#s-navi {
	position: relative;
	z-index: 100000;
	margin: 0 -10px;
}

#s-navi ul.sub-menu {
	display: none;
}

#s-navi dl.acordion p {
	margin: 0;
}

#s-navi dl.acordion {
	margin: 0px;
	box-sizing: border-box;
	width: 100%;
}

#s-navi dt.trigger {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	height: 48px;
	overflow: hidden;
}

.s-navi-active #s-navi-overlay,
.s-navi-search-slide.s-navi-search-active #s-navi-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.75);
	z-index: 100003;
	transition: background 0.3s;
}

.trigger .fa:not(.st-svg-bars) {
	font-size: 20px;
}

.trigger .op .fa:not(.st-svg-bars) {
	font-size: 23px;
}

/*スマホロゴタイトル*/
#st-mobile-logo {
	padding: 0 10px;
	box-sizing: border-box;
	text-align: left;
	line-height: 20px;
	font-size: 16px;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: flex;
	align-items: center;
	flex-direction: column;
}

header h1#st-mobile-logo,
header p#st-mobile-logo {
	font-weight: bold;
}

#st-mobile-logo h1,
#st-mobile-logo p {
	width: 100%;
	box-sizing: border-box;
}

#st-mobile-logo a {
	text-decoration: none;
	color: #333;
	box-sizing: border-box;
}

#st-mobile-logo img {
	width: auto;
	box-sizing: border-box;
	max-height: 48px;
}

/* スマホ通常タイトル */
#st-mobile-logo.st-mobile-title {
	display: flex;
}

#st-mobile-logo.st-mobile-title #st-text-logo {
	padding-bottom: 0;
	width: 100%;
	box-sizing: border-box;
}

/** アイコンロゴ */
#st-icon-logo img {
	max-width: inherit;
}

/** スマホアイコンロゴ */
#s-navi.pcnone #st-icon-logo {
	order: 0;
	margin-bottom: 0;
}

#s-navi.pcnone #st-icon-logo img {
	max-height: 38px;
}

@media only screen and (min-width: 600px) {
	.mobile #st-icon-logo {
		display: none;
	}
	.mobile #st-text-logo {
		padding: 0;
	}
}

@media only screen and (max-width: 959px) {
	#st-icon-logo {
		width: 100%;
		box-sizing: border-box;
	}
	#st-footer-logo #st-icon-logo {
		width: inherit;
		box-sizing: border-box;
		padding-left: 10px;
		margin-bottom: 10px;
	}
}

/*スライドメニューボタン*/
#s-navi dt.trigger .acordion_button {
	max-width: 20%;
	order: 1;
	flex-grow: 0;
}

/*スマホヘッダー用検索ボタン*/
#s-navi dt.trigger .acordion_button_search {
	order: 4;
}

#s-navi dt.trigger .op {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	color: #333;
	font-size: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 48px;
	overflow: hidden;
	width: 52px;
	box-sizing: border-box;
}

#s-navi dt.trigger .op .st-fa,
#s-navi dt.trigger .op .fa {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#s-navi dt.trigger .op.has-text .st-fa::after {
	margin-top: 2px;
	font-family: Arial, sans-serif;
	content: "MENU";
	font-size: 8px;
	letter-spacing: -0.25px;
}

.s-navi-active #s-navi dt.trigger .op.has-text .st-fa::after {
	margin-top: 2px;
	content: "CLOSE";
}

/* オープン時 */
.s-navi-active #s-navi dt.trigger .acordion_button .st-svg-bars::before {
	content: "\f00d";
}

/* オープン時（上書き） */
.s-navi-active .st-svg-menu::before {
	content: "\e90e";
}

.s-navi-active .st-svg-menu_thin::before {
	content: "\e90c";
}

.s-navi-active .st-svg-menu_cut::before {
	content: "\e90d";
}

/**
 * st_svg/style.css に合わせる
 *
 * * `[class^="st-svg-"], [class*=" st-svg-"]`
 * * `.st-svg-close{_thin,_cut}::before`
 */
.s-navi-search-active
	#s-navi
	dt.trigger
	.acordion_button_search
	.op-search-close::before,
.s-navi-search-active
	#s-navi
	dt.trigger
	.acordion_button_search
	.op-search-close_thin::before,
.s-navi-search-active
	#s-navi
	dt.trigger
	.acordion_button_search
	.op-search-close_cut::before {
	font-family: stsvg !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* st_svg/style.css に合わせる */
.s-navi-search-active
	#s-navi
	dt.trigger
	.acordion_button_search
	.op-search-close::before {
	content: "\e90e";
}

/* st_svg/style.css に合わせる */
.s-navi-search-active
	#s-navi
	dt.trigger
	.acordion_button_search
	.op-search-close_thin::before {
	content: "\e90c";
}

/* st_svg/style.css に合わせる */
.s-navi-search-active
	#s-navi
	dt.trigger
	.acordion_button_search
	.op-search-close_cut::before {
	content: "\e90d";
}

.s-navi-search-overlay.s-navi-search-active
	#s-navi
	dt.trigger
	.acordion_button_search {
	z-index: 100002;
}

/* スライドメニュー追加ボタン */
#s-navi dt.trigger .op-st,
#s-navi dt.trigger .op-st2 {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ccc;
	background: #333;
	box-sizing: border-box;
	height: 48px;
	overflow: hidden;
	padding: 10px;
}

#s-navi dt.trigger .op-st .st-fa + .op-text,
#s-navi dt.trigger .op-st .fa + .op-text,
#s-navi dt.trigger .op-st2 .st-fa + .op-text,
#s-navi dt.trigger .op-st2 .fa + .op-text {
	padding-left: 7px;
}

.op-text,
.op-text a,
.op-text2,
.op-text2 a {
	font-size: 0.7em;
	line-height: 1.3em;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

/* 追加ボタン1 */
#s-navi dt.trigger .acordion_extra_1 {
	max-width: 50%;
	min-width: 3em;
	order: 2;
	flex-grow: 0;
	text-align: left;
}

#s-navi dt.trigger .acordion_extra_1 a {
	display: block;
	text-decoration: none;
}

/* 追加ボタン2 */
#s-navi dt.trigger .acordion_extra_2 {
	max-width: 50%;
	min-width: 3em;
	order: 3;
	flex-grow: 0;
	text-align: left;
}

#s-navi dt.trigger .acordion_extra_2 a {
	display: block;
	text-decoration: none;
}

#s-navi::after {
	content: "";
	display: block;
	clear: both;
	margin-bottom: 0;
}

#s-navi dd.acordion_tree,
#s-navi dd.acordion_search {
	box-sizing: border-box;
	text-align: left;
	position: fixed;
	top: 0;
	transition: all 0.3s;
	height: 100vh;
	max-height: 100vh;
	-webkit-overflow-scrolling: touch;
}

#s-navi dd.acordion_tree,
.s-navi-search-slide #s-navi dd.acordion_search {
	width: 250px; /* スライドメニューの幅 */
	z-index: 10000;
}

.s-navi-search-overlay #s-navi dd.acordion_search {
	display: flex;
	flex-direction: column;
	padding: 48px 0;
	width: 100%;
	z-index: -1;
	pointer-events: none; /* オーバーレイが開ききるまではクリック/タップ不可にしておく */
	opacity: 0; /* iOS のナビゲーションが原因でズレが発生するため、オーバーレイが開ききるまでは透明にしておく */
	transition: none; /* iOS のナビゲーションが原因でズレが発生するため、オーバーレイが開ききるまでは transition なしにしておく */
}

@media only screen and (max-width: 959px) and (min-width: 600px) {
	.s-navi-search-overlay #s-navi dd.acordion_search {
		padding: 58px 0;
	}
}

#s-navi dd.acordion_tree {
	left: -250px; /* スライドメニューの幅 */
}

.s-navi-search-slide #s-navi dd.acordion_search {
	right: -250px; /* スライドメニューの幅 */
}

#s-navi dd.acordion_tree .acordion_tree_content,
#s-navi dd.acordion_search .acordion_search_content {
	box-sizing: border-box;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#s-navi dd.acordion_tree .acordion_tree_content {
	padding-top: 10px;
}

#s-navi dd.acordion_search .acordion_search_content {
	padding: 10px 10px 0;
	font-size: 15px;
}

.s-navi-search-overlay #s-navi dd.acordion_search .acordion_search_content {
	display: flex;
	flex-direction: column;
	padding: 10px 20px;
}

.s-navi-search-overlay
	#s-navi
	dd.acordion_search
	.acordion_search_content::before,
.s-navi-search-overlay
	#s-navi
	dd.acordion_search
	.acordion_search_content::after {
	content: "";
}

.s-navi-search-overlay
	#s-navi
	dd.acordion_search
	.acordion_search_content::before {
	margin-top: auto;
}

.s-navi-search-overlay
	#s-navi
	dd.acordion_search
	.acordion_search_content::after {
	margin-bottom: auto;
}

.s-navi-search-overlay .st-widgets-box #search {
	margin-bottom: 0;
}

.acordion_search_content #searchform {
	border-color: #ccc;
}

.acordion_tree ul.menu li {
	position: relative;
	float: none;
	font-size: 15px;
	list-style: none;
}

.acordion_tree ul.menu li:hover {
	cursor: pointer;
}

.acordion_tree ul.menu li a {
	display: flex;
	justify-content: space-between;
	padding: 12px 15px;
	text-decoration: none;
	color: #333;
}

.acordion_tree ul.menu li .st-fa,
#s-navi .acordion_tree ul.menu li .menu-item-icon.st-fa,
.acordion_tree ul.menu li .fa,
#s-navi .acordion_tree ul.menu li .menu-item-icon.fa {
	margin: -12px -15px -12px 0;
	padding: 0 15px 0 8px;
	min-width: 1.25em;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-grow: 0;
}

.acordion_tree ul.menu li .st-fa::before,
#s-navi .acordion_tree ul.menu li .menu-item-icon.st-fa::before {
	font-size: 0.8em;
}

#s-navi .acordion_tree ul.menu li .st-fa,
#s-navi .acordion_tree ul.menu li .fa {
	margin: 0 0.25em;
	padding: 0;
	min-width: 0;
	display: inline-block;
}

/* 子孫メニュー */
.acordion_tree ul.menu li .sub-menu a {
	padding-left: 30px;
}

.acordion_tree ul.menu li .sub-menu .sub-menu a {
	padding-left: 45px;
}

.acordion_tree ul.menu li .sub-menu .sub-menu .sub-menu a {
	padding-left: 60px;
}

.menu-close {
	padding: 10px;
}

/* メニューオープン時 */
.s-navi-active #s-navi dl.acordion {
	left: 250px; /* スライドメニューの幅 */
}

.s-navi-active #s-navi dd.acordion_tree {
	left: 0;
}

.s-navi-search-slide.s-navi-search-active #s-navi dl.acordion {
	left: -250px; /* スライドメニューの幅 */
}

.s-navi-search-slide.s-navi-search-active #s-navi dd.acordion_search {
	right: 0;
}

/* 右表示 */
.s-navi-right #s-navi dt.trigger {
	justify-content: flex-end;
}

.s-navi-right #st-mobile-logo {
	order: 1;
}

.s-navi-right #s-navi dt.trigger .acordion_button {
	order: 4;
}

.s-navi-right #s-navi dt.trigger .acordion_extra_1 {
	order: 2;
}

.s-navi-right #s-navi dt.trigger .acordion_extra_2 {
	order: 3;
}

.s-navi-right #s-navi dt.trigger .acordion_button_search {
	order: 0;
}

.s-navi-right #s-navi dd.acordion_tree {
	left: auto;
	right: -250px; /* スライドメニューの幅 */
}

.s-navi-active.s-navi-right #s-navi dl.acordion {
	left: -250px; /* スライドメニューの幅 */
}

.s-navi-active.s-navi-right #s-navi dd.acordion_tree {
	right: 0;
}

.s-navi-search-slide.s-navi-right #s-navi dd.acordion_search {
	left: -250px; /* スライドメニューの幅 */
	right: auto;
}

.s-navi-search-slide.s-navi-right.s-navi-search-active #s-navi dl.acordion {
	left: 250px; /* スライドメニューの幅 */
}

.s-navi-search-slide.s-navi-right.s-navi-search-active
	#s-navi
	dd.acordion_search {
	left: 0;
}

/* オーバーレイ表示 */
.s-navi-search-overlay.s-navi-search-active #s-navi dd.acordion_search {
	z-index: 100001;
	transition: all 0.15s;
}

.s-navi-search-overlay.s-navi-search-activated #s-navi dd.acordion_search {
	opacity: 1;
	pointer-events: auto;
}

/* 検索メニューあり */
.s-navi-has-search #s-navi dt.trigger {
	justify-content: space-between;
}

/* 検索オーバーレイ内のタイトル */
.acordion_search_content
	.st-widgets-title:not([class^="is-style-st-heading-custom-"]):not(
		[class*=" is-style-st-heading-custom-"]
	):not(.st-css-no2) {
	font-size: 85%;
	margin-bottom: 10px;
	font-weight: bold;
}

/* 検索オーバーレイのカテゴリー */
.acordion_search_content .widget_categories ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	box-sizing: border-box;
}

.acordion_search_content .widget_categories ul > li.cat-item {
	width: 50%;
	box-sizing: border-box;
	text-align: center;
	list-style: none;
	align-items: center;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.acordion_search_content .widget_categories ul li.cat-item a {
	text-decoration: none;
	padding: 10px;
	font-size: 80%;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}

.acordion_search_content .widget_categories ul li.cat-item:hover {
	opacity: 0.7;
}

/* スライドメニュー内のタイトル */
#s-navi dl.acordion .acordion_tree .st-ac-box .st-widgets-title {
	font-size: 85%;
	margin-bottom: 10px;
	font-weight: bold;
}

/* スライドメニュー内のカテゴリー */
.acordion_tree .st-ac-box .widget_categories ul.st-ac-cat {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	box-sizing: border-box;
}

.acordion_tree .st-ac-box .widget_categories ul.st-ac-cat > li.cat-item {
	width: 50%;
	box-sizing: border-box;
	text-align: center;
	list-style: none;
	align-items: center;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.acordion_tree .st-ac-box .widget_categories ul.st-ac-cat li.cat-item a {
	text-decoration: none;
	padding: 10px;
	font-size: 80%;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #333;
}

.acordion_tree .st-ac-box .widget_categories ul li.cat-item:hover {
	opacity: 0.7;
}

/* スライドメニュー内のSTINGERカテゴリーの子カテゴリーを非表示
.acordion_tree .st-ac-box ul.st-ac-cat .children {
  display:none ;
}
*/

/*--------------------------------
ミドルメニュー
---------------------------------*/
@media print, screen and (min-width: 960px) {
	.st-middle-menu {
		display: none;
	}
}

.st-middle-menu ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	box-sizing: border-box;
}

.st-middle-menu .menu > li {
	box-sizing: border-box;
	text-align: center;
	list-style: none;
	align-items: center;
}

.st-middle-menu .menu li a {
	text-decoration: none;
	padding: 10px;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.st-middle-menu .st-fa,
.st-middle-menu .fa {
	margin-right: 5px;
}

/*--------------------------------
スマホフッターメニュー
---------------------------------*/

#st-footermenubox {
	position: fixed;
	bottom: 0px;
	left: 0;
	transition: all 0.3s;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 15px 10px;
	background: #fff;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
	z-index: 99999;
}

#st-footermenubox a {
	text-decoration: none;
}

#st-footermenubox ul.menu {
	display: table;
	table-layout: fixed;
	width: 100%;
}

#st-footermenubox ul.menu li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 13px;
}

#st-footermenubox ul.menu li .st-fa,
#st-footermenubox ul.menu li .fa {
	font-size: 1.3em;
}

/* スライドメニュー: オープン時 */
.s-navi-active #st-footermenubox,
.s-navi-search-slide.s-navi-search-active #st-footermenubox {
	left: 250px; /* スライドメニューの幅 */
}

/* スライドメニュー: 右表示 */
.s-navi-active.s-navi-right #st-footermenubox,
.s-navi-search-slide.s-navi-search-active.s-navi-right #st-footermenubox {
	left: -250px; /* スライドメニューの幅 */
}

/*--------------------------------
メニューst5 未設定
---------------------------------*/

nav.st5,
#st-menuwide div.menu,
#st-menuwide nav.menu {
	display: none;
}

#st-menubox nav.menu ul {
	list-style: none;
}

/*--------------------------------
メニューに挿入されたSVG
---------------------------------*/
.acordion_tree .menu-item-label,
nav:not(.st-footer-ul) .menu-item a {
	display: inline-flex;
	align-items: center;
}

.menu-item a svg {
	margin-right: 7px;
	min-width: 1.3em;
	min-height: 1em;
}

/*--------------------------------
ヘッダーバナーリンク
---------------------------------*/

.st-cardlink-card img {
	width: 100%;
	margin: 0;
}

.st-cardlink-column-d {
	margin: 0 auto 0;
	padding: 10px 0 10px;
	display: flex;
	list-style: none;
	flex-wrap: wrap;
}

.st-cardlink-card {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: 5px;
	width: 100%;
	box-sizing: border-box;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	transition: 0.3s;
	flex-shrink: 0;
	flex-grow: 0;
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
	line-height: 1.3;
}

.st-cardlink-column-1 .st-cardlink-card {
	width: calc(100% - 10px);
}

.st-cardlink-column-2 .st-cardlink-card {
	width: calc(50% - 10px);
}

.st-cardlink-column-3 .st-cardlink-card {
	width: calc(33.33% - 10px);
}

.st-cardlink-column-4 .st-cardlink-card {
	width: calc(25% - 10px);
}

.st-cardlink-card:hover {
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	opacity: 0.8;
}

.st-cardlink-card a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.st-cardlink-card.has-bg {
	display: flex;
	justify-content: center;
	align-items: center;
	background-position: 50% 50%;
	position: relative;
	z-index: 0;
	padding: 20px;
	background-size: cover;
	font-weight: bold;
	color: #fff;
	font-size: 120%;
	text-shadow: 1px 1px 1px #424242;
	text-align: center;
	min-height: 50px;
}

.st-cardlink-card.has-bg .st-cardlink-card-link::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}

@media only screen and (min-width: 600px) {
	.st-cardlink-card.has-bg {
		min-height: 100px;
	}
}

.st-cardlink-card.has-link {
	padding: 0;
	align-items: stretch;
}

.st-cardlink-card.has-bg.has-link .st-cardlink-card-link {
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	color: #fff;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

#footer .st-cardlink-card.has-bg.has-link a.st-cardlink-card-link {
	color: #fff;
}

@media print, screen and (max-width: 599px) {
	.st-cardlink-card-link,
	.st-cardlink-card-text {
		font-size: 90%;
	}
}

.st-cardlink-subtext {
	display: block;
	padding-top: 7px;
	font-size: 0.7em;
	text-shadow: none;
	font-weight: normal;
}

/* テキストのある背景画像をぼかす */
.st-cardlink-card.has-bg.is-blurable::before {
	content: "";
	position: absolute;
	top: -5px;
	bottom: -5px;
	left: -5px;
	right: -5px;
	background: inherit;
	-webkit-filter: blur(5px);
	filter: blur(5px);
	transition: -webkit-filter 0.3s ease;
	transition: filter 0.3s ease;
	transition: filter 0.3s ease, -webkit-filter 0.3s ease;
	z-index: -1;
}

.st-cardlink-card.has-bg.is-blurable:hover::before {
	-webkit-filter: blur(0);
	filter: blur(0);
}

/* テキストのある背景画像を暗くする */
.st-cardlink-card.has-bg.is-darkable::before {
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: " ";
	z-index: 1;
}
.st-cardlink-card.has-bg.is-darkable {
	text-shadow: none !important;
}

.st-cardlink-card.has-bg.is-darkable .st-cardlink-card-text {
	z-index: 2;
}

@media only screen and (max-width: 959px) {
	.st-cardlink-column-d {
		padding-left: 10px;
		padding-right: 10px;
	}

	.st-cardlink-column-3 .st-cardlink-card,
	.st-cardlink-column-4 .st-cardlink-card {
		width: calc(50% - 10px);
	}
}

/** マウスオーバー時の調整 */
.st-cardlink-card.has-bg.is-darkable:hover::before {
	opacity: 0;
}

.st-cardlink-card.has-bg.is-blurable:hover,
.st-cardlink-card.has-bg.is-darkable:hover {
	opacity: 1;
}

.st-cardlink-card.has-bg.is-blurable::before,
.st-cardlink-card.has-bg.is-darkable::before {
	transition: 1s;
}

/* サイドバー、フッター、スマホメニューでは縦並びにする */
.acordion_tree_content #st-header-cardlink,
#side #st-header-cardlink,
footer #st-header-cardlink {
	flex-direction: column;
	padding-left: 0;
	padding-right: 0;
}
.acordion_tree_content .st-cardlink-card,
#side .st-cardlink-card,
footer .st-cardlink-card {
	width: 100% !important;
	margin-bottom: 10px;
}
.acordion_tree_content .side-widgets .st-cardlink-card:last-child,
#side .side-widgets .st-cardlink-card:last-child,
footer .side-widgets .st-cardlink-card:last-child {
	margin-bottom: 0;
}

/*--------------------------------
検索フォーム
---------------------------------*/

#search,
.cs-text {
	padding-bottom: 0;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}

.post #search {
	margin-bottom: 20px;
}

#searchform input {
	margin: 0;
}

.cs-text input.cs-text-input,
#searchform input {
	-webkit-appearance: none;
}

.cs-text input.cs-text-input,
#searchform input:focus {
	outline: none;
}

#s,
.s {
	min-width: 0;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	color: #333;
	font-size: 14px;
	border-style: none;
	padding: 10px 25px;
	box-sizing: border-box;
	border-radius: 0;
	background-color: #fff;
}

#s::-webkit-input-placeholder {
	opacity: 0.5;
}
#s:-moz-placeholder {
	opacity: 0.5;
}
#s::-moz-placeholder {
	opacity: 0.5;
}
#s:-ms-input-placeholder {
	opacity: 0.5;
}
#s:focus::-webkit-input-placeholder {
	color: transparent !important;
}
#s:focus::-moz-placeholder {
	color: transparent !important;
}
#s:focus::-ms-input-placeholder {
	color: transparent !important;
}
#s:focus::placeholder {
	color: transparent !important;
}

#searchform {
	border: #e0e0e0 1px solid;
	border-radius: 0;
	display: flex;
	overflow: hidden;
}

input#searchsubmit {
	margin: 0;
	background: #fff;
	color: #424242;
	cursor: pointer;
	padding: 0 15px;
	border: none;
}

/*カスタム検索プラグイン*/
.st-custom-search-box {
	word-break: break-all;
	word-break: break-word;
	hyphens: auto;
}

.st-custom-search-box-tpl-default .cs-text,
.st-custom-search-box-tpl-result .cs-text {
	border: #f3f3f3 1px solid;
	background: #fff;
	overflow: hidden;
}

main .cs-text-input {
	border: 0 !important;
	padding: 10px 65px 10px 10px !important;
	width: 100% !important;
	box-sizing: border-box !important;
	margin: 0 !important;
}

.cs-term,
.cs-operators {
	margin: 1em 0 0;
}

main .widget_st-custom-search .st-widgets-title,
.cs-term-title {
	margin: 1em 0 0.25em;
	font-weight: bold;
}

.cs-term-list,
.cs-operator-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0.5em 0;
}

.cs-operator-list {
	justify-content: center;
}

.cs-term-item,
.cs-operator-item {
	display: flex;
	margin: 0.25em 0.5em;
	align-items: center;
}

.cs-term-item {
	width: calc(50% - 1em);
}

.st-custom-search-box-vertical .cs-cat-item {
	width: 100%;
}

.cs-term-label,
.cs-operator-label {
	display: flex;
	align-items: center;
}

.cs-term-label:hover,
.cs-operator-label:hover {
	cursor: pointer;
}

.cs-term-checkbox,
.cs-operator-radio {
	margin: 0 0.5em 0 0 !important;
}

.cs-search-button {
	display: block;
	border: none;
	width: 50%;
	max-width: 100%;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 5px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	margin: 20px auto;
}

.cs-search-button:hover {
	box-shadow: none;
	transform: translateY(1px);
}

.cs-order,
.cs-order-list {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.cs-order-item,
.cs-order-button {
	margin: 1em 0.5em 0;
}

.cs-order-label {
	display: flex;
	align-items: center;
}

.cs-order-label:hover {
	cursor: pointer;
}

.cs-order-radio {
	margin: 0 0.5em 0 0 !important;
}

.cs-order-button {
	padding: 0.25em 0.75em;
}

#side .cs-search-button {
	margin: 1em auto;
	width: 100%;
}

@media only screen and (min-width: 600px) {
	.cs-term-item,
	.st-custom-search-box-horizontal .cs-cat-item {
		/*width: calc(33.33333% - 1em); 3列*/
		width: calc(25% - 1em);
	}
}

.acordion_search .cs-term-item,
.acordion_search .st-custom-search-box-horizontal .cs-cat-item {
	width: calc(50% - 1em);
}

@media only screen and (min-width: 960px) {
	#side .cs-term-item {
		width: calc(50% - 1em);
	}

	#side .st-custom-search-box-vertical .cs-cat-item {
		width: 100%;
	}
}

/*カスタム検索プラグイン（チェックボックス周り）*/
.st-custom-search-box label input[type="checkbox"] {
	display: none;
}
.st-custom-search-box label input[type="checkbox"] + span {
	position: relative;
	display: inline-block;
	cursor: pointer;
	padding-left: 22px;
}
.st-custom-search-box label input[type="checkbox"] + span::before,
.st-custom-search-box label input[type="checkbox"] + span::after {
	position: absolute;
	content: "";
}
.st-custom-search-box label input[type="checkbox"] + span::before {
	top: 50%;
	left: 0;
	width: 14px;
	height: 14px;
	margin-top: -8px;
	background-color: transparent;
	border: 1px solid #ccc;
	border-radius: 1px;
	box-sizing: border-box;
}
.st-custom-search-box label input[type="checkbox"] + span::after {
	opacity: 0;
	top: 50%;
	left: 3px;
	width: 8px;
	height: 4px;
	margin-top: -4px;
	border-left: 2px solid #757575; /* チェックの太さ */
	border-bottom: 2px solid #757575; /* チェックの太さ */
	-webkit-transform: rotate(-45deg) scale(0.5);
	transform: rotate(-45deg) scale(0.5);
	box-sizing: border-box;
}
.st-custom-search-box label input[type="checkbox"] + span:hover::before {
	background-color: transparent;
}
.st-custom-search-box label input[type="checkbox"]:checked + span::before {
	background-color: transparent;
	border: 1px solid #9e9e9e;
}
.st-custom-search-box label input[type="checkbox"]:checked + span::after {
	opacity: 1;
	-webkit-transform: rotate(-45deg) scale(1);
	transform: rotate(-45deg) scale(1);
}

/*カスタム検索プラグイン（スライドメニュー内）*/
#s-navi .cs-term-title {
	font-size: 15px;
}

@media only screen and (min-width: 600px) and (max-width: 959px) {
	#s-navi .cs-term-title {
		font-size: 20px;
	}
}

/* 検索結果ページ */
.search-results .post .st-widgets-box {
	padding-top: 20px;
}

/*--------------------------------
カウントダウン
---------------------------------*/
.st-countdown-expired,
.st-countdown-timer {
	display: none;
}

.st-countdown.is-active .st-countdown-timer {
	display: inline;
}

.st-countdown.is-expired .st-countdown-expired {
	display: inline;
}

.ms-delete .st-countdown-item-ms {
	/* ミリ秒の非表示 */
	display: none;
}

/*スライド内*/
.acordion_tree .search-box {
	padding: 10px;
}

/*フッター*/
.footermenust {
	text-align: center;
	padding: 0 0 20px;
}

.footermenust li {
	display: inline;
	font-size: 14px;
	padding: 0 10px;
}

footer .footermenust li {
	border-right: 1px solid #ccc;
	font-size: 12px;
	line-height: 18px;
}

footer .footermenust li:last-child {
	border-right: none;
}

#footer .footermenust a {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	color: #757575;
}

footer ul,
footer ol {
	padding-left: 30px;
}

#footer p.copyr {
	margin-bottom: 0;
	line-height: 1.2;
	font-size: inherit;
}

/*--------------------------------
ページャー
---------------------------------*/

/*コメントナビ*/

.st-pagelink {
	padding: 20px 0px;
	margin-bottom: 20px;
	width: 100%;
}

.st-pagelink-in {
	display: flex;
	justify-content: center;
	align-items: center;
}

.st-pagelink a {
	text-decoration: none;
	font-size: 13px;
	color: #9e9e9e;
}

.st-pagelink .page-numbers {
	padding: 8px 10px;
	margin: 0 2px 5px;
	font-size: 15px;
	min-width: 20px;
	display: inline-block;
	text-align: center;
}

.st-pagelink .page-numbers {
	border: 1px solid #ccc;
}

.st-pagelink .page-numbers.prev,
.st-pagelink .page-numbers.next {
	border: none;
}

@media only screen and (min-width: 600px) {
	.st-pagelink .page-numbers {
		margin: 0 4px 5px;
	}
}

.st-pagelink .page-numbers.current,
.st-pagelink .page-numbers.disabled {
	opacity: 0.5;
}

.dots.page-numbers {
	padding: 0;
	border: none;
	color: #ccc;
}

@media print, screen and (max-width: 959px) {
	.st-pagelink .page-numbers:not(.dots.page-numbers) {
		padding: 15px;
	}

	.prev.page-numbers {
		display: none;
	}

	.st-pagelink-in {
		position: relative;
		padding-top: 75px;
	}

	.next.page-numbers {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		padding: 15px;
		width: 100%;
		box-sizing: border-box;
	}
}

/* 投稿・固定ページ内ナビ */
.st-pagelink-pages {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.st-pagelink-pages .page-numbers {
	margin-right: 5px;
}

.pagination {
	clear: both;
	position: relative;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}

.pagination span,
.pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 6px 9px 5px 9px;
	text-decoration: none;
	width: auto;
	color: #fff;
	background-color: #999;
}

.pagination a:hover {
	color: #fff;
	background-color: #666666;
}

.pagination .current {
	padding: 6px 9px 5px 9px;
	color: #fff;
	background-color: #cccccc;
}

/*--------------------------------
ぱんくず
---------------------------------*/

#breadcrumb,
#breadcrumb ol,
#breadcrumb li,
#breadcrumb h1 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

#breadcrumb.st-post-data-breadcrumb {
	margin-bottom: 20px;
}

#breadcrumb ol li {
	color: #777;
	font-size: 13px;
	list-style: none;
	display: inline-block;
	line-height: 1.5;
}

#breadcrumb ol li a,
#breadcrumb ol li h1 a {
	text-decoration: none;
	color: #777;
}

/* ぱんくず内の記事タイトル */

#breadcrumb.st-post-data-breadcrumb ol {
	display: inline;
}

#breadcrumb.st-post-data-breadcrumb ol li {
	font-size: 12px;
}

#breadcrumb h1.entry-title {
	display: inline;
	background-color: transparent !important;
	font-weight: normal;
	font-size: 12px;
	color: #ccc;
	line-height: 1.5;
}

/*--------------------------------
SNS
---------------------------------*/

.sns {
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 10px 0 20px;
}

.st-sns-top .st-sns-singular {
	padding: 0;
}

.st-sns-top {
	margin-bottom: 20px;
}

.snstext {
	padding: 2px 15px;
    border-left: 1px solid #eee;
}

.snstext,
.snscount {
	font-size: 13px;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	line-height: 1.2em;
}

.post .sns ul {
	list-style: none;
	padding: 0px !important;
	margin: 0px 0px 20px;
}

.sns li {
	float: left;
	list-style: none;
	width: 50%;
}

.sns li a {
	box-sizing: border-box;
	font-size: 15px;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding: 6px 10px 4px 15px;
	color: #fff;
	border-radius: 3px;
	text-decoration: none;
	height: 38px;
	margin: 5px;
	cursor: pointer;
	vertical-align: middle;
	line-height: 25px;
}

.sns li a .st-fa,
.sns li a .fa {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	min-width: 1.25em;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-right: 13px;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.sns li a:hover {
	transform: translate(0px, 1px);
}

/* Note */
.sns .note a {
	background: #fff;
	color: #000;
	border: 1px solid #ccc;
}

/* X（旧ツイッター） */
.sns .twitter a {
	background: #1a1a1a;
	box-shadow: 0 3px 0 #000000;
}

/* Facebook */
.sns .facebook a {
	background: #3b5998;
	box-shadow: 0 3px 0 #2c4373;
}

.sns .facebook a:hover {
	box-shadow: 0 2px 0 #2c4373;
}

/* Pintarest */
.sns .sns-pinterest a {
	background: #e7001a;
	box-shadow: 0 3px 0 #d30018;
}

.sns .sns-pinterest a:hover {
	box-shadow: 0 2px 0 #d30018;
}

/* URLコピー */
.sns .share-copy a {
	background: #f3f3f3;
	box-shadow: 0 3px 0 #ccc;
	color: #757575;
}

.sns .share-copy a:hover {
	box-shadow: 0 2px 0 #757575;
}

.sns .share-copy .st-svg-clipboard {
	color: #999;
}

/* はてぶ */
.sns .hatebu a {
	background: #00a5de;
	box-shadow: 0 3px 0 #0081b8;
}

.sns .hatebu a:hover {
	box-shadow: 0 2px 0 #0081b8;
}

/* LINE */
.sns .line a {
	background: #00b900;
	box-shadow: 0 3px 0 #009200;
}

.sns .line a:hover {
	box-shadow: 0 2px 0 #009200;
}

.sns .st-svg-line::before {
	position: relative;
}

/* コメント */
.sns .sns-comment a {
	background: #ffb300;
	box-shadow: 0 3px 0 #eba500;
}

.sns .sns-comment a:hover {
	box-shadow: 0 2px 0 #eba500;
}

/*--------------------------------
SNSショートコードボタン
---------------------------------*/
.st-sns-btn-shordcode .sns {
	width: 100%;
	text-align: center;
}

/* フッターに固定するウィジェットの調整 */
#footer-ad-box .st-sns-btn-shordcode .sns.st-sns-singular {
	padding: 10px 0 20px;
}

#side aside .st-sns-btn-shordcode .sns ul li,
.st-sns-btn-shordcode .sns li {
	float: none;
	margin-right: 5px;
}

.post .st-sns-btn-shordcode .sns ul,
.st-sns-btn-shordcode .sns ul {
	margin: 0 auto;
	width: 290px;
	display: flex;
	justify-content: center;
}

.st-sns-btn-shordcode .snstext {
	display: none;
}

.st-sns-btn-shordcode .snscount {
	display: none;
}

.st-sns-btn-shordcode .sns li {
	float: left;
	list-style: none;
	width: 40px;
	position: relative;
}

.st-sns-btn-shordcode .sns li:last-child {
	margin-right: 0px;
}

.st-sns-btn-shordcode .sns li i {
	font-size: 19px !important;
}

.st-sns-btn-shordcode .sns li a {
	margin: 0;
	border-radius: 50%;
	box-sizing: border-box;
	color: #fff;
	font-size: 19px;
	height: 40px;
	width: 40px;
	padding: 0;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.st-sns-btn-shordcode .sns li a .st-fa,
.st-sns-btn-shordcode .sns li a .fa {
	padding: 0;
	border: 0;
	height: auto;
}

/* X（旧ツイッター） */
.st-svg-twitter::before {
	font-size: 0.9em;
}

.sns .twitter a:hover {
	box-shadow: 0 2px 0 #000000;
}

/* Facebook */
.st-sns-btn-shordcode .sns .facebook a {
	box-shadow: none;
}
.st-sns-btn-shordcode .sns .facebook a:hover {
	background: #2c4373;
	box-shadow: none;
}

.st-sns-btn-shordcode .sns .st-svg-facebook::before {
	position: relative;
	top: 1px;
}

/* Pinterest */
.st-sns-btn-shordcode .sns .sns-pinterest a {
	box-shadow: none;
}
.st-sns-btn-shordcode .sns .sns-pinterest a:hover {
	background: #d30018;
	box-shadow: none;
}

.st-sns-btn-shordcode .sns .st-svg-pinterest-p::before {
	position: relative;
	left: 1px;
}

/* コメント */
.st-sns-btn-shordcode .sns .sns-comment a {
	box-shadow: none;
}
.st-sns-btn-shordcode .sns .sns-comment a:hover {
	background: #eba500;
	box-shadow: none;
}

.st-sns-btn-shordcode .sns .st-svg-commenting::before {
	position: relative;
	left: 1px;
}

/* URLコピー */
.st-sns-btn-shordcode .sns .share-copy a {
	box-shadow: none;
}
.st-sns-btn-shordcode .sns .share-copy a:hover {
	background: #ccc;
	box-shadow: none;
}

.st-sns-btn-shordcode .sns .share-copy::before {
	position: relative;
	left: 1px;
}

.st-sns-btn-shordcode .sns .share-copy .st-svg-clipboard {
	border-right: none;
}

/* はてぶ */
.st-sns-btn-shordcode .sns .hatebu a {
	box-shadow: none;
}

.st-sns-btn-shordcode .sns .hatebu a:hover {
	box-shadow: none;
	background: #00a5de;
}

.st-sns-btn-shordcode .sns .st-svg-hateb::before {
	border-right: none;
	padding-right: 0;
	font-size: 19px !important;
	position: relative;
	left: 1px;
}

/* LINE */
.st-sns-btn-shordcode .sns .line a {
	box-shadow: none;
}
.st-sns-btn-shordcode .sns .line a:hover {
	background: #219900;
	box-shadow: none;
}

.st-sns-btn-shordcode .sns .st-svg-comment::before {
	position: relative;
	left: 1px;
	top: -1px;
}

/*--------------------------------
RSS ウィジェット / ブロック
---------------------------------*/
.wp-block-rss *,
.widget_rss * {
	line-height: 1.5;
}

.widget_rss .rsswidget img {
	display: none;
}

.widget_rss .st-widgets-title .rsswidget:first-child::before {
	content: "\f09e";
	font-family: stsvg;
	margin-right: 7px;
	color: #ffc107;
}

.widget_rss a {
	text-decoration: none;
	color: #333;
}

.wp-block-rss a,
.widget_rss ul a {
	text-decoration: none;
	color: #333;
	display: block;
	font-size: 0.9em;
}

.wp-block-rss a:hover,
.widget_rss ul a:hover {
	text-decoration: underline;
}

.widget_rss a:first-child {
	padding-bottom: 5px;
}

.wp-block-rss,
.post
	.wp-block-rss:not(.toc_list):not(.st_toc_list):not(.children):not(
		.slick-dots
	):not(.st-pvm-nav-list),
.widget_rss ul,
.post
	.widget_rss
	ul:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(
		.st-pvm-nav-list
	) {
	list-style: none;
	padding-left: 0;
}

.wp-block-rss li,
#side aside .widget_rss li,
.widget_rss li {
	border-bottom: dashed 1px #eee;
	padding: 5px 0;
}

@media only screen and (min-width: 600px) {
	.post .wp-block-rss li,
	.post .widget_rss li,
	.wp-block-rss li,
	.post .wp-block-rss li:last-child,
	.post .widget_rss li:last-child,
	.widget_rss li {
		padding: 10px 0;
	}
}

.wp-block-rss.is-grid li {
	margin: 5px 5px 0 5px;
}

.wp-block-rss .wp-block-rss__item-author,
.wp-block-rss time,
.widget_rss .rss-date {
	display: block;
	font-size: 0.8em;
	color: #777;
	padding-bottom: 5px;
}

.wp-block-rss .wp-block-rss__item-excerpt,
.widget_rss cite,
.widget_rss .rssSummary {
	font-size: 0.8em;
	color: #777;
}

/*--------------------------------
カエレバ風「amazlet風」
---------------------------------*/

.krb-amzlt-box {
	padding: 15px;
	border: 1px solid #eee;
	margin-bottom: 20px !important;
	font-size: 0.95em;
}

.krb-amzlt-box a:hover {
	opacity: 0.6;
}

.krb-amzlt-name > a {
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.5em;
	color: #1a1a1a;
	text-decoration: none;
}

.krb-amzlt-powered-date,
.krb-amzlt-powered-date > a {
	color: #999;
}

.krb-amzlt-image img {
	width: 100px !important;
	margin-right: 12px;
}

/*--------------------------------
カレンダー
---------------------------------*/

#wp-calendar {
	border-collapse: collapse;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #d4d4d4;
	border-right-color: #d4d4d4;
	width: 100%;
}

#wp-calendar thead tr th {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #d4d4d4;
	border-left-color: #d4d4d4;
	font-size: 14px;
	padding: 10px 3px;
	text-align: center;
}

#wp-calendar:not(.has-background) thead tr th {
	background-color: #f3f3f3;
}

#wp-calendar td {
	text-align: center;
	padding: 10px 0;
}

#wp-calendar:not(.has-background) td {
	background-color: #fff;
}

#wp-calendar caption {
	font-weight: bold;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 14px;
}

#wp-calendar tbody tr #today {
	background-color: #b0e0e6;
}

/*--------------------------------
PAGE TOP
---------------------------------*/

#page-top:not(.st-pagetop-text) {
	position: fixed;
	z-index: 99999;
	bottom: 40px;
	right: 15px;
	transition: all 0.5s;
}

#page-top:not(.page-top-img):not(.st-pagetop-text) a {
	text-decoration: none;
	background: #ccc;
	color: #fff;
	text-align: center;
	-moz-opacity: 0.8;
	opacity: 0.8;
	cursor: pointer;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#page-top:hover {
	opacity: 0.6;
}

#page-top.page-top-img {
	/* 画像 */
	bottom: 0;
}

.page-top-img img {
	max-height: 300px;
	max-width: 100%;
}

#page-top .st-svg-angle-up::before {
	font-size: 20px;
}

/*--------------------------------
コメント
---------------------------------*/
.comment-form-comment label {
	display: none !important;
}

#comments .comment-reply-title {
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 10px;
}

#comments .comment-form-comment {
	padding-top: 10px;
}

#comments .comment .comment-form-title,
#comments .comment .comment-form-rating {
	display: none;
}

#comments .comments-ja {
	text-align: center;
	color: #777;
	margin-top: -10px;
}

/* フォーム: スター */
#comments .comment-form-rating-label {
	display: block;
}

#comments .comment-form-rating-control {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 10px 0 5px;
}

#comments .comment-form-rating-rate {
	margin: 5px 10px;
	display: flex;
	align-items: center;
}

#comments .comment-form-rating-input {
	width: auto;
}

#comments .comment-form-rating-text {
	margin: 0 0 0 5px;
}

.post .commets-list {
	padding: 10px 0 0;
}

#comments li.comment {
	padding: 5px 10px 5px 80px;
	position: relative;
}

.comment-author img {
	margin-bottom: 5px;
}

#comments ol > li.comment:nth-child(even) {
	background: #fafafa;
}

.comment-author {
	padding: 0 10px;
	position: absolute;
	left: 0;
	top: 10px;
	float: left;
	width: 75px;
	box-sizing: border-box;
	margin: 0 auto;
	text-align: center;
	display: block;
}

.vcard .fn,
.comment-author a,
.comment-author {
	font-size: 12px;
	line-height: 1.3;
	font-style: normal;
	color: #757575;
}

div.comment-meta a {
	color: #757575;
	text-decoration: none;
}

#comments p a {
	color: #333;
}

.post #comments h3 {
	background-color: transparent;
}

#comments p {
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	margin: 0px;
	color: #333;
	padding: 5px 0;
}

#comments label {
	display: block;
}

.metadata dd a {
	color: #333;
}

.metadata {
	font-size: 13px;
	line-height: 20px;
}

#comments {
	font-size: 14px;
	line-height: 24px;
	color: #333;
	margin-bottom: 20px;
}

.comment-body {
	padding: 10px 10px 10px 0;
	margin-bottom: 20px;
	clear: both;
}

.says {
	/* よりを非表示 */
	display: none;
}

.commentmetadata {
	box-sizing: border-box;
	font-size: 12px;
	line-height: 1.3;
	width: 100%;
}

.reply {
	padding: 5px;
	font-size: 13px;
	text-align: right;
}

#comments #respond {
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #666;
}

#comments #commentform .tags {
	padding: 10px;
	background-color: #f3f3f3;
	font-size: 13px;
}

#comments #commentlist img {
	padding: 10px;
}

#comments .commets-list {
	padding-left: 0;
	margin-left: 0;
	list-style-type: none;
	padding-top: 20px;
}

ul.sub-menu {
	padding: 0px;
}

.commets-list li {
	list-style-type: none;
}

/*コメントの入れ子*/
.post .commets-list .children {
	padding-left: 20px;
	margin-bottom: 0;
	margin-left: 0;
}

.post .commets-list .children .children {
	padding-left: 0px;
}

#comments .children li.comment {
	padding-left: 0;
	padding-right: 0;
}

#comments .children .comment-author {
	left: -80px;
}

/* コメント欄の下にある使用できるタグの表記を消す */

.form-allowed-tags {
	display: none;
}

#comments h3 {
	background-image: none;
	border: none;
	margin-bottom: 0px;
	padding: 0;
}

#comments h4 {
	background-color: transparent;
	padding: 0;
	border: none;
	margin-bottom: 0px;
}

#comments textarea {
	box-sizing: border-box;
	margin-bottom: 0;
	width: 100%;
	border: 1px #f2f2f2 solid;
}

#comments input {
	box-sizing: border-box;
	padding: 10px;
	width: 100%;
	border-radius: 2px;
	border: 1px #f2f2f2 solid;
}

/* Cookie オプトイン用チェックボックス */
#comments input#wp-comment-cookies-consent {
	width: initial;
	margin-right: 5px;
	float: left;
}

#comments p.comment-form-cookies-consent {
	clear: both;
}

/* コメントボタン */
#comments input[type="submit"] {
	background-color: #f3f3f3;
	padding: 10px;
	-webkit-appearance: none;
	border-radius: 3px;
	border: 1px #f2f2f2 solid;
}

/* ピンバック */
li.pingback .comment-author a,
li.pingback .comment-author {
	position: relative;
	width: 100%;
	text-align: left;
	font-size: 14px;
	padding: 0 0 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
}

/* コメント: タイトル, スター */
#comments .comment-title {
	padding-top: 0;
	font-weight: bold;
}

.comment-rating {
	margin: 0 5px 0 0;
}

/* コメント: サイト URL */
#comments .comment-author-url {
	padding-top: 0;
	word-break: break-all;
	word-break: break-word;
	hyphens: none;
	line-height: 1.3;
}

/*--------------------------------
PREV NEXT
---------------------------------*/
.p-navi .st-prev,
.p-navi .st-next {
	font-size: .95em;
	line-height: inherit;
}

.p-navi {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #eee;
	margin-top: 30px;
}

.p-navi a {
	text-decoration: none;
	display: block;
	width: 50%;
	min-width: 50%;
	box-sizing: border-box;
	color: #888;
	transition: background-color 1s;
}

.p-navi .st-prev-title {
	word-break: break-all;
}

@media print, screen and (max-width: 599px) {
	.p-navi p {
		font-size: 0.95em;
		line-height: 1.5;
	}
}

.p-navi a.st-next-link {
	width: 100%;
}

.p-navi a:hover {
	background: #fafafa;
}

.p-navi .st-next i,
.p-navi .st-prev i {
	padding-left: 15px;
	color: #ccc;
}

.p-navi .st-prev {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 30px 20px 30px 0;
	box-sizing: border-box;
	height: 100%;
}

.p-navi a:nth-of-type(2) p {
	border-left: 1px solid #eee;
}

.p-navi .st-prev i {
	transform: rotate(-180deg);
}

.p-navi .st-next {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 0;
	padding: 30px 0 30px 20px;
	box-sizing: border-box;
	height: 100%;
}

.p-navi .st-next img {
	margin-left: 20px;
}

.p-navi .st-prev img {
	margin-right: 20px;
}

@media print, screen and (max-width: 599px) {
	.p-navi {
		flex-direction: column;
	}

	.p-navi a {
		width: 100%;
		box-sizing: border-box;
	}

	.p-navi a:nth-of-type(2) p {
		border-left: none;
	}

	.p-navi .st-next {
		border-top: 1px solid #eee;
	}
}

/* EX版 YouTubeサムネイル */
.youtube_thum_link_60 img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.youtube_thum_link_60 {
	display: inline-block;
	position: relative;
	width: 60px;
	height: 60px;
	min-width: 60px;
	overflow: hidden;
}

.p-navi .st-next .youtube_thum_link_60 img {
	margin-left: 0;
}

.p-navi .st-next .youtube_thum_link_60 {
	margin-left: 20px;
}

.p-navi .st-prev .youtube_thum_link_60 img {
	margin-right: 0;
}

.p-navi .st-prev .youtube_thum_link_60 {
	margin-right: 20px;
}

/*--------------------------------
NEWS（お知らせ）
---------------------------------*/

#topnews-box div {
	padding: 0;
}

#topnews-box {
	padding: 0 0 10px;
	margin-bottom: 10px;
}

.st-topin #topnews-box {
	padding: 10px 0 10px;
}

.news-ca {
	font-size: 13px;
}

#topnews-box div.rss-bar {
	font-size: 14px;
	border: 1px solid #ccc;
	margin-bottom: 0;
	padding: 7px 15px;
	margin-top: -10px;
}

.rss-bar a {
	color: #333;
	text-decoration: none;
}

#topnews-box dt {
	font-size: 14px;
	color: #727272;
	padding-bottom: 5px;
}

#topnews-box dl {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
	font-size: 14px;
	margin-bottom: 10px;
}

#topnews-box .st-news-cat-label {
    font-size: 0.7em;
    margin-inline-end: 0.35em;
    margin-top: 0;
    padding: 2px 4px;
    white-space: nowrap;
    max-height: min-content;
    max-width: min-content;
}

#topnews-box div dl dd a {
	color: #333;
	text-decoration: none;
    line-height: 1.5;
}

#topnews-box div dl dd a:hover {
	color: #b22222;
}

#topnews-box .news-cat-container {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
	max-width: 30%;
    padding-right: 5px;
}

/* 日付（dt）とカテゴリー・タイトル（dd）の縦位置を揃える（float 廃止） */
@media only screen and (min-width: 600px) {
	#topnews-box dl {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		column-gap: 10px;
	}

	#topnews-box dt {
		float: none;
		clear: none;
		width: auto;
		min-width: 70px;
		flex: 0 0 auto;
		margin: 0;
		padding-bottom: 0;
	}
}

#topnews-box dd {
	flex: 1 1 0;
	min-width: 0;
	padding-left: 0;
	margin-inline-start: 0;
	display: flex;
	align-items: center;
}

/*--------------------------------
スライドショー
---------------------------------*/

#header-slides[dir="rtl"] {
	direction: rtl;
}

.header-slides-slide {
	display: none;
}

.header-slides-slide:first-child {
	display: block;
}

.header-slides-slide img {
	width: auto;
	height: auto;
}

/*--------------------------------
Photo Gallery プラグイン
---------------------------------*/
main .st-gallery {
	margin-bottom: 20px;
}

#side .st-gallery,
footer .st-gallery {
	margin-bottom: 10px;
}

.st-gallery a,
.st-gallery img {
	transition: unset !important;
}

/*--------------------------------
子テーマ JET 調整
---------------------------------*/
#st-magazine .kanren .st-catgroup {
	z-index: 10000;
}
#magazine .st-catgroup {
	position: relative;
	z-index: 10000;
}
#magazine .kanren .st-top-box a.st-box-a {
	z-index: 2 !important;
}
#st-magazine .kanren .st-top-box dl {
	transition: all 0.5s;
}

/*レイアウト スマホ
---------------------------------------------------------------------------------------------------*/

#wrapper {
	margin: 0 auto;
	position: relative;
}

body.fixed-footer #wrapper {
	height: 100%;
	min-height: 100%;
}

header {
	text-align: center;
}

#headbox {
	padding: 0 10px 0;
	margin: 0;
	box-sizing: border-box;
}

#side aside {
	padding: 0 15px 20px;
}

footer {
	clear: both;
	padding: 0;
}

#footer-wrapper {
	padding: 20px 15px;
	text-align: center;
}

/* サイト名とキャプション */
#header-l {
	padding-top: 0;
}

@media only screen and (max-width: 959px) {
	#header-l {
		padding-top: 20px;
	}
}

main {
	color: #333;
	padding: 20px 15px;
	margin: 0 0 20px;
	background: #fff;
}

main::after {
	content: "";
	display: block;
	clear: both;
}

@media only screen and (max-width: 959px) {
	main {
		margin-bottom: -1px;
	}
}

.post.post-search,
.post.st-header-content {
	padding-bottom: 0;
}

section {
	margin-bottom: 3em;
}

.st-eyecatch {
	margin: -20px -15px 15px;
	position: relative;
}

.is-style-st-eyecatch-width,
.st-eyecatch-width {
	margin: 0 -15px 20px;
}

.st-eyecatch.st-eyecatch-under {
	margin-top: 0;
}

.st-eyecatch-under {
	margin-bottom: 20px;
	position: relative;
}

.st-eyecatch img {
	width: 100%;
}

.eyecatch-copyurl {
	font-size: 12px;
	line-height: 12px;
	position: absolute;
	bottom: 17px;
	right: 10px;
	background-color: rgba(255, 255, 255, 0.4);
	padding: 5px 10px;
	border-radius: 2px;
	margin: 0;
	vertical-align: middle;
}

.eyecatch-copyurl .st-svg-camera-retro {
	margin-right: 5px;
}

.eyecatch-copyurl a,
p.eyecatch-copyurl {
	color: #212121;
}

.eyecatch-copyurl a:hover {
	color: #b22222;
}

.eyecatch-copyurl:hover {
	background-color: rgba(255, 255, 255, 0.5);
}

/** YouTubeサムネイル */

.st-youtube-copyurl {
	background: #ff0000;
	color: #fff;
}

.st-youtube-copyurl a {
	color: #fff;
	text-decoration: none;
}

.st-youtube-copyurl i {
	margin-right: 5px;
	color: #fff;
}

/** YouTubeサムネイル + ポラロイド風 */
.youtube_thum_link_full {
	width: 100%;
	box-sizing: border-box;
}

.st-photohu .st-youtube-copyurl {
	background: #fff;
	color: #ff0000;
}

.st-photohu .st-youtube-copyurl a {
	color: #ff0000;
	text-decoration: none;
}

.st-photohu .st-youtube-copyurl i {
	margin-right: 5px;
	color: #ff0000;
}

/* 記事下アイキャッチポラロイドの説明 */

.st-eyecatch-under.st-photohu p.wp-caption-text {
	text-align: center;
}

.st-eyecatch-under.st-photohu img {
	margin-bottom: 5px;
}

.st-eyecatch-under.st-photohu p.wp-caption-text .st-fa,
.st-eyecatch-under.st-photohu p.wp-caption-text .fa {
	margin-right: 5px;
}

/* LPワイド */
.colum1.st-lp-wide .st-lp-wide-wrapper:first-child {
	padding-top: 0;
}

.colum1.st-lp-wide .st-lp-wide-wrapper {
	margin: 0 -15px 0;
	padding: 30px 15px 10px;
}

/*アドセンス*/
.adbox {
	padding: 20px 0px;
	margin: 0 -15px;
	text-align: center;
}

.middle-ad {
	margin: 0 -15px 10px;
	text-align: center;
}

/*見出し前の挿入広告*/
.st-h-ad {
	margin: 0 0 20px;
}

/*スマホセンター寄せ*/
.adbox div {
	margin: 0px auto;
}

/*インフィード広告*/
.kanren .st-infeed-adunit {
	border-bottom: 1px solid #f3f3f3;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

/*-------------------------------------
カラム1適用
--------------------------------------*/
.front-page .colum1 .st-eyecatch {
	margin-bottom: 0;
}

.colum1 .st-eyecatch {
	margin: 0 -15px 15px;
}

.colum1.lp #content-w main:has(.st-eyecatch ),
.colum1 #content-w main:has(.st-eyecatch ){
	padding-top:0;
}

/* LPワイド */
.st-lp-wide .st-eyecatch-under {
	margin: 0 -15px 0;
}

.st-lp-wide .st-eyecatch-under img {
	width: 100%;
}

.colum1 .is-style-st-eyecatch-width,
.colum1 .st-eyecatch-width {
	margin: 0 -15px 20px;
}

.colum1 .st-eyecatch.st-eyecatch-under {
	margin-top: 0;
}

.colum1 .st-eyecatch img {
	border-radius: 0;
}

/*-------------------------------------
LP
--------------------------------------*/

.lp .post img,
.lp .post video,
.lp .post object {
	max-width: 100%;
	height: auto;
	display: block;
}

.lp main {
	border-radius: 0;
}

.lp .st-author-box,
.lp #gazou,
.lp #itiran,
body:not(.search)
	.lp
	.kanren:not(.shortcode-kanren):not(.st-cardbox):not(.st-cardbox-ex),
.lp #breadcrumb,
.lp .blogbox,
.lp .tagst,
.lp .point,
.lp .p-navi,
.lp .pagination,
.lp .n-entry-t,
.lp .st-pagelink {
	display: none;
}

/*-------------------------------------
白紙ノート
--------------------------------------*/
#hakusinote {
	background: #fff;
}

#hakusinote hr {
	page-break-after: always;
	color: #ff0000 !important;
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

#hakusinote .copyr {
	display: none;
}

/*-------------------------------------
リダイレクト専用 固定ページテンプレート
--------------------------------------*/
.page-template-page-redirect {
	background: #fff !important;
}

body#st-redirect main {
	box-shadow: none;
	padding: 0;
	text-align: center;
}

body#st-redirect {
	display: flex;
	justify-content: center;
	align-items: center;
}

body#st-redirect #wrapper,
body#st-redirect #content {
	width: inherit;
	max-width: inherit;
	min-width: 260px;
}

body#st-redirect .loading {
	width: 100px;
	height: 100px;
	border-radius: 150px;
	border: 10px solid #fafafa;
	border-top-color: rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	position: relative;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
	animation: st-redirect-loading 1.2s linear infinite;
	-webkit-animation: st-redirect-loading 1.2s linear infinite;
	margin-bottom: 30px;
}

@keyframes st-redirect-loading {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@-webkit-keyframes st-redirect-loading {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

/* IEのみ
---------------------------------------------------------------------------------------------------*/
@media all and (-ms-high-contrast: none) {
	.rss-bar {
		padding-top: 5px;
	}

	#s {
		color: #ccc;
		padding-top: 7px;
	}
}

/* stylelint-disable declaration-block-no-duplicate-properties */
@media screen and (orientation: landscape) {
	/* 横向きの場合のスタイル */
	/* iPhoneX */
	#headbox {
		padding-right: constant(safe-area-inset-right);
		padding-left: constant(safe-area-inset-left);
		padding-right: env(safe-area-inset-right);
		padding-left: env(safe-area-inset-left);
	}
	#side,
	#s-navi dt {
		padding-right: calc(constant(safe-area-inset-right) + 10px);
		padding-left: calc(constant(safe-area-inset-left) + 10px);
		padding-right: calc(env(safe-area-inset-right) + 10px);
		padding-left: calc(env(safe-area-inset-left) + 10px);
	}
	.adsbygoogle {
		margin-right: calc(constant(safe-area-inset-right));
		margin-left: calc(constant(safe-area-inset-left));
		margin-right: calc(env(safe-area-inset-right));
		margin-left: calc(env(safe-area-inset-left));
	}
	#footer-wrapper {
		padding-right: calc(constant(safe-area-inset-right) + 10px);
		padding-left: calc(constant(safe-area-inset-left) + 10px);
		padding-right: calc(env(safe-area-inset-right) + 10px);
		padding-left: calc(env(safe-area-inset-left) + 10px);
	}
	#st-footermenubox {
		padding-right: calc(constant(safe-area-inset-right));
		padding-left: calc(constant(safe-area-inset-left));
		padding-bottom: calc(constant(safe-area-inset-bottom) + 7px);

		padding-right: calc(env(safe-area-inset-right));
		padding-left: calc(env(safe-area-inset-left));
		padding-bottom: calc(env(safe-area-inset-bottom) + 7px);
	}
	.st-ac-box,
	.s-navi-active .acordion_tree ul.menu li a {
		/* 左メニュー */
		padding-left: calc(constant(safe-area-inset-left) + 10px);
		padding-left: calc(env(safe-area-inset-left) + 10px);
	}
	.st-ac-box,
	.s-navi-right .acordion_tree ul.menu li a {
		/* 右メニュー */
		padding-right: calc(constant(safe-area-inset-right) + 10px);
		padding-right: calc(env(safe-area-inset-right) + 10px);
		padding-left: 10px;
	}
	/* 子孫メニュー */
	.s-navi-active .acordion_tree ul.menu li .sub-menu a {
		padding-left: calc(constant(safe-area-inset-left) + 30px);
		padding-left: calc(env(safe-area-inset-left) + 30px);
	}
	.s-navi-active .acordion_tree ul.menu li .sub-menu .sub-menu a {
		padding-left: calc(constant(safe-area-inset-left) + 45px);
		padding-left: calc(env(safe-area-inset-left) + 45px);
	}
	.s-navi-active .acordion_tree ul.menu li .sub-menu .sub-menu .sub-menu a {
		padding-left: calc(constant(safe-area-inset-left) + 60px);
		padding-left: calc(env(safe-area-inset-left) + 60px);
	}
}

@media screen and (orientation: portrait) {
	/* 縦向きの場合のスタイル */
	/* iPhoneX */
	#st-footermenubox {
		padding-bottom: calc(constant(safe-area-inset-bottom) + 15px);
		padding-bottom: calc(env(safe-area-inset-bottom) + 15px);
	}
	#s-navi dd.acordion_tree,
	#s-navi dd.acordion_search {
		padding-bottom: constant(safe-area-inset-bottom);
		padding-bottom: env(safe-area-inset-bottom);
	}
}
/* stylelint-enable declaration-block-no-duplicate-properties */

/*--------------------------------
 Gutenberg調整
---------------------------------*/

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.alignwide,
.alignfull {
	overflow: hidden;
}

/* 幅広・ワイドを子要素で重複させない */
.alignwide .alignwide,
.alignfull .alignwide,
.alignwide .alignwide,
.alignfull .alignwide {
	margin-left: inherit;
	margin-right: inherit;
}

figure {
	margin: 0;
}

/* プリセットサイズ */
.post ol.wp-block-footnotes li, /* 脚注 */
.has-small-font-size {
	font-size: 0.8em !important;
	line-height: 1.5 !important;
}
@media print, screen and (max-width: 599px) {
	.post ol.wp-block-footnotes li, /* 脚注 */
	.has-small-font-size {
		font-size: 0.9em !important;
		line-height: 1.5 !important;
	}
}

.has-large-font-size {
	font-size: 1.3em !important;
	line-height: 1.5 !important;
}

.has-huge-font-size {
	font-size: 1.5em !important;
	line-height: 1.5 !important;
}

ol.has-huge-font-size,
ul.has-huge-font-size {
	font-size: 1.5em !important;
	line-height: 1.5 !important;
}

.has-small-font-size li {
	font-size: 1em !important;
	line-height: 1.5 !important;
}
@media print, screen and (max-width: 599px) {
	.post ol.wp-block-footnotes li, /* 脚注 */
	.has-small-font-size li {
		font-size: 0.95em !important;
		line-height: 1.5 !important;
	}
}

.has-large-font-size li {
	font-size: 1em !important;
	line-height: 1.5 !important;
}

/* has-large-font-sizeと同じに */
.has-huge-font-size li {
	font-size: 1em !important;
	line-height: 1.5 !important;
}

#footer-ad .wp-block-image:last-child {
	margin-bottom: 0;
}

.wp-block-image.is-style-st-photo-shadow img {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
	max-width: 100%;
	box-sizing: border-box;
}

.wp-block-image.is-style-st-photo-shadow a img:hover {
	box-shadow: 0 0 2px rgb(0 0 0 / 80%);
}

.wp-block-image.is-style-st-eyecatch-width img:not(.size-st_header_slider) {
	width: 100%;
}

/** 角丸 */
.wp-block-image.is-style-circle-mask img,
.wp-block-image.is-style-rounded img,
.is-style-circle-mask img,
.is-style-rounded img {
	border-radius: 10px;
}

/** 画像カウント */
.wp-block-image.st-img-count {
	counter-increment: imgcountcnt;
	position: relative;
}

.wp-block-image.st-img-count::before {
	font-family: Roboto, Arial, sans-serif;
	padding: 5px 7px;
	content: counter(imgcountcnt, decimal-leading-zero);
	background-color: #fff;
	font-size: 1em;
	font-weight: bold !important;
	display: inline-block;
	color: #000;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

/*** クリックで拡大有効時は非表示にする */
div[role="dialog"] .wp-block-image.st-img-count::before {
	display: none;
}

/** 枠線 */
.wp-block-image.st-img-count.is-style-st-photoline::before {
	top: 1px;
	left: 1px;
}

/* 各種カウンターリセット */
body {
	/**
	 * カウンター名（body で初期化）
	 *
	 * - stcnt … カウント系
	 * - imgcountcnt … 画像ブロック
	 * - ranknumber-h2, ranknumber-h3, ranknumber-h4 … ランキング
	 * - stepcnt … ステップ
	 * - countcnt … 見出しカウント
	 */
	counter-reset: stcnt imgcountcnt ranknumber-h2 ranknumber-h3 ranknumber-h4 stepcnt countcnt;
}

.wp-block-group:has(
	.is-style-st-heading-custom-step,
	.is-style-st-heading-custom-count,
	.st-img-count,
	.is-style-st-heading-custom-ranking
) {
	counter-reset: ranknumber-h2 ranknumber-h3 ranknumber-h4 stepcnt countcnt imgcountcnt;
}

.st-step-reset {
	counter-reset: stepcnt;
}

main,
.st-count-reset,
.wp-block-group.cnt-reset,
.st-link-guide,
.st-link-guide .sub-menu {
	counter-reset: stcnt !important;
}

.st-heading-count-reset {
	counter-reset: countcnt;
}

.ranknumber-reset {
	counter-reset: ranknumber-h2 ranknumber-h3 ranknumber-h4;
}

.wp-block-group.st-group-count-reset {
	counter-reset: none!important;
}

/* カバーブロック */
.wp-block-cover {
	position: relative;
	overflow: hidden;
}

/** カラムブロック内 */
:root .wp-block-cover img.wp-block-cover__image-background,
:root .wp-block-cover video.wp-block-cover__video-background {
	position: absolute;
	top: 50%;
	left: 50%;
	bottom: inherit;
	right: inherit;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.wp-block-cover,
.wp-block-cover-image {
	max-width: 100%;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.colum1.st-lp-wide > .wp-block-cover,
.colum1.st-lp-wide > .wp-block-cover-image {
	width: initial;
	max-width: initial;
}

.wp-block-cover .has-large-font-size,
.wp-block-cover-image .has-large-font-size {
	line-height: 1.5em;
}

p.has-background {
	padding: 0.7em 1em;
}

ul.has-background,
ol.has-background {
	padding: 1.5em 2em 2em 3em;
}

.is-style-st-kaisou.has-background,
.is-style-st-komejirusi-list.has-background,
.is-style-st-correct-list.has-background,
.is-style-st-wrong-list.has-background,
.is-style-st-circle.has-background,
.is-style-st-circle-border.has-background,
.is-style-st-square-checkbox-no-border.has-background,
.is-style-st-square-checkbox.has-background,
.is-style-st-maruck.has-background,
.is-style-st-maruno.has-background,
.is-style-st-no.has-background,
.is-style-st-no-border.has-background {
	padding: 1.5em 2em 2em 1.5em;
}

/* ボーダー */
.has-st-border:not(.is-style-st-group-left-line):not(.is-style-st-group-both-line) {
	padding: 1.5em 2em;
}

.is-style-st-group-left-line {
	border-left:1px #eee solid;
	border-top: none;
	border-right: none;
	border-bottom: none;
	padding: 0 0 0 2em;
}

.is-style-st-group-left-line.has-background,
.is-style-st-group-left-line.has-st-border {
	border-top: none;
	border-right: none;
	border-bottom: none;
	padding: .5em .5em .5em 2em;
}

.is-style-st-group-both-line {
	border-left:1px #eee solid;
	border-top: none;
	border-right:1px #eee solid;
	border-bottom: none;
	padding: 0 2em;
}

.is-style-st-group-both-line.has-background,
.is-style-st-group-both-line.has-st-border {
	border-top: none;
	border-bottom: none;
	padding: .5em 2em;
}

ol.has-st-border:not(.is-style-st-group-left-line):not(.is-style-st-group-both-line),
ul.has-st-border:not(.is-style-st-group-left-line):not(.is-style-st-group-both-line) {
	padding: 1.5em 2em 1.5em 3em;
}

.is-style-st-kaisou.has-st-border:not(.is-style-st-group-left-line):not(.is-style-st-group-both-line),
.is-style-st-komejirusi-list.has-st-border:not(.is-style-st-group-left-line):not(.is-style-st-group-both-line),
.is-style-st-correct-list.has-st-border:not(.is-style-st-group-left-line):not(.is-style-st-group-both-line),
.is-style-st-wrong-list.has-st-border:not(.is-style-st-group-left-line):not(.is-style-st-group-both-line),
.is-style-st-circle.has-st-border:not(.is-style-st-group-left-line):not(.is-style-st-group-both-line),
.is-style-st-circle-border.has-st-border:not(.is-style-st-group-left-line):not(.is-style-st-group-both-line),
.is-style-st-square-checkbox-no-border.has-st-border:not(.is-style-st-group-left-line):not(.is-style-st-group-both-line),
.is-style-st-square-checkbox.has-st-border:not(.is-style-st-group-left-line):not(.is-style-st-group-both-line),
.is-style-st-maruck.has-st-border:not(.is-style-st-group-left-line):not(.is-style-st-group-both-line),
.is-style-st-maruno.has-st-border:not(.is-style-st-group-left-line):not(.is-style-st-group-both-line),
.is-style-st-no.has-st-border:not(.is-style-st-group-left-line):not(.is-style-st-group-both-line),
.is-style-st-no-border.has-st-border {
	padding: 1.5em 2em 2em 1.5em;
}

.is-style-st-timeline-list.has-background,
.is-style-st-timeline-count.has-background,
.is-style-st-timeline-list.has-st-border:not(.is-style-st-group-left-line):not(.is-style-st-group-both-line),
.is-style-st-timeline-count.has-st-border {
	padding: 1.5em 2em 2em 2.5em;
}

.is-style-st-paragraph-kaiwa.has-st-border .st-paragraph-kaiwa-text, /* 簡易会話 */
.is-style-st-paragraph-kaiwa-b.has-st-border .st-paragraph-kaiwa-text {
	border: 1px #eee solid;
}

.has-st-solid-border,
.is-style-st-paragraph-kaiwa.has-st-solid-border .st-paragraph-kaiwa-text,
.is-style-st-paragraph-kaiwa-b.has-st-solid-border .st-paragraph-kaiwa-text {
	border-style: solid;
}

.has-st-dashed-border,
.is-style-st-paragraph-kaiwa.has-st-dashed-border .st-paragraph-kaiwa-text,
.is-style-st-paragraph-kaiwa-b.has-st-dashed-border .st-paragraph-kaiwa-text {
	border-style: dashed;
}

.has-st-medium-border-width,
.is-style-st-paragraph-kaiwa.has-st-medium-border-width
	.st-paragraph-kaiwa-text,
.is-style-st-paragraph-kaiwa-b.has-st-medium-border-width
	.st-paragraph-kaiwa-text {
	border-width: 1px;
}

.has-st-thick-border-width,
.is-style-st-paragraph-kaiwa.has-st-thick-border-width .st-paragraph-kaiwa-text,
.is-style-st-paragraph-kaiwa-b.has-st-thick-border-width
	.st-paragraph-kaiwa-text {
	border-width: 5px;
}

/* 区切り */
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	border: none;
	margin-left: auto;
	margin-right: auto;
}

/* グループブロック */
.wp-block-st-blocks-flexbox,
.wp-block-group__inner-container {
	max-width: 100%;
	box-sizing: border-box;
}

.wp-block-group.has-background {
	padding: 20px;
	margin-bottom: 20px;
}

/** ボーダー・背景設定時の最後のコンテンツ */
[class*=" is-style-st-group-bg-"]
	.wp-block-group__inner-container
	> *:last-child,
[class^="is-style-st-group-bg-"]
	.wp-block-group__inner-container
	> *:last-child,
.wp-block-group.has-background .wp-block-group__inner-container > *:last-child {
	margin-bottom: 0;
}

.wp-block-group.has-st-border .wp-block-group__inner-container > *:last-child {
	margin-bottom: 0;
}

/** ワイド */
.is-style-st-wide-background .wp-block-group__inner-container > *:last-child {
	margin-bottom: 0;
}

.wp-block-group {
	/* "ブロック下の余白" のデフォルト ("小") */
	margin-bottom: 20px;
}

p.has-no-st-margin-bottom,
.is-style-st-wide-background.wp-block-group.has-background.has-no-st-margin-bottom,
.is-style-st-wide-background.has-no-st-margin-bottom,
.st-wide-background.has-no-st-margin-bottom,
.wp-block-group.has-no-st-margin-bottom,
.wp-block-group.has-background.has-no-st-margin-bottom {
	/* "ブロック下の余白" の "0" */
	margin-bottom: 0 !important;
}

p.has-st-margin-bottom--2,
.is-style-st-wide-background.wp-block-group.has-background.has-no-st-margin-bottom,
.is-style-st-wide-background.has-no-st-margin-bottom,
.st-wide-background.has-no-st-margin-bottom,
.wp-block-group.has-st-margin-bottom--2 {
	margin-bottom: -20px;
}

p.has-st-margin-bottom--1,
.is-style-st-wide-background.wp-block-group.has-background.has-no-st-margin-bottom,
.is-style-st-wide-background.has-no-st-margin-bottom,
.st-wide-background.has-no-st-margin-bottom,
.wp-block-group.has-st-margin-bottom--1 {
	margin-bottom: -10px;
}

p.has-st-margin-bottom-2,
.is-style-st-wide-background.wp-block-group.has-background.has-no-st-margin-bottom,
.is-style-st-wide-background.has-no-st-margin-bottom,
.st-wide-background.has-no-st-margin-bottom,
.wp-block-group.has-st-margin-bottom-2 {
	margin-bottom: 40px;
}

/* 中央寄せ */
.wp-block-group.is-st-justify-center .wp-block-group__inner-container {
	width: -webkit-fit-content;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

/* 左寄せ */
.wp-block-group.is-st-justify-left .wp-block-group__inner-container {
	width: -webkit-fit-content;
	width: fit-content;
	margin-left: 0 !important;
	margin-right: auto !important;
}

/* 右寄せ */
.wp-block-group.is-st-justify-right .wp-block-group__inner-container {
	width: -webkit-fit-content;
	width: fit-content;
	margin-left: auto !important;
	margin-right: 0 !important;
}

/* デフォルトのウィジェットブロック用 */
#side
	aside
	.side-widgets
	ul.wp-block-latest-posts__list.wp-block-latest-posts
	li,
#side aside .wp-block-archives-list.wp-block-archives li {
	padding-top: 5px;
	padding-bottom: 5px;
}

/* 最新の記事 */
.wp-block-latest-posts li img {
	max-width: 100%;
}

ul.wp-block-latest-posts,
.post
	ul.wp-block-latest-posts:not(.toc_list):not(.st_toc_list):not(.children):not(
		.slick-dots
	):not(.st-pvm-nav-list) {
	padding: 0;
}

.wp-block-latest-posts li {
	list-style: none !important;
}

.wp-block-latest-posts li a {
	/* 見出し-カスタマイザーに連動させる */
	text-decoration: none;
	color: #1a1a1a;
	font-weight: bold;
}

/* 抜粋文字 */
.wp-block-latest-posts__post-excerpt {
	font-size: 13px;
	color: #777 !important;
	line-height: 1.8;
}

/** リスト表示 */
.wp-block-latest-posts:not(.is-grid) li {
	margin-bottom: 10px;
}

.wp-block-latest-posts:not(.is-grid) li::after {
	content: "";
	display: block;
	clear: both;
}

.wp-block-latest-posts:not(.is-grid) li img {
	/* テーマ管理に連動させる */
	width: 100px;
}

.wp-block-latest-posts:not(.is-grid) .wp-block-latest-posts__featured-image {
	margin-right: 10px;
	float: left;
}

.post ul.wp-block-latest-posts:not(.is-grid) li:last-child,
.wp-block-latest-posts:not(.is-grid) li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f3f3f3;
}

/*** グループブロックでボーダー又は背景色がある + ul要素が1つ */
.wp-block-group.has-background .wp-block-group__inner-container ol:only-child,
.wp-block-group.has-st-border .wp-block-group__inner-container ol:only-child,
.wp-block-group.has-background
	.wp-block-group__inner-container
	ul:only-child:not(.toc_list):not(.st_toc_list):not(.children):not(
		.slick-dots
	):not(.st-pvm-nav-list),
.wp-block-group.has-st-border
	.wp-block-group__inner-container
	ul:only-child:not(.toc_list):not(.st_toc_list):not(.children):not(
		.slick-dots
	):not(.st-pvm-nav-list) {
	margin-bottom: 0;
	padding-bottom: 0;
}

/** グリッド表示 */
.wp-block-latest-posts.is-grid li img {
	margin-bottom: 10px;
}

.wp-block-latest-posts.is-grid li {
	margin: 8px !important;
}

/* 検索フォーム */
.wp-block-search {
	display: flex;
}

.wp-block-search__label {
	display: none;
}

.wp-block-search .wp-block-search__input {
	margin: 0 !important;
	border-radius: 0 !important;
	max-width: 80%;
}

.wp-block-search .wp-block-search__button {
	margin-left: 0;
	border-radius: 0 !important;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: none;
	width: 20%;
	padding: 0 15px;
}

/* table */
.post .wp-block-table {
	overflow-x: visible;
}

.post .wp-block-table.is-style-stripes table,
.wp-block-table.is-style-stripestable tbody tr td {
	border: none;
}

.wp-block-table figcaption {
	display: block;
	font-size: 0.8em;
	text-align: center;
	margin: -10px auto 20px;
	color: #757575;
}

.wp-block-table.is-style-stripes,
.wp-block-table.is-style-stripes thead,
.wp-block-table.is-style-stripes th,
.wp-block-table.is-style-stripes td {
	border-color: transparent !important;
}

/** 列の幅設定 */
.wp-block-table.has-st-td-width.wp-block-table.has-st-td-width.has-st-td-width--2
	table
	tr
	> *:first-child,
.wp-block-table.has-st-td-width.wp-block-table.has-st-td-2-width.has-st-td-2-width--2
	table
	tr
	> *:nth-child(2) {
	width: 20%;
}

.wp-block-table.has-st-td-width.wp-block-table.has-st-td-width.has-st-td-width--1
	table
	tr
	> *:first-child,
.wp-block-table.has-st-td-width.wp-block-table.has-st-td-2-width.has-st-td-2-width--1
	table
	tr
	> *:nth-child(2) {
	width: 30%;
}

.wp-block-table.has-half-st-td-width table tr > *:first-child,
.wp-block-table.has-half-st-td-2-width table tr > *:nth-child(2) {
	width: 50%;
}
.wp-block-table.has-st-td-width.wp-block-table.has-st-td-width.has-st-td-width-2
	table
	tr
	> *:first-child,
.wp-block-table.has-st-td-width.wp-block-table.has-st-td-2-width.has-st-td-2-width-2
	table
	tr
	> *:nth-child(2) {
	width: 60%;
}

/* スクロール */
.wp-block-table.is-style-scroll-box,
.post .wp-block-table.is-style-scroll-box {
	overflow-x: auto;
}

@media print, screen and (max-width: 599px) {
	.wp-block-table.is-style-scroll-box table,
	.post .wp-block-table.is-style-scroll-box table {
		width: inherit !important;
		max-width: inherit !important;
		margin-bottom: 10px;
	}
	.wp-block-table.is-style-scroll-box,
	.post .wp-block-table.is-style-scroll-box {
		margin-bottom: 20px;
	}
}

/* ラインなし */
.wp-block-table.is-style-st-table-no-line table,
.wp-block-table.is-style-st-table-no-line table thead th,
.wp-block-table.is-style-st-table-no-line table thead td,
.wp-block-table.is-style-st-table-no-line table tr th,
.wp-block-table.is-style-st-table-no-line table tr td,
.post .wp-block-table.is-style-st-table-no-line thead {
	border: 0;
}

/** ラインのみ */
.post .is-style-st-table-line table,
.is-style-st-table-line table,
.post .is-style-st-table-line-2 table,
.is-style-st-table-line-2 table {
	border-right: none !important;
	border-left: none !important;
	border-color: #ccc;
}

.is-style-st-table-line thead,
.is-style-st-table-line-2 thead,
.is-style-st-table-line thead th,
.is-style-st-table-line-2 thead th,
.post .is-style-st-table-line thead,
.post .is-style-st-table-line-2 thead,
.post .is-style-st-table-line thead th,
.post .is-style-st-table-line-2 thead th,
.is-style-st-table-line td,
.is-style-st-table-line-2 td {
	border-right: none !important;
	border-left: none !important;
	border-color: #ccc;
}

.is-style-st-table-line-2 tr td:first-child {
	background: #fafafa;
}

/* 最初の行の幅固定 */
.wp-block-table.w30 table tr td:first-child {
	width: 30%;
}

.wp-block-table.w40 table tr td:first-child {
	width: 40%;
}

.wp-block-table.w50 table tr td:first-child {
	width: 50%;
}

.wp-block-table.nowrap table tr td:first-child {
	white-space: nowrap;
}

@media only screen and (max-width: 599px) {
	.post .wp-block-table.is-style-scroll-box table td,
	.post .wp-block-table.is-style-scroll-box table td p {
		white-space: nowrap;
	}
	.wp-block-table.is-style-scroll-box {
		position: relative;
	}
}

.wp-block-table.is-style-st-centertable table tr,
.wp-block-table.is-style-st-centertable table td {
	text-align: center;
	vertical-align: middle;
}

.wp-block-table.is-style-stripes {
	border-bottom: none;
}

.wp-block-table.is-style-stripes thead th {
	border: none;
}

/* 引用 */
/** プレーン */
.wp-block-quote.is-style-plain {
	padding-top: 20px;
}

.wp-block-quote.is-style-plain::before {
	content: none;
}

/** ライン */
.wp-block-quote.is-style-st-quote-line {
	padding: 20px 20px 20px 30px;
	border-left: 5px solid #eee;
	color: #757575;
}

.wp-block-quote.is-style-st-quote-line p:only-child {
	margin-bottom: 0;
}

.wp-block-quote.is-style-st-quote-line::before {
	content: none;
}

/* プルクオート */
.wp-block-pullquote {
	border-top: 4px solid #555d66;
	border-bottom: 4px solid #555d66;
	margin-bottom: 20px;
}

.post .wp-block-pullquote blockquote,
.wp-block-pullquote blockquote {
	background-color: inherit;
	padding: 0;
	margin: 0;
}

.wp-block-pullquote blockquote::before {
	content: none;
}

/* コメント一覧 */
.post ol.wp-block-latest-comments {
	padding-left: 0;
	padding-top: 20px;
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
	border-radius: 24px;
	display: block;
	float: left;
	height: 40px;
	margin-right: 12px;
	width: 40px;
	position: absolute;
}

.wp-block-latest-comments__comment-meta {
	font-size: 0.8em;
}

/* ボタン */
.wp-block-buttons {
	text-align: center;
}

/*--------------------------------
ブロックスタイル グループ
---------------------------------*/
/* 斜線 */
.is-style-st-group-bg-diagonal {
	background-color: #f5f6f7;
	background-image: -webkit-gradient(
		linear,
		0 0,
		100% 100%,
		color-stop(0.25, #fff),
		color-stop(0.25, transparent),
		color-stop(0.5, transparent),
		color-stop(0.5, #fff),
		color-stop(0.75, #fff),
		color-stop(0.75, transparent),
		to(transparent)
	);
	-webkit-background-size: 7px 7px;
	padding: 20px;
}

/* グリッド */
.is-style-st-group-bg-grid {
	background-image: linear-gradient(
			transparent 95%,
			rgba(0, 0, 0, 0.05) 50%,
			rgba(0, 0, 0, 0.05)
		),
		linear-gradient(
			90deg,
			transparent 95%,
			rgba(0, 0, 0, 0.05) 50%,
			rgba(0, 0, 0, 0.05)
		);
	background-size: 16px 16px;
	background-repeat: repeat;
	padding: 20px;
}

/* ドット */
.is-style-st-group-bg-dot {
	background-image: radial-gradient(#eee 1px, transparent 1px);
	background-size: 15px 15px;
	padding: 20px;
}

/* ライン */
.is-style-st-group-line {
	border-left: solid 1px #eee;
	padding-left: 20px;
}

.is-style-st-group-line-bold {
	border-left: solid 5px #eee;
	padding-left: 20px;
}

/* かぎ括弧 */
.is-style-st-group-corner-brackets {
	padding: 30px;
	position: relative;
}

.is-style-st-group-corner-brackets::before,
.is-style-st-group-corner-brackets::after {
	content: "";
	width: 30px;
	height: 30px;
	position: absolute;
}

.is-style-st-group-corner-brackets::before {
	border-left: solid 1px #000;
	border-top: solid 1px #000;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
}

.is-style-st-group-corner-brackets::after {
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	top: auto;
	right: 0;
	bottom: 0;
	left: auto;
}

/* 角括弧 */
.is-style-st-group-square-brackets {
	padding: 30px;
	position: relative;
}

.is-style-st-group-square-brackets::before,
.is-style-st-group-square-brackets::after {
	content: "";
	width: 20px;
	height: 100%;
	position: absolute;
	box-sizing: border-box;
}

.is-style-st-group-square-brackets::before {
	border-left: solid 1px #eee;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
}

.is-style-st-group-square-brackets::after {
	border-right: solid 1px #eee;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
	top: 0;
	right: 0;
	bottom: auto;
	left: auto;
}

/* シャドウ */
.is-style-st-group-shadow {
	box-shadow: 0 1px 8px rgb(0,0,0, .1), 0 4px 4px -4px rgb(0,0,0, .1);
}

/* バウンド */
.is-style-st-group-bounce {
	animation: af-g-bounce 2s ease-out infinite;
	opacity: 1;
  }
  @keyframes af-g-bounce {
	0%, 40%, 60%, 80% {
	  transform: scale(1.0);
	}
	50%, 70% {
	  transform: scale(0.95);
	}
  }

/* 白抜き */
.wp-block-group.has-background.is-style-st-group-outline, 
.is-style-st-group-outline {
	padding: 5px;
	background: linear-gradient(
    145deg,
    #ff6f6f 0%,
    #ffa863 20%,
    #ffe76b 40%,
    #4cd38c 60%,
    #4ba3fd 80%,
    #8a6ce4 100%
  );
}

.is-style-st-group-outline > .wp-block-group__inner-container {
	padding: 20px;
	background: #fff;
	overflow: hidden;
}

/*--------------------------------
ブロックスタイル 見出し
---------------------------------*/

/* 基本 */
[class^="is-style-st-heading-custom-"],
[class*=" is-style-st-heading-custom-"] {
	margin-bottom: 20px;
	line-height: 1.5em;
}

/* アイコン */
[class^="is-style-st-heading-custom-"]::before,
[class*=" is-style-st-heading-custom-"]::after,
[class^="is-style-st-heading-custom-"]::before,
[class*=" is-style-st-heading-custom-"]::after {
	content: none;
	position: inherit;
	top: inherit;
	bottom: inherit;
	left: inherit;
	right: inherit;
	border: none;
	font-weight: normal !important;
}

/* 背景色 */
[class^="is-style-st-heading-custom-"].has-background:not(
		.is-style-st-heading-custom-step
	):not(.is-style-st-heading-custom-count),
[class*=" is-style-st-heading-custom-"].has-background:not(
		.is-style-st-heading-custom-step
	):not(.is-style-st-heading-custom-count) {
	padding: 10px 20px;
	border-radius: 5px;
}

/* カスタム・斜線 アイコン基本カラー */
.is-style-st-heading-custom-naked:not(.has-text-color)::before,
.is-style-st-heading-custom-line:not(.has-text-color)::before,
.is-style-st-heading-custom-diagonal:not(.has-text-color)::before {
	color: #999;
}

/* ペン */
.is-style-st-heading-custom-pen {
	display: flex;
	align-items: center;
}
.is-style-st-heading-custom-pen::before {
	font-family: stsvg;
	content: "\f040";
	margin-right: 0.5em;
}
.is-style-st-heading-custom-pen:not(.has-text-color)::before {
	color: #999;
}

/* ライン */
.is-style-st-heading-custom-line {
	position: relative;
	padding-bottom: 15px;
	text-align: center;
	display: block;
	margin: 0 auto 20px;
}

.is-style-st-heading-custom-line::after {
	content: "";
	position: absolute;
	top: auto;
	bottom: 0;
	left: calc(50% - 1.5em);
	right: auto;
	display: block;
	width: 3em;
	height: 1px;
	background-color: #333;
	opacity: 0.9;
}

/* 注意 */
.is-style-st-heading-custom-attention {
	display: flex;
	align-items: center;
}
.is-style-st-heading-custom-attention::before {
	font-family: stsvg;
	content: "\f06a";
	margin-right: 0.5em;
	color: #ef5350;
}

/* FAQ */
.st-faq {
	--st--st-blocks--faq--preset--font-size--s: 0.8em;
	--st--st-blocks--faq--preset--font-size--m: 1em;
	--st--st-blocks--faq--preset--font-size--l: 1.3em;
	--st--st-blocks--faq--preset--font-size--xl: 1.5em;
	--st--st-blocks--faq--question-font-size: var(
		--st--st-blocks--faq--preset--font-size--m
	);
	--st--st-blocks--faq--answer-font-size: var(
		--st--st-blocks--faq--preset--font-size--m
	);
	--st--st-blocks--faq--line-height: 1.7;
	margin-bottom: 20px;
	font-size: var(--st--st-blocks--faq--font-size);
	line-height: var(--st--st-blocks--faq--line-height);
}

.st-faq dd.st-faq__answer p {
	margin-bottom: 20px;
}

.post
	.entry-content
	.st-faq
	p:not(.st-static-font):not(.p-entry-t):not(.p-free):not(.sitename):not(
		.post-slide-title
	):not(.post-slide-date):not(.post-slide-more):not(.st-catgroup):not(
		.wp-caption-text
	):not(.cardbox-more):not(.st-minihukidashi):not(.st-mybox-title):not(
		.st-memobox-title
	):not(.st-mybtn) {
	--st--st-blocks--faq--preset--font-size--s: 0.8em;
	--st--st-blocks--faq--preset--font-size--m: 1em;
	--st--st-blocks--faq--preset--font-size--l: 1.3em;
	--st--st-blocks--faq--preset--font-size--xl: 1.5em;
	--st--st-blocks--faq--question-font-size: var(
		--st--st-blocks--faq--preset--font-size--m
	);
	--st--st-blocks--faq--answer-font-size: var(
		--st--st-blocks--faq--preset--font-size--m
	);
	--st--st-blocks--faq--line-height: 1.7;
	font-size: var(--st--st-blocks--faq--font-size);
	line-height: var(--st--st-blocks--faq--line-height);
}

.post .entry-content .has-h .st-faq__question-content:not(.kanren-t):not(.popular-t):not(.st-cardbox-t), .post .st-faq__question-content,
.has-h .st-faq__question-content {
	font-weight: bold;
}

.st-faq.has-background {
	padding: 20px;
	background: var(--st--st-blocks--faq--background-color);
}

.st-faq.has-color,
.st-faq.has-color .st-faq__question-content /* h1-h6 */ {
	color: var(--st--st-blocks--faq--color);
}

.st-faq__item {
	margin-bottom: 20px;
}

/* 質問 */
:root [class*=" has-"].is-style-st-heading-custom-question,
.st-faq__question {
	display: flex;
	align-items: center;
	background-color: transparent !important;
}

.st-faq__question,
.st-faq.has-color .st-faq__question-content /* h1-h6 */ {
	align-items: flex-start;
	margin-bottom: 10px;
}

.st-faq__question {
	font-size: 1.2em; /* 18px / 15px */
}

@media only screen and (min-width: 600px) {
	.st-faq__question {
		font-size: 1.3333333333em; /* 20px / 15px */
	}
}

@media print, screen and (min-width: 960px) {
	.st-faq__question {
		font-size: var(--st--st-blocks--faq--question-font-size);
	}
}

.is-style-st-heading-custom-question.has-background:not(
		.is-style-st-heading-custom-step
	):not(.is-style-st-heading-custom-count) {
	padding: 0;
	border-radius: 0;
}

.is-style-st-heading-custom-question:not(.has-background)::before,
.st-faq__question::before {
	font-family: stsvg;
	content: "\e906";
	color: #29b6f6;
	padding: 0 0.5em 0 0.25em;
}

.st-faq .st-faq__question::before {
	flex-grow: 0;
	flex-shrink: 0;
}

.st-faq:where(
		.is-style-st-circle,
		.is-style-st-square,
		.is-style-st-rounded-square
	)
	.st-faq__question::before {
	margin-top: 0.3em;
}

.st-faq:where(
		.is-style-st-question-circle,
		.is-style-st-infomation-circle,
		.is-style-st-exclamation-circle,
		.is-style-st-files-o
	)
	.st-faq__answer::before {
	content: none;
}

.is-style-st-icon-none .st-faq__answer::before,
.is-style-st-icon-none .st-faq__question::before {
    content: none;
}

.st-faq:not(.is-style-st-circle):not(is-style-st-square):not(
		.is-style-st-rounded-square
	).has-st-border:not(.st-toggle-visibility)
	.st-faq__question::before,
.st-faq:not(.is-style-st-circle):not(is-style-st-square):not(
		.is-style-st-rounded-square
	).has-st-border:not(.st-toggle-visibility)
	.st-faq__answer::before {
	padding-left: 0;
}

.st-faq.has-question-color .st-faq__question::before {
	color: var(--st--st-blocks--faq--question-color);
}

.is-style-st-heading-custom-question.has-background::before,
.st-faq.is-style-st-square .st-faq__question::before,
.st-faq.is-style-st-rounded-square .st-faq__question::before,
.st-faq.is-style-st-circle .st-faq__question::before {
	font-family: stsvg;
	content: "\e906";
	margin-right: 0.7em;
	color: #fff;
	padding: 0.5em 0.5em;
	background: #29b6f6;
	font-size: 0.6em;
	line-height: 1;
	border-radius: 3px;
	width: 1.2em;
	height: 1.2em;
	display: flex;
	justify-content: center;
	align-items: center;
}

.is-style-st-question-circle .st-faq__question::before {
	content: "\f059";
}
.is-style-st-infomation-circle .st-faq__question::before {
	content: "\f05a";
}
.is-style-st-exclamation-circle .st-faq__question::before {
	content: "\f06a";
}
.is-style-st-files-o .st-faq__question::before {
	content: "\e918";
}

.st-faq.is-style-st-square .st-faq__question::before {
	border-radius: 0;
}

.st-faq.is-style-st-circle .st-faq__question::before {
	border-radius: 100%;
}

.st-faq.is-style-st-square.has-question-color .st-faq__question::before,
.st-faq.is-style-st-rounded-square.has-question-color .st-faq__question::before,
.st-faq.is-style-st-circle.has-question-color .st-faq__question::before {
	background-color: var(--st--st-blocks--faq--question-color);
}

.st-faq.is-style-st-question-circle.has-question-color
	.st-faq__question::before,
.st-faq.is-style-st-infomation-circle.has-question-color
	.st-faq__question::before,
.st-faq.is-style-st-exclamation-circle.has-question-color
	.st-faq__question::before,
.st-faq.is-style-st-files-o.has-question-color .st-faq__question::before {
	color: var(--st--st-blocks--faq--question-color);
}

.st-faq__question-content,
/* h5 */
.post .entry-content .st-faq__question-content:not(.kanren-t):not(.popular-t):not(.st-cardbox-t),
/* h6 */
.post .st-faq__question-content {
	flex-grow: 1;
	max-width: 100%;
	margin: 0;
	font-size: 1em;
	font-weight: inherit;
	line-height: inherit;
}

.st-faq__question-content > :first-child {
	margin-top: 0;
}

.st-faq__question-content > :last-child {
	margin-bottom: 0;
}

/* 答え */
:root [class*=" has-"].is-style-st-heading-custom-answer,
.st-faq__answer {
	display: flex;
	align-items: center;
	background-color: transparent !important;
}

.st-faq__answer {
	align-items: flex-start;
	font-size: 1.2em; /* 18px / 15px */
}

.has-h .st-faq__answer {
	font-size: inherit; /* 18px / 15px */
}

@media only screen and (min-width: 600px) {
	.has-h .st-faq__answer,
	.st-faq__answer {
		font-size: 1.3333333333em; /* 20px / 15px */
	}
}

@media print, screen and (min-width: 960px) {
	.has-h .st-faq__answer,
	.st-faq__answer {
		font-size: var(--st--st-blocks--faq--answer-font-size);
	}
}

.is-style-st-heading-custom-answer.has-background:not(
		.is-style-st-heading-custom-step
	):not(.is-style-st-heading-custom-count) {
	padding: 0;
	border-radius: 0;
}

.is-style-st-heading-custom-answer:not(.has-background)::before,
.st-faq__answer::before {
	font-family: stsvg;
	content: "\f031";
	color: #ef5350;
	padding: 0 0.5em 0 0.25em;
}

.st-faq .st-faq__answer::before {
	flex-grow: 0;
	flex-shrink: 0;
}

.st-faq:where(
		.is-style-st-circle,
		.is-style-st-square,
		.is-style-st-rounded-square
	)
	.st-faq__answer::before {
	margin-top: 0.3em;
}

.st-faq.has-answer-color .st-faq__answer::before {
	color: var(--st--st-blocks--faq--answer-color);
}

.is-style-st-heading-custom-answer.has-background::before,
.st-faq.is-style-st-square .st-faq__answer::before,
.st-faq.is-style-st-rounded-square .st-faq__answer::before,
.st-faq.is-style-st-circle .st-faq__answer::before {
	font-family: stsvg;
	content: "\f031";
	margin-right: 0.5em;
	color: #fff;
	padding: 0.5em 0.5em;
	background: #ef5350;
	font-size: 0.6em;
	line-height: 1;
	border-radius: 3px;
	width: 1.2em;
	height: 1.2em;
	display: flex;
	justify-content: center;
	align-items: center;
}

.st-faq.is-style-st-square .st-faq__answer::before {
	border-radius: 0;
}

.st-faq.is-style-st-circle .st-faq__answer::before {
	border-radius: 100%;
}

.st-faq.is-style-st-square.has-answer-color .st-faq__answer::before,
.st-faq.is-style-st-rounded-square.has-answer-color .st-faq__answer::before,
.st-faq.is-style-st-circle.has-answer-color .st-faq__answer::before {
	background-color: var(--st--st-blocks--faq--answer-color);
}

.st-faq__answer-content {
	flex-grow: 1;
	max-width: 100%;
	font-size: 1em;
}

.st-faq__answer-content > :first-child {
	margin-top: 0;
}

.st-faq__answer-content > :last-child {
	margin-bottom: 0;
}

.st-faq__answer-content p {
	font-size: 1em;
	line-height: inherit;
}

@media only screen and (min-width: 600px) {
	.st-faq__answer-content p {
		font-size: 1em;
		line-height: inherit;
	}
}

@media print, screen and (min-width: 960px) {
	.st-faq__answer-content p {
		font-size: 1em;
		line-height: inherit;
	}
}

/* 折りたたみ有効時 */
.st-faq.st-toggle-visibility .wp-block-st-blocks-faq-question {
	position: relative;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.st-faq.st-toggle-visibility.has-st-border.is-style-st-circle,
.st-faq.st-toggle-visibility.has-st-border {
	padding: 1.5em 1em;
}

.st-faq.st-toggle-visibility.has-st-border p {
	padding: 0 1em 0 0.2em;
}

.st-faq.st-toggle-visibility .wp-block-st-blocks-faq-question::after {
	content: "\f107";
	font-family: stsvg;
	font-size: 1em;
	padding: 0 0.25em 0 0.25em;
}

/* 初期状態で回答を隠す（display 切替はせず max-height でアニメーション可能にする）
 * 高さは JS で --st-faq-dd-max に実測値を入れ、min(100vh,2000px) 固定を避けてカクつきを抑える
 * opacity は使わない（閉じるときに「文字が先に消える」→「枠が閉じる」の二段階に見えるため） */
.st-faq.st-toggle-visibility .wp-block-st-blocks-faq-answer {
	justify-content: center;
	align-items: flex-start;
	display: flex;
	min-height: 0;
	max-height: var(--st-faq-dd-max, 0px);
	overflow: hidden;
	visibility: hidden;
	pointer-events: none;
	transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1),
		visibility 0s linear 0.35s;
}

.st-faq.st-toggle-visibility .wp-block-st-blocks-faq-answer .st-faq__answer-content {
	min-height: 0;
	min-width: 0;
	flex: 1 1 auto;
}

.st-faq.st-toggle-visibility .wp-block-st-blocks-faq-question.active + .wp-block-st-blocks-faq-answer {
	visibility: visible;
	pointer-events: auto;
	transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1),
		visibility 0s;
}

@media (prefers-reduced-motion: reduce) {
	.st-faq.st-toggle-visibility .wp-block-st-blocks-faq-answer,
	.st-faq.st-toggle-visibility .wp-block-st-blocks-faq-question.active + .wp-block-st-blocks-faq-answer {
		transition: none;
	}

	.st-toggle-visibility.has-st-border .st-faq__question {
		transition: none;
	}
}

@media print {
	.st-faq.st-toggle-visibility .wp-block-st-blocks-faq-answer {
		max-height: none !important;
		visibility: visible !important;
		overflow: visible !important;
		pointer-events: auto !important;
	}
}

.st-faq.st-toggle-visibility .wp-block-st-blocks-faq-question.active::after {
	content: "\e922";
	font-family: stsvg;
}

.st-faq.st-toggle-visibility .st-faq__question-content.toggle-visibility {
	margin-right: 30px;
}

.st-faq.st-toggle-visibility.has-background .st-faq__item,
.st-faq.st-toggle-visibility.has-background .st-faq__question:not(.active) {
	margin-bottom: 0;
}

/* 枠線あり */
.st-toggle-visibility.has-st-border .st-faq__item {
	margin-bottom: 0;
}

.has-st-border .st-faq__item:last-child {
	margin-bottom: 0;
}

.st-toggle-visibility.has-st-border .st-faq__question {
	margin-bottom: 0;
	transition: margin-bottom 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.st-toggle-visibility.has-st-border .st-faq__question.active {
	margin-bottom: 20px;
}

/* チェック */
.is-style-st-heading-custom-check {
	display: flex;
	align-items: center;
}
.is-style-st-heading-custom-check::before {
	font-family: stsvg;
	content: "\f00c";
	margin-right: 0.5em;
	color: #ffa726;
}

/* ランキング */
.is-style-st-heading-custom-ranking,
:root [class^="has-"].is-style-st-heading-custom-ranking,
:root [class*=" has-"].is-style-st-heading-custom-ranking {
	display: flex;
	position: relative;
	padding: 10px 0 10px 0 !important;
	margin-bottom: 20px;
	background-color: transparent !important;
	flex-direction: column;
	margin-top: 2.5em;
}

.is-style-st-heading-custom-ranking::before {
	font-family: Roboto, Arial, sans-serif;
	font-family: stsvg;
	background-color: #eee;
	color: #616161;
	font-size: 0.6em;
	line-height: 1;
	display: inline-block;
	white-space: nowrap;
	padding: 0.5em 0.8em;
	letter-spacing: 0.02em;
	position: absolute;
	top: -2em;
	border-radius: 2px;
}

/** 順位 */
h2.is-style-st-heading-custom-ranking {
	counter-increment: ranknumber-h2 1;
}
h2.is-style-st-heading-custom-ranking::before {
	content: "\e908 \0020 第"counter(ranknumber-h2) "位 ";
}

h3.is-style-st-heading-custom-ranking {
	counter-increment: ranknumber-h3 1;
}
h3.is-style-st-heading-custom-ranking::before {
	content: "\e908 \0020 第"counter(ranknumber-h3) "位 ";
}

h4.is-style-st-heading-custom-ranking {
	counter-increment: ranknumber-h3 1;
}
h4.is-style-st-heading-custom-ranking::before {
	content: "\e908 \0020 第"counter(ranknumber-h3) "位 ";
}

/** ラベルカラー */
.is-style-st-heading-custom-ranking:nth-of-type(1)::before {
	background-color: #ffc107;
	color: #fff;
}

.is-style-st-heading-custom-ranking:nth-of-type(2)::before {
	background-color: #9e9e9e;
	color: #fff;
}

.is-style-st-heading-custom-ranking:nth-of-type(3)::before {
	background-color: #8d6e63;
	color: #fff;
}

/* リード */
.is-style-st-heading-custom-lead:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: currentColor;
    transform: translateY(-50%);
}

.is-style-st-heading-custom-lead {
	position:relative;
	padding-left: 60px!important;
}

/* ふきだし */
.is-style-st-heading-custom-bubble {
	padding: 10px 20px;
	background: #f3f3f3;
	border-radius: 5px;
	position: relative;
}
.is-style-st-heading-custom-bubble::after {
	content: "";
	position: absolute;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #f3f3f3;
	top: 100%;
	left: 2em;
	right: inherit;
	padding: 0;
	margin-right: 0;
}

/* 斜線 */
.is-style-st-heading-custom-diagonal {
	background-color: #f5f6f7;
	background-image: -webkit-gradient(
		linear,
		0 0,
		100% 100%,
		color-stop(0.25, #fff),
		color-stop(0.25, transparent),
		color-stop(0.5, transparent),
		color-stop(0.5, #fff),
		color-stop(0.75, #fff),
		color-stop(0.75, transparent),
		to(transparent)
	);
	-webkit-background-size: 7px 7px;
	padding: 10px 20px;
}

/* テキスト中央寄せ */
[class^="is-style-st-heading-custom-"]:not(
		.is-style-st-heading-custom-step
	):not(.is-style-st-heading-custom-count).has-text-align-center,
[class*=" is-style-st-heading-custom-"]:not(
		.is-style-st-heading-custom-step
	):not(.is-style-st-heading-custom-count).has-text-align-center {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.is-style-st-heading-custom-bubble.has-text-align-center::after {
	left: 50%;
}

/* テキスト右寄せ */
[class^="is-style-st-heading-custom-"]:not(
		.is-style-st-heading-custom-step
	):not(.is-style-st-heading-custom-count).has-text-align-right,
[class*=" is-style-st-heading-custom-"]:not(
		.is-style-st-heading-custom-step
	):not(.is-style-st-heading-custom-count).has-text-align-right {
	display: flex;
	justify-content: right;
	flex-direction: column;
	align-items: flex-end;
}
.is-style-st-heading-custom-bubble.has-text-align-right::after {
	right: 2em;
	left: inherit;
}

/* カウント */
:root main .is-style-st-heading-custom-count {
	display: flex;
	counter-increment: countcnt;
	position: relative;
	padding: 10px 0 10px 0 !important;
	margin-bottom: 20px;
	background-color: transparent !important;
	flex-direction: column;
}

.is-style-st-heading-custom-count::before {
	font-family: Roboto, Arial, sans-serif;
	content: counter(countcnt, decimal-leading-zero);
	background-color: transparent;
	font-size: 3em;
	line-height: 1;
	font-weight: bold !important;
	display: block;
	color: #e0e0e0;
	width: 100%;
	white-space: nowrap;
	padding-bottom: 0.1em;
	letter-spacing: 0.02em;
}

/* ステップ */
.is-style-st-heading-custom-step,
:root [class^="has-"].is-style-st-heading-custom-step,
:root [class*=" has-"].is-style-st-heading-custom-step {
	display: flex;
	counter-increment: stepcnt;
	position: relative;
	margin-bottom: 30px;
	flex-direction: row;
	padding: 0!important;
	border-radius: 0 3px 3px 0
}

.is-style-st-heading-custom-step .step-txt {
	padding: 10px 10px 10px .8em;
	display: inline-block;
	flex-grow:1;
}

.is-style-st-heading-custom-step::before {
	font-family: Roboto, Arial, sans-serif;
    top: 0;
    left: 0;
    content: counter(stepcnt, decimal-leading-zero);
    font-size: 1em;
    line-height: calc(1.5em + 20px);
    font-weight: bold !important;
    display: inline-block;
    white-space: nowrap;
    letter-spacing: 0.02em;
    display: flex;
    width: calc(1.5em + 20px);
    min-width: calc(1.5em + 20px);
    height: auto;
 	text-align: center;
    align-items: center;
    justify-content: center;
	color: #333;
	background-color: #fafafa;
}

.is-style-st-heading-custom-step::after {
    content: "";
    position: absolute;
    transform: translateX(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent #fafafa;
    left: 10px;
    left: 10px;
    bottom: -10px;
}

/* 見出しカスタム 斜線 ふきだし (アイコンあり) */
.is-style-st-heading-custom-naked.has-st-icon,
.is-style-st-heading-custom-diagonal.has-st-icon,
.is-style-st-heading-custom-bubble.has-st-icon {
	display: flex;
	align-items: center;
}

/* ライン (アイコンあり) */
.is-style-st-heading-custom-line.has-st-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

/** カスタムヘディングのスタイル */
[class*="is-style-st-heading-custom-"]:not(
		.is-style-st-heading-custom-hoge
	):not(.is-style-st-heading-custom-test):not(
		.is-style-st-heading-custom-count
	):not(.is-style-st-heading-custom-attention):not(
		.is-style-st-heading-custom-check
	):not(.is-style-st-heading-custom-question):not(
		.is-style-st-heading-custom-answer
	):not(.is-style-st-heading-custom-step):not(
		.is-style-st-heading-custom-ranking
	).has-st-icon::before {
	font-family: stsvg;
	margin-right: 0.3em;
	font-weight: normal;
}

[class*="is-style-st-heading-custom-"]:not(
		.is-style-st-heading-custom-hoge
	):not(.is-style-st-heading-custom-test):not(
		.is-style-st-heading-custom-count
	):not(.is-style-st-heading-custom-attention):not(
		.is-style-st-heading-custom-check
	):not(.is-style-st-heading-custom-question):not(
		.is-style-st-heading-custom-answer
	):not(.is-style-st-heading-custom-step):not(
		.is-style-st-heading-custom-ranking
	).has-st-icon:not(.has-text-color)::before {
	color: #999;
}

[class*="is-style-st-heading-custom-"]:not(
		.is-style-st-heading-custom-hoge
	):not(.is-style-st-heading-custom-test):not(
		.is-style-st-heading-custom-count
	):not(.is-style-st-heading-custom-attention):not(
		.is-style-st-heading-custom-check
	):not(.is-style-st-heading-custom-question):not(
		.is-style-st-heading-custom-answer
	):not(.is-style-st-heading-custom-step):not(
		.is-style-st-heading-custom-ranking
	).has-st-icon-pencil::before {
	content: "\f040";
}

[class*="is-style-st-heading-custom-"]:not(
		.is-style-st-heading-custom-hoge
	):not(.is-style-st-heading-custom-test):not(
		.is-style-st-heading-custom-count
	):not(.is-style-st-heading-custom-attention):not(
		.is-style-st-heading-custom-check
	):not(.is-style-st-heading-custom-question):not(
		.is-style-st-heading-custom-answer
	):not(.is-style-st-heading-custom-step):not(
		.is-style-st-heading-custom-ranking
	).has-st-icon-file-text-o::before {
	content: "\f0f6";
}

[class*="is-style-st-heading-custom-"]:not(
		.is-style-st-heading-custom-hoge
	):not(.is-style-st-heading-custom-test):not(
		.is-style-st-heading-custom-count
	):not(.is-style-st-heading-custom-attention):not(
		.is-style-st-heading-custom-check
	):not(.is-style-st-heading-custom-question):not(
		.is-style-st-heading-custom-answer
	):not(.is-style-st-heading-custom-step):not(
		.is-style-st-heading-custom-ranking
	).has-st-icon-check::before {
	content: "\f00c";
}

[class*="is-style-st-heading-custom-"]:not(
		.is-style-st-heading-custom-hoge
	):not(.is-style-st-heading-custom-test):not(
		.is-style-st-heading-custom-count
	):not(.is-style-st-heading-custom-attention):not(
		.is-style-st-heading-custom-check
	):not(.is-style-st-heading-custom-question):not(
		.is-style-st-heading-custom-answer
	):not(.is-style-st-heading-custom-step):not(
		.is-style-st-heading-custom-ranking
	).has-st-icon-exclamation-circle::before {
	content: "\f06a";
}

[class*="is-style-st-heading-custom-"]:not(
		.is-style-st-heading-custom-hoge
	):not(.is-style-st-heading-custom-test):not(
		.is-style-st-heading-custom-count
	):not(.is-style-st-heading-custom-attention):not(
		.is-style-st-heading-custom-check
	):not(.is-style-st-heading-custom-question):not(
		.is-style-st-heading-custom-answer
	):not(.is-style-st-heading-custom-step):not(
		.is-style-st-heading-custom-ranking
	).has-st-icon-question-circle::before {
	content: "\f059";
}

[class*="is-style-st-heading-custom-"]:not(
		.is-style-st-heading-custom-hoge
	):not(.is-style-st-heading-custom-test):not(
		.is-style-st-heading-custom-count
	):not(.is-style-st-heading-custom-attention):not(
		.is-style-st-heading-custom-check
	):not(.is-style-st-heading-custom-question):not(
		.is-style-st-heading-custom-answer
	):not(.is-style-st-heading-custom-step):not(
		.is-style-st-heading-custom-ranking
	).has-st-icon-link::before {
	content: "\f0c1";
}

[class*="is-style-st-heading-custom-"]:not(
		.is-style-st-heading-custom-hoge
	):not(.is-style-st-heading-custom-test):not(
		.is-style-st-heading-custom-count
	):not(.is-style-st-heading-custom-attention):not(
		.is-style-st-heading-custom-check
	):not(.is-style-st-heading-custom-question):not(
		.is-style-st-heading-custom-answer
	):not(.is-style-st-heading-custom-step):not(
		.is-style-st-heading-custom-ranking
	).has-st-icon-search::before {
	content: "\f002";
}

[class*="is-style-st-heading-custom-"]:not(
		.is-style-st-heading-custom-hoge
	):not(.is-style-st-heading-custom-test):not(
		.is-style-st-heading-custom-count
	):not(.is-style-st-heading-custom-attention):not(
		.is-style-st-heading-custom-check
	):not(.is-style-st-heading-custom-question):not(
		.is-style-st-heading-custom-answer
	):not(.is-style-st-heading-custom-step):not(
		.is-style-st-heading-custom-ranking
	).has-st-icon-eye::before {
	content: "\f06e";
}

[class*="is-style-st-heading-custom-"]:not(
		.is-style-st-heading-custom-hoge
	):not(.is-style-st-heading-custom-test):not(
		.is-style-st-heading-custom-count
	):not(.is-style-st-heading-custom-attention):not(
		.is-style-st-heading-custom-check
	):not(.is-style-st-heading-custom-question):not(
		.is-style-st-heading-custom-answer
	):not(.is-style-st-heading-custom-step):not(
		.is-style-st-heading-custom-ranking
	).has-st-icon-camera::before {
	content: "\f030";
}

[class*="is-style-st-heading-custom-"]:not(
		.is-style-st-heading-custom-hoge
	):not(.is-style-st-heading-custom-test):not(
		.is-style-st-heading-custom-count
	):not(.is-style-st-heading-custom-attention):not(
		.is-style-st-heading-custom-check
	):not(.is-style-st-heading-custom-question):not(
		.is-style-st-heading-custom-answer
	):not(.is-style-st-heading-custom-step):not(
		.is-style-st-heading-custom-ranking
	).has-st-icon-gift::before {
	content: "\f06b";
}

[class*="is-style-st-heading-custom-"]:not(
		.is-style-st-heading-custom-hoge
	):not(.is-style-st-heading-custom-test):not(
		.is-style-st-heading-custom-count
	):not(.is-style-st-heading-custom-attention):not(
		.is-style-st-heading-custom-check
	):not(.is-style-st-heading-custom-question):not(
		.is-style-st-heading-custom-answer
	):not(.is-style-st-heading-custom-step):not(
		.is-style-st-heading-custom-ranking
	).has-st-icon-heart::before {
	content: "\f004";
}

[class*="is-style-st-heading-custom-"]:not(
		.is-style-st-heading-custom-hoge
	):not(.is-style-st-heading-custom-test):not(
		.is-style-st-heading-custom-count
	):not(.is-style-st-heading-custom-attention):not(
		.is-style-st-heading-custom-check
	):not(.is-style-st-heading-custom-question):not(
		.is-style-st-heading-custom-answer
	):not(.is-style-st-heading-custom-step):not(
		.is-style-st-heading-custom-ranking
	).has-st-icon-user::before {
	content: "\f007";
}

[class*="is-style-st-heading-custom-"]:not(
		.is-style-st-heading-custom-hoge
	):not(.is-style-st-heading-custom-test):not(
		.is-style-st-heading-custom-count
	):not(.is-style-st-heading-custom-attention):not(
		.is-style-st-heading-custom-check
	):not(.is-style-st-heading-custom-question):not(
		.is-style-st-heading-custom-answer
	):not(.is-style-st-heading-custom-step):not(
		.is-style-st-heading-custom-ranking
	).has-st-icon-comment::before {
	content: "\f075";
}

[class*="is-style-st-heading-custom-"]:not(
		.is-style-st-heading-custom-hoge
	):not(.is-style-st-heading-custom-test):not(
		.is-style-st-heading-custom-count
	):not(.is-style-st-heading-custom-attention):not(
		.is-style-st-heading-custom-check
	):not(.is-style-st-heading-custom-question):not(
		.is-style-st-heading-custom-answer
	):not(.is-style-st-heading-custom-step):not(
		.is-style-st-heading-custom-ranking
	).has-st-icon-lightbulb::before {
	content: "\e915";
}

[class*="is-style-st-heading-custom-"]:not(
		.is-style-st-heading-custom-hoge
	):not(.is-style-st-heading-custom-test):not(
		.is-style-st-heading-custom-count
	):not(.is-style-st-heading-custom-attention):not(
		.is-style-st-heading-custom-check
	):not(.is-style-st-heading-custom-question):not(
		.is-style-st-heading-custom-answer
	):not(.is-style-st-heading-custom-step):not(
		.is-style-st-heading-custom-ranking
	).has-st-icon-bullhorn::before {
	content: "\f0a1";
}

[class*="is-style-st-heading-custom-"]:not(
		.is-style-st-heading-custom-hoge
	):not(.is-style-st-heading-custom-test):not(
		.is-style-st-heading-custom-count
	):not(.is-style-st-heading-custom-attention):not(
		.is-style-st-heading-custom-check
	):not(.is-style-st-heading-custom-question):not(
		.is-style-st-heading-custom-answer
	):not(.is-style-st-heading-custom-step):not(
		.is-style-st-heading-custom-ranking
	).has-st-icon-diamond::before {
	content: "\f219";
}

[class*="is-style-st-heading-custom-"]:not(
		.is-style-st-heading-custom-hoge
	):not(.is-style-st-heading-custom-test):not(
		.is-style-st-heading-custom-count
	):not(.is-style-st-heading-custom-attention):not(
		.is-style-st-heading-custom-check
	):not(.is-style-st-heading-custom-question):not(
		.is-style-st-heading-custom-answer
	):not(.is-style-st-heading-custom-step):not(
		.is-style-st-heading-custom-ranking
	).has-st-icon-oukan::before {
	content: "\e908";
}

[class*="is-style-st-heading-custom-"]:not(
		.is-style-st-heading-custom-hoge
	):not(.is-style-st-heading-custom-test):not(
		.is-style-st-heading-custom-count
	):not(.is-style-st-heading-custom-attention):not(
		.is-style-st-heading-custom-check
	):not(.is-style-st-heading-custom-question):not(
		.is-style-st-heading-custom-answer
	):not(.is-style-st-heading-custom-step):not(
		.is-style-st-heading-custom-ranking
	).has-st-icon-bigginer_l::before {
	content: "\e910";
}

[class*="is-style-st-heading-custom-"]:not(
		.is-style-st-heading-custom-hoge
	):not(.is-style-st-heading-custom-test):not(
		.is-style-st-heading-custom-count
	):not(.is-style-st-heading-custom-attention):not(
		.is-style-st-heading-custom-check
	):not(.is-style-st-heading-custom-question):not(
		.is-style-st-heading-custom-answer
	):not(.is-style-st-heading-custom-step):not(
		.is-style-st-heading-custom-ranking
	).has-st-icon-info-circle::before {
	content: "\f05a";
}

[class*="is-style-st-heading-custom-"]:not(
		.is-style-st-heading-custom-hoge
	):not(.is-style-st-heading-custom-test):not(
		.is-style-st-heading-custom-count
	):not(.is-style-st-heading-custom-attention):not(
		.is-style-st-heading-custom-check
	):not(.is-style-st-heading-custom-question):not(
		.is-style-st-heading-custom-answer
	):not(.is-style-st-heading-custom-step):not(
		.is-style-st-heading-custom-ranking
	).has-st-icon-circle-o::before {
	content: "\f10c";
}

[class*="is-style-st-heading-custom-"]:not(
		.is-style-st-heading-custom-hoge
	):not(.is-style-st-heading-custom-test):not(
		.is-style-st-heading-custom-count
	):not(.is-style-st-heading-custom-attention):not(
		.is-style-st-heading-custom-check
	):not(.is-style-st-heading-custom-question):not(
		.is-style-st-heading-custom-answer
	):not(.is-style-st-heading-custom-step):not(
		.is-style-st-heading-custom-ranking
	).has-st-icon-times::before {
	content: "\f00d";
}

[class*="is-style-st-heading-custom-"]:not(
		.is-style-st-heading-custom-hoge
	):not(.is-style-st-heading-custom-test):not(
		.is-style-st-heading-custom-count
	):not(.is-style-st-heading-custom-attention):not(
		.is-style-st-heading-custom-check
	):not(.is-style-st-heading-custom-question):not(
		.is-style-st-heading-custom-answer
	):not(.is-style-st-heading-custom-step):not(
		.is-style-st-heading-custom-ranking
	).has-st-icon-thumbs-up::before {
	content: "\f164";
}

[class*="is-style-st-heading-custom-"]:not(
		.is-style-st-heading-custom-hoge
	):not(.is-style-st-heading-custom-test):not(
		.is-style-st-heading-custom-count
	):not(.is-style-st-heading-custom-attention):not(
		.is-style-st-heading-custom-check
	):not(.is-style-st-heading-custom-question):not(
		.is-style-st-heading-custom-answer
	):not(.is-style-st-heading-custom-step):not(
		.is-style-st-heading-custom-ranking
	).has-st-icon-thumbs-down::before {
	content: "\f165";
}

[class*="is-style-st-heading-custom-"]:not(
		.is-style-st-heading-custom-hoge
	):not(.is-style-st-heading-custom-test):not(
		.is-style-st-heading-custom-count
	):not(.is-style-st-heading-custom-attention):not(
		.is-style-st-heading-custom-check
	):not(.is-style-st-heading-custom-question):not(
		.is-style-st-heading-custom-answer
	):not(.is-style-st-heading-custom-step):not(
		.is-style-st-heading-custom-ranking
	).has-st-icon-hand-right::before {
	content: "\e974";
}

[class*="is-style-st-heading-custom-"]:not(
		.is-style-st-heading-custom-hoge
	):not(.is-style-st-heading-custom-test):not(
		.is-style-st-heading-custom-count
	):not(.is-style-st-heading-custom-attention):not(
		.is-style-st-heading-custom-check
	):not(.is-style-st-heading-custom-question):not(
		.is-style-st-heading-custom-answer
	):not(.is-style-st-heading-custom-step):not(
		.is-style-st-heading-custom-ranking
	).has-st-icon-emotion-smile::before {
	content: "\e91b";
}

[class*="is-style-st-heading-custom-"]:not(
		.is-style-st-heading-custom-hoge
	):not(.is-style-st-heading-custom-test):not(
		.is-style-st-heading-custom-count
	):not(.is-style-st-heading-custom-attention):not(
		.is-style-st-heading-custom-check
	):not(.is-style-st-heading-custom-question):not(
		.is-style-st-heading-custom-answer
	):not(.is-style-st-heading-custom-step):not(
		.is-style-st-heading-custom-ranking
	).has-st-icon-emotion-meh::before {
	content: "\e91a";
}

[class*="is-style-st-heading-custom-"]:not(
		.is-style-st-heading-custom-hoge
	):not(.is-style-st-heading-custom-test):not(
		.is-style-st-heading-custom-count
	):not(.is-style-st-heading-custom-attention):not(
		.is-style-st-heading-custom-check
	):not(.is-style-st-heading-custom-question):not(
		.is-style-st-heading-custom-answer
	):not(.is-style-st-heading-custom-step):not(
		.is-style-st-heading-custom-ranking
	).has-st-icon-emotion-frown::before {
	content: "\e919";
}

[class*="is-style-st-heading-custom-"]:not(
		.is-style-st-heading-custom-hoge
	):not(.is-style-st-heading-custom-test):not(
		.is-style-st-heading-custom-count
	):not(.is-style-st-heading-custom-attention):not(
		.is-style-st-heading-custom-check
	):not(.is-style-st-heading-custom-question):not(
		.is-style-st-heading-custom-answer
	):not(.is-style-st-heading-custom-step):not(
		.is-style-st-heading-custom-ranking
	).has-st-icon-clock-o::before {
	content: "\f017";
}

[class*="is-style-st-heading-custom-"]:not(
		.is-style-st-heading-custom-hoge
	):not(.is-style-st-heading-custom-test):not(
		.is-style-st-heading-custom-count
	):not(.is-style-st-heading-custom-attention):not(
		.is-style-st-heading-custom-check
	):not(.is-style-st-heading-custom-question):not(
		.is-style-st-heading-custom-answer
	):not(.is-style-st-heading-custom-step):not(
		.is-style-st-heading-custom-ranking
	).has-st-icon-folder::before {
	content: "\f07b";
}

[class*="is-style-st-heading-custom-"]:not(
		.is-style-st-heading-custom-hoge
	):not(.is-style-st-heading-custom-test):not(
		.is-style-st-heading-custom-count
	):not(.is-style-st-heading-custom-attention):not(
		.is-style-st-heading-custom-check
	):not(.is-style-st-heading-custom-question):not(
		.is-style-st-heading-custom-answer
	):not(.is-style-st-heading-custom-step):not(
		.is-style-st-heading-custom-ranking
	).has-st-icon-shopping-cart::before {
	content: "\f217";
}

[class*="is-style-st-heading-custom-"]:not(
		.is-style-st-heading-custom-hoge
	):not(.is-style-st-heading-custom-test):not(
		.is-style-st-heading-custom-count
	):not(.is-style-st-heading-custom-attention):not(
		.is-style-st-heading-custom-check
	):not(.is-style-st-heading-custom-question):not(
		.is-style-st-heading-custom-answer
	):not(.is-style-st-heading-custom-step):not(
		.is-style-st-heading-custom-ranking
	).has-st-icon-download::before {
	content: "\f019";
}

[class*="is-style-st-heading-custom-"]:not(
		.is-style-st-heading-custom-hoge
	):not(.is-style-st-heading-custom-test):not(
		.is-style-st-heading-custom-count
	):not(.is-style-st-heading-custom-attention):not(
		.is-style-st-heading-custom-check
	):not(.is-style-st-heading-custom-question):not(
		.is-style-st-heading-custom-answer
	):not(.is-style-st-heading-custom-step):not(
		.is-style-st-heading-custom-ranking
	).has-st-icon-twitter::before {
	content: "\e92c";
}

[class*="is-style-st-heading-custom-"]:not(
		.is-style-st-heading-custom-hoge
	):not(.is-style-st-heading-custom-test):not(
		.is-style-st-heading-custom-count
	):not(.is-style-st-heading-custom-attention):not(
		.is-style-st-heading-custom-check
	):not(.is-style-st-heading-custom-question):not(
		.is-style-st-heading-custom-answer
	):not(.is-style-st-heading-custom-step):not(
		.is-style-st-heading-custom-ranking
	).has-st-icon-facebook-square::before {
	content: "\f082";
}

[class*="is-style-st-heading-custom-"]:not(
		.is-style-st-heading-custom-hoge
	):not(.is-style-st-heading-custom-test):not(
		.is-style-st-heading-custom-count
	):not(.is-style-st-heading-custom-attention):not(
		.is-style-st-heading-custom-check
	):not(.is-style-st-heading-custom-question):not(
		.is-style-st-heading-custom-answer
	):not(.is-style-st-heading-custom-step):not(
		.is-style-st-heading-custom-ranking
	).has-st-icon-youtube-play::before {
	content: "\f16a";
}

[class*="is-style-st-heading-custom-"]:not(
		.is-style-st-heading-custom-hoge
	):not(.is-style-st-heading-custom-test):not(
		.is-style-st-heading-custom-count
	):not(.is-style-st-heading-custom-attention):not(
		.is-style-st-heading-custom-check
	):not(.is-style-st-heading-custom-question):not(
		.is-style-st-heading-custom-answer
	):not(.is-style-st-heading-custom-step):not(
		.is-style-st-heading-custom-ranking
	).has-st-icon-amazon::before {
	content: "\f270";
}

[class*="is-style-st-heading-custom-"]:not(
		.is-style-st-heading-custom-hoge
	):not(.is-style-st-heading-custom-test):not(
		.is-style-st-heading-custom-count
	):not(.is-style-st-heading-custom-attention):not(
		.is-style-st-heading-custom-check
	):not(.is-style-st-heading-custom-question):not(
		.is-style-st-heading-custom-answer
	):not(.is-style-st-heading-custom-step):not(
		.is-style-st-heading-custom-ranking
	).has-st-icon-instagram::before {
	content: "\e903";
}

[class*="is-style-st-heading-custom-"]:not(
		.is-style-st-heading-custom-hoge
	):not(.is-style-st-heading-custom-test):not(
		.is-style-st-heading-custom-count
	):not(.is-style-st-heading-custom-attention):not(
		.is-style-st-heading-custom-check
	):not(.is-style-st-heading-custom-question):not(
		.is-style-st-heading-custom-answer
	):not(.is-style-st-heading-custom-step):not(
		.is-style-st-heading-custom-ranking
	).has-st-icon-line::before {
	content: "\e912";
}

/*--------------------------------
ブロックスタイル リスト
---------------------------------*/

/* タイムライン（カウント） */
.is-style-st-timeline-count {
	list-style: none;
	position: relative;
	counter-reset: st-list-timeline-section;
	margin-left: 1.5em;
}

.is-style-st-timeline-count::after {
	content: "";
	border-left: 2px solid #ccc;
	position: absolute;
	height: calc(100% - 1.5em);
	top: 0.2em;
	left: 0;
	margin-top: 0.5em;
	opacity: 0.3;
}

.has-background.is-style-st-timeline-count::after,
.has-st-border.is-style-st-timeline-count::after {
	top: 1.7em;
	height: calc(100% - 5em);
	left: 2.5em;
    left: calc(var(--timeline-left) - 1px);
}

.has-background.is-style-st-timeline-count.has-huge-font-size::after,
.has-st-border.is-style-st-timeline-count.has-large-font-size::after,
.has-background.is-style-st-timeline-count::after,
.has-st-border.is-style-st-timeline-count::after {
    top: 2.5em;
}

.is-style-st-timeline-count > li::before {
	position: absolute;
	border-radius: 50%;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
	text-align: center;
	font-weight: normal;
	margin-top: -4px;
	background: #f3f3f3;
	color: #333;
	content: counters(st-list-timeline-section, "");
	z-index: 1;
	border: 4px solid #fff;
	left: calc(-4px + -0.75em);
	transform: scale(0.9);
}

.is-style-st-timeline-count > li:first-child {
	padding-top: 0;
}

.is-style-st-timeline-count > li:last-child {
	margin-bottom: 0;
}

.is-style-st-timeline-count > li {
	counter-increment: st-list-timeline-section;
	list-style-type: none;
	padding-left: 1.2em;
	position: relative;
}

.is-style-st-timeline-count li {
	text-align: left;
	border: 0;
	text-indent: 0;
}

.is-style-st-timeline-count li::marker {
	color: #dedede;
}

/* タイムライン（リスト） */
.is-style-st-timeline-list {
	list-style: none;
	position: relative;
	margin-left: 1.5em;
}

.is-style-st-timeline-list::after {
	content: "";
	border-left: 1px solid #ccc;
	position: absolute;
	height: calc(100% - 1em);
	top: 0.5em;
	left: 0;
	margin-top: 0;
	opacity: 0.3;
}

.is-style-st-timeline-list > li::before {
	position: absolute;
	border-radius: 50%;
	width: 1em;
	height: 1em;
	line-height: 1em;
	text-align: center;
	font-weight: normal;
	padding-right: 0;
	background: #f3f3f3;
	color: #333;
	content: "";
	z-index: 1;
	border: 4px solid #fff;
	left: calc(-4px - 0.5em);
	transform: scale(0.9);
}

.is-style-st-timeline-list > li:first-child {
	padding-top: 0;
}

.is-style-st-timeline-list > li:last-child {
	margin-bottom: 0;
}

.is-style-st-timeline-list > li {
	counter-increment: st-list-timeline-section;
	list-style-type: none;
	padding-left: 1.2em;
	position: relative;
}

.is-style-st-timeline-list li {
	text-align: left;
	border: 0;
	text-indent: 0;
}

.is-style-st-timeline-list ol,
.is-style-st-timeline-list ul,
.post
	.is-style-st-timeline-list
	ul:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(
		.st-pvm-nav-list
	) {
	padding-bottom: 0;
}

.is-style-st-timeline-list li::marker {
	color: #dedede;
}

/* ボーダー・背景色あり */
.is-style-st-timeline-list.has-background::after,
.is-style-st-timeline-list.has-st-border::after {
	height: calc(100% - 3.5em);
	top: 2em;
	left: 2.5em;
    left: calc(var(--timeline-left) - 1px);
}

/*--------------------------------
ブロックスタイル 段落
---------------------------------*/

/* 基本 */
[class^="is-style-st-paragraph-"],
[class*=" is-style-st-paragraph-"] {
	display: flex;
	position: relative;
	padding: 1em 1.2em;
	align-items: center;
}

[class^="is-style-st-paragraph-"].has-text-align-center,
[class*=" is-style-st-paragraph-"].has-text-align-center {
	justify-content: center;
	text-align: center;
}

[class^="is-style-st-paragraph-"].has-text-align-right,
[class*=" is-style-st-paragraph-"].has-text-align-right {
	justify-content: flex-end;
	text-align: right;
}

.st-noflex {
	display: inline-block;
}

.svg-label-slash {
	display: inline-flex;
	align-items: center;
	gap: 0.35em;
	--svg-label-slash-stroke-width: 3;
}

.svg-label-slash svg {
	width: 1.4em;
	min-width: 1.4em;
	height: 0.7em;
}

.svg-label-slash__l {
	transform: rotate(70deg);
}

.svg-label-slash__r {
	transform: rotate(-70deg);
}

.svg-label-slash line {
	stroke: currentColor;
	stroke-width: var(--svg-label-slash-stroke-width);
	fill: none;
}

/* ライン */
.svg-label-line {
	display: inline-flex;
	align-items: center;
	gap: 0.6em;
	--svg-label-line-stroke-width: 1.5;
}

.svg-label-line svg {
	width: 1em;
	min-width: 1em;
	height: 0.15em;
}

.svg-label-line line {
	stroke: currentColor;
	stroke-width: var(--svg-label-line-stroke-width);
	fill: none;
}

/* フォントサイズ - 基本 */
[class^="is-style-st-paragraph-"]:not(.has-st-regular-font-size):not(
		.is-style-st-paragraph-dotline
	):not(.is-style-st-paragraph-memo):not(.is-style-st-paragraph-kaiwa):not(
		.is-style-st-paragraph-kaiwa-b
	):not(.has-small-font-size):not(.has-large-font-size):not(
		.has-huge-font-size
	):not(.is-style-st-paragraph-slash):not(.is-style-st-paragraph-line),
[class*=" is-style-st-paragraph-"]:not(.has-st-regular-font-size):not(
		.is-style-st-paragraph-dotline
	):not(.is-style-st-paragraph-memo):not(.is-style-st-paragraph-kaiwa):not(
		.is-style-st-paragraph-kaiwa-b
	):not(.has-small-font-size):not(.has-large-font-size):not(
		.has-huge-font-size
	):not(.is-style-st-paragraph-slash):not(.is-style-st-paragraph-line) {
	font-size: 0.9em !important;
	line-height: 1.5 !important;
}

@media print, screen and (max-width: 599px) {
	[class^="is-style-st-paragraph-"]:not(.has-st-regular-font-size):not(
			.is-style-st-paragraph-dotline
		):not(.is-style-st-paragraph-memo):not(.is-style-st-paragraph-kaiwa):not(
			.is-style-st-paragraph-kaiwa-b
		),
	[class*=" is-style-st-paragraph-"]:not(.has-st-regular-font-size):not(
			.is-style-st-paragraph-dotline
		):not(.is-style-st-paragraph-memo):not(.is-style-st-paragraph-kaiwa):not(
			.is-style-st-paragraph-kaiwa-b
		):not(.is-style-st-paragraph-slash):not(.is-style-st-paragraph-line),
	[class^="is-style-st-paragraph-"]:not(
			.has-st-regular-font-size
		).has-st-icon:not(.is-style-st-paragraph-dotline):not(
			.is-style-st-paragraph-memo
		):not(.is-style-st-paragraph-kaiwa):not(.is-style-st-paragraph-kaiwa-b):not(.is-style-st-paragraph-slash):not(.is-style-st-paragraph-line),
	[class*=" is-style-st-paragraph-"]:not(
			.has-st-regular-font-size
		).has-st-icon:not(.is-style-st-paragraph-dotline):not(
			.is-style-st-paragraph-memo
		):not(.is-style-st-paragraph-kaiwa):not(.is-style-st-paragraph-kaiwa-b) {
		font-size: 0.95em;
		line-height: 1.5;
	}
}

.is-style-st-paragraph-bubble::before,
.is-style-st-paragraph-marumozi::before {
	padding-right: 0.5em;
	margin-left: -0.2em;
}

.is-style-st-paragraph-bubble:not(.has-text-color)::before,
.is-style-st-paragraph-marumozi:not(.has-text-color)::before {
	color: #999;
}

/** フォントサイズ - アイコンサイズ */
[class^="is-style-st-paragraph-"]::before,
[class*=" is-style-st-paragraph-"]::before {
	font-family: stsvg;
	order: -2;
	padding: 0 0.8em 0 0;
	font-size: 1.1em;
}

@media print, screen and (max-width: 599px) {
	[class^="is-style-st-paragraph-"]::before,
	[class*=" is-style-st-paragraph-"]::before {
		font-size: 1.2em;
	}
}

/* カスタム */
.is-style-st-paragraph-pen {
	background-color: #fafafa;
}

.is-style-st-paragraph-pen::before {
	content: "\f040";
	border-right: 1px solid #dddddd;
	margin-right: 0.7em;
}

.is-style-st-paragraph-pen:not(.has-text-color)::before {
	color: #999;
}

.is-style-st-paragraph-marumozi.has-st-icon-camera::before,
.is-style-st-paragraph-marumozi.has-st-icon-eye::before,
.is-style-st-paragraph-marumozi.has-st-icon-hand-right::before {
	font-size: 0.9em;
}

/* メモ */
.is-style-st-paragraph-memo-txt {
	background-color: #fafafa;
}

.is-style-st-paragraph-memo-txt::before {
	content: "\f0f6";
	border-right: 1px solid #dddddd;
	margin-right: 0.7em;
}

.is-style-st-paragraph-memo-txt:not(.has-text-color)::before {
	color: #999;
}

/* リンク */
.is-style-st-paragraph-link {
	background-color: #fafafa;
}

.is-style-st-paragraph-link::before {
	content: "\f0c1";
	color: #c2c2c2;
	font-size: 1em;
	border-right: 1px solid #dddddd;
	margin-right: 0.7em;
}

/* チェック */
.is-style-st-paragraph-check {
	background-color: #fff8e1;
}

.is-style-st-paragraph-check::before {
	content: "\f00c";
	color: #ff8f00;
	border-right: 1px solid #ffe082;
	margin-right: 0.7em;
}

/* ポイント */
.is-style-st-paragraph-point {
	background-color: #fff8e1;
}

.is-style-st-paragraph-point::before {
	content: "\f0eb";
	color: #ffa726;
	border-right: 1px solid #ffe082;
	margin-right: 0.7em;
}

/* インフォ */
.is-style-st-paragraph-info-circle {
	background-color: #e1f5fe;
}

.is-style-st-paragraph-info-circle::before {
	content: "\f05a";
	color: #4fc3f7;
	border-right: 1px solid #c0e9fc;
	margin-right: 0.7em;
}

/* 初心者 */
.is-style-st-paragraph-bigginer {
	background-color: #f1f8e9;
}

.is-style-st-paragraph-bigginer::before {
	content: "\e910";
	color: #9ccc65;
	border-right: 1px solid #9ccc65;
	margin-right: 0.7em;
}

/* 注意 */
.is-style-st-paragraph-attention {
	background-color: #ffebee;
}

.is-style-st-paragraph-attention::before {
	content: "\f06a";
	color: #ef5350;
	border-right: 1px solid #f9bdbc;
	margin-right: 0.7em;
}

/* 注意（グレー） */
.is-style-st-paragraph-attention-gray {
	background-color: #fafafa;
}

.is-style-st-paragraph-attention-gray::before {
	content: "\f06a";
	color: #c2c2c2;
	border-right: 1px solid #dddddd;
	margin-right: 0.7em;
}

/* マル */
.is-style-st-paragraph-circle-o {
	background-color: #e1f5fe;
}

.is-style-st-paragraph-circle-o::before {
	content: "\f10c";
	color: #4fc3f7;
	border-right: 1px solid #c0e9fc;
	margin-right: 0.7em;
}

/* バツ */
.is-style-st-paragraph-times {
	background-color: #ffebee;
}

.is-style-st-paragraph-times::before {
	content: "\f00d";
	color: #ef5350;
	border-right: 1px solid #f9bdbc;
	margin-right: 0.7em;
}

/* Like */
.is-style-st-paragraph-thumbs-o-up {
	background-color: #e1f5fe;
}

.is-style-st-paragraph-thumbs-o-up::before {
	content: "\f164";
	color: #4fc3f7;
	border-right: 1px solid #c0e9fc;
	margin-right: 0.7em;
}

/* Bad */
.is-style-st-paragraph-thumbs-o-down {
	background-color: #ffebee;
}

.is-style-st-paragraph-thumbs-o-down::before {
	content: "\f165";
	color: #ef5350;
	border-right: 1px solid #f9bdbc;
	margin-right: 0.7em;
}

/* 簡易会話ふきだし */
.is-style-st-paragraph-kaiwa,
.is-style-st-paragraph-kaiwa-b {
	padding: 0 !important;
	max-width: 100%;
	box-sizing: border-box;
	align-items: flex-start;
}

.is-style-st-paragraph-kaiwa .st-paragraph-kaiwa-text,
.is-style-st-paragraph-kaiwa-b .st-paragraph-kaiwa-text {
	padding: 15px 20px;
	line-height: 1.5;
	background: #f5f5f5;
	margin-left: 15px;
	display: inline-block;
	border-radius: 5px;
	word-break: break-all;
	margin-top: 5px;
}

.is-style-st-paragraph-kaiwa::after,
.is-style-st-paragraph-kaiwa-b::after {
	content: "";
	position: absolute;
	top: 20px !important;
	right: inherit;
	bottom: inherit;
	border: 10px solid transparent;
	border-right-color: #f5f5f5;
	box-shadow: none;
}

.is-style-st-paragraph-kaiwa::before,
.is-style-st-paragraph-kaiwa-b::before {
	content: "";
	display: inline-block;
	width: 60px;
	min-width: 60px;
	height: 60px;
	background-size: cover;
	vertical-align: middle;
	top: 0 !important;
	left: 0 !important;
	border-radius: 50%;
	padding-right: 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	/* Webkit */
	.is-style-st-paragraph-kaiwa::before,
	.is-style-st-paragraph-kaiwa-b::before {
		image-rendering: -webkit-optimize-contrast;
		image-rendering: crisp-edges;
	}
}

/* 簡易会話 Sサイズ */
.is-style-st-paragraph-kaiwa.has-small-font-size::before,
.is-style-st-paragraph-kaiwa-b.has-small-font-size::before {
	width: 50px;
	min-width: 50px;
	height: 50px;
	border-radius: 0;
	border: none;
}

.is-style-st-paragraph-kaiwa.has-small-font-size .st-paragraph-kaiwa-text,
.is-style-st-paragraph-kaiwa-b.has-small-font-size .st-paragraph-kaiwa-text {
	padding: 10px 15px;
	margin-left: 13px;
}

.is-style-st-paragraph-kaiwa.has-small-font-size::after,
.is-style-st-paragraph-kaiwa-b.has-small-font-size::after {
	left: 50px !important;
	top: 17px !important;
	border: 7px solid transparent;
	border-right-color: #f5f5f5;
}

.is-style-st-paragraph-kaiwa.has-small-font-size:not(.stop)::before,
.is-style-st-paragraph-kaiwa-b.has-small-font-size:not(.stop)::before {
	animation: none;
}

/** ミニサイズ */
.mini.is-style-st-paragraph-kaiwa::before,
.mini.is-style-st-paragraph-kaiwa-b::before {
	width: 40px;
	min-width: 40px;
	height: 40px;
}

.mini.is-style-st-paragraph-kaiwa .st-paragraph-kaiwa-text,
.mini.is-style-st-paragraph-kaiwa-b .st-paragraph-kaiwa-text {
	padding: 10px;
	margin-left: 5px;
	margin-top: 10px;
	font-size: 0.8em;
	line-height: 1em;
}

.mini.is-style-st-paragraph-kaiwa::after,
.mini.is-style-st-paragraph-kaiwa-b::after {
	left: 35px !important;
	border-left: 5px solid transparent;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right-width: 5px;
	top: 50%;
}

/* 付箋 */
.is-style-st-paragraph-memo {
	background-color: #fffde7;
	padding: 20px 30px;
	border: 0;
	border-radius: 0;
}

.is-style-st-paragraph-memo::before {
	content: "";
	border-style: solid;
	margin-right: 0 !important;
	border-color: transparent;
	border-right: 15px solid #fff !important;
	border-width: 0 15px 15px 0;
	position: absolute;
	top: 0;
	left: inherit;
	right: 0;
	width: 0;
	height: 0;
	z-index: 2;
}

.is-style-st-paragraph-memo::after {
	content: "";
	border-style: solid;
	border-color: transparent #fff #1a1a1a transparent;
	border-width: 0 15px 15px 0;
	position: absolute;
	top: 0;
	left: inherit;
	right: 0;
	width: 0;
	height: 0;
	opacity: 0.1;
	z-index: 3;
}

/* 囲みドット */
.is-style-st-paragraph-dotline {
	background-color: #fce4ec;
	box-shadow: 0px 0px 0px 7px #fce4ec;
	padding: 1.5em;
	border: 2px dashed rgba(255, 255, 255, 0.7);
	margin-left: 7px;
	margin-right: 7px;
	box-sizing: border-box;
}

/* ペン, ふきだし, まるもじ, 簡易ボタン (アイコンあり) */
/** カラーパレット（文字色）選択時のアイコン */
[class*="is-style-st-paragraph-"].has-st-icon-pencil::before {
	content: "\f040";
}

[class*="is-style-st-paragraph-"].has-st-icon-file-text-o::before {
	content: "\f0f6";
}

[class*="is-style-st-paragraph-"].has-st-icon-check::before {
	content: "\f00c";
}

[class*="is-style-st-paragraph-"].has-st-icon-exclamation-circle::before {
	content: "\f06a";
}

[class*="is-style-st-paragraph-"].has-st-icon-question-circle::before {
	content: "\f059";
}

[class*="is-style-st-paragraph-"].has-st-icon-link::before {
	content: "\f0c1";
}

[class*="is-style-st-paragraph-"].has-st-icon-search::before {
	content: "\f002";
}

[class*="is-style-st-paragraph-"].has-st-icon-eye::before {
	content: "\f06e";
}

[class*="is-style-st-paragraph-"].has-st-icon-camera::before {
	content: "\f030";
}

[class*="is-style-st-paragraph-"].has-st-icon-gift::before {
	content: "\f06b";
}

[class*="is-style-st-paragraph-"].has-st-icon-heart::before {
	content: "\f004";
}

[class*="is-style-st-paragraph-"].has-st-icon-user::before {
	content: "\f007";
}

[class*="is-style-st-paragraph-"].has-st-icon-comment::before {
	content: "\f075";
}

[class*="is-style-st-paragraph-"].has-st-icon-lightbulb::before {
	content: "\e915";
}

[class*="is-style-st-paragraph-"].has-st-icon-bullhorn::before {
	content: "\f0a1";
}

[class*="is-style-st-paragraph-"].has-st-icon-diamond::before {
	content: "\f219";
}

[class*="is-style-st-paragraph-"].has-st-icon-oukan::before {
	content: "\e908";
}

[class*="is-style-st-paragraph-"].has-st-icon-bigginer_l::before {
	content: "\e910";
}

[class*="is-style-st-paragraph-"].has-st-icon-info-circle::before {
	content: "\f05a";
}

[class*="is-style-st-paragraph-"].has-st-icon-circle-o::before {
	content: "\f10c";
}

[class*="is-style-st-paragraph-"].has-st-icon-times::before {
	content: "\f00d";
}

[class*="is-style-st-paragraph-"].has-st-icon-thumbs-up::before {
	content: "\f164";
}

[class*="is-style-st-paragraph-"].has-st-icon-thumbs-down::before {
	content: "\f165";
}

[class*="is-style-st-paragraph-"].has-st-icon-hand-right::before {
	content: "\e974";
}

[class*="is-style-st-paragraph-"].has-st-icon-emotion-smile::before {
	content: "\e91b";
}

[class*="is-style-st-paragraph-"].has-st-icon-emotion-meh::before {
	content: "\e91a";
}

[class*="is-style-st-paragraph-"].has-st-icon-emotion-frown::before {
	content: "\e919";
}

[class*="is-style-st-paragraph-"].has-st-icon-clock-o::before {
	content: "\f017";
}

[class*="is-style-st-paragraph-"].has-st-icon-folder::before {
	content: "\f07b";
}

[class*="is-style-st-paragraph-"].has-st-icon-shopping-cart::before {
	content: "\f217";
}

[class*="is-style-st-paragraph-"].has-st-icon-download::before {
	content: "\f019";
}

[class*="is-style-st-paragraph-"].has-st-icon-twitter::before {
	content: "\e92c";
}

[class*="is-style-st-paragraph-"].has-st-icon-facebook-square::before {
	content: "\f082";
}

[class*="is-style-st-paragraph-"].has-st-icon-youtube-play::before {
	content: "\f16a";
}

[class*="is-style-st-paragraph-"].has-st-icon-amazon::before {
	content: "\f270";
}

[class*="is-style-st-paragraph-"].has-st-icon-instagram::before {
	content: "\e903";
}

[class*="is-style-st-paragraph-"].has-st-icon-line::before {
	content: "\e912";
}

/* ふきだし */
:root .is-style-st-paragraph-bubble,
:root .is-style-st-paragraph-bubble.has-background {
	position: relative;
	background: #f3f3f3;
	color: #1a1a1a;
	line-height: 1.4;
	margin-bottom: 20px;
	padding: 0.6em 1em;
	width: fit-content;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	z-index: 0;
}

.is-style-st-paragraph-bubble.has-st-border {
	border-style: solid;
}

.is-style-st-paragraph-bubble::after {
	content: "";
	position: absolute;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #f3f3f3;
	top: 100%;
	left: 2em;
	right: inherit;
	padding: 0;
	margin-right: 0;
}

/* テキスト寄せ */
.is-style-st-paragraph-bubble.has-text-align-center {
	margin-left: auto;
	margin-right: auto;
}

.is-style-st-paragraph-bubble.has-text-align-center::after {
	left: 50%;
}

.wp-block-group.is-st-justify-center
	.wp-block-group__inner-container
	.is-style-st-paragraph-bubble::after {
	left: 50%;
}

.is-style-st-paragraph-bubble.has-text-align-right {
	margin-left: auto !important;
	margin-right: 0;
}

/** 枠線あり */
.is-style-st-paragraph-bubble.has-st-border::after {
	content: "";
	position: absolute;
	margin-left: -2px;
	border: 12px solid transparent;
	border-top: 12px solid #eee;
	top: 100%;
	left: 1.5em;
	padding: 0;
	margin-right: 0;
	z-index: -1;
}

.is-style-st-paragraph-bubble.has-st-thick-border-width::after {
	margin-left: -7px;
	border-width: 16px;
}

/* まるもじ */
.is-style-st-paragraph-marumozi {
	line-height: 1.5;
	width: fit-content;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	background: #f3f3f3;
	border-radius: 1.4em !important;
	z-index: 1;
}

.is-style-st-paragraph-marumozi,
.is-style-st-paragraph-marumozi.has-background {
	padding: 0.5em 1.4em;
	margin-bottom: 20px;
}

.is-style-st-paragraph-marumozi::before {
	content: none;
}

.is-style-st-paragraph-marumozi::after {
	content: none;
	border: none;
}

/* テキスト寄せ */
.is-style-st-paragraph-marumozi.has-text-align-center {
	margin-left: auto;
	margin-right: auto;
}

.is-style-st-paragraph-marumozi.has-text-align-right {
	margin-left: auto;
	margin-right: 0;
}

/* バナー風ボックス内 */
.st-header-flexwrap:not(.st-flexbox-left)
	.st-header-flexbox
	.is-style-st-paragraph-marumozi {
	margin-left: auto;
	margin-right: auto;
}

/* 簡易ボタン */
.is-style-st-paragraph-button {
	display: flex;
	width: fit-content;
	width: -webkit-fit-content;
	padding: 0.5em 1em 0.5em 1.2em !important;
	border-radius: 999px !important;
	background-color: #f44336;
	color: #fff;
	margin-left: 0;
	line-height: 1.5em;
	box-shadow: 0 0 5px #ccc;
	align-items: center;
	word-break: break-all;
}

.is-style-st-paragraph-button.has-background {
	padding: 0.5em 1em 0.5em 1.2em !important;
}

.is-style-st-paragraph-button::before {
	content: none;
}

.is-style-st-paragraph-button::after {
	content: "\f054";
	font-family: stsvg;
	position: relative;
	top: inherit;
	left: inherit;
	height: inherit;
	padding-left: 0.7em;
	font-size: 0.8em;
	opacity: 0.5;
	border: none;
}

.is-style-st-paragraph-button a {
	color: #fff;
	text-decoration: none;
	line-height: 1.5em;
}

.is-style-st-paragraph-button:hover {
	opacity: 0.8;
	box-shadow: none;
}

/* テキスト寄せ */
.is-style-st-paragraph-button.has-text-align-center {
	margin-left: auto;
	margin-right: auto;
}

.is-style-st-paragraph-button.has-text-align-right {
	margin-left: auto;
	margin-right: 0;
}

/* バナー風ボックス内 */
.st-header-flexwrap:not(.st-flexbox-left)
	.st-header-flexbox
	.is-style-st-paragraph-button {
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------
ブロックスタイル デフォルト
---------------------------------*/

.is-style-default::before {
	content: none;
}

.is-style-default {
	background-color: transparent;
}

.is-style-default::after {
	content: none;
}

/*--------------------------------
ブロックスタイル カラム
---------------------------------*/
.wp-block-column > *:last-child,
.wp-block-column
	.wp-block-st-blocks-flexbox.st-flexbox-link
	.st-header-flexwrap:last-child {
	margin-bottom: 0;
}

.wp-block-columns.is-st-fixed-columns {
	flex-wrap: nowrap;
}

.wp-block-columns.gap-0 {
	gap: 0 !important;
}

.wp-block-columns.st-columns-gap-1rem {
	gap: 1rem !important;
}

.wp-block-columns.st-columns-gap-15 {
	gap: 1.5rem !important;
}

.wp-block-columns.st-columns-gap-20 {
	gap: 2rem !important;
}

.wp-block-columns {
	margin-bottom: 20px;
}

.gap-0 {
	gap: 0 !important;
}

@media only screen and (max-width: 600px) {
	.wp-block-columns:not(.is-st-fixed-columns):not(.is-not-stacked-on-mobile) {
		flex-direction: column;
	}
	.wp-block-columns:not(.is-st-fixed-columns):not(.is-not-stacked-on-mobile)
		.wp-block-column:last-child {
		margin-bottom: 0;
	}
	.wp-block-columns:not(.is-st-fixed-columns):not(.is-not-stacked-on-mobile)
		.wp-block-column {
		width: 100%;
		box-sizing: border-box;
		margin-left: 0;
	}
}

/* カラムブロックを横スクロールする */
.wp-block-columns.scroll-x {
	flex-direction: row !important;
	flex-wrap: inherit !important;
	overflow-x: auto;
	min-width: 100%;
	display: flex;
}

.wp-block-columns.scroll-x > .wp-block-column {
	flex-basis: 100% !important;
	margin-bottom: 10px !important;
}

.wp-block-columns.scroll-x .wp-block-column {
	min-width: 100%;
}

/* カラムブロックを2列で横スクロールする */
.wp-block-columns.scroll-x.w50 > .wp-block-column {
	min-width: calc(50% - 5px);
	flex-basis: calc(50% - 5px) !important;
}

.wp-block-columns.scroll-x.w50 > .wp-block-column:not(:first-child) {
	margin-left: 10px !important;
}

/* カラムブロックを80%で横スクロールする */
.scroll-x-80-wrapper {
	overflow-x: scroll;
	white-space: nowrap;
	width: 100%;
}

.scroll-x-80-wrapper .wp-block-columns.scroll-x-80 {
	display: inline-block;
}

.scroll-x-80-wrapper .wp-block-column {
	width: 80%;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	white-space: normal;
	overflow: hidden;
}

/*--------------------------------
ブロックスタイル ギャラリー
---------------------------------*/
ul.blocks-gallery-grid li.blocks-gallery-item,
.post ul.blocks-gallery-grid li.blocks-gallery-item {
	padding-bottom: 0;
	line-height: inherit;
	font-size: 0.9em;
}

ul.blocks-gallery-grid,
.post
	ul.blocks-gallery-grid:not(.toc_list):not(.st_toc_list):not(.children):not(
		.slick-dots
	):not(.st-pvm-nav-list) {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-bottom: 20px;
}

/*--------------------------------
バナー風ボックス
---------------------------------*/
.wp-block-st-blocks-flexbox.st-header-flexwrap,
.wp-block-st-blocks-flexbox.st-flexbox-link .st-header-flexwrap {
	margin-bottom: 0;
}

/*--------------------------------
レビューブロック
---------------------------------*/
.wp-block-st-blocks-st-review {
	margin-bottom: 20px;
}

/*--------------------------------
タイムラインブロック
---------------------------------*/
.wp-block-st-blocks-timeline {
	margin-bottom: 20px;
}

/*--------------------------------
スライドブロック
---------------------------------*/	
.wp-block-st-blocks-slide-content {
	margin-bottom: 20px;
}

/*--------------------------------
スライドブロック
---------------------------------*/
.wp-block-st-blocks-st-slidebox.st-slidebox-c {
	padding: 0;
	background-color: transparent;
}

.wp-block-st-blocks-st-slidebox.st-slidebox-c.has-st-background,
.wp-block-st-blocks-st-slidebox.st-slidebox-c.has-st-border {
	padding: 15px;
}

.wp-block-st-blocks-st-slidebox.st-slidebox-c .st-btn-open i {
	opacity: 0.8;
}

/*media Queries スマホとタブレットサイズ（959px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 959px) {
	/* 検索オーバレイ */
	#content-w {
		position: relative;
		z-index: 0;
	}

	.s-navi-active body,
	.s-navi-search-active body {
		position: fixed;
		width: 100%;
		height: 100%;
	}

	#st-ami {
		position: relative;
		transition: all 0.3s;
		left: 0;
		min-height: 100vh;
		min-height: 100dvh;
	}

	.s-navi-active #st-ami {
		left: 250px; /* スライドメニューの幅 */
	}

	.s-navi-search-slide.s-navi-search-active #st-ami {
		left: -250px; /* スライドメニューの幅 */
	}

	/* スライドメニュー: 右表示 */
	.s-navi-active.s-navi-right #st-ami {
		left: -250px; /* スライドメニューの幅 */
	}

	.s-navi-search-slide.s-navi-search-active.s-navi-right #st-ami {
		left: 250px; /* スライドメニューの幅 */
	}

	/* スライドメニュー（ヘッダー画像下ウィジェット） */
	.st-header-under-widgets .slider:not(.is-center-mode) {
		padding-left: 15px;
		padding-right: 15px;
	}

	#side aside {
		clear: both;
		float: none;
		width: auto;
		position: static;
		padding-top: 10px;
	}

	/*SNSボタン*/
	.sns .st-fa,
	.sns .fa {
		font-size: 20px;
	}

	.sns li a {
		box-sizing: border-box;
		height: 48px;
		padding: 10px 15px;
	}

	/*--------------------------------
	ウィジェットオリジナルボタン
	---------------------------------*/

	/* RSS購読するボタン */
	.rssbox a,
	.st-originalbtn {
		padding: 10px 15px;
	}

	.originalbtn-bold {
		font-weight: bold;
		font-size: 120%;
	}

	.btnwebfont i {
		font-size: 120%;
	}

	.btnwebfont svg {
		display: inline-block;
		width: 1.2em;
		height: 1.2em;
		vertical-align: middle;
		fill: currentColor;
	}

	/* フッターウィジェット */
	#footer .headbox .textwidget {
		display: inline-block;
		padding: 10px 20px;
		border-radius: 3px;
		margin: 0 auto 10px;
		background: #ccc;
		max-width: 100%;
		box-sizing: border-box;
	}

	#footer .headbox {
		text-align: center;
	}

	#footer .headbox p {
		font-size: 0.9em;
		line-height: 1.2;
		text-align: center;
		margin-bottom: 0;
	}

	/*-- ここまで --*/
}

/*media Queries タブレットサイズ（600px～959px）のみで適応したいCSS -タブレットのみ
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 959px) {
	.tabnone {
		display: none;
	}

	.s-navi-active #st-ami {
		left: 320px; /* スライドメニューの幅 */
	}

	.s-navi-search-slide.s-navi-search-active #st-ami {
		left: -320px; /* スライドメニューの幅 */
	}

	/* スライドメニュー: 右表示 */
	.s-navi-active.s-navi-right #st-ami {
		left: -320px; /* スライドメニューの幅 */
	}

	.s-navi-search-slide.s-navi-search-active.s-navi-right #st-ami {
		left: 320px; /* スライドメニューの幅 */
	}

	/*SNSボタン*/
	.sns .st-fa,
	.sns .fa {
		font-size: 25px;
	}

	.sns li a {
		box-sizing: border-box;
		height: 58px;
		padding: 15px 20px;
	}

	/*--------------------------------
	サイドバー固定ページ用のナビ
	---------------------------------*/

	/*aタグの第一階層*/
	#side aside .st-pagelists ul li a {
		padding: 15px 20px;
	}

	/*aタグの第二階層*/
	#side aside .st-pagelists .sub-menu a {
		padding: 15px 20px;
	}

	/*aタグの第三階層*/
	#side aside .st-pagelists .sub-menu .sub-menu a {
		padding: 15px 20px;
	}

	/*最下部 */
	:root #side aside .st-pagelists > ul > li:last-child {
		border-bottom: none;
	}

	/*--------------------------------
	スライドメニュー
	---------------------------------*/

	#s-navi dd.acordion_tree {
		width: 320px; /* スライドメニューの幅 */
		left: -320px; /* スライドメニューの幅 */
	}

	.s-navi-search-slide #s-navi dd.acordion_search {
		width: 320px; /* スライドメニューの幅 */
		right: -320px; /* スライドメニューの幅 */
	}

	/* メニューオープン時 */
	.s-navi-active #s-navi dl.acordion {
		left: 320px; /* スライドメニューの幅 */
	}

	.s-navi-search-slide.s-navi-search-active #s-navi dl.acordion {
		left: -320px; /* スライドメニューの幅 */
	}

	/* 右表示 */
	.s-navi-right #s-navi dd.acordion_tree {
		left: auto;
		right: -320px; /* スライドメニューの幅 */
	}

	.s-navi-search-slide.s-navi-right #s-navi dd.acordion_search {
		left: -320px;
		right: auto; /* スライドメニューの幅 */
	}

	.s-navi-active.s-navi-right #s-navi dl.acordion {
		left: -320px; /* スライドメニューの幅 */
	}

	.s-navi-search-slide.s-navi-search-active.s-navi-right #s-navi dl.acordion {
		left: 320px; /* スライドメニューの幅 */
	}

	#s-navi dt.trigger {
		height: 58px;
	}

	.trigger .fa:not(.st-svg-bars) {
		font-size: 25px;
	}

	.op-text,
	.op-text a,
	.op-text2,
	.op-text2 a {
		padding: 10px 0;
		margin: 0 0 0 7px;
	}

	/*スマホロゴタイトル*/
	#st-mobile-logo {
		padding: 15px 20px;
		line-height: 30px;
		font-size: 25px;
	}

	/*スライドメニューボタン*/
	#s-navi dt.trigger .op {
		font-size: 30px;
		width: 66px;
		height: 58px;
	}

	#s-navi dt.trigger .op.has-text .fa::after {
		margin-top: 4px;
	}

	/*スライドメニュー追加ボタン1*/
	#s-navi dt.trigger .op-st {
		box-sizing: border-box;
		padding: 9px 20px;
		overflow: hidden;
		height: 58px;
	}

	/*スライドメニュー追加ボタン2*/
	#s-navi dt.trigger .op-st2 {
		box-sizing: border-box;
		padding: 9px 20px;
		overflow: hidden;
		height: 58px;
	}

	/*メニュー*/
	.acordion_tree ul.menu li,
	#s-navi dd.acordion_search .acordion_search_content {
		font-size: 20px;
	}

	.acordion_tree ul.menu li a {
		padding: 15px 20px;
	}

	/* 子孫メニュー */
	.acordion_tree ul.menu li .sub-menu a {
		padding-left: 40px;
	}

	.acordion_tree ul.menu li .sub-menu .sub-menu a {
		padding-left: 60px;
	}

	.acordion_tree ul.menu li .sub-menu .sub-menu .sub-menu a {
		padding-left: 80px;
	}

	/*--------------------------------
	フッターメニュー
	---------------------------------*/
	/* スライドメニュー: オープン時 */
	.s-navi-active #st-footermenubox {
		left: 320px; /* スライドメニューの幅 */
	}

	.s-navi-search-slide.s-navi-search-active #st-footermenubox {
		left: -320px; /* スライドメニューの幅 */
	}

	/* スライドメニュー: 右表示 */
	.s-navi-active.s-navi-right #st-footermenubox {
		left: -320px; /* スライドメニューの幅 */
	}

	.s-navi-search-slide.s-navi-search-active.s-navi-right #st-footermenubox {
		left: 320px; /* スライドメニューの幅 */
	}

	/*--------------------------------
	PAGE TOP
	---------------------------------*/

	#page-top:not(.page-top-img) a {
		width: 100px;
		height: 100px;
	}

	#page-top .st-svg-angle-up::before {
		font-size: 30px;
	}

	/*-- ここまで --*/
}

/*media Queries タブレット（600px）以上で適応したいCSS -タブレット・PC
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) {
	/*--------------------------------
	各フォント設定
	---------------------------------*/

	/*基本のフォントサイズ*/
	pre,
	.wp-block-details summary,
	.st-sales-card__body, /* セールスカード */
	p, /* テキスト */
	.wp-block-st-blocks-stepguide.has-step-title-p, /* ステップガイド */
	.st-kaiwa-hukidashi, /* ふきだし */
	.st-kaiwa-hukidashi2, /* ふきだし */
	.yellowbox, /* 黄色ボックス */
	.graybox, /* グレーボックス */
	.redbox, /* 薄赤ボックス */
	.post ul li, /* ulリスト */
	.post ol li, /* olリスト */
	.st-tab-content > label, /* タブ */
	.st-tabs__tab-list-item /* タブブロック */ {
		font-size: var(--fs-p);
		line-height: var(--lh-p);
	}

	.st-tabs__tab-list-item {
		/* タブブロック */
		line-height: 30px !important;
	}

	/*記事タイトル*/
	.entry-title:not([class^="is-style-st-heading-custom-"]):not(
			[class*=" is-style-st-heading-custom-"]
		):not(.st-css-no2),
	.post
		.entry-title:not([class^="is-style-st-heading-custom-"]):not(
			[class*=" is-style-st-heading-custom-"]
		):not(.st-css-no2) {
		font-size: var(--fs-title);
		line-height: var(--lh-title);
	}

	/* H2 */
	h2.has-st-regular-font-size,
	.h2modoki,
	.wp-block-st-blocks-stepguide.has-step-title-h2,
	h2:not([class^="is-style-st-heading-custom-"]):not(
			[class*=" is-style-st-heading-custom-"]
		):not(.st-css-no2) {
		font-size: var(--fs-h2);
		line-height: var(--lh-h2);
	}

	/* H3 */
	.post .entry-content .has-h3 .st-faq__question,
	.wp-block-st-blocks-stepguide.has-step-title-h3,
	.post h3.has-st-regular-font-size,
	.post h3:not(.st-css-no2):not(.rankh3):not(.post-card-title):not(#reply-title),
	.h3modoki,
	.st-step-title {
		font-size: var(--fs-h3);
		line-height: var(--lh-h3);
	}

	/* H4 */
	.post .has-h4 .st-faq__question,
	.post h4.has-st-regular-font-size,
	.wp-block-st-blocks-stepguide.has-step-title-h4,
	.post h4:not(.st-css-no2):not(.point):not(.rankh4),
	.h4modoki {
		font-size: var(--fs-h4);
		line-height: var(--lh-h4);
	}

	/* H5 */
	.post h5.has-st-regular-font-size,
	h5,
	h5 span,
	.h5modoki,
	.post h5 {
		font-size: var(--fs-h5);
		line-height: var(--lh-h5);
	}

	/* H6 */
	.post h6.has-st-regular-font-size,
	h6,
	h6 span,
	.h6modoki,
	.post h6 {
		font-size: var(--fs-h6);
		line-height: var(--lh-h6);
	}

	header {
		text-align: left;
	}

	#headbox {
		padding: 0 10px 10px;
		margin: 0;
		text-align: center;
	}

	#header-l img {
		margin: 0 auto;
	}

	.sitename img {
		max-width: 100%;
		margin: 0;
	}

	main {
		background-color: #fff;
		padding: 20px 30px;
		padding-right: calc(constant(safe-area-inset-right) + 10px); /* iPhoneX */
		padding-left: calc(constant(safe-area-inset-left) + 10px); /* iPhoneX */
	}

	.st-eyecatch {
		margin: -20px -30px 10px;
	}

	.is-style-st-eyecatch-width,
	.st-eyecatch-width {
		margin: 0 -30px 20px;
	}

	.st-eyecatch.st-eyecatch-under {
		margin-top: 0;
		margin-bottom: 30px;
	}

	/*アイキャッチのない場合（トップ）
	-----------------------------*/
	.nowhits .pop-box {
		margin: -20px 0 20px;
	}

	/*任意のおすすめ記事トップのアイキャッチあり*/
	.st-eyecatch + .nowhits .pop-box,
	.nowhits-eye .pop-box {
		margin: -11px 0 20px;
	}

	/* LPワイド */
	.colum1.st-lp-wide .st-lp-wide-wrapper {
		margin: 0 -30px 0;
		padding: 30px 30px 10px;
	}

	/*--------------------------------
	フリーのウィジェットボックス
	---------------------------------*/
	.freebox {
		font-size: 18px;
		line-height: 28px;
	}

	/*--------------------------------
	各フォント設定
	---------------------------------*/

	p,
	.post h5 {
		margin-bottom: 20px;
	}

	dd p {
		margin-bottom: 5px;
	}

	/*記事タイトル*/
	.entry-title:not([class^="is-style-st-heading-custom-"]):not(
			[class*=" is-style-st-heading-custom-"]
		):not(.st-css-no2),
	.post
		.entry-title:not([class^="is-style-st-heading-custom-"]):not(
			[class*=" is-style-st-heading-custom-"]
		):not(.st-css-no2) {
		color: #333;
		margin-bottom: 10px;
	}

	.h2modoki::after,
	h2:not([class^="is-style-st-heading-custom-"]):not(
			[class*=" is-style-st-heading-custom-"]
		):not(.st-css-no2)::after {
		bottom: -10px;
		left: 50px;
	}

	.h2modoki::before,
	h2:not([class^="is-style-st-heading-custom-"]):not(
			[class*=" is-style-st-heading-custom-"]
		):not(.st-css-no2)::before {
		bottom: -10px;
		left: 50px;
	}

	/*続きを読む（改ページ）*/
	.tuzuki a {
		width: 50%;
	}

	/*続きを読む（ブログカード）*/
	.post p.cardbox-more {
		display: inline-block;
	}

	.kanren:not(.st-cardbox) .clearfix dd p {
		font-size: 16px;
		line-height: 26px;
	}

	/*関連記事タイトルサムネイルなし*/
	.kanren
		.no-thumbitiran
		h3:not([class^="is-style-st-heading-custom-"]):not(
			[class*=" is-style-st-heading-custom-"]
		):not(.st-css-no2) {
		font-size: 16px;
		line-height: 26px;
	}

	/* 任意記事サムネイルありタイトル名 */
	.kanren.pop-box
		dd
		h5:not([class^="is-style-st-heading-custom-"]):not(
			[class*=" is-style-st-heading-custom-"]
		):not(.st-css-no2),
	#side
		.kanren.pop-box
		dd
		h5:not([class^="is-style-st-heading-custom-"]):not(
			[class*=" is-style-st-heading-custom-"]
		):not(.st-css-no2) {
		font-size: 18px;
		line-height: 27px;
	}

	/*サイドバーの記事タイトル*/
	aside
		h4:not([class^="is-style-st-heading-custom-"]):not(
			[class*=" is-style-st-heading-custom-"]
		):not(.st-css-no2),
	#side
		aside
		h4:not([class^="is-style-st-heading-custom-"]):not(
			[class*=" is-style-st-heading-custom-"]
		):not(.st-css-no2),
	.st-widgets-title:not([class^="is-style-st-heading-custom-"]):not(
			[class*=" is-style-st-heading-custom-"]
		):not(.st-css-no2) {
		font-size: 16px;
	}

	#side aside #mybox ul li ul li {
		font-size: 16px;
		line-height: 26px;
	}

	/* オリジナルスタイルタブレット */
	.yellowbox,
	.redbox,
	.graybox {
		margin-bottom: 20px;
	}

	/*アドセンス*/
	.adbox {
		margin: 0;
		text-align: left;
	}

	.adbox div {
		margin: 0;
	}

	.middle-ad {
		margin: 0 0 10px;
		text-align: left;
	}

	/*レスポンシブ用PC左右コンテンツ*/
	.responbox .lbox img {
		width: 100%;
		box-sizing: border-box;
	}

	/*30%*/
	.responbox30 .lbox {
		float: left;
		padding-right: 15px;
		width: 30%;
		box-sizing: border-box;
	}

	.responbox30 .rbox {
		float: left;
		box-sizing: border-box;
		width: 70%;
	}

	/*33%*/
	.responbox33 .lbox {
		float: left;
		padding: 5px;
		width: 33.33%;
		box-sizing: border-box;
	}

	/*40%*/
	.responbox .lbox {
		float: left;
		padding-right: 15px;
		width: 40%;
		box-sizing: border-box;
	}

	.responbox .rbox {
		float: left;
		box-sizing: border-box;
		width: 60%;
	}

	.responbox40 .lbox {
		float: left;
		padding-right: 15px;
		width: 40%;
		box-sizing: border-box;
	}

	.responbox40 .rbox {
		float: left;
		box-sizing: border-box;
		width: 60%;
	}

	/*50%*/
	.responbox50 .lbox {
		float: left;
		padding-right: 7px;
		width: 50%;
		box-sizing: border-box;
	}

	.responbox50 .rbox {
		float: left;
		padding-left: 7px;
		box-sizing: border-box;
		width: 50%;
	}

	/*60%*/
	.responbox60 .lbox {
		float: left;
		padding-right: 15px;
		width: 60%;
		box-sizing: border-box;
	}

	.responbox60 .rbox {
		float: left;
		box-sizing: border-box;
		width: 40%;
	}

	/*70%*/
	.responbox70 .lbox {
		float: left;
		padding-right: 15px;
		width: 70%;
		box-sizing: border-box;
	}

	.responbox70 .rbox {
		float: right;
		box-sizing: border-box;
		width: 30%;
	}

	/*--------------------------------
	NEWS（お知らせ）
	---------------------------------*/

	#topnews-box div {
		padding: 0;
	}

	#topnews-box div.rss-bar {
		font-size: 14px;
	}

	#topnews-box .st-news-cat-label {
		font-size: 0.7em;
		margin-inline-end: 0.35em;
	}

	#topnews-box div dl dd a {
		text-decoration: none;
	}

	/*--------------------------------
	一覧記事表示部分
	---------------------------------*/

	#topnews dt {
		float: left;
		width: 150px;
	}

	#topnews dt img {
		width: 100%;
	}

	#topnews dd {
		padding-left: 170px;
	}

	#topnews .clearfix dd h5 {
		font-size: 24px;
		font-weight: bold;
		padding: 0px;
		margin-bottom: 5px;
	}

	#topnews .clearfix dd p {
		font-size: 13px;
		color: #666;
		line-height: 24px;
		margin: 0px;
		padding: 0px;
	}

	#topnews .clearfix dd h5 a {
		color: #333;
		text-decoration: none;
	}

	/*-------------------------------------
	カラム1適用
	--------------------------------------*/

	.colum1 #side {
		display: none;
	}

	.colum1 main {
		margin: 0px -10px 20px;
		padding: 20px 30px;
		padding-right: calc(constant(safe-area-inset-right) + 10px); /* iPhone */
		padding-left: calc(constant(safe-area-inset-left) + 10px); /* iPhone */
	}

	.home .colum1 main,
	.category .colum1 main {
		padding-right: calc(
			constant(safe-area-inset-right) + 10px
		) !important; /* iPhone */
		padding-left: calc(
			constant(safe-area-inset-left) + 10px
		) !important; /* iPhone */
	}

	/*白紙ノート*/
	#hakusinote .colum1 main {
		margin: 0px;
		padding: 20px;
	}

	.colum1 .st-eyecatch {
		margin: 0 -50px 10px;
	}

	/* LPワイド */
	.st-lp-wide .st-eyecatch-under {
		margin: 0 -50px 0;
	}

	.colum1.st-lp-wide .st-eyecatch {
		margin-bottom: 0;
	}

	.colum1 .is-style-st-eyecatch-width,
	.colum1 .st-eyecatch-width {
		margin: 0 -50px 20px;
	}

	.colum1 .st-eyecatch.st-eyecatch-under {
		margin-top: 0;
	}

	/*ウィジェット問合せフォーム*/
	main .st-formbtn {
		width: 60%;
		margin: 20px auto;
	}

	/*YouTube画像*/
	.st-youtube .st-svg-youtube-play {
		font-size: 60px;
		width: 60px;
		height: 60px;
	}

	/*ブログカード風*/
	.st-cardbox .clearfix dd h5 {
		margin-bottom: 10px;
	}

	/*ブログカード風マガジン タイプB*/

	.st-cardstyleb .st-cardbox {
		border: none;
		padding: 0;
	}

	.st-cardstyleb .kanren dl,
	.st-cardstyleb .kanren.st-cardbox dl:last-child {
		box-sizing: border-box;
		border: 1px solid #ccc;
		background: #fff;
	}

	.st-cardstyleb .kanren dl {
		width: 100%;
	}

	.st-cardstyleb .kanren dt {
		float: none !important;
		width: 100% !important;
		height: auto;
		overflow: hidden;
		position: relative;
	}

	.st-cardstyleb .kanren dt img {
		width: 100% !important;
	}

	.st-cardstyleb .kanren.st-cardbox dd {
		padding: 15px 20px 20px;
	}

	.st-cardstyleb .kanren .clearfix dd p {
		line-height: 1.8;
	}

	.st-cardstyleb .kanren .st-top-box {
		padding: 5px;
		box-sizing: border-box;
		width: 100%;
	}

	.st-cardstyleb .kanren .st-top-box dl {
		margin-bottom: 0;
		position: relative;
	}

	.st-cardstyleb .kanren .st-top-box a.st-box-a {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		z-index: 999;
	}

	.st-cardstyleb .kanren .st-top-box a:hover {
		text-decoration: none;
		background: #fff;
		opacity: 0.3;
	}

	.st-cardstyleb .kanren .st-top-box img.size-full,
	.st-cardstyleb .kanren .st-top-box img.size-large {
		margin-bottom: 0;
	}

	.st-cardstyleb .cardbox-more a {
		display: block;
	}

	/*目次*/
	.post #st_toc_container > ul li,
	#st_toc_container > ul > li,
	.st_toc_container > ul > li {
		font-size: 20px;
	}

	/*-- ここまで --*/
}

/*media Queries PCサイズ（960px）以上で適応したいCSS - PCのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 960px) {
	/*--------------------------------
	各フォント設定
	---------------------------------*/
	pre,
	.wp-block-details summary,
	.st-sales-card__body, /* セールスカード */
	p, /* テキスト */
	.wp-block-st-blocks-stepguide.has-step-title-p, /* ステップガイド */
	.st-kaiwa-hukidashi, /* ふきだし */
	.st-kaiwa-hukidashi2, /* ふきだし */
	.yellowbox, /* 黄色ボックス */
	.graybox, /* グレーボックス */
	.redbox, /* 薄赤ボックス */
	.post ul li, /* ulリスト */
	.post ol li, /* olリスト */
	.post table tr td,
	.st-tab-content > label, /* タブ */
	.st-tabs__tab-list-item, /* タブブロック */
	table tr td /* テーブル */ {
		font-size: var(--fs-p);
		line-height: var(--lh-p);
	}

	.st-tabs__tab-list-item {
		/* タブブロック */
		line-height: 27px !important;
	}

	.st-tab-category .st-tab-content > label /* タブ */ {
		font-size: var(--fs-p);
		line-height: var(--lh-p);
	}

	/* 記事タイトル */
	.entry-title:not([class^="is-style-st-heading-custom-"]):not(
			[class*=" is-style-st-heading-custom-"]
		):not(.st-css-no2),
	.post
		.entry-title:not([class^="is-style-st-heading-custom-"]):not(
			[class*=" is-style-st-heading-custom-"]
		):not(.st-css-no2) {
		font-size: var(--fs-title);
		line-height: var(--lh-title);
	}

	/* H2 */
	h2.has-st-regular-font-size,
	.h2modoki,
	.wp-block-st-blocks-stepguide.has-step-title-h2,
	h2:not([class^="is-style-st-heading-custom-"]):not(
			[class*=" is-style-st-heading-custom-"]
		):not(.st-css-no2) {
		font-size: var(--fs-h2);
		line-height: var(--lh-h2);
	}

	/* H3 */
	.post .entry-content .has-h3 .st-faq__question,
	.post h3.has-st-regular-font-size,
	.wp-block-st-blocks-stepguide.has-step-title-h3,
	.post h3:not(.st-css-no2):not(.rankh3):not(.post-card-title):not(#reply-title),
	.h3modoki,
	.st-step-title {
		font-size: var(--fs-h3);
		line-height: var(--lh-h3);
	}

	/* H4 */
	.post .has-h4 .st-faq__question,
	.post h4.has-st-regular-font-size,
	.wp-block-st-blocks-stepguide.has-step-title-h4,
	.post h4:not(.st-css-no2):not(.point):not(.rankh4),
	.h4modoki {
		font-size: var(--fs-h4);
		line-height: var(--lh-h4);
	}

	/* H5 */
	.post h5.has-st-regular-font-size,
	h5,
	h5 span,
	.h5modoki,
	.post h5 {
		font-size: var(--fs-h5);
		line-height: var(--lh-h5);
	}

	/* H6 */
	.post h6.has-st-regular-font-size,
	h6,
	h6 span,
	.h6modoki,
	.post h6 {
		font-size: var(--fs-h6);
		line-height: var(--lh-h6);
	}

	/* ブログカードタイトル */
	.st-embed-cardlink .st-cardbox .clearfix dd h5, /* 埋め込みURL（ブログカード） */
	.post .st-embed-cardlink .st-cardbox .clearfix dd h5,
	#side .st-embed-cardlink .st-cardbox .clearfix dd h5,
	.st-cardbox.st-cardbox-wide .clearfix dd h5,
	.post .st-cardbox.st-cardbox-wide .clearfix dd h5,
	#side .st-cardbox.st-cardbox-wide .clearfix dd h5 {
		border-bottom: none;
	}

	/*--------------------------------
	hoverのopacity
	---------------------------------*/

	header .sitename a:hover {
		-moz-opacity: 0.8;
		opacity: 0.8;
	}

	.post .st-catgroup a:hover {
		opacity: 0.5;
	}

	.rssbox a:hover {
		-moz-opacity: 0.8;
		opacity: 0.8;
	}

	#side aside .st-pagelists ul li a:hover {
		-moz-opacity: 0.8;
		opacity: 0.8;
	}

	#playnow,
	.tagcloud,
	.st-formbtn,
	.st-originalbtn {
		transition: 0.5s;
	}

	#playnow:hover,
	.tagcloud:hover,
	.st-formbtn:hover,
	.st-originalbtn:hover {
		opacity: 0.6;
	}

	.wpcf7-submit:hover {
		opacity: 0.9;
	}

	.st-cardstyle .kanren .st-top-box a:hover {
		text-decoration: none;
		background: #fff;
		opacity: 0.3;
	}

	.op-st:hover {
		opacity: 0.5;
	}

	.op-st2:hover {
		opacity: 0.5;
	}

	.st-pagelink a:hover {
		opacity: 0.5;
	}

	/*--------------------------------
	NEWS（お知らせ）
	---------------------------------*/

	#topnews-box {
		padding: 10px 0;
	}

	/*--------------------------------
	この記事を書いた人
	---------------------------------*/

	#side .st-author-description {
		font-size: 80%;
		line-height: 1.7;
	}

	/*--------------------------------
	メニュー
	---------------------------------*/

	#st-menuwide {
		border-radius: 1px;
		border: solid 1px #e0dede;
		padding: 0px;
		margin: 0 auto;

		/*Other Browser*/
		background: #f3f3f3;
		/*For Old WebKit*/
		background: -webkit-linear-gradient(#fff 0%, #f3f3f3 100%);
		/*For Modern Browser*/
		background: linear-gradient(#fff 0%, #f3f3f3 100%);
	}

	nav.smanone {
		margin: 0 auto;
	}

	nav.st5 {
		margin: 0 auto;
	}

	header nav.smanone ul.menu li .st-fa,
	header nav.st5 ul.menu li .st-fa,
	header #st-menuwide div.menu li .st-fa,
	header #st-menuwide nav.menu li .st-fa,
	header nav.smanone ul.menu li .fa,
	header nav.st5 ul.menu li .fa,
	header #st-menuwide div.menu li .fa,
	header #st-menuwide nav.menu li .fa {
		margin-right: 5px;
	}

	header nav.smanone ul.menu li {
		box-sizing: border-box;
		list-style-type: none;
		text-align: center;
		border-right: solid 1px #f3f3f3;
		position: relative;
	}

	header nav.smanone ul.menu > li {
		float: left;
		min-height: 40px;
		height: auto;
	}

	header nav.smanone .sub-menu li {
		float: none;
		min-height: 40px;
		height: auto;
	}

	header nav.smanone ul.menu > li > ul.sub-menu {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 100000;
		min-width: 100%;
		box-sizing: border-box;
	}

	header nav.smanone ul.menu > li:last-child {
		border: none;
	}

	header nav.smanone ul.menu li a {
		box-sizing: border-box;
		color: #333;
		display: block;
		font-size: 14px;
		padding: 0 10px;
		position: relative;
		text-decoration: none;
		width: 100%;
		z-index: 1;
	}

	/* 第1階層: テキストのみは block のまま省略表示。flex+匿名子では ellipsis が効かないため :has で分離 */
	header nav.smanone ul.menu > li > a {
		display: block;
		line-height: calc(40px - 16px);
		max-width: 100%;
		min-height: 40px;
		overflow: hidden;
		padding: 8px 10px;
		text-align: center;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	header nav.smanone ul.menu > li > a:has(.menu-item-label) {
		align-items: center;
		display: flex;
		gap: 5px;
		justify-content: center;
		line-height: 1.35;
		min-width: 0;
	}

	header nav.smanone ul.menu > li > a .menu-item-label {
		flex: 1 1 auto;
		min-width: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	/* 下層ドロップダウン（ul.sub-menu 限定。flex+匿名子だと省略が効かないためセレクタを分離） */
	header nav.smanone ul.menu ul.sub-menu li > a {
		align-items: center;
		background: #f3f3f3;
		border-top: solid 1px rgba(255, 255, 255, 0.1);
		display: flex;
		gap: 5px;
		line-height: 1.35;
		max-width: 100%;
		min-height: 40px;
		min-width: 0;
		overflow: hidden;
		padding: 8px 10px;
		text-overflow: ellipsis;
		white-space: nowrap;
		z-index: 100000;
	}

	header nav.smanone ul.menu ul.sub-menu li > a .menu-item-label {
		flex: 1 1 auto;
		min-width: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	header nav.smanone ul.menu ul.sub-menu li > a:not(:has(.menu-item-label)) {
		display: block;
		line-height: calc(40px - 16px);
        text-align: left;
	}

	header nav.smanone ul.menu li a:hover {
		color: #ff0000;
	}

	header nav.smanone ul.sub-menu li ul.sub-menu {
		left: 100%;
		position: absolute;
		top: 0;
	}

	header nav.smanone ul.sub-menu {
		display: none;
	}

	/* IE7 対策 */
	header nav.smanone ul.menu {
		zoom: 1;
	}

	* + html header nav.smanone ul.menu li {
		display: inline;
		zoom: 1;
	}
	* + html header nav.smanone ul.sub-menu {
		zoom: 1;
		position: relative;
	}

	/*--------------------------------
	ヘッダーメニュー（横列）
	---------------------------------*/

	/* #header-r は .smanone だが ul は nav.smanone 外のため、グローバルナビ用 display:none が当たらない */
	#header-r .footermenust.st-menu-side ul.sub-menu {
		display: none;
	}

	#header-r .footermenust.st-menu-side ul.sub-menu li > a:hover {
		box-shadow: inset 0 0 0 100vmax var(--st-menu-hover-overlay);
	}

	/*--------------------------------
	サイドバー固定ページ用のナビ
	---------------------------------*/

	/*aタグの第一階層*/
	#side aside .st-pagelists ul li a {
		padding-top: 8px;
		padding-bottom: 8px;
	}

	/*aタグの第二階層*/
	#side aside .st-pagelists .sub-menu a {
		padding-top: 8px;
		padding-bottom: 8px;
	}

	/*aタグの第三階層*/
	#side aside .st-pagelists .sub-menu .sub-menu a {
		padding-top: 8px;
		padding-bottom: 0;
	}
	#side aside .st-pagelists .sub-menu .sub-menu li:last-child a {
		padding-bottom: 8px;
	}

	/* PCとスマホの表示切り替え */
	.smanone {
		display: block;
	}

	.pcnone {
		display: none !important;
	}

	/* ヘッダー */
	header {
		padding: 0;
	}

	#header-l {
		padding-top: 0;
	}

	#headbox {
		padding: 15px 10px;
		margin: 0 auto;
		text-align: left;
	}

	#headbox img {
		margin: 0;
	}

	#st-headwide #headbox img {
		margin: 0 auto;
	}

	nav {
		display: block;
	}

	/*IEで要素がズレるのを対応*/
	.ie7 aside ul li,
	.ie8 aside ul li,
	.ie9 aside ul li {
		display: list-item;
		padding: 0;
	}

	/*--------------------------------
	フリーのウィジェットボックス
	---------------------------------*/

	.freebox {
		font-size: 14px;
		line-height: 24px;
	}

	/*--------------------------------
	各フォント設定
	---------------------------------*/

	p,
	.post h5 {
		margin-bottom: 20px;
	}

	dd p {
		margin-bottom: 5px;
	}

	/*記事タイトル*/
	.entry-title:not([class^="is-style-st-heading-custom-"]):not(
			[class*=" is-style-st-heading-custom-"]
		):not(.st-css-no2),
	.post
		.entry-title:not([class^="is-style-st-heading-custom-"]):not(
			[class*=" is-style-st-heading-custom-"]
		):not(.st-css-no2) {
		color: #333;
		margin-bottom: 10px;
	}

	/* 記事タイトル下 */
	.blogbox p {
		font-size: 13px;
		margin: 0px;
		line-height: 18px;
	}

	.h2modoki::after,
	h2:not([class^="is-style-st-heading-custom-"]):not(
			[class*=" is-style-st-heading-custom-"]
		):not(.st-css-no2)::after {
		bottom: -10px;
		left: 50px;
	}

	.h2modoki::before,
	h2:not([class^="is-style-st-heading-custom-"]):not(
			[class*=" is-style-st-heading-custom-"]
		):not(.st-css-no2)::before {
		bottom: -10px;
		left: 50px;
	}

	.post
		dd
		h5:not([class^="is-style-st-heading-custom-"]):not(
			[class*=" is-style-st-heading-custom-"]
		):not(.st-css-no2) {
		margin-bottom: 5px;
	}

	/*サイドバー*/
	#side aside ul li {
		font-size: 14px;
		line-height: 24px;
	}

	#side aside #mybox ul li ul li {
		font-size: 14px;
		line-height: 24px;
	}

	/* 任意記事サムネイルありタイトル名 */
	.kanren.pop-box
		dd
		h5:not([class^="is-style-st-heading-custom-"]):not(
			[class*=" is-style-st-heading-custom-"]
		):not(.st-css-no2),
	#side
		.kanren.pop-box
		dd
		h5:not([class^="is-style-st-heading-custom-"]):not(
			[class*=" is-style-st-heading-custom-"]
		):not(.st-css-no2) {
		font-size: 16px;
		line-height: 26px;
	}

	/* オリジナルスタイルPC */

	.yellowbox,
	.redbox,
	.graybox {
		margin-bottom: 20px;
	}

	/*クリップメモ*/
	.clip-memotext > * {
		font-size: 90%;
	}

	/*メモボックス2*/
	.st-memobox2 > * {
		font-size: 90%;
	}

	/*ミニふきだし*/
	.post .st-minihukidashi,
	.st-minihukidashi {
		font-size: 90%;
	}

	/*--------------------------------
	ヘッダーコンテンツ
	---------------------------------*/

	#headbox {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	#header-l {
		display: flex;
		align-items: center;
		max-width: 300px;
		min-width: 200px;
	}

	#st-footer-link-design {
		padding: 0 20px;
	}

	#st-header-widget > div {
		max-width: 300px;
		min-width: 200px;
	}

	#st-icon-logo {
		padding-right: 15px;
		margin-bottom: 0;
	}

	#header-r {
		padding-top: 0px;
	}

	#header-r a {
		text-decoration: none;
	}

	#header-r p {
		margin: 0px;
	}

	#header-r .footermenubox {
		margin-bottom: 10px;
	}

	/*ヘッダーリンク*/
	#header-r .footermenust {
		padding: 0 10px 0 0;
		margin: 0px 0 5px;
		text-align: right;
	}

	#header-r .footermenust li {
		border-right: 1px solid #333;
		font-size: 12px;
		line-height: 18px;
		margin: 0;
	}

	#header-r .footermenust li:last-child {
		border-right: none;
	}

	#st-footer-link-design #header-r .footermenust a {
		padding: 4px 5px;
		margin: 0px;
		font-size: 12px;
		color: #333;
        display: flex;
        flex-direction: column;
        justify-content: center;
	}

	#header-r .footermenust:not(.st-menu-side) a:hover,
	#header-r .footermenust.st-menu-side > li > a:hover,
	header nav.smanone ul.menu > li > a:hover {
		opacity:.6;
	}

	/* ヘッダーメニュー（横列）下層の2行リンク: .footermenust a と同じ縦flex（min-height:40px の共通下層指定を打ち消す） */
	#header-r  #st-footer-link-design .footermenubox.st-menu-side-box ul.menu ul.sub-menu li > a:has(.st-menu-side-primary) {
		align-items: center;
		display: flex;
		flex-direction: column;
		gap: 0;
		justify-content: center;
		margin: 0;
		min-height: unset;
	}

	#header-r  #st-footer-link-design .footermenubox.st-menu-side-box ul.menu ul.sub-menu li > a:has(.st-menu-side-primary) > span:not(.st-menu-side-primary):not(:empty) {
		display: block;
		margin-top: -7px;
	}

	/*電話番号*/
	.head-telno {
		font-size: 25px;
		padding: 0 10px 10px;
		text-align: center;
	}

	#header-r .head-telno {
		text-align: center;
	}

	.head-telno a {
		color: #333;
	}

	header .headbox .textwidget {
		padding: 5px 10px;
		border-radius: 3px;
		max-width: 100%;
		box-sizing: border-box;
	}

	/* フッターウィジェット */
	#footer .headbox .textwidget {
		display: inline-block;
		padding: 5px 20px;
		border-radius: 3px;
		margin: 0 auto 10px;
		background: #ccc;
		max-width: 100%;
		box-sizing: border-box;
	}

	#footer .headbox p {
		font-size: 12px;
		line-height: 18px;
		text-align: center;
		margin-bottom: 0;
	}

	/*ヘーダーワイド*/
	#st-headwide #header-l {
		float: none;
		max-width: 100%;
		box-sizing: border-box;
		padding: 0;
	}
	#st-headwide #header-r {
		display: none;
	}

	/*--------------------------------
	フッターのウィジェットボックス
	---------------------------------*/

	.footer-r {
		box-sizing: border-box;
		padding: 0 15px 10px 0px;
		text-align: left;
	}

	.footer-r > * {
		text-align: left;
	}

	.footer-r .widget_st_categories_widget a,
	.footer-r .widget_categories a {
		font-size: 0.9em;
		line-height: 1.5;
	}

	.footer-l {
		float: left;
		width: 30%;
		min-width: 30%;
		box-sizing: border-box;
		text-align: left;
		padding: 0 20px 0 0;
	}

	.footer-l > * {
		text-align: left;
	}

	.footer-l .head-telno {
		padding-left: 0;
	}

	.footer-r {
		float: right;
		width: 70%;
		box-sizing: border-box;
	}

	.footer-r.footer-column3 {
		padding-right: 0;
	}

	.footer-r-2 {
		/* 3列目がある時の2列目 */
		float: left;
		width: 50%;
		box-sizing: border-box;
		padding-right: 10px;
		padding-bottom: 10px;
	}

	.footer-r-3 {
		/* 3列目 */
		float: right;
		width: 50%;
		box-sizing: border-box;
		padding-left: 10px;
		padding-bottom: 10px;
	}

	/*--------------------------------
	ページャー
	---------------------------------*/

	.st-pagelink .page-numbers {
		padding: 7px 8px;
	}

	/*--------------------------------
	サイドバー固定ページ用のナビ
	---------------------------------*/

	#side aside .st-pagelists li {
		font-size: 13px;
		line-height: 24px;
	}

	/*サイドバーの記事タイトル*/
	aside
		h4:not([class^="is-style-st-heading-custom-"]):not(
			[class*=" is-style-st-heading-custom-"]
		):not(.st-css-no2),
	#side
		aside
		h4:not([class^="is-style-st-heading-custom-"]):not(
			[class*=" is-style-st-heading-custom-"]
		):not(.st-css-no2),
	.st-widgets-title:not([class^="is-style-st-heading-custom-"]):not(
			[class*=" is-style-st-heading-custom-"]
		):not(.st-css-no2) {
		font-size: 14px;
	}

	/*--------------------------------
	PCのレイアウト
	---------------------------------*/

	#wrapper {
		overflow: visible; /*グローバルメニューの下層リンクを表示する為*/
		padding: 0;
		width: 100%;
	}

	#st-header {
		margin: 0 auto;
		text-align: center;
		position: relative;
		z-index: 3;
	}

	#content {
		margin: 0 auto;
	}

	#wrapper:not(.colum1) #content-w,
	header + #content-w {
		padding-top: 10px;
	}

	#side {
		padding: 0;
	}

	footer {
		width: 100%;
	}

	#footer {
		margin: 0 auto;
	}

	#footer-in {
		margin: 0 auto;
	}

	.st-eyecatch {
		margin: -30px -50px 10px;
	}

	.is-style-st-eyecatch-width,
	.st-eyecatch-width {
		margin: 0 -50px 20px;
	}

	.st-eyecatch.st-eyecatch-under {
		margin-top: 0;
	}

	.st-eyecatch img {
		border-radius: 4px 4px 0 0;
	}

	.st-eyecatch.st-eyecatch-under img {
		border-radius: 0;
	}

	/* LPワイド */
	.colum1.st-lp-wide .st-lp-wide-wrapper {
		margin: 0 -70px 0;
		padding: 40px 70px 20px;
	}

	/*--------------------------------
	PCのレイアウト（左サイドバー）

	#contentInner {
		float: right;
		width: 100%;
		margin-left: -320px;
	}

	main {
		margin-right: 0px;
		margin-left: 320px;
		background-color: #fff;
		border-radius: 4px;
		padding: 30px 50px 30px;
	}

	#side aside {
		float: left;
		width: 300px;
	---------------------------------*/

	/*-------------------------------------
	カラム1適用
	--------------------------------------*/

	.colum1 main {
		margin: 0 0 20px;
		padding: 30px 70px;
	}

	.colum1.lp main {
		margin-bottom: 0;
	}

	/* LPワイド */

	.colum1.st-lp-wide #content-w {
		padding-top: 0;
	}

	/*白紙ノート*/
	#hakusinote #st-header, /*ヘッダー*/
	#hakusinote #content, /*コンテンツ*/
	#hakusinote #footer-in /*フッター*/ {
		max-width: 800px;
	}
	#hakusinote .colum1 main {
		margin: 0px;
		padding: 20px;
	}

	/*--------------------------------
	SNS
	---------------------------------*/

	.sns {
		width: 90%;
	}

	.sns li {
		width: 33%;
	}

	.snstext {
		display: inline;
	}

	/*トップ記事一覧*/
	dd h3 a {
		color: #333;
		text-decoration: none;
		font-size: 16px;
		line-height: 26px;
	}

	.kanren:not(.st-cardbox) .clearfix dd p {
		font-size: 75%;
		line-height: 1.7;
	}

	.colum1 .st-eyecatch {
		margin: 0 -70px 10px;
	}

	/* LPワイド */
	.st-lp-wide .st-eyecatch-under {
		margin: 0 -70px 0;
	}

	.colum1 .is-style-st-eyecatch-width,
	.colum1 .st-eyecatch-width {
		margin: 0 -70px 20px;
	}

	.colum1 .st-eyecatch.st-eyecatch-under {
		margin-top: 0;
	}

	/*--------------------------------
	メニューst5
	---------------------------------*/

	nav.st5 {
		padding: 5px;
		display: block;
	}

	nav.st5 li {
		list-style: none;
		position: relative;
		float: left;
		font-size: 14px;
		padding-left: 15px;
		padding-right: 15px;
		border-right: 1px solid #ccc;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	nav.st5 li:last-child {
		border: none;
	}

	nav.st5 li .sub-menu,
	nav.menu li .children {
		display: none;
	}

	nav.st5 li a {
		color: #333;
		text-decoration: none;
	}

	.menu-nav.st5igation-container {
		overflow: hidden;
	}

	nav.st5 li a:hover {
		text-decoration: underline;
	}

	/*--------------------------------
	メニュー未設定
	---------------------------------*/

	#st-menuwide div.menu,
	#st-menuwide nav.menu {
		margin: 0 auto;
		padding: 5px;
		display: block;
	}

	#st-menuwide div.menu::after,
	#st-menuwide nav.menu::after {
		content: "";
		display: block;
		clear: both;
	}

	#st-menuwide div.menu li,
	#st-menuwide nav.menu li {
		position: relative;
		float: left;
		font-size: 14px;
		padding-left: 15px;
		padding-right: 15px;
		border-right: 1px solid #ccc;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	#st-menuwide div.menu li:last-child,
	#st-menuwide nav.menu li:last-child {
		border: none;
	}

	#st-menuwide div.menu li .sub-menu,
	#st-menuwide nav.menu li .sub-menu {
		display: none;
	}

	#st-menuwide div.menu li a,
	#st-menuwide nav.menu li a {
		color: #333;
		text-decoration: none;
	}

	/*--------------------------------
	トップおすすめタイトル
	---------------------------------*/

	.nowhits .pop-box {
		position: relative;
		margin: -30px 0 20px;
		border-top: solid 1px #feb20a;
	}
	/*アイキャッチがある場合*/
	.st-eyecatch + .nowhits .pop-box,
	.nowhits-eye .pop-box {
		position: relative;
		margin: -11px 0 20px;
		border-top: solid 1px #feb20a;
	}

	.nowhits .p-entry {
		top: 0;
		left: 0;
	}

	.nowhits .p-entry-t {
		margin-bottom: 30px;
	}

	/*コンタクトフォーム7の送信ボタン*/
	.wpcf7-submit {
		width: 50%;
	}

	/*--------------------------------
	ミドルメニュー
	---------------------------------*/
	.st-middle-menu {
		display: none;
	}

	/*--------------------------------
	目次
	---------------------------------*/
	#st_toc_container,
	.st_toc_container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.post #st_toc_container > ul li,
	#st_toc_container > ul > li,
	.st_toc_container > ul > li {
		font-size: 15px;
	}

	/* 第一階層のみの場合 */
	#st_toc_container.only-toc > ul > li,
	.st_toc_container.only-toc > ul > li {
		font-size: 15px;
	}

	/*--------------------------------
	スクロール表のバー
	---------------------------------*/
	.scroll-box.pc::before {
		content: none;
	}
	.scroll-box.pc::-webkit-scrollbar {
		height: 10px;
		width: 10px;
	}

	.scroll-box.pc::-webkit-scrollbar-track {
		border-radius: 5px;
		background: #f3f3f3;
	}
	.scroll-box.pc::-webkit-scrollbar-thumb {
		border-radius: 5px;
		background: #ccc;
	}

	/*-- ここまで --*/
}

/*media Queries スマホのみ（599px）以下
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 599px) {
	.spnone {
		display: none;
	}

	#side {
		overflow: hidden;
		padding-top: 20px;
	}

	/*スクロール*/
	.post .scroll-box table td,
	.post .scroll-box table td p {
		white-space: nowrap;
	}

	/*スクロールマーク*/
	.scroll-box {
		position: relative;
	}
	.scroll-box::before {
		content: "\f0ec";
		font-family: stsvg;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 9;
		background: rgba(204, 204, 204, 0.8);
		padding: 0.2em;
		font-size: 120%;
		border-radius: 0 0 5px 0;
		color: #fff;
	}

	/*ブログ風カードの続きを読む*/
	.cardbox-more a {
		display: block;
	}

	/*見出し前の挿入広告*/
	.st-h-ad {
		margin: 0 -15px 20px;
		text-align: center;
		width: initial !important;
	}

	/*スマホのアドセンス広告挿入*/
	.sp-ad {
		margin: 0 -15px;
		text-align: center;
		width: initial !important;
	}

	/*カードデザインの投稿日*/
	.slick-slides-to-show-3 .post-card-date,
	.slick-slides-to-show-2 .post-slide-date,
	.is-small-columns-2 .post-card-date,
	.is-small-columns-3 .post-card-date {
		font-size: 0.7em;
	}

	/*クリップアイコン*/
	.clip-memobox .clip-fonticon {
		font-size: 120%;
	}

	/*カスタム検索プラグイン（チェックボックス周り）*/
	.st-custom-search-box label input[type="checkbox"] + span::before {
		width: 18px;
		height: 18px;
		background: #fff;
	}

	.st-custom-search-box label input[type="checkbox"] + span::after {
		opacity: 0;
		top: 60%;
		left: 5px;
		width: 8px;
		height: 4px;
	}

	.st-custom-search-box label input[type="checkbox"] + span {
		padding-left: 25px;
	}

	.cs-search-button {
		width: 100%;
	}

	#st-magazine .kanren .st-top-box dl,
	#page-top,
	.st-cardbox,
	.st_toc_back,
	.rankstlink-l2 p a,
	.rankstlink-l p a,
	.rankstlink-b p a,
	.rankstlink-r p a,
	.rankstlink-r2 p a,
	.rankstlink-a p a,
	.st-mybtn a,
	.kanren dd,
	.kanren dt,
	.post-slide-image,
	.post-slide-more,
	.post-card-image,
	.post-card-title,
	a,
	nav li {
		transition: unset;
	}

	/*-- ここまで --*/
}
/*
Theme Name: AFFINGER7 Child
Template: affinger
Description: AFFINGER7 対応
Version: 20260410
*/

/*media Queries スマートフォンとタブレットサイズ（959px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 959px) {


	/*-- ここまで --*/
}
	
/*media Queries タブレットサイズ（600px～959px）のみで適応したいCSS -タブレットのみ
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 959px) {


	/*-- ここまで --*/
}	
	
/*media Queries タブレット（600px）以上で適応したいCSS -タブレット・PC
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) {


	/*-- ここまで --*/
}

/*media Queries PCサイズ（960px）以上で適応したいCSS - PCのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 960px) {


	/*-- ここまで --*/
}

/*media Queries スマホサイズ（599px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 599px) {

	
	/*-- ここまで --*/
}

@media not (prefers-reduced-motion){.components-animate__appear{animation:components-animate__appear-animation .1s cubic-bezier(0,0,.2,1) 0s;animation-fill-mode:forwards}}.components-animate__appear.is-from-top,.components-animate__appear.is-from-top.is-from-left{transform-origin:top left}.components-animate__appear.is-from-top.is-from-right{transform-origin:top right}.components-animate__appear.is-from-bottom,.components-animate__appear.is-from-bottom.is-from-left{transform-origin:bottom left}.components-animate__appear.is-from-bottom.is-from-right{transform-origin:bottom right}@keyframes components-animate__appear-animation{0%{transform:translateY(-2em) scaleY(0) scaleX(0)}to{transform:translateY(0) scaleY(1) scaleX(1)}}@media not (prefers-reduced-motion){.components-animate__slide-in{animation:components-animate__slide-in-animation .1s cubic-bezier(0,0,.2,1);animation-fill-mode:forwards}.components-animate__slide-in.is-from-left{transform:translateX(100%)}.components-animate__slide-in.is-from-right{transform:translateX(-100%)}}@keyframes components-animate__slide-in-animation{to{transform:translateX(0)}}@media not (prefers-reduced-motion){.components-animate__loading{animation:components-animate__loading 1.6s ease-in-out infinite}}@keyframes components-animate__loading{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.components-autocomplete__popover .components-popover__content{min-width:200px;padding:8px}.components-autocomplete__result.components-button{display:flex;height:auto;min-height:36px;text-align:left;width:100%}.components-autocomplete__result.components-button:focus:not(:disabled){box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.components-badge{box-sizing:border-box}.components-badge *,.components-badge :after,.components-badge :before{box-sizing:inherit}.components-badge{background-color:color-mix(in srgb,#fff 90%,var(--base-color));border-radius:2px;color:color-mix(in srgb,#000 50%,var(--base-color));display:inline-block;line-height:0;max-width:100%;min-height:24px;padding:2px 8px}.components-badge:where(.is-default){background-color:#f0f0f0;color:#2f2f2f}.components-badge.has-icon{padding-inline-start:4px}.components-badge.is-info{--base-color:#3858e9}.components-badge.is-warning{--base-color:#f0b849}.components-badge.is-error{--base-color:#cc1818}.components-badge.is-success{--base-color:#4ab866}.components-badge__flex-wrapper{align-items:center;display:inline-flex;font-size:12px;font-weight:400;gap:2px;line-height:20px;max-width:100%}.components-badge__icon{flex-shrink:0}.components-badge__content{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.components-button-group{display:inline-block}.components-button-group .components-button{border-radius:0;box-shadow:inset 0 0 0 1px #1e1e1e;color:#1e1e1e;display:inline-flex}.components-button-group .components-button+.components-button{margin-left:-1px}.components-button-group .components-button:first-child{border-radius:2px 0 0 2px}.components-button-group .components-button:last-child{border-radius:0 2px 2px 0}.components-button-group .components-button.is-primary,.components-button-group .components-button:focus{position:relative;z-index:1}.components-button-group .components-button.is-primary{box-shadow:inset 0 0 0 1px #1e1e1e}.components-button{appearance:none;background:none;border:0;cursor:pointer;display:inline-flex;font-family:inherit;font-size:13px;font-weight:499;margin:0;text-decoration:none}@media not (prefers-reduced-motion){.components-button{transition:box-shadow .1s linear}}.components-button{align-items:center;border-radius:2px;box-sizing:border-box;color:var(--wp-components-color-foreground,#1e1e1e);height:36px;padding:4px 12px}.components-button.is-next-40px-default-size{height:40px}.components-button:hover:not(:disabled,[aria-disabled=true]),.components-button[aria-expanded=true]{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button:focus:not(:active){box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-primary{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:var(--wp-components-color-accent-inverted,#fff);outline:1px solid #0000;text-decoration:none;text-shadow:none;white-space:nowrap}.components-button.is-primary:hover:not(:disabled){background:var(--wp-components-color-accent-darker-10,var(--wp-admin-theme-color-darker-10,#2145e6));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-primary:active:not(:disabled){background:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6));border-color:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-primary:focus:not(:active){box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-primary:disabled,.components-button.is-primary:disabled:active:enabled,.components-button.is-primary[aria-disabled=true],.components-button.is-primary[aria-disabled=true]:active:enabled,.components-button.is-primary[aria-disabled=true]:enabled{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:#fff6;outline:none}.components-button.is-primary:disabled:active:enabled:focus:enabled,.components-button.is-primary:disabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:active:enabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:enabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:focus:enabled{box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-primary.is-busy,.components-button.is-primary.is-busy:disabled,.components-button.is-primary.is-busy[aria-disabled=true]{background-image:linear-gradient(-45deg,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 33%,var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6)) 33%,var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6)) 70%,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 70%);background-size:100px 100%;border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-secondary,.components-button.is-tertiary{outline:1px solid #0000}.components-button.is-secondary:active:not(:disabled),.components-button.is-tertiary:active:not(:disabled){box-shadow:none}.components-button.is-secondary:disabled,.components-button.is-secondary[aria-disabled=true],.components-button.is-secondary[aria-disabled=true]:hover,.components-button.is-tertiary:disabled,.components-button.is-tertiary[aria-disabled=true],.components-button.is-tertiary[aria-disabled=true]:hover{background:#0000;color:#949494;transform:none}.components-button.is-secondary{background:#0000;box-shadow:inset 0 0 0 1px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)),0 0 0 currentColor;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:1px solid #0000;white-space:nowrap}.components-button.is-secondary:hover:not(:disabled,[aria-disabled=true],.is-pressed){background:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%,#0000);box-shadow:inset 0 0 0 1px var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6));color:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6))}.components-button.is-secondary:disabled:not(:focus),.components-button.is-secondary[aria-disabled=true]:hover:not(:focus),.components-button.is-secondary[aria-disabled=true]:not(:focus){box-shadow:inset 0 0 0 1px #ddd}.components-button.is-secondary:focus:not(:active){box-shadow:0 0 0 currentColor inset,0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-tertiary{background:#0000;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));white-space:nowrap}.components-button.is-tertiary:hover:not(:disabled,[aria-disabled=true],.is-pressed){background:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%,#0000);color:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6))}.components-button.is-tertiary:active:not(:disabled,[aria-disabled=true]){background:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 8%,#0000)}p+.components-button.is-tertiary{margin-left:-6px}.components-button.is-tertiary:disabled:not(:focus),.components-button.is-tertiary[aria-disabled=true]:hover:not(:focus),.components-button.is-tertiary[aria-disabled=true]:not(:focus){box-shadow:none;outline:none}.components-button.is-destructive{--wp-components-color-accent:#cc1818;--wp-components-color-accent-darker-10:#9e1313;--wp-components-color-accent-darker-20:#710d0d}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link){color:#cc1818}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):hover:not(:disabled,[aria-disabled=true]){color:#710d0d}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):focus:not(:active){box-shadow:0 0 0 var(--wp-admin-border-width-focus) #cc1818}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):active:not(:disabled,[aria-disabled=true]){background:#ccc}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):disabled,.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link)[aria-disabled=true]{color:#949494}.components-button.is-destructive.is-secondary:hover:not(:disabled,[aria-disabled=true]),.components-button.is-destructive.is-tertiary:hover:not(:disabled,[aria-disabled=true]){background:#cc18180a}.components-button.is-destructive.is-secondary:active:not(:disabled,[aria-disabled=true]),.components-button.is-destructive.is-tertiary:active:not(:disabled,[aria-disabled=true]){background:#cc181814}.components-button.is-link{background:none;border:0;border-radius:0;box-shadow:none;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));font-weight:400;margin:0;outline:none;padding:0;text-align:left;text-decoration:underline}@media not (prefers-reduced-motion){.components-button.is-link{transition-duration:.05s;transition-property:border,background,color;transition-timing-function:ease-in-out}}.components-button.is-link{height:auto}.components-button.is-link:focus{border-radius:2px}.components-button.is-link:disabled,.components-button.is-link[aria-disabled=true]{color:#949494}.components-button:focus{outline:3px solid #0000}.components-button:not(:disabled,[aria-disabled=true]):active{color:var(--wp-components-color-foreground,#1e1e1e)}.components-button:disabled,.components-button[aria-disabled=true]{color:#949494;cursor:default}@media not (prefers-reduced-motion){.components-button.is-busy,.components-button.is-secondary.is-busy,.components-button.is-secondary.is-busy:disabled,.components-button.is-secondary.is-busy[aria-disabled=true]{animation:components-button__busy-animation 2.5s linear infinite}}.components-button.is-busy,.components-button.is-secondary.is-busy,.components-button.is-secondary.is-busy:disabled,.components-button.is-secondary.is-busy[aria-disabled=true]{background-image:linear-gradient(-45deg,#fafafa 33%,#e0e0e0 0,#e0e0e0 70%,#fafafa 0);background-size:100px 100%}.components-button.is-compact{height:32px}.components-button.is-compact.has-icon:not(.has-text){min-width:32px;padding:0}.components-button.is-small{font-size:11px;height:24px;line-height:22px;padding:0 8px}.components-button.is-small.has-icon:not(.has-text){min-width:24px;padding:0}.components-button.has-icon{justify-content:center;min-width:36px;padding:6px}.components-button.has-icon.is-next-40px-default-size{min-width:40px}.components-button.has-icon .dashicon{align-items:center;box-sizing:initial;display:inline-flex;justify-content:center;padding:2px}.components-button.has-icon.has-text{gap:4px;justify-content:start;padding-left:8px;padding-right:12px}.components-button.has-icon.has-text.has-icon-right{padding-left:12px;padding-right:8px}.components-button.is-pressed,.components-button.is-pressed:hover{color:var(--wp-components-color-foreground-inverted,#fff)}.components-button.is-pressed:hover:not(:disabled,[aria-disabled=true]),.components-button.is-pressed:not(:disabled,[aria-disabled=true]){background:var(--wp-components-color-foreground,#1e1e1e)}.components-button.is-pressed:disabled,.components-button.is-pressed[aria-disabled=true]{color:#949494}.components-button.is-pressed:disabled:not(.is-primary):not(.is-secondary):not(.is-tertiary),.components-button.is-pressed[aria-disabled=true]:not(.is-primary):not(.is-secondary):not(.is-tertiary){background:#949494;color:var(--wp-components-color-foreground-inverted,#fff)}.components-button.is-pressed:focus:not(:active){box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-pressed:focus{outline:2px solid #0000}.components-button svg{fill:currentColor;flex-shrink:0;outline:none}@media (forced-colors:active){.components-button svg{fill:CanvasText}}.components-button .components-visually-hidden{height:auto}@keyframes components-button__busy-animation{0%{background-position:200px 0}}.components-calendar{background-color:var(--wp-components-color-background,#fff);color:var(--wp-components-color-foreground,#1e1e1e);display:inline-block;font-size:13px;font-weight:400;position:relative;z-index:0}.components-calendar,.components-calendar *,.components-calendar :after,.components-calendar :before{box-sizing:border-box}.components-calendar__day{padding:0;position:relative}.components-calendar__day:has(.components-calendar__day-button:disabled){color:var(--wp-components-color-gray-400,#ccc)}.components-calendar__day:has(.components-calendar__day-button:focus-visible),.components-calendar__day:has(.components-calendar__day-button:hover:not(:disabled)){color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-calendar__day-button{align-items:center;background:none;border:none;border-radius:2px;color:inherit;cursor:pointer;display:flex;font:inherit;font-variant-numeric:tabular-nums;height:32px;justify-content:center;margin:0;padding:0;position:relative;width:32px}.components-calendar__day-button:before{border:none;border-radius:2px;content:"";inset:0;position:absolute;z-index:-1}.components-calendar__day-button:after{content:"";inset:0;pointer-events:none;position:absolute;z-index:1}.components-calendar__day-button:disabled{cursor:revert}@media (forced-colors:active){.components-calendar__day-button:disabled{text-decoration:line-through}}.components-calendar__day-button:focus-visible{outline:var(--wp-admin-border-width-focus) solid var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline-offset:1px}.components-calendar__caption-label{align-items:center;border:0;display:inline-flex;position:relative;text-transform:capitalize;white-space:nowrap;z-index:1}.components-calendar__button-next,.components-calendar__button-previous{align-items:center;appearance:none;background:none;border:none;border-radius:2px;color:inherit;cursor:pointer;display:inline-flex;height:32px;justify-content:center;margin:0;padding:0;position:relative;width:32px}.components-calendar__button-next:disabled,.components-calendar__button-next[aria-disabled=true],.components-calendar__button-previous:disabled,.components-calendar__button-previous[aria-disabled=true]{color:var(--wp-components-color-gray-600,#949494);cursor:revert}.components-calendar__button-next:focus-visible,.components-calendar__button-previous:focus-visible{outline:var(--wp-admin-border-width-focus) solid var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-calendar__chevron{fill:currentColor;display:inline-block;height:16px;width:16px}.components-calendar[dir=rtl] .components-calendar__nav .components-calendar__chevron{transform:rotate(180deg);transform-origin:50%}.components-calendar__month-caption{align-content:center;display:flex;height:32px;justify-content:center;margin-bottom:12px}.components-calendar__months{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;max-width:fit-content;position:relative}.components-calendar__month-grid{border-collapse:initial;border-spacing:0 4px}.components-calendar__nav{align-items:center;display:flex;height:32px;inset-block-start:0;inset-inline-end:0;inset-inline-start:0;justify-content:space-between;position:absolute}.components-calendar__weekday{color:var(--wp-components-color-gray-700,#757575);height:32px;padding:0;text-align:center;text-transform:uppercase;width:32px}.components-calendar__day--today:after{border:2px solid;border-radius:50%;content:"";height:0;inset-block-start:2px;inset-inline-end:2px;position:absolute;width:0;z-index:1}.components-calendar__day--selected:not(.components-calendar__range-middle):has(.components-calendar__day-button,.components-calendar__day-button:hover:not(:disabled)){color:var(--wp-components-color-foreground-inverted,#fff)}.components-calendar__day--selected:not(.components-calendar__range-middle) .components-calendar__day-button:before{background-color:var(--wp-components-color-foreground,#1e1e1e);border:1px solid #0000}.components-calendar__day--selected:not(.components-calendar__range-middle) .components-calendar__day-button:disabled:before{background-color:var(--wp-components-color-gray-600,#949494)}.components-calendar__day--selected:not(.components-calendar__range-middle) .components-calendar__day-button:hover:not(:disabled):before{background-color:var(--wp-components-color-gray-800,#2f2f2f)}.components-calendar__day--hidden{visibility:hidden}.components-calendar__range-start:not(.components-calendar__range-end) .components-calendar__day-button,.components-calendar__range-start:not(.components-calendar__range-end) .components-calendar__day-button:before{border-end-end-radius:0;border-start-end-radius:0}.components-calendar__range-middle .components-calendar__day-button:before{background-color:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%,#0000);border-color:#0000;border-radius:0;border-style:solid;border-width:1px 0}.components-calendar__range-end:not(.components-calendar__range-start) .components-calendar__day-button,.components-calendar__range-end:not(.components-calendar__range-start) .components-calendar__day-button:before{border-end-start-radius:0;border-start-start-radius:0}.components-calendar__day--preview svg{color:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 16%,#0000);inset:0;pointer-events:none;position:absolute}@media (forced-colors:active){.components-calendar__day--preview svg{color:inherit}}.components-calendar[dir=rtl] .components-calendar__day--preview svg{transform:scaleX(-1)}.components-calendar__day--preview.components-calendar__range-middle .components-calendar__day-button:before{border:none}@keyframes slide-in-left{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes slide-in-right{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes slide-out-left{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes slide-out-right{0%{transform:translateX(0)}to{transform:translateX(100%)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}.components-calendar__caption-after-enter,.components-calendar__caption-after-exit,.components-calendar__caption-before-enter,.components-calendar__caption-before-exit,.components-calendar__weeks-after-enter,.components-calendar__weeks-after-exit,.components-calendar__weeks-before-enter,.components-calendar__weeks-before-exit{animation-duration:0s;animation-fill-mode:forwards;animation-timing-function:cubic-bezier(.4,0,.2,1)}@media not (prefers-reduced-motion){.components-calendar__caption-after-enter,.components-calendar__caption-after-exit,.components-calendar__caption-before-enter,.components-calendar__caption-before-exit,.components-calendar__weeks-after-enter,.components-calendar__weeks-after-exit,.components-calendar__weeks-before-enter,.components-calendar__weeks-before-exit{animation-duration:.3s}}.components-calendar[dir=rtl] .components-calendar__weeks-after-enter,.components-calendar__weeks-before-enter{animation-name:slide-in-left}.components-calendar[dir=rtl] .components-calendar__weeks-after-exit,.components-calendar__weeks-before-exit{animation-name:slide-out-left}.components-calendar[dir=rtl] .components-calendar__weeks-before-enter,.components-calendar__weeks-after-enter{animation-name:slide-in-right}.components-calendar[dir=rtl] .components-calendar__weeks-before-exit,.components-calendar__weeks-after-exit{animation-name:slide-out-right}.components-calendar__caption-after-enter{animation-name:fade-in}.components-calendar__caption-after-exit{animation-name:fade-out}.components-calendar__caption-before-enter{animation-name:fade-in}.components-calendar__caption-before-exit{animation-name:fade-out}.components-checkbox-control{--checkbox-input-size:24px}@media (min-width:600px){.components-checkbox-control{--checkbox-input-size:16px}}.components-checkbox-control{--checkbox-input-margin:8px}.components-checkbox-control__label{cursor:pointer;line-height:var(--checkbox-input-size)}.components-checkbox-control__input[type=checkbox]{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;margin-right:12px;padding:6px 8px;transition:none}@media not (prefers-reduced-motion){.components-checkbox-control__input[type=checkbox]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-checkbox-control__input[type=checkbox]{font-size:13px;line-height:normal}}.components-checkbox-control__input[type=checkbox]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]::placeholder{color:#1e1e1e9e}.components-checkbox-control__input[type=checkbox]:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]:checked{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]:checked:before,.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{color:#fff;margin:-3px -5px}@media (min-width:782px){.components-checkbox-control__input[type=checkbox]:checked:before,.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{margin:-4px 0 0 -5px}}.components-checkbox-control__input[type=checkbox][aria-checked=mixed]{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f460";display:inline-block;float:left;font:normal 30px/1 dashicons;vertical-align:middle;width:16px}@media (min-width:782px){.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{float:none;font-size:21px}}.components-checkbox-control__input[type=checkbox]:disabled,.components-checkbox-control__input[type=checkbox][aria-disabled=true]{background:#f0f0f0;border-color:#ddd;cursor:default;opacity:1}.components-checkbox-control__input[type=checkbox]{appearance:none;background:#fff;clear:none;color:#1e1e1e;cursor:pointer;display:inline-block;height:var(--checkbox-input-size);line-height:0;margin:0 4px 0 0;outline:0;padding:0!important;text-align:center;vertical-align:top;width:var(--checkbox-input-size)}@media not (prefers-reduced-motion){.components-checkbox-control__input[type=checkbox]{transition:border-color .1s ease-in-out}}.components-checkbox-control__input[type=checkbox]:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color);outline:2px solid #0000;outline-offset:2px}.components-checkbox-control__input[type=checkbox]:checked,.components-checkbox-control__input[type=checkbox]:indeterminate{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-checkbox-control__input[type=checkbox]:checked:before{content:none}.components-checkbox-control__input-container{aspect-ratio:1;display:inline-block;flex-shrink:0;line-height:1;margin-right:var(--checkbox-input-margin);position:relative;vertical-align:middle;width:var(--checkbox-input-size)}svg.components-checkbox-control__checked,svg.components-checkbox-control__indeterminate{--checkmark-size:var(--checkbox-input-size);fill:#fff;cursor:pointer;height:var(--checkmark-size);left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);-webkit-user-select:none;user-select:none;width:var(--checkmark-size)}@media (min-width:600px){svg.components-checkbox-control__checked,svg.components-checkbox-control__indeterminate{--checkmark-size:calc(var(--checkbox-input-size) + 4px)}}.components-checkbox-control__help{display:inline-block;margin-inline-start:calc(var(--checkbox-input-size) + var(--checkbox-input-margin))}.components-circular-option-picker{display:inline-block;min-width:188px;width:100%}.components-circular-option-picker .components-circular-option-picker__custom-clear-wrapper{display:flex;justify-content:flex-end;margin-top:12px}.components-circular-option-picker .components-circular-option-picker__swatches{display:flex;flex-wrap:wrap;gap:12px;position:relative;z-index:1}.components-circular-option-picker>:not(.components-circular-option-picker__swatches){position:relative;z-index:0}.components-circular-option-picker__option-wrapper{display:inline-block;height:28px;transform:scale(1);vertical-align:top;width:28px}@media not (prefers-reduced-motion){.components-circular-option-picker__option-wrapper{transition:transform .1s ease;will-change:transform}}.components-circular-option-picker__option-wrapper:hover{transform:scale(1.2)}.components-circular-option-picker__option-wrapper>div{height:100%;width:100%}.components-circular-option-picker__option-wrapper:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none'%3E%3Cpath fill='%23555D65' d='M6 8V6H4v2h2zm2 0V6h2v2H8zm2 8H8v-2h2v2zm2 0v-2h2v2h-2zm0 2v-2h-2v2H8v2h2v-2h2zm2 0v2h-2v-2h2zm2 0h-2v-2h2v2z'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M18 18h2v-2h-2v-2h2v-2h-2v-2h2V8h-2v2h-2V8h-2v2h2v2h-2v2h2v2h2v2zm-2-4v-2h2v2h-2z' clip-rule='evenodd'/%3E%3Cpath fill='%23555D65' d='M18 18v2h-2v-2h2z'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M8 10V8H6v2H4v2h2v2H4v2h2v2H4v2h2v2H4v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2v2h-2V4h-2v2h-2V4h-2v2h-2V4h-2v2h2v2h-2v2H8zm0 2v-2H6v2h2zm2 0v-2h2v2h-2zm0 2v-2H8v2H6v2h2v2H6v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h-2v2h-2V6h-2v2h-2v2h2v2h-2v2h-2z' clip-rule='evenodd'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M4 0H2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2H8V0H6v2H4V0zm0 4V2H2v2h2zm2 0V2h2v2H6zm0 2V4H4v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2H8v2H6z' clip-rule='evenodd'/%3E%3C/svg%3E");border-radius:50%;bottom:1px;content:"";left:1px;position:absolute;right:1px;top:1px;z-index:-1}.components-circular-option-picker__option{aspect-ratio:1;background:#0000;border:none;border-radius:50%;box-shadow:inset 0 0 0 14px;display:inline-block;height:100%!important;vertical-align:top}@media not (prefers-reduced-motion){.components-circular-option-picker__option{transition:box-shadow .1s ease}}.components-circular-option-picker__option{cursor:pointer}.components-circular-option-picker__option:hover{box-shadow:inset 0 0 0 14px!important}.components-circular-option-picker__option[aria-pressed=true],.components-circular-option-picker__option[aria-selected=true]{box-shadow:inset 0 0 0 4px;overflow:visible;position:relative;z-index:1}.components-circular-option-picker__option[aria-pressed=true]+svg,.components-circular-option-picker__option[aria-selected=true]+svg{border-radius:50%;left:2px;pointer-events:none;position:absolute;top:2px;z-index:2}.components-circular-option-picker__option:after{border:1px solid #0000;border-radius:50%;bottom:-1px;box-shadow:inset 0 0 0 1px #0003;box-sizing:inherit;content:"";left:-1px;position:absolute;right:-1px;top:-1px}.components-circular-option-picker__option:focus:after{border:2px solid #757575;border-radius:50%;box-shadow:inset 0 0 0 2px #fff;content:"";height:calc(100% + 4px);left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:calc(100% + 4px)}.components-circular-option-picker__option.components-button:focus{background-color:initial;box-shadow:inset 0 0 0 14px;outline:none}.components-circular-option-picker__button-action .components-circular-option-picker__option{background:#fff;color:#fff}.components-circular-option-picker__dropdown-link-action{margin-right:16px}.components-circular-option-picker__dropdown-link-action .components-button{line-height:22px}.components-palette-edit__popover-gradient-picker{padding:8px;width:260px}.components-dropdown-menu__menu .components-palette-edit__menu-button{width:100%}.component-color-indicator{background:#fff linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0);border-radius:50%;box-shadow:inset 0 0 0 1px #0003;display:inline-block;height:20px;padding:0;width:20px}.components-combobox-control{width:100%}input.components-combobox-control__input[type=text]{background:var(--wp-components-color-background,#fff);border:none;box-shadow:none;color:var(--wp-components-color-foreground,#1e1e1e);font-family:inherit;font-size:16px;line-height:inherit;margin:0;min-height:auto;padding:2px;width:100%}@media (min-width:600px){input.components-combobox-control__input[type=text]{font-size:13px}}input.components-combobox-control__input[type=text]:focus{box-shadow:none;outline:none}.components-combobox-control__suggestions-container{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:6px 8px}@media not (prefers-reduced-motion){.components-combobox-control__suggestions-container{transition:box-shadow .1s linear}}@media (min-width:600px){.components-combobox-control__suggestions-container{font-size:13px;line-height:normal}}.components-combobox-control__suggestions-container:focus{border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-combobox-control__suggestions-container::placeholder{color:#1e1e1e9e}.components-combobox-control__suggestions-container{align-items:flex-start;display:flex;flex-wrap:wrap;padding:0;width:100%}.components-combobox-control__suggestions-container:focus-within{border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-combobox-control__suggestions-container .components-spinner{margin:0}.components-color-palette__custom-color-wrapper{position:relative;z-index:0}.components-color-palette__custom-color-button{background:none;border:none;border-radius:4px 4px 0 0;box-shadow:inset 0 0 0 1px #0003;box-sizing:border-box;cursor:pointer;height:64px;outline:1px solid #0000;position:relative;width:100%}.components-color-palette__custom-color-button:focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline-width:2px}.components-color-palette__custom-color-button:after{background-image:repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0),repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0);background-position:0 0,24px 24px;background-size:48px 48px;border-radius:3px 3px 0 0;content:"";inset:1px;position:absolute;z-index:-1}.components-color-palette__custom-color-text-wrapper{border-radius:0 0 4px 4px;box-shadow:inset 0 -1px 0 0 #0003,inset 1px 0 0 0 #0003,inset -1px 0 0 0 #0003;font-size:13px;padding:12px 16px;position:relative}.components-color-palette__custom-color-name{color:var(--wp-components-color-foreground,#1e1e1e);margin:0 1px}.components-color-palette__custom-color-value{color:#757575}.components-color-palette__custom-color-value--is-hex{text-transform:uppercase}.components-color-palette__custom-color-value:empty:after{content:"​";visibility:hidden}.components-custom-gradient-picker__gradient-bar{border-radius:2px;height:48px;position:relative;width:100%;z-index:1}.components-custom-gradient-picker__gradient-bar.has-gradient{background-image:repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0),repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0);background-position:0 0,12px 12px;background-size:24px 24px}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__gradient-bar-background{inset:0;position:absolute}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__markers-container{margin-left:auto;margin-right:auto;position:relative;width:calc(100% - 48px)}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-dropdown{display:flex;height:16px;position:absolute;top:16px;width:16px}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown{background:#fff;border-radius:50%;color:#1e1e1e;height:inherit;min-width:16px!important;padding:2px;position:relative;width:inherit}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown svg{height:100%;width:100%}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button{border-radius:50%;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 2px 0 #00000040;height:inherit;outline:2px solid #0000;padding:0;width:inherit}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button.is-active,.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button:focus{box-shadow:inset 0 0 0 calc(var(--wp-admin-border-width-focus)*2) #fff,0 0 2px 0 #00000040;outline:1.5px solid #0000}.components-custom-gradient-picker__remove-control-point-wrapper{padding-bottom:8px}.components-custom-gradient-picker__inserter{direction:ltr}.components-custom-gradient-picker__liner-gradient-indicator{display:inline-block;flex:0 auto;height:20px;width:20px}.components-custom-gradient-picker__ui-line{position:relative;z-index:0}body.is-dragging-components-draggable{cursor:move;cursor:grabbing!important}.components-draggable__invisible-drag-image{height:50px;left:-1000px;position:fixed;width:50px}.components-draggable__clone{background:#0000;padding:0;pointer-events:none;position:fixed;z-index:1000000000}.components-drop-zone{border-radius:2px;bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;visibility:hidden;z-index:40}.components-drop-zone.is-active{opacity:1;visibility:visible}.components-drop-zone .components-drop-zone__content{align-items:center;background-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));bottom:0;color:#fff;display:flex;height:100%;justify-content:center;left:0;opacity:0;pointer-events:none;position:absolute;right:0;text-align:center;top:0;width:100%;z-index:50}.components-drop-zone .components-drop-zone__content-inner{opacity:0;transform:scale(.9)}.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content{opacity:1}@media not (prefers-reduced-motion){.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content{transition:opacity .2s ease-in-out}}.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content-inner{opacity:1;transform:scale(1)}@media not (prefers-reduced-motion){.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content-inner{transition:opacity .1s ease-in-out .1s,transform .1s ease-in-out .1s}}.components-drop-zone__content-icon,.components-drop-zone__content-text{display:block}.components-drop-zone__content-icon{fill:currentColor;line-height:0;margin:0 auto 8px;pointer-events:none}.components-drop-zone__content-text{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.components-dropdown{display:inline-block}.components-dropdown__content .components-popover__content{padding:8px}.components-dropdown__content .components-popover__content:has(.components-menu-group){padding:0}.components-dropdown__content .components-popover__content:has(.components-menu-group) .components-dropdown-menu__menu>.components-menu-item__button,.components-dropdown__content .components-popover__content:has(.components-menu-group)>.components-menu-item__button{margin:8px;width:auto}.components-dropdown__content [role=menuitem]{white-space:nowrap}.components-dropdown__content .components-menu-group{padding:8px}.components-dropdown__content .components-menu-group+.components-menu-group{border-top:1px solid #ccc;padding:8px}.components-dropdown__content.is-alternate .components-menu-group+.components-menu-group{border-color:#1e1e1e}.components-dropdown-menu__toggle{vertical-align:top}.components-dropdown-menu__menu{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;line-height:1.4;width:100%}.components-dropdown-menu__menu .components-dropdown-menu__menu-item,.components-dropdown-menu__menu .components-menu-item{cursor:pointer;font-weight:400;outline:none;padding:6px;white-space:nowrap;width:100%}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator,.components-dropdown-menu__menu .components-menu-item.has-separator{margin-top:6px;overflow:visible;position:relative}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator:before,.components-dropdown-menu__menu .components-menu-item.has-separator:before{background-color:#ddd;box-sizing:initial;content:"";display:block;height:1px;left:0;position:absolute;right:0;top:-3px}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active .dashicon,.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active svg,.components-dropdown-menu__menu .components-menu-item.is-active .dashicon,.components-dropdown-menu__menu .components-menu-item.is-active svg{background:#1e1e1e;border-radius:1px;box-shadow:0 0 0 1px #1e1e1e;color:#fff}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-icon-only,.components-dropdown-menu__menu .components-menu-item.is-icon-only{width:auto}.components-dropdown-menu__menu .components-menu-item__button,.components-dropdown-menu__menu .components-menu-item__button.components-button{height:auto;min-height:32px;padding-left:8px;padding-right:8px;text-align:left}.components-duotone-picker__color-indicator:before{background:#0000}.components-duotone-picker__color-indicator>.components-button,.components-duotone-picker__color-indicator>.components-button.is-pressed:hover:not(:disabled){background:linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0);color:#0000}.components-duotone-picker__color-indicator>.components-button:hover:not(:disabled):not([aria-disabled=true]),.components-duotone-picker__color-indicator>.components-button:not([aria-disabled=true]):active{color:#0000}.components-color-list-picker,.components-color-list-picker__swatch-button{width:100%}.components-color-list-picker__color-picker{margin:8px 0}.components-color-list-picker__swatch-color{margin:2px}.components-external-link{text-decoration:none}.components-external-link__contents{text-decoration:underline}.components-external-link__icon{font-weight:400;margin-left:.5ch}.components-form-toggle{display:inline-block;height:16px;position:relative}.components-form-toggle .components-form-toggle__track{background-color:#fff;border:1px solid #949494;border-radius:8px;box-sizing:border-box;content:"";display:inline-block;height:16px;position:relative;vertical-align:top;width:32px}@media not (prefers-reduced-motion){.components-form-toggle .components-form-toggle__track{transition:background-color .2s ease,border-color .2s ease}}.components-form-toggle .components-form-toggle__track{overflow:hidden}.components-form-toggle .components-form-toggle__track:after{border-top:16px solid #0000;box-sizing:border-box;content:"";inset:0;position:absolute}@media not (prefers-reduced-motion){.components-form-toggle .components-form-toggle__track:after{transition:opacity .2s ease}}.components-form-toggle .components-form-toggle__track:after{opacity:0}.components-form-toggle .components-form-toggle__thumb{border-radius:50%;box-sizing:border-box;display:block;height:12px;left:2px;position:absolute;top:2px;width:12px}@media not (prefers-reduced-motion){.components-form-toggle .components-form-toggle__thumb{transition:transform .2s ease,background-color .2s ease-out}}.components-form-toggle .components-form-toggle__thumb{background-color:#1e1e1e;border:6px solid #0000;box-shadow:0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003}.components-form-toggle.is-checked .components-form-toggle__track{background-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-form-toggle.is-checked .components-form-toggle__track:after{opacity:1}.components-form-toggle .components-form-toggle__input:focus+.components-form-toggle__track{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000;outline-offset:2px}.components-form-toggle.is-checked .components-form-toggle__thumb{background-color:#fff;border-width:0;transform:translateX(16px)}.components-disabled .components-form-toggle,.components-form-toggle.is-disabled{opacity:.3}.components-form-toggle input.components-form-toggle__input[type=checkbox]{border:none;height:100%;left:0;margin:0;opacity:0;padding:0;position:absolute;top:0;width:100%;z-index:1}.components-form-toggle input.components-form-toggle__input[type=checkbox]:checked{background:none}.components-form-toggle input.components-form-toggle__input[type=checkbox]:before{content:""}.components-form-toggle input.components-form-toggle__input[type=checkbox]:not(:disabled,[aria-disabled=true]){cursor:pointer}.components-form-token-field__input-container{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:6px 8px}@media not (prefers-reduced-motion){.components-form-token-field__input-container{transition:box-shadow .1s linear}}@media (min-width:600px){.components-form-token-field__input-container{font-size:13px;line-height:normal}}.components-form-token-field__input-container:focus{border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-form-token-field__input-container::placeholder{color:#1e1e1e9e}.components-form-token-field__input-container{cursor:text;padding:0;width:100%}.components-form-token-field__input-container.is-disabled{background:#ddd;border-color:#ddd}.components-form-token-field__input-container.is-active{border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-form-token-field__input-container input[type=text].components-form-token-field__input{background:inherit;border:0;box-shadow:none;color:var(--wp-components-color-foreground,#1e1e1e);display:inline-block;flex:1;font-family:inherit;font-size:16px;line-height:1;margin-left:4px;max-width:100%;min-height:24px;min-width:50px;padding:0;width:100%}@media (min-width:600px){.components-form-token-field__input-container input[type=text].components-form-token-field__input{font-size:13px}}.components-form-token-field.is-active .components-form-token-field__input-container input[type=text].components-form-token-field__input,.components-form-token-field__input-container input[type=text].components-form-token-field__input:focus{box-shadow:none;outline:none}.components-form-token-field__input-container .components-form-token-field__token+input[type=text].components-form-token-field__input{width:auto}.components-form-token-field__token{color:#1e1e1e;display:flex;font-size:13px;max-width:100%}.components-form-token-field__token.is-success .components-form-token-field__remove-token,.components-form-token-field__token.is-success .components-form-token-field__token-text{background:#4ab866}.components-form-token-field__token.is-error .components-form-token-field__remove-token,.components-form-token-field__token.is-error .components-form-token-field__token-text{background:#cc1818}.components-form-token-field__token.is-validating .components-form-token-field__remove-token,.components-form-token-field__token.is-validating .components-form-token-field__token-text{color:#757575}.components-form-token-field__token.is-borderless{padding:0 24px 0 0;position:relative}.components-form-token-field__token.is-borderless .components-form-token-field__token-text{background:#0000}.components-form-token-field__token.is-borderless:not(.is-disabled) .components-form-token-field__token-text{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-form-token-field__token.is-borderless .components-form-token-field__remove-token{background:#0000;color:#757575;position:absolute;right:0;top:1px}.components-form-token-field__token.is-borderless.is-success .components-form-token-field__token-text{color:#4ab866}.components-form-token-field__token.is-borderless.is-error .components-form-token-field__token-text{color:#cc1818;padding:0 4px 0 6px}.components-form-token-field__token.is-borderless.is-validating .components-form-token-field__token-text{color:#1e1e1e}.components-form-token-field__remove-token.components-button,.components-form-token-field__token-text{background:#ddd;display:inline-block;height:auto;min-width:unset}@media not (prefers-reduced-motion){.components-form-token-field__remove-token.components-button,.components-form-token-field__token-text{transition:all .2s cubic-bezier(.4,1,.4,1)}}.components-form-token-field__token-text{border-radius:1px 0 0 1px;line-height:24px;overflow:hidden;padding:0 0 0 8px;text-overflow:ellipsis;white-space:nowrap}.components-form-token-field__remove-token.components-button{border-radius:0 1px 1px 0;color:#1e1e1e;line-height:10px;overflow:initial}.components-form-token-field__remove-token.components-button:hover:not(:disabled){color:#1e1e1e}.components-form-token-field__suggestions-list{flex:1 0 100%;max-height:128px;min-width:100%;overflow-y:auto}@media not (prefers-reduced-motion){.components-form-token-field__suggestions-list{transition:all .15s ease-in-out}}.components-form-token-field__suggestions-list{box-shadow:inset 0 1px 0 0 #949494;list-style:none;margin:0;padding:0}.components-form-token-field__suggestion{box-sizing:border-box;color:var(--wp-components-color-foreground,#1e1e1e);display:block;font-size:13px;margin:0;min-height:32px;padding:8px 12px}.components-form-token-field__suggestion.is-selected{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:var(--wp-components-color-foreground-inverted,#fff)}.components-form-token-field__suggestion[aria-disabled=true]{color:#949494;pointer-events:none}.components-form-token-field__suggestion[aria-disabled=true].is-selected{background:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%,#0000)}.components-form-token-field__suggestion:not(.is-empty){cursor:pointer}@media (min-width:600px){.components-guide{width:600px}}.components-guide .components-modal__content{margin-top:0;padding:0}.components-guide .components-modal__content:before{content:none}.components-guide .components-modal__header{border-bottom:none;height:64px;padding:0;position:sticky}.components-guide .components-modal__header .components-button{align-self:flex-start;margin:8px 8px 0 0;position:static}.components-guide .components-guide__container{display:flex;flex-direction:column;justify-content:space-between;margin-top:-64px;min-height:100%}.components-guide .components-guide__page{display:flex;flex-direction:column;justify-content:center;position:relative}@media (min-width:600px){.components-guide .components-guide__page{min-height:300px}}.components-guide .components-guide__footer{align-content:center;display:flex;height:36px;justify-content:center;margin:0 0 24px;padding:0 24px;position:relative;width:100%}.components-guide .components-guide__page-control{margin:0;text-align:center}.components-guide .components-guide__page-control li{display:inline-block;margin:0}.components-guide .components-guide__page-control .components-button{color:#e0e0e0;margin:-6px 0}.components-guide .components-guide__page-control li[aria-current=step] .components-button{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-modal__frame.components-guide{border:none;max-height:575px;min-width:312px}@media (max-width:600px){.components-modal__frame.components-guide{margin:auto;max-width:calc(100vw - 32px)}}.components-button.components-guide__back-button,.components-button.components-guide__finish-button,.components-button.components-guide__forward-button{position:absolute}.components-button.components-guide__back-button{left:24px}.components-button.components-guide__finish-button,.components-button.components-guide__forward-button{right:24px}[role=region]{position:relative}.is-focusing-regions [role=region]:focus:after,[role=region].interface-interface-skeleton__content:focus-visible:after{bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1000000}.is-focusing-regions .editor-post-publish-panel,.is-focusing-regions .interface-interface-skeleton__actions .editor-layout__toggle-entities-saved-states-panel,.is-focusing-regions .interface-interface-skeleton__actions .editor-layout__toggle-publish-panel,.is-focusing-regions .interface-interface-skeleton__sidebar .editor-layout__toggle-sidebar-panel,.is-focusing-regions [role=region]:focus:after,.is-focusing-regions.is-distraction-free .interface-interface-skeleton__header .edit-post-header,[role=region].interface-interface-skeleton__content:focus-visible:after{box-shadow:inset 0 0 0 calc(var(--wp-admin-border-width-focus)*2/var(--wp-block-editor-iframe-zoom-out-scale, 1) + .5px) #ffffffb3;outline-color:var(--wp-admin-theme-color);outline-offset:calc(var(--wp-admin-border-width-focus)*-2/var(--wp-block-editor-iframe-zoom-out-scale, 1));outline-style:solid;outline-width:calc(var(--wp-admin-border-width-focus)*2/var(--wp-block-editor-iframe-zoom-out-scale, 1))}.components-menu-group+.components-menu-group{border-top:1px solid #1e1e1e;padding-top:8px}.components-menu-group+.components-menu-group.has-hidden-separator{border-top:none;margin-top:0;padding-top:0}.components-menu-group:has(>div:empty){display:none}.components-menu-group__label{color:#757575;font-size:11px;font-weight:499;margin-bottom:12px;margin-top:4px;padding:0 8px;text-transform:uppercase;white-space:nowrap}.components-menu-item__button,.components-menu-item__button.components-button{font-weight:400;width:100%}.components-menu-item__button.components-button[role=menuitemcheckbox] .components-menu-item__item:only-child,.components-menu-item__button.components-button[role=menuitemradio] .components-menu-item__item:only-child,.components-menu-item__button[role=menuitemcheckbox] .components-menu-item__item:only-child,.components-menu-item__button[role=menuitemradio] .components-menu-item__item:only-child{box-sizing:initial;padding-right:48px}.components-menu-item__button .components-menu-items__item-icon,.components-menu-item__button.components-button .components-menu-items__item-icon{display:inline-block;flex:0 0 auto}.components-menu-item__button .components-menu-items__item-icon.has-icon-right,.components-menu-item__button.components-button .components-menu-items__item-icon.has-icon-right{margin-left:24px;margin-right:-2px}.components-menu-item__button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right,.components-menu-item__button.components-button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right{margin-left:8px}.components-menu-item__button .block-editor-block-icon,.components-menu-item__button.components-button .block-editor-block-icon{margin-left:-2px;margin-right:8px}.components-menu-item__button.components-button.is-primary,.components-menu-item__button.is-primary{justify-content:center}.components-menu-item__button.components-button.is-primary .components-menu-item__item,.components-menu-item__button.is-primary .components-menu-item__item{margin-right:0}.components-menu-item__button.components-button:disabled.is-tertiary,.components-menu-item__button.components-button[aria-disabled=true].is-tertiary,.components-menu-item__button:disabled.is-tertiary,.components-menu-item__button[aria-disabled=true].is-tertiary{background:none;color:var(--wp-components-color-accent-darker-10,var(--wp-admin-theme-color-darker-10,#2145e6));opacity:.3}.components-menu-item__info-wrapper{display:flex;flex-direction:column;margin-right:auto}.components-menu-item__info{color:#757575;font-size:12px;margin-top:4px;white-space:normal}.components-menu-item__item{align-items:center;display:inline-flex;margin-right:auto;min-width:160px;white-space:nowrap}.components-menu-item__shortcut{align-self:center;color:currentColor;display:none;margin-left:auto;margin-right:0;padding-left:24px}@media (min-width:480px){.components-menu-item__shortcut{display:inline}}.components-menu-items-choice,.components-menu-items-choice.components-button{height:auto;min-height:40px}.components-menu-items-choice svg,.components-menu-items-choice.components-button svg{margin-right:12px}.components-menu-items-choice.components-button.has-icon,.components-menu-items-choice.has-icon{padding-left:12px}.components-modal__screen-overlay{background-color:#00000059;bottom:0;display:flex;left:0;position:fixed;right:0;top:0;z-index:100000}@keyframes __wp-base-styles-fade-in{0%{opacity:0}to{opacity:1}}@media not (prefers-reduced-motion){.components-modal__screen-overlay{animation:__wp-base-styles-fade-in .08s linear 0s;animation-fill-mode:forwards}}@keyframes __wp-base-styles-fade-out{0%{opacity:1}to{opacity:0}}@media not (prefers-reduced-motion){.components-modal__screen-overlay.is-animating-out{animation:__wp-base-styles-fade-out .08s linear 80ms;animation-fill-mode:forwards}}.components-modal__frame{box-sizing:border-box}.components-modal__frame *,.components-modal__frame :after,.components-modal__frame :before{box-sizing:inherit}.components-modal__frame{animation-fill-mode:forwards;animation-name:components-modal__appear-animation;animation-timing-function:cubic-bezier(.29,0,0,1);background:#fff;border-radius:8px 8px 0 0;box-shadow:0 5px 15px #00000014,0 15px 27px #00000012,0 30px 36px #0000000a,0 50px 43px #00000005;color:#1e1e1e;display:flex;margin:40px 0 0;overflow:hidden;width:100%}.components-modal__frame h1,.components-modal__frame h2,.components-modal__frame h3{color:#1e1e1e}@media not (prefers-reduced-motion){.components-modal__frame{animation-duration:var(--modal-frame-animation-duration)}}.components-modal__screen-overlay.is-animating-out .components-modal__frame{animation-name:components-modal__disappear-animation;animation-timing-function:cubic-bezier(1,0,.2,1)}@media (min-width:600px){.components-modal__frame{border-radius:8px;margin:auto;max-height:calc(100% - 128px);max-width:calc(100% - 32px);min-width:350px;width:auto}}@media (min-width:600px) and (min-width:600px){.components-modal__frame.is-full-screen{height:calc(100% - 32px);max-height:none;width:calc(100% - 32px)}}@media (min-width:600px) and (min-width:782px){.components-modal__frame.is-full-screen{height:calc(100% - 80px);max-width:none;width:calc(100% - 80px)}}@media (min-width:600px){.components-modal__frame.has-size-large,.components-modal__frame.has-size-medium,.components-modal__frame.has-size-small{width:100%}.components-modal__frame.has-size-small{max-width:384px}.components-modal__frame.has-size-medium{max-width:512px}.components-modal__frame.has-size-large{max-width:840px}}@media (min-width:960px){.components-modal__frame{max-height:70%}}.components-modal__frame.is-full-screen :where(.components-modal__content){display:flex;margin-bottom:24px;padding-bottom:0}.components-modal__frame.is-full-screen :where(.components-modal__content)>:last-child{flex:1}@keyframes components-modal__appear-animation{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes components-modal__disappear-animation{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}.components-modal__header{align-items:center;border-bottom:1px solid #0000;box-sizing:border-box;display:flex;flex-direction:row;height:72px;justify-content:space-between;left:0;padding:24px;position:absolute;top:0;width:100%;z-index:10}.components-modal__header .components-modal__header-heading{font-size:20px;font-weight:600}.components-modal__header h1{line-height:1;margin:0}.components-modal__content.has-scrolled-content:not(.hide-header) .components-modal__header{border-bottom-color:#ddd}.components-modal__header+p{margin-top:0}.components-modal__header-heading-container{align-items:center;display:flex;flex-direction:row;flex-grow:1;justify-content:flex-start}.components-modal__header-icon-container{display:inline-block}.components-modal__header-icon-container svg{max-height:36px;max-width:36px;padding:8px}.components-modal__content{flex:1;margin-top:72px;overflow:auto;padding:4px 24px 24px}.components-modal__content.hide-header{margin-top:0;padding-top:24px}.components-modal__content.is-scrollable:focus-visible{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000;outline-offset:-2px}.components-notice{align-items:center;background-color:#fff;border-left:4px solid var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:#1e1e1e;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;padding:8px 12px}.components-notice.is-dismissible{position:relative}.components-notice.is-dismissible .components-notice__content{margin-right:25px}.components-notice.is-success{background-color:#eff9f1;border-left-color:#4ab866}.components-notice.is-warning{background-color:#fef8ee;border-left-color:#f0b849}.components-notice.is-error{background-color:#f4a2a2;border-left-color:#cc1818}.components-notice__content{flex-grow:1;margin-bottom:4px;margin-top:4px}.components-notice__actions{align-items:center;display:flex;flex-wrap:wrap;gap:12px;margin-top:12px}.components-notice__dismiss{align-self:flex-start;color:#757575;flex-shrink:0}.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):focus,.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):active,.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{background-color:initial;color:#1e1e1e}.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{box-shadow:none}.components-notice-list{box-sizing:border-box;max-width:100vw}.components-notice-list .components-notice__content{line-height:2;margin-bottom:12px;margin-top:12px}.components-panel{background:#fff;border:1px solid #e0e0e0}.components-panel>.components-panel__body:first-child,.components-panel>.components-panel__header:first-child{margin-top:-1px}.components-panel>.components-panel__body:last-child,.components-panel>.components-panel__header:last-child{border-bottom-width:0}.components-panel+.components-panel{margin-top:-1px}.components-panel__body{border-bottom:1px solid #e0e0e0;border-top:1px solid #e0e0e0}.components-panel__body h3{margin:0 0 .5em}.components-panel__body.is-opened{padding:16px}.components-panel__header{align-items:center;border-bottom:1px solid #ddd;box-sizing:initial;display:flex;flex-shrink:0;height:47px;justify-content:space-between;padding:0 16px}.components-panel__header h2{color:inherit;font-size:inherit;margin:0}.components-panel__body+.components-panel__body,.components-panel__body+.components-panel__header,.components-panel__header+.components-panel__body,.components-panel__header+.components-panel__header{margin-top:-1px}.components-panel__body>.components-panel__body-title{display:block;font-size:inherit;margin-bottom:0;margin-top:0;padding:0}@media not (prefers-reduced-motion){.components-panel__body>.components-panel__body-title{transition:background .1s ease-in-out}}.components-panel__body.is-opened>.components-panel__body-title{margin:-16px -16px 5px}.components-panel__body>.components-panel__body-title:hover{background:#f0f0f0;border:none}.components-panel__body-toggle.components-button{border:none;box-shadow:none;color:#1e1e1e;font-weight:499;outline:none;padding:16px 48px 16px 16px;position:relative;text-align:left;width:100%}@media not (prefers-reduced-motion){.components-panel__body-toggle.components-button{transition:background .1s ease-in-out}}.components-panel__body-toggle.components-button{height:auto}.components-panel__body-toggle.components-button:focus{border-radius:0;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-panel__body-toggle.components-button .components-panel__arrow{fill:currentColor;color:#1e1e1e;position:absolute;right:16px;top:50%;transform:translateY(-50%)}@media not (prefers-reduced-motion){.components-panel__body-toggle.components-button .components-panel__arrow{transition:color .1s ease-in-out}}body.rtl .components-panel__body-toggle.components-button .dashicons-arrow-right{margin-top:-10px;transform:scaleX(-1)}.components-panel__icon{color:#757575;margin:-2px 0 -2px 6px}.components-panel__body-toggle-icon{margin-right:-5px}.components-panel__color-title{float:left;height:19px}.components-panel__row{align-items:center;display:flex;justify-content:space-between;margin-top:8px;min-height:36px}.components-panel__row select{min-width:0}.components-panel__row label{flex-shrink:0;margin-right:12px;max-width:75%}.components-panel__row:empty,.components-panel__row:first-of-type{margin-top:0}.components-panel .circle-picker{padding-bottom:20px}.components-placeholder.components-placeholder{-webkit-font-smoothing:subpixel-antialiased;align-items:flex-start;background-color:#fff;border-radius:2px;box-shadow:inset 0 0 0 1px #1e1e1e;box-sizing:border-box;color:#1e1e1e;display:flex;flex-direction:column;font-size:13px;gap:16px;margin:0;outline:1px solid #0000;padding:24px;position:relative;text-align:left;width:100%}.components-placeholder__error,.components-placeholder__fieldset,.components-placeholder__instructions,.components-placeholder__label{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:400;letter-spacing:normal;line-height:normal;text-transform:none}.components-placeholder__label{align-items:center;display:flex;font-weight:600}.components-placeholder__label .block-editor-block-icon,.components-placeholder__label .dashicon,.components-placeholder__label>svg{fill:currentColor;margin-right:4px}@media (forced-colors:active){.components-placeholder__label .block-editor-block-icon,.components-placeholder__label .dashicon,.components-placeholder__label>svg{fill:CanvasText}}.components-placeholder__label:empty{display:none}.components-placeholder__fieldset,.components-placeholder__fieldset form{display:flex;flex-direction:row;flex-wrap:wrap;gap:16px;justify-content:flex-start;width:100%}.components-placeholder__fieldset form p,.components-placeholder__fieldset p{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.components-placeholder__fieldset.is-column-layout,.components-placeholder__fieldset.is-column-layout form{flex-direction:column}.components-placeholder__input[type=url]{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:6px 8px}@media not (prefers-reduced-motion){.components-placeholder__input[type=url]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-placeholder__input[type=url]{font-size:13px;line-height:normal}}.components-placeholder__input[type=url]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-placeholder__input[type=url]::placeholder{color:#1e1e1e9e}.components-placeholder__input[type=url]{flex:1 1 auto}.components-placeholder__error{gap:8px;width:100%}.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link{margin-left:10px;margin-right:10px}.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link:last-child{margin-right:0}.components-placeholder.is-medium .components-placeholder__instructions,.components-placeholder.is-small .components-placeholder__instructions{display:none}.components-placeholder.is-medium .components-placeholder__fieldset,.components-placeholder.is-medium .components-placeholder__fieldset form,.components-placeholder.is-small .components-placeholder__fieldset,.components-placeholder.is-small .components-placeholder__fieldset form{flex-direction:column}.components-placeholder.is-medium .components-button,.components-placeholder.is-medium .components-placeholder__fieldset>*,.components-placeholder.is-small .components-button,.components-placeholder.is-small .components-placeholder__fieldset>*{justify-content:center;width:100%}.components-placeholder.is-small{padding:16px}.components-placeholder.has-illustration{backdrop-filter:blur(100px);backface-visibility:hidden;background-color:initial;border-radius:0;box-shadow:none;color:inherit;display:flex}.is-dark-theme .components-placeholder.has-illustration{background-color:#0000001a}.components-placeholder.has-illustration .components-placeholder__fieldset{margin-left:0;margin-right:0}.components-placeholder.has-illustration .components-button,.components-placeholder.has-illustration .components-placeholder__instructions,.components-placeholder.has-illustration .components-placeholder__label{opacity:0;pointer-events:none}@media not (prefers-reduced-motion){.components-placeholder.has-illustration .components-button,.components-placeholder.has-illustration .components-placeholder__instructions,.components-placeholder.has-illustration .components-placeholder__label{transition:opacity .1s linear}}.is-selected>.components-placeholder.has-illustration .components-button,.is-selected>.components-placeholder.has-illustration .components-placeholder__instructions,.is-selected>.components-placeholder.has-illustration .components-placeholder__label{opacity:1;pointer-events:auto}.components-placeholder.has-illustration:before{background:currentColor;bottom:0;content:"";left:0;opacity:.1;pointer-events:none;position:absolute;right:0;top:0}.components-placeholder.has-illustration{overflow:hidden}.is-selected .components-placeholder.has-illustration{overflow:auto}.components-placeholder__preview{display:flex;justify-content:center}.components-placeholder__illustration{stroke:currentColor;box-sizing:initial;height:100%;left:50%;opacity:.25;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.components-popover{box-sizing:border-box}.components-popover *,.components-popover :after,.components-popover :before{box-sizing:inherit}.components-popover{will-change:transform;z-index:1000000}.components-popover.is-expanded{bottom:0;left:0;position:fixed;right:0;top:0;z-index:1000000!important}.components-popover__content{background:#fff;border-radius:4px;box-shadow:0 0 0 1px #ccc,0 2px 3px #0000000d,0 4px 5px #0000000a,0 12px 12px #00000008,0 16px 16px #00000005;box-sizing:border-box;width:min-content}.is-alternate .components-popover__content{border-radius:2px;box-shadow:0 0 0 1px #1e1e1e}.is-unstyled .components-popover__content{background:none;border-radius:0;box-shadow:none}.components-popover.is-expanded .components-popover__content{box-shadow:0 -1px 0 0 #ccc;height:calc(100% - 48px);overflow-y:visible;position:static;width:auto}.components-popover.is-expanded.is-alternate .components-popover__content{box-shadow:0 -1px 0 #1e1e1e}.components-popover__header{align-items:center;background:#fff;display:flex;height:48px;justify-content:space-between;padding:0 8px 0 16px}.components-popover__header-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.components-popover__close.components-button{z-index:5}.components-popover__arrow{display:flex;height:14px;pointer-events:none;position:absolute;width:14px}.components-popover__arrow:before{background-color:#fff;content:"";height:2px;left:1px;position:absolute;right:1px;top:-1px}.components-popover__arrow.is-top{bottom:-14px!important;transform:rotate(0)}.components-popover__arrow.is-right{left:-14px!important;transform:rotate(90deg)}.components-popover__arrow.is-bottom{top:-14px!important;transform:rotate(180deg)}.components-popover__arrow.is-left{right:-14px!important;transform:rotate(-90deg)}.components-popover__triangle{display:block;flex:1}.components-popover__triangle-bg{fill:#fff}.components-popover__triangle-border{fill:#0000;stroke-width:1px;stroke:#ccc}.is-alternate .components-popover__triangle-border{stroke:#1e1e1e}.components-radio-control{border:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;margin:0;padding:0}.components-radio-control__group-wrapper.has-help{margin-block-end:12px}.components-radio-control__option{align-items:center;column-gap:8px;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto minmax(0,max-content)}.components-radio-control__input[type=radio]{border:1px solid #1e1e1e;border-radius:50%;grid-column:1;grid-row:1;height:24px;margin-right:12px;max-width:24px;min-width:24px;position:relative;transition:none;width:24px}@media not (prefers-reduced-motion){.components-radio-control__input[type=radio]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-radio-control__input[type=radio]{height:16px;max-width:16px;min-width:16px;width:16px}}.components-radio-control__input[type=radio]:checked:before{background-color:#fff;border:4px solid #fff;box-sizing:inherit;height:12px;left:50%;margin:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:12px}@media (min-width:600px){.components-radio-control__input[type=radio]:checked:before{height:8px;width:8px}}.components-radio-control__input[type=radio]:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color)}.components-radio-control__input[type=radio]:checked{background:var(--wp-admin-theme-color);border:none}.components-radio-control__input[type=radio]{appearance:none;cursor:pointer;display:inline-flex;margin:0;padding:0}.components-radio-control__input[type=radio]:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color);outline:2px solid #0000;outline-offset:2px}.components-radio-control__input[type=radio]:checked{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-radio-control__input[type=radio]:checked:before{border-radius:50%;content:""}.components-radio-control__label{cursor:pointer;grid-column:2;grid-row:1;line-height:24px}@media (min-width:600px){.components-radio-control__label{line-height:16px}}.components-radio-control__option-description{grid-column:2;grid-row:2;padding-block-start:4px}.components-radio-control__option-description.components-radio-control__option-description{margin-top:0}.components-resizable-box__handle{display:none;height:23px;width:23px;z-index:2}.components-resizable-box__container.has-show-handle .components-resizable-box__handle{display:block}.components-resizable-box__handle>div{height:100%;outline:none;position:relative;width:100%;z-index:2}.components-resizable-box__container>img{width:inherit}.components-resizable-box__handle:after{background:#fff;border-radius:50%;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)),0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003;content:"";cursor:inherit;display:block;height:15px;outline:2px solid #0000;position:absolute;right:calc(50% - 8px);top:calc(50% - 8px);width:15px}.components-resizable-box__side-handle:before{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-radius:9999px;content:"";cursor:inherit;display:block;height:3px;position:absolute;right:calc(50% - 1px);top:calc(50% - 1px);width:3px}@media not (prefers-reduced-motion){.components-resizable-box__side-handle:before{transition:transform .1s ease-in;will-change:transform}}.components-resizable-box__side-handle:before{opacity:0}.components-resizable-box__corner-handle,.components-resizable-box__side-handle{z-index:2}.components-resizable-box__side-handle.components-resizable-box__handle-bottom,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:before,.components-resizable-box__side-handle.components-resizable-box__handle-top,.components-resizable-box__side-handle.components-resizable-box__handle-top:before{border-left:0;border-right:0;left:0;width:100%}.components-resizable-box__side-handle.components-resizable-box__handle-left,.components-resizable-box__side-handle.components-resizable-box__handle-left:before,.components-resizable-box__side-handle.components-resizable-box__handle-right,.components-resizable-box__side-handle.components-resizable-box__handle-right:before{border-bottom:0;border-top:0;height:100%;top:0}@media not (prefers-reduced-motion){.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before{animation:components-resizable-box__top-bottom-animation .1s ease-out 0s;animation-fill-mode:forwards}.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before{animation:components-resizable-box__left-right-animation .1s ease-out 0s;animation-fill-mode:forwards}}@media not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none){.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before{animation:none}}}@keyframes components-resizable-box__top-bottom-animation{0%{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}@keyframes components-resizable-box__left-right-animation{0%{opacity:0;transform:scaleY(0)}to{opacity:1;transform:scaleY(1)}}.components-resizable-box__handle-right{right:-11.5px}.components-resizable-box__handle-left{left:-11.5px}.components-resizable-box__handle-top{top:-11.5px}.components-resizable-box__handle-bottom{bottom:-11.5px}.components-responsive-wrapper{align-items:center;display:flex;justify-content:center;max-width:100%;position:relative}.components-responsive-wrapper__content{display:block;max-width:100%;width:100%}.components-sandbox{overflow:hidden}iframe.components-sandbox{width:100%}body.lockscroll,html.lockscroll{overflow:hidden}.components-select-control__input{-webkit-tap-highlight-color:rgba(0,0,0,0)!important;outline:0}.components-snackbar{backdrop-filter:blur(16px) saturate(180%);background:#000000d9;border-radius:4px;box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005;box-sizing:border-box;color:#fff;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;max-width:600px;padding:12px 20px;pointer-events:auto;width:100%}@media (min-width:600px){.components-snackbar{width:fit-content}}.components-snackbar:focus{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-snackbar.components-snackbar-explicit-dismiss{cursor:default}.components-snackbar .components-snackbar__content-with-icon{padding-left:24px;position:relative}.components-snackbar .components-snackbar__icon{left:-8px;position:absolute;top:-2.9px}.components-snackbar .components-snackbar__dismiss-button{cursor:pointer;margin-left:24px}.components-snackbar__action.components-button,.components-snackbar__action.components-external-link{color:#fff;flex-shrink:0;margin-left:32px}.components-snackbar__action.components-button:focus,.components-snackbar__action.components-external-link:focus{box-shadow:none;outline:1px dotted #fff}.components-snackbar__action.components-button:hover,.components-snackbar__action.components-external-link:hover{color:currentColor;text-decoration:none}.components-snackbar__content{align-items:baseline;display:flex;justify-content:space-between;line-height:1.4}.components-snackbar-list{box-sizing:border-box;pointer-events:none;position:absolute;width:100%;z-index:100000}.components-snackbar-list__notice-container{padding-top:8px;position:relative}.components-tab-panel__tabs{align-items:stretch;display:flex;flex-direction:row}.components-tab-panel__tabs[aria-orientation=vertical]{flex-direction:column}.components-tab-panel__tabs-item{background:#0000;border:none;border-radius:0;box-shadow:none;cursor:pointer;font-weight:400;height:48px!important;margin-left:0;padding:3px 16px;position:relative}.components-tab-panel__tabs-item:focus:not(:disabled){box-shadow:none;outline:none;position:relative}.components-tab-panel__tabs-item:after{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-radius:0;bottom:0;content:"";height:calc(var(--wp-admin-border-width-focus)*0);left:0;pointer-events:none;position:absolute;right:0}@media not (prefers-reduced-motion){.components-tab-panel__tabs-item:after{transition:all .1s linear}}.components-tab-panel__tabs-item.is-active:after{height:calc(var(--wp-admin-border-width-focus)*1);outline:2px solid #0000;outline-offset:-1px}.components-tab-panel__tabs-item:before{border-radius:2px;bottom:12px;box-shadow:0 0 0 0 #0000;content:"";left:12px;pointer-events:none;position:absolute;right:12px;top:12px}@media not (prefers-reduced-motion){.components-tab-panel__tabs-item:before{transition:all .1s linear}}.components-tab-panel__tabs-item:focus-visible:before{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-tab-panel__tab-content:focus{box-shadow:none;outline:none}.components-tab-panel__tab-content:focus-visible{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000;outline-offset:0}.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{background:var(--wp-components-color-background,#fff);border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;color:var(--wp-components-color-foreground,#1e1e1e);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;height:32px;line-height:normal;margin:0;padding:6px 8px;width:100%}@media not (prefers-reduced-motion){.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{font-size:13px;line-height:normal}}.components-text-control__input:focus,.components-text-control__input[type=color]:focus,.components-text-control__input[type=date]:focus,.components-text-control__input[type=datetime-local]:focus,.components-text-control__input[type=datetime]:focus,.components-text-control__input[type=email]:focus,.components-text-control__input[type=month]:focus,.components-text-control__input[type=number]:focus,.components-text-control__input[type=password]:focus,.components-text-control__input[type=tel]:focus,.components-text-control__input[type=text]:focus,.components-text-control__input[type=time]:focus,.components-text-control__input[type=url]:focus,.components-text-control__input[type=week]:focus{border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-text-control__input::placeholder,.components-text-control__input[type=color]::placeholder,.components-text-control__input[type=date]::placeholder,.components-text-control__input[type=datetime-local]::placeholder,.components-text-control__input[type=datetime]::placeholder,.components-text-control__input[type=email]::placeholder,.components-text-control__input[type=month]::placeholder,.components-text-control__input[type=number]::placeholder,.components-text-control__input[type=password]::placeholder,.components-text-control__input[type=tel]::placeholder,.components-text-control__input[type=text]::placeholder,.components-text-control__input[type=time]::placeholder,.components-text-control__input[type=url]::placeholder,.components-text-control__input[type=week]::placeholder{color:#1e1e1e9e}.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{border-color:var(--wp-components-color-gray-600,#949494)}.components-text-control__input::placeholder,.components-text-control__input[type=color]::placeholder,.components-text-control__input[type=date]::placeholder,.components-text-control__input[type=datetime-local]::placeholder,.components-text-control__input[type=datetime]::placeholder,.components-text-control__input[type=email]::placeholder,.components-text-control__input[type=month]::placeholder,.components-text-control__input[type=number]::placeholder,.components-text-control__input[type=password]::placeholder,.components-text-control__input[type=tel]::placeholder,.components-text-control__input[type=text]::placeholder,.components-text-control__input[type=time]::placeholder,.components-text-control__input[type=url]::placeholder,.components-text-control__input[type=week]::placeholder{color:color-mix(in srgb,var(--wp-components-color-foreground,#1e1e1e),#0000 38%)}.components-text-control__input.is-next-40px-default-size,.components-text-control__input[type=color].is-next-40px-default-size,.components-text-control__input[type=date].is-next-40px-default-size,.components-text-control__input[type=datetime-local].is-next-40px-default-size,.components-text-control__input[type=datetime].is-next-40px-default-size,.components-text-control__input[type=email].is-next-40px-default-size,.components-text-control__input[type=month].is-next-40px-default-size,.components-text-control__input[type=number].is-next-40px-default-size,.components-text-control__input[type=password].is-next-40px-default-size,.components-text-control__input[type=tel].is-next-40px-default-size,.components-text-control__input[type=text].is-next-40px-default-size,.components-text-control__input[type=time].is-next-40px-default-size,.components-text-control__input[type=url].is-next-40px-default-size,.components-text-control__input[type=week].is-next-40px-default-size{height:40px;padding-left:12px;padding-right:12px}.components-text-control__input[type=email],.components-text-control__input[type=url]{direction:ltr}.components-tip{color:#757575;display:flex}.components-tip svg{fill:#f0b849;align-self:center;flex-shrink:0;margin-right:16px}.components-tip p{margin:0}.components-toggle-control__label{line-height:16px}.components-toggle-control__label:not(.is-disabled){cursor:pointer}.components-toggle-control__help{display:inline-block;margin-inline-start:40px}.components-accessible-toolbar{border:1px solid var(--wp-components-color-foreground,#1e1e1e);border-radius:2px;display:inline-flex;flex-shrink:0}.components-accessible-toolbar>.components-toolbar-group:last-child{border-right:none}.components-accessible-toolbar.is-unstyled{border:none}.components-accessible-toolbar.is-unstyled>.components-toolbar-group{border-right:none}.components-accessible-toolbar[aria-orientation=vertical],.components-toolbar[aria-orientation=vertical]{align-items:center;display:flex;flex-direction:column}.components-accessible-toolbar .components-button,.components-toolbar .components-button{height:48px;padding-left:16px;padding-right:16px;position:relative;z-index:1}.components-accessible-toolbar .components-button:focus:not(:disabled),.components-toolbar .components-button:focus:not(:disabled){box-shadow:none;outline:none}.components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{border-radius:2px;content:"";display:block;height:32px;left:8px;position:absolute;right:8px;z-index:-1}@media not (prefers-reduced-motion){.components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{animation:components-button__appear-animation .1s ease;animation-fill-mode:forwards}}.components-accessible-toolbar .components-button svg,.components-toolbar .components-button svg{margin-left:auto;margin-right:auto;position:relative}.components-accessible-toolbar .components-button.is-pressed,.components-accessible-toolbar .components-button.is-pressed:hover,.components-toolbar .components-button.is-pressed,.components-toolbar .components-button.is-pressed:hover{background:#0000}.components-accessible-toolbar .components-button.is-pressed:before,.components-toolbar .components-button.is-pressed:before{background:var(--wp-components-color-foreground,#1e1e1e)}.components-accessible-toolbar .components-button:focus:before,.components-toolbar .components-button:focus:before{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.components-accessible-toolbar .components-button.has-icon.has-icon,.components-toolbar .components-button.has-icon.has-icon{min-width:48px;padding-left:8px;padding-right:8px}@keyframes components-button__appear-animation{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.components-toolbar__control.components-button{position:relative}.components-toolbar__control.components-button[data-subscript] svg{padding:5px 10px 5px 0}.components-toolbar__control.components-button[data-subscript]:after{bottom:10px;content:attr(data-subscript);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:600;line-height:12px;position:absolute;right:8px}.components-toolbar__control.components-button:not(:disabled).is-pressed[data-subscript]:after{color:#fff}.components-toolbar-group{background-color:var(--wp-components-color-background,#fff);border-right:1px solid var(--wp-components-color-foreground,#1e1e1e);display:inline-flex;flex-shrink:0;flex-wrap:wrap;min-height:48px;padding-left:6px;padding-right:6px}.components-toolbar-group .components-toolbar-group.components-toolbar-group{border-width:0;margin:0}.components-toolbar-group{line-height:0}.components-toolbar-group .components-button.components-button,.components-toolbar-group .components-button.has-icon.has-icon{justify-content:center;min-width:36px;padding-left:6px;padding-right:6px}.components-toolbar-group .components-button.components-button svg,.components-toolbar-group .components-button.has-icon.has-icon svg{min-width:24px}.components-toolbar-group .components-button.components-button:before,.components-toolbar-group .components-button.has-icon.has-icon:before{left:2px;right:2px}.components-toolbar{background-color:var(--wp-components-color-background,#fff);border:1px solid var(--wp-components-color-foreground,#1e1e1e);display:inline-flex;flex-shrink:0;flex-wrap:wrap;margin:0;min-height:48px}.components-toolbar .components-toolbar.components-toolbar{border-width:0;margin:0}div.components-toolbar>div{display:flex;margin:0}div.components-toolbar>div+div.has-left-divider{margin-left:6px;overflow:visible;position:relative}div.components-toolbar>div+div.has-left-divider:before{background-color:#ddd;box-sizing:initial;content:"";display:inline-block;height:20px;left:-3px;position:absolute;top:8px;width:1px}.components-tooltip{background:#000;border-radius:2px;box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005;color:#f0f0f0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:12px;line-height:1.4;padding:4px 8px;text-align:center;z-index:1000002}.components-tooltip__shortcut{margin-left:8px}.components-validated-control:has(:is(input,select):invalid[data-validity-visible]) .components-input-control__backdrop{--wp-components-color-accent:#cc1818;border-color:#cc1818}.components-validated-control :is(textarea,input[type=text]):invalid[data-validity-visible]{--wp-admin-theme-color:#cc1818;--wp-components-color-accent:#cc1818;border-color:#cc1818}.components-validated-control .components-combobox-control__suggestions-container:has(input:invalid[data-validity-visible]):not(:has([aria-expanded=true])){--wp-components-color-accent:#cc1818}.components-validated-control__wrapper-with-error-delegate{position:relative}.components-validated-control__wrapper-with-error-delegate:has(select:invalid[data-validity-visible]) .components-input-control__backdrop{--wp-components-color-accent:#cc1818;border-color:#cc1818}.components-validated-control__wrapper-with-error-delegate:has(input[type=radio]:invalid[data-validity-visible]){--wp-components-color-accent:#cc1818}.components-validated-control__wrapper-with-error-delegate:has(input:invalid[data-validity-visible]) .components-form-token-field__input-container:not(:has([aria-expanded=true])){--wp-components-color-accent:#cc1818;border-color:#cc1818}.components-validated-control__error-delegate{height:100%;opacity:0;pointer-events:none;position:absolute;top:0;width:100%}.components-validated-control__indicator{align-items:flex-start;animation:components-validated-control__indicator-jump .2s cubic-bezier(.68,-.55,.27,1.55);color:var(--wp-components-color-gray-700,#757575);display:flex;font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:12px;gap:4px;line-height:16px;margin:8px 0 0}.components-validated-control__indicator.is-invalid{color:#cc1818}.components-validated-control__indicator.is-valid{color:color-mix(in srgb,#000 30%,#4ab866)}.components-validated-control__indicator-icon{flex-shrink:0}.components-validated-control__indicator-spinner{height:12px;margin:2px;width:12px}@keyframes components-validated-control__indicator-jump{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}:root{--wp-admin-theme-color:#3858e9;--wp-admin-theme-color--rgb:56,88,233;--wp-admin-theme-color-darker-10:#2145e6;--wp-admin-theme-color-darker-10--rgb:33.0384615385,68.7307692308,230.4615384615;--wp-admin-theme-color-darker-20:#183ad6;--wp-admin-theme-color-darker-20--rgb:23.6923076923,58.1538461538,214.3076923077;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.block-editor-block-list__block.st-stepguide__header[data-type="st-blocks/stepguide-header"],.block-editor-block-list__block.wp-block.wp-block-st-blocks-stepguide-header[data-type="st-blocks/stepguide-header"]{margin-bottom:0!important;margin-top:0!important}.st-stepguide__add-item{justify-content:center;margin-top:12px;width:100%}.st-stepguide .st-stepguide__body{margin-top:0;overflow:visible;padding-top:0}.st-stepguide .block-editor-block-list__block.wp-block.has-child-selected{margin-top:0!important}
.st-timeline-block__add-item{justify-content:center;margin-top:12px;width:100%}.st-timeline-block .block-editor-block-list__block.wp-block.has-child-selected{margin-top:0!important}.st-timeline-block__inspector-label-width{width:100%}.editor-styles-wrapper .st-timeline-block p.st-timeline-block__title.block-editor-rich-text__editable,.st-timeline-block p.st-timeline-block__title.block-editor-rich-text__editable{font-size:var(--st-timeline-title-font-size)!important}.editor-styles-wrapper .st-timeline-block p.st-timeline-block__label.block-editor-rich-text__editable,.st-timeline-block p.st-timeline-block__label.block-editor-rich-text__editable{font-size:.95em!important;line-height:var(--st-timeline-title-line-height)!important}
.components-dropdown-menu__menu .components-dropdown-menu-item>.fa>[class^=st-svg-],.components-dropdown-menu__menu .components-dropdown-menu-item>[class*=" st-svg-"],.components-dropdown-menu__menu .components-dropdown-menu__menu-item>.fa>[class^=st-svg-],.components-dropdown-menu__menu .components-dropdown-menu__menu-item>[class*=" st-svg-"]{align-items:center;border-radius:2px;display:flex;font-size:14px!important;height:24px;justify-content:center;padding:2px;width:24px}.components-button.has-icon.has-text>.fa>[class^=st-svg-],.components-button.has-icon.has-text>[class*=" st-svg-"]{margin-right:8px}em-emoji-picker{--shadow:0 0 0 1px #1e1e1e;--border-radius:2px}.editor-styles-wrapper .wp-block-st-blocks-conditional-display{border:2px solid #eee}.conditional-display-date-setting-panel h3{margin-bottom:0}.conditional-display-date-setting-panel .components-datetime__time-wrapper{align-items:flex-start}.conditional-display-date-setting-panel .components-form-toggle,.conditional-display-date-setting-panel .components-toggle-control__label{margin-bottom:20px!important}.conditional-display-date-setting-panel .components-base-control,.conditional-display-date-setting-panel .components-base-control:last-child{margin-bottom:0!important}.st-faq.st-faq .st-faq__answer-content p,.st-faq.st-faq .st-faq__question-content,.st-faq__answer.st-faq__answer .st-faq__answer-content p{color:#333;display:block;font-size:15px;line-height:1.8}.wp-block-st-blocks-flexbox.wp-block-st-blocks-flexbox .st-header-flexbox p:not(.st-header-flextitle){display:block}.st-header-flextitle .st-svg-inline{line-height:1;margin:0 5px}.st-header-flexwrap .st-header-flextitle .st-svg-inline svg{fill:currentColor;display:inline-block;height:1.2em;vertical-align:-.125em;width:1.2em}.st-google-map-embed__inner{box-sizing:border-box;line-height:0;margin-left:auto;margin-right:auto;overflow:hidden}.st-google-map-embed__frame{border:0;display:block;vertical-align:bottom;width:100%}.st-google-map-embed__open-wrap{font-size:.875em;margin:.5em 0 0;text-align:center}.st-google-map-embed__open-wrap a{text-decoration:underline}.st-google-map-embed-editor__setup{background:#fafafa;border:1px dashed #ccc;border-radius:4px;display:flex;flex-direction:column;gap:12px;padding:1em}.st-google-map-embed-editor__apply{align-self:flex-start;width:auto}.st-google-map-embed-editor__preview{padding-top:.5em}.st-google-map-embed-editor__open{font-size:.875em;margin:.5em 0 0;text-align:center}.st-google-map-embed-editor__reset{margin-top:12px}.clip-memobox.clip-memobox .clip-memotext p{display:block}.clip-memobox .clip-fonticon .st-svg-inline{line-height:1}.clip-memobox .clip-fonticon .st-svg-inline svg{fill:currentColor;display:inline-block;height:1.2em;margin-bottom:3px;vertical-align:-.125em;width:1.2em}.clip-memobox.wp-block-st-blocks-memo.has-icon-label .st-svg-inline{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.clip-memobox.wp-block-st-blocks-memo.has-icon-label .st-svg-inline:after{content:attr(data-icon-label);display:block;font-size:11px;line-height:1.5em;margin-top:0;max-width:5.5em}.wp-block-st-blocks-midashi-box.wp-block-st-blocks-midashi-box .free-inbox p{display:block}.p-entry-f .st-svg-inline{line-height:1;margin-right:3px}.freebox .p-entry-f .st-svg-inline svg{fill:currentColor;display:inline-block;height:1.2em;margin-right:3px;vertical-align:-.125em;width:1.2em}.block-editor-block-list__layout .block-editor-block-list__block.wp-block-st-my-block{margin-bottom:0;margin-top:0}.block-editor-block-list__layout .block-editor-block-list__block.wp-block-st-my-block .wp-block-st-my-block__content>:first-child{margin-top:0!important}.block-editor-block-list__layout .block-editor-block-list__block.wp-block-st-blocks-my-block .wp-block-st-blocks-my-block__content>:last-child{margin-bottom:0!important}.block-editor-block-list__layout .block-editor-block-list__block.wp-block-st-blocks-my-block .components-form-token-field__suggestions-list{margin:0;padding:0}.wp-block-st-blocks-my-block__combobox-control{border:1px solid #e0e0e0;margin-bottom:1em;padding:.5em 1em}.wp-block-st-blocks-my-block__content{background:#fafafa;border:3px dashed #ddd;color:#888;font-weight:700;padding:1em;text-align:center}.wp-block-st-blocks-my-block--none .wp-block-st-blocks-my-block__content{background:#faeaea;border:3px dashed #dcc;color:#877}.wp-block-st-blocks-my-block__edit-link{display:flex;justify-content:flex-end}.wp-block-st-blocks-my-block__edit-link-button{align-items:center;-webkit-appearance:none;background:none;background:#0000;border:0;border-radius:2px;box-shadow:inset 0 0 0 1px var(--wp-components-color-accent,var(--wp-admin-theme-color,#007cba));box-sizing:border-box;color:var(--wp-components-color-foreground,#1e1e1e);color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#007cba));cursor:pointer;display:inline-flex;display:flex;font-family:inherit;font-size:13px;font-weight:400;height:36px;justify-content:center;margin:1em 0 0;outline:1px solid #0000;padding:6px 12px;pointer-events:auto;text-decoration:none;transition:box-shadow .1s linear;white-space:nowrap}.st-mybox.st-mybox .st-in-mybox p{display:block}.st-mybox .st-mybox-title .st-svg-inline{line-height:1;margin-left:3px;margin-right:3px}.st-mybox .st-mybox-title .st-svg-inline svg{fill:currentColor;display:inline-block;height:1.2em;margin-right:3px;vertical-align:-.125em;width:1.2em}.st-mybtn .st-svg-inline:not(.st-svg-after){margin-right:8px}.st-mybtn .st-svg-inline.st-svg-after{margin-left:8px}.st-mybtn .st-svg-inline{line-height:1}.st-mybtn .st-svg-inline svg{fill:currentColor;display:inline-block;height:1.2em;vertical-align:-.125em;width:1.2em}.editor-styles-wrapper .wp-block-st-blocks-st-catgroup{background:#fafafa;border:3px dashed #ddd;color:#888;font-weight:700;padding:1em;text-align:center}.wp-block-st-blocks-st-kaiwa.wp-block-st-blocks-st-kaiwa .st-kaiwa-hukidashi p,.wp-block-st-blocks-st-kaiwa.wp-block-st-blocks-st-kaiwa .st-kaiwa-hukidashi2 p{color:#333;display:block;font-size:15px;line-height:1.8}.editor-styles-wrapper .wp-block-st-blocks-st-postgroup{background:#fafafa;border:3px dashed #ddd;color:#888;font-weight:700;padding:1em;text-align:center}.st-review{border:1px solid;padding:20px}.st-review-header{align-items:center;display:flex;gap:12px;margin-bottom:12px}.st-review-avatar{flex-shrink:0;height:60px;width:60px}.st-review-avatar img{border-radius:50%;height:60px;object-fit:cover;width:60px}.st-review-meta{flex:1;min-width:0}.st-review-title{color:#333;display:block;font-size:16px;font-weight:700;line-height:1.4;margin:0 0 4px}.st-review-info{align-items:center;display:flex;font-size:13px;gap:8px;line-height:1.4}.st-review-info.is-vertical{align-items:flex-start;flex-direction:column;justify-content:left}.st-review-label{color:#666}.st-review-stars{display:inline-flex;gap:1px}.st-review-star{font-size:14px;line-height:1}.st-review-star.is-filled{color:#ffc107}.st-review-star.is-half{color:#ffc107;opacity:.6}.st-review-star.is-empty{color:#ccc}.st-review-content{color:#333;font-size:15px;line-height:1.8}.st-review.st-review .st-review-content p{color:#333;display:block;font-size:15px;line-height:1.8}.block-editor-block-list__block .st-review-header{cursor:default;position:relative}.block-editor-block-list__block .st-review-header:after,.block-editor-block-list__block .st-review-header:before{content:"";inset:0;opacity:0;pointer-events:none;position:absolute;transition:opacity .2s ease}.block-editor-block-list__block .st-review-header:before{background:repeating-linear-gradient(-45deg,#0000000a,#0000000a 4px,#00000014 0,#00000014 8px);border-radius:4px;z-index:1}.block-editor-block-list__block .st-review-header:after{align-items:center;background:#ffffffd9;border-radius:3px;color:#1e1e1e;content:"サイドバーで設定してください";display:flex;font-size:12px;justify-content:center;z-index:2}.block-editor-block-list__block .st-review-header:hover:after,.block-editor-block-list__block .st-review-header:hover:before{opacity:1}.wp-block-st-blocks-st-slidebox.wp-block-st-blocks-st-slidebox .st-slidebox p{color:#333;display:block;font-size:15px;line-height:1.8}.editor-styles-wrapper .wp-block-st-blocks-st-taggroup{background:#fafafa;border:3px dashed #ddd;color:#888;font-weight:700;padding:1em;text-align:center}.st-stepguide{counter-reset:stepguide-counter 0;--st--stepguide--number-bg-color:#fff;--st--stepguide--number-text-color:#ccc;--st--stepguide--title-text-color:inherit;--st--stepguide--track-line-color:#ccc;--st--stepguide--track-outdent:20px;--st--stepguide--number-column-width:2.33rem;--st--stepguide--grid-columns:var(--st--stepguide--number-column-width) minmax(0,1fr);--st--stepguide--title-inline-padding:0.5em;--st--stepguide--counter-font-size:1.5em}.st-stepguide[data-show-step-label=false]{--st--stepguide--number-column-width:1.55rem}.st-stepguide__item{border-left:none;column-gap:12px;counter-increment:stepguide-counter;display:grid;grid-template-columns:var(--st--stepguide--grid-columns);margin-left:0;padding-bottom:24px;padding-left:0;position:relative}.st-stepguide__item:before{background-color:var(--st--stepguide--track-line-color);bottom:0;content:"";left:calc(var(--st--stepguide--number-column-width)/2 - .5px);pointer-events:none;position:absolute;top:0;width:1px;z-index:0}.st-stepguide__item:last-child{padding-bottom:0}.st-stepguide__item:last-child:before{display:none}.st-stepguide__header{align-items:center;background-color:var(--st--stepguide--number-bg-color);column-gap:10px;cursor:pointer;display:grid;grid-column:1/-1;grid-template-columns:var(--st--stepguide--grid-columns);margin-left:0;padding:8px 30px 8px 0;position:relative;z-index:1}.st-stepguide__number{align-items:flex-start;color:var(--st--stepguide--number-text-color);display:flex;flex-direction:column;flex-shrink:0;font-family:Roboto,Arial,sans-serif;justify-self:center}.st-stepguide__number-label{font-family:Roboto,sans-serif;font-size:.5em;font-weight:400;letter-spacing:.08em;line-height:1.2;padding-left:.4em}.st-stepguide[data-show-step-label=false] .st-stepguide__number-label{display:none}.st-stepguide__number-value{display:block}.st-stepguide__number-value:before{color:var(--st--stepguide--number-text-color);content:counter(stepguide-counter,decimal-leading-zero);display:block;font-family:Roboto,sans-serif;font-size:var(--st--stepguide--counter-font-size);font-variant-numeric:tabular-nums;font-weight:700;line-height:1;min-width:2.25ch;text-align:center}h2.st-stepguide__title{font-size:var(--fs-h2);line-height:var(--lh-h2)}h3.st-stepguide__title{font-size:var(--fs-h3);line-height:var(--lh-h3)}h4.st-stepguide__title{font-size:var(--fs-h4);line-height:var(--lh-h4)}p.st-stepguide__title{font-size:var(--fs-p);line-height:var(--lh-p)}.st-stepguide__title{background-color:#0000!important;border:none!important;font-weight:700;margin:0!important;min-width:0;opacity:1;padding:0 var(--st--stepguide--title-inline-padding)!important;transition:opacity .28s cubic-bezier(.4,0,.2,1)}.st-stepguide__title .st-h-copy,.st-stepguide__title .st-h-copy-toc{font-weight:500}.wp-block-st-blocks-stepguide:not(.has-default-open) .st-stepguide__title:hover{opacity:.7}.st-stepguide.st-stepguide .st-stepguide__title{color:var(--st--stepguide--title-text-color)!important;-webkit-text-fill-color:var(--st--stepguide--title-text-color)!important}.st-stepguide__body{grid-column:2;grid-row:2;overflow:hidden;padding-left:var(--st--stepguide--title-inline-padding);padding-top:12px;position:relative;transition:max-height .3s ease,opacity .3s ease;z-index:1}.st-stepguide__body.is-collapsed{max-height:0!important;opacity:0;padding-bottom:0;padding-top:0}.st-stepguide.has-default-open .st-stepguide__body:not(.is-collapsed){max-height:none;opacity:1}.st-stepguide__toggle-icon{display:block}.st-stepguide__toggle-icon-vertical{transition:opacity .3s ease}.st-stepguide__toggle-btn{align-items:center;background:#0000;border:none;border-radius:2px;color:var(--st--stepguide--number-text-color);cursor:pointer;display:flex;height:32px;justify-content:center;padding:0;position:absolute;right:0;top:50%;transform:translateY(-50%);width:32px}.st-stepguide__toggle-btn[aria-expanded=true] .st-stepguide__toggle-icon-vertical{opacity:0}.st-stepguide[data-stepguide-collapsible=false] .st-stepguide__header{cursor:default;padding:8px 0}.st-stepguide[data-stepguide-collapsible=false] .st-stepguide__title{padding:0 0 0 var(--st--stepguide--title-inline-padding)!important}.st-sales-card{background:#fff;border-radius:12px;box-sizing:border-box;max-width:100%;overflow:hidden}.st-sales-card.is-box-shadow{box-shadow:0 4px 14px #0000001f}.st-sales-card__inner{display:flex;flex-direction:column;min-width:0}.st-sales-card__media{margin:0;overflow:hidden;padding:0;position:relative}.st-sales-card__media img{display:block;height:auto;width:100%}.st-sales-card__media--aspect-16-9{aspect-ratio:16/9}.st-sales-card__media--aspect-16-9 img{display:block;height:100%;object-fit:cover;width:100%}.st-sales-card__media--aspect-4-3{aspect-ratio:4/3}.st-sales-card__media--aspect-4-3 img{display:block;height:100%;object-fit:cover;width:100%}.block-editor-block-list__block.wp-block-st-blocks-sales-card .st-sales-card__media--aspect-16-9 img,.block-editor-block-list__block.wp-block-st-blocks-sales-card .st-sales-card__media--aspect-4-3 img,.editor-styles-wrapper .wp-block-st-blocks-sales-card .st-sales-card__media--aspect-16-9 img,.editor-styles-wrapper .wp-block-st-blocks-sales-card .st-sales-card__media--aspect-4-3 img{height:100%}.block-editor-block-list__block.wp-block-st-blocks-sales-card .st-sales-card__media img,.editor-styles-wrapper .wp-block-st-blocks-sales-card .st-sales-card__media img{margin-bottom:0}.st-sales-card__media--circle-clip{align-items:center;aspect-ratio:unset;box-sizing:border-box;display:flex;justify-content:center;min-height:0;padding:1.5rem 1rem 0}.st-sales-card__media--circle-clip img{aspect-ratio:1;border-radius:50%;display:block;object-fit:cover;object-position:center}.st-sales-card__media--circle-clip-size-small img{height:100px;width:100px}.st-sales-card__media--circle-clip-size-medium img{height:150px;width:150px}.st-sales-card__media--circle-clip-size-large img{height:200px;width:200px}.st-sales-card__media--empty{align-items:center;box-sizing:border-box;display:flex;justify-content:center;min-height:120px;padding:1rem}.st-sales-card__media-empty-label{color:#757575;font-size:13px;line-height:1.5;text-align:center}.st-sales-card__body{box-sizing:border-box;padding:1.25rem 1.5rem 1.5rem;text-align:center}.st-sales-card__icon{line-height:1;margin-bottom:.75rem;padding-top:.75rem;text-align:center}.st-sales-card__icon .st-svg-inline{line-height:1}.st-sales-card__icon .st-svg-inline svg{fill:currentcolor;display:inline-block;height:1.2em;vertical-align:-.125em;width:1.2em}.st-sales-card__title{color:#222;font-size:1.25rem;font-weight:700;line-height:1.45;margin:0 0 .75rem}.st-sales-card__title.st-sales-card__title--before-subtext{margin-bottom:.35rem}.st-sales-card__subtext{color:#222;font-size:.9375rem;font-weight:400;line-height:1.5;margin:0}.st-sales-card__subtext--above{margin-bottom:.35rem}.st-sales-card__subtext--below{margin-bottom:.75rem}.st-sales-card__inspector-subtext .st-sales-card__inspector-subtext-buttons{display:flex;width:100%}.st-sales-card__inspector-subtext .st-sales-card__inspector-subtext-buttons .components-button{flex:1;justify-content:center}.st-sales-card__inspector-title-size [role=radiogroup]{display:flex;flex-wrap:nowrap;width:100%}.st-sales-card__inspector-title-size [role=radiogroup]>*{flex:1 1 0;min-width:0}.st-sales-card__inspector-title-size [role=radiogroup] .components-button,.st-sales-card__inspector-title-size [role=radiogroup] [role=radio],.st-sales-card__inspector-title-size [role=radiogroup] button{justify-content:center;text-align:center;width:100%}.st-sales-card__inspector-aspect-ratio{margin-top:16px}.st-sales-card__inspector-aspect-ratio [role=radiogroup]{display:flex;flex-wrap:nowrap;width:100%}.st-sales-card__inspector-aspect-ratio [role=radiogroup]>*{flex:1 1 0;min-width:0}.st-sales-card__inspector-aspect-ratio [role=radiogroup] .components-button,.st-sales-card__inspector-aspect-ratio [role=radiogroup] [role=radio],.st-sales-card__inspector-aspect-ratio [role=radiogroup] button{justify-content:center;text-align:center;width:100%}.st-sales-card__inspector-clip-size{margin-top:16px}.st-sales-card__inspector-clip-size [role=radiogroup]{display:flex;flex-wrap:nowrap;width:100%}.st-sales-card__inspector-clip-size [role=radiogroup]>*{flex:1 1 0;min-width:0}.st-sales-card__inspector-clip-size [role=radiogroup] .components-button,.st-sales-card__inspector-clip-size [role=radiogroup] [role=radio],.st-sales-card__inspector-clip-size [role=radiogroup] button{justify-content:center;text-align:center;width:100%}.st-sales-card__content{color:#333;text-align:center}.st-sales-card.st-sales-card .st-sales-card__content p{color:#333;display:block;font-size:.95em!important;line-height:1.8!important}.st-sales-card__content>:first-child{margin-top:0}.st-sales-card__content>:last-child{margin-bottom:0}.block-editor-block-list__block.wp-block-st-blocks-sales-card .st-sales-card__media:not(.st-sales-card__media--circle-clip):not(.st-sales-card__media--aspect-16-9):not(.st-sales-card__media--aspect-4-3),.editor-styles-wrapper .wp-block-st-blocks-sales-card .st-sales-card__media:not(.st-sales-card__media--circle-clip):not(.st-sales-card__media--aspect-16-9):not(.st-sales-card__media--aspect-4-3){aspect-ratio:inherit}.st-sales-card__editor-link-wrap .st-sales-card{cursor:pointer}a.st-sales-card__link{color:inherit;display:block;text-decoration:none}a.st-sales-card__link:hover .st-sales-card{opacity:.96}.st-sales-card__sidebar-media .st-sales-card__sidebar-thumb{cursor:pointer;display:block;height:auto;margin-bottom:8px;max-width:100%}.st-sales-card__sidebar-thumb-frame{cursor:pointer;margin-bottom:8px;max-width:100%;overflow:hidden}.st-sales-card__sidebar-thumb-frame--aspect-16-9{aspect-ratio:16/9}.st-sales-card__sidebar-thumb-frame--aspect-4-3{aspect-ratio:4/3}.st-sales-card__sidebar-thumb-frame .st-sales-card__sidebar-thumb{display:block;height:100%;margin-bottom:0;max-width:none;object-fit:cover;width:100%}.editor-styles-wrapper .st-sales-card__sidebar-thumb-frame .st-sales-card__sidebar-thumb{height:100%}.st-sales-card__sidebar-media .st-sales-card__sidebar-thumb--circle{aspect-ratio:1;border-radius:50%;margin-left:auto;margin-right:auto;object-fit:cover}.st-sales-card__sidebar-clip-toggle{margin-top:16px}.editor-styles-wrapper .wp-block-st-blocks-slide-content .st-slide-content__labels{background:#f0f0f0;border-radius:4px;display:flex;flex-wrap:wrap;gap:4px;margin-bottom:12px;padding:4px}.editor-styles-wrapper .wp-block-st-blocks-slide-content .st-slide-content__label{background:#0000;border:1px solid #0000;border-radius:3px;color:#1e1e1e;cursor:pointer;font-size:13px;line-height:1.4;padding:6px 14px;transition:background .15s,border-color .15s}.editor-styles-wrapper .wp-block-st-blocks-slide-content .st-slide-content__label:hover{background:#e0e0e0}.editor-styles-wrapper .wp-block-st-blocks-slide-content .st-slide-content__label.is-active{background:#fff;border-color:#ccc;font-weight:600}.editor-styles-wrapper .wp-block-st-blocks-slide-content .st-slide-content__label-add{background:#0000;border:1px dashed #ccc;border-radius:3px;color:#757575;cursor:pointer;padding:6px 8px}.editor-styles-wrapper .wp-block-st-blocks-slide-content .st-slide-content__label-add:hover{border-color:#999;color:#1e1e1e}.editor-styles-wrapper .wp-block-st-blocks-slide-content .st-slide-content__track{display:block;gap:0;overflow:visible;padding:0}.editor-styles-wrapper .wp-block-st-blocks-slide-content .st-slide-content__track>.wp-block-st-blocks-slide-content-item{display:none;flex:none;width:100%}.editor-styles-wrapper .wp-block-st-blocks-slide-content .st-slide-content__track>.wp-block-st-blocks-slide-content-item.st-slide-content__item--selected{display:block}.st-slide-content{--st-slide-columns:3;--st-slide-gap:16px;border:none;overflow:hidden;position:relative}.st-slide-content.st-slide-content--nav-center:has(.st-slide-content__nav-container:not([hidden])){overflow:visible}.st-slide-content__track{display:flex;gap:var(--st-slide-gap);overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.st-slide-content__track::-webkit-scrollbar{display:none}.st-slide-content.is-style-cutoff .st-slide-content__track,.st-slide-content.is-style-normal .st-slide-content__track{scroll-padding-inline-start:1px}.st-slide-content.is-style-normal .st-slide-content__item{flex:0 0 calc((100% - 2px - (var(--st-slide-columns) - 1)*var(--st-slide-gap))/var(--st-slide-columns))}.st-slide-content.is-style-cutoff .st-slide-content__item{flex:0 0 calc((300% - var(--st-slide-columns)*var(--st-slide-gap)*3)/(var(--st-slide-columns)*3 + 1))}.st-slide-content.is-style-wide .st-slide-content__item{flex:0 0 calc((300% - (var(--st-slide-columns) + 1)*var(--st-slide-gap)*3)/(var(--st-slide-columns)*3 + 2))}.st-slide-content.is-style-wide .st-slide-content__track{scroll-padding-inline-start:calc((100% - (var(--st-slide-columns) + 1)*var(--st-slide-gap))/(var(--st-slide-columns)*3 + 2) + var(--st-slide-gap))}.st-slide-content__item{background-color:var(--st-slide-bg-color);border-color:var(--st-slide-border-color,#0000);border-radius:var(--st-slide-border-radius,0);border-style:solid;border-width:var(--st-slide-border-width,0);box-sizing:border-box;max-height:var(--st-slide-max-height,none);overflow:hidden;padding:var(--st-slide-padding-v,0) var(--st-slide-padding-h,0);scroll-snap-align:start}.st-slide-content__nav-container{display:flex;gap:8px;padding:12px 0 0}.st-slide-content .st-slide-content__nav-container[hidden]{display:none}.st-slide-content--nav-center .st-slide-content__nav-container:not([hidden]){display:block;gap:0;inset:0;padding:0;pointer-events:none;position:absolute;z-index:2}.st-slide-content--nav-center .st-slide-content__nav-container:not([hidden]) .st-slide-content__nav{pointer-events:auto;position:absolute;top:50%}.st-slide-content--nav-center .st-slide-content__nav-container:not([hidden]) .st-slide-content__nav--prev{left:0;transform:translate(-50%,-50%)}.st-slide-content--nav-center .st-slide-content__nav-container:not([hidden]) .st-slide-content__nav--next{right:0;transform:translate(50%,-50%)}@media(max-width:599px){.st-slide-content--nav-center .st-slide-content__nav-container:not([hidden]) .st-slide-content__nav--prev{left:-5px;transform:translateY(-50%)}.st-slide-content--nav-center .st-slide-content__nav-container:not([hidden]) .st-slide-content__nav--next{right:-5px;transform:translateY(-50%)}}.st-slide-content__nav{align-items:center;background:#ffffff4d;border:1px solid #eee;border-radius:50%;color:#424242;cursor:pointer;display:flex;height:40px;justify-content:center;margin:0;padding:0;transition:opacity .2s;width:40px}.st-slide-content__nav:hover{opacity:.6}.st-slide-content__nav svg{display:block;height:20px;width:20px}.wp-block-st-blocks-slide-content.wp-block-st-blocks-slide-content .st-slide-content__item p{color:#333;display:block;font-size:15px;line-height:1.8}.editor-styles-wrapper .wp-block-st-blocks-tab.is-preview{background:no-repeat 50%;background-image:url(data:image/png;base64,iVBORwoaCgAAAA1JSERSAAAB9AAAAPoIBgAAAFertU4AAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADhGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNy4yLWMwMDAgNzkuMWI2NWE3OWI0LCAyMDIyLzA2LzEzLTIyOjAxOjAxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjgxMzQ1ZGY0LWRiYzMtZGU0MC05NTJkLWVmOGViMjJkOTgwOSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxQkMxNzc0QUIxMEExMUVEOEMzM0FFNTNDNjQwQ0EzRSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxQkMxNzc0OUIxMEExMUVEOEMzM0FFNTNDNjQwQ0EzRSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjMuNSAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2NjcwMGRiOC05MDEwLWI0NDgtYjc2NC1jN2U2NmIzYThkMGYiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo2NGQ3YjEyZS02MTQwLTE3NDEtOWUwMC05MmY0MGNkMjc1YjEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz76uAAVAAAJuklEQVR42uzd0VHbSACA4eWGFOArwWkgM1CCXQIpwbzxapcAr3mzS4hLgBJgJg3EJRwF5IHThtUh7JXtHJIs8PfNeLiEC/bgWf3alSydPD09BQDgffvLrwAABB0AEHQAQNABAEEHAEEHAAQdABB0AEDQAUDQAQBBBwAEHQAQdAAQdABA0AEAQQcABB0ABB0AEHQAQNABAEEHAEEHAAQdABB0AEDQAUDQAQBBBwAEHQAQdAAQdABA0AEAQQcABB0ABB0AEHQAQNABAEEHAEEHAAQdABB0AEDQAUDQAQBBBwAEHQAQdABA0AFA0AEAQQcABB0AEHQAEHQAQNABAEEHAAQdAAQdABB0AEDQAQBBBwBBBwAEHQBozclkMvFbgHdsPp8f7Lm/ffvmDYADubq6evXn0+Lx5NcC73envOFA2x7AO7G+Q23JHQA+AEEHAEEHAAQdABB0AODZ6Zbvnfj1QG8c9Ozzq6ur7PbAx9agP9sDM3QA+AAEHQAEHQAQdABA0AEAQQcAQQcABB0AEHQAQNABQNABAEEHAAQdANh06ldwWIvF4l2//slkEr8Mi8dF8XgoHnfeVThqZ3HTUDxmxePRr0PQj1oRyRjI78VjGQNZRP+hR69tkAZrfHxNf32fvq6Kx2fvIDRumkJ5l7YLfQlluTMftwfn6et1+t6gso2gA5bc++kiDd44MO6LiP4sHqO+ND29rmH6Gnc2FpXBPfX2QSvbhPiYF49/isdtj17XdWXs36RtQvm9kbdO0I95dl7OgKtWxSy9F0vZxeu4CS/L6qOwubQ2TYMbaMYo7eC/Goo9eW3xdazWVhFmle/PvX2CftRNzwTxsqGdhab2lqsDtpyR36SvcTlw4G2Exlyv/blcdm9iR+GtHitjv3yt1cMCtgcdcgy9X7Pz3JJ1XL66SCef5QzTgLnZ41j77Zaf85Y99HJQL4KTYKBJ08zs/DFsP7Q1SlG92bU9aGnGXp2E2B4I+tGaZ/ZmzzIDOidGP86ci64vuhxE5fGzS4MXGlV3Tkp5PH3X7Dv+P7PQ7SdPvqfnvPH2dc+Se39m59Pw9iWw6z3jD/Tf9/C25eqzcJiTVO3Ym6EfdczLM0Xf6mHHyXNN7KkPMjsNPnsOzZo3tHO+bHl7MAyb5/zYHgj60cb8LGyeCRqPhY+3LZ2n4+0/1/5665mvxc8bN7SSIOjQnjjG1k92iUvYsz12Aqr/brVjmzBu4LXmnnPlLTwMS+6HFcN4G14vq8WIf93jOPjFH+6NN/ma13c+LLFBQ/v4YXO1brlHzHPbhENsD+zcC/pRuqiJeZyZ77OHO92cgHdyMtzIAIZWzEN+tW6fj61Owubx9rY/qz4U9H6x5H4Y05A/Zh5n5g9pGf73BVtykZ48f/ZsffC2flZpOtY/OMAsAD6yQQr5RSbm47SjP9kR6WlmXLa99J1bJRR0M/SjMUyz8vWYl8vsd+lKcbdpAMdLvk7T35VRHWT+/XLPWX3TA3gVXi7zCPy5uOJ1v0fMy9n7z7C5Spa7GFUXV5KbZHYiHH4T9KOamY8yMY/L7MtKzAeVPffrFPZJ5Wesz5JnrY/c55PwLg6w0YCPPDO/zsS4GvNReL0MX04KbsPLRaWuM+Oy7ZnyKPO6rdYJ+lG5DK8vwBIH7nnlCm+Dmhnv7yW5eJOWsLm0dtPR7Dx3iMAAhv8vbgfO13aMF+nvHtcCnwvqzzS77/zwW2Z7sLI9EPRjtEh737MU8/9iHP+7eFym7+cG8TAziLo6dr4xO+9oRwKOZUe/fFTdpcDX3Vt8fZswC+0fO899dNWV4QT9aD1sGwDxWHrx2DaI/xvsbZ/ZXvM5+UcDGBrf0d92CCuOt897zILbniWPambnDr8JOltH+POtSsfbezu5Tce324h5XMrLXX7yxuwcOvf75Nmw/ZyZ+9De5V7P0vYgZFYFEHT2COqu+wnHPebb6pnwDc7MyxNv1lcFzM7hMHZdn708SW7awvPehvzxesfOBZ0dQS3PZs3dOjFkZsyPDT73Rc1zr9IMATjAZiHkT4JbFw/pLRp+3lzMH8zOBZ39gnof8pdZ/RxeH1uPMV809LyD4hFXBHLL7PtekhZoVrlSl1uti2P/7/DyMbU4Ppu6lfEwbQvmNTEfe2v6xZXi+jcrj8tlFzV73eUNW26K/zcO4Oviz7OGnjc+57Rm73+VYu4iMtCt8k6MufNkqvcdH4eXZfa3jtPyPuyTLSsA4+AiMoJObVC3DaB4jOqyOjtOcR2/4TkHaWMxqtmBKN2ZmUPnRiF/IarSZdhcVn/LuS37bg+WDa4AIOgfa++75jPer/bCmz4JLd0CdZ/7r8+cAAedKaMad+zr7oVensfS5GrZPtuD8qOqtgc95hj64XxPj7qYl1eRa3wApZ+52DErPxdz6DTm8byZ+ZaYx/F4Hpq/f8Ku7UF59TrbAzN0anxNg3eS2QNv7ES3LVG/TJeHrz7/8vlbC3dMgm6Vl4HNfbokjsdZaPdGSOUV6iZrIV8Gd1ATdPYeRDHg12mwLtoOeSbqj2ljsnSxGDh41Mfh5Vaqy9DNjVZKs/ByP4kubr+KoH8scVm7iOrBYtrEWfJAo1GPq3fDAwS1fG4Enf8jLXuvXu6OCmB2zJ9zUhwACDoAIOgAgKADAIIOAIIOAAg6ACDoAICgA4CgAwCCDgA07mQymTzlvvHr168Tvx7oh0+fPnUyTr98+ZJ9nh8/ftgeQE/UjdPTYoNQ92+e/NqgH7oap0W4bQ+g5+rGqSV3APgABB0ABB0AEHQAQNABgGenW77nYyoA0D9PZugA8EEJOgAIOgAg6ACAoAMAgg4Agg4ACDoAIOgAgKADgKADAIIOAAg6ACDoACDoAICgAwCCDgAIOgAIOgAg6ACAoAMAgg4Agg4ACDoAIOgAgKADgKADAIIOAAg6ACDoACDoAICgAwCCDgAIOgAIOgAg6ACAoAMAgg4Agg4ACDoAIOgAgKADgKADAIIOAAg6ACDoAICgA4CgAwCCDgAIOgAg6AAg6ACAoAMAgg4ACDoACDoAIOgAgKADAIIOAIIOAAg6ACDoAICgA4CgAwCCDgAIOgAg6AAg6ACAoAMAgg4ACDoACDoAIOgAgKADAIIOAIIOAAg6ACDoAICgA4CgAwCCDgAIOgAg6AAg6ACAoAMAgg4ACDoAIOgAIOgAgKADAIIOAAg6AAg6ACDoAICgAwCCDgCCDgAIOgAg6ACAoAOAoAMAgg4ACDoAIOgAIOgAgKADAIIOAAg6AAg6ACDoAICgAwCCDgCCDgAIOgDQmdMt33vy6wEAM3QAQNABAEEHAEEHAN6TfwUYAGhnJNzLfIJ0AAAAAElFTkSuQmCC);background-size:100%;height:234px;position:relative;width:468px}.st-tabs__tab .st-svg-inline{line-height:1}.st-tabs__tab .st-svg-inline svg{fill:currentColor;display:inline-block;height:1.2em;vertical-align:-.125em;width:1.2em}.wp-block-st-blocks-tab-content.wp-block-st-blocks-tab-content p{color:#333;display:block;font-size:15px;line-height:1.8}.editor-styles-wrapper .wp-block-st-blocks-tab-content-group.is-preview{background:no-repeat 50%;background-image:url(data:image/png;base64,iVBORwoaCgAAAA1JSERSAAAB9AAAAPoIBgAAAFertU4AAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADhGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNy4yLWMwMDAgNzkuMWI2NWE3OWI0LCAyMDIyLzA2LzEzLTIyOjAxOjAxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjgxMzQ1ZGY0LWRiYzMtZGU0MC05NTJkLWVmOGViMjJkOTgwOSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFMUZCODM2N0FCOUExMUVEOUZGNUQzNDZFQ0E0MDE2QSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFMUZCODM2NkFCOUExMUVEOUZGNUQzNDZFQ0E0MDE2QSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjMuNSAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxMjg5ZWNhOS0zYTVmLTEwNDAtYmE1YS04NWU3MjgzZjk2YzYiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo2NGQ3YjEyZS02MTQwLTE3NDEtOWUwMC05MmY0MGNkMjc1YjEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5V+ogUAAAJdElEQVR42uzdgXHayAKA4c2bNOArwSnBKQFKICWIEqAEUwIqIS7BLiEuwS7huQQ/bbJ6lsWCuCAJ2XzfDJO7OAkMzOrXroT05fX1NQAAH9t/vAUAIOgAgKADAIIOAAg6AAg6ACDoAICgAwCCDgCCDgAIOgAg6ACAoAOAoAMAgg4ACDoAIOgAIOgAgKADAIIOAAg6AAg6ACDoAICgAwCCDgCCDgAIOgAg6ACAoAOAoAMAgg4ACDoAIOgAIOgAgKADAIIOAAg6AAg6ACDoAICgAwCCDgCCDgAIOgAg6ACAoAMAgg4Agg4ACDoAIOgAgKADgKADAIIOAAg6ACDoACDoAICgAwCCDgAIOgAIOgAg6ADAYL4ul0vvAnxg2+22l3+nLEtvJnzkoFePV28DfFhfev73bA/gg7LkDgCCDgAIOgAg6ACAoAPAp/H1wM++eHtgMs599rntAUx8e2CGDgCfgKADgKADAIIOAAg6ACDoACDoAICgAwCCDgAIOgAIOgAg6ACAoAMAu756C6avLMuzPn9RFF1/5Lp6LKrHY/V48InBRbuJm43qsa4eL94OQb90MZA/q8ddCuTjhF7bVRqs8fEj/d6v9Otz9fjm44PerVIoH9J2YSqhrHfm4/bge/r1trGt+OGjG48l92lapMEbB8avaob8VD1mE3lt9YC9Tr/GnY2yMbhXPj4YZJsQH9vq8d/qcT+h13XbGPubxgQk/mzmoxP0S1bPgJuey7KcylL2Jrwtq8/C7tLaKg1uoB+ztIPfVE7ktcXX8dxaRVg3fr718Qn6JSsyQVz28g/3N8tvDthVI/TRXdopAfpx2/r/etm9jx2FU700xn79WpuHBWwPRuQY+rTklqzj8tXiwIlp12nAbKpZfNex9vsjTnD7mz30elCXwUkw0KdVZnb+Eg4f2pqlqG66tgcDzdibkxDbA0G/WNvM3uxNZkDnxOjHmXPV9XLMQVQfP1savDD4Dv7vsZ4eXbPv+GfWYdxvnvxMz7nx8Y3Pkvu09sRPXQK7PTL+wPT9DKctV9+E85ykasfeDP2i1WeKnuqx4+S5PvbUrzI7Db57Dv3a9rRzfjfw9uA67J7zY3sg6BfrJuyeCRqPhc/rPd3chWWKooiD6Kn12wfPfK3+nfnfvMDWcfeVoMOg4hhrn+wSl7DXR+wENP/ec8c2Yd7Da80957OP8DwsuZ8/5vfh/bJajPiP0L1stfiXe+N9vub2zoclNuhH88IszXG9PuLvLiawPbBzL+gXabEn5vMj93BXuxPwUU6GmxnAMIhtyK/WHfO11SLsHm8f+rvq14Iu6PyJce6Elx9pANfL8NkTYoo/a+Dtn41xVuki87x3Pk44yVXaHhSZmNeH3orMzw/t4N+F4Ze+c6uEgi7oF+M6zcrbS2r1MvtDGtz3afDGY+Srqt9XjZhfZf7+XTU7H+O4VXsAP4dpXWcePpq44vUrM7baMa9n709hd5UsdzGqMa4kV2R2Ihx+E/SLmpnPMjGfh7crKjWX4et4PxVvZ6atMrPk9Qiv/Tqz0Sl9pHDSzPw2E+NmzGfh/TJ8PSm4D28XlbrNjMuhZ8qzzOu2WifoF2UZ3l+AJQ7c741Z7tWeGW/8/W28SUvYXVrbjDQ7z32tzgCGv/eSxn/ZivH31kz3cU9Qn9Ls/hyH39rbg2fbA0G/RGXa+16ngfvcGhTL9PPHPbPk9iAa69h5bnbu6ynQ345+/Wh6SNuJffcWb28T1iOMy9xXV10ZTtAv1mPHAOgaxP//c0Of2V4URe578i8GMPS+o3/oEFYcb9+OmAUPPUue7ZmdO/wm6HTYhMMXf4iH1u/TRWaGiHl99m1uSc/sHMZVnzx76JyZX2G4y73epO1ByKwKIOh0uArd9xOOe8z3zTPhe5yZ1yfetFcPzM7hPLquz16fJLca4Hnv9+zcO3Yu6HSoz2bN3TpxZybf59J7FfPFnud+TjMEYHxFyJ8E1xYP6ZU9P28u5o9m54JOt0UauLnLrH4L74+tx5j3MnjjLL96xBWB3DL7sZekBfpVr9TlVuvi2P8nvH1NLY7Pvm5lfJ22Bds9MZ/7aKbFzVmmNyu/DfkrMP0eQGkmvqnCGwfwbfX/J+8hp2Pw8TlXe/b+65m5i8jA+Dv3ue+qh/D+vuPz8LbMfuo4re/DXhxYAZjbuRd0/m4AxWNUy+ayevXfJ+0hp2PucWMx27MDUXswM4fRzUL+QlS1ZdhdVj/l3JZjtwd3Pa4AIOifbu970TGA1lW8ez0JrYr5Khx3//Xfz926fSowjDqqccDtuxf6EKtlx2wP6q+qOiF2whxDP5+f6bEv5vVV5HofQGkHoeyYlX/ve0cCOBjzeN7M9kDMN+H9lSX70rU9KIfaFiHon8WPPYOovlrcEAO3GfXckl1cTovH6edpSR8Yx8uBMX/shaZOkdse1Fe1XAbXnfgQLLmfVz1QbsPbV01Gu+JSjHpRFC9pIzHWHduA/VGfp1n6Iu1gj3Gjldo6vN1PYozbryLon87mnIOnj7PkgV6jHlfvrs+wTaifG0HnBAcHrpPSwDYBujiGDgCCDgAIOgAg6ACAoAOAoAMAgg4ACDoAIOgAIOgAgKADAL1zLXf44JbLZW//1s1N/lbcj4/upgtTsW+cHgr6q7cNJq/XcXog3LYHMBH7xqkldwD4BAQdAAQdABB0AEDQAYA/Dp3l/sXbAwCT82qGDgCflKADgKADAIIOAAg6ACDoACDoAICgAwCCDgAIOgAIOgAg6ACAoAMAgg4Agg4ACDoAIOgAgKADgKADAIIOAAg6ACDoACDoAICgAwCCDgAIOgAIOgAg6ACAoAMAgg4Agg4ACDoAIOgAgKADgKADAIIOAAg6ACDoACDoAICgAwCCDgAIOgAIOgAg6ACAoAMAgg4ACDoACDoAIOgAgKADAIIOAIIOAAg6ACDoAICgA4CgAwCCDgAIOgAg6AAg6ACAoAMAgg4ACDoACDoAIOgAgKADAIIOAIIOAAg6ACDoAICgA4CgAwCCDgAIOgAg6AAg6ACAoAMAgg4ACDoACDoAIOgAgKADAIIOAIIOAAg6ACDoAICgAwCCDgCCDgAIOgAg6ACAoAOAoAMAgg4ACDoAIOgAIOgAgKADAIIOAAg6AAg6ACDoAICgAwCCDgCCDgAIOgAg6ACAoAOAoAMAgg4ACDoAIOgAIOgAgKADAKP5euBnr94eADBDBwAEHQAQdAAQdADgI/mfAAMA63PFkQ3N6BQAAAAASUVORK5CYII=);background-size:100%;height:234px;position:relative;width:468px}.editor-styles-wrapper .wp-block-st-blocks-tab-list.is-preview{background:no-repeat 50%;background-image:url(data:image/png;base64,iVBORwoaCgAAAA1JSERSAAAB9AAAAPoIBgAAAFertU4AAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADhGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNy4yLWMwMDAgNzkuMWI2NWE3OWI0LCAyMDIyLzA2LzEzLTIyOjAxOjAxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjgxMzQ1ZGY0LWRiYzMtZGU0MC05NTJkLWVmOGViMjJkOTgwOSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFMUZCODM2N0FCOUExMUVEOUZGNUQzNDZFQ0E0MDE2QSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFMUZCODM2NkFCOUExMUVEOUZGNUQzNDZFQ0E0MDE2QSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjMuNSAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxMjg5ZWNhOS0zYTVmLTEwNDAtYmE1YS04NWU3MjgzZjk2YzYiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo2NGQ3YjEyZS02MTQwLTE3NDEtOWUwMC05MmY0MGNkMjc1YjEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5V+ogUAAAJdElEQVR42uzdgXHayAKA4c2bNOArwSnBKQFKICWIEqAEUwIqIS7BLiEuwS7huQQ/bbJ6lsWCuCAJ2XzfDJO7OAkMzOrXroT05fX1NQAAH9t/vAUAIOgAgKADAIIOAAg6AAg6ACDoAICgAwCCDgCCDgAIOgAg6ACAoAOAoAMAgg4ACDoAIOgAIOgAgKADAIIOAAg6AAg6ACDoAICgAwCCDgCCDgAIOgAg6ACAoAOAoAMAgg4ACDoAIOgAIOgAgKADAIIOAAg6AAg6ACDoAICgAwCCDgCCDgAIOgAg6ACAoAMAgg4Agg4ACDoAIOgAgKADgKADAIIOAAg6ACDoACDoAICgAwCCDgAIOgAIOgAg6ADAYL4ul0vvAnxg2+22l3+nLEtvJnzkoFePV28DfFhfev73bA/gg7LkDgCCDgAIOgAg6ACAoAPAp/H1wM++eHtgMs599rntAUx8e2CGDgCfgKADgKADAIIOAAg6ACDoACDoAICgAwCCDgAIOgAIOgAg6ACAoAMAu756C6avLMuzPn9RFF1/5Lp6LKrHY/V48InBRbuJm43qsa4eL94OQb90MZA/q8ddCuTjhF7bVRqs8fEj/d6v9Otz9fjm44PerVIoH9J2YSqhrHfm4/bge/r1trGt+OGjG48l92lapMEbB8avaob8VD1mE3lt9YC9Tr/GnY2yMbhXPj4YZJsQH9vq8d/qcT+h13XbGPubxgQk/mzmoxP0S1bPgJuey7KcylL2Jrwtq8/C7tLaKg1uoB+ztIPfVE7ktcXX8dxaRVg3fr718Qn6JSsyQVz28g/3N8tvDthVI/TRXdopAfpx2/r/etm9jx2FU700xn79WpuHBWwPRuQY+rTklqzj8tXiwIlp12nAbKpZfNex9vsjTnD7mz30elCXwUkw0KdVZnb+Eg4f2pqlqG66tgcDzdibkxDbA0G/WNvM3uxNZkDnxOjHmXPV9XLMQVQfP1savDD4Dv7vsZ4eXbPv+GfWYdxvnvxMz7nx8Y3Pkvu09sRPXQK7PTL+wPT9DKctV9+E85ykasfeDP2i1WeKnuqx4+S5PvbUrzI7Db57Dv3a9rRzfjfw9uA67J7zY3sg6BfrJuyeCRqPhc/rPd3chWWKooiD6Kn12wfPfK3+nfnfvMDWcfeVoMOg4hhrn+wSl7DXR+wENP/ec8c2Yd7Da80957OP8DwsuZ8/5vfh/bJajPiP0L1stfiXe+N9vub2zoclNuhH88IszXG9PuLvLiawPbBzL+gXabEn5vMj93BXuxPwUU6GmxnAMIhtyK/WHfO11SLsHm8f+rvq14Iu6PyJce6Elx9pANfL8NkTYoo/a+Dtn41xVuki87x3Pk44yVXaHhSZmNeH3orMzw/t4N+F4Ze+c6uEgi7oF+M6zcrbS2r1MvtDGtz3afDGY+Srqt9XjZhfZf7+XTU7H+O4VXsAP4dpXWcePpq44vUrM7baMa9n709hd5UsdzGqMa4kV2R2Ihx+E/SLmpnPMjGfh7crKjWX4et4PxVvZ6atMrPk9Qiv/Tqz0Sl9pHDSzPw2E+NmzGfh/TJ8PSm4D28XlbrNjMuhZ8qzzOu2WifoF2UZ3l+AJQ7c741Z7tWeGW/8/W28SUvYXVrbjDQ7z32tzgCGv/eSxn/ZivH31kz3cU9Qn9Ls/hyH39rbg2fbA0G/RGXa+16ngfvcGhTL9PPHPbPk9iAa69h5bnbu6ynQ345+/Wh6SNuJffcWb28T1iOMy9xXV10ZTtAv1mPHAOgaxP//c0Of2V4URe578i8GMPS+o3/oEFYcb9+OmAUPPUue7ZmdO/wm6HTYhMMXf4iH1u/TRWaGiHl99m1uSc/sHMZVnzx76JyZX2G4y73epO1ByKwKIOh0uArd9xOOe8z3zTPhe5yZ1yfetFcPzM7hPLquz16fJLca4Hnv9+zcO3Yu6HSoz2bN3TpxZybf59J7FfPFnud+TjMEYHxFyJ8E1xYP6ZU9P28u5o9m54JOt0UauLnLrH4L74+tx5j3MnjjLL96xBWB3DL7sZekBfpVr9TlVuvi2P8nvH1NLY7Pvm5lfJ22Bds9MZ/7aKbFzVmmNyu/DfkrMP0eQGkmvqnCGwfwbfX/J+8hp2Pw8TlXe/b+65m5i8jA+Dv3ue+qh/D+vuPz8LbMfuo4re/DXhxYAZjbuRd0/m4AxWNUy+ayevXfJ+0hp2PucWMx27MDUXswM4fRzUL+QlS1ZdhdVj/l3JZjtwd3Pa4AIOifbu970TGA1lW8ez0JrYr5Khx3//Xfz926fSowjDqqccDtuxf6EKtlx2wP6q+qOiF2whxDP5+f6bEv5vVV5HofQGkHoeyYlX/ve0cCOBjzeN7M9kDMN+H9lSX70rU9KIfaFiHon8WPPYOovlrcEAO3GfXckl1cTovH6edpSR8Yx8uBMX/shaZOkdse1Fe1XAbXnfgQLLmfVz1QbsPbV01Gu+JSjHpRFC9pIzHWHduA/VGfp1n6Iu1gj3Gjldo6vN1PYozbryLon87mnIOnj7PkgV6jHlfvrs+wTaifG0HnBAcHrpPSwDYBujiGDgCCDgAIOgAg6ACAoAOAoAMAgg4ACDoAIOgAIOgAgKADAL1zLXf44JbLZW//1s1N/lbcj4/upgtTsW+cHgr6q7cNJq/XcXog3LYHMBH7xqkldwD4BAQdAAQdABB0AEDQAYA/Dp3l/sXbAwCT82qGDgCflKADgKADAIIOAAg6ACDoACDoAICgAwCCDgAIOgAIOgAg6ACAoAMAgg4Agg4ACDoAIOgAgKADgKADAIIOAAg6ACDoACDoAICgAwCCDgAIOgAIOgAg6ACAoAMAgg4Agg4ACDoAIOgAgKADgKADAIIOAAg6ACDoACDoAICgAwCCDgAIOgAIOgAg6ACAoAMAgg4ACDoACDoAIOgAgKADAIIOAIIOAAg6ACDoAICgA4CgAwCCDgAIOgAg6AAg6ACAoAMAgg4ACDoACDoAIOgAgKADAIIOAIIOAAg6ACDoAICgA4CgAwCCDgAIOgAg6AAg6ACAoAMAgg4ACDoACDoAIOgAgKADAIIOAIIOAAg6ACDoAICgAwCCDgCCDgAIOgAg6ACAoAOAoAMAgg4ACDoAIOgAIOgAgKADAIIOAAg6AAg6ACDoAICgAwCCDgCCDgAIOgAg6ACAoAOAoAMAgg4ACDoAIOgAIOgAgKADAKP5euBnr94eADBDBwAEHQAQdAAQdADgI/mfAAMA63PFkQ3N6BQAAAAASUVORK5CYII=);background-size:100%;height:234px;position:relative;width:468px}.wp-block-st-blocks-tabs.wp-block-st-blocks-tabs .st-tabs__tab-content p{color:#333;display:block;font-size:15px;line-height:1.8}.st-timeline-block{position:relative;z-index:0;--st-timeline-label-width:15%;--st-timeline-label-color:#666;--st-timeline-dot-color:#ccc;--st-timeline-line-color:#eee;--st-timeline-title-color:#1e1e1e;--st-timeline-gap:12px;--st-timeline-track-width:24px;--st-timeline-dot-size:12px;--st-timeline-line-width:2px;--st-timeline-title-line-height:1.5;padding-bottom:2px;padding-top:2px}.st-timeline-block__item{align-items:start;column-gap:var(--st-timeline-gap);display:grid;grid-template-columns:var(--st-timeline-label-width) var(--st-timeline-track-width) minmax(0,1fr);grid-template-rows:auto auto;padding-bottom:1.25rem;position:relative;z-index:1}.st-timeline-block__item:before{background-color:var(--st-timeline-line-color);bottom:0;content:"";left:calc(var(--st-timeline-label-width) + var(--st-timeline-gap) + var(--st-timeline-track-width)/2);pointer-events:none;position:absolute;top:0;transform:translateX(-50%);width:var(--st-timeline-line-width);z-index:0}.st-timeline-block__item:first-child:before{top:6px}.st-timeline-block__item:last-child:before{bottom:6px}.st-timeline-block__item:last-child{padding-bottom:0}.st-timeline-block__meta{display:contents}.st-timeline-block__label-wrap{align-self:center;grid-column:1;grid-row:1;margin:0;padding:0}.st-timeline-block__track{align-items:center;align-self:center;display:flex;flex-direction:column;grid-column:2;grid-row:1;justify-content:center;justify-self:center;margin:0;padding:0;width:100%}.st-timeline-block__dot{background-color:var(--st-timeline-dot-color);border-radius:50%;box-shadow:0 0 0 2px var(--st-timeline-dot-color);display:block;flex-shrink:0;height:var(--st-timeline-dot-size);width:var(--st-timeline-dot-size);z-index:1}.st-timeline-block__content{display:contents}.st-timeline-block__title{align-self:center;color:var(--st-timeline-title-color);font-size:var(--st-timeline-title-font-size,inherit)!important;font-weight:700;grid-column:3;grid-row:1;min-width:0}.st-timeline-block__label,.st-timeline-block__title{line-height:var(--st-timeline-title-line-height)!important;margin:0;padding:0}.st-timeline-block__label{color:var(--st-timeline-label-color);font-size:.95em!important}.st-timeline-block[data-st-timeline-label-bold=true] .st-timeline-block__item[data-st-timeline-item-label-bold=inherit] .st-timeline-block__label{font-weight:700!important}.st-timeline-block .st-timeline-block__item[data-st-timeline-item-label-bold=off] .st-timeline-block__label{font-weight:400!important}.st-timeline-block__body{align-self:start;grid-column:3;grid-row:2;min-width:0;padding:5px 0 0}.st-timeline-block__body>:first-child{margin-top:0!important}@media(max-width:599px){.st-timeline-block .st-timeline-block__item:before{left:calc(var(--st-timeline-track-width)/2)}.st-timeline-block .st-timeline-block__item{grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto;row-gap:.35rem}.st-timeline-block .st-timeline-block__meta{align-items:center;column-gap:var(--st-timeline-gap);display:flex;flex-direction:row-reverse;flex-wrap:nowrap;grid-column:1;grid-row:1;justify-content:flex-start;row-gap:.25rem;width:100%}.st-timeline-block .st-timeline-block__label-wrap{flex:1 1 auto;grid-column:auto;grid-row:auto;min-width:0}.st-timeline-block .st-timeline-block__track{align-items:center;flex:0 0 var(--st-timeline-track-width);flex-direction:row;grid-column:auto;grid-row:auto;justify-content:center;max-width:var(--st-timeline-track-width);min-height:0;padding-top:0;width:var(--st-timeline-track-width)}.st-timeline-block .st-timeline-block__dot{box-shadow:0 0 0 2px var(--st-timeline-dot-color)}.st-timeline-block .st-timeline-block__content{box-sizing:border-box;display:block;grid-column:1;grid-row:2;margin-left:0;margin-right:0;max-width:100%;padding-left:calc(var(--st-timeline-track-width) + var(--st-timeline-gap));width:100%}}.st-timeline-block[data-compact-label-layout=true] .st-timeline-block__item:before{left:calc(var(--st-timeline-track-width)/2)}.st-timeline-block[data-compact-label-layout=true] .st-timeline-block__item{grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto;row-gap:.35rem}.st-timeline-block[data-compact-label-layout=true] .st-timeline-block__meta{align-items:center;column-gap:var(--st-timeline-gap);display:flex;flex-direction:row-reverse;flex-wrap:nowrap;grid-column:1;grid-row:1;justify-content:flex-start;row-gap:.25rem;width:100%}.st-timeline-block[data-compact-label-layout=true] .st-timeline-block__label-wrap{flex:1 1 auto;grid-column:auto;grid-row:auto;min-width:0}.st-timeline-block[data-compact-label-layout=true] .st-timeline-block__track{align-items:center;flex:0 0 var(--st-timeline-track-width);flex-direction:row;grid-column:auto;grid-row:auto;justify-content:center;max-width:var(--st-timeline-track-width);min-height:0;padding-top:0;width:var(--st-timeline-track-width)}.st-timeline-block[data-compact-label-layout=true] .st-timeline-block__dot{box-shadow:0 0 0 2px var(--st-timeline-dot-color)}.st-timeline-block[data-compact-label-layout=true] .st-timeline-block__content{box-sizing:border-box;display:block;grid-column:1;grid-row:2;margin-left:0;margin-right:0;max-width:100%;padding-left:calc(var(--st-timeline-track-width) + var(--st-timeline-gap));width:100%}@media(min-width:600px){.st-timeline-block:not([data-compact-label-layout=true]) .st-timeline-block__label-wrap{text-align:right}.st-timeline-block:not([data-compact-label-layout=true]) .st-timeline-block__label{margin-right:-8px}}.wp-block-table td[data-st-cell-icon],.wp-block-table th[data-st-cell-icon]{height:calc(var(--st-cell-icon-size, 30px) + 20px);isolation:isolate;min-width:calc(var(--st-cell-icon-size, 30px) + 20px);padding:10px;position:relative}.wp-block-table td[data-st-cell-icon]:after,.wp-block-table th[data-st-cell-icon]:after{background-color:var(--st-cell-icon-color,currentColor);bottom:0;content:"";height:var(--st-cell-icon-size,30px);left:0;margin:auto;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;pointer-events:none;position:absolute;right:0;top:0;width:var(--st-cell-icon-size,30px);z-index:-1}.wp-block-table [data-st-cell-icon=check]:after{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cpath fill=%27none%27 stroke=%27%23000%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272.5%27 d=%27m4 12 6 6L20 6%27/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cpath fill=%27none%27 stroke=%27%23000%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272.5%27 d=%27m4 12 6 6L20 6%27/%3E%3C/svg%3E")}.wp-block-table [data-st-cell-icon=doublecircle]:after{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Ccircle cx=%2712%27 cy=%2712%27 r=%2710%27 fill=%27none%27 stroke=%27%23000%27 stroke-width=%272%27/%3E%3Ccircle cx=%2712%27 cy=%2712%27 r=%275.5%27 fill=%27none%27 stroke=%27%23000%27 stroke-width=%272%27/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Ccircle cx=%2712%27 cy=%2712%27 r=%2710%27 fill=%27none%27 stroke=%27%23000%27 stroke-width=%272%27/%3E%3Ccircle cx=%2712%27 cy=%2712%27 r=%275.5%27 fill=%27none%27 stroke=%27%23000%27 stroke-width=%272%27/%3E%3C/svg%3E")}.wp-block-table [data-st-cell-icon=circle]:after{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Ccircle cx=%2712%27 cy=%2712%27 r=%2710%27 fill=%27none%27 stroke=%27%23000%27 stroke-width=%271.5%27/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Ccircle cx=%2712%27 cy=%2712%27 r=%2710%27 fill=%27none%27 stroke=%27%23000%27 stroke-width=%271.5%27/%3E%3C/svg%3E")}.wp-block-table [data-st-cell-icon=triangle]:after{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cpath fill=%27none%27 stroke=%27%23000%27 stroke-linejoin=%27round%27 stroke-width=%271.5%27 d=%27m12 2 10 18H2z%27/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cpath fill=%27none%27 stroke=%27%23000%27 stroke-linejoin=%27round%27 stroke-width=%271.5%27 d=%27m12 2 10 18H2z%27/%3E%3C/svg%3E")}.wp-block-table [data-st-cell-icon=cross]:after{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cpath stroke=%27%23000%27 stroke-linecap=%27round%27 stroke-width=%272.5%27 d=%27m4 4 16 16M20 4 4 20%27/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cpath stroke=%27%23000%27 stroke-linecap=%27round%27 stroke-width=%272.5%27 d=%27m4 4 16 16M20 4 4 20%27/%3E%3C/svg%3E")}.wp-block-table [data-st-cell-icon=minus]:after{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cpath stroke=%27%23000%27 stroke-linecap=%27round%27 stroke-width=%271.5%27 d=%27M4 12h16%27/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cpath stroke=%27%23000%27 stroke-linecap=%27round%27 stroke-width=%271.5%27 d=%27M4 12h16%27/%3E%3C/svg%3E")}.wp-block-table[data-st-table-min-width]{position:relative}.wp-block-table[data-st-table-min-width] .st-table-scroll-hint{align-items:center;display:flex;inset:0;justify-content:center;pointer-events:none;position:absolute;z-index:99998}.wp-block-table[data-st-table-min-width] .st-table-scroll-hint[hidden]{display:none!important}.wp-block-table[data-st-table-min-width] .st-table-scroll-hint__icon{background:#0000004d;border-radius:10px;display:flex;line-height:0;padding:10px}.wp-block-table[data-st-table-min-width] .st-table-scroll-hint__icon svg{display:block;height:80px;width:80px;fill:#fff}.wp-block-table[data-st-table-min-width]:not([data-st-table-min-width-mobile-only]){box-sizing:border-box;max-width:100%;overflow-x:auto}.wp-block-table[data-st-table-min-width]:not([data-st-table-min-width-mobile-only])>table{min-width:var(--st-table-min-width-px);width:var(--st-table-min-width-px)}@media(max-width:599px){.wp-block-table[data-st-table-min-width][data-st-table-min-width-mobile-only]{box-sizing:border-box;max-width:100%;overflow-x:auto}.wp-block-table[data-st-table-min-width][data-st-table-min-width-mobile-only]>table{min-width:var(--st-table-min-width-px);width:var(--st-table-min-width-px)}}.block-editor-block-list__block.st-table-min-width-editor{box-sizing:border-box;max-width:100%;overflow-x:auto}.block-editor-block-list__block.st-table-min-width-editor .wp-block-table>table{min-width:var(--st-table-min-width-px);width:var(--st-table-min-width-px)}@media(max-width:599px){.block-editor-block-list__block.st-table-min-width-editor--mobile-only{box-sizing:border-box;max-width:100%;overflow-x:auto}.block-editor-block-list__block.st-table-min-width-editor--mobile-only .wp-block-table>table{min-width:var(--st-table-min-width-px);width:var(--st-table-min-width-px)}}.block-editor-panel-gap-settings__buttons,.block-editor-panel-margin-settings__buttons,.block-editor-panel-td-width-settings__buttons{display:flex;width:100%}.block-editor-panel-gap-settings__buttons .components-button,.block-editor-panel-margin-settings__buttons .components-button,.block-editor-panel-td-width-settings__buttons .components-button{flex:1;justify-content:center}.st-table-cell-color-popover .st-cell-color-tabs .components-tab-panel__tabs{background-color:#fff;border-bottom:1px solid #ddd;display:flex;margin-bottom:0}.st-table-cell-color-popover .st-cell-color-tabs .components-tab-panel__tabs .components-button{background:#0000;border:none;border-bottom:2px solid #0000;border-radius:0;flex:1;font-size:13px;padding:10px 16px}.st-table-cell-color-popover .st-cell-color-tabs .components-tab-panel__tabs .components-button.is-active{border-bottom-color:var(--wp-admin-theme-color,#007cba);color:var(--wp-admin-theme-color,#007cba);font-weight:500}.st-table-cell-color-popover .st-cell-color-tabs .components-tab-panel__tabs .components-button:hover:not(.is-active){background-color:#f5f5f5}.st-table-cell-icon-popover .st-cell-icon-preview{align-items:center;background:repeating-conic-gradient(#f0f0f0 0 25%,#fff 0 50%) 50%/16px 16px;border-bottom:1px solid #ddd;display:flex;height:80px;justify-content:center}.st-table-cell-icon-popover .st-cell-icon-preview .st-cell-icon-preview__symbol{align-items:center;display:flex;justify-content:center;-webkit-user-select:none;user-select:none}.st-table-cell-icon-popover .st-cell-icon-preview .st-cell-icon-preview__symbol svg{height:48px;width:48px}.st-table-cell-icon-popover .st-cell-icon-preview .st-cell-icon-preview__empty{background-color:#ffffffe6;border-radius:4px;color:#666;font-size:13px;padding:4px 8px}.st-table-cell-icon-popover .st-cell-icon-tabs .components-tab-panel__tabs{background-color:#fff;border-bottom:1px solid #ddd;display:flex;margin-bottom:0}.st-table-cell-icon-popover .st-cell-icon-tabs .components-tab-panel__tabs .components-button{background:#0000;border:none;border-bottom:2px solid #0000;border-radius:0;flex:1;font-size:13px;padding:10px 16px}.st-table-cell-icon-popover .st-cell-icon-tabs .components-tab-panel__tabs .components-button.is-active{border-bottom-color:var(--wp-admin-theme-color,#007cba);color:var(--wp-admin-theme-color,#007cba);font-weight:500}.st-table-cell-icon-popover .st-cell-icon-tabs .components-tab-panel__tabs .components-button:hover:not(.is-active){background-color:#f5f5f5}.st-table-cell-icon-popover .st-cell-icon-grid{display:grid;gap:10px;grid-template-columns:repeat(4,1fr)}.st-table-cell-icon-popover .st-cell-icon-grid .st-cell-icon-button{align-items:center;aspect-ratio:1;background:#fff;border:2px solid #ddd;border-radius:8px;cursor:pointer;display:flex;justify-content:center;padding:8px;transition:border-color .1s ease,box-shadow .1s ease,transform .1s ease;width:100%}.st-table-cell-icon-popover .st-cell-icon-grid .st-cell-icon-button span{align-items:center;display:flex;justify-content:center}.st-table-cell-icon-popover .st-cell-icon-grid .st-cell-icon-button svg{height:32px;width:32px}.st-table-cell-icon-popover .st-cell-icon-grid .st-cell-icon-button:hover{border-color:#999;transform:scale(1.05)}.st-table-cell-icon-popover .st-cell-icon-grid .st-cell-icon-button:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color,#007cba);outline:none}.st-table-cell-icon-popover .st-cell-icon-grid .st-cell-icon-button.is-selected{border-color:var(--wp-admin-theme-color,#007cba);box-shadow:0 0 0 1px var(--wp-admin-theme-color,#007cba)}.st-table-cell-icon-popover .st-cell-icon-size-control{align-items:center;border-top:1px solid #e0e0e0;display:flex;justify-content:space-between;margin-top:12px;padding-top:12px}.st-table-cell-icon-popover .st-cell-icon-size-control label{font-size:13px}.st-table-cell-icon-popover .st-cell-icon-size-control .st-cell-icon-size-input{align-items:center;display:flex;gap:4px}.st-table-cell-icon-popover .st-cell-icon-size-control .st-cell-icon-size-input input{border:1px solid #ddd;border-radius:4px;font-size:13px;padding:4px 8px;text-align:right;width:60px}.st-table-cell-icon-popover .st-cell-icon-size-control .st-cell-icon-size-input span{color:#666;font-size:13px}.block-editor-block-list__block[data-type="core/heading"] span[data-st-blocks-heading-subtitle="1"]{cursor:default;position:relative}.block-editor-block-list__block[data-type="core/heading"] span[data-st-blocks-heading-subtitle="1"]:after{align-items:center;background:#ffffffeb;border-radius:2px;color:#1e1e1e;content:"";display:flex;font-size:11px;inset:0;justify-content:center;line-height:1.2;opacity:0;padding:2px 4px;pointer-events:none;position:absolute;text-align:center;transition:opacity .15s ease}.block-editor-block-list__block[data-type="core/heading"] span[data-st-blocks-heading-subtitle="1"]:hover:after{content:"サイドバーで設定";opacity:1}.st-blocks-post-title-counter-panel .components-panel__body-toggle.components-button{align-items:center;display:flex;flex-wrap:wrap}.entry-content pre.wp-block-code[data-label]:not([data-label=""]){--st-blocks-code-label-height:2em;--st-blocks-code-label-spacing:0.7em;padding-top:calc(var(--st-blocks-code-label-height) + var(--st-blocks-code-label-spacing));position:relative}.entry-content pre.wp-block-code[data-label]:not([data-label=""]):after{background:#333;border-radius:0 0 4px 0;color:#fff;content:attr(data-label);font-size:12px;left:0;line-height:var(--st-blocks-code-label-height);max-width:calc(100% - 20px);min-height:var(--st-blocks-code-label-height);overflow:hidden;padding:4px 10px;position:absolute;text-overflow:ellipsis;top:0;white-space:nowrap;z-index:1}.block-editor-block-list__block[data-type="core/code"][data-label]:not([data-label=""]):before{border-radius:2px;color:#777;content:attr(data-label);cursor:default;display:block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;margin-bottom:4px;max-width:100%;overflow:hidden;padding:0;pointer-events:none;text-overflow:ellipsis;-webkit-user-select:none;user-select:none;white-space:nowrap;width:fit-content}.st-table-merge__panel .components-panel__body-title .components-button{gap:0}.st-table-merge__preview{background:#f0f0f0;border-radius:4px;margin-bottom:16px;overflow-x:auto;padding:8px}.st-table-merge__preview-table{border-collapse:collapse;table-layout:fixed;width:100%}.st-table-merge__preview-cell{background:#fff;border:1px solid #ccc;cursor:pointer;height:24px;min-width:24px;padding:0;transition:background-color .15s ease}.st-table-merge__preview-cell:hover{background:#e0e0e0}.st-table-merge__preview-cell:focus{outline:2px solid var(--wp-admin-theme-color,#007cba);outline-offset:-2px}.st-table-merge__preview-cell.is-selected{background:var(--wp-admin-theme-color,#007cba);border-color:var(--wp-admin-theme-color,#007cba)}.st-table-merge__preview-cell.is-head{background:#f5f5f5}.st-table-merge__preview-cell.is-head.is-selected{background:var(--wp-admin-theme-color,#007cba)}.st-table-merge__preview-cell.is-th{position:relative}.st-table-merge__preview-cell.is-th:after{border:2px dashed #999;bottom:2px;content:"";left:2px;pointer-events:none;position:absolute;right:2px;top:2px}.st-table-merge__preview-cell.is-th.is-selected:after{border-color:#fff}.st-table-merge__preview-empty{color:#757575;font-style:italic;padding:16px;text-align:center}.st-table-merge__help{color:#757575;font-size:12px;line-height:1.6;margin-bottom:16px}.st-table-merge__help kbd{background:#f0f0f0;border:1px solid #ccc;border-radius:3px;box-shadow:0 1px 0 #ccc;display:inline-block;font-family:monospace;font-size:11px;padding:2px 6px}.st-table-merge__actions{margin-bottom:16px}.st-table-merge__button-group{display:flex;gap:8px}.st-table-merge__button-group .components-button{flex:1;justify-content:center}.st-table-merge__utilities{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.st-table-merge__utility-button{justify-content:center;width:100%}.st-table-merge__utility-button.is-destructive{border-color:#d63638;color:#d63638}.st-table-merge__utility-button.is-destructive:hover:not(:disabled){background:#d63638;color:#fff}.st-table-merge__notice,.st-table-merge__notice .components-notice__content{margin:0}.block-editor-block-list__block.has-st-cell-merges [data-st-merge-origin=true]{position:relative}.block-editor-block-list__block.has-st-cell-merges [data-st-merge-origin=true]:before{background:#2271b1;border-radius:2px;color:#fff;content:attr(data-st-colspan) "×" attr(data-st-rowspan);font-size:10px;font-weight:600;line-height:1.2;padding:2px 6px;pointer-events:none;position:absolute;right:4px;top:4px;z-index:10}.block-editor-block-list__block.has-st-cell-merges [data-st-merge-origin=true][data-st-rowspan="1"]:not([data-st-colspan="1"]):before{content:"横" attr(data-st-colspan)}.block-editor-block-list__block.has-st-cell-merges [data-st-merge-origin=true][data-st-colspan="1"]:not([data-st-rowspan="1"]):before{content:"縦" attr(data-st-rowspan)}.block-editor-block-list__block.has-st-cell-merges [data-st-merge-origin=true][data-st-rowspan="1"][data-st-colspan="1"]:before{display:none}.block-editor-block-list__block.has-st-cell-merges [data-st-merged=true]{display:none!important}.block-editor-rich-text__editable:focus .sankou[data-rich-text-format-boundary],.block-editor-rich-text__editable:focus .st-hisu[data-rich-text-format-boundary]{color:unset!important}.components-popover__content em-emoji-picker{--shadow:none;--border-radius:0}.st-emoji{font-family:EmojiMart,Segoe UI Emoji,Segoe UI Symbol,Segoe UI,Apple Color Emoji,Twemoji Mozilla,Noto Color Emoji,Android Emoji}.st-highlight-popover .st-highlight-tabs .components-tab-panel__tabs{background-color:#fff;border-bottom:1px solid #ddd;display:flex;margin-bottom:0}.st-highlight-popover .st-highlight-tabs .components-tab-panel__tabs .components-button{background:#0000;border:none;border-bottom:2px solid #0000;border-radius:0;flex:1;font-size:13px;padding:10px 16px}.st-highlight-popover .st-highlight-tabs .components-tab-panel__tabs .components-button.is-active{border-bottom-color:var(--wp-admin-theme-color,#007cba);color:var(--wp-admin-theme-color,#007cba);font-weight:500}.st-highlight-popover .st-highlight-tabs .components-tab-panel__tabs .components-button:hover:not(.is-active){background-color:#f5f5f5}.st-blocks-ex-badge-wrapper{align-items:center;display:inline-flex;justify-content:center;position:relative}.st-blocks-ex-badge{background:#9e9d24;border-radius:2px;color:#fff;display:none;font-size:9px;font-weight:700;left:50%;letter-spacing:.5px;line-height:1;padding:2px 5px;position:absolute;top:-14px;transform:translateX(-50%);white-space:nowrap}.block-editor-block-types-list__item .st-blocks-ex-badge{display:block}.components-select-control__input[multiple]{height:128px!important;overflow:auto!important;padding:8px!important}.components-select-control__input[multiple]+.components-input-control__suffix{display:none}
.st-stepguide{counter-reset:stepguide-counter 0;--st--stepguide--number-bg-color:#fff;--st--stepguide--number-text-color:#ccc;--st--stepguide--title-text-color:inherit;--st--stepguide--track-line-color:#ccc;--st--stepguide--track-outdent:20px;--st--stepguide--number-column-width:2.33rem;--st--stepguide--grid-columns:var(--st--stepguide--number-column-width) minmax(0,1fr);--st--stepguide--title-inline-padding:0.5em;--st--stepguide--counter-font-size:1.5em}.st-stepguide[data-show-step-label=false]{--st--stepguide--number-column-width:1.55rem}.st-stepguide__item{border-left:none;column-gap:12px;counter-increment:stepguide-counter;display:grid;grid-template-columns:var(--st--stepguide--grid-columns);margin-left:0;padding-bottom:24px;padding-left:0;position:relative}.st-stepguide__item:before{background-color:var(--st--stepguide--track-line-color);bottom:0;content:"";left:calc(var(--st--stepguide--number-column-width)/2 - .5px);pointer-events:none;position:absolute;top:0;width:1px;z-index:0}.st-stepguide__item:last-child{padding-bottom:0}.st-stepguide__item:last-child:before{display:none}.st-stepguide__header{align-items:center;background-color:var(--st--stepguide--number-bg-color);column-gap:10px;cursor:pointer;display:grid;grid-column:1/-1;grid-template-columns:var(--st--stepguide--grid-columns);margin-left:0;padding:8px 30px 8px 0;position:relative;z-index:1}.st-stepguide__number{align-items:flex-start;color:var(--st--stepguide--number-text-color);display:flex;flex-direction:column;flex-shrink:0;font-family:Roboto,Arial,sans-serif;justify-self:center}.st-stepguide__number-label{font-family:Roboto,sans-serif;font-size:.5em;font-weight:400;letter-spacing:.08em;line-height:1.2;padding-left:.4em}.st-stepguide[data-show-step-label=false] .st-stepguide__number-label{display:none}.st-stepguide__number-value{display:block}.st-stepguide__number-value:before{color:var(--st--stepguide--number-text-color);content:counter(stepguide-counter,decimal-leading-zero);display:block;font-family:Roboto,sans-serif;font-size:var(--st--stepguide--counter-font-size);font-variant-numeric:tabular-nums;font-weight:700;line-height:1;min-width:2.25ch;text-align:center}h2.st-stepguide__title{font-size:var(--fs-h2);line-height:var(--lh-h2)}h3.st-stepguide__title{font-size:var(--fs-h3);line-height:var(--lh-h3)}h4.st-stepguide__title{font-size:var(--fs-h4);line-height:var(--lh-h4)}p.st-stepguide__title{font-size:var(--fs-p);line-height:var(--lh-p)}.st-stepguide__title{background-color:#0000!important;border:none!important;font-weight:700;margin:0!important;min-width:0;opacity:1;padding:0 var(--st--stepguide--title-inline-padding)!important;transition:opacity .28s cubic-bezier(.4,0,.2,1)}.st-stepguide__title .st-h-copy,.st-stepguide__title .st-h-copy-toc{font-weight:500}.wp-block-st-blocks-stepguide:not(.has-default-open) .st-stepguide__title:hover{opacity:.7}.st-stepguide.st-stepguide .st-stepguide__title{color:var(--st--stepguide--title-text-color)!important;-webkit-text-fill-color:var(--st--stepguide--title-text-color)!important}.st-stepguide__body{grid-column:2;grid-row:2;overflow:hidden;padding-left:var(--st--stepguide--title-inline-padding);padding-top:12px;position:relative;transition:max-height .3s ease,opacity .3s ease;z-index:1}.st-stepguide__body.is-collapsed{max-height:0!important;opacity:0;padding-bottom:0;padding-top:0}.st-stepguide.has-default-open .st-stepguide__body:not(.is-collapsed){max-height:none;opacity:1}.st-stepguide__toggle-icon{display:block}.st-stepguide__toggle-icon-vertical{transition:opacity .3s ease}.st-stepguide__toggle-btn{align-items:center;background:#0000;border:none;border-radius:2px;color:var(--st--stepguide--number-text-color);cursor:pointer;display:flex;height:32px;justify-content:center;padding:0;position:absolute;right:0;top:50%;transform:translateY(-50%);width:32px}.st-stepguide__toggle-btn[aria-expanded=true] .st-stepguide__toggle-icon-vertical{opacity:0}.st-stepguide[data-stepguide-collapsible=false] .st-stepguide__header{cursor:default;padding:8px 0}.st-stepguide[data-stepguide-collapsible=false] .st-stepguide__title{padding:0 0 0 var(--st--stepguide--title-inline-padding)!important}.editor-styles-wrapper .wp-block-st-blocks-slide-content .st-slide-content__labels{background:#f0f0f0;border-radius:4px;display:flex;flex-wrap:wrap;gap:4px;margin-bottom:12px;padding:4px}.editor-styles-wrapper .wp-block-st-blocks-slide-content .st-slide-content__label{background:#0000;border:1px solid #0000;border-radius:3px;color:#1e1e1e;cursor:pointer;font-size:13px;line-height:1.4;padding:6px 14px;transition:background .15s,border-color .15s}.editor-styles-wrapper .wp-block-st-blocks-slide-content .st-slide-content__label:hover{background:#e0e0e0}.editor-styles-wrapper .wp-block-st-blocks-slide-content .st-slide-content__label.is-active{background:#fff;border-color:#ccc;font-weight:600}.editor-styles-wrapper .wp-block-st-blocks-slide-content .st-slide-content__label-add{background:#0000;border:1px dashed #ccc;border-radius:3px;color:#757575;cursor:pointer;padding:6px 8px}.editor-styles-wrapper .wp-block-st-blocks-slide-content .st-slide-content__label-add:hover{border-color:#999;color:#1e1e1e}.editor-styles-wrapper .wp-block-st-blocks-slide-content .st-slide-content__track{display:block;gap:0;overflow:visible;padding:0}.editor-styles-wrapper .wp-block-st-blocks-slide-content .st-slide-content__track>.wp-block-st-blocks-slide-content-item{display:none;flex:none;width:100%}.editor-styles-wrapper .wp-block-st-blocks-slide-content .st-slide-content__track>.wp-block-st-blocks-slide-content-item.st-slide-content__item--selected{display:block}.st-slide-content{--st-slide-columns:3;--st-slide-gap:16px;border:none;overflow:hidden;position:relative}.st-slide-content.st-slide-content--nav-center:has(.st-slide-content__nav-container:not([hidden])){overflow:visible}.st-slide-content__track{display:flex;gap:var(--st-slide-gap);overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.st-slide-content__track::-webkit-scrollbar{display:none}.st-slide-content.is-style-cutoff .st-slide-content__track,.st-slide-content.is-style-normal .st-slide-content__track{scroll-padding-inline-start:1px}.st-slide-content.is-style-normal .st-slide-content__item{flex:0 0 calc((100% - 2px - (var(--st-slide-columns) - 1)*var(--st-slide-gap))/var(--st-slide-columns))}.st-slide-content.is-style-cutoff .st-slide-content__item{flex:0 0 calc((300% - var(--st-slide-columns)*var(--st-slide-gap)*3)/(var(--st-slide-columns)*3 + 1))}.st-slide-content.is-style-wide .st-slide-content__item{flex:0 0 calc((300% - (var(--st-slide-columns) + 1)*var(--st-slide-gap)*3)/(var(--st-slide-columns)*3 + 2))}.st-slide-content.is-style-wide .st-slide-content__track{scroll-padding-inline-start:calc((100% - (var(--st-slide-columns) + 1)*var(--st-slide-gap))/(var(--st-slide-columns)*3 + 2) + var(--st-slide-gap))}.st-slide-content__item{background-color:var(--st-slide-bg-color);border-color:var(--st-slide-border-color,#0000);border-radius:var(--st-slide-border-radius,0);border-style:solid;border-width:var(--st-slide-border-width,0);box-sizing:border-box;max-height:var(--st-slide-max-height,none);overflow:hidden;padding:var(--st-slide-padding-v,0) var(--st-slide-padding-h,0);scroll-snap-align:start}.st-slide-content__nav-container{display:flex;gap:8px;padding:12px 0 0}.st-slide-content .st-slide-content__nav-container[hidden]{display:none}.st-slide-content--nav-center .st-slide-content__nav-container:not([hidden]){display:block;gap:0;inset:0;padding:0;pointer-events:none;position:absolute;z-index:2}.st-slide-content--nav-center .st-slide-content__nav-container:not([hidden]) .st-slide-content__nav{pointer-events:auto;position:absolute;top:50%}.st-slide-content--nav-center .st-slide-content__nav-container:not([hidden]) .st-slide-content__nav--prev{left:0;transform:translate(-50%,-50%)}.st-slide-content--nav-center .st-slide-content__nav-container:not([hidden]) .st-slide-content__nav--next{right:0;transform:translate(50%,-50%)}@media(max-width:599px){.st-slide-content--nav-center .st-slide-content__nav-container:not([hidden]) .st-slide-content__nav--prev{left:-5px;transform:translateY(-50%)}.st-slide-content--nav-center .st-slide-content__nav-container:not([hidden]) .st-slide-content__nav--next{right:-5px;transform:translateY(-50%)}}.st-slide-content__nav{align-items:center;background:#ffffff4d;border:1px solid #eee;border-radius:50%;color:#424242;cursor:pointer;display:flex;height:40px;justify-content:center;margin:0;padding:0;transition:opacity .2s;width:40px}.st-slide-content__nav:hover{opacity:.6}.st-slide-content__nav svg{display:block;height:20px;width:20px}.wp-block-st-blocks-slide-content.wp-block-st-blocks-slide-content .st-slide-content__item p{color:#333;display:block;font-size:15px;line-height:1.8}.st-sales-card{background:#fff;border-radius:12px;box-sizing:border-box;max-width:100%;overflow:hidden}.st-sales-card.is-box-shadow{box-shadow:0 4px 14px #0000001f}.st-sales-card__inner{display:flex;flex-direction:column;min-width:0}.st-sales-card__media{margin:0;overflow:hidden;padding:0;position:relative}.st-sales-card__media img{display:block;height:auto;width:100%}.st-sales-card__media--aspect-16-9{aspect-ratio:16/9}.st-sales-card__media--aspect-16-9 img{display:block;height:100%;object-fit:cover;width:100%}.st-sales-card__media--aspect-4-3{aspect-ratio:4/3}.st-sales-card__media--aspect-4-3 img{display:block;height:100%;object-fit:cover;width:100%}.block-editor-block-list__block.wp-block-st-blocks-sales-card .st-sales-card__media--aspect-16-9 img,.block-editor-block-list__block.wp-block-st-blocks-sales-card .st-sales-card__media--aspect-4-3 img,.editor-styles-wrapper .wp-block-st-blocks-sales-card .st-sales-card__media--aspect-16-9 img,.editor-styles-wrapper .wp-block-st-blocks-sales-card .st-sales-card__media--aspect-4-3 img{height:100%}.block-editor-block-list__block.wp-block-st-blocks-sales-card .st-sales-card__media img,.editor-styles-wrapper .wp-block-st-blocks-sales-card .st-sales-card__media img{margin-bottom:0}.st-sales-card__media--circle-clip{align-items:center;aspect-ratio:unset;box-sizing:border-box;display:flex;justify-content:center;min-height:0;padding:1.5rem 1rem 0}.st-sales-card__media--circle-clip img{aspect-ratio:1;border-radius:50%;display:block;object-fit:cover;object-position:center}.st-sales-card__media--circle-clip-size-small img{height:100px;width:100px}.st-sales-card__media--circle-clip-size-medium img{height:150px;width:150px}.st-sales-card__media--circle-clip-size-large img{height:200px;width:200px}.st-sales-card__media--empty{align-items:center;box-sizing:border-box;display:flex;justify-content:center;min-height:120px;padding:1rem}.st-sales-card__media-empty-label{color:#757575;font-size:13px;line-height:1.5;text-align:center}.st-sales-card__body{box-sizing:border-box;padding:1.25rem 1.5rem 1.5rem;text-align:center}.st-sales-card__icon{line-height:1;margin-bottom:.75rem;padding-top:.75rem;text-align:center}.st-sales-card__icon .st-svg-inline{line-height:1}.st-sales-card__icon .st-svg-inline svg{fill:currentcolor;display:inline-block;height:1.2em;vertical-align:-.125em;width:1.2em}.st-sales-card__title{color:#222;font-size:1.25rem;font-weight:700;line-height:1.45;margin:0 0 .75rem}.st-sales-card__title.st-sales-card__title--before-subtext{margin-bottom:.35rem}.st-sales-card__subtext{color:#222;font-size:.9375rem;font-weight:400;line-height:1.5;margin:0}.st-sales-card__subtext--above{margin-bottom:.35rem}.st-sales-card__subtext--below{margin-bottom:.75rem}.st-sales-card__inspector-subtext .st-sales-card__inspector-subtext-buttons{display:flex;width:100%}.st-sales-card__inspector-subtext .st-sales-card__inspector-subtext-buttons .components-button{flex:1;justify-content:center}.st-sales-card__inspector-title-size [role=radiogroup]{display:flex;flex-wrap:nowrap;width:100%}.st-sales-card__inspector-title-size [role=radiogroup]>*{flex:1 1 0;min-width:0}.st-sales-card__inspector-title-size [role=radiogroup] .components-button,.st-sales-card__inspector-title-size [role=radiogroup] [role=radio],.st-sales-card__inspector-title-size [role=radiogroup] button{justify-content:center;text-align:center;width:100%}.st-sales-card__inspector-aspect-ratio{margin-top:16px}.st-sales-card__inspector-aspect-ratio [role=radiogroup]{display:flex;flex-wrap:nowrap;width:100%}.st-sales-card__inspector-aspect-ratio [role=radiogroup]>*{flex:1 1 0;min-width:0}.st-sales-card__inspector-aspect-ratio [role=radiogroup] .components-button,.st-sales-card__inspector-aspect-ratio [role=radiogroup] [role=radio],.st-sales-card__inspector-aspect-ratio [role=radiogroup] button{justify-content:center;text-align:center;width:100%}.st-sales-card__inspector-clip-size{margin-top:16px}.st-sales-card__inspector-clip-size [role=radiogroup]{display:flex;flex-wrap:nowrap;width:100%}.st-sales-card__inspector-clip-size [role=radiogroup]>*{flex:1 1 0;min-width:0}.st-sales-card__inspector-clip-size [role=radiogroup] .components-button,.st-sales-card__inspector-clip-size [role=radiogroup] [role=radio],.st-sales-card__inspector-clip-size [role=radiogroup] button{justify-content:center;text-align:center;width:100%}.st-sales-card__content{color:#333;text-align:center}.st-sales-card.st-sales-card .st-sales-card__content p{color:#333;display:block;font-size:.95em!important;line-height:1.8!important}.st-sales-card__content>:first-child{margin-top:0}.st-sales-card__content>:last-child{margin-bottom:0}.block-editor-block-list__block.wp-block-st-blocks-sales-card .st-sales-card__media:not(.st-sales-card__media--circle-clip):not(.st-sales-card__media--aspect-16-9):not(.st-sales-card__media--aspect-4-3),.editor-styles-wrapper .wp-block-st-blocks-sales-card .st-sales-card__media:not(.st-sales-card__media--circle-clip):not(.st-sales-card__media--aspect-16-9):not(.st-sales-card__media--aspect-4-3){aspect-ratio:inherit}.st-sales-card__editor-link-wrap .st-sales-card{cursor:pointer}a.st-sales-card__link{color:inherit;display:block;text-decoration:none}a.st-sales-card__link:hover .st-sales-card{opacity:.96}.st-sales-card__sidebar-media .st-sales-card__sidebar-thumb{cursor:pointer;display:block;height:auto;margin-bottom:8px;max-width:100%}.st-sales-card__sidebar-thumb-frame{cursor:pointer;margin-bottom:8px;max-width:100%;overflow:hidden}.st-sales-card__sidebar-thumb-frame--aspect-16-9{aspect-ratio:16/9}.st-sales-card__sidebar-thumb-frame--aspect-4-3{aspect-ratio:4/3}.st-sales-card__sidebar-thumb-frame .st-sales-card__sidebar-thumb{display:block;height:100%;margin-bottom:0;max-width:none;object-fit:cover;width:100%}.editor-styles-wrapper .st-sales-card__sidebar-thumb-frame .st-sales-card__sidebar-thumb{height:100%}.st-sales-card__sidebar-media .st-sales-card__sidebar-thumb--circle{aspect-ratio:1;border-radius:50%;margin-left:auto;margin-right:auto;object-fit:cover}.st-sales-card__sidebar-clip-toggle{margin-top:16px}.st-review{border:1px solid;padding:20px}.st-review-header{align-items:center;display:flex;gap:12px;margin-bottom:12px}.st-review-avatar{flex-shrink:0;height:60px;width:60px}.st-review-avatar img{border-radius:50%;height:60px;object-fit:cover;width:60px}.st-review-meta{flex:1;min-width:0}.st-review-title{color:#333;display:block;font-size:16px;font-weight:700;line-height:1.4;margin:0 0 4px}.st-review-info{align-items:center;display:flex;font-size:13px;gap:8px;line-height:1.4}.st-review-info.is-vertical{align-items:flex-start;flex-direction:column;justify-content:left}.st-review-label{color:#666}.st-review-stars{display:inline-flex;gap:1px}.st-review-star{font-size:14px;line-height:1}.st-review-star.is-filled{color:#ffc107}.st-review-star.is-half{color:#ffc107;opacity:.6}.st-review-star.is-empty{color:#ccc}.st-review-content{color:#333;font-size:15px;line-height:1.8}.st-review.st-review .st-review-content p{color:#333;display:block;font-size:15px;line-height:1.8}.block-editor-block-list__block .st-review-header{cursor:default;position:relative}.block-editor-block-list__block .st-review-header:after,.block-editor-block-list__block .st-review-header:before{content:"";inset:0;opacity:0;pointer-events:none;position:absolute;transition:opacity .2s ease}.block-editor-block-list__block .st-review-header:before{background:repeating-linear-gradient(-45deg,#0000000a,#0000000a 4px,#00000014 0,#00000014 8px);border-radius:4px;z-index:1}.block-editor-block-list__block .st-review-header:after{align-items:center;background:#ffffffd9;border-radius:3px;color:#1e1e1e;content:"サイドバーで設定してください";display:flex;font-size:12px;justify-content:center;z-index:2}.block-editor-block-list__block .st-review-header:hover:after,.block-editor-block-list__block .st-review-header:hover:before{opacity:1}.st-timeline-block{position:relative;z-index:0;--st-timeline-label-width:15%;--st-timeline-label-color:#666;--st-timeline-dot-color:#ccc;--st-timeline-line-color:#eee;--st-timeline-title-color:#1e1e1e;--st-timeline-gap:12px;--st-timeline-track-width:24px;--st-timeline-dot-size:12px;--st-timeline-line-width:2px;--st-timeline-title-line-height:1.5;padding-bottom:2px;padding-top:2px}.st-timeline-block__item{align-items:start;column-gap:var(--st-timeline-gap);display:grid;grid-template-columns:var(--st-timeline-label-width) var(--st-timeline-track-width) minmax(0,1fr);grid-template-rows:auto auto;padding-bottom:1.25rem;position:relative;z-index:1}.st-timeline-block__item:before{background-color:var(--st-timeline-line-color);bottom:0;content:"";left:calc(var(--st-timeline-label-width) + var(--st-timeline-gap) + var(--st-timeline-track-width)/2);pointer-events:none;position:absolute;top:0;transform:translateX(-50%);width:var(--st-timeline-line-width);z-index:0}.st-timeline-block__item:first-child:before{top:6px}.st-timeline-block__item:last-child:before{bottom:6px}.st-timeline-block__item:last-child{padding-bottom:0}.st-timeline-block__meta{display:contents}.st-timeline-block__label-wrap{align-self:center;grid-column:1;grid-row:1;margin:0;padding:0}.st-timeline-block__track{align-items:center;align-self:center;display:flex;flex-direction:column;grid-column:2;grid-row:1;justify-content:center;justify-self:center;margin:0;padding:0;width:100%}.st-timeline-block__dot{background-color:var(--st-timeline-dot-color);border-radius:50%;box-shadow:0 0 0 2px var(--st-timeline-dot-color);display:block;flex-shrink:0;height:var(--st-timeline-dot-size);width:var(--st-timeline-dot-size);z-index:1}.st-timeline-block__content{display:contents}.st-timeline-block__title{align-self:center;color:var(--st-timeline-title-color);font-size:var(--st-timeline-title-font-size,inherit)!important;font-weight:700;grid-column:3;grid-row:1;min-width:0}.st-timeline-block__label,.st-timeline-block__title{line-height:var(--st-timeline-title-line-height)!important;margin:0;padding:0}.st-timeline-block__label{color:var(--st-timeline-label-color);font-size:.95em!important}.st-timeline-block[data-st-timeline-label-bold=true] .st-timeline-block__item[data-st-timeline-item-label-bold=inherit] .st-timeline-block__label{font-weight:700!important}.st-timeline-block .st-timeline-block__item[data-st-timeline-item-label-bold=off] .st-timeline-block__label{font-weight:400!important}.st-timeline-block__body{align-self:start;grid-column:3;grid-row:2;min-width:0;padding:5px 0 0}.st-timeline-block__body>:first-child{margin-top:0!important}@media(max-width:599px){.st-timeline-block .st-timeline-block__item:before{left:calc(var(--st-timeline-track-width)/2)}.st-timeline-block .st-timeline-block__item{grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto;row-gap:.35rem}.st-timeline-block .st-timeline-block__meta{align-items:center;column-gap:var(--st-timeline-gap);display:flex;flex-direction:row-reverse;flex-wrap:nowrap;grid-column:1;grid-row:1;justify-content:flex-start;row-gap:.25rem;width:100%}.st-timeline-block .st-timeline-block__label-wrap{flex:1 1 auto;grid-column:auto;grid-row:auto;min-width:0}.st-timeline-block .st-timeline-block__track{align-items:center;flex:0 0 var(--st-timeline-track-width);flex-direction:row;grid-column:auto;grid-row:auto;justify-content:center;max-width:var(--st-timeline-track-width);min-height:0;padding-top:0;width:var(--st-timeline-track-width)}.st-timeline-block .st-timeline-block__dot{box-shadow:0 0 0 2px var(--st-timeline-dot-color)}.st-timeline-block .st-timeline-block__content{box-sizing:border-box;display:block;grid-column:1;grid-row:2;margin-left:0;margin-right:0;max-width:100%;padding-left:calc(var(--st-timeline-track-width) + var(--st-timeline-gap));width:100%}}.st-timeline-block[data-compact-label-layout=true] .st-timeline-block__item:before{left:calc(var(--st-timeline-track-width)/2)}.st-timeline-block[data-compact-label-layout=true] .st-timeline-block__item{grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto;row-gap:.35rem}.st-timeline-block[data-compact-label-layout=true] .st-timeline-block__meta{align-items:center;column-gap:var(--st-timeline-gap);display:flex;flex-direction:row-reverse;flex-wrap:nowrap;grid-column:1;grid-row:1;justify-content:flex-start;row-gap:.25rem;width:100%}.st-timeline-block[data-compact-label-layout=true] .st-timeline-block__label-wrap{flex:1 1 auto;grid-column:auto;grid-row:auto;min-width:0}.st-timeline-block[data-compact-label-layout=true] .st-timeline-block__track{align-items:center;flex:0 0 var(--st-timeline-track-width);flex-direction:row;grid-column:auto;grid-row:auto;justify-content:center;max-width:var(--st-timeline-track-width);min-height:0;padding-top:0;width:var(--st-timeline-track-width)}.st-timeline-block[data-compact-label-layout=true] .st-timeline-block__dot{box-shadow:0 0 0 2px var(--st-timeline-dot-color)}.st-timeline-block[data-compact-label-layout=true] .st-timeline-block__content{box-sizing:border-box;display:block;grid-column:1;grid-row:2;margin-left:0;margin-right:0;max-width:100%;padding-left:calc(var(--st-timeline-track-width) + var(--st-timeline-gap));width:100%}@media(min-width:600px){.st-timeline-block:not([data-compact-label-layout=true]) .st-timeline-block__label-wrap{text-align:right}.st-timeline-block:not([data-compact-label-layout=true]) .st-timeline-block__label{margin-right:-8px}}
.wp-block-table td[data-st-cell-icon],.wp-block-table th[data-st-cell-icon]{height:calc(var(--st-cell-icon-size, 30px) + 20px);isolation:isolate;min-width:calc(var(--st-cell-icon-size, 30px) + 20px);padding:10px;position:relative}.wp-block-table td[data-st-cell-icon]:after,.wp-block-table th[data-st-cell-icon]:after{background-color:var(--st-cell-icon-color,currentColor);bottom:0;content:"";height:var(--st-cell-icon-size,30px);left:0;margin:auto;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;pointer-events:none;position:absolute;right:0;top:0;width:var(--st-cell-icon-size,30px);z-index:-1}.wp-block-table [data-st-cell-icon=check]:after{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cpath fill=%27none%27 stroke=%27%23000%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272.5%27 d=%27m4 12 6 6L20 6%27/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cpath fill=%27none%27 stroke=%27%23000%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272.5%27 d=%27m4 12 6 6L20 6%27/%3E%3C/svg%3E")}.wp-block-table [data-st-cell-icon=doublecircle]:after{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Ccircle cx=%2712%27 cy=%2712%27 r=%2710%27 fill=%27none%27 stroke=%27%23000%27 stroke-width=%272%27/%3E%3Ccircle cx=%2712%27 cy=%2712%27 r=%275.5%27 fill=%27none%27 stroke=%27%23000%27 stroke-width=%272%27/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Ccircle cx=%2712%27 cy=%2712%27 r=%2710%27 fill=%27none%27 stroke=%27%23000%27 stroke-width=%272%27/%3E%3Ccircle cx=%2712%27 cy=%2712%27 r=%275.5%27 fill=%27none%27 stroke=%27%23000%27 stroke-width=%272%27/%3E%3C/svg%3E")}.wp-block-table [data-st-cell-icon=circle]:after{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Ccircle cx=%2712%27 cy=%2712%27 r=%2710%27 fill=%27none%27 stroke=%27%23000%27 stroke-width=%271.5%27/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Ccircle cx=%2712%27 cy=%2712%27 r=%2710%27 fill=%27none%27 stroke=%27%23000%27 stroke-width=%271.5%27/%3E%3C/svg%3E")}.wp-block-table [data-st-cell-icon=triangle]:after{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cpath fill=%27none%27 stroke=%27%23000%27 stroke-linejoin=%27round%27 stroke-width=%271.5%27 d=%27m12 2 10 18H2z%27/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cpath fill=%27none%27 stroke=%27%23000%27 stroke-linejoin=%27round%27 stroke-width=%271.5%27 d=%27m12 2 10 18H2z%27/%3E%3C/svg%3E")}.wp-block-table [data-st-cell-icon=cross]:after{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cpath stroke=%27%23000%27 stroke-linecap=%27round%27 stroke-width=%272.5%27 d=%27m4 4 16 16M20 4 4 20%27/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cpath stroke=%27%23000%27 stroke-linecap=%27round%27 stroke-width=%272.5%27 d=%27m4 4 16 16M20 4 4 20%27/%3E%3C/svg%3E")}.wp-block-table [data-st-cell-icon=minus]:after{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cpath stroke=%27%23000%27 stroke-linecap=%27round%27 stroke-width=%271.5%27 d=%27M4 12h16%27/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cpath stroke=%27%23000%27 stroke-linecap=%27round%27 stroke-width=%271.5%27 d=%27M4 12h16%27/%3E%3C/svg%3E")}
.wp-block-table[data-st-table-min-width]{position:relative}.wp-block-table[data-st-table-min-width] .st-table-scroll-hint{align-items:center;display:flex;inset:0;justify-content:center;pointer-events:none;position:absolute;z-index:99998}.wp-block-table[data-st-table-min-width] .st-table-scroll-hint[hidden]{display:none!important}.wp-block-table[data-st-table-min-width] .st-table-scroll-hint__icon{background:#0000004d;border-radius:10px;display:flex;line-height:0;padding:10px}.wp-block-table[data-st-table-min-width] .st-table-scroll-hint__icon svg{display:block;height:80px;width:80px;fill:#fff}.wp-block-table[data-st-table-min-width]:not([data-st-table-min-width-mobile-only]){box-sizing:border-box;max-width:100%;overflow-x:auto}.wp-block-table[data-st-table-min-width]:not([data-st-table-min-width-mobile-only])>table{min-width:var(--st-table-min-width-px);width:var(--st-table-min-width-px)}@media(max-width:599px){.wp-block-table[data-st-table-min-width][data-st-table-min-width-mobile-only]{box-sizing:border-box;max-width:100%;overflow-x:auto}.wp-block-table[data-st-table-min-width][data-st-table-min-width-mobile-only]>table{min-width:var(--st-table-min-width-px);width:var(--st-table-min-width-px)}}.block-editor-block-list__block.st-table-min-width-editor{box-sizing:border-box;max-width:100%;overflow-x:auto}.block-editor-block-list__block.st-table-min-width-editor .wp-block-table>table{min-width:var(--st-table-min-width-px);width:var(--st-table-min-width-px)}@media(max-width:599px){.block-editor-block-list__block.st-table-min-width-editor--mobile-only{box-sizing:border-box;max-width:100%;overflow-x:auto}.block-editor-block-list__block.st-table-min-width-editor--mobile-only .wp-block-table>table{min-width:var(--st-table-min-width-px);width:var(--st-table-min-width-px)}}