@charset "UTF-8";

/* CSS Document */

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

	cell_topnav

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

.cell_topnav {
}
.cell_topnav .list {
}
.cell_topnav .list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.cell_topnav .list ul li {
	width: 32%;
	margin-bottom: 40px;
}
.cell_topnav .list ul li a {
	display: block;
	text-decoration: none;
	color: #333;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
	border: 1px solid #ccc;
	border-radius: 4px;
	overflow: hidden;
}
.cell_topnav .list ul li a:hover {
	background: #9B0040;
	border: 1px solid #9B0040;
}
.cell_topnav .list ul li a .ph {
	padding: 10px;
}
.cell_topnav .list ul li a p {
	width: 100%;
	text-align: center;
	padding: 1em 0;
}
.cell_topnav .list ul li a:hover p {
	color: #fff;
}

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

	cell_discount

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

.cell_discount {
}
.cell_discount dl {
	margin-bottom: 60px;
}
.cell_discount dl:last-child {
	margin-bottom: 0px;
}
.cell_discount dl dt {
	color: #333;
	font-size: 140%;
	line-height: 1em;
	margin-bottom: 10px;
	font-weight: 400;
	padding-bottom: 10px;
	border-bottom: 1px solid #545454;
}
.cell_discount dl dd {
}
.cell_discount dl dd .table {
	display: block;
	margin-bottom: 20px;
	padding-top: 20px;
}
.cell_discount dl dd .cap {
}
.cell_discount dl dd .cap p {
	font-size: 90%;
	border-top: 1px dotted #ccc;
	padding: 2px 0;
}
.cell_discount dl dd .cap p:last-child {
	border-bottom: 1px dotted #ccc;
}
.cell_discount dl dd .table table {
	width: 100%;
}
.cell_discount dl dd .table table tr:nth-child(1) {
	background: #9B0040;
	color: #fff;
}
.cell_discount dl dd .table table,
.cell_discount dl dd .table table td,
.cell_discount dl dd .table table th {
	border: 1px solid #aaa;
	border-collapse: collapse;
}
.cell_discount dl dd .table td,
.cell_discount dl dd .table th {
	padding: 3px;
	width: 30px;
	height: 25px;
	text-align: center;
}
.cell_discount dl dd .table th {
	background: #f0e6cc;
}
.cotent-rules {
}
.cotent-rules .ex {
	margin-bottom: 20px;
}
.cotent-rules .list {
}
.cotent-rules .list .ttl {
	font-size: 120%;
	margin-bottom: 10px;
}
.cotent-rules .list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.cotent-rules .list ul li {
	width: 48%;
	margin-bottom: 10px;
}
@media screen and (max-width : 1000px) {
	.cotent-rules .list ul li {
		width: 100%;
	}
}
.cotent-rules .list ul li a {
	display: block;
	line-height: 1.5em;
	text-decoration: underline;
	color: #9B0040;
}
.cotent-rules .list ul li a:after {
	content: '';
	width: 20px;
	height: 20px;
	background: url(/common/images/icon_pdf.svg) no-repeat;
	background-size: 20px;
	display: inline-block;
	margin-bottom: -4px;
	margin-left: 4px;
}
.cotent-rules .list ul li a:hover {
	text-decoration: none;
}

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

	cell_discount

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

.table_group {
}
.table_special {
}
.table_special table tr td:nth-child(4) {
	width: 50%;
}
.table_layover {
}
.table_addition {
} 
.table_addition table tr:nth-child(1) {
	background: #fff !important;
	color: #333 !important;
}
















