@charset "Shift_JIS";

/* -----------------------------------------
	header
----------------------------------------- */

/* --- JRヘッダー（簡易版）--------------------------------- */
div#jre_header {
	margin: auto;
	width: 100%;
	max-width: 950px;
}

div#jre_header img {
	vertical-align: middle;
}

div#jre_header table tr:nth-of-type(2) td {
	height: 6px;
	line-height: 0;
	background: url(/img/line_header_ber.gif);
}

div#jre_header table {
	width: 100%;
	margin-bottom: 5px;
}

@media screen and (max-width:640px) {
	div#jre_header {
		width: 100%;
	}
	div#jre_header table {
		width: 100%;
	}
}


#contents header {
	border-top: 3px solid #e7eee9;
	border-bottom: 1px solid #000000;
}

#contents header.simple {
	border-top: none;
	border-bottom: 3px solid #aace36;
}

#contents header.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	background-color: #fff;
}

@media print{
	#contents header.fixed {
		position: static;
	}
}

#contents header .header_in {
	max-width: 930px;
	width: 100%;
	margin: 0 auto -8px;
	padding: 8px 0 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

#contents header .header_in .logo {
	max-width: 300px;
	width: 33%;
	position: relative;
}



#contents .guideSearch {
	background: #eeeeee;
	display: flex;
	justify-content: flex-end;
	padding: 5px;
}
#contents .guideSearch form {
	display: flex;
	align-items: center;
}

#contents .guideSearch .keywordText {
	margin: 0 10px;
	font-weight: bold;
	font-size: 1.5rem;
}

#contents .guideSearch .acc_contets {
	display: flex;
}

#contents .guideSearch .textBox {
	background: #fff;
	border: 1px solid #bdbdbd;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#contents .guideSearch .icon {
	width: 18px;
	margin: 0 5px;
}

#contents .guideSearch #keyword_text_field {
	border: none;
	padding: 12px 0;
}

#contents .guideSearch .sbBtn {
	background: #008803;
	border: none;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	margin: 0 5px;
	cursor: pointer;
	font-size: 1.4rem;
}


#contents .guideSearch .moreBtn {
	border: 1px solid #bdbdbd;
	background: #e9e9e9;
	margin: 0 5px;
}

#contents .guideSearch .moreBtn a {
	color: #231815;
	font-weight: bold;
	font-size: 1.2rem;
	text-decoration: none;
	display: flex;
	align-items: center;
	height: 100%;
	padding: 5px 25px 5px 5px;
	position: relative;
}

#contents .guideSearch .moreBtn a:hover {
	background: #fff;
}

#contents .guideSearch .moreBtn a:after {
	content: "";
	display: block;
	background: url(/mobilesuica/common/img/ico_blank.png) no-repeat;
	background-size: contain;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 6px;
	top: 50%;
	margin-top: -6px;
}

#contents .guideSearch .supportBtn {
	background: #ff9c38;
}
#contents .guideSearch .supportBtn a {
	color: #231815;
	border: 1px solid #ff9c38;
	font-size: 1.2rem;
	font-weight: bold;
	text-decoration: none;
	display: flex;
	align-items: center;
	height: 100%;
	padding: 5px 25px 5px 10px;
	position: relative;
}

#contents .guideSearch .supportBtn a:hover {
	background: #FFD6AD;
	border: 1px solid #bdbdbd;
}

#contents .guideSearch .supportBtn a:after {
	content: "";
	display: block;
	background: url(/mobilesuica/common/img/ico_blank.png) no-repeat;
	background-size: contain;
	width: 12px;
	height: 10px;
	position: absolute;
	right: 6px;
	top: 50%;
	margin-top: -6px;
}
#contents .guideSearch .supportBtn span {
	background: url(/mobilesuica/common/img/ico_support.png) no-repeat 0 0;
	background-size: 18px;
	padding-left: 24px;
}



#contents header .gnavi {
	background: #aace36;
}

#contents header .spmenu {
	display: none;
}
#contents header .gnavi nav {
	max-width: 930px;
	width: 100%;
	margin: 0 auto;
}
#contents header .gnavi nav ul {
	display: flex;
}
#contents header .gnavi nav ul li {
	border-left: 1px solid #000000;
	width: 209px;
}

#contents header .gnavi nav ul li:first-child {
	width: 95px;
}

#contents header .gnavi nav ul li:last-child {
	border-right: 1px solid #000000;
}
#contents header .gnavi nav ul a {
	padding: 10px;
	font-size: 1.6rem;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	background: #aace36;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	text-align: center;
}

#contents header .gnavi nav ul a:hover,
#contents header .gnavi nav ul li.on a,
.msTop #contents header .gnavi nav ul li:first-child a {
	background: #269e20;
	color: #fff;
}

#contents header .gnavi nav ul li.login a:hover {
	background: #fffed3;
	color: #000000;
}

#contents header .gnavi nav ul li.login a:before {
	content: "";
	display: inline-block;
	background: url(/mobilesuica/common/img/ico_key.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
	width: 15px;
	height: 16px;
	margin-right: 5px;
}

#contents header .gnavi nav ul li.login a:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background: url(/mobilesuica/common/img/ico_blank.png) no-repeat;
	background-size: contain;
	width: 13px;
	height: 13px;
	margin-left: 10px;
}
@media screen and (max-width: 929px) and (min-width: 641px){
	#contents .guideSearch{
		margin-bottom: 3%;
	}

	#contents .guideSearch .keywordText {
		font-size: 1.5vw;
	}
	#contents .guideSearch .textBox {
		width: 30vw;
	}

	#contents .guideSearch #keyword_text_field {
		width: 18vw;
	}
}

