[data-size="small"] main {
    min-height: calc(100vh - 328px);
}
[data-size="medium"] main {
    min-height: calc(100vh - 347px);
}
[data-size="large"] main {
    min-height: calc(100vh - 383px);
}
@media screen and (max-width: 1042px) {
    [data-size="small"] main {
        min-height: calc(100vh - 446px);
    }
    [data-size="medium"] main {
        min-height: calc(100vh - 464px);
    }
    [data-size="large"] main {
        min-height: calc(100vh - 546px);
    }
}
.translated-ltr .portal-news .list-news li>div:nth-child(1) {
    white-space: normal !important;
}
.translated-ltr .dataTable * {
    white-space: normal !important;
    word-break: break-all !important;
}
.translated-ltr .header-items {
    width: auto;
}
.translated-ltr .p-table-title-right {
    justify-content: end;
    width: 100%;
}
.translated-ltr .p-table-title-right font{
    white-space: normal;
    word-break: break-all;
}
.translated-ltr .p-title2 font {
    white-space: normal;
    word-break: break-all;
}
.translated-ltr .title font {
    white-space: normal;
    word-break: break-all;
}
.translated-ltr .top-menu-message font {
    white-space: normal;
    word-break: break-all;
}
.translated-ltr .header-logo-name {
    white-space: normal;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.translated-ltr font {
    word-break: break-all;
}
.translated-ltr .portal-top .tc2-btns button {
    height: 100%;
    padding: 15px;
    padding-right: 30px;
}
.translated-ltr .menu-group-r1 {
    gap: 10px;
}
.translated-ltr .header-warnInfo-m {
    height: auto;
    padding: 7px 0px;
    word-break: break-all;
    white-space: normal;
}
.translated-ltr .portal-lifeline .nav-tabs .nav-link {
    height: auto;
    white-space: normal;
    word-break: break-all;
}
.translated-ltr .portal-shelter .p-table-title {
    flex-wrap: wrap;
}
.translated-ltr .master-f {
    display: inline-block;
    white-space: normal;
    word-break: break-all;
}
[lang="zh-TW"] .master-f,
[lang="ko"] .master-f,
[lang="zh-CN"] .master-f {
    display: inline;
}
.translated-ltr .reader-ksk a {
    display: inline-block;
    white-space: normal;
}
.translated-ltr .modal-footer button {
    white-space: normal;
    word-break: break-all;
    word-wrap: break-word;
}
.modal-footer button {
    width: auto;
}
.translated-ltr .translated-ltr .menu-group {
        flex-wrap: wrap;
}
[lang="zh-TW"].translated-ltr .menu-group,
[lang="en"].translated-ltr .menu-group,
[lang="zh-CN"].translated-ltr .menu-group  {
    flex-wrap: nowrap;
}
[lang="zh-TW"].translated-ltr .menu-group button,
[lang="en"].translated-ltr .menu-group button,
[lang="zh-CN"].translated-ltr .menu-group button {
    white-space: nowrap;
    word-break: nowrap;
    word-wrap: nowrap;
}
.translated-ltr .menu-group-r1 .menu-group:nth-child(1) {
    justify-content: start;
}
.translated-ltr .menu-group-r1 .menu-group:nth-child(2) {
    justify-content: end;
}
.translated-ltr .menu-group button {
    white-space: normal;
    word-break: break-all;
    word-wrap: break-word;
}
.translated-ltr #PTLV2010KSKForm .phone-display {
    padding: 7px 0;
    height: 100%;
    padding-right: 40px;
    white-space: normal;
    word-break: break-all;
}
@media screen and (max-width: 1450px) {
    .translated-ltr .menu-group-r1 .mg-svg1,
    .translated-ltr .menu-group-r1 .mg-svg2,
    .translated-ltr .menu-group-r1 .mg-svg3,
    .translated-ltr .menu-group-r1 .mg-svg4 {
        white-space: normal;
        word-break: break-all;
        width: 100px;
    }
}
.translated-ltr .top-area-select-button {
    height: 100%;
    white-space: normal;
    word-break: break-all;
}
.translated-ltr .phone-menu-toggle {
    word-break: break-all;
    white-space: normal;
}
.year-click {
    color: var(--Gray-7);
    text-decoration: none;
    border: none;
    padding: 5px;
}
.year-click.show {
    color: var(--Blue-2);
}

.space-align {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-align-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ptlc-top-map {
    height: 90%;
    width: 100%;
    border-radius: 7px;
}

.max-row-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.js-bet-stb {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.js-bet-stb .stb-link {
    font-size: var(--font-size-4);
}

.js-bet-stb .goto {
    background-size: 14px 14px;
    color: var(--Black);
    background-image: url(../img/right-triangle-within-circle-black.svg);
}

.word-break-all {
    word-break: break-all;
}

.error-message-for-user {
    padding: 10px 20px 20px 20px;
}

/*トップ画面 Start*/
.portal-top h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    line-height: normal;
}
@media screen and (max-width: 1200px) {
    .portal-top .portal-rows {
        width: calc(100% - 80px);
        flex-direction: column;
    }

    .portal-top .portal-rows.cards {
        flex-direction: row;
    }
}

@media screen and (max-width: 800px) {
    .portal-top .portal-rows {
        width: calc(100% - 50px);
        flex-direction: column;
    }
}

@media screen and (max-width: 500px) {
    .portal-top .portal-rows {
        width: calc(100% - 30px);
        flex-direction: column;
    }
}

.form-items-table {
    padding-top: 12px;
    padding-left: 15px;
    padding-right: 15px;
}

.form-items-table h2 {
    font-size: var(--font-size-8);
    margin: 0;
}

.form-items-table table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    background-color: var(--White);
    margin-bottom: 12px;
    font-size: var(--font-size-6);
}

.form-items-table table th {
    text-align: center;
    color: white;
    background: var(--Blue-5);
    padding: 8px 0;
    font-size: var(--font-size-6);
    line-height: 150%;
    /* 24px */
    letter-spacing: 0.64px;
    border-bottom: 1px solid var(--Gray-8);
    border-left: 1px solid var(--Gray-8);
    width: 130px;
}

.form-items-table table td {
    border-bottom: 1px solid var(--Gray-8);
    border-left: 1px solid var(--Gray-8);
    border-right: 1px solid var(--Gray-8);
    padding: 12px 12px;
    line-height: 160%;
    /* 21px */
    letter-spacing: 0.56px;

}

.form-items-table table td:nth-child(1) {
    vertical-align: top;
    background: var(--Gray-1);
    width: 40%;
}

.form-items-table table tr:first-child th {
    border-top: 1px solid var(--Gray-8);
    border-top-left-radius: 6px;
}

.form-items-table table tr:first-child td {
    border-top: 1px solid var(--Gray-8);
    border-top-right-radius: 6px;
}

.form-items-table table tr:last-child th {
    border-bottom-left-radius: 6px;
}

.form-items-table table tr:last-child td {
    border-bottom-right-radius: 6px;
}

@media screen and (max-width: 1350px) {
    .form-items-table table th {
        width: 115px;
    }
}

.form-items-table-overflow {
    overflow-y: auto;
    overflow-x: hidden;
    height: auto;
}

.form-items-table-overflow::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background-color: var(--white);
}

.td-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-items-table-overflow::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: var(--white);
}

.form-items-table-overflow::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: var(--Gray-6);
}

.top-menu-message {
    display: flex;
    width: 100%;
    border: 1px solid var(--Alert);
    border-radius: 6px;
    background: var(--White);
    justify-content: space-between;
}

.top-menu-message>div:nth-child(1) {
    word-break: break-all;
    background: var(--Alert-light);
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    padding: 15px 15px;
    font-weight: var(--font-weight-bold);
    color: #d70202;
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    width: 102px;
}

.top-menu-message>div:nth-child(2) {
    padding: 15px 15px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

.top-menu-message>div:nth-child(3) {
    padding-right: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    white-space: nowrap;
}

.top-menu-border-blue {
    border: 1px solid var(--Blue-link);
}

.top-menu-message.top-menu-border-blue>div:nth-child(1) {

    color: var(--Blue-2);
    background: #0f67ff0f;
    width: 102px;
}

.top-menu-border-blue .top-menu-text {
    color: var(--Blue-2)
}


.top-menu-message-content {
    display: flex;
    gap: 15px;
    align-items: center;
}

.top-menu-title {
    display: flex;
    align-items: center;
    gap: 6px;
}

.top-menu-text {

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.portal-top .top-card {
    width: 100%;
    display: flex;
    background-color: var(--White);
    border-radius: 6px;
    background-repeat: no-repeat;
    background-position: 38% center;
    justify-content: space-around;

}

.portal-top .top-card.tc-bg1 {
    background-image: url(../img/card-bg1.svg);
    background-size: 140px;
}

.portal-top .top-card.tc-bg2 {
    background-image: url(../img/card-bg2.svg);
    background-size: 100px;
}


.portal-top .top-card.tc-bg3 {
    background-image: url(../img/card-bg3.svg);
    background-size: 100px;
    min-height: 191px;
}


.portal-top .top-card>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.portal-top .top-card .top-card-1 {
    width: 53%;
    padding-left: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
    line-height: 160%;
}
.portal-top .top-card .top-card-1 h2,
.portal-top .top-card .top-card-1 .top-card-1-text{
    word-break: break-all;
    padding-right: 15px;
    padding-left: 5px;
}

.portal-top .top-card .top-card-2 {
    width: 47%;
    justify-content: flex-start;
}

@media screen and (max-width: 1350px) {
    .portal-top .top-card .top-card-1 {
        width: calc(100% - 350px);
    }

    portal-top .top-card .top-card-2 {
        width: 300px;
    }
}

@media screen and (max-width: 800px) {
    .portal-top .top-card {
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }

    .portal-top .top-card .top-card-1 {
        width: 100%;
    }

    .portal-top .top-card .top-card-2 {
        width: 100%;
    }

    .portal-top .top-card.tc-bg1 {
        background-size: 88px;
        background-position-y: 10px;
        background-position-x: 95%;
    }

    .portal-top .top-card.tc-bg2 {
        background-size: 57px;
        background-position-y: 10px;
        background-position-x: 95%;
    }

    .portal-top .top-card.tc-bg3 {
        background-size: 62px;
        background-position-y: 10px;
        background-position-x: 95%;
    }
}

@media screen and (max-width: 390px) {
    .portal-top .top-card {
        padding: 20px 0px;
    }
}

.portal-top .top-card h2 {
    color: var(--Blue-link);
}

.portal-top .tc2-btns {
    display: flex;
    flex-direction: column;
    gap: 3px;
    width: 100%;
    padding: 20px;
}

.portal-top .tc2-btns button {
    background-color: var(--Blue-btn-bg);
    background-image: url(../img/right-triangle-within-circle-white.svg);
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: 20px;
    width: 100%;
    border-radius: 6px;
    height: 48px;
    text-align: left;
    color: var(--White);
    padding-left: 20px;
    border: 0;
    min-width: 290px;
    padding-right:25px;
}

.portal-top .portal-rows.pr2-card {
    align-items: stretch;
    flex-wrap: wrap;
    padding-bottom: 60px;
    column-gap: 1%;
    row-gap: 15px;
}

.portal-top .kown-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 49%;
    background-repeat: no-repeat;
    background-position: 42px 35px;
    border-radius: 10px;
    box-shadow: 0px 0px 2px 3px rgba(26, 124, 195, 0.20);
    padding-top: 30px;
    padding-left: 165px;
    padding-right: 30px;
    padding-bottom: 30px;
    min-height: 150px;
    background-size: 95px;
}
.portal-top .kown-card h2 {
    font-weight: 700;
}
.portal-top .kown-card h2 span,
.portal-top .kown-card .links-container a{
    word-break: break-word;
    padding-right: 10px;
    display: block;
}

.portal-top .kown-card.kc-bg1 {
    background-image: url(../img/c-btg1.svg);
    background-size: 95px;
}

.portal-top .kown-card.kc-bg2 {
    background-image: url(../img/c-btg2.svg);
    background-size: 95px;
}

.portal-top .kown-card.kc-bg3 {
    background-image: url(../img/c-btg3.svg);
    background-size: 95px;
}

.portal-top .kown-card.kc-bg4 {
    background-image: url(../img/c-btg4.svg);
    background-size: 95px;
}

.portal-top .kown-card.kc-bg5 {
    background-image: url(../img/c-btg5.svg);
    background-size: 95px;
    background-position-y: center;
}

.portal-top .kown-card.kc-bg6 {
    background-image: url(../img/c-btg6.svg);
    background-size: 95px;
    background-position-y: center;
}


.portal-top .links-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.links-container a {
    text-decoration: none;
    color: var(--Black);
    transition: background-color 0.3s ease;
    /* 添加过渡效果 */
}

.portal-top .links-container a::before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 19px;
    background-image: url(../img/lnk-arrow.svg);
    background-size: 11px;
    background-repeat: no-repeat;
    background-position-y: 5px;
}

.top-mark1 {
    display: inline-flex;
    border-radius: 4px;
    border: 1px solid var(--Black);
    font-size: var(--font-size-5);
    padding: 3px 8px;
    width: fit-content;
    align-items: center;
    background: var(--White);
}

.refuge-related-intelligence-left {
    width: 40%;
}

.refuge-related-intelligence-left .new-info {
    width: 100%;
    background: var(--White);
    border-radius: 6px;
}

.refuge-related-intelligence-left .banner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
}

.banner-img,
.banner-img img {
    width: 100%;
    cursor: pointer;
}
/*やさしい日本語 start*/
.banner .banner-img {

    position: relative;
    display: block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

    width: 100%;

}

.banner .banner-img.musen-banner1 {
    background-image: url(../img/musen-banner1.png);
    aspect-ratio: 860 / 148;
}


.banner .banner-img.musen-banner2 {
    background-image: url(../img/musen-banner2.png);
    aspect-ratio: 860 / 148;
}

.banner .musen-banner1 .f1, .banner .musen-banner1 .f2
,.banner .musen-banner2 .f3 {
   position: absolute;
    display: inline-flex;
}

.banner .musen-banner1:has(.f2 ruby),
.banner .musen-banner2:has(.f3 ruby) {
    width: 34.5vw;
}

@media screen and (max-width: 1600px) {
    .banner .musen-banner1:has(.f2 ruby),
    .banner .musen-banner2:has(.f3 ruby) {
        width: 37vw;
    }
}

.banner .musen-banner1:has(ruby),
.banner .musen-banner2 .f3:has(ruby) {
    display: inline-block;
    padding-right: 75px;
    top: 13.5%;
}

@media screen and (max-width: 1450px) {
    .banner .musen-banner1:has(ruby),
    .banner .musen-banner2 .f3:has(ruby) {
        top: 5.5%;
    }
}

.banner .musen-banner1 .f2:has(ruby) {
    font-size: clamp(18px, 1.4vw, 40px);
}

