/* ==================================================
common.css
サイト全体で共通するスタイル
================================================== */
/* ----------------------------------------
全体
---------------------------------------- */
body {
    font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}

/* ----------------------------------------
ヘッダー
---------------------------------------- */
.c-site-branding {
	display: inline-block;
}
.c-site-branding__title {
    line-height: 1;
}
.c-site-branding__title a {
    display: block;
}
.l-simple-header__row {
	padding-top: 22px;
	padding-bottom: 28px;
}
.l-simple-header__row .c-row .c-row__col--auto {
	flex: none;
}
.page-target {
	margin-left: var(--_margin-2);
	font-size: 1.125rem;
}
@media (max-width: 767px) {
	.page-target {
		font-size: 0.875rem;
		line-height: 1.4;
	}
	.page-target span {
		display: block;
	}
}

/* ----------------------------------------
フッター
---------------------------------------- */
.l-footer {
	display: none;
}

/* ----------------------------------------
コンテンツ
---------------------------------------- */
.l-contents__inner:first-child {
    padding-top: 0;
}