/*スマホ　縦*/
@media screen and (max-width: 640px) {
	#contents header {
		position: relative;
		border-bottom: none;
	}
	#contents header.simple {
		border-bottom: none;
	}
	#contents header .header_in {
		width: 100%;
		margin: 0;
		padding: 2% 3% 2% 2%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	#contents header .header_in .logo {
		max-width: 100%;
		width: 50%;
		position: relative;
	}

	#contents header.simple .header_in {
		width: 100%;
		margin: 0;
		padding: 1% 2%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	#contents header.simple .header_in .logo {
		max-width: 100%;
		width: 60%;
		position: relative;
	}

	#contents .guideSearch {
		display: block;
		padding: 0;
		margin-top: 15%;
		margin-bottom: 5%;
		position: relative;
	}

	#contents .guideSearch form {
		display: block;
		align-items: center;
	}

	#contents .guideSearch .keywordText {
		margin: 0;
		padding: 2%;
		text-align: center;
		display: block;
		position: relative;
		font-size: 1.5rem;
	}
	#contents .guideSearch .keywordText span {
		display: block;
		background: #fff;
		border: 2px solid #bdbdbd;
		width: 23px;
		height: 23px;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		right: 3%;
	}


	#contents .guideSearch .keywordText span:before {
		content: "";
		display: block;
		background: #474747;
		width: 13px;
		height: 3px;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}

	#contents .guideSearch .keywordText span:after {
		content: "";
		display: block;
		background: #474747;
		width: 3px;
		height: 13px;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	
	#contents .guideSearch .keywordText.active span:after {
		content: none;
	}

	#contents .guideSearch .acc_contets {
		display: none;
		padding-bottom: 3%;
	}

	#contents .guideSearch .textBox {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 95%;
		margin: 1% auto 3%;
	}

	#contents .guideSearch .icon {
		width: 18px;
		margin: 0 5px;
	}

	#contents .guideSearch #keyword_text_field {
		border: none;
		padding: 4% 0;
		width: 100%;
		font-size: 1.6rem;
	}

	#contents .guideSearch .sbBtn {
		background: #008803;
		border: none;
		color: #fff;
		font-weight: bold;
		padding: 2%;
		margin: 0 5px;
		cursor: pointer;
		font-size: 1.4rem;
	}


	#contents .guideSearch .moreBtn {
		border-radius: 5px;
		margin: 0 auto;
		width: 40%;
	}

	#contents .guideSearch .moreBtn a {
		font-size: 1.4rem;
		display: flex;
		align-items: center;
		height: 100%;
		padding: 5%;
		position: relative;
	}

	#contents .guideSearch .moreBtn a:after {
		content: "";
		display: block;
		background: url(/mobilesuica/common/img/ico_blank.png) no-repeat;
		background-size: contain;
		width: 14px;
		height: 14px;
		position: absolute;
		right: 10%;
		top: 50%;
		margin-top: -7px;
	}

	#contents .guideSearch .supportBtn {
		position: absolute;
		top: -60px;
		left: 0;
		width: 100%;
	}
	#contents .guideSearch .supportBtn a {
		font-size: 1.6rem;
		height: 100%;
		padding: 3% 0;
		justify-content: center;
	}
	#contents .guideSearch .supportBtn a:hover {
		border: 1px solid #FFD6AD;
	}

	#contents .guideSearch .supportBtn a:after {
		right: 3%;
	}
	#contents .guideSearch .supportBtn span {
		background: url(/mobilesuica/common/img/ico_support.png) no-repeat 0 0;
		background-size: 18px;
		padding: 3px 0 0 24px;
		line-height: 1;
	}

	#contents header .gnavi {
		background: none;
		position: absolute;
		top: 126%;
		z-index: 99;
		width: 100%;
		display: none;
	}

	#contents header .spmenu {
		display: block;
		width: 10%;
	}

	#contents header.simple .spmenu {
		display: none;
	}
	#contents header .gnavi nav {
		max-width: 100%;
		width: 96%;
		margin: 0 auto;
		border: 4px solid #cccccc;
		border-radius: 5px;
	}
	#contents header .gnavi nav ul {
		display: block;
		position: relative;
	}
	#contents header .gnavi nav ul li {
		border-left: 6px solid #aace36;
		border-bottom: 1px solid #cccccc;
		width: 100%;
		display: block;
	}
	#contents header .gnavi nav ul:before {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-top: 13px solid transparent;
		border-right: 13px solid transparent;
		border-left: 13px solid transparent;
		border-bottom: 22px solid #cccccc;
		position: absolute;
		top: -35px;
		right: 5px;
		z-index: 99;
	}

	#contents header .gnavi nav ul:after {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-top: 10px solid transparent;
		border-right: 10px solid transparent;
		border-left: 10px solid transparent;
		border-bottom: 20px solid #269e20;
		position: absolute;
		top: -24px;
		right: 8px;
		z-index: 99;
	}
	#contents header .gnavi nav ul li:first-child {
		width: 100%;
	}
	#contents header .gnavi nav ul li:first-child a {
		background: #269e20;
		color: #fff;
	}

	#contents header .gnavi nav ul li:last-child {
		border-right: none;
		border-bottom: none;
	}
	#contents header .gnavi nav ul a {
		font-size: 1.6rem;
		font-weight: normal;
		text-decoration: none;
		color: #000000;
		background: #fff;
		display: block;
		height: 100%;
		padding: 5%;
		text-align: left;
		position: relative;
	}
	#contents header .gnavi nav ul li.login {
		border-left: 6px solid #ffe000;
	}
	#contents header .gnavi nav ul li.login a {
		background: #fffed3;
	}

	#contents header .gnavi nav ul li a:after {
		content: "";
		display: block;
		width: 7px;
		height: 7px;
		border-top: 5px solid #231815;
		border-right: 5px solid #231815;
		transform: rotate(45deg);
		position: absolute;
		right: 5%;
		top: 50%;
		margin-top: -5px;
	}

	#contents header .gnavi nav ul li.login a:before {
		content: "";
		display: inline-block;
		background: url(/mobilesuica/common/img/ico_key.png) no-repeat;
		background-size: contain;
		width: 15px;
		height: 16px;
		margin-right: 5px;
		margin-bottom: 1%;
	}

	#contents header .gnavi nav ul li.login a:after,
	#contents header .gnavi nav ul li.blank a:after {
		content: "";
		display: block;
		background: url(/mobilesuica/common/img/ico_blank.png) no-repeat;
		background-size: contain;
		border: none;
		transform: rotate(0);
		width: 13px;
		height: 13px;
		margin-left: 10px;
	}
	#menu-bg {
		display: none;
		width: 100%;
		background-color: rgba(0,0,0,0.5);
		position: absolute;
		top: 0;
		left: 0;
		z-index: 98;
	}
	
	/*iPhone用アラート*/
	.iptxt {
		padding: 2%;
		margin: 0 2% 5%;
		border: 2px solid #d62a00;
	}
	
	.iptxt .txt {
		color: #d62a00;
		margin-bottom: 2%;
	}
	
	.iptxt .close {
		background: #eeeeee;
		padding: 2% 10% 2% 2%;
		margin-top: 5%;
		position: relative;
	}
	.iptxt .close:before {
		content: "";
		display: block;
		background: #474747;
		width: 17px;
		height: 3px;
		transform: rotate(45deg);
		position: absolute;
		top: 0;
		bottom: 0;
		right: 2%;
		margin: auto;
	}
	.iptxt .close:after {
		content: "";
		display: block;
		background: #474747;
		width: 17px;
		height: 3px;
		transform: rotate(-45deg);
		position: absolute;
		top: 0;
		bottom: 0;
		right: 2%;
		margin: auto;
	}
	
	.iptxt.fixed {
		position: fixed;
		top: 2%;
		z-index: 10;
		width: 96%;
		background-color: #fff;
	}
}



/* -----------------------------------------
	mainVisual
----------------------------------------- */

/*トップ*/
#contents #mainVisual_top .mv_img {
	overflow:hidden;
	position:relative;
	height:260px;
}
#contents #mainVisual_top .mv_img ul {
	position:absolute;
	top:0;
	left:50%;
	margin-left:-960px;
}
#contents #mainVisual_top .mv_img ul li {
	text-align:center;
}
#contents #mainVisual_top .mv_img ul li img {
	height:auto;
}
#contents #mainVisual_top .mv_pager {
	margin:10px 0 20px;
	text-align:center;
	letter-spacing:-.4em;
}
#contents #mainVisual_top .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;
}
#contents #mainVisual_top .mv_pager a.activeSlide {
	background-color:#008803;
}
#contents #mainVisual_top span {
	display:none;
}
/* for android2 */
#contents #mainVisual_top.ad2 .mv_img {
	height:auto;
}
#contents #mainVisual_top.ad2 .mv_img ul {
	position:relative;
	width:1920px;
}

/*下層ページ*/
#contents #mainVisual {
	max-width: 930px;
	width: 100%;
	margin: 0 auto;
}

#contents #mainVisual .breadClumb ul {
	display: flex;
	flex-wrap: wrap;
	margin: 10px 0;
}

#contents #mainVisual .breadClumb ul li + li:before {
	content: ">";
	display: inline-block;
	margin: 0 7px;
}

@media only screen and (max-width: 945px) {
	/*トップ*/
	#contents #mainVisual_top span {
		display:block;
	}
}
@media only screen and (max-width: 640px) {
	/*トップ*/
	#contents #mainVisual_top {
		padding-bottom: 5%;
	}
	#contents #mainVisual_top .mv_pager {
		margin: 10px 0;
	}
	/*下層ページ*/
	#contents #mainVisual {
		padding-bottom: 5%;
	}
	#contents #mainVisual .breadClumb {
		display: none;
	}
}


#contents .suicaM {
	width: 22px;
	height: 14px;
	vertical-align: middle;
	margin-right: 3px;
}

/* -----------------------------------------
	基本レイアウト
----------------------------------------- */

#contents {
	width: 100%;
}

#contents .container {
	max-width: 930px;
	width: 100%;
	margin: 0 auto;
}

#contents section {
	padding-bottom: 30px;
}

#contents section .link_text {
    margin-top: 10px;
}


#contents .bg01 {background: #5cb531; padding: 40px 0;}
#contents .bg02 {background: #aace36; padding: 40px 0;}
#contents .bg03 {background: #efe7ce; padding: 40px 0;}


