div.search_select {
  background: #ffffff;
  border-radius: 20px;
  margin-top: 20px;
}

.title_wrapper {
  width: 100%;
}

.title_wrapper .title {
  font-size: 18px;
  color: #393939;
  line-height: 24px;
  padding-top: 32px;
  padding-left: 20px;
  padding-bottom: 10px;
}

div.return_btn {
  color: #393939;
  line-height: 45px;
  padding-left: 20px;
  margin: 0px;
  cursor: pointer;
  font-weight: bold;
  border-top: 0.1em #e3e3e3 solid;
}

div.map_search {
  color: #393939;
  line-height: 45px;
  cursor: pointer;
  border-top: 0.1em #e3e3e3 solid;
  width: 100%;
}
div.map_search a,
div.map_search a:visited,
div.map_search a:hover,
div.map_search a span {
  color: #393939 !important;
}

.map_search img {
  margin-left: 20px;
  vertical-align: middle;
}

div.map_search span {
  display: table-cell;
  padding-left: 10px;
  width: 690px;
  font-weight: bold;
}

.list_wapper ul {
  border-top: 0.1em #e3e3e3 solid;
  margin: 0px;
  padding-left: 20px;
}

.list_wapper ul li {
  list-style: none;
  border-bottom: 0.1em #e3e3e3 solid;
  height: 45px;
  text-align: left;
  line-height: 3.4;
  width: 710px;
  position: relative;
}

.category_name::after {
  right: 10px;
  position: absolute;
  content: url(/img/arrow-forward.svg);
  align-content: flex-end;
}

.cate_name::after {
  right: 10px;
  position: absolute;
  content: url(/img/arrow-forward.svg);
  align-content: flex-end;
}

div.area_list {
  border-top: 0.1em #e3e3e3 solid;
}

div.area_all span {
  color: #000000;
}

div.area_list div.area_name {
  display: table;
  width: 697px;
  font-size: 14px;
  border-bottom: 0.1em #e3e3e3 solid;
  padding: 10px 20px 10px 0px;
  margin-left: 20px;
  position: relative;
  cursor: pointer;
}

div.area_name::after {
  right: 10px;
  position: absolute;
  content: url(/img/arrow-forward.svg);
  align-content: flex-end;
}

div.area_list div.area_name.isActive,
div.pref_list div.pref_name.isActive {
  color: #1c5190;
}

div.pref_name {
  display: table;
  width: 697px;
  font-size: 14px;
  border-bottom: 0.1em #e3e3e3 solid;
  padding: 10px 0px 10px 20px;
  margin-left: 20px;
  position: relative;
  cursor: pointer;
}

div.pref_name::after {
  right: 10px;
  position: absolute;
  content: url(/img/arrow-forward.svg);
  align-content: flex-end;
}

div.area_name.isActive::after,
div.pref_name.isActive::after {
  transform: rotate(90deg);
}

span.subarea {
  color: #000000;
}

div.pref_all,
div.subarea_name {
  display: table;
  width: 677px;
  font-size: 14px;
  border-bottom: 0.1em #e3e3e3 solid;
  padding: 10px 0px 10px 40px;
  margin-left: 20px;
  position: relative;
}

.space {
  height: 100px;
}

/* 768px以下*/
@media screen and (max-width: 768px) {
  .title_wrapper .title {
    padding-left: 10px;
  }
  .list_wapper > ul {
    padding: 0 10px;
  }
  div.field_name > ul > li > a {
    padding: 13px 0 13px 10px;
  }
  .map_search img {
    margin-left: 10px;
  }
  div.pref_name {
    margin-left: 10px;
  }
  div.pref_all,
  div.subarea_name {
    margin-left: 10px;
  }
  div.area_list div.area_name {
    margin-left: 10px;
  }
}

/* 480px以下*/
@media screen and (max-width: 480px) {
  div.map_search a {
    display: flex;
  }

  div.search_select {
    border-radius: 0px;
    margin-top: 0px;
  }

  .list_wapper ul li,
  div.area_list div.area_name,
  div.pref_name,
  div.subarea_name {
    width: 100%;
  }

  div.area_name::after {
    right: 50px;
  }

  div.pref_name::after {
    right: 50px;
  }
}
