@charset "utf-8";
#content .lead {
	font-size: 15px;
}

.cardType {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 30px;
	padding: 0 25px;
}
.cardType > p {
	width: 30%;
	padding-left: 50px;
	position: relative;
}
.cardType > p.pCard::before {
	content: "";
	width: 40px;
	height: 26px;
	background: url(/card/common2015/images/b_card.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: -2px;
	left: 0;
}
.cardType > p.gCard::before {
	content: "";
	width: 40px;
	height: 26px;
	background: url(/card/common2015/images/g_card.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: -2px;
	left: 0;
}
.cardType > p.tCard::before {
	content: "";
	width: 40px;
	height: 26px;
	background: url(/card/common2015/images/t_card.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: -2px;
	left: 0;
}
@media only screen and (max-width: 767px) {
	.cardType {
		flex-direction: column;
		gap: 20px 0;
	}
	.cardType > p {
		width: 100%;
	}
}

/* contBox */
.contBox {
	margin-top: 30px;
}
.contBox + .contBox {
	margin-top: 50px;
}
.contBox .inner {
	padding: 0 25px;
}
.contBox h2 {
	font-size: 16px;
	font-weight: bold;
	border-bottom: solid 1px #000;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.contBox h2 span {
	font-weight: bold;
}
.contBox .box {
	margin-top: 10px;
}
.contBox .box + .box {
	margin-top: 30px;
}
.contBox .ttl {
	font-weight: bold;
}
.contBox .ttl span {
	font-weight: bold;
}
.contBox .icn01 span ,
.contBox .icn02 span {
	display: inline-block;
	position: relative;
}
.contBox .icn01 span {
	padding-right: 160px;
}
.contBox .icn01 span::after {
	content: "";
	width: 140px;
	height: 26px;
	background-image: url(/card/common2015/images/b_card.png), url(/card/common2015/images/g_card.png), url(/card/common2015/images/t_card.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left, center, right;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
}
.contBox .icn02 span {
	padding-right: 110px;
}
.contBox .icn02 span::after {
	content: "";
	width: 90px;
	height: 26px;
	background-image: url(/card/common2015/images/b_card.png), url(/card/common2015/images/g_card.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left, right;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
}
.contBox .link {
	color: #333;
	text-decoration: underline;
}

.new2017 {
	margin-top: 20px;
}
.new2017 h3 {
	position: relative;
	text-align: left;
}
.new2017 h3 span {
	display: inline-block;
	padding: 10px 86px 10px 40px;
	font-weight: bold;
}
.new2017 h3 span.logoAe,
.new2017 h3 span.logoVisa,
.new2017 h3 span.logoJcb,
.new2017 h3 span.logoMc {
	padding-left: 90px;
}
.new2017 h3 span.logoAe {
	background: url(/card/privilege/images/index_logo04.png) no-repeat 10px 50% / 60px auto;
}
.new2017 h3 span.logoVisa {
	background: url(/card/privilege/images/index_logo06.png) no-repeat 10px 50% / 60px auto;
}
.new2017 h3 span.logoJcb {
	background: url(/card/privilege/images/index_logo07.png) no-repeat 10px 50% / 60px auto;
}
.new2017 h3 span.logoMc {
	background: url(/card/privilege/images/index_logo05.png) no-repeat 16px 50% / 50px auto;
}

@media only screen and (max-width: 767px) {
	.contBox .inner {
		padding: 0;
	}
	.new2017 h3 span {
		padding: 8px 60px 8px 20px;
	}
	.new2017 h3 span.logoAe,
	.new2017 h3 span.logoVisa,
	.new2017 h3 span.logoJcb,
	.new2017 h3 span.logoMc {
		padding-left: 80px;
		background-position: 10px 60%;
	}
	.new2017 h3 span.logoMc {
		background-position: 15px 60%;
	}	
}