@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.2
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

/**************************************************************
** Code highlighter - hide Lang icon（WP Code Prettify）
**************************************************************/
pre.css::before {
  display:none;
}

/**************************************************************
** Header-Logo
**************************************************************/
.logo-image span, 
.logo-image a, 
.logo-image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.header-site-logo-image img {
  height: 71px !important;
  width: 220px !important;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-left: auto;
  margin-right: auto;
}
/* aのラップdiv */
.logo-header {
  padding-top: 0.7em;
  padding-bottom: 2px;
}
/* ロゴラップa */
.logo-header a {
  padding: 0;
}
/* キャッチフレーズ */
.tagline {
  margin: 0px;
  padding-top: 0.3em;
  padding-bottom: 0.7em;
}



/**************************************************************
** Header-Navi(Global-Navi)
**************************************************************/
#header-container .navi {
   border-top: 1px solid #5e514b;
   border-bottom: 1px solid #5e514b;
}

/* ヘッダーナビの左右区切り線 */
#navi .navi-in > ul > li{
  border-left: 2px groove #9b8b8b;
}
#navi .navi-in > ul > li:last-child{
  border-right: 2px groove #9b8b8b;
}
.navi-in > ul > .menu-item-has-children > a::after{
  right: 10px;
} 

/* ヘッダーナビの影 */
nav#navi, .menu-header .sub-menu{
  font-weight: bold;
  box-shadow: 0 5px 15px -5px rgba(0,0,0,0.2);
}

/* サブメニュー */
.navi-in>ul .sub-menu li {
  background-color: #6a3e01;
  border-bottom: 1px groove #9b8b8b;
}

/* サブメニューの文字列ラップ */
.navi-in>ul .sub-menu li a .caption-wrap {
  padding-left: 0.3em;
}

/**************************************************************
** Mobile-Navi
**************************************************************/
.mobile-menu-buttons {
  background: #392F2F;
  color: white;
}

.mobile-menu-buttons .menu-button > a {
  color: white;
}

/**************************************************************
** Post List
**************************************************************/

/* カード同士の余白 */
.a-wrap {
  padding: 0.3em;
  margin: 0.3em;
}

/* カードの題名 */
.entry-card-title, .related-entry-card-title {
	font-weight: 600;
	font-size: 1em;
	line-height: 1.4;
	color: #745c51;
}

/* カード本文（抜粋） */
.entry-card-snippet, .related-entry-card-snippet {
	font-size: 0.9em;
	max-height: 10em;
	padding: 0em;
	color: #606060;
	line-height: 1.5;
	margin-top: 0.4em;
}

/* カードの投稿日時などのspan */
.e-card-info > span {
  color: #999;
}

/* 記事一覧の記事ブロック */
.entry-card {
   padding-bottom: 1em;
}
/* 記事一覧の記事ブロック（記事下部） */
.related-entry-card {
   padding-bottom: 0.8em;
}

/* 記事のサムネイルコンテナ */
.entry-card-thumb {
	/* 画像の影 */
    box-shadow: 0px 3px 10px -5px rgba(85,85,85,0.75);
}

/* 記事のサムネイル画像そのもの */
.entry-card-thumb img {

  /* サムネ周囲に枠とボーダー(写真ぽい) */
  padding: 3px;
  border: solid 1px #ddd;

  /* 画像下の隙間を消す */
  vertical-align: bottom;
}

/* 記事の本文 */
.entry-card-content {
  padding-top: 0.5em;
}

/* 題名 */
.entry-card-title {
   font-size: 1em;
}
/* 説明文 */
.entry-card-snippet {
   font-size: 0.9em;
}

/* 題名2（記事下部のリスト） */
.related-entry-card-title {
   font-size: 1em;
}
/* 説明文2（記事下部のリスト） */
.related-entry-card-snippet {
   font-size: 0.9em;
}

/* サムネイル左上の文字（カテゴリラベル） */
.cat-label {
  background-color: #c65707;
  color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2); /* 影 */
  top: 0.7em; /*上からの距離*/
  left: 0.7em; /*左からの距離*/
  font-size: 12px; /*文字サイズ*/
  padding: 1px 10px; /*余白*/
  border-radius: 10px; /*角を丸く*/
}

