@charset "UTF-8";
/* suica/common/layout.css を新ヘッダー・フッターと干渉しないよう調整の上統合 */

/* --------------------------------------------------- */
/* --- basic layout ---------------------------------- */
/* --------------------------------------------------- */

@media screen and (min-width:951px) {
	div#contents {
		margin-right: auto;
		margin-left: auto;
		padding-right: 10px;
		padding-left: 10px;
		width: 950px;
	}
}
@media screen and (min-width:641px) and (max-width:950px) {
	div#contents {
		width: auto;
	}
}
@media screen and (max-width:640px) {
	div#contents {
		width: auto;
	}
}

/* --------------------------------------------------- */
/* --- wrapper --------------------------------------- */
/* --------------------------------------------------- */

div#contents:after {
	content:'';
	display:block;
	clear:both;
}

@media screen and (min-width:641px) {
	div#contents section#cnt_body {
		float: left;
		margin-bottom: 3.225%;
		width: 69.8925%;
	}
	div#contents section#lnav {
		float: right;
		width: 26.8817%;
	}
}
@media screen and (min-width:641px)and (max-width:950px)  {
	div#contents {
		padding: 0 1.5625%;
	}
}
@media screen and (max-width:640px) {
	div#contents section#cnt_body {
		margin-bottom: 7.8125%;
	}
	div#contents section#lnav {
		display:none;
	}
}


/* --------------------------------------------------- */
/* --- common parts ---------------------------------- */
/* --------------------------------------------------- */

/*
a:hover img {
	opacity:0.75;
}
*/

/* --- セクションボックス ------------------------------------------ */

@media screen and (min-width:951px) {
}
@media screen and (min-width:641px) and (max-width:950px) {
}
@media screen and (min-width:641px) {
	div#contents > section,
	section#cnt_body > section {
		margin-bottom: 50px;
	}
}
@media screen and (max-width:640px) {
	div#contents > section,
	section#cnt_body > section {
		margin-bottom: 9.375%;
	}
}


/* --- ローカルナビゲーション ------------------------------------------ */

@media screen and (min-width:641px) {
	div#contents section#lnav {
		position: relative;
		border-top: 4px solid rgba(35,31,32,1);
	}
	div#contents section#lnav:after {
		content: '';
		display: block;
		position: absolute;
		top: -4px;
		width: 40%;
		height: 4px;
		background-color: rgba(0,136,3,1);
	}
	div#contents section#lnav h1 {
		border-bottom: 1px solid rgba(204,204,204,1);
		background-color: rgba(218,237,217,0.25);
	}
	div#contents section#lnav h1 a:hover {
		background-color: rgba(218,237,217,1);
	}
	div#contents section#lnav h1 a {
		display: block;
		padding: 6%;
		padding-left: 40px;
		background: url(/suica/common/img/lnav_home.png) no-repeat 3.6% center;
	}
	div#contents section#lnav ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	div#contents section#lnav ul.common {
		margin-top: 25px;
		border-top: 1px solid rgba(204,204,204,1);
	}
	div#contents section#lnav ul li {
	}
	div#contents section#lnav ul li a {
		display: block;
		border-bottom: 1px solid rgba(204,204,204,1);
		padding: 6%;
		padding-left: 40px;
		background: url(/suica/common/img/ico_arrow_box_l.png) no-repeat 3.6% center;
	}
	div#contents section#lnav ul li ul li a {
		padding-left: 70px;
		background: url(/suica/common/img/ico_arrow_box_l.png) no-repeat 15.6% center;
	}
	div#contents section#lnav a {
		text-decoration: none;
		color: rgba(0,0,0,1);
	}
	div#contents section#lnav a.now,
	div#contents section#lnav a:hover {
		background-color: rgba(238,238,238,1);
	}
}


/* --- 下層レイアウト パンくず ------------------------------------------ */

@media screen and (min-width:641px) {
	div#contents section#breadcrumb {
		padding: 10px 0px;
		margin: 0;
	}
	div#contents section#breadcrumb ul {
		list-style:none;
		margin: 0;
		padding: 0;
	}
	div#contents section#breadcrumb ul:after {
		content:'';
		display:block;
		clear: both;
	}
	div#contents section#breadcrumb ul li {
		float: left;
	}
	div#contents section#breadcrumb ul li:after {
		content:'>';
		margin: 0px 5px;
	}
	div#contents section#breadcrumb ul li:last-child:after {
		content:'';
	}
}
@media screen and (max-width:640px) {
	div#contents section#breadcrumb {
		display: none;
	}
}


/* --- 下層レイアウト 見出し1 コンテンツトップ ------------------------------------------ */

div#contents section#cnt_h1 {
	position: relative;
	background-color: rgba(218,237,217,1);
}
div#contents section#cnt_h1 h1 {
	font-weight:bold;
}

@media screen and (min-width:641px) {
	div#contents section#cnt_h1 {
		margin-bottom: 40px;
		padding-top: 50px;
		padding-bottom: 10px;
		padding-left: 60px;
		min-height: 240px;
/*		background-image: url(/suica/common/img/h1_penguin.png);*/
		background-repeat: no-repeat;
		background-position: 87.4193% center;
	}
	div#contents section#cnt_h1 h1 {
		margin-bottom: 15px;
		width: 46.2366%;
		font-size:3.4rem;
	}
	div#contents section#cnt_h1 p {
		width: 46.2366%;
		font-size:1.6rem;
	}
}
@media screen and (max-width:640px) {
	div#contents section#cnt_h1 {
		margin-bottom: 3.125%;
		padding-top: 4.5%;
		padding-bottom: 9.0%;
		padding-left: 4.6875%;
		min-height: 120px;
/*		background-image: url(/suica/common/img/h1_penguin_sp.png);*/
		background-repeat: no-repeat;
		background-position: 92.5% center;
		-webkit-background-size: 100px auto;
		background-size: 100px auto;
	}
	div#contents section#cnt_h1 h1 {
		width: 49%;
		font-size:1.6rem;
	}
	div#contents section#cnt_h1 p {
		width: 49%;
		font-size:1.1rem;
	}
}


