@charset "UTF-8";

/************************************************
Parts
************************************************/

.linkBlock,
.linkBlock li + li,
[class*="noteType"],
[class*="listType"] {
	margin-top: .5rem;
}

/************************************************
apply index
************************************************/

/*---------------
recommendedCard
------------------*/
@media (max-width: 640px) {
	#recommendedCard {
		padding: 0 10px;
	}

	#recommendedCard .clm {
		display: flex;
		justify-content: space-between;
	}
	#recommendedCard .imgLinkItem {
		flex-basis: 44%;
	}
}

/*---------------
search
------------------*/
#search .sectionInner01 {
	padding-top: 15px;
	padding-bottom: 15px;
}

.searchBlock {
	padding: 15px;
	background-color: #fff;
}

.searchBlockInner01 + .searchBlockInner01 {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #ddd;
}

.searchBlock .text01 {
	margin-bottom: 13px;
	text-align: center;
}

.searchBlock .searchList {
	display: flex;
	flex-wrap: wrap;
}

.searchBlock .searchList li {
	width: 50%;
}

.searchBlock .searchList li:nth-child(n + 3) {
	margin-top: 10px;
}

.searchBlock input {
	display: none;
}

.searchBlock fieldset label {
	position: relative;
	display: inline-block;
	padding-left: 28px;
	font-size: 0.8572rem/*12px*/;
	font-weight: bold;
}

.searchBlock fieldset label::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	border: 1px solid #BFB9B9;
	background-color: #fff;
}
.searchBlock fieldset label::after {
	content: '';
	display: block;
	position: absolute;
	left: 6px;
	top: 3px;
	width: 7px;
	height: 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg)
}
.searchBlock fieldset :checked + label::before {
	background-color: #E60000;
	border: 1px solid #E60000;
}
.searchBlock fieldset :checked + label .txt_line {
	color: #E60000;
}

/*---------------
result
------------------*/
#result .ttl02 {
	margin-bottom: 6px;
}

#result .numberBlock {
	color: #707070;
	font-weight: bold;
	font-size: 1.0715rem/*15px*/;
	text-align: center;
}

#result .numberBlock .cardTotal {
	padding: 0 3px;
	font-size: 1.8572rem/*26px*/;
}

#result .sortBlock {
	display: flex;
	justify-content: space-between;
	margin-top: 26px;
	margin-bottom: 10px;
}
#result .sortBlock.business {
	margin-top: 0;
}

#result .sortBlock .sortAnnualFee {
	font-size: 0.9286rem/*13px*/;
}

#result .sortBlock .sortAnnualFee ul {
	display: table;
	height: 100%;
}

#result .sortBlock .sortAnnualFee li {
	display: table-cell;
	vertical-align: middle;
}

#result .sortBlock .sortAnnualFee li + li {
	padding-left: 20px;
}

#result .sortBlock .sortAnnualFee input {
	display: none;
}

#result .sortBlock .sortAnnualFee label {
	position: relative;
	padding-left: 25px;
}

#result .sortBlock .sortAnnualFee label::before,
#result .sortBlock .sortAnnualFee label::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50% 50%;
}

#result .sortBlock .sortAnnualFee label::before {
	width: 18px;
	height: 18px;
	border: 1px solid #BFB9B9;
}

#result .sortBlock .sortAnnualFee input:checked + label {
	color: #E60000;
}

#result .sortBlock .sortAnnualFee input:checked + label::before {
	border: 1px solid #E60000;
}

#result .sortBlock .sortAnnualFee input:checked + label::after {
	top: 3px;
	left: 3px;
	width: 12px;
	height: 12px;
	background-color: #E60000;
}

#result .sortBlock .sortAnnualFee.is-hidden {
	display: block !important;
	visibility: hidden;
}

#result .sortBlock .switchDisplayBtn {
	position: relative;
	color: #E60000;
	font-size: 0.7143rem/*10px*/;
	cursor: pointer;
}

#result .sortBlock .switchDisplayBtn::before {
	content: '';
	display: block;
	width: 20px;
	height: 18px;
	margin-bottom: 3px;
	background: url(/apply/cmn/img/ico_switchDisplay.png) 0 0 no-repeat;
}

#result.grid .sortBlock .switchDisplayBtn::before {
	background: url(/apply/cmn/img/ico_switchDisplayTile.png) 0 0 no-repeat;
}

.resultItem {
	position: relative;
	padding: 20px 15px;
	border: 1px solid #dbdbdb;
	background-color: #fff;
}

.resultItem.is-selected {
	padding: 18px 13px;
	border: 3px solid #E60000;
	background-color: #FCF4F4;
}

.resultItem + .resultItem {
	margin-top: 15px;
}

.resultItem + .resultItem.first-child {
	margin-top: 0;
}

.is-hidden {
	display: none;
}

.resultItem .cardImg {
	text-align: center;
}

.resultItem .cardImg img {
	width: 152px;
}

.resultItem .copy {
	margin-top: -10px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 0.7143rem/*10px*/;
}
.resultItem .copy.__right {
	text-align: right;
}

.resultItem .cardName {
	font-size: 1.4286rem/*20px*/;
}

