@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.3
*/

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

/*記事一覧のタイトル*/
.entry-card-title.card-title.e-card-title {
  color: #555;
  font-weight: bolder;
  padding-top: 3px;
  padding-right: 13px;
  padding-bottom: 25px;
  padding-left: 13px;
  margin: 0px;
  font-size: 1px;
  opacity: 0;
  position: absolute;
  bottom: 61px;
  left: 10px;
}

/*記事一覧の日付*/
.entry-date{
  border-top: 0px;
  padding-top: 2px;
  padding-right: 13px;
  padding-bottom: 0px;
  padding-left: 13px;
color: #b7b7b7;
  font-weight: bolder;
  top: 16px;
/*  position: absolute;*/
  left: -132px;
}
.entry-card-meta.card-meta.e-card-meta {
display:none;
}

.entry-date.date.published{
color: #b7b7b7;
}

/*記事一覧ボックス背景*/
.entry-card-wrap.a-wrap.border-element.cf {
 background: transparent;
border-radius: 20px;
height: 100%;
}
/*余白部分*/
ect-vertical-card .entry-card-wrap .entry-card-content {
  margin: 0px;
}
.entry-card-content.card-content.e-card-content {
  height: 0;
}
.entry-card-info.e-card-info {
  top: 10px;
  position: absolute;
}
.entry-card-meta.card-meta.e-card-meta {
  top: 36px;
  position: absolute;
}
/*サムネイル*/
.card-thumb img {
  object-fit: cover;
  border-radius: 20px;
}
.ect-vertical-card .entry-card-wrap .entry-card-thumb {
  margin: 0;
}
.ect-vertical-card .entry-card-wrap {
max-width: none;
margin-bottom:0;
}
.ect-vertical-card .entry-card-wrap .entry-card {
  display: flex;
  flex-direction: unset;
}

/*ヘッダー下　凰鈴*/
.h-orin-img.alignleft {
  position: absolute;
  top: -35px;
  width: 126px;
  float: left;
  left: 1px;
}
/*ヘッダー下　はねずん*/
.h-hanezu-img.alignright {
  position: relative;
  top: -34px;
  width: 126px;
  right: -46px;
margin: 3px;
}

/*初見さんへウェルカムメッセ*/
#text-17{
margin-top:10px;
  background-color:white;
border-top-left-radius:15px;
border-top-right-radius:15px;
/*border-top:solid 2px #ffddbc;
border-left:solid 2px #ffddbc;
border-right:solid 2px #ffddbc;*/
	top: 20px;
    position: relative;
padding: 50px;
padding-bottom: 70px;
line-height: 31px;
background-image:  radial-gradient( white 50%, #ffd6e6 90% );
font-weight: bold;
color: #949494;
border-radius: 15px;
margin-bottom: 56px;
margin-left: 5px;
  margin-right: 5px;
}

/*描写による制限について*/
#text-18 > div:nth-child(1) {
  background-color: white;
  border-left: solid 2px #ffd6e6;
  border-right: solid 2px #ffd6e6;
  padding: 10px;
  background-image: repeating-linear-gradient(-45deg,#ffc, #ffc 7px,#efefef 0, #efefef 14px);
  border: solid 2px #333;
  border-radius: 15px;
  margin-bottom: 44px;
  margin-left: 5px;
  margin-right: 5px;
}

/*記事一覧　次のページ*/
a.pagination-next-link.key-btn {
border-radius:50px;
border: solid 2px #92beff;
color: #92beff;
}
/*記事一覧　見てるページの数字ボタン*/
span.page-numbers.current {
    border-radius: 50px;
    background-color: #92beff;
    color: #fff;
	border:none;
}
a.page-numbers {
    border-radius: 50px;
    color: #92beff;
	border:solid 2px #92beff;
	background: #ffffff;
}
span.page-numbers.dots {
    border-radius: 50px;
    color: #92beff;
	border:solid 2px #92beff;
	background: #ffffff;
}

/*記事一覧下　次のページボタン*/
a.pagination-next-link.key-btn {
  border-radius: 50px;
  border: solid 2px #92beff;
  color: #92beff;
  background-color: #fff;
}

