@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.1.0
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/

/*必要ならばここにコードを書く*/

/* サイト全体レイアウト調整 */
main.main {
  padding: 0 10px !important;
}

/* nanacoro start 全体最適化 */
/* フォント統一：本文・見出し・リスト・リンク */
body,
h1, h2, h3, h4, h5, h6,
p, li, a {
  font-family: "ヒラギノ角ゴ ProN", "Yu Gothic", "メイリオ", Meiryo, sans-serif !important;
  color: #333;
}
/* フォーム要素もメイリオに統一 */
input, textarea, button, select, .comment-form input, .comment-form textarea {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Yu Gothic", sans-serif !important;
}

/* TOP用 */
div.tab-content h2 {
  margin-top: 0 !important;
}

/* 見出しh1〜h6の調整 2025 */
.article h1 {
  color: #2e5d34 !important;
  font-size: 1.8rem !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  margin-bottom: 28px !important;
  margin-top: 32px !important;
}

.article h2 {
  background-color: #e6f4e6 !important;
  color: #2e5d34 !important;
  border-bottom: 2px solid #9ddb9d !important;
  padding-bottom: 8px !important;
  margin-top: 2em !important;
  margin-bottom: 24px !important;
  font-weight: 700 !important;
  font-size: 1.6rem !important;
  line-height: 1.3 !important;
}

.article h3 {
  color: #3c6e47 !important;
  border-left: 4px solid #9ddb9d !important;
  padding-left: 12px !important;
  margin-top: 1.5em !important;
  margin-bottom: 16px !important;
  font-weight: 600 !important;
  font-size: 1.4rem !important;
  line-height: 1.4 !important;
}


.article h4 {
  color: #4a7f58 !important;
  margin-bottom: 12px !important;
  font-weight: 600 !important;
  font-size: 1.2rem !important;
  line-height: 1.4 !important;
  border-left: 3px solid #9ddb9d !important;
  padding-left: 10px !important;
}

.article h5 {
  color: #5a916b !important;
  margin-bottom: 10px !important;
  font-weight: 500 !important;
  font-size: 1.1rem !important;
  line-height: 1.4 !important;
  border-left: 2px solid #9ddb9d !important;
  padding-left: 8px !important;
}

.article h6 {
  color: #6aa07d !important;
  margin-bottom: 8px !important;
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.4 !important;
  border-left: 2px solid #9ddb9d !important;
  padding-left: 6px !important;
}


.header .header-in {
  min-height: auto !important;
}

.sidebar {
  padding: 0px 5px !important;
  box-shadow: none;
}

.sidebar-menu-content .menu-close-button{
  background-color: #eee;
}

.sidebar .widget_author_box {
    padding-top: 0 !important;
}

.container .column-wrap > div {
    padding-top: 5px !important;
}

.entry-content{
  margin-top: 0;
  margin-bottom: 0;
  /* nanacoro start 全体最適化 */  
  font-size: 16px;
  line-height: 1.7;
}

/* 読み込み時に全体に動きをつける */
.widget-entry-card-thumb, .entry-card-thumb {
  opacity: 0;
  animation: fadeIn 0.5s ease 0.5s 1 normal;
  animation-fill-mode:forwards;
}
@keyframes fadeIn {
0% {
  opacity: 0;
  transform: translateY(10px);
}
80% {
    opacity: .5;
}
100%{
  opacity: 1;
  transform: translateY(0);
}
}

/* ボタンを光らせる */
.more-btn{
  border-radius: 15px;
  box-shadow: 2px 2px rgba(0,0,0,.3);
  font-size: 16px;
  font-weight: normal;
}

.banner {
  display: inline-block;
}

/*光るアニメーション用*/
.more-btn, .banner {
  position: relative;
  overflow: hidden;
}

.more-btn:before, .banner:before {
  content: " ";
  position: absolute;
  top: 0;
  left: -30px;
  width: 30px;
  height: 100%;
  background-color: rgba(130, 205, 130, 0.4);
  transform: rotate(45deg);
  opacity: 0;
  animation: shine 4s ease-in-out infinite;
  pointer-events: none;
}

