@charset "shift-jis";

/* --------------------------------------------------- */
/* --- topP ------------------------------------------ */
/* --------------------------------------------------- */

/* --- 1025追加 --------------------------------- */

.info1025{
	border:1px solid #ff0000;
	padding:20px;
	margin-bottom:20px;
	text-align:center;
}

.info1025 div{
	text-align:left;
}

p.title1025{
	font-weight:bold;
}

@media screen and (max-width:640px) {
.info1025{
	text-align:left;
}
}
/* --- 20170203追加 --------------------------------- */
.info1025 h4{
	padding-bottom:1em;
}
.info1025 h5{
	padding-top:1em;
}
.info1025 p.maintext{
	text-indent:0.8em;
}
/* --- メインビジュアル （/suica/css/s_index.css流用）--------------------------------- */
#top_mv .mv_img {
	overflow:hidden;
	position:relative;
	height:260px;
}
#top_mv .mv_img ul {
	position:absolute;
	top:0;
	left:50%;
	margin-left:-960px;
}
#top_mv .mv_img ul li {
	text-align:center;
}
#top_mv .mv_img ul li img {
	height:auto;
}
#top_mv .mv_pager {
	margin:10px 0 0;
	text-align:center;
	letter-spacing:-.4em;
}
#top_mv .mv_pager a {
	display:inline-block;
	overflow:hidden;
	box-sizing:border-box;
	border:solid 2px #0E0E0E;
	margin:0 3px 0 2px;
	width:44px;
	height:12px;
	background:#FFF;
	letter-spacing:normal;
	vertical-align:top;
	text-indent:-9999px;
	white-space:nowrap;
}
#top_mv .mv_pager a.activeSlide {
	background-color:#008803;
}
/*@media screen and (min-width:951px) {
	#top_mv .mv_pager a {
		width:44px;
		height:12px;
	}
}
@media screen and (min-width:641px) and (max-width:950px) {
	#top_mv .mv_pager a {
		width:4.631%;
		height:12px;
	}
}
@media screen and (max-width:640px) {
	#top_mv .mv_pager a {
		border:solid 1px #0E0E0E;
		width:6.875%;
		height:6px;
	}
}*/
#top_mv span {
	display:none;
}
/* for android2 */
#top_mv.ad2 .mv_img {
	height:auto;
}
#top_mv.ad2 .mv_img ul {
	position:relative;
	width:1920px;
}
@media only screen and (max-width: 945px) {
	#top_mv span {
		display:block;
	}
}
@media only screen and (max-width: 640px) {
	#top_mv .mv_pager {
		margin:10px 0;
	}
}


/*#top_mv {
	width: 100%;
	background-color: rgba(88,181,48,1);
}*/
#top_mv h1 {
	display: block;
	position:relative;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	background-repeat: no-repeat;
	background-image: url(/appsuica/img/mv/iphone7.png);
}
#top_mv h1 img {
	position: absolute;
}

@media screen and (min-width:951px) {
	#top_mv h1 {
		width: 930px;
	}
}
@media screen and (min-width:641px) and (max-width:950px) {
	#top_mv h1 {
		width: 100%;
	}
}
@media screen and (min-width:641px) {
	#top_mv {
		margin-bottom: 30px;
		/*height: 280px;*/
	}
	#top_mv h1 {
		background-size: 200px;
		background-position: 18.0% bottom;
	}
	#top_mv h1 img {
		top: 105px;
		left: 53.75%;
		/*width: 260px;*/
		height: auto;
	}
}
@media screen and (max-width:640px) {
	#top_mv {
		margin-bottom:25px;
	}
	#top_mv h1 {
		padding-bottom: 45%;
		width: 100%;
		background-size: 28.0%;
		background-position: 15.0% bottom;
	}
	#top_mv h1 img {
		top: 25.00%;
		right: 5.0%;
		width: 50.0%;
	}
}


/* --- セクション --------------------------------- */
#contents > section {
	clear: both;
	position: relative;
	border-top: 4px solid rgba(35,31,32,1);
}
#contents > section:before {
	content: '';
	display: block;
	position: absolute;
	top: -4px;
	width: 150px;
	height: 4px;
	background-color: rgba(0,136,3,1);
}

/* --- セクション h1 --------------------------------- */
#contents > section > h1 {
	border-bottom: 1px solid rgba(204,204,204,1);
}
@media screen and (min-width:641px) {
	#contents > section > h1 {
		margin-bottom: 15px;
		padding: 15px 0 20px;
		font-size: 2.2rem;
	}
}
@media screen and (max-width:640px) {
	#contents > section > h1 {
		margin-bottom: 3.125%;
		padding: 3.90625% 3.125%;
		font-size: 2.0rem;
		line-height: 1;
	}
}



