﻿@charset "UTF-8";

@font-face {
    font-family: "Noto";
    font-style: normal;
    font-weight: 300;
    src: local('NotoSansJP-DemiLight.otf'), url(./webfonts/NotoSansJP-Light.woff2) format("woff2"), url(./webfonts/NotoSansJP-Light.woff) format("woff"), url(./webfonts/NotoSansJP-Light.otf) format("otf");
}

@font-face {
    font-family: "Noto";
    font-style: normal;
    font-weight: 400;
    src: local('NotoSansJP-Regular.otf'), url(./webfonts/NotoSansJP-Regular.woff2) format("woff2"), url(./webfonts/NotoSansJP-Regular.woff) format("woff"), url(./webfonts/NotoSansJP-Regular.otf) format("otf");
}

@font-face {
    font-family: "Noto";
    font-style: normal;
    font-weight: 600;
    src: local('NotoSansJP-Medium.otf'), url(./webfonts/NotoSansJP-Medium.woff2) format("woff2"), url(./webfonts/NotoSansJP-Medium.woff) format("woff"), url(./webfonts/NotoSansJP-Medium.otf) format("otf");
}

html {
    font-size: 16px;
}

body {
    font-family: 'Noto', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ ProN', 'Yu Gothic UI', 'Osaka-Mono', 'メイリオ', 'Meiryo UI', 'Meiryo', 'ＭＳ ゴシック', sans-serif;
    padding: 0;

    background: #fbfbfb;
}

.big {
    font-size: 1.125em;
}

.bigger {
    font-size: 1.6em;
}

.bigger input[type=checkbox] {
    transform: scale(1.8);
}

.form-check {
}
.form-check input[type=checkbox] {
    margin-top: 0.33em;
}

.form-check .form-check-label {
}

.little {
    font-size: 0.95em;
}

input[type="text"].datepicker,
input[type="text"].ime-mode_disabled,
input[type="text"].number_only,
input[type="text"].value_only,
input[type="text"].decimal_only {
    ime-mode: disabled;
}

.ui-datepicker {
    z-index: 2147483647 !important;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    box-sizing: content-box;
}

    .ui-datepicker .ui-datepicker-prev:after,
    .ui-datepicker .ui-datepicker-next:after {
        font-weight: normal;
        font-size: 1.4em;
        line-height: 1.3em;
        position: absolute;
        display: block;
    }

.ui-datepicker a:hover {
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-prev:after {
    left: 0.3em;
    content: "<";
}

.ui-datepicker .ui-datepicker-next:after {
    left: 0.4em;
    content: ">";
}

textarea {
    resize: none;
}

.form-control::placeholder {
    color: #ccc;
}

nav {
    box-shadow: 0px 0px 1px rgba(0,0,0,0.1);
}

@media screen and (min-width: 1199.98px) {
    nav {
        height: 4em;
    }
}

nav .navbar-brand img {
    max-height: 2.5em;
    max-width: 9em;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

nav .navbar-brand:hover {
    opacity: 0.66;
}

nav .nav-link {
    color: #333 !important;
    font-weight: bold;
}

nav .nav-link:focus, .nav-link:hover {
    color: rgba(50,50,50,0.75) !important;
}

nav #div_nav_company {
    max-width: calc(100vw - 3.25em);
    margin-right: 0.25em;

    overflow: hidden;
}

nav #div_nav_user span {
    max-width: calc(100vw - 5.5em);
}

@media screen and (min-width: 1199.98px) {
    nav #div_nav_company {
        max-width: 10em;
    }

    nav #div_nav_user span {
        max-width: 7.125em;
    }
}

@media screen and (min-width: 1299.98px) {
    nav #div_nav_company {
        max-width: 15em;
    }
}

@media screen and (min-width: 1399.98px) {
    nav #div_nav_company {
        max-width: 20em;
    }
}

@media screen and (min-width: 1449.98px) {
    nav #div_nav_company {
        max-width: 25em;
    }
}


.pt-nav {
    padding-top: 4em !important;
}
@media screen and (min-width: 1199.98px) {
    .pt-nav {
        padding-top: 4.75em !important;
    }
}

#main > .container, #main > .container-xl, #main > .container-lg, #main > .container-fluid {
    min-height: calc(100vh - 2.75em);
}

#main > .container-fluid {
    max-width: calc(max(100vh * 1.625, 1370px));
}

footer {
    color: #fff;
    box-sizing: border-box;
    padding: 0.8em 0;
    font-size: 0.85em;
}

footer::after {
    position: fixed;
    content: "";
    display: block;
    background-color: #52a8c8;
    z-index: 0;
    width: 100%;
    min-height: 100vh;
}

/*
.w-loginwindow {
    width: 75%;
}

@media screen and (max-width: 1199.98px) {
    .w-loginwindow {
        width: 100%;
        max-width: none;
    }
}
*/

.shadow-light {
    box-shadow: 5px 6px 11px 0px rgba(0, 0, 0, 0.05);
}

img.shadow-light {
    box-shadow: none;
    filter: drop-shadow(5px 6px 6px rgba(0, 0, 0, 0.05));
}

.text-ellipsis-2 {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    min-height: 3.1em;
}

.text-ellipsis-3 {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    min-height: 4.5em;
}

.text-ellipsis-4 {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    min-height: 6.25em;
}

.btn-list {
    color: #0070c0;
    background: #fff;
    font-size: 0.9em !important;
    box-sizing: border-box;
    font-weight: bold;
    border-radius: 1.125em;
    width: 2.25em;
    height: 2.25em;
    margin: 0 0.5em;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    border: none;
}

.btn-list.active {
    color: #fff;
    background-color: #a8d0e0;
}

span.btn-list {
    display: inline-block;
    cursor: pointer;
    width: 2.25em;
    height: 2.25em;
    padding: 0;
    line-height: 2.2em;
}

span.btn-list:hover {
    opacity: 0.85;
}

img.img-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
}

.btn-info.btn-info-old {
    background-color: #17a2b8 !important;
    border-color: #17a2b8 !important;
    color: #fff !important;
}

.btn-info.btn-info-old:hover {
    background-color: #138496 !important;
    border-color: #138496 !important;
}

.btn-info.btn-info-old:active {
    background-color: #117a8b !important;
    border-color: #117a8b !important;
}

.bg-lightblue {
    background: #52a8c8;
}

.btn-info.bg-lightblue {
    background: #52a8c8 !important;
}

a.text-lightblue {
    color: #17a2b8;
}
a.text-lightblue:hover{
    color:#117a8b !important;
}

.bg-orange {
    /* background: #e69e4b; */
    background: #f29224;
}

.bg-orange.btn:hover {
    background: #cc8029;
}

.bg-orange.btn:focus {
    background: #cc8029;
}

.bg-green {
    background: #93b74a;
}

