@charset "UTF-8";

.smart-style-1 #logo-group,
.smart-style-4 #logo-group {
    background-color:#ffffff !important;
    text-align: center;
}
.smart-style-4 #header {
    background-color: #ffffff;
}
.smart-style-4 .btn-header.transparent a {
    color: #6D6A69 !important;
}
#logo {
    margin-top: 6px;
}
#logo img {
    width: 140px;
}
#sys-logo img {
    padding-top: 6px;
    height: 44px;
}
.side-slide dd {
    margin-bottom: 10px;
    padding-left: 1em;
}

.required:after {
    content: " *";
    top: -.2em;
    font-size: 100%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    color: red;
}
.nowrap {
    white-space: nowrap !important;
}
.block {
    display: block !important;
}

#sparks li.next {
    padding-left: 0;
    border-left: 0;
}

.popover {
    padding: 1px;
    color: #666;
    max-width: 100%;
}
.popover-title {
    padding: 10px;
}
.popover-content {
    padding: 10px;
}
i > em {
    font-size: 9px;
    display: block;
    padding: 2px;
    position: absolute;
    top: -8px;
    right: -6px;
    text-decoration: none;
    font-style: normal;
    background: #ED1C24;
    color: #fff;
    min-width: 13px;
    border-radius: 50%;
    max-height: 13px;
    line-height: 8px;
    font-weight: 700;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    border: 1px solid rgba(255,255,255,.1);
}
dd.well {
    padding: 10px;
}

fieldset.highlight,
.well.gray {
    padding: 9px 14px;
    margin-bottom: 14px;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
}

.clickable tr {
    cursor: pointer;
}

.margin-top-20 {
    margin-top: 20px !important;
}
.margin-bottom-20 {
    margin-bottom: 20px !important;
}
/* responsive style */
@media only screen and (max-width: 479px) and (min-width: 320px) {
    .smart-style-4 .page-title {
        display: block;
        font-size: 16px;
        margin: 6px 0 10px;
    }
}

.btn {
    white-space: normal;
}
.faq {
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
}
.question {
    padding: 30px 15px;
}
.question .blockquote {
    padding: 10px 10px;
}
ul.nav-tabs > li.title {
    font-size: 17px;
    font-weight: 300;
    margin: 7px 0 0 15px;
    padding-left: 5px;
    line-height: normal;
    color: #999;
    border-left: 5px solid #eee;
}
.answer {
    padding: 9px 14px;
}
.answer-doc {
    padding: 0 14px;
    background-color: #f7f7f9;
    max-height: 650px;
    overflow-y: scroll;
    position: relative;
}
.answer-head {
    margin: 0 -14px;
    /*margin: -9px -14px;*/
    padding: 5px;
    text-align: right; background-color: #fff;
    border-bottom: 1px solid #eeeeee;
}
.answer-body {
    /*background-color:#fcf5fa;*/
    margin: 0 -14px;
    padding: 9px 14px;
    border-bottom: 1px solid #eeeeee;
}
/* .answer-head + .answer-body {
    margin-top: 9px;
} */
.note-area {
    max-height: 500px;
    overflow-y: scroll;
    position: relative;
}
.title-answer {
    border-color: #9cb4c5 !important;
    color: #305d8c !important;
    background-color: #d6dde7 !important;
}
.choice {
    padding: 10px 15px;
    background-color: #f7f7f9;
    border-top: 1px solid #e1e1e8;
    display: flex;
    flex-wrap: wrap;
}
.choice .title {
    width: 100%;
    font-size: 17px;
    font-weight: 300;
    margin-bottom:10px;
    padding-left: 5px;
    line-height: normal;
    color: #999;
    border-left: 5px solid #eee;
}
.choice .btn {
    padding: 15px;
    margin-bottom: 10px;
}
.frex {
    display: flex;
    flex-wrap: wrap;
}

