@charset "UTF-8";
/*
  Skin Name: エッジグリーン
  Description: グレーとグリーンを組み合わせたスキン
  Skin URI: https://zvalinf.info/skin-check/?theme-switch=skin-edge-green
  Author: y.hiroaki
  Author URI: https://zvalinf.info
  Version: 0.0.1
  Priority: 9830001000
*/

/* □■----------------------------------------------
/    ベースカラー：		#058b7b
/											rgba(5, 139, 123, .X);
/    セカンドカラー：	gray
/											rgba(128, 128, 128, .X);
----------------------------------------------■□ */

/* □■--------------------------------
/      全体的なもの
--------------------------------■□ */
body,
.header-container,
.main,
.carousel-in,
.sidebar,
.footer {
  background-color: #fbfbfb;
}

.no-scrollable-sidebar .sidebar {
  height: 100%;
}

.no-scrollable-main .main {
  height: 100%;
}

/* □■--------------------------------
/      グローバルメニュー
--------------------------------■□ */
.header-container .navi  {
  background-color: #fbfbfb;
}

#navi .navi-in > .menu-header .sub-menu {
  background-color: #fbfbfb;
}

.navi-in > ul > li:first-child>a {
  border-left: 1px solid;
  border-image: linear-gradient(transparent 0%, transparent 18%, rgba(100, 100, 100, .3) 18%, rgba(128, 128, 128, .5) 82%, transparent 82%, transparent 100%);
  border-image-slice: 1;
}

.navi-in > ul > li >a {
  border-left: 1px solid;
  border-image: linear-gradient(transparent 0%, transparent 18%, rgba(100, 100, 100, .3) 18%, rgba(128, 128, 128, .5) 82%, transparent 82%, transparent 100%);
  border-image-slice: 1;
}

.navi-in > ul > li:last-child>a {
  border-right: 1px solid;
  border-image: linear-gradient(transparent 0%, transparent 18%, rgba(100, 100, 100, .3) 18%, rgba(128, 128, 128, .5) 82%, transparent 82%, transparent 100%);
  border-image-slice: 1;
}

#navi .navi-in a {
  position: relative;
  text-decoration: none;
  color: black;
  transition: .3s;
  z-index:1;
}

#navi .navi-in a:hover {
  background: none;
  color: white;
}

#navi .navi-in a::before {
  position: absolute;
  content: "";
  top: 3px;
  left: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  transition: .3s;
  z-index:-1;
}

#navi .navi-in a:hover::before {
  background-color: rgba(5, 139, 123, .7);
}

.navi-in > ul .menu-item-has-description > a > .caption-wrap > div {
  color: black;
}

.navi-in > ul .menu-item-has-description > a > .caption-wrap:hover > div {
  color: white;
}
/* □■--------------------------------
/      インデックスカードの間隔調整
--------------------------------■□ */
/* 縦型カード2列 */
.ect-vertical-card-2 .entry-card-wrap {
  width: 49.3%;
}

/* タイルカード */
.ect-vertical-card.ect-tile-card .a-wrap {
  margin: 0 .68% 12px;
}

/* タイルカード2列 */
.ect-vertical-card.ect-tile-card.ect-2-columns .entry-card-wrap {
  width: 48.3%;
}

/* カード3列 */
.ect-3-columns .entry-card-wrap {
  width: 32%;
}

/* □■--------------------------------
/      カード関連
--------------------------------■□ */
.entry-card-wrap.a-wrap {
  overflow: hidden;
/*
  border-radius: 4px;
  box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, .14), 3px 3px 10px -6px rgba(0, 0, 0, .16);
*/
  background: none;
  color: #333;
  transition: all .5s;
/*  border-bottom: 3px solid #058b7b;*/
  border-bottom: 3px solid transparent;
}

.blogcard {
  border-color: transparent;
}

.related-entry-card-wrap.a-wrap, 
.blogcard-wrap.a-wrap {
  border-radius: 4px;
  box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, .14), 3px 3px 10px -6px rgba(0, 0, 0, .16);
  background: none;
  color: #333;
  transition: all .5s;
}

