@charset "Shift_JIS";

/* -----------------------------------------
	TOP用CSS
----------------------------------------- */
/*緊急のお知らせ*/
#contents .cautionBox h2 {
	background: #c81c00;
	color: #fff;
	text-align: center;
	font-weight:normal;
	font-size: 2.5rem;
	padding: 10px 15px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#contents .cautionBox h2:before {
	content: "";
	display: inline-block;
	background: url(/mobilesuica/img/top/ico_caution.png) no-repeat;
	background-size: contain;
	width: 28px;
	height: 26px;
	position: relative;
	top: 3px;
	margin-right: 15px;
}

#contents .cautionBox dl {
	font-size: 1.6rem;
	border: 2px solid #c81c00;
	padding: 30px 20px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

#contents .cautionBox dl dt {
	width: 20%;
	display: flex;
	align-items: center;
}

#contents .cautionBox dl dt:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-right: 4px solid transparent;
	border-left: 7px solid #0c0c0c;
	border-bottom: 4px solid transparent;
	margin-right: 5px;
}

#contents .cautionBox dl dd {
	width: 100%;
	margin-bottom: 15px;
}

#contents .cautionBox dl dd:last-child {
	margin-bottom: 0;
}

#contents .cautionBox div#cBinfo {
	font-size: 1.6rem;
	border: 2px solid #c81c00;
	padding: 30px 20px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

#contents .cautionBox2 h2 {
	background: #c81c00;
	color: #fff;
	text-align: center;
	font-weight:normal;
	font-size: 2rem;
	padding: 10px 15px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#contents .cautionBox2 dl {
	font-size: 1.6rem;
	border: 2px solid #c81c00;
	padding: 30px 20px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

#contents .cautionBox2 dl dt {
	width: 20%;
	display: flex;
	align-items: center;
}

#contents .cautionBox2 dl dd {
	width: 100%;
	margin-bottom: 15px;
}

#contents .cautionBox2 dl dd:last-child {
	margin-bottom: 0;
}

#contents .cautionBox2 div#cBinfo {
	font-size: 1.6rem;
	border: 2px solid #c81c00;
	padding: 30px 20px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}


/*Apple PayのSuicaとは？*/

#contents .lead_container {
	margin-bottom: 100px;
}

#contents .lead {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

#contents .lead .text {
	/* width: 46%;
	max-width: 420px; */
	margin-left: 30px;
}

#contents .lead .text > p {
	margin-bottom: 20px;
}

#contents .lead .text > .lead_btn {
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}
#contents .lead .text > .lead_btn li {
	/* max-width: 200px;*/
	width: 48%;
}
#contents .lead .text > .lead_btn li a {
	display: block;
	background: #000000;
	padding: 15px 20px 15px 15px;
	border-radius: 35px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	position: relative;
}

#contents .lead .text > .lead_btn li a:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 1.5px solid #6bc940;
	border-right: 1.5px solid #6bc940;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
}

#contents .lead .text > .lead_btn li a:hover {
	background: #53a32e;
}

#contents .lead .text > .lead_btn li a:hover:after {
	border-color: #fff;
}

#contents .lead .image {
	width: 31%;
	max-width: 280px;
	margin-right: 90px;
}

.btnLink01_1 {
	margin: 0 auto;
}
.btnLink01_1 a {
	display: block;
	background: #fff;
	border: 1px solid #231815;
	padding: 15px 30px 15px 15px;
	margin-top:20px;
	text-decoration: none;
	color: #000000;
	font-size: 1.8rem;
	position: relative;
}

.btnLink01_1 a:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background: url(/appsuica/common/img/ico-pdf.png) no-repeat;
	background-size: contain;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
}

/*Apple PayのSuicaでできること*/
#contents .top_navi01 .navi_link_col2 > * a .link_img.ic {
	width: 20%;
	margin-top: 10px;
}


