/* column */
*,:after,:before {
    box-sizing: border-box;
}
.contents-noSide .contents_side{
	display:inline !important;
}
.contents-noSide .withSide .contents_main{
	width:860px;
}
.article-header{
	display:flex;
	justify-content:space-between;
}
.entry-content .article-header_date{
	color: #959595;
	font-size: small;
	flex-shrink: 0;
	margin: 0;
	padding-top:5px;
}
.article-header .btns, .article-header .btns_list{
	margin-top:0;
}
.entry-content #sns-buttons .btns_list{
	align-items:center;
}
.article-header_date{
	margin-bottom: 0;
}
.entry-content .panel{
	margin:40px 30px;
}
.entry-content .btn-area{
	text-align:center;
	margin:0 auto;
}
.entry-content .panel_title{
	font-size:0.85rem;
	margin:0 0 5px 0;
}
#article-body h2.wp-block-heading, .comment-content h2, .mu_register h2{
    font-size: 26px;
    font-weight:700;
    line-height: 1.6;
    margin-bottom: 30px;
    padding: 15px 0px 15px 0px;
    color: #333;
    border-bottom: 4px solid #00357e;
    position: relative;
    margin: 60px 0 15px;
}
#article-body h2.wp-block-heading:before, .comment-content h2:before, .mu_register h2:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 50px;
    height: 4px;
    background-color: #c7d7e4;
    border-right: 4px solid #fff;
}
#article-body h3.wp-block-heading, .comment-content h3{
    font-size: 22px;
    line-height: 1.4;
    padding: 0 0 5px 0;
    color: #384655;
    border-bottom: 1px solid #e1e3e6;
    margin: 40px 0px 15px;
}
#article-body p, .entry-summary p, .comment-content p, .mu_register p{
	margin: 0 0 30px;
    line-height: 1.8em;
}
.has-text-align-right{
    text-align: right;
}
.saboxplugin-wrap{
	margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 0px;
	box-sizing: border-box;
    border: 1px solid #eee;
    width: 100%;
    clear: both;
    display: block;
    overflow: hidden;
    word-wrap: break-word;
    position: relative;
}
.saboxplugin-wrap .saboxplugin-gravatar{
	float: left;
    padding: 0 20px 20px 20px;
}
.saboxplugin-wrap .saboxplugin-desc p, .saboxplugin-wrap .saboxplugin-desc{
    font-size: 14px !important;
    line-height: 21px !important;
}
.saboxplugin-wrap .saboxplugin-desc{
	display: block;
    margin: 5px 20px;
}
.saboxplugin-wrap .saboxplugin-desc p{
	margin: 5px 0 12px;
}
.saboxplugin-wrap .saboxplugin-gravatar img{
	max-width: 100px;
    height: auto;
    border-radius: 0;
}
.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image{
	margin: 5px 0px 10px;
}

/* 「目次」の文字とボタンを左右両端に配置 */
.panel_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 閉じるボタン（テキストリンク風）のスタイル */
.toc-toggle-btn {
  background: none;
  border: none;
  color: #0066cc; /* サイトのテーマ色に合わせて変更してください */
  text-decoration: underline;
  cursor: pointer;
  font-size: 0.9em; /* 目次タイトルのサイズより少し小さめに調整 */
  padding: 0;
  font-weight: normal; /* 太字を解除 */
  width: auto;
}

.toc-toggle-btn:hover {
  color: #0033aa;
  text-decoration: none;
}

/* 非表示にするためのクラス */
.panel_body.is-closed {
  display: none !important;
}
@media screen and (max-width: 736px){
.contents-noSide .contents_side{
	display:none !important;
}
.contents-noSide .withSide .contents_main{
	width:auto;
}
.entry-content .panel,
.entry-content .btn-area{
	margin:30px 10px;
}
.entry-content .panel ul:not([class]){
	padding-left:1.25rem;
}
}