.conditions_page .kv {
  padding: 18.9rem 0 17.9rem;
  background: url(../img/conditions/kv.jpg) center/cover no-repeat;
}
.conditions_page .kv .kv_ttl {
  text-align: left;
  color: var(--color-white);
}
.conditions_page .kv .in {
  position: relative;
}
.conditions_page .kv img {
  position: absolute;
  width: 40rem;
  right: 2.2rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .conditions_page .kv {
    padding: 8.9rem 0 36.3rem;
    background-image: url(../img/conditions/kv_sp.jpg);
  }
  .conditions_page .kv .kv_ttl {
    text-align: center;
  }
  .conditions_page .kv img {
    width: 24rem;
    left: 50%;
    top: auto;
    bottom: -30rem;
    transform: translateX(-50%);
  }
}



.conditions_page .terms {
  padding: 15.5rem 0 6rem;
  margin-top: -15.9rem;
  background: url(../img/conditions/terms_bg.jpg) center top/100% auto no-repeat;
  background: #f5f5f5;
}
.conditions_page .terms .flex {
  gap: 12rem;
  justify-content: space-between;
  align-items: flex-start;
}
.conditions_page .terms .flex_left {
  width: 48rem;
}
.conditions_page .terms .flex_left img {
  width: 60rem;
  margin: 6.7rem 0 0 -12rem;
}
.conditions_page .terms .flex_left .ttl_h2 {
  font-size: 4.8rem;
}
.conditions_page .terms .flex_right {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem 4rem;
  width: calc(100% - 48rem - 12rem);
}
.conditions_page .terms .flex_right .item {
  width: calc(50% - 2rem);
}
.conditions_page .terms .flex_right .item .img {
  position: relative;
  width: 100%;
  height: 20rem;
  border-radius: 1rem;
  margin-bottom: 2.4rem;
  overflow: hidden;
}
.conditions_page .terms .flex_right .item .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.conditions_page .terms .flex_right .item .ttl_h3 {
  margin-bottom: 3rem;
  font-size: 2.4rem;
  color: var(--color-blue);
}
.conditions_page .terms .flex_right .item .txt {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .conditions_page .terms {
    padding: 10.3rem 0 7rem;
    margin-top: -10.9rem;
    background: url(../img/conditions/terms_bg_sp.jpg) center top/100% auto no-repeat;
  }
  .conditions_page .terms .flex {
    flex-wrap: wrap;
    gap: 6rem;
  }
  .conditions_page .terms .flex_left {
    width: 100%;
  }
  .conditions_page .terms .flex_left .ttl_h2 {
    font-size: 3rem;
  }
  .conditions_page .terms .flex_right {
    width: 100%;
    gap: 6rem;
  }
  .conditions_page .terms .flex_left img {
    width: 32rem;
    margin: 4rem auto 0;
  }
  .conditions_page .terms .flex_right .item {
    width: 100%;
  }
  .conditions_page .terms .flex_right .item .img {
    height: 22.5rem;
  }
}