nav ul span.menu-item-parent {
    width: 300px;
}
nav ul a i {
    vertical-align: top !important;
}
.smart-style-4 .header-dropdown-list>li>.dropdown-toggle.txt-info {
    color:#3276b1 !important;
}
.smart-accordion-default .panel-default {
    border-color: #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.side-slide .panel-body {
    padding-bottom: 5px;
}
.widget-body.side-slide {
    margin-bottom: 20px;
}
.smart-form section .row section {
    margin-bottom: 0;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 0;
}

/* bs-example */
.bs-example {
    position: relative;
    padding: 15px 15px 15px;
    margin: 0 0px 15px;
    background-color: #fafafa;
    border-color: #e5e5e5 #eee #eee;
    border-style: solid;
    border-width: 1px;
}
/* Echo out a label for the example */
.bs-example:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 12px;
    font-weight: bold;
    color: #bbb;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Tweak display of the code snippets when following an example */
.bs-example + .highlight {
    margin: -15px 0px 15px;
    border-radius: 0;
    border-width: 0 0 1px;
}

/* Make the examples and snippets not full-width */
@media (min-width: 768px) {
    .bs-example {
        margin-left: 0;
        margin-right: 0;
        background-color: #fff;
        border-width: 1px;
        border-color: #ddd;
        border-radius: 4px 4px 0 0;
        box-shadow: none;
    }
    .bs-example + .highlight {
        margin-top: -16px;
        margin-left: 0;
        margin-right: 0;
        border-width: 1px;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }
}

/* Undo width of container */
.bs-example .container {
    width: auto;
}

/* Tweak content of examples for optimum awesome */
.bs-example > p:last-child, .bs-example > ul:last-child, .bs-example > ol:last-child, .bs-example > blockquote:last-child, .bs-example > .form-control:last-child, .bs-example > .table:last-child, .bs-example > .navbar:last-child, .bs-example > .jumbotron:last-child, .bs-example > .alert:last-child, .bs-example > .panel:last-child, .bs-example > .list-group:last-child, .bs-example > .well:last-child, .bs-example > .progress:last-child, .bs-example > .table-responsive:last-child > .table {
    margin-bottom: 0;
}
.bs-example > p > .close {
    float: none;
}

/* Typography */
.bs-example-type .table .info {
    color: #999;
    vertical-align: middle;
    background:none;
}
.bs-example-type .table td {
    padding: 15px 0;
    border-color: #eee;
    vertical-align: top !important;
}
.bs-example-type .table tr:first-child td {
    border-top: 0;
    vertical-align: top;
}
.bs-example-type h1, .bs-example-type h2, .bs-example-type h3, .bs-example-type h4, .bs-example-type h5, .bs-example-type h6 {
    margin-top: 0;
}

/* Images */
.bs-example > .img-circle, .bs-example > .img-rounded, .bs-example > .img-thumbnail {
    margin: 5px;
}

/* Tables */
.bs-example > .table-responsive > .table {
    background-color: #fff;
}

/* Buttons */
.bs-example > .btn, .bs-example > .btn-group {
    margin-top: 5px;
    margin-bottom: 5px;
}
.bs-example > .btn-toolbar + .btn-toolbar {
    margin-top: 10px;
}

/* Forms */
.bs-example-control-sizing select, .bs-example-control-sizing input[type="text"] + input[type="text"] {
    margin-top: 10px;
}
.bs-example-form .input-group {
    margin-bottom: 10px;
}
.bs-example > textarea.form-control {
    resize: vertical;
}

/* List groups */
.bs-example > .list-group {
    max-width: 400px;
}

