@charset "UTF-8";

/* キャプション */
.caption-l {
	font-size: 1.2rem;
	margin-top: 0.5em;
	text-align: left;
}


/* コラム */
.column {
	position: relative;
	padding: 6rem 5%;
	background-color: #fff;
	margin-top: 10rem;
}

.column-contents__container {
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
	/* margin-top: 4rem;
	gap: 5rem; */
}
.column-icon {
	font-weight: 700;
	color: #fff;
	background-color: #000;
	border-radius: 50px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 1.4rem;
	padding: 0.4em 2.4em;
}

.column-title {
	text-align: center;
}

.column-title span {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 2.2;
	border-bottom: 2px dotted #000;
	padding-bottom: 3px;
	inline-size: fit-content;
	text-align: center;
	margin-inline: auto;
}


.column-text_container h4 {
	font-weight: bold;
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
}

.column-img_container {
max-inline-size: 50rem;
}

