@charset "utf-8";
/* Campus HUB top 202506 */

dl.place, dl.time{display: flex; flex-wrap: wrap; width: 100%;}
dl.place dt{ width: 25%; margin-bottom: 10px;}
dl.place dd{width: 75%; margin-bottom: 10px;}
dl.time dt{ width: 37%; margin-bottom: 10px;}
dl.time dd{width: 63%; margin-bottom: 10px;}
#contents ul.list_hub{margin-top: 10px;}
#contents ul.list_hub li{margin-bottom: 5px; text-indent: -1em; padding-left: 1em;}

#contents h2 {
    font-size: 200%;
}
/*#contents h2 span {
    color: #d60000;
    font-size: 150%;
}*/

@media screen and (max-width: 736px) {
dl.place dt{ width: 45%;}
dl.place dd{width: 55%;}
dl.time dt{ width: 66%;}
dl.time dd{width: 34%;}
}
