@charset "UTF-8";

:root {
  --main-color: #F25109;
  --bg-color: #FFF0C6;
  --btn-color: #D70206;
  --red-text: #D21830;
  --color-link: #005A9D;
  --fs14:14px;
}
.text-underline,.text-underline:hover {
  text-decoration: underline;
}

.main-content {
  background-color: var(--bg-color);
}

h2.title {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  background-color: var(--main-color);
  padding: 20px;
  color: #fff;
  margin-bottom: 30px;
  margin-top: 30px;
}

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

@media (max-width: 767px) {
  .breadcrumb .breadcrumbswrapper i {
    padding: 0 3px;
  }
}

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

#mainslidewrapper {
  margin-top: 0;
}

.list-currency {
  text-align: center;
  color: #000000;
  font-size: 24px;
  font-weight: bold;
  display: block;
  width: fit-content;
  margin: 0px auto 20px auto;
  text-decoration: underline;
  color: #005A9D;
}

.campaign-note-text {
  font-size: 18px;
  width: 60%;
  margin: 30px auto;
}

.red-text {
  color: var(--red-text);
}

.grey-box {
  background: #EEEEEE;
  border-radius: 10px;
  padding: 40px 15px;
  text-align: center;
  font-size: 24px;
}

.grey-box .tit-open-link {
  font-weight: bold;
  color: #000000;
  font-size: 18px;
  margin: 20px 0px 10px 0px;
}

.grey-box .open-account-link a {
  color: var(--red-text);
  font-size: 24px;
  font-weight: bold;
  margin: 0px auto;
  border: solid 3px var(--red-text);
  padding: 10px;
  background-color: #ffffff;
  border-radius: 100px;
  max-width: 420px;
  display: block;
  position: relative;
}

.grey-box .open-account-link a:after {
  content: "";
  width: 20px;
  height: 23px;
  background-image: url(../../../../../images/campaign/chf_cashback_202602/red-arrow.svg);
  font-size: 23px;
  position: absolute;
  right: 20px;
  -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: 32%;
  color: var(--red-text);
  background-repeat: no-repeat;
  background-size: contain;
}

.inner-details {
  padding-top: 20px;
  padding-bottom: 5%;
}
.pic-campaign-catch{
  margin: auto;
  text-align: center;
  display: block;
  padding: 0px 15px;
}
.pic-campaign-catch img{
  margin: 0px auto !important;
}
.inner-details .table-detail {
  border: solid 5px var(--main-color);
  margin-bottom: 30px;
  border-radius: 10px;
  text-align: center;
}

.inner-details .table-detail table {
  width: 100%;
  background-color: #ffffff;
  padding: 0;
  margin: 0;
}

.inner-details .table-detail table thead tr {
  background-color: var(--main-color);
  color: #fff;
}

.table-detail table tr th,
.table-detail table tr td {
  padding: 10px;
  font-weight: bold;
  font-size: 20px;
}

.table-detail table tbody tr:nth-child(2) {
  background-color: #E4F2F3
}

.cashback-example {
  background-color: #fff;
  border-radius: 10px;
  padding: 24px;
  font-size: 18px;
}

.cashback-example .list {
  margin-bottom: 40px;
}

.cashback-example .description {
  font-size: 20px;
}