/*サイト内検索のボタン*/
button.search-submit {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 3px 3px 0;
  color: #fff;
  background-color: #d8f0ff;
  width: 50px;
  height: 100%;
  top: 0;
  right: 0;
}

/*サイト内　検索フォーム*/
button.search-submit {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 3px 3px 0;
  color: #fff;
  background-color: #d8f0ff;
  width: 50px;
  height: 100%;
  top: 0;
  right: 0;
  border-radius: 30px;
}
#search-menu-content .search-edit {
  font-size: 16px;
  border-radius: 30px;
}

.sidebar h2, .sidebar h3 {
    color: #fff;
	background-color: #92beff;
	border-radius: 10px;
}

/*記事本文上のアイコン*/
.breadcrumb {
    color: #8ed5ff;
}
/*記事本文上のテキスト*/
.breadcrumb a {
    color: #8ed5ff;
}


/*記事本文下のカテゴリーボタン*/
.cat-link {
    border-radius: 5px;
    background-color: #8ed5ff;
}
/*記事本文下のタグボタン*/
.tag-link, .comment-reply-link {
    color: #8ed5ff;
    text-decoration: none;
    display: inline-block;
    margin-right: 5px;
    padding: 1px 5px;
    font-size: 12px;
    border: 1px solid #8ed5ff;
    border-radius: var(--cocoon-badge-border-radius);
    word-break: break-all;
}

.tagcloud a {
  border: 1px solid #94cdff;
  border-radius: 20px;
  color: var(--cocoon-text-color);
  padding: 3px 8px;
  text-decoration: none;
  font-size: 12px;
  margin: 2px;
  flex: 1 1 auto;
  display: flex;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}

