@charset "utf-8";

@media print, all and (min-width:641px) {
	#mainArea {
		margin-top: 27px;
	}
}
@media only screen and (max-width: 640px) {
	#mainArea {
		margin-top: 20px;
	}
}

/************************************************
mv
************************************************/
@media (max-width:640px) {
	.slick-prev > span:before, .slick-next > span:before {
		margin-top: -7px;
	}
}
/* login */
.mvBlock {
	position: relative;
}
.loginBlockItemBtnJalCard > .icon {
	background-image: url(/cmn/type2021/img/bace/icon_login_02_w.png);
	background-size: 21px 20px;
}

@media print, all and (min-width:641px) {
	.loginBlock {
		position: absolute;
		top: 0;
		left: calc(50% + 240px);
		width: 280px;
		height: 360px;
		padding: 10px;
		overflow: hidden;
		background-color: rgba(100, 100, 100, 0.4);
	}
	.loginBlockItem {
		padding: 13px 20px;
		background-color: #fff;
		box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
	}
	.loginBlockItemDcweb .loginBlockItemBtn {
		margin-top: 5px;
	}
	.loginBlockItemBtnDcweb {
		padding: 1rem 0.5rem 1.143rem;
	}
	.loginBlockItemJalCard {
		padding-top: 16px;
	}
	.loginBlockItemJalCard .loginBlockItemNote {
		margin-top: 8px;
	}
	.loginBlockItemJalCard .loginBlockItemBtn {
		margin-top: 5px;
	}
	.loginBlockItemBtnJalCard {
		padding-top: 1rem;
		padding-bottom: 1.143rem;
	}
}

@media only screen and (max-width: 640px) {
	.loginBlock {
		padding: 20px 15px;
	}
	.loginBlockItem {
		padding: 24px 20px 33px;
		background-color: #fff;
	}
	.loginBlockItemJalCard {
		padding-top: 30px;
	}
}

/************************************************
キャンペーン
************************************************/
.localAdjust .linkDl > .linkDlLabel > .labeItem {
	padding: 0.3em 1em;
}
.localAdjust .linkDl > .linkDlLabel {
	margin-bottom: 11px;
}

@media print, all and (min-width:641px) {
	.localAdjust .linkDl > dt {
		width: 170px;
		margin-right: 10px;
	}
	.localAdjust .linkDl > .linkDlDd {
		width: calc(100% - 180px);
	}
}

/************************************************
マイルをためる
************************************************/
.cardLink > .cardLinkItem .cardLinkTtl.addBorderTop {
	border-top: solid 1px #cfcfcf;
}

/************************************************
マイルをつかう
************************************************/
.useMilesSection .colItemTxt {
	background-color: transparent;
}

@media print, all and (min-width:641px) {
	.useMilesSection {
		padding: 60px 0;
	}
}

@media only screen and (max-width: 640px) {
	.useMilesSection {
		padding: 38px 0;
	}
}

/************************************************
特典・サービス
************************************************/
@media print, all and (min-width:641px) {
	.serviceNote {
		margin-top: 58px;
	}
}

@media only screen and (max-width: 640px) {
	.serviceNote {
		margin-top: 30px;
	}
}

