@charset "utf-8";
/* Index
++++++++++++++++++++++++++++++++++++++++
- Foundation
- Layout
- utility
- Styles
  - header
  - main visual
  - navigation
  - section
    - common
    - intro
      - No1
      - Voice
    - content
      - common
      - Kabu
      - FX
      - CFD
  - footer

++++++++++++++++++++++++++++++++++++++++ */


/* Foundation
++++++++++++++++++++++++++++++++++++++++ */

/* reset */
html,
body, article, section, nav, aside, header, footer, address, h1, h2, h3, h4, h5, h6,
p, pre, blockquote, ol, ul, li, dl, dt, dd, figure, figcaption, div, main,
a, em, strong, small, s, cite, q, dfn, abbr, time, code, var, samp, kbd, sub, sup, i, b, u, mark, span,
ins, del,
img, iframe, embed, object, video, audio,
table, caption, tbody, thead, tfoot, tr, td, th,
form, label, output, fieldset, legend,
details, summary,
canvas {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  text-align: inherit;
  vertical-align: baseline;
}

*::before,
*::after {
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: '';
  content: none;
}

table {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}

/* initialize */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-size: 62.5%;
}

body {
  font-family: 'Subset-NotoSansJP', sans-serif;
	font-size: 1.8em;
	text-align: left;
	line-height: 1.5;
  color: #333;
}

@media (max-width: 767px) {
	body {
		font-size: 1.4em;
	}
}

th, td {
  vertical-align: middle;
}

