.tradeInner01 {
  font-size: 70px;
  font-weight: bold;
  line-height: 1;
  max-width: 560px;
  margin: 0 auto;
}
.tradeInner01 .numeral {
  font-size: 176px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: .69;
}
.tradeInner01 .numeral .comma {
  font-size: 124px;
}
.tradeInner01 .topLine {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
}
.tradeInner01 .bottomLine {
  font-size: 80px;
  position: relative;
  text-align: left;
  margin: 35px 0 0 25px;
}
.tradeInner01 .bottomLine .smallTxt {
  font-size: 46px;
  letter-spacing: -0.05em;
}
.tradeInner01 .bottomLine .egTxt {
  font-size: 96px;
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: .69;
}
.tradeInner01 .bottomLine .mark {
  font-size: 16px;
  font-weight: normal !important;
  position: absolute;
  top: 0;
  right: -25px;
}
.tradeInner02 {
  padding: 32px 7.274% 40px;
  background-color: #EEF3F5;
  line-height: 1;
  border-radius: 4px;
}
.tradeInner02 .blockTtl {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 60px;
}
.FXtradeWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.FXtradeWrap .tradeList {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.FXtradeWrap .tradeList .list01{
  margin-right: 40px;
}
.FXtradeWrap .tradeList li {
  font-size: 24px;
  padding-left: 42px;
  margin-bottom: 28px;
  background: url(/lp/common_fx/images/icon_check_blue.svg) no-repeat top -1px left;
  background-size: 26.5px auto;
  position: relative;
}
.FXtradeWrap .tradeList > ul > li:last-child {
  margin-bottom: 0;
}
.FXtradeWrap .tradeList li .mark {
  font-size: 20px;
  top: -4px;
  right: -8px;
  font-weight: normal !important;
}
.FXtradeWrap .tradeList li span.en {
  top: 0px;
  left: 2px;
}
.FXtradeWrap .tradePrice {
  font-size: 57px;
  font-weight: bold;
  line-height: .8;
}
.FXtradeWrap .tradePrice .txtL {
  font-size: 258px;
  font-weight: 400;
  line-height: .4;
}

@media screen and (max-width: 1100px){
  #trade {
    overflow: hidden;
  }
  .FXtradeWrap {
    justify-content: space-around;
  }
  .FXtradeWrap .tradeList .list01 {
    margin-right: 3.63636vw;
  }
  .FXtradeWrap .tradeList li {
    font-size: 20px;
  }
  .FXtradeWrap .tradePrice {
    font-size: 50px;
  }
  .FXtradeWrap .tradePrice .txtL {
    font-size: 200px;
  }
}
@media screen and (max-width: 767px) {
  .tradeInner02 {
  padding: 32px 3.5% 40px;
  }
  .tradeInner02 .blockTtl {
    margin: 0 0 50px;
  }
  .FXtradeWrap .tradeList li {
    font-size: 18px;
  }
  .FXtradeWrap .tradePrice .txtL {
    font-size: 180px;
  }
}

