@charset "utf-8";

/* CSS Document */
:root {
  --cp-color: #003553;
}

[class*="section-"] {
  font-feature-settings: "palt";
}

[class*="section-"] img {
  width: auto;
  max-width: 100%;
}

[class*="section-"] h3,
[class*="section-"] h4,
[class*="section-"] p,
[class*="section-"] figure {
  margin: 0;
}

/* heading 
------------------------------*/
.heading {
  background: var(--cp-color);
  color: #fff;
}

.heading__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 945px;
  padding: 5px 30px;
  margin: 0 auto;
}

.heading h2,
.heading p {
  margin: 0;
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 14px;
}

@media screen and (max-width:767px) {
  .heading__inner {
    padding: 0.66vw 3.2vw;
  }

  .heading h2,
  .heading p {
    font-size: 2.26vw;
  }
}

/* mv area
------------------------------*/
@media screen and (min-width:768px) {
  .main-head {
    padding: 40px 50px 20px;
    background: url("/assets/img/fx_point/mv_bg.jpg") no-repeat center center / cover;
  }
}

@media screen and (max-width:767px) {
  .main-head {
    padding: 2.66vw 0;
    background: url("/assets/img/fx_point/mv_bg_sp.jpg") no-repeat center center / cover;
  }
}

/* mv */
.mv__wrap {
  max-width: 945px;
  padding: 0 30px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.mv__wrap img {
  width: 100%;
}

.mv__title {
  margin: 0 0 5px;
  max-width: 710px;
  grid-column: 1 / -1;
  grid-row: 1 / 2;
}

.mv__logo {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  padding-right: 24px;
  align-self: end;
}

.mv__img {
  grid-column: 2 / 3;
  grid-row: 2 / 4;
}

.mv__text {
  padding-right: 24px;
  align-self: end;
}

@media screen and (max-width:767px) {
  .mv__wrap {
    padding: 0 8vw;
    display: block;
    position: relative;
  }

  .mv__title {
    width: 83.2vw;
    margin: 0 0 4vw;
  }

  .mv__logo {
    width: 46vw;
    margin: 0 0 4vw;
    padding: 0;
  }

  .mv__img {
    position: absolute;
    width: 34.93vw;
    right: 6vw;
    top: 12.4vw;
  }

  .mv__text {
    width: 72vw;
    padding: 0;
  }
}

/* mv menu */
[class^="mv__menu__box-"] {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
}

[class^="mv__menu__box-"] p {
  margin: 0;
}

[class^="mv__menu__box-"] a:hover {
  opacity: .7;
}

.box-account__head {
  color: var(--navy);
  font-weight: 600;
}

.box-account__btn a {
  display: block;
  color: #fff;
  text-align: center;
  font-weight: 600;
  background: var(--red);
  border-radius: 10px;
}

.box-account__btn i {
  margin-right: 5px;
}

.box-account__foot {
  color: var(--red);
  font-weight: 500;
}

.box-login__title {
  color: #fff;
  text-align: center;
  font-weight: 600;
  background: var(--navy);
  border-radius: 10px;
}

.mv__menu__box-login ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--gray);
}

.mv__menu__box-login li a {
  display: block;
  color: #fff;
  font-weight: 500;
  background: #5087c8;
}

@media (min-width:1250px) {
  .mv__menu {
    position: fixed;
    /*top: 28%;*/
    top: 304px;
    right: calc((25% - 7.25%) - 190px);
    z-index: 10;
  }

  [class^="mv__menu__box-"] {
    box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.4);
  }
}

@media screen and (min-width:768px) {
  .mv__menu__inner {
    width: 190px;
  }

  .mv__menu__box-account {
    margin-bottom: 20px;
  }

  .box-account__head,
  .box-account__foot {
    font-size: 15px;
  }

  .box-account__btn {
    font-size: 20px;
    margin: 10px 0;
  }

  .box-login__title {
    font-size: 21px;
    margin-bottom: 10px;
  }

  .mv__menu__box-login ul {
    margin-bottom: 15px;
  }

  .mv__menu__box-login li {
    font-size: 15px;
    padding: 2px 5px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width:1249px) and (min-width:768px) {
  .mv__menu {
    margin: 0;
    padding: 50px;
    background: var(--l-blue);
  }

  .mv__menu__inner {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
    align-items: baseline;
    justify-content: center;
  }

  [class^="mv__menu__box-"] {
    box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.4);
  }

  [class^="mv__menu__box-"] a {
    padding: 5px;
  }

  .box-account__head,
  .box-account__foot {
    font-size: 20px;
  }

  .mv__menu__box-login li,
  .mv__menu__box-login p {
    font-size: 18px;
  }
}

