@charset "UTF-8";
/* ナビ */
/* 記事タイトル */
/* エントリーカード＆サイドバー */
/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.0.6
*/
/************************************
** 子テーマ用のスタイルを書く
************************************/
/* ***********基本*********** */
html {
  font-size: 16px;
}

body {
  background-color: #fff;
  line-height: 1.75;
  letter-spacing: 0.005rem;
  color: #111111;
/*   font-family: "Lato", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif; */
  font-weight: normal;
}

/* Cocoon用フォント設定 */
.ff-yu-gothic {
/*   font-family: "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif; */
}

.article {
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.005rem;
}

/* ***********アンカー*********** */
a {
  text-decoration: none !important;
  color: #4176a8;
}

a:hover {
  text-decoration: none !important;
  color: #000;
}

a:visited {
  color: #aaaaaa !important;
}
.wp-block-list li a{
/* 	text-decoration:none; */
}

/* キャッチフレーズの非表示 */
#site-description {
  display: none;
}

/************************************
** グローバルメニュー
************************************/
.navi, #footer {
  background-color: #fff;
}

.navi-in a {
/*   text-decoration: none; */
  display: block;
  font-size: 0.85rem;
}

/* .navi-in a:hover {
  background-color: white;
  transition: all 0s ease;
  color: #333;
  border-bottom: 3px solid #e1e1e1;
} */

/************************************
** コンテナ
************************************/
.main, .sidebar {
  border: none;
}

#sidebar {
  padding-top: 30px;
}

/************************************
** TablePress
************************************/
.tfbl_table{
	font-size:0.75em;
}
.tfbl_table th{
	color: #fff;
	background-color: #33bbcc; 
}

/* シェアボタン */
.sns-share-message{
	font-size:1em;
}
.sns-share-buttons{
	text-align:left;
}
/************************************
** エントリーカード
************************************/
.entry-card, .related-entry-card {
  position: relative;
  height: 100%;
}

.entry-card-thumb, .widget-entry-card-thumb, .related-entry-card-thumb, .carousel-entry-card-thumb {
  float: left;
  margin-top: 3px;
  position: relative;
}

.entry-card-content, .related-entry-card-content {
  padding-bottom: 1.2rem;
}

.entry-card-title, .related-entry-card-title {
  font-size: 1rem;
  letter-spacing: 0.09rem;
  margin: 0;
  line-height: 1.4;
  margin-bottom: 10px;
  font-weight: normal;
}

.entry-card-snippet, .related-entry-card-snippet {
  font-size: 0.75rem;
  max-height: 7.8rem;
  line-height: 1.75;
  overflow: hidden;
}

.entry-card-meta, .related-entry-card-meta {
  bottom: 0;
  position: absolute;
  right: 0;
  text-align: right;
  line-height: 1;
}

.entry-categories-tags {
  margin-bottom: 18px;
}

.entry-category, .post-date, .post-update, .post-author, .amp-back {
  padding-bottom: 3px;
  display: inline;
  font-size: 0.8em;
}
.a-wrap {
  border: 1px solid #ccc;
  /* 	background-color:#fefefe; */
}

.a-wrap:hover {
  /* border:1px solid #ccc; */
  background-color: #fcfefe;
  /*   background-color: #f4f9fa; */
  /*   transition: all 0s ease; */
  text-decoration: none;
  color: #000;
}

/* ***********見出し*********** */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

.site-name-text {
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.75rem;
  color: #222;
  font-weight :300;
}

/*** 見出し初期化 ***/
.article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
  font-weight: normal;
  padding: 0;
  background: none;
  border: none;
}

/* h1 */
.article h1 {
  font-size: 1.25rem;
  margin-top: 30px;
  margin-bottom: 20px;
  letter-spacing: 0.125rem;
}

#archive-title {
  padding-bottom: 20px;
  font-size: 1.25rem;
  font-weight: normal;
  letter-spacing: 0.125rem;
}

h1.entry-title {
  padding: 5px 5px 5px 5px;
  border-bottom: 2px solid #4e8a92;
}

