@charset "utf-8";
/* CSS Document */

#sec_pay .hd03 img{
	max-width: 166px;
	width: 100%;
	vertical-align: middle;
}

.howto li{
	margin-top: 60px;
	position: relative;
}

.howto li + li::before{
	content: "";
	display: block;
	width: 53px;
	height: 63px;
	background: url("/apple-pay/common/img/icon_arrow.svg") no-repeat center / contain;
	margin: 0 auto 47px;
}

.howto .hd04{
	margin-top: 0;
}

.howto figure figcaption{
	font-weight: 700;
	font-size: 2rem;
	margin-top: 15px;
}

.noteContainer{
	background: #e5e5e5;
	padding: 30px 40px 35px;
	margin-top: 90px;
}
.noteContainer .hd02{
	margin-bottom: 27px;
}
.noteContainer ul li{
	text-align: left;
	line-height: 2;
}

.noteList{
	margin-top: 55px;
}
.noteList li{
	text-align: left;
	line-height: 1.6;
}
.noteList li + li{
	margin-top: 10px;
}
.noteList .min{
	font-size: 0.875em;
}


@media screen and (max-width: 768px){
	.lead{
		text-align: left;
	}
}
@media screen and (max-width: 767px){
	#sec_pay .hd03 img{
		max-width: 116px;
	}
	.howto li{
		margin-top: 61px;
	}
	.howto li + li{
		margin-top: 26px;
	}
	.howto li + li::before{
		width: 42px;
		height: 51px;
		margin-bottom: 40px;
	}
	.howto .boxWrap{
		display: block;
	}
	.howto figure figcaption{
		font-size: 1.7rem;
		margin-top: 28px;
	}
	.noteContainer{
		margin: 103px -20px 0;
		padding: 50px 22px 45px;
	}
	.noteContainer .hd02{
		text-align: center;
		margin-bottom: 19px;
	}
	.noteList{
		margin-top: 86px;
	}
	.noteList li{
		line-height: 2;
	}
}


/* ------------------------------------------------------------------------ */

/*  タブスタイル

/* ------------------------------------------------------------------------ */
/* タブのスタイル */

.tabBtn{
	align-items: stretch;
	margin-top: 100px;
}
.tabBtn li{
	cursor: pointer;
	border: solid 1px #4d4d4d;
	max-width: 480px;
	width: calc(100% / 2 - 20px);
	border-radius: 30px;
	position: relative;
	padding: 17px 10px;
	color: #000 !important;
}
.tabBtn li:hover,
.tabBtn li.active{
	color: #fff !important;
	background: #4d4d4d;
}
.tabBtn li.active::after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-top: 10px solid #4d4d4d;
	border-bottom: 0;
	position: absolute;
	top: 100%;
	left: calc(100% / 2 - 10px);
}
.js-tab-list .container{
	display: none;
}
.js-tab-list .container.active{
	display: block;
}

@media screen and (max-width: 768px){
	.tabBtn{
		margin-top: 56px;
	}
	.tabBtn li{
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 0;
		padding: 10px;
		width: calc(100% / 2 - 10px);
	}
}
@media screen and (max-width: 374px){
	.tabBtn li{
		font-size: 1.2rem;
	}
}

/* ------------------------------------------------------------------------ */

/*  お店でのお支払い

/* ------------------------------------------------------------------------ */

.howto1 .howto-1 dl{
	width: calc(100% / 2 - 20px);
}

.howto1 .howto-1 .boxWrap{
	margin-top: 46px;
}
.howto1 .howto-1 figure{
	margin-top: 40px;
}
.howto1 .howto-1 p{
	margin-top: 14px;
}