#contents .bg04 {background: #eeeeee;}


#contents .container_col2 {
	display: flex;
	justify-content: space-between;
	max-width: 930px;
	width: 100%;
	margin: 40px auto 0;
	position: relative;
}


#contents .container_col2 #mainContents {
	max-width: 650px;
	width: 70%;
}

#contents .container_col2 #side {
	max-width: 250px;
	width: 27%;
}

.pagetop {
	z-index: 100;
}

/*2カラムレイアウト*/
.layout_col2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.layout_col2 > * {
	width: 49%;
	margin-bottom: 20px;
}

/*2カラムレイアウト（2：1）*/
.layout_col2_2 {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
	justify-content: space-between;
}

.layout_col2_2 > *:nth-child(odd) {
	width: 32%;
	margin-bottom: 20px;
}
.layout_col2_2 > *:nth-child(even) {
	width: 66%;
	margin-bottom: 20px;
}

/*2カラムレイアウト（1：2）*/
.layout_col2_3 {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
	justify-content: space-between;
}

.layout_col2_3 > *:nth-child(odd) {
	width: 66%;
	margin-bottom: 20px;
}
.layout_col2_3 > *:nth-child(even) {
	width: 32%;
	margin-bottom: 20px;
}

/*3カラムレイアウト*/
.layout_col3 {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.layout_col3 > * {
	width: 32%;
	margin-bottom: 20px;
}

.layout_col3 > *:not(:nth-child(3n)) {
	margin-right: 2%;
}


/*2カラムレイアウト ※操作手順レイアウト*/
#contents .layout_col2.operating > * {
	position: relative;
}
#contents .layout_col2.operating > *:not(:nth-child(2n)):after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border-top: 7px solid #9fd9f6;
	border-right: 7px solid #9fd9f6;
	transform: rotate(45deg);
	position: absolute;
	top: 85px;
	right: -15px;
}

#contents .layout_col2.operating > *:last-child:after {
	content: none;
}

#contents .layout_col2.operating > * .txt {
	position: relative;
	padding-left: 30px;
	margin-top: 15px;
}

#contents .layout_col2.operating > * .txt.n2 {
	padding-left: 40px;
}

#contents .layout_col2.operating > * .txt .listIcon {
	display: block;
	position: absolute;
	left: 0;
	top: -5px;
}

/*2カラムレイアウト  ※操作手順レイアウト PC画像の場合*/
#contents .layout_col2.operating.pcimg > *:not(:nth-child(2n)):after {
	top: 80px;
}


/*2カラムレイアウト  ※操作手順レイアウト 画像なしの場合*/
#contents .layout_col2.operating.noimg > * {
	width: 47%;
	margin-bottom: 20px;
}

#contents .layout_col2.operating.noimg > *:not(:nth-child(2n)) {
	margin-right: 6%;
}
#contents .layout_col2.operating.noimg > *:not(:nth-child(2n)):after {
	right: -20px;
	width: 18px;
	height: 18px;
	top: 0;
	bottom: 0;
	margin: auto;
}

/*3カラムレイアウト ※操作手順レイアウト*/
#contents .layout_col3.operating > * {
	position: relative;
}
#contents .layout_col3.operating > *:not(:nth-child(3n)):after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border-top: 7px solid #9fd9f6;
	border-right: 7px solid #9fd9f6;
	transform: rotate(45deg);
	position: absolute;
	top: 85px;
	right: -15px;
}

#contents .layout_col3.operating > *:last-child:after {
	content: none;
}

#contents .layout_col3.operating > * .txt {
	position: relative;
	padding-left: 30px;
	margin-top: 15px;
}

#contents .layout_col3.operating > * .txt.n2 {
	padding-left: 40px;
}

#contents .layout_col3.operating > * .txt .listIcon {
	display: block;
	position: absolute;
	left: 0;
	top: -5px;
}

/*2カラムレイアウト  ※操作手順レイアウト PC画像の場合*/
#contents .layout_col3.operating.pcimg > *:not(:nth-child(2n)):after {
	top: 80px;
}

/*3カラムレイアウト ※操作手順レイアウト 画像なしの場合*/
#contents .layout_col3.operating.noimg > * {
	width: 30%;
	margin-bottom: 20px;
}

#contents .layout_col3.operating.noimg > *:not(:nth-child(3n)) {
	margin-right: 5%;
}
#contents .layout_col3.operating.noimg > *:not(:nth-child(3n)):after {
	right: -27px;
	width: 18px;
	height: 18px;
	top: 0;
	bottom: 0;
	margin: auto;
}


@media screen and (max-width: 929px) and (min-width: 641px){
	#contents .container,
	#contents .container_col2{
		padding: 0 2%;
	}
}


/*スマホ　縦*/
@media screen and (max-width: 640px){
	#contents .container {
		width: 100%;
		padding: 0 2%;
	}

	#contents section {
		padding-bottom: 10%;
	}
	#contents .bg01 {background: #5cb531; padding: 5% 0;}
	#contents .bg02 {background: #aace36; padding: 5% 0;}
	#contents .bg03 {background: #efe7ce; padding: 5% 0;}

	#contents .container_col2 {
		display: block;
		max-width: 100%;
		width: 100%;
		margin: 10% auto 0;
	}

	#contents .container_col2 #mainContents {
		max-width: 100%;
		width: 100%;
		padding: 0 2%;
	}

	/*2カラムレイアウト*/
	.layout_col2 {
		display: block;
		margin-bottom: 2%;
	}

	.layout_col2 > * {
		width: 100%;
		margin-bottom: 3%;
	}

	/*2カラムレイアウト（2：1）*/
	.layout_col2_2 {
		display: block;
		margin-bottom: 2%;
	}

	.layout_col2_2 > *:nth-child(odd),
	.layout_col2_2 > *:nth-child(even){
		width: 100%;
		margin-bottom: 3%;
	}

	/*2カラムレイアウト（1：2）*/
	.layout_col2_3 {
		display: block;
		margin-bottom: 2%;
	}

	.layout_col2_3 > *:nth-child(odd),
	.layout_col2_3 > *:nth-child(even){
		width: 100%;
		margin-bottom: 3%;
	}

	/*3カラムレイアウト*/
	.layout_col3 {
		display: block;
		margin-bottom: 2%;
	}

	.layout_col3 > * {
		width: 100%;
		margin-bottom: 3%;
	}

	.layout_col3 > *:not(:nth-child(3n)) {
		margin-right: 0;
	}

	/*3カラムレイアウト ※操作手順レイアウト*/
	#contents .layout_col3.operating > * {
		position: relative;
		margin-bottom: 20%;
	}
	#contents .layout_col3.operating > *:last-child {
		margin-bottom: 0;
	}

	#contents .layout_col3.operating > *:not(:last-child):after,
	#contents .layout_col3.operating.noimg > *:not(:nth-child(3n)):after{
		content: "";
		display: block;
		width: 20px;
		height: 20px;
		border-top: 7px solid #9fd9f6;
		border-right: 7px solid #9fd9f6;
		transform: rotate(135deg);
		position: absolute;
		top: auto;
		bottom: -15%;
		right: 0;
		left: 0;
		margin: 0 auto;
	}

	/*3カラムレイアウト  ※操作手順レイアウト PC画像の場合*/
	#contents .layout_col3.operating.pcimg > *:not(:nth-child(2n)):after {
		top: auto;
		bottom: -15%;
	}


	/*3カラムレイアウト ※操作手順レイアウト 画像なしの場合*/
	#contents .layout_col3.operating.noimg > * {
		width: 100%;
		position: relative;
		margin-bottom: 8%;
		padding-bottom: 5%;
	}

	/*2カラムレイアウト ※操作手順レイアウト*/
	#contents .layout_col2.operating > * {
		position: relative;
		margin-bottom: 20%;
	}
	#contents .layout_col2.operating > *:last-child {
		margin-bottom: 0;
	}

	#contents .layout_col2.operating > *:not(:last-child):after,
	#contents .layout_col2.operating.noimg > *:not(:nth-child(2n)):after{
		content: "";
		display: block;
		width: 20px;
		height: 20px;
		border-top: 7px solid #9fd9f6;
		border-right: 7px solid #9fd9f6;
		transform: rotate(135deg);
		position: absolute;
		top: auto;
		bottom: -15%;
		right: 0;
		left: 0;
		margin: 0 auto;
	}

	/*2カラムレイアウト  ※操作手順レイアウト PC画像の場合*/
	#contents .layout_col2.operating.pcimg > *:not(:nth-child(2n)):after {
		top: auto;
		bottom: -15%;
	}
	/*2カラムレイアウト ※操作手順レイアウト 画像なしの場合*/
	#contents .layout_col2.operating.noimg > * {
		width: 100%;
		position: relative;
		margin-bottom: 8%;
		padding-bottom: 5%;
	}


	#sc-footer {margin-top: 5%;}
	#sc-footer .onavi {
		border-top: none;
	}
}

