<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
  Skin Name: SILK（シルク）改
  Description: Cocoonスキン「SILK」カスタマイズタイプ。
  Skin URI: https://dateqa.com/cocoon/#silk
  Author: さやびー（special thanks to ろこ）
  Author URI: https://dateqa.com/cocoon/
  Screenshot URI: #
  Version: 2.8.2
  Priority: 9500001000
*/


/**************************
** Font Awesome5対応
**************************/
.font-awesome-5 blockquote::before,
.font-awesome-5 .navi-menu-content .menu-drawer a::after,
.btn::after,
.comment-btn::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}


/**************************
** マテリアル
**************************/
.navi-in &gt; ul .sub-menu,
.appeal-button,
.carousel .a-wrap,
.recommended .navi-entry-cards a,
.index-tab-buttons .index-tab-button,
.entry-card-wrap.a-wrap,
.ect-entry-card .a-wrap img,
.ect-big-card-first .a-wrap:not(:first-of-type) img,
.eye-catch,
.sns-buttons a,
.blogcard-wrap,
.is-style-text a .blogcard-label,
.btn,
.btn-wrap &gt; a,
.ranking-item-image-tag img,
.ranking-item-link-buttons a,
.toggle-button,
table tfoot td &gt; a,
.rect-entry-card .a-wrap .related-entry-card-thumb img,
.rect-mini-card .a-wrap .related-entry-card-thumb img,
.rect-vertical-card .a-wrap,
.pager-post-navi.post-navi-default a img,
.pager-post-navi.post-navi-square a,
.go-to-top-button,
figure.is-style-shadow img,
.is-style-shadow figure,
.is-style-toggle-accordion,
.keyboard-key,
.author-box,
.cta-thumb img,
a.rsswidget img,
.fb-like-box,
.widget_media_image a img,
.widget-entry-cards:not(.card-large-image) a img,
.widget-entry-cards.card-large-image a,
.page-numbers:not(.current):not(.dots):hover,
div.search-form:hover,
input[type="submit"],
.kaerebalink-link1 a,
.booklink-link2 a,
.tomarebalink-link1 a,
.product-item-buttons a,
.iwe-shadow-paper img,
.iconlist-box.is-style-no-icon li a {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease-out;
}

.appeal-button:hover,
.carousel .a-wrap:hover,
.recommended .navi-entry-cards a:hover,
.index-tab-buttons .index-tab-button:hover,
.entry-card-wrap.a-wrap:hover,
.ect-entry-card .a-wrap:hover img,
.ect-big-card-first .a-wrap:not(:first-of-type):hover img,
.sns-buttons a:hover,
.blogcard-wrap:hover,
.is-style-text a:hover .blogcard-label,
.btn:hover,
.btn-wrap &gt; a:hover,
.ranking-item-image-tag a:hover img,
.ranking-item-link-buttons a:hover,
table tfoot td &gt; a:hover,
.rect-entry-card .a-wrap:hover .related-entry-card-thumb img,
.rect-mini-card .a-wrap:hover .related-entry-card-thumb img,
.rect-vertical-card .a-wrap:hover,
a.rsswidget:hover img,
.widget_media_image a:hover img,
.widget-entry-cards:not(.card-large-image) a:hover img,
.widget-entry-cards.card-large-image a:hover,
.pager-post-navi.post-navi-default a:hover img,
.pager-post-navi.post-navi-square a:hover,
.go-to-top-button:hover,
figure.is-style-shadow a img:hover,
.is-style-shadow figure:hover,
input[type="submit"]:hover,
.kaerebalink-link1 a:hover,
.booklink-link2 a:hover,
.tomarebalink-link1 a:hover,
.product-item-buttons a:hover,
.iconlist-box.is-style-no-icon li a:hover {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2),
    0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  transform: scale(1.02);
  opacity: 0.7;
}

.wp-block-buttons a:hover {
    color: #fff;
}


/* 通知エリア */
.notice-area-link:hover,
a.appeal-button:hover,
a.box-menu:hover {
  opacity: 1;
}

/* 下線 */
.notice-area-link .notice-message::after,
.tagcloud a .tag-caption::after,
.navi-footer li a::after,
.comment-reply-link::after,
.recent-comment-link.a-wrap .recent-comment-article::after {
  content: "";
  width: 0;
  border-bottom: 1px solid currentColor;
  display: block;
}

.notice-area-link:hover .notice-message::after,
.tagcloud a:hover .tag-caption::after,
.navi-footer li a:hover::after,
.comment-reply-link:hover::after,
.recent-comment-link.a-wrap:hover .recent-comment-article::after {
  width: 100%;
  border-bottom: 1px solid currentColor;
}

.toc-list a,
.breadcrumb a {
  border-bottom: 1px solid transparent;
}

.toc-list a:hover,
.breadcrumb a:hover {
  border-color: currentColor;
}


/* 全般 */

/*アイキャッチサイズ*/
.eye-catch {width: 80%;}

/* リンク */
a:hover {
  opacity: 0.7;
}

.breadcrumb.sbp-main-before,
.breadcrumb.sbp-footer-before,
.breadcrumb.pbp-main-before,
.breadcrumb.pbp-footer-before {
  background: transparent;
}

/* ヘッダー */
.header-container {
  position: relative;
}

a.site-name:hover {
  opacity: 1;
}

.logo-image {
  line-height: 1;
}

.header-container:not(.fixed-header)
  .header-container-in.hlt-top-menu
  .tagline {
  display: block;
  text-align: left;
}

.entry-content{
	margin-top: 3em;
}

.entry-content,
.entry-categories-tags,
#block-3{
	margin-bottom: 5em;
}
.wp-block-cocoon-blocks-sticky-box img,
ul img,
span img {
    vertical-align: middle;
}
#content li img {
    vertical-align: middle;
    padding: 0 4px;
    min-width: fit-content;
}

/* ********************
 * グローバルメニュー *
 * ****************** */
.navi-in &gt; ul .sub-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  margin-top: 8px;
	background: #4a4a9e;
  transition: all 0.3s ease-out;
}

.navi-in &gt; ul li:hover &gt; ul {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}

.navi-in a {
  color: #fff;
}

.navi-in a:hover {
  color: #fff;
  background: inherit;
  opacity: 1;
}

.navi-in a::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  transition: all 0.3s ease-out;
  border-bottom: 2px solid currentColor;
  display: block;
}

.navi-in a:hover::after {
  width: 100%;
  border-bottom: 2px solid currentColor;
}

.sub-caption:before,
.sub-caption:after {
  content: "\2212";
  margin: 0 3px;
}

.navi-in .has-icon {
  right: 10px;
  opacity: 1;
  font-size: 14px;
}

.navi-in .has-icon .fa-caret-down,
.navi-in .has-icon .fa-caret-right {
  transition: all 0.3s ease-out;
}

.navi-in a:hover .has-icon .fa-caret-down {
  transform: translateY(3px);
}

.navi-in a:hover .has-icon .fa-caret-right {
  transform: translateX(3px);
}

.fa-ratate-330{
	transform: rotate(330deg); /*アイコン角度*/
}

/* 通知 */
.notice-message {
  display: inline-block;
}

.notice-message i {
  margin-right: 0.5em;
}


/* おすすめカード */
.recommended .navi-entry-cards a:hover {
  z-index: 2;
}

.recommended:not(.rcs-card-margin) .widget-entry-cards.card-large-image .a-wrap,
.recommended:not(.rcs-card-margin)
  .widget-entry-cards.card-large-image
  .card-thumb
  img {
  border-radius: 0;
}

.recommended.rcs-center-title .card-content {
  font-size: 0.9em;
}

.recommended.rcs-center-label-title .card-content .card-title {
  max-width: 90%;
}

/* カルーセル */
.carousel-in {
  background: transparent;
}

.carousel .a-wrap {
  padding: 0;
  border-radius: 4px;
}

.carousel-entry-card-thumb {
  margin: 0;
}

.carousel-entry-card-thumb img {
  border-radius: 4px 4px 0 0;
}

.carousel-entry-card-title {
  margin: 0;
  padding: 0.3em;
	font-size: 0.85em;
	line-height: 1.4;
}

.carousel .slick-arrow:before {
  color: inherit;
  opacity: 0.3;
}

.slick-dots {
  z-index: 2;
}




/*********************
 * 記事一覧 *
 ******************* */

/* フロントページタブ ----- */
/* タブのベース ----- */ 
.index-tab-buttons .index-tab-button {
  background-color: rgba(25, 25, 112, 0.2); /* タブ背景色 */
  padding: 9px 12px;
  border-width: 0;
  border-radius: 2px;
	font-weight: bold;
}
.index-tab-buttons .index-tab-button {
	background: rgba(25, 25, 112, 0.2);
}

#index-tab-1:checked ~ .index-tab-buttons .index-tab-button[for="index-tab-1"], 
#index-tab-2:checked ~ .index-tab-buttons .index-tab-button[for="index-tab-2"], 
#index-tab-3:checked ~ .index-tab-buttons .index-tab-button[for="index-tab-3"], 
#index-tab-4:checked ~ .index-tab-buttons .index-tab-button[for="index-tab-4"]{
	background: var(--wp--preset--color--key-color) ; /* クリック後のタブ背景色 */
  border: none;
  position: relative;
}

