@charset "UTF-8";

/*----------
	/suica/ic/use/
----------*/

/* grid */

.un-suica-grid-custom-01 {
	display: grid;
	gap: 16px;
}
.un-suica-grid-custom-01__image figure {
	max-width: 120px;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 751px) {
	.un-suica-grid-custom-01 {
		grid-template-columns: repeat(2, minmax(120px, auto));
		gap: 40px;
	}
}
.un-suica-grid-custom-02 {
	display: grid;
	gap: 16px;
}
.un-suica-grid-custom-02__image figure {
	max-width: 233px;
	margin-left: auto;
	margin-right: auto;
}
.un-suica-grid-custom-03 {
	display: grid;
	gap: 16px;
}
.un-suica-grid-custom-03__image figure {
	max-width: 250px;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 751px) {
	.un-suica-grid-custom-03 {
		grid-template-columns: repeat(2, minmax(250px, auto));
		gap: 40px;
	}
}
.un-suica-grid-custom-04 {
	display: grid;
	gap: 16px;
}
.un-suica-grid-custom-04__image figure {
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 751px) {
	.un-suica-grid-custom-04 {
		grid-template-columns: repeat(2, minmax(200px, auto));
		gap: 40px;
	}
}

/* img-01 */
.un-suica-use-img-01 {
	max-width: 252px;
	margin-left: auto;
	margin-right: auto;
}

/* icon */
.un-suica-icon-01 {
	width: 36px;
	transform: translate(0,-6px);
}

/* caution */
.c-box.c-box--caution.un-suica-use-caution .c-box__content {
	color: var(--color-text);
}

/* link01 */
.un-suica-use-link01 {
	background: url(/suica/img/icon_02_01.gif) no-repeat 0 1px;
	padding-left: 16px;
	margin-top: .5em;
	display: inline-block;
}


/* list-01 */

.un-cuica-list-custom-01 > li {
	padding-left: 1em;
	position: relative;
}
.un-cuica-list-custom-01 > li::before {
	position: absolute;
	top: 0.5em;
	left: 0;
	width: 11px;
	height: 11px;
	border-radius: 2px;
	content: "";
	background: #008803;
}
.un-cuica-list-custom-01.un-cuica-list-custom-01--purple > li::before {
	background: #8d5cb9;
}
.un-cuica-list-custom-01.un-cuica-list-custom-01--orange > li::before {
	background: #e59f33;
}
.un-cuica-list-custom-01.un-cuica-list-custom-01--lightblue > li::before {
	background: #33aafa;
}
.un-cuica-list-custom-01 > li + li {
	margin-top: 0.9em;
}

/* flow */

/* --- ****20160928 下層レイアウト flow  ---------------------------------- */
.flow{
	display:table;
	margin:0 auto 20px;
}
.flow img {
	width: auto;
	height: auto;
}
.flowInner{
	display:table-cell;
	width:270px;
	text-align:center;
}
.flowInner span{
	display:block;
	text-align:left;
	font-size:12px;
	margin:10px 0;
}
.flowInner span img{
	float:left;
}
.flowInner-c{
	display:table-cell;
	width:60px;
	text-align:center;
	vertical-align: middle;
}
@media screen and (max-width:640px) {
	.flow{
		display:table;
		margin:0 3.125% 6.5%;
	}
	.flowInner{
		display:table-cell;
		width:45%;
		text-align:center;
	}
	.flowInner img{
		max-width:100%;
	}
	.flowInner span img{
		width:20%;
	}
	.flowInner-c{
		width:10%;
	}
}

/* table */

/* --- ****20160928 下層レイアウト TB-01  ---------------------------------- */

table.table01{
	background: #fff;
	margin-bottom: 20px
}
table.table01 th{
	background: #bb9c43;
	color: #fff;
	font-weight: normal;
	vertical-align: middle;
	padding: 10px;
}
table.table01 td{
	vertical-align: middle;
	padding: 10px;
}
table.table01 td img {
	width: initial;
}
table.table01 td.type01{
	background: #faecbd;
}
table.table01 td.type02{
	background: #fff7dd;
}
table.table01 .aR{
	text-align: right;
}
table.table01 .aC{
	text-align: center;
}
table.table01 .aCsign{
	text-align:center;
	font-size:200%;
	line-height:0.8;
}
table.table01 .aCcaution{
	font-size:45%;
}
table.table01 .vaT{
	vertical-align: top;
}
table.table01 .nb{
	border:none;
}
@media screen and (max-width:640px) {
	.tableScroll{
		width:93.5%;
		margin:0 auto 6.25%;
		overflow:scroll;
	}
	table.table01{
		width:93.5%;
		margin:0 auto 6.25%;
		background: #fff;
	}
	table.spScroll{
		width:640px;
		margin:0 auto 6.25%;
		background: #fff;
	}
}