/* -----------------------------------------
	side
----------------------------------------- */

#side.fixed {
	position: fixed;
	top: 150px;
	right:calc((100% - 930px) / 2);
	z-index: 99;
}


#side.abso {
	position: absolute;
	bottom: 0;
	right:calc((100% - 930px) / 2);
	z-index: 0;
}

#side .sideNav {
	width: 100%;
}

#side .sideNav .sideNav_top {
	margin-bottom: 10px;
}
#side .sideNav .sideNav_top a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	border: 2px solid #231815;
	border-radius: 5px;
	padding: 15px;
	font-weight: bold;
	color: #231815;
	text-decoration: none;
	font-size: 1.6rem;
}

#side .sideNav .sideNav_top a:hover {
	background: #5cb531;
}

#side .sideNav .sideNav_top a:after {
	content: "";
	display: block;
	background: url(/mobilesuica/common/img/ico_home.png) no-repeat;
	width: 18px;
	height: 16px;
}

#side .sideNav .sideNav_list {
	border-radius: 5px;
	border: 2px solid #231815;
	margin-bottom: 10px;
}
#side .sideNav .sideNav_list li:not(:last-child) {
	border-bottom: 1px dashed #acacac;
}

#side .sideNav .sideNav_list li a {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	text-align: right;
	padding: 15px 10px 15px 5px;
	font-weight: bold;
	color: #231815;
	text-decoration: none;
	font-size: 1.5rem;
	background: #f7f7f7;
}

#side .sideNav .sideNav_list li:first-child{
	border-bottom: 2px solid #231815;
}

#side .sideNav .sideNav_list li:first-child a {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	justify-content: space-between;
	text-align: left;
	padding: 15px 10px 15px 15px;
}

#side .sideNav .sideNav_list li:last-child a {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

#side .sideNav .sideNav_list li a:hover,
#side .sideNav .sideNav_list li.active a {
	background: #5cb531;
}

#side .sideNav .sideNav_list li a:after {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-top: 4px solid #231815;
	border-right: 4px solid #231815;
	transform: rotate(45deg);
	margin-left: 10px;
}

#side .sideNav .sideNav_list li.blank a:after {
	content: "";
	display: block;
	background: url(/mobilesuica/common/img/ico_blank.png) no-repeat;
	background-size: contain;
	border: none;
	transform: rotate(0);
	width: 13px;
	height: 13px;
	margin-left: 10px;
}

#side .sideNav .sideNav_login {
	border-bottom: 1px solid #d4d4d4;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#side .sideNav .sideNav_login a {
	display: flex;
	align-items: center;
	background: #aace36;
	border: 2px solid #231815;
	border-radius: 5px;
	padding: 15px;
	font-weight: bold;
	color: #231815;
	text-decoration: none;
	font-size: 1.6rem;
	position: relative;
}

#side .sideNav .sideNav_login a:hover {
	background: #fffed3;
	color: #000000;
}

#side .sideNav .sideNav_login a:before {
	content: "";
	display: inline-block;
	background: url(/mobilesuica/common/img/ico_key.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
	width: 15px;
	height: 16px;
	margin-right: 10px;
}

#side .sideNav .sideNav_login a:after {
	content: "";
	display: block;
	background: url(/mobilesuica/common/img/ico_blank.png) no-repeat;
	background-size: contain;
	border: none;
	transform: rotate(0);
	width: 13px;
	height: 13px;
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
}


#side .sideNav .sideNav_guideSearch {
	background: #eeeeee;
	padding: 15px 10px;
}

#side .sideNav .sideNav_guideSearch .keywordText {
	font-weight: bold;
	font-size: 1.6rem;
	text-align: center;
	display: block;
	margin-bottom: 10px;
}

#side .sideNav .sideNav_guideSearch .textBox {
	background: #fff;
	border: 1px solid #bdbdbd;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}

#side .sideNav .sideNav_guideSearch .icon {
	width: 18px;
	margin: 0 5px;
}

#side .sideNav .sideNav_guideSearch #keyword_text_field {
	border: none;
	width: 70%;
}

#side .sideNav .sideNav_guideSearch .sbBtn {
	background: #008803;
	border: none;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	margin: 5px;
	cursor: pointer;
	font-size: 1.4rem;
}

#side .sideNav .sideNav_guideSearch .moreBtn a {
	border: 1px solid #bdbdbd;
	background: #e9e9e9;
	color: #231815;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.4rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	padding: 10px;
}

#side .sideNav .sideNav_guideSearch .moreBtn a:hover {
	background: #fff;
}

#side .sideNav .sideNav_guideSearch .moreBtn a:after {
	content: "";
	display: block;
	background: url(/mobilesuica/common/img/ico_blank.png) no-repeat;
	background-size: contain;
	border: none;
	width: 13px;
	height: 13px;
}
#contents .spNav_guideSearch {
	display: none;
}

#side .sideNav .supportBtn {
	margin-bottom: 10px;
}
#side .sideNav .supportBtn a {
	color: #231815;
	font-size: 1.8rem;
	text-decoration: none;
	display: flex;
	align-items: center;
	height: 100%;
	padding: 30px 0 30px 45px;
	position: relative;
	background: url(/mobilesuica/common/img/ico_support.png) no-repeat 15px center #ff9c38;
	background-size: 18px;
	border: 2px solid #231815;
	border-radius: 5px;
	font-weight: bold;
}
#side .sideNav .supportBtn a:hover {
	background-color: #FFD6AD;
}
#side .sideNav .supportBtn a:after {
	content: "";
	display: block;
	background: url(/mobilesuica/common/img/ico_blank.png) no-repeat;
	background-size: contain;
	width: 15px;
	height: 13px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -6px;
}

@media screen and (max-width: 929px) and (min-width: 641px){
	#side.fixed{
		top: 15%;
		right:2%;
		width: 26% !important;
	}

	#side.abso {
		right:2%;
		width: 26% !important;
	}
}

/*スマホ　縦*/
@media screen and (max-width: 640px){
	#side {
		display: none;
	}

	#contents .spNav_guideSearch {
		background: #eeeeee;
		display: block;
		margin-bottom: 5%;
		padding: 5% 0;
	}

	#contents .spNav_guideSearch form {
		display: block;
		align-items: center;
	}

	#contents .spNav_guideSearch .keywordText {
		text-align: center;
		font-weight: bold;
		display: block;
		position: relative;
		font-size: 2.0rem;
		margin-bottom: 5%;
	}


	#contents .spNav_guideSearch .textBox {
		background: #fff;
		border: 1px solid #bdbdbd;
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 95%;
		margin: 1% auto 3%;
	}

	#contents .spNav_guideSearch .icon {
		width: 18px;
		margin: 0 5px;
	}

	#contents .spNav_guideSearch #keyword_text_field {
		border: none;
		padding: 4% 0;
		width: 100%;
		font-size: 1.6rem;
	}

	#contents .spNav_guideSearch .sbBtn {
		background: #008803;
		border: none;
		color: #fff;
		font-weight: bold;
		padding: 2%;
		margin: 0 5px;
		cursor: pointer;
		font-size: 1.4rem;
	}


	#contents .spNav_guideSearch .moreBtn {
		border: 1px solid #bdbdbd;
		background: #e9e9e9;
		border-radius: 5px;
		margin: 0 auto;
		width: 40%;
	}

	#contents .spNav_guideSearch .moreBtn a {
		color: #231815;
		font-weight: bold;
		text-decoration: none;
		font-size: 1.6rem;
		display: flex;
		align-items: center;
		height: 100%;
		padding: 8% 10%;
		position: relative;
	}

	#contents .spNav_guideSearch .moreBtn a:after {
		content: "";
		display: block;
		background: url(/mobilesuica/common/img/ico_blank.png) no-repeat;
		background-size: contain;
		width: 14px;
		height: 14px;
		position: absolute;
		right: 10%;
		top: 50%;
		margin-top: -7px;
	}
}