/* Navbars */
.bs-example .navbar:last-child {
    margin-bottom: 0;
}
.bs-navbar-top-example, .bs-navbar-bottom-example {
    z-index: 1;
    padding: 0;
    overflow: hidden; /* cut the drop shadows off */
}
.bs-navbar-top-example .navbar-header, .bs-navbar-bottom-example .navbar-header {
    margin-left: 0;
}
.bs-navbar-top-example .navbar-fixed-top, .bs-navbar-bottom-example .navbar-fixed-bottom {
    position: relative;
    margin-left: 0;
    margin-right: 0;
}
.bs-navbar-top-example {
    padding-bottom: 45px;
}
.bs-navbar-top-example:after {
    top: auto;
    bottom: 15px;
}
.bs-navbar-top-example .navbar-fixed-top {
    top: -1px;
}
.bs-navbar-bottom-example {
    padding-top: 45px;
}
.bs-navbar-bottom-example .navbar-fixed-bottom {
    bottom: -1px;
}
.bs-navbar-bottom-example .navbar {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .bs-navbar-top-example .navbar-fixed-top, .bs-navbar-bottom-example .navbar-fixed-bottom {
        position: absolute;
    }
    .bs-navbar-top-example {
        border-radius: 0 0 4px 4px;
    }
    .bs-navbar-bottom-example {
        border-radius: 4px 4px 0 0;
    }
}

/* Pagination */
.bs-example .pagination {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Pager */
.bs-example > .pager {
    margin-top: 0;
}

/* Example modals */
.bs-example-modal {
    background-color: #f5f5f5;
}
.bs-example-modal .modal {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    z-index: 1;
    display: block;
}
.bs-example-modal .modal-dialog {
    left: auto;
    margin-left: auto;
    margin-right: auto;
}

/* Example dropdowns */
.bs-example > .dropdown > .dropdown-menu {
    position: static;
    display: block;
    margin-bottom: 5px;
}

/* Example tabbable tabs */
.bs-example-tabs .nav-tabs {
    margin-bottom: 15px;
}

/* Tooltips */
.bs-example-tooltips {
    text-align: center;
}
.bs-example-tooltips > .btn {
    margin-top: 5px;
    margin-bottom: 5px;
}

/* Popovers */
.bs-example-popover {
    padding-bottom: 24px;
    background-color: #f9f9f9;
}
.bs-example-popover .popover {
    position: relative;
    display: block;
    float: left;
    width: 260px;
    margin: 20px;
}

/* Scrollspy demo on fixed height div */
.scrollspy-example {
    position: relative;
    height: 200px;
    margin-top: 10px;
    overflow: auto;
}

/*
 * Code snippets
 *
 * Generated via Pygments and Jekyll, these are snippets of HTML, CSS, and JS.
 */

.highlight {
    display: block;
    padding: 9px 14px;
    margin-bottom: 14px;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    border-radius: 4px;
}
.highlight pre {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    background-color: transparent;
    border: 0;
    white-space: nowrap;
}
.highlight pre code {
    font-size: inherit;
    color: #333; /* Effectively the base text color */
}
.highlight pre .lineno {
    display: inline-block;
    width: 22px;
    padding-right: 5px;
    margin-right: 10px;
    text-align: right;
    color: #bebec5;
}

/* Show code snippets when we have the space */
@media (min-width: 481px) {
    .highlight {
        display: block;
    }
}

.hll {
    background-color: #ffffcc
}
/*{ background: #f0f3f3; }*/
.c {
    color: #999;
}/* Comment */
.err {
    color: #AA0000;
    background-color: #FFAAAA
}/* Error */
.k {
    color: #006699;
}/* Keyword */
.o {
    color: #555555
}/* Operator */
.cm {
    color: #0099FF;
    font-style: italic
}/* Comment.Multiline */
.cp {
    color: #009999
}/* Comment.Preproc */
.c1 {
    color: #999;
}/* Comment.Single */
.cs {
    color: #999;
}/* Comment.Special */
.gd {
    background-color: #FFCCCC;
    border: 1px solid #CC0000
}/* Generic.Deleted */
.ge {
    font-style: italic
}/* Generic.Emph */
.gr {
    color: #FF0000
}/* Generic.Error */
.gh {
    color: #003300;
}/* Generic.Heading */
.gi {
    background-color: #CCFFCC;
    border: 1px solid #00CC00
}/* Generic.Inserted */
.go {
    color: #AAAAAA
}/* Generic.Output */
.gp {
    color: #000099;
}/* Generic.Prompt */
.gs {
}/* Generic.Strong */
.gu {
    color: #003300;
}/* Generic.Subheading */
.gt {
    color: #99CC66
}/* Generic.Traceback */
.kc {
    color: #006699;
}/* Keyword.Constant */
.kd {
    color: #006699;
}/* Keyword.Declaration */
.kn {
    color: #006699;
}/* Keyword.Namespace */
.kp {
    color: #006699
}/* Keyword.Pseudo */
.kr {
    color: #006699;
}/* Keyword.Reserved */
.kt {
    color: #007788;
}/* Keyword.Type */
.m {
    color: #FF6600
}/* Literal.Number */
.s {
    color: #d44950
}/* Literal.String */
.na {
    color: #4f9fcf
}/* Name.Attribute */
.nb {
    color: #336666
}/* Name.Builtin */
.nc {
    color: #00AA88;
}/* Name.Class */
.no {
    color: #336600
}/* Name.Constant */
.nd {
    color: #9999FF
}/* Name.Decorator */
.ni {
    color: #999999;
}/* Name.Entity */
.ne {
    color: #CC0000;
}/* Name.Exception */
.nf {
    color: #CC00FF
}/* Name.Function */
.nl {
    color: #9999FF
}/* Name.Label */
.nn {
    color: #00CCFF;
}/* Name.Namespace */
.nt {
    color: #2f6f9f;
}/* Name.Tag */
.nv {
    color: #003333
}/* Name.Variable */
.ow {
    color: #000000;
}/* Operator.Word */
.w {
    color: #bbbbbb
}/* Text.Whitespace */
.mf {
    color: #FF6600
}/* Literal.Number.Float */
.mh {
    color: #FF6600
}/* Literal.Number.Hex */
.mi {
    color: #FF6600
}/* Literal.Number.Integer */
.mo {
    color: #FF6600
}/* Literal.Number.Oct */
.sb {
    color: #CC3300
}/* Literal.String.Backtick */
.sc {
    color: #CC3300
}/* Literal.String.Char */
.sd {
    color: #CC3300;
    font-style: italic
}/* Literal.String.Doc */
.s2 {
    color: #CC3300
}/* Literal.String.Double */
.se {
    color: #CC3300;
}/* Literal.String.Escape */
.sh {
    color: #CC3300
}/* Literal.String.Heredoc */
.si {
    color: #AA0000
}/* Literal.String.Interpol */
.sx {
    color: #CC3300
}/* Literal.String.Other */
.sr {
    color: #33AAAA
}/* Literal.String.Regex */
.s1 {
    color: #CC3300
}/* Literal.String.Single */
.ss {
    color: #FFCC33
}/* Literal.String.Symbol */
.bp {
    color: #336666
}/* Name.Builtin.Pseudo */
.vc {
    color: #003333
}/* Name.Variable.Class */
.vg {
    color: #003333
}/* Name.Variable.Global */
.vi {
    color: #003333
}/* Name.Variable.Instance */
.il {
    color: #FF6600
}/* Literal.Number.Integer.Long */

.css .o, .css .o + .nt, .css .nt + .nt {
    color: #999;
}

/*
 * DEMO
 */

.eg-1 td:first-child {
    width: 70%;
    text-align:left;
}

.eg-1 td:last-child {
    width: 30%;
    text-align:right;
}

.mobile-breadcrumb-switch.active {
    background-color: #4c4f53!important;
    color: #fff !important;
}

#loading {
    display: table;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background-color: rgba(51, 51, 51, 1);
    opacity: 0.8;
    z-index: 1099;
}
#loading .loadingMsg {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding-top: 140px;
    background: url("../img/loading.gif") center center no-repeat;
}
#login p {
    padding: 14px;
    font-weight: bold;
}
#login .header-dropdown-list {
    margin-right: 3px;
    padding-right: 13px;
}
#login .header-dropdown-list p {
    padding: 0;
    font-weight: normal;
}
@media screen and (max-width: 768px) {
    .sticky_table_wrapper {
        overflow: scroll;
        /*width: calc(100vw - 1rem);*/
        max-height: 90vh;
    }
}
.sticky_table thead th {
    /* 縦スクロール時に固定する */
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    /* tbody内のセルより手前に表示する */
    z-index: 2;
}
.sticky_table th:first-child {
    /* 横スクロール時に固定する */
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 1;
}
.sticky_table thead th:first-child {
    /* ヘッダー行内の他のセルより手前に表示する */
    z-index: 3;
}
.table thead th {
    background-color: #f5f5f5;
}
.table tbody th {
    background-color: #f5f5f5;
    font-weight: normal;
}
tbody {
    background-color: #ffffff;
}
.error-box ul {
    padding: 0;
}
.error-box ul > li {
    list-style: none;
    color: #b94a48;
}
h5 .guide {
    font-size: 0.8em;
    padding-top: 5px;
    padding-right: 3px;
    color: #999;
    vertical-align: text-bottom;
}

