.Breadcrumb {
	padding: 0 !important;
}

li.Breadcrumb__list {
	margin: 0;
}

main li {
    list-style: unset;
    margin-left: 1.5em;
    margin-block: 8px;
}

main h2 span,
main h3 span,
main h4 span {
    font-weight: 800 !important;
}

main h2 {
    padding-block: 6px;
    margin-block: 32px 16px;
    border-bottom: #c69d06 4px solid;
}

main h3 {
    padding-block: 32px 16px;
    margin-left: 16px;
    position: relative;
}

main h3::before {
    position: absolute;
    content: '';
    top: 58%;
    left: 0;
    transform: translate(-14px, -40%);
    width: 6px;
    height: calc(100% - 60%);
    background: #c69d06;
}

main h4 {
    padding-block: 16px 8px;
    position: relative;
    margin-left: 18px;
}

main h4::before {
    position: absolute;
    content: '';
    top: 56%;
    left: 0;
    transform: translate(-14px, 0%);
    width: 8px;
    height: 2px;
    background: #c69d06;
}

main p {
    line-height: 1.6em;
}

main img {
    margin-block: 16px;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 16 / 9;
}

.s-contsWrap {
    max-width: 800px;
    margin: 0 0;
}
/* 著者セクション */

/*------------------------------------------
   キャンセルCSS ここまで
------------------------------------------*/
.ly_post {
    display: flex;
    flex-direction: column;
    padding-inline: 20px;
    padding-block: 40px;
    max-width: 1080px;
    margin-inline: auto;
    margin-top: 40px;
}

.breadcrumbs {
    display: none;
}

.ly_post .post-title {
    padding-block: 20px 8px;
}

.ly_post .bl_postInfo {
    padding-block: 8px 20px;
    border-bottom: #c69d06 2px solid;
    display: flex;
    gap: 8px;
}

.ly_post .bl_postInfo .post-date {
    display: block;
    font-size: 16px;
}

.ly_post .bl_postInfo .post-category {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-bottom: unset;
    border: #cca721 1px solid;
    border-radius: 80px;
    padding: 4px 16px;
    padding-block: 0;
    white-space: nowrap;
    color: #cca721;
    font-size: 14px;
}

.ly_post .el_postThum {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    margin-top: 20px;
}

.ly_post .el_postThum img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.ly_post .post-content {
    margin-top: 40px;
}

/* 目次機能のスタイル */
#toc_container {
    margin-inline: auto;
    margin-block: 40px;
}

/* レコメンド記事Swiper */
.ly_relatedPosts {
    margin-top: 40px;
    padding-block: 40px;
    padding-inline: 20px;
    position: relative;
    background-image: url(../img/footer/footer-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    align-items: center;
    overflow: hidden;
}

.ly_relatedPosts .bl_contWrap {
    flex-direction: column;
}

.related-title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 40px;
}

.swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    min-width: 335px;
}

.ly_relatedPosts .slide-item {
    max-width: 360px;
}

.swiper-slide img {
    width: 100%;
    aspect-ratio: 16/9;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

.ly_relatedPosts .swiper-pagination {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.bl_relatedItem_text {
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 12px;
}

.bl_relatedItem_text h3 {
    font-size: 16px;
}

.bl_relatedItem_text .post-category {
    display: flex;
    gap: 4px;
}

.bl_relatedItem_text .post-category li {
    background: #ffffff00;
    color: #c69d06;
    padding: 2px 8px;
    border-radius: 16px;
    border: #c69d06 1px solid;
    font-size: 14px;
}

.ly_relatedPosts .swiper-pagination-bullet {
    background: #ffffff;
    width: 15px;
    height: 15px;
    border: none;
    opacity: 1;
}

.ly_relatedPosts .swiper-pagination-bullet-active {
    background: #d9d9d9;
}

@media (min-width: 375px) {}

@media (min-width: 768px) {
    .ly_relatedPosts .bl_contWrap {
        max-width: 100%;
    }

    .ly_post {
        padding-inline: 80px;
    }

    .breadcrumbs {
        display: block;
        padding: 45px 0px 5px 0px !important;
        font-size: 14px;
    }

    .breadcrumbs a,
    .breadcrumbs span {
        color: #c69c06b8;
    }
}
@media (min-width: 1024px) {
	.Author.s-contsWrap h2{
	position: absolute;
    right: 256px;
    width: fit-content;
	}
	.Author.s-contsWrap .Staff__txtCont__desc{
		max-width: 440px;
	}
	
}

@media (min-width: 1280px) {

}

@media (min-width: 1640px) {}