.resultItem .labelRec {
	display: inline-block;
	margin: 0 0 4px 7px;
	padding: 2px 3px 1px 6px;
	border-radius: 15px;
	background-color: #E60000;
	color: #fff;
	font-size: 0.7143rem/*10px*/;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.resultItem .text01 {
	margin-top: 6px;
	font-size: 0.9286rem/*13px*/;
	font-weight: bold;
}

.resultItem .labelList {
	display: flex;
	flex-wrap: wrap;
}

.resultItem .labelItem {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 12.8vw;
	width: 15.33%;
	/* height: 12.8vw; */
	text-align: center;
}
.resultItem .labelItem img {
	width: 75px;
}

.resultItem .labelItem.annualFee,
.resultItem .labelItem.annualFee2 {
	justify-content: center;
	width: 75px;
	height: 75px;
	padding: 5px 0 5px;
	border-radius: 8px;
	border: 1px solid #f17b7b;
	background-color: #fcf6f6;
	color: #E60000;
	font-size: 0.7858rem/*11px*/;
}
.resultItem.is-selected .labelItem.annualFee,
.resultItem.is-selected .labelItem.annualFee2 {
	background-color: #fff;
}

.resultItem .labelItem .txt1 {
	display: block;
	font-weight: bold;
}

.resultItem .labelItem .txt {
	display: block;
}

.resultItem .block02 {
	margin-top: 20px;
}

.resultItem .cardTable01 tr.brand th {
	height: 43px;
}

.resultItem .cardTable01 tr + tr {
	border-top: 9px solid #fff;
}
.resultItem.is-selected .cardTable01 tr + tr {
	border-top: 9px solid #FCF4F4;
}
.resultItem .cardTable01 th {
	padding: 4px 6px;
	background-color: #F2F2F2;
	color: #707070;
	font-size: 0.7858rem/*11px*/;
	font-weight: normal;
	vertical-align: middle;
}

.resultItem.is-selected .cardTable01 th {
	background-color: #fff;
}

.resultItem .cardTable01 td {
	padding: 0 0 0 12px;
	vertical-align: middle;
}

.lbl_brand {
	display: inline-block;
	padding: 2px 10px 1px;
	border-radius: 15px;
	background-color: #fff;
	font-size: 0.7143rem/*10px*/;
	text-align: center;
}
.lbl_brand + .lbl_brand {
	margin-left: 10px;
}
.lbl_brand.__mufg,
.lbl_brand.__dc,
.lbl_brand.__nicos,
.lbl_brand.__ja {
	border: 1px solid #E60000;
	color: #E60000;
}
.lbl_brand.__amex {
	border: 1px solid #002663;
	color: #002663;
}
.__visa,
.__mastercard,
.__jcb,
.__amexcard {
	text-indent: -9999px;
	display: inline-block;
	margin: 0 5px 0 0;
	vertical-align: middle;
}
.__visa {
	width: 36px;
	height: 13px;
	background: url(/apply/img/apply_logo_visa.png) 0 center no-repeat;
	background-size: contain;
}
.__mastercard {
	width: 30px;
	height: 23px;
	background: url(/apply/img/apply_logo_mastercard.png) 0 center no-repeat;
	background-size: contain;
}
.__jcb {
	width: 26px;
	height: 19px;
	background: url(/apply/img/apply_logo_jcb.png) 0 center no-repeat;
	background-size: contain;
}
.__amexcard {
	width: 23px;
	height: 23px;
	background: url(/apply/img/apply_logo_amex.png) 0 center no-repeat;
	background-size: contain;
}

.resultItem .btnBlock {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 20px;
}

.resultItem .btnBlock > * {
	display: flex;
	width: 47.5%;
}

.resultItem .btnBlock .r {
	position: relative;
}

.tooltipchk {
	display: none;
}
.tooltipchk:checked + .tooltip {
	display: none;
}
.tooltip {
	position: absolute;
	top: -50px;
	right: 0;
	padding: 9px 35px 9px 15px;
	background-color: rgba(242, 242, 242, .9);
	box-shadow: 0 0 6px 1px rgba(0, 0, 0, .2);
	color: #E60000;
	font-weight: bold;
	word-break: keep-all;
}
.tooltip::before {
	content: '';
	display: block;
	position: absolute;
	bottom: -18px;
	right: calc(20vw - 10px);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 10px 0 10px;
	border-color: rgba(0, 0, 0, 0.1) transparent transparent transparent;
}
.tooltip::after {
	content: '';
	display: block;
	position: absolute;
	bottom: -16px;
	right: calc(20vw - 9px);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 9px 0 9px;
	border-color: #F3F3F3 transparent transparent transparent;
}
.tooltip label {
	position: absolute;
	top: 1px;
	right: 1px;
	width: 19px;
	height: 19px;
	background-color: #fff;
}
.tooltip label::before,
.tooltip label::after {
	content: '';
	display: block;
	position: absolute;
	top: 2px;
	left: 50%;
	width: 2px;
	height: 15px;
	margin-left: -1px;
	background-color: #707070;
}
.tooltip label::before {
	transform: rotate(45deg)
}
.tooltip label::after {
	transform: rotate(-45deg)
}

.tooltip2 {
	top: -45px;
	background-color: rgba(255, 255, 255, .9);
}
.tooltip2::after {
	content: none;
}
.tooltip2::before {
	border-color: rgba(255, 255, 255, .9) transparent transparent transparent;
}

.resultItem .btnBlock [class*="btnType"] {
	width: 100%;
	padding: 1.07143rem 1.7857rem 1.07143rem 2.5rem;
	font-size: 1rem/*14px*/;
	line-height: 1.2;
}

.resultItem .btnBlock .btnCompare {
	position: relative;
	border: 2px solid #fff;
}

.resultItem .btnBlock .btnCompare::before {
	left: 7px;
	width: 32px;
	height: 32px;
	margin-top: 0;
	border: none;
	border-radius: 50% 50%;
	background-color: #ddd;
	transform: rotate(0);
	transform: translateY(-50%);
}

.resultItem .btnBlock .btnCompare:hover::before {
	animation: none;
}

.resultItem .btnBlock .btnCompare::after {
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	left: 17px;
	width: 12px;
	height: 18px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
}

.resultItem.is-selected .btnBlock .btnCompare {
	color: #E60000;
}

.resultItem.is-selected .btnBlock .btnCompare::before {
	background-color: #E60000;
}

.grid .resultItem .text01,
.grid .resultItem .labelList,
.grid .resultItem .cardTable01 {
	display: none;
}

.grid .resultList {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}

.grid .resultItem + .resultItem {
	margin-top: 0;
}

.grid .resultItem .btnBlock {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin-top: 0;
	padding: 0 15px 20px;
}
.grid .resultItem.is-selected .btnBlock {
	padding: 0 13px 18px;
}

.grid .resultItem .block01 .l {
	display: block;
}
.grid .resultItem .block01 .l h3 {
	width: 100%;
}

.moreBlock {
	margin-top: 14px;
	padding: 20px 0;
	text-align: center;
}

@media screen and (max-width: 640px) {
	.resultItem .block01 .l {
		display: flex;
	}

	.resultItem .cardImg,
	.resultItem .cardImg img {
		width: 100px;
		text-align: left;
	}

	.resultItem .cardImg {
		margin-right: 10px;
	}

	.resultItem .block01 .l h3 {
		width: calc(100% - 100px);
	}

	.resultItem .text01 {
		margin-top: 2px;
		text-align: center;
	}

	.resultItem .labelList {
		width: 100%;
		margin: 21px auto 0;
	}
	.resultItem .labelItem:not(:first-child) {
		margin-left: 1.3vw;
		margin-left: 1.59%;
	}
	.resultItem .labelItem:nth-child(6n + 1) {
		margin-left: 0;
	}
	.resultItem .labelItem:nth-child(n + 7) {
		margin-top: 5px;
	}

	.resultItem .btnBlock .btnCompare {
		padding-left: 48px;
		padding-right: 5px;
		text-align: left;
	}

	.resultItem.first-child .btnBlock {
		margin-top: 60px;
	}

	.sectionInner01.grid {
		padding: 0;
	}
	.grid .resultInner {
		padding: 0 15px;
	}
	.grid .resultList {
		border-bottom: 1px solid #dbdbdb;
	}
	.grid .resultItem {
		width: 50%;
		padding: 20px 15px 42px;
		border: none;
		border-top: 1px solid #dbdbdb;
	}
	.grid .resultItem.first-child,
	.grid .resultItem.first-child.is-selected {
	padding-bottom: 102px;
	}
	.grid .resultItem.is-even {
		border-left: 1px solid #dbdbdb;
	}
	.grid .resultItem.is-selected {
		padding: 18px 13px 40px;
		border: 3px solid #E60000;
	}
	.grid .resultItem .cardName {
		font-size: 1.1429rem/*16px*/;
	}
	.grid .resultItem .btnBlock [class*="btnType"] {
		font-size: 0.8572rem/*12px*/;
	}
	.grid .gh {
		display: none;
	}

	.grid .resultItem .block01 {
		margin-bottom: auto;
	}

	.grid .resultItem .btnBlock .tooltip {
		padding: 9px 28px 9px 10px;
		font-size: 0.7143rem/*10px*/;
	}

	.grid .resultItem .btnType07 {
		padding: 10px 10px 10px 15px;
	}
	.grid .resultItem .btnType07::before {
		left: 5px;
	}

	.grid .resultItem .btnCompare {
		padding: 10px 5px 10px 34px;
	}

	.grid .resultItem .btnBlock .btnCompare::before {
		left: 5px;
		width: 20px;
		height: 20px;
	}
	.grid .resultItem .btnBlock .btnCompare::after {
		top: 10px;
		left: 11px;
		width: 8px;
		height: 11px;
	}

	.grid .resultItem .btnBlock .tooltip::before {
		left: auto;
		right: 30%;
		margin-left: 0;
	}
	.grid .resultItem .btnBlock .tooltip::after {
		left: auto;
		right: calc(30% + 1px);
	}
	.grid .resultItem .block01 > .l,
	.grid .resultItem .cardImg {
		width: 100%;
	}
	.grid .resultItem .cardImg {
		text-align: center;
	}
	.grid .resultItem .cardImg img {
		width: 152px;
	}
	.grid .resultItem .labelRec {
		padding: 2px 3px 1px 6px;
	}

	.resultItem .cardTable01 {
		width: 100%;
		margin-top: 20px;
	}

	.resultItem .cardTable01 tr {
		display: flex;
		flex-wrap: wrap;
	}

	.resultItem .cardTable01 th,
	.resultItem .cardTable01 tr.brand th {
		width: 30%;
		height: 24px;
	}

	.resultItem .cardTable01 td {
		width: 70%;
		font-size: 0.8572rem/*12px*/;
	}

	.resultItem .cardTable01 tr + tr td + th,
	.resultItem .cardTable01 tr + tr td + th + td {
		height: 33px !important;
		border-top: 9px solid #fff;
	}

	.resultItem .labelList {
		width: 100%;
		margin: 19px 0 0;
	}

	.resultItem .labelRec {
		margin: 5px 0 12px 0;
		padding: 2px 11px 2px 11px;
	}
	.resultItem .labelRec + .labelRec {
		margin-top: -12px;
	}
	.grid .resultItem .labelRec + .labelRec {
		margin-top: -5px;
	}
}

@media screen and (max-width: 340px) {
	.grid .resultItem .btnBlock [class*="btnType"] {
		font-size: 0.7143rem/*10px*/;
	}
	.grid .resultItem .btnBlock .btnCompare::after {
		top: 8px;
	}
	.grid .tooltip {
		right: -9px;
	}
}

/*---------------
serviceAdd
------------------*/
#serviceAdd .colWrap.type01 > .colItem > .colImg {
	display: flex;
	align-items: center;
	width: 120px;
	height: 120px;
	margin: 0 auto 20px;
	padding: 10px;
	border-radius: 50%;
	background-color: #fff;
}

