@charset "UTF-8";

/* style */
.imgVisibility {
	-webkit-backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
}
/* safariのみ */
_::-webkit-full-page-media, _:future, :root .imgVisibility {
	image-rendering: auto;
}

/* block */
.creditCardMvBlock01 {
	background: linear-gradient(to bottom, #f9ffff 0%, #f9ffff 47%, #edfaf3 47%, #edfaf3 100%);
}
.creditCardMvBlock01 .columnInner {
	width: auto;
	min-height: 420px;
	padding: 60px 0 0;
}
.creditCardMvBlock01 .mvContentColumn01 {
	display: flex;
	width: 1200px;
	margin: 0 auto;
}
.creditCardMvBlock01 .mvContentColumn01 .mvTitleContent {
	width: 560px;
}
.creditCardMvBlock01 .mvContentColumn01 .mvImgContent {
	width: 640px;
	margin-top: -30px;
}
.creditCardMvBlock01 .mvBtn {
	width: 300px;
	margin: 105px auto 0;
}
.creditCardMvBlock01 .mvBnr {
	position: relative;
	left: 50%;
	width: 2000px;
	margin-left: -1000px;
}
.creditCardColorBlock01 {
	margin-top: 80px;
	background-color: #f7f7f7;
}
.creditCardColorBlock02 {
	background-color: #f2fef9;
}
.creditCardDetailBlock01 {
	position: relative;
	margin-top: 80px !important;
	padding-top: 50px;
}
.v3-itemModal .creditCardDetailBlock01 {
	padding: 50px 20px 30px;
}
.creditCardDetailBlock01 .balloonTitle {
	position: absolute;
	top: -60px;
	left: 50%;
	width: 270px;
	margin-left: -135px;
}
.creditCardColumnNaviBlock01 .v3-columnNaviTitle01 {
	position: relative;
	display: block;
	padding: 0 90px;
	text-align: center;
}
.creditCardColumnNaviBlock01 .v3-columnNaviTitleLink {
	position: absolute;
	right: 0;
	bottom: 0;
}

/* column */
.creditCardImgColumn01 {
	display: flex;
	align-items: center;
	width: 98%;
	margin: 50px auto 0;
}
.creditCardImgColumn01 .colText {
	order: 1;
	width: 60%;
}
.creditCardImgColumn01 .colImg {
	order: 2;
	width: 40%;
}
.creditCardPointColumn01 {
	display: flex;
	justify-content: center;
}
.creditCardPointColumn01 .pointColumnItem {
	position: relative;
	width: 210px;
	margin-left: 20px;
}
.creditCardPointColumn01 .pointColumnItem:first-child {
	margin-left: 0;
}
.creditCardLinkColumn01 .creditCardLinkItem01 .creditCardLinkImg > img {
	width: 200px;
}
.creditCardLinkColumn01 .creditCardLinkItem01 .creditCardLinkText01 {
	color: #000;
}
.creditCardLinkColumn01 .creditCardLinkItem01 .creditCardLinkText02,
.creditCardLinkColumn01 .creditCardLinkItem01 .creditCardLinkText02 > span:before {
	color: #f00;
}
.creditCardLinkColumn01 .creditCardLinkItem01:hover *[class*="creditCardLinkText"] {
	color: #f7920e;
}

/* tab */
.creditCardTabPinch01 .v4-tabContent {
	padding: 75px 30px;
}

/* guideFlow */
.creditCardGuidFlowBlock01 .creditCardGuideFlowCarousel01 {
	min-height: 469px;
}
.creditCardGuidFlowBlock01 .creditCardGuideFlowCarousel01 .bx-viewport .carouselList > li {
	min-width: 578px;
}
.creditCardGuidFlowBlock01 .creditCardCardGlyph01 > span {
	display: inline-block;
	position: relative;
	padding-left: 80px;
}
.creditCardGuidFlowBlock01 .creditCardCardGlyph01 > span:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 70px;
	height: 44px;
	margin-top: -22px;
	background: url(/kojin/credit/images/credit_img_22.png) no-repeat 0 0;
	background-size: cover;
}
.creditCardGuidFlowBlock01 .creditCardGuidFlowBtn01 {
	height: auto !important;
	padding-top: 20px;
}
.creditCardGuidFlowBlock01 .creditCardGuideFlowImgColumn01 {
	display: flex;
	justify-content: center;
}
.creditCardGuidFlowBlock01 .creditCardGuideFlowImgColumn01 > * {
	width: 180px;
}
.creditCardGuidFlowBlock01 .creditCardGuideFlowImgColumn01 > *:last-child {
	margin-left: 30px;
}
.creditCardGuidFlowBlock01 .creditCardGuidFlowBtn01 .creditCardGuidFlowMemo01 {
	display: block;
	height: 15px;
	font-weight: 500;
}

