.ruleStage1 {
    list-style: decimal;
}

.ruleStage1 li {
    margin: 20px 0 30px;
}

.ruleStage2 {
    list-style: upper-roman;
}

.ruleStage2 li {
    margin: 10px 0 30px;
}

.ruleStage3 {
    list-style: upper-alpha;
}

.ruleStage3 li {
    margin: 5px 0;
/*    font-size: 18px;*/
}

.ruleStage4 {
    list-style: disc;
}

.ruleStage4 li {
    margin: 5px 0;
/*    font-size: 18px;*/
}

.ruleDivdieLine {
    margin: 60px 0;
    border-bottom: dotted 3px #c0c0c0;
}



.schedule {
    width: 100%;
    position: relative;
/*    background: #f0f0f0;*/
}

.schedule .line {
    width: 2px;
    height: 100px;
    margin: auto;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    z-index: -1;
    background: #ffec00;
}

.schedule .step {
    margin: 0;
    padding: 0;
    vertical-align: top;
}

.schedule .step div {
    box-sizing: border-box;
}

.schedule .step .contL {
    width: 45%;
    padding: 15px 0;
    display: inline-block;
    float: left;
    text-align: right;
    font-size: 30px;
/*    background: #880000;*/
}

.schedule .step .contP {
    width: 10%;
    margin: 2px 0 0;
    padding: 25px 0;
    display: inline-block;
    float: left;
    text-align: center;
    font-size: 15px;
    color: #fff000;
/*    background: #008800;*/
}

.schedule .step .contR {
    width: 45%;
    padding: 15px 0;
    display: inline-block;
    float: left;
    font-size: 30px;
/*    background: #000088;*/
}

.schedule .step:nth-child(even) .contR {
    opacity: 0;
}

.schedule .step .date {
    margin: 0 0 5px;
    display: inline-block;
    border-bottom: dotted 1px #808080;
    font-weight: bold;
    font-size: 24px;
/*    color: #000;*/
}

.moreContent .schedule .step .contL, .moreContent .schedule .step .contR {
    font-size: 24px;
}

.moreContent .schedule .step .date {
    font-size: 20px;
}

.ruleTable {
    width: 1000px;
}

.ruleTable td {
    padding: 5px 0;
    border-spacing: 1px;
    font-size: 16px;
    background: #fff;
}

.ruleTable .title {
    color: #fff;
    background: #1eaa39;
}

.ruleNote {
    width: 90%;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.5);
}

.ruleNote ul {
    margin: 0;
    padding: 0 0 0 25px;
}

.ruleNote ul li {
    margin: 10px 0;
/*    font-size: 16px;*/
}

/*---------- RWD (start) ----------*/
@media screen and (min-width: 1601px) and (max-width: 1920px) {
}

@media screen and (min-width: 1201px) and (max-width: 1366px) {
    .schedule .step .contL {
        font-size: 24px;
    }
    
    .schedule .step .contP {
        margin: 0
    }
    
    .schedule .step .contR {
        font-size: 24px;
    }
    
    .schedule .step .date {
        font-size: 20px;
    }
    
    .ruleTable {
        width: 820px;
    }
}

@media screen and (min-width: 1px) and (max-width: 1200px) {
    .schedule .line {
        left: 15px;
        right: auto;
    }
    
    .schedule .step .contL {
        display: none;
    }
    
    .schedule .step .contP {
        margin: 2px 0 0;
        padding: 22px 0;
    }
    
    .schedule .step .contR {
        width: 90%;
        padding: 15px 0 15px 10px;
        font-size: 24px;
    }
    
    .schedule .step:nth-child(even) .contR {
        opacity: 1;
    }
    
    .schedule .step .date {
        margin: 0 0 5px;
        display: inline-block;
        border-bottom: dotted 1px #808080;
        font-weight: bold;
        font-size: 18px;
    }
    
    .ruleNote {
        width: 100%;
    }
}
/*---------- RWD (end) ----------*/