@charset "UTF-8";

/* ==============================================================*
【中野区：本庁】　大規模災害用スタイル
================================================================ */


/* header */

#baseall-s {
  background-color: #fff;
}

.bosai-header {
  border-bottom: 1px solid #000;
}



#baseall-s gsc-search-button span {
  display: none;
}

.bosai-header_wp {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
  padding-bottom: 17px;
  justify-content: space-between;
}

.bosai-header_list .bosai-nav_item.top>a {
  background-color: #f2f2f2;
  color: #000;
  border: 1px solid #000;
}

.bosai-header_upside, .bosai-header_list {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bosai-nav_item.transition, .bosai-nav_item.sound, .bosai-nav_item.jpn, .bosai-nav_item.top{
  position: relative;
}

.bosai-nav_item.sound::before {
  position: absolute;
  content: '';
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/images/bosai_head_icon01.png);
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
}

.bosai-nav_item.transition::before {
  position: absolute;
  content: '';
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/images/bosai_head_icon02.png);
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
}
.bosai-nav_item.jpn::before {
  position: absolute;
  content: '';
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/images/bosai_head_icon03.png);
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
}
.bosai-nav_item.top::before {
  position: absolute;
  content: '';
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/images/bosai_head_icon04.png);
  width: 6px;
  height: 8px;
  background-size: 6px 8px;
  background-repeat: no-repeat;
}
.bosai-header_list .bosai-nav_item>a:focus, .bosai-header_list .bosai-nav_item>a:hover {
  text-decoration: underline;
}
.bosai-header_list .bosai-nav_item {
  background-color: #000;
  padding: 0;
}
.bosai-header_list .bosai-nav_item {
  margin-left: 1px;
}

/*.bosai-header_list .bosai-nav_item li{
  font-size: 1.4rem;
}*/

.bosai-header_list .bosai-nav_item>a {
 font-size: 1.4rem;
  display: block;
  text-decoration: none;
  padding: 10px 10px 10px 30px;
  color: #fff;
  border: 1px solid #000;
}

.language_inner ul.pc_language_wp li::after {
  position: absolute;
  top: 21px;
  left: 4px;
  display: block;
  /*content: ' ';*/
  width: 5px;
  height: 5px;
  margin-top: -5px;
  border-top: 2px solid #96A0A6;
  border-right: 2px solid #96A0A6;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#baseall-s .header-sub-search {
  float: right;

}

#baseall-s .search-wp .gsc-search-button-v2, #baseall-s .search-wp .gsc-search-button-v2:hover {
  background-color: #000;
}

#baseall-s .h0search {  
  background-color: transparent;
  width: 240px;
  border: 1px solid #000;   
}

#baseall-s .header-search-wp .gsc-search-button button.gsc-search-button-v2 {
  background-color: #000000 !important;
  border-color: #000000 !important;
  display: block;
  text-decoration: none;
  margin-left: 0 !important;
  height: 34px;
  width: 50px;
  cursor: pointer;
  padding: 0;
  border-radius: 0;
}

#baseall-s .h0search .gsc-input-box {
  border: none !important;
}

/* logo */

.bosai-logo {
  margin: 0;
  align-self: center;
  margin-top: 25px;
  margin-right: 90px;
  color: #000;
  font-size: 4.0rem;
}

.bosai-logo a {
  text-decoration: none;
  color: #000;
  font-size: 4.0rem;
}

/* bosai_inner */

.bosai_text{
  margin: 0 auto;
  width: 1200px;
  margin-bottom: -3px;
  padding-top: 10px;
  }

  .bosai_text>p{
  font-size: 1.4rem;
  padding-left: 0;
    }

  .sp-br{
    display: none;
}

.bosai-second-bg {
  padding-top: 2px;
  padding-bottom: 40px;
  background-color: #f2f2f2;
}

.bosai_wp {
  width: 800px;
  background-color: #fff;
  border: 2px solid #a30000;
  border-radius: 14px;
}

.bosai-maintext {
  font-size: 2.8rem;
  text-align: center;
  color: #a30000;
  padding: 20px 30px 0px 30px;
}