/* CKEditorで作成したコンテンツ表示用のスタイル（レスポンシブ対応） */
.question img, .answer-doc img, #noteModal .well img{
    height: auto;
    max-width: 100%;
}

.manuals dl {
    padding-top: 20px;
}
.manuals dl:first-child {
    padding-top: 0;
}
.manuals dl > dt {
    margin-bottom: 5px;
}
.manuals dl > dd {
    float: left;
    margin: 0 1em;
}
.ui-datepicker {
    z-index: 5 !important;
}

/* フッターボタンエリア */
#footer-buttons {
    /* コンテンツエリアの上に配置するため下マージンを追加 */
    margin-bottom: 13px;
}
/* 注意色ボタン */
.btn-attention {
    color: #212529;
    background-color: #ffc107;
    border-color: #b1811d;
}
.btn-attention:hover, .btn-attention:focus,
.btn-attention:active, .btn-attention:active:focus, .btn-attention:active:hover, .btn-attention:active.focus,
.btn-attention.active, .btn-attention.active:focus, .btn-attention.active:hover, .btn-attention.active.focus,
.open > .dropdown-toggle.btn-attention,
.open > .dropdown-toggle.btn-attention:hover,
.open > .dropdown-toggle.btn-attention:focus,
.open > .dropdown-toggle.btn-attention.focus,
.btn-attention.disabled:hover, .btn-attention[disabled]:hover, fieldset[disabled] .btn-attention:hover,
.btn-attention.disabled:focus, .btn-attention[disabled]:focus, fieldset[disabled] .btn-attention:focus,
.btn-attention.disabled.focus, .btn-attention[disabled].focus, fieldset[disabled] .btn-attention.focus {
    background-color: #e1aa06;
    border-color: #8c6517;
}

/* モーダル内に表示する注意文 */
.modal-body .alert {
    margin-bottom: 10px;
}
.modal-body .alert-warning .caution-icon {
    float: left;
    font-size: 40px;
    margin-top: -10px;
    padding-right: 10px;
}

/* 要件一覧 */
.requirements-answer-well {
    /* 回答ごとの境目を判別し易くするためのスタイル */
    background-color: #b7b7b7;
}

/* ダッシュボード ボタンのマージン */
.margin-bottom-15{margin-bottom:15px!important;}