/**************************************************************
** Blog card（プレビューするリンク）
**************************************************************/
/* ファビコン非表示 */
.blogcard-favicon {
  display: none;
}

/**************************************************************
** 目次
**************************************************************/

/* 目次全体 */
.toc {
  display: block;
  width: 87%;
  font-size: 1em;
  line-height: 1.7em;
  padding-left: 2em;
  padding-right: 2.5em;
  padding-top: 1em;
  padding-bottom: 2em;
  border-radius: 10px;
  box-shadow: 0px 2px 5px 0 rgba(0,0,0,.15); /* 目次の枠に影 */
}

/* デフォルトは数字など無し */
.article .toc-list > li {
  list-style: none;
}
.article .toc-list > li li {
  list-style: none;
}
.article .toc-list > li li li {
  list-style: none;
}

/* 目次アイコン */
.toc-title:before {
  width: 40px;
  height: 40px;
  font-family: FontAwesome;
  content : "\f03a";
  font-size:14px;
  margin-right:8px;
  color:#FFF;
  background-color:#545454;
  border-radius: 50%;
  padding:10px;
}

/* 目次タイトル */
.toc-title {
  font-weight:bold;
  color:#545454;
  margin: 0.7em;
}

/* 目次 - h2見出し */
.toc-list > li a {
  font-weight: bold;
  color: #545454;
  display:block;
  margin-top:10px;
  margin-left: 0.5em;
}

/* 目次 - h2見出し先頭アイコン */
.toc-list > li a::before {
  font-family: FontAwesome;
  content : "\f1b2";
  color:#545454;
  display: inline-block;
  margin-right: 0.5em;
}

/* 目次 - h3見出し */
.toc-list > li li a {
  font-weight: normal;
  font-size: 95%;
  color: #545454;
  margin-left: 1em;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}

/* 目次 - h3見出し先頭アイコン */
.toc-list > li li a::before {
  content: "";
  width: 8px;
  height: 8px;
  left: -2px;
  display: inline-block;
  border-radius: 50%;
  background: #545454;
  position: relative;
  margin-bottom: 2px;
}

/* 目次 - h4見出し */
.toc-list > li li li a {
  font-weight: normal;
  font-size: 95%;
  color: #545454;
  margin-left: 1em;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}

/* 目次 - h4見出し先頭アイコン */
.toc-list > li li li a::before {
  content: "";
  width: 8px;
  height: 8px;
  left: -2px;
  display: inline-block;
  border-radius: 50%;
  background: #545454;
  position: relative;
  margin-bottom: 2px;
}

/* 目次内文字列 */
.toc a{
  color: #545454;
  display: block;
  border-bottom: dashed 1px silver;
  padding-bottom: 0.3em; /*下の点線との間*/
  padding-top: 0em!important; /*下の点線との間*/
}

/* 目次クリックすると見出しが見切れるので修正 */
span[id^="toc"] {
  padding-top: 2em;
}

/* モバイル表示 */
@media (max-width:880px){
  #toc {
    margin-left: 0.5em;
    margin-right: 0.5em;
    padding-left: 1.8em;
  }
  .toc {
    /* モバイルでは非表示 */
    /*display:none;*/
    width: 98%;
    padding-left: 0.9em;
    padding-right: 0.9em;
  }
  .toc-list > li a {
    margin-left: -0.7em;
  }
  .toc-list > li li a {
    margin-left: -1em;
  }
  .toc-list > li li a::before {
    left: 3px;
    margin-bottom:1px;
  }
  .toc-list > li li li a {
    margin-left: -1em;
  }
  .toc-list > li li li li a {
    margin-left: -1em;
  }
}


/* サイドバーの追従目次 */
.sidebar .toc{
  font-size: 0.9em;
  background:transparent!important;
  border:initial!important;
  border-top: initial!important;
  border-top-color: initial!important;
  box-shadow:initial!important;
  margin-bottom:initial!important;
  width: initial!important;
  border-radius:initial!important;
  padding-top:initial!important;
}


/**************************************************************
** 記事
**************************************************************/

