@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
*/

/* renewal HTML に寄せた上書き */
:root {
  --color_main: #008cd6;
}

.c-tagList a,
.p-articleMetas .c-tagList a,
.columns-tag {
  display: inline-flex;
  align-items: center;
  padding: 5px 8px;
  border-radius: 4px;
  background: #f6f7f8;
  color: #666;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
}

.p-toc.-capbox {
  border-color: #dde0e4;
}

.l-footer {
  background: #eff0f2;
}