.banner .musen-banner2 .f3:has(ruby) {
    font-size: clamp(16px, 0.5vw, 35px);
    max-width: 480px;
}

.banner .musen-banner1 .f1 {
    color: #fff;
    font-weight: 700;
    font-size: clamp(12px, 1.3vw, 26px);
    line-height: 1.4;
    letter-spacing: 0.09em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    left: 29.4%;
    top: 13.5%;
}
.banner .musen-banner1 .f1:has(ruby) {
    font-size: clamp(12px, 1.0vw, 26px);
}

.banner .musen-banner1 .f2 {
    color: #374065;
    font-weight: 1000;
    font-size: clamp(18px, 1.9vw, 40px);
    line-height: 1.15;
    letter-spacing: 0.04em;
    text-shadow: 1px 1px 2px rgb(55 64 101 / 84%);
    left: 23.4%;
    top: 52.5%;

    background-image:
      linear-gradient(180deg,#4e5b7e 0%,#5b6789 30%,#5b6789 50%,#374065 51%,
         #374065 60%,#4e5b7e 100%);

    background-size: 100% 100%, 100% 100%, 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;

    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;

    text-shadow: 0 1px 2px rgba(8, 0, 0, 0.22);

}

.banner .musen-banner2 .f3 {
    color: #fff;
    font-weight: 1000;
    font-size: clamp(18px, 1.8vw, 35px);
    line-height: 1.1;
    letter-spacing: 0.09em;
    text-shadow: 1px 1px 8px rgb(8 0 0 / 72%);
    left: 19.4%;
    top: 15.5%;
}

@media (max-width: 1200px) {
    .banner .musen-banner1 .f1 {
        font-weight: 700;
        font-size: clamp(12px, 3.7vw, 40px);
        line-height: calc(1.2em);
        left: 29.4%;
        top: 13.5%;
    }

    .banner .musen-banner1 .f2 {
        font-weight: 1000;
        font-size: clamp(18px, 4.9vw, 78px);
        line-height: calc(1.2em);
        left: 23.4%;
        top: 52.5%;
    }

    .banner .musen-banner2 .f3 {
        font-weight: 1000;
        font-size: clamp(18px, 4.8vw, 60px);
        line-height: 1.1;
        left: 19.4%;
        top: 15.5%;
    }
    .banner .musen-banner1:has(.f2 ruby),
    .banner .musen-banner2:has(.f3 ruby) {
        width: 100%;
    }
    .banner .musen-banner1 .f1:has(ruby) {
        font-size: clamp(12px, 2.5vw, 40px);
    }

    .banner .musen-banner1 .f2:has(ruby) {
        font-size: clamp(18px, 3.5vw, 78px);
        line-height: calc(1.2em);
    }
    .banner .musen-banner2 .f3:has(ruby) {
        font-size: clamp(18px, 3.0vw, 78px);
        line-height: calc(1.2em);
        max-width: 100%;
    }
}

@media (max-width: 900px) {
    .banner .musen-banner1 .f1 {
        font-weight: 700;
        font-size: clamp(12px, 3.7vw, 40px);
        line-height: calc(1.4em);
        left: 29.4%;
        top: 13.5%;
    }

    .banner .musen-banner1 .f2 {
        font-weight: 1000;
       font-size: clamp(18px, 4.9vw, 78px);
        line-height: calc(1.4em);
        left: 23.4%;
        top: 52.5%;
    }
     .banner .musen-banner2 .f3 {
        font-weight: 1000;
        font-size: clamp(18px, 4.8vw, 78px);
        line-height: 1.1;
        left: 19.4%;
        top: 15.5%;
    }
}

@media (max-width: 768px) {
    .banner .banner-img {
        padding: 14px 16px;
        gap: 10px;
    }

}
@media (max-width: 575px) {
    .banner .musen-banner1:has(.f2 ruby) {
        height: 75px;
        background-size: 100% 75px;
    }
    .banner .musen-banner2:has(.f3 ruby) {
        height: 150px;
        background-size: 100% 150px;
    }
    .banner .musen-banner2 .f3:has(ruby) {
        top: 20%;
    }
}
@media (max-width: 480px) {
    .banner .banner-img {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

     .banner .musen-banner2 .f3 {
        font-weight: 1000;
        font-size: clamp(15px, 4.7vw, 40px);
        line-height: 1.1;
        left: 19.4%;
        top: 17.5%;
    }
}


/*
   古いブラウザの対応
*/
@supports not (aspect-ratio: 1 / 1) {
    .banner .banner-img {
        position: relative;
        height: auto;
    }
    .banner .banner-img.musen-banner1::before {
        content: "";
        display: block;
        padding-top: 17.21%; /* 148/860 * 100 */
    }
    .banner .banner-img.musen-banner2::before {
        content: "";
        display: block;
        padding-top: 17.21%; /* 148/860 * 100 */
    }

    .banner .banner-img > * {
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 12px;
    }
}
/*やさしい日本語 end*/
.banner-img a:focus,
.banner-img a:hover {
    box-shadow: unset;
}
.banner-img:focus,
.banner-img:hover {
    box-shadow: 0 0 0 0.2rem var(--Gray-6);
}

.refuge-related-intelligence-right {
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pop {
    background: var(--White);
    padding: 20px;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    top: 20px;
    border-radius: 5px;
    box-shadow: 3px 7px 8px #c8c8c8;
}

.pop>div {
    display: flex;
    flex-direction: column;
    gap: 5px;
    height: 100px;
    margin-bottom: 20px;
}

.pop::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background-color: var(--white);
}

.pop::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: var(--white);
}

.pop::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: var(--Gray-6);
}

.column-checkbox {
    display: flex;
    align-items: center;
    gap: 5px;
}

.column-checkbox label {
    padding-top: 5px;
}

.pop label {
    white-space: nowrap;
}

.portal-top .goto {
    background-repeat: no-repeat;
    background-position: center left;
    background-size: var(--font-size-5) var(--font-size-5);
    padding-left: 15px;
    font-size: var(---font-size-5);

}

.portal-top .goto-blue {
    background-image: url(../img/right-triangle-within-circle-blue3.svg);
}

.portal-top .goto-red {
    color: var(--Alert);
    background-image: url(../img/right-triangle-within-circle-pink.svg);
    text-decoration-color: var(--Alert);
}

@media screen and (max-width: 1042px) {
    .portal-top .goto {
        padding-left: 15px;
        font-size: var(--font-size-5);
        margin-left: 15px;
    }

    .top-menu-message-content {
        gap: 5px;
    }

    .top-menu-message>div:nth-child(3) {
        height: 40px;
    }


}

.portal-top .cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.portal-top .intelligence-info {
    width: 21vw;
    font-weight: var(--font-weight-bold);
    font-size: var(--font-size-8);
    background-color: var(--White);
    border: 0;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 19px 24px;
    cursor: pointer;
}

