@charset "UTF-8";

/*!
Theme Name: Cocoon Child modified by PEG
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら / PEG inc.
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/*
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru&family=Zen+Antique+Soft&display=swap');
* {
	font-family: "Kiwi Maru", serif;
}
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');


/* メインエリアの上部スペース調整 */
.main {
	padding-top: 0px;
}

/* トップ広告エリア */
.top-ad-area {
	margin:0 auto 10px;
	width:100%;
	text-align:center;
}

/****************************************
 *  グローバルメニュー（区切り線、メニューアイコン）
 ****************************************/
#navi .navi-in > ul {
    position:relative;/*絶対値指定の親要素に必要*/
    background-color: #fff;
}
#navi .navi-in > ul > li {
	margin-bottom: 2px;
	flex-grow: 1;
	height: 50px;
	line-height: 50px;
}
#navi .navi-in a {
	/*font-size: 16px;*/
	/*font-weight: bold;*/
}

#navi .navi-in > ul > li:first-child:before {
    content:"";
    position:absolute;
    left:0;
	top:15%;
    background:#000;
    width:1px;
    height:70%;
}
#navi .navi-in > ul > li:after {
    content:"";
    position:absolute;
    right:0%;
    top:15%;
    background:#000;
    width:1px;
    height:70%;
}

#navi .navi-in > ul > li:last-child:after {
}

.navi-in > ul > .menu-item-has-children > a::after{
    right: 10px;
}


#navi .navi-in > ul {
	background-color: unset!important;
}
#navi .navi-in>ul>li>a {
	padding: 0 0;
	font-size: 1.2em;
}

/* グローバルメニューのアイコン画像 */
#navi .navi-new-post .item-label,
#navi .navi-power-up .item-label,
#navi #menu-item-4817 .item-label,
#navi .navi-event .item-label,
#navi .navi-archive .item-label {
	position: relative;
	font-weight: normal;
	padding-left: 14px;
}


#navi .navi-new-post .item-label::before,
#navi .navi-power-up .item-label::before,
#navi #menu-item-4817 .item-label::before,
#navi .navi-event .item-label::before,
#navi .navi-archive .item-label::before {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	left: 32px;
	width: 32px;
	height: 32px;
  /* background-color: red; */
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

/* 新刊情報 */
#navi .navi-new-post .item-label::before {
    background-image: url('/wp-content/themes/cocoon-child-master/images/G1.png');
}

/* 楽譜＆動画  */
#navi .navi-power-up .item-label::before {
    background-image: url('/wp-content/uploads/2025/10/G2.png');
		width: 28px;
    height: 28px;
}

/* ONTOMO MOOK */
#navi #menu-item-4817 .item-label::before {
    background-image: url('/wp-content/themes/cocoon-child-master/images/G3.png');
}

/* 公開講座・イベント */
#navi .navi-event .item-label::before {
    background-image: url('/wp-content/themes/cocoon-child-master/images/G4.png');
}

/* 読みもの */
#navi .navi-archive .item-label::before {
    background-image: url('/wp-content/uploads/2025/10/G5.png');
}


/*************************************
/* トップロゴの横に検索窓その他を表示*
**************************************/

.header-in {
	display: flex;
	flex-direction: row;
	align-items:flex-end;
	justify-content:flex-end;
	gap: 10px;
    position: relative;
	padding: 10px 0;
	margin: 0px auto 10px;
}

.header-in .logo-header {
	position: absolute;
  left: 50%;
	top: 17px;
  transform: translateX(-50%);
	padding: 0;
  z-index: 1; /* ロゴを前面に表示するための調整 */
}

/* ロゴとメニュー/検索窓の重なりを解消するために左右に配置 */
.header-in .header-widgets {
    margin-left: auto; /* 検索窓とメニューを右端に揃える */
    display: flex;
    align-items: center;
    z-index: 2; /* ロゴより後ろに表示されるよう調整 */
}

/* 検索窓の表示調整 */
.header-in #search-3 {
	margin: 0;
	padding: 0;
}

.header-in .search-box {
	width: 120px;
	margin: 0;
}
.header-in .search-box input[type="text"] {
    padding: 10px 10px 10px 33px;
    font-size: 14px;
    background: #ffe8ed;
    border: 2px solid #444 /*#9fcde1*/;
    border-radius: 10px 10px 10px 10px ;

}
.header-in .search-submit {
    left: 3px;
	bottom: 5px;
    right: auto;
    color: #666;
}

/* 会員メニューの調整 */
.header-in #nav_menu-2 {
	margin: 0;
	padding: 5px 0;
	font-size: 0.8em;
}

.header-in .widget_nav_menu ul.menu {
    display: flex;
    position: relative;
}

.header-in #nav_menu-2 ul li {
	color: #000;
}

.header-in .widget_nav_menu ul li.menu-item-2667 > a,
.header-in .widget_nav_menu ul li.menu-item-3850 > a,
.header-in .widget_nav_menu ul li.menu-item-5221 > a {
	padding-bottom: 0;
	padding-top: 0;
	line-height: 1em;
	padding-left: 1.5em;
}

body.fms-session-type-0 .header-in .widget_nav_menu ul li.menu-item-3850,
body.fms-session-type-0 .header-in .widget_nav_menu ul li.menu-item-5221 {
	display: none;
}
body.fms-role-fms .header-in .widget_nav_menu ul li.menu-item-2667,
body.fms-role-fms .header-in .widget_nav_menu ul li.menu-item-5221,
body.fms-role-cf2024 .header-in .widget_nav_menu ul li.menu-item-5221 {
	display: none;
}
body.fms-role-standard .header-in .widget_nav_menu ul li.menu-item-2667,
body.fms-role-standard .header-in .widget_nav_menu ul li.menu-item-3850 {
	display: none;
}

body.fms-role-cf2024 .header-in .widget_nav_menu ul li.menu-item-3850 {
	display: block;
}
body.fms-role-cf2024 .header-in .widget_nav_menu ul li.menu-item-5218 > a {
	content: 'クラファン会員ログイン中';
}

.header-in .widget_nav_menu ul  li.menu-item-2667 > a::before {
	content: '\f007';
	font-weight: 400;
	font-size: 1.2rem;
}
.header-in .widget_nav_menu ul  li.menu-item-3850 > a::before,
.header-in .widget_nav_menu ul  li.menu-item-5221 > a::before {
	content: '\f007';
	font-size: 1.2rem;
}
.header-in .widget_nav_menu ul  li.menu-item-2667 > a:hover,
.header-in .widget_nav_menu ul  li.menu-item-2667 > a::before,
.header-in .widget_nav_menu ul  li.menu-item-3850 > a::before,
.header-in .widget_nav_menu ul  li.menu-item-5221 > a::before {
	transform: none!important;
	transition: unset!important;
}