#serviceAdd .colItemTxt {
	background-color: transparent;
}

/*---------------
accordion link
------------------*/
@media screen and (max-width: 640px) {
	.acdColList + .acdColList {
		margin-top: 10px;
	}
}

/*---------------
compareFixBlock
------------------*/
.compareFixBlock {
	position: fixed;
	bottom: -250px;
	left: 0;
	width: 100%;
	padding: 20px 0;
	background-color: #F2F2F2;
	box-shadow: 0 -5px 6px rgba(0, 0, 0, .16);
	text-align: center;
	z-index: 99999;
	transition: bottom .2s;
}
.compareFixBlock.is-selected {
	bottom: 0;
}

.compareFixBlock .text01 span {
	font-size: 1.1429rem/*16px*/;
	font-weight: bold;
}

.compareFixBlock .cardList {
	display: flex;
}

.compareFixBlock .slick-list {
	padding-top: 10px;
}

.compareCardBlock01 {
	margin-top: 5px;
}

.compareCardBlock01 .cardItem {
	position: relative;
}

.slick-slide:nth-child(odd) .cardImg {
	padding: 0 32px 0 40px;
}
.slick-slide:nth-child(even) .cardImg {
	padding: 0 40px 0 32px;
}

.compareFixBlock .slick-slide.slick-current .cardImg {
	border-right: 1px solid #cfcfcf;
}
.compareFixBlock .slick-slide .cardImg {
	min-height: 75px;
}

