@charset "utf-8";

.pagetitle{
    background-image: none;
    background-position: left 45px;
    background-size: 37.5% auto ;
}
.underlayer .section.section--mt0pb0{
    margin-top: 0;
    padding-bottom: 0;
}
.section {
    background-color: rgba(0,0,0,0.05);
}
.section_midashi1 .line{
    border-bottom: 2px solid #e41414;
}
.section_midashi1 .line::before{
    content: none;
}
.section__rule__catch__midashi{
    text-align: center;
    font-size: 2.5rem;
}
.section__rule__catch p{
    text-align: center;
    margin-top: 20px;
}
.rule__list__wrap:not(:first-of-type){
    margin-top: 60px;
}
.rule__list__midashi{
    font-size: 1.8rem;
    position: relative;
    padding-bottom: 10px;
}
.rule__list{
    display: flex;
    flex-wrap: wrap;
    counter-reset: rule__item;
    margin-top: 30px;
}
.rule__list__midashi::after {
    content: "";
    height: 1px;
    width: 100%;
    transform: scaleY(.5);
    background-color: rgba(127,113,105,0.5);
    position: absolute;
    left: 0;
    bottom: 0;
}
.rule__list + p.tar{
    margin-top: 15px;
}
.rule__item{
    width: 30.75%;
    padding-left: 65px;
    position: relative;
}
.rule__item::before{
    counter-increment: rule__item;
    content: counter(rule__item,decimal-leading-zero);
    font-family: brandon-grotesque, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.5rem;
    color: #7f7169;
    position: absolute;
    left: 0;
    top: 0;
}
.rule__item::after{
    content: "";
    height: 100%;
    width: 1px;
    transform: scaleX(.5);
    background-color: rgba(127,113,105,0.5);
    position: absolute;
    left: 40px;
    top: 0;
}
.rule__item:not(:nth-of-type(3n + 1)){
    margin-left: 3.875%;
}
.rule__item:nth-of-type(n + 4){
    margin-top: 35px;
}
.ban__wrap:not(:first-of-type){
    margin-top: 60px;
}
.ban__midashi{
    font-size: 1.8rem;
    text-align: center;
    padding-bottom: 5px;
    position: relative;
}
.ban__midashi::before {
    content: "";
    width: 100%;
    height: 1px;
    transform: scaleY(.5);
    background-color: rgba(127,113,105,0.5);
    position: absolute;
    left: 0;
    bottom: 0;
}
.ban__wrap__text{
    margin-top: 35px;
}
.ban__wrap__text--note{
    color: #e41414;
    font-size: 1.3rem;
}
.ban__image{
    margin-top: 35px;
}
.ban__terms__wrap{
    margin-top: 35px;
}
.ban__terms__midashi{
    font-size: 1.5rem;
    background-color: #7f7169;
    color: #ffffff;
    font-weight: normal;
    padding: 5px 20px;
}
.ban__terms{
    padding: 30px 20px 15px;
    background-color: #ffffff;
    border: 1px solid #7F7169;
    height: 180px;
    overflow-y: scroll;
}
.agreement{
    display: flex;
}
.agreement dt{
    width: 14%;
}
.agreement dd{
    width: 86%;
}


@media screen and (max-width: 1040px) {
    .pagetitle{
        background-position: left 22px;
        background-size: 89.1% auto;
    }
    .underlayer .section.section--mt0pb0{
        padding-left: 0;
        padding-right: 0;
    }
    .underlayer .section{
        padding-top: 0;
        padding-bottom: 6%;
    }
    .underlayer .section + .section.section--mt30pt30{
        padding-top: 0;
        padding-bottom: 12%;
    }
    .section__rule__catch p{
        font-size: 1.2rem;
        text-align: center;
    }
    .section__rule__catch__midashi{
        font-size: 1.4rem;
        margin-top: 40px;
    }
    .rule__list__midashi{
        font-size: 1.4rem;
        text-align: center;
        padding-top: 20px;
    }
    .rule__list{
        flex-direction: column;
    }
    .rule__item{
        width: 100%;
        padding-left: 34px;
    }
    .rule__item::before{
        font-size: 1.5rem;
    }
    .rule__item::after{
        left: 25px;
    }
    .rule__item:nth-of-type(2n){
        margin-left: 0;
    }
    .rule__item:nth-of-type(n + 3){
        margin-top: 0;
    }
    .rule__item:not(:nth-of-type(3n + 1)){
        margin-left: 0;
    }
    .rule__item:not(:first-of-type){
        margin-top: 24px;
    }
    .rule__item__midashi{
        font-size: 1rem;
    }
    .rule__item__text{
        font-size: 1rem;
    }
    .rule__list__wrap:not(:first-of-type){
        margin-top: 40px;
    }
    .rule__list + .tar{
        text-align: left;
    }
    .ban__midashi{
        font-size: 1.4rem;
    }
    .ban__wrap__text.tac{
        text-align: left;
        margin-top: 20px;
    }
    .ban__image{
        margin-top: 25px;
    }
    .ban__wrap:not(:first-of-type){
        margin-top: 45px;
    }
    .ban__wrap__text{
        margin-top: 25px;
    }
    .ban__wrap__text--note{
        font-size: 1.2rem;
    }
    .ban__terms__wrap{
        margin-top: 0;
    }
    .ban__terms__midashi{
        font-size: 1.2rem;
    }
    .ban__terms{
        padding: 10px;
    }
    .agreement{
        font-size: 1.2rem;
    }
    .agreement dt{
        width: 20%;
    }
    .agreement dd{
        width: 80%;
    }
}
@media screen and (max-width: 768px) {
}