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;
}
@media screen and (max-width: 768px) {
  .title_wrapper .title {
    padding-left: 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%;
}

.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-right: 20px;
  padding-left: 20px;
}

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

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

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: 1px #E3E3E3 solid;
  position: relative;
  line-height: 1;
}
div.field_name > ul > li:first-child {
  border-top: 1px #E3E3E3 solid;
}
div.field_name > ul > li:last-child {
  border-bottom: none;
}
div.field_name > ul > li > a {
  display:inline-block;
  box-sizing: border-box;
  width: 100%;
  padding: 13px 0px 13px 20px;
}
@media screen and (max-width: 768px) {
  div.field_name > ul > li > a {
    padding: 13px 0px 13px 10px;
  }
}
div.pref_name::after{
  right: 10px;
  position: absolute;
  content: url(/img/arrow-forward.svg);
  align-content: flex-end;
}

ul.category_list {
  padding-left: 0;
  padding-right: 0;
}

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: 768px) {
  .list_wapper ul div.field_name {
    max-width: 100%;
  }
  .list_wapper ul {
    padding-left: 10px;
    padding-right: 10px;
  }
  ul.category_list {
    padding-left: 0; 
    padding-right: 0;
  }
}
@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;
}