/* カテゴリ見出し */
/* h2 */
.article h2 {
  border-bottom: 2px solid #3c6b71;
  padding: 5px 0px;
  letter-spacing: 0.08rem;
  font-size: 1.1rem;
  margin-top: 45px;
  margin-bottom: 20px;
}

.entry h2 a {
/*   color: #80c0d5; */
  font-size: 1.1rem;
  text-decoration: none;
  font-weight: normal;
  letter-spacing: 0.08rem;
}

/* 関連記事 */
.related-entry-heading {
  border-bottom: 1px solid #000;
}

/* h3 */
.article h3 {
  border-bottom: 1px solid #3c6b71;
  font-size: 1.05rem;
  margin-top: 40px;
  margin-bottom: 10px;
  padding: 5px 0px;
}

/* サイドバー */
#sidebar h3 {
  margin-bottom: 7px;
  font-size: 1rem;
  font-weight: normal;
  color: #151515;
  letter-spacing: 0.075rem;
  /* 	background-color:#fff; */
  /* 	border-bottom:1px solid #aaaaaa; */
  /* 	padding:0px 0px 0px 0px; */
}

/* エントリーカード＆サイドバー見出し */
.entry-card-title, .related-entry-card-title, #sidebar h3 {
  padding: 5px 5px 5px 5px;
  border-bottom: 2px solid #579aa2;
}

.entry-card-snippet,
.related-entry-card-snippet {
  font-size: 0.85rem;
  letter-spacing: 0.005rem;
  color:#000 !important;
}

#sidebar h3 {
  background-color: #fff;
}

.related-entry-title a {
  color: #07575B;
  font-size: 1rem;
  font-weight: normal;
}

.article h4, .article h5, .article h6 {
  font-size: 1rem;
  border: none;
  margin-top: 40px;
  margin-bottom: 10px;
  padding: 5px 0px;
}

/* サイドバー本文 */
.textwidget {
  font-size: 1rem;
}

/************************************
** ウィジェット
************************************/
label.screen-reader-text {
  display: none;
}

/*ウィジェットリスト*/
.widget {
  margin-bottom: 38px;
}

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

/*ウィジェット（カテゴリー・アーカイブなど）*/
.widget_recent_entries ul{
	font-size:0.9rem;
}
.widget_recent_entries ul, .widget_categories ul, .widget_archive ul, .widget_pages ul, .widget_meta ul, .widget_rss ul, .widget_nav_menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.widget_recent_entries ul li ul, .widget_categories ul li ul, .widget_archive ul li ul, .widget_pages ul li ul, .widget_meta ul li ul, .widget_rss ul li ul, .widget_nav_menu ul li ul {
  padding-left: 20px;
  margin: 0;
}

.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 {
  color: #4176a8;
/*   text-decoration: none; */
  padding: 5px 0;
  display: block;
  padding-right: 10px;
  padding-left: 8px;
}

.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: #fff;
  transition: all 0s ease;
  color: #000;
}

.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 {
  display: block;
  float: right;
}

.widget_recent_comments li {
  padding: 10px 0;
}

/* ***********記事（行間＆文字色）*********** */
.entry-snippet {
  line-height: 1.8;
  color: #111;
}

.entry-content {
  line-height: 1.8;
  color: #111;
}

/* ***********リスト*********** */
.article ol, .article ul, .article dl {
  line-height: 1.8;
}

/*** カテゴリ＆タグ ***/
.cat-link {
  /* カテゴリー */
  color:#fff !important;
/*   text-decoration: none; */
  display: inline-block;
  margin-right: 5px;
  padding: 2px 8px;
  font-size: 0.75rem;
  border-top-right-radius: 10px;
  background-color: #66A5AD;
  word-break: break-all;
}

.cat-link:visited {
  /* 既クリック時 */
  opacity: 1;
/*   text-decoration: none; */
  background-color: #729ca1;
  color:#fff !important;
}