/* --- リードFAQ --------------------------------- */
#lead_faq {
	margin-right: auto;
	margin-left: auto;
}
#lead_faq p {
	margin-bottom: 1em;
}
#lead_faq > div {
	margin: 0 auto 1em;
}
#lead_faq > div a {
	display: block;
	border-radius: 10px;
	padding: 10px;
	background-color: #ff7e00;
	background-color: rgba(255,126,0,1);
	text-decoration: none;
	color: rgba(255,255,255,1);
}
#lead_faq > div a p {
	margin-bottom: 0.5em;
	border-bottom: 1px solid rgba(255,255,255,1);
	text-align: center;
	font-weight: bold;
}
#lead_faq > div a p + p {
	margin-bottom: 0;
	border: none;
	text-align: left;
	font-weight: normal;
}
#lead_faq > div a p img {
	margin-left: 5px;
}
@media screen and (min-width:641px) {
	#lead_faq {
		margin-bottom: 40px;
		width: 75%;
	}
	#lead_faq p {
		font-size: 1.9rem;
	}
	#lead_faq > p {
		font-size: 1.5rem;
	}
	#lead_faq > div {
	}
}
@media screen and (max-width:640px) {
	#lead_faq {
		margin-right: 7.8125%;
		margin-left: 7.8125%;
		margin-bottom: 25px;
	}
	#lead_faq > div {
		margin: 0 -0.5em 0.75em;
	}
	#lead_faq > p {
		font-size: 1.3rem;
	}
}



/* --- リードテキスト --------------------------------- */
#lead_txt {
}
#lead_txt p {
	margin-bottom: 1em;
}
@media screen and (min-width:641px) {
	#lead_txt {
		margin-bottom: 40px;
	}
	#lead_txt p {
		text-align: center;
		font-size: 1.9rem;
	}
}
@media screen and (max-width:640px) {
	#lead_txt {
		margin-right: 7.8125%;
		margin-left: 7.8125%;
		margin-bottom: 25px;
	}
}



/* --- インフォメーション --------------------------------- */
#information {
}

#information ul.more {
	display: none;
}
#information ul li {
	border-bottom: 1px solid rgba(238,238,238,1);
}
#information ul li:last-child {
	margin-bottom: 0;
}

#information p.more {
	display: block;
	position: relative;
	border-radius: 3px;
	border: 1px solid rgba(153,153,153,1);
	text-align: center;
	text-decoration: none;
	color: rgba(51,51,51,1);
}
#information p.more:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	margin-top: -7px;
	width: 14px;
	height: 15px;
	background-image: url(/appsuica/common/img/ico_arrow_btm.png);
	background-size: contain;
	background-repeat: no-repeat;
}

@media screen and (min-width:641px) {
	#information{
		margin-bottom: 25px;
	}
	#information ul {
		margin-bottom: 20px;
	}
	#information ul li {
		margin-bottom: 20px;
		padding-bottom: 15px;
	}
	#information ul li:after {
		content: '';
		display: block;
		clear: both;
	}
	#information ul li span {
		float: left;
		width: 125px;
	}
	#information ul li p {
		float: right;
		padding-left: 25px;
		width: calc(100% - 125px);
	}
	#information ul li a {
		float: right;
		padding-left: 25px;
		width: calc(100% - 125px);
		background-image: url(/suica/common/img/ico_arrow02_blk_s.png);
		background-position: 6px 7px;
		background-repeat: no-repeat;
	}
	#information ul li a[href$=".pdf"] {
		background-image: url(/suica/common/img/ico_pdf_s.png);
		background-position: 0px 3px;
	}
	#information ul li a[target="_blank"] {
		background-image: url(/suica/common/img/ico_link_blank01_s.png);
		background-position: 2px 5px;
	}
	#information ul li a[target="_blank"][href$=".pdf"] {
		background-image: url(/suica/common/img/ico_pdf_s.png);
		background-position: 0px 3px;
	}
	#information p.more {
		margin: 0 auto 20px;
		padding: 14px 0;
		width: 320px;
	}
	#information p.more:hover {
		background-color: rgba(238,238,238,1);
	}
}
@media screen and (max-width:640px) {
	#information{
		border-top: 3px solid rgba(35,31,32,1);
	}
	#information:before {
		top: -3px;
		width: 23.4375%;
		height: 3px;
	}

	#information h1 {
		margin-bottom: 3.125%;
		padding: 3.90625% 3.125%;
		font-size: 2.0rem;
		line-height: 1;
	}

	#information {
		margin-bottom: 7.8125%;
	}

	#information ul {
		margin-bottom: 6.25%;
	}
	#information ul li {
		margin-bottom: 3.90625%;
		padding-bottom: 4.6875%;
		font-size: 1.5rem;
	}
	#information ul li span {
		display: block;
		padding-left: 3.90625%;
	}
	#information ul li p {
		display: block;
		padding-left: 8.59375%;
	}
	#information ul li a {
		display: block;
		padding-left: 8.59375%;
		background-image: url(/suica/common/img/ico_arrow02_blk_l.png);
		background-size: 6px;
		background-position: 4.0% 6px;
		background-repeat: no-repeat;
	}
	#information ul li a[href$=".pdf"] {
		background-image: url(/suica/common/img/ico_pdf_s.png);
		background-size: 11px;
		background-position: 3.75% 4px;
	}
	#information ul li a[target="_blank"] {
		background-image: url(/suica/common/img/ico_link_blank01_l.png);
		background-size: 12px;
		background-position: 3.75% 4px;
	}
	#information ul li a[target="_blank"][href$=".pdf"] {
		background-image: url(/suica/common/img/ico_pdf_s.png);
		background-size: 11px;
		background-position: 3.75% 4px;
	}

	#information p.more {
		margin: 0 3.125% 3.125%;
		padding: 2.5% 0;
	}
}



