@charset "utf-8";
/* CSS Document */

#lower-image {
	background: url("/ambulatory/images/main_image.jpg") center -150px;
	background-size: cover;
}

#main-contents #flow .flow-wrap {
	padding-bottom: 0;
}

#main-contents #flow dl {
	margin-bottom: 30px;
	padding-left: 15px;
	border-left: 5px solid rgb(251 229 241);
	font-size: 1.4rem;
}

#main-contents #flow dt {
	font-weight: bold;
}

#main-contents #flow dd {
	margin-bottom: 30px;
}

#main-contents #flow figure {
	background-color: #ccc;
}

.article-illustration {
	width: min(100%, 880px);
	margin: 36px auto 28px;
	overflow: hidden;
	background: #f8f2ef;
	border: 1px solid #f1e6e1;
	border-radius: 14px;
}

.article-illustration img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}

.article-cta {
	position: relative;
	isolation: isolate;
	box-sizing: border-box;
	width: 100%;
	max-width: 880px;
	min-width: 0;
	margin: clamp(48px, 6vw, 72px) auto 0;
	padding: clamp(36px, 5vw, 56px) clamp(20px, 6vw, 64px);
	overflow: hidden;
	background-color: #fff7fb;
	border: 1px solid #f2c9dd;
	border-radius: 24px;
	box-shadow: 0 18px 50px rgba(102, 57, 80, 0.09);
	text-align: center;
}

.article-cta::before,
.article-cta::after {
	position: absolute;
	z-index: -1;
	content: "";
	border-radius: 50%;
	pointer-events: none;
}

.article-cta::before {
	top: -86px;
	right: -68px;
	width: 210px;
	height: 210px;
	background-color: #fbe2ee;
}

.article-cta::after {
	bottom: -96px;
	left: -72px;
	width: 190px;
	height: 190px;
	background-color: #edf2e9;
}

.article-cta__label {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	margin: 0 0 16px;
	padding: 4px 16px;
	background-color: #fff;
	border: 1px solid #e9aeca;
	border-radius: 999px;
	color: #a82563;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.12em;
}

.article-cta__title {
	min-width: 0;
	max-width: 100%;
	margin: 0;
	color: #342b30;
	font-size: clamp(23px, 2.5vw, 31px);
	font-weight: 700;
	line-height: 1.55;
	letter-spacing: 0.05em;
}

.article-cta__lead {
	min-width: 0;
	width: 100%;
	max-width: 690px;
	margin: 18px auto 0;
	color: #51464c;
	font-size: 16px;
	line-height: 1.9;
	letter-spacing: 0.05em;
}

.article-cta__points {
	box-sizing: border-box;
	width: 100%;
	min-width: 0;
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
	max-width: 760px;
	margin: 28px auto 0;
}

.article-cta__points li {
	box-sizing: border-box;
	min-width: 0;
	display: flex;
	align-items: center;
	gap: 11px;
	padding: 14px 16px;
	background-color: rgba(255, 255, 255, 0.88);
	border: 1px solid #efdae4;
	border-radius: 12px;
	color: #493e44;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.65;
	letter-spacing: 0.03em;
	text-align: left;
}

.article-cta__points li > span:last-child {
	min-width: 0;
	max-width: 100%;
}

.article-cta__check {
	display: grid;
	flex: 0 0 25px;
	width: 25px;
	height: 25px;
	place-items: center;
	background-color: #f9e3ee;
	border-radius: 50%;
	color: #a82563;
}

.article-cta__check svg {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

.article-cta__action {
	margin-top: 30px;
}

.article-cta .bubbly-button:focus-visible {
	outline: 3px solid #5d2943;
	outline-offset: 4px;
}

.article-cta__note {
	margin: 10px 0 0;
	color: #6d5d65;
	font-size: 12px;
	line-height: 1.6;
	letter-spacing: 0.04em;
}

@media (prefers-reduced-motion: reduce) {
	.article-cta .bubbly-button {
		transition: none;
	}
}

@media screen and (max-width: 767px) {
	.article-illustration {
		margin: 24px auto 18px;
		border-radius: 10px;
	}

	.article-cta {
		padding: 34px 18px 30px;
		border-radius: 18px;
	}

	.article-cta__label {
		margin-bottom: 14px;
	}

	.article-cta__title {
		font-size: 22px;
		line-height: 1.6;
	}

	.article-cta__lead {
		margin-top: 14px;
		font-size: 16px;
		line-height: 1.85;
		text-align: left;
	}

	.article-cta__points {
		margin-top: 22px;
	}

	.article-cta__points li {
		padding: 13px 14px;
		font-size: 14px;
	}

	.article-cta__action {
		margin-top: 24px;
	}

}

@media screen and (min-width: 768px) {
	.article-cta__points {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}


@media screen and (min-width: 768px) {
	#main-contents #flow .flow-item {
		overflow: hidden;
	}
	
	#main-contents #flow .flow-wrap {
		float: left;
		width: calc(60% - 30px);
		margin-right: 30px;
	}

	#main-contents #flow figure {
		float: right;
		width: 40%;
	}
}

@media screen and (min-width: 1280px) {
	#main-contents #flow dt {
		margin-bottom: 20px;
		font-size: 1.6rem;
	}
}
