﻿/* Common */


html {
    overflow: auto;
    height: 100vh;
  /* font-size: 87.5%; */
  font-size: 14px;
}

body {
    position: relative;
    width: 100%;
    height: 100vh;
    font-family: "Roboto", "Noto Sans JP", "MS PGothic", sans-serif;
    font-size: 1em;
    font-weight: 400 !important;
    letter-spacing: 0.05em;
    line-height: 1.85em !important;
    color: #111;
    overflow-x: hidden;
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
}

a {
    text-decoration: underline;
}

a:hover {
    color: #313e5b !important;
    text-decoration: underline;
}

img {
    width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    -ms-interpolation-mode: nearest-neighbor;
}

.inner {
    margin: 0 auto;
    /* min-width: 900px; */
    max-width: 1800px;
    /* padding: 0 50px; */
    width: 92%;
}

h3.title {
    /* margin-bottom: 0.5em; */
    font-size: 1.1em;
    font-weight: 500;
}

h3.title.border {
    padding-bottom: 0.5em;
    border-bottom: solid 1px #203864;
}

.tolist {
    position: absolute;
  right: 0;
  bottom: 5px;
}

.tolist a {
    display: block;
    border: solid 1px #203864;
    padding: 0.4em 0.6em;
    line-height: 1.2em;
    color: #203864;
    font-size: 0.8em;
    background: #fff;
    text-decoration: none;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.totop a {
    display: block;
    border: solid 1px #203864;
    padding: 0.4em 0.6em;
    line-height: 1.2em;
    color: #203864;
    font-size: 0.8em;
    background: #fff;
    text-decoration: none;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.centering {
    text-align: center !important;
}

.color_reverse h3.title.border {
    border-bottom: solid 1px #fff;
}

.color_reverse .tolist a {
    display: block;
    border: solid 1px #fff;
    padding: 0.4em 0.6em;
    line-height: 1.2em;
    color: #203864;
    font-size: 0.8em;
    background: #fff;
    text-decoration: none;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

table {
    width: 100%;
}

.red {
    color: red;
}

.alert {
    display: inline-block;
    padding: 0.2em 0.4em;
    color: #fff;
    line-height: 1.2em;
    background: #c00;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.alert.bg_purple {
    background: purple;
}

.alert.bg_black {
    background: #000;
}

.alert.bg_red {
    background: red;
}

.alert.bg_yellow {
    background: yellow;
}


/* Sticky */

.sticky_container {
    display: flex;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 30px;
    bottom: 30px;
    height: 100%;
}

.sticky_container #node_info_left {
    float: none !important;
}

.sticky_container #node_info_right {
    float: none !important;
}


/* Form */

select {
    position: relative;
    -o-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 6px 26px 6px 12px;
    height: 36px;
    font-size: 13px;
    border: solid 1px #ddd;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-sizing: border-box;
    background: url(../images/common/icon_select.png) #fff no-repeat right 6px center / 15px;
    cursor: pointer;
    box-sizing: border-box;
}

select::-ms-expand {
    display: none;
}

select:focus {
    outline: none;
}


/* Header */

#header {
    margin-bottom: 0.6em;
    padding: 6px 0;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 10000;
    position: relative;
}

#header a {
    text-decoration: none;
    color: #203864 !important;
}

.header_upper {
    margin-bottom: 0.3em;
}

#header .title_container {

    white-space: nowrap;
    padding-right: 10px;
    width: 240px;
}

#japanese_title .image,
#japanese_title_sp .image {
    display: block;
    float: left;
    margin-right: 10px;
    height: 45px;
}

#japanese_title .title,
#japanese_title_sp .title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 45px;
}

#japanese_title .title span,
#japanese_title_sp .title span {
    font-size: 1.35em;
}

#japanese_title .image img,
#japanese_title_sp .image img {
    width: auto !important;
    height: 100% !important;
}

.english_title {
    font-size: 12px;
    line-height: 16px;
}

.english_title p {
    display: inline;
}

/* ここから変更点 22/02/15 yamabe */

/* #home_local_name {
    float: left;
    margin-top: 10px;
    padding-top: 12px;
    padding-left: 3px;
    width: 145px;
    border-left: solid 1px #203864;
    overflow: hidden;
} */

#home_local_name {
    margin-left: 10px;
}

.header-city,
.header-pref {
    display: flex !important;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.title_container {
    position: relative;
}

.city-checker #home_local_name {
    position: relative;
}

.city-checker #home_local_name::before {
    content: '';
    width: 2px;
    height: 90%;
    background-color: #203864;
    position: absolute;
    top: -5px;
    left: 3px;
}

/*　ここまで変更点 */

.menu_sub_container {
    float: right;
    width: calc(100% - 270px);
}

.menu_sub_container {
    /* 市町村ロゴ用 */
    width: calc(100% - 400px);
}

.header-pref .menu_sub_container {
    width: calc(100% - 246px);
}

.menu_sub {
    float: right;
    /* line-height: 65px; */
    font-size: 0.95em;
    clear: both;
}

.page_local .menu_sub {
    clear: both;
    line-height: 1.8em;
}

.menu_sub li {
    float: left;
}

.menu_sub li:after {
    content: "｜";
}

.menu_sub li:last-child:after {
    content: "";
}

#menu_select,
#menu_select_sp,
#menu_select_fz_sp {
    float: right;
    margin-left: 0.2em;
    font-size: 20px;
}

#menu_select {
    font-size: 14px;
}

#menu_select select,
#menu_select_sp select,
#menu_select_fz_sp select {
    margin-top: 16px;
    margin-bottom: 6px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #000;
    border-radius: 0;
    padding: 0 20px 0 5px;
    box-sizing: border-box;
}

#menu_select select:hover,
#menu_select_sp select:hover,
#menu_select_fz_sp select:hover {
    cursor: pointer;
}

#menu_main {
    padding: 8px 6px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    background: #203864;
    font-size: 1em;
}

#menu_main a {
    color: #fff !important;
}

#menu_main li {
    float: left;
    width: 20%;
    width: 18%;
    text-align: center;
    font-weight: 500;
    border-right: solid 1px #fff;
    line-height: 1.4em;
    box-sizing: border-box;
}

#menu_main li.menu_kisho {
    width: 28%;
}

#menu_main li:last-child {
    border-right: none;
}

#home_features {
    margin-bottom: 1.5em;
}

#home_map {
    position: relative;
    float: left;
    width: 60%;
  height: 560px;
    background: #bdd8ef;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-sizing: border-box;
    /* overflow: hidden; */
}

.page_local #home_map {
    height: 615px !important;
}

#home_map_large {
    position: relative;
    float: left;
  padding: 24px 0 24px 24px;
  width: calc(100% - 194px);
  height: 560px;
    box-sizing: border-box;
    /*background: url(../images/common/home_map_bg.jpg) no-repeat center / cover;*/
}

#home_map_large h3.title {
    position: absolute;
    left: 24px;
    top: 24px;
    left: 15px;
    top: 15px;
    padding: 20px 0;
    width: 90px;
    height: 90px;
    border: solid 2px #fff;
    color: #fff;
    font-size: 1.4em;
    font-size: 1.3em;
    text-align: center;
    line-height: 25px;
    font-weight: 500;
    background: #203864;
    box-sizing: border-box;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 10;
}

.title_mini {
    position: relative;
  top: -5px;
    left: 8px;
    color: #203864;
  font-size: 12.6px;
    z-index: 0;
    display: inline;
}

.home_map_select_pane {
  height: 104px;
}

.home_map_select_pane.active {
    display: none;
}

#home_map_select {
  opacity: 0;
  transition: opacity 0.3s;
  line-height: 32px;
  position: relative;
    float: right;
  padding: 15px 15px 15px 5px;
  /* padding: 0; */
    width: 194px;
  /* height: 474px; */
    box-sizing: border-box;
  /* display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between; */
}

.home_map_select_wrapper {
  display: flex;
  flex-direction: column;
}

.home_map_secect {
    position: relative;
  top: -40px;
    width: 164px;
    height: 98px;
    margin-bottom: -20px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: solid 2px #a2c1dc;
    cursor: pointer;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    box-sizing: border-box;
}

.home_map_secect:hover {
    border: solid 2px #203864;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.home_map_secect.active {
    display: none;
}


/*#home_map_select_kisho {
background: #a2c1dc url(../images/common/home_map_kisho_bg.jpg) no-repeat center / 80%;
}*/


/*#home_map_select_hinan {
background: #a2c1dc url(../images/common/home_map_hinan_bg.jpg) no-repeat center / 80%;
}*/


/*#home_map_select_hinanjo {
background: #a2c1dc url(../images/common/home_map_hinanjo_bg.jpg) no-repeat center / 80%;
}*/

.home_map_select_others {
    margin-bottom: 5px;
    text-align: center;
    width: 163px;
    height: 29px;

}

.home_map_select_others_wrapper,
.home_map_select_others,
.home_map_select_others a {
  font-size: 10.2px;
  letter-spacing: normal;
}

.home_map_select_others:last-child {
    margin-bottom: 15px;
}

.home_map_select_others a {
  line-height: 26px !important;
    display: block;
    padding: 2px 0;
    color: #203864;
    text-decoration: none;
    background: #fff;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

.home_map_select_others a:hover {
    opacity: 0.6;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

#home_map_message {
  line-height: 1em;
    position: absolute;
    text-align: center;
    top: 5px;
    padding: 0.5em 1.2em;
    right: 0;
    display: inline-block;
    background: #fff;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    z-index: 10;
    width: calc(100% - 156px);
}

.city-map {
    height: 503px !important;
}

#home_info {
    float: right;
    width: 38.5%;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    /* padding-bottom: 10px; */
}

#home_info.home_info {
  line-height: 20px;
}

#home_map_legend {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 180px;
    font-weight: 500;
    background: #f5f5f5;
    text-align: center;
    line-height: 30px;
    font-size: 0.9em;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    z-index: 10;
  opacity: 0;
  transition: opacity 0.3s;
}

#home_map_legend h3 {
    color: #fff;
    font-weight: 500;
    background: #203864;
    text-align: center;
    line-height: 30px;
}

#home_map_legend #home_map_legend_icons {
    padding: 12px 12px 3px 12px;
    text-align: left;
    font-size: 0.9em;
    line-height: 12px;
}