.deleteCardBtn {
	position: absolute;
	top: 0;
	right: 7px;
	display: block;
	width: 19px;
	height: 19px;
	border-radius: 3px;
	background-color: #BFBFBF;
	cursor: pointer;
}
.compareFixBlock .deleteCardBtn {
	top: -10px;
}
.deleteCardBtn::before,
.deleteCardBtn::after {
	content: '';
	display: block;
	position: absolute;
	top: 2px;
	left: 50%;
	width: 2px;
	height: 15px;
	margin-left: -1px;
	background-color: #fff;
}
.deleteCardBtn::before {
	transform: rotate(45deg)
}
.deleteCardBtn::after {
	transform: rotate(-45deg)
}

.compareCardBlock01 .cardImg > span {
	display: inline-block;
	width: 100px;
	height: 64px;
	border-radius: 5px;
	background-color: #ddd;
}
#relatedCard .compareCardBlock01 .cardImg > span {
	background-color: transparent;
}
#relatedCard .compareCardBlock01 .cardImg > span > a {
	position: relative;
	display: inline-block;
	width: 94px;
	height: 94px;
	border-radius: 5px;
	border: 1px solid #BFBFBF;
	background-color: #fff;
	text-decoration: none;
}
#relatedCard .compareCardBlock01 .cardImg > span > a .txt {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0.8572rem/*12px*/;
}
#relatedCard .compareCardBlock01 .cardImg > span > a::before {
	content: '';
	display: block;
	position: absolute;
	top: 32px;
	left: 50%;
	width: 35px;
	height: 4px;
	background-color: #BFBFBF;
	transform: translateX(-50%);
}
#relatedCard .compareCardBlock01 .cardImg > span > a::after {
	content: '';
	display: block;
	position: absolute;
	top: 17px;
	left: 50%;
	width: 4px;
	height: 35px;
	background-color: #BFBFBF;
	transform: translateX(-50%);
}

.compareFixBlock .cardName {
	display: none;
	margin-top: 8px;
	padding: 0 12px;
	font-size: 0.8572rem/*12px*/;
	font-weight: bold;
}
.compareFixBlock .cardCopy {
	margin-top: 8px;
	padding: 0 12px;
	font-size: 0.7143rem/*10px*/;
}

.deleteCardChk {
	display: none;
}

.deleteCardChk + * + .cardImg > span,
.deleteCardChk:checked + .deleteCardBtn,
.deleteCardChk:checked + * + .cardImg img,
.deleteCardChk:checked + * + * + .cardName,
.deleteCardChk:checked + * + * + * + .cardCopy {
	display: none;
}
.deleteCardChk:checked + * + .cardImg > span {
	display: inline-block;
}

.compareFixBlock .btnBlock {
	position: relative;
	margin-top: 10px;
}
.compareFixBlock .slick-dotted.slick-slider {
	margin-bottom: 0;
}

.compareFixBlock .slick-prev {
	left: -8px;
}
.compareFixBlock .slick-next {
	right: -8px;
}
.compareFixBlock .slick-prev > span:before {
	margin-top: -10px;
	margin-left: -25px;
}
.compareFixBlock .slick-next > span:before {
	margin-top: -10px;
	margin-right: -25px;
}
.compareFixBlock .slick-prev.slick-disabled > span:before,
.compareFixBlock .slick-next.slick-disabled > span:before {
	opacity: 0;
}
.compareFixBlock .slick-dots {
	display: none !important;
	bottom: -21px;
}

