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

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

.toc-content ul,
.toc-content ol {
	margin-top:0 !important;
	padding-left:0 !important;
	line-height:2.0;
	list-style: none;
}
.toc-content ul li,
.toc-content ol li {
	font-weight:bold;
	margin-bottom:1em;
}

.toc-content ul li li,
.toc-content ol li li {
	font-weight:normal;
	padding-left:0.8em;
	margin-bottom:0;
}

.article h1 {
	
}

.page-id-856 .article h2 {
	background: none;
	text-align: center;
    padding-bottom: 20px;
    border-bottom: 6px dotted #333333; 
    margin-bottom: 40px; 
}

.page-id-856 .article h3 {
	background: none;
    margin-top: 30px;        /* 上の余白 */
    margin-bottom: 8px;  
}


.page-id-856 .article h3 + p {
	background: none;
	color: #f39c12;
	font-weight: bold;
    margin-bottom: 15px;
}


.article h4 {
	
}

/************************************
** SNS
************************************/
.sns-share-buttons a.twitter-button,
.sns-follow-buttons a.twitter-button,
.sidebar .sns-follow-buttons a.twitter-button,
.footer .sns-follow-buttons a.twitter-button {
	background-color: #000;
}

.sns-share-buttons a.facebook-button,
.sns-follow-buttons a.facebook-button,
.sidebar .sns-follow-buttons a.facebook-button,
.footer .sns-follow-buttons a.facebook-button {
	background-color: #1877F2;
}

.sns-share-buttons a.line-button,
.sns-follow-buttons a.line-button,
.sidebar .sns-follow-buttons a.line-button,
.footer .sns-follow-buttons a.line-button {
	background-color: #06C755;
}

.sns-share-buttons a.linkedin-button,
.sns-follow-buttons a.linkedin-button,
.sidebar .sns-follow-buttons a.linkedin-button,
.footer .sns-follow-buttons a.linkedin-button {
	background-color: #0A66C2;
}

.sns-share-buttons a.copy-button,
.sns-follow-buttons a.copy-button,
.sidebar .sns-follow-buttons a.copy-button,
.footer .sns-follow-buttons a.copy-button {
	background-color: #000;
}

.sns-follow-buttons a.instagram-button {
	background-color: #E4405F;
}

.sns-follow-buttons a.youtube-button {
	background-color: #FF0000;
}

.sns-follow-buttons a.tiktok-button {
	background-color: #000000;
}

.sns-follow-buttons a.note-button {
	background-color: #41C9B4;
}


/************************************
** 記事一覧ページ
************************************/

.list .entry-card-title {
	font-weight: bold;
}




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

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

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


