@charset 'utf-8';
/* CSS Document */

body {
	overflow-x: hidden;
	background-color: #fff;
}

#container{
	overflow-x: hidden;
}

div#apple-pay {
	padding-bottom: 30px;
	line-height: 1.6;
	letter-spacing: 1px;
}

div#apple-pay .cover{
	padding: 50px 0;
}

div#apple-pay .cover h1,
div#apple-pay .movieBlock {
	text-align: center;
}

div#apple-pay .section{
	margin-top: 50px;
	padding: 0 40px;
	overflow: hidden;
}

div#apple-pay .section.colorSection{
	padding: 50px 200%;
	margin: 50px -200% 0;
	background-color: #f4f4f4;
}

div#apple-pay .section > h2{
	font-size: 20px;
}

div#apple-pay .section .txtArea h2.mainH2{
	font-size: 40px;
	text-align: left;
	line-height: 1.2;
	letter-spacing: -0.02em
}

div#apple-pay .section > h3{
	font-size: 15px;
}

div#apple-pay .section h2 + p,
div#apple-pay .section h3 + p{
	margin-top: 5px;
	font-size: 13px;
	line-height: 1.4;
	letter-spacing: 0.01em;
	max-height: 999999px;
}

div#apple-pay .section .txtArea{
	margin-right: 25px;
    padding-left: 40px;
    width: 435px;
    float: left;
}

div#apple-pay .section .txtArea.longColumn{
	padding: 0 40px;
	width: 880px;
}

div#apple-pay .section .txtArea.right{
	margin: 0 0 0 26px;
	padding: 0 0;
	float: right;
	width: 420px;
}

div#apple-pay .section .txtArea h2.mainH2 + p{
	font-size: 20px;
	letter-spacing: -0.01em;
}

div#apple-pay .section > h3 + p{
	margin-top: 0;
}

div#apple-pay .section > p + h3{
	margin-top: 10px;
}

div#apple-pay .section .stepArea{
	overflow: hidden;
}

div#apple-pay .section .stepArea > dl{
	float: left;
	padding: 368px 0 0 57px;
	width: 172px;
	position: relative;
}

div#apple-pay .section .stepArea > dl:first-child{
	padding-left: 0;
}

div#apple-pay .section .stepArea > dl:before{
	content: "";
	width: 20px;
	height: 34px;
	background: url("../images/180404-18SS-applepay_ico-arrow.png") no-repeat left top;
	display: inline-block;
	position: absolute;
	top: 144px;
	left: 20px;
}

div#apple-pay .section .stepArea > dl:first-child:before{
	display: none;
}

div#apple-pay .section .stepArea > dl dt{
	font-size: 17px;
	font-weight: bold;
}

div#apple-pay .section .stepArea > dl dd{
	font-size: 12px;
}

div#apple-pay .section .stepArea > dl dd.stepAreaImg{
	position: absolute;
	top: 0;
	right: 0;
}

div#apple-pay .section .imgArea{
	text-align: center;
}

div#apple-pay .campaignBnr{
	margin-top: 50px;
}