/* single page style (media) */
.wider{

}
.wider .breadcrumb{
    background: transparent;
}
.l-wrapper .breadcrumb{
    position: absolute;
    z-index: 1;
    top: -45px;
    display: flex;
    /* width: 100%; */
    background: transparent;
    border-bottom: none;
}
.l-wrapper .breadcrumb .breadcrumb__list{
    margin-left: 0;
}
.l-wrapper .breadcrumb .breadcrumb__list .breadcrumb__item{

}
.l-wrapper .breadcrumb .breadcrumb__list .breadcrumb__item a{
    color: #2A2B2C;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 12px */
}
.l-wrapper .breadcrumb .breadcrumb__list .icon-home{
    
}
.l-wrapper .breadcrumb .breadcrumb__list .icon-home:before {
    display: none;
}
.l-wrapper .breadcrumb .breadcrumb__list .breadcrumb__item-current a{
    color : rgba(42, 43, 44, 0.3)
}

@media screen and (max-width: 1000px) {
    .l-wrapper .breadcrumb{
        width: 100%;
    }
}

/* top title custom (date, category ) */
.dateList-main{
    display: flex;
    justify-content: space-between;
}
.dateList-main .datelist_custom{
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.dateList-main .datelist_custom span{
    color: rgba(42, 43, 44, 0.50);
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 12px */
}
.dateList-main .icon-folder{
    display: flex;
    align-items: center;
}
.dateList-main .icon-folder a{
    border-radius: 16px;
    border: 1px solid var(--main-color);
    opacity: 0.5;
    background: #FFF;
    color: rgba(213, 20, 27, 1);
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    height: 32px;
    align-content: center;
    padding-left: 16px;
    padding-right: 16px;
}
.dateList-main .icon-folder:before {
    content: "";
}
.dateList-main .icon-tag{
    display:none;
}


.l-wrapper{

}
.l-wrapper .l-main{
    background: #FFF;
    padding: 40px 48px;
}
.l-wrapper .l-main .dividerBottom .eyecatch .eyecatch__cat {
    display: none;
}


.l-wrapper .l-main .postContents{

}

.l-wrapper .l-main .postContents .content{

}
.l-wrapper .l-main .postContents .content p{
    color: #2A2B2C;
    text-align: justify;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%; /* 32px */
}

.l-wrapper .l-main .postContents .content h2{
    border-top: 1px solid #2A2B2C;
    border-bottom: 1px solid #2A2B2C;
    display: flex;
    padding-top: 24px;
    padding-bottom: 24px;

    color: #2A2B2C;
    text-align: justify;
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 36px */
}
.l-wrapper .l-main .postContents .content h3{
    border-bottom: 1px solid #2A2B2C;
    display: flex;
    padding-bottom: 24px;

    color: #2A2B2C;
    text-align: justify;
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 36px */
}

/* list custom  */
.l-wrapper .l-main .postContents .content .outline{
    width: 100%;
    border: 0;

    display: flex;
    padding: 32px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    align-self: stretch;

    border-top: 5px solid rgba(42, 43, 44, 0.10);
    background: rgba(42, 43, 44, 0.04);
}
.l-wrapper .l-main .postContents .content .outline .outline__head{
    display: flex;
    align-items: center;
    width: 100%;
    gap: 8px;
}
.l-wrapper .l-main .postContents .content .outline .outline__switch{
    position: absolute;
    right: 20px;
}
.content .outline__switch::before {
    border: 0px !important;
    color: #2A2B2C;
    font-family: "Noto Sans JP";
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 5px 0px;
}
.l-wrapper .l-main .postContents .content .outline .content .outline__switch::before {
    content: "開く";
    cursor: pointer;
    border: 0;
    padding: 5px;
    font-size: 1.2rem;
    margin-left: 5px;
    border-radius: 5px;

    
}
.content .outline__switch::after {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" viewBox="0 0 16 15" fill="none"><path d="M2.71997 9.90002L7.91997 4.78002L13.12 9.90002" stroke="%232A2B2C" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    display: inline-block;
    height: 8px;
    margin-left: 4px;
    vertical-align:bottom;
    transform: rotate(180deg);
}
.content .outline__toggle:checked+.outline__switch::before {
    content: "閉じる";
    border: 0;
    color: #2A2B2C;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.content .outline__toggle:checked + .outline__switch::after {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" viewBox="0 0 16 15" fill="none"><path d="M2.71997 9.90002L7.91997 4.78002L13.12 9.90002" stroke="%232A2B2C" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    display: inline-block;
    margin-left: 4px;  
    height: unset;
    vertical-align: middle;  
    transform: rotate(0deg);
}

.l-wrapper .l-main .postContents .content .outline .outline__title{

}
.l-wrapper .l-main .postContents .content .outline .outline__list{
    margin: 0;
    width: 100%;
    background: transparent;
    display: flex;
    flex-direction: column;
}
.l-wrapper .l-main .postContents .content .outline .outline__list .outline__item{
    margin-top: 0;
}
.l-wrapper .l-main .postContents .content .outline .outline__list .outline__item .outline__link{
    color: #2A2B2C;
    text-align: justify;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
}
.l-wrapper .l-main .postContents .content .outline .outline__list .outline__item .outline__link .outline__number{
    display: none;
}
.l-wrapper .l-main .postContents .content .outline .outline__list > li{
    padding-left: 0;
}
.l-wrapper .l-main .postContents .content .outline .outline__list-2 {
    gap: 24px;
}
.l-wrapper .l-main .postContents .content .outline .outline__list .outline__list-3{
    padding-left: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 16px;
}

.l-wrapper .l-main .postContents .content .outline .outline__list .outline__list-3 .outline__item a:before{
    content: "-";
    display: contents;
    width: 10px;
    color: #000;
}
.l-wrapper .l-main .postContents .content .outline .outline__list .outline__list-3 .outline__item a {
    padding-left: 5px;

    color: #2A2B2C;
    text-align: justify;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}

.l-wrapper .l-main .dividerBottom .back_media_list{
    display: flex;
    margin-top: 48px;
}
.l-wrapper .l-main .dividerBottom .back_media_list a{
    color: #2A2B2C;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 16px */

    display: flex;
    gap: 5px;
}

@media screen and (max-width: 880px) {
    .l-wrapper .l-main {
        padding-left: 0;
        padding-right: 0;
        background: transparent;
    }
    .l-wrapper .l-main .dividerBottom .eyecatch-main {
        width: 100%;
        display: flex;
        justify-self: center;
    }

    .l-main .dividerBottom .heading-primary {
        font-size: 24px;
    }
    .l-wrapper .l-main .postContents .content .outline {
        padding: 24px 16px;
    }
    .l-wrapper .l-main .postContents .content h2 {
        font-size: 20px;
    }
    .l-wrapper .l-main .postContents .content h3 {
        font-size: 18px;
    }
    .dateList-main .icon-folder a {
        border-radius: 16px;
        font-size: 11px;
        line-height: 100%; /* 11px */
        border-radius: 10px;
        padding: 0px 10px;
        height: 20px;
    }
}

/* mid h3 table layout custom */
.postContents .content .toc-for-h3{
    border-radius: 8px;
    background: rgba(42, 43, 44, 0.04);
    padding: 32px 24px;
}
.postContents .content .toc-for-h3 ul{
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    gap: 16px;
}
.postContents .content .toc-for-h3 ul li{
    list-style: disc;
    padding: 0;
    margin-top: 0;
}
.postContents .content .toc-for-h3 ul li:before{
    display: none;
}
.postContents .content .toc-for-h3 ul li a{
    color: #2A2B2C;
    text-align: justify;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
}
@media screen and (max-width: 880px) {
    .postContents .content .toc-for-h3{
        border-radius: 8px;
        background: rgba(42, 43, 44, 0.04);
        padding: 24px 16px;
    }
}