/************************************************
select
************************************************/
.selectCardWrap.col3 > * {
	text-align: center;
}

.selectCardWrap .cardItem + .cardItem {
	margin-top: 60px;
}

.selectCardWrap .cardName {
	margin-top: 15px;
	font-size: 0.8572rem/*12px*/;
	font-weight: bold;
}

.selectCardWrap .btnBlock {
	margin-top: 15px;
}

.btnBlockTop {
	margin: 20px 0 30px;
	text-align: center;
}

.btnBlockBtm {
	margin-top: 40px;
	text-align: center;
}

/************************************************
Card details
************************************************/

/*---------------
cardKeyVisual
------------------*/
#cardKeyVisual {
	padding-bottom: 30px;
}
.plutinum #cardKeyVisual,
.plutinum #cardKeyVisual,
.plutinum #cardKeyVisual a {
	color: #fff;
}

#cardKeyVisual .cardImg {
	margin-bottom: 30px;
}

#cardKeyVisual .cardList {
	width: 330px;
	margin: 0 auto;
}
#cardKeyVisual .cardItem {
	text-align: center;
}
#cardKeyVisual .cardList img {
	display: inline-block;
	max-width: 268px;
}
#cardKeyVisual .cardItem p {
	position: absolute;
	bottom: 3px;
	width: 330px;
	font-size: 0.8572rem/*12px*/;
}

#cardKeyVisual .message {
	font-size: 1.8572rem/*26px*/;
	line-height: 1.154;
	text-align: center;
}

#cardKeyVisual .pointWrap {
	display: flex;
	justify-content: space-between;
}
#cardKeyVisual .pointItem {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 31.7%;
	margin-top: 13px;
	padding: 9px;
	border-radius: 10px;
	background-color: #FCF4F4;
	font-size: 0.9286rem/*13px*/;
	font-weight: bold;
	line-height: 1.231;
	text-align: center;
}
.gold #cardKeyVisual .pointItem {
	background-color: rgba(221, 179, 72, .3);
}
.plutinum #cardKeyVisual .pointItem {
	background-color: #002663;
}
#cardKeyVisual .pointItem .S {
	display: inline-block;
	margin-top: 3px;
	font-size: 0.7143rem/*10px*/;
	font-weight: normal;
	line-height: 1.222;
}
#cardKeyVisual .pointItem .L {
	display: inline-block;
	margin-top: 3px;
	font-size: 1.5715rem/*22px*/;
	line-height: 1;
}

#cardKeyVisual .btnBlock {
	margin-top: 25px;
	text-align: center;
}
#cardKeyVisual .btnBlock .S,
.applyFixBlock .btnBlock .S {
	display: block;
	font-size: 0.7858rem/*11px*/;
}
#cardKeyVisual .btnBlock .btnType05,
.applyFixBlock .btnBlock .btnType05 {
	padding: 1.07143rem 2.1429rem 1rem;
}
#cardKeyVisual .btnBlock a + a {
	margin-top: 1rem;
}

#cardKeyVisual .btnBlock form,
.applyFixBlock .btnBlock form {
	width: 100%;
}

#cardKeyVisual .btnBlock.row form + form {
	margin-top: 20px;
}

.applyNoscript {
	color: #e60000;
}
#cardKeyVisual .applyNoscript p {
	margin-top: 15px;
}

#cardKeyVisual .linkList {
	margin-top: 20px;
	text-align: center;
}
#cardKeyVisual .linkList li + li {
	margin-top: 17px;
}

#cardKeyVisual .contactBlock {
	margin-top: 30px;
	border-radius: 8px;
	border: 2px solid #facccc;
}

#cardKeyVisual .contactBlock dt {
	padding: 9px 10px;
	border: none;
	border-radius: 6px 6px 0 0;
	background-color: #FCF4F4;
	color: #E60000;
	font-size: 1rem/*14px*/;
}

#cardKeyVisual .contactBlock dd {
	padding: 14px 10px;
	border: none;
	background-color: #fff;
}

#cardKeyVisual .contactBlock .telNumber {
	font-size: 1.5715rem/*22px*/;
}

.cardKeyVisualWrap {
	position: relative;
}
.cardKeyVisualWrap .sectionInner01 {
	position: relative;
	z-index: 1;
}
.cardKeyVisualWrap .bg.gold {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: calc(100% - 15px);
	height: calc(100% - 20px);
	border-radius: 30px 0 0 30px;
	background-image: url(/apply/cmn/img/card_gold_bg_sp.png);
	background-repeat: no-repeat;
	background-position: 0 bottom;
	background-size: cover;
	z-index: 0;
}
.cardKeyVisualWrap .bg.plutinum {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: calc(100% - 15px);
	height: calc(100% - 20px);
	border-radius: 30px 0 0 30px;
	background-image: url(/apply/cmn/img/card_plutinum_bg_sp.png);
	background-repeat: no-repeat;
	background-position: 0 bottom;
	background-size: cover;
	z-index: 0;
}

@media screen and (max-width: 640px) {
	#cardKeyVisual .pointWrap.col2 .pointItem {
		width: 48%;
	}

	.cardKeyVisualWrap .sectionInner01 {
		padding: 0 18px 0 33px;
	}

	.applyFixBlock .btnLabel {
		display: block;
		margin: 0 auto 5px;
	}
}