/* -----------------------------------------
	リストスタイル
----------------------------------------- */
.listC > li {
	position: relative;
	padding-left: 20px;
}

.listC > li:not(:last-child){
	margin-bottom: 5px;
}

.listC > li:before {
	content: "";
	display: block;
	width: 3px;
	height: 7px;
	border-right: 3px solid #231815;
	border-bottom: 3px solid #231815;
	transform: rotate(45deg);
	position: absolute;
	top: 5px;
	left: 5px;
}

/* -----------------------------------------
	リンクスタイル
----------------------------------------- */

/*テキストリンク*/

span.link a,
span.pagelink a {
	display: inline;
}

.link a,
.pagelink a {
	position: relative;
	padding-left: 18px !important;
	display: inline-block;
}

.link a:before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-top: 3px solid #231815;
	border-right: 3px solid #231815;
	transform: rotate(45deg);
	position: absolute;
	top: 6px;
	left: 0;
}

.pagelink a:before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-top: 3px solid #231815;
	border-right: 3px solid #231815;
	transform: rotate(135deg);
	position: absolute;
	top: 6px;
	left: 2px;
}

.blanklink a:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background: url(/mobilesuica/common/img/ico_blank.png) no-repeat;
	background-size: contain;
	width: 15px;
	height: 15px;
	margin-left: 8px;
}

.pdflink a:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background: url(/mobilesuica/common/img/ico-pdf.png) no-repeat;
	background-size: contain;
	width: 16px;
	height: 16px;
	margin-left: 5px;
}

/*ボタンリンク*/

.btnLink01 a {
	display: block;
	background: #fff;
	border: 2px solid #231815;
	border-radius: 5px;
	padding: 15px 30px 15px 15px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	font-size: 1.8rem;
	position: relative;
}

.btnLink01.w50p,
.btnLink01.w60p,
.btnLink01.w70p,
.btnLink01.w80p {margin: 0 auto;}

.btnLink01 a:hover {
	background: #daedd9;
}

.btnLink01_1 a {
	display: block;
	background: #fff;
	border: 2px solid #231815;
	border-radius: 5px;
	margin: 15px 0px 0px 0px;
	padding: 15px 30px 15px 15px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	font-size: 1.8rem;
	position: relative;
}

.btnLink01_1 a:hover {
	background: #efe7ce;
}

.btnLink01 a:after {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-top: 4px solid #231815;
	border-right: 4px solid #231815;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
}

.btnLink01.linkU a:after {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-top: 4px solid #231815;
	border-right: 4px solid #231815;
	transform: rotate(135deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
}

.btnLink01 a .redtxt {
	display: inline-block;
	background: #d62a00;
	color: #fff;
	padding: 5px 10px;
	margin-right: 15px;
}

.btnLink01.blank a:after {
	content: "";
	display: block;
	background: url(/mobilesuica/common/img/ico_blank.png) no-repeat;
	background-size: contain;
	width: 14px;
	height: 14px;
	border: none;
	transform: rotate(0);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
}

.btnLink01.pdf a:after {
	content: "";
	display: block;
	background: url(/mobilesuica/common/img/ico-pdf.png) no-repeat;
	background-size: contain;
	width: 16px;
	height: 16px;
	border: none;
	transform: rotate(0);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
}
.btnLink01.aOnly a {
	padding: 15px 125px 15px 15px;
	position: relative;
}

.btnLink01.aOnly a:before {
	content: "";
	display: block;
	background: url(/mobilesuica/common/img/icon_android_only.png) no-repeat;
	width: 78px;
	height: 30px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 40px;
	margin: auto;
}

/*スマホ　縦*/
@media screen and (max-width: 640px){
/*ボタンリンク*/
	.btnLink01 a {
		padding: 3% 6.5% 3% 3%;
		font-weight: bold;
		text-decoration: none;
		color: #000000;
		font-size: 1.8rem;
		position: relative;
	}

	.btnLink01.w50p,
	.btnLink01.w60p,
	.btnLink01.w70p,
	.btnLink01.w80p {width: 100%; margin: auto;}

	.btnLink01 a .redtxt {
		display: inline-block;
		background: #d62a00;
		color: #fff;
		padding: 2%;
		margin-right: 3%;
		margin-bottom: 2%;
	}

	.btnLink01 a:after,
	.btnLink01.blank a:after{
		right: 2%;
	}

	.btnLink01.pdf a{
		padding: 3% 8% 3% 3%;
	}

	.btnLink01.pdf a:after {
		right: 2%;
	}

	.btnLink01.aOnly a {
		padding: 3% 35% 3% 3%;
	}

	.btnLink01.aOnly a:before {
		right: 8%;
	}
}


/* -----------------------------------------
	見出し
----------------------------------------- */

#contents .heading_box01 {
	background: #daedd9;
	padding: 20px 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 1.6rem;
}

#contents .heading_box01 h1{
	font-size: 2.8rem;
	margin-bottom: 20px;
}

#contents .heading_box02 {
	padding: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 1.6rem;
}

#contents .heading_box02 .box {
	width: 610px;
	margin-right: 10px;
}

#contents .heading_box02 h1{
	font-size: 2.8rem;
	margin-bottom: 20px;
}

#contents .heading_box03 {
	background: #daedd9;
	padding: 20px;
	font-size: 1.6rem;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	height: 150px;
}
#contents .heading_box03 h1{
	font-size: 2.8rem;
}


#contents .heading01 {
	font-size: 3.1rem;
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

#contents .heading01 .img {
	width: 275px;
	margin-top: 5px;
	margin-right: 20px;
}


#contents .heading02 {
	font-size: 2.8rem;
	border-bottom: 2px solid #231815;
	padding: 0 0 15px 20px;
	margin-bottom: 25px;
}

#contents .heading03 {
	font-size: 3.1rem;
	display: flex;
	border-bottom: 2px solid #231815;
	padding: 0 0 15px 20px;
	margin-bottom: 25px;
}

#contents .heading03 .img {
	width: 275px;
	margin-top: 5px;
	margin-right: 20px;
}

#contents .heading04 {
	background: #F8F4E7;
	padding: 15px;
	margin-bottom: 20px;
	font-size: 1.8rem;
}

#contents .heading05 {
	background: #eeeeee;
	padding: 15px;
	margin-bottom: 20px;
	font-size: 1.8rem;
}

#contents .heading04.aOnly,
#contents .heading05.aOnly {
	position: relative;
	padding: 15px 110px 15px 15px;
}

#contents .heading04.aOnly:after,
#contents .heading05.aOnly:after {
	content: "";
	display: block;
	background: url(/mobilesuica/common/img/icon_android_only.png) no-repeat;
	width: 78px;
	height: 30px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
}

