/* ページごとのスタイル */
/* /index.html 用 */

section#s_actions {
    padding-bottom: 0;
}

section#s_actions dl {
    display: flex;
    flex-wrap: wrap;
    margin-left: 20px;
    width: fit-content;
}

section#s_actions dl dt {
    font-weight: bold;
    width: calc(30% - 6px);
    padding: 3px;
}

section#s_actions dl dd {
    width: calc(70% - 6px);
    padding: 3px;
    margin: 0;
}

section#s_ourMind {
    padding-top: 0;
}