@charset "utf-8";


/*===================================================*/
/*SP ページ*/
/*===================================================*/

/* パンくずリスト */

.col-bread {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    margin: 0;
}

ol.breadcrumb {
    padding-left: 0;
    background-color: transparent;
    font-size: 0.9375rem;
    font-size: 0.875rem;
}

ol.breadcrumb a {
    font-weight: 600;
    font-weight: 500;
}

.breadcrumb-item.current-item {
    /*color: #6c757d;*/
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    font-family: monospace;
    font-family: 'Font Awesome 6 Free';
    content: "\f105";
    font-weight: 900;
    color: #bfbfbf;
}

body:lang(en) #mainblock ol.breadcrumb > li:nth-child(2)::before {
    content: none;
}

ol.breadcrumb li {
    max-width: 620px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}




/* main-post */


/* リンク */
ol.breadcrumb a,
.post p a,
.post ul a,
.post ol a,
.post table a {
    /*text-decoration: none;
    color: #306FBB;*/
    font-weight: 500;
    word-break: break-all;
    /*transition: all 0.4s ease;*/
}

ol.breadcrumb a:hover,
.post p a:hover,
.post ul a:hover,
.post ol a:hover,
.post table a:hover {
    /*text-decoration: underline;
    color: #cc0033;*/
    /*transition: all 0.3s ease;*/
}

.blog-main .post {
    margin-bottom: 3rem;
}

.blog-main .post a:hover {
    /*color: #CC0033;
    text-decoration: underline;
    transition: all 0.3s ease;*/
}


/* ページタイトル */
.blog-main .post h2 {
    font-size: 1.75rem;
    font-size: 1.5rem;
    /*font-size: 1.625rem;*/
    margin-bottom: 1rem;
    padding: 14px 26px;
    padding: 14px 10px 14px 26px;
    /* line-height: 1.4; */
    background-color: #ECF4F6;
    background-color: #edf5f6;
    position: relative;
    line-height: normal;
    color: var(--header-color1);
}

.blog-main .post h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 8px;
    height: 100%;
    /*background: #1e5799;*/
    background-color: #ECF4F6;
    /*background: -moz-linear-gradient(top, #1e5799 0%, #6288c9 0%, #4971bc 100%);
    background: -webkit-linear-gradient(top, #1e5799 0%, #6288c9 0%, #4971bc 100%);*/
    background: linear-gradient(to bottom, #1bb6b6 0%, #1bb6b6 0%, #1bb6b6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#4971bc', GradientType=0);
}

aside h2.title,
.blog-main .post h2 {
    border-bottom: none;
}

aside h2.title:after,
.blog-main .post h2:after {
    content: none;
}


/* ページ小見出し */
.blog-main .post .post-content h3 {
    font-size: 1.25rem;
    /*border-bottom: 1px #d0d0d0 solid;*/
    border-bottom: 1px var(--border-color2) solid;
    margin-bottom: 1rem;
    padding-bottom: 0.2rem;
    padding-top: 0.2rem;
    font-weight: 600;
    font-feature-settings: normal;
}

.post .post-content p,
.post .post-content ul,
.post .post-content ol {
    margin-bottom: 1.5rem;
    font-size: 0.9375rem;
    line-height: 1.65;
    letter-spacing: 0.03rem;
}

.post .post-content ul ul,
.post .post-content ol ol,
.post .post-content table.table table.table {
    margin-bottom: 0;
    margin-bottom: 0.25rem;
}

body:lang(ja) .post .post-content p {
    text-align: justify;
    word-wrap: break-word;
}

body:lang(en) .post .post-content p,
body:lang(en) .post .post-content ul,
body:lang(en) .post .post-content ol {
    letter-spacing: normal;
}

.post .post-content p {
    margin-left: 0.25rem;
}



/* テーブル */

.post .post-content table a {
    transition: none;
    word-break: break-all;
}

.post .post-content table strong {
    font-weight: 500;
}

