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

/* ページトップボタンを左下に移動 */
#pagetop {
    right: auto !important;
    left: 20px !important;
}

/* スマートフォン表示での調整 */
@media (max-width: 768px) {
    #pagetop {
        left: 15px !important;
    }
}
/* より強力な指定 */
.c-fixBtn#pagetop {
    right: auto !important;
    left: 20px !important;
    transform: none !important;
}