#kinkyuBlock {
  border: solid 2px #CC0101;
  margin-bottom: 20px;
}
#kinkyuBlock #kinkyuTtl {
  width: 100%;
  font-weight: bold;
  font-size: 1.1em;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #cc0000 none repeat scroll 0 0;
  color: #ffffff;
}
#kinkyuBlock #kinkyuTtl h4 {
  padding: 5px 0px 5px 40px;
  background: url("../../img/bousai/icon_kinkyu.gif") no-repeat 5px center;
  font-size: 1.2em;
  font-weight: bold;
}
#kinkyuBlock #kinkyuTtl p.ichiran {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  font-size: 0.9em;
  margin: 0px 20px 0px;
  width: auto;
  float: right;
  border: solid 1px;
  background-color: white;
}
#kinkyuBlock #kinkyuTtl p.ichiran a {
  color: #95529B;
  font-weight: normal;
  display: block;
  text-align: center;
  font-weight: normal;
  padding: 0px 6px;
}
#kinkyuBlock #kinkyuTxt {
  padding: 1.5em 1em;
}
#kinkyuBlock #kinkyuTxt ul li {
  line-height: 130%;
  padding: 5px;
}
#kinkyuBlock #kinkyuTxt ul li span {
  display: inline-block;
  width: auto;
  min-width: 120px;
  font-size: 0.9em;
  text-indent: 1em;
}
#kinkyuBlock #kinkyuTxt ul li a {
  display: inline-block;
}

#townNoticeInfo {
  border: 1px solid #EBEAEA;
  margin: 10px 0px 10px;
}
#townNoticeInfo #townNoticeTtl {
  position: relative;
  border-bottom: 3px solid rgb(0, 174, 203);
  color: #333333;
}
#townNoticeInfo #townNoticeTtl span {
  font-size: 1.2em;
  font-weight: bold;
  padding-left: 15px;
  line-height: 2.5em;
}
#townNoticeInfo #townNoticeTtl #townNoticeLinkArea {
  line-height: 2.5em;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -1.25em;
}
#townNoticeInfo #townNoticeTtl #townNoticeLinkArea a {
  color: #333333;
  font-size: 0.9em;
  font-weight: normal;
  display: block;
  text-align: right;
  padding: 0px 6px;
}
#townNoticeInfo .naiyo {
  padding: 10px 4px 10px 8px;
}
#townNoticeInfo .naiyo ul {
  padding: 7px 0px;
}
#townNoticeInfo .naiyo ul li {
  line-height: 1.3;
  padding: 5px;
}
#townNoticeInfo .naiyo ul li span {
  display: inline-block;
  margin-right: 10px;
}
#townNoticeInfo .naiyo ul li a {
  display: inline-block;
}

#detail_body .flex {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
}
#detail_body .square {
  margin-top: 10px;
  margin: 10px 3px;
  width: 150px;
  height: 120px;
  border-radius: 5px 5px 5px 5px;
  background-repeat: no-repeat;
  background-position: 50% 20px;
  position: relative;
  border: solid 1px rgb(152, 0, 8);
  font-size: 1.2em;
}
#detail_body .square span {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 5px;
  text-align: center;
  height: 40px;
  font-weight: bold;
}
#detail_body .square.plan span {
  height: 55px;
  line-height: 28px;
}
#detail_body .square a {
  height: 100%;
  width: 100%;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
}
#detail_body .square.map {
  background-image: url(../../img/bousai/map.png);
}
#detail_body .square.evacuation_site {
  background-image: url(../../img/bousai/evacuation_site.png);
}
#detail_body .square.plan {
  background-image: url(../../img/bousai/plan.png);
}
#detail_body .square.guide {
  background-image: url(../../img/bousai/guide.png);
}
#detail_body .square.protection {
  background-image: url(../../img/bousai/protection.png);
}
#detail_body .square.term {
  background-image: url(../../img/bousai/term.png);
}
#detail_body .bousaiLink {
  margin-top: 20px;
  margin-bottom: 20px;
}
#detail_body .bousaiLink .infobox {
  width: 48%;
}
#detail_body .bousaiLink .infobox .infotitle {
  background: rgb(255, 200, 200) none repeat scroll 0 0;
  position: relative;
}
#detail_body .bousaiLink .infobox .infotitle span {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 2.5em;
  height: 2.5em;
  padding-left: 30px;
}
#detail_body .bousaiLink .infobox .infotitle::before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 7px;
  bottom: 7px;
  width: 6px;
  background: rgb(152, 0, 8);
  border-radius: 2px;
}
#detail_body .bousaiLink .infobox .naiyo02 {
  padding: 6px 1px 12px 6px;
}
#detail_body .bousaiLink .infobox .naiyo02 ul li {
  padding: 3px 0 2px 10px;
}
@media screen and (max-width: 1000px) {
  #detail_body .bousaiLink .infobox {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */