@charset "utf-8";
/* CSS Document */

html { font-size: 62.5%; }
body {
    /*font-family: 'Zen Maru Gothic', sans-serif;*/
    font-family: "BIZ UDPゴシック", "BIZ UDPGothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
    line-height: 1.6;
    font-size: 1.6rem;
}
a:hover {
    text-decoration: none;
}
ul,ol,li {
    list-style: none;
    margin: 0;
    padding: 0;
}
dl,dt,dd {
    margin: 0;
    padding: 0;
}
td,p {
    word-break: break-all;
}
header, footer, #main {
    width: 100%;
    margin: 0;
    min-width: 1200px;
}
div#main {
    padding-bottom: 185px;
}
div#main.detail {
    padding-top: 135px;
    padding-bottom: 180px;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.clearfix:before {
    content: "";
    display: block;
    clear: both;
}
.clearfix {
    display: block;
}

.sp { display: none; }

/* グロナビ____________________________________ */
header {
    z-index: 1000;
    position: fixed;
    top:0;
}
/* ロゴ */
#logo {
    background: rgba(255,255,255,0.80);
    height: 50px;
    width: 100%;
    display: table;
}
#logo h1, #logo > p {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    font-size: 2.2rem;
    font-weight: bold;
}
#logo h1 img, #logo > p img {
    vertical-align: middle;
    margin-right: 20px;
    margin-bottom: 7px;
    width: 150px;
}

/* 本文エリア____________________________________ */
div#main {
    background:repeat-x bottom center/80% url("/sogoseisaku/kanminrenkei/content/001449101.png");
}
section {
    padding: 0 10px;
    clear: both;
}
div.sec-inner {
    max-width: 1000px;
    margin: 30px auto;
}
div#main.detail .lead, div#main.detail .sec-txt {
    margin: 30px 60px 70px;
    line-height: 1.7;
}
div#main.detail .title-wrap {
    position: relative;
    height: 200px;
    z-index: 1;
}
div#main.detail .title {
    position: relative;
    height: 200px;
    top: -500px;
    border-top: 500px solid #c4dcf0;
    background: url("/sogoseisaku/kanminrenkei/content/001449098.png");
    transform:skewY(-5.5deg);
}
/*div#main.detail .title::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 10px;
    background-color: #c4dcf0; 
    transform-origin: bottom left;
}*/
div#main.detail .title h1 {
    transform: skewY(5.5deg);
}
div#main.detail .contents {
    position: relative;
    border-top: 1px solid #000;
}
div#main.detail .contents::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -200px;
    width: 100%;
    height: 200px;
    background-color: #f9d5d5;
    transform: skewY(1deg);
    transform-origin: bottom left;
}
div#main.detail .contents p {
    margin: 5px 0;
}
div#main.detail .contents .newscate p {
    margin: 0;
}
div#main.detail .contents .honbun-text {
    margin-bottom: 15px;
}

/* 見出し */
div#main.detail h1.levelH1 {
    margin: 0;
    padding: 110px 0 100px;
    font-size: 3.6rem;
    text-align: center;
    font-weight: 500;
}
div#main.detail h2.levelH2 {
    min-height: 69px;
    background: #eee;
    margin: 0 0 0 40px;
    font-size: 2.8rem;
    line-height: 1.3;
}
div#main.detail h2.levelH2 span {
    position: relative;
    display: block;
    background: #eee;
    padding: 15px 15px 15px 55px;
}
div#main.detail h2.levelH2 span::before {
    position: absolute;
    left: -40px;
    top:0;
    content: "";
    width: 80px;
    height: 70px;
    background: url("/sogoseisaku/kanminrenkei/content/001449099.png") no-repeat top left;
}
div#main.detail h3.levelH3 {
    position: relative;
    margin: 20px 0 10px 25px;
    padding-left: 50px;
    font-size: 2.4rem;
    line-height: 1.7;
}
div#main.detail h3.levelH3::before {
    position: absolute;
    left:0 ;
    top: 8px;
    content: "";
    width: 33px;
    height: 28px;
    background: url("/sogoseisaku/kanminrenkei/content/001449100.png") no-repeat;
}
div#main.detail .sec-txt h2.levelH2 {
    margin: 0 0 0 0;
}
div#main.detail .sec-txt h3.levelH3 {
    margin: 20px 0 10px 0;
}