.post .post-content table.table {
    /*border: 1px solid #ffffff;*/
    margin-bottom: 2rem;
    /*color: #fff;*/
}

.post .post-content table.table th,
.post .post-content table.table td {
    border: 1px solid #ffffff;
    background-color: #F1F1F1;
    /*border: 1px var(--border-silver1) solid;*/
    background-color: #F9F9F9;
    font-size: 0.9rem;
    font-size: 0.9375rem;
    padding: 0.3rem;

    background-color: var(--table-color2);
    border: 1px solid var(--border-color1);
    /*vertical-align: middle;
    text-align: center;*/
}

.post .post-content table.table th {
    background-color: var(--theme-color1);
    /*text-align: center;*/
    font-weight: 500;
    /*vertical-align: middle;
    white-space: nowrap;*/
}

.post .post-content table.table tr.bg-meeting td {
    background-color: #ecf3fa !important;
}

.post .post-content table.table tr.bg-fall td {
    background-color: #d4edda !important;
}

.post .post-content table.table tr.bg-inter td {
    background-color: #fff !important;
}

.post .post-content table.table tr.table-danger td {
    background-color: #f5c6cb !important;
}

.post .post-content .table-responsive table.table {
    margin-bottom: 0;
}

.post .post-content .table-responsive {
    margin-bottom: 2rem;
}



/* テーブル内リスト */
.post .post-content table.table ul {
    margin-bottom: 0;
    padding-left: 1.5rem;
}


.blog-sidebar {
    /*display: none;*/
}



/* 横並びリスト */
.post .post-content ul.hzonlist {
    padding: 0 1em;
    display: flex;
    flex-wrap: wrap;
    margin-left: 1rem;
}

.post .post-content ul.hzonlist li {
    /*float: left;*/
    white-space: nowrap;
    /*padding-right: 1rem;*/
    margin-left: 0;
    margin-right: 2rem;
    /*list-style: none;*/
    /*background: url(images/list_ul_image2.gif) no-repeat left 2px;*/
}


/* アラート */
.alert,
.post .post-content .alert {
    /*padding-left: 0 !important;*/
    margin-bottom: 1.5rem !important;
    font-size: 0.9375rem;
    /*border-radius: 0;*/
    font-weight: 500;
}

.alert p,
.alert ul,
.post .post-content .alert p,
.post .post-content .alert ul {
    margin-bottom: 0 !important;
}

.alert ul,
.post .post-content .alert ul {
    padding-left: 1rem;
}

.alert-danger {
    /*color: #fff;
    border: none;
    background-color: #462424;*/
}

.alert-warning {
    /*color: #fff;
    border: none;
    background-color: #51472B;*/
}



/* バッジ */
.post .post-content .badge {
    display: inline-block;
    display: inline;
    padding: 0.1rem 0.5rem;
    /*padding: 0.2rem 0.5rem 0.1rem 0.5rem;*/
    font-size: 0.75rem;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    white-space: nowrap;
    white-space: normal;
    vertical-align: baseline;
    border-radius: 0.6rem;
    border-radius: 9999px;
}



/* 横幅 */
.w-5 {
    width: 5%;
}

.w-10 {
    width: 10%;
}

.w-15 {
    width: 15%;
}

.w-20 {
    width: 20%;
}

.w-25 {
    width: 25%;
}

.w-30 {
    width: 30%;
}

.w-35 {
    width: 35%;
}

.w-40 {
    width: 40%;
}

.w-45 {
    width: 45%;
}

.w-50 {
    width: 50%;
}

.w-55 {
    width: 55%;
}

.w-60 {
    width: 60%;
}

.w-65 {
    width: 65%;
}

.w-70 {
    width: 70%;
}

.w-75 {
    width: 75%;
}

.w-80 {
    width: 8%;
}

.w-85 {
    width: 85%;
}

.w-90 {
    width: 90%;
}

.w-95 {
    width: 95%;
}

