/*
Theme Name: JADA Global SWELL Child
Template: swell
Description: JADA Global用SWELL子テーマ
Version: 1.0.0
*/


.top #content {
    padding-top: 0;
}

svg:not([fill]) {
    fill: transparent;
}

.post_content>* {
    margin-bottom: 0;
}

.c-pageTitle{
	display:none;
}

.l-content{
    padding-top: 0;
    margin: 0 auto;	
}
.l-mainContent__inner>.post_content{
    margin: 0;
}

.-body-solid .p-breadcrumb.-bg-on{
    box-shadow: none;
    background: var(--jada-ivory);
    padding-top: 2rem;	
}



/* ========================================
   JADA global - SWELL Reset
======================================== */

.post_content .jada-global :where(
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	p,
	ul,
	ol
) {
	margin: 0;
	padding: 0;
}

.post_content .jada-global :where(
	h1,
	h2,
	h3,
	h4,
	h5,
	h6
) {
	border: 0;
	background: none;
	color: inherit;
	font-weight: inherit;
}

.post_content .jada-global :where(
	h1,
	h2,
	h3,
	h4,
	h5,
	h6
)::before,
.post_content .jada-global :where(
	h1,
	h2,
	h3,
	h4,
	h5,
	h6
)::after {
	display: none;
	content: none;
}