/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 25 2026 | 05:58:53 */
/* カスタマイズ */
html {
	scroll-behavior: smooth;
}
.footer-bottom-logo img {
	max-width: 150px;
	height: auto!important;
}
/* グローバルメニュー */
.navi-in > ul li {
	height: 40px;
}
.menu-item {
	background: #1800ad!important;
	margin-bottom: 10px!important;
	margin-left: 10px!important;
	border-radius: 20px!important;
	border: 1px solid #1800ad!important;
}
.menu-item:first-child {
	margin-left: 0!important;
}
.menu-item:hover {
	background: #fff!important;
	border: 1px solid #1800ad!important;
}
.menu-item a:hover {
	color: #1800ad!important;
}
/* ページネーション */
.pagination-next a {
	border-radius: 20px!important;
	border: 1px solid #1800ad!important;
	background: #f4f4f4;
	font-size: 16px!important;
	font-weight: bold;
	color: #1800ad!important;
}
/* 関連記事 */
.related-list {
	column-gap: 2%!important;
}
.rect-vertical-card-3 .related-entry-card-wrap {
	width: 32%;
}
.related-list a {
	padding: 10px!important;
	border: 1px solid #1800ad!important;
}
#pager-post-navi a {
	background-color: #f4f4f4;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1em;
}
/* サイドバー */
#sidebar {
	padding:10px!important;
}
.widget_media_image img {
	width: 100%;
	border: solid 1px #1800ad;
	padding: 10px;
}
.sidebar h3 {
	padding: .8rem 1.5rem;
	border-top: 2px solid #1800ad;
	border-bottom: 2px solid #1800ad;
	background: none;
	color: #1800ad;
	text-align: center;
}
.widget-entry-card-link {
	border-color: #1800ad!important;
	margin-bottom: 1rem!important;
	padding: 10px!important;
	border-radius: 0!important;
}
.widget-entry-card-title {
	font-weight: bold;
}
/* コンテンツ */
#main {
	padding:10px!important;
}
.pr-label-s {
    left: auto;
	right: 3px!important;
}
.entry-title {
	margin-bottom: -10px!important;
	margin-top: -10px!important;
	margin-left: -10px!important;
	margin-right: -10px!important;
	padding: 15px 30px 15px 15px!important;
	background: #1800ad;
	color: #fff!important;
}
.article h2 {
	background-color: #f4f4f4;
	padding: .7rem 1.5rem;
	border-bottom: 3px solid #1800ad;
	border-left: 10px solid #1800ad;
	color: #1800ad;
}
.article h3 {
	background-color: #f4f4f4;
	padding: .5rem 1.5rem;
	border-left: 6px double #1800ad;
	border-bottom: none;
	border-top: none;
	border-right: none;
	color: #1800ad;
}
.article h4 {
	border-bottom: none;
	border-top: none;
	background-color: #f4f4f4;
	color: #1800ad;
}
.article h4::before {
	content:"●";
	margin-right: 3px;
}
/* 目次カスタマイズ */
.toc {
	background-color: #f4f4f4;
	border-color: #f4f4f4!important;
	width: 80%;
}
.toc-title{
	background-color: #fff;
	font-size: 1.2em;
	padding: 0.4em;
	font-weight: bold;
	color: #1800ad;
}
.toc-title:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f03a";
	font-weight: 700;
	font-size: 20px;
	margin-right: 10px;
	color: #1800ad;
	background-color: #ffffff;
	border: solid 1px #1800ad!important;
	border-radius: 50%;
	padding: 8px;
}
.toc-content ol li{
	color: #1800ad;
	margin:0.5em;
}
.toc-list > li{
	font-weight: bold;
}
.toc-list > li li{
	font-weight: normal;
}