﻿@charset "UTF-8";

body {
  overflow-x: hidden;
}

.pc-block {
  display: block;
}

@media (max-width: 959px) {
  .pc-block {
    display: none !important;
  }
}

.sp-block {
  display: none;
}

@media (max-width: 959px) {
  .sp-block {
    display: block;
  }
}

.pc-block-right {
  width: 55%;
}

@media (max-width: 959px) {
  .pc-block-right {
    width: 100%;
  }
}

.pc-block-left {
  width: 43.5%;
}

@media (max-width: 959px) {
  .pc-block-left {
    width: 100%;
  }
}

.lot-pc {
  width: 49%;
  padding: 0.5em;
}

@media (max-width: 959px) {
  .lot-pc {
    width: 100%;
  }
}

.rate-pc {
  padding: 0.5em;
}

.total-pc {
  padding: 0.5em;
}

.order-date-pc {
  padding: 0.5em;
}

.order-date-pc--top {
  margin-bottom: 0.5em !important;
}

.order-date-pc--bottom {
  margin-top: 0.5em !important;
}

.side-by-side {
  display: flex;
  justify-content: space-between;
}

.order-rate {
  width: 48%;
}


.total-profit {
  width: 44%;
}

.pc-none {
  display: none;
}

@media (max-width: 959px) {
  .pc-none {
    display: block;
  }
}

.account-status {
  width: 140px;
  text-align: center;
  padding: 0 10px;
}

.account-status--ttl {
  margin-bottom: 10px;
}

.account-status--btn {
  border: 1px solid red;
  padding: 0.2em 0.5em 0.2em 0.9em;
  border-radius: 5px;
  color: red;
}

.account-status--btn:hover {
  color: red;
  opacity: 0.7;
}

.chart-horizontal-crosshair {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  border-bottom: 1px dashed #b0b0b0;
  width: 100px;
  display: none;
}

.trade-mid-chart-content>.chart-label-y {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 16px;
  border-radius: 12px;
  background-color: #FFFFFF;
  z-index: 1;
  font-size: 1em;
  font-weight: 700;
  text-align: center;
  border: 1px solid #7D8283;
  color: #7D8283;
}

.trade-mid-chart-content>.chart-label-y.-plus {
  border: 1px solid #FF0000;
  color: #FF0000;
}

.trade-mid-chart-content>.chart-label-y.-minus {
  border: 1px solid #6BB8F6;
  color: #6BB8F6;
}

.chart-vertical-crosshair {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  border-left: 1px dashed #b0b0b0;
  height: 100px;
  display: none;
}

.chart-rate-label-crosshair {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 24px;
  background-color: #2470D291;
  display: none;
}

.chart-time-label-crosshair {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 24px;
  background-color: #2470D291;
  display: none;
}

