@charset "utf-8";
/* 研究・社会実装推進機構 top 202602 */

dl.place, dl.time{display: flex; flex-wrap: wrap; width: 100%;}
dl.place dt{ width: 15%; /*margin-bottom: 10px;*/ background-color: #CBD5DC; padding: 7px}
dl.place dd{/*width: 85%;*/width:80%; margin-bottom: 10px; padding: 7px}
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%;
}*/

/*#contents p.more_btn2 {
    width: 60%;
}
#contents p.more_btn2 a {
    width: calc(100% - 10px);
}*/

/*contact.html link_box*/
#contents ul.link_box li {
    float: none;
}

@media screen and (max-width: 736px) {
dl.place dt{ width: 20%;}
dl.place dd{/*width: 80%;:*/ width: 70%}
dl.time dt{ width: 66%;}
dl.time dd{width: 34%;}

/*#contents p.more_btn2 {
    width: 100%;
}
#contents p.more_btn2 a {
    width: calc(100% - 10px);
}*/
#contents ul.link_box li {
    width: 100%;
}
}
