@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* 共通 */
html {
    min-height: 100%;
    position: relative;
}
body {
    font-family: 'Noto Sans Japanese', sans-serif, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック";
    letter-spacing: 0.15em;
    height: 100%;
    /*background-image: linear-gradient(to top, #dfe9f3 0%, white 100%);*/
    margin-bottom: 50px;
}
body:after {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    /*background: #74BEC4;*/
    /*background: #E5E7F6;*/
    /*background: #fff;*/
    /*background: #dfe9f3;*/
    /*background: linear-gradient(to top, #D4EBE7 0%, white 100%);*/
    /*background: linear-gradient(to top, #E5E7F6 0%, white 100%);*/
    /*background: linear-gradient(to top, #E1DFEB 0%, white 100%);*/
}
.app {
    min-height: calc(100vh - 100px) !important;
}
#nojs {
    background: #fff;
    color: #f00;
    padding: 25px;
    border: 5px solid #F00;
    text-align: center;
    margin: 10px;
}
@media (max-width: 540px) {
    main {
        font-size: 14px;
    }
    main small,
    main .small {
        font-size: 12px !important;
    }
}
@media (max-width: 320px) {
    small,
    .small {
        font-size: 12px !important;
    }
}

footer {
    bottom: 0;
    line-height: 50px;
    position: absolute;
    width: 100%;
}

/* 既存クラス */
.container:not(#login) {
    max-width: 1500px !important;
}
.modal-footer {
    /*justify-content: space-evenly;*/
    justify-content: space-around;
}
.form-group label:first-child {
    font-weight: bold;
}
.app-header .navbar-toggler:hover,
.app-header .navbar-toggler:focus {
    /*color: #d1dbe1 !important;*/
    outline: none;
}
table.table tr td,
table.table tr th {
    vertical-align: middle;
}

/* 独自クラス */
.text-kitamura {
    /*color: #293AB2;*/
    color: #129079;
}
.bg-kitamura {
    /*background-color: #293AB2;*/
    background-color: #129079;
}
#footer_area {
    overflow: hidden;
    padding: 0 95px 0 20px;
    line-height: 50px;
    height: 50px;
    background: #2f353a;
    color: #fff;
    position: relative;
}

/* 開閉トグル */
[data-toggle="collapse"] .collapse-toggle-icon {
    transform: rotate(-180deg) ;
    transition: all linear 0.25s;
}
[data-toggle="collapse"].collapsed .collapse-toggle-icon {
    transform: rotate(0deg) ;
}

/* ログイン */
#login {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 600px;
    /*max-width: 800px;*/
}
/* バリデーション */
.validation_error {
    color: #f56954;
    margin-top: 5px;
}

/* LINEボタン */
/* デザイン直す */
.lineBtn {
    color: #ffffff;
    background-color: #09B903;
    border-color: #09B903;
    height: 44px;
}
.lineBtn:hover,
.lineBtn:not(:disabled):not(.disabled).active,
.lineBtn:not(:disabled):not(.disabled):active,
.show>.lineBtn.dropdown-toggle {
    color: #fff;
    background-color: #5ED05A;
    border-color: #5ED05A;
}

@media (max-width: 768px) {
    #login {
        height: inherit !important;
        position: inherit;
        margin-top: 3rem;
    }
}
@media (max-height: 700px) {
    #login {
        height: inherit !important;
        position: inherit;
        margin-top: 3rem;
    }
}