@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
*/
/*リキャプチャロゴ消す*/
.grecaptcha-badge { visibility: hidden; }
/記事一覧カードフォントサイズ*/
.c_linkto .c_linkto_text {
	font-size: 14px;
}
/* FANZA価格自動表示 */
.fanza-price-box {
    background: #fdf8f9;
    border: 1px solid #f3c6ce;
    padding: 12px;
    border-radius: 8px;
    margin: 10px 0;
}

.fanza-sale-label {
    background-color: #ff4f68;
    color: white;
    padding: 2px 6px;
    font-size: 0.8em;
    margin-bottom: 6px;
    display: inline-block;
    border-radius: 4px;
}