/* 主催企業設定 */
#app > div > section > section.widget__wrap.event__layout > div:nth-child(4) > section > div.container.widget-header > div {
    display: none;
}
#app > div > section > section.widget__wrap.event__layout > div:nth-child(6) > section > div.container.widget__contents.widget-contents__wrap > section > section > div {
    justify-content: space-evenly !important;
}
/* デフォルトタイトル削除 */
#app > div > section > section.widget__wrap.event__layout > div:nth-child(6) > section > div.container.widget-header {
    display: none;
}
/* 携帯版もっと見る削除 */
#app > div > section > section.widget__wrap.event__layout > div:nth-child(6) > section > div.button__wrap.widget__button.widget__button__event > button.widget__bottom.v-btn.v-btn--contained.theme--dark.v-size--default.widget__bottom__event {
    display: none;
}
/* KV変更 */
#app > div > section > section.widget__wrap.event__layout > div:nth-child(2) > section > div > div > div > div.banner__item-display-size {
    display: block;
}
#app > div > section > section.widget__wrap.event__layout > div:nth-child(3) > section > div {
    display: none;
}
@media screen and (max-width:600px){
    #app > div > section > section.widget__wrap.event__layout > div:nth-child(3) > section > div {
        display: block;
    }
    /* KV変更 */
    #app > div > section > section.widget__wrap.event__layout > div:nth-child(2) > section > div > div > div > div.banner__item-display-size {
        display: none;
    }
}
@media screen and (max-width:768px){
    #app > div > section > section.widget__wrap.event__layout > div:nth-child(7) > section > div > div.html__wrap {
        margin: 0;
    }
    #app > div > section > section.widget__wrap.event__layout > div:nth-child(7) > section > div > div > div {
        margin: 0;
    }
    #app > div > section > section.widget__wrap.event__layout > div:nth-child(6) > section > div.container.widget__contents.widget-contents__wrap{
        width: 85%;
    }
    #app > div > section > section.widget__wrap.event__layout > div:nth-child(4) > section > div > div {
        margin-top: 30px;
    }
    #app > div > section > section.widget__wrap.event__layout > div:nth-child(4) > section > div > div > div {
        margin: 0;
    }
    #app > div > section > section.widget__wrap.event__layout > div:nth-child(5) > section > div > div {
        margin-top: 36px;
    }
    #app > div > section > section.widget__wrap.event__layout > div:nth-child(5) > section > div > div > div {
        margin: 0;
    }
    #app > div > section > section.widget__wrap.event__layout > div:nth-child(8) > section > div > div {
        margin-top: 36px;
    }
    #app > div > section > section.widget__wrap.event__layout > div:nth-child(8) > section > div > div > div {
        margin: 0;
    }
    #app > div > section > section.widget__wrap.event__layout > div:nth-child(9) > section > div > div > div {
        margin: 0;
    }
    #app > div > section > section.widget__wrap.event__layout > div:nth-child(9) > section > div > div {
        margin-top: 36px;
    }
    #app > div > section > section.widget__wrap.event__layout > div:nth-child(10) > section > div > div > div {
        margin: 0;
    }
    #app > div > section > section.widget__wrap.event__layout > div:nth-child(10) > section > div > div {
        margin-top: 36px;
    }
    #app > div > section > section.widget__wrap.event__layout > div:nth-child(11) > section > div > div > div {
        margin: 0;
    }
    #app > div > section > section.widget__wrap.event__layout > div:nth-child(11) > section > div > div {
        margin-top: 36px;
    }
    #app > div > section > section.widget__wrap.event__layout > div:nth-child(13) > section > div > div > div{
        margin: 0;
    }
    #app > div > section > section.widget__wrap.event__layout > div:nth-child(13) > section > div > div{
        margin-top: 36px;
    }
    #app > div > section > section.widget__wrap.event__layout > div:nth-child(14) > section > div > div > div{
        margin: 0;
    }
    #app > div > section > section.widget__wrap.event__layout > div:nth-child(14) > section > div > div{
        margin-top: 36px;
    }
    #app > div > section > section.widget__wrap.event__layout > div:nth-child(15) > section > div > div > div{
        margin: 0;
    }
    #app > div > section > section.widget__wrap.event__layout > div:nth-child(15) > section > div > div{
        margin-top: 36px;
    }
    #app > div > section > section.widget__wrap.event__layout > div:nth-child(16) > section > div > div > div{
        margin: 0;
    }
    #app > div > section > section.widget__wrap.event__layout > div:nth-child(16) > section > div > div{
        margin-top: 36px;
    }
    #app > div > section > section.widget__wrap.event__layout > div:nth-child(7) > section > div > div > div > div {
        margin-top: -3em;
    }
    
}    