/* --- 下層レイアウト 見出し1 コンテンツページ ------------------------------------------ */

div#contents section#cnt_h1_inner {
	border-bottom: 2px dotted rgba(218,237,217,1);
}
div#contents section#cnt_h1_inner h1 {
	margin-top: 10px;
	font-weight:bold;
}

@media screen and (min-width:641px) {
	div#contents section#cnt_h1_inner {
		margin-bottom: 40px;
	}
	div#contents section#cnt_h1_inner h1 {
		margin-left: 19px;
		font-size:3.4rem;
	}
}
@media screen and (max-width:640px) {
	div#contents section#cnt_h1_inner {
		margin-bottom: 3.125%;
	}
	div#contents section#cnt_h1_inner h1 {
		margin-left: 3.125%;
		font-size:1.8rem;
	}
}


/* --- 下層レイアウト 見出し2  ------------------------------------------ */

section#cnt_body section.body > h1 {
	clear: both;
	border: 1px solid rgba(153,153,153,1);
	font-weight:bold;
}
section#cnt_body section.body > h1 span {
	display: block;
	border-left: 5px solid rgba(0,132,4,1);
	padding-left: 10px;
}
@media screen and (min-width:641px) {
	section#cnt_body section.body > h1 {
		margin-bottom: 20px;
		border-radius: 3px;
		padding: 14px 19px;
	}
	section#cnt_body section.body > h1 span {
		font-size:1.8rem;
	}
}
@media screen and (max-width:640px) {
	section#cnt_body section.body > h1 {
		margin-bottom: 3.125%;
		padding: 2.1875% 3.125%;
		border-radius: 0;
		border-right: none;
		border-left: none;
	font-size:1.6rem;
	}
	section#cnt_body section.body > h1 span {
	font-size:1.6rem;
	}
}


/* --- 下層レイアウト 見出し3  ------------------------------------------ */

section#cnt_body section.body > h2 {
	clear: both;
	background-color: rgba(218,237,217,1);
	font-size:1.6rem;
	font-weight:bold;
}
@media screen and (min-width:641px) {
	section#cnt_body section.body > h2 {
		margin-bottom: 20px;
		padding: 7px 20px;
	}
}
@media screen and (max-width:640px) {
	section#cnt_body section.body > h2 {
		margin-bottom: 3.125%;
		padding: 1.09375% 3.125%;
	}
}


/* --- 下層レイアウト 見出し4  ------------------------------------------ */

section#cnt_body section.body > h3 {
	clear: both;
	font-size:1.6rem;
	font-weight:bold;
}
@media screen and (min-width:641px) {
	section#cnt_body section.body > h3 {
		margin-bottom: 10px;
		padding: 0 20px;
	}
}
@media screen and (max-width:640px) {
	section#cnt_body section.body > h3 {
		margin-bottom: 1.5625%;
		padding: 0 3.125%;
	}
}


/* --- 下層レイアウト pタグ（画像含む） ------------------------------------------ */

section#cnt_body section.body p {
	margin-bottom: 1em;
}
@media screen and (max-width:640px) {
	section#cnt_body section.body p {
		margin-right: 3.125%;
		margin-left: 3.125%;
	}
}

section#cnt_body section.body .tac {
	display: block;
	text-align: center;
}
section#cnt_body section.body .tar {
	display: block;
	text-align: right;
}

@media screen and (min-width:641px) and (max-width:950px) {
	section#cnt_body section.body p img.sp_big {
		display:block;
		margin:0 auto 0.5em;
		width: 100%;
		max-width: initial;
		height: auto;
	}
}
@media screen and (max-width:640px) {
	section#cnt_body section.body p img {
		width: auto;
		height: auto;
	}
	section#cnt_body section.body p img.sp_big {
		display:block;
		margin:0 auto 0.5em;
		width: 100%;
		height: auto;
	}
}

@media screen and (min-width:641px) {
	section#cnt_body section.body p img.fl_img {
		float: left;
		margin-right: 20px;
		margin-bottom: 10px;
	}
}

@media screen and (min-width:641px) {
	section#cnt_body section.body p.p_img {
		float: left;
		margin-right: 20px;
	}
}
@media screen and (max-width:640px) {
	section#cnt_body section.body p.p_img {
		text-align: center;
	}
}



/* --- 下層レイアウト aタグ リンクボタン  ------------------------------------------ */

section#cnt_body section.body a.link_btn {
	clear: both;
	display:block;
	position:relative;
	border-radius: 3px;
	border: 1px solid rgba(153,153,153,1);
	padding: 14px 25px 11px;
	background-color: rgba(255,255,255,1);
	text-align: center;
	text-decoration: none;
	color: rgba(0,0,0,1);
}
section#cnt_body section.body a.link_btn.line_b {
	border: 3px solid rgba(153,153,153,1);
}
section#cnt_body section.body a.link_btn:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	margin-top: -7px;
	width: 9px;
	height: 14px;
	background-image: url(/suica/common/img/ico_arrow_blk_s.png);
}
section#cnt_body section.body a.link_btn.arrow_s:after {
	margin-top: -4px;
	width: 6px;
	height: 7px;
	background-image: url(/suica/common/img/ico_arrow02_blk_s.png);
}
section#cnt_body section.body a.link_btn[target="_blank"]:after {
	width: 12px;
	height: 11px;
	background-image: url(/suica/common/img/ico_link_blank01_s.png);
}
section#cnt_body section.body a.link_btn[href$=".pdf"]:after {
	width: 16px;
	height: 16px;
	background-image: url(/suica/common/img/ico_pdf_s.png);
}
section#cnt_body section.body a.link_btn.page:after {
	width: 14px;
	height: 15px;
	background-image: url(/suica/common/img/ico_arrow_btm.png);
}
@media screen and (min-width:641px) {
	section#cnt_body section.body a.link_btn {
		margin:0 auto 20px;
		width: 320px;
	}
	section#cnt_body section.body a.link_btn:hover {
		background-color: rgba(238,238,238,1);
	}
}
@media screen and (max-width:640px) {
	section#cnt_body section.body a.link_btn {
		margin:0 3.125% 6.25%;
	}
}

