@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
*/

@media only screen and (max-width: 480px) {
    /* 関連記事サムネの幅 */
    .-type-card .p-postList__item {
        width: 100%;
    }
}

/* サムネイル関連 */
.u-obf-cover {
    position: relative;
}
.c-postThumb__figure:before {
    content: unset;
}

/* サムネイルのマウスホバーアニメ無効 */
/* https://hrdyuic.com/swell-eye-catching-image-scale-invalid/ */
#main_content .p-postList__link:hover .c-postThumb__img {
	transform: none;
}

.cap_box[data-colset="col1"] {
    --capbox-color: #ff9335;
    --capbox-color--bg: #ffffff;
}

[class*=is-style-btn_] a {
    background: #ed363f;
}

.l-footer__nav {
    text-decoration: underline;
}