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

html { 
	font-size: 16px; 
}
.l-header__logo {
	padding: 0!important;
	text-align: left!important;
}
.l-footer__nav {
	padding: 0!important;
    display: block!important;
    justify-content: flex-start;
}
.l-footer__nav a:hover {
    text-decoration: none!important;
}
.l-footer__nav a {
	padding: 3px 0!important;
	border-right: none!important;
}
.l-footer__nav li:first-child a {
	border-left: none!important;
}
.l-footer span {
    color: var(--color-bg)!important;
}
button{
	border: none!important;
}