/* label */
.creditCardLabel01 {
	position: absolute;
	top: -25px;
	left: 50%;
	width: 450px;
	margin-left: -225px;
}

/* icon */
*[class*="creditCardTabIcon"]:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.creditCardTabIcon01:after {
	width: 54px;
	height: 47px;
	margin-top: -24px;
	margin-left: -105px;
	background-image: url(/kojin/credit/images/credit_ico_01.png);
}
.creditCardTabIcon02:after {
	width: 54px;
	height: 54px;
	margin-top: -27px;
	margin-left: -130px;
	background-image: url(/kojin/credit/images/credit_ico_02.png);
}
.creditCardTabIcon03:after {
	width: 36px;
	height: 40px;
	margin-top: -20px;
	margin-left: -130px;
	background-image: url(/kojin/credit/images/credit_ico_03.png);
}
*[class*="creditCardPlusIcon"],
*[class*="creditCardArrowIcon"] {
	display: inline-block;
	position: absolute;
	top: -50px;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-left: -20px;
	text-indent: -9999px;
}
*[class*="creditCardPlusIcon"]:before,
*[class*="creditCardPlusIcon"]:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -2px;
	margin-left: -12px;
	width: 24px;
	height: 4px;
	background-color: #0ca26c;
}
*[class*="creditCardArrowIcon"]:before,
*[class*="creditCardArrowIcon"]:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
}
*[class*="creditCardArrowIcon"]:before {
	left: 5px;
	margin-top: -2px;
	width: 20px;
	height: 4px;
	background-color: #0ca26c;
}
*[class*="creditCardArrowIcon"]:after {
	left: 25px;
	width: 0;
	height: 0;
	margin-top: -10px;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #0ca26c;
}
*[class*="creditCardPlusIcon"]:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.creditCardPlusIcon02,
.creditCardArrowIcon01 {
	top: 50%;
	left: -10px;
	margin-top: -20px !important;
}
.creditCardLampIcon01:before,
.creditCardCardIcon01 > span:before,
.creditCardVisaIcon01 > span:before,
.creditCardBeginnerIcon01 > span:before,
.creditCardFaqIcon01 > span:before,
.creditCardChatIcon01 > span:before,
*[class*="creditCardCategoryIcon"] > span:before {
	content: "";
	display: inline-block;
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
}
.creditCardCardIcon01 > span:before,
.creditCardVisaIcon01 > span:before,
.creditCardBeginnerIcon01 > span:before,
.creditCardFaqIcon01 > span:before,
.creditCardChatIcon01 > span:before,
*[class*="creditCardCategoryIcon"] > span:before {
	top: 50%;
	left: 0;
}
.creditCardCardIcon01 > span,
.creditCardVisaIcon01 > span,
.creditCardBeginnerIcon01 > span,
.creditCardFaqIcon01 > span,
.creditCardChatIcon01 > span,
*[class*="creditCardCategoryIcon"] > span {
	display: inline-block;
	position: relative;
}
.creditCardLampIcon01:before {
	top: -45px;
	left: 50%;
	width: 60px;
	height: 80px;
	margin-left: -30px;
	background-image: url(/kojin/credit/images/credit_img_09.png);
}
.creditCardFaqIcon01 {
	padding: 25px 10px;
}
.creditCardChatIcon01 {
	padding: 25px 10px;
}
.creditCardCardIcon01 > span {
	padding-left: 130px;
}
.creditCardVisaIcon01 > span {
	padding-left: 85px;
}
.creditCardBeginnerIcon01 > span {
	padding-left: 40px;
}
.creditCardFaqIcon01 > span {
	padding-left: 60px;
}
.creditCardChatIcon01 > span {
	padding-left: 75px;
}
.creditCardCategoryIcon01 > span {
	padding: 15px 0 23px 85px;
}
.creditCardCategoryIcon02 > span {
	padding: 10px 0 10px 110px;
}
.creditCardCategoryIcon03 > span {
	padding: 17px 0 15px 85px;
}
.creditCardCategoryIcon04 > span {
	padding: 5px 0 5px 120px;
}
.creditCardCardIcon01 > span:before {
	width: 120px;
	height: 78px;
	margin-top: -39px;
	background-image: url(/kojin/credit/images/credit_img_15.png);
}
.creditCardVisaIcon01 > span:before {
	width: 65px;
	height: 22px;
	margin-top: -11px;
	background-image: url(/kojin/credit/images/credit_logo_01.png);
}
.creditCardBeginnerIcon01 > span:before {
	width: 30px;
	height: 35px;
	margin-top: -18px;
	background-image: url(/kojin/credit/images/credit_ico_04.png);
}
.creditCardFaqIcon01 > span:before {
	width: 52px;
	height: 63px;
	margin-top: -32px;
	background-image: url(/kojin/credit/images/credit_img_41.png);
}
.creditCardChatIcon01 > span:before {
	width: 63px;
	height: 63px;
	margin-top: -32px;
	background-image: url(/kojin/credit/images/btn_chat01.png);
}
.creditCardCategoryIcon01 > span:before {
	width: 68px;
	height: 86px;
	margin-top: -43px;
	background-image: url(/kojin/credit/images/credit_ico_05.png);
}
.creditCardCategoryIcon02 > span:before {
	width: 88px;
	height: 68px;
	margin-top: -34px;
	background-image: url(/kojin/credit/images/credit_ico_06.png);
}
.creditCardCategoryIcon03 > span:before {
	width: 80px;
	height: 80px;
	margin-top: -40px;
	background-image: url(/kojin/credit/images/credit_ico_02.png);
}
.creditCardCategoryIcon04 > span:before {
	width: 102px;
	height: 58px;
	margin-top: -29px;
	background-image: url(/kojin/credit/images/credit_ico_07.png);
}
.creditCardVisaIcon01:hover > span:before {
	opacity: 0.7;
}
.creditClubIcon01 > span {
	position: relative;
	display: inline-block;
}
.creditClubIcon01 > span:before {
	content: "";
	position: absolute;
	top: -12px;
/*	left: -242px; */
	left: -206px;
	width: 98px;
	height: 61px;
	background: url(/kojin/credit/images/common_img_resonaclub.png) no-repeat;
	background-size: contain;
}
.goriyouIcon01 {
	position: relative;
	padding-left: 30px;
}
.goriyouIcon01:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 18px;
	height: 26px;
	background: url(/kojin/credit/images/index_ico_14.png) no-repeat;
	background-size: contain;
	transform: translateY(-50%);
}

