@charset "UTF-8";
/*----------
	営業エリア
----------*/
/*-----------
	p-txt-flex
----------*/
.p-txt-flex {
	display: flex;
	justify-content: space-between;
}
.p-txt-flex span {
	margin-left: 30px;
}
@media (width >= 768px), print {
	.p-txt-flex {
		justify-content: center;
	}
}

/*-----------
	p-txt-total
----------*/
.p-txt-total {
	font-size: 1.8rem;
}
@media (width >= 768px), print {
	.p-txt-total {
		font-size: 2rem;
	}
}