@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: 16px;
    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 .visualMain img {
  max-width: 600px;
}
#visualArea .period img {
  max-width: 870px;
  width: 100%;
}
#visualArea .period {
  background-color: #104493;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #visualArea .visualMain .mvImg img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {

  #visualArea .visualMain {
    margin: 0 auto;
    background-image: url(/campaign/gaikaex/fxcashback_202605/common_fx/images/pc_bg.webp);
    background-size: cover;
    aspect-ratio: inherit;
    width: 100%;
    background-position: center;
  }
  #visualArea .period {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 82px;
  }
}


/*---------------------------------------------
  PC_エントリーボタン
---------------------------------------------*/
.kouzaBtnArea  {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
}
[class*="kouzaBtnType"] {
  color: #ffffff;
  background-color: #EA2B2B;
  border-radius: 5px;
  box-shadow: 0 4px 0 #B61A1A;
  transition: all 0.1s ease-in-out 0s;
  font-weight: bold;
  height: 80px;
  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: 32px;
  height: 32px;
  background: url(/campaign/gaikaex/fxcashback_202605/common_fx/images/icon_arrow2.svg) 0 0 / 100% auto no-repeat ;
}
.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;
  }
  [class*="kouzaBtnType"] .txt {
    font-size: 22px;
    margin-right: 0;
  }
  .kouzaBtnArea  {
    max-width: auto;
    padding: 0 16px;
  }
  .kouzaBtnArea .textLink {
    font-size: 16px;
  }
  .kouzaBtnType02::after{
    right: 10px;
    width: 28px;
    height: 28px;
  }
  .kouzaBtnArea .kouzaTxt{
    font-size: 16px;
    margin: 0 auto 8px;
  }
  .kouzaBtnArea .kouzaTxt img {
    width: 328px;
  }
}

/*---------------------------------------------
	共通デザイン
---------------------------------------------*/
.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: 29px 0;
  background-color: #FFEF00;
  border-radius: 8px;
}
.weeklyArea .weeklyInner {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.weeklyArea .weeklyInner .weeklyText {
  margin: 10px auto 0;
}

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

/*---------------------------------------------
	当選までの流れエリア
---------------------------------------------*/
.stepArea {
  margin: 112px auto 0;
  max-width: 940px;
  width: 100%;
}
.stepInner {
  box-sizing: border-box;
  background-color: #D5EDFF;
  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: #FFFBE9;
  border-radius: 0 0 8px 8px;
  margin: 0 auto;
  padding: 32px 0;
}
.stepInnerBottom h3 {
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .stepArea {
    margin: 56px auto 0;
  }
  .stepInner {
    padding: 32px 16px;
    border-radius: 0;
  }
  .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_202605/common_fx/images/icon_arrow1.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;
}
@media screen and (max-width: 767px) {
  .infoArea {
    margin-top: 80px;
    margin-bottom: 56px;
  }
}

/*---------------------------------------------
	ご注意
---------------------------------------------*/
.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;
  }
}