@charset "UTF-8";

/* ===============================
	変数定義
=============================== */

/* ===============================
	共通スタイル
=============================== */

.second_product_intro:has(.caption.mt05em) p {
	margin-block-end: 0.5em;
}

.second_product_intro .caption.mt05em {
		word-break: break-all;
		margin-bottom: 1em;
}

.second_flexbox_text .caption {
word-break: break-all;
}


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

	.second_product_intro .caption.mt05em {
text-align: left;
}
}

/* ====================================
	TAB、PC、印刷専用スタイル（768px～）
===================================== */
@media print,
screen and (width >=768px) {
}

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

/* ====================================
	PC専用スタイル（1080px～）
===================================== */
@media print,
screen and (1080px <=width) {}