@charset "utf-8";
/* LP common syle
 ========================================================================================================================================= */
/*---------------------------------------------
   テキストリンク
---------------------------------------------*/
#cp .contentsLinkList p {
  margin-top: 0 !important;
  text-align: left !important;
}
#cp .linkColor {
  font-weight: bold !important;
  text-decoration: underline !important;
  color: #3f6974 !important;
}

/*---------------------------------------------
   common
---------------------------------------------*/
figure {
  margin: 0;
}
#cp #contents .spOnly {display: none!important;}
#cp #contents .pcOnly {display: block!important;}
/* #cp #contents .pcOnlyFlex  {display: flex!important;} */
@media screen and (max-width: 767px) {
  #cp #contents .pcOnly {display: none!important;}
  #cp #contents .spOnly {display: block!important;}
  /* #cp #contents .spOnlyFlex {display: flex!important;} */
}

/* font */
#cp .fs11 { font-size: 11px; }
#cp .fs13 { font-size: 13px; }
#cp .fs15 { font-size: 15px; }
#cp .fs18 { font-size: 18px; }
#cp .fs20 { font-size: 20px; }
#cp .fs34 { font-size: 34px; line-height: 1.35em;}
#cp .fsp01 { font-size: 150%; }
#cp .fsp02 { font-size: 130%; }

#cp .fc01 { color: #005bac; }
#cp .fc02 { color: #dc1c26; }
#cp .fc03 { color: #fff; }
#cp .fc04 { color: #ffba00; }
#cp .fc05 { color: #ff8100; }

#cp .fw0b { font-weight: bold; }
#cp .fw100 { font-weight: 100; }
#cp .fw300 { font-weight: 300; }
#cp .fw900 { font-weight: 900; }
#cp .fwn { font-weight: normal; }

#cp .bc01 { background-color: #005bac; }
#cp .bc02 { background-color: #808080; }
#cp .bc03 { background-color: #ffba00; }
#cp .bc04 { background-color: #ff8100; }
#cp .bc05 { background-color: #dcebf8; }
#cp .bc06 { background-color: #fff8db; }
#cp .bc07 { background-color: #fff6ec; }

#cp .mt24 { margin-top:24px; }



/* ==========================ページ固有  ======================================*/

.containerInner {
  margin-top: 64px;
  padding-bottom: 100px;
}
.containerInner * {
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .containerInner {
    margin-top: 24px;
    padding-bottom: 0;
  }
  .containerInner section[class*="Area"] {
    padding: 0 16px;
  }
  .containerInner section.stepArea {
    padding: 0;
  }
}

#cp .lp_cnt {
  max-width: 972px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding: 0 16px;
}
@media screen and (max-width: 767px) {
  #cp .lp_cnt {
    padding: 0 16px;
  }
}

#visualArea{
  text-align: center;
}
#visualArea .period img {
  width: 100%;
}
#visualArea .period {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #visualArea .visualMain .mvImg img {
    width: 100%;
  }
  #visualArea .period {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #visualArea {
    position: relative;
  }
  #visualArea .visualMain {
    margin: 0 auto;
    background-image: url(/campaign/gaikaex/fxcashback_202608/common_fx/images/pc_bg.webp);
    background-size: cover;
    aspect-ratio: inherit;
    width: 100%;
    background-position: center;
    height: 540px;
  }
  #visualArea .visualMain .mvImg img {
    width: 680px;
    height: auto;
  }
  #visualArea .period {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 1400px;
    height: 104px;
    margin: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  #visualArea .visualMain {
    height: 38.57142857142858vw;
  }
  #visualArea .visualMain .mvImg img {
    width: 48.57142857142857vw;
  }
  #visualArea .period,
  #visualArea .period img {
    width: 100vw;
    height: 7.428571428571429vw;
  }
}


