/*
 * Copyright (C) SPREAD WORKS Inc. All Rights Reserved.
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */


/* --------------------------------------------------
 ラッパー要素
 -------------------------------------------------- */
@media screen and (max-width: 1189px) {
    .theme_main_only #main {
        width: 95%;
    }
}


/* --------------------------------------------------
 パンくずリスト（汎用）
 -------------------------------------------------- */
.c-bread-crumb {
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}
.c-bread-crumb__item {
    display: flex;
    white-space: nowrap;
}
.c-bread-crumb__item:not(:last-child):after {
    content: "＞";
    display: block;
    padding: 0 1em;
}
.c-bread-crumb__item a {
    font-size: inherit;
    font-weight: inherit;
    text-decoration: underline;
    white-space: inherit;
}
.c-bread-crumb__item a:hover {
    text-decoration: none;
}
@media screen and (max-width: 1189px) {
    .c-bread-crumb {
        padding-top: 30px;
    }
}
@media screen and (max-width: 767px) {
    .c-bread-crumb {
        padding-top: 15px;
    }
}
@media screen and (max-width: 575px) {
    .c-bread-crumb {
        gap: 5px 0;
    }
}

/* --------------------------------------------------
 コンテンツフレーム（汎用）
 -------------------------------------------------- */
.c-frame01 {
    border: 1px solid #edc6c6;
    background: #fff9f3;
    padding: 20px 30px;
    margin-bottom: 35px;
}

/* --------------------------------------------------
 見出しスタイル（汎用）
 -------------------------------------------------- */
.c-column-ttl {
    display: grid;
    align-items: center;
    font-size: 26px;
    background: #b3dd9d;
    min-height: 70px;
    padding: 0.5em 1em;
    margin-bottom: 30px;
    line-height: 1.5;
}

@media screen and (max-width: 767px) {
    .c-column-ttl {
        font-size: 22px;
    }
}

@media screen and (max-width: 575px) {
    .c-column-ttl {
        margin-bottom: 20px;
        padding: 0.5em;
    }
}

/* --------------------------------------------------
 ページネーション
 -------------------------------------------------- */
.pagination ul {
    margin-top: 50px;
}
.pagination ul li.active a {
    border: 1px solid #999;
}
@media screen and (max-width: 1189px) {
    .pagination ul {
        margin-top: 40px;
    }
}
@media screen and (max-width: 767px) {
    .pagination ul {
        margin-top: 35px;
    }
}
@media screen and (max-width: 575px) {
    .pagination ul {
        margin-top: 25px;
    }
}

/* --------------------------------------------------
 投稿リスト
 -------------------------------------------------- */
.ec-columnMv {
    min-height: 140px;
    font-size: 30px;
    display: grid;
    place-content: center;
    background: url(../../html/user_data/assets/img/column/mvtitle_bg.png);
    padding: 25px 0;
    text-shadow: 0 0 15px #ffffff,0 0 15px #ffffff;
}
.tabacms_post_list.ec-columnList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 0;
}
.tabacms_post_list .ec-columnList__item {
    padding-bottom: 0;
}
.tabacms_post_list .ec-columnList__item__inner {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    text-decoration: none;
}
.tabacms_post_list .ec-columnList__thumb {
}
.tabacms_post_list .ec-columnList__thumb__inner {
    display: block;
    overflow: hidden;
    aspect-ratio: 1.66 / 1;
}
.tabacms_post_list .ec-columnList__thumb img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: ease all 0.3s;
}
.tabacms_post_list .ec-columnList__thumb:hover img {
    opacity: 1;    
}
.tabacms_post_list .ec-columnList__time {
    padding-top: 15px;
    font-size: 16px;
}
.tabacms_post_list .ec-columnList__time .topics_daytime {
    font-size: inherit;
}
.tabacms_post_list .ec-columnList__day {
    padding-top: 15px;
    margin: 0 0 1em;
}
.tabacms_post_list .ec-columnList__ttl {
    padding-top: 8px;
    margin: 0;
}
.tabacms_post_list .ec-columnList__item__inner:hover .ec-columnList__thumb img {
    scale: 1.1;
}
.ec-columnOther {
    margin-top: 100px;
}
.ec-columnPost .ec-columnOther {
    padding-right: 80px;
}
@media screen and (max-width: 1189px) {
    .tabacms_post_list .ec-columnList__ttl {
        font-size: 16px;
    }
    .ec-columnPost .ec-columnOther {
        padding-right: 40px;
    }
}
@media screen and (max-width: 991px) {
    .ec-columnPost .ec-columnOther {
        padding-right: 0;
    }
}
@media screen and (max-width: 767px) {
    .tabacms_post_list.ec-columnList {
        gap: 40px 15px;
    }
    .tabacms_post_list .ec-columnList__time {
        font-size: 12px;
    }
    .ec-columnOther {
        margin-top: 65px;
    }
}
@media screen and (max-width: 575px) {
    .ec-columnMv {
        margin-bottom: min(7vw, 35px);
        font-size: clamp(26px, 5.8vw,  30px);
        padding: 1em 0;
        text-shadow: 0 0 25px #ffffff,0 0 25px #ffffff,0 0 25px #ffffff,0 0 25px #ffffff;
    }
    .tabacms_post_list.ec-columnList {
        gap: 35px;
        grid-template-columns: 1fr;
    }
}

