@charset "UTF-8";

.margin-top30 {
  margin-top: 30px;
}

.font-bold {
  font-weight: bold;
}

.br-sp {
  display: none;
}

#mainslidewrapper {
  margin-top: 0;
}

#breadcrumb {
  margin-top: 115px;
  margin-bottom: 0;
}

#breadcrumb.breadcrumb.nta-static {
  margin-top: 0;
  z-index: 11;
}

.main-content p {
  font-size: 24px;
  color: #444;
}

.main-content .boxcommon h2.big-title {
  margin-top: 50px;
}

.orange-bg {
  background: #FFEFDF;
}

.open-account .font-bold {
  font-size: 30px;
}

p.open-account-link a {
  color: #d5052c;
  text-decoration: underline;
}

.refund-time.coin-bg {
  background-position: center top;
}

h2.title {
  margin: auto;
  margin-bottom: 50px;
}

h2.title.white {
  font-weight: bold;
  padding: 8px;
  height: 50px;
  font-size: 36px;
  max-width: 700px;
  color: #444;
  background: #fff;
}

h3.sub-ttl {
  font-weight: bold;
  color: #2a499c;
  position: relative;
  padding-left: 10px;
  margin-bottom: 15px;
}

h3.sub-ttl:before {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #2a499c;
}

h3.sub-ttl-no-bar {
  font-weight: bold;
  font-size: 30px;
  color: #2a499c;
  margin-bottom: 15px;
}
.campaign-details .reg-sm-btn {
  margin-bottom: 50px;
}

.campaign-details.coin-bg h2.title {
  margin: auto;
  margin-bottom: 50px;
  margin-top: 80px;
}

.refund-time p {
  color: #222;
  font-weight: bold;
}

.blue {
  color: #2a499c;
}

.refund-time small {
  font-size: 18px;
  color: #555;
}

p.note {
  color: #2a499c;
  font-size: 18px;
}

.reg-btn-container {
  padding: 50px 0;
}

.reg-btn {
  display: block;
  background-color: #FF8500;
  color: #fff;
  font-weight: bold;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  font-size: 28px;
  padding: 15px 30px;
  position: relative;
  max-width: 608px;
  margin: auto;
}

.reg-btn:hover {
  opacity: 0.8;
  color: #fff;
}

.reg-btn:focus {
  color: #fff;
}

.reg-btn:after {
  content: "▶";
  font-family: iconfont;
  font-size: 23px;
  position: absolute;
  right: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #58585b;
  top: 28%;
  color: #ffffff;
}

.floating-btn .reg-btn:after {
  font-size: 19px !important;
}