.chart-touch-area {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media screen and (min-width: 1280px) {
  .chart-touch-area {
    display: none;
  }
}

.copyright>.link-aukabu {
  font-size: 80%;
  margin-top: 4px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.copyright>.link-aukabu>.link-aukabu-a {
  color: #FFFFFF;
}

@media screen and (min-width: 1280px) {
  .copyright>.link-aukabu {
    text-align: right;
    margin-top: -13px;
    padding-right: 80px;
  }
}

.tips-modal-wrap {
  z-index: unset;
}

.tips-modal-wrap.-life {
  margin-right: 3px;
  color: #000000;
}

.tips-modal-wrap.-life.-pc {
  position: unset;
}

.tips-modal-wrap.-life .tips-modal-content {
  width: 234px;
  left: 60px;
}

.tips-modal-wrap.-life .tips-modal-content:before {
  left: 64px;
}

.tips-modal-wrap.-input-lot .tips-modal-content:before {
  left: 40px;
}

.tips-modal-wrap.-input-lot .lot-desc-sp-tips.tips-modal-content:before {
  left: 80%;
}

.tips-modal-wrap.-input-lot .tips-modal-content {
  left: 55px;
}

.tips-modal-content {
  width: 180px;
  font-size: 1em;
  text-align: left;
}

.tips-modal-content.modal-content {
  margin-top: 20px;
}

@media screen and (min-width: 1280px) {
  .tips-modal-wrap.-life {
    margin-left: 5px;
    margin-right: 0;
  }

  .tips-modal-wrap.-life .tips-modal-content {
    width: 234px;
    left: 50%;
  }

  .tips-modal-wrap.-life .tips-modal-content:before {
    left: 50%;
  }
}

.btn-default {
  width: 100%;
  max-width: 120px;
  display: inline-block;
  border: 1px solid #76808F;
  background: #FFFFFF;
  color: #000000;
  font-size: 16px;
  line-height: 1.1875;
  font-weight: 700;
  text-align: center;
  padding: 13px 0 14px;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-gray {
  width: 100%;
  max-width: 120px;
  display: inline-block;
  border: 1px solid #2470D2;
  background: #2470D2;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.1875;
  font-weight: 700;
  text-align: center;
  padding: 13px 0 14px;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-gray:disabled {
  border: 0px;
  background: #76808F7F;
}

.dtrade-play-btn {
  display: inline;
  padding: 6px 8px;
  background-color: #1C75D2;
  border-radius: 4px;
  font-size: 1em;
}

.dtrade-play-btn>.label {
  color: #FFFFFF;
}

@media screen and (min-width: 1280px) {
  .dtrade-play-btn {
    font-size: 14px;
  }
}

.fxranking-btn {
  display: inline;
  padding: 6px 8px;
  background-color: #F54337;
  border-radius: 4px;
  font-size: 1em;
}

.fxranking-btn>.label {
  color: #FFFFFF;
}

@media screen and (min-width: 1280px) {
  .fxranking-btn {
    font-size: 14px;
  }
}

.fxrankingsvg-btn {
  margin-left: 10px;
}

@media screen and (min-width: 1280px) {
  .fxrankingsvg-btn {
    margin-left: 0;
  }
}

.howtouse-btn {
  display: inline;
  padding: 6px;
  background-color: #4EB5AB;
  border-radius: 4px;
  position: relative;
}

.howtouse-btn>.label {
  display: none;
  color: #FFFFFF;
  margin-left: 20px;
}

.howtouse-btn>.label:before {
  content: url("../images/mark/beginner_mark.svg");
  width: 15px;
  height: 15px;
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 4px;
}

.howtouse-btn>.label.-sp {
  display: block;
  font-size: 1em;
}

@media screen and (min-width: 1280px) {
  .howtouse-btn>.label:before {
    width: 20px;
    height: 20px;
  }

  .howtouse-btn>.label.-sp {
    font-size: 14px;
  }
}

@media screen and (min-width: 1280px) {
  .howtouse-btn>.label {
    display: block;
  }

  .howtouse-btn>.label.-sp {
    display: none;
  }
}

.howtousesvg-btn>.link {
  display: none;
}

.howtousesvg-btn>.link.-sp {
  display: block;
}

@media screen and (min-width: 1280px) {
  .howtousesvg-btn>.link {
    display: block;
    margin-left: 10px;
  }

  .howtousesvg-btn>.link.-sp {
    display: none;
  }
}

.menugroup-btn {
  display: none;
}

@media screen and (min-width: 1280px) {
  .menugroup-btn {
    display: flex;
    justify-content: flex-start;
    width: 1280px;
  }

  .menugroup-btn>.howtouse-btn {
    margin-left: 10px;
  }
}

.btn-ranking2 {
  background: #FC2385;
  border-color: #FC2385;
}

.btn-ranking2:hover {
  background: #bc2b16;
  border-color: #bc2b16;
}

.see-ranking-2-btn {
  position: relative;
  display: none;
}

.see-ranking-2-btn>.inner {
  padding: 0;
}

.see-ranking-2-btn>.inner .balloon {
  display: none;
}

.see-ranking-2-btn>.inner .button {
  background: #FC2385;
  padding: 10px 0;
  border-radius: 4px;
}

.see-ranking-2-btn>.inner .button>.link:before {
  color: #FFFFFF;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  content: "";
  left: 12%;
  top: 50%;
  font-size: 14px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.see-ranking-2-btn>.inner .button>.link .label-small,
.see-ranking-2-btn>.inner .button>.link .label {
  text-align: center;
  color: #FFFFFF;
  display: block;
}

.see-ranking-2-btn>.inner .button>.link .label {
  font-size: 16px;
  color: #FFF176;
}

.see-ranking-2-btn>.inner .button>.link .label-small {
  font-size: 1em;
}

.see-ranking-2-btn>.inner .button-svg {
  text-align: center;
  padding: 5px 0;
}

.see-ranking-2-btn.-is-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: #0000007F;
}

.see-ranking-2-btn.-is-fixed>.inner .balloon {
  display: block;
  text-align: center;
  color: #FFFFFF;
  font-size: 1em;
  padding: 5px 0;
}

.see-ranking-2-btn.-is-fixed>.inner .button {
  margin: 0 15px 10px;
}

.see-ranking-2-btn.-is-fixed>.inner .button .link:before {
  top: 60%;
}

@media screen and (min-width: 1280px) {
  .see-ranking-2-btn {
    display: none;
  }
}

.signup-btn {
  border-radius: 4px;
  border: 1px solid #2470D2;
  background: #2470D2;
  padding: 8px 15px 9px;
  text-align: center;
  box-shadow: 0px 4px 8px rgb(36 112 210 / 25%);
}

.signup-btn>.label,
.register-btn>.label {
  width: 100%;
  max-width: 360px;
  color: #fff;
}

.register-btn {
  border-radius: 4px;
  border: 1px solid #FF1B82;
  background: #FF1B82;
  padding: 8px 15px 9px;
  text-align: center;
  width: 150px;
}

.topgroup-btn {
  display: flex;
  justify-content: center;
  background-color: white;
  margin: 0 15px;
  padding: 10px;
}

.topgroup-btn>.fxranking-btn {
  margin-left: 4px;
}

@media screen and (min-width: 1280px) {
  .topgroup-btn {
    display: none;
  }
}

.select-wrap.-contact {
  height: 44px;
}

.select-wrap.-contact>.select-ttl {
  text-align: left;
  padding-top: 15px;
}

.icon-triangle2:before {
  content: "";
}

.input-chart-time-select-base {
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  background: #f8f8f8;
  background-color: #2470D2;
  box-shadow: 2px 4px 14px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  margin-left: 5px;
  color: #FFFFFF;
  width: 135px;
  height: 30px;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
}

@media (max-width: 959px) {
  .input-chart-time-select-base {
    height: 30px;
  }
}

.input-chart-time-select-base.-open {
  overflow: visible;
}

.input-chart-time-select-base.-open>.menu {
  display: block;
  height: 208px;
  width: 100%;
}

.input-chart-time-select-base.-open>.title .icon-arrow_bottom {
  transform: rotate(180deg);
}

.input-chart-time-select-base>.title {
  font-size: 1em;
  line-height: 1.16667;
  font-weight: 700;
  padding: 0 10px 0;
}

.input-chart-time-select-base>.title>.icon-arrow_bottom {
  position: absolute;
  right: 10px;
}

.input-chart-time-select-base>.menu {
  display: none;
  position: absolute;
  top: 28px;
  left: 0;
  z-index: 2;
  background-color: #F0F4F8;
  width: 120px;
  height: 0;
  border-radius: 4px;
}

.input-chart-time-select-base>.menu>.item {
  color: rgba(0, 0, 0, 0.5);
  padding: 4px 8px;
  font-size: 1em;
  font-weight: 700;
  min-inline-size: max-content;
}

.input-chart-time-select-base>.menu>.item:hover {
  color: #FFFFFF;
  background-color: #2470D2;
}

.input-chart-time-select-base>.img-key {
  display: flex;
  position: absolute;
  top: 143px;
  left: 0;
  z-index: 9999999; /* =introjs-showElement */
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 105px;
  border-radius: 4px;
}

.input-chart-coin-select select option {
  color: black;
}

.input-chart-time-select-base>.img-key>.img {
  margin: 17px 38px;
}

.input-chart-time-select-base.-open .select-ttl.title .icon-arrow_bottom {
  top: 11px;
}

.swiper-slide .img-key {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 110px;
  border-radius: 15px 15px 0 0;
}

.swiper-slide .img-key>.img {
  margin: 42px 90px;
  width: 25px;
}

.input-req {
  font-size: 1em;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #FC2385;
  padding: 0 3px 1px;
  margin-left: 5px;
}

.input-any {
  font-size: 1em;
  color: #FFFFFF;
  background-color: gray;
  padding: 0 3px 1px;
  margin-left: 5px;
}

.input-checkbox {
  margin-right: 10px;
}

.input-radio {
  margin-right: 10px;
}

.label-green {
  color: #FFFFFF;
  display: inline-block;
  font-size: 16px;
  line-height: 1.1875;
  font-weight: 700;
  padding: 6px 10px 5px;
  background: #2470D2;
  border-radius: 4px;
  margin-bottom: 20px;
}

.footer-inner {
  padding: 1em;
}

.modal.-alert {
  height: 280px;
}

@media screen and (min-width: 1280px) {
  .modal.-alert {
    height: 300px;
  }
}

.modal.-cookie-alert {
  height: 460px;
  background: linear-gradient(180deg, #E5F9F6 0%, #FFFFFF 33.53%);
  border: 2px solid #2470D2;
  box-sizing: border-box;
  box-shadow: 2px 4px 14px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

.modal.-cookie-alert>.modal-inner {
  padding: 35px 30px 30px;
}

.modal.-cookie-alert .logo {
  text-align: center;
}

.modal.-cookie-alert .cookie {
  position: absolute;
  top: 20px;
  right: 30px;
}

.modal.-cookie-alert .txt {
  margin-top: 20px;
  font-size: 1em;
}

.modal.-cookie-alert .btn-wrap {
  margin-top: 20px;
}

.modal.-cookie-alert .btn-allow {
  width: 100%;
  height: 52px;
  background-image: url("../images/button/btn-fill.svg");
  background-size: 220px 52px;
  background-position: top center;
  background-repeat: no-repeat;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 4px;
}

.modal.-cookie-alert .btn-deny {
  width: 100%;
  height: 52px;
  background-image: url("../images/button/btn-border.svg");
  background-size: 220px 52px;
  background-position: top center;
  background-repeat: no-repeat;
  color: #2470D2;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 4px;
  margin-top: 10px;
}

@media screen and (min-width: 1280px) {
  .modal.-cookie-alert {
    height: 330px;
  }

  .modal.-cookie-alert .btn-wrap {
    display: flex;
  }

  .modal.-cookie-alert .btn-allow {
    width: 50%;
  }

  .modal.-cookie-alert .btn-deny {
    width: 50%;
    margin-top: 0;
  }
}

@media screen and (min-width: 1280px) {
  .modal.-cookie-alert {
    height: 320px;
  }

  .modal.-cookie-alert>.modal-inner {
    padding: 0 30px;
  }
}

.modal.-member-regis>.modal-inner {
  padding: 20px;
}

.modal.-member-regis>.modal-inner .modal-content {
  margin: 0;
}

.modal.-member-regis>.modal-inner .modal-content .logo {
  text-align: center;
}

.modal.-member-regis>.modal-inner .modal-content .txt {
  margin-top: 20px;
  font-size: 1em;
}

.modal.-member-regis>.modal-inner .modal-content .btn-wrap {
  margin-top: 20px;
}

.modal.-member-regis>.modal-inner .modal-content .btn-regis {
  width: 100%;
  height: 33px;
  background-image: url("../images/button/btn-fill.svg");
  background-size: 150px 33px;
  background-position: top center;
  background-repeat: no-repeat;
  color: #FFFFFF;
  font-size: 1em;
  font-weight: 700;
  padding-bottom: 4px;
}

.modal.-member {
  height: auto;
  margin: auto;
  width: auto;
  border-radius: 4px
}

.modal.-member-regis {
  height: fit-content;
  max-width: fit-content;
  box-sizing: border-box;
  box-shadow: 2px 4px 14px rgb(0 0 0 / 15%);
  border-radius: 4px;
  margin: auto;
}

.modal.-alert {
  height: fit-content;
  width: auto;
  margin: auto;
  border-radius: 4px;
}

.modal.-op-account {
  height: fit-content;
}

.quit-br {
  display: block;
}

@media screen and (min-width: 1280px) {
  .quit-br {
    display: none;
  }
}

.ranking-item-single .ranking-point {
  padding: 20px 10px 20px;
}

.ranking-point .ranking-point-content {
  padding-left: 0;
  font-size: 1em;
}

.ranking-point .ranking-point-content .icon-rec {
  width: 40px;
}

.ranking-point .ranking-point-content .detail-txt-box {
  margin: 20px 20px 0 20px;
  font-size: 1em;
}

.ranking-pr .ranking-pr-inner>.ranking-pr-btn .btn-ranking-txt {
  display: block;
}

.ranking-pr .ranking-pr-inner>.ranking-pr-btn .btn-ranking-txt-small {
  display: block;
  margin-left: 0;
}

@media screen and (min-width: 1280px) {
  .ranking-pr .ranking-pr-inner>.ranking-pr-btn .btn-ranking-txt {
    display: inline;
  }

  .ranking-pr .ranking-pr-inner>.ranking-pr-btn .btn-ranking-txt-small {
    display: inline;
  }
}

.trade-input-range {
  width: 60%;
  margin: 0 auto;
}

.trade-input-range>.range-input {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  background: #EFEFEF;
  height: 4px;
  width: 100%;
  border-radius: 10px;
  border: solid 1px #CACACA;
}

.trade-input-range>.range-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 0;
  background: #2470D2;
  color: #FFFFFF;
  box-shadow: 0px 4px 8px rgb(36 112 210 / 25%);
}

#breadcrumb.st-post-data-breadcrumb {
  margin: 0 0 20px 10px;
}

.stbox-wrap {
  width: 50%;
  display: flex;
  padding: 1em;
  border: 2px solid #e4f0fb;
  border-radius: 1em;
  margin: 0.5em;
  background: #ffffff;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  background-image: linear-gradient(#ffffff, #f0f4f8);
  box-shadow: 3px 4px 10px rgb(36 112 210 / 29%);
}

.study-box {
  display: flex;
  margin: 0 0.35em 0.5em;
  align-items: flex-start;
}

.study-title {
  color: #1A63CF;
  font-size: 1.45em;
  text-align: center;
  margin: 0.35em 0;
  letter-spacing: initial;
}

.study-content-txt {
  font-size: 0.9em;
  line-height: 1.4;
  text-align: center;
  color: #000000;
}

.study-img {
  width: 120px;
}

.stbox-wrap .signup-btn a {
  display: block;
}

@media (max-width: 959px) {
  .stbox-wrap {
    padding: 0.5em 0.5em 0.75em;
    border: 2px solid #e4f0fb;
    margin: 0em 0.25em 0.5em;
    justify-content: flex-start;
    flex-wrap: wrap;
    box-shadow: 4px 3px 8px rgb(36 112 210 / 29%);
  }


  .study-box {
    display: flex;
    margin: 0;
    align-items: center;
    flex-direction: column;
  }

  .study-title {
    color: #1A63CF;
    font-weight: bold;
    font-size: 1.25em;
    text-align: center;
    margin: 0.35em 0 0.5em;
    letter-spacing: initial;
  }

  .study-content-txt {
    font-size: 0.8em;
  }

  .study-img {
    height: 85px;
    margin-bottom: 0.5em;
    width: auto;
  }

  img.st-box-img {
    height: 100%;
  }
}

@media screen and (min-width: 1280px) {
  .trade-input-range {
    display: none;
  }
}

.trade-bid-ask-tip {
  left: 50%;
  right: 50%;
  top: 32px;
  border-radius: 0 0 4px 4px;
  margin-left: -10px;
  padding: 0px 3px;
  position: absolute;
  background: #fff;
  width: 20px;
}

.trade-col+.trade-col {
  margin-top: 5px;
}

.trade-mid-movie>.btn {
  max-width: 99%;
}

.trade-mid-movie>.btn-ranking {
  top: 0;
  left: 0;
}

.trade-mid-movie>.btn-ranking:hover {
  top: 5;
  left: 5;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.trade-mid-lot-country>.trade-mid-lot-country-img img {
  width: 25px;
}

.trade-mid-lot-country>.trade-front-select {
  width: 90%;
  padding-left: 4px;
  margin: 0 auto;
}

@media (max-width: 959px) {
  .trade-mid-lot-country>.trade-front-select {
    width: 100%;
  }
}

.trade-mid-lot-country>.trade-front-select .select-ttl {
  text-align: left;
  font-size: 1em;
  /* padding: 8px 10px 0; */
}

.trade-mid-lot-country>.trade-front-select .select-ttl-txt {
  margin-left: 0px;
}

.trade-mid-lot-country>.trade-front-select .icon-arrow_bottom {
  right: 5px, ;
}

.trade-mid-lot-country>.trade-mid-lot-country-name {
  display: none;
}

.trade-mid-movie.-summary>.btn {
  max-width: 340px;
}

.trade-mid-chart-content {
  position: relative;
  overflow: hidden;
}

.trade-mid-rate-magnification {
  padding-top: 15px;
  width: 64px;
}

.trade-mid-rate>.spread-label {
  position: absolute;
  top: 0;
  left: 1px;
  width: 100%;
  text-align: center;
  font-size: 1em;
  font-weight: 700;
  z-index: 1;
}

.header-nav-wrap-scroll {
  justify-content: flex-start;
}

.header-right {}

.header-name-wrap {
  display: none;
}

.modal-content {
  margin-top: 0;
}

.topgroup-btn {
  margin: 0 0;
}

.main-inner.-trade-page {
  padding: 0 0 38px;
}

.main-inner.-trade-page>.inner {
  padding-left: 0;
  padding-right: 0;
}

.footer-nav {
  margin-left: 10px;
}

.trade-mid-lot-updown-btn {
  background: #2470D2;
  color: #FFFFFF;
  box-shadow: 0px 4px 8px rgba(36, 112, 210, 0.25);
  width: 20px;
  height: 20px;
}

.trade-mid-lot-num {
  width: 49%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  min-height: 25px;
  background: none;
  mix-blend-mode: normal;
  box-shadow: none;
  border-radius: 10px;
}

.trade-mid-lot-num-ttl-pc {
  width: 100px;
  white-space: nowrap;
  font-size: 1em;
  line-height: 1.16667;
  font-weight: normal;
}

.trade-mid-lot-updown-pc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
}

.mypage-column {
  /* display: flex; */
  justify-content: space-between;
}

.mypage-chart {
  width: 50%;
}

p {
  margin-bottom: 0px;
}

.well.well-sm.detail-well {
  font-size: 1.2em;
  line-height: 1.4;
}

.well.well-sm.detail-well img.icon-rec {
  margin: 1em;
}

.ranking-point-ttl {
  display: none;
}

.ranking-overview-col.border .ranking-overview-col-inner>.ranking-overview-order:last-child>.ranking-overview-item {
  border-right: none;
  border-bottom: none;
}

.lottie-player-win,
.lottie-player-draw,
.lottie-player-lose {
  width: 100%;
  height: 300px;
}

@media (max-width: 959px) {

  .lottie-player-win,
  .lottie-player-draw,
  .lottie-player-lose {
    height: 180px;
  }

  .ranking-overview-col.border .ranking-overview-losscut>.ranking-overview-item {
    border-bottom: none;
  }

  .ranking-overview-col.border .ranking-overview-col-inner>.ranking-overview-losscut:last-child>.ranking-overview-item:last-child {
    border-right: none;
    border-bottom: none;
  }

  .well.well-sm.detail-well {
    font-size: 1em;
  }

  .ranking-point .ranking-point-content {
    padding-left: 0;
    font-size: 1em;
    line-height: 1.2;
  }

  .trade-front-item.is-active {
    display: none;
  }

  .trade-mid-rate-num {
    display: block;
  }

  .trade-mid-chart-head {
    padding: 2px 0.25em;
  }

  .trade-order-tag {
    width: 100%;
  }

  .header-nav-wrap {
    padding-top: 0;
  }

  .header-name-wrap {
    border-top: 0px;
    display: block;
  }

  .header-nav {
    display: none;
  }

  .header-name {
    text-align: center;
  }

  .header-trade-list {
    padding: 0 10px;
    width: 15%;
    top: 0em;
    right: -5px;
  }

  .visual {
    height: 600px;
  }

  .top-step {
    margin-top: 0;
  }

  .l-header-trade .header-logo {
    display: block;
    margin-top: 0;
    margin-left: 1em;
    margin-right: 0;
  }

  .l-header-trade .header-logo.-trade-page {
    display: block;
    margin-right: 0;
    margin-top: 0;
  }

  .sp-view {
    display: none;
  }

  input[type=text],
  input[type=search],
  input[type=url],
  input[type=datetime],
  input[type=date],
  input[type=month],
  input[type=week],
  input[type=time],
  input[type=password],
  input[type=number],
  input[type=tel],
  input[type=email],
  textarea {
    font-size: 13px;
  }
}

@media screen and (min-width: 1280px) {
  .trade-mid-chart-head {
    position: relative;
  }

  #chart-head-currency-sp {
    position: absolute;
    left: 40%;
    margin-left: -78px;
  }
}

@media screen and (min-width: 1280px) {
  .trade-mid-lot-country>.trade-mid-lot-country-img img {
    width: unset;
  }

  #chart-head-currency-sp {
    position: absolute;
    left: 40%;
    margin-left: -71px;
  }
}

@media screen and (min-width: 1280px) {
  .trade-mid-movie.-sp {
    display: none;
  }

  .modal-content {
    margin-top: 30px;
  }

  .main-inner.-trade-page {
    padding: 0 0 30px;
  }

  .inner {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-nav {
    margin-left: 0;
  }

  .footer-logo {
    margin-left: 0;
  }
}

.trade-mid-lot-wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

/* @media screen and (min-width: 1280px) {
  .trade-col+.trade-col {
    margin-top: 0px;
  }

  .trade-mid-lot-wrap {
    margin-top: 0;
    height: 100%;
    padding-bottom: 5px;
    padding-top: 5px;
  }

  .trade-mid-lot-bottom {
    margin-top: 20px;
  }

  .trade-mid-rate {
    margin-top: 0px;
  }

  .trade-mid-details {
    margin-top: 0px;
  }
} */

.trade-result-profit-text {
  display: flex;
  justify-content: center;
}

.trade-result-profit-text>.modal-ttl-txt {
  width: 240px;
  border-radius: 4px;
  padding: 10px 0;
}

.trade-result-talk {
  font-size: 18px;
  font-weight: 700;
  margin: 1em;
  color: #ffffff;
}

.trade-result-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.trade-result-bg.result1,
.trade-result-bg.result2,
.trade-result-bg.result3 {
  margin: 16px 0 0 0;
}

.trade-result-bg.result5,
.trade-result-bg.result6,
.trade-result-bg.result7 {
  margin: 18px 0 0 0;
}

@media (min-width: 1280px) {

  .trade-result-bg.result1,
  .trade-result-bg.result2,
  .trade-result-bg.result3 {
    margin: 10px 0 0 0;
  }
}

.trade-result-star {
  margin-bottom: 10px;
}

.trade-result-star>.star-img {
  height: 20px;
}

.how-to-use {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(18, 22, 29, 0.8);
  width: 100%;
  height: 100%;
  z-index: 1;
}

.how-to-use>.box {
  position: absolute;
  top: 0;
  left: 0;
  width: 265;
  padding: 10px;
  color: #000000;
  background-color: rgba(255, 255, 255, 0.7);
  line-height: 1.2;
  font-weight: 700;
  border-radius: 4px;
}

.how-to-use>.box:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 10%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 10px 6px;
  border-color: transparent transparent rgba(255, 255, 255, 0.7) transparent;
}

.text-dark {
  color: #000000;
}

.text-red {
  color: #FF0000;
}

._color-red {
  color: #FC2385 !important;
}

._color-blue {
  color: #2570d2 !important;
}

._color-red2 {
  color: #FC2385 !important;
}

._jc-center {
  justify-content: center !important;
}

._mt-10 {
  margin-top: 10px !important;
}

._mb-5 {
  margin-bottom: 5px !important;
}

._mb-30 {
  margin-bottom: 30px !important;
}

._mr-10 {
  margin-right: 10px !important;
}

._text-underline {
  text-decoration: underline !important;
}

._text-center {
  text-align: center !important;
}

.navi {
  background: #FFFFFF;
  box-shadow: 10px 10px 10px #dfe8f17d;
  border-radius: 15px;
  padding: 15px;
  z-index: 9;
  margin-right: 20px;
  width: 150px;
  height: fit-content;
}

.navi ul {
  padding: 0px;
  list-style-type: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-top: 1em;
  margin-left: -0.6em;
}

.navi .var_nav {
  margin-bottom: 0;
}

.navi .link_bg {}

.navi .link_bg i {
  position: relative;
}

.navi .link_title {
  width: 100%;
  z-index: 3;
  color: #000000;
  display: flex;
  align-items: center;
  margin: 0 0 1.5em;
}

.navi .navi .var_nav:hover .link_bg {
  width: 100%;
  background: #E01B6A;
}

.navi .var_nav:hover a {
  font-weight: bold;
}

.navi .icon {
  text-align: center;
  color: #000000;
  margin-right: -4px;
  margin-left: -4px;
  width: 38.5%;
}

.navi .icon i {
  top: 22px;
  position: relative;
}

.navi .var_nav a {
  display: block;
  color: #000000;
  text-decoration: none;
  font-size: 1em;
  min-width: 95px;
}

.navi .var_nav a:hover {
  color: #2470D2;
  /*animation: poyoyon2 1s ease-in-out 1 forwards;*/
}

@keyframes poyoyon2 {
  0% {
    transform: scale(1.0, 1.0) translate(0, 0);
  }

  15% {
    transform: scale(0.98, 0.9) translate(0, 5px);
  }

  30% {
    transform: scale(1.02, 1.0) translate(0, 8px);
  }

  50% {
    transform: scale(0.98, 1.05) translate(0, -8px);
  }

  70% {
    transform: scale(1.0, 0.9) translate(0, 5px);
  }

  100% {
    transform: scale(1.0, 1.0) translate(0, 0);
  }

  0%,
  100% {
    opacity: 1;
  }
}

.navi span {
  display: block;
}

.gradation-mask {
  width: 60px;
  height: 110px;
  position: absolute;
  right: 0;
  z-index: 9;
  background: linear-gradient(270deg, #F0F4F8 15%, rgba(240, 244, 248, 0) 100%);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.howto-img {}

.howto-img a img {
  width: 150px;
}

.inline-radio {
  display: flex;
  overflow: hidden;
  font-size: 1em;
  line-height: 1.16667;
  font-weight: normal;
  border: 1px solid #F0F4F8;
  background: #F0F4F8;
  border-radius: 4px;
  letter-spacing: 0.01em;
}

.inline-radio div {
  position: relative;
  flex: 1;
  height: 3em;
}

.inline-radio input {
  width: 100%;
  height: 100%;
  opacity: 0;
}

.inline-radio label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  border-right: 1px solid #ffffff;
}

.inline-radio div:last-child label {
  border-right: 0;
}

.inline-radio input:checked+label {
  background: #2470D2;
  font-weight: 500;
  color: #fff;
  transition: all 0.5s 0s ease;
}

.dropdown {
  position: relative;
  display: block;
  margin-top: 0.5em;
  padding: 0;
  background: #F0F4F8;
  border-radius: 4px;
}

.dropdown select {
  width: 100%;
  margin: 0;
  background: none;
  border: 1px solid transparent;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  font-size: 1.25em;
  color: #77808f;
  padding: .6em 1.9em .5em .8em;
  line-height: 1.3;
}

.dropdown::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 8px;
  top: 50%;
  right: 1em;
  margin-top: -4px;
  z-index: 2;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12'%3E%3Cpolygon fill='rgb(102,102,102)' points='8,12 0,0 16,0'/%3E%3C/svg%3E") 0 0 no-repeat;
  /* These hacks make the select behind the arrow clickable in some browsers */
  pointer-events: none;
}

.icon-radio input[type=radio]+label:before {
  content: "";
  display: inline-block;
  background-size: contain;
  width: 50px;
  height: 50px;
  margin: 1em;
}

.icon-radio input[type=radio][value="1"]+label:before {
  background-image: url(/assets/images/common/icon_01.png);
}

.icon-radio input[type=radio][value="2"]+label:before {
  background-image: url(/assets/images/common/icon_01.png);
}

.icon-radio input[type=radio][value="3"]+label:before {
  background-image: url(/assets/images/common/icon_01.png);
}

.icon-radio input[type=radio][value="4"]+label:before {
  background-image: url(/assets/images/common/icon_01.png);
}

.icon-radio input[type=radio][value="5"]+label:before {
  background-image: url(/assets/images/common/icon_01.png);
}

.icon-radio input[type=radio][value="6"]+label:before {
  background-image: url(/assets/images/common/icon_01.png);
}

.icon-radio input[type=radio][value="7"]+label:before {
  background-image: url(/assets/images/common/icon_01.png);
}

.icon-radio input[type=radio]:checked+label::before {
  border: 3px solid #2470d2;
  box-sizing: border-box;
  border-radius: 100px;
}

.icon-radio input[type=radio] {
  display: none;
}

.sns-btn-wrap,
.sns-btn-wrap:hover {
  border: none;
  padding: 0;
  background: #f0f4f8;
}

.sns-btn {
  display: flex;
  align-items: center;
  font-size: 16px;
}

.yahoo-on .sns-btn-wrap .sns-btn {
  background: #ff0032;
}

.line-on .sns-btn-wrap .sns-btn {
  background: #4CC764;
}

.twitter-on .sns-btn-wrap .sns-btn {
  background: #1D9BF0;
}

.google-on .sns-btn-wrap .sns-btn {
  background: #3E82F1;
}

.facebook-on .sns-btn-wrap .sns-btn {
  background: #1877F2;
}

.sns-icon {
  background: #fff;
  padding: 1em;
  border-radius: 0.2em;
  margin: 0.1em 1em 0.1em 0.1em;
}

.sns-font {
  font-size: 16px;
}

.sns-font-logout {
  font-size: 16px;
  color: #000000;
}

.sns-icon img {
  width: 24px;
}

.sns-logout-btn,
.sns-logout-btn:hover {
  background: #f0f4f8;
  padding: 13px 24px;
  border: none;
  color: #000000;
  font-size: 14px;
  width: 150px;
}

.sns-login-btn,
.sns-login-btn:hover {
  background: #2470D2;
  padding: 13px 24px;
  border: none;
  color: #fff;
  font-size: 14px;
  width: 150px;
  box-shadow: 0px 4px 8px rgb(36 112 210 / 25%);
}

.study-content main {
  border-radius: 1em;
  padding: 3em 5em;
  margin: 0 0 25px;
}

.study-content {
  width: 1200px;
}

.pc-width {
  width: 1500px;
}

.study-content .trade-col .trade-mid-inner .trade-mid-item main article .post {
  padding-bottom: 50px;
}

main {
  margin: 0;
}

table tr td,
table tr th {
  border-top-color: #e5eef7;
  border-bottom-color: #e5eef7;
  border-left-color: #e5eef7;
  border-right-color: #e5eef7;
  ;
}

.study-content .trade-col .trade-mid-inner .trade-mid-item main article .post {
  padding-bottom: 0px;
}

.modal-mail-flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #FFFFFF;
  margin: 1em 150px;
}

.modal-mail-flex img {
  width: 28px;
  margin: 0 1em 0 0;
}

.modal-mail-flex .yellow {
  color: #ffd21e;
  font-size: 1.25em;
}

.modal-mail-btn,
.modal-mail-btn:hover {
  padding: 0.5em 0;
  font-size: 1.25em;
  min-width: 400px;
}

.btn-close {
  margin: 1.5em 0;
}

.btn-close a {
  color: #FFFFFF;
}

a.btn.btn-top.modal-close {
  padding: 13px 2em;
}

@media (max-width: 959px) {
  .modal-mail-flex {
    margin: 0 25px 0.75em;
  }

  .modal-mail-flex img {
    width: 20px;
  }

  .modal-mail-btn,
  .modal-mail-btn:hover {
    padding: 0.5em 0;
    font-size: 1.15em;
    min-width: 300px;
  }
}

@media only screen and (min-width: 1280px) {

  .st-box-btn.st-pc-show-4 li,
  .post .st-box-btn.st-pc-show-4 li,
  .post ul.st-box-btn.st-pc-show-4 li:last-child {
    width: 50%;
  }
}

.st-box-btn-text {
  font-weight: bold;
  font-size: 1.5em;
}

.log-col {
  background: #FFFFFF;
  box-shadow: 10px 10px 10px #dfe8f17d;
  border-radius: 15px;
  padding: 25px 50px 50px;
  z-index: 9;
  margin: 20px;
  width: 100%;
  height: fit-content;
}

@media only screen and (min-width: 1280px) {
  .post-card-list.is-large-columns-4 .post-card-list-item {
    width: calc(25% - 16px);
  }
}

.st-pagelink {
  padding: 20px;
  text-align: center;
  margin-bottom: 0px;
  display: table;
  width: 100%;
}

@media print,
screen and (min-width: 960px) {
  .st-pagelink .page-numbers {
    padding: 12px 28px;
    border-radius: 0.25em;
  }
}


red {
  color: #FC2385 !important;
}

blue {
  color: #2570d2 !important;
}

s {
  text-decoration: none;
  font-size: 0.85em;
}

input:not(.st-form-nowide):not([type=checkbox]):not([type=radio]):not([type=submit]):not([type="image"]),
textarea,
select {
  width: 100%;
}

.trade-mid-lot-num-txt span {
  width: 50px;
}

.trade-date {
  display: none;
}

.check-l {
  border-radius: 0.5em 0 0 0.5em;
}

.check-r {
  border-radius: 0 0.5em 0.5em 0;
}

.order-date-list {
  display: flex;
  align-items: center;
  background: #f0f4f8;
  margin: 0.25em 0;
  border-radius: 4px;
  justify-content: space-between;
}

.order-date-title {
  font-size: 1em;
  background: #76808f;
  color: #fff;
  padding: 0.3em 0.5em;
  border-radius: 1em;
  display: flex;
  align-items: center;
}

.order-date-list .order-date-list .order-date-title {
  font-size: 1em;
  background: none;
  color: #000000;
  padding: 0.3em 0.5em;
  border-radius: 1em;
  display: flex;
  align-items: center;
}

.order-date-list .order-date-list {
  padding: 0;
  margin: 0.5em;
  background: none;
  border-radius: 0;
}

.trade-mid-lot-area {
  display: flex;
}

input#trade-lot-input {
  background: #fff;
  border: none;
  width: 60%;
}