/*スマホ　縦*/
@media screen and (max-width: 640px){
	#contents .heading_box01 {
		padding: 4%;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		font-size: 1.5rem;
	}
	#contents .heading_box01 h1{
		font-size: 6vw;
		margin-bottom: 3%;
	}

	#contents .heading_box02 {
		padding: 4%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		font-size: 1.6rem;
		border-top: 1px solid #eeeeee;
	}

	#contents .heading_box02 .box {
		width: auto;
		margin-right: 0;
	}


	#contents .heading_box02 h1{
		font-size: 6vw;
		margin-bottom: 3%;
	}
	
	#contents .heading_box02 .image {
		margin-left: 4%;
	}

	#contents .heading_box03 {
		padding: 4%;
		font-size: 1.6rem;
		height: auto;
		min-height: 25vw;
	}
	#contents .heading_box03 h1{
		font-size: 6vw;
	}

	#contents .heading01{
		font-size: 7.5vw;
		display: block;
		text-align: center;
		width: 90%;
		margin: 0 auto 3%;
	}
	#contents .heading01 .img {
		display: block;
		width: 80%;
		margin: 0 auto;
	}
	#contents .heading01 .img img {
		vertical-align: middle;
	}

	#contents .heading02 {
		font-size: 2.5rem;
		border-bottom: 2px solid #231815;
		padding: 0 0 3% 0;
		margin-bottom: 8%;
	}

	#contents .heading03 {
		font-size: 2.5rem;
		display: block;
		border-bottom: 2px solid #231815;
		padding: 0 0 3% 0;
		margin-bottom: 8%;
	}

	#contents .heading03 .img {
		display: block;
		width: 60%;
	}

	#contents .heading03 .img img {
		vertical-align: middle;
	}

	#contents .heading04 {
		background: #F8F4E7;
		padding: 3%;
		margin-bottom: 5%;
		font-size: 1.8rem;
	}

	#contents .heading05 {
		background: #eeeeee;
		padding: 3%;
		margin-bottom: 5%;
		font-size: 1.8rem;
	}

	#contents .heading04.aOnly,
	#contents .heading05.aOnly {
		position: relative;
		padding: 3% 28% 3% 3%;
	}

	#contents .heading04.aOnly:after,
	#contents .heading05.aOnly:after {
		content: "";
		display: block;
		background: url(/mobilesuica/common/img/icon_android_only.png) no-repeat;
		width: 78px;
		height: 30px;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 2%;
		margin: auto;
	}
}

/* -----------------------------------------
	ブロックレイアウト
----------------------------------------- */

/*3カラム*/
#contents .navi_link_col3 {
	display: flex;
	flex-wrap: wrap;
}

#contents .navi_link_col3 > * {
	width: 32.3%;
	margin-right: 1.5%;
	margin-bottom: 15px;
}

#contents .navi_link_col3 > *:nth-child(3n) {
	margin-right: 0;
}

#contents .navi_link_col3 > * a {
	border: 2px solid #16130c;
	border-radius: 5px;
	padding: 20px;
	display: block;
	text-decoration: none;
	background: #fff;
	border-radius: 5px;
	position: relative;
}

#contents .navi_link_col3 > * a:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-right: 20px solid #231815;
	border-left: 20px solid transparent;
	border-bottom: 20px solid #231815;
	position: absolute;
	right: 0;
	bottom: 0;
}


#contents .navi_link_col3 > * a:after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-top: 4px solid #ffffff;
	border-right: 4px solid #ffffff;
	transform: rotate(45deg);
	position: absolute;
	right: 8px;
	bottom: 7px;
}

#contents .navi_link_col3 > *.blank a:after {
	content: "";
	display: block;
	vertical-align: middle;
	background: url(/mobilesuica/common/img/ico_blank02.png) no-repeat;
	background-size: contain;
	border: none;
	transform: rotate(0deg);
	width: 16px;
	height: 16px;
	position: absolute;
	right: 3px;
	bottom: 4px;
}


#contents .navi_link_col3 > * a:hover {
	background: #daedd9;
}

#contents .navi_link_col3 > * a:hover img {
	opacity: 1;
}
#contents .navi_link_col3 > * a .link_tit {
	text-align: center;
	font-weight: bold;
	color: #000000;
	font-size: 2.0rem;
	line-height: 1.2;
	margin-bottom: 10px;
	min-height: 50px;
}
#contents .navi_link_col3 > * a .link_img {
	text-align: center;
	margin:0 auto;
	width: 40%;
}

#contents .navi_link_col3 > * a .link_txt {
	color: #000000;
}



/*3カラム（テキストあり）*/
#contents .navi_link_col3_2 {
	display: flex;
	flex-wrap: wrap;
}

#contents .navi_link_col3_2 > * {
	width: 32.3%;
	border: 2px solid #16130c;
	border-radius: 5px;
	margin-right: 1.5%;
	margin-bottom: 15px;
}

#contents .navi_link_col3_2 > *:nth-child(3n) {
	margin-right: 0;
}

#contents .navi_link_col3_2 > * a {
	padding: 20px;
	display: block;
	height: 100%;
	text-decoration: none;
	background: #fff;
	border-radius: 5px;
	position: relative;
}

#contents .navi_link_col3_2 > * a:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-right: 20px solid #231815;
	border-left: 20px solid transparent;
	border-bottom: 20px solid #231815;
	position: absolute;
	right: 0;
	bottom: 0;
}


#contents .navi_link_col3_2 > * a:after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-top: 4px solid #ffffff;
	border-right: 4px solid #ffffff;
	transform: rotate(45deg);
	position: absolute;
	right: 8px;
	bottom: 7px;
}


#contents .navi_link_col3_2 > * a:hover {
	background: #daedd9;
}

#contents .navi_link_col3_2 > * a:hover img {
	opacity: 1;
}
#contents .navi_link_col3_2 > * a .link_tit {
	text-align: center;
	font-weight: bold;
	color: #000000;
	font-size: 2.0rem;
	line-height: 1.2;
	margin-bottom: 30px;
}
#contents .navi_link_col3_2 > * a .link_img {
	text-align: center;
	margin-bottom: 30px;
}
#contents .navi_link_col3_2 > * a .link_img img {
	width: auto;
}
#contents .navi_link_col3_2 > * a .w100p { width: 100% !important; }

#contents .navi_link_col3_2 > * a .link_txt {
	color: #000000;
}


/*3カラム ページ内リンク*/
#contents .navi_link_col3_2.linkU > * a {
	padding: 20px 20px 30px;
	border-radius: 5px;
}


#contents .navi_link_col3_2.linkU > * a .link_img {
	text-align: center;
	margin-bottom: 10px;
}

#contents .navi_link_col3_2.linkU > * a:before {
	content: none;
}

#contents .navi_link_col3_2.linkU > * a:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: none;
	border-right: 6px solid #231815;
	border-bottom: 6px solid #231815;
	transform: rotate(45deg);
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: auto;
}


/*2カラム*/
#contents .navi_link_col2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#contents .navi_link_col2 > * {
	width: 48.5%;
	margin-bottom: 30px;
}

#contents .navi_link_col2 > * a {
	border: 2px solid #16130c;
	border-radius: 5px;
	padding: 20px;
	display: block;
	text-decoration: none;
	background: #fff;
	border-radius: 5px;
	position: relative;
}

#contents .navi_link_col2 > * a:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-right: 20px solid #231815;
	border-left: 20px solid transparent;
	border-bottom: 20px solid #231815;
	position: absolute;
	right: 0;
	bottom: 0;
}

#contents .navi_link_col2 > * a:after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-top: 4px solid #ffffff;
	border-right: 4px solid #ffffff;
	transform: rotate(45deg);
	position: absolute;
	right: 8px;
	bottom: 7px;
}

#contents .navi_link_col2 > *.blank a:after {
	content: "";
	display: block;
	vertical-align: middle;
	background: url(/mobilesuica/common/img/ico_blank02.png) no-repeat;
	background-size: contain;
	border: none;
	transform: rotate(0deg);
	width: 16px;
	height: 16px;
	position: absolute;
	right: 3px;
	bottom: 4px;
}


#contents .navi_link_col2 > * a:hover {
	background: #daedd9;
}

