/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 09 2025 | 03:22:20 */
.-type-simple .p-postList__link {
    padding: 0.5em .25em;
 }
.c-tabBody__item .c-pagination .current {
    color: #ffffff !important;
}
.c-pageTitle[data-style=b_bottom] {
    border-bottom: none;
}
/* -------------
投稿の詳細ページ
-----------------------------*/
@media (min-width: 600px) {
    .single .c-postTitle__ttl {
        margin: 0 0.4em 0;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        padding: 0.3em 0;
    }
}
.c-postTitle__date {
    border-right: none;
    margin-right: 0;
    padding: 0.8em;
    text-align: center;
    background: var(--color_main);
    border-radius: 100px;
    color: #fff;
}
@media (min-width: 600px) {
    .c-postTitle__date .__y {
        font-size: 13px;
    }
}
@media (min-width: 600px) {
    .c-postTitle__date .__md {
        font-size: 13px;
    }
}
/* -------------
-type-listの装飾
-----------------------------*/
.c-tabBody__item .p-postList .p-postList__title {
    padding: 0.2em;
}
.-type-list .p-postList__item {
    margin-bottom: 0;
    margin-top: 0;border-bottom: 1px dashed #ddd;
    padding: 1em 0;
}
.c-tabBody__item .p-postList__body {
position: relative;
transition: opacity .25s;
flex-grow: 1;
display: flex;
flex-direction: column;
background-image: linear-gradient(transparent calc(100% - 1px), var(--color_gray) 50%, var(--color_gray)), linear-gradient(90deg, transparent calc(100% - 1px), var(--color_gray) 50%, var(--color_gray));
    background-repeat: repeat;
    background-size: 16px 16px;
    margin: 0 0 0 1em;
}
.c-tabBody__item .p-postList .p-postList__title {
flex-grow: 1;
}
.c-tabBody__item .p-postList__meta {
	display: block;
	text-align: center;
}
/* -------------
サイドバー設定
-----------------------------*/
.p-profileBox {
    background-image: repeating-linear-gradient(45deg, #045c3d14, #045c3d14 2px, transparent 2px, transparent 9px);
    box-shadow: 1px 2px 9px #ddd;
    border: none;
}
.widget_archive select, .widget_categories select, .wp-block-archives select, .wp-block-categories select {
    border: 1px solid #00000094;
}
.c-listMenu a {
    border-bottom: 1px dashed var(--color_main);
}
.widget_categories>ul>.cat-item>a:before, .wp-block-categories-list>li>a:before {
    color: var(--color_main);
}
/* -------------
目次の設定
-----------------------------*/
ul.is-style-index li:before {
    font-family: 'Font Awesome 6 Free';
    content: '\f044' !important;
    border-bottom: 0;
    border-left: 0;
    top: 0;
    background: no-repeat;
}
.p-toc__link {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: inherit;
    border-bottom: 1px dashed var(--color_main);
    transition: color 0.3s ease;
}

.p-toc__link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    background-color: var(--color_main);
    transition: width 0.3s ease;
    z-index: 1;
}
.p-toc__link:hover {
    color: var(--color_main_hover);
}
.p-toc__link:hover::after {
    width: 100%;
}
.s-banner-ab a{
    position: absolute;
    bottom: -15px;
    left: 10px;
}