/*---------------
youtubeBlock
------------------*/
.campaignBlock {
	padding: 35px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

.campaignBlock .campaignBnr {
	display: inline-block;
}

.campaignBlock .bnrCarouselBlock01 .item .imgElm {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

/*---------------
campaignBlock
------------------*/
.youtubeMovie {
	position: relative;
	width: 100%;
	margin-top: 40px;
	padding-top: 56.25%;
	overflow: hidden;
}
.youtubeMovie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/*---------------
features
------------------*/
#features {
	margin-top: 79px;
}

.featuresColWrap + .featuresColWrap {
	margin-top: 26px;
	padding-top: 40px;
	border-top: 1px solid #ddd;
}

.featuresBtnList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 5px 60px;
}
.featuresBtnItem {
	width: 47.76%;
}
.featuresBtnItem > * {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	height: 100%;
	font-size: 0.8572rem/*12px*/;
}

.featuresSection {
	padding: 60px 0;
}

.featuresTtl {
	margin-bottom: 57px;
	font-size: 1.2858rem/*18px*/;
}
.plutinum .featuresTtl {
	color: #fff;
}
.featuresTtl .numFill {
	top: -2px;
	bottom: inherit;
}

.featuresR {
	margin-top: 18px;
}

.featuresText01 {
	margin-bottom: 7px;
	font-size: 1rem/*14px*/;
	text-align: center;
}
.gold .featuresText01 {
	color: #B18B31;
	font-weight: bold;
}
.plutinum .featuresText01 {
	color: #002663;
	font-weight: bold;
}
.featuresText02 {
	margin-bottom: 15px;
	font-size: 1.2858rem/*18px*/;
	font-weight: bold;
	text-align: center;
}
.featuresText03 {
	line-height: 1.572;
	text-align: left;
}
.featuresColItem .featuresImg {
	margin-bottom: 18px;
}

.featuresCol {
	margin-top: 11px;
}
.featuresColItem {
	padding: 21px 0;
	text-align: center;
}
.featuresText04 {
	font-size: 0.8572rem/*12px*/;
	line-height: 1.584;
}
.featuresText05 {
	margin-top: 4px;
	font-size: 1rem/*14px*/;
	font-weight: bold;
}
.featuresText05 .L {
	font-size: 1.5715rem/*22px*/;
}

.detailsWrap {
	margin-top: 28px;
}
.detailsWrap .acdCheck {display: none}
.detailsWrap .acdCheck + .acdContent + .btnBlock01 {
	text-align: center;
	transition: .6s;
}
.detailsWrap .acdCheck:checked + .acdContent + .btnBlock01 {
	padding: 49px 0;
	background-color: #F6F6F6;
}
.detailsWrap .acdCheck + .acdContent + .btnBlock01 .close,
.detailsWrap .acdCheck:checked + .acdContent + .btnBlock01 .open {
	display: none;
}
.detailsWrap .acdCheck:checked + .acdContent + .btnBlock01 .close {
	display: block;
}
.detailsWrap .sectionInner {
	padding-top: 49px;
}
.detailsWrap .acdCheck + .acdContent {
	max-height: 0;
	padding-top: 0;
	background-color: #F6F6F6;
	opacity: 0;
	overflow: hidden;
	transition: .3s;
}
.detailsWrap .acdCheck:checked + .acdContent {
	max-height: 9000px;
	padding-top: 49px;
	opacity: 1;
}
.detailsWrap .acdContentBody {
	padding: 40px 21px;
	background-color: #fff;
	line-height: 1.572;
}
.detailsWrap .btnBlock02 {
	margin-top: 49px;
	text-align: center;
}
.detailsWrap .acdContentBody section + section {
	margin-top: 2.357rem;
}
.detailsWrap .acdContentBody .section + .section {
	margin-top: 2rem;
}

.featuresSection .acdCnt02 {
	margin-top: 28px;
}

.featuresSection .acdContent .ttl {
	margin-bottom: 13px;
	font-size: 1.0715rem/*15px*/;
	font-weight: bold;
}

@media screen and (max-width: 640px) {
	.featuresBtnItem .btnType08::before {
		position: absolute;
		bottom: 8px;
		left: 50%;
		margin-left: -3px;
	}
	.featuresBtnItem:nth-child(n + 3) {
		margin-top: 15px;
	}
	.featuresBtnItem .btnType02 {
		padding: 0.92857rem 0.92857rem 0.92857rem 2.5rem;
		text-align: left;
	}
	#mainArea:not(.gold) .featuresSection {
		background: url(/apply/cmn/img/card_features_sp.png) 0 0 no-repeat;
		background-size: contain;
	}
	#mainArea.gold .featuresSection {
		background: url(/apply/cmn/img/card_features_gold_sp.png) 0 0 no-repeat;
		background-size: contain;
	}
	#mainArea.plutinum .featuresSection {
		background: url(/apply/cmn/img/card_features_plutinum_sp.png) 0 0 no-repeat;
		background-size: contain;
	}
	.featuresColItem:not(:last-child) {
		border-bottom: 1px solid #CFCFCF;
	}
	.featuresColItem.border {
		border-bottom: 1px solid #CFCFCF;
	}
}

/*---------------
basicInfomation
------------------*/
.section02 {
	padding: 60px 0;
}
.section02.bgGray + .bgGray {
	padding: 0 0 60px;
}

.basicInfoTable {
	width: 100%;
	margin-bottom: 20px;
}
.basicInfoTable > tbody > tr > th,
.basicInfoTable > tbody > tr > td {
	border: 1px solid #CFCFCF;
	line-height: 1.572;
	vertical-align: top;
}
.basicInfoTable > tbody > tr > th {
	width: 30%;
	padding: 13px;
	background-color: #F2F2F2;
	text-align: left;
}
.basicInfoTable > tbody > tr > td {
	padding: 13px;
	background-color: #fff;
}
.basicInfoTable .brand img {
	height: 32px;
}