#home_map_legend #home_map_legend_icons li {
    margin-bottom: 9px;
}

/* 府TOPの凡例を初期状態で表示しないための設定 */ 
.page_pref #home_map #home_map_large #home_map_legend {
    opacity:0;
}

#home_map_legend .legend_color {
    display: block;
    float: left;
    margin-right: 0.5em;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

#home_map_legend .legend_yellow {
    background: yellow;
}

#home_map_legend .legend_red {
    background: red;
}

#home_map_legend .legend_other {
    background: #ca2009;
}

#home_map_legend .legend_special {
    background: #9800cb;
}

.map_scale {
    position: absolute;
    right: 20px;
    right: 15px;
    bottom: 15px;
    width: 40px;
    height: 80px;
}

.page_pref .map_scale {
    right: 0;
}

.map_scale_up {
    width: 40px;
    height: 40px;
    background: url(../images/common/home_map_scale.png) no-repeat top center / cover;
    cursor: pointer;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.map_scale_up:hover {
    opacity: 0.6;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.map_scale_down {
    width: 40px;
    height: 40px;
    background: url(../images/common/home_map_scale.png) no-repeat bottom center / cover;
    cursor: pointer;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.map_scale_down:hover {
    opacity: 0.6;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

#home_map_legend.bended {
    position: absolute;
    left: 0;
    bottom: 25px;
    width: 60px;
    height: 30px;
    color: #fff;
    font-weight: 500;
    background: #203864;
    text-align: center;
    line-height: 30px;
    font-size: 0.9em;
    -o-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    z-index: 999;
}

/*

#home_info_topics {
    position: relative;
    margin-bottom: 18px;
    margin-bottom: 15px;
    padding: 12px 24px 18px 24px;
    height: 70px;
    color: #fff;
    background: #0977AE;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display:none;
}

#home_info_topics a,
#home_info_topics a:hover {
    text-decoration: none;
}

#home_info_topics .tolist a,
#home_info_topics .tolist a:hover {
    color: #0977AE !important;
    font-size: 0.8em;
}

#home_info_topics li {
    padding: 0.4em 0;
    font-size: 0.9em;
    line-height: 21px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}

#home_info_topics li:last-child {
    border-bottom: none;
}

#home_info_topics>.news-inner,
#home_info_topics>.news-inner-tp a {
    color: white;
}

#home_info_topics>.news-inner a:hover,
#home_info_topics>.news-inner-tp a:hover {
    color: white !important;
}

 */

#home_important_notices {
    width: 100%;
    max-height: 150px;
    margin-bottom: 20px;
    font-size: 1.1em;
    overflow-y: auto;
    display: none;
}

#home_important_notices li {
    margin-bottom: 5px;
}

#home_important_notices li:last-of-type {
    margin-bottom: 0;
}

#home_important_notices a {
    color: black;
    text-decoration: none;
    padding: 5px 10px;
    display: block;
  line-height: 1em;
}

#home_important_notices .imp_notice_bgc_red {
    background-color: red;
}

#home_important_notices .imp_notice_bgc_yellow {
    background-color: yellow;
}


.news-title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid white;
    padding-bottom: 2px;
}

.news-inner {
    height: 90px;
    overflow: hidden;
    padding-top: 5px;
}
.news-inner.active {
  margin-bottom: 30px;
}

.news-inner-tp {
    height: 30px;
    overflow: hidden;
    padding-top: 5px;
}
.news-inner > ul > li > a {
  display: flex;
  align-items: center;
}

.news-golist {
    display: block;
    border: solid 1px #203864;
  padding: 3px 4px;
    line-height: 1.2em;
    font-size: 0.8em;
    background: #fff;
    text-decoration: none;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.news-golist.topic {
    border: 0px;
    background-color: #fff;
}

.news-golist>a {
    text-decoration: none;
    color: #203864 !important;
}

.news-inner.active {
    height: 100%;
    min-height: 100px;
}

.news-inner-tp.active {
    height: 100%;
    min-height: 40px;
}

#operation_info .home_news_hanrei {
  flex-grow: 1;
}

.home_news_hanrei>ul {
    display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.home_news_hanrei>ul>li {
    white-space: nowrap;
    display: flex;
    align-items: center;
    margin: 0 2px;
    line-height: 21px;
}

.home_news_hanrei>ul>li>p {
    display: inline-block;
}

.home_news_hanrei .news_icon,
#topix_trees .news_icon {
  width: 1.2rem;
  height: 1.2rem;
  line-height: 1.2rem;
    margin-right: 5px;
}

.news-placeholder {
  width: 100%;
  height: 40px;
}

.bousainews-ttl-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  flex-wrap: wrap;
}

.bousainews-top-ttl-wrapper {
    display: flex;
    justify-content: end;
    margin-bottom: 10px;
    font-size: 0.8em;
    align-items: center;
    border: 0px;
    margin-top: 10px;
    position: absolute;
    bottom: -10px;
    left: 4px;
}

.bousainews_hanrei {
  position: static;
  margin: 0;
  justify-content: flex-start;
}

.bousainews-top-ttl-wrapper li {
    border: 0px !important;
}

.bousainews-top-ttl-wrapper .news_icon {
    width: 17px;
    height: 17px;
    line-height: 17px;
}


#home_info_topics.active {
    height: 100%;
    padding: 12px 24px 10px 24px;
}

.topics-wrapper {
    box-sizing: border-box;
    position: relative;
    height: 180px;
    margin-bottom: 8px;
}

#home_info_news>.news-title-wrapper>.title {
    color: black;
}

#home_info_news>.news-title-wrapper {
    border-bottom: 1px solid black;
}

#news-js-readmore {
    color: #203864;
    /* padding-top: 10px; */
}

#news-js-readmore p {
  display: inline-block;
  text-decoration: underline;
  font-size: 0.9em;
}

#home_info_local {
    position: relative;
    margin-bottom: 10px;
  padding: 9px;
    border: solid 1px #203864;
    background: #fff;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#home_info_local>h3 {
    font-size: 1em;
}

.placeholder {
    box-sizing: border-box;
    position: relative;
    padding: 15px 24px;
    height: 180px;
    margin-bottom: 8px;
}

#home_info_news {
    box-sizing: border-box;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
  padding: 10px;
    height: 180px;
    border: solid 1px #203864;
    background: #fff;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
  margin-bottom: 10px;
    position: relative;
}

#home_info_news.active {
    height: 100%;
  padding: 10px;

}

#top_home_info_news {
    box-sizing: border-box;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    padding: 18px 24px;
    height: 172px;
    border: solid 1px #203864;
    background: #fff;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

#top_home_info_news.open,
#home_info_news.open {
    height: auto;
    padding-bottom: 30px;
}

.readMore {
  position: absolute;
    text-align: right;
    /* line-height: 1.2; */
  right: 10px;
  bottom: 29px;
    text-decoration: underline;
}

.readMore:hover {
    cursor: pointer;
}

.readMore--blue {
    background: rgba(255, 255, 255, 0.9);
    color: #203864;
}

.readMore--white {
    color: white;
}

.newsInner {
    height: 100%;
    overflow: hidden;
}


/** Local **/

.local_time {
    font-size: 0.8em;
    display:none;
}

#home_info_local h3.title {
    text-align: center;
    line-height: 1.5em;
}

#home_info_local h3.title .label {
    font-size: 1.4em;
    font-weight: 600;
}

.home_local_column {
    float: left;
    width: 32%;
    text-align: center;
}

.home_local_column a {
    text-decoration: none;
    color: black;
}

.home_local_columns.columns_3.clearfix {
    height: 76%;
    display: flex;
    align-items: center;
}

.home_local_column:nth-of-type(3n-1) {
    margin: 0 2%;
}

.home_local_column h5 {
  font-size: 0.85em;
    font-weight: 600;
  line-height: 2em;
}

.home_local_column_icon {
    margin: 0 auto 10px auto;
    width: 60px;
    background: #fff;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.home_local_status p {
    display: inline-block;
    padding: 0.3em 0.6em;
    font-size: 0.8em;
    line-height: 1.2em;
    text-decoration: none;
    background: #eee;
    color: #fff;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.home_local_status p:hover {
    color: #fff !important;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.home_local_status.home_local_status_orange p {
    background: #f2a93a;
}

.home_local_status.home_local_status_orange p:hover {
    background: #de8f18;
}

.home_local_status.home_local_status_yellow p {
    background: #ffff00;
    color: #000;
}

.home_local_status.home_local_status_yellow p:hover {
    background: #333333;
    color: #000;
}

.home_local_status.home_local_status_red p {
    background: #e93323;
}

.home_local_status.home_local_status_red p:hover {
    background: #ce1808;
}


.home_local_status.home_local_status_purple p {
    background: #75137c;
}

.home_local_status.home_local_status_purple p:hover {
    background: #5c0662;
}

.home_local_status.home_local_status_blue p {
    background: blue;
}

.home_local_status.home_local_status_blue p:hover {
    background: #0039b3;
}

.home_local_status.home_local_status_green p {
    background: #00c289;
}

.home_local_status.home_local_status_green p:hover {
    background: #0bc08a;
}

.home_local_status.home_local_status_black p {
    background: black;
}

.home_local_status.home_local_status_black p:hover {
    background: #666666;
}

.home_local_status.home_local_status_dosha p {
  background: #843c0c;
}

.home_local_status.home_local_status_dosha p:hover {
    background: #666666;
}

#home_info_others {
  margin-top: -22px;
}

/* .page_local #home_info_others p { */
/* margin-bottom: 10px; */
/* } */

.page_local #home_info_others p a {
    display: block;
  height: 26px;
  line-height: 26px;
    border: solid 1px #203864;
    text-align: center;
    color: #203864;
  font-size: 0.75em;
    background: #fff;
    text-decoration: none;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.page_local #home_info_others p a:hover {
    opacity: 0.6;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

#camera_at_height .image {
    position: relative;
}

#camera_at_height .camera_expand {
    position: absolute;
    right: 18px;
    top: 18px;
    width: 30px;
    height: 30px;
    background: #fff url(../images/common/icon_expand.png) no-repeat center / 80%;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    cursor: pointer;
}

#camera_at_height .camera_expand:hover {
    opacity: 0.6;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}


/** News **/