/* 記事本文 */
.entry-content p { 
  line-height: 1.7;  /* 行間（Shift+Enter） */
  margin: 1.1em 0; /* 段間（Enter） */
  padding-left: 0.8em;
}

/* 記事本文内pre */
.entry-content pre { 
  margin-left: 0.5em;
  padding: 2em !important;
}

/* 記事内 画像 */
.entry-content img[class*="wp-image-"] {
  padding: 3px;
  border: solid 1px #ddd;
  box-shadow: 0px 3px 6px 0 rgba(0,0,0,.15); /* 影 */
}

/* 見出しh1 - 記事のタイトル */
.article h1 {
  font-size: 1.4em;
  padding-top: 0.9em;
  padding-bottom: 0.9em;
  padding-left: 0.2em;
}

.article h2, .article h3, .article h4, .article h5, .article h6 {
  font-size: 1.2em;
  line-height: 1.5;
  color: #9b7b6c;
  font-weight: 600;
  margin-bottom: 1em;
}

/* 見出しh2 */
.article h2 {
  font-size: 1.2em;
  color: #ffffff;
  border-top: 1px solid #9b7b6c;
  border-bottom: 1px solid #9b7b6c;
  background: url(https://sakue.com/wp-content/uploads/2021/04/back-dot.png);
  background-color: #935500;
  padding: 0.7em;
}
/* 見出しh2 - アイコン */
.article h2::before {
  font-family:"FontAwesome";
  content:"\f1b2";
  margin-right: 0.5em;
}

/* 見出しh3 */
.article h3 {
  font-size: 1.2em;
  border: none;
  border-bottom: 2px dotted #9b7b6c;
  margin-left: 0.7em;
  padding-left: 0;
}
/* 見出しh3 - アイコン */
.article h3::before {
}

/* 見出しh4 */
.article h4 {
  font-size: 1.1em;
  border-left: 5px solid #9b7b6c;
  border-top: none;
  border-bottom: none;
  border-right: none;
  margin-left: 0.7em;
  padding-left: 0.8em;
}

/* 見出しh5 */
.article h5 {
  border: none;
  border-bottom: 2px solid #9b7b6c;
  font-size: 1.1em;
  margin-left: 0.7em;
  padding-left: 0;
}

.article h6 {
  font-size: 1.2em;
  border: none;
  border-bottom: 1px solid #9b7b6c;
  margin-left: 0.7em;
  padding-left: 0;
}

/* 480px以下 */
@media screen and (max-width: 480px){
  #main {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  .entry-content p {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}


/**************************************************************
** 次のページ・前のページナビ
**************************************************************/
/* next/prev-wrap */
.pager-post-navi a.prev-post.a-wrap,
.pager-post-navi a.next-post.a-wrap {
}
/* サムネイルwrap */
.pager-post-navi figure.prev-post-thumb.card-thumb,
.pager-post-navi figure.next-post-thumb.card-thumb {
  /* サムネ周囲に枠とボーダー(写真ぽい) */
  padding: 3px;
  border: solid 1px #ddd;
  box-shadow: 0px 3px 5px -5px rgba(85,85,85,0.75);
}
/* タイトルwrap */
.pager-post-navi div.prev-post-title,
.pager-post-navi div.next-post-title {
  font-size:1.1em;
  font-weight: bold;
}

/**************************************************************
** サイドバーの「カテゴリ」や「タグ」などの表題
**************************************************************/
.sidebar h3 {
  font-size: 1em;
  border-top: 1px solid #9b7b6c;
  border-bottom: 1px solid #9b7b6c;
  background-image: url(https://sakue.com/wp-content/uploads/2020/09/back-dot.png);
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  padding-left: 1em;
}

/* サイドバーウィジェット */
.widget-entry-card {
  font-size: 1em;
}


/**************************************************************
** サイドバーカテゴリ - 親カテゴリのカスタマイズ
**************************************************************/

.sidebar .widget_categories ul li a{ 
	line-height: 1.3; /* 行間ひかえめ */
	border-bottom: 1px dashed #CCCCCC; /* 下線の種類 */
}

.sidebar .widget_categories ul li a::before{
  font-family: FontAwesome;
  content: "\f07b"; /* FontAwesomeのユニコード */
  color: #B56C07; /* アイコンの色 */
  padding-right: 6px;
}

.sidebar .widget_categories > ul > li > a:first-child{ 
  border-top: none;
}

/* カテゴリ一覧は左右に少しパディング */
.sidebar .widget_categories ul {
	padding-left: 1em;
	padding-right: 0.5em;
}


/**************************************************************
** サイドバーカテゴリ - 子カテゴリのカスタマイズ
**************************************************************/
.sidebar .widget_categories ul li ul li a::before{
  font-family: FontAwesome;
  content: "\f114"; /* FontAwesomeのユニコード */
  color: #B56C07; /* アイコンの色 */
  padding-right: 6px;
}

/**************************************************************
** サイドバーカテゴリ - ドロップダウンの場合
**************************************************************/
#sidebar .widget_categories select {
  font-size: 1em;
  line-height: 1em;
}

/**************************************************************
** サイドバー新着記事
**************************************************************/
/* 新着記事wrap */
.sidebar a.new-entry-card-link.a-wrap {
}
/* サムネイルwrap */
.sidebar figure.new-entry-card-thumb.widget-entry-card-thumb.card-thumb {
  /* サムネ周囲に枠とボーダー(写真ぽい) */
  padding: 3px;
  border: solid 1px #ddd;
  box-shadow: 0px 3px 5px -5px rgba(85,85,85,0.75);
}
/* スニペットwrap */
.sidebar div.new-entry-card-content.widget-entry-card-content.card-content {
  font-size: 0.9em;
}

/**************************************************************
** サイドバー人気記事
**************************************************************/
/* 人気記事wrap */
.sidebar a.popular-entry-card-link.a-wrap {
}
/* サムネイルwrap */
.sidebar figure.popular-entry-card-thumb.widget-entry-card-thumb.card-thumb {
  /* サムネ周囲に枠とボーダー(写真ぽい) */
  padding: 3px;
  border: solid 1px #ddd;
  box-shadow: 0px 3px 5px -5px rgba(85,85,85,0.75);
}
/* スニペットwrap */
.sidebar div.popular-entry-card-content.widget-entry-card-content.card-content {
  font-size: 0.9em;
}

/**************************************************************
** サイドバー目次（スクロールに追従）
**************************************************************/
/* サイドバーの目次スクロール */
.toc-widget-box {
  max-height: 50vh; /* 目次の縦幅 ビューポートの高さ50％以内に表示 */
  overflow-y: auto; /* スクロールの方向 */
  margin-bottom: 2em; /* 要素の下外側の余白 */
}

/** AndroidとiPhone用のスクロールバー表示 **/
/* スクロールバー全体 */
.toc-widget-box::-webkit-scrollbar {
  width: 14px; /* スクロールバーの横幅 */
}

/* スクロールバーのハンドル */
.toc-widget-box::-webkit-scrollbar-thumb {
  background: #949495; /* ハンドルの背景色 */
  border-radius: 10px; /* ハンドル角の丸み */
}

/* スクロールバーの背景エリア */
.toc-widget-box::-webkit-scrollbar-track {
  background: #ccc; /* スクロールバーの背景色 */
}


/**************************************************************
** サイト内検索フォーム
**************************************************************/
/*入力欄*/
.search-box .search-edit {
	padding: 8px;
	padding-right: 68px;
	border-color: #999;
}

/*検索ボタン*/
.search-box .search-submit {
	top: 0;
	right: 0px;
	height: 100%;
	width: 60px;
	color: #fff;
	background-color: #5B390A;
	border-radius: 0 4px 4px 0;
}

.search-box .fa-search {
	display: block;
	margin-top: 3px;
}

/*入力欄と検索ボタンの強調の無効化*/
.search-box .search-edit:focus, .search-box .search-submit:focus {
	outline: 0;
	outline-offset: unset;
}

/**************************************************************
** パンくずリスト
**************************************************************/
#breadcrumb {
  padding-left: 30px;
}

/**************************************************************
** SNSボタン（サイドバー）
**************************************************************/
.sidebar .sns-follow-buttons a {
  width: 30%;
  height: 2em;
  font-size: 20px;
}
.sidebar .sns-follow {
  margin-top: 5px;
}
.sidebar .sns-follow-buttons a {
  border-radius: 7px;
}

/**************************************************************
** SNSボタン
**************************************************************/

/* キャプション非表示 */
#main .button-caption {
  display: none;
}
/* SNS「シェアする」キャプション非表示 */
.sns-share-message {
  display: none;
}