.bosai_inner_inwp {
  padding: 0 30px 30px 30px;
  margin-top: -10px;
}

#bosai_inner .h2bg h2 .text-color-red, 
#bosai_inner .h2bg h2 .text-color-blue,
#bosai_inner .h2bg h2 .externalLink.newWindow,
#bosai_inner .h2bg h2 .innerLink{
 color: #fff;
}

#bosai_inner .h2bg {
  background-color: #a30000;
}

#bosai_inner .h2bg h2 {
  font-size: 2.4rem;
  color: #fff;
}

#bosai_inner .h2bg>div {
  background: none;
  padding: 7px 15px 7px 15px;
}

#bosai_inner .h3bg {
  border-bottom: 2px solid #a30000;
  padding: 0;
  margin-bottom: 0.625em;
  margin-top: 0;
}

#bosai_inner .h3bg h3 {
  color: #a30000;
  padding: 6px 15px 6px 15px;
  font-size: 2.0rem;
 }
 #bosai_inner .h3bg h3::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 9px;

  height: calc(100% - 19px);
  border-left: 6px solid #a30000;
  border-radius: 3px;
  display: inline-block;
}

#bosai_inner .h4bg h4::after {
  content: none;
}
#bosai_inner h4:before{
  content:"";
  width: 12px;
  height: 12px;
  border: 3px solid #a30000;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  }

#bosai_inner ul {
  list-style: disc;
}

#bosai_inner ul li {
  padding: 5px 0;
}

#bosai_inner .h2bg {
  background-color: #a30000;
  padding: 0;
  margin-bottom: .85em;
  border-radius: 6px;
}

#bosai_inner .h4bg h4 {
  padding: 0 0 0 20px;
}

#bosai_inner .h2bg h2::after {
  content: none;
}

#bosai_inner .h3bg h3::after {
  content: none;
}

#bosai_inner .h3bg>div {
  border: none;
  margin-left: 0;
  /*padding-bottom: 5px;*/
  background-color: #fff;
}

.bosai-twitter{
  border: 2px solid #000;
  background-color: #fff;
  border-radius: 14px;
  width: 380px;
  height: 420px;
  padding: 20px;
  position: relative;
 }

.container_wp{
  display: flex;
  width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
}

/* new-wp*/

.bosai-new-wp {
  position: relative;
  width: 1024px;
  margin: 0 auto;
  margin-top: 20px;
  background-color: #fff;
  border: 2px solid #cccccc;
  border-radius: 8px;
  padding: 0 30px;
}

.bosai-new-title {
  text-align: center;
}

.bosai-new-cn {
  padding-bottom: 35px;
}

.bosai-new-list-btn>a, .bosai-new-list-btn-sp>a {
  position: relative;
  padding: 14px 50px 14px 70px;
  display: block;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
}

.bosai-new-list-btn>a::before, .bosai-new-list-btn-sp>a::before {
  position: absolute;
  content: '';
  background-image: url(/images/bosai-arrow02.png);
  width: 32px;
  height: 11px;
  background-size: 32px 11px;
  top: 24px;
  left: 24px;
}

.bosai-new-item {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bosai-new-date {
  padding: 0;
  margin: 0;
}

/* Twitter */
.tmp_tb_skip a {
  position: absolute;
  right: 9999px;
}
.tmp_tb_skip a:focus {
  right: 5px;
  top: 5px;
  background-color: #FFF;
  border: 1px solid #E3E3E3;
  z-index: 9999;
  padding: 10px;
  width: 230px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}



/* main-info */

.bosai-info-main ul {
  padding-left: 20px;
}

.bosai-info-main-part ul {
  padding-top: 20px;
}

.bosai-tag01 {
  font-size: 2.4rem;
  font-weight: bold;
  padding: 6px 10px 6px 80px;
}

.bosai-info-main-wp {
  width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: -27px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #000000;
  border-radius: 14px;
  padding-top: 30px;
  padding-bottom: 25px;
}

.bosai-info-main-part {
  border-left: 1px solid #cccccc;
  width: calc(100% / 3);
}

.bosai-info-main-item {
  position: relative;
}

.bosai-info-main-item::before {
  position: absolute;
  content: '';
  background-image: url(/images/bosai-arrow.png);
  top: 0.9rem;
  left: 15px;
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
}

.bosai-info-main-part .bosai-info-main-item {
  padding-right: 27px;
  padding-left: 30px;
  padding-bottom: 15px;
}

#baseall-s .hazard_map {
  position: relative;
}