/* --- 下層レイアウト ulタグ リンクボタン 2カラム  ---------------------------------- */

section#cnt_body section.body ul.link_btn_2c {
	clear: both;
	list-style:none;
	margin: 0 0 20px;
	padding: 0;
}

section#cnt_body section.body ul.link_btn_2c li a {
	display:block;
	position:relative;
	border-radius: 3px;
	border: 1px solid rgba(153,153,153,1);
	padding: 14px 25px 11px;
	background-color: rgba(255,255,255,1);
	text-align: center;
	text-decoration: none;
	color: rgba(0,0,0,1);
}
section#cnt_body section.body ul.link_btn_2c.area_link #pdfimg a {
	display:block;
	position:relative;
	border-radius: 3px;
	border: 1px solid rgba(153,153,153,1);
	padding: 14px 25px 11px;
	background-color: rgba(255,255,255,1);
	text-align: center;
	text-decoration: none;
	color: rgba(0,0,0,1);
}
section#cnt_body section.body ul.link_btn_2c li a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	margin-top: -4px;
	width: 6px;
	height: 7px;
	background-image: url(/suica/common/img/ico_arrow02_blk_s.png);
}
section#cnt_body section.body ul.link_btn_2c li a.link_btn:after {
	margin-top: -7px;
	width: 9px;
	height: 14px;
	background-image: url(/suica/common/img/ico_arrow_blk_s.png);
}
section#cnt_body section.body ul.link_btn_2c li a[target="_blank"]:after {
	width: 12px;
	height: 11px;
	background-image: url(/suica/common/img/ico_link_blank01_s.png);
}

section#cnt_body section.body ul.link_btn_2c li a[href$=".pdf"]:after {
	margin-top: -6px;
	width: 16px;
	height: 16px;
	background-image: url(/suica/common/img/ico_pdf_s.png);
}
section#cnt_body section.body ul.link_btn_2c #pdfimg a[href$=".pdf"]:after {
	margin-top: -6px;
	width: 16px;
	height: 16px;
	background-image: url(/suica/common/img/ico_pdf_s.png);
}

section#cnt_body section.body ul.link_btn_2c li a.page:after {
	width: 14px;
	height: 15px;
	background-image: url(/suica/common/img/ico_arrow_btm.png);
}
@media screen and (min-width:641px) {
	section#cnt_body section.body ul.link_btn_2c {
		margin:0 0 20px;
	}
	section#cnt_body section.body ul.link_btn_2c:after {
		content:'';
		display: block;
		clear: both;
	}
	section#cnt_body section.body ul.link_btn_2c li {
		float: left;
		margin-bottom: 20px;
		width: calc( (100% - 20px) / 2 );
	}
	section#cnt_body section.body ul.link_btn_2c li:nth-of-type(2n) {
		float: right;
	}
	section#cnt_body section.body ul.link_btn_2c li a.link_btn {
		margin:0 auto 20px;
		width: 100%;
	}
	section#cnt_body section.body ul.link_btn_2c li a:hover {
		background-color: rgba(238,238,238,1);
	}
}
@media screen and (max-width:640px) {
	section#cnt_body section.body ul.link_btn_2c {
		margin:0 3.125% 6.25%;
	}
	section#cnt_body section.body ul.link_btn_2c li {
		margin-bottom: 3.125%;
	}
}


/* --- 下層レイアウト aタグ テキストリンク  ------------------------------------------ */

section#cnt_body section.body a.link_txt {
}
section#cnt_body section.body a.link_txt:before {
	content: '';
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 0;
	width: 12px;
	height: 13px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(/suica/common/img/ico_arrow_blk_s.png);
	background-size: contain;
}
section#cnt_body section.body a.link_txt[target="_blank"]:before {
	background-image: url(/suica/common/img/ico_link_blank01_s.png);
}
section#cnt_body section.body a.link_txt[href$=".pdf"]:before {
	margin-right: 3px;
	width: 14px;
	height: 14px;
	background-image: url(/suica/common/img/ico_pdf_s.png);
}
section#cnt_body section.body a.link_txt.page:before {
	margin-right: 3px;
	width: 14px;
	height: 15px;
	background-image: url(/suica/common/img/ico_arrow_btm.png);
}
/*section#cnt_body section.body a.link_txt:after {
	content: '';
	display: block;
	clear: both;
}*/


/* --- 下層レイアウト 注意事項ボックス  ---------------------------------- */

/*section#cnt_body section.notice {
	background:rgba(238,238,238,1);
}*/
section#cnt_body section.notice h1 {
	margin-bottom:0;
	font-size:1.6rem;
	font-weight:bold;
}
section#cnt_body section.notice ul {
	list-style:none;
	margin: 0;
	padding: 0;
}
section#cnt_body section.notice ul li {
	padding-left: 1em;
	text-indent:-1em;
}
section#cnt_body section.notice ul li:before {
	content:'・';
}
section#cnt_body section.notice ul li:last-child {
	margin-bottom: 0;
}

@media screen and (min-width:641px) {
	section#cnt_body section.notice {
		margin: 0 0 0px;
		padding: 0 20px;
	}
	section#cnt_body section.notice h1 {
		padding:0 0 10px;
	}
	section#cnt_body section.notice ul {
	}
	section#cnt_body section.notice ul li {
		margin-bottom: 10px;
	}
}
@media screen and (max-width:640px) {
	section#cnt_body section.notice {
		margin:0 3.125% 6.25%;
		padding: 3.125%;
	}
	section#cnt_body section.notice h1 {
		padding:0 0 3.125%;
	}
	section#cnt_body section.notice ul {
	}
	section#cnt_body section.notice ul li {
		margin-bottom:3.125%;
	}
}