.related-entry-card-wrap.a-wrap {
  border-bottom: 2px solid rgba(128, 128, 128, .3);
}

.blogcard-wrap.a-wrap {
/*  border-bottom: 3px solid #058b7b;*/
  border-bottom: 3px solid transparent;
}

.entry-card-wrap.a-wrap:hover, 
.related-entry-card-wrap.a-wrap:hover,
.blogcard-wrap.a-wrap:hover {
  transform: translateY(-3px);
  border-bottom: 3px solid #058b7b;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .22), 0 6px 8px rgba(0, 0, 0, .22);
}

.related-entry-card-wrap.a-wrap:hover {
  border-bottom: 2px solid #058b7b;
}

/* ※1030ピクセル以上の画面のみ、タイトルの背景色ありにする */
@media screen and (min-width: 1030px) {
	.entry-card-title {
	  position: relative;
	  padding: 3px 5px 3px 12px;
	  color: var(--cocoon-text-color);
	}
	.entry-card-title:after {
	  position: absolute;
      top: 3px;
      left: 0;
      content: "";
      width: 4px;
      height: calc(100% - 6px);
      background-image: repeating-linear-gradient(180deg,#058b7b 0%,#058b7b 50%,rgba(128,128,128,.5) 50%,rgba(128,128,128,.5) 100%);
	}
}

.blogcard-content .blogcard-title {
  position: relative;
  padding: 3px 5px 3px 12px;
  color: var(--cocoon-text-color);
}


.blogcard-content .blogcard-title::after {
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  width: 4px;
  height: calc(100% - 6px);
  background-image: repeating-linear-gradient(180deg,#058b7b 0%,#058b7b 50%,rgba(128,128,128,.5) 50%,rgba(128,128,128,.5) 100%);
}

.related-entry-card-title {
  padding: 3px 0px 3px 0px;
}

.blogcard-label {
  background-color: gray;
}

/* サムネイルに影をつける */
.card-thumb img {
  border-radius: 4px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.25), 0 2px 2px rgba(0,0,0,0.22);
}

.blogcard-thumbnail img {
  box-shadow: 0 3px 10px rgba(0, 0, 0, .25), 0 2px 2px rgba(0, 0, 0, .22);
}

/* □■--------------------------------
/      見出し（H2）
--------------------------------■□ */
.article h2 {
  background: 0 0;
  position: relative;
  border: 0;
  border-bottom: 2px solid #058b7b;
  padding: 0.75em 1.5em 0.2em 2em;
}

.article h2:before {
  position: absolute;
  content: "";
  top: 12px;
  left: 12px;
  width: 6px;
  height: 32px;
  transform: skewX(-25deg);
  background-color: #0c8e7e;
}
.article h2:after {
  position: absolute;
  content: "";
  top: 19px;
  left: 23px;
  width: 6px;
  height: 19px;
  transform: skewX(-25deg);
  background-color: #bebebe;
}


/* □■--------------------------------
/      見出し（H3）
--------------------------------■□ */
.article h3 {
  margin-top: 4em;
  position: relative;
  font-size: 22px;
	padding: 12px 10px;
  border: none;
  padding: 12px 10px 12px 18px;
  border-bottom: 1px solid gray;
}

.article h3:after {
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  width: 5px;
  height: calc(100% - 6px);
  background-image: repeating-linear-gradient(180deg,#058b7b 0%,#058b7b 50%,rgba(128,128,128,.5) 50%,rgba(128,128,128,.5) 100%)
}

/* □■--------------------------------
/      見出し（H4）
--------------------------------■□ */
.article h4 {
  margin-top: 4em;
/*  margin-top: 26px;*/
  background: 0 0;
  position: relative;
  padding: 10px 0px 10px 28px;
  border: 0;
}

.article h4::before {
  position: absolute;
  top: 5px;
  left: 5px;
  content: '';
  width: 6px;
  height: 17px;
  background-color: #058b7b;
  transform: skew(15deg);
}

.article h4::after {
  position: absolute;
  top: 22px;
  left: 5px;
  content: '';
  width: 6px;
  height: 17px;
  background-color: rgba(128, 128, 128, .5);
  transform: skew(-15deg);
}

/* □■--------------------------------
/      見出し（H5）
--------------------------------■□ */
.article h5 {
  margin-top: 4em;
  position: relative;
  padding: 9px 9px 9px 26px;
  border: none;
}

.article h5::after {
  position: absolute;
  content: '';
  top: 13px;
  left: 0px;
  width: 12px;
  height: 12px;
  background-image: linear-gradient(135deg,
      #058b7b 0%,
      #058b7b 50%,
      rgba(128, 128, 128, .5) 50%,
      rgba(128, 128, 128, .5) 100%,
      transparent 0);
}

/* □■--------------------------------
/      見出し（H6）
--------------------------------■□ */
.article h6 {
  margin-top: 4em;
  border-bottom: 1px solid rgba(128, 128, 128, .5);
}

/* □■--------------------------------
/      サイドバー見出し（H3）
--------------------------------■□ */
.sidebar {
  font-size: 90%;
}

.widget-sidebar {
  margin: 0 0 26px 0;
}

.sidebar h2, 
.sidebar h3 {
  padding: 0 0 2px 14px;
  background: none;
  border: none;
  border-radius: 0px;
  border-left: 2px solid #058b7b;
}

/* □■--------------------------------
/　    ページネーション
--------------------------------■□ */
.pagination-next-link,
.pager-prev-next a {
  display: none;
}

.pagination-next {
  padding-top: 8px;
}

.pagination .current {
  color: white;
  background-color: #058b7b;
}

.pagination a {
  transition: .3s;
  border: 1px solid transparent;
  position: relative;
}

.pagination a:hover {
  background-color: transparent;
  color: gray;
}

.pagination a::before,
.pagination a::after {
  position: absolute;
  border-radius: 4px;
  content: '';
  width: 0;
  height: 0;
  border: 1px solid transparent;
  box-sizing: content-box;
  transition: .3s;
}

.pagination a::before {
  top: -1px;
  left: -1px;
}

.pagination a::after {
  bottom: -1px;
  right: -1px;
}

.pagination a:hover::before,
.pagination a:hover::after {
  width: 100%;
  height: 100%;
  transition: height .2s, width .2s .2s;
}

.pagination a:hover::before {
  border-bottom-color: #058b7b;
  border-left-color: #058b7b;
}

.pagination a:hover::after {
  border-top-color: #058b7b;
  border-right-color: #058b7b;
}

/* □■--------------------------------
/　　　トップページ
--------------------------------■□ */
.index-tab-buttons .index-tab-button {
  position: relative;
  background:none;
  border:none;
  min-width: auto;
}

#index-tab-wrap .index-tab-buttons .index-tab-button{
  border:none;
}

#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] {
  position: relative;
  border:none;
  background:none;
  color:#333;
}