/* パンくず */
#breadcrumb {
    max-width: 1000px;
    line-height: 1.7;
    position: relative;
    z-index: 2;
    margin: 70px auto 30px;
    padding: 5px 15px;
}
#breadcrumb ul {
    overflow: hidden;
    *zoom: 1;
}
#breadcrumb li {
    float: left;
    padding-right: 15px;
}
#breadcrumb li a{
    color: #000;
    text-decoration: none;
}
#breadcrumb li a:hover{
    text-decoration: underline;
}
#breadcrumb li.arrow {
    padding-left: 25px;
    position: relative;
}
#breadcrumb li:first-child.arrow {
    padding-left: 0;
}
    #breadcrumb li.arrow::before{
        position: absolute;
        content: url("/sogoseisaku/kanminrenkei/content/001449074.png");
        top: 2px;
        left: 0;
    }
    #breadcrumb li:first-child.arrow::before {
        content: none;
    }

/* リンクボタン */
.sec-link {
    display: flex;
    justify-content: center;
}
.sec-link.vertical {
    display: flex;
    flex-direction: column;
}
.sec-link a.btn {
    background: url("/sogoseisaku/kanminrenkei/content/001449075.png") no-repeat left top,
     url("/sogoseisaku/kanminrenkei/content/001449076.png") no-repeat left 0 bottom -1px,
     url("/sogoseisaku/kanminrenkei/content/001449077.png") repeat-y left,
     url("/sogoseisaku/kanminrenkei/content/001449078.png") no-repeat right top,
     url("/sogoseisaku/kanminrenkei/content/001449079.png") no-repeat right 0 bottom -1px,
     url("/sogoseisaku/kanminrenkei/content/001449080.png") repeat-y right;
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
    text-decoration: none;
    display: block;
}
.sec-link.vertical a.btn {
    width: 75%;
    margin: 10px auto;
}
.sec-link a.btn:hover {
    opacity: 0.8;
}
.sec-link a.btn span {
    display: block;
}
.sec-link a.btn .inner {
    background-color: #328375;
    border-top: 9px solid #ccc;
    border-bottom: 9px solid #ccc;
    margin: 0 32px;
    text-align: center;
    padding: 8px;
    min-height: 64px;
    box-sizing: border-box;
}

/* リンクリスト */
.link-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}
.link-list li a::before {
    position: absolute;
    top: .5rem;
    left: 0;
    content: "";
    width: 9px;
    height: 18px;
    background: url(/sogoseisaku/kanminrenkei/content/001449074.png) no-repeat;
}

/* 画像配置 */
.lead-wrap.img-left,
.honbun-wrap.img-left {
    display: flex;
    flex-direction: row-reverse;
}
.lead-wrap.img-center,
.honbun-wrap.img-center {
    display: flex;
    flex-direction: column;
}
.lead-wrap.img-right,
.honbun-wrap.img-right {
    display: flex;
    flex-direction: row;
}
.lead-wrap img,
.honbun-wrap img {
    max-width: 100%;
}

/* フッター____________________________________ */

/* お問い合わせ */
#inquiry {
    background:repeat-y top left/100% url("/sogoseisaku/kanminrenkei/content/001449102.png");
    padding-bottom: 65px;
    text-align: center;
}
#inquiry h2 {
    margin: 0;
    padding: 110px 0 25px;
    font-size: 3.4rem;
    text-align: center;
    color: #fff;
    background: url("/sogoseisaku/kanminrenkei/content/001449090.png") no-repeat top 30px center;
    font-weight: normal;
    background-size: 70px;
    line-height: 1;
}
#inquiry h2 span {
    display: block;
    margin-top: 15px;
    font-size: 2.4rem;
    font-weight: normal;
}
#inquiry .sec-inner div {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 35px 10px;
    margin: 0 10px;
}
#inquiry p.name {
    font-size: 2.4rem;
    margin: 0;
}
#inquiry p.tel {
    font-size: 3.4rem;
    margin: 10px 0 0;
    color: #1f2962;
    line-height: 1;
}
#footer {
    text-align: center;
    padding: 20px 10px;
    border-top: 3px solid #192357;
}
#footer p.ft-txt {
    margin: 0;
    font-size: 1.6rem;
}
#footer p.ft-txt img {
    margin-left: 35px;
}
#footer p.ft-copy {
    margin: 5px 0 0;
    font-size: 1.4rem;
    font-weight: bold;
}

