@charset "UTF-8";

/* コラム共通 */

.column-container {
	position: relative;
	max-inline-size: 1200px;
	margin: 8rem auto 0;
	padding: 4rem 5%;
	background: #f5f5f5;
}

.column-index {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	inline-size: fit-content;
	padding: .4em 2.5em;
	font-size: 1.4rem;
	font-weight: 700;
	color: #fff;
	background: #000;
	border-radius: 50px;
}

.column-title-wrap {
	text-align: center;
}

.column-title {
	display: inline;
	padding: 0 .2em .2em;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 2.4;
	border-bottom: 2px dotted #000;
}

/* コラム１ */
#column01 .column-title-wrap + .text-container p {
	font-size: 1.5rem;
}

.list-kinou {
	margin-top: 2rem;
}

.kinou-title {
	font-size: 1.5rem;
	font-weight: 500;
}

.kinou-title span {
	display: inline-block;
	inline-size: 1.5em;
	margin-right: 0.5em;
	font-size: 0.8em;
	text-align: center;
	color: #fff;
	border-radius: 0.5rem;
	background: #e60012;
}


.list-kinou>li:not(:first-child) {
	margin-top: 1em;
}

.list-kinou .text {
	font-size: 1.4rem;
	margin-top: 0.25em;
}

.column-btn-area {
	display: flex;
	justify-content: center;
	margin: 8rem auto 0;
	text-align: center;
}

/* コラム２ */
#column02 .text-container {
	font-size: 1.5rem;
}

/* 注意文 */
.border-caption-box {
  margin-top: 2rem;
  font-size: 1.2rem;
}

.border-caption-box p {
	text-align: center;
  padding: .3em;
  border: 1px solid #000;
}

/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media print,
screen and (width >=768px) {

	/* コラム共通 */

	.flex-container.half-custom {
		justify-content: space-between;
	}

	.flex-container.half-custom>.flex-item {
		width: 50%;
	}

	.flex-container.half-custom>.flex-item:has(.img-container) {
		width: 47%;
	}

	.column-container {
		margin-top: 12rem;
		padding: 6rem 3%;
	}

	.column-index {
		font-size: 1.6rem;
	}

	.column-title {
		font-size: 2rem;
	}

	/* コラム１ */
	#column01 .column-title-wrap + .text-container p {
		font-size: 1.6rem;
	}

	.kinou-title {
		font-size: 1.6rem;
	}
	
	.list-kinou>li:not(:first-child) {
		margin-top: 2.5rem;
	}

	.list-kinou .text {
		font-size: 1.4rem;
	}

	/* コラム２ */
	#column02 .flex-container {
		column-gap: 4%;
		margin-top: 3rem;
	}

	#column02 .flex-container>div:first-of-type {
		inline-size: 56%;
	}

	#column02 .flex-container>div:last-of-type {
		inline-size: 40%;
	}

	#column02 .text-container {
		font-size: 1.6rem;
	}
}