/*ー－－－－画面下の自作ボタンー－－－－－*/
.menu-button .fa-home:before {
	background-image: url(https://illust.shirouzuaomaru.com/wp-content/uploads/2025/03/687_20250306191247.png
);
	background-position: center -2px;
	background-size: cover;
	content: '';
	display: block;
	height: 55px; /*アイコンの高さを指定*/
	width: 40px; /*アイコンの横幅を指定*/
}
.menu-button .fa-search:before {
	background-image: url(https://illust.shirouzuaomaru.com/wp-content/uploads/2025/03/687_20250306191304.png);
	background-position: center -2px;
	background-size: cover;
	content: '';
	display: block;
	padding: 5px 0;
	margin-top: 3px;
	height: 57px; /*アイコンの高さを指定*/
	width: 40px; /*アイコンの横幅を指定*/
}
.menu-button .fa-arrow-up:before {
	background-image: url(https://illust.shirouzuaomaru.com/wp-content/uploads/2025/03/687_20250306191316.png);
	background-position: center -2px;
	background-size: cover;
	content: '';
	display: block;
	padding: 5px 0;
	margin-top: 3px;
	height: 57px; /*アイコンの高さを指定*/
	width: 40px; /*アイコンの横幅を指定*/
}
.menu-button .fa-outdent:before {
	background-image: url(https://illust.shirouzuaomaru.com/wp-content/uploads/2025/03/687_20250306192024.png);
	background-position: center -2px;
	background-size: cover;
	content: '';
	display: block;
	height: 57px; /*アイコンの高さを指定*/
	width: 40px; /*アイコンの横幅を指定*/
}

/***　フッターモバイルボタン部分　***/
/*サイドバーボタン*/
label#sidebar-menu-open {
    color: transparent;
}
/*検索ボタン*/
label#search-menu-open {
    color: transparent;
}
/*トップに戻るボタン*/
span.top-menu-icon.menu-icon {
    color: transparent;
}
/*ホームボタン*/
.mobile-menu-buttons .menu-button > a {
  z-index:2;
  display: block;
  color: transparent;
  text-decoration: none;
}
/*背景*/
.mobile-footer-menu-buttons.mobile-menu-buttons {
  background-image: url("https://illust.shirouzuaomaru.com/wp-content/uploads/2025/03/7_202503070815.png");
}

/*サイドバー　分類別タグ*/
.tag-cloud-link {
display: flex;
flex-wrap: wrap;
border: 1px solid #94cdff;
border-radius: 5px;
padding: 3px;
margin: 2px;
text-decoration: none;
}

/*フッター　コピーライト*/
.footer-bottom-content {
  margin-bottom: 23px;
  padding-bottom: 10px;
}

/*ランキング順位表示*/
ul.wpp-list li {
    border-bottom: 1px dashed #77776E;
    position: relative;
    list-style: none;
}
.wpp-list {
  padding-left: 0px;
}
/*記事タイトル*/
ul.wpp-list li a.wpp-post-title {
    display: block;
    text-decoration: none;
    font-size: 15px;
    color: #333;
    margin: 10px 10px 10px 0px;
}
ul.wpp-list li a.wpp-post-title:hover {
    color: #3fa3ff;
}
/*アイキャッチ*/
ul.wpp-list li img {
    margin: 10px;
	border-radius: 10px;
}
/*ランキングカウンター*/
ul.wpp-list li:before {    
content: counter(wpp-count);    
display: block;    
position: absolute;    
font-size: 13px;    
font-weight: bold;    
color: #fff;    
background-color: #555;    
padding: 3px 10px;    
border-radius:25%;    
z-index: 1;
}
/*カウント数*/
ul.wpp-list li {
    counter-increment: wpp-count;

}


/*ランキング1〜3の色変更*/
ul.wpp-list li:nth-child(1):before{
content: url('https://illust.shirouzuaomaru.com/wp-content/uploads/2024/12/9639fd79bbfddb7b7e7a827179e8980a.png');
display: block;   
position:absolute;
scale: 0.25; 
top: -53px;  
left: -63px;
z-index: 1;
background:none;
}
ul.wpp-list li:nth-child(2):before{
content: url('https://illust.shirouzuaomaru.com/wp-content/uploads/2024/12/851b5760962307f3f60237c06c3d2077.png');
position:absolute;
scale: 0.25;  
top: -53px;  
left: -63px;
background:none;
}
ul.wpp-list li:nth-child(3):before{
content: url('https://illust.shirouzuaomaru.com/wp-content/uploads/2024/12/0b4c324d3e2d69aca97eab24ff59888e.png');
position:absolute;
scale: 0.25;  
top: -53px;  
left: -63px;
background:none;
}


/***　いいねランキング　***/
ul.most_liked_post.wp_ulike_style_simple li {
padding-top:12px;
padding-bottom:12px;
position:relative;
}
.most_liked_post.wp_ulike_style_simple {
  padding-left: 50px;
}
/*記事タイトル*/
.most_liked_post > li> a{
text-decoration:none;
}
.most_liked_post > li {
border-bottom:dashed 1px #989891;
}
/*タイトル横の点を非表示*/
ul.most_liked_post.wp_ulike_style_simple li::marker {
  color: transparent;
}
/*アイコン 1～3*/
ul.most_liked_post.wp_ulike_style_simple li:nth-child(1):before {
content: url('https://illust.shirouzuaomaru.com/wp-content/uploads/2025/03/8_20250308113617.png');
display: block;   
position:absolute;
scale: 0.25;
left: -125px;
top: -83px;
}
ul.most_liked_post.wp_ulike_style_simple li:nth-child(2):before {
content: url('https://illust.shirouzuaomaru.com/wp-content/uploads/2025/03/8_20250308113647.png');
display: block;   
position:absolute;
scale: 0.25;
left: -125px;
top: -79px;
}
ul.most_liked_post.wp_ulike_style_simple li:nth-child(3):before {
content: url('https://illust.shirouzuaomaru.com/wp-content/uploads/2025/03/無題8_20250308113704.png');
display: block;   
position:absolute;
scale: 0.25;
left: -125px;
top: -76px;
}
/*4～10*/
ul.most_liked_post.wp_ulike_style_simple li:nth-child(4):before {
content: url('https://illust.shirouzuaomaru.com/wp-content/uploads/2025/03/9_20250308131914.png');
display: block;   
position:absolute;
scale: 0.25;
left: -125px;
top: -80px;
}
ul.most_liked_post.wp_ulike_style_simple li:nth-child(5):before {
content: url('https://illust.shirouzuaomaru.com/wp-content/uploads/2025/03/9_20250308131926.png');
display: block;   
position:absolute;
scale: 0.25;
left: -125px;
top: -80px;
}
ul.most_liked_post.wp_ulike_style_simple li:nth-child(6):before {
content: url('https://illust.shirouzuaomaru.com/wp-content/uploads/2025/03/9_20250308131956.png');
display: block;   
position:absolute;
scale: 0.25;
left: -125px;
top: -80px;
}
ul.most_liked_post.wp_ulike_style_simple li:nth-child(7):before {
content: url('https://illust.shirouzuaomaru.com/wp-content/uploads/2025/03/9_20250308132006.png');
display: block;   
position:absolute;
scale: 0.25;
left: -125px;
top: -80px;
}
ul.most_liked_post.wp_ulike_style_simple li:nth-child(8):before {
content: url('https://illust.shirouzuaomaru.com/wp-content/uploads/2025/03/9_20250308132017.png');
display: block;   
position:absolute;
scale: 0.25;
left: -125px;
top: -80px;
}
ul.most_liked_post.wp_ulike_style_simple li:nth-child(9):before {
content: url('https://illust.shirouzuaomaru.com/wp-content/uploads/2025/03/9_20250308135806.png');
display: block;
position:absolute;
scale: 0.25;
left: -125px;
top: -80px;
}
ul.most_liked_post.wp_ulike_style_simple li:nth-child(10):before {
content: url('https://illust.shirouzuaomaru.com/wp-content/uploads/2025/03/9_20250308135826.png');
display: block;
position:absolute;
scale: 0.25;
left: -125px;
top: -80px;
}

.nusi-like-img.aligncenter.wp-image-2668.size-full {
  width: 70%;
  position: absolute;
  top: 260px;
  margin-right: 130px;
}

.webclapform_none {
display: none;
}
.webclapform_sent {
display: none;
}
.sent .webclapform_sent{
display: block;
}

#002 input[type=checkbox] {
display: inline-block;
}

