@charset "UTF-8";

/* ====================================
	共通スタイル
 ==================================== */
.section-newtext {
	margin-top: .7em;
}

.section-newtext-icon {
	color: #F50909;
	font-weight: bold;
	padding-right: 0.5em;
}

.section-title:has(+.flex-container) {
	margin-bottom: 0;
}

.img-caption {
	font-size: 1.2rem;
}


/* らくチンセンサーのしくみ・画像キャプション */
.caption-column2 {
	display: flex;
	gap: 0;
}

.caption-text {
	font-size: 1.4rem;
	inline-size: 50%;
	margin-top: 0.5em;
	padding-inline: 1em;
	text-align: center;
}


/* コラム（共通） */
.column-container {
	position: relative;
	max-inline-size: 1200px;
	margin-inline: auto;
	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-weight: 700;
	font-size: 1.6rem;
	line-height: 2.4;
	border-bottom: 2px dotted #000;
}

/* 絶対湿度センサーコラム */

.sensor-column {
	padding-top: 10rem;
}

.title-box {
	text-align: center;
}

.column-container .sensor-column-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.arrow-img {
	margin: 1.4em auto 0;
	width: 10rem;
}

.column-container .sensor-column-container.column3 {
	text-align: center;
	margin-top: 3rem;
	row-gap: 3rem;
}

.column-container .sensor-column-container.column3>.flex-item {
	inline-size: calc(100% / 3);
}


.column-container .sensor-column-container.top>.flex-item {
	inline-size: 50%;
}

.column-container .sensor-column-container.top>.flex-item:last-of-type {
	margin-left: -2%;
}

.merit-num {
	background-color: #7B1B17;
	padding: .15em 1.4em;
	color: #fff;
	border-radius: 5px;
	font-size: 1.4rem;
	font-weight: 500;
}

.merit-ttl {
	font-size: 1.6rem;
	margin-top: 1rem;
	font-weight: 700;
}

.merit-ttl span {
	display: inline;
	border-bottom: 1px dashed #000;
	line-height: 1.8;
}


/* コラム２（安心と実績のオーブンレンジ） */
.history-column {
	margin-top: 7rem;
}

.history-column-flex-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 20px;
}

.history-column .column-title-wrap {
	inline-size: 57%;
}

.history-column .column-title {
	margin-inline: auto;
	font-size: 2rem;
	line-height: 2;
}

.history-column .column-title em {
	font-size: 2.4rem;
}

.history-column .column-title-wrap p {
	margin-top: 3rem;
	font-size: 1.4rem;
	text-align: left;
}

.history-column-img-container {
	display: flex;
	align-items: center;
	column-gap: 20px;
}

.history-column-img {
	inline-size: 200px;
	flex-shrink: 0;
}

.history-column-caption {
	margin-top: 0.5em;
	font-size: 1.2rem;
	text-align: right;
}

.history-column-logo {
	inline-size: 100px;
}



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

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

	.sensor-column {
		padding-top: 6rem;
	}

	.column-text {
		font-size: 1.4rem;
	}


	/* コラム（安心と実績のオーブンレンジ） */
	.history-column-flex-container {
		flex-direction: column;
		row-gap: 30px;
	}

	.history-column .column-title {
		font-size: 1.4rem;
	}

	.history-column .column-title em {
		font-size: 1.6rem;
	}

	.history-column .column-title-wrap {
		inline-size: 100%;
	}

	.history-column-img-container {
		justify-content: center;
	}

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

	.history-column-logo {
		inline-size: 30%;
	}

	/* センサーコラム */

	.column-container .sensor-column-container.column3>.flex-item {
		inline-size: 100%;
	}


	.column-container .sensor-column-container.top>.flex-item {
		inline-size: 100%;
	}

	.column-container .sensor-column-container.top>.flex-item:last-of-type {
		margin-left: 0;
	}
}

/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media print,
screen and (width >=768px) {


	/* コラム（共通） */
	.column-container {
		padding: 3em 3em 3em;
	}

	.column-index {
		font-size: 1.6rem;
	}

	.column-title {
		font-size: 2rem;
	}


	/* 絶対湿度センサーコラム */

	.arrow-img {
		width: 12%;
		margin: 1.5rem auto 3rem;
	}

	.merit-ttl {
		font-size: 1.8rem;
		margin-top: 2rem;
	}

}

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