@charset "UTF-8";

/***************************************************************/

/* /visa/payment/index.html

/***************************************************************/

/* mv */
.indexMvArea01 {
	background: url(/visa/payment/images/index_bg_mv01.png) repeat-x center top;
}
.indexMvArea01 > .columnInner {
	padding: 0;
}
.indexMvArea02 {
	margin-top: 30px;
}
.indexBtn01 {
	width: 100%;
	position: relative;
	display: block;
	color: #fff;
	font-weight: bold;
	background-color: #0fb391;
	border-radius: 5px;
}
.indexBtn01::after {
	display: block;
	content: "\e90a";
	margin-left: -0.5em;
	position: absolute;
	bottom: 0.2em;
	left: 50%;
	font-size: 0.9em;
	font-weight: normal;
	font-family: 'icon_type2018';
	line-height: 1;
}
.indexBtn01:hover {
	color: #fff;
	opacity: 0.7;
}
.indexBtn01 > span {
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 12px 10px 15px;
	text-align: center;
}

.indexPcFlex01 {
	display: flex;
	justify-content: center;
}
.indexPcFlex01 > *:not(:first-child) {
	margin: 0 0 0 50px;
}
.indexIconTextWrap01 {
	display: flex;
}
.indexIconTextWrap01 .indexIco01,
.indexIconTextWrap01 .indexIco02 {
	width: 35px;
	margin-left: -10px;
	flex-shrink: 0;
}
.indexIconTextWrap01 .indexIco01 > img {
	width: 3.5rem;
	padding: 0 0 5px 0;
}
.indexIconTextWrap01 .indexIco02 > img {
	width: 3rem;
	padding: 3% 0 0 5px;
}
.indexIconText01 {
	padding-left: 8px;
}
.indexImgTitle01 {
	width: 400px;
	margin: auto;
}

.indexTableBlock01 {
	position: relative;
	width: 450px;
	margin-left: auto;
	margin-right: auto;
}
.indexTableBlock01 .indexTableText01,
.indexTableBlock01 .indexTableText02,
.indexTableBlock01 .indexTableText03 {
	position: absolute;
	right: 6px;
	font-size: 1.4rem;
	font-weight: bold;
}
.indexTableBlock01 .indexTableText01 {
	top: 36%;
}
.indexTableBlock01 .indexTableText02 {
	top: 61%;
}
.indexTableBlock01 .indexTableText03 {
	top: 85%;
}

/* v4-flowList01 */
.v4-flowList01 .v4-flowListItem01 {
	display: flex;
	padding: 20px 20px 20px 0;
	border-bottom: 1px dashed #dfdfdf;
}
.v4-flowList01 .v4-flowListItem01:last-child {
	border-bottom: none;
}
.v4-flowList01 .v4-flowListItem01 .v4-flowListImg01 {
	width: 114px;
}
.v4-flowList01 .v4-flowListItem01 .v4-flowListLink01 {
	flex: 1;
	align-self: center;
	margin-left: 22px;
	font-size: 2.4rem;
	font-weight: bold;
}
.v4-flowList01 .v4-flowListItem01 .v4-flowListLink01 .v4-flowSubList01 {
	margin-top: 10px;
	margin-left: 46px;
	font-size: 2rem;
	font-weight: normal;
}
.v4-flowSubList01 {
	display: flex;
	flex-wrap: wrap;
}
.v4-flowSubList01 .v4-flowSubListItem01 {
	width: 37.5%;
}
.v4-flowList01 .v4-flowListItem01 .v4-flowListImg01 {
	text-align: center;
}

@media screen and (max-width: 768px) {
	/***************************************************************/

	/* /visa/payment/index.html

	/***************************************************************/

	.h2Title01 + * {
		margin-top: 20px;
	}
	/* mv */
	.indexMvArea01 {
		background: none;
	}
	.indexMvArea02 {
		padding: 0 10px;
	}

	.indexPcFlex01 {
		display: block;
		justify-content: flex-start;
	}
	.indexPcFlex01 > *:not(:first-child) {
		margin: 10px 0 0 0;
	}
	.indexImgTitle01 {
		width: 325px;
	}
	.indexTableBlock01 {
		width: 100%;
	}
	.indexTableBlock01 .indexTableText01,
	.indexTableBlock01 .indexTableText02,
	.indexTableBlock01 .indexTableText03 {
		font-size: 2.8vw;
		right: 3px;
	}

	/* v4-flowList01 */
	.v4-flowList01 .v4-flowListItem01 {
		padding: 10px 10px 10px 0;
	}
	.v4-flowList01 .v4-flowListItem01 .v4-flowListImg01 {
		width: 87px;
	}
	.v4-flowList01 .v4-flowListItem01 .v4-flowListLink01 {
		margin-left: 3px;
		font-size: 1.6rem;
	}
	.v4-flowList01 .v4-flowListItem01 .v4-flowListLink01 .v4-flowSubList01 {
		margin-top: 10px;
		margin-left: 24px;
		font-size: 1.6rem;
	}
	.v4-flowSubList01 .v4-flowSubListItem01 {
		width: 100%;
	}
}