/*記事下　いいね＆メッセージフォーム*/
.wpcf7-form > p:nth-child(2) {
  text-align: center;
}

.wpcf7-form.init {
  text-align: center;
}

.webclapform_plus > span:nth-child(1) > label:nth-child(1) > input:nth-child(1){
display: none;
}

/************************************
****　Web拍手(Contact Form 7)設定用
************************************/

.webclapform_sent {
	display: none;
}
.sent .webclapform_sent {
	display: block;
}
.webclapform_none {
	display: none;
}

#webclapform {
	text-align: center;
	display: block;
	max-width: 720px;
	margin: 0 auto 20px;
}
#webclapform p {
	margin: 0;
}
#webclapform input[type=submit] {
	width: fit-content;
	background-color: #fff;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 14px;
	color: #db5c73;
	box-shadow: 0px 0px 1px 1px #e3acae;
	border: 1px solid #db5c73;
//	border: 1px solid #999999;
	padding: 10px 15px;
	border-radius: 20px;
}
.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
  background-color: #db5c73;
  color: #fff;
  border: 1px solid #db5c73;
}
#webclapform input[type=checkbox] {
	display: none;
}
#webclapform input[type="text"], textarea {
	max-width: 100%;
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#webclapform dl {
	text-align: left;
	border-top: dotted 2px #ccc;
	margin-top: 0;
}
#webclapform dt {
	margin: 15px 0 5px;
	font-weight: bold;
	color: #752e3b;
}
#webclapform dt::before {
	content: '任意';
	color: #fff;
	margin-right: 10px;
	padding: 3px 8px;
	background: #ffcee0;
	border-radius: 5px;
	font-size: 0.8em;
	vertical-align: middle;
}
.webclapform_none {
	display: none;
}

.fav_icon {
	margin: auto 0 auto 5px;
	padding: 0px;
}

.fav_enc00 {
	width: fit-content;
//	background-color: #fff0f5;
		background-color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	margin: 0 auto 0;
//	color: #db5c73;
	box-shadow: none;
	border: 0px solid #db5c73;
//	border: 2px solid #999999;
	border-radius: 30px;
}

.fav_icon {
	margin: auto 0 auto 5px;
	padding: 0px;
}

