.content{
	display:flex;
	flex-wrap: wrap;
}
.content form{
	width:100%;
	justify-content: center;
    display: flex;
}
.content select{
	height:40px;
	width: 100%;
    text-align: center;
    padding: 5px 30px;
    border: 2px solid #FFB853;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.content label {
    position: relative;
    display: inline-block;
    width: 60%;
}
.content label:before, .content label:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 15px;
    right: 15px;
    width: 0;
    height: 0;
    border: 4px dashed;
    border-color: #888 transparent;
    pointer-events: none;
}
.content label:before {
	border-bottom-style: solid;
	border-top: none;
}
.content label:after {
	margin-top: 7px;
	border-top-style: solid;
	border-bottom: none;
}

.rules,
.fee{
	justify-content:center;
}

/********** RULES ******************************************************/



.rules li{
	margin-bottom:30px;
}
.rules dt{
	font-size:16px;
	font-weight:700;
	margin-bottom:10px;
}

.rules dd{
	padding:10px;
}
.rules form#regist{
	flex-wrap: wrap;
}
.rules .rulesContent{
	width:100%;
	margin-top:30px;
}
