@charset "UTF-8";

/* CSS Document */

/*====================================

	cell

====================================*/

.cell h4 {
	font-size: 150%;
	font-weight: 400;
	line-height: 1em;
	margin-bottom: 20px;
}
.cell h5 {
	font-size: 130%;
	font-weight: 400;
	line-height: 1em;
	margin-bottom: 20px;
}
.cell h6 {
	font-size: 120%;
	font-weight: 400;
	line-height: 1em;
	margin-bottom: 20px;
}
.cell p {
	margin-bottom: 40px;
}
.cell .shiki {
	display: inline-block;
	padding: 12px;
	background: #F9F7E8;
	border: 1px solid #e3e0c9;
	font-size: 110%;
	line-height: 1em;
}
.cell .cap {
	font-size: 90%;
	display: block;
}
.cell ul {
	margin-bottom: 40px;
}

/*====================================

	cell_coupon

====================================*/

.cell_coupon {
}

/*====================================

	cell_commuterpass

====================================*/

.cell_commuterpass {
}
.cell_commuterpass .shiki {
	margin-bottom: 20px;
}
.cell_commuterpass .table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: 10px;
}
.cell_commuterpass .table dl {
	width: 100%;
	display: table;
}
.cell_commuterpass .table dl:first-child {
	background: #9B0040;
	color: #fff;
}
.cell_commuterpass .table dl dt {
	display: table-cell;
	width: 300px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	padding: 6px 0;
}
.cell_commuterpass .table dl dd {
	display: table-cell;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	padding: 6px 0;
}
.cell_commuterpass .table_cap {
	margin: -20px 0 40px 0;
}
.cell_commuterpass .table_cap p {
	margin: 0;
	padding: 0;
}

/*====================================

	cell_legion

====================================*/

.cell_legion {
}
.cell_legion p a {
	color: #9B0040;
	text-decoration: underline;
	font-size: 100%;
}
.cell_legion p a:hover {
	text-decoration: none;
}
.cell_legion p a.icon_pdf:after {
	content: '';
	width: 20px;
	height: 20px;
	display: inline-block;
	margin: 0 4px -4px 4px;
}
.cell_legion p a.icon_pdf:after {
	background: url(/common/images/icon_pdf.svg) no-repeat center center;
	background-size: cover;
}

/*====================================

	cell_refundcharge

====================================*/

.cell_refundcharge {
}
.cell_refundcharge .table {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cell_refundcharge .table dl {
	width: 25%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.cell_refundcharge .table dl:last-child {
	border-right: 1px solid #ccc;
}
.cell_refundcharge .table dl dt {
	border-bottom: 1px solid #ccc;
	text-align: center;
	padding: 6px 0;
	background: #9B0040;
	color: #fff;
}
.cell_refundcharge .table dl dd {
	border-bottom: 1px solid #ccc;
	text-align: center;
	padding: 6px 0;
}




















