@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* 共通 */
html {
    min-height: 100%;
    position: relative;
}
body {
    /*font-family: 'Montserrat','Noto Sans Japanese', sans-serif, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック";*/
    font-family: 'Noto Sans Japanese','Open Sans',sans-serif,"游ゴシック","Yu Gothic",Yu Gothic,"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: 0;
    color: #707070;
}
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 - 50px) !important;
}
#nojs {
    background: #fff;
    color: #f00;
    padding: 25px;
    border: 5px solid #F00;
    text-align: center;
    margin: 10px;
}

#login .btn-primary:active{
    background-color: #FFAB17;
    border-color: #FFAB17;
}

@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%;
}

@media (max-width: 400px) {
    footer {
        font-size: 1.0em;
    }
}

/* 既存クラス */
.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 5px 0 5px;
    line-height: 70px;
    height: 70px;
    background: #ffffff;
    color: #707070;
    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;*/
}

@media (min-width: 769px) and (min-width: 800px){
    #login {
        position: absolute;
        top: 0;
        right: 0;
        /*bottom: 300px;*/
        left: 0;
        margin: auto;
        width: 100%;
        height: 600px;
        /*max-width: 800px;*/
    }
}

/* バリデーション */
.validation_error {
    color: #f56954;
    margin-top: 5px;
}
/*#login .card {*/
    /*box-shadow: none !important;*/
/*}*/
/*@media (max-width: 320px) {*/
/*#login {*/
/*padding: 0 !important;*/
/*}*/
/*#login .card {*/
/*padding: 0 !important;*/
/*}*/
/*}*/
@media (max-width: 768px) {
    #login {
        height: inherit !important;
        position: inherit;
        margin-top: 2rem;
    }
}
@media (max-height: 700px) {
    #login {
        height: inherit !important;
        position: inherit;
        margin-top: 2rem;
    }
}



/* 201909das-additional-style */
.btn-primary{
	background: #ff6600;
	border-color: #ff6600;
    box-shadow: 4px 4px 4px #ddd;
}
.btn-primary:active, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem #fff7cc !important;
}
.btn-primary:hover{
	/*background: #ff8132;*/
	/*border-color: #ff8132;*/
    background: #f25c00;
    border-color: #f25c00;
}

.btn-primary:active,
.btn-primary:focus {
    /*background-color: #ff8132 !important;*/
    /*border-color: #ff8132 !important;*/
    background-color: #f25c00 !important;
    border-color: #f25c00 !important;
}
.btn-primary:active, .form-control:focus {
    box-shadow: 0 0 0 0.2rem #fff7cc !important;
    border: 1px solid #c8ced3;
}

.btn-group-lg>.btn, .btn-lg{
	padding: .8rem 1rem;
}

.card{
	border: none;
}
.card-title{
	text-align: center;
	margin-bottom: 2.75rem;
}

.form-control{
	/*border: none;*/
	background: transparent;
}

.form-control-lg{
	/*background: none;*/
	padding: .5rem 3.5rem
}

.form-control-lg:focus{
	background: #ffffff;
}

/*input.form-control-lg{*/
/*	!*border-bottom: 1px solid #707070;*!*/
/*	!*border-radius: 0;*!*/
/*}*/

input.form-control-lg::placeholder{
	color: #D1D1D1;
}


.col-form-label-sm{
	text-indent: -5000px;
}


.form-control-lg#username{
    background: url(../../image/images/ico_username.svg)no-repeat 0 50%;
    background-position: 14px 12px;
    background-size: 400px;
}


.form-control-lg#password{
	background: url(../../image/images/ico_pass.svg)no-repeat 1% 63%;
    background-position: 14px 9px;
	background-size: 30px;
}

/* ログイン アプリ設定方法 */
section.app_setting_description {
    border: 1px solid #ccc !important;
    padding: 10px;
}
section.app_setting_description h1 {
    font-size: 18px;
    font-weight: bold;
}
.description_image img {
    width: 100%;
}
#login .card .card-title {
    margin-bottom: 30px;
}
#login .form-group {
    margin-bottom: 36px;
}
#login .form-group label {
    display: none;
}
#login form {
    margin-bottom: 50px;
}
/*#footer_wrap {*/
/*    position: fixed;*/
/*}*/

#privacyModal .privacy_box h1 {
    font-size: 1rem;
}
#privacyModal .privacy_box ul {
    padding-left: 0;
}
#privacyModal .privacy_box ul li {
    list-style: none;
}
#login p a {
    text-decoration: underline;
    /*color: #3a9d5d;*/
    color: #ff6600;
}
#login p a:hover{
    text-decoration: none;
    /*color: #3a9d5d;*/
    color: #D85300;
}

/*---------------------------------
アコーディオンボックス
--------------------------------*/
.acbox{
    width: auto;
    font-size:0; /* ラベルと開く部分を分離する時は数値を入れる */
    margin:0 0; /* ボックス全体の位置調整 */
}

.acbox label{
    width: auto;
    font-size: 14px; /* ラベルの文字サイズ */
    font-weight: bold;
    text-align: center;
    background: #fcfcfc; /* ラベルの背景色 */
    position: relative;
    display: block;
    padding:4px;
    border-radius: 4px; /* ラベルの角の丸み */
    cursor: pointer;
    color: #707070;
    border: 1px solid #dacfcf;
    margin-bottom: 4px;
}

.acbox label:hover{
    background: #fcfcfc; /* ラベルにマウスを乗せた時の背景色 */
}

.acbox input{
    display: none;
}

.acbox label:after{
    color: #707070;
    content:"▼"; /* ラベルのアイコン */
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -14px;
}

.acbox input:checked ~ label::after {
    content:"▲"; /* ラベルをクリックした後のアイコン */
}

.acbox div.acbox-under{
    height: 0px;
    overflow: hidden;
    opacity: 0;
    transition: 0.15s; /* 開閉スピードの設定 */
}

.acbox input:checked ~ div{
    height: auto;
    padding: 18px; /* 開いた部分の枠内の余白 */
    border-radius: 0px;
    border: 1px solid #dacfcf;
    /*background: #F3F4F5; !* 開いた部分の背景色 *!*/
    opacity: 1;
}

.acbox input:checked ~ label {
    background: #fcfcfc; /* クリック後のラベルの背景色 */
}

.acbox-under{
    font-size: 15px; /* 開いた部分の文字サイズ */
    color: #707070; /* 開いた部分の文字色 */
}