/* --- 下層レイアウト ご注意！ボックス  ---------------------------------- */

section#cnt_body section.caution {
	border:solid 3px rgba(255,191,0,1);
	background:rgba(255,191,0,1);
}
section#cnt_body section.caution h1 {
	margin-bottom:0;
	font-size:1.8rem;
	font-weight:bold;
}
section#cnt_body section.caution ul {
	list-style:none;
	background-color: rgba(255,239,191,1);
}
section#cnt_body section.caution ul li {
	padding-left: 1em;
	text-indent:-1em;
}
section#cnt_body section.caution ul li:before {
	content:'・';
}
section#cnt_body section.caution ul li:last-child {
	margin-bottom: 0;
}

@media screen and (min-width:641px) {
	section#cnt_body section.caution {
		margin: 0 0 20px;
	}
	section#cnt_body section.caution h1 {
		padding:5px 20px;
	}
	section#cnt_body section.caution ul {
		padding:10px 20px;
	}
	section#cnt_body section.caution ul li {
		margin-bottom: 10px;
	}
}
@media screen and (max-width:640px) {
	section#cnt_body section.caution {
		margin:0 3.125% 6.25%;
	}
	section#cnt_body section.caution h1 {
		padding:0.78125% 3.125%;
	}
	section#cnt_body section.caution ul {
		padding:3.125%;
	}
	section#cnt_body section.caution ul li {
		margin-bottom:3.125%;
	}
}


/* --- 下層レイアウト ul インデント（1文字分） ---------------------------------- */

section#cnt_body section.body ul.indent {
	list-style: none;
	margin: 0;
	margin-bottom: 1em;
	padding: 0;
	font-size: inherit;
}
section#cnt_body section.body ul.indent li {
	margin: 0;
	padding: 0;
	padding-left: 1em;
	text-indent: -1em;
	font-size: inherit;
}
section#cnt_body section.body ul.indent.caution li:before {
	content: '※';
	font-size: inherit;
}
@media screen and (max-width:640px) {
	section#cnt_body section.body > ul.indent {
		margin-right: 3.125%;
		margin-left: 3.125%;
	}
}


/* --- 下層レイアウト hrタグ 区切り線  ---------------------------------- */

section#cnt_body section.body hr.line_dot {
	clear:both;
	display:block;
	margin-bottom: 20px;
	border:none;
	border-bottom:1px dotted rgba(153,153,153,1);
	height: 0;
	line-height: 1;
	font-size: 0;
}

@media screen and (max-width:640px) {
	section#cnt_body section.body hr.line_dot {
		margin:0 3.125% 6.25%;
	}
}


/* --- 下層レイアウト ページ下部 バナーエリア ------------------------------------------ */

@media screen and (min-width:641px) {
	section#cnt_body > section#suica_contents_bnr  {
		margin-top: 4.6153%;
		margin-bottom: 0;
	}
}
@media screen and (max-width:640px) {
	section#suica_contents_bnr  {
		margin-top: 7.8125%;
		padding: 0 3.125%;
	}
}

section#suica_contents_bnr a.ms_bnr {
	display:block;
	border-radius:5px;
	border-style:solid;
	border-color: rgba(89,178,36,1);
	text-decoration: none;
	color:rgba(0,0,0,1);
}
section#suica_contents_bnr a.ms_bnr div {
	text-align: center;
}
section#suica_contents_bnr a.ms_bnr div:first-child {
	background-color: rgba(89,178,36,1);
	text-align: center;
}
section#suica_contents_bnr a.ms_bnr div:last-child p:last-child {
	position:relative;
	border-radius:3px;
	border:1px solid rgba(89,178,36,1);
}
section#suica_contents_bnr a.ms_bnr div:last-child p:first-child span {
	font-weight: bold;
	color:rgba(234,32,38,1);
}
section#suica_contents_bnr a.ms_bnr div:last-child p:last-child:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	background-image: url(/suica/common/img/ico_arrow_blk_s.png);
}
section#suica_contents_bnr a.ms_bnr div:last-child p:last-child {
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(219,239,207,1);
}
@media screen and (min-width:641px) {
	section#suica_contents_bnr a.ms_bnr {
		margin-bottom: 3.0769%;
		border-width: 4px;
	}
	section#suica_contents_bnr a.ms_bnr:after {
		content:'';
		display: block;
		clear: both;
	}
	section#suica_contents_bnr a.ms_bnr div:first-child {
		float: left;
		width: 42.5%;
	}
	section#suica_contents_bnr a.ms_bnr div:first-child img {
		width: 83.9416%;
		height: auto;
	}
	section#suica_contents_bnr a.ms_bnr div:last-child {
		float: right;
		width: 57%;
		text-align: center;
	}
	section#suica_contents_bnr a.ms_bnr div:last-child p:first-child {
		margin-top: 4%;
		margin-bottom: 2%;
		padding-left: 0.8em;
		font-size: 2.0rem;
		font-weight: bold;
	}
	section#suica_contents_bnr a.ms_bnr div:last-child p:first-child span {
		font-size: 2.0rem;
	}
	section#suica_contents_bnr a.ms_bnr div:last-child p:last-child {
		margin-bottom:3%;
		padding: 3% 22px 3% 10%;
		width: 80%;
	}
	section#suica_contents_bnr a.ms_bnr div:last-child p:last-child:after {
		margin-top: -7px;
		width: 9px;
		height: 14px;
		background-image: url(/suica/common/img/ico_arrow_blk_s.png);
	}
}
@media screen and (max-width:640px) {
	section#suica_contents_bnr a.ms_bnr {
		margin-bottom: 5%;
		border-width: 2px;
	}
	section#suica_contents_bnr a.ms_bnr div:first-child {
		margin-bottom: 2%;
		padding-top: 3%;
		padding-bottom: 3%;
	}
	section#suica_contents_bnr a.ms_bnr div:first-child img {
		width: 52.5%;
	}
	section#suica_contents_bnr a.ms_bnr div:last-child p:first-child {
		margin-bottom: 2%;
		font-size: 1.5rem;
		font-weight: bold;
	}
	section#suica_contents_bnr a.ms_bnr div:last-child p:first-child span {
		font-size: 1.5rem;
	}
	section#suica_contents_bnr a.ms_bnr div:last-child p:last-child {
		margin-bottom:3%;
		padding-top: 1.7%;
		padding-bottom: 1.3%;
		width: 90%;
		font-size: 1.2rem;
	}
	section#suica_contents_bnr a.ms_bnr div:last-child p:last-child:after {
		margin-top: -2px;
		width: 4px;
		height: 5px;
		background-image: url(/suica/common/img/ico_arrow02_blk_s.png);
		-webkit-background-size: 4px 5px;
		background-size: 4px 5px;
	}
}

