@charset "UTF-8";
/*---------------
ttl04 withLogo
------------------*/
.ttl04.withLogo {
	display: flex;
	flex-direction: column;
}
.ttl04.withLogo > img {
	margin-top: 10px;
	align-self: flex-end;
}
/*---------------
withBrandList
------------------*/
.withBrandList > li {
	text-indent: -1em;
	padding-left: 1em;
}
.withBrandList img {
	vertical-align: middle;
	margin-right: 12px;
}
.withBrandList img:first-of-type {
	margin-left: 12px;
}
.withBrandList img.visa {
	height: 13px;
}
.withBrandList img.amex {
	height: 30px;
}
.withBrandList img.mastercard {
	height: 23px;
}
/*---------------
serviceTable
------------------*/
.serviceTable th,
.serviceTable td {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 0.857rem;
}