#baseall-s .hazard_map::before {
  position: absolute;
  content: '';
  background-image: url(/images/bosai_icon01.png);
  /*top: 20px;*/
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  width: 58px;
  height: 58px;
  background-size: 58px;
  background-color: #fff;
}

#baseall-s .public_information {
  position: relative;
}

#baseall-s .public_information::before {
  position: absolute;
  content: '';
  background-image: url(/images/bosai_icon02.png);
  /*top: 20px;*/
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  width: 58px;
  height: 58px;
  background-size: 58px;
  background-color: #fff;
}

#baseall-s .disaster_prevention {
  position: relative;
}

#baseall-s .disaster_prevention::before {
  position: absolute;
  content: '';
  background-image: url(/images/bosai_icon03.png);
  /*top: 20px;*/
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  width: 58px;
  height: 58px;
  background-size: 58px;
  background-color: #fff;
}

#baseall-s .safetyweather_information {
  position: relative;
}

#baseall-s .safetyweather_information::before {
  position: absolute;
  content: '';
  background-image: url(/images/bosai_icon04.png);
  /*top: 20px;*/
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  width: 58px;
  height: 58px;
  background-size: 58px;
  background-color: #fff;
}


/* sub-info */

.bosai-sub-info {
  width: 1024px;
  margin: 0 auto;
  margin-top: 20px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bosai-sub-info-left {
  width: 725px;
  border-radius: 8px;
  border: 2px solid #000000;
  padding: 0px 40px 25px 40px;
}

.bosai-sub-info-title {
  font-size: 2.4rem;
  text-align: center;
}

.bosai-sub-info-left ul {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.bosai-sub-info-item {
  background-color: #f6f6f6;
  margin-bottom: 10px;
  margin-right: 8px;
  border-radius: 20px;
  text-align: center;
  padding: 0;
}

.bosai-sub-info-item>a {
  display: block;
  padding: 15px 20px;
}

.bosai-contact-info, .bosai-related_link {
  position: relative;
  border-radius: 8px;
  border: 2px solid #000000;
  width: 287px;
  margin-bottom: 10px;
}

.bosai-contact-info::before, .bosai-related_link::before {
  position: absolute;
  content: '';
  top: 23px;
  left: 33px;
}

.bosai-related_link::before {
  background-image: url(/images/bosai-link.png);
  width: 44px;
  height: 44px;
  background-size: 44px 44px;
}

.bosai-contact-info::before {
  background-image: url(/images/bosai-mail.png);
  width: 44px;
  height: 46px;
  background-size: 44px 46px;
}
.linklist a {
  text-decoration: none;
  padding: 15px 32px 15px 32px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.bosai-contact-info>a, .bosai-related_link>a {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  text-align: center;
  padding: 30px 0;
}

.linklist{
  display: flex;
  margin: 0 auto;
  width: 1200px;
  padding-top: 5px;
  flex-wrap:wrap;
}

.bosaiink_1, .bosaiink_2{
  border: 2px solid #000;
  border-radius: 8px;
  display: block;
  width: 280px;
  margin-right: 10px;
  margin-top: 10px;
  padding: 0;
}

#baseall-s .bosaiink_1 {
  position: relative;
  text-decoration: none;
  border-radius: 14px;
}

#baseall-s .bosaiink_2 {
  position: relative;
  text-decoration: none;
  border-radius: 14px;
}
#baseall-s span.top_online_text {
    padding-left: 10px;
    font-size: 1.8rem;
    font-weight: bold;
}
#baseall-s a img{
width: 44px;
height: 44px;
vertical-align: middle;
}

