p {
  margin-bottom: 0 !important;
}

/* 調査フォーム用ボタンスタイル */
.btn-outline-primary {
  color: #007bff !important;
  border-color: #007bff !important;
  background-color: white !important;
}

.btn-outline-primary:hover {
  color: white !important;
  background-color: #007bff !important;
  border-color: #007bff !important;
}

.btn-primary {
  background-color: #007bff !important;
  border-color: #007bff !important;
  color: white !important;
}

.btn-primary:hover {
  background-color: #0056b3 !important;
  border-color: #0056b3 !important;
}

.btn-secondary {
  background-color: #6c757d !important;
  border-color: #6c757d !important;
  color: white !important;
}

.btn-secondary:hover {
  background-color: #545b62 !important;
  border-color: #545b62 !important;
}

.main-content .select-block_withdraw .select-block-item-ttl {
  font-size: initial;
}
.main-content .select-block_withdraw-agreement .main-content-form-check {
  margin: 1.5em 0 !important;
}
.main-content .select-block_withdraw-agreement .main-content-form-check label {
  margin-bottom: 0;
}

.bb-icon {
  position: static !important;
}
.bb-icon.icon-acc-history::before {
  background-image: url(/images/icon-account-history@2x.png);
  width: 33px;
  height: 30px;
}
.bb-icon.icon-acc-history_red::before {
  background-image: url(/images/icon-account-history_red@2x.png);
  width: 33px;
  height: 30px;
}

.main-content-caution .main-content-section-title .bb-icon {
  position: static !important;
}

.main-content-caution .bb-icon {
  position: absolute !important;
}

.btn-generate-address .bb-icon {
  position: absolute !important;
}

.table-btn.btn-green {
  color: #c1272d;
  border-color: #c1272d;
}

.table {
  position: static !important;
  table-layout: auto !important;
}
.table tbody .border {
  display: inline-block;
  width: 40px;
  vertical-align: middle;
}
.table .td-number {
  width: 75px;
}
.table .td-bonus {
  width: 40px;
}
.table .td-server {
  width: 40px;
}
.table .td-currency {
  width: 60px;
}
.table .td-acctype {
  width: 90px;
}
.table .td-leverage {
  width: 90px;
}
.table .td-accamount {
  width: 130px;
}
.table .td-deposit {
  width: 80px;
}

table.dataTable thead .sorting {
  background-image: url(/images/sort@2x.png);
  background-repeat: no-repeat;
  background-size: 19px 7px;
  background-position: center right 5px;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
  content: "" !important;
  right: 0 !important;
}
table.dataTable thead .sorting_asc {
  background-image: url(/images/sort_a@2x.png);
  background-repeat: no-repeat;
  background-size: 19px 7px;
  background-position: center right 5px;
}
table.dataTable thead .sorting_desc {
  background-image: url(/images/sort_d@2x.png);
  background-repeat: no-repeat;
  background-size: 19px 7px;
  background-position: center right 5px;
}
table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
  background-image: none;
}

table.dataTable.dtr-inline.collapsed tbody tr[role=row] td:first-child:before {
  display: none !important;
}

table.datatable td.child {
  padding-top: 20px !important;
  border: none !important;
}
table.datatable td.child ul.dtr-details {
  text-align: left;
  width: 100%;
}
table.datatable td.child ul.dtr-details li {
  border-bottom: none !important;
}
table.datatable td.child .dtr-title {
  font-weight: bold;
  width: 20%;
  text-align: left;
  display: inline-block;
  margin-bottom: 20px;
}
table.datatable td.child .dtr-data {
  width: 30%;
  text-align: right;
  display: inline-block;
  margin-right: 50%;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  table.datatable td.child .dtr-title {
    width: 50%;
  }
  table.datatable td.child .dtr-data {
    width: 50%;
    margin-right: 0;
    white-space: pre-wrap;
  }
}
table.datatable .sp-account-info-toggle {
  display: none;
}
table.datatable.collapsed .sp-account-info-toggle {
  position: relative;
  left: 20px;
  cursor: pointer;
  display: inline-block;
  color: #39b54a;
}
table.datatable.collapsed .parent .sp-account-info-toggle {
  display: inline-block !important;
  transform: rotateX(180deg) !important;
  color: #ed1c24 !important;
}

.deposit-select-block-daterange .input-daterange {
  text-align: center;
}
.deposit-select-block-daterange .input-group-addon {
  margin: 0 5px !important;
  line-height: 40px !important;
}

.bb-icon.icon-bitwallet_red::before {
  background-image: url(/images/icon-bitwallet_red@2x.png);
  width: 30px;
  height: 40px;
}
.bb-icon.icon-bxone_red::before {
  background-image: url(/images/icon-bxone_red@2x.png);
  width: 30px;
  height: 40px;
}

.verify-withdraw {
  font-family: "Roboto", "sans-serif" !important;
}
.verify-withdraw .text-center {
  text-align: center !important;
}
.verify-withdraw .text-center .verify-header {
  height: 53px;
  width: 1116px;
}
.verify-withdraw .text-center .verify-header img {
  width: 195px;
  height: 49px;
  padding: 5px 2px 0px;
}
@media (max-width: 989px) {
  .verify-withdraw .text-center .verify-header {
    width: 696px;
  }
}
@media (max-width: 768px) {
  .verify-withdraw .text-center .verify-header {
    width: 351px;
  }
}
.verify-withdraw .text-center .verify-text {
  margin-bottom: 2.25rem !important;
  margin-top: 2.25rem !important;
}
.verify-withdraw .text-center .verify-text h1 {
  margin: 10px 0;
  line-height: 1.1;
  color: #333333;
}
.verify-withdraw.container {
  padding-left: 12px;
  padding-right: 12px;
}

#top-notify {
  color: white;
  padding-top: 15px;
  padding-bottom: 12px;
  line-height: 1.2;
  background: #ed514e;
}
#top-notify .area-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#top-notify .area-msg {
  display: inline-block;
  vertical-align: middle;
  max-width: 80%;
}