/* ダッシュボード ダウンロードアイコン */
.label-download-link{background-color:#00afff;}
.label-download-link[href]:focus, .label-download-link[href]:hover {
    background-color:#00afff;
}

/* ダッシュボード ダウンロードボタン */
.btn-downloads {
    color: #ffffff;
    background-color: #0084ff;
    border-color: #006fff;
    text-align: left;
}
.btn-downloads:hover, .btn-downloads:focus,
.btn-downloads:active, .btn-downloads:active:focus, .btn-downloads:active:hover, .btn-downloads:active.focus,
.btn-downloads.active, .btn-downloads.active:focus, .btn-downloads.active:hover, .btn-downloads.active.focus,
.open > .dropdown-toggle.btn-downloads,
.open > .dropdown-toggle.btn-downloads:hover,
.open > .dropdown-toggle.btn-downloads:focus,
.open > .dropdown-toggle.btn-downloads.focus,
.btn-downloads.disabled:hover, .btn-downloads[disabled]:hover, fieldset[disabled] .btn-downloads:hover,
.btn-downloads.disabled:focus, .btn-downloads[disabled]:focus, fieldset[disabled] .btn-downloads:focus,
.btn-downloads.disabled.focus, .btn-downloads[disabled].focus, fieldset[disabled] .btn-downloads.focus {
    color: #ffffff;
    background-color: #002eff;;
    border-color: #005791;
    text-align: left;
}

/* ダッシュボード 案内文 (アイコン分のスペースを空けて改行するためのスタイル指定)*/
h2.header-with-icon {
    display: flex; /* flexboxを使用して子要素を並べる */
    align-items: flex-start; /* 子要素を上端に揃える */
}
h2.header-with-icon i {
    margin-right: 10px; /* アイコンとテキストの間に余白を追加 */
    transform: translateY(2px); /* アイコンの縦位置調整 */
}
h2.header-with-icon::before {
    content: ""; /* 空のコンテンツを追加 */
    display: block;
    width: 0;
    margin-right: calc(-1 * (1em + 10px)); /* ネガティブマージンを使って左側に移動 */
    padding-bottom: 1em; /* 疑似要素の高さをアイコンの高さに設定 */
    order: 1; /* flexbox内での順序を指定 */
}

/* サイドメニュー */
nav ol li {
    color:#3a3f51; /* サイドメニューのサブメニューを開いたままにするためul→olに変更しており、olにしたことによって表示されるリスト先頭の番号を背景色と同じ色にして不可視にする  */
}
/* chrome向け：<ul>と<ol>にデフォルトで padding-inline-start: 40px が付与されるため幅を上書き調整 */
li.nav_nest ol {
    padding-left: 20px;
}
/* メニュー項目のアイコンとテキストを中央揃えにする */
.nav-link-centered {
    display: flex;
    align-items: center;
}

/* サイドメニュー ダウンロードボタン */
.smart-style-4 nav ul li a.btn-downloads {
    color: #ffffff
}
.smart-style-4 nav ul li a.btn-downloads:hover {
    color: #ffffff;
    background-color: #002eff;
    border-color: #005791;
    text-align: left;
}

/* サイドメニューの幅を拡張 */
#left-panel {
    width: 400px;
}
/* メインコンテンツエリアの左マージンをサイドメニューの幅に合わせる */
#main {
    margin-left: 400px;
}
/* ページフッターの左パディングをサイドメニューの幅に合わせる */
body > div.page-footer {
    padding-left: 433px;
}
/* レスポンシブ対応 */
@media (min-width: 980px) {
    .hidden-menu #left-panel {
        left: -400px;
        z-index: 903;
    }
}
@media (min-width: 768px) and (max-width:979px) {
    #main {
        margin-left:0
    }
    body > div.page-footer {
        padding-left: 33px;
    }
    #left-panel {
        left: -400px
    }
}
@media (min-width: 768px) and (max-width:880px) {
    #main {
        margin-left:0;
        overflow-x: hidden
    }
    body > div.page-footer {
        padding-left: 33px;
    }
    #left-panel {
        left: -400px
    }
}
@media (max-width: 767px) {
    #main {
        margin-left: 0;
        overflow-x: hidden
    }
    body > div.page-footer {
        padding-left: 33px;
    }
    #left-panel {
        left: -400px
    }
}
@media only screen and (min-width: 0) and (max-width: 679px) {
    #main {
        margin-left: 0;
        overflow-x: hidden
    }
    body > div.page-footer {
        padding-left: 33px;
    }
    #left-panel {
        left: -400px
    }
}

