.mu-tokucho{
    width:800px;
    margin:40px auto;
    display:flex;
    justify-content: space-between;
    align-items: center;
    position:relative;
}

.mu-tokucho:after{
    content:"";
    width:103px;
    height: 105px;
    background:url(../image/tokucho_bg.png) no-repeat;
    position: absolute;
    right: -30px;
    top:0px;

}

.mu-tokucho-title{
    width:230px;
    padding:20px 0;
    text-align: center;
    border-top:2px solid #F5B335;
    border-bottom:2px solid #F5B335;
    font-size: 20px;
    color:#BE7429;
}

.mu-tokucho-list{
    width:680px;
    margin-left:20px;
}

.mu-tokucho-list li{
    list-style-image: url(../image/list-bg.png);
    list-style-position: inside;
    font-size:18px;
}

.mu-tokucho-list li span{
    font-weight: bold;
}

.mu h2{

}

.mu .item{
    width:800px;
    margin:0 auto 0 auto;
}

.mu .item.p-01{
    margin:0 auto -60px auto;
}

.mu .item h3{
    width:800px;
    background:url(../image/h3_bg.png) no-repeat left center;
    padding:40px;
    font-size:22px;
}

.mu .item-main{
    width:800px;
    margin:0 auto;
    display:flex;
    justify-content: space-between;
}

.item-main-txt{
    width:400px;
    margin-top:30px;
}

.item-main-txt p{
    line-height: 1.8;
}

.item-main-image.ptn01{
    position: relative;
    z-index: 2;
    margin-top:-60px;
}

.item-main-image.ptn02{
    position: relative;
    z-index: 2;
    margin-top:-60px;
}
.item-main-image.ptn03{
    position: relative;
    z-index: 2;
    margin-top:-30px;
}

.item-main-link{
    background:#DEAE61;
    border-radius: 20px;
    margin-top:60px;
}

.item-main-link a{
    display:block;
    width: 400px;
    text-align: center;
    font-size: 18px;
    color:#fff;
    padding:5px 0;
}

.ranking{
    width:800px;
    margin:80px auto 80px auto;
}

.ranking h3{
    width:435px;
    margin:20px auto;
}

.ranking-bottom{
    display:flex;
    justify-content: space-between;
}

.ranking-bottom-bnr{
    width:395px;
}

.etc{
    width:800px;
    margin:0 auto 80px auto;
}

.etc-image{
    display:flex;
    justify-content: space-between;
}

.etc-image figure{
    display:block;
    width:245px;
}

.etc-image figcaption{
    display: block;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.item-bnr{
    margin-bottom:40px;
}


@media screen and (max-width:767px){
    

    
    
    .mu-tokucho{
        width:96%;
        display: block;
    }
    .mu-tokucho-title{
        width:100%;
        margin-bottom:20px;
        padding:20px 0;
        text-align: center;
        border-top:2px solid #F5B335;
        border-bottom:2px solid #F5B335;
        font-size: 20px;
        color:#BE7429;
    }

    .mu-tokucho:after{
        content:"";
        width:103px;
        height: 105px;
        background:url(../image/tokucho_bg.png) no-repeat;
        position: absolute;
        right: -30px;
        bottom:0px;
    
    }
    
    .mu-tokucho-list{
        width:100%;
        margin-left:20px;
    }
    
    .mu .item{
        width:100%;
        margin:0 auto 0 auto;
    }
    .mu .item h3{
        width:96%;
        background:url(../image/h3_bg.png) no-repeat left center;
        padding:40px;
        font-size:16px;
    }
    
    .mu .item-main{
        width:96%;
        margin:0 auto;
        display:block;
    }

    .item-main-image.ptn01{
        position: relative;
        z-index: 2;
        margin-top:0;
    }
    
    .item-main-image.ptn02{
        position: relative;
        z-index: 2;
        margin-top:0;
    }
    .item-main-image.ptn03{
        position: relative;
        z-index: 2;
        margin-top:0;
    }
    
    .item-main-txt{
        width:96%;
        margin-top:30px;
        margin-bottom:40px;
    }

    .item-main-link a{
        display:block;
        width: 100%;
        text-align: center;
        font-size: 18px;
        color:#fff;
        padding:5px 0;
    }


    .ranking{
        width:96%;
        margin:80px auto 80px auto;
    }
    
    .ranking h3{
        width:100%;
        margin:20px auto;
    }
    .etc{
        width:96%;
        margin:0 auto 80px auto;
    }
    .etc-image{
        display:block;
        justify-content: space-between;
    }
    
    .etc-image figure{
        display:block;
        width:100%;
        margin-bottom:20px;
    }
    
}