/* CSS Document */
body {
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}
@media screen and (min-width: 48em) {
    body#comm {
        overflow: visible;}
}
body#comm main * {
    /*box-sizing: border-box;*/
	word-wrap: break-word;
    word-break: break-all;} 

@media screen and (min-width: 48em) and (max-width: 64em) {
    #breadcrumbs ol {
        width: 95%;}
}
#breadcrumbs ol li {
    font-size: 10px;}
    @media screen and (min-width: 48em) {
        #breadcrumbs ol li {
            font-size: 12px;}
    }
#breadcrumbs.white li,
#breadcrumbs.white li a {
    color: #fff;
}
/* inner */
.inner {
    width: 90%;
    margin: auto;}
    @media screen and (min-width: 48em) {
        .inner {
          max-width: 75em;}
    }
    @media screen and (min-width: 48em) and (max-width: 64em) {
        .inner {
            width: 95%; }
    }
/* mainv 共通 */
.mainv {
    padding-top: 56px;}
    @media screen and (min-width: 1200px) {
        .mainv {
            padding-top: 72px;}
    } 
.mainv {
    margin-bottom: 48px;}
    @media screen and (min-width: 48em) {
        .mainv {
            margin-bottom: 54px;}
    }
/* mainv トップ */
.comm-top .mainv .inner {
    padding: 72px 0 32px;}
.comm-top .mainv h1 {
    text-align: center;}
    .mainv h1 img.ttl {
        width: 320px;
        max-width: 90%;}
.comm-top .mainv .lead {
    max-width: 960px;
    margin: 32px auto 0;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.05em;}
    @media screen and (min-width: 48em) {
        .comm-top .mainv .lead {
            line-height: 2;
            letter-spacing: 0.08em;}
    }

/* mainSld */
.mainv .mainSld .slick-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #152768;
    width: 7.4666666667vw;
    height: 7.4666666667vw;
    font-size: 0;
    border-radius: 50%;
    border: none;
    position: absolute;
    top: 22.6666666667vw;
    z-index: 1;
    transition: opacity 0.3s; }
    .mainv .mainSld .slick-arrow:not([disabled]):hover {
        opacity: 0.7; }

    .mainv .mainSld .slick-arrow:before {
        content: "";
        display: block;
        width: 2.6666666667vw;
        height: 2.6666666667vw;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff; }
    .mainv .mainSld .slick-arrow.slick-prev {
        margin-left: -46.8vw;
        left: 50%; }
    .mainv .mainSld .slick-arrow.slick-prev:before {
        transform: translate(0.5333333333vw, 0) rotate(135deg); }
    .mainv .mainSld .slick-arrow.slick-next {
        margin-right: -46.8vw;
        right: 50%; }
    .mainv .mainSld .slick-arrow.slick-next:before {
        transform: translate(-0.5333333333vw, 0) rotate(-45deg); }
        @media screen and (min-width: 48em) {
            .mainv .mainSld .slick-arrow {
                width: 53px;
                height: 53px;
                top: 12vw; }
            .mainv .mainSld .slick-arrow:before {
                width: 16px;
                height: 16px;
                border-width: 0 2px 2px 0; }
            .mainv .mainSld .slick-arrow.slick-prev {
                margin-left: -23vw; }
            .mainv .mainSld .slick-arrow.slick-prev:before {
                transform: translate(4px, 0) rotate(135deg); }
            .mainv .mainSld .slick-arrow.slick-next {
                margin-right: -23vw; }
            .mainv .mainSld .slick-arrow.slick-next:before {
                transform: translate(-4px, 0) rotate(-45deg); }
        }