.header-in .widget_nav_menu ul  li.menu-item-3850 > a {
	color: #006FD5;
}
.header-in .widget_nav_menu ul  li.menu-item-5221 > a {
	color: #DB333B;
}

/* ステージング環境用 */
/*
.header-in .widget_nav_menu ul li.menu-item-2667 > a,
.header-in .widget_nav_menu ul li.menu-item-4650 > a,
.header-in .widget_nav_menu ul li.menu-item-4651 > a {
	padding-bottom: 0;
	padding-top: 0;
	line-height: 1em;
}

body.fms-session-type-0 .header-in .widget_nav_menu ul li.menu-item-4650,
body.fms-session-type-0 .header-in .widget_nav_menu ul li.menu-item-4651 {
	display: none;
}
body.fms-role-fms .header-in .widget_nav_menu ul li.menu-item-2667,
body.fms-role-fms .header-in .widget_nav_menu ul li.menu-item-4651 {
	display: none;
}
body.fms-role-standard .header-in .widget_nav_menu ul li.menu-item-2667,
body.fms-role-standard .header-in .widget_nav_menu ul li.menu-item-4650 {
	display: none;
}
body.fms-role-cf2024 .header-in .widget_nav_menu ul li.menu-item-4651 > a {
	content: 'クラファン会員ログイン中';
}

.header-in .widget_nav_menu ul  li.menu-item-2667 > a::before {
	content: '\f007';
	font-weight: 400;
}
.header-in .widget_nav_menu ul  li.menu-item-4650 > a::before,
.header-in .widget_nav_menu ul  li.menu-item-4651 > a::before {
	content: '\f007';
}
.header-in .widget_nav_menu ul  li.menu-item-2667 > a:hover,
.header-in .widget_nav_menu ul  li.menu-item-4650 > a::before,
.header-in .widget_nav_menu ul  li.menu-item-4651 > a::before {
	transform: none!important;
	transition: unset!important;
}

.header-in .widget_nav_menu ul  li.menu-item-4650 > a {
	color: #006FD5;
}
.header-in .widget_nav_menu ul  li.menu-item-4651 > a {
	color: #DB333B;
}
*/

.header-in .widget_nav_menu ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    padding: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1); /* サブメニューに影を追加 */
    z-index: 1000;
    display: none; /* 初期状態で非表示 */
	white-space:nowrap;
}

.header-in .widget_nav_menu ul.menu li:hover > ul.sub-menu {
    display: block; /* ホバー時にサブメニューを表示 */
}

/*******************************************
 * モバイルフッターメニューの色指定や設定など
 *******************************************/
.mobile-header-menu-buttons.mobile-menu-buttons .menu-button {
	color: #000;
}
.mobile-footer-menu-buttons.mobile-menu-buttons .menu-button .menu-icon,
.mobile-footer-menu-buttons.mobile-menu-buttons .menu-button .menu-caption {
	position: relative;
	color: #000;
	margin: 3px 0 3px;
}
.mobile-footer-menu-buttons.mobile-menu-buttons .menu-button .menu-caption {
	margin-bottom: 10px;
}

.mobile-footer-menu-buttons.mobile-menu-buttons .menu-button .menu-icon .fa-bell::before,
.mobile-footer-menu-buttons.mobile-menu-buttons .menu-button .menu-icon .fa-smile::before,
.mobile-footer-menu-buttons.mobile-menu-buttons .menu-button .menu-icon .fa-star::before,
.mobile-footer-menu-buttons.mobile-menu-buttons .menu-button .menu-icon .fa-calendar-check::before,
.mobile-footer-menu-buttons.mobile-menu-buttons .menu-button .menu-icon .fa-save::before {
	content: "";
	display: inline-block;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
}
/* Font Awesome使うTOPへのサイズも調整しておく */
.mobile-footer-menu-buttons.mobile-menu-buttons .menu-button .top-menu-icon .fas.fa-angle-double-up::before {
	display: inline-block;
	height: 30px;
	transform: translateY(5px);
	margin-bottom: 1px;
}

.mobile-footer-menu-buttons.mobile-menu-buttons .menu-button .menu-icon .fa-bell::before {
	background-image: url('/wp-content/themes/cocoon-child-master/images/G1.png');
}
.mobile-footer-menu-buttons.mobile-menu-buttons .menu-button .menu-icon .fa-smile::before {
	background-image: url('/wp-content/uploads/2025/10/G2.png');
	margin-bottom: 6px;
	width: 26px;
	height: 26px;
}
.mobile-footer-menu-buttons.mobile-menu-buttons .menu-button .menu-icon .fa-star::before {
	background-image: url('/wp-content/themes/cocoon-child-master/images/G3.png');
}
.mobile-footer-menu-buttons.mobile-menu-buttons .menu-button .menu-icon .fa-calendar-check::before {
	background-image: url('/wp-content/themes/cocoon-child-master/images/G4.png');
}
.mobile-footer-menu-buttons.mobile-menu-buttons .menu-button .menu-icon .fa-save::before {
	background-image: url('/wp-content/uploads/2025/10/G5.png');
}

/******************************************
 * 全体の見出しスタイル設定(教育音楽用)順次追加
 ******************************************/
/* グローバルメニューの各ページタイトル画像の設定 */

main:has(> .event-information-archive-title) {
	position: relative;
}
/*
h1.archive-title.tag-title-newtopics,
h1.archive-title.cat-title-coaching,
h1.archive-title.cat-title-report,
h1.archive-title.event-information-archive-title,
h1.archive-title.cat-title-magazine-archive {
	padding-top: 150px;
}
h1.archive-title.tag-title-newtopics::before,
h1.archive-title.cat-title-coaching::before,
h1.archive-title.cat-title-report::before,
h1.archive-title.event-information-archive-title::before,
h1.archive-title.cat-title-magazine-archive::before {
	content: '';
	display: block;
	position: absolute;
	top: 20px;
	left: 0;
	//background-image: url('/wp-content/uploads/2024/12/event_title-1.png');
	background-position: left top;
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 200px;
}
h1.archive-title.tag-title-newtopics::before {
	background-image: url('/wp-content/uploads/2024/12/new_title.png');
}
h1.archive-title.cat-title-coaching::before {
	background-image: url('/wp-content/uploads/2024/12/techup_titlev2.png');
}
h1.archive-title.cat-title-report::before {
	background-image: url('/wp-content/uploads/2024/12/report_title.png');
}
h1.archive-title.event-information-archive-title::before {
	background-image: url('/wp-content/uploads/2024/12/event_title-1.png');
}
h1.archive-title.cat-title-magazine-archive::before {
	background-image: url('/wp-content/uploads/2024/12/archive_title.png');
}
*/