.sp-chart-head {
  display: none;
}

.pc-head {
  display: block;
}

.sp-head {
  display: none;
}

.pc-notview {
  display: none;
}

.aco-column {
  width: 100%;
  flex-direction: column;
  margin-right: 0.5em;
}

.aco-column:last-child {
  margin-right: 0;
}

.aco-column .order-date-title {
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}

.bottom-menu {
  display: none;
}

.order-lot {
  background: none;
  padding: 1em 0 0.5em;
  flex-direction: row;
}

.sns-loginbtn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 1em;
}

thead th,
thead td {
  z-index: 1;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

#side aside ul.st-box-btn li,
.st-box-btn li,
.post .st-box-btn li,
.post ul.st-box-btn li:last-child {
  display: flex;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  box-shadow: none;
  text-align: center;
  padding: 0.5em 0.5em 0;
  border: 3px solid #2570d2;
  border-radius: 0.5em;
  margin: 1em 0.5em 1.5em;
  background: #f0f4f8;
}

.st-box-btn img.st-box-img {
  margin: 0.5em auto 1em;
}

@media (max-width: 959px) {
  .st-box-btn img.st-box-img {
    margin: 7px auto;
  }
}

.st-box-btn li a {
  padding: 1em 1.5em 0;
}

.st-box-btn li a.label {
  padding: 0.3em;
  width: 120px;
}

.st-box-btn .signup-btn {
  margin-bottom: 1em;
}

.post .st-box-btn,
.st-box-btn {
  flex-wrap: nowrap;
  margin-bottom: 0;
  justify-content: center;
}

.st-box-btn li.content-study {
  border: none;
  background: none;
}

.st-box-btn li.content-study a {
  padding: 0;
}

.trade-result-profit-text>.modal-ttl-txt {
  width: 100%;
  background: #ffffff;
  border-radius: 1em;
  box-shadow: 0 0 2em #2470d2;
  margin: 0 2.5em 2em;
}

@media (max-width: 959px) {
  .trade-result-profit-text>.modal-ttl-txt {
    margin: 0 2.5em 1em;
  }

  .result-recommend {
    margin: 0 2.5em 0em;
  }
}

.result-recommend {
  background: #ffffff;
  border-radius: 1em;
  padding: 20px;
  margin: 0 2.5em 2em;
}

.modal-content {
  margin-top: 0px;
}

.word-accordion {
  margin: 0em auto;
  max-width: 100%;
}

.word-toggle {
  display: none;
}

.word-option {
  position: relative;
  margin-bottom: 0.5em;
}

.word-title,
.word-content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.word-title {
  border: solid 1px #f0f4f8;
  padding: 0.75em;
  display: block;
  color: #000000;
  font-weight: bold;
  border-radius: 0.25em;
}

.word-title::after,
.word-title::before {
  content: "";
  position: absolute;
  right: 1.5em;
  top: 1em;
  width: 2px;
  height: 0.75em;
  background-color: #999;
  transition: all 0.3s;
}

.word-title::after {
  transform: rotate(90deg);
}

.word-content {
  max-height: 0;
  overflow: hidden;
}

.word-content p {
  margin: 0;
  padding: 0.5em 1em 1em;
  font-size: 0.9em;
  line-height: 1.5;
}

.word-toggle:checked+.word-title+.word-content {
  max-height: 500px;
  transition: all 1.5s;
}

.word-toggle:checked+.word-title::before {
  transform: rotate(90deg) !important;
}

.content-post-slider .post-slide-image,
.post-card-list .post-card-image {
  background: #f0f4f8;
}

.catname {
  font-size: 13px;
  line-height: 1em;
  color: #1a1a1a;
  display: inline-block;
  white-space: nowrap;
  padding: 8px 8px;
  margin-top: 5px;
  border-radius: 2px;
  text-decoration: none;
  background: #ffffff;
}

.h2modoki,
h2:not(.st-css-no2) {
  background: #f0f4f8;
  border: none;
  border-radius: 0.25em;
  color: #000000;
  font-size: 1.3em;
  padding: 0.5em 1em;
}

.rank-column-txt {
  display: flex;
  margin: 1em 0;
}

.rank-column-ic {
  width: 18%;
}

.rank-column-ic img {
  width: 32px;
}

.rank-column-title {
  width: 82%;
  font-weight: bold;
  text-align: left;
  margin: 0 0 0 0.5em;
}

.rank-column-title a {
  font-size: 1.1em;
}

.rank-column-title small {
  font-weight: normal;
  font-size: 1em;
}

.rank-column-image {
  position: relative;
  margin-bottom: 1.5em;
  /* margin: -0.75em 0 1.75em; */
}

@media (max-width: 959px) {
  .rank-column-image img {
    width: 100%;
  }
}

.rank-column-image-2 {
  margin-top: 1em;
}

.rank-column-bnr img {
  width: 90%;
}

@media (max-width: 959px) {
  .rank-column-bnr img {
    width: 60%;
  }
}

.content-list__items {
  max-width: 1580px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media (max-width: 959px) {
  .content-list__items {
    display: none;
  }
}

.content-list__item {
  font-size: 19px;
  line-height: 0.8;
  border-left: 1px solid rgb(221, 221, 221);
}

.content-list__item:last-child {
  border-right: 1px solid rgb(221, 221, 221);
}

.content-list__item a {
  display: flex;
  align-items: center;
  padding: 0 16px;
}

.content-list__item a:hover {
  opacity: 0.7;
  text-decoration: none !important;
}

.content-list__item .img-normal {
  width: 26px;
  height: 26px;
  object-fit: contain;
  margin-right: 0.5em;
}

.content-list__item .img-big {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-right: 0.3em;
}

.content-list__item h3 {
  font-size: 16px;
  text-align: left;
  line-height: 1;
  color: #444444;

  /* padding: 0.8rem 0;
  margin-bottom: 0.2rem;
  background-image: linear-gradient(90deg, #000000 0 20px, transparent 20px 25px, #2470D2 0 25px);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: bottom;
  color: #444444;
  font-weight: bold; */
}

@media (max-width: 1100px) {
  .content-list__item h3 {
    font-size: 14px;
  }
}

@media (max-width: 1000px) {
  .content-list__item h3 {
    font-size: 13px;
  }
}

.underline {
  position: relative;
}

.underline::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #2470D2;
}


hr {
  margin: 20px 0;
}

.swiper-slide {
  margin-right: 0.25em;
}

.header-trade {
  display: none;
}

.tutorial-title {
  margin-bottom: 1em;
  font-size: 1.25em;
  color: #2470D2;
}

.tutorial-text {
  line-height: 1.75;
  margin-bottom: 1em;
}

.signup-merit {
  width: 55%;
  margin: 0 auto;
}

.red {
  color: #e53935;
}

input.empty-check {
  font-size: 1.25em;
  color: #77808f;
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]),
textarea,
select {
  padding-left: 0;
}