#top_home_info_news li,
#home_info_news li {
    padding: 0.4em 0;
    font-size: 0.9em;
    line-height: 21px;
    border-bottom: solid 1px rgba(32, 56, 100, 0.3);
}

#home_info_news .top_home_info_hanrei {
  padding: 0;
}

#top_home_info_news li:last-child,
#home_info_news li:last-child {
    border-bottom: none;
}

#top_home_info_news li a,
#top_home_info_news li a:hover,
#home_info_news li a,
#home_info_news li a:hover {
    color: #203864 !important;
    text-decoration: none;
}

#top_home_info_news .tolist,
#home_info_topics .tolist,
#home_info_news .tolist {
    right: 12px;
    top: 12px;
}

.news_icon {
    display: block;
    float: left;
    margin-right: 0.5em;
    width: 21px;
    height: 21px;
    text-align: center;
    line-height: 21px;
    font-size: 0.9em;
    color: #fff;
    text-decoration: none;
    background: #222;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.news_icon.news_icon_emergency {
    background: #f50010;
}

.news_icon.news_icon_news {
    background: #888;
}


#home_info_others_left p {
    margin-bottom: 6px;
    width: calc(50% - 4px);
    display: inline-block;

}

#home_info_others_left p:last-child {
    margin-bottom: 0;

}

#home_info_others_left p a {
    display: block;
    /* height: 24px; */
    border: solid 1px #203864;
    text-align: center;
    color: #203864;
  font-size: 0.75em;
    background: #fff;
    text-decoration: none;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

#home_info_others_left p a:hover {
    opacity: 0.6;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

#home_info_others_right {
    float: right;
    width: 50%;
}

#home_info_others_right #home_info_mail {
    height: 98px;
    padding: 12px;
    border: solid 1px #203864;
    text-align: center;
    color: #203864;
    font-size: 0.9em;
    text-align: left;
    background: #fff;
    text-decoration: none;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-sizing: border-box;

    display: flex;
    justify-content: space-between;
}

#home_info_mail {
    align-items: center;
    color: #203864;
    border: 1px solid #203764;
    border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
}

#home_info_mail h3 {
    margin-bottom: 0.3em;
    font-weight: 500;
  font-size: 0.95em;
    line-height: 1.6em;
    border-bottom: 1px solid #203764;
}

#home_info_mail_inner {
  display: flex;
  justify-content: space-between;
}

#home_info_mail_inner p {
    font-size: 0.8em;
    line-height: 1.4em !important;
}

#home_info_mail_inner > a {
  min-width: 60px;
  padding-left: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#home_info_mail_inner > a > img {
  width: 60px;
}

/* 
#home_info_mail_right {
  width: 20%;
}

#home_info_mail_left {
  width: calc(80% - 8px);
  margin-right: 8px;
}

#home_info_mail_left > h3 {
  white-space: nowrap;
} */

#top_maps {
    margin-bottom: 1.5em;
}

#top_maps table tr {
    position: relative;
}

#top_maps table a {
    text-decoration: none;
}

#top_maps tr {
    border-bottom: solid 2px #fff;
}

#top_maps td {
    margin-right: 1%;
    width: 24%;
    font-size: 0.9em;
    letter-spacing: 0;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    /* overflow: hidden; */
    box-sizing: border-box;
}

.hinanjo_open.hinan_kinkyu {
    position: relative;
}

#top_maps td.city_empty {
    background: none;
}

#top_maps .city_name {
    float: left;
    width: 32%;
    font-size: 0.95em;
    line-height: 24px;
    line-height: 20px;
    background: #343a45;
    box-sizing: border-box;
    letter-spacing: 0;
    -o-border-radius: 2px 0 0 2px;
    -ms-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    -webkit-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
    overflow: hidden;
}

#top_maps .city_name a {
    display: block;
  padding: 1px 14px 1px 3px;
    color: #203864 !important;
    color: #fff !important;
    background: #414c62;
    background: #caced3;
    background: #203864;
    background: #546483;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

#top_maps .city_name a:hover {
    color: #fff !important;
    background: #203864;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

#top_maps .hinanjo_open .city_name a {
    background: #00c289 url(../images/common/hinanjo_label.png) no-repeat right 4px center / 14px;
}

*[rel~="tooltip"] {
    position: relative;
}

#top_maps .tile_container {
    position: relative;
    float: right;
  padding: 2px 4px;
    margin-right: 5px;
    width: calc(68% - 5px);
    font-size: 0.95em;
    border-radius: 0 2px 2px 0;
    /* overflow: hidden; */
    box-sizing: border-box;
    background: #e8ebee;
}

#top_maps .table_areas {
    float: left;
    margin-right: 0.5%;
    margin-bottom: 15px;
    width: 24.5%;
}

#top_maps .table_area {
    margin-bottom: 5px;
}

#top_maps .table_area tr {
    border-bottom: none;
}

#top_maps .table_area th {
    background: none;
}

#top_maps .table_area .area_name {
    margin-bottom: 2px;
    color: #fff;
    font-size: 0.85em;
    text-align: center;
    background: #31365a;
    background: #141a4a;
    border-radius: 2px;
    padding: 2px;
}

#top_maps .table_area .tile_container {
    margin-bottom: 2px;
    margin-right: 0;
    width: 68%;
}

#top_maps .tile_container .tile {
    float: left;
    margin-right: 0.3em;
    padding: 1px 4px 1px 4px;
    font-size: 0.95em;
    line-height: 18px;
    line-height: 16px;
    text-align: center;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border-radius: 1px;
    background: #f8f817;
    background: #fff;
    border-left: solid 3px #f8f500;
    box-sizing: border-box;
}

#top_maps .tile_container .tile.tile_hinan {
    border-left: none;
    color: #fff;
    background: #111;
    box-sizing: border-box;
}

#top_maps .tile_container .tile.tile_hinan.hinan_kinkyu {
    background: #111;
}

#top_maps .tile_container .tile.tile_hinan.hinan_shiji {
    background: #73329c;
}

#top_maps .tile_container .tile.tile_hinan.hinan_koureisha {
    background: #c52e31;
}

#top_maps .tile_container .underline_white {
    border-bottom: 1px solid #fff;
}

#top_maps .tile_container .underline_black {
    background-color: #f2f4f5;
    border-bottom: 1px solid #fff;
}

#top_maps .tile_container .watch {
    background: #f8f500;
    background: #fff;
    border-left: solid 3px #f8f500;
}

#top_maps .tile_container .alert {
    color: #f4fdfd;
    background-color: #fe0a0a;
    color: #f8002f;
    background: #fff;
    border-left: solid 3px #f8002f;
}

#top_maps .tile_container .kinkyu {
    color: #f4fdfd;
    background-color: #73329c;
    color: #73329c;
    background: #fff;
    border-left: solid 3px #73329c;
}

#top_maps .tile_container .other {
    color: #f4fdfd;
    background-color: #883d11;
    color: #883d11;
    background: #fff;
    border-left: solid 3px #883d11;
}

#top_maps_legend {
    clear: both;
    float: right;
    font-size: 0.8em;
    letter-spacing: 0;
}

#top_maps_legend ul {
    float: left;
    margin-right: 10px;
}

#top_maps_legend li {
    float: left;
    margin-right: 10px;
}

.top_maps_legend_attention {
    margin: 0 auto;
    max-width: 1800px;
  line-height: 1.3;
    /* width: 92%; */
}

#home .top_maps_legend_attention {
    width: 92%;
}

.legend_mark_kinkyu {
    margin-right: 2px;
    padding: 2px 4px;
    color: #fff;
    background: #111;
    border-radius: 2px;
}

.legend_mark_shiji {
    margin-right: 2px;
    padding: 2px 4px;
    color: #fff;
    background: #73329c;
    border-radius: 2px;
}

.legend_mark_koureisha {
    margin-right: 2px;
    padding: 2px 4px;
    color: #fff;
    background: #c52e31;
    border-radius: 2px;
}

.legend_mark_chuihou,
.legend_mark_keihou,
.legend_mark_tokubetsu,
.legend_mark_keikai {
    margin-right: 2px;
    padding: 1px 6px;
    color: #fff;
    border: solid 1px #ddd;
    background: #fff;
    border-radius: 2px;
    box-sizing: border-box;
}

.legend_mark_chuihou {
    border-left: solid 3px #e8f800;
}

.legend_mark_keihou {
    border-left: solid 3px #EB002B;
}

.legend_mark_tokubetsu {
    border-left: solid 3px #73329c;
}

.legend_mark_keikai {
    border-left: solid 3px #883d11;
}

.legend_mark_hinanjo {
    margin-right: 2px;
    padding: 2px 7px;
    color: #fff;
    background: #00c289 url(../images/common/hinanjo_label.png) no-repeat center / 12px;
    border-radius: 2px;
    box-sizing: border-box;
}

.top_info_container {
  padding: 25px;
    background: #f0f8f8;
}

#_top_info {
    margin-bottom: 5em;
}

#top_info #top_info_left {
    float: left;
    padding-right: 3%;
    width: 35%;
    border-right: dashed 1px #203864;
    box-sizing: border-box;
}

#top_info #top_info_right {
    float: right;
    padding-left: 3%;
    width: 65%;
    box-sizing: border-box;
}

.info_item {
    margin-bottom: 2em;
}

.info_item .title_container {
    position: relative;
    margin-bottom: 1.3em;
    border-bottom: 2px solid #203864;
}

#kisho_info .title_container > h2 {
  margin-right: 110px;
}

.info_item .title_container.updated_container {
    position: relative;
    margin-bottom: 2.5em;
    border-bottom: none;
    text-align: right;
}

.info_item .title_container h2 {
    margin-bottom: 0.1em;
    font-size: 1.25em;
    font-weight: 600;
    color: #203864;
    letter-spacing: 0;
}

#operation_info .title_container h2 {
  min-width: 200px;
}

.info_item .title_container li {
    color: #203864;
  font-size: 0.9rem;
    font-weight: 600;
}

.info_item .title_container p {
    color: #203864;
    font-size: 0.95em;
}

.hazard-map-link {
    /* text-decoration: none; */
    color: #000;
}

.info_item h3 {
    margin-bottom: 1em;
    font-size: 1.1em;
}

.info_item h3 .label {
    font-size: 0.8em;
}

#official_tweets {
  margin: 0;
}

iframe #twitter-widget-0 {
  width: 100%;
}