/* --- CMギャラリー --------------------------------- */
#aps_cm_gallery {
}
#aps_cm_gallery div.box {
}

#aps_cm_gallery div.box h2 {
	display:none;
	/* background-color: rgba(88,181,48,1);
	color: rgba(255,255,255,1); */
}

#aps_cm_gallery div.box h3,
#aps_cm_gallery div.box h4,
#aps_cm_gallery div.box div.movies {
	background-color: rgba(247,247,247,1);
	font-weight: normal;
}

#aps_cm_gallery div.box h3 span.caution,
#aps_cm_gallery div.box h4 span.caution {
	color: rgba(238,0,0,1);
}

#aps_cm_gallery div.box div.movies > div img {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -9.5%;
	width: 100%;
	height: auto;
}
#aps_cm_gallery div.box div.movies > div img[src*="/ico_movie_start.png"] {
	margin-top: 0;
}
#aps_cm_gallery div.box div.movies > div iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#aps_cm_gallery > div.cmanc a {
	display: block;
	position: relative;
	border-radius: 5px;
	padding:10px 0;
	width:70%;
	margin:0 auto;
	background-color: rgba(0,136,3,1);
	text-align: center;
	text-decoration: none;
	color: rgba(255,255,255,1);
	background-size: auto;
	background-repeat: no-repeat;
	background-position:98%;
	background-image: url(/appsuica/common/img/ico_ancdown_wht.png);
}
#aps_cm_gallery > div.cmanc a:after {
	content: '';
	position: absolute;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(/appsuica/common/img/ico_anc_wht.png);
}


@media screen and (min-width:641px) {
	#aps_cm_gallery div.box {
		margin-bottom: 50px;
	}
	#aps_cm_gallery div.box h2 {
		margin-bottom: 10px;
		padding: 12px 10px;
		font-size: 1.5rem;
	}
	#aps_cm_gallery div.box h3 {
		padding: 18px 12px 15px;
		font-size: 2.2rem;
	}
	#aps_cm_gallery div.box h3 span.txt {
		font-size: inherit;
	}
	#aps_cm_gallery div.box h3 span.caution {
		display: block;
		padding-left: 1em;
		text-indent: -1em;
		font-size: 1.4rem;
	}
	#aps_cm_gallery div.box div.movies {
		position: relative;
	}
	#aps_cm_gallery div.box div.movies:after {
		content: '';
		display: block;
		clear: both;
	}
	#aps_cm_gallery div.box div.movies h4 {
		position: absolute;
		top: 0;
		right: 0;
		padding: 11px 10px 12px;
		width: 44%;
		cursor: pointer;
	}
	#aps_cm_gallery div.box div.movies h4:after {
		content: '';
		display: block;
		clear: both;
	}
	#aps_cm_gallery div.box div.movies h4:nth-of-type(odd) {
		background-color: rgba(232,232,232,1);
	}
	#aps_cm_gallery div.box div.movies h4:nth-of-type(even) {
		background-color: rgba(247,247,247,1);
	}
	#aps_cm_gallery div.box div.movies h4.on {
		background-color: rgba(68,68,68,1);
		color: rgba(255,255,255,1);
	}
	#aps_cm_gallery div.box div.movies h4 span.img {
		float: left;
		overflow: hidden;
		margin-right: 10px;
		width: 90px;
		height: 50px;
	}
	#aps_cm_gallery div.box div.movies h4 span.img img {
		margin-top: -9.6%;
		width: 100%;
		height: auto;
	}
	#aps_cm_gallery div.box div.movies h4 span.caution {
		display: none;
	}
	#aps_cm_gallery div.box div.movies > div {
		display: none;
		overflow: hidden;
		position: absolute;
		top: 0;
		left: 0;
		padding-top: 31.4%;
		width: 56%;
		background-color: rgba(0,0,0,0.5);
	}
	#aps_cm_gallery div.box div.movies > div.on {
		display: block;
	}
}
@media screen and (max-width:640px) {
	#aps_cm_gallery div.box {
		padding-bottom: 2px;
		background-color: rgba(247,247,247,1);
	}
	#aps_cm_gallery div.box h2 {
		display:block;
		position: relative;
		background-color: rgba(88,181,48,1);
		color: rgba(255,255,255,1);
		padding: 15px;
		font-size: 1.6rem;
	}
	#aps_cm_gallery div.box h2:after {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		right: 3.125%;
		margin-top: -8px;
		width: 15px;
		height: 15px;
		background-image: url(/appsuica/common/img/ico_plus.png);
		background-repeat: no-repeat;
		background-size: contain;
	}
	#aps_cm_gallery div.box h2.on:after {
		background-image: url(/appsuica/common/img/ico_minus.png);
	}
	#aps_cm_gallery div.box h3 {
		display: none;
	}
	#aps_cm_gallery div.box div.movies {
		display: none;
		padding-right: 3.125%;
		padding-bottom: 12%;
		padding-left: 3.125%;
	}
	#aps_cm_gallery div.box div.movies.on {
		display: block;
	}
	#aps_cm_gallery div.box div.movies h4 {
		padding: 5% 0 2.5%;
	}
	#aps_cm_gallery div.box div.movies h4 span.img {
		display: none;
	}
	#aps_cm_gallery div.box div.movies h4 span.caution {
		display: block;
		padding-left: 1em;
		text-indent: -1em;
	}
	#aps_cm_gallery div.box div.movies > div {
		position: relative;
		overflow: hidden;
		padding-top: 56.0%;
		width: 100%;
		background-color: rgba(0,0,0,0.5);
	}
	#aps_cm_gallery div.box div.movies > div.on {
	}
	#aps_cm_gallery > div.cmanc a {
	margin-top:10px;
	background-position:95%;
}

}