#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 {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 12px;
  height: 2px;
  width: calc(100% - 24px);
  background-color: #058b7b;
  z-index: 2;
}

#index-tab-1:checked ~ .index-tab-buttons .index-tab-button[for=index-tab-1]::after, 
#index-tab-2:checked ~ .index-tab-buttons .index-tab-button[for=index-tab-2]::after, 
#index-tab-3:checked ~ .index-tab-buttons .index-tab-button[for=index-tab-3]::after, 
#index-tab-4:checked ~ .index-tab-buttons .index-tab-button[for=index-tab-4]::after {
	position: absolute;
	bottom: -11px;
	left: calc(50% - 6px);
	border-top: 6px solid #058b7b;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 0;
	content: "";
  z-index: 2;
}

#index-tab-1:not(:checked) ~ .index-tab-buttons .index-tab-button[for="index-tab-1"]::before, 
#index-tab-2:not(:checked) ~ .index-tab-buttons .index-tab-button[for="index-tab-2"]::before, 
#index-tab-3:not(:checked) ~ .index-tab-buttons .index-tab-button[for="index-tab-3"]::before, 
#index-tab-4:not(:checked) ~ .index-tab-buttons .index-tab-button[for="index-tab-4"]::before {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 12px;
  width: 0px;
  height: 2px;
  background-color: #058b7b;
  transition: .3s;
  z-index: 2;
}

