@charset "UTF-8";

#aniv20th{
    background: #61A7DC;
    padding: 32px 20px;
}
#aniv20th *{
    font-feature-settings: "palt" 0;
    letter-spacing: 0 !important;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo;
}

#aniv20th .aniv20th_box:not(:last-child){
    margin-bottom: 24px;
}
#aniv20th .aniv20th_box ul{
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
#aniv20th .aniv20th_box li{
    width: calc(50% - 6px);
    background: #E3F3FF;
    border-radius: 6px;
    overflow: hidden;

    padding-left: 0;
    /* font-size: 14px;
    letter-spacing: 1px;
    line-height: 160%; */
}
#aniv20th .aniv20th_box li li{
    width: 100%;
}
#aniv20th .aniv20th_floor{
    font-size: 20px;
    line-height: 52px;
    border-radius: 6px;
    background: #F4F098;
    color: #61A6DC;
    text-align: center;
    font-weight: bold;
}
#aniv20th .aniv20th_logo{
    background: #fff;
    text-align: center;
    overflow: hidden;
}
#aniv20th .aniv20th_logo img{
    max-width: 310px;
}
#aniv20th .aniv20th_cont{
    padding: 20px;
    min-height: 154px;
    box-sizing: border-box;
}
#aniv20th .aniv20th_name{
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 14px;
}
#aniv20th .aniv20th_text{
    line-height: 1.57;
}
#aniv20th .aniv20th_setCont{
    margin-top: 16px;
    padding: 12px;
    border-radius: 4px;
    background: #D2EAFA;
    color: rgba(0, 0, 0, 0.5);
    font-size: 10px;
    line-height: 1.6;
}
#aniv20th .aniv20th_otherLayoutItem li{
    background: none;
}
#aniv20th .aniv20th_otherLayoutItem .aniv20th_cont{
    border-radius: 0 0 6px 6px;
    background: #E3F3FF;
}

@media screen and (max-width: 800px) {
    #aniv20th .aniv20th_floor{
        font-size: 18px;
        line-height: 48px;
    }
    #aniv20th .aniv20th_name{
        font-size: 11px;
        margin-bottom: 10px;
    }

    @media screen and (max-width: 500px) {
        #aniv20th .aniv20th_box li{
            width: 100%;
        }
        #aniv20th .aniv20th_cont{
            min-height: unset;
        }
    }
}