#contents .navi_link_col2 > * a:hover img {
	opacity: 1;
}
#contents .navi_link_col2 > * a .link_tit {
	text-align: center;
	font-weight: bold;
	color: #000000;
	font-size: 2.0rem;
	line-height: 1.2;
	margin-bottom: 10px;
	min-height: 50px;
}
#contents .navi_link_col2 > * a .link_img {
	text-align: center;
	margin:0 auto;
	width: 35%;
}
#contents .navi_link_col2 > * a .link_img img {
	width: 100%;
}

#contents .navi_link_col2 > * a .link_txt {
	color: #000000;
}


/*2カラム（テキストあり）*/
#contents .navi_link_col2_2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#contents .navi_link_col2_2 > * {
	width: 48.5%;
	border: 2px solid #16130c;
	border-radius: 5px;
	margin-bottom: 20px;
}

#contents .navi_link_col2_2 > .bnon {
	border: none;
	text-align: center;
	padding: 10px;
}

#contents .navi_link_col2_2 > * a {
	padding: 20px;
	display: block;
	height: 100%;
	text-decoration: none;
	background: #fff;
	border-radius: 5px;
	position: relative;
}

#contents .navi_link_col2_2 > * a:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-right: 20px solid #231815;
	border-left: 20px solid transparent;
	border-bottom: 20px solid #231815;
	position: absolute;
	right: 0;
	bottom: 0;
}

#contents .navi_link_col2_2 > * a:after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-top: 4px solid #ffffff;
	border-right: 4px solid #ffffff;
	transform: rotate(45deg);
	position: absolute;
	right: 8px;
	bottom: 7px;
}

#contents .navi_link_col2_2 > *.blank a:after {
	content: "";
	display: block;
	vertical-align: middle;
	background: url(/mobilesuica/common/img/ico_blank02.png) no-repeat;
	background-size: contain;
	border: none;
	transform: rotate(0deg);
	width: 16px;
	height: 16px;
	position: absolute;
	right: 3px;
	bottom: 4px;
}


#contents .navi_link_col2_2 > * a:hover {
	background: #daedd9;
}

#contents .navi_link_col2_2 > * a:hover img {
	opacity: 1;
}
#contents .navi_link_col2_2 > * a .link_tit {
	text-align: center;
	font-weight: bold;
	color: #000000;
	font-size: 2.0rem;
	line-height: 1.2;
	margin-bottom: 10px;
	min-height: 50px;
}
#contents .navi_link_col2_2 > * a .link_img {
	text-align: center;
	margin:0 auto 10px;
	width: 35%;
}
#contents .navi_link_col2_2 > * a .link_img img {
	width: 100%;
}

#contents .navi_link_col2_2 > * a .link_txt {
	color: #000000;
}


/*グレー背景*/
#contents .attention_box {
	background: #f7f7f7;
	padding: 20px;
	margin-bottom: 20px;
}

#contents .attention_box .attention_heading {
	font-size: 2.0rem;
	margin-bottom: 15px;
	text-align: center;
}

#contents .attention_box .attention_list li:not(:last-child) {
	margin-bottom: 5px;
}


/*黄色背景*/
#contents .attention_box_important {
	background: #ffe100;
	padding: 20px;
	margin-bottom: 20px;
}

#contents .attention_box_important .important_heading {
	font-size: 2.0rem;
	margin-bottom: 15px;
	text-align: center;
}

#contents .attention_box_important .important_heading:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background: url(/mobilesuica/common/img/ico_important.png) no-repeat;
	background-size: contain;
	width: 22px;
	height: 20px;
	margin-right: 8px;
	margin-bottom: 5px;
}

/*黄色背景2*/
#contents .attention_box_important02 {
	background: #ffec60;
	padding: 20px;
	margin-bottom: 20px;
}

#contents .attention_box_important02 .important_heading {
	font-size: 2.0rem;
	margin-bottom: 15px;
	text-align: center;
}

#contents .attention_box_important02 .important_heading:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background: url(/mobilesuica/common/img/ico_important02.png) no-repeat;
	background-size: contain;
	width: 22px;
	height: 22px;
	margin-right: 8px;
	margin-bottom: 5px;
}

#contents .attention_box .attention_list li:not(:last-child) {
	margin-bottom: 5px;
}


@media screen and (max-width:640px) {

/*3カラム*/
	#contents .navi_link_col3 {
		display: block;
	}

	#contents .navi_link_col3 > * {
		width: 100%;
		margin-right: 0;
		margin-bottom: 3%;
	}

	#contents .navi_link_col3 > * a {
		padding: 5% 6.5% 5% 5%;
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		text-align: left;
		position: relative;
	}

	#contents .navi_link_col3 > * a:before {
		content: none;
	}

	#contents .navi_link_col3 > * a:after {
		content: "";
		display: block;
		width: 6px;
		height: 6px;
		border-top: 4px solid #231815;
		border-right: 4px solid #231815;
		transform: rotate(45deg);
		position: absolute;
		right: 8px;
		bottom: 0;
		top: 0;
		margin: auto;
	}

	#contents .navi_link_col3 > *.blank a:after {
		content: "";
		display: block;
		vertical-align: middle;
		background: url(/mobilesuica/common/img/ico_blank.png) no-repeat;
		background-size: contain;
		border: none;
		transform: rotate(0deg);
		width: 16px;
		height: 16px;
		position: absolute;
		right: 5px;
		bottom: 4px;
	}

	#contents .navi_link_col3 > * a .link_tit {
		text-align: left;
		font-size: 4.5vw;
		margin-bottom: 1%;
		width: 80%;
		min-height: auto;
	}

	#contents .navi_link_col3 > * a .link_img {
		margin-right: 5%;
		margin-bottom: 0;
		width: 15%;
	}
	#contents .navi_link_col3 > * a .link_img img {
		width: 100%;
	}

	#contents .navi_link_col3 > * a .link_txt {
		width: 80%;
	}



/*3カラム（テキストあり）*/
	#contents .navi_link_col3_2 {
		display: block;
	}

	#contents .navi_link_col3_2 > * {
		width: 100%;
		margin-right: 0;
		margin-bottom: 3%;
	}

	#contents .navi_link_col3_2 > * a {
		padding: 5% 6.5% 5% 5%;
		display: block;
		overflow: hidden;
		text-align: left;
		position: relative;
	}

	#contents .navi_link_col3_2 > * a:before {
		content: none;
	}

	#contents .navi_link_col3_2 > * a:after {
		content: "";
		display: block;
		width: 6px;
		height: 6px;
		border-top: 4px solid #231815;
		border-right: 4px solid #231815;
		transform: rotate(45deg);
		position: absolute;
		right: 8px;
		bottom: 0;
		top: 0;
		margin: auto;
	}

	#contents .navi_link_col3_2 > * a .link_tit {
		text-align: left;
		font-size: 4.5vw;
		line-height: 1.2;
		margin-bottom: 1%;
		width: 80%;
		float: right;
	}

	#contents .navi_link_col3_2 > * a .link_img {
		text-align: center;
		margin-bottom: 0;
		width: 15%;
		float: left;
	}
	#contents .navi_link_col3_2 > * a .link_img img {
		width: 100%;
	}

	#contents .navi_link_col3_2 > * a .link_txt {
		width: 80%;
		float: right;
	}


	/*3カラム ページ内リンク*/
	#contents .navi_link_col3_2.linkU > * a {
		padding: 5% 6.5% 5% 5%;
	}
	#contents .navi_link_col3_2.linkU > * a .link_img {
		margin-bottom: 0;
	}

	#contents .navi_link_col3_2.linkU > * a:after {
		content: "";
		display: block;
		width: 6px;
		height: 6px;
		border-top: none;
		border-right: 4px solid #231815;
		border-bottom: 4px solid #231815;
		transform: rotate(45deg);
		position: absolute;
		right: 8px;
		left: auto;
		bottom: 0;
		top: 0;
		margin: auto;
	}


