@charset "UTF-8";
/* CSS Document */

.contents-wrapper-right.stage{
        background:url(../img/common/bg/bg5-dl.png), linear-gradient(to bottom, #8633f2, #A967FF);
}
.contents-wrapper-right.stage .contents-wrapper-right-inner{
    background: url(../img/common/bg-star-blue-purple2.png);
    background-size: 100% auto;
    background-repeat: repeat-y;
        background-position: 50% 0;
}
.footer-copyright.stage {
    background-color: #A967FF;
}
.stage-section{
    margin-bottom:60px;
}
.stage-date{
    max-width: 400px;
    display:block;
    margin: 0 auto 60px;
}
.stage-contents1{
    margin:0 auto 60px;
}
.stage-apply-step-lists{
    counter-reset: my-counter;
  list-style: none;
  padding: 0
}
.stage-apply-step-list{
    color: #d871f1;
    background-color: transparent;
    font-family: "じゅん 501";
    font-size: 20px;
    margin: 0 auto 10px;
    line-height: 1.4;
    text-align: left;
  padding-left: 2em;
  position: relative;
}
.stage-apply-step-list:last-child{
    margin:0 auto;
}
.stage-apply-step-list:before{
       content: counter(my-counter);
    counter-increment: my-counter;
    background-color: #42dde1;
    color: #fff;
    display: block;
    float: left;
    line-height: 22px;
    margin-left: -2em;
    text-align: center;
    height: 1.5em;
    width: 1.5em;
    padding-top: 0.2em;
    border-radius: 50%;
}
.stage-apply-notice{
    margin:10px 0 0 -10px;
}
.stage-schedule-wrapper{
     margin-bottom:80px;
    margin-top: 40px;
}
.stage-schedule-wrapper .inner{
            width: 96%;
}
.stage-schedule-day1{
    margin-bottom:40px;
    
}
.stage-schedule-date{
    margin-bottom:20px;
}
@media only screen and (max-width: 500px) {
    .stage-apply-step-list {
    font-size: 16px;
    }
    .stage-schedule-wrapper{
    margin-top: 20px;
}
}
/*
.stage-apply-step-list span{
    display: inline-block;
    background-color:#d871f1;
    width: 1.5em;
    height: 1.5em;
    border-radius: 100px;
    color: #fff;
    text-align: center;
}*/
