@charset "UTF-8";
/* =================================================================================================
　素行調査ナビ／TOP
　http://sokoutyousa-navi.net/
================================================================================================= */
.column .text {
  line-height: 180%;
  margin-bottom: 2rem;
}

.column .text:last-child {
  margin-bottom: 0rem;
}

.news_list {
  margin-bottom: 1rem;
}

.news_list li {
  border-bottom: 1px dotted #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  padding: 0.5rem 0;
}

.news_list li .date {
  background-color: #464637;
  color: #fff;
  text-align: center;
  padding: 0.1rem 0;
  margin-right: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex: 0 0 5.5rem;
}

.text {
  line-height: 180%;
}

.declaration {
  background: url("../img/top_declaration.jpg");
  padding: 1rem;
}

.declaration li {
  border-bottom: 1px solid #ccc;
  padding: 0.5rem 0;
  padding-left: 2em;
  text-indent: -2em;
}

.declaration li:last-child {
  border-bottom: none;
}

.example {
  border: 1px solid #dfdfd0;
  background-color: #fff;
  padding: 1rem;
  margin-bottom: 2rem;
}

.example li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.2rem;
}

.example li:last-child {
  margin-bottom: 0rem;
}

.example li span {
  color: #ff8000;
}

.flex {
  margin-bottom: 2rem;
}

.flex .photo {
  float: right;
  width: 35%;
  margin: 0 0 1rem 1rem;
}

.flex .photo img {
  width: 100%;
}

.area img {
  width: 100%;
}



.mapmenu {
  padding: 0 0.8rem;
  display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
.mapmenu li {
  width: 24%;
  margin: 0 0 0.5rem 0;
}
.mapmenu li a {
  background: url("/img/footer_menu_icon.jpg") 0 0.5rem no-repeat;
  padding: 0 0 0 0.8rem;
  display: block;
}
@media screen and (max-width: 592px) {
  .mapmenu li {
    width: 49%;
  }
}