#contents .top_navi02 {
	padding: 10px 0 0;
}

#contents .top_navi02 .top_navi_link {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#contents .top_navi02 .top_navi_link li {
	width: 32%;
	margin-bottom: 20px;
}

#contents .top_navi02 .top_navi_link li a {
	padding: 15px;
	display: flex;
	align-items: center;
	height: 100%;
	text-decoration: none;
	background: #fff;
	color: #000000;
	font-size: 1.8rem;
	position: relative;
}


#contents .top_navi02 .top_navi_link li a:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 20px;
}

#contents .top_navi02 .top_navi_link li a.blank:after {
	content: "";
	border: none;
	display: block;
	background: url(/appsuica/common/img/ico_blank.png) no-repeat;
	background-size: contain;
	transform: rotate(0);
	width: 14px;
	height: 11px;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 15px;
}

#contents .top_navi02 .top_navi_link li a .link_img {
	margin-right: 20px;
}

#contents .top_navi02 .top_navi_link li:nth-child(2) a .link_img {width: 21%;}
#contents .top_navi02 .top_navi_link li:nth-child(3) a .link_img {width: 18%;}

#contents .top_navi02 .top_navi_link li a:hover {
	color: #53a32e;
}

#contents .top_navi02 .top_navi_link li a:hover:after {
	border-color: #53a32e;
}

#contents .top_navi02 .top_navi_link li a.blank:hover:after {
	background: url(/appsuica/common/img/ico_blank_h.png) no-repeat;
	background-size: contain;
}

#contents .top_navi02 .top_navi_link li a:hover img {
	opacity: 1;
}

/*インフォメーション*/
#contents .information {
	padding: 60px 0 30px;
}

#contents .information h2 {
	font-size: 3.1rem;
	font-weight: normal;
	text-align: center;
	margin-bottom: 30px;
}




#contents .information dl {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

#contents .information dl dt {
	width: 17%;
	display: flex;
	align-items: center;
}


#contents .information dl dd {
	width: 83%;
	margin-bottom: 15px;
}

#contents .information .more_link {
	width: 130px;
	margin: 0 0 0 auto;
}

#contents .information .more_link a {
	display: block;
	text-align: center;
	background: #000000;
	padding: 15px 20px 15px 15px;
	border-radius: 35px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	position: relative;
}

#contents .information .more_link a:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 1.5px solid #6bc940;
	border-right: 1.5px solid #6bc940;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
}

#contents .information .more_link a:hover {
	background: #53a32e;
}


#contents .information .more_link a:hover:after {
	border-color: #fff;
}

/*サービス一覧*/
#contents .top_navi03 {
	padding: 20px 0 0;
}

#contents .top_navi03 li {
	min-height: 266px;
}


/*雑誌をめくる感覚でApple PayのSuicaがわかります。*/
#contents .top_navi_pamph {
	border: 1px solid #bdbdbd;
	padding: 30px;
	justify-content: space-between;
	display: flex;
	align-items: center;
}

#contents .top_navi_pamph .text {
	width: calc(100% - 170px);
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#contents .top_navi_pamph .text .top_navi_pamph_title {
	font-size: 2.4rem;
	margin-bottom: 30px;
}

#contents .top_navi_pamph .text .top_navi_pamph_btn {
	width: 50%;
}

#contents .top_navi_pamph .text .top_navi_pamph_btn a {
	display: block;
	background: #000000;
	font-size: 1.6rem;
	padding: 15px 20px 15px 15px;
	border-radius: 35px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	position: relative;
}

#contents .top_navi_pamph .text .top_navi_pamph_btn a:hover {
	background: #53a32e;
}
#contents .top_navi_pamph .text .top_navi_pamph_btn a:after {
	content: "";
	display: inline-block;
	background: url(/appsuica/common/img/ico_blank_w.png) no-repeat;
	background-size: contain;
	width: 14px;
	height: 11px;
	margin-left: 10px;
}