/* --- できること --------------------------------- */
#aps_capable {
}

#aps_capable > dl {
	background-color: rgba(250,250,250,1);
}
#aps_capable > dl dd {
	text-align: center;
}
#aps_capable > dl dd p {
	text-align: left;
}

#aps_capable > div {
	clear: both;
	border: solid rgba(219,219,219,1);
}
#aps_capable > div div:after {
	content: '';
	display: block;
	clear: both;
}
#aps_capable > div div h2 {
	float: right;
}
#aps_capable > div div img {
	float: left;
}
#aps_capable > div div p {
	float: right;
}

#aps_capable > ul {
	float: right;
}
#aps_capable > ul:after {
	content: '';
	display: block;
	clear: both;
}

@media screen and (min-width:641px) {
	#aps_capable > dl {
		float: left;
		margin-bottom: 2.1505%;
		padding: 30px;
		width: 48.924%;
	}
	#aps_capable > dl:nth-of-type(2n) {
		float: right;
	}
	#aps_capable > dl dt {
		margin-bottom: 5px;
		font-size: 2.0rem;
	}
	#aps_capable > dl dd img {
		margin-top: 15px;
		height: auto;
	}
	#aps_capable > dl:nth-of-type(1) dd img {
		width: 60%;
	}
	#aps_capable > dl:nth-of-type(2) dd img {
		width: 75%;
	}
	#aps_capable > dl:nth-of-type(3) dd img {
		width: 90%;
	}
	#aps_capable > dl:nth-of-type(4) dd img {
		width: 58%;
	}
	#aps_capable > div {
		margin-top: 25px;
		margin-bottom: 15px;
		border-width: 5px;
		padding-top: 25px;
		padding-bottom: 25px;
	}
	#aps_capable > div div {
		margin: auto;
		width: 580px;
	}
	#aps_capable > div div h2 {
		margin-bottom: 25px;
		padding-top: 15px;
		width: 430px;
		font-size: 2.0rem;
	}
	#aps_capable > div div img {
		width: 120px;
		height: auto;
	}
	#aps_capable > div div p {
		width: 430px;
	}
	#aps_capable > ul {
		margin-bottom: 65px;
	}
	#aps_capable > ul li {
		float: left;
		margin-left: 20px;
	}
}
@media screen and (max-width:640px) {
	#aps_capable > dl {
		margin-bottom: 1.5625%;
		padding: 4.0% 3.125% 3.125%;
	}
	#aps_capable > dl:last-child {
		margin-bottom: 6.25%;
	}
	#aps_capable > dl dt {
		margin-bottom: 5px;
		font-size: 1.8rem;
	}
	#aps_capable > dl dd p {
		font-size: 1.2rem;
	}
	#aps_capable > dl dd img {
		margin-top: 4.75%;
		height: auto;
	}
	#aps_capable > dl:nth-of-type(1) dd img {
		width: 60%;
	}
	#aps_capable > dl:nth-of-type(2) dd img {
		width: 75%;
	}
	#aps_capable > dl:nth-of-type(3) dd img {
		width: 90%;
	}
	#aps_capable > dl:nth-of-type(4) dd img {
		width: 58%;
	}
	#aps_capable > div {
		margin-right: 3.125%;
		margin-bottom: 3.125%;
		margin-left: 3.125%;
		border-width: 3px;
		padding: 3.8%;
	}
	#aps_capable > div div {
	}
	#aps_capable > div div h2 {
		margin-bottom: 4.5%;
		width: 70%;
		font-size: 1.5rem;
	}
	#aps_capable > div div img {
		width: 25%;
		height: auto;
	}
	#aps_capable > div div p {
		width: 70%;
	}
	#aps_capable > div div p a {
		display: block;
		padding-left: 16px;
		text-indent: -16px;
	}
	#aps_capable > ul {
		margin-right: 3.125%;
		margin-bottom: 11.5%;
		margin-left: 3.125%;
	}
	#aps_capable > ul li {
		text-align: right;
	}
}


