﻿@charset "UTF-8";

/************************************************
Parts
************************************************/

.linkBlock,
.linkBlock li + li,
[class*="noteType"],
[class*="listType"] {
	margin-top: .5rem;
}

/************************************************
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;
	}
}

/*---------------
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;
	}
}