/* 吹き出し三角 ----- */
#index-tab-1:checked ~ .index-tab-buttons .index-tab-button[for="index-tab-1"]::before, 
#index-tab-2:checked ~ .index-tab-buttons .index-tab-button[for="index-tab-2"]::before, 
#index-tab-3:checked ~ .index-tab-buttons .index-tab-button[for="index-tab-3"]::before, 
#index-tab-4:checked ~ .index-tab-buttons .index-tab-button[for="index-tab-4"]::before{
  content: "";
  position: absolute;
  border-top: 15px solid var(--wp--preset--color--key-color) ; /* 吹き出し三角の色 */
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  width: 0;
  height: 0;
  left: calc(50% - 15px); /* 三角表示位置（要素左から）*/
  top:100%; /* 三角表示位置（要素上から）*/
}

label.index-tab-button:hover {
  background-color: var(--wp--preset--color--key-color) ; /* マウスオンのタブ背景色 */
  color: #fff; /* 文字色 */
}

.entry-card-content.card-content.e-card-content{
    padding: 0.2em !important;
}

#index-tab-1:checked
  ~ .index-tab-buttons
  .index-tab-button[for="index-tab-1"]:hover,
#index-tab-2:checked
  ~ .index-tab-buttons
  .index-tab-button[for="index-tab-2"]:hover,
#index-tab-3:checked
  ~ .index-tab-buttons
  .index-tab-button[for="index-tab-3"]:hover,
#index-tab-4:checked
  ~ .index-tab-buttons
  .index-tab-button[for="index-tab-4"]:hover {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  transform: none;
  opacity: 1;
  cursor: inherit;
}

.list-title-in:before,
.list-title-in:after {
  height: 1.5px;
}

.ect-entry-card .entry-card-wrap.a-wrap,
.ect-entry-card .entry-card-wrap.a-wrap:hover,
.ect-big-card-first .entry-card-wrap.a-wrap:not(:first-of-type),
.ect-big-card-first .entry-card-wrap.a-wrap:not(:first-of-type):hover {
  margin-bottom: 0.5em;
  padding: 0.5em;
  background: transparent;
  box-shadow: none;
  transform: none;
  border-radius: 2px;
}
a.entry-card-wrap.a-wrap{
    padding: 7px;
}

.ect-entry-card .a-wrap img,
.ect-big-card-first .a-wrap img {
  border-radius: 2px;
}

.front-top-page .ect-big-card-first .a-wrap:first-of-type,
.ect-big-card .a-wrap,
.ect-vertical-card .a-wrap {
  padding: 0;
  border-radius: 4px;
}

.front-top-page .ect-big-card-first .a-wrap:first-of-type img,
.ect-big-card .a-wrap img,
.ect-vertical-card .a-wrap img {
  border-radius: 4px 4px 0 0;
}

.front-top-page .ect-big-card-first .a-wrap:first-of-type .entry-card-content,
.ect-big-card .a-wrap .entry-card-content,
.ect-vertical-card .a-wrap .entry-card-content,
.ect-vertical-card.ect-tile-card .entry-card-content {
  padding: 1em;
}

.front-top-page .ect-big-card-first .a-wrap:first-of-type .entry-card-meta,
.ect-big-card .a-wrap .entry-card-meta,
.ect-vertical-card .a-wrap .entry-card-meta {
  position: inherit;
  line-height: inherit;
}

.entry-card-info &gt; * {
  color: inherit;
  font-size: 0.8em;
  opacity: 0.7;
}

.cat-label {
  padding: 1px 10px;
  border-radius: 20px;
}

.pagination-next,
.list-more-button-wrap {
  margin: 24px 0 0;
}

.pagination-next-link,
.list-more-button {
  position: relative;
  margin: 0 auto;
  padding: 5px 2em;
  width: 80%;
  color: inherit;
  background: inherit;
  font-size: 1em;
  border-width: 2px;
  border-color: currentColor;
  border-radius: 3em;
  opacity: 0.85;
}

.pagination-next-link:hover,
.list-more-button:hover {
  color: inherit;
  background: inherit;
  opacity: 0.6;
}

.pagination-next-link::after,
.list-more-button::after {
  position: absolute;
  content: "\02192";
  right: 1.5em;
  transition: all 0.3s ease-out;
  font-weight: bold;
}

.pagination-next-link:hover::after,
.list-more-button:hover::after {
  right: 1em;
}

.page-numbers {
  color: inherit;
  border-width: 0;
  border-radius: 23px;
  opacity: 0.85;
}

a.page-numbers {
  line-height: 42px;
  border: 2px solid currentColor;
}

.page-numbers.dots,
.page-numbers:not(.current):hover {
  color: inherit;
  background: inherit;
  opacity: 0.85;
}

/* *************************
 * サイドバー・ウィジェット
 * ************************/
/*プロフィール欄 */
.author-content .author-name{
	display: none;
}

.sidebar h2,
.sidebar h3 {
  padding: 0.4em;
  background: repeating-linear-gradient(
    -45deg,
    rgba(187, 187, 187, 0.1),
    rgba(187, 187, 187, 0.1) 3px,
    rgba(221, 221, 221, 0.1) 3px,
    rgba(221, 221, 221, 0.1) 6px
  );
  text-align: center;
  font-size: 1.05em;
  font-weight: 500;
  border-width: 3px 0 0 0;
  border-style: solid;
  border-radius: 2px;
	border-color: #4a4a9e !important;
}

.widget-sidebar ul li {
	border-bottom: 2px dotted var(--cocoon-x-thin-color);
}
.widget-sidebar ul li a:hover {
	background: rgb(102 102 102 / 10%);
}

.widget_recent_entries ul li a,
.widget_categories ul li a,
.widget_archive ul li a,
.widget_pages ul li a,
.widget_meta ul li a,
.widget_rss ul li a,
.widget_nav_menu ul li a,
.wp-block-group ul li a {
  position: relative;
  color: inherit;
  padding-left: 1.5em;
  transition: all 0.3s ease-out;
}

.widget_recent_entries ul li a:hover,
.widget_categories ul li a:hover,
.widget_archive ul li a:hover,
.widget_pages ul li a:hover,
.widget_meta ul li a:hover,
.widget_rss ul li a:hover,
.widget_nav_menu ul li a:hover,
.wp-block-group ul li a:hover {
  color: inherit;
  background: transparent;
  transition: all 0.3s ease-out;
}

.widget_recent_entries ul li a::before,
.widget_categories ul li a::before,
.widget_archive ul li a::before,
.widget_pages ul li a::before,
.widget_meta ul li a::before,
.widget_rss ul li a::before,
.wp-block-group ul li a::before,
.widget_nav_menu ul li a::before {
  position: absolute;
  content: "\f138";
	font-size: 0.95em;
  top: 50%;
  left: 0;
  margin-top: -0.5em;
  line-height: 1;
  transition: all 0.3s ease-out;
}
.widget_recent_entries ul li a::before,
.widget_categories ul li a::before,
.widget_archive ul li a::before,
.widget_pages ul li a::before,
.widget_meta ul li a::before,
.widget_rss ul li a::before,
.wp-block-group ul li a::before {
  content: "\f138";
	color: #4a4a9e;
}
.widget_nav_menu ul li a::before{
  content: "\f0da";
	color: currentColor;
}

.widget_recent_entries ul li a:hover::before,
.widget_categories ul li a:hover::before,
.widget_archive ul li a:hover::before,
.widget_pages ul li a:hover::before,
.widget_meta ul li a:hover::before,
.widget_rss ul li a:hover::before,
.widget_nav_menu ul li a:hover::before,
.wp-block-group ul li a:hover::before {
  left: 0.2em;
}

.widget-entry-card{
	font-size: 0.9em;
}

.tagcloud a {
  padding: 2px 10px;
  border-radius: 20px;
  opacity: 0.9;
}

.tagcloud a:hover {
  color: inherit;
  background: transparent;
  border-color: transparent;
  opacity: 0.9;
}

.tagcloud a .tag-caption {
  display: block;
  width: 100%;
}

.tagcloud a .tag-link-count {
  margin-left: 0;
}

.cta-box {
  background: #484848;
  border: 2px solid currentColor;
  border-radius: 4px;
}

.cta-heading,
.sidebar .cta-heading {
  margin-bottom: 1em;
  padding: 0.3em;
  font-size: 1.3em;
  text-align: center;
  border-bottom: 2px solid currentColor;
}

.widget_recent_entries .post-date,
.rss-date,
.rssSummary {
  font-size: 0.8em;
  opacity: 0.8;
}

.recent-comment-link.a-wrap,
.recent-comment-link.a-wrap:hover {
  background: transparent;
  opacity: 1;
}

.recent-comment-avatar img {
  border-radius: 4px;
}

.recent-comment-date,
.recent-comment-article {
  font-size: 0.8em;
  opacity: 0.8;
}

.recent-comment-content {
  background: transparent;
}

.fb-like-balloon-thumb img {
  border-radius: 4px;
}

.fb-like-box {
  background: #484848;
  border-radius: 2px;
}

.fb-like-thumb img {
  border-radius: 2px 0 0 2px;
}

.sidebar .sns-follow-buttons a,
.footer .sns-follow-buttons a {
  width: 36px;
  margin-right: 5px;
}