/* メニュータイトルがなくなったので、イベント情報のタイトル前にアイコン追加 */
h1.event-information-archive-title::before {
	font-family: 'Font Awesome 5 Free';
	content: '\f07c';
	color: #ffe951;
}

/* 表示するデータがない場合の表示 */
.posts-not-found {
	/* //position: absolute; */
	background-image: url('/wp-content/themes/cocoon-child-master/images/justamoment.png');
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 900px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

/* 見出しタグの装飾修正 */
.article h2 {
	border-width: 0 0 1px 10px;
	border-color: #ffe951;
}

.article h2 span::after {
	width: 0;
	height: 0;
}

/* カテゴリラベルのアイコン表示 */
/* 共通 */
div:has(> .cat-label.cat-label-199), div:has(> .cat-link.cat-link-199),
div:has(> .cat-label.cat-label-195), div:has(> .cat-link.cat-link-195),
div:has(> .cat-label.cat-label-194), div:has(> .cat-link.cat-link-194),
div:has(> .cat-label.cat-label-251), div:has(> .cat-link.cat-link-s51),
div:has(> .cat-label.cat-label-220), div:has(> .cat-link.cat-link-220) {
	position: relative;
}
.cat-label.cat-label-199,
.cat-link.cat-link-199,
.cat-label.cat-label-195,
.cat-link.cat-link-195,
.cat-label.cat-label-194,
.cat-link.cat-link-194,
.cat-label.cat-label-251,
.cat-link.cat-link-251,
.cat-label.cat-label-220,
.cat-link.cat-link-220 {
	padding-left: 25px!important;
}
.cat-link.cat-link-251 {
	padding-left: 30px!important;
}
.cat-label.cat-label-199::before,
.cat-link.cat-link-199::before,
.cat-label.cat-label-195::before,
.cat-link.cat-link-195::before,
.cat-label.cat-label-194::before,
.cat-link.cat-link-194::before,
.cat-label.cat-label-251::before,
.cat-link.cat-link-251::before,
.cat-label.cat-label-220::before,
.cat-link.cat-link-220::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 4px;
	left: 1px;
	/* //background-image: url('/wp-content/uploads/2024/12/cat_iconB.png'); */
	background-position: left top;
	background-size: contain;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
}

.new-entry-card-content .cat-label.cat-label-199::before,
.new-entry-card-content .cat-link.cat-link-199::before,
.new-entry-card-content .cat-label.cat-label-195::before,
.new-entry-card-content .cat-link.cat-link-195::before,
.new-entry-card-content .cat-label.cat-label-194::before,
.new-entry-card-content .cat-link.cat-link-194::before,
.new-entry-card-content .cat-label.cat-label-251::before,
.new-entry-card-content .cat-link.cat-link-251::before,
.new-entry-card-content .cat-label.cat-label-220::before,
.new-entry-card-content .cat-link.cat-link-220::before {
	top: 1px;
}

.entry-categories .cat-label.cat-label-199::before,
.entry-categories .cat-link.cat-link-199::before,
.entry-categories .cat-label.cat-label-195::before,
.entry-categories .cat-link.cat-link-195::before,
.entry-categories .cat-label.cat-label-194::before,
.entry-categories .cat-link.cat-link-194::before,
.entry-categories .cat-label.cat-label-251::before,
.entry-categories .cat-link.cat-link-251::before,
.entry-categories .cat-label.cat-label-220::before,
.entry-categories .cat-link.cat-link-220::before {
	top: 0px;
}
.entry-categories .cat-label.cat-label-199 .cat-icon,
.entry-categories .cat-link.cat-link-199 .cat-icon,
.entry-categories .cat-label.cat-label-195 .cat-icon,
.entry-categories .cat-link.cat-link-195 .cat-icon,
.entry-categories .cat-label.cat-label-194 .cat-icon,
.entry-categories .cat-link.cat-link-194 .cat-icon,
.entry-categories .cat-label.cat-label-251 .cat-icon,
.entry-categories .cat-link.cat-link-251 .cat-icon,
.entry-categories .cat-label.cat-label-220 .cat-icon,
.entry-categories .cat-link.cat-link-220 .cat-icon {
	display: none;
}

.entry-categories .cat-link.cat-link-251::before {
	left: 22px;
	top: 6px;
}

.entry-categories .cat-link.cat-link-220::before {
	top: 4px;
}


/* 新刊情報 */
.cat-label.cat-label-199::before, .cat-link.cat-link-199::before {
	background-image: url('/wp-content/themes/cocoon-child-master/images/category_flag1.png');
}
/* 楽譜＆動画 */
.cat-label.cat-label-195::before, .cat-link.cat-link-195::before {
	background-image: url('/wp-content/themes/cocoon-child-master/images/category_flag2.png');
}
/* 公開講座・イベント */
/* .cat-label.cat-label-194::before, .cat-link.cat-link-194::before {
	background-image: url('/wp-content/themes/cocoon-child-master/images/category_flag5.png');
} */
/* ONTOMO MOOK */
.cat-label.cat-label-251::before, .cat-link.cat-link-251::before {
	background-image: url('/wp-content/themes/cocoon-child-master/images/category_flag3.png');
}
/* 読みもの */
.cat-label.cat-label-220::before, .cat-link.cat-link-220::before {
	background-image: url('/wp-content/uploads/2025/10/category_flag5.png');
	top: 7px;
}

/* 投稿詳細ページのカテゴリ前のフォルダアイコンを非表示にする */
.entry-categories > .cat-link.cat-label-199 > .cat-icon,
.entry-categories > .cat-link.cat-label-195 > .cat-icon,
.entry-categories > .cat-link.cat-label-194 > .cat-icon,
.entry-categories > .cat-link.cat-label-251 > .cat-icon,
.entry-categories > .cat-link.cat-label-220 > .cat-icon {
	display:none;
}

/* イベント情報種別のカテゴリ表示カラー */
.entry-categories > .cat-link.cat-link-262  {
    background-color: #ffae50;
}

/* カテゴリ別一覧のタイトル前のフォルダアイコンを変える */
.archive-title .fa-folder-open:before {

}

/* カテゴリ別一覧ページのタイトルアイコンを変更する */
/***********************
 * 後でやる
 ************************/
