*, *::before, *::after {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4C5A67;
    background: #f4f5f6;
    text-align: left;
    margin: 0;
}
nav {
    display: block;
}
nav img {
    height: 60px;
}
.navbar-light {
    border-bottom: 1px solid #E2E6E9;
    background: white;
}
.navbar {
    padding-left: 0;
    padding-right: 0;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
}
.page-content-wrapper {
    width: 100%;
    max-width: 1000px;
    text-align: center;
    margin: 60px auto;
}
.page-content-wrapper p {
    font-size: 20px;
    font-weight: bold;
}
.dialog-box {
    width: 100%;
    max-width: 1000px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 5px 0;
    margin: 0 auto 20px;
}
.erp-link-wrapper {
    background: #fff;
    flex: 0 1 30%;
    border-radius: 8px;
    box-shadow: rgba(25, 39, 52, 0.06) 0px 4px 8px 0px, rgba(25, 39, 52, 0.12) 0px 0px 4px 0px;
    margin: 16px;
}
.erp-link-wrapper a {
    display: block;
    color: #3d4851;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.02em;
    text-decoration-color: #74808b;
    padding: 28px;
}
.erp-link-wrapper a:hover {
    color: #333c44;
    text-decoration-color: #333c44;
}
.erp-link-wrapper div {
    text-align: center;
}
.erp-link-wrapper img {
    display: block;
    width: 100%;
    max-width: 300px;
    max-height: 100px;
    margin: 0 auto 12px;
}