.fav_like {
	margin: auto 0 auto 10px;
	padding: 5px 0;
}

#fav_point_pc {
	margin: auto 0px auto 15px;
  padding: 0px 10px;
  min-width: 30px;
  max-width: 100%;
  color: #555;
  font-size: 12px;
  background: #FFF;
  border: solid 2px #ccc;
  box-sizing: border-box;
	border-radius: 5px;
	position: relative;
	height: 27px;
}

/* 吹き出しのしっぽ：本体の背景色用 */
#fav_point_pc:before {
  content: "";
	position: absolute;
  top: 30%;
  left: 3px;
  transform: translateX(-100%);
	border: 5px solid transparent;
  border-right: 10px solid #fff;
  z-index: 2;
}

/* 吹き出しのしっぽ：枠線の色用 */
#fav_point_pc:after {
  content: "";
  position: absolute;
  top: 30%;
  left: 0px;
  transform: translateX(-100%);
	border: 5px solid transparent;
  border-right: 10px solid #ccc;
	z-index: 1;
}


#fav_point_mb {
	margin: auto 0px auto 15px;
  padding: 0px 10px;
  min-width: 30px;
  max-width: 100%;
  color: #555;
  font-size: 12px;
  background: #FFF;
  border: solid 2px #ccc;
  box-sizing: border-box;
	border-radius: 5px;
	position: relative;
}

/* 吹き出しのしっぽ：本体の背景色用 */
#fav_point_mb:before {
  content: "";
	position: absolute;
  top: 30%;
  left: 3px;
  transform: translateX(-100%);
	border: 5px solid transparent;
  border-right: 10px solid #fff;
  z-index: 2;
}

/* 吹き出しのしっぽ：枠線の色用 */
#fav_point_mb:after {
  content: "";
  position: absolute;
  top: 30%;
  left: 0px;
  transform: translateX(-100%);
	border: 5px solid transparent;
  border-right: 10px solid #ccc;
	z-index: 1;
}

/** ---------------------------------------- **/

#webclap_rp input[type=checkbox] {
	display: inline-block;
}

.webclap_rp input[type=checkbox]+.wpcf7-list-item-label {
	font-size: 14px;
}

.webclap_rp .wpcf7-list-item-label:hover {
	color: #db5c73;
}

.webclap_rp input[type=checkbox]+.wpcf7-list-item-label::before {
	font-weight: 900;
	display: inline-block;
	margin-right: 5px;
	color: #86bde4;
}
/*いいねボタン*/
.wpcf7-form-control.wpcf7-submit.has-spinner {
  width: fit-content;
  background-color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  color: #db5c73;
  box-shadow: 0px 0px 1px 1px #e3acae;
  border: 1px solid #db5c73;
  // border: 1px solid #999999;
  padding: 10px 15px;
  border-radius: 20px;
}


/** ---------------------------------------- **/

