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

/* アプリレビュー（ショートコード）0004のボタンの装飾 */
.theme-swell .original_block_0004_button_group a:not(.btn), .theme-swell .original_block_0004_button_group a:not(.btn):visited{
    width: 100%;
    max-width: 420px;
	/*ボタンの背景色と文字色を変える場合はここを変更してください ここから*/
    background: #333;
    color: #fff;
	/*ボタンの背景色と文字色を変える場合はここを変更してください ここまで*/
    border: none;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1), 0 4px 8px -4px rgba(0, 0, 0, .2);
    cursor: pointer;
    transition: box-shadow .25s;
}
.theme-swell .original_block_0004_button_group a:not(.btn):hover{
box-shadow: 0 4px 12px rgba(0, 0, 0, .1), 0 12px 24px -12px rgba(0, 0, 0, .2);
}