/* --- 会員登録すると、さらに便利に --------------------------------- */
#aps_benefit {
}

#aps_benefit > dl {
	background-color: rgba(250,250,250,1);
}
#aps_benefit > dl dd {
	text-align: center;
}
#aps_benefit > dl dd p {
	text-align: left;
}
#aps_benefit > dl dd ul li {
	text-align: left;
}

#aps_benefit > div.appstore {
	clear: both;
	background-color: rgba(255,247,229,1);
	text-align: center;
}

#aps_benefit > div.login h3 {
	border: 2px solid rgba(204,204,204,1);
	text-align: center;
}
#aps_benefit > div.login p a {
	display: block;
	position: relative;
	border-radius: 5px;
	background-color: rgba(85,85,85,1);
	text-align: center;
	text-decoration: none;
	color: rgba(255,255,255,1);
}
#aps_benefit > div.login p a:after {
	content: '';
	position: absolute;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(/appsuica/common/img/ico_link_blank01_wht.png);
}

#aps_benefit div.from_mobilesuica h2 {
	background-color: rgba(88,181,48,1);
	color: rgba(255,255,255,1);
}
#aps_benefit div.from_mobilesuica p {
	margin-bottom: 1em;
}
#aps_benefit div.from_mobilesuica ol {
	list-style: decimal;
	margin-left: 2em;
	margin-bottom: 1em;
}
#aps_benefit div.from_mobilesuica ol li {
	margin-bottom: 0.5em;
}
#aps_benefit div.from_mobilesuica dl {
	background-color: rgba(250,250,250,1);
}
#aps_benefit div.from_mobilesuica dl dt {
}

@media screen and (min-width:641px) {
	#aps_benefit > dl {
		float: left;
		margin-bottom: 2.1505%;
		padding: 30px;
		width: 48.924%;
	}
	#aps_benefit > dl:nth-of-type(2n) {
		float: right;
	}
	#aps_benefit > dl dt {
		margin-bottom: 5px;
		font-size: 2.0rem;
	}
	#aps_benefit > dl dd img {
		margin-top: 15px;
		height: auto;
	}
	#aps_benefit > dl:nth-of-type(1) dd img {
		margin-bottom: 20px;
		width: 60%;
	}
	#aps_benefit > dl:nth-of-type(2) dd img {
		margin-top: 50px;
		width: 70%;
	}
	#aps_benefit > div.appstore {
		margin-bottom: 20px;
		padding-top: 40px;
		padding-bottom: 45px;
	}
	#aps_benefit > div.appstore h2 {
		margin-bottom: 10px;
		font-size: 1.8rem;
	}
	#aps_benefit > div.appstore img {
		width: 215px;
	}
	#aps_benefit > div.login {
		margin-bottom: 30px;
	}
	#aps_benefit > div.login:after {
		content: '';
		display: block;
		clear: both;
	}
	#aps_benefit > div.login h3 {
		float: left;
		padding-top: 18px;
		padding-bottom: 18px;
		width: 25%;
		font-size: 1.6rem;
		font-weight: normal;
	}
	#aps_benefit > div.login p {
		float: right;
		margin-top: 2px;
		width: 73%;
	}
	#aps_benefit > div.login p a {
		margin-top: 5px;
		padding-top: 5px;
		padding-bottom: 5px;
		width: 250px;
	}
	#aps_benefit > div.login p a:after {
		top: 50%;
		right: 10px;
		margin-top: -6px;
		width: 11px;
		height: 11px;
	}
	#aps_benefit div.from_mobilesuica h2 {
		margin-bottom: 10px;
		padding: 12px 10px;
		font-size: 1.5rem;
	}
	#aps_benefit div.from_mobilesuica dl {
		padding: 15px;
	}
	#aps_benefit div.from_mobilesuica dl dt {
		margin-bottom: 10px;
		font-size: 1.6rem;
	}
}
@media screen and (max-width:640px) {
	#contents #aps_benefit {
		margin-bottom: 12.5%;
	}
	#aps_benefit > dl {
		margin-bottom: 1.5625%;
		padding: 4.0% 3.125% 3.125%;
	}
	#aps_benefit > dl:last-child {
		margin-bottom: 6.25%;
	}
	#aps_benefit > dl dt {
		margin-bottom: 5px;
		font-size: 1.8rem;
	}
	#aps_benefit > dl dd p {
		font-size: 1.2rem;
	}
	#aps_benefit > dl dd img {
		margin-top: 4.75%;
		height: auto;
	}
	#aps_benefit > dl:nth-of-type(1) dd img {
		margin-bottom: 4%;
		width: 60%;
	}
	#aps_benefit > dl:nth-of-type(2) dd img {
		width: 70%;
	}
	#aps_benefit > div.appstore {
		margin-bottom: 4.6875%;
		padding: 7.8125% 11%;
	}
	#aps_benefit > div.appstore h2 {
		margin-bottom: 2.34375%;
		font-size: 1.4rem;
	}
	#aps_benefit > div.appstore img {
		width: 50%;
	}
	#aps_benefit > div.login {
		margin-right: 3.125%;
		margin-left: 3.125%;
		margin-bottom: 4.6875%;
	}
	#aps_benefit > div.login h3 {
		margin-bottom: 2%;
		padding-top: 2.0%;
		padding-bottom: 2.0%;
		font-size: 1.5rem;
		font-weight: normal;
	}
	#aps_benefit > div.login p {
	}
	#aps_benefit > div.login p a {
		margin-top: 1.6%;
		margin-right: auto;
		margin-left: auto;
		padding-top: 3%;
		padding-bottom: 3%;
		width: 78%;
	}
	#aps_benefit > div.login p a:after {
		top: 50%;
		right: 8px;
		margin-top: -6px;
		width: 12px;
		height: 12px;
	}
	#aps_benefit div.from_mobilesuica {
		margin-right: 3.125%;
		margin-left: 3.125%;
		margin-bottom: 4.6875%;
	}
	#aps_benefit div.from_mobilesuica h2 {
		margin-bottom: 2%;
		padding: 15px;
		font-size: 1.6rem;
	}
	#aps_benefit div.from_mobilesuica dl {
		padding: 3.125%;
	}
	#aps_benefit div.from_mobilesuica dl dt {
		margin-bottom: 10px;
		font-size: 1.6rem;
	}
}