.withinfo {
    display: inline-block;
    margin-right: 0.5em;
    padding: 2px 6px;
    background: #f42d5c;
    color: #fff;
    line-height: 1.6em;
    font-size: 0.9em;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.home_info_column {
    position: relative;
}

.home_info_column .lifeline a {
  font-size: 0.85rem;
}

.home_info_column .link_external {
    display: none;
    position: absolute;
    right: 3px;
    top: 3px;
    width: 18px;
    height: 18px;
    background: url(../images/common/icon_external.png) no-repeat center / 80%;
}

.home_info_column:hover .link_external {
    display: block;
}


.columns_3 .home_info_column {
    float: left;
    width: 30%;
    text-align: center;
}

.columns_3 .home_info_column:nth-of-type(3n - 1) {
    margin: 0 5%;
}

.columns_4 .home_info_column {
    float: left;
    margin-left: 1.5%;
    margin-right: 1.5%;
    width: 22%;
    text-align: center;
}

.columns_4 .home_info_column:nth-of-type(4n - 3) {
    margin-left: 0;
}

.columns_4 .home_info_column:nth-of-type(4) {
    margin-right: 0;
}

.home_info_column_icon {
    margin-bottom: 0.5em;
}

.home_info_column_icon a {
    display: block;
  padding: 8px;
    border: solid 2px #fff;
    background: #fff;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    box-sizing: border-box;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.home_info_column_icon a:hover {
    border: solid 2px #203864;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.home_info_column_icon a img {
    mix-blend-mode: multiply;
}

.home_info_column h4 {
    font-size: 0.9em;
    font-size: 0.85em;
    line-height: 1.2em;
    letter-spacing: 0;
}

.home_info_column h4 a {
    color: #203864 !important;
    text-decoration: none;
}

.link_container ul {
    padding-left: 1.5em;
    list-style: disc;
}

.link_container .link_content a {
    font-size: 1em;
    color: #203864 !important;
}

.table_container .table table {
    margin-bottom: 1.5em;
    width: 100%;
    border-collapse: collapse;
    border: 2px solid #203864;
}

.table_container .table th {
    padding: 0.8em;
    padding: 1.3em 1em;
    color: #fff;
    text-align: center;
    border: 2px solid #203864;
    border-collapse: collapse;
    background: #333;
}

.table_container .table thead th {
    padding: 0.6em 1em !important;
    color: #fff;
    text-align: center;
    border: 2px solid #203864;
    border-collapse: collapse;
    background: #546483;
}

.table_container .table tbody th {
    color: #203864;
    color: #fff;
    background: #eee;
    text-align: left;
}

.alert_level {
    display: block;
    float: left;
    margin-right: 0.5em;
    width: 16px;
    height: 16px;
    border: solid 2px #fff;
    background: red;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.table_container .table td {
    padding: 0.8em;
    padding: 1.3em 1em;
    border-collapse: collapse;
    border: 2px solid #203864;
    background: #fff;
}

.table_container .table.table_compact th,
.table_container .table.table_cities th,
.table_container .table.table_announcements th {
    padding: 0.7em 1em;
    color: #203864;
    text-align: left;
    background: #ddd;
}

.table_container .table.table_compact td,
.table_container .table.table_cities td,
.table_container .table.table_announcements td {
    padding: 0.6em 1em;
}

.table_list_inline li {
    display: inline-block;
    margin-right: 0.3em;
}

.table_container th {
    background: #333;
}

.table_container h3 {
    display: inline;
    margin-bottom: 0.3em;
    margin-right: 0.5em;
    color: #b10036;
    font-size: 1.2em;
    font-weight: 600;
}

.title_container h2 {
    display: inline;
    margin-right: 0.5em;
}

.title_container .update_time,
.subtitle_container .update_time {
    display: inline;
    font-size: 0.95em;
    color: #203864;
}

.update_time {
    display: inline-block !important;
    margin-right: 79px;
}

#hinanjo_info .title_container .update_time {
  margin-right: 110px;
}

.table_level {
    width: 15%;
    font-weight: 600;
    color: #f00 !important;
    background: #fff !important;
}

.table_section {
    width: 15%;
    font-weight: 600;
    color: #203864 !important;
    background: #eee !important;
}

#footer_menus>section>.table_areas>table:nth-child(3) {
    margin: 0 15px;
}

.info_item_container.double .info_item {
    float: left;
  /* width: 46%; */
}

.info_item_container.double .info_item:nth-child(even) {
    float: right;
}

.info_item_container.single .info_item {
    width: 100%;
}

.table.table_compact li,
.table.table_compact td {
    word-break: break-all;
}

#footer {
    margin-top: 5em;
    padding: 3em 0;
    background: #bdd7ee;
}

#footer a {
    color: #203864 !important;
}

#footer h2.title {
    position: relative;
    /* margin-bottom: 1em; */
    /* Aug 5 nakajima アンダーバーの配置調整 */
    /* padding-bottom: 1em; */
    padding-bottom: 5px;
    font-size: 1.4em;
    font-weight: 600;
}

#footer_menus {
    margin-bottom: 2em;
}

#footer h2.title:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
  margin-left: -90px;
  width: 180px;
    height: 2px;
    background: #203864;
}

#footer .table_area h2 {
    font-size: 1.1em;
    border-bottom: solid 1px black;
    margin-bottom: 5px;
}

#footer .menu_line {
    text-align: center;
}

#footer .menu_line p {
    display: inline;
    margin: 0 0.2em 0.4em 0.2em;
}

#footer_banners {
    margin: 20px 0;
    height: 40px;
}

#footer_banners ul {
    height: 40px;
    display: flex;
    justify-content: center;
}

#footer_banners li {
    margin: 0 6px;
    height: 145%;
    border: solid 2px #203764;
    border-radius: 4px;
}

#footer_banners li img {
    height: 100%;
    width: auto;
}

#copyright {
    padding-top: 15px;
}

#footer_banners .portalsite {
    font-size: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
}

#footer_portals {
    clear: both;
    margin-bottom: 2em;
    height: 50px;
}

#footer_portals ul {
    position: relative;
    float: left;
    left: 50%;
    height: 40px;
}

#footer_portals li {
    position: relative;
    left: -50%;
    float: left;
    margin: 0 6px;
    height: 40px;
    overflow: hidden;
}

#footer_portals li a {
    display: block;
    padding: 0.3em 1em;
    font-size: 1.15em;
    border: solid 2px #203764;
    text-decoration: none;
    color: #203764;
    font-weight: 500;
    background: #fff;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.portalsite a {
    display: block;
    padding: 0.3em 1em;
    font-size: 1.1em;
    text-decoration: none;
    color: #203764;
    font-weight: 500;
    background: #fff;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    /* height: 40px; */
    text-align: center;
    white-space: nowrap;
}

.footer_links tr th h2 {
    font-weight: 600;
}

#copyright {
    text-align: center;
    font-size: 1em;
}

.d_p_info {
    font-size: 1em;
}

.sub_title_life {
    width: 185px;
    text-align: center;
}

.sub_title_info {
    width: 205px;
    text-align: center;
}

.sub_title_kisho {
    width: 195px;
    text-align: center;
}

#footer_menus>section>div {
    display: flex;
}

#footer_menus .table_area td {
    vertical-align: top;
}


/** Hinanjo **/

.isOpen {
    text-align: center;
}

#top_contents #top_info #node_info_left {
    float: left;
    padding-right: 3%;
    width: 32%;
    box-sizing: border-box;
}

#top_contents #top_info #node_info_right {
    float: right;
    padding-left: 3%;
    width: 68%;
    box-sizing: border-box;
}

#node_info_left,
#node_info_right {
    margin-bottom: 5em;
}

#node_info_left th {
    padding: 0.5em 1em;
    color: #fff;
    text-align: center;
    background: #203764;
    background: #546483;
}

#node_info_left td>a {
    padding: 1em;
    background: #fafafa;
    display: block;
    text-decoration: none;
    font-size: 1.2em;
    color: #203864;
}

#node_info_left td li {
    position: relative;
    float: left;
    margin-bottom: 0.6em;
    padding-left: 12px;
    width: 50%;
    width: 100%;
    box-sizing: border-box;
}

#node_info_left td .double li {
    width: 50%;
}

#node_info_left td li:after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    margin-top: -3.5px;
    width: 7px;
    height: 7px;
    border: solid 1px #203764;
    background: #fff;
    box-sizing: border-box;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

#node_info_left .list_nonstyle td ul {
    padding-left: 18px;
    list-style: disc;
}

#node_info_left .list_nonstyle td li {
    margin-bottom: 0.3em;
    padding-left: 0;
}

#node_info_left .list_nonstyle td li:after {
    display: none;
}

#node_info_left td li.active:after {
    background: #203764;
}

.list_link {
    clear: both;
    margin-top: 1em;
    padding-left: 21px;
    background: url(../images/common/icon_arrow.png) no-repeat left center / 16px;
}

.list_link.link_external {
    position: relative;
    clear: both;
    margin-top: 1em;
    padding-left: 21px;
    font-size: 0.95em;
    background: url(../images/common/icon_external.png) no-repeat left center / 16px;
}

._list_link.link_external:before {
    position: absolute;
    left: 0;
    top: -1em;
    content: "";
    width: 50px;
    height: 1px;
    background: #203864;
}

#node_info_left .submenu {
    position: relative;
    margin-bottom: 18px;
    padding: 15px 24px;
    border: solid 1px #203864;
    background: #fff;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 0.95em;
}

#node_info_left .submenu li {
    position: relative;
    padding: 0.3em 0.6em 0.3em 12px;
    border-bottom: solid 1px #eee;
}

#node_info_left .submenu li:last-child {
    border-bottom: none;
}

#_node_info_left .submenu li:nth-of-type(even) {
    background: #f0f0f0;
}

#node_info_left .submenu a {
    display: block;
    text-decoration: none;
}

#node_info_left .submenu li:after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    margin-top: -3.5px;
    width: 7px;
    height: 7px;
    border: solid 1px #203764;
    background: #fff;
    box-sizing: border-box;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

#node_info_left .submenu li:hover:after,
#node_info_left .submenu li.active:after {
    background: #203764;
}

#node_info_left .submenu li.link_external {
    padding: 0.3em 0.6em 0.3em 24px;
    background: url(../images/common/icon_external.png) no-repeat left center / 15px;
}