/*footer*/
.s_page-top{
  display: block;
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.s_page-top a{
  background-color: #e6e6e6;
  padding: 3px 20px;
  font-size: 1.6rem;
  /* z-index: 999; */
  display: inline-block;
  float: right;
}
.bosai-foot_wp {
  margin-top: 30px;
}

.bosai-foot-list {
  background-color: #e6e6e6;
  width: 100%;
}

.bosai-foot-upside {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bosai-f0copy {
  margin: 0 auto;
  color: #fff;
  font-size: 1.3rem;
  text-align: right;
  margin-right:15px;
}

.bosai-foot-logo {
  font-weight: bold;
  color: #fff;
  margin: 0;
  font-size: 1.6rem;
}

.bosai-footlist {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-left: 18px;
}

.bosai-footlist p {
  color: #fff;
  font-size: 1.5rem;
}

.bosai-footlist p {
  padding: 0 7px;
}

.bosai-footlist_wp {
  width: 1200px;
  margin: 0 auto;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom:0px;
}

.bosai-footlist-item2.Corporation>a, .bosai-footlist-item2.tel>a {
  color: #fff;
  text-decoration: none;
  pointer-events: none;
}
.bosai-footlist-item {
  margin: 13px 0;
  padding: 0 35px 0 35px;
  border-right: 1px solid #000000;
  font-size: 1.4rem;
  line-height: 1;
}

.bosai-footlist_wp li:last-child{
	border: none;
}

.bosai-footlist-item2 {
  padding: 0;
  margin: 0;
}

.bosai-footlist-item2>p {
  text-decoration: none;
  color: #fff;
}

.bosai-footlist-item2>p a {
  color: #fff;
}

#baseall-s .t_page-top {
  display: block;
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

#baseall-s .t_page-top a {
  background-color: #e6e6e6;
  padding: 5px 15px;
  font-size: 1.6rem;
  display: inline-block;
  float: right;
}

.bosai-footcont {
  padding: 20px 0;
  background-color: #000;
}
.bosai-foot-pc-right-area{
  display: flex;
    width: 1200px;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .bosai-info-main .lonavi_inner {
    display: block !important;
}

.bosai-header_list .bosai-nav_item>a {
   min-height: 40px !important;
}

.bosai-foot-list ul li:first-of-type {
  padding-left: 0;
}

}

/* =====================
防災連携エリア
===================== */

.bosaimail_item_wp {
  background-color: #FDD5CB;
  padding: 10px 0;
}

.bosaimail_item {
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  width: 1200px;
  margin: 0 auto;
  border-radius: 12px;
}

.bosaimail_item .bosaimail_ti {
  background-color: #FFF;
  text-align: center;
  margin: 0;
  padding: 10px 2px 10px;
  width: 200px;
  color: #C4333B;
  font-size: 2rem;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 12px 0 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bosaimail_content {
  width: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-flex: 1;
  padding: 5px 5px 2px;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}

.bomaillist_wp {
  width: 280px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

ul.bomaillist {
  text-align: right;
  margin: 0.7em 20px 0.7em 0;
  padding: 0;
}

.bomaillist a:link {
  color: #444;
}



/* ==================================================
smph
================================================== */

@media screen and (max-width: 767px) {

  .sp-none {
    display: none;
  }
  .pc-none {
    display: block;
  }
  .sp-br {
    display: block;
  }

  #language_inner {
    position: absolute;
    top: 100%;
    left: 0;
    width: calc(100vw - 40px);
    background-color: #fff;
    z-index: 999;
    display: none;
   } 

.pc_language_wp li a{
  color: #222;
  text-decoration: none;
  padding: 10px 22px 10px 15px;
  margin: 0 10px;
  display: block;
  font-size: 1.4rem;
  position: relative;
  background-color: #FFF;
  border: 1px solid #D1D1D1;
  border-radius: 12px;
}

.pc_language_wp li a::after {
  position: absolute;
  top: 17px;
  right: 15px;
  display: block;
  content: ' ';
  width: 8px;
  height: 8px;
  border-top: 2px solid #96A0A6;
  border-right: 2px solid #96A0A6;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#news-more-btn {
  background-color: #F4F3F6;
  border: none;
  cursor: pointer;
  margin: 10px 10px 0;
  max-width: 100%;
  border-radius: 30px;
  text-align: center;
  text-decoration: underline;
}  

.language_inner_closebtn{ 
    text-align: right;
    margin-right: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

.pc_language_wp {
  text-align: left;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  max-height: calc(100vh - 200px);
}
  .bosai-header_wp{
    display: flex;
    flex-direction: column;
  }
  .bosai-info-main .lonavi_inner {
     display: none;
    }

 .bosai-header_upside{
      order: 2;
      margin: 0px 19px;
     }  

  .header-search-wp.clearfix{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    order: 2;
  }

  #baseall-s .h0search {
    background-color: transparent;
    border: 1px solid #000;
    width: 100% 
  }

 #baseall-s .header-search-wp .gsc-search-button button.gsc-search-button-v2 {
  background-color: #000000 !important;
  border-color: #000000 !important;
  display: block;
  text-decoration: none;
  margin-left: 0 !important;
  height: 48px;
  width: 70px;
  cursor: pointer;
  padding: 0;
  border-radius: 0;
  }

   .acd01_bt{
    position: absolute;
    top: 20px;
    right: 30px;
    border: none;
    margin: 0;
   }
   
   #baseall-s .header-sub-search{
    order: 3;
    text-align: center;
    float: none;
    width: 100%;
    margin-right: 20px;
    margin-left: 20px;
   }

   .bosai-nav_item.sound{
    order:4;
    width: calc(100% / 2 - 1px);
    margin-top: 1px;
   }

   .bosai-nav_item.transition{
    order:3;
  }

   .bosai-nav_item.jpn{
    order:2;
  }

  .bosai-nav_item.top{
    order:1;
  }

  .bosai_text{
    width:355px
  }

  .container_wp{
    display: block;
    width: 100%;
  }

  .bosai_wp{
    margin: 0 auto;
    }

  .bosai_inner_inwp {
      padding: 0 15px;
    }

  .bosai-twitter{
    height: 400px;
    margin: 0 auto;
    margin-top: 10px;
  }

  .bosai-info-main {
    padding-left: 10px;
    padding-right: 10px;
}

  .linklist {
    display: block;
    width: 100%;
    padding-top: 5px;
  }

  .linklist a{
    text-decoration: none;
    display: flex;
    justify-content: center;
   }

  .bosailink {
    padding-left: 10px;
    padding-right: 10px;
}

  .bosai-sp-search-btn {
    margin-top: 15px;
  }

  .bosai-logo {
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;    
    text-align: center;
    line-height: 4rem;
    order: 1;
    font-size: 3.3rem;
  }

  .bosai-logo a {
    font-size: 3.3rem;
  }

  .bosai-nav_item {
    text-align: center;
  }

  .bosai-new-item {
    padding-left: 0;
    padding-right: 0;
  }

  .bosai-new-list-btn-sp {
    width: 250px;
    margin: 0 auto;
    margin-top: 12px;
    position: static;
    background-color: #f2f2f2;
    text-align: center;
  }

  .bosai-new-list-btn-sp>a {
    padding: 14px 0px 14px 0px;
    display: block;
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: normal;
    color: #000;
  }

  .bosai-second-bg {
      padding-bottom: 30px;
      padding-left: 10px;
      padding-right: 10px;
  }

  #baseall-s span.top_online_text {
    margin-left: 5px;
}

  .bosai-foot-pc-right-area{
    width: 100%;
    flex-direction: column;
  }

  .bosai-info-main-wp{
    margin-top: 30px;
    padding-top: 15px;
    padding-bottom: 0px;
  }
  
  #baseall-s .hazard_map::before {    
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-size: 40px;
    }
    