.conditions_page .terms .black {
  position: relative;
  margin: 10rem -8rem 0;
  padding: 15rem 11rem 14rem;
  border-radius: 10rem;
  background: url(../img/meta-trader/what_bg.jpg) center top/cover no-repeat;
  color: var(--color-white);
}
.conditions_page .terms .black + .black {
  margin-top: 10rem;
}
.conditions_page .terms .black .button {
  margin: 8rem auto 0;
}
.conditions_page .terms .black_head {
  margin-bottom: 10rem;
}
.conditions_page .terms .black_head .ttl_h2 {
  padding: 0;
}
.conditions_page .terms .black_head .ttl_h2::after {
  content: none;
}
.conditions_page .terms .black_head .ttl_sub {
  font-size: 1.8rem;
  color: var(--color-blue);
  margin: 1.2rem 0 0;
}
.conditions_page .terms .contents + .contents {
  margin-top: 15rem;
}
.conditions_page .terms .contents .ttl_h2 {
  font-size: 4.8rem;
  padding-bottom: 2rem;
}
.conditions_page .terms .step_wrap {
  margin-top: 7rem;
}
.conditions_page .terms .step_wrap h4 {
  display: flex;
  align-items: center;
  gap: 1.7rem;
  margin-bottom: 3rem;
  font-size: 3.2rem;
  font-weight: var(--bold);
  color: #00ecbc;
  letter-spacing: 0.02em;
}
.conditions_page .terms .step_wrap h4 img {
  width: 5rem;
}
.conditions_page .terms .step_wrap ol {
  display: flex;
  gap: 7rem;
}
.conditions_page .terms .step_wrap ol li {
  position: relative;
  border-radius: 2rem;
  background: var(--color-white);
  width: calc(33.33% - (7rem * 2 / 3));
}
.conditions_page .terms .step_wrap ol:not(.noarrow) li:not(:first-of-type)::before {
  position: absolute;
  top: 50%;
  left: -4.4rem;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5rem 0 2.5rem 2.4rem;
  border-color: transparent transparent transparent #00ecbc;
  transform: translateY(-50%);
}
.conditions_page .terms .step_wrap ol li .img {
  position: relative;
  width: 100%;
  height: 27rem;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  overflow: hidden;
}
.conditions_page .terms .step_wrap ol li .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.conditions_page .terms .step_wrap ol li .txt_wrap {
  padding: 3.5rem 4rem 4rem;
}
.conditions_page .terms .step_wrap ol li .ttl_h3 {
  margin-bottom: 2.7rem;
  font-size: 2.4rem;
  color: var(--color-txt);
  letter-spacing: 0.02em;
  line-height: 1;
}
.conditions_page .terms .step_wrap ol li .ttl_h3 span {
  display: block;
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
  font-weight: var(--bold);
  color: var(--color-blue);
  line-height: 1;
}
.conditions_page .terms .step_wrap ol li .txt {
  color: var(--color-txt);
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .conditions_page .terms .black {
    margin: 7rem -1.6rem 0;
    border-radius: 2rem;
    padding: 9.7rem 1.6rem 9rem;
  }
  .conditions_page .terms .black + .black {
    margin-top: 7rem;
  }
  .conditions_page .terms .black_head .ttl_h2 {
    font-size: 3.6rem;
  }
  .conditions_page .terms .black_head .ttl_sub {
    font-size: 1.6rem;
  }
  .conditions_page .terms .black_head {
    margin-bottom: 7.6rem;
  }
  .conditions_page .terms .contents .ttl_h2 {
    font-size: 3rem;
  }
  .conditions_page .terms .step_wrap {
    margin-top: 6rem;
  }
  .conditions_page .terms .step_wrap h4 {
    font-size: 2.4rem;
    gap: 1.6rem;
  }
  .conditions_page .terms .step_wrap ol {
    flex-wrap: wrap;
    gap: 4.6rem;
  }
  .conditions_page .terms .step_wrap ol.noarrow {
    gap: 1rem;
  }
  .conditions_page .terms .step_wrap ol li {
    width: 100%;
  }
  .conditions_page .terms .step_wrap ol:not(.noarrow) li:not(:first-of-type)::before {
    left: 50%;
    top: -3.5rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.4rem 2.5rem 0 2.5rem;
    border-color: #00ecbc transparent transparent transparent;
    transform: translateX(-50%);
  }
  .conditions_page .terms .contents + .contents {
    margin-top: 11.6rem;
  }
  .conditions_page .terms .black .button {
    margin-top: 6rem;
  }
}



.conditions_page .bottom {
  padding: 12rem 0 14rem;
  text-align: center;
}
.conditions_page .bottom .lead {
  font-size: 4.8rem;
  font-weight: var(--bold);
  letter-spacing: 0.02em;
}
.conditions_page .bottom .button {
  margin: 3rem auto 0;
}
@media screen and (max-width: 767px) {
  .conditions_page .bottom {
    padding: 7.6rem 0 7rem;
  }
  .conditions_page .bottom .lead {
    font-size: 3rem;
  }
  .conditions_page .bottom .button {
    margin-top: 2rem;
  }
}


/* ----------------------------------
download_wrap
---------------------------------- */
.conditions_page .download_wrap {
  padding: 14rem 0;
  background: url(../img/first-time/download_bg.jpg) center/cover no-repeat;
}
.conditions_page .download_wrap .download {
  margin: 0;
  background: #f5f5f5;
}
.conditions_page .download_wrap .download .txt {
  text-align: center;
}
.conditions_page .download_wrap .download .button span {
  color: var(--color-white);
}
@media screen and (max-width: 767px) {
  .conditions_page .download_wrap {
    padding: 7rem 0;
    background-image: url(../img/first-time/download_bg_sp.jpg);
  }
  .conditions_page .download_wrap .download .df_ttl.center + .txt {
    text-align: left;
  }
}