section#suica_contents_bnr a.dpamph_bnr {
	display:block;
	overflow: hidden;
	position:relative;
	border-radius:5px;
	border-width: 1px;
	border-style:solid;
	border-color: rgba(153,153,153,1);
	text-decoration: none;
	color:rgba(0,0,0,1);
}
section#suica_contents_bnr a.dpamph_bnr:after {
	content:'';
	display: block;
	position: absolute;
	background-image: url(/suica/common/img/ico_link_blank_nav.png);
	background-repeat: no-repeat;
}
section#suica_contents_bnr a.dpamph_bnr p {
	float: left;
	text-align: center;
	line-height: 1;
}
section#suica_contents_bnr a.dpamph_bnr img {
	float: right;
}
section#suica_contents_bnr a.dpamph_bnr p:first-child {
	border-bottom: 1px solid rgba(0,136,3,1);
	color: rgba(0,136,3,1);
}
@media screen and (min-width:641px) {
	section#suica_contents_bnr a.dpamph_bnr:after {
		bottom: 10px;
		right: 10px;
		width: 23px;
		height: 23px;
	}
	section#suica_contents_bnr a.dpamph_bnr p {
		margin-left: 3.0769%;
		width: 73.8461%;
	}
	section#suica_contents_bnr a.dpamph_bnr p:first-child {
		margin-top: 3.5%;
		margin-bottom: 2.0%;
		padding-bottom: 1.75%;
		font-size: 2.0rem;
	}
	section#suica_contents_bnr a.dpamph_bnr p:last-child {
		margin-bottom: 3.25%;
		font-size: 2.6rem;
		font-weight: bold;
	}
	section#suica_contents_bnr a.dpamph_bnr img {
		margin-top: 1.5384%;
		margin-right: 6.1538%;
		margin-bottom: 1.5384%;
		width: 15.3846%;
	}
}
@media screen and (max-width:640px) {
	section#suica_contents_bnr a.dpamph_bnr:after {
		bottom: 5px;
		right: 5px;
		width: 12px;
		height: 12px;
		-webkit-background-size: 12px 12px;
		background-size: 12px 12px;
	}
	section#suica_contents_bnr a.dpamph_bnr p {
		margin-left: 3.33%;
		width: 69.166%;
	}
	section#suica_contents_bnr a.dpamph_bnr p span.br {
		display: block;
	}
	section#suica_contents_bnr a.dpamph_bnr p:first-child {
		margin-top: 3.5%;
		margin-bottom: 2.0%;
		padding-bottom: 1.75%;
		font-size: 1.1rem;
	}
	section#suica_contents_bnr a.dpamph_bnr p:last-child {
		margin-bottom: 3.25%;
		font-size: 1.9rem;
		font-weight: bold;
	}
	section#suica_contents_bnr a.dpamph_bnr img {
		margin-top: 2.088%;
		margin-right: 3.33%;
		width: 21.666%;
	}
}


/* --- Adobe PDF reader ------------------------------------------ */

@media screen and (min-width:641px) {
	#contents #pdf_reader {
		clear:both;
		margin-bottom: 50px;
		border: 1px solid rgba(221,221,221,1);
		padding: 10px;
	}
	#contents #pdf_reader:after {
		content: '';
		display: block;
		clear: both;
	}
	#contents #pdf_reader > a {
		float: left;
		margin-right: 10px;
		width: 158px;
		height: 39px;
	}
	#contents #pdf_reader p a {
		padding-left: 17px;
		background: url(/suica/common/img/ico_link_blank01_s.png) no-repeat 0px 5px;
	}
}
@media screen and (max-width:640px) {
	#contents #pdf_reader {
		display: none;
	}
}


/* --- ****20160928 下層レイアウト TB-01  ---------------------------------- */

section#cnt_body section.body table.table01{
	background: #fff;
	margin-bottom: 20px
}
section#cnt_body section.body table.table01 th{
	background: #bb9c43;
	color: #fff;
	font-weight: normal;
	vertical-align: middle;
	padding: 10px;
}
section#cnt_body section.body table.table01 td{
	vertical-align: middle;
	padding: 10px;
}
section#cnt_body section.body table.table01 td.type01{
	background: #faecbd;
}
section#cnt_body section.body table.table01 td.type02{
	background: #fff7dd;
}
section#cnt_body section.body table.table01 .aR{
	text-align: right;
}
section#cnt_body section.body table.table01 .aC{
	text-align: center;
}
section#cnt_body section.body table.table01 .aCsign{
	text-align:center;
	font-size:200%;
	line-height:0.8;
}
section#cnt_body section.body table.table01 .aCcaution{
	font-size:45%;
}
section#cnt_body section.body table.table01 .vaT{
	vertical-align: top;
}
section#cnt_body section.body table.table01 .nb{
	border:none;
}
@media screen and (max-width:640px) {
	section#cnt_body section.body .tableScroll{
		width:93.5%;
		margin:0 auto 6.25%;
		overflow:scroll;
	}
	section#cnt_body section.body table.table01{
		width:93.5%;
		margin:0 auto 6.25%;
		background: #fff;
	}
	section#cnt_body section.body table.spScroll{
		width:640px;
		margin:0 auto 6.25%;
		background: #fff;
	}
}


