@charset "UTF-8";
/* Template: swell
 * Theme Name: SWELL CHILD
 * Theme URI: https://swell-theme.com/
 * Description: SWELL no ko-theme
 * 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
 * */

.my-block-columns {
	    display: flex;
	    align-items: stretch;
}

/* フッター直前の余白を削除 */

.l-content {
  margin-bottom: 0;
}
#before_footer_widget {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* ===================================================
 *  * All pages
 *  * First full-width block: padding-top 0
 *  * (overrides pc-py-60 padding-top)
 *  * padding-bottom (96px) is kept as-is
 *  =================================================== */

#body_wrap .post_content > .swell-block-fullWide:first-child {
	  padding-top: 0 !important;
}
