.header-title {
    text-align: center;
    margin: 2ex;
    font-size: 20px;
    font-weight: bold;
}

.select-label {
    font-size: 14px;
}

.add-span {
    font-size: 14px;
}


.form-label {
    font-size: 14px;
}

.header-menu {
    font-size: 18px;
    font-weight: bold;
    color: rgb(233, 230, 230);
}

.side-link {
    font-size: 18px;
    color: rgb(29, 29, 29);
}

.side-link:hover {
    background-color: rgb(240, 240, 240);
    color: rgb(29, 29, 29);
}

.side-link.active {
    font-size: 18px;
    font-weight: bold;
    color: rgb(29, 29, 29);
    background-color: rgb(240, 240, 240);
}
.errorlist li{
    color: #f00;
}

.edit-container {
    background-color: rgb(240, 240, 240);
}

body {
    font-family: 'Noto Sans JP', sans-serif;
}

.btnx-lime{
    color: #fff; background: #7CB342; border: 2px solid #7CB342;
}

.btnx-lime:hover{
    color: #fff; background-color: #6FA13B;
}


.ace_editor{
    border: 1px solid #000000;
}

.richmenuid-err {
    font-size: 10px;
    color: red;
    margin-bottom: 0px;
}

.required::after {
    content: " *";
    color: red;
}

.custom-file {
    overflow: hidden;
}
.custom-file-label {
    white-space: nowrap;
}

.custom-file-label::after {
    content: "参照";
}

.border-solid {
    border-bottom: 0 solid #dee2e6;
}