@charset "UTF-8";

/******************************
v_ivr parts
******************************/
/* v_ivr style */
.architectureType2018 .v_ivrMainArea,
.architectureType2018 .v_ivrCoverTitle {
	background: #eef5f4;
}
.architectureType2018 .v_ivrMainArea {
	padding-bottom: 60px;
}
.architectureType2018 .v_ivrCoverTitle {
	margin-bottom: 0;
}

/* v_ivrColumn */
*[class*="v_ivrColumn2"],
*[class*="v_ivrColumn4"],
*[class*="v_ivrColumn2"] > *,
*[class*="v_ivrColumn4"] > * {
	display: flex;
	flex-wrap: wrap;
}
*[class*="v_ivrColumn2"] {
	width: 984px;
	margin-left: auto;
	margin-right: auto;
}
*[class*="v_ivrColumn2"] > * {
	width: 480px;
	margin: 15px 0 0 24px;
}
*[class*="v_ivrColumn4"] > * {
	width: 22.9%;
	margin: 15px 0 0 2.8%;
}
*[class*="v_ivrColumn2"] > *:nth-child(-n+2),
*[class*="v_ivrColumn4"] > *:nth-child(-n+4) {
	margin-top: 0;
}
*[class*="v_ivrColumn2"] > *:nth-child(2n+1),
*[class*="v_ivrColumn4"] > *:nth-child(4n+1) {
	margin-left: 0;
}

/* v_ivrTextLink */
.v_ivrTextLink01 {
	color: #000;
}
.v_ivrTextLink01:visited {
	color: #000;
}
.v_ivrTextLink01:hover {
	color: #f7920e;
}

/* v_ivrBtn */
*[class*="v_ivrBtn"] {
	display: flex;
	flex-grow: 1;
	justify-content: center;
	align-items: center;
}
*[class*="v_ivrBtn"]:hover img {
	opacity: 0.7;
}
*[class*="v_ivrBtn"] .btnText01 {
	font-weight: 500;
}
*[class*="v_ivrBtn"].btnT01:hover .btnText01 {
	color: #9b9b9b;
}

/* v_ivrBalloon */
.v_ivrBalloon01 {
	position: relative;
	padding: 30px;
	background: #feffef;
	border-radius: 4px;
	box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 10px;
	box-sizing: border-box;
}
.v_ivrBalloon01::after {
	content: '';
	display: block;
	position: absolute;
	bottom: -15px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -15px;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	border-color: #feffef transparent transparent transparent;
	z-index: 1;
}

/* v_ivrAttentionLinkBlock */
.v_ivrAttentionLinkBlock01 {
	display: block;
	position: relative;
	padding: 10px;
	background: #fff0f1;
	border: solid 2px #f01;
	border-radius: 6px;
	color: #f00 !important;
	box-shadow: rgba(0, 0, 0, 0.08) 0px 5px 5px;
	box-sizing: border-box;
}
a.v_ivrAttentionLinkBlock01::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0);
	z-index: 1;
}
a.v_ivrAttentionLinkBlock01:hover {
	border-color: rgba(255, 0, 17, 0.3);
}
a.v_ivrAttentionLinkBlock01:hover::before {
	background: rgba(255, 255, 255, 0.3);
}

/* v_ivrIcon */
*[class*="v_ivrIcon"] > span {
	display: inline-block;
	position: relative;
}
*[class*="v_ivrIcon"] > span::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
}
.v_ivrIconLost01 > span {
	padding-left: 60px;
}
.v_ivrIconLost01 > span::before {
	width: 50px;
	height: 32px;
	margin-top: -16px;
	background-image: url(/kojin/visa_debit/images/v_ivr_ico_15.png);
}

@media screen and (max-width: 767px) {
	/******************************
	v_ivr parts
	******************************/
	/* v_ivr style */
	.architectureType2018 .v_ivrMainArea {
		padding-bottom: 45px;
	}

	/* v_ivrColumn */
	*[class*="v_ivrColumn2"] {
		width: auto;
	}
	.v_ivrColumn2_1 {
		display: block;
		justify-content: center;
	}
	.v_ivrColumn2_1 > * {
		width: 100%;
		margin: 15px 0 0;
	}
	.v_ivrColumn2_2 > * {
		width: 48%;
		margin: 15px 0 0 4%;
	}
	.v_ivrColumn4_3 > * {
		width: 32%;
		margin: 10px 0 0 2%;
	}
	.v_ivrColumn2_1 > *:nth-child(-n+2) {
		margin-top: 15px;
	}
	.v_ivrColumn4_3 > *:nth-child(-n+4) {
		margin-top: 10px;
	}
	.v_ivrColumn2_1 > *:first-child,
	.v_ivrColumn4_3 > *:nth-child(-n+3) {
		margin-top: 0;
	}
	.v_ivrColumn4_3 > *:nth-child(4n+1) {
		margin-left: 2%;
	}
	.v_ivrColumn4_3 > *:nth-child(3n+1) {
		margin-left: 0;
	}

	/* v_ivrTextLink */
	.v_ivrTextLink01:hover {
		color: #000;
	}

	/* v_ivrBtn */
	*[class*="v_ivrBtn"] {
		padding: 9px 10px 10px;
	}

	/* v_ivrBalloon */
	.v_ivrBalloon01 {
		padding: 20px 12px;
	}
	.v_ivrBalloon01::after {
		bottom: -10px;
		margin-left: -10px;
		border-width: 10px 10px 0 10px;
	}
	#wrap .v_ivrBalloon01 *[class*="layoutColumn"] > *:nth-child(-n+2) {
		margin-top: 0 !important;
	}

	/* v_ivrAttentionLinkBlock */
	.v_ivrAttentionLinkBlock01 {
		border-width: 1px;
		border-radius: 3px;
	}

	/* v_ivrIcon */
	.v_ivrIconLost01 > span {
		padding-left: 45px;
	}
	.v_ivrIconLost01 > span::before {
		width: 35px;
		height: 23px;
		margin-top: -11px;
	}
}