/* ----------------------------------
link_wrap
---------------------------------- */
.conditions_page .link_wrap {
  background: #f5f5f5;
}
.conditions_page .link_wrap .links {
  flex-wrap: wrap;
  padding: 0;
}
.conditions_page .link_wrap .links .link.wide {
  width: 100%;
  padding: 10.3rem 0 10.2rem 68rem;
}
.conditions_page .link_wrap .links .link.wide::before,
.conditions_page .link_wrap .links .link.wide::after {
  content: none;
}
.conditions_page .link_wrap .links .link.wide .df_ttl {
  margin-bottom: 3rem;
}
.conditions_page .link_wrap .links .link.wide .ttl_h2 {
  padding: 0;
}
.conditions_page .link_wrap .links .link.wide .ttl_h2::after {
  content: none;
}
.conditions_page .link_wrap .links .link.wide .txt {
  max-width: none;
}
.conditions_page .link_wrap .links .link.wide .button {
  margin: 5rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .conditions_page .link_wrap .links .link.wide {
    padding: 0 2rem 5rem;
    background: var(--color-white);
  }
  .conditions_page .link_wrap .links .link.wide img {
    position: static;
    height: auto;
    width: calc(100% + 4rem);
    margin: 0 -2rem 4.6rem; 
  }
  .conditions_page .link_wrap .links .link.wide .ttl_h2 {
    font-size: 3.2rem;
  }
  .conditions_page .link_wrap .links .link.wide .button {
    margin-top: 4rem;
  }
}