@media screen and (max-width: 640px) {
  .tradeInner01 {
    font-size: 45px;
    max-width: 360px;
  }
  .tradeInner01 .numeral {
    font-size: 114px;
  }
  .tradeInner01 .numeral .comma {
    font-size: 80px;
  }
  .tradeInner01 .bottomLine {
    font-size: 52px;
    margin: 25px 0 0 10px;
  }
  .tradeInner01 .bottomLine .smallTxt {
    font-size: 30px;
  }
  .tradeInner01 .bottomLine .egTxt {
    font-size: 62px;
  }
  .tradeInner01 .bottomLine .mark {
    font-size: 10px;
    right: -10px;
  }
  .tradeInner02 {
    padding: 24px 6.667% 24px;
  }
  .tradeInner02 .blockTtl {
    font-size: 20px;
    margin: 0 0 24px;
  }
  .FXtradeWrap {
    justify-content: center;
  }
  .FXtradeWrap .tradeList {
    display: block;
  }
  .FXtradeWrap  .tradeList ul {
    margin: 0 auto !important;
  }
  .FXtradeWrap .tradeList li {
    font-size: 16px;
    padding-left: 26px;
    margin-bottom: 16px;
    background-size: 16px auto;
  }
  .FXtradeWrap .tradeList > ul.list01 > li:last-child {
    margin-bottom: 16px;
  }
  .FXtradeWrap .tradeList li .mark {
    font-size: 12px;
    top: -2px;
  }
  .FXtradeWrap .tradePrice {
    font-size: 42px;
    text-align: center;
    margin-left: 3%;
  }
  .FXtradeWrap .tradePrice .txtL {
    font-size: 180px;
  }
}
@media screen and (max-width: 420px){
  .tradeInner01 .bottomLine {
    font-size: 50px;
    margin: 25px 0 0 15px;
  }
  .tradeInner01 .bottomLine .smallTxt {
    font-size: 28px;
  }
  .tradeInner01 .bottomLine .egTxt {
    font-size: 60px;
  }
  .tradeInner01 .bottomLine .mark {
    right: 0;
  }
}
@media screen and (max-width: 406px) {
  .tradeInner01 .bottomLine {
    font-size: 48px;
    text-align: center;
    margin: 25px 0 0 0;
  }
  .tradeInner01 .bottomLine .smallTxt {
    font-size: 26px;
  }
  .tradeInner01 .bottomLine .egTxt {
    font-size: 58px;
  }
  .tradeInner02 {
    padding: 24px 3% 18px;
  }
  .FXtradeWrap .tradePrice .txtL {
    font-size: 160px;
  }
}
@media screen and (max-width: 369px) {
  .tradeInner01 .bottomLine {
    font-size: 44px;
  }
  .tradeInner01 .bottomLine .smallTxt {
    font-size: 22px;
  }
  .tradeInner01 .bottomLine .egTxt {
    font-size: 54px;
  }
}
@media screen and (max-width: 365px) {
  .FXtradeWrap .tradePrice .txtL {
    font-size: 150px;
  }
}



.toolInner .pcOnly {
  display: block !important;
}
.toolInner .spOnly {
  display: none !important;
}
@media screen and (max-width: 640px){
  .toolInner .pcOnly {
    display: none !important;
  }
  .toolInner .spOnly {
    display: block !important;
  }
}
.toolInner .fxlogo {
  max-width: 170px;
}
.toolInner .QR {
  max-width: 150px;
}
.toolInner .appContents {
  margin: 40px auto 0;
  display: flex;
  flex-wrap: wrap;
  max-width: 470px;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .toolInner .appContents {
    max-width: 500px;
    margin-bottom: 30px;
  }
}

/* toolDetail */
.toolInner .toolDetail {
  width: calc(100% + 4%);
  margin: 0 -2%;
  position: relative;
}
.toolInner .toolDetail .slick-slide {
  margin: 0 1%;
  background: #f2f2f2;
  padding: 40px 1.455% 0;
  position: relative;
  text-align: center;
  border-radius: 4px;
  transition: .5s all;
  margin-right: 1.4525%;
}
.toolInner .toolDetail .detailTtl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 24px;
  transition: .5s all;
}
.toolInner .toolDetail .detailTxt {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
  height: 5em;
  margin-bottom: 20px;
}
.toolInner .toolDetail .detailImg {
  max-width: 300px;
  width: 100%;
  height: 340px;
  overflow: hidden;
  margin: 0 auto;
}
.toolInner .toolDetail .detailImg img {
  width: 80%;
  margin: 0 auto;
  transition: .5s all;
  transform: translateY(60px);
}
/* hover */
.toolInner .toolDetail .slick-slide:hover{
  background: #eef3f5;
}
.toolInner .toolDetail .slick-slide:hover .detailTtl{
  color: #005bac;
}
.toolInner .toolDetail .slick-slide:hover .detailImg img{
  width: 90%;
  transform: translateY(0);
}