/*
 h1.archive-title.cat-title-197
*/


/* トップページnew_listの記事間隔調整 */
.new-entry-cards .new-entry-card-link {
	margin-bottom: 1.5em;
}

/* 新着記事、人気記事の調整 */
.new-entry-cards .new-entry-card-title,
.popular-entry-cards .popular-entry-card-title {
    font-size: 1em!important;
}

/* アイキャッチ画像をタイトルの上に表示させる*/
/*
.entry-header {
    display: flex;
    flex-direction: column;
}
.entry-header .eye-catch-wrap {
    order: -1;
}
*/

/* 固定ページの日付非表示（今のところトップのみ）*/
.page .date-tags {
}
.post-2387 .date-tags {
display: none;
}

/* ショートコード新着記事のカテゴリラベル表示*/
.new-entry-cards .cat-label ,
.new-entry-card-date {
  display: inline;
}

/* ショートコード新着記事のサムネイル表示 */
.new-entry-card .new-entry-card-thumb {
	margin-top:0px !important;
}

/* ショートコード新着記事の更新日非表示 */
.new-entry-card-date .post-update,
.widget-entry-card-date .post-update {
	display: none;
}

/* カテゴリラベル　表示調整*/
.cat-label, .cat-label-font {
	border-radius: 5px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	font-style: normal;
}

/*トップカテゴリラベル　位置調整*/
.category_right .cat-label ,
.new-entry-card-content .cat-label,
.popular-entry-card-content .cat-label{
	position: static !important;
	display:inline-block;
	margin-top: 0px;
	padding: 4px 10px;
	font-size: 13px;
	border: none;
}

/*関連記事カテゴリラベル　位置調整*/
.related-entry-card .cat-label {
	position: static !important;
	display: inline-block;
	margin-top: 3px;
	padding: 2px 10px;
	border: none;
}
.relatea_category_side{
	margin-bottom: -5px;
}
.related-entry-card-content .card-content .e-card-content {
	font-size: initial;
}

/* 記事一覧のカテゴリ・タイトル位置表示調整 */
.entry-card-wrap {
	position: relative;
}
.entry-card .entry-card-content {
	position: absolute;
	top: 0;
	margin-left: 260px;
}
.entry-card-title {
}

/* 記事の行間 */
.entry-content>*, .demo .entry-content p {
	line-height: 1.8em;
}

/************************************
** サイドバー関連
************************************/
/* サイドバー項目タイトル */
.sidebar h3 {
	padding: 0px 5px;
	background-color: #fff;
	border-width: 1px 0 0 0px;
	background: none;
	text-align: left;
	color:  #9c7650;
}

/* 関連サイトリンク */
aside#text-6 h3.widget-sidebar-title {
	background-image : url('/wp-content/uploads/2024/12/kanren_title_y.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	border: none;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	color: #fff;
}

/* 記事カテゴリ */
ul.peg-widget-category-list,
ul.peg-widget-review-genre-list {
	list-style:none;
	padding-left: 20px;
}
ul.peg-widget-category-list li a {
	display: block;
	margin: 10px 0px;
	padding: 3px 7px;
	background-color: rgba(187, 187, 187, 0.1);
	text-decoration: none;
	color: #664013;
	border-left: solid 4px #b29970;
}



/* メルマガ登録フォーム */
.widget_mailmagagine_form {
}

.widget_mailmagagine_form p {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	line-height: 1.6em;
	width: 100%;
	margin:0;
	padding:0;
}

.widget_mailmagagine_form label {
	width: 100%;
	font-size: 0.8em;
	color: #4f3323;
	font-weight: bold;
   text-align: left;
}

.widget_mailmagagine_form input[type="email"] {
	font-size: 0.6em;
	width: 75%;
	border: solid 1px #4f3323;
	padding: 2px;
}

.widget_mailmagagine_form input[type="submit"] {
	padding: 3px 5px;
	background-color: #66141b;
	font-size: 0.8em;
	color: #fff;
	font-weight: bold;
	border: solid 0 #66141b;
	border-radius: 0;
	cursor:pointer;
	width: auto;
}

.widget_mailmagagine_form button[type="submit"] :hover {
	border: solid 1px #66141b;
	cursor:pointer;
	opacity: 0.7;
}

/* under image message */
.sidebar_image_message {
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 130%;
}

/***********************************
 * フッターエリア：公式SNSボタン
 ***********************************/
#custom_html-2 {
	margin-bottom: 0;
}
.official-sns-buttons ul {
	padding-left: 0;
	list-style: none;
	display: flex;
	position:relative;
	justify-content: center;
	align-items: center;
}
.official-sns-buttons li {
	height: 100%;
	margin: 0 10px;
}
.official-sns-buttons .label {
	text-align: center;
	font-size: 14px;
}
.official-sns-buttons li a {
	display: block;
	border-radius: 10px;
	text-align: center;
}
.official-sns-buttons i {
	color: #fff;
	font-size: 30px;
	margin: 5px;
}
.official-sns-buttons a:hover i {
		color: #aaa;
}
.official-sns-buttons li.facebook a i {
	color: #2c77f2;
}
.official-sns-buttons li.facebook a:hover {
}
.official-sns-buttons li.tweet a {
}
.official-sns-buttons li.tweet a:hover {
}
.official-sns-buttons li.tweet svg {
	width: 30px;
	height: 30px;
	fill: #000;
	margin: 6px 0 0px;;
}
.official-sns-buttons li.tweet a:hover svg {
	fill: #111;
}

.official-sns-buttons li.youtube a i {
	color: #ea3224;
}

/************************************
** SNS ボタンをまとめて丸くする
************************************/

/*シェア・フォローボタンの枠組み*/
.sns-share.ss-top .sns-share-buttons,
.sns-share.ss-bottom .sns-share-buttons,
.sns-follow.sf-bottom .sns-follow-buttons,
.sns-follow.sf-widget .sns-follow-buttons {
	justify-content: right;
	flex-wrap: wrap; /*折り返す*/
}

/*シェア・フォローボタンのリンク*/
.sns-share.ss-top .sns-buttons a,
.sns-share.ss-bottom .sns-buttons a,
.sns-follow.sf-bottom .sns-buttons a,
.sns-follow.sf-widget .sns-buttons a {
	width: 40px; /*横幅*/
	height: 40px; /*高さ*/
	margin-right: 4px; /*右側の余白*/
	margin-left: 4px; /*左側の余白*/
	border-radius: 50%; /*丸み*/
}

/*プロフィールウィジェットのリンク*/
.sns-follow.sf-profile .sns-buttons a {
	border-radius: 50%; /*丸み*/
}

