/* 模态框 */
.privacy_modal {
  display: none;
  position: fixed;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.4);
}

.privacy_modal-content {
  background-color: #fefefe;
  margin: 10% auto;
  border: 1px solid #888;
  width: 50%;
  max-width: 1200px;
  overflow-y: auto;
  padding: 0 20px;
}

.privacy_modal-content .privacy_modal-content-tit {
  background: #fff;
  padding: 1em 0;
  position: sticky;
  z-index: 1;
  top: 0;
}

.privacy_modal-content h2 {
  display: inline-block;
  margin-bottom: 0;
}

.privacy_modal-content .privacy_modal-content-sec .privacy_modal-detail-detail .privacy_modal-detail-right {
  display: inline-block;
  font-weight: bold;
}

.privacy_modal-content-sec {
  background: #f9fafb;
  padding: 20px;
  height: 40vh;
  overflow: auto;
}

.privacy_modal-content .privacy_modal-content-sec .privacy_modal-detail-detail {
  padding: 0;
  width: 100%;
}

.privacy_modal-content .privacy_cartBottom-button {
  display: flex;
  justify-content: end;
  padding: 20px 0;
}

.privacy_modal-content .privacy_cartBottom-button .c-btn {
  font-size: 1em;
  padding: 15px 2em;
}

.privacy_modal-detail-item input {
  padding: 10px;
  width: 100%;
  border: 1px solid #d0d5dd;
  border-radius: 4px;
}

.privacy_modal-content .privacy_cartBottom-button .clearBtn {
  background-color: transparent;
  color: #0a5cff;
  font-size: 1em;
  padding: 15px 2em;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  line-height: 0px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal-btn-box .close {
  font-size: 1em;
}

.l-footer__copy__menu_no li:last-child::before {
  content: "" !important;
  padding: 0 !important;
}

@media screen and (max-width: 834px) {
  .privacy_modal {
    z-index: 4 !important;
  }

  .privacy_modal-content {
    width: 100%;
    margin: 40% auto !important;
  }

  .privacy_modal-content .privacy_cartBottom-button {
    justify-content: space-between;
  }

  .privacy_modal-content .privacy_cartBottom-button .clearBtn {
    width: 48%;
  }

  .privacy_cartBottom-button [class*="c-btn"] + [class*="c-btn"],
  .c-btn--iconwraper + [class*="c-btn"] {
    margin-top: 0;
    width: 48%;
  }

}