/* アイコン表示____________________________________ */
h1.levelH1 {
    background-size: 70px!important;
}
/* 官民連携 */
#partnership h1.levelH1 { background: url("/sogoseisaku/kanminrenkei/content/001449081.png") no-repeat top 40px center; }
/* イベント */
#event h1.levelH1 { background: url("/sogoseisaku/kanminrenkei/content/001449082.png") no-repeat top 40px center; }
/* 支援制度 */
#support h1.levelH1 { background: url("/sogoseisaku/kanminrenkei/content/001449083.png") no-repeat top 40px center; }
/* 地域プラットフォーム */
#platform h1.levelH1 { background: url("/sogoseisaku/kanminrenkei/content/001449084.png") no-repeat top 40px center; }
/* 手引き・事例集 */
#guidance h1.levelH1 { background: url("/sogoseisaku/kanminrenkei/content/001449085.png") no-repeat top 40px center; }
/* PPP/PFIの相談窓口 */
#counter h1.levelH1 { background: url("/sogoseisaku/kanminrenkei/content/001449086.png") no-repeat top 40px center; }
/* 関連情報 */
#information h1.levelH1 { background: url("/sogoseisaku/kanminrenkei/content/001449087.png") no-repeat top 40px center; }
/* 新着情報 */
#news h1.levelH1 { background: url("/sogoseisaku/kanminrenkei/content/001449088.png") no-repeat top 40px center; }

/* 新着情報____________________________________ */
#whatsNew {
    background-color: #F7F7F7;
    padding-top: 0;
    line-height: 1.7;
}
div#main.detail #whatsNew {
    background-color: #fff;
}
#whatsNew h2 {
    background: url("/sogoseisaku/kanminrenkei/content/001449088.png") no-repeat top 20px center;
}
#whatsNew h2 span {
    color: #91c1e9;
}
#whatsNew dl {
    clear: both;
    position: relative;
    border-bottom: 1px solid #d0d0d0;
    min-width: 55px;
    padding: 12px 0;
    display: table;
    width: 100%
}
#whatsNew dl dt {
    display: table-cell;
    width: 150px;
    font-weight: bold;
    padding-right: 25px;
}
#whatsNew.event dl dt {
    width: 200px;
}
#whatsNew dl dd { 
    display: table;
}
#whatsNew dl dd .newscate {
    padding-right: 20px;
    width: 125px;
    display: table-cell;
}
#whatsNew dl dd .newscate p {
    margin: 0;
    padding: 5px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}
    .newscate p.cate1 {
        background: #328375;
    }
    .newscate p.cate2 {
        background: #1d275d;
    }

/* 共通____________________________________ */
.caution {
    font-size: 1.4rem;
}
.tac { text-align: center; }
.tar { text-align: right; }
.tal { text-align: left; }

.mA0{margin:0 !important;}
.mA10{margin:10px !important;}
.mA20{margin:20px !important;}
.mA30{margin:30px !important;}

.mT0{margin-top:0 !important;}
.mT10{margin-top:10px !important;}
.mT20{margin-top:20px !important;}
.mT30{margin-top:30px !important;}

.mR0{margin-right:0 !important;}
.mR10{margin-right:10px !important;}
.mR20{margin-right:20px !important;}
.mR30{margin-right:30px !important;}

.mB0{margin-bottom:0 !important;}
.mB10{margin-bottom:10px !important;}
.mB20{margin-bottom:20px !important;}
.mB30{margin-bottom:30px !important;}

.mL0{margin-left:0 !important;}
.mL10{margin-left:10px !important;}
.mL20{margin-left:20px !important;}
.mL30{margin-left:30px !important;}

.pA0 { padding: 0 !important; }
.pT0 { padding-top: 0 !important; }
.pR0 { padding-right: 0 !important; }
.pB0 { padding-bottom: 0 !important; }
.pL0 { padding-left: 0 !important; }