.entry-card-thumb,
.widget-entry-card-thumb,
.related-entry-card-thumb,
.carousel-entry-card-thumb {
  margin-top: 0;
}

.widget-entry-cards:not(.card-large-image) .a-wrap {
  background: transparent;
}

.widget-entry-cards:not(.card-large-image) a img {
  border-radius: 2px;
}

.widget-entry-cards.card-large-image .a-wrap {
  padding: 0;
  border-radius: 2px;
}

.widget-entry-cards.card-large-image .card-thumb img {
  border-radius: 2px 2px 0 0;
}

.widget-entry-cards.card-large-image .card-content {
  padding: 0.5em;
}

.widget-entry-cards.large-thumb-on .a-wrap {
  margin-bottom: 7px;
}

.widget-entry-cards.large-thumb-on .widget-entry-card-thumb,
.widget-entry-cards.large-thumb-on .a-wrap:hover .card-content {
  margin: 0;
  transition: all 0.3s ease-out;
}

.card-arrow .a-wrap::after {
  border-color: currentColor;
  opacity: 0.8;
  transition: all 0.3s ease-out;
}

.card-arrow .a-wrap:hover::after {
  right: 15px;
}

.border-partition a,
.border-partition a:first-of-type {
  border-color: #ddd;
}

.box-menu,
.box-menu:hover {
  color: inherit;
  transition: all 0.3s ease-out;
}

.box-menu-label {
  opacity: 0.9;
}

.search-submit {
  top: calc(50% - 0.5em);
  font-size: 1em;
}

.mejs-container.mejs-audio,
.mejs-container.mejs-audio .mejs-controls {
  background: #484848;
  border-radius: 2px;
}

.wp-calendar-table td a {
  color: inherit;
  background: rgba(204, 204, 204, 0.4);
  transition: all 0.3s ease-out;
}

.wp-calendar-table td a:hover {
  background: rgba(204, 204, 204, 0.4);
  opacity: 0.7;
}

.gallery-icon {
  line-height: 1;
}

/*ランキング*/
.widget-entry-cards.ranking-visible .card-thumb::before {
  border-radius: 1em;
	border-radius: 1em;
	top: -4px;
	left: -6px;
	box-shadow: 0 0 1px 1px #fff;
}

.widget-entry-cards.card-large-image .widget-entry-card-pv {
  top: 0.3em;
  right: 0.3em;
  padding: 0 8px;
  height: 26px;
  line-height: 26px;
  font-size: 13px;
  font-style: normal;
  border-radius: 2px;
  opacity: 1;
}

/* フォーム */

input[type="submit"] {
  padding: 1em;
  color: #fff;
  font-size: 0.85em;
  font-weight: bold;
  border-width: 0;
  border-radius: 4px;
	margin: 0 auto;
	display: block;
}

/* フッター */
.footer-bottom {
  margin: 0;
  padding-top: 0;
}

.navi-footer {
  margin-top: 8px;
}

.navi-footer-in &gt; .menu-footer li.menu-item {
  display: inline-block;
  width: auto;
  margin: 0;
  flex: none;
  text-align: left;
}

.navi-footer li:not(:last-child):after {
  content: "\002f";
  margin: 0 12px;
}

.navi-footer-in &gt; .menu-footer li,
.navi-footer-in &gt; .menu-footer li:last-child {
  border: none;
}

.navi-footer-in &gt; .menu-footer li.menu-item a {
  display: inline-block;
  width: auto;
  padding: 0 10px;
}

.navi-footer-in a {
  color: #484848;
}

.navi-footer-in a:hover {
  color: #484848;
  background-color: inherit;
  opacity: 1;
}

.navi-footer li a i {
  margin-right: 8px;
}

.copyright {
  font-size: 0.85em;
}

.widget_nav_menu ul li a {
    font-size: .9em;
    padding: 4px 12px;
}

/* ********************
 * 見出し *
 * ***************** */
.article h2,
.article h3,
.article h4,
.article h5,
.article h6{
	border: none;
	margin-bottom: 1.4em;
}

h1.entry-title{
	margin-bottom: 2em;
}
.article h2{
	margin-top: 3.2em;
}
.article h3{
	margin-top: 2.8em;
}

