a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}
html {
    font-size: 14px;
}
img {
    max-width: 100%;
    padding: 0 5rem;
}
h1 {
    padding: 1rem 0;
    font-size: 2rem;
}
@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}
.border-top {
    border-top: 1px solid #e5e5e5;
}
.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}
button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

html {
    position: relative;
    height: 100%;
}
body {
    /* Margin bottom by footer height */
    font-family: 'Noto Sans JP', sans-serif;
    background: #eef0ee;
    height: 100%;
}
body > .row {
    margin-right: 0;
}
main {
    height: 100%;
}

/* ボタン */
.btn-green {
    background-color: #006452;
    color: #fff;
    border-color: #006452;
}
.btn-green:hover {
    background-color: #005a4a;
    color: #fff;
    border-color: #005a4a;
}

/* ボーダー */
.border-green {
    border-color: #006452 !important;
}

.col-md-5 {
    border-radius: 5px;
}