/*シェアボタンのアイコン*/
.sns-share.ss-top .sns-buttons a .social-icon,
.sns-share.ss-bottom .sns-buttons a .social-icon {
	font-size: 18px; /*アイコンの大きさ*/
}

/*フォローボタンのアイコン*/
.sns-follow.sf-bottom .sns-follow-buttons .follow-button,
.sns-follow.sf-widget .sns-follow-buttons .follow-button {
	font-size: 24px; /*アイコンの大きさ*/
}

/*シェアボタンのキャプション*/
.sns-share.ss-top .sns-buttons a .button-caption,
.sns-share.ss-bottom .sns-buttons a .button-caption {
	display: none; /*非表示*/
}

/*シェア・フォローボタンのシェア数*/
.sns-share.ss-top .sns-buttons a .share-count,
.sns-share.ss-bottom .sns-buttons a .share-count,
.sns-follow.sf-bottom .sns-buttons a .follow-count,
.sns-follow.sf-widget .sns-buttons a .follow-count {
	right: -2px; /*右側からの距離*/
	bottom: -2px; /*下側からの距離*/
	padding: 2px; /*内側の余白*/
	font-size: 10px; /*文字の大きさ*/
	border: solid 1px; /*線*/
	border-radius: 3px; /*丸み*/
	background-color: inherit; /*背景色*/
}

/*シェア数の表示が必要ないシェア・フォローボタン*/
.sns-share.ss-top .sns-buttons a .share-count:empty,
.sns-share.ss-bottom .sns-buttons a .share-count:empty,
.sns-follow.sf-bottom .sns-buttons a .follow-count:empty,
.sns-follow.sf-widget .sns-buttons a .follow-count:empty {
	padding: 0; /*内側の余白*/
	border: 0; /*線*/
}

/* フッターのSNSシェアボタン周りの調整 */
.article_footer .sns-share {
	display: flex;
	justify-content: flex-end;
	background-color: #fff;
}

.ss-bottom {
	background-color: #fff;
	padding: 0;
}

.sns-share-message {
	position: absolute;
	display: inline-block;
	top: 6px;
	right: 200px;
	text-align: right;
	background-color: #fff;
	color: #222;
	border: solid 0px #ff0000;
}


/**********************************************
** サブタイトル つけた場合のスタイル
***********************************************/
.sub-title-lead {
	font-size: 1.2em;
	font-weight: bold;
	color: #888888;
}


/*********************************************
 * トップページ関連
 *********************************************/

/* トップページのスライダーとの距離調整 */
.front-page-title-topics {
	margin-top: 100px;
}

.slider-toppage .flex-viewport {
	position:relative;
}

/* スライダー左側にバーを表示する */
/* 顧客希望により取り外し
.slider-toppage .flex-viewport::before {
    content: "";
    display: inline-block;
	position: absolute;
	bottom: 0px;
	left: 0px;
    vertical-align: middle;
    background-color: #ffe951;
    width: 30px;
    height: 700px;
	border-radius: 0 0 15px 0;
	z-index: 1;
}
*/
/* キャプションを画像の下に表示させる
 * .slider-toppage を追加指定すると効かなくなるので
 * このサイトの全スライダーに適用される */
.metaslider .caption-wrap {
	position: relative!important;
	background-color: #fff!important;
	padding-left: 40px;
	color: #000!important;
}

/* トップページのTOPICS見出しスタイル */
.article h2.front-page-title-topics {
	border: none;
	display: block;
	background-image: url('/wp-content/uploads/2024/12/topics_title_yi.png');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	color: #fff;
}
.article h2.front-page-title-topics span::after {
	width: 0;
	height: 0;
}


.fp-new-entry-cards .widget-entry-card-content,
.fp-popular-entry-cards .widget-entry-card-content{
	margin-left: 260px;
}

.new-entry-cards .new-entry-card-title,
.popular-entry-cards .popular-entry-card-title{
	font-size: 14px;
}

.new-entry-card .new-entry-card-thumb,
.popular-entry-card .popular-entry-card-thumb{
}

.new-entry-card-thumb-no-image {
	width: 240px;
	height: 160px;
}

/**********************************************
** 固定ページのTOPICS一覧(new_list)、人気記事一覧の
** 調整
**********************************************/
.fp-new-entry-cards.widget-entry-cards figure {
	width: auto;
}

.fp-new-entry-cards .new-entry-card-date,
.entry-card-info.e-card-info {
	font-family: "ヒラギノ角ゴシック", "Yu Gothic", "YuGothic", "Gill Sans", sans-serif;
	position: relative;
	display:flex;
	justify-content:flex-end;
    text-align: right;
	color: #c7b299;
	font-weight: bold;
	margin-top: 4px;
}
.fp-new-entry-cards .new-entry-card-date .new-entry-card-post-date,
.entry-card-info > .post-date {
	font-size: 1em;
	opacity: 1.0;
}
.fp-new-entry-cards .new-entry-card-date .new-entry-card-post-date::before,
.entry-card-info > .post-date .far.fa-clock::before {
	font-family: "ヒラギノ角ゴシック", "Gill Sans", sans-serif!important;
	content: "";
	display: inline-block;
	position: absolute;
	top: 0px;
	right: 115px;
	background-image: url('/wp-content/uploads/2024/12/date_icon.png');
	background-position: left bottom;
	background-size: contain;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}

/*****************************************
 *  新着記事の一覧表示
 *****************************************/
.entry-card .entry-card-thumb,
.article-new-entry-cards .new-entry-card-thumb,
.new-lecture-list .new-entry-card-thumb {
	width: 240px;
}

.article-new-entry-cards .new-entry-card,
.new-lecture-list .new-entry-card{
	margin-bottom: 15px;
}

.article-new-entry-cards .new-entry-card-content,
.new-lecture-list .new-entry-card-content{
	margin-left: 260px;
}

.article-new-entry-cards .new-entry-card-title,
.new-lecture-list .new-entry-card-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.article-new-entry-cards .widget-entry-card-snippet {
	font-size: 14px;
}
.article-new-entry-cards .post-date {
	display: none;
}


.more-cat-label::before {
	content: '\f101';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 1em;
}

/*****************************************
 * 固定ページの調整
 *****************************************/
.page .date-tags {
	display: none;
}

/*****************************************
 * 記事詳細ページの細かい調整
 *****************************************/
/* タイトル前に画像をつける */
header.article-header {
	position:relative;
}
/* イベント情報カテゴリの場合 */
h1.title-cat-197 {
	padding-left: 40px;
}
h1.title-cat-197::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('/wp-content/uploads/2024/12/title_wing_icon.png');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
}