/* title */
.creditCardTitle01 {
	font-size: 1.777em;
	line-height: 1.5;
}

/* text */
.creditCardTextMarker01 {
	padding-bottom: 2px;
	background: -webkit-linear-gradient(transparent 50%, #f1fdf7 50%);
	background: -ms-linear-gradient(transparent 50%, #f1fdf7 50%);
	background: -o-linear-gradient(transparent 50%, #f1fdf7 50%);
	background: linear-gradient(transparent 50%, #f1fdf7 50%);
}

/* btn */
.creditCardRelationBtn01 {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

/******************************
/kojin/credit/anshin.html
******************************/
/* anshinStepLabel */
.anshinStepLabel01 {
	width: 120px;
}

/* anshinDetailBlock */
.anshinDetailBlock01 {
	padding: 20px 10px;
}

/* icon */
.anshinBtnIcon01.btnT01 {
	padding-left: 10px;
}
.anshinLampIcon01 > span,
.anshinBtnIcon01 > span {
	display: inline-block;
	position: relative;
}
.anshinLampIcon01 > span {
	padding-left: 50px;
}
.anshinBtnIcon01 > span {
	padding-left: 55px;
}
.anshinLampIcon01 > span:before,
.anshinBtnIcon01 > span:before {
	content: "";
	display: inline-block;
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
}
.anshinLampIcon01 > span:before {
	top: 6px;
	left: 0;
	width: 47px;
	height: 47px;
	background-image: url(/kojin/credit/images/credit_ico_02.png);
}
.anshinBtnIcon01 > span:before {
	top: 50%;
	left: 0;
	width: 31px;
	height: 41px;
	margin-top: -20px;
	background-image: url(/kojin/credit/images/anshin_img_07.png);
}

/******************************
/kojin/credit/hikaku.html
******************************/
/* hirakuCreditCvBlock */
.hirakuCreditCvBlock01 {
	box-sizing: border-box;
}

/* visadebitGuideFlow */
.visadebitGuideFlowCarousel01 {
	min-height: 469px;
}
.visadebitGuideFlowCarousel01 .bx-viewport .carouselList > li {
	min-width: 578px;
}

/* visadebitCardGlyph */
.visadebitCardGlyph01 > span {
	display: inline-block;
	position: relative;
	padding-left: 80px;
}
.visadebitCardGlyph01 > span:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 70px;
	height: 44px;
	margin-top: -22px;
	background: url(/kojin/visa_debit/images/visadebit_ico_15.png) no-repeat 0 0;
	background-size: cover;
}

/******************************
/kojin/credit/modal/jcb_visa_hikaku.html
******************************/
/* hikakuVisaModalTable */
.hikakuVisaModalTable01 {
	width: 100%;
	border: 2px solid #4ab892;
	border-right: none;
	border-bottom: none;
	border-collapse: separate;
}
.hikakuVisaModalTable01 > thead > tr > th {
	position: relative;
	padding: 10px 0 5px;
	background: #ecf6ec;
	border-right: 2px solid #4ab892;
	border-bottom: 2px solid #4ab892;
	vertical-align: middle;
	font-size: 2rem;
	font-weight: bold;
}
.hikakuVisaModalTable01 > tbody > tr > th,
.hikakuVisaModalTable01 > tbody > tr > td {
	padding: 20px 0 15px;
	background: #fff;
	border-right: 2px solid #4ab892;
	border-bottom: 2px solid #4ab892;
	vertical-align: middle;
}
.hikakuVisaModalTable01 > tbody > tr > th {
	font-size: 2rem;
	font-weight: bold;
}
.hikakuVisaModalTable01 > tbody > tr > td {
	position: relative;
	font-weight: bold;
	text-align: center;
}
.hikakuVisaModalTable01 > tbody > tr > td .circle,
.hikakuVisaModalTable01 > tbody > tr > td .cross {
	display: block;
	font-size: 0;
	color: #4ab892;
}
.hikakuVisaModalTable01 > tbody > tr > td .circle {
	width: 35px;
	height: 35px;
	margin: 0 auto;
	border-radius: 50%;
	border: solid 5px #4ab892;
}
.hikakuVisaModalTable01 > tbody > tr > td .cross {
	position: relative;
	width: 41px;
	height: 4px;
	margin: 0 auto;
	background: #4ab892;
	transform: rotate(45deg);
}
.hikakuVisaModalTable01 > tbody > tr > td .cross::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #4ab892;
	transform: rotate(90deg);
}

/******************************
/kojin/credit/modal/standard_gold_hikaku.html
******************************/
/* hikakuStandardModalTable */
.hikakuStandardModalTable01 {
	width: 100%;
}
.hikakuStandardModalTable01 tr {
	background: #f1fdf7;
}
.hikakuStandardModalTable01 tr.hikakuStandardModalTableResult01 {
	background: #4ab892;
	color: #fff;
}
.hikakuStandardModalTable01 tr th,
.hikakuStandardModalTable01 tr td {
	padding: 20px;
	text-align: center;
	font-weight: bold;
}
.hikakuStandardModalTable01 thead tr th > span {
	display: block;
}
.hikakuStandardModalTable01 tbody tr {
	border-bottom: 3px solid #fff;
}
.hikakuStandardModalTableIcon01 {
	position: relative;
}
.hikakuStandardModalTableIcon01:before {
	content: "";
	position: absolute;
	top: -55px;
	left: -90px;
	width: 100px;
	height: 62px;
	background-image: url(/kojin/credit/images/modal_standard_img_04.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.hikakuStandardModalPlusText01 {
	position: relative;
	padding: 80px 0 0;
}
.hikakuStandardModalPlusText01:before {
	content: "";
	position: absolute;
	top: 40px;
	left: 50%;
	width: 5px;
	height: 35px;
	background-color: #0ca26c;
	transform: translate(-50%, -50%);
}
.hikakuStandardModalPlusText01:after {
	content: "";
	position: absolute;
	top: 40px;
	left: 50%;
	width: 35px;
	height: 5px;
	background-color: #0ca26c;
	transform: translate(-50%, -50%);
}

/******************************
/kojin/credit/modal/standard_gold_hikaku.html
******************************/
.modalBankSelectLogoIcon01 > span {
	position: relative;
	display: inline-block;
	padding: 0 220px;
}
.modalBankSelectLogoIcon01 > span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 98px;
	height: 61px;
	background: url(/kojin/credit/images/common_img_resonaclub.png) no-repeat;
	background-size: contain;
	transform: translateY(-50%);
}
.modalBankSelectLogoIcon01 > span:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 105px;
	width: 99px;
	height: 61px;
	background: url(/kojin/credit/images/common_img_kansaimiraiclub.png) no-repeat;
	background-size: contain;
	transform: translateY(-50%);
}
.modalBankSelectLogoIcon01 > span > span{
	position: relative;
	display: inline-block;
	padding-left: 115px;
}
.modalBankSelectLogoIcon01 > span > span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 98px;
	height: 61px;
	background: url(/kojin/credit/images/common_img_minatoclub.png) no-repeat;
	background-size: contain;
	transform: translateY(-50%);
}


@media print{
	.creditCardMvBlock01 .mvContentColumn01 {
		width: auto;
	}
	.creditCardMvBlock01 .mvBnr {
		width: 1600px;
		margin-left: -800px;
	}
}