#index-tab-1:not(:checked) ~ .index-tab-buttons .index-tab-button[for="index-tab-1"]::after, 
#index-tab-2:not(:checked) ~ .index-tab-buttons .index-tab-button[for="index-tab-2"]::after, 
#index-tab-3:not(:checked) ~ .index-tab-buttons .index-tab-button[for="index-tab-3"]::after, 
#index-tab-4:not(:checked) ~ .index-tab-buttons .index-tab-button[for="index-tab-4"]::after {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 12px;
    width: calc(100% - 24px);
    height: 2px;
    background-color: rgba(128, 128, 128, .3);
    transition: .3s;
}

#index-tab-1:not(:checked) ~ .index-tab-buttons .index-tab-button[for="index-tab-1"]:hover::before, 
#index-tab-2:not(:checked) ~ .index-tab-buttons .index-tab-button[for="index-tab-2"]:hover::before, 
#index-tab-3:not(:checked) ~ .index-tab-buttons .index-tab-button[for="index-tab-3"]:hover::before, 
#index-tab-4:not(:checked) ~ .index-tab-buttons .index-tab-button[for="index-tab-4"]:hover::before {
  height: 2px;
  width: calc(100% - 24px);
}

.list-more-button:hover{
  background: none;
  border-color: #058b7b;
}

.list-title-in:before,
.list-title-in:after {
  background-color: #058b7b;
}
/* □■--------------------------------
/　　　カルーセル
--------------------------------■□ */
.carousel .slick-arrow:before {
  color: #058b7b;
}

.slick-dots li button:before {
  color: #058b7b;
  opacity: .45;
}

.slick-dots li.slick-active button:before {
  color: #058b7b;
  opacity: .85;
}

.carousel {
  margin-bottom: 30px;
}

/* □■--------------------------------
/      Topへ戻るボタン
--------------------------------■□ */
.go-to-top-button {
  background-color: rgba(5, 139, 123, .8);
  color: white;
}

.go-to-top-button:hover{
  color: white;
}


/* □■--------------------------------
/　　　プロフィール
--------------------------------■□ */
.author-box {
  border: 1px solid #058b7b;
}

.author-box .sns-follow-buttons a.follow-button {
/*  font-size: 22px; */
  color:#058b7b;
/*  width: 30px; */
/*  height: 30px; */
  line-height: 1.5;
  border: 1px solid rgba(128, 128, 128, .3);
  box-shadow: 0 3px 10px rgba(0, 0, 0, .20), 0 2px 2px rgba(0, 0, 0, .17);
/*  border-radius: 4px; */
}

/*
.author-thumb img {
  box-shadow: 0 3px 10px rgba(0,0,0,0.25), 0 2px 2px rgba(0,0,0,0.22);
}
*/
/*
.author-box .author-widget-name {
  padding-bottom: 8px;
}
*/
.author-content {
  margin-left: 140px;
}

/* □■--------------------------------
/　　　ランキング
--------------------------------■□ */
/* ----- デフォルトのランキングを隠す ----- */
.sidebar .widget-entry-cards.ranking-visible [class*="no-"] .card-thumb::before, 
#footer .widget-entry-cards.ranking-visible [class*="no-"] .card-thumb::before {
/*  content: ""; */
  background: none;
}

.sidebar .widget-entry-cards.ranking-visible:not(.large-thumb):not(.large-thumb-on), 
#footer .widget-entry-cards.ranking-visible:not(.large-thumb):not(.large-thumb-on) {
  counter-reset: p-rank 0;
}

.sidebar .widget-entry-cards.ranking-visible:not(.large-thumb):not(.large-thumb-on) .widget-entry-card.e-card::before, 
#footer .widget-entry-cards.ranking-visible:not(.large-thumb):not(.large-thumb-on) .widget-entry-card.e-card::before {
  transition: all .3s;
}

