@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
*/

/******************************
広告関連タグ
******************************/

/* JSリンク */
.web {
    cursor: pointer;
    text-decoration: underline;
    color: #006ccc;
}

.web:hover {
    color: #ccc;
}

/* 広告ボタン */
[class*=is-style-btn_] span.web {
    background: var(--the-btn-color);
    display: inline-block;
    letter-spacing: var(--swl-letter_spacing, 1px);
    line-height: 1.5;
    margin: 0;
    min-width: 64%;
    padding: 0.75em 1.5em;
    position: relative;
    text-decoration: none;
	color: #fff;
}