@media screen and (max-width:767px) {
  .mv__menu {
    padding: 6.66vw 8vw;
    background: var(--l-blue);
  }

  .mv__menu__inner {
    width: 63.33vw;
    margin: 0 auto;
  }

  .mv__menu__box-account {
    padding: min(2.66vw, 20px);
    box-shadow: 18px 18px 12px rgba(0, 0, 0, 0.4);
  }

  .box-account__head {
    font-size: min(4.66vw, 33px);
  }

  .box-account__btn {
    margin: 2vw 0;
  }

  .box-account__btn a {
    font-size: min(6.53vw, 47px);
    line-height: 1;
    padding: 10px 15px;
  }

  .box-account__foot {
    font-size: min(4.66vw, 33px);
  }
}

/* 共通
------------------------------*/
[class*="section-"] {
  padding: 50px 30px 60px;
}

[class*="section-"]>.inner {
  max-width: 885px;
  margin-left: auto;
  margin-right: auto;
}

[class*="section-"] h3 {
  font-size: 36px;
  color: var(--cp-color);
  line-height: 1.27em;
  margin-bottom: 20px;
}

@media screen and (max-width:767px) {
  [class*="section-"] {
    padding: 6.66vw 8vw;
  }

  [class*="section-"] h3 {
    font-size: 4.26vw;
    margin-bottom: 2.66vw;
    letter-spacing: -0.01em;
  }
}

/* section-01
------------------------------*/
.sec01__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-top: 40px;
}

.sec01__item h3:not(:first-child) {
  margin-top: 30px;
}

.sec01__item h4 {
  font-size: 22px;
  font-weight: bold;
  color: var(--cp-color);
  position: relative;
  padding-left: 1.1em;
  margin-top: .5em;
}

.sec01__item h4::before {
  content: "";
  width: 20px;
  height: 20px;
  background: var(--cp-color);
  display: block;
  border-radius: 50%;
  position: absolute;
  top: .5em;
  left: 0;
}

.sec01__item h4 ._note {
  font-size: 12px;
  vertical-align: text-top;
  color: #000000;
  font-weight: normal;
}

.sec01__text {
  font-size: 16px;
  line-height: 1.75;
}

.sec01__note {
  font-size: 12px;
  text-indent: -2em;
  padding-left: 2em;
  margin-top: .5em;
}

.sec01__link {
  text-align: right;
  margin-top: .5em;
}

.sec01__link a {
  font-size: 18px;
  font-weight: bold;
  color: var(--cp-color);
}

.sec01__link a:hover {
  opacity: .7;
}

.sec01__container.mt5 {
  margin-top: 0;
}

.mt5__img {
  background: url("/assets/img/fx_point/img_mt5_01.jpg") no-repeat center bottom / cover;
}

.transfer .sec01__text h3 {
  letter-spacing: -.05em;
}

.transfer__banner:not(:first-child) {
  margin-top: 15px;
}

.features .sec01__text strong {
  color: #00b400;
  font-size: 1.2em;
  line-height: 1em;
}

.features__tel {
  display: flex;
  align-items: center;
  margin: 0;
}

.features__tel dt {
  background: var(--cp-color);
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  padding: 0px 17px 0 4px;
  position: relative;
}

.features__tel dt::after {
  content: "";
  display: block;
  border-top: 1em solid transparent;
  border-right: .5em solid #fff;
  border-bottom: 1em solid #fff;
  border-left: .5em solid transparent;
  position: absolute;
  top: 0;
  right: 0;
}

.features__tel dd {
  margin: 0;
  font-size: 30px;
  font-weight: bold;
  padding-left: 3px;
}

.features__tel dd a {
  color: var(--cp-color);
}

.market__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 25px;
}

.market__box {
  display: block;
  background: #dce6fa;
  padding: 15px 18px;
  height: 100%;
}

a.market__box:hover {
  opacity: .7;
}

[class^="market__item"] h4 {
  text-align: center;
  font-size: 19px;
  line-height: 1.53;
  margin-bottom: 10px;
  color: #053553;
}

.market__text {
  font-size: 15px;
  line-height: 1.58;
  text-align: justify;
  letter-spacing: .01em;
}

.market__item01 .market__img {
  width: 38%;
  margin-left: 10px;
  float: right;
}

