/* Index枠 */
div.index {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto 100px auto;
}
    /* Index枠-左 */
    div.index-box {
        width: 48%;
    }


/* Indexタイトル */
p.ul-title {
    font-family: Rounded Mplus Bold;
    font-size: medium;
    margin: 30px 0 10px 0;
    padding: 0;
    text-decoration: underline;
}
/* Indexリスト */
ul {
    font-size: small;
    margin: 0 0 0 20px;
    padding: 0;
}
li.li-list {
    margin-bottom: 7.5px;
}
li.li-list a {
    text-decoration: none;
}