/* --- ****20160928 下層レイアウト （規約内）  ---------------------------------- */
section#cnt_body section.body table.table02{
	background: #fff;
	margin-bottom: 20px;
	text-indent:0;
	width:60%;
}
section#cnt_body section.body table.table02 th{
	padding: 0 10px;
}
section#cnt_body section.body table.table02 td{
	padding: 0 10px;
}
section#cnt_body section.body table.table02 .aR{
	text-align: right;
}

/* --- ****20160928 下層レイアウト NOTE-1  ---------------------------------- */
section#cnt_body ul.noteText01.dspIblock{
	display:inline-block;
}

section#cnt_body section.notice ul.noteText01,
section#cnt_body section.caution ul.noteText01,
section#cnt_body section.body ul.noteText01 {
	margin-bottom:10px;
	line-height:1.4;
}
section#cnt_body section.caution ul li ul.noteText01 {
	padding-left:0;
}
section#cnt_body section.notice ul.noteText01 li,
section#cnt_body section.caution ul.noteText01 li,
section#cnt_body section.body ul.noteText01 li{
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom:5px;
}
section#cnt_body section.notice ul.noteText01 li:before,
section#cnt_body section.caution ul.noteText01 li:before,
section#cnt_body section.body ul.noteText01 li:before{
	content:"※";
}
@media screen and (max-width:640px) {
section#cnt_body section.notice ul.noteText01,
section#cnt_body section.caution ul.noteText01,
section#cnt_body section.body ul.noteText01 {
	width:93.5%;
	margin:0 auto 3.125%;
}
section#cnt_body section.caution ul li ul.noteText01 {
	padding-left:0;
	margin-left:0;
}
}


/* --- ****20160928 下層レイアウト LI-1  ---------------------------------- */
section#cnt_body section.body .link01,
section#cnt_body section.notice .link01{
	background:url(/suica/img/icon_02_01.gif) no-repeat 0 1px;
	padding-left:16px;
}
.pl32{
	padding-left:32px !important;
}

/* --- ****20160928 下層レイアウト LI-1 pdf  ----------------------------------
section#cnt_body section.body .link01.pdf,
section#cnt_body section.notice .link01.pdf{
	background:url(/suica/img/icon_07_01.gif) no-repeat 0 1px;
}*/


/* --- ****20160928 下層レイアウト anc1  ---------------------------------- */
section#cnt_body section.body .anc-1{
	background:url(/suica/img/icon_anc_01.gif) no-repeat 0 1px;
	padding-left:16px;
}


/* --- ****20160928 下層レイアウト UL-2  ---------------------------------- */
section#cnt_body section.body .list02 > li {
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left: 16px;
	background: url(/suica/img/icon_05_01.gif) no-repeat;
}
@media screen and (max-width:640px) {
	section#cnt_body section.body .list02 > li {
		width:93.5%;
		margin:0 auto 3.125%;
	}
}

/* --- ****20160928 下層レイアウト Center  ---------------------------------- */
section#cnt_body section.caution .imgCenter,
section#cnt_body section.body .imgCenter {
	text-align:center;
	margin-bottom: 20px;
}
section#cnt_body section.caution .imgCenter img,
section#cnt_body section.body .imgCenter img{
	max-width:100%;
}
@media screen and (max-width:640px) {
	section#cnt_body section.caution .imgCenter,
	section#cnt_body section.body .imgCenter img {
		max-width:93.5%;
		height:auto;
		margin:0 auto 3.125%;
	}
}


/* --- ****20160928 下層レイアウト tx-st  ---------------------------------- */
section#cnt_body section.body ol.tx-st li.indent{
	padding-left:52px;
	text-indent: -52px;
	margin-bottom:20px;
}
section#cnt_body section.body ol.tx-st li.indent ul{
	margin-top:10px;
}
section#cnt_body section.body ol.tx-st li.indent ul li{
	padding-left:2em;
	text-indent: -2em;
	margin-bottom:10px;
}
section#cnt_body section.body ol.tx-st li.indent ul li ul li{
	padding-left:3em;
	text-indent: -3em;
	margin-bottom:10px;
}
section#cnt_body section.body ol.tx-st li.indent ul li ul li ul li{
	padding-left:1.5em;
	text-indent: -1.5em;
	margin-bottom:10px;
}
@media screen and (max-width:640px) {
	section#cnt_body section.body ol.tx-st {
		width:93.5%;
		margin:0 auto;
	}
}

/* --- ****20160928 下層レイアウト ol-1  ---------------------------------- */
section#cnt_body section.body .ol-1{
	display:inline-block;
	padding-left:2.5em;
	text-indent: -2.5em;
}


/* --- ****20160928 下層レイアウト リンクボタン内Blank  ---------------------------------- */
section#cnt_body section.body .link_btn_2c li a img.btn-blank{
	position:relative;
	top:-2px;
	left:5px;
}

/* --- ****20160928 下層レイアウト aタグ リンクボタン[section.notice用追加]  ------------------------------------------ */

