.arealist {
  position: relative;
  width: 856px;
  margin: 0 auto;
  margin-top: 9px;
  margin-bottom: 103px;
}
.arealist .img {
  display: flex;
  justify-content: flex-end;
}
.arealist ul {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
}
.arealist ul li {
  display: inline-block;
  border: 2px solid #12a3bf;
  background: #fff;
  padding: 9px 30px 8px;
  position: absolute;
  text-align: center;
  border-radius: 4px;
}
.arealist ul li::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 13px solid #12a3bf;
}
.arealist ul li:nth-child(1) {
  right: 187px;
  top: 46px;
}
.arealist ul li:nth-child(1)::after {
  right: -17px;
  bottom: 7px;
  transform: rotate(90deg);
}
.arealist ul li:nth-child(1) a::before {
  display: none;
}
.arealist ul li:nth-child(2) {
  right: 50px;
  top: 178px;
  padding: 10px 30.5px;
}
.arealist ul li:nth-child(2)::after {
  left: 7px;
  top: 100%;
  transform: rotate(180deg);
}
.arealist ul li:nth-child(3) {
  right: 271px;
  top: 294px;
  padding: 10px 30px;
}
.arealist ul li:nth-child(3)::after {
  right: 7px;
  top: 100%;
  transform: rotate(180deg);
}
.arealist ul li:nth-child(4) {
  right: 43.5px;
  top: 364.3px;
  padding: 10px 30.5px 9px;
}
.arealist ul li:nth-child(4)::after {
  bottom: 7px;
  left: -15px;
  transform: rotate(270deg);
}
.arealist ul li:nth-child(5) {
  right: 466px;
  top: 396px;
  padding: 11px 30.5px 9px;
}
.arealist ul li:nth-child(5)::after {
  left: 7px;
  top: 100%;
  transform: rotate(180deg);
}
.arealist ul li:nth-child(6) {
  left: 0;
  top: 452.3px;
  padding: 10.5px 30.5px 9px;
}
.arealist ul li:nth-child(6)::after {
  right: 7px;
  top: 100%;
  transform: rotate(180deg);
}
.arealist ul li:nth-child(7) {
  right: 222px;
  top: 527px;
  padding: 10.5px 30.5px 9px;
}
.arealist ul li:nth-child(7)::after {
  left: 7px;
  bottom: 100%;
}
.arealist ul li:nth-child(8) {
  right: 283px;
  bottom: 17px;
  padding: 10px 30.5px 9px;
}
.arealist ul li:nth-child(8)::after {
  left: 7px;
  bottom: 100%;
}
.arealist ul li:nth-child(9) {
  left: 186px;
  bottom: 0;
  padding: 10px 30.5px 9px;
}
.arealist ul li:nth-child(9)::after {
  right: 7px;
  bottom: 100%;
}
.arealist ul li .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 27px;
  margin-bottom: 7px;
  text-align: center;
  color: #12a3bf;
}
.arealist ul li a {
  text-decoration: underline;
  font-size: 16px;
  text-align: center;
  color: #8588a1;
  padding: 0 2px;
  position: relative;
  line-height: 24px;
}
.arealist ul li a:nth-child(1) {
  padding-left: 0;
}
.arealist ul li a:nth-child(2)::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background: #8588a1;
  right: 0;
}
.arealist ul li a:nth-child(2)::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background: #8588a1;
  left: 0;
}
.arealist ul li a:last-child {
  padding-right: 0;
}
.arealist ul li a:last-child:nth-child(2)::after {
  display: none;
}
.arealist ul li .text-cont > div.top {
  margin-bottom: 4px;
}