/* --- 使い方動画 --------------------------------- */
#aps_how_to_use {
}
#aps_how_to_use div.box {
}

#aps_how_to_use div.box h2 {
	background-color: rgba(88,181,48,1);
	color: rgba(255,255,255,1);
}

#aps_how_to_use div.box h3,
#aps_how_to_use div.box h4,
#aps_how_to_use div.box div.movies {
	background-color: rgba(247,247,247,1);
	font-weight: normal;
}

#aps_how_to_use div.box h3 span.caution,
#aps_how_to_use div.box h4 span.caution {
	color: rgba(238,0,0,1);
}

#aps_how_to_use div.box div.movies > div img {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -9.5%;
	width: 100%;
	height: auto;
}
#aps_how_to_use div.box div.movies > div img[src*="/ico_movie_start.png"] {
	margin-top: 0;
}
#aps_how_to_use div.box div.movies > div iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#aps_how_to_use > div.cmanc a {
	display: block;
	position: relative;
	border-radius: 5px;
	padding:10px 0;
	width:70%;
	margin:0 auto;
	background-color: rgba(0,136,3,1);
	text-align: center;
	text-decoration: none;
	color: rgba(255,255,255,1);
	background-size: auto;
	background-repeat: no-repeat;
	background-position:98%;
	background-image: url(/appsuica/common/img/ico_ancup_wht.png);
}
#aps_how_to_use > div.cmanc a:after {
	content: '';
	position: absolute;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(/appsuica/common/img/ico_anc_wht.png);
}

#aps_how_to_use div.box h2::after {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		right: 3.125%;
		margin-top: -8px;
		width: 15px;
		height: 15px;
		background-image: url(/appsuica/common/img/ico_plus.png);
		background-repeat: no-repeat;
		background-size: contain;
	}
#aps_how_to_use div.box h2.on::after {
	background-image: url(/appsuica/common/img/ico_minus.png);
}