ul.list-unstyled {
  padding: 1em 1.5em 1em 0.5em;
}

.signup-btn.study-btn {
  background: #ff1c82;
  border: rgb(255 28 130);
  box-shadow: 0px 4px 8px rgb(255 28 130 / 25%);
}

.toggle-switch {
  position: absolute;
  left: 1em;
  padding: 0.5em;
  border-radius: 0.5em;
  border: 1px solid #959595;
  background: #ffffff21;
}

.close-modal-trade-result {
  position: absolute;
  right: 1rem;
  margin-top: 10px;
  z-index: 10;
}

.toggle-text {
  margin-bottom: 1em;
  font-size: 0.85em;
  color: #fff;
}

.toggle-switch input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}

.toggle-switch label {
  width: 50px;
  height: 17px;
  background: #ccc;
  position: relative;
  display: inline-block;
  border-radius: 46px;
  transition: 0.4s;
  box-sizing: border-box;
}

.toggle-switch input:checked+label {
  background-color: #2570d2;
}

.toggle-switch label:after {
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  left: -3px;
  top: -3px;
  z-index: 2;
  background: #fff;
  box-shadow: 0 0 5px rgb(0 0 0 / 20%);
  transition: 0.4s;
}

.toggle-switch input:checked+label:after {
  left: 30px;
}

