﻿@charset "UTF-8";

html {
    font-size: 16px;
}

body {
    font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ ProN', 'Yu Gothic UI', 'Osaka-Mono', 'メイリオ', 'Meiryo UI', 'Meiryo', 'ＭＳ ゴシック', sans-serif;
    padding: 0;
    /* background: #e4f4fd; */
    /* background: #ebf6fc; */
    background: #fff;
}

.big {
    font-size: 1.125em;
}

.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;
}

.container, .container-xl, .container-lg, .container-fluid {
    /* background-color: rgba( 255, 255, 255, 0.99); */
    background: #fff;
    min-height: 100vh;

    z-index: 2;
}

nav.navbar {
    background: #0840a0;
}

nav > .container, nav > .container-xl {
    background-color: transparent;
    min-height: 0;
}

.bg-transparent {
    background-color: transparent !important;
}

.w-loginwindow {
    width: 75%;
}

@media screen and (max-width: 1199.98px) {
    .w-loginwindow {
        width: 100%;
        max-width: none;
    }
}

.pt-nav {
    padding-top: 4.25em !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;
}

.title {
    height: 2.9em;
    background: #0840a0;
    color: #fff;
    margin-bottom: 0.5em;
}

#main > .title {
    left: 0;
    right: 0;
    margin: 0;
    z-index: 0;
    background: #0840a0;
}

.title h1 {
    font-size: 1.8em;
    padding: 0.2em 0.5em;

    max-width: calc(100vw - 3.6em);
}

.info:first-child {
    margin-top: 0.75em;
}

.info h2 {
    font-size: 1.5em;
}

.info .mx-auto {
    width: 60%;
}

.content .mx-auto {
    width: 50%;
}

.content h1 {
    font-size: 1.6em;
}

.content h1 span{
    display: inline-block;
}

@media screen and (max-width: 1399.98px) {
    .info .mx-auto {
        width: 70%;
    }

    .content .mx-auto {
        width: 65%;
    }
}

@media screen and (max-width: 991.98px) {
    .info .mx-auto {
        width: 80%;
    }

    .content .mx-auto {
        width: 75%;
    }
}

@media screen and (max-width: 767.98px) {
    .info .mx-auto {
        width: 90%;
    }

    .content .mx-auto {
        width: 100%;
    }
}