.reg-sm-btn {
  display: block;
  background: #fc485d;
  background: linear-gradient(180deg, #fc485d 0%, #fc485d 100%);
  color: #fff;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  font-size: 22px;
  padding: 10px 25px;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
  position: relative;
}

.reg-sm-btn:after {
  content: "\e613";
  font-family: iconfont;
  font-size: 16px;
  position: absolute;
  right: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #58585b;
  top: 26%;
  color: #ffffff;
}

a.reg-sm-btn:hover {
  color: #fff;
  opacity: 0.9;
}

a.reg-sm-btn:focus {
  color: #fff;
  opacity: 0.9;
}

table.dep-tbl thead tr {
  background: #ffcbdb;
}

table.dep-tbl thead tr th {
  text-align: center;
  vertical-align: middle;
  border: 0;
  font-size: 21px;
  font-weight: 600;
  line-height: normal;
}

table.dep-tbl tbody tr td {
  border: 0;
  font-size: 20px;
  font-weight: bold;
}

table.dep-tbl tbody tr:nth-of-type(odd) {
  background: #fff;
}

table.dep-tbl tbody tr:nth-of-type(even) {
  background: #FFD9AF;
}

.text-box {
  padding: 40px 30px 15px;
  margin-bottom: 30px;
}

.pink-box {
  background: #fd5470;
}

.campaign-note {
  margin: 40px auto;
}

.white-box {
  background: #fff;
  border-radius: 10px;
  padding: 40px 15px;
}

.pink-box p {
  color: #fff;
}

.example-box {
  border-radius: 10px;
  border: solid 5px #FF8500;
}

.example-box h3 {
  border-bottom: 3px solid #000;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 6px;
  line-height: normal;
}

.example-box h3:before {
  display: inline-block;
  background: #FF8500;
  padding: 10px;
  color: #fff;
  font-size: 30px;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}

.example-box h3:nth-of-type(1):before {
  content: "キャッシュバック例①";
}

.example-box h3:nth-of-type(2):before {
  content: "キャッシュバック例②";
}

.deal {
  max-width: 692px;
  margin: auto;
}

p.deal-example {
  padding-left: 70px;
  position: relative;
  font-size: 20px;
  margin-bottom: 50px;
}

p.deal-example:before {
  content: "※1";
  display: block;
  left: 20px;
  position: absolute;
}

.deal-title {
  font-size: 26px;
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: #2a499c;
  z-index: 10;
}

p.text-deal {
  font-weight: bold;
}

.pushing-point {
  background-color: #d9eede;
  padding: 30px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.pushing-point p {
  font-weight: bold;
  font-size: 20px;
}

.pushing-point p.point-title {
  margin: 0 auto 30px;
  padding: 10px;
  display: block;
  width: 50%;
  background: #fff;
  color: #468155;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.pushing-point p>span {
  font-weight: normal;
}

ul.huf-list>li {
  padding-left: 10px;
  position: relative;
  color: #333;
}

ul.huf-list>li.red {
  color: #ff0000;
}

/* ul.huf-list > li:before {
  content: "※";
  position: absolute;
  left: -10px;
} */
p.date-time {
  font-size: 35px;
  font-weight: bold;
  background: #FFF7BA;
  color: #000000;
  padding: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

ul.sub-list>li {
  list-style: none;
}

ul.sub-list>li:before {
  content: "•";
}

ul.huf-list2 {
  padding-left: 60px;
  font-size: 20px;
}

p.p-indent,
p.p-indent-red {
  padding-left: 30px;
  position: relative;
  font-size: 18px;
  margin-bottom: 0;
}

p.red {
  color: #d5052c;
  font-weight: bold;
}

.p-indent:before,
.p-indent-red:before {
  content: "※";
  position: absolute;
  left: 0;
}

.p-indent-red:before {
  color: #d5052c;
}

.boxcommon.bg-gray {
  background: linear-gradient(to bottom, #f3f3f3, rgba(243, 243, 243, 0.87)) !important;
}

.responsive-font-m {
  font-size: 28px;
}

@media (min-width: 1199px) {
  ul#breadcrumb_minfx {
    font-size: 12px;
  }
}

@media (max-width: 1366px) {

  /* .campaign-details.coin-bg {
    background-position: center bottom;
    background-size: 123%;
  } */
  .refund-time.coin-bg {
    background-position: center 62%;
  }
}

@media (max-width: 1024px) {
  .campaign-details.coin-bg {
    background-position: center bottom;
    background-size: 150%;
  }

  .refund-time.coin-bg {
    background-position: center bottom;
    background-size: 140%;
  }
  p.deal-example {
    margin-bottom: 80px;
  }
}
@media (min-width: 1025px) and (max-width: 1430px) {
  p.deal-example {
    margin-bottom: 100px;
  }
}

@media (max-width: 991px) {
  #mainslidewrapper.no-margin {
    margin-top: 0;
  }

  #breadcrumb {
    margin-top: 64px;
  }
}
#mainslidewrapper img {
  margin: 0 auto !important;
}
@media screen and (max-width: 768px) {
  .br-sp {
    display: block;
  }
  .reg-btn-container {
    padding: 25px 0;
  }

  .reg-btn {
    font-size: 24px;
    width: 100%;
  }

  .floating-btn .reg-btn:after {
    top: 22%;
  }

  .reg-btn:after {
    font-size: 18px;
    top: 29%;
  }

  .main-content p {
    font-size: 17px;
  }

  .open-account .font-bold {
    font-size: 20px;
  }

  .deal-title {
    font-size: 22px !important;
  }

  .deal-title:before {
    bottom: 8px;
    height: 10px;
  }

  p.date-time {
    font-size: 20px;
    padding: 10px;
  }

  p.p-indent,
  p.p-indent-red {
    font-size: 15px !important;
    padding-left: 20px;
  }
  .refund-time small {
      font-size: 13px !important;
  }
  .pushing-point p.point-title {
    width: 100%;
  }

  .pushing-point p.point-title>img {
    display: inline !important;
  }

  ul.huf-list {
    padding-left: 15px;
    font-size: 15px;
  }

  a.anchor {
    font-size: 14px;
  }

  table.dep-tbl thead tr th {
    font-size: 14px;
  }

  table.dep-tbl tbody tr td {
    font-size: 12px;
    padding: 8px 3px;
  }

  .example-box h3:before {
    display: block;
    margin-bottom: 10px;
    text-align: center;
    margin-right: 0;
    font-size: 18px;
  }

  h2.title.white {
    font-size: 20px;
    line-height: 40px;
  }

  .responsive-font-m {
    font-size: 15px;
  }

  h3.sub-ttl-no-bar {
    font-size: 24px;
  }

  .text-center-sp {
    text-align: center;
  }
}
.example-box h3 br{
  display: none;
}
@media screen and (max-width: 520px) {
  .floating-btn .reg-btn {
    width: 95%;
  }

  .floating-btn .reg-btn:after {
    font-size: 18px !important;
    top: 22%;
  }

  #back-to-top {
    bottom: 80px;
  }
  .example-box h3 {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 5px;
  }
  .example-box h3 br{
    display: block;
  }
  .example-box {
    padding: 30px 10px !important;
  }
}
@media screen and (min-width: 521px) and (max-width: 620px) {
  .example-box h3 {
    font-size: 16px;
    line-height: 23px;
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 621px) and (max-width: 768px) {
  .example-box h3 {
    font-size: 18px;
    line-height: 20px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 376px) {
  .reg-btn {
    font-size: 18px !important;
    width: 100%;
    padding: 20px 0px;
  }
  .highlight:before {
    height: 8px;
    bottom: 3px;
  }

  p.deal-example {
    padding-left: 35px;
  }

  p.deal-example:before {
    left: 5px;
  }

  table.dep-tbl {
    margin-bottom: 15px;
  }

  h2.title,
  p.date-time {
    margin-bottom: 20px;
  }

  .highlight {
    font-size: 15px;
  }

  .highlight:before {
    height: 6px;
    bottom: 3px;
  }

  h3.sub-ttl {
    font-size: 20px;
  }
  .main-content p,
  .refund-time small {
    font-size: 14px;
  }

  h2.title.white,
  p.date-time {
    font-size: 18px;
  }
}

.main-content .boxcommon.bg-gray {
  color: #383838;
}

.floating-btn .overlay-bg {
  background: #000;
  opacity: 0.5;
  display: block;
  width: 100%;
  height: 100%;
}

.floating-btn .reg-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  width: 420px;
  padding: 10px;
}

.floating-btn {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  padding: 0;
  z-index: 101;
}

.floating-btn .reg-btn:hover {
  opacity: 1;
}

footer#footer .copyright {
  margin-top: 0;
}