@keyframes shine {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

/* nanacoro start 余白削除 */  
.logo-image {
	padding: 0;
}
.logo-image * {
	display: block;
	margin: auto;
}
.logo-image span, 
.logo-image a, 
.logo-image img {
  display: block;
}

/* nanacoro start 2ページ目以降のアイキャッチ非表示 */
.single-paged-2 .eye-catch-wrap,
.single-paged-3 .eye-catch-wrap,
.single-paged-4 .eye-catch-wrap,
.single-paged-5 .eye-catch-wrap{
	display:none;
}

/* nanacoro start 検索時の次のページを非表示 */
.pagination-next-link {
  display:none;
}

/* nanacoro start フッター微調整 */
.footer {
  padding-top:0px;
  margin-top:0px;	
}

.footer-bottom{
  margin-top:0px;	
}

.footer-bottom-content{
  line-height:2.0;
}

/* nanacoro start ボックスナビ */
.p-nav{
margin:0;/* 全体外余白 */
padding: 5px 1px;/* 全体内余白 */
}
.p-nav ul{
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
list-style:none;
margin:0;
padding:0;
border:none;
}
.p-nav ul li{
-ms-flex-preferred-size: calc(100%/2);/* 2列 */
flex-basis: calc(100%/2);/* 2列 */
margin:0;
padding:0;
text-align:center;
box-shadow: inset 1px 1px 0 0 #82cd82, 1px 1px 0 0 #82cd82, 1px 0 0 0 #82cd82;/* 罫線 */
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
min-height:100px;/* 最低の高さ */
cursor:pointer;
background:#f7fdfa;/* 背景色 */
}
.p-nav ul li a:hover{
box-shadow: inset 1px 1px 0 0 #82cd82, 1px 1px 0 0 #82cd82, 1px 0 0 0 #82cd82;/* 罫線 */
}
.p-nav ul li a{
display:block;
padding: 0.5em 1em;/* 内余白 */
text-decoration:none;
width:100%;
}

.p-nav ul li a img{
max-width:50% !important;/* 画像横幅 */
height: auto !important;
filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.1));/* 画像影 */
display: inline-block;
}
.p-nav .p-nav-title{
display: block;
color: #454545;/* 文字色 */
font-size: 15px;/* 文字大きさ */
letter-spacing: 1px;
font-weight: bold;/* 文字太さ */
text-align: center;
line-height: 1.5;/* 文字行間高さ */
}
/* サイドバー */
.sidebar .p-nav ul li{
-ms-flex-preferred-size: calc(100%/2);/* 2列 */
flex-basis: calc(100%/2);/* 2列 */
}
/* スマホ */
@media screen and (max-width: 559px) {
	.p-nav ul li{
		-ms-flex-preferred-size: calc(100%/2);/* 2列 */
		flex-basis: calc(100%/2);/* 2列 */
	}
}
/* fontawesome */
.p-nav ul li .sidebar-icon{
font-size:4em;/* アイコン大きさ */
padding: 5px 0;/* アイコン余白 */
color: #82cd82;/* アイコン色 */
display:inline-block;
text-shadow: #eee 3px 3px 0, #eee -3px -3px 0, #eee -3px 3px 0, #eee 3px -3px 0, #eee 0px 3px 0, #eee 0 -3px 0, #eee -3px 0 0, #eee 3px 0 0;
}

/* nanacoro start */
/*---モバイル用ヘッダーボタン、フッターボタンの背景色、文字色を変える---*/
.mobile-footer-menu-buttons,
.mobile-footer-menu-buttons .menu-button > a,
.mobile-footer-menu-buttons .menu-button:hover, 
.mobile-header-menu-buttons,
.mobile-header-menu-buttons .menu-button > a,
.mobile-header-menu-buttons .menu-button:hover {
  background: #82cd82;
  color: white;
}
/*---モバイル用サイドバーの背景色、文字色を変える---*/
.sidebar{
  background: white;
  color: #454545;
}
.mobile-menu-buttons .menu-content{
  color: #454545;/* サイドメニューの表示色が変わるのを防ぐ */
}