/* 見出しタグに数字が自動でふられるのを消す */
.entry-content h2>span::before {
	content: '';
}

/* 段落内の一部右寄せ */
.span-text-align-right {
	display: block;
	text-align: right;
}
/* キャプション付き画像 */
.photo-with-caption {
	margin: 0 auto 15px;
}
.photo-with-caption-left {
	float:left;
	margin-right: 15px;
}
.photo-with-caption-right {
	float:right;
	margin-left: 15px;
}
.photo-with-caption figure,
.photo-with-caption-left figure,
.photo-with-caption-right figure {
	margin: 0 auto !important;
	padding: 0;
}
.photo-with-caption p,
.photo-with-caption-left p,
.photo-with-caption-right p {
	margin: 0;
	padding: 5px 0;
	line-height: 1.4em;
	font-size: 0.8em;
}

.photo-with-caption.is-layout-constrained > *,
.photo-with-caption-left.is-layout-constrained > *,
.photo-with-caption-right.is-layout-constrained > * {
	margin-block-start: 0;
	margin:0;
}

.photo-with-caption .photo-margin-slim {
	gap: 5px !important;
}

/* ディスク紹介エリア（複数） */
.disc-information-area {
	display:flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: space-between;
}

.disc-information-area.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	margin-left: 0!important;
}

.disc-information,
.disc-information-column {
	width: 48%;
	padding: 10px;
	border: solid 2px #555;
	display: flex;
  align-items: stretch;
	margin-block-start: 0;
	margin: 0 5px 1.8em;
}
/* ディスク紹介エリア（１つ・横並び） */
.disc-information-wide {
	width: 100%;
	margin: 10px auto;
	display: flex;
	border: solid 2px #000;
	padding: 10px 10px;
	gap: 10px;
}
.disc-information-wide figure {
	width: 40%;
}
.disc-information-wide .disc-information-wide-content {
	width: 60%;
}
.disc-information-wide div {
	margin: 0;
}

/* ディスク紹介エリア（１つ・縦並び） */
.disc-information-wide-vertical {
	width: 100%;
	margin: 10px auto;
	border: solid 2px #000;
	padding: 10px 10px;
}
.disc-information-wide-vertical figure {
	width: 50%;
	margin: 0 auto;
}

.disc-information-wide-vertical .disc-information-wide-content {
	width: 100%;
}

/* 画像の下に文字配置 */
.disc-information-column {
	flex-wrap:wrap;
	flex-direction: column;
	text-align: center;
}

/* 内部要素は共通 */
.disc-information figure,
.disc-information-column figure {
	margin: 0 auto !important;
	width: 150px;
}
.disc-information p,
.disc-information-column p{
	flex: 1;
	margin: 5px 0 15px ;
	padding-left: 15px;
	line-height: 1.4em;
	font-size: 0.8em;
}

.disc-information-under {
	width: 100%;
}

.disc-information-area .disc-information:last-child {
	margin-block-end: 1.8em;
	margin-bottom: 1.8em!important;
}

/* ラベルボックス（TOPICS用） */
.label-box-topics .label-box-label {
	background-color: var(--cocoon-custom-border-color);
	color: var(--cocoon-white-color)!important;
	font-weight: bold;
}



/*****************************************
 *  イベント・研究会情報の一覧表示
 *****************************************/

.event-list-wrapper h2.event-type-title {
	margin: 0px 0 10px;
}
.event-list-wrapper h2.event-type-title span {
	display: inline-block;
	font-size: 16px;
	line-height: 1.3rem;
	font-weight: normal;
	padding: 2px 10px;
	color: #000;
	background-color: #f6e157;
	border-radius: 7px;
}

.event-list-wrapper ul {
	list-style: none;
	padding-left: 0px;
	margin-bottom: 20px;
}
.event-list-wrapper li.event-information-list-item {
	display: block;
}
.event-list-wrapper li .event-date,
.event-list-wrapper li .event-title {
	display:inline-block;
}

.event-list-wrapper li .event-teacher {
	display: block;
}

.event-list-wrapper li .event-date {
	display: inline-block;
	width: 20%;
	min-width: 140px;
	text-align: left;
	text-wrap: nowrap;
	padding-left: 0.2em;
}
.event-list-wrapper li .event-title {
	width: 100%;
}
.event-list-wrapper .event-area {
	display: inline-block;
	font-size: 16px;
	line-height: 1.3rem;
	font-weight: normal;
	padding: 2px 10px;
	color: #000;
	background-color: #ffbaac;
	border-radius: 7px;
}


/*****************************************
 *  イベント・研究会情報の詳細表示
 *****************************************/

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table {
}

.event-information-table.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th {
	font-size: 1em;
	padding-left: 1em!important;
	padding-right: 1em!important;
	white-space: nowrap;
	border-right: none!important;
	background-color: #f6e157!important;
}
.event-information-table.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
	line-height: 1.6rem;
	padding: 1em 1em!important;
	border-left: none!important;
}

.event-information-table.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th,
.event-information-table.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
	border-style: dashed;
	border-color: #444;
	color: #000;
	word-break: break-all;
}

/* イベント情報のコメント欄を非表示にする */
article.event-information + .under-entry-content > .comment-area {
	display: none;
}

/*****************************************
 * 過去の記事＆月評
 *****************************************/
/* 記事サブタイトル */
.post-archives-title::before,
.review-archives-title::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-right: 10px;
	color: #664013;
}
.post-archives-title::before {
	content : '\f02d';
}
.review-archives-title::before {
	content : '\f1ea';
}


/* 記事リスト */
.post-archives-list,
.review-archives-list {
	list-style:none;
	padding-left: 0;
}

.post-archives-list li a,
.review-archives-list li a{
	display: block;
	color: #222;
	text-decoration: none;
	width: 70%;
	margin: 0px 0;
	padding: 0 0 0 10px;
	border-bottom: dashed 2px #b29970;
}
.post-archives-list li a::before,
.review-archives-list li a::before {
	content : '\f0a9';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #664013;
	padding-right: 10px;
}


/*****************************************
 *  投稿のコメント欄
 *****************************************/
.comment-area {
	padding: 0px;
	border: solid 1px gray;
}

.comment-area h2 {
	position: relative;
	margin: 1em auto 1em ;
	padding: 0.2em 1.5em;
	text-align: center;
	background-color: #f6e157;
	width: 300px;
	border-radius: 16% 84% 12% 88% / 61% 44% 56% 39% ;
}

