.box {
  width: 1280px;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 768px) {
  .box {
    width: 696rem;
    margin: 0 auto;
  }
}
.list {
  flex: 1;
  margin-right: 44px;
}
.list .list_box {
  display: flex;
  flex-wrap: wrap;
}
.list .list_box > a {
  width: calc(50% - 16px);
  font-size: 18px;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ecebeb;
}
.list .list_box > a span {
  display: block;
}
.list .list_box > a:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #cccccb;
  border-radius: 50%;
  margin: 0 20px 0 7px;
}
.list .list_box > a:hover {
  color: #005ba2;
}
.list .list_box > a:nth-child(2n+1) {
  margin-right: 32px;
}
.list .list_box > a:last-child {
  border: none;
}
.list .list_box > a:nth-last-child(2) {
  border: none;
}
@media screen and (max-width: 768px) {
  .box {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .list {
    margin-right: 0;
  }
  .list .list_box > a {
    width: 100%;
    font-size: 34.38rem;
    padding-bottom: 20rem;
    margin-bottom: 20rem;
    border-bottom: 1rem solid #ecebeb;
  }
  .list .list_box > a:before {
    display: none;
  }
  .list .list_box > a:nth-child(2n+1) {
    margin-right: 0;
  }
  .list .list_box > a:last-child {
    border-bottom: 1rem solid #ecebeb;
  }
  .list .list_box > a:nth-last-child(2) {
    border-bottom: 1rem solid #ecebeb;
  }
}
/*# sourceMappingURL=overseas_missions_list.css.map */