.market__item02 .market__inner {
  display: flex;
  flex-direction: column-reverse;
  align-items: end;
}

.market__item02 .market__img {
  width: 36%;
  margin-top: -10px;
}

.market__item03 .market__img {
  width: 37%;
  margin: 0 0 0 8px;
  float: right;
}

.market__item04 .market__img {
  width: 38%;
  margin: 0 0 0 8px;
  float: right;
}

.market__item05 .market__img {
  width: 35%;
  margin: 0 0 0 10px;
  float: right;
}

.market__item06 .market__img {
  width: 35%;
  margin: 0 0 0 8px;
  float: right;
}

@media screen and (max-width:767px) {
  .sec01__container {
    display: block;
    margin-top: 0;
  }

  .sec01__item {
    margin-top: 6.66vw;
  }

  .sec01__item h3:not(:first-child) {
    margin-top: 6.66vw;
  }

  .sec01__item h4 {
    font-size: 3.73vw;
    margin-top: 2vw;
  }

  .sec01__item h4::before {
    width: 2.66vw;
    height: 2.66vw;
  }

  .sec01__item h4 ._note {
    font-size: 2.4vw;
  }

  .sec01__text {
    font-size: 3.2vw;
    line-height: 1.66;
  }

  .sec01__link a {
    font-size: 4vw;
  }

  .sec01__note {
    font-size: 2.4vw;
  }

  .mt5 .sec01__item.sec01__text {
    margin-top: 0;
  }

  .mt5__img {
    aspect-ratio: 630/446;
    margin-top: 2vw;
  }

  .transfer__img {
    margin-top: 2vw;
  }

  .transfer__banner:not(:first-child) {
    margin-top: 3.33vw;
  }

  .features__tel dt {
    font-size: 3.73vw;
    padding: 0px 4vw 0 1.86vw;
  }

  .features__tel dd {
    font-size: 6.4vw;
    padding-left: .533vw;
  }

  .market {
    margin-top: 8vw;
  }

  .market__container {
    grid-template-columns: 1fr;
    gap: 2.66vw;
  }

  [class^="market__item"] {
    position: relative;
  }

  .market__box {
    padding: 2.66vw 0 2.66vw 3.2vw;
  }

  [class^="market__item"] h4 {
    text-align: left;
    font-size: 3.73vw;
    margin-bottom: 1.33vw;
  }

  [class^="market__item"] .market__inner {
    display: block;
  }

  .market__text {
    font-size: 3.06vw;
    line-height: 1.69;
    width: 55.2vw;
  }

  [class^="market__item"] .market__img {
    float: none;
    margin: 0;
    width: 25vw;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }

  .market__item01 .market__img {
    padding: 0 2vw;
  }

  .market__item02 .market__img {
    padding: 0 4vw;
  }

  .market__item03 .market__img {
    padding: 0 2vw;
  }

  .market__item04 .market__img {
    padding: 2vw 1.33vw 0;
  }

  .market__item05 .market__img {
    padding: 0 4vw;
  }

  .market__item06 .market__img {
    padding: 0 4vw;
  }
}

/* section-02
------------------------------*/
.section-02 {
  background: #f0f0f0;
}

.report__heading {
  text-align: center;
  border-top: 2px dashed var(--cp-color);
  border-bottom: 2px dashed var(--cp-color);
  position: relative;
  margin: 7px 0 20px;
  padding: 10px 0 22px;
}

.report__heading:before {
  content: "";
  display: block;
  width: 100%;
  border-top: 3px solid var(--cp-color);
  position: absolute;
  top: -9px;
}

.report__heading h3 {
  margin-bottom: 10px;
}

.report__heading p {
  font-size: 18px;
  line-height: 1.77;
}

.report__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 25px;
}

.report__box {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: stretch;
}

a.report__box:hover {
  opacity: .7;
}

.report__title {
  background: var(--cp-color);
  color: #fff;
  font-size: min(24px, 2.46vw);
  font-weight: bold;
  line-height: 1.33;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 0 0%;
  padding: 9px 0;
}

.report__text {
  background: #fff;
  padding: 15px 0;
}

.report__name {
  font-size: min(18px, 1.9vw);
  font-weight: 500;
}

.report__position {
  font-size: min(15px, 1.58vw);
  font-weight: 300;
}