.cashback-example .description .highlight {
  font-weight: 600;
  background: linear-gradient(transparent 50%, #FDFF89 0%);
}

.cashback-example .cols {
  display: flex;
}

.cashback-example .cols .col1 {
  width: 50%;
}

.cashback-example .cols .col2 {
  width: 50%;
}
.cashback-example .cols .cont{
  font-size: 20px;
}
.cashback-example .cols .cont span {
  display: block;
  margin-bottom: 10px;
}

.cashback-example .tit {
  text-align: center;
}

.inner-high-interest {
  background-color: #fff;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 50px;
}

.inner-high-interest .tit {
  font-size: 28px;
  text-align: center;
  font-weight: 600;
}

.inner-high-interest .cont {
  font-size: 20px;
  margin: auto;
}

.inner-high-interest .highlight {
  background: linear-gradient(transparent 50%, #FDFF89 0%);
}

.campaign-details ul.currencies {
  width: fit-content;
  margin: 20px auto 40px;
}

.campaign-details .title-currencies {
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  margin-top: 30px;
}

.campaign-details ul.currencies li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: bold;
}

.campaign-details ul.currencies img {
  width: 100px
}

.reg-btn.disable {
  background: initial;
  background-color: #a6a6a6;
  pointer-events: none;
}

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

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

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

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

.reg-btn:after {
  content: "";
  width: 20px;
  height: 23px;
  background-image: url(../../../../../images/campaign/chf_cashback_202602/white-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 23px;
  position: absolute;
  right: 20px;
  -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: 35%;
  color: #ffffff;
}

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

/* **********required-margin********* */
.required-margin .inner {
  background-color: #fff;
  padding: 50px 30px;
  border-radius: 10px;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .cashback-example .list{
    font-size: 14px !important;
  }
  .required-margin .inner {
    padding: 20px 15px;
  }
  .cashback-example .description{
    font-size: 16px;
    text-align: left;
  }
  .required-margin .inner p {
    font-size: 16px;
    width: 100%;
    margin: 20px auto 0;
  }
  .cashback-example .cols {
    display: block;
  }
  
  .campaign-details .title-currencies{
    font-size: 18px;
  }
  .campaign-details ul.currencies li{
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
  }
  
  .campaign-details ul.currencies li div.pic{
    width: fit-content !important;
    margin-bottom: 0px !important;
  }
  .campaign-details ul.currencies img {
    margin: 0px !important;
  }
  .required-margin .inner p{
    font-size: 16px !important;
  }
}

.required-margin .inner picture {
  display: block;
  text-align: center;
}

.required-margin .inner p {
  font-size: 20px;
  margin: 30px auto 0;
}
.cashback-example .list{
  font-size: 18px;
  margin: 20px 0px;
}

.cashback-example .list li{
  padding-left: 20px;
  text-indent: -20px;
  margin-bottom: 0px;
}
.cashback-example .list li.custom-fs{
  font-size: var(--fs14);
}
.cashback-example .list li a{
  text-decoration: underline;
}
.visually-hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* ********************************** */
.campaign-period p {
  background: #fff;
  border-radius: 10px;
  padding: 40px 15px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}

.campaign-period p .small-text {
  font-size: 28px;
  display: block;
  margin: 20px auto 0px auto;
}

.refund-time {
  text-align: center;
  margin-top: 30px;
}

.refund-time .inner-refund-time {
  background: #fff;
  border-radius: 10px;
  padding: 40px 15px;
  margin-bottom: 20px;
}

.refund-time p.big-text {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  text-align: center;
  width: fit-content;
  margin: auto;
}

.refund-time p.p-indent {
  padding-left: 22px;
  text-indent: 0px;
  position: relative;
  font-size: 18px;
  text-align: justify;
  margin: 30px auto 0px auto;
  width: fit-content;
}

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

.campaign-notes {
  background-color: #EEEEEE;
  padding: 40px 0px;
}

.campaign-notes h2.title {
  background-color: transparent;
  padding: 10px;
  color: #333333;
}

.campaign-notes .inner-campaign-notes {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}

.campaign-notes h2.title {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* @media (min-width: 1199px) {
  ul#breadcrumb_minfx {
    font-size: 12px;
  }
} */
@media (max-width: 991px) {
  #mainslidewrapper.no-margin {
    margin-top: 0;
  }

  #breadcrumb {
    margin-top: 64px;
  }
}

#mainslidewrapper img {
  margin: 0 auto !important;
}

p.p-indent,
p.p-indent-red {
  padding-left: 20px;
  text-indent: -20px;
  margin-bottom: 0px;
}
@media screen and (max-width: 520px) {
  .reg-btn {
    font-size: 20px !important;
  }
  .grey-box .open-account-link a:after{
    top: 28% !important;
    height: 20px;
    right: 10px;
  }
  .reg-btn:after {
    top: 34% !important;
    height: 20px;
    right: 10px;
  }

  .inner-high-interest ul li div img {
    max-width: 60px;
  }
}

