@charset "utf-8";


.inquiry {
	font-size: 16px;
	margin-top: 30px;
	padding: 10px;
	border: solid 2px #82cdf4;
    text-align: center;
}
.inquiry dt {
    font-weight: bold;
}
.phone-number {
    font-size: 34px;
    color: #004EA2;
    font-weight: bold;
}
.notes {
	font-weight: bold;
	color: #FF0000;
	margin: 20px 0 30px;
}
.call-txt {
    font-size: 1.4rem;
}
.call-txt02 {
    font-size: 1.2rem;
}

@media screen and (max-width: 640px) {
.phone-number {
    font-size: 2.6rem;
}
.inquiry {
    font-size: 1.4rem;
    /*text-align: left;*/
}
.call-txt {
    font-size: 1.2rem;
}
}