/* ボタン */
#main .sns-share a {
  width: 2em; /* ボタン幅 */
  height: 2em; /* ボタン高さ */
  margin-left: 0.5em; /* シェアボタン間隔 */
}

/* ボタン内文字サイズ */
#main .social-icon {
  font-size: 20px;
}

/* シェアボタン配置（記事上） */
.sns-share-buttons {
  flex-wrap: nowrap; /*折り返さない*/
  justify-content: flex-start; /* 左寄せ */
}
/* シェアボタン配置（記事下） */
.article-footer .sns-share-buttons, .article-footer .sns-follow-buttons {
  flex-wrap: nowrap;
  justify-content: center;
}


/**************************************************************
** カテゴリ・タグのミニボタン（記事下）
**************************************************************/
.cat-link {
  padding-left: 0.8em;
  padding-right: 0.8em;
}
.tag-link {
  padding-left: 0.8em;
  padding-right: 0.8em;
}
/**************************************************************
** 関連記事
**************************************************************/
/* 個々の記事のラップ */
.main .rect-entry-card .a-wrap {
  margin-bottom: 2%;
  font-size: 0.9em;
}

/* サムネ */
.related-entry-card-thumb-image{
  /* サムネ周囲に枠とボーダー(写真ぽい) */
  padding: 3px;
  border: solid 1px #ddd;
  box-shadow: 0px 3px 5px -5px rgba(85,85,85,0.75);
}