@media screen and (max-width: 360px) {
  .campaign-details ul.currencies {
    width: auto;
    margin: 20px auto 30px;
  }
}

@media screen and (max-width: 768px) {
  .cashback-example .cols .cont{
    font-size: 16px;
  }
  .hidden-sp {
    display: none;
  }

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

  .reg-btn:after {
    top: 33%;
  }

  p.p-indent,
  p.p-indent-red {
    font-size: 15px !important;
  }

  .campaign-notes h2.title {
    font-size: 20px;
    line-height: normal;
    margin-top: 0px;
  }

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

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

  .text-center-sp {
    text-align: center;
  }

  .campaign-note-text {
    width: 100%;
  }

  .grey-box p {
    font-size: 16px;
    text-align: left;
  }

  .grey-box .tit-open-link {
    font-size: 16px;
    margin: 15px auto;
    text-align: center;
  }

  .grey-box .open-account-link a {
    font-size: 18px;
    text-align: center;
  }
  .grey-box .open-account-link a:after{
    top: 27%;
  }

  h2.title {
    font-size: 20px;
    padding: 20px 10px;
  }

  .inner-details {
    padding-top: 1% !important;
  }

  .campaign-notes {
    padding: 20px 10px;
  }

  .table-detail table tr th,
  .table-detail table tr td {
    padding: 5px;
    font-weight: bold;
    font-size: 12px;
  }

  .cashback-example {
    flex-direction: column;
    font-size: 16px;
    padding: 15px;
  }

  .cashback-example div {
    width: 100% !important;
    margin-bottom: 25px;
  }

  .cashback-example div:last-child {
    margin-bottom: 0px;
  }

  .high-interest {
    padding-top: 20% !important;
    background-size: 100% !important;
    margin-top: 20px;
  }

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

  .inner-high-interest {
    padding: 12px;
  }

  .inner-high-interest .tit {
    font-size: 20px;
  }

  .inner-high-interest .cont {
    font-size: 16px;
    width: 100%;
    margin: auto;
  }

  .inner-high-interest ul li {
    gap: 5px;
    margin-bottom: 10px;
  }

  .inner-high-interest ul li div img {
    max-width: 70px;
    margin: 0px !important;
  }

  .inner-high-interest ul+p {
    font-size: 16px;
  }

  .campaign-period p {
    font-size: 24px;
    letter-spacing: normal;
  }

  .campaign-period p .small-text {
    font-size: 16px;
  }

  .refund-time p.big-text {
    font-size: 18px;
  }

  .refund-time p.big-text br {
    display: none;
  }

  .refund-time p.p-indent {
    text-indent: unset;
    font-size: 14px !important;
  }
}

@media screen and (max-width: 334px) {
  .campaign-period p {
    font-size: 22px;
    letter-spacing: normal;
  }
}

@media screen and (max-width: 520px) {

  .inner-high-interest ul li div img {
    max-width: 63px;
  }

  .inner-high-interest ul li {
    font-size: 18px !important;
    letter-spacing: normal;
  }

  #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;
  }

  .list-currency {
    font-size: 16px;
    letter-spacing: normal;
  }
}

@media screen and (max-width: 326px) {
  .inner-high-interest ul li {
    font-size: 13px !important;
    letter-spacing: normal;
  }
}

@media screen and (min-width: 327px) and (max-width: 340px) {
  .inner-high-interest ul li {
    font-size: 14px !important;
  }
}

@media screen and (min-width: 341px) and (max-width: 370px) {
  .inner-high-interest ul li {
    font-size: 16px !important;
    letter-spacing: normal;
  }
}

@media screen and (min-width: 371px) and (max-width: 385px) {
  .inner-high-interest ul li {
    font-size: 17px !important;
    letter-spacing: normal;
  }
}

@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: 400px) {
  .inner-high-interest ul {
    width: auto;
  }
}

.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;
}

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

.list-attention li {
  margin-bottom: 3px;
  position: relative;
  padding-left: 18px;
}

.list-attention li::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #000;
  position: absolute;
  border-radius: 100%;
  left: 5px;
  top: 9px;
}