#contents .top_navi_pamph .image {
	width: 170px;
}

/*Android端末・フィーチャーフォン端末をご利用の方へ*/
#contents .forAndroid {
	margin: 50px auto;
	border: 2px solid #53a32e;
	border-radius: 8px;
	padding: 10px 8px;
}

#contents .forAndroid .forAndroid_h {
	background: #6bc940;
	border-radius: 5px;
	padding: 15px;
	font-size: 2.0rem;
	position: relative;
	padding-left: 70px;
}

#contents .forAndroid .forAndroid_h:before {
	content: "";
	display: block;
	background: url(/appsuica/img/top/ico_index_mobile.png) no-repeat;
	background-size: contain;
	width: 45px;
	height: 39px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto;
}

#contents .forAndroid .forAndroid_inn {
	padding: 20px;
}

#contents .forAndroid .forAndroid_inn .a_list > li:not(:last-child) {
	margin-bottom: 5px;
}
#contents .forAndroid .forAndroid_inn .a_list > li {
	position: relative;
	padding-left: 20px;
}

#contents .forAndroid .forAndroid_inn .a_list > li:before {
	content: "";
	display: block;
	background: #000000;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	position: absolute;
	top: 5px;
	left: 0;
}


#contents .forAndroid .forAndroid_btn {
	width: 30%;
	margin: 20px auto 0;
}




@media screen and (max-width: 929px) and (min-width: 641px){
}

