.entry-option-popup .entry-option-popup-body {
  border-radius: 9px;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.25);
}

div.alart-popup-close-button {
  z-index: 3;
  width: 24px;
  height: 24px;
  font-weight: 400;
  position: absolute;
  right: 8px;
  top: 8px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.fa-times {
  font-size: 2rem;
}

#popup-overseas-edit .button-body {
    height: 57px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--white600-color);
    width: 300px;
    padding: 0 20px;
}

#popup-overseas-edit .button-body:hover {
    outline: 4px solid var(--yellow300-color);
    outline-offset: -4px;
}

#popup-overseas-edit .button-body p,
#popup-overseas-edit span.button-triangle {
    color: var(--black-color);
}

#popup-overseas-edit .button-next-adjust img {
    height: 20px;
}

div.button-body.btn-plan .button-next-adjust,
div.button-body.btn-plan .button-triangle {
  display: block;
}

@media screen and (max-width: 767px) {
  #popup-overseas-edit .button-next-adjust img {
    height: 20px;
  }

  #popup-overseas-edit .button-body {
    width: calc(100vw - 90px);
  }

  #popup-overseas-edit .button-body p {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 17px;
}

  #popup-overseas-edit .entry-option-popup .popup-header .group .text {
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    line-height: 12px;
  }

  #popup-overseas-edit .entry-option-popup .popup-header .group {
    margin-top: 19px;
  }

  #popup-overseas-edit .entry-option-popup .popup-header .title {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 17px;
    margin-top: 12px;
  }

  #popup-overseas-edit section > p {
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    margin-top: 0;
  }

  #popup-overseas-edit section {
    margin-top: 24px;
  }

}
