/*
Theme Name: original
Author URI: http://gallant-llc.com/
Description: post style. 
Author: gallant-kaori
Author URI: http://gallant-llc.com/
Version: 1.0
*/

/**投稿ページ**/
#title h1{
	font-size: 2.3em;
	line-height: 1.5em
}
.entry-content h2{
	font-size: 1.8em;
	margin: 35px auto;
	border-top: 1px solid #333;
	border-bottom: 2px solid #333;
	padding: 33px 0;
	letter-spacing: 1px
}
.entry-content p{
	line-height: 1.7rem;
}

/*mokuji*/
/* 目次全体のコンテナ */
.toc-container {
    background-color: #fff; /* 薄いグレーの背景 */
    border: 1px solid #ddd; /* 控えめな枠線 */
    padding: 30px 20px;
    font-size: 0.95em;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05); /* 軽い影 */
		width: 450px;
	margin: 50px auto;
}


/* 「目次」というタイトル部分 */
.toc-title {
    font-weight: bold;
    font-size: 1.1em;
    display: flex;
    align-items: center;
    justify-content: center; /* 中央寄せ */
    margin-bottom: 15px;
    color: #333;

}

/* タイトルの左右に線を引く装飾（お好みで） 
.toc-title::before,
.toc-title::after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #ddd;
    margin: 0 15px;
}*/

/* リスト全体のスタイル */
.toc-list {
    list-style: none; /* デフォルトの丸を消す */
    padding: 0;
    margin: 0;
}

/* 各項目（li）のスタイル */
.toc-item {
    margin-bottom: 10px;
    padding-left: 1.5em;
    position: relative;
}

/* 項目の先頭にアイコンを付ける（ドット） */
.toc-item::before {
    content: "•";
    color: #434345; /* リンク色に合わせる（お好みで） */
    font-weight: bold;
    position: absolute;
    left: 0.5em;
}

/* リンク（aタグ）のスタイル */
.toc-item a {
    text-decoration: none;
    color: #444;
    transition: color 0.2s;
}

/* ホバー（マウスを乗せた時）の動き */
.toc-item a:hover {
    color: #888; /* 青色に変化 */
    text-decoration: underline;
}

/* 最後の項目の余白を消す */
.toc-item:last-child {
    margin-bottom: 0;
}
/**pagenext**/
/**single_link**/
/*prev_next*/
.single_link_w{
	display:table;
	height: 70px;
	width: 100%;
}
.single_link_w a{
	display:table-cell;
  vertical-align:middle;
	width:100%;
	border:2px solid #D7F1F9;
	transition:all .4s linear;
	background-color:#6ec0da;
	color:#fff;
	padding:10px;


}
.single_link_w a:hover{
	color:#6ec0da;
	background-color:#fafafa;
	border:2px solid #6ec0da;

}
.single_link a i{
	margin-left:5px;
	margin-right:5px;
}