/* h2 ----- */
.article h2{
	background: #191970;
	color: #fff;
	padding: 0.4em 0.5em;
	margin-left: -0.5em;
	margin-right: -0.5em;
	font-size: 1.8em
}
.article h2::after{
	background: none;
}
/* h3 ----- */
.article h3 {
	color: #191970;
	text-shadow: 0 0 5px #fff;
	border-left: solid 8px #191970;
	background: repeating-linear-gradient(-45deg,#dde3ff,#dde3ff 3px,#f0f3ff 3px,#f0f3ff 7px);
	padding: 6px 10px;
	font-size: 1.5em;
}
/* h4 ----- */
.article h4{
	padding: 8px 16px;
	background: linear-gradient( -45deg, transparent 25%,rgb(57 38 108 / 70%) 25%, rgb(57 38 108 / 70%) 50%,transparent 50%, transparent 75%, rgb(57 38 108 / 70%) 75% ) left bottom/5px 5px repeat-x;
	font-size: 1.4em;
}

/* h5 ----- */
.article h5{
	border-bottom: 1px dotted #9393cc;
	padding: 6px 10px;
	font-size: 1.2em;
}

/* h6 ----- */
.article h6{
	padding: 6px 10px;
	font-size: 1.2em;
}

/* 引用 */
blockquote {
  background: rgba(153, 153, 153, 0.2);
  padding: 2.5em;
  border-width: 0;
  border-radius: 2px;
  opacity: 0.9;
}

blockquote::before,
blockquote::after {
  content: none;
}

blockquote p:first-of-type::before {
  position: absolute;
  content: "\f10d";
  top: 0;
  left: 0;
  padding: 3px 8px;
  font-size: 24px;
  line-height: 1;
  border-radius: 2px 0;
}

blockquote cite {
  display: block;
  text-align: right;
}

/* 画像 */
img {
  vertical-align: bottom;
}

.wp-block-image figure {
  position: relative;
}

.wp-block-image figure figcaption {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  margin: 0;
  color: #fff;
  background: rgb(0 0 0 / 0.7);
  text-align: right;
  opacity: 1;
}

.no-sidebar .wp-block-image {
  text-align: center;
}

.iwe-border .blogcard img,
.iwe-border-bold .blogcard img {
  border: 0;
}

.iwe-shadow .blogcard img,
.iwe-shadow-paper .blogcard img {
  box-shadow: none;
}

/* リスト */
ul.is-style-link,
ol.is-style-link {
  list-style: none;
  padding-left: 0;
}

.is-style-link ul,
.is-style-link ol {
  list-style: none;
}

ul.is-style-link li,
ol.is-style-link li {
  margin: 0;
  border-top: 1px dashed #ddd;
}

ul.is-style-link &gt; li:first-child,
ol.is-style-link &gt; li:first-child {
  border-top: 0;
}

ul.is-style-link li a,
ol.is-style-link li a {
  display: block;
  padding: 0.5em;
  text-decoration: none;
}

ul.is-style-link li a::before,
ol.is-style-link li a::before {
  content: "\f0c1";
  margin-right: 0.5em;
  opacity: 0.8;
}


/*リスト間余白*/
.article ul li,
.article ol li{
	margin-bottom: 1.5em;
}
/* コード */
pre,
kbd,
code,
span.keyboard-key,
.entry-content pre,
pre.wp-block-code.html::after,
pre.wp-block-code.css::after,
.is-code-row-number-enable pre::before {
	font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;}

p code,
p code.hljs,
ul code,
ol code{
	display: unset;
	margin: 0 4px;
	padding: 0 4px;
	font-size: 0.85em;
	background: #f3f3f3;
	border: 1px solid #adadad;
	border-radius: 2px;
}

.is-style-sticky-gray code {
	margin: 0 4px;
	padding: 0.1em 0.3em;
  font-size: 0.9em;
 	border: 1px solid #adadad;
	border-radius: 2px;
}
pre.wp-block-code code,
pre.wp-block-code code::before,
.wp-block-code.hljs.css::after,
.wp-block-code.hljs.html::after,
.wp-block-code.css.hljs::before,
.wp-block-code.html.hljs::before,
.is-code-row-number-enable pre.hljs::before{
	font-size: 0.9rem;
}

/*ソースコード-コメント表示*/
.hljs-comment, .hljs-quote {
	color: #abb2bf;
	font-style: normal;
}
/*ソースコード内コピー機能*/
.code-copy{
	z-index: 99;
}
/*ソースコード外周＆補足表示*/
.code-wrap .wp-block-code.hljs.css,
.code-wrap .wp-block-code.hljs.html {
	display: block;
	border-width: 6px;
	border-style: solid;
	position: relative;
}
.code-wrap .wp-block-code.hljs.css{ border-color: #6a6ae9; }
.code-wrap .wp-block-code.hljs.html { border-color: #fd982d; }

.code-wrap .wp-block-code.hljs.css::after,
.code-wrap .wp-block-code.hljs.html::after {
	position: absolute;
	left: 0;
	top: 0px;
	z-index: 9;
	border-radius: 0 0 6px;
	padding: 0 12px 4px 6px;
	color: #fff;
	line-height: 1;
	user-select: none;
}
.code-wrap .wp-block-code.hljs.css::after{
	background: #6a6ae9;
	content: "CSS";
}
.code-wrap .wp-block-code.hljs.html::after {
	background: #fd982d;
	content: "HTML";
}
.wp-block-code.css.hljs,
.wp-block-code.html.hljs{
	padding-top: 1.4em;
}
.wp-block-code.css.hljs::before,
.wp-block-code.html.hljs::before{
	padding-top: 1.6em;
}


/* ブログカード */
.blogcard-wrap {
  width: 100%;
  max-width: 320px;
  border-radius: 4px;
}

.blogcard {
  padding: 0;
  border: 0;
}

.blogcard-label {
  top: 8px;
  right: 8px;
  left: auto;
  padding: 0 16px;
  font-size: 12px;
  font-weight: bold;
  line-height: 2;
  border-radius: 12px;
}

.blogcard-thumbnail {
  float: none;
  width: 100%;
  margin: 0;
}

.blogcard-thumb-image {
  border-radius: 4px 4px 0 0;
}

.blogcard-content {
  padding: 1em 1em 0;
  margin-left: 0;
  max-height: none;
  min-height: auto;
}

.blogcard-title {
  margin-bottom: 0.2em;
}

.blogcard-footer {
  padding: 0 1em 1em;
  font-size: 0.8em;
  opacity: 0.7;
}

.ib-right .blogcard-thumbnail,
.eb-right .blogcard-thumbnail {
  float: none;
  margin-left: 0;
}

.ib-right .blogcard-content,
.eb-right .blogcard-content {
  margin-right: 0;
}

.is-style-normal-card .blogcard-wrap {
  max-width: 480px;
}

.is-style-normal-card .blogcard {
  display: table;
  width: 100%;
  padding: 0.5em;
}

.is-style-normal-card .blogcard-label {
  top: -2em;
  left: 0;
  right: auto;
  padding: 0 0.5em;
  background: transparent;
  font-size: 0.5em;
  border-radius: 0;
  text-decoration: underline;
}

.is-style-normal-card .blogcard-thumbnail,
.is-style-normal-card .blogcard-content {
  display: table-cell;
  vertical-align: middle;
}

.is-style-normal-card .ib-right,
.is-style-normal-card .eb-right,
.is-style-normal-card .ib-right .blogcard-thumbnail,
.is-style-normal-card .ib-right .blogcard-content,
.is-style-normal-card .eb-right .blogcard-thumbnail,
.is-style-normal-card .eb-right .blogcard-content,
.is-style-normal-card .ib-right .blogcard-label,
.is-style-normal-card .eb-right .blogcard-label {
  transform: scale(-1, 1);
}

.is-style-normal-card .blogcard-title,
.is-style-text .blogcard-title {
  margin-bottom: 0;
}

.is-style-normal-card .blogcard-thumbnail {
  width: 100px;
}

.is-style-normal-card .blogcard-thumb-image {
  border-radius: 4px;
}

.is-style-normal-card .blogcard-content {
  padding: 0 0 0 0.5em;
  font-size: 0.9em;
  line-height: 1.1;
}

.article .is-style-normal-card .blogcard-wrap {
  margin-top: 0;
  margin-bottom: 1.25em;
}

.article .bct-none.is-style-normal-card .blogcard-wrap {
  margin-bottom: 0.5em;
}

.article .is-style-normal-card &gt; .blogcard-wrap:last-child {
  margin-bottom: 0;
}

.blogcard-type.is-style-text {
  border: 2px solid #ddd;
  border-radius: 4px;
}

.is-style-text .blogcard-wrap {
  max-width: none;
  border: 0;
  box-shadow: none;
  transform: none;
}

.is-style-text .blogcard,
.is-style-text .blogcard-label {
  position: unset;
}

.is-style-text .blogcard {
  padding: 1em 0.5em;
  border-bottom: 2px dashed #ddd;
  border-radius: 0;
}

.is-style-text &gt; .blogcard-wrap:first-child,
.is-style-text &gt; *:first-child .blogcard {
  border-radius: 4px 4px 0 0;
}

.is-style-text &gt; .blogcard-wrap:last-child,
.is-style-text &gt; *:last-child .blogcard {
  border-bottom: 0;
  border-radius: 0 0 4px 4px;
}

.is-style-text .blogcard-label {
  float: left;
  margin-right: 0.5em;
  padding: 0 0.5em;
  font-size: 0.8em;
  border-radius: 2px;
}

.is-style-text .blogcard-content {
  padding: 0;
  font-size: 0.9em;
  line-height: 1.8;
  text-decoration: underline;
  overflow: unset;
}

.article .is-style-text .blogcard-wrap {
  margin: 0;
}

.blogcard-site,
.is-style-normal-card .blogcard-snippet,
.is-style-normal-card .blogcard-footer,
.is-style-text .blogcard-thumbnail,
.is-style-text .blogcard-snippet,
.is-style-text .blogcard-footer {
  display: none;
}

/* ボタン */
.btn.btn-circle,
.btn-wrap.btn-wrap-circle &gt; a {
  border-radius: 99px;
}

.btn:before,
.ranking-item-link-buttons a:before,
.btn:after,
.ranking-item-link-buttons a:after,
.btn-wrap &gt; a:before,
.btn-wrap &gt; a:after {
  margin-right: 18px;
}

.wp-block-button .wp-block-button__link {
  padding: 0.7em 1.5em;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1;
}

.wp-block-button .anchor-icon {
  display: none;
}

.btn {
	position: relative;
	background: #4a4a9e;
	color: #fff;
}
.btn-m::after{
	position: absolute;
	content: "\f054";
	font-size: 14px;
	right: 0;
	top: calc( 50% - 14px/2);
}

/* アイコンボックス */
.is-style-information-box,
.is-style-question-box,
.is-style-alert-box,
.is-style-memo-box,
.is-style-comment-box,
.is-style-ok-box,
.is-style-ng-box,
.is-style-good-box,
.is-style-bad-box,
.is-style-profile-box,
.information-box,
.question-box,
.alert-box,
.information,
.question,
.alert,
.memo-box,
.comment-box,
.common-icon-box {
	padding: 1.5em 1em 1em 2em;
  border-width: 2px;
  border-radius: 2px;
}


.is-style-information-box::before,
.is-style-question-box::before,
.is-style-alert-box::before,
.is-style-memo-box::before,
.is-style-comment-box::before,
.is-style-ok-box::before,
.is-style-ng-box::before,
.is-style-good-box::before,
.is-style-bad-box::before,
.is-style-profile-box::before,
.information-box::before,
.question-box::before,
.alert-box::before,
.information::before,
.question::before,
.alert::before,
.memo-box::before,
.comment-box::before,
.common-icon-box::before {
  width: 2em;
  top: -1em;
  left: 1em;
  padding: 0.5em;
  margin: 0;
  color: #fff;
  font-size: 1em;
  border-right: 0;
  border-radius: 1em;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
}

.is-style-information-box,
.information-box,
.information {
  background: rgba(225, 245, 254, 0.2);
  border-color: #4a4a9e;
}

.is-style-information-box::before,
.information-box::before,
.information::before {
  background: #4a4a9e;
}

.is-style-question-box,
.question-box,
.question {
  background: rgba(255, 248, 225, 0.2);
  border-color: #ffca28;
}

.is-style-question-box::before,
.question-box::before,
.question::before {
  background: #ffca28;
}

.is-style-alert-box,
.alert-box,
.alert {
  background: rgba(251, 233, 231, 0.2);
  border-color: #ff7043;
}

.is-style-alert-box::before,
.alert-box::before,
.alert::before {
  background: #ff7043;
}

.is-style-memo-box,
.memo-box {
  background: rgba(241, 248, 233, 0.2);
  border-color: #9ccc65;
}

.is-style-memo-box::before,
.memo-box::before {
  background: #9ccc65;
}

.is-style-comment-box,
.comment-box {
  background: rgba(236, 239, 241, 0.2);
  border-color: #90a4ae;
}

.is-style-comment-box::before,
.comment-box::before {
  background: #90a4ae;
}

.is-style-profile-box,
.profile-box {
  background: rgba(232, 234, 246, 0.2);
  border-color: #7986cb;
}

.is-style-profile-box::before,
.profile-box::before {
  background: #7986cb;
}

.is-style-ok-box,
.ok-box {
  background: rgba(224, 247, 250, 0.2);
  border-color: #26c6da;
}

.is-style-ok-box::before,
.ok-box::before {
  background: #26c6da;
}

.is-style-ng-box,
.ng-box {
  background: rgba(255, 235, 238, 0.2);
  border-color: #ef5350;
}

.is-style-ng-box::before,
.ng-box::before {
  background: #ef5350;
}

.is-style-good-box,
.good-box {
  background: rgba(224, 242, 241, 0.2);
  border-color: #4db6ac;
}

.is-style-good-box::before,
.good-box::before {
  background: #4db6ac;
}

.is-style-bad-box,
.bad-box {
  background: rgba(253, 234, 235, 0.2);
  border-color: #ee6e73;
}

.is-style-bad-box::before,
.bad-box::before {
  background: #ee6e73;
}

/* 案内ボックス */
.is-style-primary-box,
.primary-box,
.sp-primary,
.primary,
.is-style-secondary-box,
.secondary-box,
.is-style-info-box,
.info-box,
.sp-info,
.info,
.is-style-success-box,
.success-box,
.sp-success,
.success,
.is-style-warning-box,
.warning-box,
.sp-warning,
.warning,
.is-style-danger-box,
.danger-box,
.sp-danger,
.danger,
.is-style-light-box,
.light-box,
.is-style-dark-box,
.dark-box {
  padding: 1em;
  color: inherit;
  font-size: 0.9em;
  border-radius: 2px;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14),
    0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.is-style-primary-box,
.primary-box,
.sp-primary,
.primary {
  background: rgba(100, 181, 246, 0.4);
}

.is-style-secondary-box,
.secondary-box {
  background: rgba(224, 224, 224, 0.4);
}

.is-style-info-box,
.info-box,
.sp-info,
.info {
  background: rgba(79, 195, 247, 0.4);
}

.is-style-success-box,
.success-box,
.sp-success,
.success {
  background: rgba(129, 199, 132, 0.4);
}

.is-style-warning-box,
.warning-box,
.sp-warning,
.warning {
  background: rgba(255, 213, 79, 0.4);
}

.is-style-danger-box,
.danger-box,
.sp-danger,
.danger {
  background: rgba(229, 115, 115, 0.4);
}

.is-style-light-box,
.light-box {
  background: rgba(236, 239, 241, 0.4);
}

.is-style-dark-box,
.dark-box {
  background: rgba(117, 117, 117, 0.4);
}

/* 白抜きボックス */
.blank-box,
.is-style-blank-box-red,
.is-style-blank-box-navy,
.is-style-blank-box-blue,
.is-style-blank-box-yellow,
.is-style-blank-box-green,
.is-style-blank-box-pink,
.is-style-blank-box-orange,
.is-style-sticky-gray,
.is-style-sticky-yellow,
.is-style-sticky-red,
.is-style-sticky-blue,
.is-style-sticky-green {
  border-radius: 2px;
}

/* 付箋風ボックス */
.blank-box.sticky,
.is-style-sticky-gray,
.is-style-sticky-yellow,
.is-style-sticky-red,
.is-style-sticky-blue,
.is-style-sticky-green {
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14),
    0 1px 3px 0 rgba(0, 0, 0, 0.12);
  border-left-width: 6px;
  border-radius: 0 2px 2px 0;
}

.blank-box.sticky.st-yellow,
.sticky.st-yellow.is-style-blank-box-red,
.sticky.st-yellow.is-style-blank-box-navy,
.sticky.st-yellow.is-style-blank-box-blue,
.sticky.st-yellow.is-style-blank-box-yellow,
.sticky.st-yellow.is-style-blank-box-green,
.sticky.st-yellow.is-style-blank-box-pink,
.sticky.st-yellow.is-style-blank-box-orange,
.st-yellow.is-style-sticky-gray,
.st-yellow.is-style-sticky-yellow,
.st-yellow.is-style-sticky-red,
.st-yellow.is-style-sticky-blue,
.st-yellow.is-style-sticky-green {
  border-color: #ffd54f;
  background: rgba(255, 213, 79, 0.25);
}

.blank-box.sticky,
.sticky.is-style-blank-box-red,
.sticky.is-style-blank-box-navy,
.sticky.is-style-blank-box-blue,
.sticky.is-style-blank-box-yellow,
.sticky.is-style-blank-box-green,
.sticky.is-style-blank-box-pink,
.sticky.is-style-blank-box-orange,
.is-style-sticky-gray,
.is-style-sticky-yellow,
.is-style-sticky-red,
.is-style-sticky-blue,
.is-style-sticky-green {
  border-color: #b0bec5;
  background: rgba(207, 216, 220, 0.25);
}

.blank-box.sticky.st-red,
.sticky.st-red.is-style-blank-box-red,
.sticky.st-red.is-style-blank-box-navy,
.sticky.st-red.is-style-blank-box-blue,
.sticky.st-red.is-style-blank-box-yellow,
.sticky.st-red.is-style-blank-box-green,
.sticky.st-red.is-style-blank-box-pink,
.sticky.st-red.is-style-blank-box-orange,
.st-red.is-style-sticky-gray,
.st-red.is-style-sticky-yellow,
.st-red.is-style-sticky-red,
.st-red.is-style-sticky-blue,
.st-red.is-style-sticky-green {
  border-color: #e57373;
  background: rgba(255, 205, 210, 0.25);
}

.blank-box.sticky.st-blue,
.sticky.st-blue.is-style-blank-box-red,
.sticky.st-blue.is-style-blank-box-navy,
.sticky.st-blue.is-style-blank-box-blue,
.sticky.st-blue.is-style-blank-box-yellow,
.sticky.st-blue.is-style-blank-box-green,
.sticky.st-blue.is-style-blank-box-pink,
.sticky.st-blue.is-style-blank-box-orange,
.st-blue.is-style-sticky-gray,
.st-blue.is-style-sticky-yellow,
.st-blue.is-style-sticky-red,
.st-blue.is-style-sticky-blue,
.st-blue.is-style-sticky-green {
  border-color: #64b5f6;
  background: rgba(187, 222, 251, 0.25);
}

.blank-box.sticky.st-green,
.sticky.st-green.is-style-blank-box-red,
.sticky.st-green.is-style-blank-box-navy,
.sticky.st-green.is-style-blank-box-blue,
.sticky.st-green.is-style-blank-box-yellow,
.sticky.st-green.is-style-blank-box-green,
.sticky.st-green.is-style-blank-box-pink,
.sticky.st-green.is-style-blank-box-orange,
.st-green.is-style-sticky-gray,
.st-green.is-style-sticky-yellow,
.st-green.is-style-sticky-red,
.st-green.is-style-sticky-blue,
.st-green.is-style-sticky-green {
  border-color: #81c784;
  background: rgba(200, 230, 201, 0.25);
}

/* タブボックス */
.blank-box.bb-tab {
  padding-top: 1.5em;
  border-width: 2px;
  border-radius: 2px;
}

.blank-box.bb-tab .bb-label {
  top: -2px;
  left: -2px;
  border-radius: 2px 0;
}

/* トグルボックス */
label.toggle-button{
	background-color: #191970;
}

.toggle-button {
  padding: 0.5em 1em 0.5em 2em;
  font-weight: bold;
  text-align: left;
  border-radius: 2px;
	min-width: 320px;
	max-width: 400px;
	margin: 0 auto;
	color: #fff;
	border: 0;
}

.toggle-button::before {
  position: absolute;
  content: "\025b6";
  top: 0.5em;
  left: 0.5em;
  margin-right: 0;
  color: inherit;
  font-size: 1em;
  transition: all 0.3s ease-out;
}

.toggle-checkbox:checked ~ .toggle-button::before {
  content: "\025b6";
  transform: rotate(90deg);
}

.is-style-faq .toggle-button {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.is-style-faq .toggle-button:hover {
  opacity: 1;
}

.is-style-faq .toggle-button::before,
.is-style-faq .toggle-checkbox:checked ~ .toggle-button::before {
  content: "Q.";
  font-family: inherit;
  font-weight: inherit;
  transform: none;
}

.is-style-faq .toggle-button::after {
  position: absolute;
  content: "\f078";
  top: calc(50% - 0.5em);
  right: 0.5em;
  font-size: 0.5em;
  line-height: 1;
  transition: all 0.3s ease-out;
}

.is-style-faq .toggle-checkbox:checked ~ .toggle-button::after {
  transform: rotate(180deg);
}

.toggle-wrap.is-style-faq .toggle-content {
  position: relative;
  padding: 0 1em 0 2em;
}

.is-style-faq .toggle-checkbox:checked ~ .toggle-content {
  padding: 0.5em 1em 0.5em 2em;
  background: transparent;
  border-radius: 0;
}

.is-style-faq .toggle-content::before {
  position: absolute;
  content: "A.";
  font-weight: bold;
  top: 0;
  left: 0.5em;
  transition: all 0.3s ease-in-out;
}

.is-style-faq .toggle-checkbox:checked ~ .toggle-content::before {
  top: 0.5em;
}

/* 見出しボックス */
.caption-box {
  position: relative;
  border-radius: 2px;
	border-color: #4a4a9e;
}

.caption-box-label {
  position: absolute;
  display: block;
  left: -2px;
  top: -2px;
  right: -2px;
  height: 2.3em;
  padding: 0 1em;
  font-weight: bold;
  line-height: 2.3em;
  border-radius: 2px 2px 0 0;
	background-color: #4a4a9e;
	color: #fff !important;
}

.caption-box-label .rich-text {
  display: inline-block;
}

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

.tab-caption-box-label {
  padding: 0 1em;
  font-weight: bold;
  border-radius: 4px 4px 0 0;
	background-color: #4a4a9e;
	color: #fff !important;
}

.tab-caption-box-content {
  margin-top: -2px;
  padding: 1em;
  border-width: 2px;
  border-radius: 0 2px 2px;
	border-color: #4a4a9e;
}

.label-box-label {
  display: inline-block;
  padding: 0 1em;
  background: #888;
  color: #fff;
  font-size: 0.8em;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14),
    0 1px 3px 0 rgba(0, 0, 0, 0.12);
  text-shadow: none;
  border-radius: 1em;
}

.label-box-content {
  padding: 1.2em 1em 1em;
  border-width: 2px;
  border-radius: 2px;
}

/* バッジ */
.badge,
.ref,
.reffer,
.sankou {
  background-color: #f57c00;
}

.badge-red {
  background-color: #e53935;
}

.badge-pink {
  background-color: #f06292;
}

.badge-purple {
  background-color: #7e57c2;
}

.badge-blue {
  background-color: #039be5;
}

.badge-green {
  background-color: #689f38;
}

.badge-yellow {
  background-color: #f9a825;
}

.badge-brown {
  background-color: #795548;
}

.badge-grey {
  background-color: #78909c;
}

/* マイクロバルーン */
.micro-balloon {
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14),
    0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.micro-balloon.micro-top:after,
.micro-balloon.micro-top:before {
  filter: drop-shadow(0px 3px 0px rgba(0, 0, 0, 0.1));
}

.micro-text-content,
.micro-balloon-content {
  font-weight: bold;
}

/* タイムライン */
.timeline-box {
  position: relative;
  border-width: 3em 2px 2px 2px;
  border-radius: 4px;
  overflow: visible;
}

.timeline-title {
  position: absolute;
  width: calc(100% - 2em);
  top: -2em;
  left: 1em;
  font-size: 1em;
  line-height: 1;
}

.has-border-color .timeline-title {
  color: #fff;
}

.timeline-item-content {
  border-color: #e9e9e9;
}

.timeline &gt; li:not(:last-child) .timeline-item-snippet {
  padding-bottom: 1.6em;
  border-bottom: 2px dashed #eee;
}

/* アイコンリスト */
.blank-box {
  position: relative;
  border-width: 2px;
}

.iconlist-box li::before{
	margin-left: -1.5em;
}

.article .is-style-compare .is-style-no-icon ul li:not(:last-child) {
  border-bottom: 0;
}

.iconlist-box.is-style-no-icon li::before {
  content: none;
}

.iconlist-box.is-style-no-icon li a {
  display: block;
  padding: 0.3em 1em;
  color: #fff;
  background: #42a5f5;
  font-weight: bold;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
}

.iconlist-title {
  text-align: left;
  position: absolute;
  top: -1em;
  left: 1em;
  padding: 0 8px;
  line-height: 2;
}
.has-border-color .iconlist-title{
	background-color: #fff;
}

.width-auto .iconlist-title {
    white-space: nowrap;
}

/* 吹き出し 調整 */
.speech-balloon::after{
	border-right-color: #fff;
}

.sbs-flat .speech-balloon,
.sbs-flat .sbp-r .speech-balloon::before
{
	border-right-color: #f1f1f1;
	border-left-color: #f1f1f1;
}

.sbs-line .speech-balloon{
	background-color: #85e249;
	border-color: #85e249;
}
.sbs-line .speech-balloon::before,
.sbs-line .speech-balloon::after{
	border-right-color: #85e249;
}

/* テーブル */
table img {
  border-radius: 4px;
}

table th,
.scrollable-table th {
  background: inherit;
}

table th,
table td,
.scrollable-table th,
.scrollable-table td {
  padding: 12px 6px;
  border-width: 0 0 1px 0;
}

table tfoot td,
.scrollable-table tfoot td {
  border-bottom-width: 0;
}

table tr:nth-of-type(2n + 1) {
  background: inherit;
}

table tfoot td &gt; a,
table tfoot td &gt; a:hover {
  display: block;
  padding: 0.3em 1em;
  color: #fff;
  background: #42a5f5;
  font-weight: bold;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
}

table tfoot td &gt; a .anchor-icon {
  display: none;
}

.scrollable-table::-webkit-scrollbar {
  height: 9px;
}

.scrollable-table::-webkit-scrollbar-track {
  background: #fff;
  box-shadow: inset 0 0 2px #999;
  border-radius: 5px;
}

.scrollable-table::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 5px;
}

.wp-block-table.is-style-stripes {
  border-bottom: 0;
}

.wp-block-table.is-style-stripes table tbody tr:nth-child(odd) {
  background: #f6f6f6;
}

.is-style-center-cell table th,
.is-style-center-cell table td {
  text-align: center;
}

.is-style-horizon tr &gt; *:first-child {
  background: rgba(204, 204, 204, 0.15);
  font-weight: bold;
}

.is-style-color-head table th,
.is-style-color-head .scrollable-table th {
  border-width: 0;
}

.is-style-color-head table tbody tr:nth-of-type(2n) {
  background-color: rgba(204, 204, 204, 0.15);
}

/* 下線 */
.span-underline {
  text-decoration: underline;
}

/* 文字色 */
.red,
.bold-red {
  color: #d50000;
}

.blue,
.bold-blue {
  color: #0091ea;
}

.green,
.bold-green {
  color: #43a047;
}

/* マーカー */
.marker {
  background: rgba(255, 234, 119, 0.5);
}

.marker-under {
	background: linear-gradient(transparent 60%, rgba(255, 234, 119, 0.5) 60%)
}

.marker-red {
  background: rgba(243, 152, 155, 0.5);
}

.marker-under-red {
  background: linear-gradient(transparent 60%, rgba(243, 152, 155, 0.5) 60%);
}

.marker-blue {
  background: rgba(100, 181, 246, 0.5);
}

.marker-under-blue {
  background: linear-gradient(transparent 70%, rgba(100, 181, 246, 0.5) 70%);
}

/* 黒板内マーカー調整 ----------*/
.blackbord .marker-under {
	background: linear-gradient(transparent 80%, rgb(255 239 149 / 76%) 60%);
}
.blackbord .marker-under-red{
	background: linear-gradient(transparent 80%, rgb(243 152 155 / 75%) 60%);
}
.blackbord  .marker-under-blue{
	background: linear-gradient(transparent 80%, rgb(146 207 255 / 60%) 70%);
}


/* キーボード */
kbd,
span.keyboard-key {
    border: 1px solid #b1b1b1;
    font-size: 0.85em;
    padding: 0 4px;
    background: rgba(229, 229, 229, 0.5);
    border-radius: 6px;
    box-shadow: 2px 3px 0px 0px #ccc;
    margin: 0 5px;
}

/* 検索案内 */
div.search-form {
  margin: 2em 0;
  padding: 8px 12px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 40px;
}

.search-form &gt; div {
  border: 0;
}

.search-form div.sform {
  background: transparent;
  text-decoration: underline;
}

.search-form div.sbtn {
  color: #666;
  background: #f1f1f1;
  font-weight: bold;
  border-radius: 2px;
  margin: 0 10px 0 0;
}

.search-form div.sbtn::after {
  content: "\f245";
  right: 0;
  bottom: -12px;
  font-size: 14px;
  font-weight: 900;
  transition: all 0.3s ease-out;
}

.search-form div.sbtn:hover::after {
  bottom: -9px;
}

/* ランキング */
.ranking-item {
  background: rgba(249, 249, 249, 0.1);
  border-width: 2px;
  border-color: #ddd;
}

.ranking-item-name {
  border-bottom: 2px dashed #ddd;
}

.ranking-item-rating,
.ranking-item-img-desc {
  margin-top: 9px;
}

.ranking-item-image-tag {
  margin-bottom: 1em;
}

.ranking-item-link-buttons &gt; div {
  padding: 0 8px;
}

.btn-blue,
.ranking-item-detail a,
.btn-wrap.btn-wrap-blue &gt; a {
  background: #42a5f5;
}

.btn-red,
.ranking-item-link a,
.btn-wrap.btn-wrap-red &gt; a {
  background: #ef5350;
}

/* プロフィール */
.author-box {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  border-width: 0;
}

.author-widget-name {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 8px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  border-radius: 4px 4px 0 0;
}

.author-widget-name + .author-thumb,
.nwa .author-box .author-thumb {
  margin-top: 30px;
}

.author-thumb {
  float: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.author-name {
  text-align: center;
}

.author-name i {
  margin-right: 0.2em;
}

.author-name a,
.author-name a:hover {
  color: inherit;
}

.author-content {
  margin-left: 0;
  font-size: 0.9em;
}

.author-description,
.author-description &gt; *:last-child {
  margin-bottom: 0;
}

.author-follows .sns-follow {
  margin-top: 1em;
}

.author-box .sns-buttons a,
.author-box .sns-buttons a:hover {
  box-shadow: none;
  transform: none;
}

.author-box .sns-follow-buttons a.follow-button {
  width: 36px;
  height: 36px;
  color: inherit;
  line-height: 36px;
  border-color: currentColor;
  border-width: 2px;
  border-radius: 18px;
  opacity: 0.6;
}

.author-box .sns-follow-buttons a.follow-button:hover {
  background: inherit;
  opacity: 0.9;
}

.nwa .author-box .author-content {
  padding: 0;
}

/* パネル */
.is-style-panel {
  padding: 1em;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14),
    0 1px 3px 0 rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}

/* アコーディオン */

.is-style-toggle-accordion {
  border-radius: 2px;
}

.article .is-style-toggle-accordion .toggle-wrap {
  margin: 0;
}

.is-style-toggle-accordion .toggle-button {
  box-shadow: none;
  border-radius: 0;
}

.is-style-toggle-accordion .toggle-wrap:first-child .toggle-button {
  border-radius: 2px 2px 0 0;
}

.is-style-toggle-accordion .toggle-wrap:last-child .toggle-button {
  border-radius: 0 0 2px 2px;
}

.is-style-toggle-accordion
  .toggle-wrap:last-child
  .toggle-checkbox:checked
  ~ .toggle-button {
  border-radius: 0;
}

.is-style-toggle-accordion .toggle-checkbox:checked ~ .toggle-content {
  border-radius: 0;
  border-width: 0;
}

/* 区切り */
hr {
	color: var(--wp--preset--color--key-color);
	opacity: 0.5;
	margin-top: 4em;
}
.wp-block-separator.is-style-default {
  border-width: 1px 0 0 0;
  border-style: solid;
}


hr.wp-block-separator.is-style-dots::before {
  content: "\02022 \02022 \02022";
}

hr.is-style-cut-line {
  position: relative;
  overflow: visible;
  padding-bottom: 0.5em;
  border-width: 2px 0 0 0;
  border-style: dashed;
  border-color: currentColor;
  opacity: 0.8;
}

hr.is-style-cut-line::after {
  position: absolute;
  content: "\002702";
  top: calc(-1em - 2px);
  right: 20%;
  height: 2em;
  line-height: 2em;
  font-size: 1.2em;
	padding: 4px;
	background: #fffffc !important;
}

/* 評価スター */
.rating-star {
  color: #fbc02d;
}

/* Amazon・楽天商品リンク */
.booklink-box,
.kaerebalink-box,
.tomarebalink-box,
.product-item-box {
  width: 100%;
  border-width: 2px;
  border-radius: 4px;
}

.kaerebalink-link1 a,
.booklink-link2 a,
.tomarebalink-link1 a,
.product-item-buttons a,
.kaerebalink-link1 a:hover,
.booklink-link2 a:hover,
.tomarebalink-link1 a:hover,
.product-item-buttons a:hover {
  color: #fff;
  border-radius: 4px;
}

a.amazon-item-thumb-link:hover,
a.swatchimages:hover {
  opacity: 1;
}

a.amazon-item-thumb-link &gt; img,
a.swatchimages .swatch-image-thumb &gt; img {
  transition: all 0.3s ease-out;
}

a.amazon-item-thumb-link:hover &gt; img,
a.swatchimages:hover .swatch-image-thumb &gt; img {
  opacity: 0.7;
}

.item-price {
  color: #e53935;
}

/* *************************
 * 独自カラム
 * ********************** */
.is-style-compare &gt; *,
.is-style-columns-card {
  display: flex;
  flex-wrap: wrap;
}

.is-style-compare &gt; div &gt; *,
.is-style-columns-card &gt; * {
  flex-grow: 1;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}

.is-style-compare .blank-box {
  border-width: 2em 2px 1px;
  border-radius: 0;
}

.is-style-compare .blank-box:first-child {
  border-radius: 4px 4px 0 0;
}

.is-style-compare .blank-box:last-child {
  border-bottom-width: 2px;
  border-radius: 0 0 4px 4px;
}

.article .is-style-compare .blank-box,
.article .is-style-compare ul li:last-child {
  margin: 0;
}

.is-style-compare .iconlist-title {
  top: -1.5em;
  right: 1em;
  line-height: 1;
  text-align: center;
}

.is-style-compare .has-border-color .iconlist-title {
  color: #fff;
  background-color: transparent;
}

.is-style-compare .iconlist-box ul {
  padding: 0;
}

.article .is-style-compare ul li:not(:last-child) {
  margin: 0 0 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 2px dashed #ddd;
}

.is-style-compare .iconlist-box li{
	padding-left: 32px;
}

.is-style-compare .iconlist-box li::before {
  margin-left: -1.4em;
	width: 20px;
	padding-right: 2px;
}

.article .is-style-columns-card .blogcard-wrap {
  margin-top: 0;
}

.wp-block-columns.is-style-mobile-columns {
  flex-wrap: nowrap;
}

.is-style-mobile-columns .wp-block-column {
  flex-basis: 0 !important;
  flex-grow: 1;
}

.is-style-mobile-columns .wp-block-column:not(:first-child) {
  margin-left: 1em;
}

.is-style-mobile-columns .wp-block-column &gt; *:last-child {
  margin-bottom: 0;
}

/* 記事上 */
.review-rating {
  text-align: right;
}

.review-rating .rating-number {
  font-weight: bold;
  opacity: 0.8;
}

.review-rating .rating-number::before {
  content: "評価：";
}

.eye-catch .cat-label {
  padding: 0 1em;
  border: 0;
  opacity: 1;
}

.date-tags {
  opacity: 0.9;
}

.date-tags [class^="fa"] {
  display: none;
}

.date-tags &gt; span:nth-last-child(2)::after {
  content: "\002f";
  margin-left: 7px;
}

.article-header .date-tags &gt; *:last-child {
  margin-right: 0;
}

.article-header .post-date,
.article-header .post-update {
  margin-right: 5px;
  padding: 0;
}

.read-time {
  position: relative;
  margin: 0 0 30px;
  padding: 10px;
  background: rgba(158, 158, 158, 0.2);
  border: 0;
  border-radius: 4px;
  opacity: 0.9;
}

.read-time:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  border-width: 15px;
  border-style: solid;
  border-color: transparent;
  margin-left: -15px;
  border-top-color: rgba(158, 158, 158, 0.2);
}