@media screen and (min-width:641px) {
	#aps_how_to_use div.box {
		/*margin-bottom: 50px;*/
	}
	#aps_how_to_use div.box h2 {
		margin-bottom: 5px;
		padding: 12px 10px;
		font-size: 1.5rem;
		position:relative;
	}
	#aps_how_to_use div.box h3 {
		padding: 18px 12px 15px;
		font-size: 2.2rem;
	}
	#aps_how_to_use div.box h3 span.txt {
		font-size: inherit;
	}
	#aps_how_to_use div.box h3 span.caution {
		display: block;
		padding-left: 1em;
		text-indent: -1em;
		font-size: 1.4rem;
	}
	#aps_how_to_use div.box div.movies {
		position: relative;
		margin-bottom:30px;
	}
	#aps_how_to_use div.box div.movies:after {
		content: '';
		display: block;
		clear: both;
	}
	#aps_how_to_use div.box div.movies h4 {
		position: absolute;
		top: 0;
		right: 0;
		padding: 11px 10px 12px;
		width: 44%;
		cursor: pointer;
	}
	#aps_how_to_use div.box div.movies h4:after {
		content: '';
		display: block;
		clear: both;
	}
	#aps_how_to_use div.box div.movies h4:nth-of-type(odd) {
		background-color: rgba(232,232,232,1);
	}
	#aps_how_to_use div.box div.movies h4:nth-of-type(even) {
		background-color: rgba(247,247,247,1);
	}
	#aps_how_to_use div.box div.movies h4.on {
		background-color: rgba(68,68,68,1);
		color: rgba(255,255,255,1);
	}
	#aps_how_to_use div.box div.movies h4 span.img {
		float: left;
		overflow: hidden;
		margin-right: 10px;
		width: 90px;
		height: 50px;
	}
	#aps_how_to_use div.box div.movies h4 span.img img {
		margin-top: -9.6%;
		width: 100%;
		height: auto;
	}
	#aps_how_to_use div.box div.movies h4 span.caution {
		display: none;
	}
	#aps_how_to_use div.box div.movies > div {
		display: none;
		overflow: hidden;
		position: absolute;
		top: 0;
		left: 0;
		padding-top: 31.4%;
		width: 56%;
		background-color: rgba(0,0,0,0.5);
	}
	#aps_how_to_use div.box div.movies > div.on {
		display: block;
	}
}
@media screen and (max-width:640px) {
	#aps_how_to_use div.box {
		padding-bottom: 2px;
		background-color: rgba(247,247,247,1);
	}
	#aps_how_to_use div.box h2 {
		position: relative;
		padding: 15px;
		font-size: 1.6rem;
	}
	
	#aps_how_to_use div.box h3 {
		display: none;
	}
	#aps_how_to_use div.box div.movies {
		display: none;
		padding-right: 3.125%;
		padding-bottom: 12%;
		padding-left: 3.125%;
	}
	#aps_how_to_use div.box div.movies.on {
		display: block;
	}
	#aps_how_to_use div.box div.movies h4 {
		padding: 5% 0 2.5%;
	}
	#aps_how_to_use div.box div.movies h4 span.img {
		display: none;
	}
	#aps_how_to_use div.box div.movies h4 span.caution {
		display: block;
		padding-left: 1em;
		text-indent: -1em;
	}
	#aps_how_to_use div.box div.movies > div {
		position: relative;
		overflow: hidden;
		padding-top: 56.0%;
		width: 100%;
		background-color: rgba(0,0,0,0.5);
	}
	#aps_how_to_use div.box div.movies > div.on {
	}
	
	#aps_how_to_use > div.cmanc a {
		margin-top:10px;
		background-position:95%;
	}


}




/* --- ボタン よくあるご質問・お問い合わせ --------------------------------- */
#contents a.btn_faq {
	display: block;
}
@media screen and (min-width:641px) {
	#contents a.btn_faq {
		margin: 40px auto;
		width: 400px;
		height: 70px;
	}
}
@media screen and (max-width:640px) {
	#contents a.btn_faq {
		margin: 7.8125% auto;
		padding-top: 17.5%;
		width: 87.3%;
		background-image: url(/appsuica/common/img/btn_to_faq_sp.png);
		background-repeat: no-repeat;
		background-size: contain;
	}
	#contents a.btn_faq img {
		display: none;
	}
}


/* --- 関係規約一覧 --------------------------------- */

#aps_rule .rules li{
	padding-left: 16px;
	background-repeat: no-repeat;
	background-image: url(/appsuica/common/img/ico_arrow02_blk_l.png);
	background-size: 7px 7px;
	background-position: 3px 9px;
	padding-left: 16px;
}
#aps_rule .rules-lt,#aps_rule .rules-rt{
	float:left;
	width:50%;
	padding-bottom:35px;
	line-height:1.8;
}

#aps_rule {
}

#contents > section#aps_rule {
	border-top: none;
}
#contents > section#aps_rule:before {
	content: '';
	display: none;
}

#contents > section#aps_rule > h1 {
	border: none;
}

#contents > section#aps_rule > ul.rules {
}
#contents > section#aps_rule > ul.rules:after {
	content: '';
	display: block;
	clear: both;
}
#contents > section#aps_rule > ul.rules li {
	position: relative;
}
#contents > section#aps_rule > ul.rules li:before {
	content: '';
	display: block;
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(/appsuica/common/img/ico_arrow02_blk_l.png);
}

#contents > section#aps_rule > p {
	margin-top: 15px;
	text-align: right;
}

#contents > section#aps_rule > ul.indent.caution {
	float: right;
	margin-top: 15px;
}
#contents > section#aps_rule > ul.indent.caution li {
	text-align: right;
	font-size: 1.2rem;
}