@media screen and (max-width: 1280px) {
  .arealist {
    margin: 0 auto;
  }
}
@media screen and (max-width: 910px) {
  .arealist {
    width: 720px;
  }
  .arealist ul li {
    padding: 4px 12px;
  }
  .arealist ul li::after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 11px solid #12a3bf;
  }
  .arealist ul li:nth-child(1) {
    right: 23.8%;
    top: 42px;
  }
  .arealist ul li:nth-child(2) {
    right: 12.8%;
    top: 180px;
    padding: 4px 12px;
  }
  .arealist ul li:nth-child(3) {
    right: 34.5%;
    top: 283px;
    padding: 4px 12px;
  }
  .arealist ul li:nth-child(4) {
    right: 12%;
    top: 350.2px;
    padding: 4px 12px;
  }
  .arealist ul li:nth-child(5) {
    right: 64.8%;
    top: 374px;
    padding: 4px 12px;
  }
  .arealist ul li:nth-child(6) {
    left: 0;
    top: 424.3px;
    padding: 4px 12px;
  }
  .arealist ul li:nth-child(7) {
    right: 33.7%;
    top: 488px;
    padding: 4px 12px;
  }
  .arealist ul li:nth-child(8) {
    right: 42.8%;
    bottom: 32px;
    padding: 4px 12px;
  }
  .arealist ul li:nth-child(9) {
    left: 21%;
    bottom: 21px;
    padding: 4px 12px;
  }
  .arealist ul li .title {
    font-size: 16px;
    line-height: 24px;
  }
  .arealist ul li a {
    line-height: 19px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .arealist {
    width: 375px;
  }
  .arealist ul li {
    padding: 3px 10px 2px;
  }
  .arealist ul li .title {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 0;
  }
  .arealist ul li:nth-child(1) {
    right: 95px;
    top: 25px;
  }
  .arealist ul li:nth-child(1)::after {
    right: -15px;
    bottom: 6px;
  }
  .arealist ul li:nth-child(2) {
    right: 82px;
    top: 100.5px;
    padding: 3px 10px;
  }
  .arealist ul li:nth-child(2)::after {
    left: 15px;
  }
  .arealist ul li:nth-child(3) {
    right: 103px;
    top: 173px;
  }
  .arealist ul li:nth-child(3)::after {
    right: 44px;
  }
  .arealist ul li:nth-child(4) {
    right: 49px;
    top: 227px;
    padding: 3px 10px;
  }
  .arealist ul li:nth-child(5) {
    right: 232px;
    top: 220.5px;
    padding: 3px 10px;
  }
  .arealist ul li:nth-child(5)::after {
    left: 15px;
  }
  .arealist ul li:nth-child(6){
    left: 16px;
    top: 267px;
    padding: 3px 10px;
  }
  .arealist ul li:nth-child(6)::after {
    right: 38px;
  }
  .arealist ul li:nth-child(7) {
    right: 140px;
    top: 260px;
    padding: 3px 10px;
  }
  .arealist ul li:nth-child(7)::after {
    left: 19px;
  }
  .arealist ul li:nth-child(8) {
    right: 180px;
    bottom: 34px;
    padding: 3px 10px;
  }
  .arealist ul li:nth-child(8)::after {
    left: 16px;
  }
  .arealist ul li:nth-child(9) {
    left: 84px;
    bottom: 20px;
    padding: 3px 10px;
  }
  .arealist ul li:nth-child(9)::after {
    right: 16px;
  }
  .area-list {
    display: grid;
    grid-template-columns: repeat(2, 48%);
    -moz-column-gap: 4%;
         column-gap: 4%;
    row-gap: 12px;
    margin: 34px 0 43px;
  }
  .area-list li {
    text-align: center;
    padding: 10px 10px 8px;
    border-radius: 4px;
    border: 2px solid #12A3BF;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .area-list li .title {
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;
    margin-bottom: 12px;
    text-align: center;
    color: #12a3bf;
  }
  .area-list li a {
    text-decoration: underline;
    font-size: 14px;
    text-align: center;
    color: #8588a1;
    padding: 0 3px;
    position: relative;
    line-height: 19px;
  }
  .area-list li a:nth-child(1) {
    padding-left: 0;
  }
  .area-list li a.line::after,
  .area-list li a:nth-child(2)::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    background: #8588a1;
    right: 0;
  }
  .area-list li a:nth-child(2)::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    background: #8588a1;
    left: 0;
  }
  .area-list li a.no-show:nth-child(2)::before {
    display: none;
  }
  .area-list li a:last-child {
    padding-right: 0;
  }
  .area-list li a:last-child:nth-child(2)::after {
    display: none;
  }
  .area-list li .text-cont > div.top {
    margin-bottom: 4px;
  }
  .no-scroll {
    overflow: hidden;
  }
}
@media screen and (max-width: 375px) {
  .arealist {
    margin-left: -16px;
  }
}
@media screen and (max-width: 374px){
  .scroll-x {
    width: 100%;
    overflow-x: auto;
  }
  .arealist {
    width: 370px;
  }
  .area-list li {
    padding: 10px 6px 8px;
  }
  .area-list li a {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 374px){
  .arealist {
    width: 300px;
  }
}/*# sourceMappingURL=arealist.css.map */