section#cnt_body section.notice a.link_btn {
	clear: both;
	display:block;
	position:relative;
	border-radius: 3px;
	border: 1px solid rgba(153,153,153,1);
	padding: 14px 25px 11px;
	text-align: center;
	text-decoration: none;
	color: rgba(0,0,0,1);
	background:#fff;
}
section#cnt_body section.notice a.link_btn.line_b {
	border: 3px solid rgba(153,153,153,1);
}
section#cnt_body section.notice a.link_btn:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	margin-top: -7px;
	width: 9px;
	height: 14px;
	background-image: url(/suica/common/img/ico_arrow_blk_s.png);
}
section#cnt_body section.notice a.link_btn.arrow_s {
}
section#cnt_body section.notice a.link_btn.arrow_s:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	margin-top: -4px;
	width: 6px;
	height: 7px;
	background-image: url(/suica/common/img/ico_arrow02_blk_s.png);
}
section#cnt_body section.notice a.link_btn[target="_blank"]:after,
section#cnt_body section.notice a.arrow_s[target="_blank"]:after {
	width: 12px;
	height: 11px;
	background-image: url(/suica/common/img/ico_link_blank01_s.png);
}
section#cnt_body section.notice a.link_btn[href$=".pdf"]:after,
section#cnt_body section.notice a.arrow_s[href$=".pdf"]:after {
	width: 16px;
	height: 16px;
	background-image: url(/suica/common/img/ico_pdf_s.png);
}
@media screen and (min-width:641px) {
	section#cnt_body section.notice a.link_btn {
		margin:0 auto 20px;
		width: 320px;
	}
	section#cnt_body section.notice a.link_btn:hover {
		background-color: rgba(238,238,238,1);
	}
}
@media screen and (max-width:640px) {
	section#cnt_body section.notice a.link_btn {
		margin:0 3.125% 6.25%;
	}
}

/* --- ****20160928 下層レイアウト ボタンのinline-block化  ----------------------------------?? */
section#cnt_body section.body a.link_btn.dspIb{
	display:inline-block;
}

/* --- ****20160928 下層レイアウト テキストRED  ---------------------------------- */
section#cnt_body section.body .tx-red{
	color:#e30;
}


/* --- ****20160928 下層レイアウト flow  ---------------------------------- */
section#cnt_body section.body .flow{
	display:table;
	margin:0 auto 20px;
}
section#cnt_body section.body .flowInner{
	display:table-cell;
	width:270px;
	text-align:center;
}
section#cnt_body section.body .flowInner span{
	display:block;
	text-align:left;
	font-size:12px;
	margin:10px 0;
}
section#cnt_body section.body .flowInner span img{
	float:left;
}
section#cnt_body section.body .flowInner-c{
	display:table-cell;
	width:60px;
	text-align:center;
}
@media screen and (max-width:640px) {
	section#cnt_body section.body .flow{
		display:table;
		margin:0 3.125% 6.5%;
	}
	section#cnt_body section.body .flowInner{
		display:table-cell;
		width:45%;
		text-align:center;
	}
	section#cnt_body section.body .flowInner img{
		max-width:100%;
	}
	section#cnt_body section.body .flowInner span img{
		width:20%;
	}
	section#cnt_body section.body .flowInner-c{
		width:10%;
	}
}


/* --- ****20210212 下層レイアウト 赤枠ボックス  ---------------------------------- */
section#cnt_body .boxNote {
	display: block;
	margin-bottom: 10px;
	border: 1px solid rgba(234,32,38,1);
	border-radius: 3px;
	padding: 2px 5px;
	color: rgba(234,32,38,1);
}


/* --------------------------------------------------- */
/* --- corporate ----------------------------------------- */
/* --------------------------------------------------- */
@media print, screen and (min-width: 641px) {
  div#contents section#cnt_body {
    margin-bottom: 3.225%;
    margin-top: 35px;
    width: 100%;
  }
}
/* --- 見出し ------------------------------------------ */
section#cnt_body section.body h1.heading01 {
  background: #e2f3e2;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom-width: 6px;
  border-image: linear-gradient(to right, #007b02 0%, #009505 100%);
  border-image-slice: 1;
  font-size: 2.2rem;
  padding: 1.8% 25px 1.3% 30px;
  letter-spacing: 0.1em;
  border-radius: 0;
}
section#cnt_body section.body > h1.heading01 img {
  width: auto;
  height: auto;
  vertical-align: baseline;
  margin-right: 10px;
}
section#cnt_body section.cntBox > h2 {
  background: linear-gradient(to right, #007b02, #009505);
  font-size: 2.0rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
  padding: 15px 20px 12px 30px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 640px) {
  section#cnt_body section.cntBox > h2 {
    margin-bottom: 8%;
    padding: 3% 4% 2%;
    font-size: 1.8rem;
  }
}

/* --- tab ------------------------------------------ */
section#cnt_body section.body .tabMenu {
  display: flex;
  justify-content: center;
  margin: 60px 0 40px;
}
@media only screen and (max-width: 640px) {
  section#cnt_body section.body .tabMenu {
    margin: 40px 0;
  }
}
section#cnt_body section.body .tabMenu li {
  width: 48%;
  margin-right: 2%;
  position: relative;
  font-size: 1.6rem;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  section#cnt_body section.body .tabMenu li {
    display: flex;
    justify-content: center;
  }
}
section#cnt_body section.body .tabMenu li:last-child {
  margin-right: 0;
}
section#cnt_body section.body .tabMenu li.on {
  border-bottom: #008803 4px solid;
  color: #008803;
  padding-bottom: 25px;
}
@media only screen and (max-width: 640px) {
  section#cnt_body section.body .tabMenu li.on {
    padding-bottom: 15px;
  }
}
section#cnt_body section.body .tabMenu li.on::after {
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 0 0 0 -15px;
  border: 15px solid transparent;
  border-top-color: #008803;
  content: '';
}
section#cnt_body section.body .tabMenu li a {
  border-bottom: #c0c0c0 3px solid;
  color: #7d7d7d;
  display: block;
  text-decoration: none;
  padding-bottom: 25px;
  font-size: 1.6rem;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  section#cnt_body section.body .tabMenu li a {
    padding-bottom: 15px;
  }
}
section#cnt_body section.body .tabMenu li a:hover {
  opacity: 0.6;
}

/* --- contents ------------------------------------------ */
section.cntBox {
  margin-bottom: 50px;
}

.listDisc, .listNote {
  margin: 0 0 20px 0;
  overflow: hidden;
}