@media screen and (max-width: 1100px){
  .toolInner .toolDetail .slick-slide {
    padding: 3.6364vw 1.455% 0;
  }
  .toolInner .toolDetail .detailTtl {
    margin-bottom: 2.1818vw;
  }
  .toolInner .toolDetail .detailTxt {
    font-size: 1.45455vw;
    margin-bottom: 3.6364vw;
  }
  .toolInner .toolDetail .detailImg {
    height: 31vw;
  }
}

@media screen and (max-width: 800px) {
  .toolInner .toolDetail .detailTtl {
    font-size: 20px;
  }
  .toolInner .toolDetail .detailTxt {
    font-size: 1.75vw;
  }
  .toolInner .toolDetail .detailTxt .disib {
    display: inline !important;
  }
}

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

  /* toolDetail */
  .toolInner .toolDetail {
    width: calc(100% + 6%);
    margin: 0 -3%;
  }
  .toolInner .toolDetail .slick-slide {
    padding: 10.6666vw 3.2vw 0;
    margin: 0px 1.5vw;
  }
  .toolInner .toolDetail .detailTtl {
    font-size: 6vw;
    margin-bottom: 6.4vw;
  }
  .toolInner .toolDetail .detailTxt {
    font-size: 3.8vw;
    height: 5em;
    margin-bottom: 6.4vw;
  }
  .toolInner .toolDetail .detailImg {
    height: 66vw;
  }
  .toolInner .toolDetail .detailImg img,
  .toolInner .toolDetail .slick-slide:hover .detailImg img {
    width: 80%;
    transform: translateY(30px);
  }
  .toolInner .toolDetail .slick-slide:hover{
    background: #f2f2f2;
  }
  .toolInner .toolDetail .slick-slide:hover .detailTtl{
    color: #1c1c1c;
  }
  .toolInner .toolDetail .slick-slide.slick-current,
  .toolInner .toolDetail .slick-slide.is-active-next {
    background: #eef3f5;
  }
  .toolInner .toolDetail .slick-slide.slick-current .detailTtl,
  .toolInner .toolDetail .slick-slide.is-active-next .detailTtl {
    color: #005bac;
  }
  .toolInner .toolDetail .slick-slide.slick-current .detailImg img,
  .toolInner .toolDetail .slick-slide.is-active-next .detailImg img {
    width: 90%;
    transform: translateY(0);
  }
  .toolInner .slick-dotted.slick-slider {
    margin-bottom: 16vw;
  }
  /* btn */
  .toolInner .slick-prev,.toolInner .slick-next {
    top: 105%;
  }
  .toolInner .slick-prev {
    left: 3vw;
  }
  .toolInner .slick-next {
    right: 3vw;
  }
  .toolInner .slick-prev:before, .toolInner .slick-next:before {
    content: '';
    opacity: 1;
    background: url(/lp/common_fx/images/icon_arrow_blue.svg) no-repeat center center;
    background-size: 14px auto;
    width: 20px;
    height: 20px;
    display: block;
  }
  .toolInner .slick-prev:before {
    transform: rotate(-90deg);
  }
  .toolInner .slick-next:before {
    transform: rotate(90deg);
  }

  /* dots */
  .toolInner .slick-dots {
    bottom: -9.5vw;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 80%;
  }
  .toolInner .slick-dots li {
    margin: 0;
    width: 30px;
    height: 30px;
  }
  .toolInner .slick-dots li button:before {
    opacity: 1;
    color: #b5b7b8;
    font-size: 10px;
    opacity: 1; */
  }
  .toolInner .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #005bac;
  }
}
@media screen and (max-width: 360px) {
  .toolInner .toolDetail .detailTtl {
    font-size: 20px;
    line-height: 1.4em;
    margin-bottom: 6.4vw;
  }
}

