/* ポップアップのスタイル */
.popup {
  padding: 40px 60px 10px 60px;
  position: absolute;
  z-index: 10001;
  width: 500px;
  max-width: 622px;
  min-height: 599px;
  max-height: 600px;
  height: auto;
  background-color: white;
  display: none;
  right: 300px;
  border-radius: 3px;
  box-shadow: 0 10px 20px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #d6d6d6;
  overflow: auto;
  line-height: 1.75;
  font-size: 16px;
}
#message-popup {
  overflow-x: hidden !important;
}
/* chrome default */
.notice_checkbox {
  margin: 3px 3px 3px 4px;
}

.btn-bdr-grad {
  display: inline-block;
  background-image: linear-gradient(90deg, #e60000 0%, #a50082 100%);
  border: 1px solid transparent;
  background-origin: border-box;
  line-height: 1;
  border-radius: 5em;
}

.btn-bdr-grad .e-inr {
  display: inline-block;
  background: #fff;
  transition: background .2s;
  padding: 0.35em 1em 0.30em;
  border-radius: 5em;
}

.btn-bdr-grad .e-txt {
  display: inline-block;
  color: #e60000;
  transition: color .2s;
}

@supports (background-clip: text) or (-webkit-background-clip: text) {
  .btn-bdr-grad .e-txt {
    background-image: linear-gradient(90deg, #e60000 0%, #a50082 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
}

.btn-bdr-grad:hover {
  text-decoration: none;
}

@media screen, print and (min-width: 751px) {
  .btn-bdr-grad:hover .e-inr {
    background: transparent;
  }
  .btn-bdr-grad:hover .e-txt {
    color: #fff;
  }
  .btn-bdr-grad:hover .e-ico:before {
    opacity: 0;
  }
  .btn-bdr-grad:hover .e-ico:after {
    opacity: 1;
  }
}

.content-box-reset,
.content-box-reset *,
.content-box-reset ::after,
.content-box-reset ::before {
  box-sizing: content-box !important;
}

.link-pop-td {
  white-space: normal;
  word-wrap: break-word;
  font-size: 16px;
}
.msg-date {
  font-size: 14px;
  color: #838383;
}

.btn-bdr-grad {
  font-weight: 400;
}

.pop-table-general {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}

.pop-header01 {
  width: 16%;
}

.pop-header02 {
  width: 19%;
}

.pop-header03 {
  width: 13%;
}

.pop-header04 {
  width: 46%;
  white-space: normal;
  word-break: break-all;
}

.mail-pop {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  outline: none;
}

.pop-error-p {
  color: red;
  text-align: center;
  border-bottom: 2px solid red;
  padding-bottom: 5px;
}

.popup .popup-read {
  text-align: right;
  color: #577bcd;
  width: 500px;
  margin-bottom: 28px;
}

.popup-content {
  margin: 20px 0 25px 0;
}

.popup-content table {
  width: 100%;
}

.pop-padding {
  padding: 0px 0px 25px 0px;
}

#message-container {
  position: relative;
}

.notification-count {
  position: absolute;
  top: 14%;
  left: 46%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  font-size: 8px;
  font-weight: bold;
  line-height: 1;
  z-index: 1;
  text-align: center;
  background-color: red;
  color: white;
  border-radius: 50%;
}
/* table general popup */
.table-general-popup {
  width: 100%;
  min-width: 500px;
  overflow: hidden;
}

.table-general-popup:not(:last-child) {
  margin: 0 0 40px;
}

@media screen and (max-width: 750px) {
  .table-general-popup:not(:last-child) {
    margin: 0 0 20px;
  }
}

.table-general-popup thead th {
  padding: 10px 10px 10px 0;
  color: #838383;
  background: #f2f2f2;
  white-space: nowrap;
}

.table-general-popup thead th:first-child {
  padding: 10px 10px 10px 20px;
}

.table-general-popup tbody td {
  padding: 10px 10px 10px 0;
  border-bottom: 1px solid #d6d6d6;
}

.table-general-popup tbody td:first-child {
  padding: 10px 10px 10px 20px;
}

.table-general-popup tbody .tb-sp-th {
  display: none;
}

@media screen and (max-width: 750px) {
  .table-general-popup tbody .tb-sp-th {
    display: block;
    color: #acacac;
  }
}

@media screen and (max-width: 750px) {
  .table-general-popup {
    display: block;
  }
  .table-general-popup thead {
    display: none;
  }
  .table-general-popup tbody {
    display: block;
  }
  .table-general-popup tbody tr {
    display: block;
    padding: 15px 0;
    word-break: break-all;
    overflow-wrap: break-word;
  }
  .table-general-popup tbody tr:not(:first-child) {
    border-top: 1px solid #d6d6d6;
  }
  .table-general-popup tbody td {
    padding: 15px 10px;
    display: block;
    border: none;
    word-break: break-all;
    overflow-wrap: break-word;
  }
  .table-general-popup tbody td.is-empty {
    padding: 0 10px;
  }
  .table-general-popup tbody td:first-child {
    padding: 10px;
  }
  .table-general-popup tbody td:first-child.is-empty {
    padding: 0 10px;
  }
  .table-general-popup tbody .tb-sp-th {
    display: block;
    color: #acacac;
  }
  .table-general-popup tbody .tb-sp-td {
    padding: 0 0 0 20px;
  }
}

.table-general-popup.is-vat thead th,
.table-general-popup.is-vat thead td,
.table-general-popup.is-vat tbody th,
.table-general-popup.is-vat tbody td {
  vertical-align: top;
}

.table-general-popup.is-pd-l thead th {
  padding: 15px 15px 15px 0;
}

.table-general-popup.is-pd-l thead th:first-child {
  padding: 15px 15px 15px 30px;
}

.table-general-popup.is-pd-l tbody td {
  padding: 15px 15px 15px 0;
}

.table-general-popup.is-pd-l tbody td:first-child {
  padding: 15px 15px 15px 30px;
}

@media screen and (max-width: 750px) {
  .table-general-popup.is-pd-l tbody tr {
    padding: 15px 0;
  }
  .table-general-popup.is-pd-l tbody td {
    padding: 15px 10px;
  }
  .table-general-popup.is-pd-l tbody td.is-empty {
    padding: 0 10px;
  }
  .table-general-popup.is-pd-l tbody td:first-child {
    padding: 10px;
  }
  .table-general-popup.is-pd-l tbody td:first-child.is-empty {
    padding: 0 10px;
  }
}
