﻿.t-contents .contact__text .c-tel {
	font-size: 23px;
    font-weight: bold
}

@media screen and (max-width: 1200px) {
	.t-contents .contact__text .c-tel {
		font-size: 14px;   /* 少し小さく */
		line-height: 1.4;  /* 行間調整 */
		text-align: center; /* 必要なら中央寄せ */
	}
}