#node_info_left .submenu li.link_external:after {
    display: none;
}

#pref_select table,
#shikuchouson_select table {
    width: 50%;
    width: 160px;
    border: solid 1px #203764;
    border-collapse: collapse;
}

#pref_select.select_full table,
#shikuchouson_select.select_full table {
    width: 100%;
}

#pref_select tr,
#pref_select th,
#pref_select td,
#shikuchouson_select tr,
#shikuchouson_select th,
#shikuchouson_select td {
    border: solid 1px #ddd;
    border-collapse: collapse;
}

#pref_select th,
#shikuchouson_select th {
    position: relative;
    border-bottom: solid 1px #ddd;
    border-collapse: collapse;
    text-align: left;
    cursor: pointer;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

#pref_select th:hover,
#shikuchouson_select th:hover {
    background: #203764;
}

#pref_select th:after,
#shikuchouson_select th:after {
    position: absolute;
    right: 10px;
    top: 50%;
    content: "";
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background: url(../images/common/icon_select.png) no-repeat center center / 20px;
}

#pref_select th.select_open:after,
#shikuchouson_select th.select_open:after {
    background: url(../images/common/icon_select_up.png) no-repeat center center / 20px;
}

.select_city {
    display: none;
    position: relative;
}

.select_city a {
    display: block;
    text-decoration: none;
    color: #203764 !important;
}

.select_city td {
    padding: 0.4em 2em 0.4em 0.4em !important;
    font-size: 0.9em;
    text-align: right;
    cursor: pointer;
}

#pref_select.select_full .select_city td,
#shikuchouson_select.select_full .select_city td {
    padding: 0.4em 1em !important;
    text-align: left;
}

.select_local td {
    position: relative;
    color: #fff !important;
    color: #203764 !important;
    background: #203764 !important;
    background: #eee url(../images/common/icon_arrow.png) no-repeat right 10px center / 18px !important;
}

.select_city_local {
    position: absolute;
    right: -162px;
    top: -2px;
    width: 160px;
    z-index: 1000;
}

.select_city_local dl {
    max-height: 300px;
    border: solid 1px #ddd;
    border-top: solid 2px #203764;
    text-align: left;
    overflow: scroll;
}

.select_city_local dt {
    display: none;
    padding: 0.4em 0.6em;
    border-bottom: solid 1px #ddd;
    color: #fff;
    text-align: center;
    background: #203764;
}

.select_city_local {
    display: none;
}

.select_city_local dd {
    padding: 0.4em 0.6em;
    color: #203764;
    border-bottom: solid 1px #ddd;
    background: #fafafa;
    background: #f0f0f0;
}

.select_city_local dd a {
    display: block;
}

.select_city_local dd:hover {
    background: #ddd;
}

.hinanjo_area {
    position: relative;
    margin-bottom: 3em;
}

.hinanjo_area .totop {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0.9em;
}

.hinanjo_area table,
.hinanjo_area th,
.hinanjo_area td {
    border: solid 1px #ddd;
    border-collapse: collapse;
}

.hinanjo_area table {
    font-size: 0.95em;
}

.hinanjo_area th,
.hinanjo_area td {
    padding: 0.4em 0.4em;
}

.hinanjo_area thead th {
    color: #fff;
    text-align: center;
    background: #546483;
}

.hinanjo_area h3 {
    margin-bottom: 0.5em;
    padding-right: 140px;
}

.folder_trees .folder_tree {
    margin-bottom: 0.5em;
    padding: 0.4em 0.8em;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #f0f0f0;
}

.folder_trees .folder_tree[data-tree="1"] {
    font-weight: bold;
    background: #fff;
    border: solid 1px #ddd;
}

.folder_trees .folder_tree[data-tree="2"] {
    margin-bottom: 0.5em;
    margin-left: 20px;
    margin-right: 10px;
    padding: 0.2em 0.8em;
}

.folder_trees .folder_tree[data-tree="3"] {
    margin-left: 40px;
    margin-bottom: 0.5em;
    margin-right: 10px;
    padding: 0.2em 0.8em;
}

.folder_trees .folder_tree a {
    margin-right: 0.5em;
}

.folder_trees .folder_tree h3 {
    margin-bottom: 0;
}

#topix_trees .topix_tree {
    padding: 0.8em;
    border-bottom: solid 1px #eee;
}

#topix_trees .topix_tree:nth-of-type(even) {
    background: #fafafa;
}

#topix_trees .topix_tree a {
    margin-right: 0.5em;
    word-break: break-all;
}

#traffic_trees .traffic_tree {
    /*min-height: 40px;*/
    padding: 0.8em;
    border-bottom: solid 1px #eee;
}

#traffic_trees .traffic_tree:nth-of-type(even) {
    background: #fafafa;
}

#traffic_trees .traffic_tree div a {
    margin-right: 0.5em;
}

.news_date {
    font-size: 0.9em;
}

.news_frame {
    padding: 2.5em 2.5em 1.5em 2.5em;
    border: solid 2px #203764;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.hinan_container .news_frame {
  padding: 20px;
}

.news_frame_left {
    float: left;
    width: 30%;
}

.news_frame_right {
    float: right;
    width: 65%;
}

.hinan_frame_left {
    float: left;
    width: 15%;
}

.hinan_frame_right {
    float: right;
    width: 80%;
}

.news_frame h2 {
    margin-bottom: 0.5em;
    font-size: 1.2em;
    font-weight: 600;
}

._link_container {
    margin-bottom: 1.5em;
}

._link_container a {
    display: block;
    padding: 0.5em 1em;
    text-align: center;
    color: #203764;
    font-size: 1.1em;
    font-weight: 600;
    border: solid 2px #203764;
    text-decoration: none;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

#top_maps .table_area td {
  background: #e8ebee;
  border-bottom: solid white 2px;
}

@media screen and (max-width: 1150px) {
    .menu_sub {
        clear: both;
        margin-top: 0.3em;
        line-height: 1.8em;
    font-size: 0.8em;
        letter-spacing: 0;
    }

    #menu_main li {
        width: 18%;
    }

    #menu_main li.menu_kisho {
        width: 28%;
    }

    #menu_select select,
    #menu_select_sp select,
    #menu_select_fz_sp select {
        margin-top: 2px;
        margin-bottom: 2px;
    }

    #home_info_others_left {
        /* width: 40%;
        font-size: 0.9em; */
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    #home_info_others_right {
        float: right;
        width: 56%;
    }

    #home_info_mail_left h3 {
        margin-bottom: 0.5em;
        font-size: 0.9em;
        line-height: 1.4em;
    }

    #home_info_others_right #home_info_mail {
        padding: 12px;
    }

    #top_maps .city_name {
        width: 35%;
        font-size: 0.9em;
    }

    #top_maps .tile_container {
        width: 65% !important;
        font-size: 0.9em;
    }

    .table_container .table th {
        padding: 1.3em 0.6em;
    }

    .table_container .table td {
        padding: 1.3em 0.6em;
    }

  #top_info .table_container .table td {
    padding: 10px 5px;
  }
}

.ol-zoom {
    display: none;
}

#home_map_large .ol-zoom {
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

#home_map_large .ol-zoom-in {
    width: 30px;
    height: 30px;
}

#home_map_large .ol-zoom-out {
    width: 30px;
    height: 30px;
}

.ol-rotate {
    display: none;
}

#home_map_image {
    width: 100%;
    height: 100% !important;
}

#home_traffic_map {
    margin-bottom: 1.5em;
    /*border: solid 5px #aa2222;*/
    box-sizing: border-box;
    cursor: pointer;
}

#area_icon,
#area_icon_sp {
    width: 130px;
    /* vertical-align: middle; */
    display: block;
    margin-bottom: 15px;
    margin-left: 5px;
}

#area_icon2 {
    height: 30px;
    width: 110px;
}

#area_icon3 {
    height: 30px;
    width: 90px;
}


/* Ymashita */

.only_pc {
    display: block;
}

.only_sp {
    display: none;

}

.sub_menu_contents #top_contents {
    background: #f4fdfd;
}

.folder_trees .folder_tree {
    display: block;
    margin-bottom: 10px;
    margin-top: 30px;
    background-color: #ddd !important;
    border: none !important;
    border-bottom: dotted 1px #c9c9c9 !important;
    border-left: solid 10px #ff9800 !important;
}

.folder_trees .folder_tree .file_name {
    position: relative;
    padding: 8px 0 8px 40px;
    margin-bottom: 0;
    line-height: 18px;
}

.mokuji ul {
    list-style: disc;
}

.mokuji {
    margin-left: 30px;
}

.legend_contents {
    display: none;
    text-align: left;
  font-size: 0.7rem;
    line-height: 1.6em;
    padding-left: 10px;
    padding-top: 5px;
  padding-right: 2px;
}

#home_map_legend h3 {
  font-size: 0.9rem;
}

.legend_contents.active {
    display: block;
}

.legend_content {
    clear: both;
    margin-bottom: 9px;
    line-height: 1.4em;
    display: flex;
    align-items: center;
}

.legend_content_icon {
    display: block;
    float: left;
    margin-right: 6px;
    width: 1.6em;
    height: 1.6em;
    background: #FFF;
    line-height: 1.5em;
}

.legend_content_icon>img {
    vertical-align: top;
}

.kishochuui_pattern {
    background: #FFFF00 !important;
}

.kishokeihou_pattern {
    background: #FF3C2F !important;
}

.kishotokukeihou_pattern {
    background: #800080 !important;
}

.dosha_pattern {
    background: repeating-linear-gradient(45deg, rgb(255, 192, 0), 2px, rgb(255, 255, 255) 4px, rgb(255, 192, 0) 2px, rgb(255, 255, 255) 4px) !important;
}

.kaisetsu_pattern {
    background: #00c289 !important;
}

.heisa_pattern {
    background: #3399FF !important;
}

.hinananzen_pattern {
    /*background: #707070!important;*/
    background: #000000C3 !important;
}

.hinanshiji_pattern {
    /*background: #d44ccb!important;*/
    background: #800080C3 !important;
}

.hinankourei_pattern {
    /*background: #ff6e51!important;*/
    background: #FF0000C3 !important;
}

.tsunamichuui_pattern {
    background: #FFFF00 !important;
}

