body { 
    height: 100vh;
    padding-top: 70px; 
    width: 100%;
}

footer {
    height: 10vh;
    font-size: 5px;
}

/* aタグのデフォルト設定 */
/* リンクの下線、デフォルト色を削除する */
/* blockオブジェクトとして定義し、横幅、高さの概念を発生させる */
a {
    text-decoration: none;
    color: #000000; /* 今回は#000000を指定していますが、好きな色を指定できます */
    display:block;
}

p {
    margin: 0 !important;
}

/* スクロールバー ================================================================== */
/* スクロールバー ---------------------------- */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    background: #417ab156;
    border-radius: 100px;
}

::-webkit-scrollbar-track {
    background: #585a5c38;
    border-radius: 5px;
}
/* ------------------------------------------ */
/* ================================================================================ */

.-navbar_img{
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* ボタン ======================================================================= */
/* コーポレートカラーのボタン  優先度高めボタン*/

.custom-file-upload {
    color: white;
    padding: 6px 12px;
    cursor: pointer;
    background-color: #4d7bac;
    border: 1px solid #ced4da;
    border-radius: 4px;
    display: inline-block;
}

.-btn-transacc_primary{
    height: 40px;
    width: 100%;
    color: white;
    background-color: #417ab1;
    background-image: none;
    border-color: #417ab1;
    justify-content: center;
    align-items: center;
}

.-btn-transacc_primary:hover{
    height: 40px;
    width: 100%;
    color: #417ab1;
    background-color: white;
    background-image: none;
    border-color: #417ab1;
}

.-btn-transacc_primary a{
    color: white;
    height: 100%;
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.-btn-transacc_primary a:hover{
    color: #417ab1;
    height: 100%;
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ------優先度普通目のボタン ------*/
.-btn-transacc_secondary{
    height: 40px;
    width: 100%;
    padding:0 !important;
    color: #417ab1;
    background-color: white;
    background-image: none;
    border-color: #417ab1;
    position: relative;
}
.-btn-transacc_secondary:hover{
    height: 40px;
    width: 100%;
    padding:0 !important;
    color: white;
    background-color: #417ab1;
    background-image: none;
    border-color: #417ab1;
}
.-btn-transacc_secondary a{
    color: #417ab1;
    height: 100%;
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.-btn-transacc_secondary a:hover{
    color: white;
    height: 100%;
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* ------------------------------- */

/* ------優先度低めのボタン ------*/
.-btn-transacc_low_important{
    height: 40px;
    width: 100%;
    padding:0 !important;
    color: #909396;
    background-color: white;
    background-image: none;
    border-color: #909396;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.-btn-transacc_low_important:hover{
    height: 40px;
    width: 100%;
    padding:0 !important;
    color: white;
    background-color: #909396;
    background-image: none;
    border-color: #909396;
    display: flex;
    justify-content: center;
    align-items: center;
}
.-btn-transacc_low_important a{
    color: #909396;
    height: 100%;
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.-btn-transacc_low_important a:hover{
    color: white;
    height: 100%;
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* ------------------------------- */

/* コーポレートカラーのボタン  ナビバーボタン「トライアル利用中」*/
.-btn-transacc_primary_navbar{
    margin: 0 4px;
    height: 40px;
    color: #417ab1;
    background-color: white;
    background-image: none;
    border-color: #417ab1;
}

.-btn-transacc_primary_navbar:hover{
    margin: 0 4px;
    height: 40px;
    color: white;
    background-color: #417ab1;
    background-image: none;
    border-color: #417ab1;
}

.-btn-transacc_primary_navbar a{
    margin: 0 4px;
    color: #417ab1;
    height: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.-btn-transacc_primary_navbar a:hover{
    margin: 0 4px;
    color: white;
    height: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ------押せないボタン ------*/
.-btn_done{
    line-height: 40px;
    text-align: center;
    height: 40px;
    width: 100%;
    padding:0 !important;
    color: white;
    background-color: #909396;
    background-image: none;
    border-color: #909396;
    position: relative;
}
/* ------------------------------- */

/* テーブルの中に入れるボタン */
.-table-btn{
    text-align: center;
    margin: 0 3px;
    padding-bottom: 1px;
    background-color:rgba(46, 118, 181, 0.137) ;
}

.-table-btn :hover{
    text-align: center;
    margin: 0 3px;
    padding-bottom: 1px;
    background-color:rgba(46, 118, 181, 0.56) ;
    color: #FFF;
}
/* ================================================================================ */

.-width100{
    width: 100%;
}

.-width100 input{
    width: 100%;
}

/* input field のテンプレート、横幅100％、高さ35px(ボタンの高さに合わせる) */
.-w100_px35{
    width: 100%;
    height: 35px;
}
.-w100_px35 input{
    width: 100%;
    height: 35px;
}
.-w100_px35 select{
    width: 100%;
    height: 35px;
}
/* --------------------------------------------------------------------- */

/* transacc コーポレートカラー */
.-text-transacc{
    color: #417ab1;
    font-weight: bold;
}

/* 灰色カラー */
.-text-gray{
    color: #808080;    
}

.-text-strong{
    color: #666666;    
}

.-main_view_search_box_text{
    width: 100% !important;
    color: #417ab1;
    text-align: center !important;
}

/* メイン画面のボーダーレイアウト */
.-mainview_search_box_border{
    border: 0.18rem solid #417ab1 ;
    transition: all .2s ease-in-out;
}
.-mainview_search_box_border:hover{
    border: 0.18rem solid #417ab1 ;
    box-shadow: 2px 2px 2px rgba(121, 120, 120, 0.7);
}
.-mainview_show_history_box_border{
    border: 0.18rem solid #909396 ;
    transition: all .2s ease-in-out;
}
.-mainview_show_history_box_border:hover{
    border: 0.18rem solid #909396 ;
    box-shadow: 2px 2px 2px rgba(121, 120, 120, 0.7);
}
/* トライアル終了誤の色 */
.-mainview_search_box_border_trial_end{
    border: 0.18rem solid #417ab1 ;
    background-color: #cccccc;
}
.-mainview_show_history_box_border_trial_end{
    border: 0.18rem solid #909396 ;
    background-color: #cccccc;
}
/* -------------------------------------------------- */

/* aタグテキストをホバーした際にコーポレートカラーで色付け */
.-atag_text_transacc a:hover{
    color: #417ab1 !important;
    cursor: pointer;
}
/* ----------------------------------------------------- */

.-atag_text_white a:hover{
    color: white !important;
}

.-bg-transacc{
    background-color: #417ab1 !important;
}

.-bg-transacc-second{
    background: rgba(46, 118, 181, 0.137);
}

/* navbarのドロップダウンをホバーした時のテキスト色を変更 */
.dropdown-menu a:hover{
    color: #417ab1 !important;
}
/* --------------------------------------------------- */

/* モーダルの横幅を画面いっぱいに広げるためのスタイル ----- */
.-modal-dialog-fluid {
    inset: 0 !important;
    margin: 15px auto !important;
    max-width: inherit;
    width: 80%;
}
/* ---------------------------------------------------- */

/* モーダルのクローズボタンのサイジング ------------------ */
/* クローズボタンは背景に画像を使っているため、バックグランドの設定をする必要がある、デフォルトの設定だと小さく表紙されていたので、この設定を追加した。 */
.-modal-close-btn-sizing{
    width: 1em;
    height: 1em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* ---------------------------------------------------- */

/* progressbar ---------------------------------------- */
/* ファイルを入力とする場合はこちら */
.progressbar {
    display: flex;
    flex-wrap: wrap;
}
.progressbar .item {
    position: relative;
    width: 20%;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    padding: 3px 0;
    background: #F5F5F5;
    color: #999999;
    /* デフォルトのフォントサイズ */
    font-size: 13px;
}
.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 100%;
    content: '';
    /* ここのピクセル数をハードコーディング調整して、矢印の大きさを調整する */
    border: 22.8px solid transparent;
    border-left: 20px solid #F5F5F5;
    margin: auto;
}
.progressbar .item:not(:last-child)::before {
    margin-left: 1px;
    border-left-color: #FFF;
}

@media screen and (max-width: 1000px) {
/* 画面幅が1,000px未満になった際に動的に適応されるcss */
.progressbar .item {
    font-size: 11px;
    line-height: 1.4;
    padding: 10px 0;
}
.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
    border-width: 25px;
    border-left-width: 12px;
}
}

/* active */

.progressbar .item.active {
    z-index: 1;
    background: #417ab1;
    color: #FFF;
}
.progressbar .item.active:not(:last-child)::after {
    border-left-color: #417ab1;
}
.progressbar .item.active:not(:last-child)::before {
    border-left: none;
}
/* ----------------------------------------------------- */

/* progressbar ---------------------------------------- */
/* 1社ずつ検索する場合はこちら */
.progressbar_per_company {
    display: flex;
    flex-wrap: wrap;
}
.progressbar_per_company .item {
    position: relative;
    width: 50%;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    padding: 3px 0;
    background: #F5F5F5;
    color: #999999;
    /* デフォルトのフォントサイズ */
    font-size: 13px;
}
.progressbar_per_company .item:not(:last-child)::before,
.progressbar_per_company .item:not(:last-child)::after {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 100%;
    content: '';
    /* ここのピクセル数をハードコーディング調整して、矢印の大きさを調整する */
    border: 22.8px solid transparent;
    border-left: 20px solid #F5F5F5;
    margin: auto;
}
.progressbar_per_company .item:not(:last-child)::before {
    margin-left: 1px;
    border-left-color: #FFF;
}

@media screen and (max-width: 1000px) {
    /* 画面幅が1,000px未満になった際に動的に適応されるcss */
    .progressbar_per_company .item {
        font-size: 11px;
        line-height: 1.4;
        padding: 10px 0;
    }
    .progressbar_per_company .item:not(:last-child)::before,
    .progressbar_per_company .item:not(:last-child)::after {
        border-width: 25px;
        border-left-width: 12px;
    }
}

/* active */

.progressbar_per_company .item.active {
    z-index: 1;
    background: #417ab1;
    color: #FFF;
}
.progressbar_per_company .item.active:not(:last-child)::after {
    border-left-color: #417ab1;
}
.progressbar_per_company .item.active:not(:last-child)::before {
    border-left: none;
}
/* ----------------------------------------------------- */

/* progressbar ---------------------------------------- */
/* チェックを再開する場合はこちら */
.progressbar_restart_check {
    display: flex;
    flex-wrap: wrap;
}
.progressbar_restart_check .item {
    position: relative;
    width: 33.3%;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    padding: 3px 0;
    background: #F5F5F5;
    color: #999999;
    /* デフォルトのフォントサイズ */
    font-size: 13px;
}
.progressbar_restart_check .item:not(:last-child)::before,
.progressbar_restart_check .item:not(:last-child)::after {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 100%;
    content: '';
    /* ここのピクセル数をハードコーディング調整して、矢印の大きさを調整する */
    border: 22.8px solid transparent;
    border-left: 20px solid #F5F5F5;
    margin: auto;
}
.progressbar_restart_check .item:not(:last-child)::before {
    margin-left: 1px;
    border-left-color: #FFF;
}

@media screen and (max-width: 1000px) {
    /* 画面幅が1,000px未満になった際に動的に適応されるcss */
    .progressbar_restart_check .item {
        font-size: 11px;
        line-height: 1.4;
        padding: 10px 0;
    }
    .progressbar_restart_check .item:not(:last-child)::before,
    .progressbar_restart_check .item:not(:last-child)::after {
        border-width: 25px;
        border-left-width: 12px;
    }
}

/* active */

.progressbar_restart_check .item.active {
    z-index: 1;
    background: #417ab1;
    color: #FFF;
}
.progressbar_restart_check .item.active:not(:last-child)::after {
    border-left-color: #417ab1;
}
.progressbar_restart_check .item.active:not(:last-child)::before {
    border-left: none;
}
/* ----------------------------------------------------- */

/* アンケート（フリーワード）を入力とする場合はこちら */
.progressbar_4step {
    display: flex;
    flex-wrap: wrap;
}
.progressbar_4step .item {
    position: relative;
    width: 25%;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    padding: 3px 0;
    background: #F5F5F5;
    color: #999999;
    /* デフォルトのフォントサイズ */
    font-size: 13px;
}
.progressbar_4step .item:not(:last-child)::before,
.progressbar_4step .item:not(:last-child)::after {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 100%;
    content: '';
    /* ここのピクセル数をハードコーディング調整して、矢印の大きさを調整する */
    border: 22.8px solid transparent;
    border-left: 20px solid #F5F5F5;
    margin: auto;
}
.progressbar_4step .item:not(:last-child)::before {
    margin-left: 1px;
    border-left-color: #FFF;
}

@media screen and (max-width: 1000px) {
/* 画面幅が1,000px未満になった際に動的に適応されるcss */
.progressbar_4step .item {
    font-size: 11px;
    line-height: 1.4;
    padding: 10px 0;
}
.progressbar_4step .item:not(:last-child)::before,
.progressbar_4step .item:not(:last-child)::after {
    border-width: 25px;
    border-left-width: 12px;
}
}

/* active */

.progressbar_4step .item.active {
    z-index: 1;
    background: #417ab1;
    color: #FFF;
}
.progressbar_4step .item.active:not(:last-child)::after {
    border-left-color: #417ab1;
}
.progressbar_4step .item.active:not(:last-child)::before {
    border-left: none;
}
/* ----------------------------------------------------- */


/* アンケート（フリーワード）を入力とする場合はこちら */
.progressbar_6step {
    display: flex;
    flex-wrap: wrap;
}
.progressbar_6step .item {
    position: relative;
    width: 16.6%;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    padding: 3px 0;
    background: #F5F5F5;
    color: #999999;
    /* デフォルトのフォントサイズ */
    font-size: 13px;
}
.progressbar_6step .item:not(:last-child)::before,
.progressbar_6step .item:not(:last-child)::after {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 100%;
    content: '';
    /* ここのピクセル数をハードコーディング調整して、矢印の大きさを調整する */
    border: 22.8px solid transparent;
    border-left: 20px solid #F5F5F5;
    margin: auto;
}
.progressbar_6step .item:not(:last-child)::before {
    margin-left: 1px;
    border-left-color: #FFF;
}

@media screen and (max-width: 1000px) {
/* 画面幅が1,000px未満になった際に動的に適応されるcss */
.progressbar_6step .item {
    font-size: 11px;
    line-height: 1.4;
    padding: 10px 0;
}
.progressbar_6step .item:not(:last-child)::before,
.progressbar_6step .item:not(:last-child)::after {
    border-width: 25px;
    border-left-width: 12px;
}
}

/* active */

.progressbar_6step .item.active {
    z-index: 1;
    background: #417ab1;
    color: #FFF;
}
.progressbar_6step .item.active:not(:last-child)::after {
    border-left-color: #417ab1;
}
.progressbar_6step .item.active:not(:last-child)::before {
    border-left: none;
}
/* ----------------------------------------------------- */

/* テーブルのボーダー ------------------------------------*/
.-border_lr_none{
    border-right: none!important;
    border-left: none!important;
}

.-border_l_none{
    border-left: none!important;
}

.-border_r_none{
    border-right: none!important;
}

/* ----------------------------------------------------- */


/* buttonに既存のCSSを排除するスタイル =================== */
button{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

/* メイン画面のボーダーレイアウト */
.-main_icon_button{
    transition: all .3s ease-in-out;
}
.-main_icon_button:hover{
    color:#417ab1;
    box-shadow: 2px 2px 2px rgba(121, 120, 120, 0.7);
}

/* 背景色 =================== */
.-abesystem_background{
    background-color:#BFC5CA;
}