@charset "UTF-8";

/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
WP Maruso Group Theme
	ver.2023.08.16.Custom-
	固定ページ「プライバシーポリシー」　スタイルシート
────────────────────────────────────────
FileName:		/marusogroupTheme/assets/css/style-page-privacypolicy.css
Editor:			TRUSTEC
Description:	固定ページ「プライバシーポリシー」　スタイルシート。
────────────────────────────────────────
2023/07/25:		公開。
2022/12/01:		開発開始。
2022/11/01:		サンプル開発開始。
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
*/





/* ::::: [COMMON] ::::: */





/* ::::: [OVER-WRITES : STYLE-COMMON] ::::: */

/* Intro Child
--------- --------- --------- ------- */
.intro-child-overlays-wrapper .title {
}





/* ::::: [OVER-WRITES : ] ::::: */





/* ::::: [PATTERN TITLE  : ] ::::: */

/* Setting
--------- --------- --------- ------- */
.pattern-title-ribbon {
	/*	カスタムプロパティ	*/
}

/*	レベル１の見出し	*/
.pattern-title-ribbon.title-level1.short {
	background-color: transparent;
	font-size: max(1.2rem, 1.83vw);					/*	--title-font-size-35	*/
	line-height: 1.5em;
	color: currentColor;
	margin-bottom: 1.5em;
	padding: 0;
}

/*		*/
.pattern-title-ribbon.title-level1.short .title {
	background-color: var(--background-color-level1);
	font-size: inherit;
	line-height: inherit;
	color: #ffffff;
	margin: 0;
	padding: 0.3em 1.5em 0.4em 1.5em;
	display: inline-block;
}

/*	レベル２の見出し	*/
.pattern-title-ribbon.title-level2 {
    margin-top: 2em;
}







/*		*/
.text-wrapper {
	/*background-color: rgba(255, 0, 200, 0.1);*/
	padding-left: calc(max(1.2rem, 1.83vw) * 1.5);
	padding-right: calc(max(1.2rem, 1.83vw) * 1.5);
}

/* Over Writes: Message
--------- --------- --------- ------- */
/*	Message	*/
.text-wrapper .message {
	line-height: 2em;
}
.text-wrapper * > .message:last-of-type {
	margin-bottom: 2em;
}


/* Media Query
--------- --------- --------- ------- */
/*	DisplayWidth > XL	*/
@media (min-width: 1400px) {

}
/*	DisplayWidth < MD	*/
@media (max-width: 767px) {
	:root {
		--section-padding: 1em;
	}
}
/*	DisplayWidth < XS	*/
@media (max-width: 575px) {

	/*	レベル１の見出し	*/
	.pattern-title-ribbon.title-level1.short {
		margin-bottom: 1em;
	}
	/*		*/
	.pattern-title-ribbon.title-level1.short .title {
		padding-left: calc(var(--page-layout-space-width) * 2);
		padding-right:var(--page-layout-space-width);
		display: block;
	}

	/*	レベル２の見出し	*/
	.pattern-title-ribbon.title-level2 {
		margin-top: 1em;
		margin-bottom: 1em;
		padding-left: calc(var(--page-layout-space-width) * 2);
		padding-right:var(--page-layout-space-width);
	}

	/*		*/
	.text-wrapper {
		margin-left: var(--page-layout-space-width);
		margin-right: var(--page-layout-space-width);
		padding-left: var(--page-layout-space-width);
		padding-right:var(--page-layout-space-width);
	}

	/* Over Writes: Message
	--------- --------- --------- ------- */
	/*	Message	*/
	.text-wrapper .message {
		/*line-height: 1.5em;*/
		/*padding: 0 0.5em;*/
	}
	.text-wrapper * > .message:last-of-type {
		margin-bottom: 1em;
	}
}
