
.anchor {
  margin-bottom: 50px;
}
.anchor-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.anchor-item {
  margin: 0 1.8rem;
  font-size: 18px;
  font-weight: bold;
}
.anchor-item::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border: 2px solid #0b7cc3;;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}
.anchor-link {
  padding-right: 15px;
}

.anchor02 {
  margin-bottom: 50px;
}
.anchor-list02 {
  display: flex;
  flex-wrap: wrap;
  background-color: #FAFAFA;
  border: 1px solid #CCCCCC;
}
.anchor-item02 {
  width: 25%;
  padding: 20px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
}

.anchor-link02 {
  position: relative;
  padding-left: 24px;
}

.anchor-link02::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 3.5px;
  width: 6px;
  height: 6px;
  border: 2px solid #FFF;;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translate3d(0, -63%, 0) rotate(135deg);
  z-index: 10;
}

.anchor-link02::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 13px;
  height: 13px;
  background-color: #0B7CC3;
  border-radius: 100px;
  transform: translate3d(0, -50%, 0);
  z-index: 0;
}

.domestic-label {
  display: table;
  padding: 0 22px;
  border: 1px solid #C7C7C7;
  border-radius: 100px;
  font-size: 12px;
}


@media screen and (max-width: 800px) {
  .anchor-list {
    flex-direction: column;
  }
  .anchor-item {
    margin: 0;
    padding: 15px 0;
    font-size: 15px;
    border-bottom: 1px solid #dddddd;
    text-align: center;
  }
  .anchor-item:first-of-type {
    padding-top: 0;
  }

  .anchor-item02 {
    width: 50%;
    font-size: 13px;
  }
}