@charset "UTF-8";
/* CSS Document */

/*
=========================================
News - 20251029
=========================================
*/
.news .page-heading{
	margin-bottom: 4.8rem;
	background-color: var(--color-drawer-bg);
}
.news .page-heading::before{
	background-color: var(--color-drawer-bg);
}

.news__product-contact{
	text-align: center;
}
@media (max-width: 767px){
	.news__product-contact{
		text-align: left;
	}
}
.news__product-contact h3{
	font-size: 1.5rem;
	font-weight: normal;
	margin-bottom: 1.0rem;
}
.news__product-contact-tel{
	display: flex;
	justify-content: center;
	align-items: baseline;
	gap: 0.8rem;
	margin-bottom: 1.5rem;
}
.news__product-contact-tel img{
	max-width: 7.0rem;
	height: auto;
}
@media (max-width: 767px){
	.news__product-contact-tel img{
		max-width: 5.0rem;
	}
}
.news__product-contact-tel a{
	font-family: "abril-titling-condensed", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 6.0rem;
	line-height: 1;
}
@media (max-width: 767px){
	.news__product-contact-tel a{
		font-size: 4.0rem;
	}
}
.news__product-contact-time{
	font-size: 1.5rem;
	margin-bottom: 1.8rem;
}
.news-20251029{
	margin-bottom: 1.8rem;
}