.tsunamikeiho_pattern {
    background: #FF0000 !important;
}

.tsunamiookeiho_pattern {
    background: #FF00FF !important;
}

.shindo01_pattern {
    background: #FFFFFF !important;
    border-radius: 50%;
    text-align: center;
    color: #000000;
}

.shindo02_pattern {
    background: #00B0F0 !important;
    border-radius: 50%;
    text-align: center;
    color: #000000;
}

.shindo03_pattern {
    background: #0000FF !important;
    border-radius: 50%;
    text-align: center;
    color: #FFFFFF;
}

.shindo04_pattern {
    background: #FFE699 !important;
    border-radius: 50%;
    text-align: center;
    color: #000000;
}

.shindo05M_pattern {
    background: #FFCC66 !important;
    border-radius: 50%;
    text-align: center;
    color: #000000;
}

.shindo05P_pattern {
    background: #FF9933 !important;
    border-radius: 50%;
    text-align: center;
    color: #000000;
}

.shindo06M_pattern {
    background: #FF0000 !important;
    border-radius: 50%;
    text-align: center;
    color: #FFFFFF;
}

.shindo06P_pattern {
    background: #CC0066 !important;
    border-radius: 50%;
    text-align: center;
    color: #FFFFFF;
}

.shindo07_pattern {
    background: #993366 !important;
    border-radius: 50%;
    text-align: center;
    color: #FFFFFF;
}

.yodogawa_pattern {
    background: #57C1EF !important;
}

.yamatogawa_pattern {
    background: #DA7891 !important;
}

.prefkasen_pattern {
    background: #89C777 !important;
}

.inagawa_pattern {
    background: #E0A35F !important;
}

.CharSize {
    /* Jan 11 nakajima 無くても動く＆W３Cのエラー対象なのでコメントアウト */
    /* size: 20px; */
    border-color: #203864;
    line-height: 2.5;
    padding: 0 15px;
    font-size: 1rem;
    text-align: center;
    color: #000;
    background-color: #FFF;
}

.clittle {
    font-size: 100%;
}

.cmedium {
    font-size: 100%;
}

.cbig {
    font-size: 100%;
}

.CharSize:hover {
    background-color: #888;
}

.CharSize:active {
    background-color: #203864;
}

.CharSize.active {
    background-color: #203864;
    color: #FFF;
}

#tooltip {
    text-align: center;
    color: #fff;
    background: #111;
    position: absolute;
    z-index: 100;
    padding: 15px;
    bottom: 33px;
}

#tooltip:after
/* triangle decoration */ {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #111;
  content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
}

#tooltip.top:after {
    border-top-color: transparent;
    border-bottom: 10px solid #111;
    top: 0;
    bottom: auto;
}

#tooltip.left:after {
    left: 15px;
    margin: 0;
}

#tooltip.right:after {
    right: 65px;
    left: auto;
    margin: 0;
}


/*サイトマップ*/

.folder_trees .submenu li {
    position: relative;
    padding: 0.3em 0.6em 0.3em 12px;
    border-bottom: solid 1px #eee;
}

.folder_trees .submenu li:after {
    position: absolute;
    content: "";
    left: 2%;
    /*top: 25%;*/
    margin-top: 9px;
    width: 7px;
    height: 7px;
    border: solid 1px #203764;
    background: #fff;
    box-sizing: border-box;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.folder_trees .submenu li:hover:after,
.folder_trees .submenu li.active:after {
    background: #203764 !important;
}


/*
.folder_trees .submenu {
    position: relative;
    margin-bottom: 18px;
    padding: 15px 24px;
    border: solid 1px #203864;
    background: #fff;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 0.95em;
}
*/

.folder_trees .submenu a {
    /*display: block;*/
    text-decoration: none;
    margin-left: 2%;
}

.folder_trees .submenu .node1 {
    margin-left: 1% !important;
}

.folder_trees .submenu .node2 {
    margin-left: 2% !important;
}

.folder_trees .submenu .children {
    margin-left: 0 !important;
}

.folder_trees .submenu li {
    position: relative;
    padding: 0.3em 0.6em 0.3em 12px;
    border-bottom: solid 1px #eee;
}


/*すべてのカメラ画像ページ 27000/camera_all 用 */

.all-Camera-wrapper {
    display: flex;
    justify-content: center;
}

.all-Camera-card {
    text-align: center;
    padding: 0 2%;
}

.all-Camera-card a {
    text-decoration: none;
    color: #203864;
    font-size: 16px;
}

.all-Camera-card p {
    display: block;
    padding-top: 15px;
}


/*河川のカメラ画像 27000/rivers-camera.html 用*/

.rivers-wrapper {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.rivers-wrapper>div {
    width: calc(100% / 4 - 15px);
}

.rivers-wrapper .rivers-btn1 {
    display: block;
    text-align: center;
    transition: all 0.2s;
}

.rivers-wrapper .rivers-btn1:hover {
    background-color: #203864 !important;
    color: white !important;
}

a.rivers-btn1 {
    color: #203864;
    text-decoration: none;
    border: 2px solid #203864;
    border-radius: 3px;
  padding: 15px 0;
    display: inline-block;
}

a.rivers-btn2 {
    color: #203864;
    text-decoration: none;
    border: 2px solid #203864;
    border-radius: 3px;
    padding: 50px 25px;
    display: inline-block;
    width: 150px;
    text-align: center;
    margin: 10% 2%;
}


/*災害に備えて用 */

.prepare {
    display: flex;
}

.prepare-left {
    width: 220px;
    padding: 0 30px;
}

.prepare-left h3 a {
    font-size: 1em;
    text-align: center;
    background-color: #203864;
    border-radius: 5px;
    color: white !important;
    padding: 5px;
    margin-bottom: 5px;
}

.prepare-left a {
    text-decoration: none;
    color: #203864;
    display: block;
    padding: 5px 15px;
    margin: 5px 0;
    font-size: 1rem;
}

.prepare-left ul>li>a:hover {
    background-color: #4670bd;
    color: white !important;
    border-radius: 5px;
    transition: all 0.2s ease-in;
}

.prepare-left ul>li>a.active {
    background-color: #4670bd;
    color: white !important;
    border-radius: 5px;
    transition: all 0.2s ease-in;
}

.prepare-left-2ndletter {
    line-height: 1em;
}

.prepare-left-attention {
    border: 1px solid #203764;
    margin-top: 15px;
    padding: 8px;
    font-size: 0.8rem;
    line-height: 1.3rem;
}

.prepare-right {
    width: calc(100% - 220px);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 30px 0 0;
}

.prepare-right-btn {
    margin: 0 20px 20px 20px;
    display: block;
}

.prepare-right-btn>p {
    display: none;
}

.prepare-right-btn:nth-of-type(1) {
    background-image: url(/images/common/dp2008_button_01.gif);
}

.prepare-right-btn:nth-of-type(2) {
    background-image: url(/images/common/dp2008_button_02.gif);
}

.prepare-right-btn:nth-of-type(3) {
    background-image: url(/images/common/dp2008_button_03.gif);
}

.prepare-right-btn:nth-of-type(4) {
    background-image: url(/images/common/dp2008_button_04.gif);
}

.prepare-right-btn:nth-of-type(5) {
    background-image: url(/images/common/dp2008_button_05.gif);
}

.prepare-right-btn:nth-of-type(6) {
    background-image: url(/images/common/dp2008_button_06.gif);
}

.prepare-right-btn:nth-of-type(7) {
    background-image: url(/images/common/dp2008_button_07.gif);
}

.prepare-right-btn:nth-of-type(8) {
    background-image: url(/images/common/dp2008_button_08.gif);
}

.prepare-right-btn:hover {
    background-position: bottom;
}

.prepare-right-btn {
    width: 280px;
    height: 100px;
}

/*日常の心得用*/

.kokoroe-right {
    width: calc(100% - 220px);
    padding: 0 30px 0 0;
}

.kokoroe-right-sec1 {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 15px;
    line-height: 2.5rem;
}

.kokoroe-right-sec1 p:last-child {
    font-size: 1rem;
    margin-top: 10px;
}

.kokoroe-right-sec {
    padding: 10px 0px;
}

.kokoroe-right-sec>h4 {
    font-size: 1.15rem;
    border-bottom: 1px solid #203864;
    margin: 20px 0 5px 0;
    color: #203864;
}

.kokoroe-right-point-ttl {
    border: 1px solid #203864;
    margin: 15px 0;
    padding: 4px;
    text-align: center;
}

.kokoroe-right-point>ul {
    padding: 0 0 0 50px;
    line-height: 2rem;
}

.kokoroe-right-point>ul>li {
    list-style-type: disc;
}

.kokoroe-right-point>ul>li>a {
    padding: 2px 10px;
    text-decoration: none;
    color: white;
    background-color: #4670bd;
    border-radius: 5px;
    margin-left: 15px;
    transition: all 0.2s;
}

.kokoroe-right-point>ul>li>a:hover {
    background-color: #5e7fbd;
    color: white !important;
    text-decoration: underline;
}

.kokoroe-right-point-img>img {
    width: 25%;
    padding: 5px 30px;
}

.kokoroe-right-point-img {
    text-align: center;
}

.kokoroe-right-sec-ready {
    display: flex;
}

.kokoroe-right-sec-ready>img {
    width: 25%;
    padding: 0 20px;
}

.hijou-check-list>p {
    margin-top: 20px;
}


/*地震発生時の心得用*/

.kokoroe-right-jishin-inner>h4 {
    font-size: 1.5rem;
    color: rgb(235, 14, 14);
    margin-bottom: 15px;
    position: relative;
}

.kokoroe-right-jishin-inner>h4::after {
    content: "";
    border-bottom: 2px solid #203864;
    position: absolute;
    width: 250px;
    left: 0;
    bottom: -10px;
}

.kokoroe-right-jishin {
    padding: 30px 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.kokoroe-right-jishin>img {
    width: 20%;
    padding: 0 30px;
}

.kokoroe-right-jishin-btn {
    text-align: center;
    display: block;
    margin-top: 30px;
    padding: 5px;
    background-color: #4670bd;
    color: white;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.2s;
}

.kokoroe-right-jishin-btn:hover {
    background-color: #5e7fbd;
    color: white !important;
    text-decoration: underline;
}


/* 台風や集中豪雨時の心得用 */

.kokoroe-right-taifu-inner>h4 {
    color: #203864;
}


/*住宅防火の心得用*/

.kokoroe-right-bouka>p {
    padding: 0 17px;
}

.kokoroe-right-bouka>a {
    display: inline-block;
    padding: 5px 10px;
    margin: 20px 0;
    width: 200px;
    text-align: center;
    text-decoration: none;
    color: #203864;
    border-radius: 5px;
    margin-left: auto;
    background-color: #4670bd;
    color: white;
    transition: all 0.2s;
}

.kokoroe-right-bouka>a:hover {
    background-color: #5e7fbd;
    color: white !important;
    text-decoration: underline;
}


/*自主防災を作ろう 用*/

.jishu-bosai {
    display: flex;
    justify-content: space-between;
}

.jishu-bosai .jishu-bosai-inner>p {
    margin: 10px 0;
}

.jishu-bosai>img {
    width: 30%;
    height: auto;
    padding: 20px;
    object-fit: contain;
}

.jishu-bosai-btn {
    text-align: center;
    margin: 10px 0;
}

.jishu-bousai-katsuyo-inner {
    display: flex;
    justify-content: space-around;
}

.jishu-bousai-katsuyo-content {
    line-height: 2rem;
    width: 45%;
}

.jishu-bousai-katsuyo-content span {
    font-size: 0.8rem;
}

.jishu-bousai-katsuyo-img {
    display: flex;
    justify-content: center;
    margin: 40px 0;
    text-align: center;
}

.jishu-bousai-katsuyo-img-inner>img {
    object-fit: contain;
    height: 150px;
}

/*　防火クラブって何だろう　用　*/
.boka-club-joukyo>p {
    padding: 10px 0;
}

.boka-club-taikai-img {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.boka-club-taikai-img>img {
    width: 49%;
}

/*防災ボランティアのあらまし用*/
.bosai-vol>ul {
    font-size: 1.2rem;
    list-style: disc;
    padding: 20px 30px;
}

.bosai-vol>ul>li {
    padding: 10px;
}

.bosai-vol p:last-of-type {
    font-size: 1.3rem;
    padding: 15px 0;
    text-align: center;
    border-bottom: 1px solid #203864;
    margin-top: 15px;
}

.bosai-vol-application {
    display: flex;
    width: 100%;
    gap: 15px;
    padding: 20px;
    align-items: center;
}

.bosai-vol-application>img {
    width: 50%;
}

.bosai-vol-application-inner {
    width: 50%;
}

.bosai-vol-application-inner>ul {
    padding: 20px;
    line-height: 2rem;
    text-align: center;
}

.bosai-vol-application-inner>p {
    text-align: center;
    font-size: 1.1rem;
}

.bosai-vol-address {
    border: 1px solid #203864;
    display: inline-block;
    padding: 10px;
    margin-top: 15px;
}

.bosai-vol-btn>a {
    border-radius: 5px;
    background-color: #4670bd;
    color: white;
    transition: all 0.2s;
    padding: 5px 5px;
    margin-top: 10px;
    display: inline-block;
    text-decoration: none;
}

.bosai-vol-btn>a:hover {
    background-color: #5e7fbd;
    color: white !important;
    text-decoration: underline;
}


/*災害に備えて*/
.sonae-family>dl {
    display: flex;
    width: 100%;
}

.sonae-family>dl>dd {
    padding: 10px;
    margin: 0;
    border: 1px solid #203864;
    border-bottom: 0px;
    border-right: 0px;
    width: 20%;
    font-size: 0.9rem;
}

.sonae-family>dl>dd:last-of-type {
    border-right: 1px solid #203864;
}

.sonae-family>dl:last-of-type {
    border-bottom: 1px solid #203864;
}

/* DisasterProvision 共通CSS */
.prepare-table-list table,
.prepare-table-list td,
.prepare-table-list th {
    border-collapse: collapse;
    border: 1px solid #ccc;
    line-height: 1.5;
    padding: 5px !important;

}

.prepare-table-list td,
.prepare-table-list th {
    padding: 5px !important;
}

.prepare-table-list td {
    text-align: center;
}

.prepare-table-list-color tr:nth-of-type(even) {
    background-color: #e7edfa;
}

.prepare-table-list-fixed {
    table-layout: fixed;
}

.prepare-sub-ttl {
    background: #e9f0fd;
    border-left: 4px solid #203864;
    padding: 5px 15px;
    margin: 15px 0 10px 0;
    font-size: 1.1rem;
}

.prepare-main-ttl {
    background-color: #4670bd;
    color: white;
    padding: 8px 10px;
    margin: 10px 0;
    font-size: 1.25rem;
}

.prepare-common-btn {
    border-radius: 5px;
    padding: 5px 15px;
    margin-top: 10px;
    display: inline-block;
    text-decoration: none;
    background-color: #4670bd;
    color: white;
    transition: all 0.2s;
}

.prepare-common-btn:hover {
    background-color: #5e7fbd;
    color: white !important;
    text-decoration: underline;
}


/* 一覧表示用 */
.other_list_style>h4 {
    background: #e9f0fd;
    border-left: 4px solid #203864;
    padding: 5px 15px;
    margin: 15px 0 10px 0;
    font-size: 1.1rem;
}

.other_list_style-wrap>ul>li>a {
    text-decoration: none;
    padding: 5px 15px;
    display: inline-block;
    color: #203864;
    border: 1px solid #203764;
    border-radius: 3px;
    min-width: 200px;
    text-align: center;
    font-size: 1em;
}

.other_list_style-wrap>ul {
    padding: 10px 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;

}

.other_list_style-wrap>ul>li>a:hover {
    background-color: #203864;
    color: white !important;
    transition: all 0.2s;
}

.other_list_style-wrap>dl>dd>ul {
    display: flex;
    border-bottom: 1px solid #203764;
}

.other_list_style-wrap>dl>dd {
    border: 1px solid #203764;
}

.other_list_style-wrap>dl>dd>ul>li>a {
    color: #203764;
    border-left: 1px solid #203764;
  padding: 5px 10px;
    display: block;
}

.osaka_pump_info {
  width: 780px;
  border: 0px;
  text-align: left;
}

.other_list_style-wrap>dl>dd>ul>li:first-child {
    width: 150px;
    padding: 5px;
    text-align: center;
}

.other_list_style-wrap>dl>dt {
    background-color: #546483;
    color: white;
    padding: 5px 15px;
    cursor: pointer;
    border-bottom: 1px solid white;
    position: relative;
}

.other_list_style-wrap>dl>dt.active {
    border-bottom: 0px;
}

.other_list_style-wrap>dl>dt::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 7px 0px 7px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 12px;
    right: 30px;
    transition: transform 0.5s;
}

.other_list_style-wrap>dl>dt.active:after {
    transform: rotate(180deg);
}

.timeline-Header-title {
    font-size: 18px !important;
    line-height: 36px;
}


#bousai_info>.title_container:nth-child(2) {
    margin-top: 15px;
}

/* 問い合わせページ用CSS */

#otoiawasesaki_ichiran h3 {
    padding: 6px;
    background-color: #203864;
    color: white;
    margin: 0;
  font-size: 0.93em;
}

#otoiawasesaki_ichiran {
    border: 1px solid #203864;
    border-bottom: 0px;
}

