@charset "UTF-8";
/*---------------
ttl04 withLogo
------------------*/
.ttl04.withLogo {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
.ttl04.withLogo > img {
	max-width: 250px;
	margin-left: 20px;
	margin-top: 0;
	align-self: center;
}
/*---------------
withBrandList
------------------*/

.withBrandList > li {
	text-indent: -1em;
	padding-left: 1em;
}
.withBrandList img {
	vertical-align: middle;
	margin-right: 15px;
}
.withBrandList img:first-of-type {
	margin-left: 15px;
}
.withBrandList img.visa {
	height: 20px;
}
.withBrandList img.jcb {
	height: 30px;
}
.withBrandList img.mastercard {
	height: 30px;
}
/*---------------
serviceTable
------------------*/
.serviceTable thead th,
.serviceTable th,
.serviceTable td {
	padding-left: 2.5px;
	padding-right: 2.5px;
	font-size: 0.857rem;
}
.serviceTable col.brand {
	width: 80px;
}
/*---------------
modal
------------------*/
.contactModal01 .modalContent {
	width: 730px;
}