.rules-wrap {
    background-color: #e8ab5e;
}
/*method*/
.method{
    /* padding-top: 12.5rem; */
    padding-top: 8rem;
    /* background: #f89b6f; */
    padding-bottom: 4.2rem;
    position: relative;
    z-index: 1;
}
.method-box{
    margin-bottom: 4.2rem;
}
.method-title{
    width: 33rem;
    margin: 0 auto;
    margin-top: 3rem;
    margin-bottom: 3rem;
    z-index: 1;
    position: relative;
}
.method-title.title0 {
    width: 33rem;
    margin: 0 auto;
    margin-bottom: 3rem;
    margin-top: 3rem; 
}
.method-title.title3-1 {
    width: 58rem;
}
.method-title.title3-2 {
    width: 58rem;
    margin-top: 5rem;
}
.method-title.title6 {
    width: 66rem;
}
.method-con{
     padding: 0 4rem 0 4rem;
}
.method-con p,.method-con ul{
/*     padding: 0 4rem 0 4rem; */
}
.method-con p,.method-con li{
    font-size: 2.4rem;
    line-height: 3.8rem;
}
.method-con span{
    color: #ff0000;
}
span.spbg{
    color: #000;
    background: url('../images/spbg.png');
    background-size: cover;
}
.method-con ul{
    margin-bottom: 2.4rem;
}
.method-con .method-time {
    margin-bottom: 0;
}
.method-con .method-time2 li:first-child{
    margin-left: 0.4em;
}
.method-con li{
    text-indent: -1em;
    margin-left: 1em;
}

.method-con .method-tip{
    text-indent: -.5em;
    margin-left: .5em;
}
.method-con .method-tip.small{font-size: 1.8rem;line-height: 1.5em;margin-top: 1em;}
.method-con ul.method-list1{
    list-style: decimal;
}
.method-con ul.method-list1 li{
    text-indent: 0em;
    margin-left: 1em;
}

.method-con ul.method-list2{
    list-style: disc;
}
.method-con ul.method-list2 li{
   text-indent: 0em;
    margin-left: 1em;
}

.method-line{
    
    width: 63.4rem;
    height: 3.3rem;
    background: url(../images/rule-line.png);
    margin: 0 auto;
    margin-top: 5rem;
    background-size: cover;
}
.method-time {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.method-time li {
    list-style: circle;
    text-indent: 0em;
}
footer {
    padding: 1.25em 0 1.25em 0;
    /* height: 7.2rem; */
    width: 100%;
    font-size: 2rem;
    text-align: center;
    color: #fff;
    background: #eb613b;
    font-weight: 400;
    line-height: 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
}