@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
*/
/*カスタムボタンを先頭にする*/
.pochipp-box__btnwrap.-custom {
    order: -3;
}
/***ホバーすると反転***/
.pochipp-box[data-btn-style=dflt] .pochipp-box__btn {
	border: 1px solid transparent;
}
/*** 目次・投稿リスト・ボタン・ブログカード以外のリンクはホバー時に下線 ***/
div.post_content a:hover:not(.p-toc__link):not(.p-postList__link):not(.swell-block-button__link):not(.p-blogCard__title){
	text-decoration: underline;