/* 記事下 */
.under-entry-content h2 {
  margin: 2em 0 1em;
  text-align: center;
}

.under-entry-content h2:after {
  display: block;
  content: "";
  margin: 3px auto 0;
  width: 50px;
  height: 4px;
  background: currentColor;
  border-radius: 2px;
}

.comment-sub-heading.sub-caption {
  display: block;
}

.rect-entry-card a.related-entry-card-wrap,
.rect-mini-card a.related-entry-card-wrap {
  margin-bottom: 0.5em;
  padding: 0.5em;
  background: transparent;
  border-radius: 2px;
}

.rect-entry-card .related-entry-card-thumb img,
.rect-mini-card .related-entry-card-thumb img {
  padding: 0;
  border-radius: 2px;
}

.rect-vertical-card .related-entry-card-wrap {
  padding: 0;
  border-radius: 4px;
}

.rect-vertical-card .related-entry-card-thumb img {
  border-radius: 4px 4px 0 0;
}

.rect-vertical-card .related-entry-card-content {
  padding: 1em;
}

.rect-vertical-card .related-entry-card-meta {
  position: unset;
}

.pager-post-navi a.prev-post .iconfont {
  padding: 0 15px 0 5px;
  transition: all 0.3s ease-out;
}

.pager-post-navi a.next-post .iconfont {
  padding: 0 5px 0 15px;
  transition: all 0.3s ease-out;
}

