@charset "utf-8";

/* -----------------------------------------------------------
フォントサイズ
----------------------------------------------------------- */

.small-text {
    font-size: 0.875em;
}

.contents-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 40px;
    padding: 0 8px;
}


/* -----------------------------------------------------------
文章中の段落設定 
----------------------------------------------------------- */


/*1字字下げ*/
p.indent01 {
    text-indent: 1em;
}

p.indent02 {
    padding-left: 2em;
}

p.indent03 {
    text-indent: -2em;
    padding-left: 5em;
}

p.indent04 {
    text-indent: -1em;
    padding-left: 3em;
}

.indent05 {
    text-indent: -1em;
    padding-left: 1em;
}

.indent06 {
    text-indent: -1em;
    padding-left: 2em;
}

/* -----------------------------------------------------------
スペース
----------------------------------------------------------- */

/*記事のブロックごとにスペースあける*/
.content-wrapper,.section-wrapper {
    margin-bottom: 40px;
    padding: 0 8px;
}

/*１文字分左あけ*/
.mgr-left01 {
    margin-left: 1.0em;
}

/*１.5文字分左あけ*/
.mgr-left {
    margin-left: 1.5em;
}

/*１文字分右あけ*/
.mgr-right01 {
    margin-right: 1.0em;
}

/*１.5文字分右あけ*/
.mgr-right {
    margin-right: 1.5em;
}

.article .list-no-margin {
    padding-left: 0;
}

.article .list-no-margin li {
    padding-left: 0;
}

.list-none {
    list-style-type: none
}

/* -----------------------------------------------------------
文章内の設定
----------------------------------------------------------- */

/* 赤字（細字） */
.txt-red-normal {
    color: red;
    font-weight: normal;
}

.application-flow-txt {
    margin-left: 1em;
}

/* 下線 */
.underline {
    text-decoration: underline;
}

/*pタグ下マージン 0にしたい場合*/

.article .no-margin {
    margin-bottom: 0;
}

/*文章右揃え*/
.txt-right {
    text-align: right;
    display: block;
}




/* -----------------------------------------------------------
資料　表
----------------------------------------------------------- */
.article .doc-box {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center;*/
    gap: 30px 34px;
    list-style: none;
    padding: 20px !important;
    border: 1px solid #dfdfdf;
    border-radius: 0px 0px 5px 5px;
}

.doc-box img {
    margin-bottom: 10px;
    width: 100%;
    height: auto;
}

.doc-box p {
    display: block;
    font-size: 80%;
    line-height: 1.4;
}


.article .paper-item {
    width: calc((100% - 136px) / 5);
    padding-left: 0 !important;
}


.paper-img:after {
    content: url(../images/doc-cat1.png);
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
}

.img-box {
    position: relative;
    display: flex;
    align-items: flex-end;

}

.doc-cat-shisaku,
.doc-cat-kanri,
.doc-cat-taishinka,
.doc-cat-kankyo {
    position: absolute;
    left: 0;
    margin: 0;
    bottom: 0;
}

.article .table-margin {
    margin-bottom: 30px;
}


/* -----------------------------------------------------------
申請手続、制度要綱等 表
----------------------------------------------------------- */

.article table.subsidy-system {
    border: none;
    font-size: 100%;
    margin-left: 30px;
    border-collapse: separate;
    border-spacing: 0 4px;
    padding-right: 40px;
}

.article table.subsidy-system th {
    background-color: #ffffff;
    border: none;
    padding: 0;
    margin: 0;
    color: #333333;
    width: 17%;
}

.article table.subsidy-system td {
    background-color: #ffffff;
    border: none;
    padding: 0;
    margin: 0;
    color: #333333;
}

.article table.subsidy-system .fontb {
    font-weight: bold;
}



/* -----------------------------------------------------------
問い合わせ先
----------------------------------------------------------- */
.contact-table>tbody>tr {
    display: block;
    width: 100%;
}

.article .contact-table {
    width: 54%;
    margin: 60px auto;
    background-color: #ffffff;
    color: #333333;
    border-radius: 5px;
    border: 1px solid #0f0f0f;
    padding: 15px 20px;
    display: block;
}

.article .contact-table th {
    background-color: #ffffff;
    color: #333333;
    font-size: 1.2rem;
    font-weight: bold;
    border: none;
    display: flex;
    justify-content: center;
    padding: 1px 0;
}


.article .contact-table>tbody>tr>td {
    display: flex;
    justify-content: center;
    border: none;
    font-size: 1.0rem;
    text-align: center;
    padding: 1px 0;
    width: 100%;
}

.article .contact-table .table-mgr {
    padding-bottom: 20px;
}

/*tbody無効化*/

.article .contact-table>tbody,
.article .contact-table>tr {
    display: block;
    width: 100%;
}


/* -----------------------------------------------------------
list 黒丸（・）
----------------------------------------------------------- */

/*基本*/
.article ul .table-list {
    position: relative;
    padding-left: 4px;
    list-style: disc;
    list-style-position: inside;
    padding-left: 1.0em;
    text-indent: -1.0em;
}


.article ul li.table-list::before {
    content: '';

}

.black-circle li {
    position: relative;
    padding-left: 16px;
    list-style-position: inside;
    /* 黒丸の分だけ余白を確保 */
}

.article ul li.black-circle::before {
    content: '・';
    font-family: 'Meiryo', 'メイリオ', sans-serif;
    color: #696969;
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
}

.article .wnm ul.tokyo_movie_list {
    padding: 0;
    margin-bottom: 0;
}

.article .wnm ul.tokyo_movie_list li {
    padding: 0 0 4px 0 !important;
    border-bottom: none !important;
}