/* --------------------------------------------------
 投稿記事詳細シングル
 -------------------------------------------------- */
 /* ヘッダー */
 .ec-columnPost__head {
    padding-right: 80px;
    margin-bottom: 20px;
 }
.tabacms_post .ec-columnPost__head__time {
    font-size: 16px;
}
.tabacms_post .ec-columnPost__head__time .topics_daytime {
    font-size: inherit;
}
.tabacms_post .ec-columnPost__head__ttl {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 26px;
}
.ec-columnPost__body {
}
.ec-columnPost__body .topics_body {
    margin-bottom: 0;
}
/* サムネ */
.ec-columnPost__thumb {
    margin-bottom: 30px;
}
.ec-columnPost__thumb img {
    width: 100%;
}
/* 目次 */
.ec-columnPostIndex__outer {
    background: #fffdeb;
    border: 1px solid #e1d783;
    padding: 30px 30px;
}
.ec-columnPostIndex__ttl {
    line-height: 1.25;
    font-size: 22px;
    margin-bottom: 15px;
}
.ec-columnPostIndex {
}
.ec-columnPostIndex__item {
    line-height: 1.25;
    font-size: 18px;
    
}
.ec-columnPostIndex__item:not(:last-child) {
    margin-bottom: 0.6em;
}
.ec-columnPostIndex__item a {
    color: inherit;
    text-decoration: none;
    text-indent: -1.2em;
    padding-left: 1.2em;
}
.ec-columnPostIndex__item a:before {
    content: "●";
    display: inline;
    padding-right: 0.2em;
}
.ec-columnPostIndex__item a:hover {
    text-decoration: underline;
}
/* 記事 */
.ec-columnPost__body h2 {
    display: grid;
    align-items: center;
    font-size: 24px;
    background: #b3dd9d;
    min-height: 70px;
    padding: 0.5em 1em;
    margin-top: 60px;
    margin-bottom: 30px;
    line-height: 1.5;
}
.ec-columnPost__body h3 {
    font-size: 22px;
    border-bottom: 2px solid #97c758;
    padding: 0.5em 0.25em;
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 1.5;
}
.ec-columnPost__body h4 {
    background: #d5efc7;
    border-left: 4px solid #69ad78;
    font-size: 18px;
    line-height: 1.5;
    padding: 0.6em 1em;
    margin-bottom: 20px;
}
.ec-columnPost__body p {
    margin-bottom: 25px;
}
.ec-columnPost__body p a {
    display: inline;
}
.ec-columnPost__body p a:hover {
    text-decoration: underline;
}
.ec-columnPost__body img {
    max-width: 100%;
    vertical-align: bottom;
    display: inline-block;
}
.ec-columnPost__body table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 35px;
}
.ec-columnPost__body tr {
    font-size: inherit;
}
.ec-columnPost__body th,
.ec-columnPost__body td {
    font-size: 16px;
    font-weight: normal;
    padding: 0.6em 1em;
    border: 1px solid #999;
}
.ec-columnPost__body th {
    background: #eee;
}
.ec-columnPost__body td {
}
/* フッター */
.tabacms_footer {
    margin-top: 60px;
}
@media screen and (max-width: 1189px) {
    /* ヘッダー */
    .ec-columnPost__head {
        padding-right: 40px;
    }
    /* .tabacms_post .ec-columnPost__head__ttl {
        font-size: 30px;
    } */
    .ec-columnPost__body .topics_body {
        padding-right: 40px;
    }
}
@media screen and (max-width: 991px) {
    /* ヘッダー */
    .ec-columnPost__head {
        padding-right: 0;
    }
    .ec-columnPost__body .topics_body {
        padding-right: 0;
    }
}
@media screen and (max-width: 767px) {
    /* ヘッダー */
    .ec-columnPost__head {
        margin-bottom: 15px;
    }
    .ec-columnPost__thumb {
        margin-bottom: 25px;
    }
    .tabacms_post .ec-columnPost__head__time {
    }
    .tabacms_post .ec-columnPost__head__ttl {
        font-size: clamp(24px, 3.4vw ,26px);
        padding-left: 0;
        padding-right: 0;
    }
    .ec-columnPost__body {
    }
    /* 記事 */
    .ec-columnPost__body h2 {
        font-size: 22px;
    }
    .ec-columnPost__body h3 {
        font-size: 20px;
    }
}
@media screen and (max-width: 575px) {
    /* ヘッダー */
    .ec-columnPost__head {
    }
    .tabacms_post .ec-columnPost__head__time {
        font-size: 12px;
    }
    /* 目次 */
    .ec-columnPostIndex__outer {
        padding: 20px 15px;
    }
    .ec-columnPostIndex__ttl {
        font-size: 18px;
    }
    .ec-columnPostIndex__item {
        font-size: 16px;
    }
    .ec-columnPostIndex__item:not(:last-child) {
        margin-bottom: 0.7em;
    }
    /* 記事 */
    .ec-columnPost__body h2 {
        margin-bottom: 20px;
        padding: 0.5em;
    }
    .ec-columnPost__body h4 {
        font-size: 17px;
    }
    .ec-columnPost__body p {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .ec-columnPost__body img {
    }
    .ec-columnPost__body table {
        margin-bottom: 25px;
    }
    .ec-columnPost__body tr {
    }
    .ec-columnPost__body th,
    .ec-columnPost__body td {
        font-size: 15px;
    }
}