.login-ttl-bottom {
  text-align: center;
  font-size: 1em;
  line-height: 1.5;
}

@media (max-width: 959px) {
  .login-ttl-bottom {
    text-align: left;
  }
}

h1:not(.st-css-no2) {
  color: #2570d2;
  margin-bottom: 30px;
  margin-top: 50px;
}

.loader {
  /* display: none; */
  margin: 200px auto;
  font-size: 1em;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.btn_ranking a {
  z-index: auto;
}

.select-wrap {
  height: 38px;
}

.check-btn-chart {
  width: 58px;
  height: 38px;
}

.input-chart-time-select-base {
  width: 205px;
  height: 38px;
}

.main-bnr {
  border-radius: 20px;
}

.trade-mid-rate-ttl-txt {
  font-size: 42px;
  font-weight: bolder;
}

.trade-mid-rate-item {
  padding: 16px 0;
}

@-webkit-keyframes load5 {

  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #2570d2, 1.8em -1.8em 0 0em rgba(37, 112, 210, 0.2), 2.5em 0em 0 0em rgba(37, 112, 210, 0.2), 1.75em 1.75em 0 0em rgba(37, 112, 210, 0.2), 0em 2.5em 0 0em rgba(37, 112, 210, 0.2), -1.8em 1.8em 0 0em rgba(37, 112, 210, 0.2), -2.6em 0em 0 0em rgba(37, 112, 210, 0.5), -1.8em -1.8em 0 0em rgba(37, 112, 210, 0.7);
  }

  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(37, 112, 210, 0.7), 1.8em -1.8em 0 0em #2570d2, 2.5em 0em 0 0em rgba(37, 112, 210, 0.2), 1.75em 1.75em 0 0em rgba(37, 112, 210, 0.2), 0em 2.5em 0 0em rgba(37, 112, 210, 0.2), -1.8em 1.8em 0 0em rgba(37, 112, 210, 0.2), -2.6em 0em 0 0em rgba(37, 112, 210, 0.2), -1.8em -1.8em 0 0em rgba(37, 112, 210, 0.5);
  }

  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(37, 112, 210, 0.5), 1.8em -1.8em 0 0em rgba(37, 112, 210, 0.7), 2.5em 0em 0 0em #2570d2, 1.75em 1.75em 0 0em rgba(37, 112, 210, 0.2), 0em 2.5em 0 0em rgba(37, 112, 210, 0.2), -1.8em 1.8em 0 0em rgba(37, 112, 210, 0.2), -2.6em 0em 0 0em rgba(37, 112, 210, 0.2), -1.8em -1.8em 0 0em rgba(37, 112, 210, 0.2);
  }

  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(37, 112, 210, 0.2), 1.8em -1.8em 0 0em rgba(37, 112, 210, 0.5), 2.5em 0em 0 0em rgba(37, 112, 210, 0.7), 1.75em 1.75em 0 0em #2570d2, 0em 2.5em 0 0em rgba(37, 112, 210, 0.2), -1.8em 1.8em 0 0em rgba(37, 112, 210, 0.2), -2.6em 0em 0 0em rgba(37, 112, 210, 0.2), -1.8em -1.8em 0 0em rgba(37, 112, 210, 0.2);
  }

  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(37, 112, 210, 0.2), 1.8em -1.8em 0 0em rgba(37, 112, 210, 0.2), 2.5em 0em 0 0em rgba(37, 112, 210, 0.5), 1.75em 1.75em 0 0em rgba(37, 112, 210, 0.7), 0em 2.5em 0 0em #2570d2, -1.8em 1.8em 0 0em rgba(37, 112, 210, 0.2), -2.6em 0em 0 0em rgba(37, 112, 210, 0.2), -1.8em -1.8em 0 0em rgba(37, 112, 210, 0.2);
  }

  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(37, 112, 210, 0.2), 1.8em -1.8em 0 0em rgba(37, 112, 210, 0.2), 2.5em 0em 0 0em rgba(37, 112, 210, 0.2), 1.75em 1.75em 0 0em rgba(37, 112, 210, 0.5), 0em 2.5em 0 0em rgba(37, 112, 210, 0.7), -1.8em 1.8em 0 0em #2570d2, -2.6em 0em 0 0em rgba(37, 112, 210, 0.2), -1.8em -1.8em 0 0em rgba(37, 112, 210, 0.2);
  }

  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(37, 112, 210, 0.2), 1.8em -1.8em 0 0em rgba(37, 112, 210, 0.2), 2.5em 0em 0 0em rgba(37, 112, 210, 0.2), 1.75em 1.75em 0 0em rgba(37, 112, 210, 0.2), 0em 2.5em 0 0em rgba(37, 112, 210, 0.5), -1.8em 1.8em 0 0em rgba(37, 112, 210, 0.7), -2.6em 0em 0 0em #2570d2, -1.8em -1.8em 0 0em rgba(37, 112, 210, 0.2);
  }

  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(37, 112, 210, 0.2), 1.8em -1.8em 0 0em rgba(37, 112, 210, 0.2), 2.5em 0em 0 0em rgba(37, 112, 210, 0.2), 1.75em 1.75em 0 0em rgba(37, 112, 210, 0.2), 0em 2.5em 0 0em rgba(37, 112, 210, 0.2), -1.8em 1.8em 0 0em rgba(37, 112, 210, 0.5), -2.6em 0em 0 0em rgba(37, 112, 210, 0.7), -1.8em -1.8em 0 0em #2570d2;
  }
}

