/* 
公開後の修正対応用CSSです。
修正事項ございましたら、こちらに上書きをお願いいたします。
 */

 /* ヘッダータイトル修正 */
 .-txt .c-headLogo__link span {font-size: .5em;}
.text-link {text-decoration: underline;}.text-link:hover {text-decoration: none;}

/* 投稿ページのみハイパーリンクに下線 */
.wp-singular.information-template-default .l-content a {
    text-decoration: underline;
    color: var(--color_header_text);
}
.wp-singular.information-template-default .l-content a:hover {
    text-decoration: none;
}
.wp-singular.information-template-default .l-content .swell-block-button a {
    text-decoration: none;
}
.wp-singular.information-template-default .l-content .swell-block-button a:hover {
    color: #fff;
}

/* フッター修正 */
.l-footer .l-footer__widgetArea {
    padding: 5em 1em 1em;
}
@media screen and (max-width: 959px) {
    .l-footer .l-container .l-footer__nav {
        justify-content: center;
    }
    .l-footer .l-container .l-footer__nav .menu-item a {
        padding: 0 1em;
    }
    .l-footer .l-container .w-footer__box .wp-block-group h2,
    .l-footer .l-container .w-footer__box .wp-block-group p {
        text-align: center;
    }
    .l-footer .l-container .l-footer__nav {
        margin-top: 2em;
    }
    .l-footer .l-footer__foot p {
        text-align: center;
    }
}

/* MVにスクロール誘導の表記 */
.swell-block-fullWide.pc-py-40.sp-py-0.alignfull.top_mv::after {
    content: 'scroll↓';
    color: var(--color_header_text);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 1em;
    font-size: .8em;
    z-index: 9;
}
@media screen and (max-width: 959px) {
    .swell-block-fullWide.pc-py-40.sp-py-0.alignfull.top_mv::after  {
        right: 1em;
        left: auto;
        transform: none;
        color: #fff;
        font-size: .6em;
    }
}
@media screen and (min-width: 960px) {
    .p-postListWrap .p-postList.-type-simple .p-postList__item .p-postList__link .p-postList__body .p-postList__meta, .p-archiveContent .p-postList.-type-simple .p-postList__item .p-postList__link .p-postList__body .p-postList__meta {
        width: 200px;
    }
}

/* コラム一覧タイトル位置修正 */
.post-type-archive-column .p-archiveContent .p-postList.-type-simple .p-postList__item .p-postList__link .p-postList__body {
    align-items: center;
}
@media screen and (min-width: 960px) {
    .swell-block-fullWide.pc-py-40.sp-py-0.alignfull.top_mv::after {
        font-size: 1em;
    }
}