/*---------------------------------------------
  PC_エントリーボタン
---------------------------------------------*/
.kouzaBtnArea  {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
}
[class*="kouzaBtnType"] {
  color: #ffffff;
  background-color: #CD1818;
  border-radius: 8px;
  box-shadow: 0 6px 0 #B61A1A;
  transition: all 0.1s ease-in-out 0s;
  font-weight: bold;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
[class*="kouzaBtnType"]:hover {
  box-shadow: 0 0 0 #A80D15;
  opacity: 1!important;
  -webkit-transform: translate3d(0, 6px, 0);
  -ms-transform: translate3d(0, 6px, 0);
  transform: translate3d(0, 6px, 0);
}
[class*="kouzaBtnType"] .txt {
  font-size: 28px;
}
.kouzaBtnType02 {
  background-color: #fff;
  border: 1px solid #404040;
  box-shadow: 0 4px 0 #404040;
}
.kouzaBtnType02 .txt{
  color:#404040;
}
.kouzaBtnType02::after{
  content: "";
  display: block;
  position: absolute;
  right: 28px;
  width: 48px;
  height: 48px;
  background: url(/campaign/gaikaex/fxcashback_202608/common_fx/images/icon_arrow2.svg) 0 0 / 100% auto no-repeat ;
}
.kouzaBtnArea a[class*="kouzaBtnType"] + a[class*="kouzaBtnType"] {
  margin-top: 24px;
}
.kouzaBtnArea .kouzaTxt{
  font-size: 22px;
  font-weight: bold;
  margin: 0 auto 8px;
  line-height: 1.75;
}
.kouzaBtnArea p.kouzaTxt:nth-of-type(n + 2) {
  margin: 24px auto 8px;
}


/*---------------------------------------------
  SP_エントリーボタン
---------------------------------------------*/
@media screen and (max-width: 767px) {
  [class*="kouzaBtnType"] {
    height: 60px;
    box-shadow: 0 4px 0 #B61A1A;
  }
  .kouzaBtnType02 {
    box-shadow: 0 4px 0 #404040;
  }
  .kouzaBtnType02::after{
    right: 28px;
    width: 28px;
    height: 28px;
  }
  [class*="kouzaBtnType"] .txt {
    font-size: 22px;
    margin-right: 0;
  }
  .kouzaBtnArea  {
    max-width: auto;
    padding: 0 24px;
  }
  .kouzaBtnArea .textLink {
    font-size: 16px;
  }
  .kouzaBtnType02 .txt{
    text-indent: -25px;
  }
  .kouzaBtnType02::after{
    right: 10px;
    width: 28px;
    height: 28px;
  }
  .kouzaBtnArea .kouzaTxt{
    font-size: 16px;
  }
  .kouzaBtnArea .kouzaTxt img {
    width: 328px;
  }
  .kouzaBtnArea a[class*="kouzaBtnType"] + a[class*="kouzaBtnType"] {
    margin-top: 24px;
  }
}

/*---------------------------------------------
	共通デザイン
---------------------------------------------*/
.ttl_02 {
  display: inline-block;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 32px;
  color: #171740;
}
.ttl_02::after {
  content: '';
  background: #171740;
  width: 100%;
  height: 3px;
  display: block;
  margin: 10px auto 0 auto;
}

@media screen and (max-width: 767px) {
  .ttl_02 {
    font-size: 26px;
  }
}

/*---------------------------------------------
  週別おすすめ銘柄
---------------------------------------------*/
.weeklyArea {
  max-width: 900px;
  margin: 64px auto 32px;
  padding: 24px 0;
  background-color: #131328;
  background-image: url(/campaign/gaikaex/fxcashback_202608/common_fx/images/bg_black.svg);
  background-repeat: repeat;
  background-size: 128px 128px;
  border-radius: 8px;
}
.weeklyArea .weeklyInner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.weeklyArea .weeklyInner .weeklyText {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .weeklyArea {
    margin: 40px auto 24px;
    padding: 24px 16px;
    border-radius: 0;
  }
  .weeklyArea .weeklyInner {
    gap: 24px;
  }
  .weeklyArea .weeklyInner .weeklyText {
    max-width: 344px;
    margin: 0 auto;
  }
}

/*---------------------------------------------
	当選までの流れエリア
---------------------------------------------*/
.stepArea {
  margin: 64px auto 0;
  max-width: 940px;
  width: 100%;
}
.stepInner {
  box-sizing: border-box;
  background-color: #FFECB2;
  background-image: url(/campaign/gaikaex/fxcashback_202608/common_fx/images/bg_yellow.svg);
  background-repeat: repeat;
  background-size: 128px 128px;
  border-radius: 8px 8px 0 0;
  margin: 0 auto;
  padding: 32px 0;
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  row-gap: 24px;
}
.stepInnerBottom {
  background-color: #131328;
  background-image: url(/campaign/gaikaex/fxcashback_202608/common_fx/images/bg_black.svg);
  background-repeat: repeat;
  background-size: 128px 128px;
  border-radius: 0 0 8px 8px;
  margin: 0 auto;
  padding: 32px 0;
}
.stepInnerBottom h3 {
  margin-bottom: 24px;
}
.stepInner > .imgStep3 {
  align-self: center;
}
.stepInner .imgStep4 {
  display: block;
}

@media screen and (max-width: 767px) {
  .stepArea {
    margin: 56px auto 0;
  }
  .stepInner {
    padding: 32px 16px;
    border-radius: 0;
  }
  .stepInner > .imgStep3 {
    width: 120px;
    height: auto;
  }
  .stepInner .imgStep4 {
    width: calc(100% + 32px);
    max-width: none;
    margin-left: -16px;
    margin-right: -16px;
  }
  .stepInner .imgStep4 img {
    width: 100%;
    height: auto;
  }
  .stepInnerBottom {
    padding: 32px 16px;
    border-radius: 0;
  }
  .stepInnerBottom h3 {
    margin-bottom: 16px;
  }
  .stepInner > p.spOnly:last-of-type {
    position: relative;
    margin-top: 25px;
  }
  .stepInner > p.spOnly:last-of-type::before {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    content: "";
    background: url(/campaign/gaikaex/fxcashback_202608/common_fx/images/icon_arrow.svg) 0 0 / 100% auto no-repeat;
    top: -33px;
    width: 32px;
    height: 17px;
  }

}

/*---------------------------------------------
	キャンペーン詳細
---------------------------------------------*/
.infoArea {
  margin-top: 112px;
  margin-bottom: 96px;
}
.infoArea a{
  text-decoration: underline;
}
.infoArea > dl *{
  text-align: left;
  font-weight: normal;
}
.infoArea > dl + dl {
  padding-top: 22px;
}
.infoArea > dl > dt{
  margin-bottom: 3px;
  font-weight: bold;
  font-size: 20px;
}
.infoArea > dl > dd{
  font-size: 16px;
  line-height: 1.75;
}
.infoArea .detailTtl{
  display: block;
  margin-top: 6px;
  font-size: 16px;
}
.infoArea dd + dd .detailTtl{
  margin-top: 24px;
}
.infoArea .list > * {
  list-style: disc;
  line-height: 1.75;
  margin-left: 1.7em;
}

.infoArea .listNote li {
  color: #404040;
  font-size: 14px;
  line-height: 1.75;
  margin-left: 14px;
}
.infoArea .listNote li::before {
  content: "※";
  display: inline-block;
  text-indent: -14px;
}
.infoArea .infoExample {
  width: 940px;
  margin-top: 16px;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 16px;
  line-height: 1.5;
}
.infoArea .infoExample col:first-child {
  width: auto;
}
.infoArea .infoExample col:last-child {
  width: 260px;
}
.infoArea .infoExample th,
.infoArea .infoExample td {
  padding: 14px 8px;
  box-sizing: border-box;
  border-bottom: 1px solid #d9d9d9;
  vertical-align: middle;
  word-break: break-all;
}
.infoArea .infoExample thead th {
  background: #f3f3f3;
  font-weight: normal;
  text-align: center;
}
.infoArea .infoExample thead th:first-child {
  text-align: left;
  padding-left: 32px;
}
.infoArea .infoExample td:first-child {
  text-align: left;
  padding-left: 32px;
}
.infoArea .infoExample .isValid,
.infoArea .infoExample .isInvalid {
  position: relative;
  display: block;
  word-break: break-all;
  overflow-wrap: anywhere;
  box-sizing: border-box;
  padding-left: 24px;
  text-align: left;
}
.infoArea .infoExample .isValid::before,
.infoArea .infoExample .isInvalid::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 16px;
  height: 16px;
  background: url(/campaign/gaikaex/fxcashback_202608/common_fx/images/icon_valid.svg) no-repeat center / contain;
}
.infoArea .infoExample .isInvalid::before {
  background-image: url(/campaign/gaikaex/fxcashback_202608/common_fx/images/icon_invalid.svg);
}
.infoArea .infoExample th:last-child,
.infoArea .infoExample td:last-child {
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  width: 260px;
}
@media screen and (max-width: 767px) {
  .infoArea {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .infoArea .infoExample {
    width: 100%;
    font-size: 14px;
  }
  .infoArea .infoExample col:last-child {
    width: 104px;
  }
  .infoArea .infoExample thead th:first-child {
    padding-left: 28px;
  }
  .infoArea .infoExample td:first-child {
    padding: 12px 8px;
  }
  .infoArea .infoExample .isValid,
  .infoArea .infoExample .isInvalid {
    padding-left: 20px;
  }
  .infoArea .infoExample .isValid::before,
  .infoArea .infoExample .isInvalid::before {
    top: 0.15em;
    width: 14px;
    height: 14px;
  }
  .infoArea .infoExample th:last-child,
  .infoArea .infoExample td:last-child {
    width: 104px;
  }
}

/*---------------------------------------------
	ご注意
---------------------------------------------*/
.cautionArea .ttl{
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 16px;
}
.cautionArea{
  margin-top: 96px;
}
@media screen and (max-width: 767px) {
  .cautionArea{
    margin-top: 56px;
  }
  .cautionArea .ttl{
    font-size:20px;
  }
}