.portal-top .intelligence-info .pt-txt {

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.portal-top .intelligence-info img {
    padding-right: 18px;
}

.portal-top .pr2-1 {
    display: flex;
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.portal-top .pr2-1.pr2-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 10px;
}

.portal-top .blue-gradient {
    border-radius: 100px;
    background: linear-gradient(90deg, #1A7CC3 0%, #48B2FF 100%);
    width: 17.6rem;
    height: 2.3rem;
    text-align: center;
    vertical-align: middle;
    color: white;
    line-height: 2.3rem;
    background-color: #000;
}

.portal-top .content {
    color: var(--Color-Text-Primary, #333);
    font-size: var(--font-size-11);
    font-weight: 700;
    line-height: 150%;
    /* 42px */
    background: linear-gradient(to bottom,
            rgba(229, 244, 255, 0) 70%,
            #e3f1ff 90%,
            #E5F4FF 100%);
}

.portal-top .pr2-1.pr2-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.between-title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    padding-left: 57px;

}

.between-title h2 {
    flex: 1;
    text-align: center;
    margin: 0;
    font-weight: var(--font-weight-bold);
}

.between-title .right-icon-flex {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.mark {
    display: inline-flex;
    border-radius: 4px;
    font-size: var(--font-size-mark);
    padding: 4px 8px;
    align-items: center;
}

/*枠なし グレイ背景 黒字*/
.mark6 {
    color: var(--Black);
    background: var(--Gray-3);
}

/*気象情報·地震情報*/
.kisyouVertical {
    vertical-align: top;
    padding-top: 10px !important;
}

.kisyouSpan {
    width: 165px;
    justify-content: center;
    font-size: var(--font-size-7);
    white-space: break-spaces !important;
}

.nashiSpan {
/*    background-color: rgb(200, 200, 203) !important;*/
    background-color: rgb(200,200,203);
    color: black;
}

.nashiRiverSpan {
    background-color: rgb(128, 255, 255) !important;
}

.kisyouText {
    background-color: var(--White) !important;
}

.kisyouBorder {
    border-bottom: none !important;
}


@media screen and (max-width: 1220px) {

    /*--TOP start--*/

    .refuge-related-intelligence-left {
        width: 40%;
    }

    .refuge-related-intelligence-right {
        width: 60%;
    }

    /*--TOP end--*/

}


@media screen and (max-width: 1200px) {

    /*--TOP start--*/

    .refuge-related-intelligence-left {
        width: 100%
    }


    .refuge-related-intelligence-right {
        width: 100%
    }

    .portal-top .kown-card {
        width: 100%;
        min-height: unset;
    }

    .portal-top .portal-rows.phone-display {
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: nowrap;
    }

    .portal-top .pr2-1.pr2-left {
        width: 60%;
    }

    .portal-top .pr2-1.pr2-right {
        width: 40%;
    }

    .portal-top .intelligence-info {
        width: 29vw;
    }

    /*--TOP end--*/

}

@media screen and (max-width: 980px) {
    .portal-top .intelligence-info {
        width: 28vw;
    }

}

@media screen and (max-width: 900px) {
    .PTLV0140 main {
        min-height: calc(100vh - 661px);
    }
    /*--トップ画面 start--*/
    .top-menu-message {
        flex-direction: column;
    }


    .top-menu-message-content {
        position: relative;
        flex-wrap: wrap;
    }

    .pc {
        display: none;
    }

    .phone {
        display: block;
    }

    .top-menu-text {
        color: var(--Alert);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-break: break-all;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        margin-bottom: 5px;
    }

    .form-items-table-overflow {
        overflow-y: hidden;
        height: auto;
    }

    .map-content {
        flex-wrap: wrap;
        height: auto;
    }

    .space-between {
        flex-direction: column;
    }

    .intelligence-info2 {
        flex-direction: column;
    }

    .info2-left {
        border-bottom: 1px solid var(--Gray-6);
    }

    .intelligence-info2 .info2-right {
        border-left: 0;
        height: 100px;
    }

    .info2-right {
        margin-top: 0px;

    }

    .footer-message {
        flex-direction: column;
    }

    .footer-message>div:nth-child(1) {
        padding-right: 0;
        padding-bottom: 30px;
        border-right: unset;
        border-bottom: 1px solid var(--White);
    }

    .footer-message>div:nth-child(2) {
        padding-left: 0;
        padding-top: 30px;
    }

    .footer-menu,
    .footer-message {
        padding-left: 15px;
        padding-right: 15px;
        flex-direction: column;
    }

    .footer-bottom {
        justify-content: start;
        padding-left: 15px;
        padding-right: 15px;
    }

    .portal-top .cards {
        flex-direction: row;
    }

    .portal-top .intelligence-info {
        width: 48%;
    }

    .portal-top .pr2-1.pr2-left {
        width: 60%;
    }

    .portal-top .pr2-1.pr2-right {
        width: 39%;
    }

    .portal-top .pr2-1.pr2-right img {
        width: 150px;
    }

    .portal-top .blue-gradient {
        width: 14.6rem;
    }

    .portal-top .content {
        font-size: var(--font-size-9);
    }

    .top-menu-message>div:nth-child(1) {
        width: 100%;
        border-top-right-radius: 6px;
        border-bottom-left-radius: 0;
    }

    .top-menu-message.top-menu-border-blue>div:nth-child(1) {
        width: 100%;
        border-bottom-left-radius: 0;
    }


}

@media screen and (max-width: 767px) {

    /*--トップ start--*/
    .portal-top .cards {
        flex-direction: row;
    }

    .portal-top .intelligence-info {
        width: 100%;
    }

    .portal-top .pr2-1.pr2-right img {
        width: 130px;
    }

    .portal-top .blue-gradient {
        width: 12.6rem;
    }

    .portal-top .content {
        font-size: var(--font-size-7);
    }

    .portal-top .tc2-btns button {
        min-width: 200px;
    }

    /*--トップ end--*/

}

@media screen and (max-width: 450px) {
    .portal-top .knowledge .kown-card h2 {
        font-size: var(--font-size-6);
    }

    /* .portal-top .kown-card.kc-bg1 {
        background-size: 26px;
        background-position-x: 10px;
        background-position-y: 30px;
    }

    .portal-top .kown-card.kc-bg2 {
        background-size: 26px;
        background-position-x: 10px;
        background-position-y: 30px;
    }

    .portal-top .kown-card.kc-bg3 {
        background-size: 23px;
        background-position-x: 10px;
        background-position-y: 26px;
    }

    .portal-top .kown-card.kc-bg4 {
        background-size: 26px;
        background-position-x: 10px;
        background-position-y: 30px;
    }

    .portal-top .kown-card.kc-bg5 {
        background-size: 26px;
        background-position-x: 10px;
        background-position-y: 30px;
    }

    .portal-top .kown-card.kc-bg6 {
        background-size: 26px;
        background-position-x: 10px;
        background-position-y: 30px;
    }

    .portal-top .kown-card {
        padding-left: 40px;
    } */
}

@media screen and (max-width: 350px) {

    /*--トップ画面 start--*/

    .level-label {
        white-space: wrap;
    }


    .phone-logo {
        width: 80%;
    }

    .p-table-title-right .wsnm {
        white-space: normal;
    }


    .top-mark1 {
        padding: 3px 1px;
    }

    .top-menu-title {
        gap: 3px;
    }

    .footer-message>div:nth-child(1) {
        font-size: var(--font-size-7);
    }

    .portal-top .pr2-1.pr2-left {
        width: 62%;
    }

    .portal-top .pr2-1.pr2-right {
        width: 37%;
    }

    .portal-top .pr2-1.pr2-right img {
        width: 100px;
    }

    .portal-top .blue-gradient {
        width: 10.6rem;
    }

    .portal-top .content {
        font-size: var(--font-size-7);
    }

    /*--トップ画面 end--*/
}

/*--トップ画面 end--*/

/*--避難所情報一覧 start--*/
.p-table-title-right span {
    white-space: nowrap;
}
.portal-shelter {
    font-size: var(--font-size-5);
}

.portal-shelter .bootstrap-select>* {
    font-size: var(--font-size-5);
}

.portal-shelter .search-row {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    border-radius: 12px;
    background: #BBD4E5;
}

.portal-shelter .search-card-row {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-around;

}

.portal-shelter .search-card-img {
    height: 77px;
}

.portal-shelter .search-card {
    display: flex;
    padding: 24px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5%;
    border-radius: 8px;
    background: #FFF;
    width: 30%;
    border: 2px solid var(--White);

}

.portal-shelter .search-card:hover {
    cursor: pointer;

    border: 2px solid var(--Blue, #1364C3);
    background: #F1F7FE;
}

.portal-shelter .search-card-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.portal-shelter .p-title1 {
    font-weight: var(--font-weight-bold);
    font-size: var(--font-size-6);
}

.portal-shelter .p-title2-border {
    width: 16px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    border-left: 4px solid var(--Blue);
}

.portal-shelter .p-title2 {
    font-size: var(--font-size-10);
    font-weight: var(--font-weight-bold);
    white-space: nowrap;
}

.portal-shelter .p-table-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.portal-shelter .p-table1 {
    width: 100%;
    border: 1px solid var(--Gray-6);
    border-radius: 8px;
    list-style: none;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    background: var(--White);
    padding: 0;
}

.portal-shelter .p-table1-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 0px 16px;
}

.portal-shelter .pc-even {
    background: var(--Gray-1);
}

.portal-shelter .p-table1-row-l,
.portal-shelter .p-table1-row-r {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.portal-shelter .p-table1-row-r {
    padding-left: 20px;
}

.portal-shelter .p-table1-row-l {
    border-right: 1px solid var(--Gray-6);
}


.portal-shelter .city-name {
    width: 30%;
    background-image: url(../img/portal-org-pre.svg);
    background-repeat: no-repeat;
    background-position: left center;
    font-size: var(--font-size-6);
    color: var(--Blue-btn-bg2);
    font-weight: var(--font-weight-bold);
    letter-spacing: 0.72px;
    padding-left: 28px;
    display: flex;
    align-items: center;
    cursor: pointer;
}


.portal-shelter .city-info {
    display: flex;
    flex-direction: row;
    width: 70%;
    flex-wrap: wrap;
    justify-content: start;
    gap: 10px;
}

/*.portal-shelter .city-info > span {
    margin-right: 10px;
}*/

.portal-shelter .city-info,
.portal-shelter .city-name {
    padding-top: 20px;
    padding-bottom: 20px;
}

.portal-shelter .city-info>div {
    width: 25%;
    min-width: 120px;
    border-left: 3px solid var(--Gray-4);
    padding: 4px 8px;
    line-height: 150%;
    letter-spacing: 0.56px;
}

.portal-shelter .city-info>div>img {
    margin-top: -4px;
    margin-right: 2px;
}



.address-master {
    padding: 20px;
    background: var(--Gray-3);
    width: 100%;
}

.address-master table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    background-color: var(--White);
    border: 1px solid var(--Gray-6);
}

.address-master table td {
    padding: 20px;
}

.address-master table td:nth-child(1) {
    font-weight: var(--font-weight-bold);
    white-space: nowrap;
}

.address-master table td:nth-child(3) {
    border-left: 1px solid var(--Gray-6);
    font-weight: var(--font-weight-bold);
    white-space: nowrap;
}

.address-master table tr:nth-child(odd) {
    background-color: var(--White);
}

.address-master table tr:nth-child(even) {
    background-color: var(--Gray-3);
}

.infoName {
    font-size: 1.4em;
}

.infoItem {
    font-size: 1.2em;
}

.master-icon {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.master-icon>div {
    text-align: center;
    font-size: var(--font-size-4);
    font-weight: var(--font-weight-bold);
    width: 100%;
    padding: 3px 6px;
}

.portal-shelter-list {
    font-size: var(--font-size-4);
}

.list-table.portal-shelter-list table th {
    text-align: center;
    white-space: nowrap;
}
.translated-ltr .list-table.portal-shelter-list table th {
    white-space: normal;
}

.portal-shelter-list .dataTable th:nth-child(1) {
    width: 25%;
}

.portal-shelter-list .dataTable th:nth-child(2) {

    width: 150px;
}

.portal-shelter-list .dataTable th:nth-child(3) {
    width: 130px;
}

.portal-shelter-list .dataTable th:nth-child(4) {
    width: auto;
}

.portal-shelter-list .dataTable th:nth-child(5) {
    width: 130px;
    white-space: nowrap;
}

.portal-shelter-list .dataTable td:nth-child(6) {
    width: 60px;
    white-space: nowrap;
    text-align: center;
}

.portal-shelter-list .dataTable th:nth-child(7) {
    width: 75px;
    white-space: nowrap;
}

.portal-shelter-list .dataTable td:nth-child(1) {
    width: 25%;
}

.portal-shelter-list .dataTable td:nth-child(2) {

    width: 150px;
    white-space: nowrap;
}

.portal-shelter-list .dataTable td:nth-child(3) {
    width: 100px;
    white-space: nowrap;
    text-align: center;
}

.portal-shelter-list .dataTable td:nth-child(4) {
    width: auto;
}

.portal-shelter-list .dataTable td:nth-child(5) {
    width: 100px;
    white-space: nowrap;
    text-align: center;
}

.portal-shelter-list .dataTable td:nth-child(6) {
    width: 60px;
    white-space: nowrap;
    text-align: center;
}

.portal-shelter-list .dataTable td:nth-child(7) {
    width: 75px;
    white-space: nowrap;
    text-align: center;
}

.portal-shelter .p-input {
    width: 100%;
}

.portal-shelter .p-input input {
    width: 100%;
}

.portal-shelter .p-input2 {
    width: 100%;
}

.portal-shelter .p-input2 input {
    width: 100%;
}

.top-area-select-button {
    background-image: url(../img/phone-menu-right.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 23px 13px;
    padding: 8px 26px;
    border-radius: 6px;
    background-color: var(--Blue-btn-bg2);
    border: 1px solid var(--Blue-btn-bg2);
    color: var(--White);
    white-space: nowrap;
}

.portal-shelter .master-1 {
    color: var(--White);
}

.portal-shelter .master-3 {
    color: var(--White);
}

@media screen and (max-width: 1200px) {

    /*--避難所情報一覧 start--*/

    .portal-shelter .city-name {
        width: 28%;

    }

    .portal-shelter .p-table1-row-l,
    .portal-shelter .p-table1-row-r {
        width: 100%;
    }

    .portal-shelter .p-table1-row-r {
        padding-left: 0;
    }

    .portal-shelter .p-table1-row-l {
        border-right: 0;
    }

    .portal-shelter .p-table1-row {
        flex-wrap: wrap;
    }

    .portal-shelter .pc-even {
        background: var(--White);
    }

    .portal-shelter .m-even {
/*        background: var(--Gray-1);*/
        border-top: 1px solid var(--Gray-6);
    }

    .portal-shelter .p-table1-row {
        padding-bottom: 0;
    }
/*
    .portal-shelter .p-table1-row-l {
        padding-bottom: 16px;
    }*/

    .portal-shelter .search-card {
        flex-direction: column;
    }
    @media screen and (max-width: 768px) {
            .portal-shelter .p-table1-row-l {
                padding-bottom: 16px;
            }
/*            .portal-shelter .p-table-title-right {
                display: flex;
                flex-direction: column;
                gap: 15px;
            }*/
            .fixedHeader-floating th {
                padding: 8px 8px;
            }
    }
    /*--避難所情報一覧 end--*/




}

@media screen and (max-width: 900px) {

    /*--避難所情報一覧 start--*/
    .address-master tr {
        display: flex;
        flex-direction: column;
    }


    .address-master table td:nth-child(1),
    .address-master table td:nth-child(3) {
        border-left: 0px;
    }

    .address-master table tr:nth-child(odd) {
        background-color: unset;
    }

    .address-master table tr:nth-child(even) {
        background-color: unset;
    }

    .address-master table td:nth-child(odd) {
        background-color: var(--White);
    }

    .address-master table td:nth-child(even) {
        background-color: var(--Gray-3);
    }

    .portal-filter {
        align-items: baseline;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .portal-filter-title {
        width: 100px;
    }

    .portal-shelter-list .dataTable td,
    .portal-shelter-list .dataTable th {
        padding: 8px;
    }

    .portal-shelter-list .dataTable td a {
        font-size: var(--font-size-4);
    }

    .portal-shelter-list .dataTable td:nth-child(1),
    .portal-shelter-list .dataTable th:nth-child(1) {
        width: auto;
    }

    .portal-shelter-list .dataTable td:nth-child(2),
    .portal-shelter-list .dataTable th:nth-child(2) {
        width: 80px;
    }

    .portal-shelter-list .dataTable td:nth-child(3),
    .portal-shelter-list .dataTable th:nth-child(3) {
        width: 100px;
    }

    .portal-shelter-list .dataTable td:nth-child(4),
    .portal-shelter-list .dataTable th:nth-child(4) {
        width: 80px;
    }

    .portal-shelter-list .dataTable td:nth-child(5),
    .portal-shelter-list .dataTable th:nth-child(5) {
        width: 90px;
    }

    .portal-shelter-list .dataTable td:nth-child(6),
    .portal-shelter-list .dataTable th:nth-child(6) {
        width: 60px;
    }

    .portal-shelter-list .dataTable td:nth-child(7),
    .portal-shelter-list .dataTable th:nth-child(7) {
        width: 55px;
    }


    .portal-shelter-list .dataTable td:nth-child(3),
    .portal-shelter-list .dataTable td:nth-child(4),
    .portal-shelter-list .dataTable td:nth-child(5),
    .portal-shelter-list .dataTable td:nth-child(6),
    .portal-shelter-list .dataTable th:nth-child(5),
    .portal-shelter-list .dataTable th:nth-child(6) {
        white-space: nowrap;
    }

    /*--避難所情報一覧 end--*/

/*    .portal-shelter .p-table-title-right button {
        margin-bottom: 12px;
    }*/

}

@media screen and (max-width: 767px) {

    /*--避難所情報一覧 start--*/
    .portal-shelter .search-card-row {
        flex-direction: column;
        gap: 12px;
    }

    .portal-shelter .search-card {
        width: 100%;
        flex-direction: row;
    }

    .portal-shelter .search-card-img {

        align-items: center;
        /* align-content: normal; */
        display: flex;
    }

    .portal-shelter .search-card-img img {
        width: 50px;
        height: 60px;
    }

/*    .portal-shelter .p-table-title-right button {
        margin-bottom: 12px;
    }*/

    .portal-shelter .p-table1-row-l,
    .portal-shelter .p-table1-row-r {
        width: 100%;
        flex-direction: column;
        /* gap: 12px;*/
    }

    .portal-shelter .city-info {
        width: 100%;
    }

    .portal-shelter .city-name {
        width: 100%;
    }

    .portal-shelter .city-info>div {
        width: 33.3%;
        padding: 4px 6px;
        line-height: 150%;
        letter-spacing: 0.56px;
    }

    .portal-shelter .city-info,
    .portal-shelter .city-name {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    /*--避難所情報一覧 end--*/
}
@media screen and (max-width: 840px) {
    .p-table-title-right {
        justify-content: end !important;
        gap: 5px;
        width: 100%;
        align-items: center;
        display: flex;
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 660px) {
    .p-table-title h2 {
        width: 100%;
    }
    .p-table-title-right {
        flex-direction: row;
        justify-content: center;
        gap: 15px;
        width: 100%;
        align-items: center;
    }
    .p-table-title-right span {
        width: 100%;
    }
    .p-table-title {
        flex-direction: column;
        gap: 15px;
    }
    .p-table-title-right .top-area-select-button {
        width: 100%;
    }
}
@media screen and (max-width: 400px) {
    .p-table-title-right span {
        white-space: normal;
    }
}
@media screen and (max-width: 550px) {
    .p-table-title h2 {
        width: 100%;
    }
    .portal-shelter .p-table-title {
        flex-direction: column;
        gap: 15px;
    }

    .portal-shelter .p-table-title-right {
        flex-direction: row;
        justify-content: center;
        gap: 15px;
        width: 100%;
        align-items: center;
    }

    .portal-shelter .p-table-title-right button {
        margin-bottom: 0;
    }

    .top-area-select-button {
        width: 100%;
    }
}

@media screen and (max-width: 470px) {
    .portal-shelter .p-table-title-right {
        flex-direction: column;
        align-items: normal;
    }

    .portal-filter-title {
        width: 65px;
    }

}

@media screen and (max-width: 360px) {
    .dataTables_info {
        width: 88px;
        line-height: 16px;
    }
}

@media screen and (max-width: 320px) {

    /*--避難所情報一覧 start--*/

    .refuge-logo-list {
        height: auto;
    }

    .refuge-logo-list>div>div:nth-child(1) {
        min-width: 40px;
    }

    .img-div {
        min-width: 20px;
        height: 45px;
    }

    .portal-filter-title {
        width: 50px;
    }

    .portal-filter .portal-filter-fw {
        display: flex;
        flex-wrap: wrap;
    }

    .portal-filter .wsn {
        white-space: nowrap;
    }

    .portal-links .links {
        padding-left: 0;
    }

    .portal-links .links .ph-li {
        justify-content: flex-start;
    }

    .portal-links .links .ph-li a {
        min-width: 145px;
        overflow: hidden;
        white-space: nowrap;
    }



    /*--避難所情報一覧 end--*/

}

.portal-shelter-list .dataTable td:nth-child(3) {
    min-width: 90px;
}
.portal-shelter-list .dataTable td:nth-child(6) {
    min-width: 60px;
}
.portal-shelter-list .dataTable td:nth-child(7) {
    min-width: 70px;
}
/*--避難所情報一覧 end--*/

/*避難情報一覧 start*/

.portal-evacuation.portal-shelter .p-table-title {
    /*    margin-top: 40px;*/
}

.portal-evacuation.portal-shelter .city-info>div {
    display: flex;
    justify-content: flex-start;
    border-left: 0;
    white-space: nowrap;
}

.portal-evacuation.portal-shelter .city-info>div.w-100 {
    width: 100%;
}

.list-table.portal-evacuation-list table th {
    text-align: center;
}

.portal-evacuation-list .dataTable th {
    white-space: nowrap;
}

.portal-evacuation-list .dataTable th:nth-child(1) {
    width: 38%;
}

.portal-evacuation-list .dataTable th:nth-child(2) {
    width: auto;
}

.portal-evacuation-list .dataTable th:nth-child(3) {
    width: 200px;
}

.portal-evacuation-list .dataTable th:nth-child(4) {
    width: 150px;
}

.portal-evacuation-list .dataTable th:nth-child(5) {
    width: 150px;
    white-space: nowrap;
}

.portal-evacuation-list .dataTable th:nth-child(6) {
    width: 75px;
    white-space: nowrap;
}

.portal-evacuation-list .dataTable td:nth-child(1) {
    width: 38%;
}

.portal-evacuation-list .dataTable td:nth-child(2) {
    width: auto;
}

.portal-evacuation-list .dataTable td:nth-child(3) {
    width: 200px;
    white-space: nowrap;
}

.portal-evacuation-list .dataTable td:nth-child(4) {
    width: 150px;
    white-space: nowrap;
    text-align: right;
}

.portal-evacuation-list .dataTable td:nth-child(5) {
    width: 150px;
    white-space: nowrap;
    text-align: right;
}

.portal-evacuation-list .dataTable td:nth-child(6) {
    width: 75px;
    white-space: nowrap;
    text-align: center;
}

.portal-evacuation.portal-shelter .city-info>div>div {
    width: 100%;
}

@media screen and (max-width: 900px) {

    /*--避難情報一覧 start--*/
    .portal-evacuation-list .dataTable th:nth-child(1) {
        width: 200px;
    }

    .portal-evacuation-list .dataTable th:nth-child(2) {
        width: 200px;
    }

    .portal-evacuation-list .dataTable th:nth-child(3) {
        width: 130px;
    }

    .portal-evacuation-list .dataTable th:nth-child(4) {
        width: 150px;
    }

    .portal-evacuation-list .dataTable th:nth-child(5) {
        width: 150px;
    }

    .portal-evacuation-list .dataTable th:nth-child(6) {
        width: 100px;
    }

    .portal-evacuation-list .dataTable td:nth-child(1) {
        width: 200px;
    }

    .portal-evacuation-list .dataTable td:nth-child(2) {
        width: 200px;
    }

    .portal-evacuation-list .dataTable td:nth-child(3) {
        width: 130px;
    }

    .portal-evacuation-list .dataTable td:nth-child(4) {
        width: 150px;
        text-align: right;
    }

    .portal-evacuation-list .dataTable td:nth-child(5) {
        width: 150px;
        text-align: right;
    }

    .portal-evacuation-list .dataTable td:nth-child(6) {
        width: 100px;
    }

    /*--避難情報一覧 end--*/

}
.portal-evacuation .bootstrap-select>* {
    font-size: var(--font-size-5);
}
/*避難情報一覧 end*/

.phone-menu-list {
    display: none;
}

/*リンク集 start*/

.portal-links h1 {
    font-size: var(--font-size-8);
}

.portal-links .between-title {
    padding-left: 0;
    margin-bottom: 20px;
}

.portal-links .category img {
    width: 19px;
    margin-right: 10px;

}

.portal-links .links {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
    font-size: 16px;
    list-style: none;
    padding: 0 20px;
    margin: 0;
}

.portal-links .links li {
    width: calc((100% - 120px) / 5);
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1600px) {
    .portal-links .links li {
        width: calc((100% - 90px) / 4);
    }
}

@media screen and (max-width: 1300px) {
    .portal-links .links li {
        width: calc((100% - 60px) / 3);
    }
}

@media screen and (max-width: 1050px) {
    .portal-links .links li {
        width: calc((100% - 30px) / 2);
    }
}

@media screen and (max-width: 1000px) {
    .portal-links .links li {
        width: calc((100% - 30px) / 2);
    }
}

@media screen and (max-width: 700px) {
    .portal-links .links li {
        width: 100%;
    }
}


.portal-links .links li a {
    padding: 18px;
    width: 100%;
    height: 100%;
    background: var(--Gray-3);
    border-radius: 8px;
    text-overflow: ellipsis;
    border-radius: 8px;
    display: flex;
    align-items: center;
}

.portal-links .links li a span {
    width: 100%;
    font-size: var(--font-size-6);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.portal-links .links .background-white {
    background: var(--White);
}

.portal-links .nav {
    gap: 10px;
}

.portal-links .center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.portal-links .nav {
    width: 100%;
    border-bottom: 1px solid var(--Gray-3);
}

.portal-links .tabcenter {
    display: flex;
    width: 85%;
    justify-content: center;
    align-items: flex-end;
    position: relative;
}

div.top-area-select-button-container {
    position: absolute;
    bottom: 0;
    right: -33px;
}

.portal-links .nav-tabs .nav-link img {
    width: 32px;
    height: 32px;
    padding: 4px;
    border-radius: 4px;
    margin-right: 8px;
}

.portal-links .nav-tabs .nav-link {
    width: calc((100% - 40px) / 5);
    text-align: left;
    background: var(--White);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid var(--Gray-3);
    height: 50px;
    font-size: var(--font-size-6);
    color: var(--Blue-link);

}



.portal-links .nav-tabs .nav-link.active {
    background: var(--Blue-btn-bg2);
    color: var(--White);
    border: none;
}

.portal-links .nav-tabs .nav-link.active img {
    background-color: var(--White);
}

.portal-links .links-tabContent {
    padding: 24px 0;
    width: 85%;
    margin: 0 auto;
    border: 1px solid var(--Gray-3);
    background-color: var(--Gray-td);
}

.portal-links .other-btn {
    width: 29px;
    height: 28px;
    padding: 0;
    background-position: 3px center;
}

.portal-links .cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.portal-links .intelligence-info {
    width: 30%;
    font-weight: var(--font-weight-bold);
    font-size: var(--font-size-6);
    background-color: var(--white);
    border: 1px solid var(--Gray-6);
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 15px;
    height: 70px;
}


.portal-links .intelligence-info .pt-txt {

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.portal-links .intelligence-info img {
    padding-right: 12px;
    width: 45px;
    height: 45px;
}

.portal-links .links li a:hover {
    background: #1364c329;
}


.portal-links .tab-content .portal-rows {
    width: calc(100% - 48px);
}

@media screen and (max-width: 1300px) {
    .portal-links .nav-tabs .nav-link {
        width: calc((100% - 30px) / 4);
    }
}

@media screen and (max-width: 1050px) {
    .portal-links .nav-tabs .nav-link {
        width: calc((100% - 20px) / 3);
    }
}

@media screen and (max-width: 1000px) {
    .portal-links .nav-tabs .nav-link {
        width: calc((100% - 10px) / 2);
    }

    .portal-links .intelligence-info {
        width: 48%;
    }
}

@media screen and (max-width: 700px) {
    .portal-links .modal-content .portal-rows {
        width: calc(100% - 20px);
    }

    .portal-links .nav-tabs .nav-link {
        width: 100%;
    }

    .portal-links .intelligence-info {
        width: 99%;
    }
}

@media screen and (max-width: 500px) {

    /*関連情報 start*/

    .portal-links .tabcenter {
        justify-content: flex-start;
        flex-direction: column;
    }

    .portal-links .links {
        padding-left: 0;
    }

    .portal-links .links .ph-li {
        justify-content: flex-start;
        min-width: 200px;
    }

    .portal-links .links .ph-li a {
        min-width: 200px;
        overflow: hidden;
        /*        white-space: nowrap;*/
    }

    /*関連情報 end*/

}

@media screen and (max-width: 320px) {

    /*--リンク集 start--*/
    .portal-links .links li {
        width: 100%;
    }

    .portal-links .nav-tabs .nav-link {
        width: 100%;
    }

    /*--リンク集 end--*/
}

/*リンク集 end*/

/*緊急ニュース start*/
.portal-news .between-title {
    padding-left: 0;
    margin-bottom: 20px;
}

.portal-news .list-news {
    width: 100%;
    background: var(--White);
    padding: 0;
    margin: 0;
    font-size: var(--font-size-5);
    display: none;
}

.portal-news .list-news.show {
    display: block;
}

.portal-news .list-news li:nth-child(even) {
    background: var(--Gray-td);
}

.portal-news .list-news li {
    display: flex;
/*    flex-wrap: wrap;*/
    flex-wrap: nowrap;
}

.portal-news .list-news div {
    padding: 12px;
}

.portal-news .list-news li>div:nth-child(1) {
    width: 20%;
    min-width: 230px;
    margin-right: 20px;
    white-space: nowrap;
    color: var(--Blue-2);
}

.portal-news .list-news li>div:nth-child(2) {
/*    width: 78%;*/
    width: 100%;
}
@media screen and (max-width: 1232px) {
    .portal-news .list-news li {
        display: flex;
        flex-wrap: wrap;
    }
}



/*緊急ニュース end*/

/*地図 start*/

/*地図 end*/


/*GIS start*/
.portal-map-title {
    display: flex;
    padding: 8px 16px;
    align-items: center;
    gap: 2px;
    align-self: stretch;
    background: var(--Blue-btn-bg2);
}

.portal-map-title a {
    color: var(--White);
    /* PC/Small_bold */
    font-size: var(--font-size-4);
    font-style: normal;
    font-weight: var(--font-weight-bold);
    line-height: 150%;
    /* 21px */
    letter-spacing: 0.56px;
}

.portal-map-search {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    background: var(--Background);
}

.portal-map-search input {
    display: flex;
    height: 32px;
    padding: 0px 12px;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid #CCC;
    background: var(--White);
    background-image: url(../img/portal-map-search.svg);
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
    background-position-x: 98%;
}

.portal-map-menu {
    display: flex;
    padding: 32px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    background: var(--White);
}

.portal-map-subTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.portal-map-subTitle-text {
    color: var(--Black);
    font-size: var(--font-size-4);
    font-style: normal;
    font-weight: var(--font-weight-bold);
    line-height: 150%;
    letter-spacing: 0.56px;
}

.portal-map-subTitle-ico {
    background-image: url(../img/portal-map-menu-slideUp.svg);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}

.map-menu-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.map-menu-item>div {
    display: flex;
    padding: 8px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 4px;
    background: var(--Background);
    cursor: pointer;
}

.menu-div {
    font-size: var(--font-size-4);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.56px;
    text-align: left;
}

.portal-menu-list {
    width: 256px;
    max-height: 890px;
    overflow: auto;
    display: inline-block;
}

.portal-menu-list::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background-color: var(--white);
}

.portal-menu-list::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: var(--white);
}

.portal-menu-list::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: var(--Gray-6);
}

.legendArea-button {
    display: flex;
    width: 51px;
    height: 66px;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 8px 0px 0px 8px;
    background: var(--Blue-btn-bg2);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: var(--White, #FFF);
    font-size: 16px;
    font-size: var(--font-size-5);
    border: none;
}

.PTLV0010 .legendArea-button2 {
    display: flex;
    width: 51px;
    height: 66px;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 8px 0px 0px 8px;
    background: var(--Blue);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: var(--White, #FFF);
    font-size: 16px;
    font-size: var(--font-size-5);
    border: none;
}

.plv01-ul {
    padding: 10px 27px 10px 16px;
    margin: 0;
    font-size: var(--font-size-middle);
    overflow-y: auto;
    width: 150px;
    border-radius: 4px;
}

.PTLV0010 #templateList_wrapper .mark {
    white-space: nowrap;
}

.PTLV0010 .w-tfh {
    min-width: 150px;
}

.dtfh-floatingparenthead .type-2,
.PTLV0010 .type-2 {
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background: var(--Level-4);
}

.dtfh-floatingparenthead .type-3,
.PTLV0010 .type-3 {
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background: var(--Level-2);
}

.dtfh-floatingparenthead .type-4,
.PTLV0010 .type-4 {
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background: var(--Level-3);
}

.dtfh-floatingparenthead .type-8,
.PTLV0010 .type-8 {
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background: var(--Black);
}

.dtfh-floatingparenthead .jus-space-between {
    display: flex;
    justify-content: space-between;
}

.dtfh-floatingparenthead .type-5,
.PTLV0010 .type-5 {
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background: var(--Gray-4);
}

.legendArea {
    position: absolute;
    top: 110px;
    right: 0px;
    z-index: 999;
}

.PTLV0010 .legendArea {
    position: absolute;
    bottom: 50px;
    right: 0px;
    z-index: 999;
    top: unset;
}

.map-menu-item>div:has(.form-check-input:checked[type="checkbox"]) {
    color: var(--White);
    background: var(--Blue-btn-bg2);
}

.mapLegendStyle {
    width: calc(100% - 256px - 180px);
}

.mapRightStyle {
    position: absolute;
    right: 0;
    bottom: 0;
    height: calc(100vh - 40px);
    background: white;
    width: 220px;
    z-index: 1000;
}

.mapTitleStyle {
    height: 40px;
    color: white;
    font-size: 16px;
}

.portalTitle {
    padding: 8px 23px;
    background: var(--Blue-btn-bg2);
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*GIS end*/

/* お知らせ詳細 start*/
.protal-content-main a:hover,
.protal-content-main a:focus {
    box-shadow: none;
    text-decoration: underline;
}

.protal-card-area {
    width: 100%;
    min-height: 50px;
    border-top: 1px solid #ccc;
    display: flex;
    justify-content: start;
    gap: 10px;
    flex-wrap: nowrap;
}

.protal-card-area .protal-title {
    padding: 20px 3px;
    min-width: 90px;
}

.protal-card-list {
    min-height: 50px;
    display: flex;
    justify-content: start;
    gap: 10px;
    flex-wrap: wrap;
}

.protal-card-area .protal-card {
    border-radius: 4px;
    height: 179px;
    width: 183px;
    overflow: hidden;
    border: 1px solid var(--Gray-4);
    margin-top: 20px;
}

.protal-card-area .card-img {
    width: 100%;
    height: 115px;
    object-fit: contain;
}

.protal-card-area .card-name {
    padding: 8px 10px;
}

.card-name a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.protal-card-area .card-name span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.PTLV0010 .link-a a {
    color: var(--Blue-2) !important;
}

.PTLV0010 .link-a a:hover {
    text-decoration: underline;
}

.PTLV0010 .error-message {
    width: 100%;
    margin-bottom: 10px;
    color: var(--Alert);
    font-weight: var(--font-weight-bold);
}

.PTLV0010 .error-message:before {
    content: "";
    position: relative;
    display: inline-block;
    height: 15px;
    width: 25px;
    background-image: url(../img/bi_error.svg);
    background-size: 25px;
    background-size: 25px 25px;
}

.PTLV0010 .weather-list table td:nth-child(2) {
    visibility: hidden;
}

/* お知らせ詳細 end*/
/*防災ポータル地図--start*/
.map-acco-w {
    width: 100%;
}

.map-acco-button-fw {
    font-weight: 700;
}

.parent {
    display: flex;
    height: 100% !important;
}

.PTLV0120 .parent {
    display: flex;
    height: calc(100vh - 41px) !important;
}

.child {
    display: inline-block !important;
    vertical-align: top;
    background: var(--White);
}

.mapLegendStyle {
    width: 100%;
    height: 100% !important;
}

.child [id="map"] {
    width: 100% !important;
    height: 100% !important;
}

.childHide {
    display: none;
    vertical-align: top;
}

.menu-button {
    width: 180px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 15px;
    margin: 5px;
}

.menu-list {
    text-align: center;
}

.menu-ink {
    color: var(--Black-1);
    border-bottom: 5px black;
    cursor: pointer;
}

.legend {
    text-align: center;
}

.areaShow {
    display: block;
}

.areaHide {
    display: none;
}

.legend-title {
    vertical-align: top;
    font-size: 16px;
}

.legend-button {
    width: 100px;
    /*    height: 20px;*/
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 40px;
    padding-right: 0px;
    border: 0px;
    color: white;
    font-size: 14px;
    background: var(--Blue-btn-bg2);
}

.legend-list {
    padding: 20px;
    text-align: left;
}

.PTLV0120 .legend-list {
    overflow-y: auto;
    height: calc(100% - 40px);
}

.PTLV0120 .legend-list::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background-color: var(--white);
}

.PTLV0120 .legend-list::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: var(--white);
}

.PTLV0120 .legend-list::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: var(--Gray-6);
}

.PTLV0120 .form-check-input:checked[type="checkbox"] {
    --bs-form-check-bg-image: url(../img/checked.svg);
    background-size: 120% 120%;
    background-color: var(--Blue-btn-bg2);
    border-color: var(--Blue-btn-bg2);
}
.PTLV0120.legend-list {
    overflow-y: auto;
    height: calc(100vh + -40px);
}

.legend-icon {
    padding: 5px 5px;
    vertical-align: top;
}

.legend-text {
    display: inline !important;
    padding: 0px 5px;
    font-size: 12px;
}

.checkOff {
    background-color: #ffffff;
    color: #000000;
}

.checkOn {
    background-color: #000000;
    color: #ffffff;
}

/*---- table_attribute ----*/
.table_attribute {
    width: 100%;
    padding: 0px;
    background: #ffffff;
    border-style: solid;
    border-width: 1px;
    line-height: 1.2;
    text-align: left;
    word-break: break-all;
}

.table_attribute th,
.table_attribute td {
    vertical-align: middle;
    padding: 5px;
    box-sizing: border-box;
    border: solid 1px #cccccc;
}

.table_attribute.attribute_extinguisher th {
    min-width: 85px;
}

.table_attribute tbody tr:nth-child(even) {
    background: #eeeeee;
}

@media screen and (min-width: 1101px) {
    .table_attribute {
        font-size: 0.875rem;
    }

    .table_attribute small {
        font-size: 0.75rem;
    }
}

@media screen and (max-width: 1100px) {
    .table_attribute {
        font-size: 1.25vw;
    }

    .table_attribute small {
        font-size: 1vw;
    }
}

@media screen and (max-width: 812px) {
    .table_attribute {
        font-size: 2.75vw;
    }

    .table_attribute small {
        font-size: 2vw;
    }
}

/*防災ポータル地図--end*/

.image-viewer__wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    z-index: 2005;
}

.image-viewer__mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .5;
    background: #000;
}

.image-viewer__btn {
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    opacity: .8;
    cursor: pointer;
    box-sizing: border-box;
    user-select: none;
}

.image-viewer__close {
    top: 40px;
    left: 15px;
    width: 40px;
    height: 40px;
    font-size: 24px;
    color: #fff;
    background-color: #606266;
}

.image-viewer__canvas {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-viewer__img {
    transform: scale(1) rotate(0deg);
    margin-left: 0px;
    margin-top: 0px;
    max-height: 100%;
    max-width: 100%;
}

.leaflet-right {
    right: 0px !important;
}

.leaflet-top {
    top: unset !important;
    bottom: 125px !important;
}

/*.leaflet-local {
    right: 220px !important;
}*/

#PTLC0120Form {
    margin-bottom: 0px;
}

.show-button {
    visibility: hidden;
}

@media screen and (max-width: 1042px) {
    .PTLV0120 .parent {
        display: flex;
        height: 100% !important;
    }
    .PTLV0120 .header-menu {
        display: none;
    }
    .portal-menu {
        position: absolute;
        z-index: 1000;
        width: 100%;
        bottom: 0;
        height: 40%;
        z-index: 1001;
        display: none !important;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }

    .portal-menu-list {
        width: 100%;
        height: 100%;
        background: white;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        overflow: hidden;
    }

    .portal-map-title {
        width: 100%;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }

    .portal-map-menu {
        padding: 0px 0px;
        overflow-y: auto;
        height: calc(100% - 40px);
        gap: 0px;
    }

    .portal-map-menu::-webkit-scrollbar {
        width: 8px;
        height: 8px;
        border-radius: 5px;
        background-color: var(--white);
    }

    .portal-map-menu::-webkit-scrollbar-track {
        border-radius: 5px;
        background-color: var(--white);
    }

    .portal-map-menu::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background-color: var(--Gray-6);
    }

    .show-button {
        display: flex;
        width: auto;
        height: 40px;
        padding: 10px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
        border-radius: 8PX;
        background: var(--Blue-btn-bg2);
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        color: var(--White, #FFF);
        font-size: 16px;
        font-size: var(--font-size-5);
        border: none;
        visibility: visible;
    }

    .sp-show-button {
        position: absolute;
        left: 20px;
        top: 20px;
        z-index: 10000;
    }

    .portal-menu-show {
        display: block !important;
    }

    .PTLV0120 .accordion-collapse {
        display: block;
    }

    .PTLV0120 .accordion-button::after {
        display: none;
    }

    .PTLV0120 .accordion-header {
        pointer-events: none;
    }

    .PTLV0120 .accordion-item {
        border-bottom: 0;
    }

    .PTLV0120 .accordion-button {
        background: var(--White);
        box-shadow: unset;
    }

    .legendArea-button {
        border-radius: 4px 4pX;
        width: 45px;
        color: var(--Black);
        background: var(--White);
        border: 1px solid var(--Gray-6);
    }

    .legendArea {
        top: unset;
        bottom: 275px;
        right: 12px;
    }

    .PTLV0010 .pop {
        display: none;
        display: none;
        right: 0px;
        top: 0;
    }

    .legendParent {
        display: none;
    }

    .portalTitle {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }

    .PTLV0010 .portalTitle {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    .sp-none {
        display: none !important;
    }

    .legend-list>div {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .translated-ltr .PTLV0120 .phone-header-items .menu-group font {
        white-space: normal;
        word-break: break-all;
    }
    .phone-menu-list.active {
        bottom: 0;
    }
}
@media screen and (max-width: 640px) {
    .legend.mapRightStyle {
        position: absolute;
        top: unset;
        bottom: 0;
        width: 100%;
        height: 40% !important;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }
    .legend-list>div>div {
        width: 50%;
    }
}
.portal-headquartersList .p-table1 {
    width: 100%;
    border: 1px solid var(--Gray-6);
    border-radius: 8px;
    list-style: none;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    background: var(--White);
    padding: 0;
}

.portal-headquartersList .p-table1 {
    width: 100%;
    border: 1px solid var(--Gray-6);
    border-radius: 8px;
    list-style: none;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    background: var(--White);
    padding: 0;
}

.portal-headquartersList .p-table1-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 0px 16px;
}

.portal-headquartersList .p-table1-row:last-child {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.portal-headquartersList .pc-even {
    background: var(--Gray-1);
}

.portal-headquartersList .p-table1-row-l,
.portal-headquartersList .p-table1-row-r {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.portal-headquartersList .p-table1-row-r {
    padding-left: 20px;
}

.portal-headquartersList .p-table1-row-l {
    border-right: 1px solid var(--Gray-6);
}

.portal-headquartersList .city-name {
    width: 30%;
    background-image: url(../img/portal-org-pre.svg);
    background-repeat: no-repeat;
    background-position: left center;
    font-size: var(--font-size-6);
    color: var(--Blue);
    font-weight: var(--font-weight-bold);
    letter-spacing: 0.72px;
    padding-left: 28px;
    display: flex;
    align-items: center;
}

.portal-headquartersList .city-info {
    display: flex;
    flex-direction: row;
    width: 70%;
    flex-wrap: wrap;
    justify-content: start;
}

.portal-headquartersList .city-info,
.portal-headquartersList .city-name {
    padding-top: 20px;
    padding-bottom: 20px;
}

.portal-headquartersList .city-info>div:nth-child(2) {
    border-left: 3px solid var(--Gray-4);
    padding: 4px 8px;
    line-height: 150%;
    letter-spacing: 0.56px;
    width: 100%;
    flex-wrap: wrap;
}

.portal-headquartersList .city-info>div:nth-child(1) {
    min-width: 120px;
    border-left: 3px solid var(--Gray-4);
    padding: 4px 8px;
    line-height: 150%;
    letter-spacing: 0.56px;
    align-items: center;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 5px;
}



.headquartersList table td:nth-child(1) {
    width: 100px;
}

.headquartersList table th:nth-child(1) {
    width: 100px;
}

.headquartersList table th:nth-child(2) {
    width: 240px;
}

@media screen and (max-width: 1200px) {
    .portal-headquartersList .p-table1-row {
        flex-wrap: wrap;
    }

    .portal-headquartersList .p-table1-row-r {
        padding-left: 0;
        width: 100%;
    }

    .portal-headquartersList .p-table1-row-l {
        width: 100%;
        border-right: 0;
    }
}

.js-end-button {
    display: flex;
    justify-content: end;
}

.js-end-button {
    display: flex;
    justify-content: end;
}

.portal-mapRightStyle {
    position: absolute;
    right: 0;
    top: 0;
    height: 30%;
    background: white;
    width: 180px;
    z-index: 1000;
}

.PTLV0010 .portal-mapRightStyle {
    height: 150px;
    position: absolute;
    right: 71px;
    top: unset;
    background: white;
    width: 180px;
    z-index: 1000;
    bottom: 50px;
}

.portal-child {
    vertical-align: top;
}

.portal-legend-list {
    padding: 5px;
    text-align: left;
    overflow-y: auto;
    height: 120px;
}

.PTLV0010 .portal-legend-list {
    padding: 5px;
    text-align: left;
    overflow-y: auto;
    height: 110px;
}

.margin-kisyou {
    margin-bottom: 5px;
}

@media screen and (max-width: 340px) {
    .PTLV0010 .pop {
        width: 140px;
    }
}

@media screen and (max-width: 280px) {
    .PTLV0010 .pop {
        width: 120px;
    }
}

.portal-shelter .ub-10,
.portal-evacuation .ub-10 {
    margin-bottom: 10px;
}

/*避難所履歴 start*/
.shelter-history-list table th {
    white-space: nowrap;
}
.shelter-history-list table td:nth-child(1) {
    width: 100px;
    text-align: center;
}

.shelter-history-list table td:nth-child(1) .master-icon {
    justify-content: center;
}

.shelter-history-list table td:nth-child(2) {
    min-width: 100px;
    white-space: nowrap;
}
.portal-headquartersList table td:nth-child(1) {
    width: 100px;
    text-align: center;
}
.portal-headquartersList table td:nth-child(2) {
    min-width: 100px;
    white-space: nowrap;
}
@media screen and (max-width: 630px) {
    .shelter-history-list table td:nth-child(2) {
        white-space: normal;
        min-width: 170px;
    }
   .portal-headquartersList table td:nth-child(2) {
        white-space: normal;
        min-width: 170px;
    }
}

.shelter-history-list table th:nth-child(1) {
    text-align: center;
}

.shelter-history-list table th {
    text-align: center;
}

.shelter-history-list.list-table .top {
    display: flex;
    justify-content: space-between;
}

.shelter-history-list.list-table .top .dt-buttons {
    display: flex;
    justify-content: end;
}

.shelter-history-list.list-table .sp {
    display: none;
}

.shelter-history-list.list-table .top>div {
    width: auto;
}

@media screen and (max-width: 680px) {
    .shelter-history-list.list-table .sp {
        display: inline-block;
    }

    .shelter-history-list.list-table .pc {
        display: none !important;
    }
}

/*避難所履歴 end*/
/*避難所履歴詳細 start*/
.shelter-history-detail main {
    font-size: var(--font-size-4);
}

.shelter-history-detail .c-form {
    width: 100%;
    background-color: var(--White);
    border-radius: 8px;
}

.shelter-history-detail .jma-head-form {
    border: 1px solid var(--Gray-6);
}


.shelter-history-detail .jma-head-form .c-form-ex3 {
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 10px;
}

.shelter-history-detail .jma-head-form h3 {
    font-size: var(--font-size-6);
    display: flex;
    justify-content: center;
    font-weight: var(--font-weight-bold);
}

.shelter-history-detail .jma-head-form .c-ex3-time {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.shelter-history-detail .jma-head-form .c-ex3-time:has(ruby){
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.shelter-history-detail .c-form-title {
    padding: 10px 20px;
    margin-bottom: 0;
    font-size: var(--font-size-4);
    border: 1px solid var(--Gray-6);
    border-bottom: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-weight: var(--font-weight-bold);
    display: flex;
    align-items: center;
    gap: 15px;
}

.shelter-history-detail .c-form-body {
    padding: 16px 20px;
}

.shelter-history-detail .c-form-body.no-padding {
    padding: 0px 0px;
}

.shelter-history-detail .c-width100-table {
    width: 100%;
}

.shelter-history-detail .notitle-table {
    width: 100%;
    border-bottom: 1px solid var(--Gray-6);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-collapse: separate;
    border-spacing: 0;
}

.shelter-history-detail .notitle-table td {
    padding: 10px 20px;
    border-top: 1px solid var(--Gray-6);
    line-height: 21px;
    word-break: break-all;
    height: 35px;
    border-right: 1px solid var(--Gray-6);
}

.shelter-history-detail .notitle-table td:first-child {
    border-left: 1px solid var(--Gray-6);
}

.shelter-history-detail .notitle-table tr:last-child>td:last-child {
    border-bottom-right-radius: 8px;
}

.shelter-history-detail .notitle-table tr:last-child>td:first-child {
    border-bottom-left-radius: 8px;
}

.shelter-history-detail .notitle-table .tile {
    color: var(--Blue-7);
    font-weight: var(--font-weight-bold);
    background: var(--Gray-td);
    width: 20%;
}

.shelter-history-detail .detail-table td:nth-child(1) {
    width: 20%;
}

.shelter-history-detail .no-title tr:first-child>td:first-child {
    border-top-left-radius: 8px;
}

.shelter-history-detail .no-title tr:first-child>td:last-child {
    border-top-right-radius: 8px;
}

.shelter-history-detail .result-list {
    background-image: url(../img/right-triangle-within-circle-blue.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
    padding: 8px 15px;
    padding-left: 45px;
    border-radius: 5px;
    background-color: var(--Blue-2);
    border: 1px solid var(--Blue-2);
    background-position-x: 15px;
    color: var(--White);
    white-space: nowrap;
    max-width: 150px;
}

@media screen and (max-width: 900px) {
    .shelter-history-detail .notitle-table tr {
        display: flex;
        flex-direction: column;
    }

    .shelter-history-detail .notitle-table td {
        border-bottom-left-radius: 0px;
        border-left: 1px solid var(--Gray-6);
    }

    .shelter-history-detail .notitle-table tr:last-child>td:first-child {
        border-bottom-left-radius: 0px;
    }

    .shelter-history-detail .notitle-table tr:last-child>td:last-child {
        border-bottom-left-radius: 8px;
    }

    .shelter-history-detail .detail-table td:nth-child(1) {
        width: 100%
    }

    .shelter-history-detail .no-title tr:first-child>td:first-child {
        border-top-right-radius: 8px;
    }

    .shelter-history-detail .no-title tr:first-child>td:last-child {
        border-top-right-radius: 0px;
    }

    .shelter-history-detail .master-icon {
        white-space: nowrap;
    }

    .shelter-history-detail .notitle-table .tile {
        padding-top: 7px;
    }

    .shelter-history-detail .notitle-table td {
        padding-top: 7px;
    }

    .shelter-history-detail .c-ex3-time {
        margin-bottom: 15px;
    }

    .shelter-history-detail .js-end-button {
        justify-content: end;
        align-items: end;
    }

    .shelter-history-detail .notitle-table .tile {
        width: 100%;
    }

    .shelter-history-list .dataTable td a {
        font-size: var(--font-size-4);
    }

    .shelter-history-list .dataTable th,
    .shelter-history-list .dataTable td {
        padding: 8px;
    }

    .shelter-history-list table th:nth-child(1),
    .shelter-history-list table td:nth-child(1) {
        width: 78px;
    }

    .shelter-history-list table th:nth-child(2),
    .shelter-history-list table td:nth-child(2),
    .portal-headquartersList table td:nth-child(2) {
        width: calc(55% - 78px);
    }

    .shelter-history-list table th:nth-child(3),
    .shelter-history-list table td:nth-child(3) {
        width: 45%;
    }

}

/*避難所履歴詳細 end*/
/*避難情報履歴 start*/
.eva-history-list table th {
    white-space: nowrap;
}
.eva-history-list table td:nth-child(1) {
    min-width: 100px;
    text-align: center;
}

.eva-history-list table td:nth-child(2) {
    min-width: 100px;
    white-space: nowrap;
}

@media screen and (max-width: 630px) {
    .eva-history-list table td:nth-child(2) {
        white-space: normal;
        min-width: 170px;
    }
}


.eva-history-list table td:nth-child(3) {
    min-width: 80px;
}

.eva-history-list table th:nth-child(1) {
    width: 100px;
}

.eva-history-list table th:nth-child(2) {
    width: 270px;
}

.eva-history-list table th {
    text-align: center;
}

.eva-history-list.list-table .top {
    display: flex;
    justify-content: space-between;
}

.eva-history-list.list-table .top .dt-buttons {
    display: flex;
    justify-content: end;
}

.eva-history-list.list-table .sp {
    display: none;
}

.eva-history-list.list-table .top>div {
    width: auto;
}

@media screen and (max-width: 680px) {
    .eva-history-list.list-table .sp {
        display: inline-block;
    }

    .eva-history-list.list-table .pc {
        display: none !important;
    }
}

/*避難情報履歴 end*/
/*避難情報履歴詳細 start*/
.eva-history-detail .c-form {
    width: 100%;
    background-color: var(--White);
    border-radius: 8px;
}

.eva-history-detail .jma-head-form {
    border: 1px solid var(--Gray-6);
}


.eva-history-detail .jma-head-form .c-form-ex3 {
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.eva-history-detail .jma-head-form .c-ex3-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.eva-history-detail .jma-head-form h3 {
    font-size: var(--font-size-6);
    display: flex;
    justify-content: center;
    font-weight: var(--font-weight-bold);
}

.eva-history-detail .jma-head-form .c-ex3-time {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}
.eva-history-detail .jma-head-form .c-ex3-time:has(ruby){
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.eva-history-detail .c-form-title {
    padding: 10px 20px;
    margin-bottom: 0;
    font-size: var(--font-size-4);
    border: 1px solid var(--Gray-6);
    border-bottom: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-weight: var(--font-weight-bold);
    display: flex;
    align-items: center;
    gap: 15px;
}

.eva-history-detail .c-form-body {
    padding: 16px 20px;
}

.eva-history-detail .c-form-body.no-padding {
    padding: 0px 0px;
}

.eva-history-detail .c-width100-table {
    width: 100%;
}

.eva-history-detail .notitle-table {
    width: 100%;
    border-bottom: 1px solid var(--Gray-6);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-collapse: separate;
    border-spacing: 0;
}

.eva-history-detail .notitle-table td {
    padding: 10px 20px;
    border-top: 1px solid var(--Gray-6);
    line-height: 21px;
    word-break: break-all;
    height: 35px;
    border-right: 1px solid var(--Gray-6);
}

.eva-history-detail .notitle-table td:first-child {
    border-left: 1px solid var(--Gray-6);
}

.eva-history-detail .notitle-table tr:last-child>td:last-child {
    border-bottom-right-radius: 8px;
}

.eva-history-detail .notitle-table tr:last-child>td:first-child {
    border-bottom-left-radius: 8px;
}

.eva-history-detail .notitle-table .tile {
    color: var(--Blue-7);
    font-weight: var(--font-weight-bold);
    background: var(--Gray-1);
    width: 20%;
}

.eva-history-detail .notitle-table .afterTile {
    width: 30%;
}

.eva-history-detail .detail-table td:nth-child(1) {
    width: 20%;
}

.eva-history-detail .no-title tr:first-child>td:first-child {
    border-top-left-radius: 8px;
}

.eva-history-detail .no-title tr:first-child>td:last-child {
    border-top-right-radius: 8px;
}

@media screen and (max-width: 900px) {
    .l-w-30 {
        width: 100% !important;
    }

    .eva-history-detail .notitle-table tr {
        display: flex;
        flex-direction: column;
    }

    .eva-history-detail .notitle-table td {
        border-bottom-left-radius: 0px;
        border-left: 1px solid var(--Gray-6);
    }

    .eva-history-detail .notitle-table tr:last-child>td:first-child {
        border-bottom-left-radius: 0px;
    }

    .eva-history-detail .notitle-table tr:last-child>td:last-child {
        border-bottom-left-radius: 8px;
    }

    .eva-history-detail .detail-table td:nth-child(1) {
        width: 100%
    }

    .eva-history-detail .no-title tr:first-child>td:last-child {
        border-top-right-radius: 0px;
    }

    .eva-history-detail .master-icon {
        white-space: nowrap;
    }

    .eva-history-detail .notitle-table .tile {
        padding-top: 7px;
    }

    .eva-history-detail .notitle-table td {
        padding-top: 7px;
    }

    .eva-history-detail .c-ex3-time {
        margin-bottom: 15px;
    }

    .eva-history-detail .js-end-button {
        justify-content: end;
        align-items: end;
    }

    .eva-history-detail .notitle-table .tile {
        width: 100%;
    }

    .eva-history-list .dataTable td a {
        font-size: var(--font-size-4);
    }

    .eva-history-list .dataTable th,
    .eva-history-list .dataTable td {
        padding: 8px;
    }

    .eva-history-list table th:nth-child(1),
    .eva-history-list table td:nth-child(1) {
        width: 78px;
    }

    .eva-history-list table th:nth-child(2),
    .eva-history-list table td:nth-child(2) {
        width: calc(55% - 78px);
    }

    .eva-history-list table th:nth-child(3),
    .eva-history-list table td:nth-child(3) {
        width: 45%;
    }
}

.eva-history-detail .result-list {
    background-image: url(../img/right-triangle-within-circle-blue.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
    padding: 8px 15px;
    padding-left: 45px;
    border-radius: 5px;
    background-color: var(--Blue-2);
    border: 1px solid var(--Blue-2);
    background-position-x: 15px;
    color: var(--White);
    white-space: nowrap;
    max-width: 150px;
}

/*避難情報履歴詳細​ end*/
/*市町村詳細（全域） start*/
.PTLV0010 .jus-end {
    display: flex;
    justify-content: end;
}

.PTLV0010 .top-area-select-button {
    width: 100%;
}

.PTLV0010 .hide {
    display: none;
}

.PTLV0010 .jus-space-between {
    justify-content: space-between;
    display: flex;
}

.PTLV0010 .flex-items {
    display: flex;
    align-items: center;
    gap: 10px !important;
}

.PTLV0010 .mt3 {
    margin-top: 3px;
}

.PTLV0010 .left-center-text {
    display: grid;
    justify-content: center;
}

.PTLV0010 .list-table table th {
    text-align: center;
}

.PTLV0010 .shibu-td {
    border-top: 1px solid var(--Gray-6);
    border-bottom: 1px solid var(--Gray-6) !important;
}

.PTLV0010 .shibu-td:last-child {
    border-bottom: 0 !important;
}

.PTLV0010 .shibu-td:first-child {
    border-top: 0 !important;
}

.PTLV0010 .list-table table {
    border-collapse: collapse;
}

.PTLV0010 .no-collapse table {
    border-collapse: separate;
}

.PTLV0010 .ptlv0010-top0 {
    margin-bottom: 0px;
}

.PTLV0010 .bsd {
    border-bottom: 1px solid var(--Gray-6) !important;
}

/*市町村詳細（全域） end*/
/*避難情報一覧 start*/
.PTLV0050 .hide {
    display: none;
}

/*避難情報一覧 end*/
/* 防災ポータル 公開文書フォルダ start*/
.no-142-1 .list-news li {
    min-height: 70px;
}

.no-142-1 .list-news li>div:nth-child(1) {
    min-width: 275px;
}
@media screen and (max-width: 1600px) {
    .no-142-1 .list-news li>div:nth-child(1) {
/*        min-width: 200px;*/
        line-height: 20px;
    }
    .portal-news.no-142-1 .list-news li>div:nth-child(2) {
        width: 100% !important;
    }
}

.no-142-1 .list-news li>div:nth-child(3) {
    padding: 0 12px;
    width: 100%;
}

.no-142-1 .pdf-icon {
    background: url(../img/pdf.png) no-repeat left center;
    padding-left: 35px;
    background-size: 20px 20px;
    height: 24px;
    width: 31px;
    cursor: pointer;
}

.no-142-1 .show-img-icon {
    width: 25px;
    height: 25px;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.file-point a {
    counter-increment: item-counter;
    position: relative;
    padding-left: 10px;
    white-space: normal;
    word-wrap: break-word;
}

.file-point a::before {
    content: "・";
    counter-increment: item-counter;
    position: absolute;
    left: 0;
    top: 0;
}
.portal-news.no-142-1 .list-news li {
    display: flex;
    flex-wrap: wrap;
}
.portal-news.no-142-1 .list-news li>div:nth-child(2) {
    width: 78%;
}
/* 防災ポータル 公開文書フォルダ end*/
/*--リリース2 end--*/
/*--リリース3 start--*/
/*県全域の状況 start*/
.PTLV0010 .portal-rows.title-with-button {
    white-space: nowrap;
}

.PTLV0010 .portal-rows.title-with-button .portal-evacuee-entrance-btn {
    padding: 8px 15px;
    border-radius: 5px;
    background-color: var(--Level-3);
    border: 1px solid var(--Level-3);
    color: var(--White);
    white-space: nowrap;
    width: fit-content;
}

.PTLV0010 .protection-policy-modal.modal {
    --bs-modal-zindex: 1000002;
}

.protection-policy-modal-backdrop.modal-backdrop {
    --bs-backdrop-zindex: 1000001;
}

.PTLV0010 .protection-policy-modal .modal-header {
    margin-bottom: 20px;
    padding-left: 10px;
    white-space: pre-line;
    word-wrap: break-word;
    word-break: break-all;
}

.PTLV0010 .protection-policy-modal .modal-body-top {
    margin: 10px;
    padding: 10px;
    background: var(--Gray-4);
    height: 150px;
    overflow: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
}

.PTLV0010 .protection-policy-modal .modal-body-bottom {
    display: flex;
    align-items: center;
    gap: 2px;
    padding: 10px;
    white-space: pre-line;
    word-wrap: break-word;
    word-break: break-all;
}

.PTLV0010 .protection-policy-modal .modal-body-bottom input {
    margin: 0;
}

.PTLV0010 .protection-policy-modal .modal-footer {
    padding-top: 20px;
}

/*県全域の状況 end*/
/*クロノロジー道路 start*/
.map-layer-popup-table {
    width: 100%;
    height: 100%;
    border: 1px solid var(--Gray-6);
}

.map-layer-popup-table tr td:first-child {
    font-weight: 700;
    width: 100px;
}

.map-layer-popup-table tr td {
    border: 1px solid var(--Gray-6);
    font-size: 14px;
    padding: 5px;
}

table.map-layer-popup-table tbody tr:nth-child(even) td {
    background-color: var(--Gray-1);
}

.road-traffic-custom-popup .leaflet-popup-content {
    margin: 20px 15px 20px 20px;
}

.road-traffic-custom-popup .leaflet-container a.leaflet-popup-close-button {
    top: 2px;
    right: 5px;
}

/*クロノロジー道路 end*/
/*ライフライン交通情報 start*/
.portal-lifeline .phone-display {
    display: none;
}

.portal-lifeline h1 {
    font-size: var(--font-size-8);
}

.portal-lifeline .between-title {
    padding-left: 0;
    margin-bottom: 20px;
    justify-content: flex-start;
}

.portal-lifeline .between-title svg {
    width: var(--font-size-7);
    height: var(--font-size-7);
}

.portal-lifeline .category img {
    width: 19px;
    margin-right: 10px;

}

.portal-lifeline .links {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
    font-size: 16px;
    list-style: none;
    padding: 0 20px;
    margin: 0;
}

.portal-lifeline .links li {
    width: calc((100% - 120px) / 5);
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1600px) {
    .portal-lifeline .links li {
        width: calc((100% - 90px) / 3);
    }
}

@media screen and (max-width: 1000px) {
    .portal-lifeline .links li {
        width: calc((100% - 30px) / 2);
    }
}

@media screen and (max-width: 700px) {
    .portal-lifeline .links li {
        width: 100%;
    }
}

.portal-lifeline h2.title.bule {
    color: var(--Blue-link);
    text-align: left;
}

.portal-lifeline .links li a {
    padding: 18px;
    width: 100%;
    height: 100%;
    background: var(--Gray-3);
    border-radius: 8px;
    text-overflow: ellipsis;
    border-radius: 8px;
    display: flex;
    align-items: center;
}

.portal-lifeline .links li a span {
    width: 100%;
    font-size: var(--font-size-6);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.portal-lifeline .links .background-white {
    background: var(--White);
}

.portal-lifeline .nav {
    justify-content: space-between;
}

.portal-lifeline .center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.portal-lifeline .nav {
    width: 100%;
    border-bottom-width: 0px;
    margin-bottom: 0;
}

.portal-lifeline .tabcenter {
    display: flex;
    width: 85%;
    min-width: 1160px;
    justify-content: center;
    align-items: flex-end;
    position: relative;
}

div.top-area-select-button-container {
    position: absolute;
    bottom: 0;
    right: -33px;
}

.portal-lifeline .nav-tabs .nav-link img {
    width: 32px;
    height: 32px;
    padding: 4px;
    border-radius: 4px;
    margin-right: 8px;
}

.portal-lifeline .nav-tabs .nav-link {
    width: calc((100% - 9px) / 6);
    text-align: center;
    background: var(--White);
    overflow: hidden;
    white-space: nowrap;
    border: 1px solid var(--Gray-3);
    height: 60px;
    font-size: var(--font-size-6);
    color: var(--Gray-nav);
    border-bottom-width: 0px;
    padding: 8px;
}

.portal-lifeline .nav-tabs .nav-link.active {
    background: var(--Blue-btn-bg2);
    color: var(--White);
    border: none;
}

.portal-lifeline .nav-tabs .nav-link.active img {
    background-color: var(--White);
}

.portal-lifeline .links-tabContent {
    padding: 24px 0;
    width: 85%;
    min-width: 1160px;
    margin: 0 auto;
    border: 1px solid var(--Gray-3);
    background-color: var(--White);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.portal-lifeline .other-btn {
    width: 29px;
    height: 28px;
    padding: 0;
    background-position: 3px center;
}

.portal-lifeline .cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.portal-lifeline .intelligence-info {
    width: 30%;
    font-weight: var(--font-weight-bold);
    font-size: var(--font-size-6);
    background-color: var(--white);
    border: 1px solid var(--Gray-6);
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 15px;
    height: 70px;
}


.portal-lifeline .intelligence-info .pt-txt {

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.portal-lifeline .intelligence-info img {
    padding-right: 12px;
    width: 45px;
    height: 45px;
}

.portal-lifeline .links li a:hover {
    background: #1364c329;
}

.portal-lifeline .portal-rows.portal-rows-table {
    flex-direction: column;
    gap: 10px;
}

.portal-lifeline .info-container {
    display: flex;
    align-items: stretch;
    box-sizing: border-box;
}

.portal-lifeline .info-title {
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: var(--Gray-10);
    border-radius: 6px;
    box-sizing: border-box;
}

.portal-lifeline .info-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 20px 20px;
    box-sizing: border-box;
    gap: 1rem;
}

.portal-lifeline .first-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: 100%;
}
.portal-lifeline .first-row>div:nth-child(2) {
    white-space: nowrap;
}

.portal-lifeline .info-row {
    display: flex;
    flex-direction: column;
    gap: 5px;
}


.portal-lifeline .info-row .info {
    text-align: left;
    display: flex;
    width: 100%;
    gap: 5px;
    white-space: normal;
    word-break: break-all;
}

.portal-lifeline .info .line-auto {
    width: 100%;
}

.portal-lifeline .info .line-name {
    width: 190px;
    text-align: justify;
    position: relative;
    margin-bottom: 0.3rem;
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.portal-lifeline .info .line-name.jr-line-name {
    width: 40%;
    min-width: 265px;
}

.portal-lifeline .info .line-name.ntt-name {
    width: 185px;
}

.portal-lifeline .line-name::after {
    content: "：";
    position: relative;
    right: 0px;
    display: block;
}
.portal-lifeline .line-name span {
    display: block;
}
.portal-lifeline .info .line-name.date {
    width: 172px;
}

#pd-layer {
    display: none;
    position: absolute;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    padding: 10px 0;
}

#pd-layer .pd-btn {
    display: block;
    width: 100%;
    padding: 12px 0;
    border: none;
    background: none;
    text-align: center;
    font-size: 1rem;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}

#pd-layer .pd-btn:last-child {
    border-bottom: none;
}

.portal-lifeline .sp-hidden {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1055px) {

    .portal-lifeline .portal-rows {
        width: calc(100% - 80px);
    }

    .portal-lifeline .info-container {
        flex-direction: column;
    }

    .portal-lifeline .info-title {
        width: 100%;
        line-height: 2rem;
    }


}

@media screen and (max-width: 800px) {

    .portal-lifeline .portal-rows {
        width: calc(100% - 40px);
    }

    .portal-lifeline .info-content,
    .portal-lifeline .info-content a {
        font-size: var(--font-size-4);
    }

    .portal-lifeline .first-row {
        align-items: flex-start;
        flex-direction: column;
        row-gap: 10px;
    }

    .portal-lifeline .info .line-name {
        width: 150px;
        margin-top: 3px;
    }
    .portal-lifeline .info .line-name.jr-line-name {
        width: 40%;
        min-width: 190px;
    }
    .portal-lifeline .info .line-name.ntt-name {
        width: 120px;
    }
}


/*
.portal-lifeline .link-only>a::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('../img/link.svg');
    background-size: contain;
    background-repeat: no-repeat;
}
*/
.portal-lifeline .info .line-info {
    width: calc(100% - 165px);
    margin-bottom: 0.3rem;
    line-height: 1.2rem;
}

.portal-lifeline .tab-content .portal-rows {
    width: calc(100% - 48px);
}

.portal-lifeline .links-ul {
    display: flex;
    flex-direction: row;
    row-gap: 10px;
    column-gap: 10px;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.portal-lifeline .links-ul li {
    display: flex;
    flex-direction: row;
    width: calc((100% - 40px) / 5);
    justify-content: center;
    background-color: var(--Gray-3);
    border-radius: 6px;

}

.portal-lifeline .links-ul li>a {
    text-decoration: none;
    padding: 20px 8px;
    width: 100%;
    border-radius: 6px;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
}

.portal-lifeline .links-ul li a span {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 1276px) {
    .portal-lifeline .tabcenter {

        width: 95%;
        min-width: 95%;
        ;

    }

    .portal-lifeline .links-tabContent {
        width: 95%;
        min-width: 95%;
        ;
    }

    .portal-lifeline .nav-tabs .nav-link.link-short {
        width: calc(((100% - 9px) / 6) - 30px);
    }

    .portal-lifeline .nav-tabs .nav-link.link-long {
        width: calc(((100% - 9px) / 6) + 60px);
    }

}


@media screen and (max-width: 1000px) {
    /* .portal-lifeline .nav-tabs .nav-link {
        width: calc((100% - 3px) / 3);
    } */

    .portal-lifeline .links-ul li {
        width: calc((100% - 30px) / 4);
    }

    .portal-lifeline .intelligence-info {
        width: 48%;
    }
}

@media screen and (max-width: 1000px) {
    .portal-lifeline .nav-tabs .nav-link {
        font-size: var(--font-size-5);
    }
}

@media screen and (max-width: 700px) {
    .portal-lifeline .modal-content .portal-rows {
        width: calc(100% - 20px);
    }

    .portal-lifeline .nav-tabs .nav-link.link-short,
    .portal-lifeline .nav-tabs .nav-link.link-long {
        width: 100%;
    }

    .portal-lifeline .links-ul li {
        width: 100%;
    }

    .portal-lifeline .nav-tabs .nav-link {
        width: 100%;
        font-size: var(--font-size-6);
    }

    .portal-lifeline .intelligence-info {
        width: 99%;
    }

    .portal-lifeline .phone-display {
        display: flex;
        width: 95%;
        justify-content: center;
        align-items: center;
        color: var(--Blue-link);
        background-image: url(../img/lifeline-btn-plus.svg);
        background-repeat: no-repeat;
        background-position: calc(100% - 24px) center;
        background-color: var(--White);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        border: 1px solid var(--Blue-link);
        height: 50px;
        margin-bottom: 10px;
        border-radius: 6px;
    }

    .nav-tabs .nav-link:not(.active) {
        display: none;
    }

    .portal-lifeline .sp-hidden {
        display: none;
    }
}

@media screen and (max-width: 500px) {

    /*ライフライン交通情報 start*/

    .portal-lifeline .tabcenter {
        justify-content: flex-start;
        flex-direction: column;
    }

    .portal-lifeline .links {
        padding-left: 0;
    }

    .portal-lifeline .links .ph-li {
        justify-content: flex-start;
        min-width: 200px;
    }

    .portal-lifeline .links .ph-li a {
        min-width: 200px;
        overflow: hidden;
        /*        white-space: nowrap;*/
    }

    .portal-lifeline .phone-display {
        width: 95%;
    }

    /*ライフライン交通情報 end*/

}

@media screen and (max-width: 745px) {
    .portal-lifeline .nav-tabs .nav-link {
        font-size: var(--font-size-4);
    }
}

@media screen and (max-width: 500px) {
    /* .portal-lifeline .portal-rows {
        width: 100%;
    } */

    .portal-lifeline .tabcenter,
    .portal-lifeline .links-tabContent {
        width: 95%;
    }

    .portal-lifeline .tab-content .portal-rows {
        width: 95%;
    }

    .portal-lifeline .info-content {
        padding: 10px 10px;
    }

    .portal-lifeline .info .line-name.date {
        width: 121px;
    }
}

@media screen and (max-width: 800px) {

    /* 防災知識モバイルアコーディオン start */
    .portal-top .knowledge .kown-card {
        border: 1px solid #ddd;
        border-radius: 5px;
        margin-bottom: 10px;
        overflow: hidden;
    }

    .portal-top .knowledge .kown-card h2 {
        margin: 0;
        padding: 15px 20px;
        background-color: #f8f9fa;
        /* background-color: var(--Gray-1); */
        /* border-bottom: 1px solid #ddd; */
        position: relative;
        user-select: none;
    }

    .portal-top .knowledge .kown-card h2:after {
        content: '+';
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 20px;
        font-weight: bold;
        transition: transform 0.3s ease;
    }

    .portal-top .knowledge .kown-card.active h2:after {
        content: '−';
        transform: translateY(-50%) rotate(0deg);
    }

    .portal-top .knowledge .kown-card .links-container {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        padding: 0 20px;
    }

    .portal-top .knowledge .kown-card.active .links-container {
        max-height: 800px;
        padding: 0 20px 15px 20px;
    }

    .portal-top .knowledge .kown-card .links-container a {
        display: block;
        padding: 8px 0;
        border-bottom: 1px solid #eee;
        text-decoration: none;
        color: #333;
    }

    .portal-top .knowledge .kown-card .links-container a:last-child {
        border-bottom: none;
    }

    .portal-top .knowledge .kown-card .links-container a:hover {
        color: #007bff;
    }

    .portal-top .kown-card.kc-bg1 {
        background-size: 42px;
    }

    .portal-top .kown-card {
        background-size: 35px;
        background-position-y: center !important;
    }

    .portal-top .kown-card.kc-bg3 {
        background-size: 38px;
    }

    .portal-top .kown-card.kc-bg4 {
         background-size: 40px;
    }

    .portal-top .kown-card.kc-bg5 {
        background-size: 42px;
    }
    .portal-top .kown-card.kc-bg6 {
        background-size: 42px;
    }

    .portal-top .kown-card {
        padding-top: 9px;
        padding-left: 75px;
        padding-right: 10px;
        padding-bottom: 0;
        margin-bottom: 0;
        background-position: 15px 16px;
    }

    /* 防災知識モバイルアコーディオン end */
}

@media screen and (max-width: 320px) {

    /*ライフライン交通情報 start*/
    .portal-lifeline .links li {
        width: 100%;
    }

    .portal-lifeline .nav-tabs .nav-link {
        width: 100%;
    }

    /*ライフライン交通情報 end*/
}

/*ライフライン交通情報 end*/


.portal-medical .dataTable td:nth-child(1) ,.portal-medical .dataTable th:nth-child(1) {
    width: 30%;
}

.portal-medical .dataTable td:nth-child(2) ,.portal-medical .dataTable th:nth-child(2) {
    width: 150px;
}

.portal-medical .dataTable td:nth-child(3)  ,.portal-medical .dataTable th:nth-child(3){
    width: auto;
}

.portal-medical .dataTable td:nth-child(4)  ,.portal-medical .dataTable th:nth-child(4){
    width: 150px;
    text-align: center;
}

.portal-medical .dataTable th{
    text-align: center;
}
/*緊急情報詳細ksk start*/
.portal-news .title {
    color: var(--Black);
    font-size: var(--font-size-8);
    font-style: normal;
    font-weight: var(--font-weight-bold);
    line-height: 150%;
    margin: 0;
    white-space: nowrap;
}
.portal-news .title-style {
    color: var(--Black);
    font-size: var(--font-size-8);
    font-style: normal;
    font-weight: var(--font-weight-bold);
    line-height: normal;
    margin: 0;
}
.portal-news .protal-content-main {
    width: 100%;
}
@media screen and (max-width: 425px) {
    .portal-news .protal-card-area {
        flex-wrap: wrap;
    }
}
.portal-news .line-h {
    line-height: 20px;
}
.df-fw-ksk {
    display: flex;
    justify-content: start;
    align-items: center;
    gap:2px;
    line-height: 25px;
}
/*緊急情報詳細ksk end*/
/*避難情報一覧ksk start*/
.portal-evacuation .title {
    color: var(--Black);
    font-size: var(--font-size-8);
    font-style: normal;
    font-weight: var(--font-weight-bold);
    line-height: normal;
    margin: 0;
    white-space: nowrap;
}
.portal-evacuation-list {
    font-size: var(--font-size-4);
}
/*避難情報一覧ksk end*/
/*避難情報履歴ksk start*/
.portal-evacuation {
    font-size: var(--font-size-5);
}
/*避難情報履歴ksk end*/
/*避難情報履歴詳細ksk start*/
.eva-history-detail main {
    font-size: var(--font-size-4);
}
.eva-history-detail .title {
    font-weight: var(--font-weight-bold);
}
.eva-history-detail .notitle-table td:first-child {
    border-left: 1px solid var(--Gray-6);
}
.eva-history-detail .notitle-table .tile {
    color: var(--Blue-7);
    font-weight: var(--font-weight-bold);
    background: var(--Gray-td);
    width: 20%;
}
.eva-history-detail .jma-head-form .c-form-ex3 {
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 10px;
}
@media screen and (max-width: 900px) {
    .eva-history-detail .protal-breadcrumb ol>li {
        line-height: 20px;
    }
    .eva-history-detail .notitle-table .tile {
        width: 100%;
    }
}
/*避難情報履歴詳細ksk end*/
/*避難所一覧ksk start*/
.portal-shelter .title {
    font-weight: var(--font-weight-bold);
}
/*避難所一覧ksk end*/
/*避難所履歴詳細ksk start*/
.shelter-history-detail .title {
    font-weight: var(--font-weight-bold);
}
.shelter-history-detail .notitle-table .afterTile {
    width: 30%;
}
/*避難所履歴詳細ksk end*/
/*トップksk start*/
.portal-top .form-items-table h2 {
    font-weight: var(--font-weight-bold);
}
.portal-top .form-items-table h3,
.portal-top .top-menu-message h3,
.portal-top .top-card h2,
.portal-top .title {
    font-weight: var(--font-weight-bold);
}
.portal-top .top-menu-text:hover,
.portal-top .top-menu-text:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 0.2rem var(--Gray-6);
}
.portal-top .kown-card h2 span.pointer {
    cursor: pointer;
}
.portal-top .kown-card h2 span.pointer:focus-visible,
.portal-top .kown-card h2 span.pointer:hover {
    box-shadow: 0 0 1 0.2rem var(--Gray-6);
    outline: 0.2rem solid var(--Gray-6);
    outline-offset: 0.3rem;
}
@media screen and (max-width: 700px) {
   .portal-top .kown-card h2 {
       cursor: pointer;
   }
}
/*トップksk end*/
/*関連情報ksk start*/
.portal-links .between-title h2 {
    font-weight: var(--font-weight-bold);
}
.portal-links .between-title h2 {
    font-weight: var(--font-weight-bold);
}
.portal-links .pc-hide {
    display: none;
}
@media screen and (max-width: 700px) {
    .portal-links .pc-hide {
        display: block;
    }
}
/*関連情報ksk end*/
/*お問い合わせksk start*/
.protal-content-main.w-80 {
    width: 80%;
}
/*お問い合わせksk end*/
/*防災ポータル地図ksk--start*/
.sp-show-button-display{
    display: none;
}
@media screen and (max-width: 1042px) {
    .sp-show-button-display{
        display: block;
    }
}
.PTLV0120 main {
    margin-top: 0px !important;
}
.PTLV0120 .header-logo {
    display: none;
}
.PTLV0120 .header-menu {
    align-items: center;
    justify-content: end;
    height: 41px;
}
.PTLV0120 .header-items {
    flex-direction: row;
}
.PTLV0120 .menu-group-r1 {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.PTLV0120 .accordion-flush {
    display: none;
}
/*防災ポータル地図ksk--end*/
/*緊急医療救護所一覧ksk--start*/
.emergency-medical-go-map {
    --bs-modal-width: 450px;
}
.emergency-medical-shelter {
    font-size: var(--font-size-4);
}
.emergency-medical-shelter table {
    min-width: 700px;
}

.emergency-medical-shelter table th {
    text-align: center;
}

#emergency-medical-shelter table th:nth-child(1) {
    width: 25%;
}

#emergency-medical-shelter table th:nth-child(2) {
    width: 150px;
    white-space: nowrap;
}

#emergency-medical-shelter table th:nth-child(3) {
    width: auto;
}

#emergency-medical-shelter .dataTable th:nth-child(4) {
    width: 75px;
    white-space: nowrap;
    text-align: center;
}
#emergency-medical-shelter .dataTable td(4) {
    white-space: nowrap;
}
.portal-medical .title {
    font-weight: var(--font-weight-bold);
}
.portal-medical .dataTable td:nth-child(1),
.portal-medical .dataTable th:nth-child(1) {
  width: 30%;
}

.portal-medical .dataTable td:nth-child(2),
.portal-medical .dataTable th:nth-child(2) {
  width: 150px;
}

.portal-medical .dataTable td:nth-child(3),
.portal-medical .dataTable th:nth-child(3) {
  width: auto;
}

.portal-medical .dataTable td:nth-child(4),
.portal-medical .dataTable th:nth-child(4) {
  width: 150px;
  text-align: center;
}

.portal-medical .dataTable th {
  text-align: center;
}
/*緊急医療救護所一覧ksk--end*/
.flex-end-readspeaker {
    display: flex;
    justify-content: end;
    padding-right: 25px;
}
.reader-ksk a {
    text-decoration: none;
    padding: 7px 11px;
    border: 1px solid var(--Gray-6);
    border-radius: 4px;
    color: var(--Gray-7);
}
.menu-group-sp {
    min-height: 0px;
}
.header-logo {
    width: 34rem;
}
.header-logo-name {
    white-space: nowrap;
}
.fixedHeader-floating th {
    white-space: nowrap;
}
.p-table-title-right {
    display: flex;
    justify-content: center;
    gap: 5px;
    align-items: center;
}
.p-table-title-right span {
    height: 30px;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 685px) {
    .p-table-title {
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 385px) {
    .p-table-title-right span {
        white-space: normal;
        line-height: 20px;
    }
}
.footer-message>div:nth-child(2) {
    font-size: var(--font-size-6);
}
.protal-breadcrumb ol>li {
    line-height: 20px;
}
.goog-te-combo {
    width: 122px;
}
.prohibit-click {
    pointer-events: none;
    border: 1px solid var(--Gray-6) !important;
    color: var(--Gray-6) !important;
    background-color: var(--Gray-4) !important;
}
/*やさしい日本語 start*/
span.mark:has(ruby) {
    display: flex;
    flex-wrap: wrap;
}
div.master-f:has(ruby) {
    padding-top: 10px !important;
}
button:has(ruby) {
    height: auto;
}
.p-title2:has(ruby) {
    white-space: normal !important;
}
.header-warnInfo-m:has(ruby) {
    font-size: var(--font-size-4) !important;
}
.PTLV0120 .header-warnInfo-m {
    display: none !important;
}
.PTLV0120 .header-warnInfo-m:has(ruby) {
    display: none !important;
}
.portal-filter-fw select:has(ruby) {
    width: 100%;
    max-width: 370px;
    min-width: 145px;
}
.selectpicker:has(ruby) {
    display: block !important;
}
.yaSaSiEmptyMsg {
    visibility: hidden;
    height: 0;
}
.dataTables_empty {
    text-align: left !important;
}
/*やさしい日本語 end*/
/*GOOGLE start*/
.translated-ltr .PTLV0120 .header-menu {
    height: auto;
}
.translated-ltr .PTLV0120 .legendArea-button {
    width: auto;
}
.translated-ltr .refuge-related-intelligence-left .banner {
    display: none;
}
.translated-show {
    display: none;
}
.translated-ltr .translated-show {
    display: flex;
}
.translated-ltr .translated-show .banner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
}
.translated-ltr .banner ,
.translated-ltr .banner {
    width: calc(100vw - 96px);
}
.translated-ltr .banner .musen-banner2 .f3 {
    padding-right: 250px;
}

.translated-ltr .banner .musen-banner1 .f1 {
    font-size: clamp(12px, 1vw, 40px);
    display: inline-flex;
    flex-wrap: wrap;
    width: 280px;
    left: 25%;
    top: 22%;
}
@media screen and (max-width: 1200px) {
    .translated-ltr .refuge-related-intelligence-left .banner {
        display: flex;
        width: 100%;
    }
    .translated-ltr .translated-show {
        display: none;
    }
    .translated-ltr .translated-show .banner {
        width: 100%;
    }
    .translated-ltr .banner .musen-banner1 .f1 {
        font-size: clamp(12px, 1.4vw, 40px);
        top: 20.5%;
    }
    .translated-ltr .banner .musen-banner1 .f2 {
        font-size: clamp(18px, 1vw, 78px);
        line-height: calc(1em);
    }
    .translated-ltr .banner .musen-banner2 .f3 {
        font-size: clamp(18px, 1vw, 78px);
    }
}
@media screen and (max-width: 900px) {
    .translated-ltr .banner .musen-banner1 .f1 {
        font-size: 10px;
    }
}
@media screen and (max-width: 875px) {
    .translated-ltr .banner .banner-img.musen-banner2 {
        height: 30vw;
        background-size: 100% 30vw;
    }
    .translated-ltr .banner .musen-banner2 .f3 {
        padding-right: 18%;
    }
    .translated-ltr .banner .banner-img.musen-banner1 {
        height: 30vw;
        background-size: 100% 30vw;
    }
}
@media screen and (max-width: 680px) {
    .translated-ltr .banner .musen-banner1 .f1 {
        width: 100px;
        top: 14.5%;
    }
    .translated-ltr .banner .musen-banner1 .f2 {
        font-size: 14px;
        line-height: 10px;
    }
    .translated-ltr .banner .musen-banner2 .f3 {
        font-size: 14px;
        line-height: 10px;
    }
}
@media screen and (max-width: 375px) {
    .translated-ltr .banner .musen-banner1 .f1 {
        width: 75px;
        top: 14.5%;
    }
}
.goog-te-combo:disabled {
    background-color: var(--Gray-3) !important;
}
.master-13 {
    background: var(--Gray_dark, #666);
}
button:has(ruby) {
    height: auto !important;
    padding-top: 16px;
    padding-bottom: 10px;
}
.translated-ltr .fixedHeader-floating th {
    padding: 1px 1px;
}
/*GOOGLE end*/
#PTLV0030Form .dropdown-menu {
    max-height: 260px !important;
    overflow-y: auto;
}
#PTLV0110Form .dropdown-menu {
    max-height: 260px !important;
    overflow-y: auto;
}
.portal-headquartersList .title {
    font-size: var(--font-size-8);
    font-weight: var(--font-weight-bold);
}
.portal-headquartersList .portal-ico-1.grey {
    padding: 4px 10px;
    border-radius: 4px;
    letter-spacing: 5px;
    text-align: center;
    text-indent: 5px;
    word-break: break-all;
    background: var(--Gray_dark, #666);
    color: var(--White);
}
.portal-headquartersList .portal-ico-1.orange {
    padding: 4px 10px;
    background: #bd5005;
    color: var(--White);
    border-radius: 4px;
    letter-spacing: 5px;
    text-align: center;
    text-indent: 5px;
    word-break: break-all;
    min-width: 75px;
}
.portal-headquartersList .portal-ico-2.red {
    background: var(--Alert);
    padding: 2px 5px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    color: var(--White);
    font-size: var(--font-size-3);
    word-break: break-all;
}
.portal-headquartersList {
    font-size: var(--font-size-5);
}
@media screen and (max-width: 1042px) {
    .portal-headquartersList table td:nth-child(3)  {
        font-size: var(--font-size-6);
    }
}
@media screen and (max-width: 900px) {
    .portal-headquartersList table td:nth-child(3)  {
        font-size: var(--font-size-4);
    }
}
.PTLV0180.portal-news .list-news li {
    flex-direction: column;
}
.PTLV0180.portal-news .list-news li>div:nth-child(1) {
    font-size: var(--font-size-6);
    font-weight: var(--font-weight-bold);
    color: var(--Black);
    width: 100%;
    white-space: normal;
    margin-right: 0px;
}
.PTLV0180.portal-news .list-news li>div:nth-child(2) {
    width: 20%;
    min-width: 230px;
    margin-right: 20px;
    white-space: nowrap;
    color: var(--Blue-2);
    width: 100%;
    margin-right: 0px;
}
.PTLV0180.portal-news .list-news li .file-point a::before {
    padding-left: 0px;
    display: none;
}
@media screen and (max-width: 1220px) {
    .PTLV0180.portal-news .list-news li>div:nth-child(1) {
        max-width: unset !important;
    }
}
.PTLV0120 #yasanichi-tools-wp__holder {
    display: none !important;
}

.portal-top .top-card-sns {
    width: 100%;
    display: flex;
    background-color: var(--White);
    border-radius: 6px;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 160%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.portal-top .top-card-sns .portal-top-sns-h2,
.portal-top .top-card-sns .portal-top-sns-icon,
.portal-top .top-card-sns .portal-top-sns-text {
    width: 100%;
    border-radius: 6px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 160%;
}

.portal-top .top-card-sns  h2 {
    word-break: break-all;
    padding-right: 15px;
    padding-left: 5px;
    color: var(--Blue-link);
    font-weight: var(--font-weight-bold);
}

.portal-top .top-card-sns .top-card-sns-text{
    word-break: break-all;
    padding-right: 15px;
    padding-left: 5px;
}

@media screen and (max-width: 800px) {
    .portal-top .top-card-sns {
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }

    .portal-top .top-card-sns .top-card-1 {
        width: 100%;
    }
}

@media screen and (max-width: 430px) {
    .portal-top .portal-top-sns-icon-info .sr-only {
        font-size: 13px;
    }
}

@media screen and (max-width: 390px) {
    .portal-top .top-card-sns {
        padding: 20px 0px;
    }
}

.portal-top .portal-top-sns-icon {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 24px;
    justify-content: space-around;
}

.portal-top .portal-top-sns-icon-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    cursor: pointer;
}

.portal-top .portal-top-sns-item {
    width: clamp(60px, 5vw, 80px);
    height: clamp(60px, 5vw, 80px);
    border: none;
    outline: none;
    padding: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.portal-top .portal-top-sns-icon-info .sr-only {
    margin-top: 6px;
    line-height: 1.4;
    color: #000;
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    overflow: visible;
    clip: auto;
    white-space: nowrap;
}

.portal-top .portal-top-sns-item.sns-mail {
    background-image: url('../img/SNS_MAIL_ICON.png');
    background-size: 130%;
}

.portal-top .portal-top-sns-item.sns-line {
    background-image: url('../img/SNS_LINE_ICON.png');
}

.portal-top .portal-top-sns-item.sns-facebook {
    background-image: url('../img/SNS_FACEBOOK_ICON.png');
}

.portal-top .portal-top-sns-item.sns-tiktok {
    background-image: url('../img/SNS_TIKTOK_ICON.svg');
    background-size: 130%;
}

.portal-top .portal-top-sns-item.sns-x {
    background-image: url('../img/SNS_X_ICON.png');
}

.portal-top .portal-top-sns-item:hover,
.portal-top .portal-top-sns-item:focus-visible,
.portal-top .portal-top-sns-item:focus {
    border: none;
    outline: none;
}

@media screen and (max-width: 800px) {
    .portal-top .portal-top-sns-icon {
        flex-wrap: wrap;
        justify-content: space-around;
        gap: 16px 24px;
    }

    .portal-top .portal-top-sns-icon-info {
        flex: 0 0 calc(100% / 3 - 24px);
    }
}

.portal-shelter .info-icon-master {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.portal-shelter .info-icon-detail {
    display: flex;
    gap: 8px;
    flex-direction: row;
    align-items: center;
}

.portal-shelter .info-icon-detail .master-1 {
    white-space: nowrap;
    font-weight: bold;
    min-width: 70px;
    border: 1px solid var(--Gray-7);
    color: black;
    font-size: 16px;
    font-weight: 100;
    background: var(--Gray-1);
}

.portal-shelter .info-icon-detail span {
    flex: 1;
}

.portal-shelter .status-info {
    display: flex;
    flex-wrap: wrap;
    column-gap: 16px;
    row-gap: 4px;
}

.portal-shelter .status-info-detail {
    display: inline-flex;
    align-items: center;
    white-space: normal;
}

.portal-shelter .pc-only {
  display: block;
}

.portal-shelter .sp-only {
  display: none;
}

@media screen and (max-width: 865px) {
    .portal-shelter .info-icon-detail {
        align-items: flex-start;
    }
}

@media screen and (max-width: 550px) {
    .portal-shelter .info-icon-detail {
        align-items: flex-start;
    }

    .portal-shelter .status-info {
        display: flex;
        flex-direction: column;
        row-gap: 4px;
        column-gap: 0;
    }

    .portal-shelter .status-info-detail {
        width: 100%;
    }

    .portal-shelter .pc-only {
        display: none;
    }
    .portal-shelter .sp-only {
        display: block;
    }
}
.no-allowed {
    pointer-events: none;
}
.no-allowed a {
    background: var(--Gray-3);
}