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


/* ———————————————————————————— */
/* template-toppage 用 コンテンツ領域 padding/margin 完全リセット */
/* ———————————————————————————— */
body.page-template-template-toppage #content.l-content.l-container,
body.page-template-template-toppage-php #content.l-content.l-container {
  padding-top:    0 !important;
  padding-right:  0 !important;
  padding-bottom: 0 !important;
  padding-left:   0 !important;
  margin:         0 !important;
}


/* ──────────────────────────────────── */
/* template-toppage.php かつ page ID 20 用 */
/* #content.l-content.l-container の余白を完全リセット */
/* ──────────────────────────────────── */

body.page-id-20 #content.l-content.l-container {
  margin: 0 !important;
  padding: 0 !important;
}


