@charset "UTF-8";

/*===================================================================
	青森つばめプロパン　商品紹介ページ

===================================================================*/

.el-item-section-inner-title {
	font-size: 1.5em;
	color: #e84228;
	margin-bottom: -1.25em;
}

@media screen and (max-width: 768px) {
	.el-item-section-inner-title {
		font-size: 1.1em;
		line-height: 1.4;
		margin-bottom: -2em;
	}

	.item_postVoice2_pr {
		font-size: 4vw !important;
	}
}

.item_link_txt {
	width: 80% !important;
	font-size: 1.2em !important;
	border-radius: initial !important;
	padding-left: 3.25em !important;
	padding-right: 3.25em !important;
	line-height: 1.8 !important;
}
@media screen and (max-width: 768px) {
	.item_link_txt {
		width: 100% !important;
		font-size: 0.9em !important;
		border-radius: initial !important;
		padding-left: 1.6em !important;
		padding-right: 2.5em !important;
		line-height: 1.6 !important;
	}
}