.pager-post-navi a.prev-post:hover .iconfont {
  transform: translateX(-4px);
}

.pager-post-navi a.next-post:hover .iconfont {
  transform: translateX(4px);
}

.pager-post-navi.post-navi-default a {
  background: transparent;
}

.pager-post-navi.post-navi-default img {
  border-radius: 2px;
}

.pager-post-navi.post-navi-square a {
  margin: 0 10px;
  padding: 0 10px;
  border-radius: 2px;
}

.post-navi-square.post-navi-border a:last-child {
  border-left-width: 1px;
}

.comment-btn {
  background: transparent;
  border-width: 2px;
	color: #ccc;
  border-color: currentColor;
  border-radius: 4px;
  transition: all 0.3s ease-out;
}

.comment-btn:hover {
  background: transparent;
  opacity: 0.6;
}

.comment-btn::before {
  content: "\f044";
  margin-right: 0.3em;
}

.commets-list &gt; li {
  padding-top: 1em;
  border-top: 2px dashed #ccc;
}

.commets-list &gt; li:first-child {
  padding-top: 0;
  border-width: 0;
}

.comment-author .avatar {
  border-radius: 4px;
}

.comment-reply-link,
.comment-reply-link:hover {
  margin: 0;
  padding: 0;
  color: inherit;
  background: transparent;
  border-width: 0;
  opacity: 0.8;
}