/* ランキングを右下に表示 */
.sidebar .widget-entry-cards.ranking-visible:not(.large-thumb):not(.large-thumb-on) .widget-entry-card.e-card::before, 
#footer .widget-entry-cards.ranking-visible:not(.large-thumb):not(.large-thumb-on) .widget-entry-card.e-card::before{
  position: absolute;
  content: counter(p-rank);
  top: calc(100% - 33px);
  left: calc(100% - 55px);
  line-height: 40px;
  color: rgba(128, 128, 128, .4);
  opacity: .9;
  font-size: 32px;
  font-family: Arial,sans-serif;
  z-index: 1;
  font-weight: bold;
  font-style: italic;
  text-align: right;
  width: 50px;
}

.sidebar .widget-entry-cards.ranking-visible:not(.large-thumb):not(.large-thumb-on) .a-wrap:hover .widget-entry-card.e-card::before, 
#footer .widget-entry-cards.ranking-visible:not(.large-thumb):not(.large-thumb-on) .a-wrap:hover .widget-entry-card.e-card::before {
  color:rgba(5, 139, 123, .5);
}

.sidebar .widget-entry-cards.card-arrow.ranking-visible:not(.large-thumb):not(.large-thumb-on) .widget-entry-card.e-card::before, 
#footer .widget-entry-cards.card-arrow.ranking-visible:not(.large-thumb):not(.large-thumb-on) .widget-entry-card.e-card::before{
  left: calc(100% - 80px);
}

/* ----- 大きなサムネイル／タイトルを重ねた大きなサムネイル ----- */
.widget-entry-cards.ranking-visible.large-thumb .card-thumb::before,
.widget-entry-cards.ranking-visible.large-thumb-on .card-thumb::before {
  position: absolute;
  content: counter(p-rank);
  top: -8px;
  left: -10px;
  line-height: 48px;
  font-size: 18px;
  opacity: .9;
  text-align: center;
  width: 48px;
  z-index: 1;
  font-weight: bold;
  font-style: italic;
  color: white;
  text-align: center;
}

/* ----- 大きなサムネイルのランキングの背景（左上の三角形） ----- */
.widget-entry-cards.ranking-visible.large-thumb .widget-entry-card-thumb::after,
.widget-entry-cards.ranking-visible.large-thumb-on .widget-entry-card-thumb::after {
  position: absolute;
  content: "";
  border-top: 32px solid rgba(5, 139, 123, .8);
  border-right: 32px solid transparent;
  border-bottom: 32px solid transparent;
  border-left: 32px solid rgba(5, 139, 123, .8);
  opacity: .9;
  top: 0;
  left: 0;
}

/* □■--------------------------------
/　　　フッターメニュー
--------------------------------■□ */
.footer-bottom.fnm-text-width .menu-footer li a:hover {
  background-color: rgba(5, 139, 123, .6);
  color: white;
}

/* □■--------------------------------
/　　　テーブル
--------------------------------■□ */
table th, table td, 
.scrollable-table th, .scrollable-table td {
  border: solid 1px #fbfbfb;
}

table th, .scrollable-table th {
  color:white;
  background-color: rgba(5, 139, 123, .6);
}

table tr:nth-of-type(2n) {
  background-color: rgba(5, 139, 123, 0.07);
}

table#wp-calendar tr:nth-of-type(2n+1),
table tr:nth-of-type(2n+1) {
    background-color: rgba(5, 139, 123, 0.02);
}

/* □■--------------------------------
/　　　ウィジェット
--------------------------------■□ */
.widget-entry-cards:not(.large-thumb-on) .a-wrap:hover,
.carousel .a-wrap:hover {
  background-color: rgba(128, 128, 128, .08);
}

.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 {
  background-color: rgba(128, 128, 128, .1);
}

.widget_recent_entries ul li a,
.widget_categories ul li a,
.widget_archive ul li a,
.widget_meta ul li a{
  padding: 5px 0;
}

