@charset 'utf-8';
/* ===================================================================
	ブランドサイト側のCSSを上書き
=================================================================== */

main {
	color: #1a1a1a;
	font-size: 16px;
	line-height: 1.5;
	font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', 'ヒラギノ角ゴ', 'Arial', sans-serif !important;
	font-feature-settings: normal;
}

@media screen and (max-width: 768px) {
	main {
		font-size: 1rem;
	}
}

main *,
*::before,
*::after {
	box-sizing: border-box;
}

/* ---------------------------------------------
*   <a> tag
--------------------------------------------- */
main a,
main a:hover {
	color: inherit;
	text-decoration: none;
	outline: none;
}

/* タイトル＆パンくず 非表示 */
.c-section-2__head {
	display: none;
}

/* キービジュアル上アキ調整 */
.c-section-2__container {
	padding-top: 0 !important;
}

/* キービジュアル 必要に応じて表示or非表示にしてください */
.c-section-2__img {
	/*display: none;*/
}

/* フォーム非表示 */
.c-section-41 {
	display: none;
}

/* BAUS Club Off btn 非表示 */
.c-card-3__btn {
	display: none;
}

/* グループ一貫体制のマンション管理 btn 非表示 */
.c-block-23__sentence-link {
	display: none;
}