.floating {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
  backdrop-filter: blur(2px);
  padding: 15px 0;
}

.floating a.reg-btn {
  display: inline-block;
  font-size: 18px;
  max-width: 608px;
  white-space: nowrap;
  padding: 20px 15px;
}

table.dep-tbl thead tr {
  background: #AE5B00;
  color: #fff;
}

h3.sub-ttl-no-bar,
.deal-title,
.text-color {
  color: #D5052C;
}

@media (min-width: 512px) {
  .floating a.reg-btn {
    font-size: 24px;
  }
}

@media (min-width: 767px) {
  .reg-btn {
    transform: scale(0.8);
    width: 70%;
  }
}

@media (min-width: 1197px) {
  .refund-time .text-big {
    white-space: nowrap;
  }
}

.deal-title {
  font-size: 20px !important;
  font-weight: bold;
  color: #D5052C;
  display: inline;
}

.brPC,
.pc {
  display: none;
}

.brSP,
.sp {
  display: block;
}

@media (min-width: 767px) {
  .deal-title {
    font-size: 24px !important;
  }

  .brPC,
  .pc {
    display: block;
  }

  .brSP,
  .sp {
    display: none;
  }

  .content-lightpair .title-currency {
    font-size: 28px;
  }
}

.highlight:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 8px;
  width: 100%;
  height: 18px;
  left: 0;
  z-index: -999;
}

.highlight {
  position: relative;
  z-index: 9;
}

.highlight:before {
  background: #FFD9AF;
  bottom: 4px;
}

.target_currency {
  margin: 30px auto 70px;
  max-width: 800px;
}

.target_currency .big-text {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #000000;
  font-weight: bold;
}
.target_currency .big-text span {
  font-size: 30px;
  color: #E40000
}
.target_currency .list-text {
  font-size: 20px;
  line-height: 1.5;
  color: #000000;
  max-width: 300px;
  margin: auto;
  text-align: left;
}

@media (min-width: 520px) {
  .target_currency .big-text .formb {
    display: none
  }
}
.cashback_amount {
  margin: 30px auto;
  max-width: 800px;
}

.cashback_amount .big-text {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #000000;
  font-weight: bold;
}
.cashback_amount .note-text {
  font-size: 20px;
  text-align: left;
}
.cashback-table{
  border-radius: 10px;
  border: solid 5px #AE5B00;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .target_currency .big-text{
    font-size: 16px;
  }
  .target_currency .big-text span{
    font-size: 24px;
  }
  .example-box{
    border: solid 3px #FF8500;
  }
  .cashback-table{
    border: solid 3px #AE5B00;
  }
  .target_currency .list-text{
    font-size: 14px;
  }
  .target_currency .list-text{
    max-width: 200px;
  }
  .target_currency{
    margin: 30px auto 50px;
  }
  .cashback_amount .big-text{
    font-size: 18px;
  }
  .cashback_amount .note-text{
    font-size: 14px;
  }
}