@charset "utf-8";
.list-wrap-sp-debutwari .list-o-asteriskDecimal, .list-wrap-sp-debutwari .list-o-asteriskDecimal_05 {
	padding: 0;
	text-align: left;
	counter-reset: nth;
}
.list-wrap-sp-debutwari .list-o-asteriskDecimal, .list-wrap-sp-debutwari .list-o-asteriskDecimal_05 > * {
	position: relative;
	padding-left: 2.8em;
}
.list-wrap-sp-debutwari .list-o-asteriskDecimal > *:before {
	position: absolute;
	left: 0;
	counter-increment: nth;
	content: "＊" counter(nth) "：";
}

.list-wrap-sp-debutwari .list-o-asteriskDecimal_05 > *:before {
	position: absolute;
	left: 0;
	content: "＊5：";
}  

.pointViewArea {
    text-align:center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom:50px;
    display:none;
}

.pointViewArea p span {
    color: #eb5505;
}

#pointShow {
    background: #ffe9dd;
    border: 2px solid #eb5505;
    border-radius: 5px;
    padding: 20px;
    margin-top: 30px;
}

#pointShow p span {
    font-size: 26px;
    color: #eb5505;
}

#nonpointShow {
    background: #ffe9dd;
    border: 2px solid #eb5505;
    border-radius: 5px;
    padding: 20px;
    margin-top: 30px;
}

#nonpointShow p.tx {
    margin-bottom: 10px;
}
#nonpointShow p {
    font-weight: bold;
    color: #666;
    line-height: 1.4;
    font-size: 20px;
}