/*------------------------------------
  20241211 コーポ改修Ph5 (CFDトップ)
--------------------------------------*/
.itemWrap.column_2 {
  max-width: 890px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.itemWrap li {
  margin: 16px 0 0 16px;
  width: calc(50% - 8px);
  padding: 0;
  background-color: #EEF3F5;
  border-radius: 4px;
}
.itemWrap.column_2 li:first-of-type {
  margin-left: 0;
}
.itemWrap.column_2 li:nth-of-type(odd) {
  margin-left: 0;
}
.itemWrap.column_2 li:nth-of-type(-n+2) {
  margin-top: 0;
}
.itemWrap.column_2 li .box {
  height: 100%;
  padding: 16px 24px;
  box-sizing: border-box;
}
.itemWrap.column_2 li .box .ttl {
  margin: 16px 0;
  line-height: 1;
  text-align: center;
}
.itemWrap.column_2 li .box .img {
  height: auto;
  margin: auto;
  display: block;
}
.itemWrap.column_2 li .box .txt {
  line-height: 1.75;
  color: #404040;
}
.itemWrap.column_5 li {
  width: calc((100% - 64px) / 5);
}
.itemWrap.column_5 li .box {
  padding: 6px 4% 10px;
}
.itemWrap.column_5 {
  max-width: 890px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.itemWrap.column_5 li .ttl {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .itemWrap.column_5 li:nth-of-type(5n+1) {
    margin-left:0;
  }
}

@media screen and (max-width: 767px) {
  .itemWrap.column_2 li:not(:first-of-type) {
    margin: 16px 0 0!important;
  }
  .itemWrap.column_2 li {
    width: 100%;
  }
  .itemWrap.column_5 li {
    width: calc((100% - 32px) / 3);
  }
  .itemWrap.column_5 li .box {
    padding: 6px;
  }
  .itemWrap.column_5 li:nth-of-type(3n+1) {
    margin-left:0;
  }
}



.tradeInner01 .mainTxt .topLine {
  font-size: 64px;
  line-height: 1;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
}
.tradeInner01 .mainTxt .topLine .numeral {
  font-size: 215px;
  margin: 0 10px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: .75;
}
.tradeInner01 .mainTxt .bottomLine {
  font-size: 86px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin: 35px 0 0 -20px;
}
.tradeInner01 .mainTxt .bottomLine .egTxt {
  font-size: 102px;
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: .69;
}
.tradeInner01 .mainTxt .bottomLine .mark {
  font-size: 16px;
  font-weight: normal !important;
  position: absolute;
  top: 0;
  margin: 0 0 0 10px;
}
@media screen and (max-width: 640px) {
  .tradeInner01 .mainTxt .topLine {
    font-size: 37px;
  }
  .tradeInner01 .mainTxt .topLine .numeral {
    font-size: 125px;
  }
  .tradeInner01 .mainTxt .bottomLine {
    font-size: 50px;
    margin: 25px 0 0 0;
  }
  .tradeInner01 .mainTxt .bottomLine .egTxt {
    font-size: 60px;
  }
  .tradeInner01 .mainTxt .bottomLine .mark {
    font-size: 10px;
    margin: 0 0 0 5px;
  }
}
@media screen and (max-width: 389px) {
  .tradeInner01 .mainTxt .topLine .numeral {
    font-size: 115px;
  }
  .tradeInner01 .mainTxt .bottomLine {
    font-size: 48px;
    margin: 25px 0 0 -10px;
  }
  .tradeInner01 .mainTxt .bottomLine .egTxt {
    font-size: 58px;
  }
}
@media screen and (max-width: 372px) {
  .tradeInner01 .mainTxt .topLine {
    font-size: 32px;
  }
}


.tradeInner02Ttl {
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 25px;
}
/* issueList */
.issueList {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.issueList li {
  width: 41.798%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 32px 3.371%;
  border-radius: 4px;
  background-color: #eef3f5;
}
.issueList li:nth-of-type(n + 3) {
  margin-top: 24px;
}
.issueList .issuePair {
  width: 23%;
  text-align: center;
}
.issuePair .img {
  margin-bottom: 15px;
}
.issuePair .ttl {
  font-size: 16px;
  line-height: 1;
}
.issueValue {
  width: 75%;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: right;
}
.issueValue .value {
  font-size: 80px;
  letter-spacing: -0.02em;
  font-weight: 600;
  position: relative;
  margin: 0 0 0 5px;
  top: 1px;
  right: 4px;
}

@media screen and (max-width: 1000px){
  .issueList li:nth-of-type(n + 3) {
    margin-top: 2vw;
  }
  .issueValue {
    font-size: 22px;
  }
  .issueValue .value {
    font-size: 7vw;
  }
}
@media screen and (max-width: 910px){
  .issueList .issuePair {
    width: 28%;
    text-align: center;
  }
  .issueValue {
    width: 70%;
  }
}
@media screen and (max-width: 750px) {
  .tradeInner02 {
    margin: 40px 0 0;
  }
  .tradeInner02Ttl {
    font-size: 20px;
    margin: 0 0 17px;
  }
  .issueList li {
    padding: 4.10256vw 0 3.07693vw;
    width: 48.612%;
  }
  .issueList li:nth-of-type(n + 3) {
    margin-top: 3vw;
  }
  .issueList .issuePair {
    width: 100%;
    margin: 0 auto 1vw;
  }
  .issuePair .img {
    margin-bottom: 2.1333vw;
  }
  .issuePair .pairTxt {
    font-size: 16px;
  }
  .issueValue {
    font-size: 16px;
    width: 100%;
    padding: 0 2vw;
    text-align: center;
  }
  .issueValue .value {
    font-size: 44px;
  }
}
@media screen and (max-width: 410px){
  .issueValue .value {
    font-size: 42px;
  }
}
@media screen and (max-width: 394px){
  .issueValue .value {
    font-size: 40px;
  }
}
@media screen and (max-width: 380px){
  .issueValue .value {
    font-size: 38px;
  }
}
@media screen and (max-width: 370px){
  .issueValue .value {
    font-size: 36px;
  }
}


.tradeInner03 {
  padding: 32px 7.274% 40px;
  background-color: #EEF3F5;
  line-height: 1;
  border-radius: 4px;
}
.tradeInner03 .blockTtl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 60px;
}
.tradeWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.tradeWrap .tradeList {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.tradeWrap .tradeList .list01{
  margin-right: 40px;
}
.tradeWrap .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;
}
.tradeWrap .tradeList > ul > li:last-child {
  margin-bottom: 0;
}
.tradeWrap .tradeList li .mark {
  font-size: 20px;
  top: -5px;
  right: -8px;
  font-weight: normal !important;
}
.tradeWrap .tradeList li span.en {
  top: 0px;
  left: 2px;
}
.tradeWrap .tradePrice {
  font-size: 57px;
  font-weight: 700;
  line-height: .8;
}
.tradeWrap .tradePrice .txtL {
  font-size: 258px;
  font-weight: 400;
  line-height: .4;
}
@media screen and (max-width: 1100px){
  .tradeWrap {
    justify-content: space-around;
  }
  .tradeWrap .tradeList .list01 {
    margin-right: 3.63636vw;
  }
  .tradeWrap .tradeList li {
    font-size: 20px;
  }
  .tradeWrap .tradePrice {
    font-size: 50px;
  }
  .tradeWrap .tradePrice .txtL {
    font-size: 200px;
  }
}
@media screen and (max-width: 767px) {
  .tradeInner03 {
  padding: 32px 3.5% 40px;
  }
  .tradeInner03 .blockTtl {
    margin: 0 0 50px;
  }
  .tradeWrap .tradeList li {
    font-size: 18px;
  }
  .tradeWrap .tradePrice .txtL {
    font-size: 180px;
  }
}

@media screen and (max-width: 640px) {
  .tradeInner03 {
    padding: 24px 6.667% 24px;
  }
  .tradeInner03 .blockTtl {
    font-size: 20px;
    margin: 0 0 24px;
  }
  .tradeWrap {
    justify-content: center;
  }
  .tradeWrap .tradeList {
    display: block;
  }
  .tradeWrap  .tradeList ul {
    margin: 0 auto !important;
  }
  .tradeWrap .tradeList li {
    font-size: 16px;
    padding-left: 26px;
    margin-bottom: 16px;
    background-size: 16px auto;
  }
  .tradeWrap .tradeList > ul.list01 > li:last-child {
    margin-bottom: 16px;
  }
  .tradeWrap .tradeList li .mark {
    font-size: 12px;
    top: -2px;
  }
  .tradeWrap .tradePrice {
    font-size: 42px;
    text-align: center;
    margin-left: 3%;
  }
  .tradeWrap .tradePrice .txtL {
    font-size: 180px;
  }
  .tradeNote {
    max-width: 305px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 405px) {
  .tradeInner03 {
    padding: 24px 4% 24px;
  }
  .tradeWrap .tradePrice .txtL {
    font-size: 160px;
  }
}
@media screen and (max-width: 375px) {
  .tradeInner03 {
    padding: 24px 2% 24px;
  }
  .tradeWrap .tradePrice .txtL {
    font-size: 156px;
  }
}



.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 .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: 18px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 24px;
  transition: .5s all;
  height: 70px;
}
.toolInner .toolDetail .detailTtl span {
  font-size: 24px;
}
.toolInner .toolDetail .detailImg {
  max-width: 300px;
  width: 100%;
  height: 340px;
  overflow: hidden;
  margin: 0 auto;
}
.toolInner .toolDetail li.secondBox .detailImg {
  position: relative;
  width: calc(100% + 5%);
  left: -5%;
}
.toolInner .toolDetail .detailImg img {
  width: 80%;
  height: auto;
  margin: 0 auto;
  transition: .5s all;
  transform: translateY(60px);
}
.toolInner .toolDetail li.secondBox .detailImg img {
  width: 180%;
  height: auto;
  position: absolute;
  right: 0;
  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);
}
.toolInner .toolDetail li.secondBox:hover .detailImg img {
  width: 200%;
  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 .detailImg {
    height: 31vw;
  }
}

@media screen and (max-width: 800px) {
  .toolInner .toolDetail .detailTtl {
    font-size: 16px;
 }
  .toolInner .toolDetail .detailTtl span {
    font-size: 20px;
  }
  .toolInner .toolDetail .detailTxt .disib {
    display: inline !important;
  }
  .toolInner .toolDetail li.secondBox .detailImg img {
    width: 150%;
  }
  .toolInner .toolDetail li.secondBox:hover .detailImg img {
    width: 160%;
    transform: translateY(0);
  }
}


@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: 20px;
    margin-bottom: 6.4vw;
    height: 80px;
  }
  .toolInner .toolDetail .detailTtl span {
    font-size: 28px;
  }
  .toolInner .toolDetail .detailImg {
    height: 66vw;
  }
  .toolInner .toolDetail li.secondBox .detailImg {
    max-width: 640px;
    width: calc(100% + 4%);
    left: -4%;
  }
  .toolInner .toolDetail .detailImg img,
  .toolInner .toolDetail .slick-slide:hover .detailImg img {
    width: 80%;
    transform: translateY(30px);
  }
  .toolInner .toolDetail li.secondBox .detailImg img,
  .toolInner .toolDetail li.secondBox.slick-slide:hover .detailImg img {
    width: 130%;
    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 .toolDetail li.secondBox.slick-slide.slick-current .detailImg img,
  .toolInner .toolDetail li.secondBox.slick-slide.is-active-next .detailImg img {
    width: 140%;
    transform: translateY(0);
  }

  .toolInner .slick-dotted.slick-slider {
    margin-bottom: 16vw;
    /* margin-bottom: 26vw; アプリ評価用*/
  }
  /* 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;
  }
  .toolInner .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #005bac;
  }
}
@media screen and (max-width: 390px) {
  .toolInner .toolDetail .detailTtl {
    font-size: 18px;
  }
  .toolInner .toolDetail .detailTtl span {
    font-size: 26px;
  }
}
@media screen and (max-width: 380px) {
  .toolInner .toolDetail .detailTtl span {
    font-size: 24px;
  }
}

.toolInner .pcTool {
  margin: 100px auto 0;
  display: flex;
  flex-wrap: wrap;
  max-width: 534px;
  justify-content: space-between;
  align-items: center;
}
.toolInner .pcTool .appWrap p {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.toolInner .pcTool .appWrap p.grayBtn {
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
  width: 234px;
}
.toolInner .pcTool .appWrap .grayBtn a {
  padding: 18px 13px;
  background-color: #404040;
  color: #ffffff;
  display: block;
}


@media screen and (max-width: 1100px) {
  .supportService .supportServiceInner {
    max-width: 48.612%;
  }
}
@media screen and (max-width: 767px) {
  .supportService .supportServiceInner p.linkColor {
    font-size: 12px;
  }
}
@media screen and (max-width: 640px) {
  .supportService .supportServiceInner a div {
    padding: 24px 10px;
  }
  .supportService .supportServiceInner p img {
    max-width: 80px;
    height: auto;
  }
}
@media screen and (max-width: 380px) {
  .supportService .supportServiceInner {
    max-width: 55%;
  }
}

/* column */
.columnSection {
  width: 469px;
  margin-left: auto;
  margin-right: auto;
}
.columnSection dd img {
  width: 100%;
}
.columnSection dt {
  font-weight: bold;
  padding: 16px;
  line-height: 1.5;
  background-color: #eef3f5;
}
.columnSection dt span {
  padding-right: 3px;
}
.columnSection dt 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 screen and (max-width: 640px) {
  .columnSection {
    width: 100%;
  }
  .columnSection dt {
    font-size: 14px;
  }
}


/* column fx ////////////////////////////////////////////////*/
.cfd_column_article .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;
}

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

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

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

.cfd_column_article .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;
}

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

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

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

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

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

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

  .cfd_column_article .columnSection .column_article {
    width: 100%;
  }

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

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