#baseall-s .public_information::before {    
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-size: 40px;
    }
    
#baseall-s .disaster_prevention::before {    
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-size: 40px;
    }
    
#baseall-s .safetyweather_information::before {    
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-size: 40px;
    }
        
  .bosai-header_upside, .bosai-header_list, .bosai-new-item, .bosai-info-main-wp, .bosai-sub-info, .bosai-foot-upside {
    display: block;
  }

  .bosai_wp, .bosai-header_wp, .bosai-new-wp, .bosai-info-main-wp, .bosai-sub-info, .bosai-footlist_wp, .bosai-foot-upside, .bosai-f0copy, .bosai-twitter, .bosaiink_1, .bosaiink_2, .bosai_text, .s_page-top{
    width: 100%;
  }

  .bosai-contact-info, .bosai-related_link, .bosai-sub-info-left, .bosai-sub-info-right {
    width: 100%;
  }

  .bosai-tag01 {
    padding-left: 70px;
    border: solid 1px #cccccc;
    border-radius: 6px;
    margin: 0px 7px 15px 7px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 50px;
    font-size: 2.2rem;
  }

  .bosai-info-main-part {
    border-left: none;
    width: 100%;
    position: relative;
  }

  .bosai-sub-info-item {
    text-align: left;
  }

  .bosai-sub-info-left {
    margin-bottom: 10px;
  }

  .s_page-top  {
    display: flex;
    justify-content: center;
    text-align: center;
    background-color: #e6e6e6;
}

 h4:before {
  top: 15%;
  }

