
li {
  list-style: none;
}

select option {
  color: #666 !important;
}

h3 {
  margin: 2rem 0 0.5rem 0;
}

.fancybox-content {
  width: 100% !important;
  padding: 2rem 0 !important;
}

[class*="noty_theme__unify--v1"] {
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 1.57143rem;
}

.noty_theme__unify--v1--dark {
  background-color: #2e3c56;
}

.noty_theme__unify--v1--light {
  background-color: #fff;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.05);
}

.noty_type__success.noty_theme__unify--v1 {
  /* background-color: #1cc9e4; */
  /* background-color: #227bb8; */
  background-color: #555;
}

.noty_type__info.noty_theme__unify--v1 {
  background-color: #1d75e5;
}

.noty_type__error.noty_theme__unify--v1 {
  background-color: #e62154;
}

.noty_type__warning.noty_theme__unify--v1 {
  background-color: #e6a821;
}

.noty_body {
  font-weight: 400;
  font-size: 1rem;
  color: #fff;
}

[class*="noty_theme__unify--v1"] .noty_body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.noty_theme__unify--v1--light .noty_body {
  color: #41464B;
}

.noty_body__icon {
  position: relative;
  display: inline-block;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}

.noty_body__icon {
  width: 3.92857rem;
  height: 3.92857rem;
  font-size: 1.57143rem;
}

.noty_body__icon::before {
  display: block;
}

