/*------------------------------------
  20250106 コーポ改修Ph5 (オプトレトップ)
--------------------------------------*/
@media screen and (max-width: 767px) {
  .mainPage .topbtnBox {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
}

.popularity {
  background-color: #eef3f5;
  padding: 4.495%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}
.popularity .txtWrap {
  max-width: 51.852%;
  margin-right: 6.173%;
}
.popularity .txtWrap .ttl {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.popularity .txtWrap .ttl span {
  font-size: 20px;
}
@media screen and (max-width: 940px) {
  .popularity {
    max-width: 700px;
    margin: 0 auto;
    padding: 25px 40px;
    display: block;
  }
  .popularity .txtWrap {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .popularity .txtWrap .ttl {
    margin-bottom: 20px;
  }
  .popularity .txtWrap .ttl span {
    font-size: 18px;
  }
  .popularity .img {
    text-align: center;
  }
  .popularity .img img {
    max-width: 338px;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .popularity {
    padding: 20px 16px;
  }
  .popularity .txtWrap {
    margin-bottom: 14px;
  }
  .popularity .txtWrap .ttl {
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 366px) {
  .popularity .txtWrap .ttl span {
    font-size: 16px;
  }
}

.ServiceAnchor .AnchorLinkTtl {
  font-size: 23px;
}
@media screen and (max-width: 370px) {
  .ServiceAnchor .AnchorLinkTtl {
    font-size: 20px;
  }
}

#time {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #time .timeInner {
    max-width: 358px;
    height: auto;
    margin: 0 auto;
  }
}

.pairInner .pairTtl {
  font-size: 28px;
  margin-bottom: 40px;
  font-weight: bold;
  text-align: center;
}
.pairInner .pairList {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.pairInner .pairList li {
  width: 23.596%;
  text-align: center;
  margin-bottom: 16px;
  padding: 16px 0;
  border-radius: 4px;
  background-color: #EEF3F5;
  font-weight: bold;
}
.pairInner .pairList li .pairTxt {
  margin-top: 16px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .pairInner .pairTtl {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .pairInner .pairList li {
    width: 48.056%;
    margin-bottom: 14px;
    padding: 16px 0;
  }
  .pairInner .pairList li .pairTxt {
    margin-top: 10px;
  }
  .pairInner .note {
    margin-top: 6px;
  }
}

.typeInner {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.typeInner .typeWrap {
  width: 360px;
  font-weight: bold;
}
.typeInner .typeWrap .typeTtl {
  font-size: 28px;
  text-align: center;
  margin-bottom: 20px;
}
.typeInner .typeWrap .typeImg {
  margin-bottom: 20px;
}
.typeInner .typeWrap .typeTxt p {
  margin-left: 16px;
  padding-left: 26px;
  background: url(/opt/images/icon_check_orange.svg) no-repeat center left;
  background-size: 16px auto;
}
.typeInner .typeWrap .typeTxt p:first-of-type {
  margin-bottom: 10px;
}
@media screen and (max-width: 820px) {
  .typeInner {
    max-width: 360px;
    display: block;
  }
  .typeInner .typeWrap {
    width: 100%;
  }
  .typeInner .typeWrap .typeTtl {
    font-size: 20px;
  }
  .typeInner .typeWrap:first-of-type {
    margin-bottom: 50px;
  }
  .typeInner .typeWrap .typeImg img {
    max-width: 360px;
    width: 100%;
    height: auto;
  }
}

.tradeInner01 .mainTxt .topLine {
  font-size: 50px;
  line-height: 1;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
}
.tradeInner01 .mainTxt .topLine .numeral {
  font-size: 160px;
  margin: 0 10px 0 -5px;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: .75;
}
.tradeInner01 .mainTxt .topLine .numeral .comma {
  font-size: 110px;
  letter-spacing: -0.09em;
}
.tradeInner01 .mainTxt .bottomLine {
  font-size: 50px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  margin: 35px 0 0 0;
}
.tradeInner01 .mainTxt .bottomLine .txtL {
  font-size: 86px;
}
@media screen and (max-width: 640px) {
  .tradeInner01 .mainTxt .topLine {
    font-size: 32px;
  }
  .tradeInner01 .mainTxt .topLine .numeral {
    font-size: 100px;
  }
  .tradeInner01 .mainTxt .topLine .numeral .comma {
    font-size: 70px;
  }
  .tradeInner01 .mainTxt .bottomLine {
    font-size: 30px;
    margin: 20px 0 0 0;
  }
  .tradeInner01 .mainTxt .bottomLine .txtL {
    font-size: 52px;
  }
}
@media screen and (max-width: 385px) {
  .tradeInner01 .mainTxt .topLine {
    font-size: 30px;
  }
  .tradeInner01 .mainTxt .topLine .numeral {
    font-size: 90px;
  }
  .tradeInner01 .mainTxt .topLine .numeral .comma {
    font-size: 60px;
  }
  .tradeInner01 .mainTxt .bottomLine {
    margin: 12px 0 0 0;
  }
  .tradeInner01 .mainTxt .bottomLine .txtL {
    font-size: 45px;
  }
}
.tradeInner02 {
  padding: 32px 7.274% 40px;
  background-color: #EEF3F5;
  line-height: 1;
  border-radius: 4px;
}
.tradeInner02 .blockTtl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 60px;
}
.tradeWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}
.tradeWrap .tradeList {
  margin-right: 36.948%;
}
.tradeWrap .tradeList li {
  font-size: 24px;
  padding-left: 42px;
  margin-bottom: 32px;
  background: url(/lp/common_fx/images/icon_check_blue.svg) no-repeat top -1px left;
  background-size: 26.5px auto;
}
.tradeWrap .tradeList > li:last-child {
  margin-bottom: 0;
}
.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: 680px) {
  .tradeWrap .tradeList {
    margin-right: 20%;
  }
}
@media screen and (max-width: 540px) {
  .tradeInner02 {
    padding: 24px 6.667% 24px;
  }
  .tradeInner02 .blockTtl {
    font-size: 20px;
    margin: 0 0 48px;
  }
  .tradeWrap {
    align-items: center;
  }
  .tradeWrap .tradeList {
    margin-right: 20%;
  }
  .tradeWrap .tradeList li {
    font-size: 16px;
    padding-left: 26px;
    margin-bottom: 16px;
    background-size: 16px auto;
  }
  .tradeWrap .tradePrice {
    font-size: 42px;
  }
  .tradeWrap .tradePrice .txtL {
    font-size: 180px;
  }
}
@media screen and (max-width: 390px) {
  .tradeWrap .tradeList {
    margin-right: 14.424%;
  }
}

.toolInner {
  max-width: 644px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.toolInner .toolWrap {
  width: 234px;
  text-align: center;
}
.toolInner .toolWrap.demo {
  width: 272px;
  text-align: center;
}
.toolInner .toolWrap .toolTtl {
  margin-bottom: 40px;
  text-align: center;
}
.toolInner .toolWrap .toolImg {
  margin-bottom: 40px;
}
.toolInner .toolWrap .toolTtl span {
  font-size: 14px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  width: 184px;
  padding: 7px 0;
  margin: 10px 0 0;
  border-radius: 15px;
  background-color: #FF8400;
  color: #ffffff;
}
.toolBtn.frameBtn {
  width: 234px !important;
}
@media screen and (max-width: 640px) {
  .toolInner {
    max-width: 234px;
    display: block;
  }
  .toolInner .toolWrap.demo {
    width: 234px;
  }
  .toolInner .toolWrap:first-of-type {
    margin-bottom: 60px;
  }
  .toolInner .toolWrap .toolTtl {
    width: 138px;
    height: auto;
    margin: 0 auto 20px;
  }
  .toolInner .toolWrap .toolTtl span {
    width: 138px;
  }
  .toolInner .toolWrap .toolImg {
    margin-bottom: 20px;
  }
}

.supportService {
  justify-content: center;
}
@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%;
  }
}
.grayBalloonBtn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 890px;
  max-width: 100%;
  margin: 0 auto;
}
.grayBalloonBtn p {
  width: 420px;
  max-width: 100%;
}
.grayBalloonBtn p a span {
  font-size: 14px;
  font-weight: normal;
}
.grayBalloonBtn p a.btnType02 {
  font-size: 28px;
  line-height: 1.2;
  padding: 3px 0 20.5px;
  max-height: 63px;
}
@media screen and (max-width: 960px) {
  .grayBalloonBtn {
    width: 640px;
  }
  .grayBalloonBtn p {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .grayBalloonBtn {
    display: block;
  }
  .grayBalloonBtn p {
    width: 360px;
    margin: 0 auto;
  }
  .grayBalloonBtn p a.btnType02 {
    font-size: 24px;
    line-height: 1.15;
    padding: 0px 0px 7.82px;
    margin-top: 15px;
  }
}