@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&display=swap');

/** 定数の設定 **/
:root {
  --theme-color1: #006563;
  --theme-color1-1: 0;
  --theme-color1-2: 101;
  --theme-color1-3: 99;
  --theme-color2: #dffaf9;
  --theme-color2-1: 220;
  --theme-color2-2: 250;
  --theme-color2-3: 249;
  --accent-color: #ffea00;
  --accent-color-1: 255;
  --accent-color-2: 234;
  --accent-color-3: 0;
  --gray-color: #f2f2f2;
  --gray-color-1: 242;
  --gray-color-2: 242;
  --gray-color-3: 242;

}

/** 共通 **/
body {
  margin: 0px;
}
.cms-public {
  font-family: 'Noto Sans JP', serif;
  margin: 0px auto;
}
.dev-pc .cms-public .area3 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

a{
  color: #000000;
}
a:hover,
a:focus {
  opacity: 0.8;
}
a > img {
  vertical-align: bottom;
}

.cms-public .title-list {
  border: none;
}
.cms-public .title-list .title-top {
  position: relative;
  top: -100px;
}
.cms-public .title-list .tab ul {
  width: calc(100% - 40px);
  padding: 10px 20px;
}
.cms-public .title-list .tab ul li {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* h1 */
body.dev-pc .cms-public .heading h1 {
  position: relative;
  border: 2px solid var(--theme-color1);
  border-radius: 2px;
  margin: 0.5em 0em;
  padding: 0.2em 0em 0.2em 1.5em;
  background-color: transparent;
  color: var(--theme-color1);
  font-weight: bold;
  font-size: 1.75em;
  line-height: 145%;
}
body.dev-pc .cms-public .heading h1:before {
  position: absolute;
  top: 0.3em;
  left: 0.5em;
  content: '';
  width: 0.35em;
  height: 1.2em;
  background-color: var(--theme-color1);
}
body.dev-sp .cms-public .heading h1 {
  position: relative;
  border: 2px solid var(--theme-color1);
  border-radius: 2px;
  margin: 0.5em 0em;
  padding: 0.2em 0em 0.2em 1.5em;
  background-color: transparent;
  color: var(--theme-color1);
  font-weight: bold;
  font-size: 1.4em;
  line-height: 145%;
}
body.dev-sp .cms-public .heading h1:before {
  position: absolute;
  top: 0.3em;
  left: 0.65em;
  content: '';
  width: 0.35em;
  height: 1.2em;
  background-color: var(--theme-color1);
}

/* ヘッダー */
.cms-public .area1 {
  display: grid;
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #ffffff;
}
.h_div {
  width: 1200px !important;
  padding: 5px calc((100% - 1200px) / 2);
  border-bottom: 4px solid var(--theme-color1);
}
.h_div .div_tag {
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
}
.h_div .div_tag .h_logo {
  grid-area: 1 / 1 / 3 / 2;
}
.h_div .div_tag .h_logo figure {
  margin: 0;
}
.h_div .div_tag .h_logo img {
  width: 200px !important;
}
.h_div .div_tag .h_logo .image_listitem:nth-child(2) img {
  width: 130px !important;
  vertical-align: bottom;
}
.dev-sp .h_div .div_tag .h_logo img {
  width: 125px !important;
}
.h_div .div_tag .h_div_tools {
  grid-area: 1 / 2 / 2 / 4;
}
.h_div .div_tag .h_div_tools .note > .block {
  width: auto;
  float: right;
}
.h_div .div_tag .h_div_tools .html {
  display: flex;
  flex-wrap: nowrap;
}
/*.h_div .div_tag .h_div_tools .weather-forecast {
  background-color: var(--theme-color2);
  margin: 0 1em;
  padding: 0 1em;
  border-radius: 1em;
}*/
.h_div .div_tag .h_div_tools .fontsize {
  float: left;
}
.h_div .div_tag .h_div_tools .fontsize button {
  border: 1px solid #c0c0c0;
  border-radius: 5px;
  background-color: transparent;
}
.h_div .div_tag .h_div_tools .easyweb_alternative {
  margin-right: 20px;
  margin-left: 20px;
}
.h_div .div_tag .h_div_tools .easyweb_alternative button {
  border: 1px solid #c0c0c0;
  border-radius: 40px;
  font: revert;
}
.h_div .div_tag .h_div_tools .language {
  margin-right: 13px;
}
.h_div .div_tag .h_div_tools .language .google_translate_element {
  display: inline-block;
}
.h_div .div_tag .h_globalmenu {
  grid-area: 2 / 2 / 3 / 4;
}
.h_div .div_tag .h_div_tools .fontsize .easyweb_font_size,
.h_div .div_tag .h_div_tools .easyweb_alternative .easyweb_alternative_word,
.h_div .div_tag .h_div_tools .language > span {
  font-size: 0.9rem;
}

.cms-public .h_div .div_tag .h_globalmenu .menu-vertical > ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
.cms-public .h_div .div_tag .h_globalmenu .menu-vertical > ul > li {
  width: unset !important;
  height: unset !important;
  float: none;
  display: inline-block;
  padding: 3px 10px;
  background: transparent;
  border: none;
}
.dev-pc .cms-public .h_globalmenu .menu-vertical > ul > li {
  margin-top: 0.2em;
}
.cms-public .h_div .div_tag .h_globalmenu .menu-vertical > ul > li:not(:last-child) {
  border-right: 2px solid var(--theme-color1);
}
.cms-public .h_div .div_tag .h_globalmenu .menu-vertical > ul > li > a,
.cms-public .h_div .div_tag .h_globalmenu .menu-vertical > ul > li > a:hover,
.cms-public .h_div .div_tag .h_globalmenu .menu-vertical > ul > li > a:focus {
  background: transparent;
}
.dev-pc .cms-public .h_globalmenu .menu-vertical > ul > li > a {
  background: transparent;
  vertical-align: bottom;
  padding-bottom: 5px;
  position: relative;
}
.dev-pc .cms-public .h_globalmenu .menu-vertical > ul > li > a:before {
  display: flex;
  justify-content: center;
  content: '';
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 2em;
  height: 2em;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.dev-pc .cms-public .h_globalmenu .menu-vertical > ul > li:nth-of-type(1) > a:before {
  background-image: url(/file/img/163.png);
}
.dev-pc .cms-public .h_globalmenu .menu-vertical > ul > li:nth-of-type(2) > a:before {
  background-image: url(/file/img/164.png);
}
.dev-pc .cms-public .h_globalmenu .menu-vertical > ul > li:nth-of-type(3) > a:before {
  background-image: url(/file/img/165.png);
  width: 3em;
}
.dev-pc .cms-public .h_globalmenu .menu-vertical > ul > li:nth-of-type(4) > a:before {
  background-image: url(/file/img/166.png);
}
.dev-pc .cms-public .h_globalmenu .menu-vertical > ul > li:nth-of-type(5) > a:before {
  background-image: url(/file/img/167.png);
  width: 3em;
  height: 3em;
  top: -0.5em;
}
.dev-pc .cms-public .h_globalmenu .menu-vertical > ul > li:nth-of-type(6) > a:before {
  background-image: url(/file/img/168.png);
}
.cms-public .h_div .div_tag .h_globalmenu .menu-vertical > ul > li > a span {
  font-size: 1.1em;
  font-weight: bold;
  display: block;
  margin-top: 2em;
}

.dev-sp .cms-public .area1 .h_hamburermenu {
  width: 53px;
  float: right;
  position: absolute;
  right: 0px;
}
.dev-sp .cms-public .area1 .h_hamburermenu .menu-trigger {
  border: none;
  padding: 5px 0px;
}
.dev-sp .cms-public .area1 .h_hamburermenu .menu-trigger span {
  height: 4px;
  width: 35px;
  background-color: var(--theme-color1);
  border-radius: 4px;
  margin: 8px;
  transition: transform .2s;
}
.dev-sp .cms-public .area1 .h_hamburermenu .menu-trigger.active_hamburger span:nth-of-type(1) {
  transform: translateY(12px) rotate(-135deg);
}
.dev-sp .cms-public .area1 .h_hamburermenu .menu-trigger.active_hamburger span:nth-of-type(3) {
  transform: translateY(-12px) rotate(-225deg);
}
.dev-sp .cms-public .area1 .h_hamburermenu .menu-trigger.active_hamburger span:nth-of-type(2) {
  background-color: transparent;
}
.dev-sp .cms-public .area1 .h_hamburermenu .buns {
  float: right;
}
.dev-sp .cms-public .area1 .h_hamburermenu .hamburger {
  margin-top: 0px;
}
.dev-sp .cms-public .area1 .h_hamburermenu .hamburger a {
  font-size: 1.5em;
  padding: 0.5em;
  background: var(--theme-color1);
}

/* フッター */
.f_div {
  /*margin-top: 20px;*/
  background-color: var(--theme-color2);
}
.f_div .div_tag {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  width: 1200px;
  margin: 0px auto;
}
.f_div .div_tag > div.f_image {
  grid-area: 1 / 2 / 2 / 3;
}
.f_div .div_tag > div.f_catchcopy {
  grid-area: 1 / 3 / 2 / 4;
}
.f_div .div_tag > div.f_catchcopy figure {
  margin: 0px;
}
.f_div .div_tag > div.f_contact {
  grid-area: 1 / 4 / 2 / 5;
}
.f_div .div_tag > div.f_contact .f_contact_inquiry {
  width: 70%;
}
.f_div .div_tag > div.f_contact .f_contact_inquiry figure {
  margin: 0px 13px;
}
.f_div .div_tag > div.f_contact .f_contact_inquiry ul {
  text-align: right;
}
.f_div .div_tag > div.f_contact .f_contact_inquiry ul li:first-child {
  font-size: 1.25rem;
  font-weight: bold;
}
.f_div .div_tag > div.f_contact .f_contact_logo {
  width: 30%;
}
.f_div .div_tag > div.f_contact .f_contact_logo figure {
  margin: 1em 0 0 0;
}
.f_div .div_tag > div.f_contact .f_contact_logo img {
  width: 4em;
}

/* トップページ */
.top_area3 {
  clear: both;
  display: grid;
  grid-template-columns: auto 200px 600px 400px auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  max-width: none !important;
  margin: unset !important;
}
.top_area3 > div.top_div_alert {
  grid-area: 1 / 1 / 2 / 6;
  background-color: var(--theme-color2);
}
.top_area3 > div.top_div_alert.emergency_alert {
  background-color: var(--accent-color);
}
.top_area3 > div.top_div_alert .parts .note {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding-right: calc((100% - 1200px) / 2);
  padding-left: calc((100% - 1200px) / 2);
}
.top_area3 > div.top_div_alert .parts .note .block {
  width: auto !important;
}
.dev-pc .top_area3 > div.top_div_alert .parts .note .block:nth-child(2) {
  width: calc(100% - 420px) !important;
}
.top_area3 > div.top_div_alert .parts .note .block img {
  width: 50px;
}
.dev-sp .top_area3 > div.top_div_alert .parts .note .block .image {
  display: none;
}
.top_area3 > div.top_div_alert .parts .note .block .image figure {
  margin: 0.5em 40px;
}
.top_area3 > div.top_div_alert #evacuation_info p {
  margin: 0;
}

.top_area3 > div.top_musen {
  grid-area: 1 / 4 / 1 / 4;
}
.top_area3 > div.top_musen .image figure {
  margin: 0;
  margin-top: 0.3em;
}
.top_area3 > div.top_musen .image figure img {
  width: 250px;
}

.top_area3 > div.div_top_status {
  grid-area: 2 / 2 / 3 / 5;
  margin: 1em 0;
}
.dev-pc .cms-public .div_top_status .top_maps .block {
  width: 400px;
}
.dev-pc .cms-public .div_top_status .top_maps .sp-sub-menu {
  display: none;
}
.dev-sp .cms-public .div_top_status .top_maps .sp-sub-menu {
  position: relative;
  display: inline-table;
  border-collapse: separate;
  border-spacing: 3px;
  width: 100%;
}
.dev-sp .cms-public .div_top_status .top_maps div.map-sub-menu {
  border: 2px solid var(--theme-color1);
  background-color: var(--theme-color2);
}
/*.dev-sp .cms-public .div_top_status .top_maps div.map-sub-menu.tab1,
.dev-sp .cms-public .div_top_status .top_maps div.map-sub-menu.tab2,
.dev-sp .cms-public .div_top_status .top_maps div.map-sub-menu.tab3,
.dev-sp .cms-public .div_top_status .top_maps div.map-sub-menu.tab4 {
  width: 25%;
  display: table-cell;
  vertical-align: middle;
  padding: 5px;
  text-align: center;
}*/
.dev-sp .cms-public .div_top_status .top_maps div.map-sub-menu.tab1,
.dev-sp .cms-public .div_top_status .top_maps div.map-sub-menu.tab2,
.dev-sp .cms-public .div_top_status .top_maps div.map-sub-menu.tab3 {
  width: 33%;
  display: table-cell;
  vertical-align: middle;
  padding: 5px;
  text-align: center;
}
.dev-sp .cms-public .div_top_status .top_maps div.map-sub-menu > span{
  font-size: 1em;
  font-weight: bold;
  z-index: 1;
}
.dev-sp .cms-public .div_top_status .top_maps div.map-sub-menu.tab1 {
  border-radius: 20px 0 0 20px;
}
/*.dev-sp .cms-public .div_top_status .top_maps div.map-sub-menu.tab4 {*/
.dev-sp .cms-public .div_top_status .top_maps div.map-sub-menu.tab3 {
  border-radius: 0 20px 20px 0;
}

.dev-pc .cms-public .div_top_status .top_maps .kikikuru-land,
.dev-pc .cms-public .div_top_status .top_maps .kikikuru-flood,
.dev-pc .cms-public .div_top_status .top_maps .kikikuru-amagumo,
.dev-pc .cms-public .div_top_status .top_maps .map-iframe {
  width: 400px;
  height: 300px;
}
.dev-sp .cms-public .div_top_status .top_maps .block:nth-child(n+2) {
  display: none;
}
/*.dev-pc .cms-public .div_top_status .top_maps .map-iframe {
  height: calc(300px - 1.5em);
}*/
.dev-pc .cms-public .div_top_status .top_maps iframe{
  height: 500px;
  width: 645px;
  transform: scale(0.6);
  transform-origin: 0 0;
  margin: auto;
}
.dev-pc .cms-public .div_top_status .top_maps .map-iframe iframe {
  /*height: calc(500px - 2.5em);*/
  width: 662px;
}
.dev-sp .cms-public .div_top_status .top_maps .map-iframe3 .map-iframe {
  height: 43vh;
}
.dev-sp .cms-public .div_top_status .top_maps iframe {
  width: 100%;
  height: 70vh;
}
.dev-sp .cms-public .div_top_status .top_maps .map-iframe3 iframe {
  width: 150%;
  height: 60vh;
  transform: scale(0.66);
  transform-origin: 0 0;
}
.cms-public .div_top_status .top_maps div.map-title {
  text-align: center;
  /* background-color: #00559A; */
  background-color: var(--theme-color1);
}
.dev-pc .cms-public .div_top_status .top_maps .map-iframe1 div.map-title,
.dev-pc .cms-public .div_top_status .top_maps .map-iframe2 div.map-title {
  width: 390px;
}
.cms-public .div_top_status .top_maps div.map-title > span {
  color: #ffffff;
  font-weight: bold;
}
.cms-public .div_top_status .top_maps .html > a {
  float: right;
  margin-right: 1em;
}

.top_area3 > div.div_top_img_link {
  grid-area: 3 / 2 / 4 / 3;
}
.top_area3 > div.div_top_img_link figure {
  margin: 0px 30px 0px 0px;
}
.top_area3 > div.div_top_img_link .image_listitem {
  margin-bottom: 15px;
}
.top_area3 > div.div_top_img_link img {
  width: 165px !important;
}
.top_area3 > div.div_top_img_link figcaption {
  font-weight: bold;
}
.top_area3 > div.div_top_img_link .image .block {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.top_area3 > div.div_top_contents {
  grid-area: 3 / 3 / 4 / 4;
}
.top_area3 > div.div_top_contents .parts:nth-child(1) {
  margin-bottom: 10px;
  border: 2px solid #000000;
  position: relative;
}
.dev-pc .top_area3 > div.div_top_contents .parts:nth-child(1) {
  margin-bottom: 2em;
  border: 2px solid #000000;
  position: relative;
}
.top_area3 > div.div_top_contents .note h2 {
  margin: 0px;
  background-color: var(--theme-color1);
}
.top_area3 > div.div_top_contents .more_link {
  width: auto;
  position: absolute;
  top: 0px;
  right: 0px;
}
.top_area3 > div.div_top_contents .more_link figure {
  margin: 8px 10px 0px;
}
.top_area3 > div.div_top_contents .more_link figure ul {
  margin: 0px;
}
.top_area3 > div.div_top_contents .more_link figure ul li a {
  color: #ffffff;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  padding-left: 20px;
  position: relative;
}
.top_area3 > div.div_top_contents .more_link figure ul li a::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  top: 1px;
  left: 0;
  bottom: 0;
  margin: auto;
}
.top_area3 > div.div_top_contents .current_time figure {
  margin: 0px 10px;
}
.top_area3 > div.div_top_contents .current_time figure ul {
  margin: 0px;
  text-align: right;
  font-size: 0.9em;
}
.top_area3 > div.div_top_contents .current_situation figure {
  margin: 10px;
}
.top_area3 > div.div_top_contents .current_situation ul li {
  padding: 5px 10px;
  border-bottom: 1px solid #000000;
}
.top_area3 > div.div_top_contents .current_situation ul li div.second span {
  padding: 0 0.5em;
  margin-right: 0.5em;
}
.top_area3 > div.div_top_contents .emergency_info .title-list {
  border: 2px solid #000000;
}
.top_area3 > div.div_top_contents .emergency_info .title-list .tab,
.top_area3 > div.div_top_contents .emergency_info .title-list .index,
.top_area3 > div.div_top_contents .emergency_info .title-list .index li.active {
  border: none;
}
.top_area3 > div.div_top_contents .emergency_info .title-list .index li h2 {
  color: #ffffff;
  font-size: 1.25em;
  padding: 10px;
  background-color: var(--theme-color1);
}

.top_area3 > div.div_top_links {
  grid-area: 3 / 4 / 4 / 5;
}
.top_area3 > div.div_top_links .block.observe-info figure {
  margin: 0px 0px 0px 30px;
}
.top_area3 > div.div_top_links .block.observe-info ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  margin: 0px;
}
.top_area3 > div.div_top_links .block.observe-info ul li {
  width: calc((100% - 10px) / 2);
}
.dev-pc .top_area3 > div.div_top_links .block.observe-info ul li {
  margin-bottom: 0.75em;
}
.top_area3 > div.div_top_links .block.observe-info ul li a {
  min-height: 50px;
  font-weight: bold;
  text-decoration: none;
  padding: 0px 0px 0px 60px;
  display: flex;
  align-items: center;
  background-size: 40px;
  background-position: center left;
  background-repeat: no-repeat;
}
.top_area3 > div.div_top_links .block.observe-info ul li:nth-child(1) a {
  background-image: url(/file/img/24.png);
}
.top_area3 > div.div_top_links .block.observe-info ul li:nth-child(2) a {
  background-image: url(/file/img/25.png);
}
.top_area3 > div.div_top_links .block.observe-info ul li:nth-child(3) a {
  background-image: url(/file/img/26.png);
}
.top_area3 > div.div_top_links .block.observe-info ul li:nth-child(4) a {
  background-image: url(/file/img/27.png);
}
.top_area3 > div.div_top_links .block.observe-info ul li:nth-child(5) a {
  background-image: url(/file/img/28.png);
}
.top_area3 > div.div_top_links .block.observe-info ul li:nth-child(6) a {
  background-image: url(/file/img/29.png);
}
.top_area3 > div.div_top_links .block.emergency-info figure {
  margin: 10px 0px 0px 30px;
}
.top_area3 > div.div_top_links .block.emergency-info ul {
  margin: 0px;
}
.top_area3 > div.div_top_links .block.emergency-info ul li {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.dev-pc .top_area3 > div.div_top_links .block.emergency-info ul li {
  margin-bottom: 1em;
}
.top_area3 > div.div_top_links .block.emergency-info ul li span.first {
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  padding: 5px 10px;
  border-radius: 100px;
  background-color: var(--theme-color2);
}
.top_area3 > div.div_top_links .block.emergency-info ul li .second {
  font-size: 1.1em;
  margin-left: 50px !important;
}

/* sp */
.dev-sp .h_div {
  width: unset !important;
}
.dev-sp .f_div .div_tag {
  width: unset !important;
  display: unset;
}
.dev-sp .f_div .div_tag > div.f_catchcopy {
  text-align: center;
}
.dev-sp .f_div .div_tag > div.f_catchcopy figure ul {
  margin: 0px;
}
.dev-sp .f_div .div_tag > div.f_contact {
  width: calc(100% - 10px);
  padding-right: 10px;
}

.dev-sp .top_area3 {
  grid-template-columns: 1fr;
}
.dev-sp .top_area3 > div.top_div_alert {
  grid-area: 1 / 1 / 2 / 2;
  /* margin: 0px 0px 15px; */
  margin: 0 0 0.5em;
}
.dev-sp .top_area3 > div.top_div_alert .parts:nth-child(2) .note {
  align-items: unset;
}
.dev-sp .top_area3 > div.top_div_alert .parts:nth-child(2) .note figure {
  margin: 15px 10px 0px 10px;
}
.dev-sp .top_area3 > div.top_musen {
  grid-area: 2 / 1 / 2 / 1;
}
.dev-sp .top_area3 > div.top_musen .image figure {
  margin: 0 0.5em;
}
.dev-sp .top_area3 > div.top_musen .image figure img {
  width: 100%;
}
.dev-sp .top_area3 > .div_top_status {
  grid-area: 3 / 1 / 3 / 2;
  width: calc(100% - 10px);
  margin: 0px 5px 15px;
}
.dev-sp .top_area3 > .div_top_img_link {
  grid-area: 6 / 1 / 6 / 2;
  width: calc(100% - 10px);
  margin: 0px 5px 15px;
}
.dev-sp .top_area3 > div.div_top_img_link .image .block {
  /*  flex-wrap: nowrap;
    flex-direction: unset;
    justify-content: space-around;*/
  display: inline-block;
  text-align: left;
}
.dev-sp .top_area3 > div.div_top_img_link .image_listitem {
  margin-bottom: unset;
}
.dev-sp .top_area3 > div.div_top_img_link figure {
  margin: 0px;
}
.dev-sp .top_area3 > div.div_top_img_link img {
  width: unset !important;
  height: 100px !important;
}
.dev-sp .top_area3 > div.div_top_img_link figcaption {
  width: 10em;
}
.dev-sp .top_area3 > .div_top_contents {
  grid-area: 4 / 1 / 4 / 2;
  width: calc(100% - 14px);
  margin: 0px 5px 15px;
}
.dev-sp .top_area3 > .div_top_links {
  grid-area: 5 / 1 / 5 / 2;
  width: calc(100% - 10px);
  margin: 0px 5px 15px;
}
.dev-sp .top_area3 > div.div_top_links .block.observe-info figure {
  margin: 0px;
}
.dev-sp .top_area3 > div.div_top_links .block.emergency-info figure {
  margin: 15px 0px 0px;
}
.dev-sp .top_area3 > div.div_top_links .block.emergency-info ul li {
  flex-wrap: wrap;
}
.dev-sp .top_area3 > div.div_top_links .block.emergency-info ul li span.first {
  width: 100% !important;
}
.dev-sp .top_area3 > div.div_top_links .block.emergency-info ul li span.second {
  margin-left: unset !important;
}
