@charset "utf-8";

.txt_inline {
	display: flex;
    justify-content: center;
}

.txt_inline p {
	color: #eb5505;
	padding-left: 2.2rem;
}

.w426px {
	max-width: 426px !important;
}

@media print, screen and (min-width: 641px) {
	.txt_inline p {
		font-size: 18px;
	}
}

@media screen and (max-width:640px) {
	.txt_inline p {
		font-size: 14px;
	}
}