.basicInfoTable .cardType {
	display: flex;
	flex-wrap: wrap;
	margin-left: -3px;
}
.basicInfoTable .cardType li {
	padding: 5px 17px;
	border-radius: 30px;
	background-color: #6E6E6E;
	color: #fff;
	font-size: 0.7143rem/*10px*/;
	font-weight: bold;
	text-align: center;
}
.basicInfoTable .cardType li {
	margin: 3px;
}

.basicInfoTable .innerType01 th {
	padding: 6px 6px 6px 0 !important;
	border: none !important;
	background-color: transparent!important;
	white-space: nowrap !important;
}
.basicInfoTable .innerType01 td {
	padding: 6px 0 6px !important;
	border: none !important;
}
.basicInfoTable .innerType02 th {
	text-align: left;
	font-weight: normal;
	white-space: nowrap;
}
.listType05 [class*="noteType"] > li:before,
.listType05 [class*="listType"] > li:before {
	position: static;
}
.basicInfoTable .listType05 .noteType02 > li:before {
	position: static;
}
.labelType01 {
	display: inline-block;
	min-width: 65px;
	padding: 1px 10px;
	border-radius: 30px;
	border: 1px solid #6E6E6E;
	background-color: #fff;
	font-size: 0.7858rem/*11px*/;
}

@media screen and (max-width: 640px) {
	.basicInfoTable .innerType02 th,
	.basicInfoTable .innerType02 td {
		display: block;
	}
}

/*---------------
note
------------------*/
.sectionInner01 .bgWhite {
	padding: 32px 18px;
	background-color: #fff;
}

#note .linkList {
	margin-top: 26px;
}
#note .linkList li {
	margin-top: 14px;
}

#note .ttl03 {
	margin-top: 55px;
}

#note .box {
	margin-top: 37px;
	padding: 0 20px;
	border: 1px solid #ddd;
}
#note .box h4 {
	font-size: 1.2143rem/*17px*/;
}

.sectionInner01 .noteInner {
	margin-top: 22px;
}

.sectionInner01 .telBlock {
	margin-top: 36px;
}
.sectionInner01 .telBlock dt {
	padding: 16px 5px;
	border-radius: 9px 9px 0 0;
	background-color: #BFBFBF;
	font-size: 1.2858rem/*18px*/;
	font-weight: bold;
	text-align: center;
}
.sectionInner01 .telBlock dd {
	padding: 18px 16px;
	border-radius: 0 0 9px 9px;
	border: 1px solid #BFBFBF;
}
.sectionInner01 .telBlock .telNumber {
	margin-bottom: 17px;
	font-size: 1.7143rem/*24px*/;
	font-weight: bold;
	text-align: center;
}
.sectionInner01 .telBlock .telNumber .ico {
	padding-right: 5px;
}
.sectionInner01 .telBlock .telNumber .ico img {
	width: auto;
	height: 30px;
}
.sectionInner01 .telBlock .telNumber a {
	text-decoration: none;
	cursor: default;
}
.sectionInner01 .telBlock .note {
	margin-top: 14px;
}

@media screen and (max-width: 640px) {
	#note .box > * {
		display: flex;
		flex-wrap: wrap;
		padding: 20px 0;
	}
	#note .box > *:first-child {
		border-bottom: 1px solid #ddd;
	}
	#note .box .logo {
		width: 25%;
		padding: 0 10px 15px;
		text-align: center;
	}
	#note .box h4 {
		display: flex;
		align-items: center;
		width: 75%;
		padding-bottom: 15px;
	}
	#note .box .nonImg h4 {
		width: 100%;
	}
}

/*---------------
applyFixBlock
------------------*/
.applyFixBlock {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px 0;
	background-color: #F2F2F2;
	box-shadow: 0 -5px 6px rgba(0, 0, 0, .16);
	text-align: center;
	opacity: 0;
	visibility: hidden;
	z-index: 99999;
	transition: opacity .25s ease-in, visibility .25s ease-in;
}

.applyFixBlock.is-release {
	opacity: 1;
	visibility: visible;
}

.applyFixBlock .btnBlock {
	display: flex;
	justify-content: center;
}

.applyFixBlock .btnBlock a:nth-child(n + 3) {
	margin-top: 10px;
}

.applyFixBlock .linkBlock {
	margin-top: 12px;
}
.applyFixBlock .linkBlock > * + * {
	margin-top: 10px;
}

@media screen and (max-width: 640px) {
	.applyFixBlock .btnBlock.col {
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.applyFixBlock .btnBlock.col > * {
		width: 48.5%;
	}

	.applyFixBlock .btnBlock.col .btnType05 {
		padding: 1.07143rem 1rem 1rem 2.1429rem;
	}
}

/*---------------
relatedCard
------------------*/
#relatedCard section + section {
	margin-top: 50px;
}

#relatedCard .cardList {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#relatedCard .cardList.col2 > .cardItem {
	width: 50%;
}

