@charset "utf-8";
/* CSS Document */

[class*="key_"] .item_choice dt.full { width: 100%; }
[class*="key_"] .item_choice dt { width: 25%; }
[class*="key_"] .item_choice dd { width: 75%; }


@media screen and (min-width: 1000px) {
[id*="item_key"]>[class*="w1300"].mainH_adjust {
    height: 33vw;
    max-height: 440px;
}
}
    
@media screen and (min-width: 1200px) {
    [id*="item_key"]>[class*="w1300"].mainH_adjust2 {
    height: 33vw;
    max-height: 440px;
    }
}
@media screen and (max-width: 767px) {
    [class*="key_"] .item_choice { padding-top: 0; }
}