/* カテゴリー・タグ */
.tag-link,
.tag-link:hover {
  padding: 2px 6px;
  color: #fff;
  background: #78909c;
  border: 0;
}

.cat-link,
.tag-link {
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14),
    0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.cat-link:hover,
.tag-link:hover {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12);
  transform: scale(1.02);
  opacity: 0.7;
}

/* *************************
 * シェア・フォローボタン
 * ********************** */
#main a .button-caption {
	display: none;
}
#main .sns-buttons a {
	height: 35px;
	width: 35px;
	border-radius: 50%;
	opacity: 0.8;
	margin-right: 10px;
}
#main .sns-buttons a:last-child {
	margin-right: 0;
}
.sns-share,
.sns-follow{
	background-color: transparent;
	margin: 0;
	padding: 10px;
}
.sns-share{
	border-radius: 8px 8px 0 0;
}
.sns-follow{
	border-radius: 0 0 8px 8px;
}

.sns-share-buttons {
	justify-content: flex-start;
}
.article-footer .sns-share-buttons, .article-footer .sns-follow-buttons {
	justify-content: center;
	margin: 20px;
}

.sns-share-message,
.sns-follow-message{
	background: transparent !important;
	color: #959595 !important;
	font-size: 1em !important;
	font-weight: bold;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-family: "Gothic MB101", "ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

.sns-follow-buttons a {
	font-size: 1.3em;
}
.sns-share-message::before, .sns-follow-message::before {
	content: '＼ ';
}
.sns-share-message::after, .sns-follow-message::after {
	content: ' ／';
}
i.fas.fa-share {
    display: none;
}
.sns-share-buttons a .share-count,
.sns-follow-buttons a .follow-count {
    right: -10px;
    bottom: -10px;
    color: #aaa;
}

a.share-button.twitter-button.twitter-share-button-sq:hover {
	background-color: var(--cocoon-twitter-color);
}
a.share-button.facebook-button.facebook-share-button-sq:hover{
	background-color: var(--cocoon-facebook-color);
}
a.share-button.hatebu-button.hatebu-share-button-sq:hover{
	background-color: var(--cocoon-hatebu-color);
}
a.share-button.line-button.line-share-button-sq:hover{
	background-color: var(--cocoon-line-color);
}
a.share-button.pinterest-button.pinterest-share-button-sq:hover{
	background-color: var(--cocoon-pinterest-color);
}
a.share-button.codepen-button.codepen-share-button-sq:hover {
	background-color: var(--cocoon-codepen-color);
}
a.share-button.comment-button.comment-share-button-sq:hover {
	background-color: var(--cocoon-blue-gray-color);
}
a.share-button.copy-button.copy-share-button-sq:hover {
	background-color: #000;
}
a.sns-button.follow-button.website-button.website-follow-button-sq:hover {
	background-color: #191970;
}


/* 目次 */
.toc {
  padding: 1em 1.5em 1.5em;
  width: 80%;
  border-width: 4px 0 0;
  border-radius: 4px;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14),
    0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.toc a,
.toc a:hover {
  color: inherit;
}

.toc-title {
  position: relative;
  padding: 0 5px;
  text-align: left;
  font-weight: bold;
}

.toc-title i {
  margin-right: 0.5em;
}

div.toc-title + .toc-content,
.toc .toc-checkbox:checked ~ .toc-content {
  padding-top: 1em;
  border-top: 1px solid #ddd;
}

ul.toc-list,
ol.toc-list {
  margin: 0;
  line-height: 1.4;
}

ul.toc-list &gt; li &gt; ul,
ol.toc-list &gt; li &gt; ol {
  font-size: 0.9em;
}

.article ul.toc-list li,
.article ol.toc-list li {
  margin: 0.6em 0 0 0;
}

.article ul.toc-list &gt; li:first-child,
.article ol.toc-list &gt; li:first-child {
  margin: 0;
}

.toc-list a:hover {
  text-decoration: none;
}

.toc + h2 {
  margin-top: 2em;
}

.tnt-number .toc-content {
  counter-reset: li;
}

.toc.tnt-number ol.toc-list {
  list-style: none;
  padding: 0;
}

.tnt-number ol.toc-list &gt; li::before {
  display: inline-block;
  content: counter(li, decimal);
  counter-increment: li;
  margin-right: 0.5em;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 0.8em;
  border-radius: 10px;
  text-align: center;
}

.toc.tnt-number .toc-list ol {
  list-style: none;
}

.tnt-number ol.toc-list ol li::before {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  margin: 0 5px 1px 0;
  background: currentColor;
  border-radius: 4px;
  opacity: 0.7;
}

.toc.tnt-number-detail ol {
  padding-left: 0.8em;
}

.tnt-number-detail ol.toc-list &gt; li:before {
  display: inline-block;
  content: counter(toc, decimal);
  width: 30px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 4px;
}

.tnt-none ul.toc-list &gt; li:before {
  content: "\00a7";
  margin-right: 3px;
  font-weight: bold;
}

.tnt-none ul.toc-list ul li::before {
  content: "\002731";
  margin-right: 3px;
  opacity: 0.7;
}

.nwa .toc {
  width: 100%;
  padding: 0 1em 1em;
  box-shadow: none;
}

.nwa .toc .toc-list li {
  margin-top: 0.6em;
}

/* パンくずリスト */
.breadcrumb,
.breadcrumb a,
.breadcrumb a:hover {
  color: inherit;
  line-height: 1.2;
  opacity: 0.85;
}

/* スクロールボタン */
.go-to-top-button,
.go-to-top-button:hover {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  font-size: 16px;
}

/* コピー */
.copy-info {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2),
    0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  opacity: 1;
}