#relatedCard .cardItem .block01 {
	padding: 22px 0 0;
	text-align: center;
}
#relatedCard .cardItem + .cardItem .block01,
#relatedCard .cardItem + .cardItem .block02 {
	border-left: 1px solid #cfcfcf;
}
#relatedCard .slick-slide.slick-current .block01,
#relatedCard .slick-slide.slick-current .block02 {
	border-right: 1px solid #cfcfcf;
}
#relatedCard .cardItem .cardImg {
	padding: 0 30px;
}
#relatedCard .cardItem .cardName {
	margin-top: 10px;
	padding: 0 15px;
	font-size: 0.8572rem/*12px*/;
	font-weight: bold;
}
#relatedCard .cardItem .cardName a {
	text-decoration: none;
}
#relatedCard .cardItem .cardCopy {
	margin-top: 10px;
	padding: 0 15px;
	font-size: 0.7143rem/*10px*/;
}

#relatedCard .cardItem .deleteCardChk:checked + * + * + .cardCopy,
#relatedCard .cardItem .deleteCardChk:checked + * + * + * + .cardName {
	display: none;
}

#relatedCard .cardItem .block02 {
	margin-top: 68px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

#similarCard,
#compareCards {
	position: relative;
}
#relatedCard .label {
	position: absolute;
	bottom: 64px;
	left: 0;
	width: 100%;
	padding: 10px;
	background-color: #F2F2F2;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.compareCardLabel {
	display: inline-block;
	min-width: 65px;
	margin: 6px auto;
	padding: 4px 0 2px;
	border: 1px solid #707070;
	border-radius: 100px;
	line-height: 1;
	text-align: center;
	font-size: 0.78571rem/*11px*/;
	font-weight: bold;
}

#relatedCard .outerBtn07 {
	position: relative;
}

@media screen and (max-width: 640px) {
	#relatedCard .cardList {
		width: auto;
		margin: 0 -15px;
	}

	#compareCards .cardItem .block02 {
		margin-top: 117px;
	}
	#compareCards .slick-dots {
		position: absolute;
		bottom: 116px;
	}
	#compareCards .slick-prev,
	#compareCards .slick-next {
		bottom: 116px;
	}

	#relatedCard .tooltip2 {
		left: 0;
		right: inherit;
	}
}

/*---------------
Utility
------------------*/

/*---------------
slick
------------------*/
/* Arrows */
#cardKeyVisual .slick-prev,
#relatedCard .slick-prev,
#cardKeyVisual .slick-next,
#relatedCard .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: inherit;
	bottom: -10px;
	display: block;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	padding: 0;
	cursor: pointer;
	background-color: transparent;
	color: transparent;
	border: none;
	outline: none;
	opacity: .5;
	transition: .3s;
	z-index: 1;
}

#cardKeyVisual .slick-prev.slick-disabled > span:before,
#relatedCard .slick-prev.slick-disabled > span:before,
#cardKeyVisual .slick-next.slick-disabled > span:before,
#relatedCard .slick-next.slick-disabled > span:before {
	opacity: 0;
}

#cardKeyVisual .slick-prev,
#relatedCard .slick-prev {
	left: 24px;
}

#cardKeyVisual .slick-next,
#relatedCard .slick-next {
	right: 24px;
}

.slick-prev > span,
.slick-next > span {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
}

#cardKeyVisual .slick-prev > span:before,
#relatedCard .slick-prev > span:before,
#cardKeyVisual .slick-next > span:before,
#relatedCard .slick-next > span:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	border-top: 3px solid #585858;
	border-right: 3px solid #585858;
	position: absolute;
	top: 50%;
}

#cardKeyVisual .slick-prev > span:before,
#relatedCard .slick-prev > span:before {
	margin-left: -10px;
	transform: rotate(-135deg);
	left: 50%;
}

#cardKeyVisual .slick-next > span:before,
#relatedCard .slick-next > span:before {
	margin-right: -10px;
	transform: rotate(45deg);
	right: 50%;
}

/* Dots */
#cardKeyVisual .slick-dots,
#relatedCard .slick-dots {
	display: block;
	width: 100%;
	margin: 11px 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

#cardKeyVisual .slick-dots li,
#relatedCard .slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	vertical-align: middle;
}

#cardKeyVisual .slick-dots li button,
#relatedCard .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 10px;
	height: 10px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

#cardKeyVisual .slick-dots li button:before,
#relatedCard .slick-dots li button:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	margin: -5px 0 0 -5px;
	content: '';
	text-align: center;
	opacity: .25;
	background-color: #585858;
	border-radius: 50%;
	opacity: .5;
}

#cardKeyVisual .slick-dots li.slick-active button:before,
#relatedCard .slick-dots li.slick-active button:before {
	opacity: 1;
	background-color: #e60000;
}

@media print, all and (min-width:641px) {
	#cardKeyVisual .slick-prev:hover,
	#cardKeyVisual .slick-prev:focus,
	#cardKeyVisual .slick-next:hover,
	#cardKeyVisual .slick-next:focus,
	#relatedCard .slick-prev:hover,
	#relatedCard .slick-prev:focus,
	#relatedCard .slick-next:hover,
	#relatedCard .slick-next:focus {
		color: transparent;
		outline: none;
		background: transparent;
		opacity: .7;
	}

	#cardKeyVisual .slick-dots,
	#relatedCard .slick-dots {
		margin: 14px 0;
	}

	#cardKeyVisual .slick-dots li button:hover,
	#cardKeyVisual .slick-dots li button:focus,
	#relatedCard .slick-dots li button:hover,
	#relatedCard .slick-dots li button:focus {
		outline: none;
	}

	#cardKeyVisual .slick-dots li button:hover:before,
	#cardKeyVisual .slick-dots li button:focus:before,
	#relatedCard .slick-dots li button:hover:before,
	#relatedCard .slick-dots li button:focus:before {
		opacity: 1;
	}
}