.mobile-menu-buttons {
  font-size: 20px;
  line-height: 1.4 !important;
}

.mobile-menu-buttons .menu-caption {
  font-size: 12px;
}

/*---SNSボタンを丸くするために初期化---*/
.article .button-caption {
	display: none; /*キャプション非表示*/
}
.mobile-menu-buttons .button-caption {
	display: none; /*キャプション非表示*/
}

/*SNSフォローボタン：投稿記事内*/
.article .sns-follow-message{
	font-weight: bold; /*太字*/
	color: #454545; /*文字色*/
}
.article .sns-follow-buttons {
	justify-content: center; /*中央寄せ*/
}
.article .sns-follow-buttons a {
	border-radius: 50%; /*丸くする*/
	font-size: 20px; /*アイコンのサイズ*/
	margin: 0 10px; /*ボタン同士の間隔*/
}
.article .sns-follow a {
	width: 40px; /*ボタンの横幅*/
	height: 40px; /*ボタンの高さ*/
}

/*SNSフォローボタン：モバイルフッター内*/
.mobile-menu-buttons .sns-follow-buttons {
	justify-content: center; /*中央寄せ*/
}
.mobile-menu-buttons .sns-follow-buttons a {
	border-radius: 50%; /*丸くする*/
	font-size: 20px; /*アイコンのサイズ*/
	margin: 0 10px; /*ボタン同士の間隔*/
}
.mobile-menu-buttons .sns-follow a {
	width: 40px; /*ボタンの横幅*/
	height: 40px; /*ボタンの高さ*/
}

/*SNSシェアボタン：投稿記事内*/
.article .sns-share-message{
	font-weight: bold; /*太字*/
	color: #454545; /*文字色*/
}
.article .sns-share-buttons {
	flex-wrap: nowrap; /*折り返さない*/
	justify-content: center; /*中央寄せ*/
}
.article .sns-share-buttons a {
	/*border-radius: 50%;*/ /*丸くする*/
	font-size: 20px; /*アイコンのサイズ*/
	margin: 0 10px; /*ボタン同士の間隔*/
}
.article .sns-share a {
	/*width: 40px;*/ /*ボタンの横幅*/
	/*height: 40px;*/ /*ボタンの高さ*/
}

/*SNSシェアボタン：モバイルフッター内*/
.mobile-menu-buttons .sns-share-buttons {
	flex-wrap: nowrap; /*折り返さない*/
	justify-content: center; /*中央寄せ*/
}

.mobile-menu-buttons .sns-share-buttons a {
	/*border-radius: 50%;*/ /*丸くする*/
	font-size: 20px; /*アイコンのサイズ*/
	margin: 0 10px; /*ボタン同士の間隔*/
}
.mobile-menu-buttons .sns-share a {
	/*width: 40px;*/ /*ボタンの横幅*/
	/*height: 40px;*/ /*ボタンの高さ*/
}

/* nanacoro start 次へ・前へボタン */
 .page-prev-next {
     border-radius: 30px;
 }

/* nanacoro add  サイドバーのプロフィール刷新 */
.sidebar .widget_author_box {
  background: #fff;
  padding-top: 1.2em;
  border-radius: 3px 3px 0 0;
  max-width: 360px;
  margin: 0 auto;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}