@keyframes load5 {

  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #2570d2, 1.8em -1.8em 0 0em rgba(37, 112, 210, 0.2), 2.5em 0em 0 0em rgba(37, 112, 210, 0.2), 1.75em 1.75em 0 0em rgba(37, 112, 210, 0.2), 0em 2.5em 0 0em rgba(37, 112, 210, 0.2), -1.8em 1.8em 0 0em rgba(37, 112, 210, 0.2), -2.6em 0em 0 0em rgba(37, 112, 210, 0.5), -1.8em -1.8em 0 0em rgba(37, 112, 210, 0.7);
  }

  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(37, 112, 210, 0.7), 1.8em -1.8em 0 0em #2570d2, 2.5em 0em 0 0em rgba(37, 112, 210, 0.2), 1.75em 1.75em 0 0em rgba(37, 112, 210, 0.2), 0em 2.5em 0 0em rgba(37, 112, 210, 0.2), -1.8em 1.8em 0 0em rgba(37, 112, 210, 0.2), -2.6em 0em 0 0em rgba(37, 112, 210, 0.2), -1.8em -1.8em 0 0em rgba(37, 112, 210, 0.5);
  }

  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(37, 112, 210, 0.5), 1.8em -1.8em 0 0em rgba(37, 112, 210, 0.7), 2.5em 0em 0 0em #2570d2, 1.75em 1.75em 0 0em rgba(37, 112, 210, 0.2), 0em 2.5em 0 0em rgba(37, 112, 210, 0.2), -1.8em 1.8em 0 0em rgba(37, 112, 210, 0.2), -2.6em 0em 0 0em rgba(37, 112, 210, 0.2), -1.8em -1.8em 0 0em rgba(37, 112, 210, 0.2);
  }

  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(37, 112, 210, 0.2), 1.8em -1.8em 0 0em rgba(37, 112, 210, 0.5), 2.5em 0em 0 0em rgba(37, 112, 210, 0.7), 1.75em 1.75em 0 0em #2570d2, 0em 2.5em 0 0em rgba(37, 112, 210, 0.2), -1.8em 1.8em 0 0em rgba(37, 112, 210, 0.2), -2.6em 0em 0 0em rgba(37, 112, 210, 0.2), -1.8em -1.8em 0 0em rgba(37, 112, 210, 0.2);
  }

  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(37, 112, 210, 0.2), 1.8em -1.8em 0 0em rgba(37, 112, 210, 0.2), 2.5em 0em 0 0em rgba(37, 112, 210, 0.5), 1.75em 1.75em 0 0em rgba(37, 112, 210, 0.7), 0em 2.5em 0 0em #2570d2, -1.8em 1.8em 0 0em rgba(37, 112, 210, 0.2), -2.6em 0em 0 0em rgba(37, 112, 210, 0.2), -1.8em -1.8em 0 0em rgba(37, 112, 210, 0.2);
  }

  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(37, 112, 210, 0.2), 1.8em -1.8em 0 0em rgba(37, 112, 210, 0.2), 2.5em 0em 0 0em rgba(37, 112, 210, 0.2), 1.75em 1.75em 0 0em rgba(37, 112, 210, 0.5), 0em 2.5em 0 0em rgba(37, 112, 210, 0.7), -1.8em 1.8em 0 0em #2570d2, -2.6em 0em 0 0em rgba(37, 112, 210, 0.2), -1.8em -1.8em 0 0em rgba(37, 112, 210, 0.2);
  }

  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(37, 112, 210, 0.2), 1.8em -1.8em 0 0em rgba(37, 112, 210, 0.2), 2.5em 0em 0 0em rgba(37, 112, 210, 0.2), 1.75em 1.75em 0 0em rgba(37, 112, 210, 0.2), 0em 2.5em 0 0em rgba(37, 112, 210, 0.5), -1.8em 1.8em 0 0em rgba(37, 112, 210, 0.7), -2.6em 0em 0 0em #2570d2, -1.8em -1.8em 0 0em rgba(37, 112, 210, 0.2);
  }

  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(37, 112, 210, 0.2), 1.8em -1.8em 0 0em rgba(37, 112, 210, 0.2), 2.5em 0em 0 0em rgba(37, 112, 210, 0.2), 1.75em 1.75em 0 0em rgba(37, 112, 210, 0.2), 0em 2.5em 0 0em rgba(37, 112, 210, 0.2), -1.8em 1.8em 0 0em rgba(37, 112, 210, 0.5), -2.6em 0em 0 0em rgba(37, 112, 210, 0.7), -1.8em -1.8em 0 0em #2570d2;
  }
}