.w-100 {
    width: 100%;
}



/* テキストカラー */
.text-primary {
    color: #007bff !important;
    font-weight: 500;
}

.text-secondary {
    color: #6c757d !important;
    font-weight: 500;
}

.text-success {
    color: #28a745 !important;
    font-weight: 500;
}

.text-danger,
.redbold {
    color: #dc3545 !important;
    font-weight: 500;

}

.text-warning {
    color: #ffc107 !important;
    font-weight: 500;
}

.text-info {
    color: #17a2b8 !important;
    font-weight: 500;
}

.text-light {
    color: #f8f9fa !important;
    font-weight: 500;
}

.text-dark {
    color: #343a40 !important;
    font-weight: 500;
}

.text-muted {
    color: #6c757d !important;
    font-weight: 500;
}

.text-white {
    color: #fff !important;
    font-weight: 500;
}



/* メディア */
.post .post-content .media {
    margin-bottom: 2rem;
}

.post .post-content .media img {
    width: 130px;
}

.post .post-content img.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignleft {
    float: none;
    display: block;
    margin-left: 0 !important;
}

.alignright {
    float: none;
    display: block;
    margin-right: 0 !important;
    margin-left: auto;
}



/* 更新日時 */
.post .post-content .time ul {
    font-size: 0.875rem;
    color: #a5aaaf;
    color: #6c757d;
    /*color: #fff;*/
    text-align: right;
    letter-spacing: initial;
    /*margin-bottom: 1rem;*/
}


/* PDFリンク */
.post .post-content .pdflink {
    display: none;
}


/* 非表示 */
.hide {
    display: none;
}


/* サイトマップツリー */
.post .post-content ul.site-tree {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    padding: 0;
    justify-content: space-between;
}

.post .post-content ul.site-tree li {
    width: calc(50% - 0.5rem);
    /* border: 1px solid #dfdfdf; */
    display: flex;
    /* text-align: center; */
    border-radius: 0.25rem;
    /* border: 1px solid #dfdfdf; */
    margin-bottom: 1rem;
    font-size: 1rem;
    background-color: #f2f2f2;
    /* background-color: transparent; */
    position: relative;
    line-height: normal;
    transition: all 0.2s ease;
    align-items: center;
}

@media (min-width: 576px) {
    .post .post-content ul.site-tree li::after {
        content: "\f054";
        font-family: "Font Awesome 6 Free";
        font-weight: 600;
        color: #565656;
        color: #555;
        position: absolute;
        top: 50%;
        margin-top: -0.4rem;
        right: 0.75rem;
        font-size: 0.8rem;

    }
}

/*.post .post-content ul.site-tree li:hover::after {
    right: 0.25rem;
}*/

.post .post-content ul.site-tree li a {
    width: 100%;
    padding: 1.25rem 1rem;
    font-weight: 600;
    border-radius: 0.25rem;
}

.post .post-content ul.site-tree li:hover a {
    padding-left: 1.2rem;
    background-color: var(--theme-color2);
}

.post .post-content a[href="#text"] {
    pointer-events: none;
    cursor: default;
    color: #212529 !important;
    font-weight: 400;
}

.post .post-content a[href="#nolink"] {
    pointer-events: none;
    cursor: default;
    color: #6c757d !important;
}



/*===================================================*/
/*PC ページ*/
/*===================================================*/