.howto1 .howto-2 .boxWrap{
	justify-content: center;
	align-items: flex-start;
	margin-top: 30px;
}
.howto1 .howto-2 dl{
	max-width: 320px;
	width: 50%;
}
.howto1 .howto-2 dl + dl{
	margin-left: 40px;
}
.howto1 .howto-2 dl:first-child img{
	max-width: 154px;
}
.howto1 .howto-2 dl:last-child img{
	max-width: 197px;
}
.howto1 .howto-2 dd{
	margin-top: 30px;
}
.howto1 .howto-2 .lead{
	text-align: left;
	line-height: 2;
	margin-top: 18px;
}
.howto1 .howto-2 .ttl{
	font-size: 2rem;
	text-align: left;
	margin-top: 45px;
}

.howto1 .howto-3 p{
	margin-top: 18px;
	line-height: 2.4;
}
.howto1 .howto-3 .lead{
	margin-top: 25px;
	line-height: 2;
}

@media screen and (max-width: 767px){
	.howto1 .howto-1 .boxWrap{
		margin-top: 50px;
	}
	.howto1 .howto-1 dl{
		width: 100%;
	}
	.howto1 .howto-1 dl + dl{
		margin-top: 32px;
	}
	.howto1 .howto-1 dl:first-child figure{
		max-width: 381px;
		margin: 23px auto 0;
		margin-right: -24px;
	}
	.howto1 .howto-1 dl:last-child figure{
		max-width: 381px;
		margin: 23px auto 0;
	}
	.howto1 .howto-1 p{
		text-align: center !important;
		line-height: 2;
	}
	
	.howto1 .howto-2 .hd02,
	.howto1 .howto-3 .hd02{
		text-align: center;
	}
	.howto1 .howto-2 .ttl{
		font-size: 1.6rem;
		margin-top: 26px;
	}
	.howto1 .howto-2 .lead{
		margin-top: 5px;
	}
	.howto1 .howto-2 dl{
		width: 100%;
		margin: 0 auto;
	}
	.howto1 .howto-2 dl:first-child img {
		max-width: 165px;
	}
	.howto1 .howto-2 dd {
		margin-top: 20px;
		line-height: 2;
	}
	.howto1 .howto-2 dl + dl{
		margin: 50px auto 0;
	}
	.howto1 .howto-2 dl:last-child img {
		max-width: 208px;
	}
	.howto1 .howto-3 p{
		text-align: left;
	}
}


/* ------------------------------------------------------------------------ */

/*  アプリ・ウェブでのお支払い

/* ------------------------------------------------------------------------ */

#ctn_web{
	padding-bottom: 36px;
}
.howto2 .howto-1 .hd02 img{
	max-width: 138px;
	vertical-align: bottom;
}

.howto2 .howto-1 figure{
	max-width: 166px;
	margin: 54px auto 0;
}

.howto2 .howto-2 .hd02 img{
	vertical-align: middle;
}
.howto2 .howto-2 .hd02 img.p_touchid{
	max-width: 119px;
}
.howto2 .howto-2 .hd02 img.p_faceid{
	max-width: 101px;
}
.howto2 .howto-2 .lead{
	text-align: left;
	line-height: 2;
	margin-top: 18px;
}
.howto2 .howto-2 .ttl{
	font-size: 2rem;
	text-align: left;
	margin-top: 45px;
}
.howto2 .howto-2 .lead strong{
	font-size: 2rem;
}


@media screen and (max-width: 768px){
	.howto2 .howto-2 .lead strong{
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 767px){
	#ctn_web {
		padding-bottom: 50px;
	}
	.howto2 .howto-1 .hd02 img{
		max-width: 93px;
	}
	.howto2 .howto-1 figure{
		max-width: 187px;
		margin: 32px auto 0;
	}
	.howto2 li + li.howto-2{
		margin-top: 48px;
	}
	.howto2 .howto-2 .ttl{
		font-size: 1.6rem;
		margin-top: 26px;
	}
	.howto2 .howto-2 .lead{
		margin-top: 5px;
	}

	.howto2 .howto-2 .hd02 img.p_touchid {
		max-width: 85px;
	}
	.howto2 .howto-2 .hd02 img.p_faceid {
		max-width: 68px;
	}
	.howto2 .howto-3 .hd02{
		text-align: center;
	}
}