a {
  color: #333;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

a:hover {
  opacity: 0.7;
}

b {
	font-weight: bold;
}

img {
	line-height: 1;
	vertical-align: bottom;
}
@media (max-width: 767px) {
  img {
    width: 100%;
  }
}

/* beacon出力のimg要素 レイアウト干渉避け */
body > img[height="1"][width="1"] {
	position: absolute;
	bottom: 0;
	width: 1px;
	height: 1px;
}

/* Layout
++++++++++++++++++++++++++++++++++++++++ */

/* display control */
.l-disp-none-sp {
  display: block;
}
.l-disp-none-pc {
display: none;
}
@media screen and (max-width: 767px) {
  .l-disp-none-pc {
    display: block;
  }
  .l-disp-none-sp {
    display: none;
  }
}

/* wrap */
.wrap-default{
  display: block;
  width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .wrap-default{
    display: block;
    width: auto;
    max-width: 600px;
    margin: 0 10px;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .wrap-default{
    margin: 0 auto;
  }
}

.l-content-wrap {
  display: grid;
}


/* flex */
.l-flex{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: stretch;
}
.l-flex .col-bottom{
  align-self: flex-end;
}
.l-flex-between{
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .l-flex .col-bottom{
    width: 330px;
  }
  .l-flex .col-bottom img {
    width: 100%;
  }
}

/* utility
++++++++++++++++++++++++++++++++++++++++ */

/* iPhoneX safe area offset */
.u-safeareainset-btm {
  display: block;
  padding-bottom: env(safe-area-inset-bottom);
  visibility: hidden;
}

/* clearfix */
.clearfix:after {
  clear: both;
  display: block;
  content: '';
}

/* color */
.home-color{
  color: #005bac !important;
}
.key-color-01{
  color: #e90012 !important;
}
.key-bgcolor-01{
  background-color: #fff !important;
}
.key-bgcolor-02{
  background-color: #f0f0f0 !important;
}
.key-bgcolor-03{
  background-color: #132d61 !important;
}
.key-bgcolor-04{
  background-color: #e90012 !important;
}

/* font */
.sec-fx-mode-note,
.sec-ttl-radius{
  font-family: 'Hiragino Kaku Gothic W3 JIS2004', sans-serif;
}

/* list */
.list-note > li{
  font-size: 1.4rem;
  padding-left: 0.75em;
  text-indent: -0.75em;
}
.list-note > li:before{
  content: "※";
}
@media screen and (max-width: 767px) {
  .list-note > li{
    font-size: 1.2rem;
  }
}

/* order */
.u-od_n1 {
  order: -1 !important;
}

/**/
.u-lts_4 {
	letter-spacing: 4px !important;
}
.h-txt_narrow,
.h-txt_condense {
  --narrow-size-ratio: calc(var(--narrow-size-after) / var(--narrow-size-before));
  --narrow-size-restore: calc(var(--narrow-size-before) / var(--narrow-size-after));
  display: inline-block;
  font-size: calc(var(--narrow-size-after)/var(--narrow-size-before)*1em);
  transform: scale(1, var(--narrow-size-restore));
  -webkit-text-stroke: calc(var(--narrow-size-restore)*.05px);
}
@media (min-width: 768px) {
  .h-txt_narrow, .h-txt_narrow-pc {
    --narrow-size-before: 16;
    --narrow-size-after: 15;
  }
  .h-txt_condense, .h-txt_condense-pc {
    --narrow-size-before: 16;
    --narrow-size-after: 14;
  }
}

@media (max-width: 767.98px) {
  .h-txt_condense, .h-txt_condense-sp {
    --narrow-size-before: 14;
    --narrow-size-after: 12;
  }
  .h-txt_condense, .h-txt_condense-sp {
    --narrow-size-before: 14;
    --narrow-size-after: 12;
  }
}

/* Styles
++++++++++++++++++++++++++++++++++++++++ */

/* button - kouza */
header .btn-kouza{
  position: fixed;
  top: 90px;
  right: 0;
  z-index: 10;
}
header .btn-kouza a{
  display: block;
}
header .btn-kouza a img{
  width: auto;
  height: auto;
}
main .btn-kouza a{
  display: block;
  width: 904px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  header .btn-kouza{
    position: absolute;
    top: 10px;
    right: 10px;
  }
  header .btn-kouza a img{
    width: auto;
    height: 24px;
  }
  main .btn-kouza a{
    display: block;
    width: calc( 100% - 16px );
    max-width: 604px;
    margin: 0 8px;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  main .btn-kouza a{
    margin: 0 auto;
  }
}


/* header */
header{
  position: relative;
  z-index: 99;
  width: 960px;
  margin: 0 auto;
  padding: 20px 0;
}
.header-logo{
  line-height: 20px;
}
.header-logo a{
  display: block;
}
.header-logo a img{
  width: auto;
  height: 20px;
}
.header-txt{
  font-size: 1.3rem;
  line-height: 20px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  header{
    position: fixed;
    width: 100%;
    height: 44px;
    margin: 0 auto;
    padding: 10px 10px;
  }
  .header-logo{
    line-height: 24px;
  }
  .header-logo a img{
    width: auto;
    height: 12px;
    vertical-align: middle;
  }
}

/* main visual */
.mv{
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
  background-image: url(/corp/lp/no1/images/mv-bg-pc.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.mv-ttl{
  position: relative;
  z-index: 3;
  width: 900px;
  margin: 0 auto;
  padding: 16px 0;
}
.mv-txt{
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  padding: 10px 0;
  background-color: rgba(219,0,17,0.8);
}
.mv-logo-nps{
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 160px;
  text-align: center;
  background-image: url(/corp/lp/no1/images/mv-bg-top-pc.png);
  background-repeat: repeat-x;
}
.mv-logo-nps img{
  width: 256px;
  height: auto;
}
.mv-list-note{
  margin: 20px 0 40px;
}
@media screen and (max-width: 767px) {
  .mv{
    margin-bottom: 10px;
    padding-top: 44px;
    background-image: url(/corp/lp/no1/images/mv-bg-sp.jpg);
  }
  .mv-ttl{
    display: block;
    width: auto;
    margin: 0 20px;
    padding: 4% 0 8.8%;
  }
  .mv-txt{
    bottom: 0;
    left: auto;
    padding: 2% 0;
  }
  .mv-logo-nps{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    padding-top: calc( 44px + 45% );
    text-align: left;
    background-image: url(/corp/lp/no1/images/mv-bg-top-sp.png);
    background-repeat: repeat-x;
    background-size: auto 21px;
    background-position: left 44px;
  }
  .mv-logo-nps img{
    margin-left: 9%;
    width: 34%;
    height: auto;
  }
  .mv-list-note{
    margin: 10px 0 20px;
  }
}

/* main visual tieup */
.mv-tieup > h1 {
  min-width: 1200px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center, top center;
  background-size: cover , 100% 100%;
  background-image: url(/corp/lp/no1/images/tieup/mv-bg-pc.png),
                    linear-gradient( 0deg, rgb(244,249,255) 0%, rgb(254,244,248) 100%);
  text-align: center;
}

.mv-tieup.mv-island_tie  > h1 {
  background-color: #020521;
  background-image: none;
}
.mv-tieup > .trade {
  min-width: 1200px;
  margin: 0 auto;
  background-color: #2bb0f5;
  text-align: center;
}

.mv-tieup.mv-island_tie > .trade {
  margin: 0 auto 20px;
  background-color: #f1f1f1;
  padding: 10px 0;
}
.mv-tieup > .note {
  max-width: 900px;
  margin: 4px auto 24px;
  font-size: 1.4rem;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .mv-tieup.mv-island_tie > h1 > img {
    width: 1120px;
    padding: 20px 0 0;
  }

}
@media screen and (max-width: 767px) {
  .mv-tieup {
    padding-top: 44px;
  }
  .mv-tieup > h1 {
    min-width: 320px;
  }
  .mv-tieup > .trade {
    min-width: 320px;
  }
  .mv-tieup > .note {
    margin: 4px 10px 10px;
    font-size: 1.2rem;
    text-align-last: left;
  }
}

/* tieup */
.tieup-bnr {
  display: flex;
  justify-content: space-between;
  max-width: 900px;
  margin: 40px auto;
}
.tieup-bnr > a {
  display: block;
  width: 430px;
}

@media screen and (max-width: 767px) {
  .tieup-bnr {
    display: block;
    margin: 0 10px 15px;
  }
  .tieup-bnr > a {
    width: auto;
    margin: 15px auto 0;
  }
}

/* tradeIsland */
.trade-bnr {
  max-width: 900px;
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  .trade-bnr {
    display: block;
    margin: 15px 10px 15px;
  }
}

/* navigation - local */
.local-nav {
  margin-top: 60px;
  margin-bottom: 60px;
}
.nav-list-local{
  overflow: hidden;
}
.nav-list-local > li{
  width: 286px;
  height: auto;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
}
.nav-list-local > li a{
  display: block;
  height: 114px;
  margin-top: 0;
  text-indent: -9999px;
  cursor: pointer;
}
.nav-list-local > li.nav-list-local-kabu{
  background-image: url(/corp/lp/no1/images/btn-nav-local-01-pc.svg);
}
.nav-list-local > li.nav-list-local-kabu:hover{
  background-image: url(/corp/lp/no1/images/btn-nav-local-01-pc-hover.svg);
}
.nav-list-local > li.nav-list-local-fx{
  background-image: url(/corp/lp/no1/images/btn-nav-local-02-pc.png);
}
.nav-list-local > li.nav-list-local-fx:hover{
  background-image: url(/corp/lp/no1/images/btn-nav-local-02-pc-hover.png);
}
.nav-list-local > li.nav-list-local-cfd{
  background-image: url(/corp/lp/no1/images/btn-nav-local-03-pc.png);
}
.nav-list-local > li.nav-list-local-cfd:hover{
  background-image: url(/corp/lp/no1/images/btn-nav-local-03-pc-hover.png);
}
.nav-lead{
  width: 39em;
  margin: 40px auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .local-nav {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .nav-list-local > li{
    width: 32%;
    height: auto;
  }
  .nav-list-local > li.nav-list-local-cfd:hover,
  .nav-list-local > li.nav-list-local-cfd,
  .nav-list-local > li.nav-list-local-fx:hover,
  .nav-list-local > li.nav-list-local-fx,
  .nav-list-local > li.nav-list-local-kabu:hover,
  .nav-list-local > li.nav-list-local-kabu{
    background-image: none;
  }
  .nav-list-local > li a{
    height: auto;
    margin-top: -20px;
  }
  .nav-lead{
    width: auto;
    margin: 20px 10px 0;
    text-align: left;
  }
}

/* section - common */
section h2{
  text-align: center;
}
section h3{
  font-size: 3.2rem;
  padding: 16px 0;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #132d61;
  border-style: solid none;
  border-width: 2px;
}
@media screen and (max-width: 767px) {
  section h3{
    font-size: 1.6rem;
    padding: 8px 0;
  }
}

/* section - intro No1 */
.sec-no1{
  margin-top: 60px;
  padding: 60px 0;
  background-image: url(/corp/lp/no1/images/bg-sec-no1.png);
  background-color: #f2f2f2;
}
.sec-no1-inner{
  padding: 48px 0;
  background-color: #fff;
  box-shadow:
    0px 0px 0px 2px rgba(208,208,208,1) inset,
    0px 0px 0px 6px rgba(255,255,255,1) inset,
    0px 0px 0px 8px rgba(208,208,208,1) inset;
}
.sec-no1-inner h2{
  width: 100%;
  margin: 0 auto;
}
.sec-no1-content{
  width: 680px;
  margin: 40px auto 48px;
}
.sec-no1-logo-nps{
  text-align: center;
}
.sec-no1-logo-nps img{
  width: 246px;
}
.sec-no1-lead{
  width: 388px;
  margin: auto;
  font-size: 2.4rem;
  font-weight: bold;
}
.sec-no1-lead strong{
  display: inline-block;
  font-weight: bold;
  color: #e80012;
}
.sec-no1-list{
  width: 780px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec-no1{
    margin-top: 20px;
    padding: 20px 0;
  }
  .sec-no1-inner{
    padding: 24px 0;
  }
  .sec-no1-inner h2{
    width: 66%;
  }
  .sec-no1-content{
    display: block !important;
    width: auto;
    margin: 14px auto 28px;
  }
  .sec-no1-logo-nps img{
    width: 58%;
  }
  .sec-no1-lead{
    width: 16em;
    font-size: 1.4rem;
    margin: 20px auto 0;
  }
  .sec-no1-list{
    width: auto;
    margin: 0 14px;
  }
}

/* section - intro Voice */
.sec-voice{
  padding: 30px 0;
  background-color: #132d61;
}
.sec-voice h2{
  width: auto;
  margin:0 auto;
}
.sec-voice-lead{
  font-size: 2.0rem;
  margin-top: 40px;
}
.sec-voice-lead strong{
  border-bottom: solid 1px;
}
.sec-voice-list{
  margin: 36px 0 20px;
  padding: 14px 40px 40px;
  background-color: #fff;
  border-radius: 20px;
}
.sec-voice-list > li{
  position: relative;
  font-size: 2.0rem;
  margin-top: 26px;
  padding-left: 2.8rem;
  font-weight: bold;
  line-height: 3.0rem;
}
.sec-voice-list > li:before{
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  content: "";
  width: 2.0rem;
  height: 2.0rem;
  background-color: #e90012;
  border-radius: 1.0rem;
}
.sec-voice-txt-color{
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec-voice{
  padding: 20px 0;
  }
  .sec-voice h2{
    width: 46%;
  }
  .sec-voice-lead{
    font-size: 1.4rem;
    margin-top: 20px;
  }
  .sec-voice-lead strong{
    border-bottom: none;
  }
  .sec-voice-list{
    margin: 20px 0 10px;
    padding: 4px 20px 20px;
    border-radius: 10px;
  }
  .sec-voice-list > li{
    font-size: 1.4rem;
    margin-top: 16px;
    padding-left: 1.8rem;
    font-weight: normal;
    line-height: 1.8rem;
  }
  .sec-voice-list > li:before{
    top: 2px;
    width: 1.4rem;
    height: 1.4rem;
  }
}

/* section - content common */
.sec-content{
  padding-top: 60px;
}
.sec-content h2{
  height: auto;
}
.sec-content h2 img{
  width: auto;
  height: 128px;
}
.sec-content-inner{
  margin-top: 60px;
  margin-bottom: 40px;
}
.sec-content section{
  padding: 40px 0;
}
.sec-ttl-radius{
  font-size: 2.2rem;
  margin: 0 auto;
  padding: 8px 0;
  line-height: 1;
  text-align: center;
  color: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .sec-content{
    padding-top: 20px;
  }
  .sec-content h2{
    /* コンテンツごとことなるため個別指定 */
  }
  #sec-fx h2,
  #sec-kabu h2{
    height: 16.3vw;
  }
  #sec-cfd h2{
    height: 23.2vw;
  }
  .sec-content h2 img{
    width: auto;
    height: inherit;
  }
  .sec-content section{
    padding: 20px 0;
  }
  .sec-content-inner{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .sec-ttl-radius{
    font-size: 1.2rem;
    padding: 4px 0;
  }
}
@media screen and (max-width: 428px) {
  #sec-fx h2,
  #sec-kabu h2{
    height: 19.7vw;
  }
  #sec-cfd h2{
    height: 27.4vw;
  }
}


/* section - content Kabu */
.sec-kabu-hgroup {
  display: block;
  text-align: center;
}
.sec-kabu-hgroup img,
.sec-kabu-hgroup h2 img {
  width: 100%;
  height: auto;
}
.sec-kabu-hgroup ._copy {
  max-width: 358px;
  margin: 0 auto;
}
.sec-kabu-hgroup h2 {
  max-width: 454px;
  margin: 0 auto;
}
#sec-kabu .sec-kabu-hgroup h2 {
  height: auto;
}

.sec-kabu-hgroup ._note {
  margin: 18px auto 20px;
  font-size: 14px;
}
.sec-kabu-hgroup ._lead {
  margin: 48px auto;
  font-weight: bold;
  font-size: 18px;
}

.sec-kabu-plan {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  justify-content: center;
  margin: 0 auto 62px;
  padding: 40px 56px;
  background: #fff;
}
.sec-kabu-plan dl,
.sec-kabu-plan dt,
.sec-kabu-plan dd {
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 1;
}
.sec-kabu-plan dt {
  padding: 10px 16px;
  font-size: 22px;
}
.sec-kabu-plan dt b {
  font-weight: normal;
  font-size: 28px;
}
.sec-kabu-plan dd {
  color: #e90012;
  font-weight: bold;
  margin-top: 24px;
  font-size: 100px;
}
.sec-kabu-plan dd span {
  font-weight: normal;
  font-size: 60px;
}

.sec-kabu-tsunagi-ttl{
  position: relative;
  z-index: 2;
  width: 300px;
  margin-top: 40px;
}
.sec-kabu-tsunagi-list{
  margin-top: -18px;
  padding: 20px 50px 40px;
}
.sec-kabu-tsunagi-list > li{
  min-height: 42px;
  margin-top: 20px;
  padding-left: 60px;
  line-height: 42px;
  font-weight: bold;
  background-image: url(/corp/lp/no1/images/icon-check-red.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto;
}
.sec-kabu-ex{
  display: flex;
  margin: 40px 0 60px;
}
.sec-kabu-ex-txt{
  margin-bottom: 36px;
  padding-left: 2em;
  text-indent: -2em;
}
.sec-kabu-ex-img{
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .sec-kabu-hgroup ._copy {
    width: 58%;
    min-width: 174px;
  }
  .sec-kabu-hgroup h2 {
    width: 78.666%;
    min-width: 236px;
  }
  .sec-kabu-hgroup ._note {
    margin: 8px auto;
    font-size: 10px;
  }
  .sec-kabu-hgroup ._lead {
    margin: 16px auto;
    font-size: 14px;
  }

  .sec-kabu-plan {
    gap: 12px;
    margin-bottom: 20px;
    padding: 20px;
  }

  .sec-kabu-plan dt {
    border-radius: 5px;
    padding: 8px;
    font-size: 12px;
  }
  .sec-kabu-plan dt b {
    display: block;
    margin-bottom: 4px;
    font-size: 16px;
  }
  .sec-kabu-plan dd {
    margin-top: 16px;
    font-size: 50px;
  }
  .sec-kabu-plan dd span {
    font-size: 32px;
  }

  .sec-kabu-tsunagi-ttl{
    width: 50%;
    margin-top: 20px;
  }
  .sec-kabu-tsunagi-list{
    margin-top: -14px;
    padding: 20px 20px 16px;
  }
  .sec-kabu-tsunagi-list > li{
    margin-top: 16px;
    padding-left: 30px;
    line-height: 22px;
    background-position: left top;
    background-size: 22px;
  }
  .sec-kabu-ex{
    display: block !important;
    margin: 20px 0;
  }
  .sec-kabu-ex-txt{
    margin-bottom: 0px;
  }
  .sec-kabu-ex-img{
    margin-top: 20px;
  }
}

/* section - content Fx */
.sec-fx-mode{
  padding-bottom: 40px;
}
.sec-fx-mode-inner{
  padding-top: 40px;
}
.sec-fx-mode .sec-ttl-radius{
  width: 300px;
}
.sec-fx-mode .sec-ttl-radius.ex-mode{
  padding: 6px 0 4px 0.75em;
  background-color: #fff8f6;
  border: solid 3px;
}
.sec-fx-mode-note{
  margin-top: 10px;
  line-height: 1;
  text-align: center;
}
.sec-fx-mode-txt{
  font-size: 2.4rem;
  margin-top: 20px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
.sec-fx-spread{
  width: 700px;
  margin: 40px auto 0;
}
.sec-fx-spread-list dd,
.sec-fx-spread-list dt{
  text-align: center;
}
.sec-fx-spread-list dt{
  position: relative;
  font-size: 2.4rem;
  line-height: 1;
  text-indent: 8rem;
}
.sec-fx-spread-list dt:before{
  content: "";
  display: block;
  width: 7.2rem;
  height: 2.4rem;
  position: absolute;
  top: 0.4rem;
  left: 0;
  background-size: 3.4rem 2.4rem;
  background-repeat: no-repeat;
  background-position: left top, right top;
}
.sec-fx-spread-list dt.usd-jpy:before{
  background-image:
  url(/corp/lp/no1/images/icon-flag-us.svg),
  url(/corp/lp/no1/images/icon-flag-jp.svg);
}
.sec-fx-spread-list dt.eur-jpy:before{
  background-image:
  url(/corp/lp/no1/images/icon-flag-eu.svg),
  url(/corp/lp/no1/images/icon-flag-jp.svg);
}
.sec-fx-spread-list dt.aud-jpy:before{
  background-image:
  url(/corp/lp/no1/images/icon-flag-au.svg),
  url(/corp/lp/no1/images/icon-flag-jp.svg);
}
.sec-fx-spread-list dd{
  font-size: 8.0rem;
  margin-top: 16px;
  line-height: 1;
  transform: scaleY(1.1);
}
.sec-fx-spread-list dd span{
  font-size: 4.8rem;
  transform: scaleY(1);
}
.sec-fx-spread-link{
  position: relative;
  width: 700px;
  margin: 30px auto 0;
  text-align: right;
}
.sec-fx-spread-link a{
  display: inline-block;
  position: relative;
  padding-left: 3.2rem;
  text-align: right;
  text-decoration: none;
}
.sec-fx-spread-link a:before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(/corp/lp/no1/images/icon-arrow-red.png);
  background-repeat: no-repeat;
  background-size: 2.4rem;
  background-position: left center;
}
.sec-fx-spread-update,
.sec-fx-spread-note{
  width: 800px;
}
.sec-fx-spread-note{
  margin: 0 auto;
}
.sec-fx-spread-update{
  font-size: 1.4rem;
  margin: 0 auto;
}
.sec-fx-tool{
  display: flex !important;
}
.sec-fx-tool-list{
  display: block !important;
  width: 280px;
}
.sec-fx-tool-list dt{
  width: auto;
  margin: 36px 0 30px;
}
.sec-fx-tool-list-logo{
  margin-top: 30px;
}
.sec-fx-tool-list dd{
  width: auto;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .sec-fx-mode{
    padding-bottom: 20px;
  }
  .sec-fx-mode-inner{
    padding-top: 20px;
  }
    .sec-fx-mode .sec-ttl-radius{
    width: 150px;
  }
  .sec-fx-mode .sec-ttl-radius.ex-mode{
    padding: 2px 0 2px 0.75em;
  }
  .sec-fx-mode-note{
    font-size: 1.0rem;
    margin-top: 6px;
  }
  .sec-fx-mode-txt{
    font-size: 1.4rem;
    margin-top: 14px;
    line-height: 1.6rem;
  }
  .sec-fx-spread{
    width: 270px;
    margin: 16px auto 0;
  }
  .sec-fx-spread-list dt{
    font-size: 1.0rem;
    text-indent: 4rem;
  }
  .sec-fx-spread-list dt:before{
    content: "";
    display: block;
    width: 3.6rem;
    height: 1.2rem;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 1.7rem 1.2rem;
    background-repeat: no-repeat;
    background-position: left top, right top;
  }
  .sec-fx-spread-list dd{
    font-size: 3.4rem;
    margin-top: 16px;
  }
  .sec-fx-spread-list dd span{
    font-size: 2.0rem;
  }
  .sec-fx-spread-link{
    width: auto;
    margin: 14px auto 0;
    text-align: center;
  }
  .sec-fx-spread-link a{
    font-size: 1.2rem;
    padding-left: 1.6rem;
  }
  .sec-fx-spread-link a:before{
    top: 0.3rem;
    left: 0;
    width: 1.2rem;
    height: 1.2rem;
    background-size: 1.2rem;
  }
  .sec-fx-spread-update,
  .sec-fx-spread-note{
    width: auto;
    padding: 0 10px;
  }
  .sec-fx-spread-note{
    margin: 0 auto;
  }
  .sec-fx-spread-update{
    font-size: 1.2rem;
    margin: 0 auto;
  }
  .sec-fx-tool{
    display: block !important;
  }
  .sec-fx-tool-list{
    display: flex !important;
    width: auto;
  }
  .sec-fx-tool-list dt{
    width: 46%;
    margin: 20px 0 0;
  }
  .sec-fx-tool-list-logo{
    margin-top: 6px;
  }
  .sec-fx-tool-list dd{
    width: 50%;
    margin: 20px 0 0;
  }
}

/* section - content CFD */
#sec-cfd .sec-row{
  margin-top: 40px;
}
.sec-cfd-lead{
  margin-top: 60px;
}
.sec-cfd-list{
  padding: 2px 45px 22px 270px;
  background-image: url(/corp/lp/no1/images/sec-cfd-list-bg-pc.png);
  background-repeat: no-repeat;
  background-position: 45px 30px;
}
.sec-cfd-list > li{
  min-height: 42px;
  font-size: 2.0rem;
  margin-top: 18px;
  padding-left: 60px;
  line-height: 42px;
  font-weight: bold;
  background-image: url(/corp/lp/no1/images/icon-check-red.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto;
}
.sec-cfd-list > li span{
  display: block;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: normal;
}
.sec-cfd-order .sec-ttl-radius{
  display: inline-block;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
.sec-cfd-order-lead{
  margin-top: 40px;
}
.sec-cfd-order-list{
  margin-top: 40px;
}
.sec-cfd-order-list dt,
.sec-cfd-order-list dd{
  text-align: center;
}
.sec-cfd-order-list dd{
  margin-top: 20px;
  padding: 0;
}
.sec-cfd-lineup{
  margin-top: 40px;
}
.sec-cfd-lineup .sec-ttl-radius{
  width: 182px;
  font-size: 2.0rem;
  font-feature-settings: "palt";
}
.sec-cfd-lineup-category-list{
  width: 222px;
  margin-top: 0;
}
.sec-cfd-lineup-category-list dt{
  padding: 10px 0 100px 0;
  background-color: #f0f0f0;
  background-repeat: no-repeat;
  background-position: center 62px;
  background-size: auto;
}
.sec-cfd-lineup-category-list li.-long{
  letter-spacing: -.9px;
}
.sec-cfd-lineup-category-list:nth-child(1) dt{
  background-image: url(/corp/lp/no1/images/sec-cfd-lineup-category-img-01-pc.png);
}
.sec-cfd-lineup-category-list:nth-child(2) dt{
  background-image: url(/corp/lp/no1/images/sec-cfd-lineup-category-img-02-pc.png);
}
.sec-cfd-lineup-category-list:nth-child(3) dt{
  background-image: url(/corp/lp/no1/images/sec-cfd-lineup-category-img-03-pc.png);
}
.sec-cfd-lineup-category-list:nth-child(4) dt{
  background-image: url(/corp/lp/no1/images/sec-cfd-lineup-category-img-04-pc.png);
}
.sec-cfd-lineup-category-list dd{
}
.sec-cfd-lineup-detail-list{
}
.sec-cfd-lineup-detail-list li{
  position: relative;
  padding: 10px 0 10px;
  font-size: 1.6rem;
  font-feature-settings: "palt";
  border-bottom: solid 1px #dfdfdf;
}
.sec-cfd-lineup-note{
  font-size: 1.4rem;
  margin-top: 20px;
  text-align: right;
}
.sec-cfd-lineup-more{
  position: relative;
  width: 760px;
  margin: 40px auto 20px;
  font-size: 2.8rem;
  text-align: center;
  line-height: 1;
  font-weight: bold;
}
.sec-cfd-lineup-more:before{
  content: "";
  display: block;
  position: absolute;
  top: 1.4rem;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 0;
  border-bottom: solid 2px;
}
.sec-cfd-lineup-more span{
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 1.25rem 0 2rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #sec-cfd .sec-row{
    margin-top: 20px;
  }
  .sec-cfd-lead{
    margin-top: 20px;
  }
  .sec-cfd-list{
    min-height: 244px;
    padding: 2px 14px 22px 134px;
    background-image: url(/corp/lp/no1/images/sec-cfd-list-bg-sp.png);
    background-size: 110px auto;
    background-position: 14px 14px;
  }
  .sec-cfd-list > li{
    font-size: 1.4rem;
    margin-top: 14px;
    padding-left: 30px;
    line-height: 18px;
    font-weight: bold;
    background-image: url(/corp/lp/no1/images/icon-check-red.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 22px auto;
  }
  .sec-cfd-list > li span{
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .sec-cfd-order{
    display: block !important;
  }
  .sec-cfd-order-lead{
    margin-top: 20px;
  }
  .sec-cfd-order-list{
    margin-top: 20px;
  }
  .sec-cfd-order-list dd{
    margin-top: 14px;
    padding: 0 20px;
  }
  .sec-cfd-lineup{
    margin-top: 0;
  }
  .sec-cfd-lineup .sec-ttl-radius{
    width: 126px;
    font-size: 1.2rem;
  }
  .sec-cfd-lineup-category-list{
    width: 49%;
    margin-top: 20px;
  }
  .sec-cfd-lineup-category-list dt{
    padding: 6px 0 60px 0;
    background-color: #f0f0f0;
    background-repeat: no-repeat;
    background-position: center 36px;
    background-size: auto 44px;
  }
  .sec-cfd-lineup-category-list:nth-child(1) dt{
    background-image: url(/corp/lp/no1/images/sec-cfd-lineup-category-img-01-sp.png);
  }
  .sec-cfd-lineup-category-list:nth-child(2) dt{
    background-image: url(/corp/lp/no1/images/sec-cfd-lineup-category-img-02-sp.png);
  }
  .sec-cfd-lineup-category-list:nth-child(3) dt{
    background-image: url(/corp/lp/no1/images/sec-cfd-lineup-category-img-03-sp.png);
  }
  .sec-cfd-lineup-category-list:nth-child(4) dt{
    background-image: url(/corp/lp/no1/images/sec-cfd-lineup-category-img-04-sp.png);
  }
  .sec-cfd-lineup-detail-list li{
    padding: 6px 0 6px 2.6rem;
    font-size: 1.4rem;
    border-bottom: solid 1px #dfdfdf;
  }
  .sec-cfd-lineup-detail-list li:before{
    top: 0.4rem;
  }
  .sec-cfd-lineup-note{
    font-size: 1.2rem;
    margin-top: 20px;
    text-align: right;
  }
  .sec-cfd-lineup-more{
    width: auto;
    margin: 20px auto 0;
    font-size: 1.4rem;
  }
  .sec-cfd-lineup-more:before{
    width: 0;
    border-bottom: none;
  }
  .sec-cfd-lineup-more span{
    display: inline-block;
    padding: 0;
    background-color: transparent;
  }
}

/* footer */
footer{
  margin-top: 60px;
  padding: 30px 0 40px;
}
.footer-list-nonte{
}
.footer-list-nonte dd,
.footer-list-nonte dt{
  line-height: 2.5rem;
}
.footer-list-nonte dt{
  font-size: 1.6rem;
  margin-top: 30px;
  font-weight: bold;
  text-align: left;
}
.footer-list-nonte dt:before{
  content: "【";
}
.footer-list-nonte dt:after{
  content: "】";
}
.footer-list-nonte dd{
  margin-top: 0;
  font-size: 1.4rem;
}
footer address{
  display: flex;
  margin-top: 30px;
  padding-top: 30px;
  border-top: solid 1px #cbcbcb;
}
.footer-address dt{
}
.footer-address-logo{
  width: 190px;
  height: auto;
}
.footer-address dd{
  width: 540px;
  font-size: 1.2rem;
  margin-top: 16px;
}
.footer-contact{
  margin-top: 0;
}
.copyright{
  padding: 16px 0;
  font-size: 1.3rem;
  text-align: center;
  color: #fff;
}
.btn-top {
  position: fixed;
  right: 1em;
  bottom: 8%;
  width: 54px;
  height: 54px;
  pointer-events: none;
}
.btn-top a {
  pointer-events: all;
}
@media screen and (max-width: 767px) {
  footer{
    margin-top: 20px;
    padding: 10px 0 44px;
  }
  .footer-list-nonte dd,
  .footer-list-nonte dt{
    line-height: 1.8rem;
  }
  .footer-list-nonte dt{
    margin-top: 20px;
    font-size: 1.4rem;
    text-align: center;
  }
  .footer-list-nonte dd{
    margin-top: 1.8rem;
    font-size: 1.2rem;
  }
  footer address{
    display: block !important;
    margin-top: 20px;
    padding-top: 20px;
    border-top: dashed 1px #8c8c8c;
  }
  .footer-address-logo{
    width: 180px;
    height: auto;
  }
  .footer-address dd{
    width: auto;
    margin-top: 8px;
  }
  .footer-contact{
    margin-top: 20px;
    text-align: center;
  }
  .copyright{
    padding: 8px 0;
    font-size: 1.0rem;
  }
  .btn-top {
    right: 0;
    bottom: 0;
    width: 107px;
    height: auto;
    padding-bottom: 44px;
  }
}
.sec-02 .sec-content-inner {
  padding: 40px 90px 32px;
}


.sec-02 .contents-01-text {
  font-size: 18px;
  line-height: 1.56;
  margin: 37px 0 39px;
  text-align: center;
}
.sec-02 .contents-01-text span {
  color: #e90012;
}
.sec-02 .contents-02-text {
  font-size: 18px;
  line-height: 1.56;
  margin: 34px 0 46px;
}
.sec-02 .list-note > li {
  font-size: 1.4rem;
}
.key-2022-note {
  width: 800px;
  height: 54px;
  margin: 29px auto 30px;
  border: solid 2px #e90012;
  background-color: #e90113;
  font-size: 24px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: 0.96px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {

  .sec-02 .sec-content-inner {
    padding: 20px 10px;
  }
  .sec-02 .contents-01-text {
    font-size: 12px;
    line-height: 1.5;
  }
  .sec-02 .list-note > li {
    font-size: 9px;
  }
  .sec-02 .contents-02-text {
    font-size: 12px;
    line-height: 1.5;
    margin: 12px 0 13px;
  }
  .key-2022-note {
    width: calc(100% - 20px);
    font-size: 12px;
    margin: 20px 10px 10px;
  }
}

.footer-security-seals {
  list-style: none;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 0;
  padding: 40px 0 88px;
}
.footer-security-seals > li {
  width: 100px;
  margin: 0;
  padding: 0;
}
.footer-security-seals > li img {
  vertical-align: top;
}

/**/
.sect-deposit {
  position:relative;
  z-index: 1;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  background-color: #fff;
}
.sect-deposit .sec-fx-margin img {
  width: 100%;
}

.deposit-list {
  display: block;
  margin: 0;
  padding: 0;
}

.deposit-list-item {
  display: grid;
  /* grid-template-columns: minmax(65%, 468px) 1fr; */
  /* grid-template-columns: 1fr minmax(35%, 252px); */
  /* grid-template-columns: 67% 33%; */
  grid-template-columns: 1fr auto;
  border-bottom: 1px solid #b8b8b8;

  padding: 20px 0;
}



.deposit-list-item > dt {
  display: flex;
  align-items: center;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: -0.05em;
}
.deposit-list-item > dt small {
  display: block;
  color: #7f7f7f;
  font-weight: normal;
}
.deposit-list-item > dt > i {
}
.deposit-list-item > dd {
  text-align: right;
  font-weight: bold;
}
.deposit-list-item > dd > span {
  display: inline-block;
  margin-right: 0.025em;
  letter-spacing: -0.025em;
}
@media(max-width: 767.98px) {
  .sect-deposit {
    max-width: 600px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 40px 10px 20px;
  }
  .sect-deposit .sec-fx-margin {
    padding: 0 24px;
  }

  .deposit-list {
    margin-top: 4px;
    margin-bottom: 20px;
  }
  .deposit-list-item {
    padding: 6px 0;
  }
  .deposit-list-item > dt {
    font-size: 1.6rem;
  }
  .deposit-list-item > dt small {
    font-size: 1.2rem;
  }
  .deposit-list-item > dt > i {
    margin-right: 8px;
    font-size: 2rem;
  }
  .deposit-list-item > dd {
    font-size: 1.6rem;
  }
  .deposit-list-item > dd > span {
    font-size: 2.8rem;
  }
}
@media(min-width: 768px) {
  .sect-deposit {
    margin-top: 60px;
    margin-bottom: 40px;
    padding: 80px 90px 32px;
  }
  .sect-deposit .sec-fx-margin {
    padding: 0 48px;
  }

  .deposit-list {
    margin-bottom: 40px;
  }

  .deposit-list-item {
    padding: 12px 0;
  }

  .deposit-list-item > dt {
    font-size: 3rem;
  }
  .deposit-list-item > dt small {
    font-size: 2.4rem;
  }
  .deposit-list-item > dt > i {
    margin-right: 12px;
    font-size: 4rem;
  }
  .deposit-list-item > dd {
    font-size: 3rem;
  }
  .deposit-list-item > dd > span {
    font-size: 6rem;
  }
}