.refuge-list table th:nth-child(3){
    width: 55px;
    text-align: center;
}

.refuge-list table td:nth-child(3){
    width: 55px;
    text-align: center;
    font-weight: var(--font-weight-bold);
}

.refuge-list table td:nth-child(4){
    text-align: center;
    width: 100px;
}

.refugeInfo-list table th:nth-child(2){
    width: 55px;
    text-align: center;
}

.refugeInfo-list table td:nth-child(2){
    width: 55px;
    text-align: center;
    font-weight: var(--font-weight-bold);
}

.refugeInfo-list table td:nth-child(3){
    width: 110px;
    text-align: center;
}

.refugeInfo-list table td:nth-child(4),
.refugeInfo-list table td:nth-child(5){
    width: 110px;
    text-align: right;
}
.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;
}
.nashiRiverSpan {
    background-color: rgb(128, 255, 255) !important;
}
.kisyouText {
    background-color: var(--White) !important;
}
.kisyouBorder{
    border-bottom: none !important;
}
/*GIS start*/
.portal-map-title {
    display: flex;
    padding: 8px 16px;
    align-items: center;
    gap: 2px;
    align-self: stretch;
    background: var(--Blue);
}

.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: auto;
    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;
}

.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: 20px;
    right: 0px;
    z-index: 999;
}
.PTLV0120 .legendArea {
    position: absolute;
    top: 110px;
    right: 0px;
    z-index: 999;
}
.PTLV0120 .header-menu {
    align-items: center;
    justify-content: end;
}

.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);
}

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

.mapRightStyle {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    background: white;
    width: 220px;
    z-index: 1000;
}

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

.portalTitle {
    padding: 8px 23px;
    background: var(--Blue);
    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: calc(100% - 75px) !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-color: var(--Blue);
}

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

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

.legend-icon {
    padding: 5px 5px;
    vertical-align: top;
    display: flex;
}
.legend-text {
    padding: 0px 5px;
    font-size: 12px;
    width: calc(100% - 16px);
}

.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 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: 640px) {
    .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);
        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;
    }

    .PTLV0120 .sp-show-button {
        position: absolute;
        left: 20px;
        top: 95px;
        z-index: 1001;
    }
    
    .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: auto;
        color: var(--Black);
        background: var(--White);
        border: 1px solid var(--Gray-6);
    }
    
    .legendArea {
        top: unset;
        bottom: 50px;
        right: 12px;
    }
    .PTLV0120 .legendArea {
        top: unset;
        bottom: 50px;
        right: 12px;
    }

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

    .legend.mapRightStyle {
        position: absolute;
        top: unset;
        bottom: 0;
        width: 100%;
        height: 40%;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }
    
    .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%;
    }
    
    .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;
}

.portal-headquartersList .portal-ico-1.grey {
    padding: 4px 10px;
    background: var(--Gray-6);
    border-radius: 4px;
    letter-spacing: 5px;
    text-align: center;
    text-indent: 5px;
    word-break: break-all;
}

.portal-headquartersList .portal-ico-1.orange {
    padding: 4px 10px;
    background: var(--Orange-2);
    color: var(--White);
    border-radius: 4px;
    letter-spacing: 5px;
    text-align: center;
    text-indent: 5px;
    word-break: break-all;
}

.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;
}

.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 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) {
    width: 240px;
}

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

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

.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 .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;
}

.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 .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-1);
    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: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%;
    }
}
/*避難所履歴詳細 end*/
/*避難情報履歴 start*/
.eva-history-list table td:nth-child(1) {
    width: 100px;
    text-align: center;
}

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

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

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

.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 .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-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: 250px;
}

.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;
}