.bosai-foot_wp {
  margin-top: 30px;
}

  ul.bosai-footlist_wp {
     padding-bottom: 0px;
     margin: 20px 0;
     display: block;
     padding: 0 10px;
  }

  .bosai-foot-list{
    background-color: #fff;
  }

  .bosai-footlist-item{
    margin: 0;
    padding: 0 12px;
    background: none;
    font-size: 1.4rem;
    position: relative;
    background-image: none;
    display: inline;
    line-height: 2.5 !important;
    border-right: none;
  }

  .bosai-footlist-item:first-child {
    padding: 0 12px 0 0;
}

.bosai-footlist-item:first-child::before {
  display: none;
}

.bosai-footlist-item::before {
  display: inline-block;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  border-color: #222;
  border-style: solid;
  border-width: 0 1px 0 0;
  content: "";
  position: absolute;
  width: 1px;
  height: 14px;
  top: 0.2em;
  left: 0;
}

  .bosai-foot-logo {
    text-align: center;
    padding-left: 15px;
  }

  .bosai-footlist {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-left: 0px;
  } 

  .bosai-f0copy {
    margin: 20px auto;
    text-align: center;
  }

  #baseall-s .t_page-top {
    width: 100%;
  }

  .bosai-footcont {
    padding-bottom: 5px;
  }

  .bosai-contact-info::before, .bosai-related_link::before {
    left: calc(50% - 207px / 2);
  }

  .bosai-nav_item.sound::before {
    left: 6px;
  }
 
  li.bosai-nav_item:nth-child(n+2) {
    width: calc(100% / 2 - 1px);
    float: left;
    margin-top: 1px;
  }

.bosai-header_list .bosai-nav_item li{
  font-size: 1.4rem;
}

.bosai-header_list .bosai-nav_item>a {
  font-size: 1.4rem;
  padding: 10px 7px 10px 35px;
  min-height: 60px;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: left;
  text-align: left;
}

  #baseall-s .search-wp {
    width: 100%;
  }

  .bosai-header_list {
    display:flex;
    flex-wrap: wrap;
    padding-bottom: 5px; 
    align-items: normal;  
   }

   .bosai-footlist-item2.tel>a {
    color: #fff;
    pointer-events: auto;
    text-decoration: underline;
  }  
  
  .bosai-footlist-item2.Corporation>a{
    color: #fff;
    text-decoration: none;
    pointer-events: none;
  }  

  /* search button */
  #baseall-s .header-search-wp table.gsc-search-box {
    width: 100%;
  }

  #baseall-s .header-search-wp table.gsc-search-box td input.gsc-input {
    width: 100% !important;
  }

  #baseall-s .gsc-clear-button {
    display: none;
  }

  /* =====================
防災連携エリア
===================== */

.bosaimail_item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.bomaillist_wp {
  width: 100%;
}

.bosaimail_item_wp {
  padding: 10px 20px 5px;
}

.bosaimail_item p.bosaimail_ti {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  border-radius: 12px 12px 0 0;
}

.bosaimail_item .bosaimail_ti {
  width: 100%;
  border-radius: 12px;
}
}
