@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以下*/
/*834px以下*/
/*480px以下*/
@media screen and (max-width: 767px) {
	.onlymb {
		display: block;
	}
	.onlypc {
		display: none!important;
	}
}

@media screen and (min-width: 768px) {
	.onlymb {
		display: none;
	}
	.onlypc {
		display: block;
	}
}

/*モバイルメニューの×アイコンを移動*/
.menu-close-button {
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 30px;
	text-align: right;
	font-size: 1.3em;
}
/*モバイルメニューを開いた時の記事色を変えない*/
	#navi-menu-input:checked ~ #navi-menu-close,
	#sidebar-menu-input:checked ~ #sidebar-menu-close,
	#search-menu-input:checked ~ #search-menu-close,
	#share-menu-input:checked ~ #share-menu-close,
	#follow-menu-input:checked ~ #follow-menu-close {
	opacity: 0;
}
/*モバイルメニュー背景色*/
.navi-menu-content {
	background-color:rgba(255,255,255,0.95);
}
.menu-drawer a {
	font-size: 0.9rem;
	font-weight: bold;
	color: #000080;
	line-height: 1.8rem;
	border-bottom: dotted 1px #808080;
}

.main {
	margin-top: 0!important;
	padding-top: 0!important;
}

.border_dotted {
	border: 2px dotted #000;
}

.info_width {
	width: 96%;
	margin: auto;
}
@media screen and (min-width: 768px) {
	.info_width {
		width: 64%;
		padding: 24px 32px!important;
	}
}

/* Full画面幅 */
.full_width {
	margin: 0 calc(50% - 50vw);
	padding: 0 calc(50vw - 50%);
	padding-top: 10px; /* 不要なら削除または、任意の数値を設定してください */
	padding-bottom: 10px; /* 不要なら削除または、任意の数値を設定してください */
}

@media screen and (min-width: 768px) {
	.about_width {
		width: 72%;
		margin: auto;
	}
}


.program_h3_style {
	border-style: none!important;
}

.post-7 .date-tags, .author-name {
display: none;
}

.program_width {
	width: 96%;
	margin: auto;
}
@media screen and (min-width: 768px) {
	.program_width {
	width: 64%;
	}
}


.program_d_width {
	margin: auto!important;
}

.annai_none {
	background-color: transparent!important;
}

@media screen and (min-width: 768px) {
	.button_taiken_pc {
		width: 64%;
		margin: auto;
		padding: 24px 0;
	}
}

@media screen and (min-width: 768px) {
	.ninja_width {
		width: 56%;
	}
}


.toggle-button {
    background: #fff;
    text-align: left;
    font-weight: bold;
    box-shadow: 0 2px 6px 0px #ddd;
    border: none;
    padding: 1em;
}
.toggle-button::before,
.toggle-checkbox:checked~.toggle-button::before {
    content: '＋';
    color: #000080;
    font-size: 1em;
    margin-right: 1em;
}

.navi-menu-content {
  left: auto;
  right: 0;
  transform: translateX(105%);
}

/* 最新の投稿 */
ul.wp-block-latest-posts__list > li {
	display: flex;
	align-items: center;
}
ul.wp-block-latest-posts__list > li > a {
  order: 2;
}
ul.wp-block-latest-posts__list > li > time {
	order: 1;
	width: 7rem;
	margin-right: 0.4rem;
}