.widget_recent_entries ul li a .post-count,
.widget_categories ul li a .post-count,
.widget_archive ul li a .post-count,
.widget_pages ul li a .post-count,
.widget_meta ul li a .post-count,
.widget_rss ul li a .post-count,
.widget_nav_menu ul li a .post-count {
  font-style: italic;
  font-size: 90%;
}

/* タグクラウド */
.tagcloud a:hover {
  background-color: rgba(5, 139, 123, .6);
  color: white;
}

.card-arrow .a-wrap:hover::after {
  color: #058b7b;
}

.recent-comment-content {
  background:none;
  border: 1px solid #058b7b;
  margin-top: 6px;
}

.recent-comment-content::before {
  border-bottom-color: #058b7b;
}

.recent-comment-content::after {
  border-bottom-color: #fbfbfb;
  border-width: 7px;
  margin-left: -7px;
}

.recent-comment-link.a-wrap:hover {
  background-color: rgba(128, 128, 128, .1);
}

.recent-comment img {
  box-shadow: 0 3px 10px rgba(0, 0, 0, .25), 0 2px 2px rgba(0, 0, 0, .22);
}

/* □■--------------------------------
/ 『カテゴリー』
--------------------------------■□ */
.cat-item a::before {
  font-family: "Font Awesome 5 Free";
  color: rgba(5, 139, 123, .6);
  margin: 0 8px 0 16px;
  font-weight: 900;
  font-size: 80%;
  vertical-align: middle;
  content: "\f0da";
}

.cat-item .children a::before {
  color: rgba(128, 128, 128, .6);
}

/* □■-----------------------------------------------------
/ 『引用』
-----------------------------------------------------■□ */
blockquote {
  position: relative;
  padding: 5px 15px 5px 55px;
  box-sizing: border-box;
  font-style: italic;
  background-color: rgba(128, 128, 128, .02);
  border: none;
  border-radius: 4px;
  border-bottom: 3px solid #058b7b;
  box-shadow: 1px 1px 8px rgba(138, 138, 138, .6);
}

blockquote:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 8px;
  width: 38px;
  height: 30px;
  text-align: center;
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  background: #058b7b;
  font-weight: 900;
}

blockquote:after {
  content: '';
  position: absolute;
  left: 8px;
  top: 30px;
  height: 0;
  width: 0;
  border-left: 19px solid #058b7b;
  border-right: 19px solid #058b7b;
  border-bottom: 10px solid transparent;
}

blockquote p {
  position: relative;
  padding: 0;
  margin: 10px 0;
  z-index: 3;
  line-height: 1.7;
  padding-left: 8px;
  padding-right: 2px;
  padding-top: 6px;
}

blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}

/* -------------------------------------------
/ 『目次』
------------------------------------------- */
.toc-title {
  color: white;
  font-size: 120%;
  border-radius: 2px;
  background-color: rgba(5, 139, 123, .8);
}

.toc-content ul li a:hover,
.toc-content ol li a:hover {
  background-color: rgba(128, 128, 128, .2);
}

.toc a:hover {
  text-decoration: none;
}

.article .toc {
  min-width: 90%;
  position: relative;
  border:none;
  margin-bottom: 2.4em !important;
}

.toc-content {
  margin: 2px 0px 0px 0px;
  padding: 0em 2em 0.8em 3em;
  border-bottom: 2px ridge rgba(5, 139, 123, .8);
}

.toc ul li a, .toc ol li a {
  display: block;
  margin-left: -30px;
  padding-left: 2em;
}

.article .toc-content > ol > li {
  position: relative;
  margin-left: 10px;
}

.article .toc-content > ol > li::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  color: rgba(5, 139, 123, .6);
  font-weight: 900;
  font-size: 90%;
  left: -2.6em;
  content: "\f0da";
}

.toc-content {
}

.toc-checkbox:checked~.toc-content {
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  border-bottom: 2px ridge rgba(5, 139, 123, .8);
  padding-left: 3em;
  padding-right: 2em;
}

/* □■--------------------------------
/      ボックスメニュー
--------------------------------■□ */
.nwa .box-menu {
  background: transparent;
}

