/* * =========================================
 * Shidoushaディレクトリ配下のスタイル
 * =========================================
 */

/* * =========================================
 * コンポーネントのオーバーライド【shidousha/index.html】
 * =========================================
 */
.c-article-list {
	padding: 64px 0 80px;
}

.c-article-card a {
	padding-left: 0;
}

.c-article-card__image {
	width: 48%;
}

/* 母子保健デジタルデータの提供・普及（API）のみ調整 */
.c-article-card:last-child .c-article-card__title {
	padding-bottom: 0;
	font-size: 19px;
}

@media (width <= 767px) {
	.c-page-title__image {
		margin-top: -30px;
	}

	.c-article-list {
		padding: 32px 0 64px;
	}

	.c-article-card__image {
		width: 30%;
	}
}

/* * =========================================
 * ログイン/新規登録【shidousha/index.html】
 * =========================================
 */
.membership {
	padding-top: 40px;
	padding-bottom: 80px;
}

.membership__inner {
	display: flex;
	flex-direction: row;
	gap: 24px;
	padding: 0 32px 16px;
	background-color: #f3f2fb;
}

.membership__info {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 16px 0;
}

.membership__title {
	margin-top: 16px;
	font-family: var(--font-family-sub1);
	font-size: 32px;
	font-style: normal;
	font-weight: var(--font-weight-medium);
	line-height: 120%; /* 38.4px */
	letter-spacing: 2.56px;
}

.membership__explanation {
	font-size: 16px;
	font-style: normal;
	font-weight: var(--font-weight-medium);
	font-feature-settings:
		'halt' on,
		'pwid' on;
	line-height: 140%; /* 22.4px */
	letter-spacing: 0.64px;
}

.membership__supplement {
	font-size: 15px;
	font-style: normal;
	font-weight: var(--font-weight-regular);
	font-feature-settings:
		'halt' on,
		'pwid' on;
	line-height: normal;
	letter-spacing: 0.6px;
	list-style-position: inside;
}

.membership__supplement a {
	color: var(--link-default-color);
	text-decoration: underline;
	text-decoration-color: var(--link-default-color);
}

.membership__button {
	display: flex;
	flex-direction: row;
	gap: 20px;
	align-items: center;
	justify-content: center;
}

.membership__button a {
	display: inline-flex;
	justify-content: center;
	width: 150px;
	height: 60px;
	padding: 8px 24px 12px;
	font-family: var(--font-family-sub1);
	font-size: 18px;
	font-style: normal;
	font-weight: var(--font-weight-medium);
	line-height: 120%; /* 28.8px */
	color: var(--font-color-1);
	text-align: center;
	letter-spacing: 1.92px;
	background-color: #7c92f9;
}

/* * =========================================
 * レスポンシブ対応 (767px以下)
 * =========================================
 */
@media (width <= 767px) {
	/* 母子保健デジタルデータの提供・普及（API）のみ調整 */
	.c-article-card:last-child .c-article-card__title {
		padding-bottom: 16px;
		font-size: 20px;
	}

	.membership {
		padding-top: 32px;
		padding-bottom: 64px;
	}

	.membership__inner {
		flex-direction: column;
		padding: 0 24px 24px;
	}

	.membership__button a {
		font-size: 20px;
	}
}