.toolInner .pcTool {
  margin: 100px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 598px;
}
.toolInner .pcTool p {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .toolInner .pcTool {
    margin:  50px auto 0;
    max-width: 540px;
  }
}

@media screen and (max-width: 640px) {
  .toolInner .appstoreWrap:first-of-type {
    margin-bottom: 30px;
  }
}


/* swapList */
.swapInner .swapList {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.swapInner .swapList li {
  width: 44.288%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 32px 2.183%;
  border-radius: 4px;
  background-color: #eef3f5;
}
.swapInner .swapList li:nth-of-type(n + 3) {
  margin-top: 24px;
}
.swapInner .swapPair {
  width: 44%;
  text-align: center;
}
.swapInner .swapPair .pairImg {
  margin-bottom: 8px;
}
.swapInner .swapPair .pairTxt {
  font-size: 16px;
  line-height: 1;
}
.swapInner .swapValue {
  width: 54%;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.swapInner .swapValue .value {
  font-size: 90px;
  letter-spacing: -0.02em;
  font-weight: 600;
  position: relative;
  top: 1px;
  right: 4px;
}
/* note */
#swap .note {
  margin-top: 60px;
}
@media screen and (max-width: 1000px){
  .swapInner .swapList li {
    padding: 2.9091vw 2vw;
  }
  .swapInner .swapList li:nth-of-type(n + 3) {
    margin-top: 2vw;
  }
  .swapInner .swapValue {
    font-size: 22px;
  }
  .swapInner .swapValue .value {
    font-size: 7vw;
  }
}
@media screen and (max-width: 750px) {
  .swapInner .swapList li {
    padding: 4.10256vw 0 3.07693vw;
    width: 48.612%;
  }
  .swapInner .swapList li:nth-of-type(n + 3) {
    margin-top: 3vw;
  }
  .swapInner .swapPair {
    width: 100%;
    margin: 0 auto 1vw;
  }
  .swapInner .swapPair .pairImg {
    margin-bottom: 2.1333vw;
  }
  .swapInner .swapPair .pairTxt {
    font-size: 16px;
  }
  .swapInner .swapValue {
    font-size: 16px;
    width: 100%;
    padding: 0 2vw;
    text-align: center;
    font-weight: normal;
  }
  .swapInner .swapValue .value {
    font-size: 64px;
  }
  #swap .note {
    margin-top: 40px;
  }
}