/************************************************
各種照会・お手続き
************************************************/
.procedureBlock {
	background-image: url(/jalcard/img/index_bg_pc_0001.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.procedureList {
	background-color: rgba(255, 255, 255, 0.7);
}

.leadType01 {
	color: #E60000;
	font-size: 1.42857rem;
	text-align: center ;
}

.imgBox01 {
	width: 100% ;
	margin-top: 30px ;
}

.imgBox01 .text {
	margin-top: 30px;
	margin-left: 3.17%;
}

@media print, all and (min-width:641px) {
	.procedureBlock {
		padding: 100px 0 60px;
		background-position: center top;
	}

	.procedureList {
		padding: 30px 32px 30px;
	}

	.leadType01 {
		font-size: 1.71429rem;
	}
	
	.imgBox01 {
		width: 86.072%;
		margin: 50px auto 0;
		display: -webkit-box;
		display: flex;
		flex-wrap: nowrap;
	}
	
	.imgBox01 .text {
		width: 37.09%;
		margin-top: 0;
		padding: 10px 0;
	}

	.procedureList + .procedureList {
		margin-top: 30px;
	}

	.procedureList .btnType13,
	.procedureList .btnType14 {
		max-width: 300px;
	}

	.addBlankIcon.btnType14:hover .iconBlank::before {
		content: "";
		display: inline-block;
		width: 10px;
		height: 10px;
		background: url(/cmn/type2021/img/icon_blank.png) no-repeat right top;
		background-size: 10px 10px;
		vertical-align: top;
	}

	.addBlankIcon.btnType14:hover .iconBlank img {
		display: none;
	}
}

@media only screen and (max-width: 640px) {
	.procedureBlock {
		background-image: url(/jalcard/img/index_bg_sp_0001.png);
		padding: 47px 0 60px;
	}

	.procedureList {
		padding: 30px 20px 40px;
	}

	.procedureList + .procedureList {
		margin-top: 10px;
	}

	.procedureBlock .colWrap.col3 > .colBtnItem {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	.procedureBlock .colWrap.col3 > .colBtnItem [class*="btnType"] {
		margin-right: auto;
		margin-left: auto;
	}

	.procedureBlock .colWrap.col3 > .colBtnItem:nth-child(n+2) {
		margin-top: 20px;
	}

	.procedureBlock .colWrap.col3 > .colBtnItem:nth-child(n+3) {
		margin-top: 20px;
	}
}

/************************************************
カードをお使いいただく前に
************************************************/
@media print, all and (min-width:641px) {
	.beforeUsingBlock {
		padding: 13px 0 20px;
	}
}

/************************************************
最新情報
************************************************/
@media print, all and (min-width:641px) {
	.latestInfoBlock {
		padding: 54px 0 82px;
	}
	.latestInfo01 {
		max-width: 970px;
		margin-right: auto;
		margin-left: auto;
	}
	.latestInfo01.cautions {
		padding: 0 20px;
	}
}

@media only screen and (max-width: 640px) {
	.latestInfoBlock {
		padding: 64px 0 84px;
	}
}

/************************************************
対象カード
************************************************/
.otherInfoListImg {
	margin-right: auto;
	margin-left: auto;
}
.otherInfoListImg.type_01 {
	max-width: 224px;
}
.otherInfoListImg.type_02 {
	max-width: 120px;
}
.otherInfoListImg.type_03 {
	max-width: 113px;
}
.otherInfoListImg.type_04 {
	max-width: 134px;
}
.otherInfoListImg.type_05 {
	max-width: 137px;
}

@media print, all and (min-width:641px) {
	.otherInfoBlock {
		padding-top: 31px;
	}
	.targetCard {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 59px;
		padding-bottom: 31px;
		border-bottom: solid 2px #e5e5e5;
	}
	.targetCardTtl {
		margin-top: 5px;
		margin-right: 14px;
	}
	.otherInfoList {
		display: flex;
		align-items: center;
		margin: 80px auto 0;
		max-width: 950px;
	}
	.otherInfoList>li {
		width: auto;
	}
	.otherInfoList>li:nth-of-type(2) {
		margin-left: 58px;
	}
	.otherInfoList>li:nth-of-type(3) {
		margin-left: 45px;
	}
	.otherInfoList>li:nth-of-type(4) {
		margin-left: 52px;
	}
	.otherInfoList>li:nth-of-type(5) {
		margin-left: 55px;
	}
}

@media only screen and (max-width: 640px) {
	.otherInfoBlock {
		padding-top: 40px;
	}
	.targetCard {
		display: none;
	}
	.otherInfoList {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 70px;
	}
	.otherInfoList>li {
		text-align: center;
	}
	.otherInfoList>li:nth-of-type(1) {
		width: 100%;
	}
	.otherInfoList>li:nth-of-type(n+2) {
		width: 48%;
		margin-top: 20px;
	}
}