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

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

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

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

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

.is-style-information-box::before, .is-style-question-box::before, .is-style-alert-box::before, .is-style-memo-box::before, .is-style-comment-box::before, .is-style-ok-box::before, .is-style-ng-box::before, .is-style-good-box::before, .is-style-bad-box::before, .is-style-profile-box::before, .information-box::before, .question-box::before, .alert-box::before, .information::before, .question::before, .alert::before, .memo-box::before, .comment-box::before, .common-icon-box::before {
	top: 36px;
}

.article h2 {
    padding-bottom: .75rem !important;
	padding-left: 0 !important;
    margin: 4rem 0 1.2rem;
    font-size: 24px;
    border-bottom: 1px solid #d8d8db !important;
	background: #fff !important;
}

ul.side-page-toc li,
ul.side-page-toc {
	list-style: none !important;
	font-size: 14px;
}

ul.side-page-toc {
	padding-left: 0 !important;
}

ul.side-page-toc ul {
	padding-left: 20px !important;
}

.side-page-toc a {
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 18px;
	display: block;
	border-radius: 7px;
}

.side-page-toc a:hover {
	background: #f1f1f4;
}

.logo.logo-header,
#header {
	background: #1967c0 !important;
}

.logo-text {
	padding: 15px 0 20px;
	text-align: left;
}

.site-name-text {
	color: #fff;
	font-size: 20px;
}

.tagline {
	margin: 0 !important;
}

.author-info {
	display: none;
}

.main {
    width: 940px;
}

.sidebar {
    width: 290px;
}

.side-page-toc ul {
    display: none;
/*     margin-left: 20px; /* 子リストのインデント */ */
}

.side-page-toc ul {
    display: none; /* デフォルト非表示 */
}

.side-page-toc li.open > ul {
    display: block; /* 開いた状態 */
}

.side-page-toc li.has-children > a .fa {
    transition: transform 0.3s ease;
	font-size: 11px;
}

.side-page-toc li.open > a .fa {
    transform: rotate(90deg); /* 矢印を回転 */
}

.side-page-toc a.current-page {
    font-weight: bold; /* 太字 */
}

.site-name-text-link {
	padding-left: 38px;
}