#otoiawasesaki_ichiran ul a {
    display: block;
  padding: 3px 0px 3px 5px;
    color: #203864;
    border-bottom: 1px solid #203864;
    text-decoration: none;
  font-size: 0.87em;
}

#otoiawasesaki_ichiran ul a:hover,
#otoiawasesaki_ichiran ul a.active {
    background-color: #546483;
    color: white !important;
    transition: all 0.2s;

}

.contact_list tr:nth-child(1) {
    background-color: #203864;
}

.contact_list tr:nth-child(1)>th {
    padding: 6px;
    text-align: center;
    color: white;
}

.contact_list tr:nth-child(n+2)>td {
    padding: 3px;
}

.contact_list {
    margin-bottom: 15px;
    table-layout: fixed;
    word-wrap: break-word;
}

.contact_list_ttl {
    font-size: 1.2em;
    margin-bottom: 10px;
    border-bottom: 2px solid #203864;
}


/*
*地域防災計画用
*/
.area_bousai_content_item {
    padding: 10px 20px;
    margin: 15px;
    border-left: 8px solid orange;
    background-color: rgb(230, 230, 230);
    display: block;
}

.area_bousai_content[data-tree="2"] {
    margin-left: 50px;
}

.area_bousai_content[data-tree="3"] {
    margin-left: 100px;
}

.area_bousai_content[data-tree="4"] {
    margin-left: 150px;
}

.area_bousai_content[data-tree="5"] {
    margin-left: 200px;
}

.area_bousai_content[data-tree="6"] {
    margin-left: 250px;
}

.area_bousai_content[data-tree="7"] {
    margin-left: 300px;
}

.area_bousai_content[data-tree="8"] {
    margin-left: 350px;
}

.area_bousai_content[data-tree="9"] {
    margin-left: 400px;
}

.area_bousai_content[data-tree="10"] {
    margin-left: 450px;
}

.area_bousai_content a {
    color: black;
    background-color: rgb(212, 212, 212);
}

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

.area_bousai_ttl>h2 {
    font-size: 1.2rem;
    margin-bottom: 5px;
    border-bottom: 2px solid #203764;
}

.area_bousai_ttl_btn {
    text-align: right;
}

.area_bousai_ttl_btn a {
    color: #203764;
    border: 1px solid #203764;
    border-radius: 5px;
    text-decoration: none;
    padding: 0px 6px;
    font-size: 0.8em;
    background-color: #fff;
    display: inline-block;
    margin: 6px 0px;
}

.area_bousai_ttl_btn a:hover {
    background-color: #203764;
    color: white !important;
    transition: all 0.2s;
}