/* ----------------------------------
newabout
---------------------------------- */
.conditions_page .newabout {
  padding: 14rem 0;
}
.conditions_page .newabout.bg {
  background: #f5f5f5;
}
.conditions_page .newabout .ttl_h2 {
  font-size: 4.8rem;
  padding: 0;
}
.conditions_page .newabout .ttl_h2::after {
  content: none;
}
.conditions_page .newabout .df_ttl .ttl_sub {
  margin-top: 1.6rem;
  font-size: 1.8rem;
  font-weight: var(--bold);
  color: var(--color-blue);
}
.conditions_page .newabout .df_ttl + .txt {
  text-align: center;
}
.conditions_page .newabout .item {
  max-width: 112rem;
  margin: 6rem auto 0;
}
.conditions_page .newabout .ttl_h3 {
  position: relative;
  border-bottom: 0.3rem solid rgb(17 19 221 / 0.15);
  margin: 0 0 3.8rem;
  padding-bottom: 2rem;
  font-size: 2.2rem;
}
.conditions_page .newabout .ttl_h3::after {
  position: absolute;
  left: 0;
  bottom: -0.3rem;
  content: "";
  display: block;
  height: 0.3rem;
  width: 6rem;
  background: var(--color-blue);
}
.conditions_page .newabout ul,
.conditions_page .newabout ol {
  padding-left: 1.5em;
  margin: 3rem 0;
}
.conditions_page .newabout li {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
.conditions_page .newabout li span {
  color: var(--color-blue);
  font-weight: var(--bold);
}
.conditions_page .newabout li + li {
  margin-top: 1rem;
}
.conditions_page .newabout ul li {
  list-style: disc;
}
.conditions_page .newabout ol li {
  list-style: auto;
}
.conditions_page .newabout ul li::marker {
  content: "・ ";
  font-size: 1.6rem;
  color: var(--color-blue);
}
.conditions_page .newabout ol li::marker {
  color: var(--color-blue);
  font-weight: var(--bold);
}
.conditions_page .newabout .item table {
  width: 100%;
  margin: 2.4rem 0 2.8rem;
}
.conditions_page .newabout .item table th,
.conditions_page .newabout .item table td {
  padding: 1.6rem 0;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  text-align: center;
}
.conditions_page .newabout .item table thead th {
  font-weight: var(--medium);
}
.conditions_page .newabout .item table tbody {
  border-top: 0.2rem solid var(--color-blue);
  border-bottom: 0.2rem solid var(--color-blue);
}
.conditions_page .newabout .item table tbody tr:nth-of-type(odd) {
  background: rgb(17 19 221 / 0.15);
}
.conditions_page .newabout .item table .en {
  font-weight: var(--bold);
  font-size: 1.8rem;
}
.conditions_page .newabout .item .txt .underline {
  text-decoration: underline;
  text-underline-offset: 0.2em;
  font-weight: var(--bold);
}
.conditions_page .newabout .item .box {
  margin-top: 3rem;
  padding: 4rem;
  background: var(--color-white);
  border: 1px solid #e5e5e5;
}
.conditions_page .newabout .item .box > *:first-child {
  margin-top: 0;
}
.conditions_page .newabout .item .box > *:last-child {
  margin-bottom: 0;
}
.conditions_page .newabout .item .box b {
  margin-bottom: 1rem;
  display: block;
  font-weight: var(--bold);
}
.conditions_page .newabout .item .ttl_h4 {
  margin: 5.5rem 0 3.3rem;
  border-left: 0.4rem solid var(--color-blue);
  padding-left: 2rem;
  font-size: 2rem;
  font-weight: var(--bold);
  letter-spacing: 0.04em;
}
.conditions_page .newabout .item .ttl_h4 {
  padding-left: 1.8rem;
  margin: 4rem 0 2.7rem;
  font-size: 1.6rem;
}
.conditions_page .newabout .tabs {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 6rem 0 4rem;
}
.conditions_page .newabout .tabs::before {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 0.2rem;
  background: var(--color-blue);
}
.conditions_page .newabout .tabs .tab_triger {
  width: 56rem;
  padding: 3.4rem 0;
  border: 1px solid #e5e5e5;
  border-bottom: none;
  background: #f5f5f5;
  text-align: center;
  font-size: 2.4rem;
  font-weight: var(--bold);
  letter-spacing: 0.02em;
  cursor: pointer;
}
.conditions_page .newabout .tabs .tab_triger.current {
  background: var(--color-white);
  border-color: var(--color-blue);
  border-width: 0.2rem;
  z-index: 2;
}

.conditions_page .newabout .tab_contents {
  max-width: 112rem;
  margin: 0 auto;
}
.conditions_page .newabout .tab_contents table {
  width: 100%;
  min-width: 112rem;
  display: none;
}
.conditions_page .newabout .tab_contents table.current {
  display: table;
}
.conditions_page .newabout .tab_contents table thead tr,
.conditions_page .newabout .tab_contents table tbody tr:nth-of-type(even) {
  background: rgb(17 19 221 / 0.15);
}
.conditions_page .newabout .tab_contents table th,
.conditions_page .newabout .tab_contents table td {
  padding: 2.6rem 2rem;
  font-size: 1.6rem;
}
.conditions_page .newabout .tab_contents table th {
  font-weight: var(--medium);
}
.conditions_page .newabout .tab_contents table thead th,
.conditions_page .newabout .tab_contents table tbody td {
  text-align: center;
}
.conditions_page .newabout .tab_contents table tbody td span {
  color: var(--color-blue);
  font-weight: var(--bold);
}
.conditions_page .newabout .notes {
  max-width: 112rem;
  margin: 6rem auto 0;
  padding: 4rem;
  border: 1px solid #e5e5e5;
  background: #f5f5f5;
}
.conditions_page .newabout .notes .lead {
  font-size: 1.7rem;
  font-weight: var(--bold);
  letter-spacing: 0.04em;
}
.conditions_page .newabout .notes ol {
  padding-left: 4em;
}
.conditions_page .newabout .notes ol li {
  list-style: none;
  text-indent: -2.3em;
}
@media screen and (max-width: 767px) {
  .conditions_page .newabout {
    padding: 7rem 0;
  }
  .conditions_page .newabout .ttl_h2 {
    font-size: 3rem;
  }
  .conditions_page .newabout .df_ttl .ttl_sub {
    font-size: 1.6rem;
  }
  .conditions_page .newabout .df_ttl + .txt {
    text-align: left;
  }
  .conditions_page .newabout .tabs {
    margin: 5rem 0 2rem
  }
  .conditions_page .newabout .tabs .tab_triger {
    width: 50%;
    padding: 1.9rem 0;
  }
  .conditions_page .newabout .tabs::before {
    width: calc(100% + 3.2rem);
    left: -1.6rem;
  }
  .conditions_page .newabout .tab_contents.yokoscroll {
    overflow-x: scroll;
    margin: 0 -1.6rem;
  }
  .conditions_page .newabout .tab_contents.yokoscroll::-webkit-scrollbar {
    display: none;
  }

  .conditions_page .newabout li {
    font-size: 1.4rem;
  }

  .conditions_page .newabout .item {
    margin-top: 5.2rem;
  }
  .conditions_page .newabout .ttl_h3 {
    font-size: 1.8rem;
    padding-bottom: 1.7rem;
    margin-bottom: 3.5rem;
  }
  .conditions_page .newabout ul, .conditions_page .newabout ol {
    margin: 1.7rem 0;
  }
  .conditions_page .newabout ul li::marker {
    font-size: 1.4rem;
  }
  .conditions_page .newabout .item .box {
    padding: 3rem 2rem;
  }
  .conditions_page .newabout .notes {
    margin-top: 4rem;
    padding: 3rem 2rem;
  }
  .conditions_page .newabout .notes .lead {
    font-size: 1.6rem;
  }
  .conditions_page .newabout .notes ol {
    margin: 2.5rem 0 0;
  }
}