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

@media (min-width: 960px) {
  /* 行の幅を確定させ、列を等幅に */
  #n2-ss-2 .n2-ss-layer[data-sstype="row"] { width: 100% !important; }
  #n2-ss-2 .n2-ss-layer[data-sstype="col"] {
    flex: 1 1 0 !important;
    width: auto !important;
    min-width: 0 !important;
  }

  /* 列の上下マージンを統一（高さの差の原因） */
  #n2-ss-2 .n2-ss-layer-row-inner > [data-sstype="col"] {
    margin-top: 17.5px !important;
    margin-bottom: 17.5px !important;
  }
}