/* costList */
.costInner .textLink {
  text-decoration: underline;
}
.costInner .spreadWrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 50px;
  line-height: 1;
  text-align: center;
}
.costInner .spreadWrap .spreadTxt {
  font-size: 60px;
  font-weight: bold;
  margin-right: 30px;
}
.costInner .spreadWrap .spreadTxt .txtL {
  font-size: 200px;
  font-weight: 400;
  line-height: .69;
}
.costInner .spreadWrap .spreadTxt .txtL .commaMark {
  letter-spacing: 0;
}
.costInner .spreadWrap .spreadcostPair {
  font-size: 34px;
  font-weight: bold;
}
.costInner .spreadWrap .spreadcostPair .mark {
  font-size: 16px;
  font-weight: normal;
}
.costInner .spreadWrap .spreadcostPair .spreadcostPairImg {
  margin-bottom: 20px;
}
.costInner .spreadWrap .spreadcostPair .spreadcostPairImg img {
  width: 184.14px;
  height: auto;
}
.costInner .costList {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.costInner .costList li {
  width: 31.461%;
  text-align: center;
  margin-bottom: 16px;
  padding: 26px 0% 23px;
  border-radius: 4px;
  background-color: #EEF3F5;
}
.costInner .costList li:nth-child(n+4) {
  margin-bottom:0;
}
.costInner .costList .listTop {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.costInner .costList .listImg {
  width: 124px;
  margin-right: 4px;
}
.costInner .costList .listTxt {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
}
.costInner .costList .ListSpread {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.costInner .costList .ListSpread .txtL {
  font-size: 90px;
  font-weight: 500;
  position: relative;
  top: 3px;
}
.costInner .costList .ListSpread span.point {
  font-size:140%;
  position:relative;
  top:4px;
}
.costInner .note {
  margin-top: 16px;
}
@media screen and (max-width: 1100px) {
  /* costLst */
  .costInner .costList li {
    width: 32.365%;
    padding: 2.9091vw 0 2.1818vw;
  }
  .costInner .costList .listImg {
    width: 11.274vw;
  }
  .costInner .costList .ListSpread {
    font-size: 3.63636vw;
  }
  .costInner .costList .ListSpread .txtL {
    font-size: 13.63636vw;
  }
}
@media screen and (max-width: 800px) {
  .costInner .costList .listTxt {
    font-size: 2vw;
  }
}
@media screen and (max-width: 640px) {
  /* costList */
  .costInner .spreadWrap {
    display: block;
    margin-bottom: 20px;
  }
  .costInner .spreadWrap .spreadTxt {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .costInner .spreadWrap .spreadcostPair {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    font-size: 23px;
  }
  .costInner .spreadWrap .spreadcostPair .mark {
    font-size: 12px;
}
  .costInner .spreadWrap .spreadcostPair .spreadcostPairImg {
    margin-bottom: 0;
    margin-right: 20px;
  }
  .costInner .spreadWrap .spreadcostPair .spreadcostPairImg img {
    width: 132.22px;
    height: auto;
  }
  .costInner .costList li {
    width: 29.3%;
    padding: 5.33333vw 1.1818vw 4.2666vw;
  }
  .costInner .costList .listTop {
    flex-wrap: wrap;
    margin-bottom: 2.1333vw;
  }
  .costInner .costList .listImg {
    width: 88%;
    margin: 0 0 2.1333vw;
  }
  .costInner .costList .listTxt {
    font-size: 3.125vw;
  }
  .costInner .costList .ListSpread {
    font-size: 4.8vw;
  }
  .costInner .costList .ListSpread .txtL {
    font-size: 16.4vw;
    top: 1px;
  }
  .costInner .costList .ListSpread span.point {
    top:2px;
  }
}
@media screen and (max-width: 640px) {
  p img.demo {
    max-width: 300px;
    height: auto;
  }
}

/* column fx ////////////////////////////////////////////////*/
.columnSection {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
  row-gap: 40px;
  flex: 1 0 0;
  align-self: stretch;
  flex-wrap: wrap;
}

.columnSection .column_article {
  position: relative;
  width: calc((100% - 40px) / 2);
  background-color: #eef3f5;
}

.columnSection .column_article figure {
  width: 100%;
  aspect-ratio: 421/170;
  margin: 0;
  overflow: hidden;
}

.columnSection .column_article figure img {
  width: 100%;
  transition: transform .25s ease;
}

.columnSection .column_article a.column_article_title {
  display: block;
  font-weight: bold;
  padding: 16px;
  line-height: 1.5em;
  color: #3F6974;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.columnSection .column_article a.column_article_title::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.columnSection .column_article a.column_article_title span {
  padding-right: 3px;
}

.columnSection .column_article a.column_article_title span::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 9px;
  background: url(/images/icon_arrow_01.webp) 0 0 / 100% auto no-repeat;
  transform: rotate(-90deg);
  margin-top: -2px;
  margin-left: 6px;
}

@media (hover: hover) {
  .columnSection .column_article:hover img {
    transform: scale(1.1);
  }
}

@media screen and (max-width: 640px) {
  .columnSection {
    width: 100%;
  }

  .columnSection .title {
    font-size: 14px;
  }

  .columnSection .column_article {
    width: 100%;
  }

  .columnSection .column_article figure {
    width: 100%;
    height: auto;
  }

  .columnSection .column_article a.column_article_title {
    font-size: 14px;
  }
}