@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.c-side-profile{
	text-align:center;
	padding:25px 20px 70px;
	background-color:#F7F7F7;
}
.c-side-profile figure{
	margin-bottom: 30px;
}
.c-side-profile figcaption{
	font-size: 16px;
	font-weight:bold;
	letter-spacing:.05em;
}
@media screen and (min-width: 769px) {
#main_content .p-toc{
display	:none!important;
}
}
.c-tabBody__title{
    font-size: 46px;
    letter-spacing: 0.15em;
    margin-bottom: 30px;
}
.c-tabBody__title span{
    display: inline-block;
    font-size: 13px;
    color: #ccc;
    margin-left: 2em;
}
@media screen and (max-width: 768px) {
    .c-tabBody__title {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .c-tabBody__title span{
        font-size: 12px;
        margin-left: 1.5em;
    } 
}

.p-postList__cat{
    &::before{
        content: "";
        display: inline-block;
        width: 1px;
        height: 1em;
        transform: translateY(0.1em);
        margin-right: 0.5em;
        border-left:1px solid currentColor;
    }
}

.l-sidebar .w-fixSide{
    background-color: #fff;
    z-index: 3;
}
@media screen and (max-width: 768px) {
#nav_menu-2 .menu{
    flex-direction: column;
}
#nav_menu-2 .menu > *{
    width: 100%;
}
}