.noty_body__icon > i {
  position: relative;
  top: 50%;
  display: block;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

.noty_theme__unify--v1 .noty_body__icon {
  background-color: rgba(245, 249, 249, 0.2);
}

.noty_theme__unify--v1--dark .noty_body__icon {
  background-color: rgba(245, 249, 249, 0.1);
}

.noty_theme__unify--v1--dark.noty_type__success .noty_body__icon {
  color: #1cc9e4;
}

.noty_theme__unify--v1--dark.noty_type__info .noty_body__icon {
  color: #1d75e5;
}

.noty_theme__unify--v1--dark.noty_type__error .noty_body__icon {
  color: #e62154;
}

.noty_theme__unify--v1--dark.noty_type__warning .noty_body__icon {
  color: #e6a821;
}

.noty_theme__unify--v1--light.noty_type__success .noty_body__icon {
  background-color: rgba(28, 201, 228, 0.15);
  color: #1cc9e4;
}

.noty_theme__unify--v1--light.noty_type__info .noty_body__icon {
  background-color: rgba(29, 117, 229, 0.15);
  color: #1d75e5;
}

.noty_theme__unify--v1--light.noty_type__error .noty_body__icon {
  background-color: rgba(230, 33, 84, 0.15);
  color: #e62154;
}

.noty_theme__unify--v1--light.noty_type__warning .noty_body__icon {
  background-color: rgba(230, 168, 33, 0.15);
  color: #e6a821;
}

[class*="noty_theme__unify--v1"] .noty_close_button {
  top: 14px;
  right: 14px;
  width: 0.85714rem;
  height: 0.85714rem;
  line-height: 0.85714rem;
  background-color: transparent;
  font-weight: 300;
  font-size: 1.71429rem;
  color: #fff;
  border-radius: 0;
}

.noty_theme__unify--v1--light .noty_close_button {
  color: #cad6d6;
}

.noty_progressbar {
  height: 0.5rem !important;
}

.noty_theme__unify--v1 .noty_progressbar {
  background-color: rgba(0, 0, 0, 0.08) !important;
}

.noty_theme__unify--v1--dark.noty_type__success .noty_progressbar {
  background-color: #1cc9e4;
}

.noty_theme__unify--v1--dark.noty_type__info .noty_progressbar {
  background-color: #1d75e5;
}

.noty_theme__unify--v1--dark.noty_type__error .noty_progressbar {
  background-color: #e62154;
}

.noty_theme__unify--v1--dark.noty_type__warning .noty_progressbar {
  background-color: #e6a821;
}

.noty_theme__unify--v1--light.noty_type__success .noty_progressbar {
  background-color: rgba(28, 201, 228, 0.15);
}

.noty_theme__unify--v1--light.noty_type__info .noty_progressbar {
  background-color: rgba(29, 117, 229, 0.15);
}

.noty_theme__unify--v1--light.noty_type__error .noty_progressbar {
  background-color: rgba(230, 33, 84, 0.15);
}

.noty_theme__unify--v1--light.noty_type__warning .noty_progressbar {
  background-color: rgba(230, 168, 33, 0.15);
}




.logo {
  font-size: 1.6rem;
  letter-spacing: 0.6rem;
  line-height: 1.6rem;
  position: relative;
  top: 0;
  transition: 0.4s;
}

.logo i {
  position: absolute;
  font-size: 1.6rem;
  left: -2.6rem;
  top: 0.4rem;
  transition: 0.2s;
}

.logo p {
  margin: 0;
}

.js-header-change-moment .logo {
  font-size: 1.4rem;
  letter-spacing: 0.5rem;
}

.js-header-change-moment .logo i {
  left: -2.2rem;
  font-size: 1.4rem;
}

.footer-logo {
  font-size: 1.4rem;
  letter-spacing: 0.5rem;
  line-height: 2.6rem;
  position: relative;
  top: -0.6rem;
  left: 2.4rem;
  margin: 0 0 1rem 0;
}

.footer-logo i {
  color: #fff;
  position: absolute;
  font-size: 1.4rem;
  left: -2.2rem;
  top: 1.1rem;
}

.footer-logo p {
  margin: 0;
}

.h3.u-heading-v1__title {
  font-weight: 300;
}

.h3.u-heading-v1__title small {
  font-weight: 300;
}

.h4.u-heading-v1__title {
  font-weight: 300;
}

.h4.drop-cap::first-letter {
  color: #dd121c;
}

.content-user {
  margin: 0;
}

.sidebar-user {
  display: block;
}

.sp-menu {
  display: none;
}

select.form-control:not([size]):not([multiple]) {
  height: 3rem;
}

.btn-login {
  border: 1px solid #fff;
  color: #fff;
}

.btn-login:hover {
  background: rgba(255, 255, 255, 1);
  color: #555;
}

.g-theme-color-gray-light-v10 {
  color: #666 !important;
}

.chosen-container span {
  color: #666;
}

.sp-catch {
  display: none;
}

.logo a, footer small {
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 2.2rem;
}

.logo a::first-letter {
  color: #f00;
}

.g-mt-150 + .g-mt-170 {
  margin-top: 5rem !important;
}

h1.page-title {
  position: absolute;
  font-size: 0.6rem;
  top: -10rem;
  z-index: 100;
}

.u-header .tel {
  float: right;
  padding: 0 !important;
}

.u-header .tel span {
  position: relative;
  left: 0.6rem;
}

.u-header .tel strong {
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 1.8rem;
}

.u-heading-v2-3--bottom h2 {
  color: #fff;
}

.g-bg-black-opacity-0_9 p {
  color: #fff;
}

.title-catch span {
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 7rem;
}

.region-list {
  padding: 0;
}

.region-list li {
  float: left;
  margin: 0.4rem 1rem;
}

.region-list li.area {
  width: 18rem;
  overflow: hidden;
  display: block;
  margin-right: 3rem;
  clear: both;
  text-align: right;
}

.usecase img {
  width: 120px;
  overflow: hidden;
  display: block;
}

.terms-title {
  font-size: 1.6rem;
  margin: 2rem 0 0 0;
}

.sp-entry {
  height: 0;
  opacity: 0;
  position: fixed;
  bottom: 0;
}

.u-heading-v2-2--bottom::after {
  margin-top: 1rem;
}

.u-heading-v2-2--bottom::after, .u-heading-v2-2--top::before {
  width: 0;
  border: 0;
}

.flow-point {
  bottom: -2rem;
}

.contact-form {
  margin: 0 auto;
}

.crypt-rate {
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 1.6rem;
  display: inline-block;
}

.crypt-rate span {
  margin: 0 0 0 2rem;
}

.crypt-rate small {
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 1.4rem;
  margin: 0 0 0 0.4rem;
}

.crypt-rate + .crypt-rate {
  margin: 0 0 0 2rem;
  font-size: 1.6rem;
}

.tick-rate {
  margin: 0 !important;
}

.withdrawal-button-abled {
  display: none;
}

.withdrawal-button-disabled {
  display: block;
}

.amount-notice {
  white-space: nowrap;
}

.kyc-picture img {
  width: 100%;
}

.disclaimer small {
  color: #777;
}

.address a {
  color: #fff;
}

.terms {
  width: 100%;
  display: block;
  border: 1px solid #ced4da;
}

.terms h2, .terms h3 {
  font-size: 1.2rem;
}

.terms.overflow {
  height: 20rem;
  overflow: auto;
}

.terms .sstit {
  margin: 2rem 0 1rem 0;
}

.terms .a_table table {
  width: 100%;
  margin: 0 0 1rem 0;
  border: 1px solid #eee;
}

.terms .a_table table tbody .tt_title {
  background: #f2f2f2;
}

.terms .a_table tr {
  border-top: 1px dotted #eee;
}

.terms .a_table td {
  padding: 0.6rem;
}




/* SP, Tablet */
@media (max-width: 991px) {

  .logo {
    font-size: 1.4rem;
    letter-spacing: 0.4rem;
  }

  .logo img {
    width: 3rem;
    margin: 0 1rem 0 0;
  }

  .logo i {
    display: none;
  }

  .sp-margin {
    margin-top: 8rem !important;
  }

  .sidebar-user {
    display: none;
  }

  .sp-menu {
    display: block;
  }

  .hero-notice {
    margin-bottom: 6rem !important;
  }

  .breadcrumb {
    display: none;
  }

  .title-catch span {
    font-size: 4rem;
  }

  .u-header .tel span {
    font-size: 0.8rem !important;
    white-space: nowrap;
  }

  .u-header .tel strong {
    font-size: 1.6rem !important;
    white-space: nowrap;
  }

  .breadcrumb {
    margin-top: 0.4rem;
  }

  .region-list li {
    float: left;
    margin: 0.4rem 1rem 0.4rem 0;
  }

  .region-list li.area {
    width: 100%;
    text-align: left;
    margin-top: 2rem;
  }

  .region-list li.area:first-child {
    margin-top: 0;
  }

  .faq-attendant {
    display: none;
  }

  .quality {
    padding: 2rem 1rem 4rem 1rem !important;
  }

  .js-header-change-moment .sp-entry {
    background: rgba(255, 0, 0, 0.8);
    height: auto;
    opacity: 1;
    transition: 0.5s;
    width: 50%;
  }

  .js-header-change-moment .sp-entry.left {
    left: 0;
  }

  .js-header-change-moment .sp-entry.right {
    right: 0;
  }

  .crypt-rate {
    display: block;
  }

  .crypt-rate + .crypt-rate {
    display: inline-block;
    margin: 0 1.6rem 0 0;
  }

  .g-brd-around.g-pa-30 {
    padding: 1rem !important;
  }

  .amount-notice {
    white-space: normal;
  }

}


/* SP */
@media (max-width: 767px) {

  .js-go-to {
    bottom: 4rem !important;
  }

  .sp-catch {
    display: block;
    text-shadow: 1px 1px 3px #000;
  }

  .sp-catch .sub-catch-title {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    padding: 1rem 0 0 0;
    letter-spacing: 0.6rem;
    text-shadow: 1px 1px 3px #000;
  }

  .sp-catch .sub-catch {
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
    text-shadow: 1px 1px 3px #000;
  }

  .sp-block {
    display: block;
  }


}
