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: 1px #e3e3e3 solid;
  border-bottom: 1px #e3e3e3 solid;
  margin: 0px;
  padding-left: 20px;
}

.list_wapper ul div.field_name {
  list-style: none;
  border-bottom: 1px #e3e3e3 solid;
  /*height: 45px;*/
  text-align: left;
  line-height: 3.4;
  max-width: 710px;
  width: 100%;
  position: relative;
  cursor: pointer;
}

.category_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.field_name::before {
  right: 10px;
  position: absolute;
  content: url(/img/arrow-forward.svg);
  align-content: flex-end;
}

div.isActive::before {
  transform: rotate(90deg);
}

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

div.field_name > ul > li {
  display: table;
  width: 100%;
  font-size: 14px;
  border-bottom: 0.1em #e3e3e3 solid;
  position: relative;
  line-height: 1;
}

div.field_name > ul > li:last-child {
  border-bottom: none;
}

div.field_name > ul > li > a {
  display: inline-block;
  width: 100%;
  padding: 13px 0px 13px 20px;
}

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

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

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;
}

@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;
  }
}

div.field_name:last-child {
  border-bottom: none !important;
}

ul.category_list > li > a {
  color: #000000;
}

/* 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;
  }
}