@media (max-width: 959px) {
  .trade-mid-lot-wrap {
    display: block;
    padding: 0 1em 1.5em;
  }

  h1:not(.st-css-no2) {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .signup-merit {
    width: 100%;
  }

  #side aside ul.st-box-btn li,
  .st-box-btn li,
  .post .st-box-btn li,
  .post ul.st-box-btn li:last-child {
    border: 2px solid #2570d2;
    margin: 0.25em;
  }

  .st-box-btn li a {
    padding: 0.5em 0.5em 0;
  }

  .st-box-btn .signup-btn {
    padding: 0.5em 0;
    font-size: 1em;
  }

  .pc-head {
    display: none;
  }

  .sp-head {
    display: block;
  }

  .sp-view {
    display: block;
  }

  .topgroup-btn,
  .navi,
  .gradation-mask {
    display: none;
  }

  main.l-main {
    padding: 0;
  }

  .sp-float {
    flex-direction: column;
  }

  .trade-mid-lot-country {
    display: flex;
  }

  .trade-mid-left {
    border-radius: 0px;
    padding: 0px;
    box-shadow: none;
  }

  .trade-mid-right {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
  }


  .trade-mid-lot-num {
    width: 90px;
    padding: 0;
  }

  .trade-input-range {
    width: 40%;
  }

  .trade-mid-rate-ttl-txt {
    font-size: 24px;
  }

  .trade-mid-rate-num {
    margin-top: 0px;
    font-size: 16px;
  }

  .trade-mid-rate-num span {
    font-size: 24px;
  }

  .trade-mid-rate-item {
    padding: 7.5px 0;
  }

  .trade-mid-rate {
    margin: 0.3em 0 0;
  }

  .trade-mid-rate-item.bid,
  .trade-mid-rate-item.ask {
    border-radius: 15px;
  }

  .trade-order {
    border-radius: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
  }

  .trade-order-table {
    width: 345px;
    margin: 0 auto;
  }

  div#order-total {
    overflow-x: auto;
  }

  .main-bnr {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
  }

  .trade-order {
    padding: 15px;
    margin: 0 0 1em;
    box-shadow: none;
  }

  .trade-mid-right {
    margin: 0 0 1em;
  }

  .header-menu {
    display: none;
  }

  span.trade-mid-lot-country-img {
    display: none;
  }

  div#trade-input-range {
    display: none;
  }

  .trade-front-wrap {
    flex-wrap: nowrap;
  }

  .trade-front-item:nth-child(even) {
    margin-top: 14px;
  }

  .trade-mid-lot-country>.trade-mid-lot-country-img img {
    width: 65px;
  }

  .trade-date {
    display: block;
  }

  .header-trade-list-container .accordion-content-inner {
    width: 345px;
    position: absolute;
    right: 0.25em;
    top: 2em;
    background: rgb(255, 255, 255);
    padding: 0.5em;
    border-radius: 15px;
    box-shadow: 10px 10px 10px #dfe8f17d;
    z-index: 99;
  }

  .sp-chart-head {
    display: flex;
    padding: 0 0.5em;
    justify-content: space-between;
    align-items: flex-start;
  }

  .header-fixed {
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    background: #fafafa;
    position: fixed;
    z-index: 5;
    display: flex;
    align-items: center;
  }

  .header-inner {
    flex-wrap: nowrap;
  }

  .bottom-menu {
    display: block;
  }

  .mini-text {
    font-size: 0.55em;
  }

  ul.bottom-menu {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    border-top: 1px solid #f0f4f8;
    z-index: 30;
    display: flex;
    align-items: flex-end;
    height: 48px;
  }

  ul.bottom-menu li {
    float: left;
    width: 25%;
    list-style-type: none;
    text-align: center;
    font-size: 20px;
  }

  .bottom-menu li a {
    display: block;
    color: #808080;
    padding-top: 10px;
    padding-bottom: 5px;
    line-height: 10px;
    text-decoration: none;
  }

  .bottom-menu li a img {
    height: 1.15em;
  }

  .bottom-menu li a:hover {
    color: #a9a9a9;
  }

  ul.menu-second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
  }

  ul.menu-second-level li a {
    border-top: 1px dashed #a9a9a9;
    font-size: 15px;
    line-height: 30px;
  }

  .menu-second-level li a:hover {
    height: 100%;
    background: lightgrey;
  }

  li.menu-width-max ul.menu-second-level {
    position: absolute;
    bottom: 47px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
  }

  li.menu-width-max:hover ul.menu-second-level {
    bottom: 47px;
    visibility: visible;
    opacity: 1;
  }

  li.menu-width-max ul.menu-second-level li {
    float: left;
    width: 100%;
    border: none;
  }

  #footer {
    margin-bottom: 48px;
  }

  input#trade-lot-input {
    background: #ffffff;
  }

  .study-content main {
    border-radius: 0;
    padding: 1em 0;
    margin: 0 0 1em;
  }

  .study-content {
    width: 100%;
  }

  .study-content .trade-col .trade-mid-inner .trade-mid-item main article .post {
    padding-bottom: 0;
  }

  .mypage-column {
    flex-direction: column;
  }

  .mypage-chart {
    width: 100%;
  }

  .copyright {
    padding: 2em 0 7em;
  }

  .page-ttl {
    font-size: 18px;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .form-item-content {
    overflow-x: auto;
  }

  .sns-logout-btn,
  .sns-logout-btn:hover,
  .sns-login-btn,
  .sns-login-btn:hover {
    padding: 13px 1em;
    width: 90px;
    margin-left: 1em;
    font-size: 1em;
  }

  .sns-font,
  .sns-font-logout {
    font-size: 14px;
  }

  .sns-icon {
    margin: 0.1em 0.5em 0.1em 0.1em;
  }

  .st-box-btn-text {
    font-size: 1.25em;
  }

  .st-box-btn p {
    text-align: justify;
  }

  .form-item+.form-item {
    margin-top: 25px;
  }

  .def-table th {
    width: 95px;
  }

  .def-table th,
  .def-table td {
    display: inline-block;
  }

  .mypage-column .trade-order {
    padding: 0px;
    margin: 0 0 1em;
    box-shadow: none;
  }

  .mypage-column .trade-order-list {
    justify-content: center;
  }

  .mypage-column .trade-order-list>li {
    font-size: 1em;
  }

  .log-col {
    margin: 0 0 20px;
    padding: 1em 1.5em;
    border-radius: 0px;
  }

  .pc-width {
    width: 100%;
  }

  .contents-wrap .l-main .main-inner .inner {
    display: block;
  }

  .select-wrap {
    height: 30px;
  }

  .modal.-member {
    height: fit-content;
    margin: auto 1em;
  }

  .modal.-member-regis {
    margin: auto 1em;
    height: 180px;
  }

  .modal.-alert {
    margin: auto 1em;
    height: 200px;
  }

  .trade-result-talk {
    margin: 0.5em;
  }

  .order-date-list {
    padding: 0.3em 0.5em;
  }

  .sp-chart-head .order-date-list {
    margin: 0.5em 0 0.3em;
  }

}