.cat-link:hover {
  /* マウスホバー時 */
    opacity: 0.8;
/*   text-decoration: none; */
/*   background-color: #457a81; */
    color:#ffffff !important;
}

.tag-link {
  /* タグ */
  text-decoration: none;
  display: inline-block;
  margin-right: 5px;
  padding: 2px 8px;
  font-size: 0.75rem;
  border: 1px solid #999;
  border-bottom-left-radius: 10px;
  word-break: break-all;
}

.tag-link:hover {
  background: #ccc;
  color: #fff !important;
  transition: all 0s ease;
/*   text-decoration: none; */
}

/* ***********ポストデータ行*********** */
.post-meta {
  background-color: #f3f9fb;
  border: 1px solid #eee;
}

/* ページ */
/************************************
** 「次のページ」ページネーション
************************************/
.pagination-next-link, .comment-btn {
  background-color: #e6eff2;
  color: #111;
  display: block;
  font-size: 1.2em;
/*   text-decoration: none; */
  width: 100%;
  text-align: center;
}

.page-numbers {
  border-radius: 50%;
  background-color: #e6eff2;
}

.pagination-next-link:hover, .comment-btn:hover, .page-numbers:hover {
/*   text-decoration: none; */
  background-color: #f5f8f9;
  transition: all 0.3s;
  color: #000;
}

.pagination a:hover {
/*   text-decoration: none; */
  background-color: #f5f8f9;
  transition: all 0.5s;
  color: #080808;
}

.current:hover, .dots:hover {
  background-color: #fff;
  color: #000;
}

/*
.pagination-next-link,
.page-numbers{
  background-color: #e0eaea;
} */
/* .pagination-next-link a:hover,
.page-numbers a:hover{
	background-color:#d0dada;
} */
/* *********** フッター *********** */
#footer {
  clear: both;
  color: #111;
  line-height: 1.5;
}

h3.footer-title {
  margin-bottom: 20px;
  color: #111;
  border-bottom: 1px solid #333;
  font-size: 1rem;
}

.custom-html-widget {
  padding-left: 5px;
}

li.custom-html-widget-sitemap-li {
  margin-top: 12px;
/*   padding-bottom: 15px; */
}

li.custom-html-widget-sitemap-li-sub {
  margin-top: 5px;
  margin-left: 1rem;
  margin-bottom: 10px;
}

li.custom-html-widget-sitemap-li a,
li.custom-html-widget-sitemap-li-sub a{
	color:#4176a8;
/*   text-decoration: none; */
}

.custom-html-widget-sitemap-li a:hover,
.custom-html-widget-sitemap-li-sub a:hover {
/*   text-decoration: none; */
  background-color: #fff;
  transition: all 0s ease;
/*   color: #000 !important; */
  display: block;
}

#footer a {
  color: #4176a8;
}

#footer-widget {
  color: #111;
}

/* Web拍手用 */
/* .maroyaka-webclap {
  text-align: center;
}

.maroyaka-webclap .btn-xs, .maroyaka-webclap .btn-group-xs > .btn {
  padding: 5px 10px;
  font-size: 0.85rem;
  margin: 0;
}

.mwc-message-box {
  z-index: 999999999999 !important;
}
 */
div.alert.alert-success::before {
  display: none;
}

.widget_author_box h3 {
  display: none;
}

.widget_author_box .cf {
  padding: 0;
}

.widget_author_box .author-box {
  font-size: 0.85rem;
  border: none;
  padding: 0;
}

.widget_author_box .author-box .author-description p {
  text-align: center;
}

.author-name a{
/* 	text-decoration:none; */
}

/* カスタムCSSからの移行 */
h2.h2_txtHeader{
	border-bottom:2px solid #666666;
}
h2.h2_common_subtitleheader{
 	border-bottom:1px solid #666666;
}