.report__label {
  position: absolute;
  top: -10px;
  right: -6px;
  background: #006aa6;
  color: #fff;
  font-size: 14px;
  border-radius: 50%;
  line-height: 18px;
  text-align: center;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.report__label strong {
  font-size: 1.3em;
  font-weight: normal;
  line-height: 1em;
}

.mypage h4 {
  color: var(--cp-color);
  font-size: 22px;
  text-align: center;
  background-image: linear-gradient(to right, #053553 5px, transparent 5px);
  background-size: 10px 2px;
  background-position: center left;
  background-repeat: repeat-x;
  margin: 20px 0 10px;
}

.mypage h4 span {
  background: #f0f0f0;
  padding: 0 10px;
}

.mypage .report__title {
  font-size: min(18px, 1.9vw);
  line-height: 1.44;
}

@media screen and (max-width:767px) {
  .report__heading {
    border-top: .3vw dashed var(--cp-color);
    border-bottom: .3vw dashed var(--cp-color);
    margin: .93vw 0 2.66vw;
    padding: 1.33vw 0 2.93vw;
  }

  .report__heading:before {
    border-top: .4vw solid var(--cp-color);
    top: -1.2vw;
  }

  .report__heading h3 {
    margin-bottom: 1.33vw;
  }

  .report__heading p {
    font-size: 3.2vw;
    line-height: 1.66;
  }

  .report__container {
    grid-template-columns: 1fr;
    gap: 2.4vw;
  }

  .report__box {
    text-align: left;
  }

  .report__title {
    font-size: 3.73vw;
    line-height: 1.14;
    justify-content: start;
    padding: 1.2vw 2.66vw;
  }

  .report__text {
    padding: 0 2.66vw .66vw;
  }

  .report__name {
    font-size: 2.93vw;
    display: inline-block;
    padding-right: 1em;
  }

  .report__position {
    font-size: 2.66vw;
    display: inline-block;
  }

  .report__label {
    top: 2vw;
    right: 2.66vw;
    font-size: 2.26vw;
    line-height: 1.29;
    width: 8.53vw;
    height: 8.53vw;
  }

  .mypage h4 {
    font-size: 3.73vw;
    background-image: linear-gradient(to right, #053553 .66vw, transparent .66vw);
    background-size: 1.33vw .26vw;
    margin: 3.33vw 0 2vw;
  }

  .mypage h4 span {
    padding: 0 10px;
  }

  .mypage .report__title {
    font-size: 3.2vw;
    line-height: 1.33;
  }
}

/* section-note
------------------------------*/
.section-note {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-note p {
  font-size: 14px;
  line-height: 1.64;
  color: var(--cp-color);
  letter-spacing: 0.01em;
}

@media screen and (max-width:767px) {
  .section-note {
    padding-top: 4.8vw;
    padding-bottom: 4.8vw;
  }

  .section-note p {
    font-size: 3.06vw;
    line-height: 1.60;
  }
}
/* section-faq Add 20250808 for SEO task
------------------------------*/
.section-faq {
  padding-top: 80px;
}
.section-faq h3 {
  text-align: center;
  border-top: 3px solid var(--cp-color);
  padding-top: 8px;
}
.faq__que {
  background: #dce6fa;
  border: 1px solid #969696;
  font-size: 24px;
  color: var(--cp-color);
  font-weight: 500;
  padding: 10px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq__que p {
  margin-right: .5em;
}
.faq__ans {
  padding: 12px 16px 15px 54px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: .01em;
  background: #f0f0f0 url("/assets/img/st/icon_faq_ans.png") no-repeat top 14px left 18px / 24px;
  display: none;
}
.faq__que.is-open i {
  transform: rotate(90deg);
}
.faq__que:not(:first-child) {
  margin-top: -1px;
}
.faq__ans b {
  font-weight: bold;
}
.faq__ans b._red {
  color: #f00;
}
.faq__ans a {
  font-weight: bold;
  color: #0000ff;
}
.faq__ans .text-indent {
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width:767px) {
  .section-faq {
    padding-top: 8vw;
  }
  .section-faq h3 {
    border-top: .4vw solid var(--cp-color);
    padding-top: 1.06vw;
  }
  .faq__que {
    border: .13vw solid #969696;
    font-size: 3.46vw;
    padding: 1.33vw 2.66vw;
  }
  .faq__ans {
    padding: 1.6vw 2.66vw 1.86vw 7.73vw;
    font-size: 2.93vw;
    line-height: 1.36;
    background: #f0f0f0 url("/assets/img/st/icon_faq_ans.png") no-repeat top 1.6vw left 2.66vw / 4vw;
  }
  .faq__que:not(:first-child) {
    margin-top: -.13vw;
  }
}