.comment-area h2:before,
.comment-area h2:after {
   position: absolute;
   content: '';
}

.comment-area h2:before {
	right: 0;
	bottom: 0;
	width: 0px;
	height: 1.6em;
}

.comment-area h2:after {
	margin: 0;
	top: 0;
	left: 0;
	width: 0px;
	height: 1.6em;
	background-color: #fff;
}


.comment-list {
	margin: 0 40px;
}

.comment-author {
	position: relative;
}
.comment-author .avatar {
	float: none;
	position: absolute;
	bottom: -0.8em;
	left: 0;
	width: 40px;
	height: 40px;
}

.comment-author cite {
	margin-left: 50px;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-size: 0.8em;
}
.commets-list .comment-meta {
	margin-left: 50px;
}

.comment-list .comment-content {
	position:relative;
	margin-top: 10px;
	padding: 10px 15px;;
	background-color: #e8e1d3;
	border-radius: 10px 10px 10px 10px;
}
.comment-content::before { /*吹き出しの三角部分*/
  content: "";
  position: absolute;
  top: -14px;
  left: 5px;
  border-style: solid;
  border-color: transparent transparent #e8e1d3 transparent;
  border-width: 0 0px 15px 15px;
}
.comment-list .comment-content p {
	font-size : 0.9em;
	line-height: 1.5em;
	margin: 10px ;
}

.commets-list .comment-body,
.commets-list .st-comment-body {
	margin-bottom: 1em!important;
}

aside.comment-form {
	margin: 10px 40px;
}
aside.comment-form h3 {
	padding-left: 0;
}
aside.comment-form h3::before {
	content : '\f303';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 0.8em;
}

form.comment-form .comment-form-comment {
	margin-top: 20px;
}

/* モバイルフッターメニューのアイコンを画像表示 のテスト*/
/*
.menu-button .fa-database:before {
	background-image: url("http://www.testpeg.com/wp-content/uploads/2024/07/R_companyG.png");
	background-position: center 0px;
	background-size: cover;
	content: '';
	display: block;
	height: 30px; /*アイコンの高さを指定
	width: 30px; /*アイコンの横幅を指定
}
*/

/*****************************************
 * 雑誌バックナンバー（クラファンリターン）
 *****************************************/
/* SNSシェアボタン、投稿日を非表示 */
.category-magazine-post .sns-share,
.category-magazine-post .date-tags {
	display: none;
}

.category-magazine-post .magazine-toppage-img {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    transition: all 0.3s ease-out;
}

.category-magazine-post .magazine-read-button a {
	background-color: #0778b5;
}

/* エラーページのログイン状況による表示出しわけ */
body.fms-session-type-0 .backnumber_message_loginuser {
	display: none;
}
body.fms-role-fms .backnumber_message_nologin,
body.fms-role-standard .backnumber_message_nologin {
	display: none;
}


/************************************
/* モバイルフッターメニューの調整　
 ***********************************/
.mobile-footer-menu-buttons {
	align-items: flex-start;
}
.mobile-footer-menu-buttons .menu-button > a {
	padding-top: 5px;
}
.mobile-footer-menu-buttons .menu-button {
	vertical-align: top;
}
.mobile-footer-menu-buttons .menu-caption {
	line-height: 110%;
}


/*****************************************
 *  会員ログイン画面の調整
 *****************************************/
.bl_login_submit.btn {
	border-width: 0 !important;
	background-color: #fff !important;
	box-shadow: none!important;
	transition: unset!important;
	padding: 0!important;
	transform: none!important;
}
.bl_login_submit.btn:hover {
	box-shadow: none!important;
	transition: unset!important;
	transform: none!important;
	opacity: 1.0;
}
.bl_login_submit.btn button {
	border: solid 1px #ccc;
	border-radius: 3px;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
    /* ヘッダロゴ横の検索窓を非表示*/
    .header-in .search-box,
	.header-in #nav_menu-2  {
        display:none;
    }

	/* レコード会社別特設サイトのメニュー*/
	#record_blog_menu {
		width: 100%;
	}
}

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

	/* コンテンツ全体 */
	main.main {
		padding: 32px 0px;
		width: 90%;
		margin: 0 auto;
	}

	/* ヘッダーロゴ位置 */
	.mobile-header-menu-buttons.mobile-menu-buttons .menu-button {
		margin: 5px 10px;
		justify-content: flex-start;
	}

	/* サイドメニューのメルマガ登録 */
	.widget_mailmagagine_form p {
		width: 70%;
		margin: 0 auto;
	}

	/* グランドメニューのタイトル画像調整 */
	/*
	h1.archive-title.tag-title-newtopics,
	h1.archive-title.cat-title-coaching,
	h1.archive-title.cat-title-report,
	h1.archive-title.event-information-archive-title,
	h1.archive-title.cat-title-magazine-archive {
		//padding-top: 120px;
	}
	*/
}

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

	/* ロゴ画像差し替え */
	/*
	.mobile-header-menu-buttons .logo-menu-button img.site-logo-image {
		visibility:hidden;
	}

	.mobile-header-menu-buttons .logo-menu-button {
		background-image: url('/wp-content/uploads/2024/09/title_mobile.png');
		background-size: contain;
		background-repeat: no-repeat;
		width: 200px!important;
		height: 40px;
		margin: 10px 10px 0;
	}
	*/

	.mobile-header-menu-buttons .menu-button {
		justify-content: center;
	}

	/* トップ広告エリア */
	.top-ad-area {
		margin-bottom: 5px;
	}

	/* 広告スペースとレコード会社ボタンの間の謎スペースを非表示にする */
	.header-container {
		display: none;
	}


	/* モバイルヘッダーメニューの調整 */
	.mobile-header-menu-buttons .menu-button {
		width: 50px;
	}

	/* サイドメニューのメルマガ登録 */
	.widget_mailmagagine_form p {
		width: 80%;
	}
	.widget_mailmagagine_form input[type="submit"] {
		margin-left: 10px;
	}

	/*******************************************
	 * グランドメニューのタイトル画像調整
	 *******************************************/

	/*
	h1.archive-title.tag-title-newtopics,
	h1.archive-title.cat-title-coaching,
	h1.archive-title.cat-title-report,
	h1.archive-title.event-information-archive-title,
	h1.archive-title.cat-title-magazine-archive {
		padding-top: 0px;
		font-size: 1rem;
	}
	h1.archive-title.tag-title-newtopics::before,
	h1.archive-title.cat-title-coaching::before,
	h1.archive-title.cat-title-report::before,
	h1.archive-title.event-information-archive-title::before,
	h1.archive-title.cat-title-magazine-archive::before {
		height: 100px;
	}
	*/

	/* 投稿ページがないときの調整 */
	.posts-not-found {
		height: 400px;
	}

  /**********************************************
  ** 固定ページの新着記事一覧(new_list)を
  ** 1カラム表示にする
  **********************************************/
  .fp-popular-entry-cards .popular-entry-card-link.a-wrap,
  .fp-new-entry-cards .new-entry-card-link.a-wrap,
  .custom-post-cards a{
      width: 100%;
  }
	.fp-new-entry-cards .new-entry-card {
		display: flex;
		flex-wrap : wrap;
	}
	.fp-new-entry-cards .new-entry-card figure,
	.fp-new-entry-cards .new-entry-card .new-entry-card-content {
		width: 100%;
		margin-left: 0;
		margin-bottom: 5px;
	}

	/*****************************************
	 *  新着記事の一覧表示
	 *****************************************/
	.article-new-entry-cards .new-entry-card-thumb,
	.new-lecture-list .new-entry-card-thumb {
		width: 95%;
		height: auto;
		margin: 10px auto;
	}

	.article-new-entry-cards .new-entry-card,
	.new-lecture-list .new-entry-card{
		margin-bottom: 15px;
	}

	.article-new-entry-cards .new-entry-card-content,
	.new-lecture-list .new-entry-card-content{
		margin-left: 0px;
		width: 95%;
	}

	.article-new-entry-cards .new-entry-card-title,
	.new-lecture-list .new-entry-card-title {
		font-size: 1.2em;
		font-weight: bold;
	}

	/************************************
	 * 記事詳細ページのカスタマイズ
	 ************************************/
	.disc-information,
	.disc-information-column {
		width: 100%;
	}
	.disc-information-wide {
		flex-wrap: wrap;
	}

	.disc-information-wide figure,
	.disc-information-wide .disc-information-wide-content,
	.disc-information-wide-vertical figure {
		width: 100%;
	}


	/***************************************
	 *  カテゴリ別記事一覧の調整
	 ***************************************/
	.entry-card {
		display: flex;
		flex-wrap: wrap;
	}
	.entry-card .entry-card-thumb {
		width: 100%;
		height:auto;
	}
	.entry-card .entry-card-content {
		position:relative;
		width: 100%;
		margin-left: 0;
	}


	/****************************************
     * 記事のコメント欄の調整
     ****************************************/
	.comment-list {
		margin: 0 20px;
	}
	.comment-area h2 {
		margin: 10px 40px 2em;
		width: unset;
		font-size: 1.2em;
	}
	.comment-list .comment-content p {
		font-size: 1em;
		line-height: 1.5em;
	}

	/*************************************
	 * フッター部分のSNSシェア調整
	 ************************************/
	.sns-share-message {
		position: relative;
		right: unset;
		display:block;
	}
}

