@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
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/* Display Post plugin の拡張機能 pagination */
.no-thumbnail .widget-entry-card-pv {
	display: inline-block!important;
	position: absolute;
	background-color: #efefef;
	border-radius: 4px;
	font-size: .7em;
	padding: 3px;
	margin-top: 3px;
	right: 0;
	bottom: 0;
}
.widget-entry-card-title {
	font-size: 16px;
}
nav.display-posts-pagination {
	text-align: center;
}
nav.display-posts-pagination .screen-reader-text{
	font-weight: normal;
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	border-top-color: rgb(221, 221, 221);
	border-right-color: rgb(221, 221, 221);
	border-bottom-color: rgb(221, 221, 221);
	border-left-color: rgb(221, 221, 221);
	color: #333;
	display: block;
	font-size: 1rem;
	text-decoration: none;
	width: 100%;
	padding: 10px;
	display: block;
}
.display-posts-pagination a.prev:hover, .display-posts-pagination a.next:hover, .display-posts-pagination .current {
	background-color: #eee;
}
/* 共通 */

/* 投稿日・パン屑リスト・h1　*/
.page .date-tags, .page-id-52 #breadcrumb, body.home .article header {
	display: none;
}
h1, h2, h3, h4, h5, h6, h7 {
	/* font-weight: normal !important; */
}
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.display-posts-listing .listing-item {
	display: flex;
}
.listing-item a.title, .listing-item span.date {
	display: block;
}
.listing-item span.date {
	text-align: center;
	height: 26px;
	padding: 0 8px 3px;
	border-radius: 5px;
	margin-right: 10px;
	background-color: #efefef;
	order: 0;
}
.listing-item a.title {
	line-height: 1.4;
	text-decoration: none;
	order: 1;
}
ul.display-posts-listing {
	padding-left: 0;
}
.display-posts-listing li {
	border-top: dashed 1px;
	padding-top: 10px;
	margin: 10px 0 !important;
}
.display-posts-listing li:first-child {
	border-style: none;
}
/* ▼▼▼▼▼▼▼▼ サイドバー内 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.widget_recent_entries ul li {
	border-top: dashed 1px;
	margin-top: 10px;
	position: relative;
	line-height: 1.3;
}
.sidebar span.post-date{
	position: absolute;
	background-color: #efefef;
	border-radius: 4px;
	right: 0;
	bottom: 0;
}
/* ▼▼▼▼▼▼▼ 記事内 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
a:before {
	font-family: "Font Awesome 5 Free";
	font-size: 1.5rem;
	font-weight: 900;
	display: inline-block;
	margin-right: 8px;
	color: white;
}
a[href$="pdf"]:before {
	content: '\f1c1';
}
a[href$="xlsx"]:before, a[href$="xls"]:before {
	content: '\f1c3';
}
a[href$="docx"]:before, a[href$="doc"]:before {
	content: '\f1c2';
}
a[href$="pptx"]:before, a[href$="ppt"]:before {
	content: '\f1c4';
}
a[href$="jpg"]:before, a[href$="jpeg"]:before, a[href$="png"]:before, a[href$="gif"]:before,  {
	content: '\f1c5';
}
.single #content .entry-content a:not(.blogcard-wrap) {
	display: inline-block;
	min-width: 200px;
	font-weight: bold;
	background-color: #00a497;　/*青緑*/
	color: white;
	text-decoration: none;
	padding: 10px 20px;
	text-align: center;
	border: 2px solid;
	border-top-color: currentcolor;
	border-right-color: currentcolor;
	border-bottom-color: currentcolor;
	border-left-color: currentcolor;
	border-radius: 0;
	border-color: #00a497;
	transition: background-color 1s;
}
.single #content .entry-content a:not(.blogcard-wrap):link, .single #content .entry-content a:visited{
	color: white;
}
.single #content .entry-content a:hover {
	background-color: #fff !important;
	color: #00a497!important;
}
.single #content .entry-content a:hover:before {
	color: #00a497;
}
a.blogcard-wrap {
	margin-left: 0;
}
/* 付箋付きボックス -----------------------------------------------　*/
.bb-download .bb-label::after {
	content: "データのダウンロード手順" !important;
	font-weight: bold;
	padding: 6px 4px;
}
/* 輪郭線を 3px から変更 */
.blank-box {
	border: 1px solid;
	background: white;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
/* 輪郭線を 3px から変更 */
.blank-box.bb-tab .bb-label {
	left: -1px;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
	/*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
	/*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
	/*必要ならばここにコードを書く*/
}