.webclapform_plus .wpcf7-list-item {
	margin: 5px 0;
}
.webclapform_plus input[type=checkbox]+.wpcf7-list-item-label {
	font-size: 18px;
}
.webclapform_plus .wpcf7-list-item-label:hover {
	color: #db5c73;
}
.webclapform_plus input[type=checkbox]+.wpcf7-list-item-label::before {
	content: '\f055';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display: inline-block;
	margin-right: 5px;
	color: #ffcee0;
	transition: all 0.2s;
	transform: rotate(0);
}
.webclapform_plus input[type=checkbox]:checked+.wpcf7-list-item-label::before {
	transition: all 0.2s;
	transform: rotate(45deg);
}
.webclapform_select .wpcf7-list-item {
	margin: 5px 10px 10px 0;
}
.webclapform_select .wpcf7-list-item-label {
	color: #999;
	background-color: #f3f4f7;
	border: 1px solid #c5c5c5;
	border-radius: 50px;
	padding: 5px 17px;
	font-weight: bold;
	font-size: 16px;
}
.webclapform_select .wpcf7-list-item-label:hover {
	background-color: #ffffff;
	border: 1px solid #db5c73;
	color: #db5c73;
}
.webclapform_select input[type=checkbox]:checked+.wpcf7-list-item-label {
	color: #ffffff;
	background: #db5c73;
	border: 1px solid #db5c73;
}
.webclapform_scroll {
	display: none;
}
.sent .webclapform_scroll a {
	color: #db5c73;
	display: block;
	text-align: center;
	margin: 0 auto;
	font-size: 20px;
	animation: yureru 3s infinite;
}
@keyframes yureru {
	0% {
		transform: translate(0px, 2px);
	}
	5% {
		transform: translate(0px, -2px);
	}
	10% {
		transform: translate(0px, 2px);
	}
	15% {
		transform: translate(0px, -2px);
	}
	20% {
		transform: translate(0px, 2px);
	}
	25% {
		transform: translate(0px, -2px);
	}
	30% {
		transform: translate(0px, 0px);
	}
}
.webclapform_sent {
	display: none;
}
.sent .webclapform_sent {
	display: block;
	margin: 0 auto 2em;
	text-align: center;
	max-width: 500px;
	background: #fff;
	padding: 20px 10px 5px;
	border: solid 1px #671313;
	color: #671313;
	border-radius: 10px;
}
.sent .webclapform_sent p {
	margin-bottom: 15px!important;
}
.sent .webclapform_sent section {
	max-width: 300px;
	margin: 0 auto;
}
.sent .webclapform_sent a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	position: relative;
	background: #db5c73;
	border: 1px solid #db5c73;
	box-sizing: border-box;
	padding: 0 25px 0 40px;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
	transition-duration: 0.3s;
	border-radius: 50px;
}
.sent .webclapform_sent a::before {
	content: '\f06b';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.sent .webclapform_sent a:hover {
	background: #fff;
	color: #db5c73;
}
#webclapform .wpcf7-response-output {
	max-width: 500px;
	margin: 0 auto;
	background: #fff;
	color: #671313;
	border: none;
	padding: 15px;
	text-align: center;
	font-weight: bold;
}

span.wpcf7-spinner {
  display: none;
}		

/*目次*/
.entry-content .toc a {
  display: block;
  color: #5a5a5a;
  border-bottom: dashed 1px silver;
  padding: 0.2em 0 0.2em 0;
}
.entry-content .toc {
  width: 70%;
  min-width: 250px;
  max-width: 370px;
  background-color: #e9f7ff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  border: none;
    border-top-width: medium;
    border-top-style: none;
    border-top-color: currentcolor;
  border-top: 5px solid #8ed5ff;
  border-radius: 10px;
}

/*見出し*/
.entry-content h2 {
  padding: 22px 20px 18px;
  background: #e9f7ff;
  border-left: solid 5px #8ed5ff;
  border-bottom: solid 3px #d7d7d7;
  font-size: 21px;
}
/*左の矢印アイコン*/
.entry-content .toc-list > li::before {
  font-family: FontAwesome;
  content: "\f138";
  position: absolute;
  top: 3px;
  left: -20px;
  color: #8ed5ff;
}
.entry-content .toc-title::before {
  font-family: FontAwesome;
  content: "\f0ca";
  background-color: #8ed5ff;
}

/*CTAウィジェット*/
.cta-box {
border: solid 1px #9d9d9d;
border-radius: 10px;
background-color: #fff;
color:#444;
}

/*CTAウィジェットのボタン*/
.btn-light-blue, .btn-wrap.btn-wrap-light-blue > a {
  background-color: #8ed5ff;
  border-radius: 50px;
}

/*ウィジェットのカテゴリー*/

.widget_categories > ul > li.cat-item {
border-bottom: dashed 1px #8ed5ff;
}

.widget_categories ul li a::before {
  font-family: FontAwesome;
  content: "\f07b";
  color: #8ed5ff;
  padding-right: 7px;
}

.widget_categories ul li a .post-count {
  display: inline-block;
  overflow: hidden;
  min-width: 25px;
  height: 25px;
  margin-left: 3px;
  border-radius: 25%;
  background:  #c2e9ff;
  color: #626262;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  line-height: 24px;
  border-radius: 7px;
}

/*いいねとメッセージ欄の調整*/
.fav_enc00 {
  display: grid;
}


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

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

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