.mainv .mainSld .slick-dots {
    margin-top: 6px;
    font-size: 0; }
    .mainv .mainSld .slick-dots li {
        background-color: #b1b1b1;
        width: 42px;
        height: 4px;
        margin: 0 3.5px;
        vertical-align: top; }
    .mainv .mainSld .slick-dots li.slick-active {
        background-color: #152768; }
    .mainv .mainSld .slick-dots button {
        display: none; }
    .mainv .mainSld .item {
        transition: opacity 0.3s; }
    .mainv .mainSld .item:not([disabled]):hover {
        opacity: 0.7; }
        @media screen and (min-width: 48em) {
            .mainv .mainSld .slick-dots {
                margin-top: 50px; }
            .mainv .mainSld .slick-dots li {
                width: 58px;
                height: 5px;
                margin: 0 6px; }
            .mainv .mainSld .item {
                width: 42vw; }
        }
.mainv .mainSld .item a {
    display: block; }
.mainv .mainSld .item figure img {
    width: 100%; }
.mainv .mainSld .item .txt {
    padding: 13px 10px 15px; }
.mainv .mainSld .item .txt strong {
    display: block;
    margin-bottom: 5px;
    color: #944c82;
    font-size: 10px; }
.mainv .mainSld .item .txt p {
    color: #222;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.3846153846; }
    @media screen and (min-width: 48em) {
        .mainv .mainSld .item .txt {
            padding: 15px 18px; } 
        .mainv .mainSld .item .txt strong {
            margin-bottom: 9px;
            font-size: 14px; }
        .mainv .mainSld .item .txt p {
            font-size: 18px;
            line-height: 1.4444444444; }
    }

/* mainv（一覧ページ） */
.mainv.mainv_child {
	background-color: #152768;
    background-repeat: no-repeat;
	background-position: center bottom;}
    @media screen and (min-width: 1920px) {
        .mainv.mainv_child {
            background-size: cover;}
    }
    .comm-column .mainv.mainv_child {
        background-image: url("/web/jp/government/images/comm/mainv_column.png");}
    .comm-article .mainv.mainv_child {
        background-image: url("/web/jp/government/images/comm/mainv_article.png");}
    .comm-interview .mainv.mainv_child {
        background-image: url("/web/jp/government/images/comm/mainv_interview.png");}
	.comm-future .mainv.mainv_child {
        background-image: url("/web/jp/government/images/comm/mainv_future.png");}

    .mainv.mainv_child .inner {
        height: 300px; }
    .mainv.mainv_child .inner h1 {
        padding-top: 120px;
        color: #fff;
        line-height: 1.5;
        letter-spacing: .08em;
        text-align: center;}
            .mainv.mainv_child .inner h1 .h1_main {
                display: block;
                font-family: YuMincho,'Yu Mincho',serif;
                font-size: 28px;
                letter-spacing: .05em;}
            .mainv.mainv_child .inner h1 .h1_sub {
                display: block;
                font-size: 16px;}
            @media screen and (min-width:48em) {
                .mainv.mainv_child .inner h1 {
                    padding-top: 100px; }
                        .mainv.mainv_child .inner h1 .h1_main {
                            font-size: 42px;}
            }

/* ナビ */
.comm-tab {
    margin-bottom: 48px;}
.comm-tab * {
    box-sizing: border-box;}
    .comm-tab > ul {
        display: flex;
        flex-wrap: wrap;
        gap: 12px 12px;}
        .comm-tab > ul > li {
            width: 100%;}
            .comm-tab > ul > li a {
                position: relative;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100%;
				height: 50px;
                padding: 16px 0;
                background-color: #fff;
                border: 1px solid #152768;
                color: #152768;
                font-size: 15px;
                line-height: 1;
                transition: all 0.3s 0s ease;}  
                .comm-tab > ul > li > a::after { 
                    content: "";
                    position: absolute;
                    right: 12px;
                    width: 8px;
                    height: 8px;
                    border-top-width: 1px;
                    border-top-style: solid;
                    border-right-width: 1px;
                    border-right-style: solid;
                    transform: rotate(45deg);}
                .comm-tab ul li a:hover {
                    background-color: #152768;
                    color: #fff;}
                .comm-tab > ul > li.has-child {
                    position: relative;}
                .comm-tab > ul > li.has-child > a::after {
                    transform: rotate(135deg);
                    margin-top: -3px;} 
                .comm-tab > ul > li.has-child.opened > a::after {
                    transform: rotate(-45deg);
                    margin-top: 3px;} 
                .comm-tab > ul > li ul.tab-child {
                    display: none;
                    position: absolute;
                    background-color: #fff;
                    border: solid #152768;
                    width: 100%;
                    border-width: 0 1px 1px;
                    z-index: 2;}
                    .comm-tab > ul > li ul.tab-child li {
                        border-bottom: 1px solid #f5f5f5;}
                    .comm-tab > ul > li ul.tab-child li:last-child {
                        border-bottom: none;}
                    .comm-tab > ul > li ul.tab-child li a {
                        border: none;}

        /* top */
        @media screen and (min-width:64em) {
            .comm-tab.tab-top > ul > li {
                width: calc(100%/3 - 8px);}
        }
     
        .comm-tab.tab-article > ul > li.current a {
            pointer-events: none;
            background-color: #152768;
            color: #fff;}
        .comm-tab.tab-article > ul > li.current a::after { 
            border: none;}
        /* 一覧ページ */
        @media screen and (min-width:48em) { 
            .comm-tab.tab-article > ul > li {
                width: calc(50% - 6px);}
        }
        @media screen and (min-width:75em) {
            .comm-tab.tab-article > ul > li {
                width: calc(25% - 9px);}
        }

/* pcColBox */
.pcColBox {
    width: 90%;
    margin: auto;
    padding-bottom: 48px;}
    @media screen and (min-width: 48em) {
        .pcColBox {
            display: flex;
            justify-content: space-between;
            max-width: 75em;
            padding-bottom: 64px;}
    }
    @media screen and (min-width: 48em) and (max-width: 64em) {
        .pcColBox {
            width: 95%;} 
    }
    .pcColBox .colMain {
        width: 100%;}
        @media screen and (min-width: 48em) {
            .pcColBox .colMain {
                flex: 1;}
        } 

    .pcColBox .colSide {
        margin-top: 48px;}
        @media screen and (min-width: 48em) {
            .pcColBox .colSide {
                width: 288px;
                margin-top: 0;
                margin-left: 64px;} 
        }
        @media screen and (min-width: 48em) and (max-width: 75em) {
            .pcColBox .colSide {
                margin-left: 24px;} 
        }

        .pcColBox .colSide .fixBox {
            display: none;}
            @media screen and (min-width: 48em) {
                .pcColBox .colSide .fixBox {
                    position: sticky;
                    transition: all 0.3s 0s ease;
                    top: 90px; }
            }

        .pcColBox .colSide section + section {
             margin-top: 32px;}
            .pcColBox .colSide a {
                display: block;
                transition: all 0.3s 0s ease;}
            .pcColBox .colSide a:not([disabled]):hover {
                opacity: .7; }

            .pcColBox .colSide img {
                width: 100%; }
                @media screen and (min-width: 48em) {
                    .pcColBox .colSide img {
                        width: auto;
                        max-width: 100%; } 
                }
                .pcColBox .colSide section h3 {
                    margin-bottom: 16px;
                    padding: 8px 0;
                    border-top: 3px solid #152768;
                    border-bottom: 1px solid #ccc;
                    font-size: 22px;
                    font-weight: bold;}
                .pcColBox .colSide section h3::before {
                    display: inline-block;
                    content: '';
                    width: 40px;
                    height: 40px;
                    margin-right: 8px;
                    background-size: contain;
                    vertical-align: text-bottom;}
                    .pcColBox .colSide section.side-category h3::before {
                        content: url("/web/jp/government/images/comm/icon_side_category.svg");}
                    .pcColBox .colSide section.side-top5 h3::before {
                        content: url("/web/jp/government/images/comm/icon_side_top5.svg");}
                    .pcColBox .colSide section.side-seminar h3::before {
                        content: url("/web/jp/government/images/comm/icon_side_seminar.svg");}
                        @media screen and (min-width: 64em) {
                            .pcColBox .colSide section h3::before {
                                width: 40px;
                                height: 40px;}
                        }

                .pcColBox .colSide .list-top5 li,
                .pcColBox .colSide .list-seminar li  {
                    border-bottom: 1px dotted #ccc; }
                    .pcColBox .colSide .list-top5 li a,
                    .pcColBox .colSide .list-seminar li a {
                        display: flex;
                        align-items: flex-start;
                        padding: 15px 0;
                        font-size: 14px; }
                        .pcColBox .colSide .list-top5 li figure,
                        .pcColBox .colSide .list-seminar li figure {
                            flex-shrink: 0;
                            position: relative;
                            width: 32.5581395349%;
                            margin-right: 5.3156146179%;}
                            .pcColBox .colSide .list-top5 li figure:before {
                                display: block;
                                background-color: #152768;
                                color: #fff;
                                font-size: 14px;
                                font-weight: bold;
                                width: 22px;
                                height: 22px;
                                padding: 2px;
                                position: absolute;
                                top: 0;
                                left: 0;
                                text-align: center;
                                box-sizing: border-box;}
                                .pcColBox .colSide .list-top5 li:nth-child(1) figure:before {
                                    content: "1";}
                                .pcColBox .colSide .list-top5 li:nth-child(2) figure:before {
                                    content: "2";}
                                .pcColBox .colSide .list-top5 li:nth-child(3) figure:before {
                                    content: "3";}
                                .pcColBox .colSide .list-top5 li:nth-child(4) figure:before {
                                    content: "4";}
                                .pcColBox .colSide .list-top5 li:nth-child(5) figure:before {
                                    content: "5";}
                        .pcColBox .colSide .list-top5 li p,
                        .pcColBox .colSide .list-seminar li p {
                            width: 100%;
                            line-height: 1.4; }

        .comm-top .colSide section.side-category {
            display: none;}
        .pcColBox .colSide section.side-category .list-category li {
            margin-bottom: 8px;}
        .pcColBox .colSide section.side-category .list-category li a {
            display: inline-block;
            background-color: #fff;
            border: 1px solid #152768;
            color: #152768;
            line-height: 1.0;
            padding: 10px 8px 8px;
            transition: all 0.3s 0s ease;}
        .pcColBox .colSide section.side-category .list-category li a svg {
            margin-right: 8px;
            vertical-align: middle;}
        .pcColBox .colSide section.side-category .list-category li a svg path,
        .pcColBox .colSide section.side-category .list-category li a svg line,
        .pcColBox .colSide section.side-category .list-category li a svg circle,
        .pcColBox .colSide section.side-category .list-category li a svg rect.rect-stroke {
            stroke: #152768;}
        .comm-column .pcColBox .colSide section.side-category .list-category li a.side-category-column,
        .comm-interview .pcColBox .colSide section.side-category .list-category li a.side-category-interview,
        .comm-article .pcColBox .colSide section.side-category .list-category li a.side-category-article,
		.comm-future .pcColBox .colSide section.side-category .list-category li a.side-category-future,
        .pcColBox .colSide section.side-category .list-category li a:hover {
            background-color: #152768;
            color: #fff;
            opacity: 1.0;}
        .comm-column .pcColBox .colSide section.side-category .list-category li a.side-category-column svg path,
        .comm-column .pcColBox .colSide section.side-category .list-category li a.side-category-column svg line,
        .comm-interview .pcColBox .colSide section.side-category .list-category li a.side-category-interview svg path,
        .comm-interview .pcColBox .colSide section.side-category .list-category li a.side-category-interview svg line,
        .comm-article .pcColBox .colSide section.side-category .list-category li a.side-category-article svg path,
        .comm-article .pcColBox .colSide section.side-category .list-category li a.side-category-article svg line,
        .comm-article .pcColBox .colSide section.side-category .list-category li a.side-category-article svg rect.rect-stroke,
        .comm-future .pcColBox .colSide section.side-category .list-category li a.side-category-future svg circle,
        .comm-future .pcColBox .colSide section.side-category .list-category li a.side-category-future svg line,
        .pcColBox .colSide section.side-category .list-category li a:hover svg path,
        .pcColBox .colSide section.side-category .list-category li a:hover svg line,
        .pcColBox .colSide section.side-category .list-category li a:hover svg circle,
        .pcColBox .colSide section.side-category .list-category li a:hover svg rect.rect-stroke {
            stroke: #fff;}
        .pcColBox .colSide section.side-category .list-category li a:hover {
            opacity: 1.0;}
        .pcColBox .colSide .toSeminar {
            margin-top: 24px; }
        .pcColBox .colSide .toSeminar a {
            display: block;
            position: relative;
            padding: 16px;
            background-color: #eee;
            border: 1px solid #ccc;
            border-radius: 100px;
            color: #333;
            text-align: center; }
        .pcColBox .colSide .toSeminar a::after {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 16px;
            width: 9px;
            height: 9px;
            margin: auto;
            border-bottom: 1px solid #333;
            border-right: 1px solid #333;
            transform: translate(0, 0) rotate(-45deg); }

/* news */
.secNewArticle h2 {
    display: flex;
    align-items: center;
    margin-bottom: 32px; 
    color: #152768;
    font-size: 22px;
    font-weight: 700;}
    .secNewArticle h2::before,
    .secNewArticle h2::after {
        content: '';
        display: inline-block;
        height: 3px;
        flex-grow: 1;
        background-color: #152768;}
    .secNewArticle h2::before {
        margin-right: 1em;} 
    .secNewArticle h2::after {
        margin-left: 1em;}
    @media screen and (min-width: 64em) {
    .secNewArticle h2 {
        font-size: 32px;}
    }

.secNewArticle .list {
	display: flex;
	flex-wrap: wrap;
    gap: 24px}
    .secNewArticle .list li {
        border: 1px solid #eaeaea;
        box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, .05);}
        .secNewArticle .list li a {
            display: block;
            height: 100%;
            transition: opacity 0.3s; }
        .secNewArticle .list li a:not([disabled]):hover {
            opacity: 0.7;}
            @media screen and (min-width: 48em) {
                .secNewArticle .list li {
                    width: calc(50% - 12px);
                    border: none;}
            }

    .secNewArticle .list li figure img {
          display: block;
          width: 100%; }
    .secNewArticle .list li .txt {
          position: relative;
          padding: 16px 0 24px;
          background-color: #fff; }
    .secNewArticle .list li .txt .date {
        display: block;
        width: 80px;
        margin-bottom: 12px;
        padding-bottom: 4px;
        border-bottom: 1px solid #8a93b3;
        color: #333;
        font-size: 12px;
        line-height: 1.0;
        text-align: right; }
        @media screen and (min-width: 64em) {
            .secNewArticle .list li .txt .date {
                width: 88px;
                font-size: 14px; }
        }
    .secNewArticle .list li .txt .category {
        display: inline-block;
        position: absolute;
        right: 8px;
        top: -16px;
        background-color: #152768;
        color: #fff;
        font-size: 14px;
        line-height: 1;
        padding: 8px 8px;}

        .secNewArticle .list li .txt dl {
            padding: 0 24px; }
            @media screen and (min-width: 48em) and (max-width: 64em) {
                .secNewArticle .list li .txt dl {
                    padding: 0 16px; }
            }

        .secNewArticle .list li .txt dt h3 {
            font-size: 15px;
            font-weight: bold;
            line-height: 1.5; }
            @media screen and (min-width: 64em) {
                .secNewArticle .list li .txt dt h3 {
                    font-size: 18px; }
            }
            .secNewArticle .list li .txt dd {
                margin-top: 14px;
                font-size: 14px;
                line-height: 1.5; }
/* pager */
.secNewArticle .pager {
    display: flex;
    justify-content: center;
    padding-top: 32px;
    font-size: 15px;
    font-weight: bold;}
    @media screen and (min-width: 48em) {
        .secNewArticle .pager {
            font-size: 19px;}
    }
    .secNewArticle .pager a,
    .secNewArticle .pager span {
        display: block;}
        .secNewArticle .pager a.no,
        .secNewArticle .pager span.no {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 29px;
            height: 29px;
            box-sizing: border-box;}
            @media screen and (min-width: 48em) {
                .secNewArticle .pager a.no,
                .secNewArticle .pager span.no {
                    width: 34px;
                    height: 34px;}
            }
            .secNewArticle .pager a.no + .no,
            .secNewArticle .pager span.no + .no {
                margin-left: 8px; }
                @media screen and (min-width: 48em) {
                    .secNewArticle .pager a.no + .no,
                    .secNewArticle .pager span.no + .no {
                    margin-left: 10px;}
                }
                .secNewArticle .pager a {
                    transition: opacity 0.3s;}
                        .secNewArticle .pager a:not([disabled]):hover {
                            opacity: .5;}
                        .secNewArticle .pager a.no {
                            background-color: #fff;
                            color: #152768;
                            border: 1px solid #ccc; }
                            .secNewArticle .pager a.arw {
                                width: 12px;
                                height: 12px;
                                border-bottom: 1px solid #152768;
                                border-right: 1px solid #152768;}
                                @media screen and (min-width: 48em) {
                                    .secNewArticle .pager a.arw {
                                        width: 15px;
                                        height: 15px;}
                                }
                                .secNewArticle .pager a.arw.pre {
                                    margin-right: 10px;
                                    transform: translate(0, 9px) rotate(135deg);}
                                .secNewArticle .pager a.arw.nxt {
                                    margin-left: 10px;
                                    transform: translate(0, 9px) rotate(-45deg); }
                                .secNewArticle .pager span.no {
                                    background-color: #152768;
                                    color: #fff;}


/* 関連記事 */
.secRelated {
    margin-top: 48px; }
    @media screen and (min-width: 48em) {
        .secRelated {
            margin-top: 64px;} 
    }
.secRelated h2 {
    display: flex;
    align-items: center;
    margin-bottom: 32px; 
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.0;
    letter-spacing: .05em}
    .secRelated h2::before,
    .secRelated h2::after {
        content: '';
        display: inline-block;
        height: 3px;
        flex-grow: 1;
        background-color: #152768;}
    .secRelated h2::before {
        margin-right: 1em;} 
    .secRelated h2::after {
        margin-left: 1em;}
    .secRelated h2 span {
        padding: 4px 8px 6px;
        background-color: #152768;}
    @media screen and (min-width: 64em) {
        .secRelated h2 {
            font-size: 24px;}        
            .secRelated h2 span {
                padding: 8px 12px 10px;}
    }
.secRelated ul {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 16px;}
    .secRelated ul > li {
        border: 1px solid #eaeaea;
        background-color :#fff;}
        @media screen and (min-width: 48em) {
            .secRelated ul > li {
                width: calc(100%/3 - 13px);}
        }
    .secRelated ul > li a {
        display: block;
        height: 100%;
        color: #152768;
        font-size: 14px;
        transition: opacity 0.3s;}
    .secRelated ul > li a:not([disabled]):hover {
        opacity: 0.7; }
    .secRelated ul > li a figure img {
        display: block;
        width: 100%;}
    .secRelated ul > li a p {
        color: inherit;
        padding: 16px;
        font-weight: bold;
        line-height: 1.5; }

/* 詳細ページMain */
.detailMain {
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; }
    @media screen and (min-width: 48em) {
        .detailMain {
            position: static; }
    }
    .detailMain .inner {
        display: flex;
        flex-direction: column;
        justify-content: center;}

    /* (DX通信) */
	/* (自治体会計のミライ) */
    .article .detailMain .inner, .future .detailMain .inner{ 
        width: 100%;
        height: 260px;}
        @media screen and (min-width: 48em) {
            .article .detailMain .inner, .future .detailMain .inner {
                width: 90%;
                height: 367px;}
        }
        @media screen and (min-width: 48em) and (max-width: 64em) {
            .article .detailMain .inner, .future .detailMain .inner {
                width: 95%;}
        }
        .detailMain h1 {
            margin: 0 0 8px;
            padding: 0;
            color: #fff;
            font-size: 20px;
            font-weight: bold;
            line-height: 1;
            text-align: left;}
            @media screen and (min-width: 48em) {
                .detailMain h1 {
                    font-size: 32px;}
            }
        .article .detailMain h1, .future .detailMain h1{
            margin-top: 32px;}
            @media screen and (min-width: 48em) {
                .article .detailMain h1, .future .detailMain h1{
                    margin-top: 0; }
            }
            .detailMain h1 .h1_part {
                display: block;
                line-height: 1.4;}
                    .detailMain h1 .h1_part + .h1_part {
                        margin-top: 4px; }
                        @media screen and (min-width: 48em) {
                            .detailMain h1 h1 .h1_part + .h1_part {
                                margin-top: 8px; } 
                        }
                    .detailMain h1 .h1_part span {
                        display: inline-block;
                        background-color: rgba(0, 0, 0, 0.7);
                        padding: 4px 16px 6px; }
                        @media screen and (min-width: 48em) {
                            .detailMain h1 .h1_part span {
                                padding: 4px 16px 8px;} 
                        }

        .detailMain .info {
            display: flex;
            align-items: center;
            width: 90%;
            margin: 0 auto; }
            @media screen and (min-width: 48em) {
                .detailMain .info {
                    width: auto;
                    margin: 0; }
            }
            .detailMain .info .lbl {
                padding: 6px 8px;
                background-color: #152768;
                color: #fff;
                font-size: 12px; 
                line-height: 1.0;}
                @media screen and (min-width: 48em) {
                    .detailMain .info .lbl {
                        margin-right: 12px;
                        padding: 10px 12px;
                        font-size: 14px;}
                }
            .detailMain .info .sns {
                display: flex;
                align-items: center;
                position: absolute;
                bottom: -32px;
                left: 5%; }
                    .detailMain .info .sns li {
                        margin-right: 4px; }
                    .detailMain .info .sns li a {
                        display: block; }
                @media screen and (min-width: 48em) {
                    .detailMain .info .sns {
                        position: static; }
                }

/* (コラムandインタビュー) */
.column .detailMain {
    position: relative !important;} 
.column .detailMain .inner {
    height: auto;
    margin-top: 80px;}
        .column .detailMain h1 .h1_part {
            color: #333;}
    .column .detailMain .info {
        flex-wrap: wrap;
        margin: 0;
        width: 100%;}
    .column .detailMain .info .lbl {
        display: block;
        margin-right: 12px;}
            .column .detailMain .info .sns {
                margin-top: 8px;
                position: static; }

/* 詳細ページコンテンツ */
.secArticleDetail {
    background-color: #fff;}
    @media screen and (min-width: 48em) {
        .secArticleDetail {
              margin-top: -96px;
              padding: 32px 32px 0;} 
    }
    @media screen and (min-width: 48em) and (max-width: 64em) {
        .secArticleDetail {
            padding: 24px 24px 0;}
    }
    .column .secArticleDetail {
        margin-top: 0;
        padding-top: 0;}

    .secArticleDetail .chapter_h2 {
        margin-top: 32px;}
    .secArticleDetail .chapter_h3 {
        margin-top: 24px;}
    .secArticleDetail .chapter_h4 {
        margin-top: 24px;}
    .secArticleDetail .chapter_h5 {
        margin-top: 16px;}
        @media screen and (min-width: 64em) {
        .secArticleDetail .chapter_h2 {
            margin-top: 48px;}
        .secArticleDetail .chapter_h3 {
            margin-top: 32px;}
        .secArticleDetail .chapter_h4 {
            margin-top: 32px;}
        }
    .secArticleDetail h2 {
        background-color: #f4f4f4;
        margin: 0 0 24px;
        padding: 8px 8px 8px 12px;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.4;
        border-left: 4px solid #152768; }
        @media screen and (min-width: 64em) {
            .secArticleDetail h2 {
                margin: 0 0 32px;
                padding: 12px 10px 12px 16px;
                font-size: 20px;
                border-left-width: 6px; }
        }
        .secArticleDetail h3 {
            margin: 0 0 18px;
            padding-bottom: 8px;
            font-size: 16px;
            font-weight: bold;
            border-bottom: 3px solid #152768; 
            line-height: 1.5;}
            @media screen and (min-width: 64em) {
                .secArticleDetail h3 {
                    margin: 0 0 24px;
                    font-size: 18px;
                    border-bottom-width: 2px;}
            }
        .secArticleDetail h4,
        .secArticleDetail h5 {
            margin: 0 0 4px;
            font-size: 14px;
            font-weight: bold;
            line-height: 1.5;}
            @media screen and (min-width: 64em) {
                .secArticleDetail h4,
                .secArticleDetail h5 {
                    margin-bottom: 8px;
                    font-size: 16px;}
            }
            .secArticleDetail h4 + h4,
            .secArticleDetail h5 + h5 {
                margin-top: 1em; }

        .secArticleDetail .text {
            margin-top: 24px;}
        .secArticleDetail p {
            font-size: 14px;
            line-height: 1.8; 
            letter-spacing: .05em;}
            .secArticleDetail p + p {
                margin-top: 1em;}
                @media screen and (min-width: 64em) {
                    .secArticleDetail p {
                        font-size: 16px;} 
                }

/* 目次 */
.secArticleDetail .idxBox {
    margin: 32px 0 0;
    padding: 16px;
    background-color: #f4f4f4;
    border-radius: 8px;}
    @media screen and (min-width: 48em) {
        .secArticleDetail .idxBox {
            margin: 48px 0 0;
            padding: 24px; }
    }
.secArticleDetail .idxBox .index {
    padding-bottom: 4px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #ccc; }
        .secArticleDetail .idxBox .index span {
            color: #152768; }
    @media screen and (min-width: 48em) {
    .secArticleDetail .idxBox .index {
        font-size: 20px; } 
    }
.secArticleDetail .idxBox ul {
    margin-top: 8px; }
    @media screen and (min-width: 48em) {
        .secArticleDetail .idxBox ul {
        margin-top: 24px; }
    }
.secArticleDetail .idxBox ul li {
    font-size: 14px;
    font-weight: bold; }
    .secArticleDetail .idxBox ul li + li {
        margin-top: 16px;
    }
    @media screen and (min-width: 48em) {
        .secArticleDetail .idxBox ul li {
        font-size: 16px; }
    }
    .secArticleDetail .idxBox ul li ul {
        margin-top: 6px;} 
        .secArticleDetail .idxBox ul li ul li {
            font-size: 13px;
            font-weight: normal; }
            @media screen and (min-width: 48em) {
                .secArticleDetail .idxBox ul li ul {
                    margin-top: 8px; }
                .secArticleDetail .idxBox ul li ul li {
                    font-size: 14px; }
            } 
            .secArticleDetail .idxBox ul li ul li + li {
                margin-top: 8px;}
    .secArticleDetail .idxBox > ul * {
        line-height: 1.5;}
    .secArticleDetail .idxBox > ul > li a {
        color: inherit; }
    .secArticleDetail .idxBox > ul > li a:hover {
        color: #152768;
        text-decoration: underline; }

/* 詳細ページ >　パーツ */
.secArticleDetail .mt_0 {
    margin-top: 0 !important;}
.secArticleDetail .ml_0 {
	margin-left: 0 !important;}
.secArticleDetail .mb_0 {
    margin-bottom: 0 !important;}
.secArticleDetail .mt_1 {
    margin-top: 1rem !important;}
.secArticleDetail .mt_2 {
    margin-top: 2rem !important;}
.secArticleDetail .ml_1em {
    margin-left: 1em !important;}
.secArticleDetail .indent {
    padding-left: 1em;
    text-indent: -1em;}

.secArticleDetail .font_bold {
    font-weight: bold;}
.secArticleDetail .font_small {
    font-size: .9em;} 
.secArticleDetail .font_large {
    font-size: 1.1em;}          
.secArticleDetail .text_underline {
    text-decoration: underline;}
.secArticleDetail .color_primary {
    color: #152768;}
.secArticleDetail .color_secondary {
    color: #3b81c7;}
.secArticleDetail .color_red {
    color: #ff0000;}

.secArticleDetail .text_center {
    text-align: center !important;}
.secArticleDetail .text_right {
    text-align: right !important;}
.secArticleDetail .text_left {
    text-align: left !important;}
.secArticleDetail .border_none {
    border: none !important;}

.secArticleDetail .vertical_rl {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;}

.secArticleDetail a.link {
    text-decoration: underline;
    color: #1d54a7;
    transition: all 0.3s 0s ease;}
.secArticleDetail a.link:hover {
    text-decoration: none;}
.secArticleDetail figcaption {
    margin-top: 8px;
    font-size: 0.9em;}
.secArticleDetail .imgBox {
    margin: 24px 0;}
.secArticleDetail .imgBox img {
    display: block;
    max-width: 100%;
    margin: auto;} 
.secArticleDetail .imgBox.mv {
    margin-top: 0;}

.secArticleDetail .bnrBox {
    margin: 32px 0;}
    .secArticleDetail .bnrBox a {
        transition: all 0.3s 0s ease;} 
    .secArticleDetail .bnrBox a:hover img {
        opacity: .7;} 
    .secArticleDetail .bnrBox img {
        display: block;
        max-width: 100%;
        margin: auto;} 

.secArticleDetail .table {
    margin: 24px 0;}
    .secArticleDetail .table .note {
        margin-top: 8px;
        font-size: 14px;
		line-height: 1.4;
        text-align: right;}
.secArticleDetail table {
    width: 100%;}
    .secArticleDetail table > * {
        font-size: 14px;}
         @media screen and (min-width: 64em) {
            .secArticleDetail table > * {
                font-size: 16px;}
          }
    .secArticleDetail table th,
    .secArticleDetail table td {
        padding: 8px;
        line-height: 1.5;
        vertical-align: middle;
        border: 1px solid #ccc; }
        .secArticleDetail table th {
            background-color: #152768;
            color: #fff;
            font-weight: bold;
            text-align: center;
            box-sizing: border-box; }
            .secArticleDetail table td {
                background-color: #fff;
                background-clip: padding-box;}

    .secArticleDetail table.font_small > * {
        font-size: 13px;}

.secArticleDetail table .label {
    position: relative;
    padding-left: 24px;}
    .secArticleDetail table .label::after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 11px;
        left: 8px;
        width: 12px;
        height: 12px;
        border: 1px solid #ccc;
        background-color: #fff;}
        .secArticleDetail table .label.green::after {
            background-color: #45a63e;}
        .secArticleDetail table .label.dp_green::after {
            background-color: #216634;}
        .secArticleDetail table .label.blue::after {
            background-color: #0a5a8c;}
        .secArticleDetail table .label.lt_blue::after {
            background-color: #2392c9;}
        .secArticleDetail table .label.yellow::after {
            background-color: #f8b71a;}

/* 2カラム */
.secArticleDetail .columns_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 24px 0;}
.secArticleDetail .columns_wrap > * {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;}
.secArticleDetail .columns_wrap > * + * {
    margin-top: 16px;}
    @media screen and (min-width: 74em) {
        .secArticleDetail .columns_wrap {
            justify-content: space-between;}
        .secArticleDetail .columns_wrap > * {
            flex: 0 0 49%;
            max-width: 49%;
            margin-top: 0;}
    }

/* list */
.secArticleDetail .text > ul,
.secArticleDetail .text > ol {
    margin-left: 2em;}
.secArticleDetail .text > ul li,
.secArticleDetail .text > ol li {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .05em;}
.secArticleDetail .text > ul li + li,
.secArticleDetail .text > ol li + li {
    margin-top: 4px;}
    @media screen and (min-width: 64em) {
        .secArticleDetail .text > ul li,
        .secArticleDetail .text > ol li {
            font-size: 16px;}
    }
/* list-style:disc */	    
.list_style_disc > li {
    list-style: disc;}
/* list-style:decimal */	    
.list_style_decimal > li {
    list-style: decimal;}
/* list-style:base */	    
.list_base {
	display: table;
	padding-left: 0;
	list-style-type: none;
}
.list_base > li {
	display: table-row;
}
.list_base li:not(:last-child)::after {
    content: "";
    display: block;
    margin-bottom: 0.5em;
}
.list_base > li::before,
.list_base > li > span::before {
    display: table-cell;
	padding-right: 0.5em; 
} 

/* list-style:note */	    
.list_style_note > li::before {
    content: "※";}     
/* list-style:hyphen */	    
.list_style_hyphen > li::before {
    content: "ー";} 

/* list_style:r_parenOrder */
.list_style_r_parenOrder > li {
    counter-increment: r_parenOrder;}
.list_style_r_parenOrder > li::before {
    content: counter(r_parenOrder) "）" ;
    white-space: nowrap;} 
.list_base.list_style_r_parenOrder > li::before,
.list_base.list_style_r_parenOrder > li > span::before {
    padding-right:0;
	padding-left: 0.5em; 
}

/* 定義list ▶マークつき */
.definition-list dt{
    position: relative;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    margin: 1rem 0 4px; 
    padding-left: 1em;
}

.definition-list dt:after{
    content: "";
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 8px;
    height: 12px;
    background-color: #333;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.definition-list dd{
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: .05em;
    margin-left: 1em !important;
}

/* heading ▶マーク */
.h_triangle {
    position: relative;
    padding-left: 1em;} 
    .h_triangle::after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 5px;
        left: 0;
        width: 8px;
        height: 12px;
        background-color: #333;
        clip-path: polygon(0 0, 0% 100%, 100% 50%);}
        @media screen and (min-width: 64em) {
            .h_triangle::after {
                top: 6px;
                width: 10px;
                height: 14px;} 
        }

/* 注釈 */
.secArticleDetail p.note {
    text-align: right;}
.secArticleDetail p.note span {
    font-size: 0.9em;}

/* セミナーテキストリンク */
.link_box {
    margin-top: 24px;} 
.link.triangle {
    position: relative;
    padding-left: 1.1em;}
.link.triangle::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 0;
    width: 10px;
    height: 14px;
    background-color: #1d54a7;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);} 

/* 矢印 左右上下*/	
.arrow_triangle {
    margin: 1rem auto 0;
    background: #152768;
    height: calc(48px / 2);
    width: 48px;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);}
    .arrow_triangle.up {
        clip-path: polygon(50% 0, 100% 100%, 0 100%);}
    .arrow_triangle.right {
        clip-path: polygon(0 0, 100% 50%, 0 100%);}
    .arrow_triangle.down {
        clip-path: polygon(0 0, 100% 0, 50% 100%);}
    .arrow_triangle.left {
        clip-path: polygon(0 50%, 100% 0, 100% 100%);}

/* テキストリンク（フレーム有ver.） */
.link_flame {
    margin-top: 16px;
    background-color: #F2F7F8;
    padding: 16px 24px;
}
.link_flame .triangle_down {
    position: relative;
    padding-left: 1em;
}
.link_flame .triangle_down::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 8px; 
    left: 0;
    width: 12px;
    height: 10px;
    background-color: #333;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
@media screen and (min-width: 64em) {
    .link_flame .triangle_down::after {
        width: 14px;
        height: 12px;
    }
}
/* frame Box */	
.secArticleDetail .frameBox {
    padding: 1em;
    background-color: #f2f7f8;
    border-top: solid 4px #3b81c7;}
    .secArticleDetail .frameBox h3 {
        padding: 0;
        margin: 0;
        border: 0;}
    .secArticleDetail .frameBox h3 {
        padding-left: 1em;
        text-indent: -1em;}

/* profile Box */	 
.secArticleDetail .profBox {
    margin-top: 24px;
    background-color: #fff;
    border: 1px solid #152768;}
    .secArticleDetail .profBox .proftitle {
        background-color: #152768;
        padding: 16px;
        text-align: center;}
        .secArticleDetail .profBox .proftitle p {
            color: #fff;
            font-weight: bold;
            line-height: 1.5;}
    .secArticleDetail .profBox .profwrap {
        display: flex;
        flex-wrap: wrap;
        padding: 1rem;}
            .secArticleDetail .profBox .profwrap figure,
            .secArticleDetail .profBox .profwrap .proftext {
                width: 100%;}
                .secArticleDetail .profBox .profwrap figure img {
                    display: block;
                    margin: 0 auto;
                    width: 150px;}
                .secArticleDetail .profBox .profwrap .proftext {
                    flex: 1;
                    margin-top: 1rem;}
                    .secArticleDetail .profBox .profwrap .proftext p {
                        font-size: 14px; 
                        line-height: 1.6;}
                        .secArticleDetail .profBox .profwrap p.profname {
                            margin-bottom: 16px;}
                        .secArticleDetail .profBox .profwrap p.profname span {
                            font-size: 1.2em;
                            font-weight: bold;}
    @media screen and (min-width: 64em) {
        .secArticleDetail .profBox .proftitle {
            text-align: left;}    
        .secArticleDetail .profBox .profwrap {
            justify-content: space-between;}  
        .secArticleDetail .profBox .profwrap figure {
            width: 150px;}
        .secArticleDetail .profBox .profwrap .proftext {
            margin-top: 0;
            margin-left: 32px;}
    }            

/* dx_issues004_responsible（実証実験の方法） */	
.secArticleDetail .responsible {
    margin-top: 24px;
    padding: 16px;
    background-color: #f2f7f8;}
    @media screen and (min-width: 64em) {
        .secArticleDetail .responsible {
            padding: 24px;}
    }
.secArticleDetail .responsible .chapter_h3:first-child {
    margin-top: 0;}
.secArticleDetail .responsible h3 {
    border-color: #3b81c7;}
.secArticleDetail .responsible h3::before {
    display: inline-block;
    content: '';
    width: 30px;
    height: 30px;
    margin-right: 8px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: text-bottom;}
    .secArticleDetail .responsible h3.kiann::before {
        background-image: url(/web/jp/government/images/comm/dx_issues004/icon_kiann.svg);}
    .secArticleDetail .responsible h3.kessai::before {
        background-image: url(/web/jp/government/images/comm/dx_issues004/icon_kessai.svg);}
    .secArticleDetail .responsible h3.kaikei::before {
        background-image: url(/web/jp/government/images/comm/dx_issues004/icon_kaikei.svg);}
        @media screen and (min-width: 64em) {
            .secArticleDetail .responsible h3::before {
                width: 36px;
                height: 36px;}
        }
.secArticleDetail .responsible .text ul {
    margin-left: 0;
}
.secArticleDetail .responsible ul li {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .05em;}
    .secArticleDetail .responsible ul li +li {
        margin-top: 4px;}
     @media screen and (min-width: 64em) {
         .secArticleDetail .responsible ul li {
             font-size: 16px;}
    }    

/* dx_issues004（検証結果）
   dx_issues007（検証結果）
   dx_issues013 */	 
.secArticleDetail h3.effect {
    border-color: #3b81c7;}
.secArticleDetail h3.effect::before {
    display: inline-block;
    content: '';
    width: 105px;
    height: 25px;
    margin-right: 8px;
    background-image: url(/web/jp/government/images/comm/logo_seikyu.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: text-bottom;}
    @media screen and (min-width: 64em) {
        .secArticleDetail h3.expt::before {
            width: 120px;
            height: 29px;}
    }  
.secArticleDetail h3.effect.contract::before {
    background-image: url(/web/jp/government/images/comm/logo_contract.svg);} 
.secArticleDetail h3.effect.trade_seikyu::before {
    width: 240px;
    background-image: url(/web/jp/government/images/comm/logo_trade_seikyu.svg);} 
.effect_box * {
    line-height: 1.8;
    box-sizing: border-box;}
.effect_box {
    width: fit-content;
    margin: auto;}
.effect_box .nopc { 
    display: none;}
.effect_box_note {
    text-align: center;
    white-space: nowrap;}
.effect_box_area{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 20px;
    margin-top: 32px;}
.effect_box_before_list,
.effect_box_after_list{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;}
.effect_box_before_list{
    width: 210px;
    height: 392px;
    border:  2px solid #3b81c7;
    margin-bottom: 16px;}
.effect_box_before_list_item{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.93;}
.effect_box_before_list_desc{
    font-weight: 500;
    text-align: center;}
.effect_box_after_txt_box{
    font-weight: 700;
    padding-left: 66px;
    margin-bottom: 19px;
    position: relative;}
.effect_box_after_txt_box::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    width: 39px;
    height: 71px;
    background: url(/web/jp/government/images/comm/dx_issues004/img_effect_arrow.png) no-repeat center / contain;}

.effect_box_after_txt_box::after{
    content: "";
    position: absolute;
    top: 31px;
    left: 5px;
    transform: translate(-100%, -50%);
    width: 28px;
    height: 145px;
    background: url(/web/jp/government/images/comm/dx_issues004/img_effect_dotted_line_pc.png) no-repeat center / contain;}
.effect_box_after_txt{
    line-height: 1.5;}
.effect_box_after_txt_m {
    font-size: 24px;}
.effect_box_after_txt_l {
    font-size: 34px;}
.effect_box_after_list {
    width: 267px;
    height: 245px;
    border: 4px solid #3b81c7;
    margin-bottom: 16px;}
.effect_box_after_list_item {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.73;}
.effect_box_after_list_item span {
    font-size: 12px;
    font-weight: 400;}

.effect_box_after_list_desc {
    color: #3b81c7;
    font-size: 18px;
    font-weight: 700;
    text-align: center;}

    @media screen and (max-width: 960px) {
        .effect_box .nopc { 
            display: block;}
        .effect_box_note {
            text-align: left;
            padding-left: 1em;
            text-indent: -1em;
            white-space: normal;}
        .effect_box_area{
            flex-direction: column;
            align-items: flex-start;
            justify-content: start;
            gap: 12px;
            width: fit-content;
            margin: 24px auto 0;}
        .effect_box_before_wrapper,
        .effect_box_after_wrapper {
            display: flex;
            width: 100%;}
        .effect_box_before_list,
        .effect_box_after_list {
            padding: 2px;
            margin:0 0 0 4px;
            order: 2;}
        .effect_box_before_list{
            width: 250px;
            height: 280px;
            border: 1px solid #3b81c7;}
        .effect_box_before_list_item {
            flex: 1 0 auto; 
            font-size: 14px;
            line-height: 1.7;
            padding-left: 4px;}
        .effect_box_before_list_desc,
        .effect_box_after_list_desc {
            font-size: 14px;
            text-align: center;
            line-height: 1;
            writing-mode: vertical-rl;
            order: 1;}
        .effect_box_after_txt_box {
            display: flex;
            justify-content: start;
            align-items: center;
            font-size: 12px; 
            line-height: 1.58;
            padding-left: 0;
            margin:0 0 10px 8px;}
        .effect_box_after_txt_box::before{
            top: 57%;
            left: auto;
            right: 0;
            width: 22px;
            height: 36px;}
        .effect_box_after_txt_box::after{
            top: 50%;
            left: auto;
            right: -82px;
            width: 42px;
            background: url(/web/jp/government/images/comm/dx_issues004/img_effect_dotted_line_sp.png) no-repeat center / contain;}
        .effect_box_after_txt_m{
            font-size: 15px; 
            padding-left: 4px;
            letter-spacing: .05em;}
        .effect_box_after_txt_l{
            font-size: 20px; }
        .effect_box_after_list{
            width: 210px;
            height: 240px;
            border: 2px solid #3b81c7;}
        .effect_box_after_list_item{
            flex: 1 0 auto;
            font-size: 14px;
            line-height: 1.7;
            padding-left: 4px;}
        .effect_box_after_list_item span{
            font-size: 11px; }
    }        