@charset "UTF-8";

/* ====================================
	共通スタイル
 ==================================== */
/* CHECK ONLY */
.dummy-red { all: unset !important;	color: #E6000D !important;}
.dummy-del { all: unset !important;	color: #E6000D !important; text-decoration: line-through !important }


.flex-item:has(img) {
	max-inline-size: 10rem;
	margin-inline: auto;
}

.flex-section {
	justify-content: space-between;
	row-gap: 2rem;
}

.flex-section .flex-item:has(p) {
	inline-size: 63%;
}

.flex-section .flex-item:has(img) {
	max-inline-size: 24rem;
	inline-size: 35%;
}

.text-container h4 {
	font-weight: bold;
	margin-bottom: 1.5rem;
}

.mt-subTitle {
	margin-top: 7rem;
}



#sub03 .flex-container.column2 .sub-item .text-container {
	flex-grow: 0;
}

/* 補足記事：コラム */
.column-container {
	position: relative;
	background: #f5f5f5;
	padding: 6rem 3rem;
	margin-top: 10rem;
}

.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;
}

.title-box {
	width: 72%;
	text-align: center;
	padding-bottom: 0.4rem;
	margin-left: auto;
	margin-right: auto;
}

.column-title {
	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-container .text-container {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 5rem;
}

.column-container .text-container-text {
	inline-size: 44%;
	line-height: 2;
}

.column-container img {
	inline-size: 50%;
}


/* MP4 */
.thumb-takumi {
	background: url(images/bnr-takuminoreibou.jpg) no-repeat center center / cover;
}

.thumb-dry-x {
	background: url(images/bnr-hyouketsudry.jpg) no-repeat center center / cover;
}

.movie-text {
	inline-size: 100%;
	max-inline-size: 600px;
	margin-inline: auto;
}

/* キャプション */
.caption-l {
	font-size: 1.2rem;
	margin-top: 0.5em;
	text-align: left;
}

/* ====================================
	ホバーが有効な環境のみ
===================================== */
@media (hover:hover) and (pointer: fine) {}

/* ====================================
	スマートフォン専用スタイル
===================================== */
@media screen and (width < 768px) {

	/* 共通 */
	.flex-section {
		flex-direction: column;
		justify-content: center;
	}

	.flex-section .flex-item:has(p) {
		inline-size: 100%;
	}

	.flex-section .flex-item:has(img) {
		inline-size: 100%;
	}

	.mt-subTitle {
		margin-top: 5rem;
	}

	/* 補足記事：コラム */
	.column-container {
		padding: 3rem 2rem;
		margin-top: 6rem;
	}

	.column-container .text-container {
		flex-direction: column;

	}

	.column-container .text-container-text,
	.column-container .text-container img {
		inline-size: 100%;
	}

}

/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media print,
screen and (width >=768px) {
	.flex-item:has(img) {
		inline-size: 12%;
		margin-left: 7rem;
	}

	.flex-item:has(.text) {
		flex: 1 0;
	}

	.mb-caption1l {
	margin-bottom: 2.4rem;
}
}

/* ====================================
	タブレット専用スタイル（768px～1080px）
===================================== */
@media screen and (768px <=width < 1080px) {}