html,
body {
  max-width: 100vw;
  overflow-x: hidden;
}

@media (min-width: 0) and (max-width: 739px) {
  .main {
    width: 85%;
    margin: 0 auto;
  }
}

@media (min-width: 740px) {
  .main {
    width: 90%;
  }
}

.loc-container {
  margin: 0 auto;
}

@media (min-width: 0) and (max-width: 739px) {
  .loc-container {
    width: 85%;
  }
}

@media (min-width: 740px) {
  .loc-container {
    width: 90%;
  }
}

.loc-header {
  color: #191f23;
  font-weight: bold;
  font-size: 1.875vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #efefef;
  padding-bottom: 20px;
  cursor: pointer;
}

.loc-header .switch {
  cursor: pointer;
  position: relative;
  width: 32px;
  height: 32px;
}

@media (min-width: 740px) {
  .loc-header .switch {
    width: 40px;
    height: 40px;
  }
}

.loc-header .switch:before, .loc-header .switch:after {
  content: "";
  display: block;
  width: 80%;
  height: 4px;
  background-color: #04223c;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  left: 50%;
  top: 50%;
  position: absolute;
}

.loc-header .switch:before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.loc-header .switch:after {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  -webkit-transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media (min-width: 0) and (max-width: 1099px) {
  .loc-header {
    font-size: 28px;
  }
}

@media (min-width: 0) and (max-width: 567px) {
  .loc-header {
    font-size: 22px;
  }
}

.loc-wrap:first-of-type {
  margin-bottom: 50px;
}

.d-filter {
  background-color: #d4dfe7;
  padding: 20px;
}

@media (min-width: 980px) {
  .d-filter {
    padding: 20px 0;
  }
}

.d-filter h6 {
  font-weight: bold;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}

.d-filter h6 .icon,
.d-filter h6 span {
  vertical-align: middle;
  display: inline-block;
}

.d-filter h6 .icon {
  margin-right: 1em;
}

.d-filter h6 .icon img {
  display: block;
  height: 25px;
  width: auto;
}

@media (min-width: 1500px) {
  .d-filter h6 {
    font-size: 18px;
  }
}

.d-filter select {
  background-color: #fff;
  line-height: 45px;
  margin-bottom: 25px;
  padding: 0 20px;
  font-weight: bold;
  font-size: 1rem;
  border-radius: 0;
}

@media (min-width: 740px) and (max-width: 979px) {
  .d-filter-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 980px) {
  .d-filter-wrap {
    padding: 10px 2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .d-filter-wrap h6,
  .d-filter-wrap select {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 0;
    margin-left: 20px;
  }
  .d-filter-wrap h6 {
    max-width: 140px;
    margin-left: 0;
  }
  .d-filter-wrap select + h6 {
    margin-left: 8%;
  }
}

@media (min-width: 1500px) {
  .d-filter-wrap {
    padding: 20px 3.9%;
  }
  .d-filter-wrap h6,
  .d-filter-wrap select {
    margin-left: 30px;
  }
  .d-filter-wrap h6 {
    margin-left: 0;
  }
  .d-filter-wrap select + h6 {
    margin-left: 11%;
  }
}

@media (min-width: 1800px) {
  .d-filter-wrap {
    padding: 30px 3.9%;
  }
}

.table-list {
  display: block;
  -webkit-transition: max-height .55s ease;
  transition: max-height .55s ease;
  max-height: 0;
  overflow: hidden;
}

.table-list ul {
  display: block;
  position: relative;
}

@media (min-width: 0) and (max-width: 979px) {
  .table-list ul {
    padding: 10px 20px 35px;
    background-color: #f9f9f9;
    margin-bottom: 30px;
    -webkit-box-shadow: rgba(149, 157, 165, 0.05) 0px 8px 24px;
            box-shadow: rgba(149, 157, 165, 0.05) 0px 8px 24px;
    border-radius: 0;
  }
  .table-list ul.top-col {
    display: none;
  }
}

@media (min-width: 980px) {
  .table-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    border-bottom: 1px solid #aaa;
  }
  .table-list ul.top-col {
    color: #535353;
    border-bottom: 2px solid #c5c5c5;
    font-weight: bold;
    white-space: nowrap;
  }
}

@media (min-width: 1100px) {
  .table-list ul {
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
  }
  .table-list ul:not(.top-col):hover {
    background-color: #04223c;
  }
  .table-list ul:not(.top-col):hover li {
    color: #fff;
  }
  .table-list ul:not(.top-col):hover .pos-svg {
    fill: #ffd801;
  }
}

@media (min-width: 1500px) {
  .table-list ul.top-col {
    font-size: 18px;
  }
}

.table-list li {
  color: #515151;
}

.table-list li svg {
  width: 24px;
  height: auto;
}

@media (min-width: 0) and (max-width: 979px) {
  .table-list li svg {
    display: inline-block;
  }
}

.table-list li .pos-svg {
  width: 24px;
  height: 24px;
  -webkit-transition: fill .35s ease;
  transition: fill .35s ease;
}

@media (min-width: 0) and (max-width: 979px) {
  .table-list li {
    border-bottom: 1px solid #e5e5e5;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .table-list li:before {
    content: attr(data-field);
    color: #999;
    display: block;
    width: 100%;
    line-height: 1.25em;
  }
  .table-list li:nth-of-type(1) {
    font-weight: bold;
    font-size: 1.125em;
    border: none;
    color: #04223c;
  }
  .table-list li:nth-of-type(1):before {
    display: none;
  }
  .table-list li:nth-of-type(3) {
    padding-right: 60px;
  }
  .table-list li:last-of-type {
    border-bottom: none;
    position: absolute;
    width: 50px;
    height: 50px;
    left: 20px;
    bottom: 0px;
  }
  .table-list li:last-of-type a {
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .table-list li:last-of-type:before {
    display: none;
  }
  .table-list li:nth-last-of-type(2) {
    border-bottom: none;
    width: 100%;
    padding-right: 50px;
    line-height: 1.5em;
  }
  .table-list li:nth-last-of-type(2):before {
    margin-bottom: 0.25em;
  }
}

@media (min-width: 980px) {
  .table-list li {
    padding-left: 3.125vw;
    padding-right: 3.125vw;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .table-list li:nth-of-type(1) {
    width: 16.87%;
  }
  .table-list li:nth-of-type(2) {
    width: 24.27%;
  }
  .table-list li:nth-of-type(3) {
    width: 12.44%;
  }
  .table-list li:nth-of-type(4) {
    width: 30%;
  }
  .table-list li:nth-of-type(5) {
    width: 10.42%;
  }
  .table-list li a {
    display: block;
  }
}

@media (min-width: 1100px) {
  .table-list li {
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
  }
}

@media (min-width: 1500px) {
  .table-list li {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 1800px) {
  .table-list li {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.active .loc-header .switch:before {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  opacity: 0;
}

.active .loc-header .switch:after {
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
          transform: translate(-50%, -50%) rotate(-180deg);
}

.active .table-list {
  max-height: 9999px;
  -webkit-transition: max-height 3s ease;
  transition: max-height 3s ease;
}

@media (min-width: 0) and (max-width: 979px) {
  .active .table-list {
    -webkit-transition: max-height 3s ease;
    transition: max-height 3s ease;
  }
}

.dt-section {
  margin-bottom: 30px;
}

.dt-section:last-of-type {
  margin-bottom: 5.9375rem;
}
/*# sourceMappingURL=location-customize.css.map */