h3.h3_txtHeader{
 	border-bottom:1px solid #666666;
}
span.span_marker_orange{
	background: linear-gradient(transparent 60%, #fdbc3f 60%);
}
span.span_marker_gray{
	background: linear-gradient(transparent 60%, #e0e0e0 60%);
}


/* ヘッダーメニュー */
/* ①ヘッダーロゴ */
.header-site-logo-image {
  transition: 0.5s;
}

/* ②ヘッダーロゴ(hover時) */
@media screen and (min-width: 980px) {
  .header-site-logo-image:hover {
    opacity: 0.6;
  }
}

/*③グローバルナビの下線*/
#navi .navi-in a:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 1px;
  height: 1px;
  width: 100%;
  background: #9cb8d2;
  transform: scale(0, 1);
  /* transform-origin: left top; */
  transition: 0.5s;
}

/*④グローバルナビの下線(hover)*/
@media screen and (min-width: 980px) {
  #navi .navi-in a:hover:after {
    transform: scale(1);
  }
}

/*⑤メニュー項目の間隔*/
#navi .navi-in>ul>li>a {
  padding: 0 1rem;
}

/*⑥選択中メニューに下線*/
.current-menu-item:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 1px;
  height: 1px;
  width: 100%;
  background: #9cb8d2;
}

/* ⑦メニュー＆サブメニューの背景色 */
.navi-in a:hover {
  background-color: #fff;
}
.navi-in a {
  background-color: #fff;
}

/* ホームのアイコンを消す */
#breadcrumb.breadcrumb .breadcrumb-home .fa.fa-home.fa-fw {
  display: none;
}
/* カテゴリのアイコンを消す */
#breadcrumb.breadcrumb .fa.fa-folder.fa-fw {
  display: none;
}

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

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

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

  /*必要ならばここにコードを書く*/
  /* h２エントリタイトル */
  /* サイドバー */
  /* サイドバー本文 */
  /*ウィジェット（カテゴリー・アーカイブなど）*/
  /* *********** フッター *********** */
  body {
    -webkit-text-size-adjust: 100%;
    font-size: 0.85rem;
    line-height: 1.75;
    letter-spacing: 0.003rem;
  }

  .article {
    font-size: 0.85rem;
    line-height: 1.65;
    letter-spacing: 0.005rem;
  }

  .article h1 {
    font-size: 0.925rem;
    margin-top: 30px;
    margin-bottom: 20px;
    letter-spacing: 0.075rem;
  }

  #archive-title {
    padding-bottom: 20px;
    font-size: 0.925rem;
    letter-spacing: 0.06rem;
  }

  .article h2 {
    padding: 5px 0px;
    letter-spacing: 0.05rem;
    font-size: 0.925rem;
    margin-top: 45px;
    margin-bottom: 20px;
  }

  .entry h2 a {
    font-size: 0.925rem;
    letter-spacing: 0.05rem;
  }

  .article h3 {
    border: none;
    font-size: 0.9rem;
    margin-top: 40px;
    margin-bottom: 10px;
    padding: 5px 0px;
  }

  .entry-card-title,
  .related-entry-card-title {
    font-size: 0.8rem;
  }

  .entry-card-snippet,
  .related-entry-card-snippet {
    font-size: 0.75rem;
    letter-spacing: 0.005rem;
  }

  #sidebar h3 {
    margin-bottom: 7px;
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
    padding: 0px 0px 0px 0px;
  }

  .related-entry-title a {
    font-size: 0.9rem;
  }

  .article h4,
  .article h5,
  .article h6 {
    font-size: 0.9rem;
    margin-top: 40px;
    margin-bottom: 10px;
    padding: 5px 0px;
  }

  .textwidget {
    font-size: 0.85rem;
  }

  .widget_recent_entries ul,
  .widget_categories ul,
  .widget_archive ul,
  .widget_pages ul,
  .widget_meta ul,
  .widget_rss ul,
  .widget_nav_menu ul {
    font-size: 0.8rem;
  }

  h3.footer-title {
    margin-bottom: 20px;
    font-size: 0.9rem;
  }
}

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

/* ブログカードカスタマイズ */
/* .blogcard-snippet{
display:none;
} */