@media (min-width:769px) {

    /* 旧サイト */
    .fleft {
        float: left;
    }

    .mleft {
        margin-left: 170px;
    }

    /* パンくずリスト */
    .col-bread {
        margin-top: 1.5rem;
        margin-top: 1rem;
        margin-bottom: 0.75rem;
        margin-bottom: 1.5rem;
    }

    ol.breadcrumb {
        padding-left: 0;
        background-color: transparent;
        font-size: 0.9375rem;
        font-size: 0.875rem;
    }


    /* main-post */

    /* 更新日時 */
    .post .post-content .time {
        /*margin-bottom: 3rem;*/
    }

    .blog-main .post {
        margin-bottom: 4rem;
    }

    /* ページタイトル */
    .blog-main .post h2 {
        font-size: 1.75rem;
        margin-bottom: 2.5rem;
        padding: 14px 26px;
        /*margin-bottom: 1rem;*/
    }

    /* ページ小見出し */
    .post .post-content h3 {
        font-size: 1.25rem;
        border-bottom: 1px var(--border-silver1) solid;
        margin-bottom: 1rem;
        padding-bottom: 0.2rem;
        padding-top: 0.2rem;
        font-weight: 600;
        font-feature-settings: normal;
    }

    .post .post-content p,
    .post .post-content ul,
    .post .post-content ol {
        margin-bottom: 1.5rem;
        font-size: 0.9375rem;
        line-height: 1.65;
        letter-spacing: 0.03rem;
        line-height: 1.8;
    }

    .post .post-content p {
        font-size: 1rem;
        line-height: 2;
        line-height: 1.8;
    }

    body:lang(en) .post .post-content p,
    body:lang(en) .post .post-content ul,
    body:lang(en) .post .post-content ol {
        letter-spacing: normal;
    }

    .post .post-content p {
        margin-left: 0.25rem;
    }

    .post .post-content table.table th,
    .post .post-content table.table td {
        /*line-height: 1.8;*/
        padding: 0.5rem;
    }


    /* 左メニューカテゴリ */
    aside h2.title {
        padding: 0;
        margin: 0;
        display: block;
        color: #494949;
        /*color: #fff;*/
        /*color: var(--theme-gold1);*/
        text-decoration: none;
        position: relative;
        padding: 0 0 30px 0;
        border-top: 2px solid #1bb6b6;
        /*border-bottom: 1px solid #cccccc;*/
        padding: 15px 0.75rem;
        font-size: 1.5rem;
        font-weight: 600;
        line-height: normal;
        font-family: "UD Shin Go Medium", Roboto, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
        /*background-color: var(--theme-gold1);*/
    }

    /* 左メニュー */

    aside ul.list-group li.list-group-item:first-child {
        border-radius: 0;
    }

    aside ul.list-group li {
        position: relative;
        display: block;
        /*padding: 0.75rem 1.25rem;*/
        /*background-color: #fff;*/
        /*border: 1px solid rgba(0, 0, 0, .125);*/
        color: color: var(--text-color1);
        /*color: #fff;*/
        /*background-color: #ffeeba;
        background-color: #fff3cd;
        background-color: #d0e2f2;*/
        /*border: 1px solid #fff;*/
        /*font-weight: 500;*/
        /*padding: 0.75rem 0.75rem;*/
        padding: 0;
        /*transition: all 0.2s ease;*/
        border-left: none;
        border-right: none;
        background-color: transparent;
        /*border-bottom: 1px solid #cccccc;*/
        /*border-color: var(--border-silver1);*/
        /*border-radius: 0;*/
    }

    aside ul.list-group li a {
        display: block;
        color: color: var(--text-color1);
        /*color: #fff;*/
        font-weight: 500;
        padding: 0.75rem 0.75rem;
        transition: all 0.2s ease;
    }

    /* 左メニュー ホバー */
    aside ul.list-group li:focus a,
    aside ul.list-group li:hover a {
        /* color: #856404; */
        /*background-color: #84b9e9;
        background-color: #a1c7e9;*/
        background-color: #ecf0f8;
        background-color: var(--theme-gold2);
        background-color: var(--theme-silver2);
        cursor: pointer;
        padding-left: 0.95rem;
    }

    aside ul.list-group li.current {
        /* color: #856404; */
        /*background-color: #84b9e9;
        background-color: #a1c7e9;*/
        background-color: #ecf0f8;
        background-color: var(--theme-gold2);
        background-color: var(--theme-silver2);
    }
}