.file-point a::before {
  content: "・";
  counter-increment: item-counter;
  position: absolute;
  left: 0;
  top: 0;
}
/* 防災ポータル 公開文書フォルダ 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;
}

.PTLV0210 .portal-form .form-item .address-input-items{
    display: flex;
    gap: 10px;
    align-items: flex-start;
    flex-direction: column;
}

.PTLV0210 .portal-form .form-item .address-item{
    width: 420px;
}

@media screen and (max-width: 500px) {
    .PTLV0210 .portal-form .form-item .address-item{
        width: 200px;
    }
}

.PTLV0210 .portal-form .form-item .postal-input-items{
    display: flex;
    gap: 5px;
    align-items: center;
}

.PTLV0210 .portal-form .form-item .postal-input-items input[type="text"]{
    width:100px;
}

.PTLV0210 .portal-form .form-item .position-input-items input[type="text"]{
    width:100px;
}

.PTLV0210 .portal-form .form-item .position-input-items{
    display: flex;
    gap: 20px;
    align-items: center;
}

@media screen and (max-width: 500px) {
    .PTLV0210 .portal-form .form-item .address-input-items .input-item,
    .PTLV0210 .portal-form .form-item .position-input-items{
        flex-direction: column;
        align-items: flex-start;
    }

}

@media screen and (max-width: 700px) {
    .PTLV0210 .portal-form .form-item .input-items.radios{
        flex-direction: column;
        align-items: flex-start;
    }
}
.PTLV0210 .bs-select:hover {
    border: 1px solid var(--Gray-6);
}
.PTLV0210 .bottom-input-item-title{
    padding: 10px 0;
    font-size: var(--font-size-5);
}
.PTLV0210 .bottom-input-item textarea{
    width: 100%;
}
.PTLV0210 .portal-form-btn-center-block{
    margin: 20px auto;
    width: 100%;
    display: flex;
    justify-content: center;
}
.PTLV0210 .hide{
    display:none;
}
.PTLV0210 .portal-rows.title-with-button .btn-block{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}
@media screen and (max-width: 900px) {
    .PTLV0210 .portal-rows.title-with-button{
        flex-direction: column;
    }
    .PTLV0210 .portal-rows.title-with-button .btn-block{
        justify-content: flex-start;
    }
    .PTLV0210 .dropdown.bootstrap-select{
        width: 200px !important;
    }
}
.PTLV0210 .error-message {
    width: 100%;
    margin: 10px 5px;
    color: var(--Alert);
    font-weight: var(--font-weight-bold);
}

.PTLV0210 .portal-form .form-item .input-items.flex-start{
    align-items: flex-start;
    gap: 10px;
}

.PTLV0210 .map-modal .modal-msg{
    margin: 10px 20px;
    display: flex;
    gap: 20px;
    padding-top: 10px;
    font-size: var(--font-size-5);
}

.PTLV0210 .map-modal .modal-body{
    height: 500px;
    border: 1px solid var(--Gray-6);
    margin: 5px 20px;
}

.PTLV0210 .map-modal .modal-footer{
    padding-top: 20px;
}

.PTLV0210 .portal-evacuee-list{
    overflow:auto;
}

.PTLV0210 .portal-evacuee-table{
    min-width:680px;
}

.PTLV0210 .portal-evacuee-table td:nth-child(1),
.PTLV0210 .portal-evacuee-table th:nth-child(1),
.PTLV0210 .portal-evacuee-table td:nth-child(3),
.PTLV0210 .portal-evacuee-table th:nth-child(3),
.PTLV0210 .portal-evacuee-table td:nth-child(4),
.PTLV0210 .portal-evacuee-table th:nth-child(4){
    width: 10%;
}
.PTLV0210 .portal-evacuee-table td:nth-child(2),
.PTLV0210 .portal-evacuee-table th:nth-child(2){
    width: 30%;
}
.PTLV0210 .portal-evacuee-table th{
    text-align: center;
}
.PTLV0210 .portal-evacuee-table .table-item-center {
    text-align: center;
}
.PTLV0210 .position-item{
    pointer-events: none;
    border: 1px solid var(--Gray-6);
    color: var(--Gray-7);
    background-color:var(--Gray-1);
}
.PTLV0210 input[type="text"]:disabled{
    -webkit-text-fill-color: unset !important;
}
/*避難者管理入力(住民)画面 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 a.leaflet-popup-close-button {
    top: 2px !important;
    right: 5px !important;
}
/*クロノロジー道路 end*/
/*--リリース3 end--*/

/* 日立市開発 ADD START */
.camera-popup-table {
    border-collapse: collapse;
    font-size: var(--font-size-5);
}
.camera-popup-table th,
.camera-popup-table td {
    border: 1px solid black;
    padding: 3px;
}
.camera-popup-table img {
    width: 300px;
    height: 175px;
}

/* 日立市開発 ADD END */