@charset "UTF-8";
:root {
  --main-color: #00A8B5;
  --bg-color: #EBF7FF;
  --btn-color: #E05428;
  --red-text: #D21830;
  --color-link:#005A9D;
}
.main-content{
  background-color: var(--bg-color);
}
h2.title {
  font-size: 24px;
  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;
}
.campaign-note-text{
  font-size: 18px;
  color: var(--red-text);
  width: 60%;
  margin: 30px auto;
  font-weight: bold;
}
.red-text{
  color: var(--red-text);
}
.white-box{
  background: #fff;
  border-radius: 10px;
  padding: 40px 15px;
  text-align: center;
  font-size: 24px;
}
.white-box .tit-open-link{
  font-weight: bold;
  color: #000000;
  font-size: 30px;
  margin: 30px auto;
}
.white-box .open-account-link a{
  color: var(--red-text);
  font-size: 30px;
  font-weight: bold;
  margin: 20px auto;
}
.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{
  display: flex;
  background-color: #fff;
  border-radius: 10px;
  padding: 25px;
  font-size: 18px;
  font-weight: 600;
}
.cashback-example .col1{
  width: 50%;
}
.cashback-example .col2{
  width: 50%;
}
.cashback-example .tit{
  text-align: center;
}
.inner-high-interest{
  background-color: #fff;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 50px;
  font-weight: 600;
}
.inner-high-interest .tit{
  font-size: 28px;
  text-align: center;
}
.inner-high-interest .cont{
    font-size: 20px;
    width: 85%;
    margin: auto;
}
.inner-high-interest ul{
  width: fit-content;
  margin: 30px auto;
}
.inner-high-interest ul + p{
  font-size: 20px;
  text-align: center;
}
.inner-high-interest ul li{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  font-size: 26px;
}
.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: "▶";
  font-family: iconfont;
  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: 23%;
  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;
  font-weight: 600;
}
@media (max-width: 768px) {
  .required-margin .inner {
    padding: 20px 15px;
  }
}
.required-margin .inner picture {
  display: block;
  text-align: center;
}
.required-margin .inner p {
  font-size: 20px;
  font-weight: 700;
  width: 90%;
  margin: 30px auto 0;
}
@media (max-width: 768px) {
  .required-margin .inner p {
    font-size: 16px;
    width: 100%;
    margin: 20px auto 0;
  }
}
.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 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: 16px;
  color: #555555;
  font-weight: bold;
  text-align: justify;
  margin: 30px auto;
  width: fit-content;
}
.refund-time p.p-indent::before {
    content: "※";
    position: absolute;
    left: 0;
}
.campaign-notes{
  background-color: var(--main-color);
  padding: 40px 0px;
}
.campaign-notes h2.title{
  background-color: transparent;
  padding: 10px;
  color: var(--main-color);
}
.campaign-notes .container{
  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: 360px) {
  .reg-btn{
    font-size: 20px !important;
  }
  .reg-btn:after {
    top: 25% !important;
  }
  .inner-high-interest ul li div img {
    max-width: 60px;
  }
}

@media screen and (max-width: 768px) {
  .hidden-sp{
    display: none;
  }
  .reg-btn {
    font-size: 24px;
    width: 100%;
  }
  .reg-btn:after {
    font-size: 18px;
    top: 28%;
  }
  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%;
  }
  .white-box p{
    font-size: 16px;
  }
  .white-box .tit-open-link{
      font-size: 16px;
      margin: 15px auto;
  }
  .white-box .open-account-link a{
    font-size: 18px;
  }
  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;
  }
  .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: 14px;
  }
}
@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;
}