﻿body {
    margin-top: 60px;
    margin-bottom: 60px;
    font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

.container {
    max-width: 1080px;
}

::placeholder {
    font-size: .9em;
    opacity: .8 !important;
}

.validation-summary-errors {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: none;
}

    .validation-summary-errors ul {
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        color: rgba(220, 53, 69, 1);
        font-size: .9em;
    }

/* Navbar styles
-------------------------------------------------- */
.navbar-brand img {
    width: 240px;
    height: auto;
    margin-left: 60px;
}

.form-check-input {
    border: var(--bs-border-width) solid #6e6e6e;
}

/* Sticky footer styles
-------------------------------------------------- */
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 150px;
    white-space: nowrap;
    background-color: #fff;
}

.footer-text {
    text-align: right;
    color: #000;
    font-size: .85em;
    white-space: pre-wrap;
}
