@charset "utf-8";


.catch {
	font-size: 18px;
	font-weight: bold;
}
.ribbon {
	font-size: 16px;
}
.figure {
	font-size: 22px;
}
.btn-pdf {
	display: flex;
	justify-content: space-between;
}
.inquiry {
	font-size: 16px;
	margin-top: 30px;
	padding: 10px;
	background-color: #e5f5fc;
    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;
}

@media screen and (max-width: 640px) {
.point-sp {
	background-color: #004EA2;

}
.ribbon {
    padding: 0 40px 0 18px;
	font-size: 14px;
	display: table-cell;
	vertical-align: middle;
}
.figure {
	font-size: 18px;
}
.catch {
	font-size: 1.6rem;
}
.phone-number {
    font-size: 2.6rem;
}
.inquiry {
    font-size: 1.4rem;
    text-align: left;
}
.call-txt {
    font-size: 1.2rem;
}
}