/*
Theme Name: 2chiikipf2026
Author URI: https://www.mlit.go.jp/2chiiki_pf/
Description: 2Chiiki Platform Theme
Version: 1.0.0
*/

@charset "utf-8";

.sp {
    display: none;
}

.pc {}

/* 404 */
.error404 {
    text-align: center;
}

.error404 .toTop {
    margin-top: 20px;
}

.backcolor-gray01 {
    background-color: #F9F9F9;
}



/* :::::::::::::::::: XXX :::::::::::::::::: */
table.detail {
    line-height: 1.75rem;
    width: 100%;
    margin-bottom: 1rem;
}

table.detail th {
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', sans-serif;
    font-size: 0.875rem;
    font-weight: normal;
    background: #fafafa;
    color: #888;
    text-align: left;
    vertical-align: top;
    padding: 5px 15px 5px 10px;
    margin: 0;
    border: 1px solid var(--c-lightgray);
    width: 150px;
    box-sizing: border-box;
}

table.detail td {
    font-family: 'Century Gothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', sans-serif;
    font-size: 0.875rem;
    margin: 0;
    font-size: 0.95rem;
    padding: 5px;
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid var(--c-lightgray);
    vertical-align: top;
    width: auto;
    box-sizing: border-box;
}

table.detail tr:first-child th {
    border-top: 1px solid var(--c-lightgray);
}

table.detail tr:last-child th {
    border-bottom: 1px solid var(--c-lightgray);
}

table.detail tr:last-child td {
    padding: 5px 5px;
    border-bottom: 1px solid var(--c-lightgray);
}

table.detail p {
    margin: 0;
    line-height: 1.75rem;
}

table.detail ul li {
    list-style: inherit;
    float: none;
    margin-left: 22px;
}


div.noBorder {
    border: 0;
    margin-bottom: 15px;
    position: relative;
}

div.noBorder .tr {
    position: relative;
    display: flex;
    flex-direction: column;
    column-gap: 15px;
    row-gap: 15px;
    margin-bottom: 15px;
}

div.noBorder .tr.imgRight {
    flex-direction: column-reverse;
}

div.noBorder .th {
    vertical-align: top;
    padding: 5px;
    border: 0;
    background: none;
    width: 120px;
}

div.noBorder .td {
    vertical-align: top;
    border: 0;
    color: var(--c-black);
}


@media (min-width: 576px) {
    div.noBorder .tr {
        flex-direction: row;
    }
}


/* :::::::::::::::::: authentication :::::::::::::::::: */
body.authentication h1.page-title:not(.reg_title) {
    display: none;
}