/********* 固定ページ *************************************************/
.contents.fee{
	overflow:hidden;
}
.contents.fee table{
	width:90%;
	margin:5%;
	float:left;
	border:1px solid #e6e6e6;
}
.contents.fee td{
	text-indent:2em;
	background:#f9f9f9;
}
.contents.fee h2 {
	text-align: center;
	font-size: 18px;
	height: auto;
}
.contents.entry p{
	font-size:14px;
	line-height:1.5;
}
.contents.entry h3{
	margin:40px 0 20px;
	font-size: 1.8rem;
	position: relative;
	border-bottom: 2px solid #ccc;
}
.contents.entry h3:before {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: '';
    display: inline-block;
    width: 50px;
    height: 3px;
    background-color: var(--main-color);
}
/****payment***/
#payment-form{
	width:100%;
}

/****fee*****/
.feeMessage{
	margin:40px 0;
	text-align:center;
	width:100%;
}
/********** RULES ******************************************************/
.contents.rules,
.contents.entry{
	padding-bottom:30px;
}
.contents.rules h2{
	text-align:center;
	font-size:18px;
	height:auto;
}
.contents.rules>div,
.contents.entry>div{
	background:#f5f5f5;
	padding:15px;
	margin:10px;
}
.contents.rules li{
	margin-bottom:20px;
}
.contents.rules dt,
.contents.rules h3{
	font-size:14px;
	font-weight:700;
	margin-bottom:5px;
	color:#3f3f3f;
	margin-top:20px;
}
.contents.rules dd,
.contents.rules p{
	font-size:10px;
	padding:5px;
}

.rulesContent{
	margin-top: 20px;
	background:#f2f2F2;
	padding: 10px;
}