@media screen and (min-width:641px) {
	ul.copyright{
	float:none;
	}

	#contents > section#aps_rule > h1 {
		margin-bottom: 10px;
		padding: 0;
		font-size: 1.6rem;
	}
	#contents > section#aps_rule > ul.rules {
		margin-bottom: 30px;
	}
	#contents > section#aps_rule > ul.rules:after {
		content: '';
		display: block;
		clear: both;
	}
	#contents > section#aps_rule > ul.rules li {
		float: left;
		margin-right: 2.5%;
		margin-bottom: 5px;
		padding-left: 16px;
		width: 47.5%;
	}
	#contents > section#aps_rule > ul.rules li:before {
		top: 50%;
		left: 4px;
		margin-top: -4px;
		width: 8px;
		height: 8px;
	}
	#contents > section#aps_rule > ul.copyright li {
		margin-bottom: 5px;
		font-size: 1.2rem;
	}
}
@media screen and (max-width:640px) {
#contents > section#aps_rule {
		margin-right: 3.125%;
		margin-left: 3.125%;
	}
#aps_rule h1{
	font-size:1.4rem
}
#aps_rule .rules-lt,#aps_rule .rules-rt{
	float:none;
	width:100%;
	padding-bottom:15px;
}
#aps_rule .rules-lt{
	padding-bottom:0;
}
	
	#contents > section#aps_rule > ul.copyright li {
		margin-bottom: 5px;
		font-size: 1.2rem;
	}

	#contents > section#aps_rule {
		margin-right: 3.125%;
		margin-left: 3.125%;
	}
	#contents > section#aps_rule > h1 {
		margin-bottom: 3.125%;
		padding: 0;
		font-size: 1.4rem;
	}
	#contents > section#aps_rule > ul.rules {
		margin-bottom: 4%;
	}
	#contents > section#aps_rule > ul.rules li {
		margin-bottom: 0.8%;
		padding-left: 3.33%;
	}
	#contents > section#aps_rule > ul.rules li:before {
		top: 50%;
		left: 0;
		margin-top: -3px;
		width: 6px;
		height: 6px;
	}
	#contents > section#aps_rule > ul.copyright li {
		margin-bottom: 0.8%;
		font-size: 1.2rem;
	}
	#contents > section#aps_rule > ul.indent.caution {
		margin-right: 0;
		margin-left: 0;
	}
	#contents > section#aps_rule > ul.indent.caution li {
		letter-spacing: -1px;
	}
}


/**** 関係規約一覧の新CSS ********************************************************************/

.aps_rule_list {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	width:100%;
	margin-bottom:35px;
}

.aps_rule_listItem {
	width:48%;
	background-repeat: no-repeat;
	background-image: url(/appsuica/common/img/ico_arrow02_blk_l.png);
	background-size: 7px 7px;
	background-position: 3px 6px;
	padding-left: 16px;
	margin-bottom:5px;
}

.aps_rule_listItem .link_pdf {
	background-image: url(/appsuica/common/img/ico_pdf_s.png);
	background-repeat: no-repeat;
	padding-left: 20px;
}

.aps_rule_listItem:nth-of-type(1) {
	order:1;
}
	
.aps_rule_listItem:nth-of-type(2) {
	order:3;
}

.aps_rule_listItem:nth-of-type(3) {
	order:5;
}

.aps_rule_listItem:nth-of-type(4) {
	order:7;
}

.aps_rule_listItem:nth-of-type(5) {
	order:9;
}

.aps_rule_listItem:nth-of-type(6) {
	order:2;
}

.aps_rule_listItem:nth-of-type(7) {
	order:4;
}

.aps_rule_listItem:nth-of-type(8) {
	order:6;
}

.aps_rule_listItem:nth-of-type(9) {
	order:8;
}

.aps_rule_listItem:nth-of-type(10) {
	order:10;
}


@media screen and (max-width:640px) {
	.aps_rule_listItem {
		width:100%;
	}

	.aps_rule_listItem:nth-of-type(1) {
		order:1;
	}
	
	.aps_rule_listItem:nth-of-type(2) {
		order:2;
	}
	
	.aps_rule_listItem:nth-of-type(3) {
		order:3;
	}
	
	.aps_rule_listItem:nth-of-type(4) {
		order:4;
	}
	
	.aps_rule_listItem:nth-of-type(5) {
		order:9;
	}
	
	.aps_rule_listItem:nth-of-type(6) {
		order:5;
	}
	
	.aps_rule_listItem:nth-of-type(7) {
		order:6;
	}
	
	.aps_rule_listItem:nth-of-type(8) {
		order:7;
	}
	
	.aps_rule_listItem:nth-of-type(9) {
		order:8;
	}
	
	.aps_rule_listItem:nth-of-type(10) {
		order:10;
	}
}