/*スマホ　縦 横*/
@media screen and (max-width: 640px){

	/*緊急のお知らせ*/
	#contents .cautionBox h2 {
		font-size: 2.0rem;
		padding: 2% 3%;
	}

	#contents .cautionBox h2:before {
		background: url(/mobilesuica/img/top/ico_caution.png) no-repeat;
		background-size: contain;
		width: 25px;
		height: 23px;
		position: relative;
		top: 1vw;
		margin-right: 3vw;
	}

	#contents .cautionBox dl {
		padding: 3%;
		display: block;
	}

	#contents .cautionBox dl dt {
		width: 100%;
	}

	#contents .cautionBox dl dd {
		width: 100%;
		margin-bottom: 5%;
	}

	/*Apple PayのSuicaとは？*/

	#contents .lead_container {
		padding-top: 10%;
		margin-bottom: 10%;
	}

	#contents .lead {
		display: block;
		padding: 0 5%;
	}

	#contents .lead .text {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
	}

	#contents .lead .text > p {
		margin-bottom: 5%;
	}

	#contents .lead .text > .lead_btn {
		display: block;
		margin-top: 10%;
	}
	#contents .lead .text > .lead_btn li {
		max-width: 100%;
		width: 65%;
		margin: 0 auto 5%;
	}

	#contents .lead .text > .lead_btn li a {
		display: block;
		background: #000000;
		padding: 5% 10% 5% 10%;
	}

	#contents .lead .text > .lead_btn li a:after {
		right: 8%;
		margin: auto;
	}

	#contents .lead .image {
		width: 65%;
		max-width: 100%;
		margin: 8% auto 5%;
	}
	

	/*Apple PayのSuicaでできること*/
	#contents .top_navi01 .navi_link_col2 > * a .link_img.ic {
		width: 20%;
		margin-top: 1%;
	}

	#contents .top_navi02 {
		padding: 2% 0 0;
	}

	#contents .top_navi02 .top_navi_link {
		display: block;
	}

	#contents .top_navi02 .top_navi_link li {
		width: 100%;
		margin-bottom: 3%;
	}

	#contents .top_navi02 .top_navi_link li a {
		padding: 3% 6.5% 3% 5%;
	}

	#contents .top_navi02 .top_navi_link li a:after {
		position: absolute;
		right: 3%;
	}

	#contents .top_navi02 .top_navi_link li a.blank:after {
		position: absolute;
		right: 2%;
	}
	#contents .top_navi02 .top_navi_link li a .link_img {
		margin-right: 5%;
	}

	#contents .top_navi02 .top_navi_link li:nth-child(1) a .link_img {width: 10%;}
	#contents .top_navi02 .top_navi_link li:nth-child(2) a .link_img {width: 10%;}
	#contents .top_navi02 .top_navi_link li:nth-child(3) a .link_img {width: 10%;}


	/*インフォメーション*/
	#contents .information {
		padding: 10% 0;
	}

	#contents .information h2 {
		margin-bottom: 3%;
	}

	#contents .information .important_box {
		margin-bottom: 8%;
	}

	#contents .information h3{
		padding: 2% 3%;
		font-size: 2.3rem;
	}

	#contents .information dl {
		display: block;
		margin-bottom: 8%;
	}

	#contents .information dl dt {
		width: 100%;
	}

	#contents .information dl dd {
		width: 100%;
		margin-bottom: 5%;
	}

	#contents .information .more_link {
		width: 50%;
		margin:0 auto;
	}

	#contents .information .more_link a {
		padding: 5%;
	}

	#contents .information .more_link a:after {
		right: 10%;
	}

	/*サービス一覧*/
	#contents .top_navi03 {
		padding : 0 0 3%;
	}

	#contents .top_navi03 h2{
		font-size: 7.5vw;
		display: block;
		text-align: center;
		width: 90%;
		margin: 0 auto 3%;
	}

	#contents .top_navi03 h2 .img {
		display: block;
		width: 80%;
		margin: 0 auto;
	}

	#contents .top_navi03 li {
		min-height: auto;
	}
	#contents .top_navi03 .bnon {
		padding: 5%;
	}

	/*雑誌をめくる感覚でApple PayのSuicaがわかります。*/
	#contents .top_navi_pamph {
		border: none;
		padding: 2%;
	}

	#contents .top_navi_pamph .text {
		width: 60%;
		display: block;
	}

	#contents .top_navi_pamph .text .top_navi_pamph_title {
		font-size: 1.8rem;
		text-align: center;
		margin-bottom: 3%;
	}

	#contents .top_navi_pamph .text .top_navi_pamph_btn {
		width: 100%;
		margin: 0 auto;
	}

	#contents .top_navi_pamph .text .top_navi_pamph_btn a {
		display: block;
		background: #000000;
		font-size: 1.6rem;
		padding: 3% 5% 3% 3%;
		border-radius: 35px;
		text-decoration: none;
		color: #fff;
		text-align: center;
		position: relative;
	}

	#contents .top_navi_pamph .text .top_navi_pamph_btn a:hover {
		background: #53a32e;
	}
	#contents .top_navi_pamph .text .top_navi_pamph_btn a:after {
		content: "";
		display: block;
		background: url(/appsuica/common/img/ico_blank_w.png) no-repeat;
		background-size: contain;
		width: 14px;
		height: 11px;
		position: absolute;
		right: 3%;
		top: 0;
		bottom: 0;
		margin: auto;
	}

	#contents .top_navi_pamph .image {
		width: 35%;
	}

	/*Android端末・フィーチャーフォン端末をご利用の方へ*/
	#contents .forAndroid {
		margin: 10% auto 20%;
		padding: 10px 8px;
	}

	#contents .forAndroid .forAndroid_h {
		background: #6bc940;
		border-radius: 5px;
		padding: 3%;
		font-size: 2.0rem;
		position: relative;
		padding-left: 15vw;
	}

	#contents .forAndroid .forAndroid_h:before {
		width: 11vw;
		height: 10vw;
		position: absolute;
		top: 2vw;
		bottom: auto;
		left: 2vw;
	}

	#contents .forAndroid .forAndroid_inn {
		padding: 3%;
	}

	#contents .forAndroid .forAndroid_btn {
		width: 95%;
		margin: 5% auto 0;
	}
}