.d-block {
  display: block;
}

.d-none {
  display: none;
}

@media (max-width: 959px) {
  #currency-pair .flag-icon-selected {
    display: none;
  }

  .input-chart-time-select-base .title {
    min-inline-size: max-content;
  }

  .trade-mid-lot-area {
    flex-direction: column;
  }

  .sma-box .sma-label {
    display: none;
  }

  .sma-box {
    padding: 0px 0px !important;
  }

  .sma-box .sma-input {
    margin-left: 5px !important;
  }

  .order-date-title {
    font-size: 10px;
  }

  .trade-mid-chart-head {
    align-items: center;
  }

  .check-btn-chart {
    height: 32px;
  }

  .input-chart-time-select-base {
    height: 32px;
  }

  .input-chart-time-select-base.-open>.menu {
    top: 34px !important;
    z-index: 10;
  }

  #currency-pair .img-key {
    top: 65px !important;
    z-index: 9999999; /* =introjs-showElement */
  }

  .input-chart-time-select .img-key {
    top: 138px !important;
  }

  .input-chart-time-select-base.-open .select-ttl.title .icon-arrow_bottom {
    top: 8px;
  }

  .select-ttl [class^='icon-'],
  .select-ttl [class*=' icon-'] {
    right: 5px;
  }

  .header-trade-list-icon {
    top: -18px;
  }

  .d-md-block {
    display: block;
  }

  .d-md-none {
    display: none;
  }
}

.trade-mid-chart-btn {
  width: calc(100% - 120px);
}

.hover-item:hover {
  opacity: 1;
}

ul.list-unstyled.guide img {
  display: none;
}

.ranking-pr-balloon {
  display: none;
}

.trade-mid-chart-btn {
  width: calc(100% - 120px);
}

.hover-item:hover {
  opacity: 1;
}

.z-index-10 {
  z-index: 10 !important;
}

.menu-current-pair {
  min-width: 150px;
}

.menu-current-pair li.item {
  display: flex;
  align-items: end;
  background-color: #F0F4F8;
}

.menu-current-pair li.item span {
  flex-grow: 1;
}

#currency-pair .flag-icon {
  width: 45px;
}

#currency-pair .flag-icon-selected {
  width: 45px;
  position: absolute;
  bottom: 6px;
  right: 31px;
}

.hover-item:hover {
  opacity: 1;
}

.cookie-consent-popup {
  position: fixed;
  bottom: 15px;
  z-index: 9999;
  left: 0;
  right: 0;
}

.cookie-consent-popup__content {
  margin: auto;
  max-width: 600px;
  background: white;
  padding: 40px;
  border-radius: 8px;
  color: black;
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

.cookie-button-wrapper {
  margin-top: 20px;
  text-align: center;
}

.cookie-button-wrapper p {
  line-height: 24px;
}

.cookie-button {
  height: 50px;
  border-radius: 25px;
  min-width: 175px;
  font-weight: 600;
}

.cookie-consent-popup__agree {
  background: #db2b2b;
  color: white;
}

.cookie-consent-popup__disagree {
  text-decoration: underline 1px;
  color: #444444;
  min-width: 110px;
}

.plus-time {
  position: relative;
}

.plus-time::after {
  content: "今ならプラス";
  font-weight: bold;
  position: absolute;
  width: 120px;
  height: 30px;
  background: #FB2285;
  color: #fff;
  left: 100px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 959px) {
  .plus-time::after {
    height: 24px;
  }
}

.profit-chart,
.assets-chart {
  display: none;
}

.settlement-bid {
  position: relative;
}

.settlement-bid::after {
  content: "決済";
  color: blue;
  font-size: 16px;
  font-weight: bold;
  top: 22%;
  left: -10px;
  position: absolute;
  width: 64px;
  height: 42px;
  background: rgb(255, 255, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 3px 0px rgb(244, 244, 1), 0px 5px 8px rgb(244, 244, 1 / 25%);
}

@media (max-width: 1200px) {
  .settlement-bid::after {
    width: 56px;
    height: 40px;
  }
}

@media (max-width: 959px) {
  .settlement-bid::after {
    width: 50px;
    height: 40px;
    font-size: 14px;
    top: 16%;
  }
}

.settlement-ask {
  position: relative;
}

.settlement-ask::after {
  content: "決済";
  color: blue;
  font-size: 16px;
  font-weight: bold;
  top: 22%;
  right: -10px;
  position: absolute;
  width: 64px;
  height: 42px;
  background: rgb(255, 255, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 3px 0px rgb(244, 244, 1), 0px 5px 8px rgb(244, 244, 1 / 25%);
}

@media (max-width: 1200px) {
  .settlement-ask::after {
    width: 56px;
    height: 40px;
  }
}

@media (max-width: 959px) {
  .settlement-ask::after {
    width: 50px;
    height: 40px;
    font-size: 14px;
    top: 16%;
  }
}

.quit-list {
  margin-left: 26px;
  position: relative;
}

.quit-list input {
  position: absolute;
  left: -22px;
}

.signup-inner {
  margin-top: 0 !important;
}

.signup-ttl {
  margin-top: 18px !important;
}

.trade-history {
  margin-bottom: 0;
}

.trade-order .trade-movie-text {
  font-size: 1.25em;
  font-weight: bold;
  border-bottom: 3px solid #f0f4f8;
  margin-left: 0.5em;
}

.trade-movie-title {
  display: flex;
  align-items: center;
}

.trade-movie-title img {
  height: 28px;
}

.post-title a {
  color: #3b70d2;
  font-weight: bold;
  font-size: 1.1em;
}

.post {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #d8dfdf;
  margin: 1em 0;
  width: 50%;
}

.post .pic {
  width: 150px;
  height: 150px;
  margin: 0 1em 0 0;
  position: relative;
}

.post .pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
}

.post .rightBox {
  padding-right: 1em;
  width: 60%;
  height: 150px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.trade-movie-flex {
  display: flex;
}

.modaal-wrapper .modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  right: 50px;
  top: 50px;
  border-radius: 100%;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  outline: 0;
  background: #fff;
}

.modaal-close:after, .modaal-close:before {
  background: #2470D2;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #2470D2;
}

.modaal-video-container {
  max-width: 1064px;
  max-height: 600px;
  height: 600px;
}

@media (max-width: 959px) {
  .trade-movie-flex {
    display: flex;
    flex-direction: column;
  }

  .post {
    width: 100%;
  }

  .modaal-video-wrap {
    margin: auto 0px;
  }

  .modaal-video-container {
    width: 510px;
    height: 900px;
  }

  .modaal-inner-wrapper {
    padding: 80px 0;
  }

  .modaal-video-container {
    width: 320px;
    height: 570px;
  }

  .modaal-video-container {
    max-width: 320px;
    max-height: 570px;
  }

  .modaal-wrapper .modaal-close {
    right: 10px;
    top: 50px;
  }
}

.guideline ul.dot-list {
  font-size: 1em;
}

.guideline p.terms-subttl {
  border: none;
  padding: 0;
  box-shadow: 0 0 0;
  font-size: 15px;
  pointer-events: none;
}

.guideline p.terms-subttl::after, .guideline p.terms-subttl::before {
  display: none;
}

.ranking-recommend-details-content {
  text-align: center;
  font-size: 16px;
  line-height: 1.1875;
  font-weight: normal;
  padding: 20px 0;
  border: 1px solid #f0f4f8;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

@media (max-width: 959px) {
  .ranking-recommend-details-content {
      font-size: 1em;
      padding: 10px 0;
      min-height: 50px;
  }
}