/* 表組 */
.scroll-table {
    overflow-x: auto;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 30px;
}
.scroll-table.fixed {
    height: 70vh;
}
    /*スクロールバー全体の高さ*/
    .scroll-table::-webkit-scrollbar {
        height: 5px;
    }
    /*スクロールバー全体の背景*/
    .scroll-table::-webkit-scrollbar-track {
        background: #eee;
    }
    /*スクロールバーの動く部分*/
    .scroll-table::-webkit-scrollbar-thumb {
        background: #aaa;
        border: none;
    }
    /*スクロールバーの動く部分のホバー（マウスオーバー）*/
    .scroll-table::-webkit-scrollbar-thumb:hover {
        background: #999;
    }

.scroll-table table {
    border-collapse: collapse;
}
.scroll-table table th,
.scroll-table table td {
    vertical-align: middle;
    padding: 10px;
    border: 1px solid #ccc;
}
.scroll-table table th {
    position: sticky;
    color: #fff;
    background: #4c4c4c;
    z-index: 1;
}
.scroll-table table thead th {
    top: 0;
}
.scroll-table table tbody th {
    left: 0;
}
.scroll-table.both table th {
    top: 0;
    left: 0;
}
.scroll-table table th:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
}
.scroll-table.both table thead th:first-child {
    z-index: 2;
}

/* エディタ */
.lead-wrap table,
.lead-wrap th,
.lead-wrap td,
.honbun-wrap table,
.honbun-wrap th,
.honbun-wrap td {
    width: auto!important;
}
.lead-wrap table,
.honbun-wrap table {
    border-collapse: collapse;
}
.lead-wrap th,
.honbun-wrap th {
    background-color: #4c4c4c;
    color: #fff;
}
.lead-wrap th,
.lead-wrap td,
.honbun-wrap th,
.honbun-wrap td {
    padding: 10px;
    border: 1px solid #ccc;
}
.lead-wrap ul,
.lead-wrap ul li,
.honbun-wrap ul,
.honbun-wrap ul li {
    list-style: disc;
}
.lead-wrap ol,
.lead-wrap ol li,
.honbun-wrap ol,
.honbun-wrap ol li {
    list-style: decimal;
}
.lead-wrap ul,
.lead-wrap ol,
.honbun-wrap ul,
.honbun-wrap ol {
    margin: 10px 0 10px 30px;
}
.lead-wrap ul.link-list,
.lead-wrap ul.link-list li,
.honbun-wrap ul.link-list,
.honbun-wrap ul.link-list li {
    list-style: none;
}
.lead-wrap h4,
.honbun-wrap h4 {
    border-bottom: 1px solid #1D275D;
    font-size: 2.1rem;
}
.lead-wrap h5,
.honbun-wrap h5 {
    background-color: #eee;
    border-radius: 10px;
    padding: 7px 20px;
    margin-bottom: 10px;
    font-size: 1.8rem;
}

.lead-wrap .box,
.honbun-wrap .box {
    border: 1px solid #4c4c4c;
    padding: 10px;
}



/* ----------------------------------------------------------------------------------------------------
    SP
---------------------------------------------------------------------------------------------------- */
@media screen and (max-width:768px) {

body {
    font-size: 1.55rem;
}
header, footer, #main {
    width: 100%;
    margin: 0;
    min-width: auto;
}
div#main.detail {
    padding-top: 55px;
    padding-bottom: 85px;
}

.pc { display: none; }

/* グロナビ____________________________________ */

/* ロゴ */
#logo {
    height: 30px;
    position: absolute;
    text-align: center;
    clip-path: polygon(20% 0, 80% 0, 75% 100%, 25% 100%);
    z-index: 3;
}
#logo h1, #logo > p {
    max-width: auto;
    font-size: 1.1rem;
}
#logo h1 img, #logo > p img {
    vertical-align: baseline;
    margin-right: 7px;
    margin-bottom: -2px;
    height: 1.55rem;
    width: auto;
}

/* 本文エリア____________________________________ */
div#main {
    background:repeat-x bottom center/150% url("/sogoseisaku/kanminrenkei/content/001449101.png");
}
div.sec-inner {
    margin: 0 auto;
}
div.sec-inner img {
    width: auto;
    max-width: 100%;
}

