@charset "UTF-8";
/* CSS Document */
.show-sp {
    display: none;
}
.show-pc {
    display: block;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0.01px;
}

/* ---------------------------------------------------------
#local-nav
----------------------------------------------------------*/
#local-nav {
	display: flex;
	width: 910px;
	margin: 0 auto;
}
#local-nav p {
	display: flex;
	align-items: center;
	width: 170px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -.05em;
	color: #1d4294;
}
#local-nav ul {
	display: flex;
	list-style: none;
}
#local-nav a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 148px;
	height: 60px;
	font-size: 11px;
	color: #595757;
}
#local-nav a:hover {
	text-decoration: underline;
}
#local-nav .cr a {
	color: #1d4294;
	background-color: #f0f0f0;
}

/* ---------------------------------------------------------
#main
----------------------------------------------------------*/
#main {
	position: relative;
	width: 100%;
	height: 315px;
	text-align: center;
	background: url("../../cs/guide/img/sppay/pic_main.jpg") no-repeat;
	background-size: cover;
	padding: 94px 0 0;
	margin-bottom: 93px;
	box-sizing: border-box;
}
#main h1 {
	font-size: 38px;
	line-height: 1;
	color: #fff;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
	margin-bottom: 33px;
}
#main p {
	font-size: 24px;
	font-weight: bold;
	line-height: 35px;
	color: #fff;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
}
#main::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -94px;
	display: block;
	width: 58px;
	height: 39px;
	background: url("/assets/img/icon_arrow_gray.svg") no-repeat center top;
	background-size: contain;
	transform: translateX(-50%);
}

/* ---------------------------------------------------------
article
----------------------------------------------------------*/
article h2 {
	font-size: 38px;
	font-weight: bold;
	color: #1d4294;
	text-align: center;
	line-height: 1;
}
article p {
	color: #595757;
}
article .txt-link {
	text-align: center;
}
article .txt-link a {
	font-size: 14px;
	color: #0000ff;
	letter-spacing: -.05em;
}
article .txt-link a:hover {
	text-decoration: underline;
}
article .txt-link a::after {
	content: '＞';
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	transform: scaleX(.5);
	transform-origin: left center;
	margin-left: 7px;
}
article img {
	width: 100%;
	height: auto;
}

/* ---------------------------------------------------------
#sec1
----------------------------------------------------------*/
#sec1 {
	padding: 49px 0 0;
	margin-bottom: 65px;
}
#sec1 h2 {
	margin-bottom: 64px;
}
#sec1 .pic {
	width: 418px;
	margin: 0 auto 40px;
}
#sec1 .txt {
	width: 500px;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -.05em;
	margin: 0 auto 30px;
}

/* ---------------------------------------------------------
#sec2
----------------------------------------------------------*/
#sec2 {
	line-height: 1.5;
	background-color: #fafafa;
	padding: 63px 0 65px;
}
#sec2 h2 {
	line-height: 55px;
	margin-bottom: 55px;
}
#sec2 h3 {
	font-size: 25px;
	line-height: 1;
	color: #1d4294;
	text-align: center;
	letter-spacing: .1em;
	margin-bottom: 45px;
}
#sec2 .pic {
	width: 120px;
	margin: 0 auto;
}
#sec2 h4 {
	font-size: 17px;
	font-weight: bold;
	color: #1d4294;
	text-align:center;
	margin:15px auto;
}
#sec2 .txt {
	font-size: 14px;
	letter-spacing: -.05em;
	margin: 0 auto 15px;
	word-break:break-all;
}
#sec2 dl {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#sec2 dl dt {
	color:#1d4294;
	font-size:1.5rem;
	text-align:center;
	margin-bottom:20px;
}
#sec2 dl dd .ios_toggle_link {
	color:#1d4294;
	font-size:1.1rem;
	font-weight:bold;
	text-align:center;
	border: 1px solid #1D4294;
	padding:10px;
	width:30%;
	float:left;
	border-radius: 5px;
	background:#fff;
	margin-left:10%;
	margin-bottom:30px;
}
#sec2 dl dd .android_toggle_link {
	color:#1d4294;
	font-size:1.1rem;
	font-weight:bold;
	text-align:center;
	border: 1px solid #1D4294;
	padding:10px;
	width:30%;
	float:right;
	border-radius: 5px;
	background:#fff;
	margin-right:10%;
	margin-bottom:30px;
}
#sec2 dl dd .ios_toggle_link:hover,
#sec2 dl dd .android_toggle_link:hover{
	text-decoration:none;
	background:rgba(0,151,219,0.1);
}
#sec2 dl dd .ios_toggle_link::after,
#sec2 dl dd .android_toggle_link::after{
	content: '';
	position: relative;
	top:8px;
	left: 50%;
	display: block;
	width: 30px;
	height: 30px;
	background: url("../img/icon_arrow_gray.svg") no-repeat center top;
	background-size: contain;
	transform: translateX(-50%);
}
#sec2 dl dd span.note {
	display: block;
	color: #9e9e9e;
	font-size: 0.8em;
	line-height: 1.4;
	text-indent: -0.8em;
	margin: 10px 0 0 0.8em;
}
#sec2 ul {
	width: 800px;
	margin-left:auto;
	margin-right:auto;
}
#sec2 ul li{
	float:left;
	width: 188px;
	margin:0 6px 12px;
	background:#fff;
	border: 1px solid #1D4294;
	border-radius: 5px;
	box-sizing: border-box;
	list-style-type: none;
}
#sec2 ul li a{
	text-decoration:none;
	display:block;
	padding:10px;
}
#sec2 ul li:hover img{
	transform: scale(1.1);
	transition-duration: 0.3s;
}
#sec2 ul li .txt{
	width: auto;
	color:#000;
}
#sec2 ul li .txt-link{
	font-size: 14px;
	color: #0000ff;
	letter-spacing: -.05em;
}
#sec2 ul li:hover .txt-link{
	text-decoration:underline;
}
#sec2 ul li .txt-link::after{
	content: '＞';
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	transform: scaleX(.5);
	transform-origin: left center;
	margin-left: 7px;
}
#sec2 #ios,
#sec2 #ggl,
#sec2 #iD,
#sec2 #QP,
#sec2 .mob{
	display: none;
}


