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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.content{
	margin-top:0px;
}
.toc{
	border-radius:10px;
	border-top: solid 5px var(--cocoon-basic-border-color);
	border-bottom:0px;
	border-right:0px;
	border-left:0px;
	background:#f9f9f9;
	margin: 0px;
	width:100%;
}

.toc-title{
	font-size:1.6em;
	font-weight:600;
	color:#e85298
}
.toc-title::after{
	background:#cbcbcb;
	color:white;
	content: '開く';
	padding:0.2em 0.55em;
	border-radius:0.2em;
	font-weight:400;
}
.toc-checkbox:checked+.toc-title::after{
	content: '閉じる';
}
.toc-list > li > a{
	font-weight:600;
	color:#585858;
}
.toc-list > li > ol> li > a{
	font-weight:400;
	color:#585858;
}
.toc-list > li > ol> li > ol> li > a{
	font-weight:400;
	color:#585858;
}
.main{
	padding:16px;
}
.footer-left{
	display:none;
}
.footer-right{
	display:none;
}
.footer-title{
	display:none
}
.widget-footer-center{
	padding:0px;
	margin:0px !important;
}
.footer-widgets{
	justify-content:center;
}
.widget-footer-mobile{
	padding:0px;
	margin:0px !important;
}
.footer-center{
	padding:2px 0px 2px 0px;
}
.footer-bottom{
	margin-top:3px;
	padding:0px;
}
.source-org{
	padding:0px;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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