.box-menu {
  box-shadow: inset 1px 1px 0 0 #b3b3b3, 1px 1px 0 0 #b3b3b3, 1px 0 0 0 #e0ddd1;
}

/* □■--------------------------------
/      入力ボックス
--------------------------------■□ */
.search-box .fa-search:before {
  color: #058b7b;
}

/* □■--------------------------------
/      投稿ナビ
--------------------------------■□ */
.pager-post-navi a.prev-post {
  margin-bottom: 7px;
}

.pager-post-navi a {
  background-color: rgba(128, 128, 128, .1);
}

.pager-post-navi a:hover {
  background-color: rgba(128, 128, 128, .3);
}

.fa-chevron-left:before,
.fa-chevron-right:before {
  color: rgba(128, 128, 128, .4);
  transition: all 0.3s ease-in-out;
}

.pager-post-navi a:hover .fa-chevron-left:before,
.pager-post-navi a:hover .fa-chevron-right:before{
  color: rgba(128, 128, 128, 1);
}
/* □■--------------------------------
/      コメントボタン
--------------------------------■□ */
.comment-btn {
  display: block;
  width: 60%;
  margin: auto;
  background-color: rgba(128, 128, 128, .1);
  border: 2px solid rgba(128, 128, 128, .2);
  border-radius: 4px;
  color: gray;
  transition: 0.4s;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
}

.comment-btn::before {
  content: "";
  position: absolute;
  border-radius: 4px;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #058b7b;
  transform: scaleY(0);
  transform-origin: 50% 0;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.comment-btn:hover {
  color: white;
}
.comment-btn:hover::before {
  transform: scaleY(1);
}

/* □■--------------------------------
/      送信系ボタン
--------------------------------■□ */
.container input[type='submit'] {
  display: block;
  width: 100%;
  margin: auto;
  background-color: rgba(128, 128, 128, .1);;
  border: 2px solid rgba(128, 128, 128, .3);
  border-radius: 4px;
  color: gray;
  transition: 0.4s;
  font-size: 20px;
}

.container input[type='submit']:hover {
  border: 2px solid #058b7b;
}

.search-edit, 
input[type="text"], 
input[type="password"], 
input[type="date"], 
input[type="datetime"], 
input[type="email"], 
input[type="number"], 
input[type="search"], 
input[type="tel"], 
input[type="time"], 
input[type="url"], 
textarea, select {
  border: 1px solid rgba(5, 139, 123, .5);
  background-color: #fbfbfb;
}

/* □■--------------------------------
/      ウィジェット検索ボタン
--------------------------------■□ */
.widget_search .wp-block-search__button {
  background-color: #058b7b;
  color: white;
}

.widget_search .wp-block-search__input {
  border: 1px solid rgba(5, 139, 123, .5);
}

/* □■--------------------------------
/      SNSボタン（シェア）
--------------------------------■□ */
.sns-share-buttons a .button-caption {
  display: none !important;
}

.sns-share-buttons {
  justify-content: flex-end;
  margin-bottom: 5px;
}

.sns-share .sns-share-buttons a .social-icon {
  font-size: 130%;
}

.sns-share .sns-share-buttons.sns-buttons a {
  width: 40px;
  height: 40px;
  margin: 0px 3px 8px 3px;
}

.sns-share-message, .sns-follow-message {
  text-align: right;
}

/* ブランドカラー（白抜き）のシェアボタンの色をグレーにする */
.bc-brand-color-white.sns-share .share-button, 
.bc-brand-color-white.sns-follow .follow-button {
  color: #058b7b;
  border: 1px solid rgba(128, 128, 128, .3);
  background-color: transparent;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .22), 0 2px 2px rgba(0, 0, 0, .19);
}

/* ブランドカラーのシェアボタンの色をグレーにする */
.bc-brand-color.sns-share .share-button,
.bc-brand-color.sns-follow .follow-button {
	color: white;
  background-color: #058b7b;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .25), 0 2px 2px rgba(0, 0, 0, .22);
}

.sns-share-buttons a .share-count {
	right: 1px;
  bottom: -7px;
}