/**************************************************************
** コメントフォーム
**************************************************************/

/* フォーム全体 */
#commentform {
  font-size: 1em;
}

/* 項目間 */
#comment-area p {
  margin-top: 0.5em;
}

/* コメント表示領域ブロック */
.comment-list {
  border: 2px solid #935500;
  padding: 0;
  margin-bottom: 1em;
  border-radius: 10px 10px 0 0;
}

/* コメント表示領域タイトル */
.comment-title {
  margin: 0;
  font-size: 1em;
  background: #935500;
  color: #fff;
  padding-left: 1em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  font-weight: normal;
}

/* コメント表示領域タイトル前のアイコン */
.comment-title:before {
  font-family: FontAwesome;
  content: '\f27b';
  color: #fff;
  margin-right: 4px;
}

/* コメント表示領域の内側ブロック */
.commets-list {
  padding-top: 1.5em;
  padding-right: 1.5em;
  padding-bottom: 0;
  padding-left: 1.5em;
  margin-bottom: 1em;
}
.commets-list > li {
  border-top: 2px dashed #935500;
  margin-top: 2em;
  margin-right: 0;
  margin-bottom: 1.5em;
  margin-left: 0;
  padding-top: 1em;
}
.commets-list > li:first-child {
  border: none;
  margin-top: 0;
  padding-top: 0;
}
.commets-list .children {
  margin: 0;
}
.commets-list .avatar {
  float: left;
  border-radius: 50%;
  margin-right: 10px;
}
.st-comment-content {
  background: #eaeaea;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: 1em;
  padding-bottom: 1em;
  margin-top: 0.8em;
  margin-right: 0px;
  margin-bottom: 0.5em;
  margin-left: 0px;
  border-radius: 11px;
  position: relative;
}
.st-comment-content p {
  font-size: 0.9em;
  margin: 1em 0;
  line-height: 1.5em;
}

/* 名前後のセパレータ（：） */
.comment-author-separator {
  display: none;
}

/* 名前 */
.st-comment-author {
  display: block;
  font-size: 0.9em;
  line-height: 1em;
}

/* 投稿日 */
.st-comment-datetime {
  font-size: 0.9em;
}

/* 編集ボタン */
.st-comment-edit {
  font-size: 0.9em;
}

/* 返信ボタン */
.comment-reply-link {
  color: #fff;
  border: none;
  border-radius: 7px;
  background: #935500;
  padding: 1px 12px;
  transition: 0.5s;
}