.area_bousai_update {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.area_bousai_update>ul>li {
    display: flex;
}

.kokumin_hogo .area_bousai_content_item {
    border-left: 8px solid #ff3333;
}

/* ハザードマップ用 */
.hazardmap-list {
    border: 1px solid #203764;
    padding: 10px 15px;
    margin-bottom: 20px;
    background-color: #eee;
    color: #203764;
    /* border-radius: 5px; */
}

.hazardmap-list>h2 {
    font-size: 1.1rem;
    margin-bottom: 5px;
}

.hazardmap-list>ul>li {
    border-bottom: 1px solid #203764;
}

.hazardmap-list>ul>li>a {
    display: block;
    color: #141a4a;
    padding: 5px 10px;
}

.hazard-list {
    transition: all 0.2s;
}

.file_link.hazard-list.active,
.hazard-list:hover {
    background-color: #546483;
    color: white !important;
}

#hazardmap-def>h3 {
    border-left: 5px solid #203764;
    padding: 5px 15px;
    font-size: 1.2em;
    margin-bottom: 5px;
}

#hazardmap-def>p {
    line-height: 2.2em;
}


/*preventinfomail用*/
.preventinfomail .fv>h1 {
    font-size: 1.2em;
}

.preventinfomail .fv-content>p {
    font-size: 1em;
}

.preventinfomail .fv-content {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
}

.preventinfomail .fv-content>img {
    width: 10%;
}

.preventinfomail_mailoverview>h3 {
    font-size: 1.2em;
    margin: 10px 0 5px 0;
}

.preventinfomail_qr>img {
    width: 10%;
}

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

.preventinfomail_nagare h3 {
    font-size: 1.1em;
    margin-top: 10px;
    margin-bottom: 5px;
}

.preventinfomail_nagare>.sub-over {
    font-size: 0.8em;
}

h2.preventinfomail_ttl {
    font-size: 1.2rem;
    margin-top: 15px;
    margin-bottom: 5px;
    border-bottom: 2px solid #203764;
}

.preventinfomail_mailkaijo>.kaijoTtl {
    font-size: 1.1em;
    margin: 5px 0 2px 0;
}

.preventinfomail_goTop {
    text-align: right;
}

.preventinfomail_nagare img:nth-child(n+3),
/*.preventinfomail_kaijo img,*/
.preventinfomail_mailchange img:nth-child(n+3) {
    width: 30%;
    border: 1px solid;
}

#mailtop ul,
#mailtop li {
    list-style: none;
}

.preventinfomail_links {
    margin-top: 5px;
}

.preventinfomail_links a {
  font-size: 0.95em;
  line-height: 1.3;
    margin-bottom: 5px;
    border: 1px solid #203764;
    border-radius: 5px;
    padding: 5px 10px;
    color: #203864;
    text-decoration: none;
    margin-right: 5px;
    display: inline-block;
    /* height: 100%; */
  width: 170px;
  /* height: 50px; */
    text-align: center;
}

.preventinfomail_links a.active {
    background-color: #203764;
    color: white !important;
}

.preventinfomail_links a:last-of-type {
  line-height: 2.6;
}

.preventinfomail_links_btn {
    line-height: inherit !important;
}

.preventinfomail_links a:hover {
    opacity: 0.8;
}

.preventinfomail_faq h2 {
    font-size: 1.1em;
    border-left: 5px solid #0039b3;
    margin: 5px 0;
    padding: 0px 5px;
    margin-top: 20px;

}


.preventinfomail_faq h3 {
    padding-left: 20px;
    font-size: 1em;
}

.preventinfomail_mailoverview>table {
    width: 70%;
    margin-top: 20px;
}

.preventinfomail_mailoverview>table:nth-of-type(2) {
    width: 100%;
    margin-top: 20px;
}

.preventinfomail_mailoverview>table tr,
.preventinfomail_mailoverview>table tr>th,
.preventinfomail_mailoverview>table tr>td {
    border: 1px solid #203764;
    padding: 2px 5px;
}

.preventinfomail_mailoverview>table tr>td:nth-child(1),
.preventinfomail_mailoverview>table tr>th:nth-child(1),
.preventinfomail_mailoverview>table tr>td:last-of-type {
    text-align: center;
}



/*気象情報一覧用*/
#kisholist_kisho .emergency_warning,
#kisholist_kisho .warning,
#kisholist_kisho .advisory {
    padding: 1px 6px 1px 3px;
}

#kisholist_kisho .emergency_warning {
    border-left: 8px solid #73329c;
    color: #73329c;
}

#kisholist_kisho .warning {
  border-left: 5px solid #ff0000;
    color: #FF0000;
}

#kisholist_kisho .advisory {
    border-left: 5px solid #ffe600;
    color: black;
}

/* othersのメールリンク用 */
#home_info_mail>a {
    text-decoration: none;
    color: #203764;
}

/*路線一覧追加*/
#railway_info td>a.active {
    background-color: #546483;
    color: white;
}

.yajirushi {
    position: absolute;
    top: 13px;
    right: 10px;
    width: 8px;
    height: 8px;
    border-top: 2px solid rgb(255, 255, 255);
    border-left: 2px solid rgb(255, 255, 255);
    transform: rotate(45deg);
    transition: all 0.2s;
}

.yajirushi.active {
    top: 8px;
    transform: rotate(225deg);
}

.u-floatLeft {
    display: none;
}

/*避難所凡例用*/
.hinan_pref_and_city th,
.hinan_pref_and_city td {
    padding: 5px 1% !important;
}

/*IEアラート用*/
.alert-ie {
    border: 1px solid;
    margin: 10px 50px 0;
    padding: 5px;
    text-align: center;
}



/*避難所検索方法用*/
.hinanjo_serch img {
    width: 35%;
}

.hinanjo_serch h3 {
    font-size: 1.2em;
    border-left: 5px solid #203864;
    padding: 5px 15px;
}

.hinanjo_serch h4::first-letter {
    font-size: 1.5em;
    margin-right: 5px;
}

.hinanjo_serch #introduction>ul {
    list-style: none;
    margin-top: 5px;
}

.hinanjo_serch h4 {
    font-size: 1.1em;
    padding: 5px 10px;
    margin-bottom: 10px;
    border-left: 3px solid #203864;
}

.hinanjo_serch-content {
    margin-top: 30px;
}

.hinanjo_serch-content:nth-of-type(2) {
    display: flex;
    align-items: center;
    gap: 70px;
    font-size: 1.2em;
    line-height: 3em;
}


/*各市町村「大阪府のページへリンクします」用*/
.pref_links_text {
    font-size: 0.9em !important;
    /* text-align: right; */
    margin-top: 0.4em;
    color: #203764;
}

#keihatsu_info {
    display: none;
}

#keihatsu_info>.title_container {
    display: flex;
    justify-content: space-between;
}

h2.pref_links {
    margin: 0;
}

/**防災リンク集用**/
.bousai_link_content h2 {
    border-left: 5px solid #203764;
    padding: 5px 10px;
    font-size: 1.2em;
    width: 50%;
}

.bousai_link_content ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: 10px;
}

.bousai_link_content li {
    padding: 0 15px;
}

/* .bousai_link_content a {
    font-size: 1.1em;
} */

.bousai_link_content {
    margin: 10px 0;
    width: 45%;
    border: 1px solid #203764;
    padding: 15px;
}

.bousai_link_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/*運行情報MAP用*/
.traffic_map_wrapper>img {
    width: 100%;
}

.traffic_map_wrapper.toppagemap {
    cursor: pointer;
}

.hinanjo_search {
    margin-top: -150px;
    padding-top: 150px;
}

#home_info_hinanjo {
    display: block;
    border: solid 1px #203864;
    text-align: center;
    color: #203864;
    background: #fff;
    text-decoration: none;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    font-size: 0.9em;
}

#home_info_hinanjo>p:nth-of-type(1) {
    margin: 0 !important;
}

#home_info_hinanjo>.pref_links_text {
    margin-top: -5px;
}



.home_map_hinan {
    position: absolute;
  top: 95px;
    width: 225px;
    text-align: center;
    background: white;
    left: 10px;
    padding: 10px 15px;
    line-height: 1.5em;
    font-size: 1.1em;
}

#home_info_mail>a {
  transition: opacity 0.3s;
}

#home_info_mail>a:hover {
    opacity: 0.6;
}

/**footer修正**/
.footer-ttl-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.footer-ttl-wrap>a {
    background-color: white;
    border-radius: 5px;
    border: 2px solid #203764;
    padding: 0px 15px;
    display: inline-block;
    font-size: 1em;
    text-decoration: none;
    color: #203764;
    font-weight: 500;
}

/**ニュース一覧「情報あり」表示用**/
.news-alert-area {
    position: absolute;
    top: 5px;
    right: 36px;
    border: 1px solid white;
    padding: 0px 6px;
    border-radius: 5px;
  font-size: 0.8em;
}

.news-alert-city {
    position: absolute;
    top: 3px;
    right: 36px;
    border: 1px solid black;
    padding: 0px 6px;
    border-radius: 5px;
  font-size: 0.8em;
}

#traffic_button {
    position: absolute;
    top: 10px;
  background-color: #ffffff;
    left: 220px;
  height: 39px;
  /* height: 30px;
  padding-top: 9px; */
    cursor: pointer;
    width: 120px;
    font-size: 18px;
    text-align: center;
    color: #888888;
    display: none;
}

#traffic_button .trafficbutton {
  line-height: 39px;
}

#traffic_button:hover {
    color: #000000;
    background-color: #EBEBEB;
    opacity: 1;
}

#traffic_button.isActive {
    color: #000000;
    background-color: #EBEBEB;
}


.selectcity {
    background: #003899 !important;
}

#legend_jishin_btn {
    display: none;
}

/*各市町村ページ地図凡例交通状況用*/
.legend_traffic_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.8em;
    margin-bottom: 8px;
}

.legend_traffic_inner>p {
    text-align: center;
}

span[class^="legend_traffic_lv"] {
    width: calc(100% / 7);
    height: 10px;
}

span.legend_traffic_lv1 {
    background-color: #84ca50;
}

span.legend_traffic_lv2 {
    background-color: #f07d02;
}

span.legend_traffic_lv3 {
    background-color: #e60000;
}

span.legend_traffic_lv4 {
    background-color: #9e1313;
}

#popup {
  opacity: 0;
}

#overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 5px rgb(196, 196, 196) solid;
  border-top: 5px #233d53 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}

.is-hide {
  display: none;
}


/**
* 鉄道運行情報一覧調整用 20230502
*/
.railway-wrap>ul {
  align-items: stretch;
}

.railway-wrap>ul>li  {
  display: flex;
}

.railway-wrap>ul>li>p {
  flex-grow: 1;
    display: flex;
    justify-content:center;
    align-items: center;
}