.bc-brand-color .sns-share-buttons a .share-count {
  background-color: rgba(128, 128, 128, .8);
}

.sns-share.ss-col-6 .sns-buttons {
  padding-bottom: 10px;
}
/* □■--------------------------------
/      SNSボタン（フォロー）
--------------------------------■□ */
.sns-follow .sns-follow-buttons, .footer .sns-follow-buttons {
  justify-content: center;
}

.sns-follow .sns-follow-buttons a, .footer .sns-follow-buttons a {
  width: 40px;
  height: 40px;
  margin: 0px 3px 8px 3px;
}

.sns-follow .sns-share-message, .sns-follow-message {
  text-align: center;
}

/* ホバー */
/*
.bc-brand-color.sns-share a:hover, 
.bc-brand-color-white.sns-share a:hover,
.bc-brand-color.sns-follow a:hover, 
.bc-brand-color-white.sns-follow a:hover,
.nwa .author-box .sns-follow .sns-buttons a:hover {
  opacity: 1;
}

.bc-brand-color.sns-share a .social-icon, 
.bc-brand-color-white.sns-share a .social-icon,
.bc-brand-color.sns-follow a span, 
.bc-brand-color-white.sns-follow a span, 
.nwa .author-box .sns-follow .sns-buttons a {
  transition: .4s;
}

.bc-brand-color.sns-share a:hover .social-icon, 
.bc-brand-color-white.sns-share a:hover .social-icon,
.bc-brand-color.sns-follow a:hover span, 
.bc-brand-color-white.sns-follow a:hover span, 
.nwa .author-box .sns-follow .sns-buttons a:hover {
  transform: translateX(3px) translateY(-3px);
}
*/

.sns-follow-buttons a .follow-count {
  right: 1px;
  bottom: -7px;
}

.bc-brand-color .sns-follow-buttons a .follow-count {
  background-color: rgba(128, 128, 128, .8);
}

.nwa .author-box {
  padding: 20px 10px;
}
/* □■--------------------------------
/      タグ、パンくずリストなど
--------------------------------■□ */
/* タグ */
.tag-link:hover, .comment-reply-link:hover {
  background-color: rgba(5, 139, 123, .6);
  color: white;
}

/* パンくずリスト */
.breadcrumb a:hover {
    color: white;
    background-color: rgba(5, 139, 123, .6);
}

.fa-folder-open:before {
  color: #058b7b;
}

.fa-home:before {
  color: #058b7b;
}

.breadcrumb .fa-folder:before {
  color: #058b7b;
}
/* □■----------------------------------------------------
/　　　マウスホバーでカードを奥に傾ける
----------------------------------------------------■□ */
.sidebar .widget-entry-cards .a-wrap, 
#footer .widget-entry-cards .a-wrap, 
.carousel .a-wrap {
	perspective:600px;
}

.sidebar .widget-entry-cards .a-wrap .widget-entry-card, 
#footer .widget-entry-cards .a-wrap .widget-entry-card, 
.carousel .a-wrap .carousel-entry-card {
	transform-origin: 50% 100%;
	transition: all .3s ease-in-out;
}

.widget-entry-cards.large-thumb .a-wrap:hover .widget-entry-card, 
.widget-entry-cards.large-thumb-on .a-wrap:hover .widget-entry-card {
  transform:rotateX(8deg);
}

.sidebar .widget-entry-cards:not(.large-thumb) .a-wrap:hover .widget-entry-card, 
#footer .widget-entry-cards:not(.large-thumb) .a-wrap:hover .widget-entry-card, 
.carousel .a-wrap:hover .carousel-entry-card {
	transform:rotateX(15deg);
}

.toggle-checkbox:checked ~ .toggle-content {
  border-width: 0px;
  background-color: #f5f5f5;
}
.wp-block-table table {
  border-collapse: unset;
}

/* □■----------------------------------------------------
/　　　クリップBoxは右パディングを調整
----------------------------------------------------■□ */
.has-ex-a-background-color.is-style-clip-box {
  padding-right: 30px;
}n