body {
    font-family: 'Noto Sans JP', Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 13px;
    color: #444;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-weight: 300;
}

footer {
    background: #00306D;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-top: auto;
}

strong {
    font-weight: bold;
}

.t-center {
    text-align: center;
}

.t-right {
    text-align: right;
}

.fa {
    margin-right: 5px;
}

.container {
    max-width: 960px !important;
    width: 960px;
}

.container-fluid {
    padding: 0;
    display: flex;
}

.navbar {
    border-bottom: 1px solid #ccc;
}

.navbar-collapse {
    justify-content: flex-end;
}

.navbar-light .navbar-text {
    color: #00306D;
}

.navbar-text .icon {
    margin-left: 10px;
}

.navbar-nav .nav-link {
    padding-bottom: 11px;
}

.navbar-nav {
    margin-right: 2em;
}

.dropdown-toggle::after {
    display: none;
}

.hover i.fa::before, .hover:hover {
    opacity: .8;
    cursor: pointer;
}

input.small {
    font-size: 150%;
    font-weight: bold;
}

textarea, input:not([type="checkbox"]) {
    background: #E9EDF3;
    height: 50px;
    border-radius: 0;
    margin-bottom: 15px;
    border: 1px solid #ADBCD1;
    border-radius: 4px;
}

textarea {
    resize: none;
    width: 98%;
    height: 100px;
}

.w-100px {
    width: 100px !important;
}

.w-150px {
    width: 150px !important;
}

.w-200px {
    width: 200px !important;
}

.w-250px {
    width: 250px !important;
}

.cp {
    cursor: pointer;
}

/* セレクト */

.cp_ipselect {
    overflow: hidden;
    width: 200px;
    text-align: center;
}

.cp_ipselect select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}

.cp_ipselect select::-ms-expand {
    display: none;
}

.cp_ipselect.cp_sl02 {
    position: relative;
    background: #ffffff;
}

.cp_ipselect.cp_sl02::before {
    position: absolute;
    top: 6px;
    right: 25px;
    font-size: 16px;
    width: 0;
    height: 0;
    padding: 0;
    content: "\f03a";
    color: #fff;
    font-family: FontAwesome;
    pointer-events: none;
    z-index: 1;
}

.cp_ipselect.cp_sl02:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    content: '';
    border-left: 35px solid #00306D;
}

.cp_ipselect.cp_sl02 select {
    padding: 8px 38px 8px 8px;
    background: #E9EDF3;
}

.btn.btn-primary {
    display: inline-block;
    background: #00306D;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    border: none;
    font-weight: normal;
    font-size: 14px;
}

.btn.btn-outline-primary {
    border-color: #00306D;
    color: #00306D;
    padding: 4px 18px;
    font-size: 14px;
    margin: 0 3px;
}

.btn.btn-outline-primary.nofile {
    opacity: 0.5;
}

.btn.btn-outline-primary:hover {
    background: transparent;
    opacity: .7;
}

/* 台形ボタン */

.btn-trapezoid {
    display: inline-block;
    transform: skewX(-20deg);
    padding: .8em 1.2em;
    background: #00306D;
    font-size: 16px;
    width: 200px;
    height: 50px;
    border: none;
}

.btn-trapezoid span {
    display: inline-block;
    transform: skewX(20deg);
    color: #fff;
}

/* モーダル */

.modal-body {
    padding: 50px;
}

.modal p {
    color: #00306D;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.modal input {
    margin: 30px 0;
}

/* サイドバー */

.sidebar {
    background: #E9EDF3;
    padding: 60px 0 0 50px;
    width: 290px;
    float: left;
    min-height: 90vh;
}

.sidebar .nav-item {
    color: #00306D;
    font-size: 14px;
    margin: 0;
    padding: 15px 20px;
    width: 240px;
}

.sidebar .nav-item.active {
    background: #fff;
}

.sidebar .nav-item:hover {
    cursor: pointer;
    background: #D4DCE7;
}

.sidebar .nav-item img {
    margin: -2px 5px 0 0;
}

.sidebar div.btns {
    margin-top: 50px;
    padding-left: 20px;
}

.sidebar div.btns img {
    margin-bottom: 20px;
}

/********************************************
* Now Loading
********************************************/

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.6);
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 80px;
    height: 80px;
    border: 4px #ddd solid;
    border-top: 4px #999 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

.is-hide {
    display: none;
}