/* ---------------------------------------------------------
media queries
----------------------------------------------------------*/
@media screen and (max-width:909px) {
/* ---------------------------------------------------------
#local-nav
----------------------------------------------------------*/
	#local-nav {
		width: 100%;
	}
}

@media screen and (max-width:768px) {
	.show-sp {
	    display: block;
	}
	.show-pc {
		display: none;
	}
/* ---------------------------------------------------------
#local-nav
----------------------------------------------------------*/
	#local-nav {
		display: block;
		width: 100%;
		margin: 0 auto;
	}
	#local-nav p {
		justify-content: center;
		width: 100%;
		font-size: 12px;
		padding: 12px 0;
	}
	#local-nav ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		list-style: none;
		padding: 0 2% 5px;
	}
	#local-nav li {
		width: 48.5%;
	}
	#local-nav a,
	#local-nav .cr a {
		width: 100%;
		height: 46px;
		font-size: 11px;
		color: #595757;
		background-color: #f0f0f0;
		margin: 0 0 10px;
	}
/* ---------------------------------------------------------
#main
----------------------------------------------------------*/
	#main {
		height: 244px;
		background: url("../../cs/guide/img/sppay/pic_main_sp.jpg") no-repeat;
		background-size: cover;
		padding: 72px 0 0;
		margin-bottom: 18.9vw;
	}
	#main h1 {
		font-size: 29px;
		line-height: 1;
		margin-bottom: 25px;
	}
	#main p {
		font-size: 18px;
		line-height: 27px;
	}
	#main::after {
		bottom: -18.9vw;
		width: 12.4vw;
		height: 7.7vw;
	}
/* ---------------------------------------------------------
article
----------------------------------------------------------*/
	article h2 {
		font-size: 29px;
		line-height: 42px;
	}
	article .txt {		
		text-align: justify;
		text-justify: inter-ideograph;
	}
	article .txt-link a {
		font-size: 10px;
		letter-spacing: -.05em;
	}
	article .txt-link a::after {
		font-size: 10px;
	}

/* ---------------------------------------------------------
#sec1
----------------------------------------------------------*/
	#sec1 {
		padding: 33px 0 0;
		margin-bottom: 50px;
	}
	#sec1 h2 {
		margin-bottom: 43px;
	}
	#sec1 .pic {
		width: 83.6vw;
		margin: 0 auto 33px;
	}
	#sec1 .txt {
		width: 85vw;
		font-size: 14px;
		line-height: 21px;
		letter-spacing: normal;
		margin: 0 auto 21px;
	}

/* ---------------------------------------------------------
#sec2
----------------------------------------------------------*/
	#sec2 {
		padding: 50px 0 50px;
	}
	#sec2 h2 {
		line-height: 42px;
		margin-bottom: 43px;
	}
	#sec2 h3 {
		font-size: 19px;
		margin-bottom: 36px;
	}
	#sec2 dl {
		width: auto;
	}
	#sec2 dl dt {
		font-size:1.3rem;
	}
	#sec2 dl dd .ios_toggle_link {
		width:38%;
		margin-left:5%;
	}
	#sec2 dl dd .android_toggle_link {
		width:38%;
		margin-right:5%;
	}
	#sec2 ul {
		width: auto;
		margin-left:3%;
		margin-right:3%;
	}
	#sec2 ul li{
		width: calc(50% - 12px);
		margin:0 6px 12px;
	}
}