.listDisc {
  padding: 0 0 0 1.3em;
}
@media only screen and (max-width: 640px) {
  .listDisc {
    padding: 0 0 0 1.3em;
    margin: 0 3.125% 0;
  }
}
.listDisc li {
  list-style: disc;
  margin: 0 0 5px 0;
}

.listNote li {
  text-indent: -1em;
  padding: 0 0 0 1em;
}

.contactBox {
  text-align: center;
  background: #e2f3e2;
  padding: 30px 0;
  margin: 50px 0 0;
}
@media only screen and (max-width: 640px) {
  .contactBox {
    padding: 30px 15px;
    margin: 0 3.125% 6.25%;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 640px) {
  .sp {
    display: block;
  }
}

section#cnt_body section.body a.link_btn.w380 {
  margin: 0 auto 20px;
  width: 380px;
}
@media only screen and (max-width: 640px) {
  section#cnt_body section.body a.link_btn.w380 {
    margin: 0 auto 20px;
    width: auto;
  }
}

@media only screen and (max-width: 640px) {
  section#cnt_body img {
    max-width: 100%;
    width: 100%;
  }
}

/* --- 202302 ------------------------------------------ */
/* 汎用クラス */
.inb {
  display: inline-block;
}

.mt60 {
  margin-top: 60px;
}

.bold {
  font-weight: bold;
}

.green {
  color: #008803;
}

.kome {
  padding-left: 1em;
}
.kome > li {
  text-indent: -1em;
}

@media only screen and (max-width: 640px) {
  .mt15sp {
    margin-top: 15px !important;
  }

  .mt20sp {
    margin-top: 20px !important;
  }

  .mt50sp {
    margin-top: 50px !important;
  }

  .pc {
    display: none;
  }

  .sp-yohaku {
    margin-left: 3.125%;
    margin-right: 3.125%;
  }

  .sp-ta-l {
    text-align: left !important;
  }
}
.col2box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .col2box {
    display: block;
  }
}
.col2box .imgBox {
  width: 40.860%;
}
.col2box .imgBox > img {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .col2box .imgBox {
    padding-right: 6%;
    width: auto;
    text-align: center;
  }
}
.col2box .txtBox {
  width: 53.763%;
}
@media only screen and (max-width: 640px) {
  .col2box .txtBox {
    width: auto;
  }
}
.col2box .txtBox .title02 {
  margin-top: 15px;
}
@media only screen and (max-width: 640px) {
  .col2box .txtBox .title02 {
    margin-top: 30px;
  }
}

/* 見出し */
.title02 {
  margin-top: 40px;
  font-size: 2.4rem !important;
  color: #008803;
}
@media only screen and (max-width: 640px) {
  .title02 {
    margin: 25px 3.125% 0;
    font-size: 2.0rem !important;
    text-align: center;
  }
}
.title02 > span {
  font-size: inherit !important;
}
.title02.black {
  color: #333;
}

.title03 {
  font-size: 2.0rem !important;
  color: #008803;
}

.okomariBox {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media only screen and (max-width: 640px) {
  .okomariBox {
    display: block;
    margin-top: 25px;
  }
}
.okomariBox > li {
  width: 31.183%;
  margin-left: 40px;
}
@media only screen and (max-width: 640px) {
  .okomariBox > li {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
}
.okomariBox > li > img {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .okomariBox > li > img {
    width: 70% !important;
    max-width: 290px !important;
  }
}
.okomariBox > li:first-child {
  margin-left: 0;
}

.serviceBox {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media only screen and (max-width: 640px) {
  .serviceBox {
    display: block;
    margin-top: 25px;
  }
}
.serviceBox > li {
  position: relative;
  width: 31.183%;
}
@media only screen and (max-width: 640px) {
  .serviceBox > li {
    margin-top: 25px;
    width: 100%;
    text-align: center;
  }
}
.serviceBox > li > img {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .serviceBox > li > img {
    width: 70% !important;
    max-width: 290px !important;
  }
}
.serviceBox > li::after {
  content: "";
  position: absolute;
  right: -25px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-style: solid;
  border-width: 29px 0 29px 18px;
  border-color: transparent transparent transparent #008803;
  width: 0;
  height: 0;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .serviceBox > li::after {
    left: 0;
    right: 0;
    top: auto;
    bottom: -20px;
    margin: 0 auto;
    border-width: 14px 27px 0 27px;
    border-color: #008803 transparent transparent transparent;
  }
}
.serviceBox > li:last-child::after {
  content: none;
}

.meritBox {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  border: solid #008803;
  border-width: 2px 0;
  padding: 40px 0 35px;
}
@media only screen and (max-width: 640px) {
  .meritBox {
    display: block;
    padding: 20px 3.125%;
  }
  .meritBox .title03 {
    margin-top: 25px;
    text-align: center;
  }
}
.meritBox .imgBox {
  margin-bottom: 0 !important;
  width: 31.183%;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .meritBox .imgBox {
    margin: 0 !important;
    width: 100%;
  }
}
.meritBox .txtBox {
  width: 67.742%;
}
@media only screen and (max-width: 640px) {
  .meritBox .txtBox {
    width: 100%;
  }
}

.checkmark-list {
  margin-top: 25px;
}
@media only screen and (max-width: 640px) {
  .checkmark-list {
    margin-top: 20px;
  }
}
.checkmark-list > li {
  position: relative;
  margin-top: 1em;
  padding-left: 22px;
}
.checkmark-list > li::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0.2em;
  width: 17px;
  height: 14px;
  background: url("/suica/corporate/img/checkmark.svg") 0 0 no-repeat;
}

.light-greenBox {
  margin-top: 55px;
  padding: 35px 50px 20px;
  background-color: #e2f3e2;
}
@media only screen and (max-width: 640px) {
  .light-greenBox {
    margin-top: 40px;
    margin-left: 3.125%;
    margin-right: 3.125%;
    padding: 30px 10px 10px;
  }
}
.light-greenBox dd {
  margin-top: 0.2em;
}

/*# sourceMappingURL=style.css.map */