button#comment-reply-btn{
    background-color: transparent;
    color: #666;
}

/* モバイルボタン */
.mobile-header-menu-buttons,
.mobile-footer-menu-buttons {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.search-menu-content .search-edit {
  background: #fff;
}

.follow-menu-content .sns-buttons a {
  width: 36px;
}

.menu-drawer &gt; li:not(:last-child) {
  border-bottom: 1px dashed currentColor;
}

.menu-drawer a {
  padding: 0.7em 0;
}

.menu-drawer &gt; li &gt; a::before {
  content: "\f138";
}

.menu-drawer a::before {
  content: "\f0da";
  margin-right: 0.5em;
}

.mobile-menu-buttons .menu-button &gt; a,
.mobile-menu-buttons .menu-button &gt; a:hover {
  color: inherit;
}

@media screen and (max-width: 834px) {
  /* ヘッダーモバイル */
  #navi .navi-in &gt; .menu-mobile {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  #navi .navi-in &gt; .menu-mobile li {
    display: inline-block;
    width: auto;
  }

  .navi-in &gt; .menu-mobile::-webkit-scrollbar {
    height: 6px;
  }

  .navi-in &gt; .menu-mobile::-webkit-scrollbar-track {
    background: #fff;
    box-shadow: inset 0 0 2px #999;
    border-radius: 3px;
  }

  .navi-in &gt; .menu-mobile::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
  }

  /* 幅広 */
  .article .entry-content .alignwide:not(.wp-block-table) {
    margin-left: -16px;
    margin-right: -16px;
  }

  /* 目次 */
  .toc {
    width: 100%;
  }

  /* シェアボタン */
  .sns-share.ss-bottom.ss-col-6 a {
    width: 28%;
  }
}

/* 独自カラム */
@media screen and (min-width: 600px) {
  .is-style-compare &gt; *,
  .is-style-columns-card {
    flex-wrap: nowrap;
  }

  .is-style-compare &gt; div &gt; *,
  .is-style-columns-card &gt; * {
    flex-basis: 0;
    flex-grow: 1;
  }

  .is-style-columns-card &gt; *:not(:first-child) {
    margin-left: 1em;
  }

  .is-style-compare .blank-box {
    border-width: 2em 1px 2px;
  }

  .is-style-compare .blank-box:first-child {
    border-left-width: 2px;
    border-radius: 4px 0 0 4px;
  }

  .is-style-compare .blank-box:last-child {
    border-right-width: 2px;
    border-radius: 0 4px 4px 0;
  }

  .article .is-style-columns-card .blogcard-wrap {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 781px) {
  .is-style-mobile-columns .wp-block-column {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 599px) {
  .is-style-compare &gt; div &gt; *,
  .is-style-columns-card &gt; * {
    flex-basis: 100% !important;
  }
}

@media screen and (max-width: 480px) {
  /* 見出し */
  .article h1 {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.38em;
  }

  .article h2 {
    font-size: 1.3em;
  }

  .article h3 {
    font-size: 1.15em;
  }

  /* タイムライン */
  .timeline-item::before {
    left: -8px;
    top: 24px;
    width: 12px;
    height: 12px;
  }

  /* プロフィール */
  .author-box .author-content {
    margin-left: 0;
  }

  /* ページ送りナビ */
  .pager-post-navi.post-navi-square a {
    margin: 10px 0;
  }

  .pager-post-navi.post-navi-square a:last-child {
    border-top-width: 1px;
  }

  /* サムネイル画像 */
  .ect-entry-card .card-thumb,
  .rect-entry-card .card-thumb,
  .ect-big-card-first .card-thumb {
    margin-bottom: 0;
  }

  /* カテゴリーラベル */
  .entry-card .cat-label,
  .related-entry-card .cat-label {
    line-height: 1.8;
  }
}

@media screen and (max-width: 834px),
@media screen and (max-width: 1023px),
@media screen and (max-width: 1280px)
{
	main#main{
		padding: 25px;
	}
	.article h2{
		font-size: 20px;
	}
	.sns-share-buttons.sns-buttons a{
		width: 36px;
		height: 36px;
	}
	.sns-buttons a {
    width: 45px;
    height: 45px;
    margin: 0 auto;
	}

	.style-cocoon .blogcard-thumbnail {
  	width: 120px;
  }  

	.style-cocoon .blogcard-title {
  	margin-bottom: 0;
  }

	.style-cocoon .blogcard-snippet {
  	font-size: 12px;
  }

	.style-cocoon .blogcard-content {
  	margin-left: 130px;
  	max-height: 120px;
  	min-height: 70px;
  	line-height: 1.2;
  }
	
	.style-cocoon .blogcard-footer {
  	font-size: 14px;
  }
	
	.toggle-button {
		min-width: initial;
    max-width: initial;
    margin: auto;
		}
	.eye-catch{
		width: auto;
	}


}
</pre></body></html>