/*************************************
	* ムジカノーヴァ追記部分
	************************************/

body{
	text-align: justify;
}

#header-container {
	background-color: #ff9eac;
}

#footer {
	background-color: #ff9eac;
}

#header-container .navi {
	background-color: #ffe8ed;
}

.event-list-wrapper h2.event-type-title span {
	background-color: #ee324a;
	color: #fff;
}

.article h2 {
	background-color: #ff9eac;
	border: none;
}
.article h3 {
	border-color: #ff9eac;
}

.article h2.front-page-title-topics {
	background-image: none;
}

.has-key-color-background-color {
	background-color: #ff9eac !important;
}

#toc {
	border-color: rgba(255,186,172, 0.5);
}

aside#text-6 h3.widget-sidebar-title {
	margin: 16px auto;
	background: none;
	border: 4px solid #ff9eac;
	border-width: 0 4px 0 4px;
	text-indent: 0;
	color: #484848;
	text-align: center;
}

.header-banner {
	text-align: center;
	margin: 10px auto;
	display: block;
}
.header-banner img {
	max-width: 100%;
}

.footer-banner {
	display: none;
}
.header-banner img {
	max-width: 72%;
}
.banner_sp {
	display: none;
}
.event-date {
	font-weight: bold;
}
.event-teacher {
	font-weight: bold;
}

@media screen and (max-width: 1023px){
	#header {
		display: none;
	}
	.front-page-title-topics {
		margin-top: 0;
	}
	.header-banner {
		/* position: fixed;
		top: 0;
		left: 0; */
		width: 100%;
		margin: 0;
		/* z-index: 2; */
		/* padding-bottom: 10px; */
		background-color: #fff;
		margin-top: 0;
		margin-bottom: 60px;
		padding-bottom: 10px;
	}
	body {
		margin-top: 0 !important;
		padding-top: 0;
	}
	.header-banner img {
		max-width: 100%;
		width: 100%;
	}
	.mobile-header-menu-buttons {
		transition-duration: 0s;
		top: calc(19vw + 10px);
	}
	.admin-bar .mobile-header-menu-buttons {
		top: calc(24vw + 10px + 46px);
		background-color: #ff9eac;
		position: absolute;
	}
	.mobile-footer-menu-buttons {
		bottom: 15.625vw;
		line-height: 0.8;
	}
	.footer-banner {
		position: fixed;
		bottom: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 15.625vw;
		background-color: #fff;
		z-index: 3;
	}
	.footer-banner img {
		width: 100%;
		height: auto;
	}
	.footer {
		padding-bottom: calc(70px + 15.625vw);
	}
	.banner_sp {
		display: block;
		margin-top: 8em;
		font-size: 0.5em;
	}
	.banner_sp > aside {
		display: none;
		margin-bottom: 2em;
	}
	.banner_sp > aside a{
		margin-bottom: 1em;
		display: block;
	}
	.banner_sp > aside:first-child {
		display: block;
	}
	#sidebar > aside:first-child {
		display: none;
	}
	#sidebar {
		padding-bottom: 0;
	}
	.banner_sp > aside p {
		margin: 0;
	}

	#text-6 .textwidget p {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#text-6 .textwidget p br {
		display: none;
	}
	#text-6 .textwidget p a {
		width: 48%;
		display: block;
		height: auto;
		margin-bottom: 10px;
	}
	#text-6 .textwidget p a img {
		width: 100%;
		height: auto;
	}
	.event-list-wrapper li .event-date {
		width: 100%;
    text-wrap: auto;
	}
}

.event-information-list-item {
	margin-bottom:15px;
}

.entry-content p {
	text-align: justify;
}

li.has-dark-grey-color {
	line-height:120%;
}

#archive-title {
	display: none;
}