.sidebar .author-box {
  padding: 120px 0 5px;
  border: none;
  position: relative;
  margin: 0;
  max-width: 100%;
  overflow:hidden;
}
.sidebar .author-content {
  background: -webkit-linear-gradient(0deg, rgba(130, 205, 130, 1) 0%, rgba(169, 225, 169, 1) 51.39%, rgba(130, 205, 130, 1) 100%);
  background: linear-gradient(90deg, rgba(130, 205, 130, 1)  0%, rgba(169, 225, 169, 1) 51.39%, rgba(130, 205, 130, 1) 100%);
  border-radius: 200px 200px 0px 0px / 100px 100px 0px 0px;
  color: #454545;
  padding: 20px;
  width:110%;
  margin-left:-5% !important;
}
.sidebar .author-box .author-name a {
  color: #454545;
  text-decoration: none;
  letter-spacing: 0px;
  font-size: 16px;
}
.sidebar .author-box .author-description {
  padding: 45px 25px 0px;
  text-align: justify;
}
.sidebar .author-box p {
  line-height: 1.2;
  font-size: 15px;
}
.sidebar .author-box .author-thumb {
  width: 120px;
  margin: 0 auto;
  position: absolute;
  top: 50px;
  right: 0;
  left: 0;
  bottom: 0;
}
.sidebar .author-box img {
  border:solid 1px #009250;
}
.sidebar .author-box .author-name {
  font-size: 1.1em;
  font-weight: bold;
  position: absolute;
  margin-bottom: 0.4em;
  top: 23px;
  bottom: 0;
  right: 0;
  left: 0;
}
.sidebar .author-box .author-widget-name {
  position: absolute;
  top: 3px;
  bottom: 0;
  right: 0;
  left: 0;
  font-size: 0.7em;
  color: #bbb;
}
.sidebar .author-box .sns-follow {
  padding: 0px;
}
.sidebar .author-box .sns-follow-buttons {
  display: flex;
  justify-content: space-around;
}
.sidebar .author-box .sns-follow-buttons a {
  border-radius: 50%;
  border: none;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 30px;
  box-shadow: 0 0 10px rgba(137, 201, 151, .8), 0 0 5px -5px rgba(66, 172, 231);
  background:#fff;
}
.sidebar .author-box .sns-follow-buttons a:hover {
  box-shadow: 0 10px 20px -2px rgba(0, 0, 0, .2);
  transition: 0.35s ease-in-out;
  opacity: 1;
}
.sidebar .author-box .sns-follow-buttons .follow-button .icon-twitter-logo::before { color: #1da1f2 !important; }
.sidebar .author-box .sns-follow-buttons .follow-button .icon-hatebu-logo::before { color: #2c6ebd !important; }
.sidebar .author-box .sns-follow-buttons .follow-button .icon-instagram-logo::before { color: #c522b8 !important; }
.sidebar .author-box .sns-follow-buttons .follow-button .icon-feedly-logo::before { color: #2bb24c !important; }
.sidebar .author-box .sns-follow-buttons .follow-button .icon-rss-logo::before { color: #f26522 !important; }

.sidebar .author-box .sns-follow-buttons a:hover {
    opacity: 0.8;
    transition: all .3s ease-in-out;
}
.sidebar .icon-instagram-new:before {
  content: "\ea92";
  font-size: 24px;
}
.to-profile {
  position: absolute;
  background: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  /*background-image: linear-gradient(to right, #999, #999);*/
  background-size: 100% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s ease;
  color: #454545;
  box-shadow: 0 0 10px rgba(137, 201, 151, .8), 0 0 5px -5px rgba(66, 172, 231, .8);
  top: 115px;
  right: 58px;
  font-size: 0.9em;
  font-weight: bold;
  /* 「詳しく」にモーションをつける */
  animation:profuwa ease 1.0s infinite alternate;
}

/* 記事下プロフィールの「詳しく」ボタン位置ずれを修正 2025.07.07 */
#author_box-3 .to-profile {
  left: 150px !important;
  right: auto !important; /* 不要なright指定をリセット */
}

.to-profile:hover {
  background-size: 100% 2px;
}

@keyframes profuwa{
    0%     { transform: scale(1); opacity: 1;}
    100%     { transform: scale(0.9); opacity: 1;}
}
.sidebar .author-box .sns-follow-message {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  color:#454545;
}
.sidebar .author-box .sns-follow-message:before {
  content: "";
  margin-right: 5px;
}
.sidebar .author-box .sns-follow-message:after {
  content: "";
  margin-left: 5px;
}

.sidebar .icon-twitter-logo:before {
  position: absolute;
  top: 8px;
  right: 0;
  bottom: 0;
  left: 0;
}
.sidebar .icon-facebook-logo:before {
  position: absolute;
  top: 6px;
  bottom: 0;
  right: 8px;
  left: 0;
}
.sidebar .icon-hatebu-logo:before {
  position: absolute;
  top: 8px;
  bottom: 0;
  right: 0;
  left: 0;
}
.sidebar .icon-feedly-logo:before {
  position: absolute;
  top: 8px;
  right: 0;
  bottom: 0;
  left: 0;
}
.sidebar .icon-rss-logo:before {
  position: absolute;
  top: 8px;
  right: 0;
  bottom: 0;
  left: 0;
}

.sidebar .author-box .sns-follow-message {
    display:block;
	color:#454545 !important;
}

/* 画面崩れ防止 */
aside .entry-card-thumb {
  margin-right: 0 !important;
}

/* nanacoro add  本文下のプロフィール刷新 */
.article .widget_author_box {
  background: #fff;
  padding-top: 1.2em;
  border-radius: 3px 3px 0 0;
  max-width: 900px;
  text-align:left;
  margin: 0 auto;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}
.article .author-box {
  padding: 120px 0 0;
  border: none;
  position: relative;
  margin: 0;
  max-width: 100%;
  overflow:hidden;
}
.article .author-content {
  background: -webkit-linear-gradient(0deg, rgba(130, 205, 130, 1) 0%, rgba(169, 225, 169, 1) 51.39%, rgba(130, 205, 130, 1) 100%);
  background: linear-gradient(90deg, rgba(130, 205, 130, 1)  0%, rgba(169, 225, 169, 1) 51.39%, rgba(130, 205, 130, 1) 100%);
  border-radius: 200px 0 200px 0/100px 0 100px 0;
  color: #454545;
  padding: 20px 20px 0px 20px;
  width:110%;
  margin-left:-5% !important;
}
.article .author-box .author-name a {
  color: #454545;
  text-decoration: none;
  letter-spacing: 0px;
  font-size: 16px;
}
.article .author-box .author-description {
  padding: 45px 45px 0px;
  text-align: justify;
}
.article .author-box p {
  line-height: 1.2;
  font-size: 15px;
}
.article .author-box .author-thumb {
  width: 120px;
  margin: 0 auto;
  position: absolute;
  top: 50px;
  left: 50px;
  bottom: 0;
}
.article .author-box img {
  border:solid 1px #009250;
}
.article .author-box .author-name {
  font-size: 1.1em;
  font-weight: bold;
  position: absolute;
  margin-bottom: 0.4em;
  top: 23px;
  left: 78px;
}
.article .author-box .author-widget-name {
  position: absolute;
  top: 3px;
  bottom: 0;
  right: 0;
  left: 0;
  font-size: 0.7em;
  color: #bbb;
}
.article .author-box .sns-follow {
  padding: 15px 10px;
}
.article .author-box .sns-follow-buttons {
  display: flex;
  padding-left: 40px;
  justify-content: flex-start;
}
.article .author-box .sns-follow-buttons a {
  border-radius: 50%;
  border: none;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 30px;
  box-shadow: 0 0 10px rgba(137, 201, 151, .8), 0 0 5px -5px rgba(66, 172, 231);
  background:#fff;
}
.article .author-box .sns-follow-buttons a:hover {
  box-shadow: 0 10px 20px -2px rgba(0, 0, 0, .2);
  transition: 0.35s ease-in-out;
  opacity: 1;
}
.article .author-box .sns-follow-buttons .follow-button .icon-twitter-logo::before { color: #1da1f2 !important; }
.article .author-box .sns-follow-buttons .follow-button .icon-hatebu-logo::before { color: #2c6ebd !important; }
.article .author-box .sns-follow-buttons .follow-button .icon-instagram-logo::before { color: #c522b8 !important; }
.article .author-box .sns-follow-buttons .follow-button .icon-feedly-logo::before { color: #2bb24c !important; }
.article .author-box .sns-follow-buttons .follow-button .icon-rss-logo::before { color: #f26522 !important; }

.article .author-box .sns-follow-buttons a:hover {
    opacity: 0.8;
    transition: all .3s ease-in-out;
}

.article .icon-instagram-new:before {
  content: "\ea92";
  font-size: 24px;
}

.article .author-box .sns-follow-message {
  display: block;
  font-weight: normal;
  text-align:left;
  padding-left: 55px;
  margin-bottom: 10px;
  font-size: 13px;
  color:#454545;
}
.article .author-box .sns-follow-message:before {
  content: "";
  margin-right: 5px;
}
.article .author-box .sns-follow-message:after {
  content: "";
  margin-left: 5px;
}

.article .icon-twitter-logo:before {
  position: absolute;
  top: 8px;
  right: 0;
  bottom: 0;
  left: 0;
}
.article .icon-facebook-logo:before {
  position: absolute;
  top: 6px;
  bottom: 0;
  right: 8px;
  left: 0;
}
.article .icon-hatebu-logo:before {
  position: absolute;
  top: 8px;
  bottom: 0;
  right: 0;
  left: 0;
}
.article .icon-feedly-logo:before {
  position: absolute;
  top: 8px;
  right: 0;
  bottom: 0;
  left: 0;
}
.article .icon-rss-logo:before {
  position: absolute;
  top: 8px;
  right: 0;
  bottom: 0;
  left: 0;
}
.article .author-box .sns-follow-message {
    display:block;
	color:#454545 !important;
}
.article .widget_author_box {
  letter-spacing: 0;
  font-size: 16px;
}
.article .main-widget-label::before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size:16px;
  content: "\f303";
  padding-right: 2px;
}
.article .main-widget-label{
  font-weight:bold;
  padding-left:20px;
}

/* nanacoro start 入力エリア装飾 */
.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 #8dcaae;
  border-radius: 10px;
}

/* nanacoro start 上へボタンカスタマイズ */
.go-to-top {
  right: 10px;
  bottom: 10px;
}
.go-to-top-button, .go-to-top-button:hover {
	border:0px;
}

/* nanacoro start 人気記事・新着記事のサムネイル画像のホバー時カスタマイズ */
.popular-entry-card-link {
  overflow: hidden;
}
.popular-entry-card-link:hover img{
  transform: scale(1.05, 1.05) rotate(0.5deg);
  transition: all .35s ease-out 0s;
}
.popular-entry-card-content {
  margin-top:5px !important;
}
.new-entry-card-link {
  overflow: hidden;
}
.new-entry-card-link:hover img{
  transform: scale(1.05, 1.05) rotate(0.5deg);
  transition: all .35s ease-out 0s;
}
.new-entry-card-content {
  margin-top:5px !important;
}

/* 新規記事にNewマーク */
article .new-entry-card .card-thumb::before {
  position: absolute;
  content:"New";
  top: 18px;
  left: 9px;
  line-height: 18px;
  font-size: 22px;
  font-weight:bold;
  font-style:italic;
  text-decoration: underline;
  text-shadow: -2px -1px 0 #fff,2px 1px 0 rgba(0,0,0,.9);
  color: #edad0b;
  z-index: 1;
  transform: rotate(-30deg);
}

/* nanacoro start 最新・人気ウィジェット文字サイズ変更 */
article .widget-entry-cards.card-large-image .e-card , article .widget-entry-card {
	font-size: 15px;
}

/* nanacoro start 最新記事・人気記事にカスタマイズ */
.widget-entry-card-title{
  min-height: 45px;
  margin-top: 5px;
}
.widget-entry-card-content .display-none {
  display: block;
  text-align: right;
}

.widget-entry-card-content .post-date::before{
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-size:12px;
  content: "\f017";
  padding-right: 2px;
}

.widget-entry-card-content .post-update::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size:12px;
  content: "\f1da";
  padding-right: 2px;
}

/* nanacoro start ボックスタブ 導入部カスタマイズ */
.recommended  .fa::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f4fc" !important;
}

.recommended .bb-label::after {
    content: "こんな人にオススメな記事です" !important;
	font-weight: bold;
}

.recommended ul{
  padding-left:0;
}

.recommended li{
  list-style-type: none;
  line-height: 1.4;
}

.recommended li:before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f138";
  padding-right:5px;
}

/* 吹き出しの色変更 */
.sbs-flat .speech-balloon {
    background-color: #e4f5ec;
    border-color: #e4f5ec;
}

.sbs-flat .speech-balloon::before, .sbs-flat .speech-balloon::after {
    border-right-color: #e4f5ec;
}

/* 吹き出しアイコンにモーションをつける */
.speech-icon{
    animation:fuwa ease 1.5s infinite alternate;
}
@keyframes fuwa{
    0%     { transform: scale(1); opacity: 1;}
    90%     { transform: scale(1); opacity: 1;}
    95%     { transform: scale(0.95); opacity: 1;}
    100% { transform: scale(1); opacity: 1;}
}

/* nanacoro start 内部ブログカードカスタマイズ */
.internal-blogcard{
padding-bottom:0.5%;
}
.internal-blogcard-footer {
  padding:0;
}
.internal-blogcard-site{
  display:none;
}
.internal-blogcard-date::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size:12px;
  content: "\f1da";
  padding-right: 2px;
}
.internal-blogcard-date{
  font-size:12px;
}
a.internal-blogcard-wrap:hover img.blogcard-thumb-image{
  transform: scale(1.05, 1.05);
  transition: .35s;
}
.internal-blogcard::after{
	content: '続きを読む \00bb'; /* 内部リンク右下枠の文言 */
	position: absolute;
	bottom: .3rem;
	right: 8.8em;
	font-size: 70%;
	background-color: #82cd82; /* 内部リンク右下枠の背景色 */
	padding: 0.4em;
	font-weight: normal;
	color: #454545; /* 内部リンク右下枠の文字色 */
	border-radius: 3px;
}

/* nanacoro start コメント欄のカスタマイズ */
.comment-title::before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size:24px;
  content: "\f086";
}
.comment-notes {
  display:none;
}
.comment-form-comment label:after {
  font-size: 14px;
  content: "（必須）";
}
.comment-form-author label{
  font-size:0;
}
.comment-form-author label:after {
  font-size: 14px;
  content: "お名前（省略可）";
}
.comment-form-email label:after {
  font-size: 14px;
  content: "（省略可）";
}
.comment-form-url label:after {
  font-size: 14px;
  content: "（省略可）";
}

/* ------------------------------------- */
/* kattene カスタマイズ */
/* ------------------------------------- */
.kattene .fa-external-link-alt::before {
  content: "" !important;
}

.kattene .kattene__btn{
  border-radius: 10px !important;
}

/* ------------------------------------- */
/* かんたんリンク カスタマイズ */
/* ------------------------------------- */
/* --------- 外枠 --------- */
div.easyLink-box {
border:double #CCC !important; /* ２重線 */
box-shadow: 2px 3px 9px -5px rgba(0,0,0,.25);
}

/* --- 商品リンク タイトル --- */
p.easyLink-info-name a {
color: #3296d2 !important; /* 文字色 */
}

/* --- マウスオーバー時のボタン色 --- */
a:hover.easyLink-info-btn-amazon {
opacity: 1 !important; /* 透明度(1.0=不透明 0.0=完全透明) */
background: #fff !important; /* 背景色 */
color: #f6a306 !important; /* 文字色 */
}

a:hover.easyLink-info-btn-rakuten {
opacity: 1 !important; /* 透明度(1.0=不透明 0.0=完全透明) */
background: #fff !important; /* 背景色 */
color: #cf4944 !important; /* 文字色 */
}

a:hover.easyLink-info-btn-yahoo {
opacity: 1 !important; /* 透明度(1.0=不透明 0.0=完全透明) */
background: #fff !important; /* 背景色 */
color: #51a7e8 !important; /* 文字色 */
}

/* --- 最後のボタン下の空白を削除 --- */
div.easyLink-box div.easyLink-info p.easyLink-info-btn a:last-child {
margin-bottom: 0 !important;
}

/* --- PC以外の時の設定 --- */
@media screen and (max-width: 703px) {
div.easyLink-box div.easyLink-img,
div.easyLink-box div.easyLink-img p.easyLink-img-box img.easyLink-img-pht {
max-height: 180px !important; /* 商品画像の大きさを調整 */
}
}
/* ボタンサイズ、配置 */
div.easyLink-box div.easyLink-info p.easyLink-info-btn a{
padding: 2px 2px !important;
margin: 3px !important;
width: 100% !important;
display: inline-block !important;
font-weight:bold !important;
font-size: 80% !important;
text-align:center !important;
border-radius: 20px !important;
line-height: 2.5 !important;
}
/* --------- ボタン色 --------- */
a.easyLink-info-btn-amazon {
background: #ffb442 !important; /* 背景色 */
border: 2px solid #ffb442 !important; /* 外枠 */
box-shadow: 0px 3px 7px 0px rgba(0,0,0,.25); /* 影 */
}

a.easyLink-info-btn-rakuten {
background: #f76d65 !important; /* 背景色 */
border: 2px solid #f76d65 !important; /* 外枠 */
box-shadow: 0px 3px 7px 0px rgba(0,0,0,.25); /* 影 */
}

a.easyLink-info-btn-yahoo {
background: #34a3c2 !important; /* 背景色 */
border: 2px solid #34a3c2 !important; /* 外枠 */
box-shadow: 0px 3px 7px 0px rgba(0,0,0,.25); /* 影 */
}

/* ------------------------------------- */
/* アプリーチ */
/* ------------------------------------- */
/* アプリーチ start */
.appreach{
  text-align: left;
  padding: 25px;
  margin:20px;
  border-radius:2px;
  overflow: hidden;
  box-shadow:0px 2px 5px 1px #e5e5e5;
}
.appreach:after {
  content: "";
  display: block;
  clear: both;
}
.appreach img,
.appreach p {
  margin: 0;
  padding:0;
}
.appreach a:after {
  display: none;
}
.appreach__icon {
  float: left;
  border-radius: 10%;
  overflow: hidden;
  margin: 0 3% 0 0 !important;
  width: 25% !important;
  height: auto !important;
  max-width: 120px !important;
}
.appreach__detail {
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  width: 72%;
  max-width: 72%;
}
.appreach__detail:after {
  content: "";
  display: block;
  clear: both;
}
p.appreach__name {
  font-size: 16px;
  color:#555;
  padding-bottom:10px;
  font-weight:bold;
  line-height: 1.5em !important;
  max-height: 3em;
  overflow: hidden;
}
.appreach__info {
  font-size: 12px !important;
  color:#888;
}
.appreach__info a{
  color:#aaa;
}
.appreach__developper, .appreach__price {
  margin-right: 0.5em;
}
.appreach__posted a {
  margin-left: 0.5em;
}
.appreach__links {
  float: left;
  height: 40px;
  margin-top: 15px;
  white-space: nowrap;
}
.appreach__aslink img {
  margin-right: 10px;
  height: 40px;
  width: 135px;
}
.appreach__gplink img {
  height: 40px;
  width: 134.5px;
}
/* add start */
.appreach img {
  border:0px !important;
}
/* add end */
@media only screen and (max-width: 786px){
.appreach{
  margin:20px 0;}
.appreach__info {
  font-size: 11px !important;}
p.appreach__name {
  font-size: 15px;}
}

/* アプリーチ end */

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/

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

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

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	.navi-footer-in > .menu-footer li.menu-item {
		width: 40%;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
/*.main {
  padding: 0px 10px !important;
}*/
}
