@charset "utf-8";

.subsectionHeader {
	color: rgba(85,85,85,1);
}


/* --------------------------------------------------------- */

.flowList__item:first-child {
	padding-top: 30px;
	border-top: 1px solid rgba(0,0,0,.1);
}

.creditcard__img {
	width: 100%;
	margin: 20px 0 0;
	padding: 5px;
	border: 1px solid rgba(0,0,0,0.2);
}

.creditcard__img02 {
	width: 100%;
	margin: 20px 0 0;
	padding: 5px;
	border: 1px solid rgba(0,0,0,0.2);
}

.creditcard__img img {
	display: block;
	width: 100%;
}

.creditcard__img02 img {
	display: block;
	width: 100%;
}

.creditcard__img-outer {
	display: flex;
	justify-content: space-between;
}

.creditcard__img-outer .creditcard__img {
	width: calc(50% - 10px);
	box-sizing: border-box;
}

.creditcard__img-outer02 {
	margin: 0 auto;
}

.creditcard__img-outer02 .creditcard__img02 {
	width: calc(100% - 10px);
	box-sizing: border-box;
}

@media all and (min-width: 1280px) {
	.creditcard__img-outer02 .creditcard__img02 {
	width: calc(50% - 10px);
	box-sizing: border-box;
}

	.flowList__item {
		padding: 70px 0;
	}

	.flowList__item:first-child {
		padding-top: 70px;
	}

	.flowList__item:after {
		width: 60px;
		height: 60px;
		bottom: -30px;
		background-size: 40px 40px;
	}

	.flowList__ttl {
		position: sticky;
		top: 100px;
	}

	.flowList__ttl .num {
		width: 50px;
		height: 50px;
		font-size: 2.1rem;
		margin-right: 15px;
	}

	.flowList__ttl .lbl {
		line-height: 1.6;
	}

	.creditcard__img {
		margin-top: 20px;
	}

}