/*2カラム*/
	#contents .navi_link_col2 {
		display: block;
	}

	#contents .navi_link_col2 > * {
		width: 100%;
		margin-right: 0;
		margin-bottom: 3%;
	}

	#contents .navi_link_col2 > * a {
		padding: 5% 6.5% 5% 5%;
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		text-align: left;
		position: relative;
	}

	#contents .navi_link_col2 > * a:before {
		content: none;
	}

	#contents .navi_link_col2 > * a:after {
		content: "";
		display: block;
		width: 6px;
		height: 6px;
		border-top: 4px solid #231815;
		border-right: 4px solid #231815;
		transform: rotate(45deg);
		position: absolute;
		right: 8px;
		bottom: 0;
		top: 0;
		margin: auto;
	}

	#contents .navi_link_col2 > *.blank a:after {
		content: "";
		display: block;
		vertical-align: middle;
		background: url(/mobilesuica/common/img/ico_blank.png) no-repeat;
		background-size: contain;
		border: none;
		transform: rotate(0deg);
		width: 16px;
		height: 16px;
		position: absolute;
		right: 5px;
		bottom: 4px;
	}

	#contents .navi_link_col2 > * a .link_tit {
		text-align: left;
		font-size: 4.5vw;
		margin-bottom: 1%;
		width: 80%;
		min-height: auto;
	}
	#contents .navi_link_col2 > * a .link_img {
		margin-right: 5%;
		margin-bottom: 0;
		width: 15%;
	}
	#contents .navi_link_col2 > * a .link_img img {
		width: 100%;
	}

	#contents .navi_link_col2 > * a .link_txt {
		width: 80%;
	}


/*2カラム（テキストあり）*/
	#contents .navi_link_col2_2 {
		display: block;
	}

	#contents .navi_link_col2_2 > * {
		width: 100%;
		margin-bottom: 3%;
	}

	#contents .navi_link_col2_2 > * a {
		padding: 5% 6.5% 5% 5%;
		display: block;
		height: auto;
		overflow: hidden;
		text-align: left;
		position: relative;
	}

	#contents .navi_link_col2_2 > * a:before {
		content: none;
	}

	#contents .navi_link_col2_2 > * a:after {
		content: "";
		display: block;
		width: 6px;
		height: 6px;
		border-top: 4px solid #231815;
		border-right: 4px solid #231815;
		transform: rotate(45deg);
		position: absolute;
		right: 8px;
		bottom: 0;
		top: 0;
		margin: auto;
	}

	#contents .navi_link_col2_2 > *.blank a:after {
		content: "";
		display: block;
		vertical-align: middle;
		background: url(/mobilesuica/common/img/ico_blank.png) no-repeat;
		background-size: contain;
		border: none;
		transform: rotate(0deg);
		width: 16px;
		height: 16px;
		position: absolute;
		right: 5px;
		bottom: 4px;
	}

	#contents .navi_link_col2_2 > * a .link_tit {
		text-align: left;
		font-size: 4.5vw;
		line-height: 1.2;
		margin-bottom: 1%;
		width: 80%;
		float: right;
		min-height: auto;
	}
	#contents .navi_link_col2_2 > * a .link_img {
		text-align: center;
		margin-bottom: 0;
		width: 15%;
		float: left;
	}
	#contents .navi_link_col2_2 > * a .link_img img {
		width: 100%;
	}

	#contents .navi_link_col2_2 > * a .link_txt {
		width: 80%;
		float: right;
	}

/*グレー背景*/
	#contents .attention_box {
		background: #f7f7f7;
		padding: 5%;
		margin-bottom: 3%;
	}

	#contents .attention_box .attention_heading {
		margin-bottom: 3%;
	}

	#contents .attention_box .attention_list li:not(:last-child) {
		margin-bottom: 2%;
	}

/*黄色背景*/
	#contents .attention_box_important {
		padding: 5%;
		margin-bottom: 3%;
	}
	#contents .attention_box_important .important_heading {
		margin-bottom: 3%;
	}

/*黄色背景2*/
	#contents .attention_box_important02 {
		padding: 5%;
		margin-bottom: 3%;
	}

	#contents .attention_box_important02 .important_heading {
		margin-bottom: 3%;
	}
}

/* -----------------------------------------
	テーブルスタイル
----------------------------------------- */
#contents table.layoutTable01 {
	border: 2px solid #000000;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 30px;
}

#contents table.layoutTable02 {
	border: 2px solid #000000;
	width: 100%;
	margin-bottom: 30px;
}

#contents table.layoutTable01 tr th,
#contents table.layoutTable01 tr td,
#contents table.layoutTable02 tr th,
#contents table.layoutTable02 tr td {
	border: 1px solid #000000;
	padding: 10px 20px;
	vertical-align: middle;
}

#contents table.layoutTable01 tr th,
#contents table.layoutTable02 tr th {
	font-size: 1.8rem;
	background: #9fd9f6;
}

#contents table.layoutTable01.tableColorBlue02 tr th,
#contents table.layoutTable02.tableColorBlue02 tr th {
	background: #cce9f7;
}

#contents table.layoutTable01 tr td,
#contents table.layoutTable02 tr td {
	font-size: 1.6rem;
}

@media screen and (max-width:640px) {
	#contents table.layoutTable01,
	#contents table.layoutTable02{
		margin-bottom: 8%;
	}

	#contents table.layoutTable01 tr th,
	#contents table.layoutTable01 tr td,
	#contents table.layoutTable02 tr th,
	#contents table.layoutTable02 tr td {
		padding: 3%;
	}

	#contents table.layoutTable01 tr th,
	#contents table.layoutTable02 tr th {
		font-size: 1.8rem;
		background: #9fd9f6;
	}
	
	#contents table.layoutTable01.tableColorBlue02 tr th,
	#contents table.layoutTable02.tableColorBlue02 tr th {
	background: #cce9f7;
}
	
	#contents table.layoutTable01 tr td,
	#contents table.layoutTable02 tr td {
		font-size: 1.6rem;
	}
}

/* -----------------------------------------
	その他汎用クラス
----------------------------------------- */
.listIcon {
	background: #AACE36;
	color: #fff;
	font-weight: bold;
	padding: 3px 7px;
}

@media screen and (max-width:640px) {
.sp_vertically{
  writing-mode:tb-rl;
  -moz-writing-mode:vertical-rl;
  -o-writing-mode:vertical-rl;
  -webkit-writing-mode:vertical-rl;
  writing-mode:vertical-rl;
	margin: 0 auto;
	white-space: nowrap;
	width: 1em; /* firefox対策 */
	line-height: 1em; /* firefox対策 */
	-webkit-text-orientation:upright;
	text-orientation: upright;
	text-align: center;
	}
}

/*ボタンホバー色黄緑*/
#contents .h_yg a:hover {background: #E9F3CD;}

/*ボタンホバー色ベージュ*/
#contents .h_be a:hover {background: #F8F4E7;}

/*ボタンホバー色黄色*/
#contents .h_ye a:hover {background: #FFF7BF;}


/* --- Adobe PDF reader ------------------------------------------ */
@media screen and (min-width:641px) {
	#contents #pdf_reader {
		max-width: 930px;
		width: 100%;
		margin :0 auto 50px;
		border: 1px solid rgba(221,221,221,1);
		padding: 10px;
		display: flex;
	}
	#contents #pdf_reader .txt {
		margin-left: 20px;
	}
	#contents #pdf_reader .txt .blank a {
		position: relative;
		display: inline-block;
		padding-left: 20px;
	}
	#contents #pdf_reader .txt .blank a:before {
		content: "";
		display: block;
		background: url(/mobilesuica/common/img/ico_blank.png) no-repeat;
		background-size: contain;
		width: 13px;
		height: 13px;
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -5px;
	}
}
@media screen and (min-width:641px) and (max-width:930px) {
	#contents #pdf_reader {
		margin: 0 2%;
		width: 96%;
	}
}

@media screen and (max-width:640px) {
	#contents #pdf_reader {
		display: none;
	}
}

/* 20191001消費税対応 */
#contents .containertax {
	max-width: 910px;
	width: 80%;
	margin: 0 auto;
	border:solid 1px #000000;
	border-radius:5px;
	padding:15px;
	text-align:center;
}