div#main.detail .lead, div#main.detail .sec-txt {
    margin: 15px 10px 40px;
}
div#main.detail .title-wrap {
    height: 125px;
}
div#main.detail .title {
    height: 125px;
}
div#main.detail .contents p {
    margin-bottom: 25px;
}

/* 見出し */
div#main.detail h1.levelH1 {
    padding: 70px 0 50px;
    font-size: 2.2rem;
}
div#main.detail h2.levelH2 {
    min-height: 49px;
    font-size: 2rem;
    line-height: 1.9;
}
div#main.detail h2.levelH2 span {
    padding: 5px 15px 4px 30px;
}
div#main.detail h2.levelH2 span::before {
    height: 49px;
    background: url("/sogoseisaku/kanminrenkei/content/001449099.png") no-repeat top left / 70%;
}
div#main.detail h3.levelH3 {
    margin: 20px 0 10px 10px;
    padding-left: 45px;
    font-size: 1.9rem;
    line-height: 2.3;
}
div#main.detail h3.levelH3::before {
    background: url("/sogoseisaku/kanminrenkei/content/001449100.png") no-repeat;
}

/* パンくず */
#breadcrumb {
    line-height: 1.4;
    margin: 40px auto 30px;
}

/* リンクボタン */
.sec-link.vertical a.btn {
    width: 100%;
}

/* 画像配置 */
.lead-wrap.img-left,
.honbun-wrap.img-left {
    flex-direction: column;
}
.lead-wrap.img-right,
.honbun-wrap.img-right {
    flex-direction: column;
}

/* フッター____________________________________ */

/* お問い合わせ */
#inquiry {
    padding-bottom: 35px;
}
#inquiry h2 {
    padding: 70px 0 25px;
    font-size: 2.4rem;
    background: url("/sogoseisaku/kanminrenkei/content/001449090.png") no-repeat top 20px center;
    background-size: 55px;
    line-height: 1.5;
}
#inquiry h2 span {
    margin-top: 0;
    font-size: 1.8rem;
}
#inquiry .sec-inner div {
    padding: 20px 10px;
    margin: 0 20px;
}
#inquiry p.name {
    font-size: 1.8rem;
}
#inquiry p.tel {
    font-size: 2.4rem;
    margin: 15px 0 0;
}
#footer {
    padding: 20px 10px;
}
#footer p.ft-txt {
    font-size: 1.3rem;
}
#footer p.ft-txt img {
    margin-top: 10px;
    width: 80px;
}
#footer p.ft-copy {
    font-size: 1.2rem;
}

/* アイコン表示____________________________________ */
h1.levelH1 {
    background-size: 45px!important;
}
/* 官民連携 */
#partnership h1.levelH1 { background-position-y: 22px; }
/* イベント */
#event h1.levelH1 { background-position-y: 22px; }
/* 支援制度 */
#support h1.levelH1 { background-position-y: 22px; }
/* 地域プラットフォーム */
#platform h1.levelH1 { background-position-y: 22px; }
/* 手引き・事例集 */
#guidance h1.levelH1 { background-position-y: 22px; }
/* PPP/PFIの相談窓口 */
#counter h1.levelH1 { background-position-y: 22px; }
/* 関連情報 */
#information h1.levelH1 { background-position-y: 22px; }

/* 新着情報____________________________________ */
#whatsNew {
    padding: 10px 20px 0;
}
#whatsNew dl dt {
    float: left;
}
#whatsNew.event dl dt {
    float: none;
    display: block;
    width: auto;
}
#whatsNew dl dd { 
    display: block;
}
#whatsNew dl dd .newscate {
    width: 100px;
    position: absolute;
    top: 12px;
    left: 150px;
}
#whatsNew dl dd .newscate p {
    padding: 2px;
    font-size: 1.3rem;
}
#whatsNew dl dd {
    clear: both;
    padding-top: 10px;
}

/* 共通____________________________________ */

/* エディタ */
.lead-wrap h4,
.honbun-wrap h4 {
    font-size: 1.7rem;
}
.lead-wrap h5,
.honbun-wrap h5 {
    font-size: 1.6rem;
}

}

ul.list-dot li{list-style: disc;}