/* 返信ボタン */
.comment-reply-link:hover {
  color: #fff;
  background: #F39800;
  transition: 0.2s;
}
.commets-list .st-comment-body {
  margin-bottom: 1em;
}

/* コメントキャンセルボタン */
#cancel-comment-reply-link  { 
  text-align:center;
  background-color: #55737D;
  border:1px solid #55737D;
  border-radius: 8px;
  padding-left: 0.6em;
  padding-right: 0.6em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  margin-left: 0.9em;
  color: #ffffff;
  text-decoration: none;
}

/* コメント展開ボタン */
#comment-reply-btn {
  font-size: 1em;
} 

/* メールの注意書きを非表示 */
#comment-area #email-notes {
  display: none;
}

/* メール欄を非表示 */
#comment-area .comment-form-email {
  display: none;
}

/* URL欄を非表示 */
#comment-area .comment-form-url {
  display: none;
}

/* Cookie欄を非表示 */
#comment-area .comment-form-cookies-consent {
  display: none;
}

/* メールの文字列のあとに追記（）*/
.comment-form-email > label::after {
  content: "（公開されません）";
}

/* 送信ボタン */
#commentform .submit {
  font-size: 1em;
  margin-top: 1em;
}


/**************************************************************
** PAGE-TOPボタン（フッター）
**************************************************************/
.page-top-footer a {
	display: block;
	text-align: center;
	background: #d7cac4;
	color: #9b7b6c;
	margin: 0 0 -22px 0;
	text-decoration: none;
	font-weight: 600;
	padding: 10px 0;
	margin-top: 3em;
	cursor: pointer;
}
.page-top-footer a:hover {
	background: #f39800;
	color: #fff;
}


/**************************************************************
** フッター
**************************************************************/
.footer {
  background: #444d53; /*フッター背景色*/
  border-top: 4px solid #8e5305; /*上部にボーダー追加*/
}
.footer-bottom {
  margin-top: 5px; /*フッター内上部の余白を詰める*/
}
.footer-bottom-logo { /*ロゴの位置調整*/
  float: none;
  bottom: auto;
  position: static;
  margin-bottom: 10px;
}
.footer-bottom-logo .logo-image {
  padding: 0;
  max-width: 250px; /*ロゴ画像を少し大きく*/
  margin: 0 auto;
}
.footer-bottom-content { /*メニュー＆クレジットの位置調整*/
  float: none;
  text-align: center;
}
.navi-footer-in > .menu-footer { /*メニューの位置調整*/
  justify-content: center;
  margin-bottom: 1em;
}
.logo-footer a:hover {
  background: none !important; /* ロゴ画像のマウスオーバーのアレを消す */
}
.navi-footer-in a {
  color: #aab3b9; /*メニューの文字色*/
}
.navi-footer-in a:hover { /*メニューのマウスホバー時の指定*/
  color: #aab3b9; /*文字色を通常時と同じに*/
  background: none; /*背景色をなしに*/
  text-decoration: underline; /*アンダーラインを追加*/
}
.footer-bottom.fnm-text-width .menu-footer li {
  line-height: 1; /*メニューの区切りボーダーの高さを1文字分にする*/
}
.copyright {
  color: #ffffff; /*クレジットの文字色*/
}
@media screen and (max-width: 834px) {
  .navi-footer-in > .menu-footer li.menu-item {
    border: none; /*モバイルでメニューのボーダーを消す*/
  }
}
@media screen and (max-width: 460px) {
  .navi-footer-in > .menu-footer li.menu-item { /*モバイルでメニューを1カラムにする*/
    width: 100%;
    display: block;
    flex: auto;
    padding: 0.3em 0;
  }
}

/**************************************************************
** AD
**************************************************************/
/* サイドバー下部の場合は他のウィジェットとのマージンを確保 */
div.ad-sidebar-bottom {
  margin-top: 1em;
}

/**************************************************************
** reCAPTCHA
**************************************************************/
/* Google reCAPTCHA V3 */
div.inv-recaptcha-holder {
  display: flex;
  justify-content: flex-end;
  margin-top: 1em;
  margin-bottom: 0.2em;
}

