@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}
td {
  text-align: left;
  vertical-align: top;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input, select, textarea, img {
  vertical-align: middle;
}
ul, dl, ol {
  list-style: none;
}
em {
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 641px) {
  .sp {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  a, a::before, a::after, button {
    transition: 0.4s ease-in-out;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
/* ========================================
    ■ 必須設定
======================================== */
/* utility class
----------------------------- */
.wrap {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .wrap {
    width: 92%;
    margin: 0 4%;
  }
}
a:hover {
  opacity: 0.9;
  transition: 0.2s ease;
}
/* ========================================
    ■ General
======================================== */
html {
  font-size: 10px;
}
body {
  font-family: "noto-sans-cjk-jp", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  color: #292929;
  line-height: 1.8;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt"1;
  letter-spacing: 0.1em;
  min-width: 1000px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  body {
    min-width: 100%;
  }
}
a {
  text-decoration: none;
  transition: 0.2s ease;
}
a::before, a::after {
  transition: 0.2s ease;
}
a:hover {
  text-decoration: underline;
  transition: 0.2s ease;
}
a:hover::before, a:hover::after {
  transition: 0.2s ease;
}
img, video, object {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: none;
}
.nim {
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.din {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.futura {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.M-green {
  color: #1caa92;
}
.M-pink {
  color: #e8204b;
}
@media only screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .pc-none {
    display: none;
  }
}
/*---------------- ユニーク ----------------*/
/* ========================================
    ■ コンテンツ共通
======================================== */
section.content {
  overflow: hidden;
}
section.content.anker {
  padding-top: 96px;
  margin-top: -96px;
}
section.content .title {
  text-align: center;
  font-size: 4.3rem;
  font-weight: bold;
  line-height: 1.2;
}
section.content .title.btm {
  font-size: 4rem;
}
section.content .title sup {
  font-size: 0.7rem;
  vertical-align: text-top;
  letter-spacing: 0rem;
  margin-top: 12px;
  display: inline-block;
}
section.content .title .nim {
  font-size: 1.2em;
}
section.content .title .nim.number {
  font-size: 1.4em;
}
section.content .con_title {
  background: linear-gradient(90deg, #45d1b8 0%, #3db5a0 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 5.3rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 50px;
  position: relative;
}
section.content .con_title::after {
  content: '';
  background: linear-gradient(90deg, #45d1b8 0%, #3db5a0 70%);
  width: 3%;
  height: 5px;
  margin: 10px auto 0;
  display: block;
}
@media only screen and (max-width: 767px) {
  section.content .title {
    font-size: 2.3rem;
  }
  section.content .title.btm {
    font-size: 3rem;
  }
  section.content .title sup {
    margin-top: 6px;
  }
  section.content.anker {
    padding-top: 0;
    margin-top: 0;
  }
  section.content .con_title {
    background: linear-gradient(90deg, #35c4ab 0%, #1caa92 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 3.6rem;
    line-height: 1.3;
  }
  section.content .con_title::after {
    width: 8%;
    height: 4px;
  }
}
/*-----------------------
header共通
-----------------------*/
#header {
  position: absolute;
  top: 0;
  z-index: 9999;
  width: 100%;
  transition: 0.5s;
}
#header .wrap {
  width: 94%;
  transition: 0.5s;
}
#header .wrap ul {
  height: 78px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
#header .wrap ul li.logo {
  display: flex;
  align-items: center;
}
#header .wrap ul li.logo figure {
  width: 140px;
}
#header .wrap ul li.logo figure.fix {
  display: none;
}
#header .wrap ul li.logo h1 {
  letter-spacing: 2px;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-left: 10px;
}
#header .wrap ul li.header-cta .cv-Btn {
  font-size: 1.6rem;
  padding: 14px 0px;
  width: 280px;
}
#header .wrap ul li.header-cta .cv-Btn::before {
  width: 12px;
  height: 12px;
}
#header.fixed {
  position: fixed;
  transition: 0.5s;
  top: 0%;
  background: rgba(255, 255, 255, 0.8);
}
#header.fixed .wrap ul li.logo figure.fix {
  display: block;
}
#header.fixed .wrap ul li.logo figure.white {
  display: none;
}
#header.fixed .wrap ul li.logo h1 {
  color: #292929;
}
@media only screen and (max-width: 767px) {
  #header {
    top: 0%;
    background: #f6feff;
  }
  #header .wrap ul {
    height: 60px;
    justify-content: center;
  }
  #header .wrap ul li.logo {
    justify-content: center;
  }
  #header .wrap ul li.logo figure {
    width: 50%;
  }
  #header .wrap ul li.logo h1 {
    margin-top: 5%;
    margin-left: 0px;
    font-size: 1.2rem;
  }
  #header.fixed {
    position: relative;
  }
}
/*-----------------------
footer
-----------------------*/
#footer {
  background: #292929;
}
#footer .wrap {
  text-align: center;
  font-size: 12px;
  color: #fff;
}
#footer .wrap p {
  padding-top: 32px;
  margin-bottom: 38px;
}
#footer .wrap p.copyright {
  padding-top: 0;
  margin-bottom: 0px;
  padding-bottom: 14px;
}
@media only screen and (max-width: 767px) {
  #footer {
    padding-bottom: 70px;
  }
  #footer .wrap p.copyright {
    font-size: 1rem;
  }
}
/*-----------------------
CVボタン共通
-----------------------*/
.content-area {
  margin: 80px 0;
}
.cv-Btn {
  display: block;
  width: 712px;
  text-align: center;
  position: relative;
  background: #dc1540;
  background: -webkit-linear-gradient(to right, #f75731 0%, #f53151 100%);
  background: linear-gradient(to right, #f75731 0%, #f53151 100%);
  box-shadow: 2px 2px 6px rgb(158, 158, 158);
  color: #fff;
  border-radius: 100px;
  font-size: 2.6rem;
  padding: 2% 0% 1.5%;
  text-decoration: none;
  margin: auto;
}
.cv-Btn:hover {
  text-decoration: none;
}
.cv-Btn b {
  display: block;
  font-size: 2.4rem;
  line-height: 1.4;
}
.cv-Btn span {
  background: #d82800;
  border-radius: 3px;
  padding: 0.4% 1%;
  font-size: 0.8em;
  line-height: 1;
  margin-right: 10px;
}
.cta-group .cv-Btn strong {
  font-size: 3.2rem;
  line-height: 0.3rem;
}
.cv-Btn::before {
  content: "";
  position: absolute;
  right: 4%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 28px;
  height: 28px;
  background-size: 100%;
  background-image: url("/event/auto_fx02/images/cv-btn_icon.png");
}
@media only screen and (max-width: 767px) {
  .content-area {
    margin: 50px 0;
  }
  .cv-Btn {
    width: 100%;
    font-size: 1.8rem;
    padding: 5% 0% 4.5%;
    animation: heartbeat 2.5s linear 2s infinite both;
  }
  .cv-Btn b {
    font-size: 1.6rem;
  }
  .cv-Btn::before {
    width: 5%;
    height: 27%;
    background-repeat: no-repeat;
  }
  .cta-group .cv-Btn strong {
    font-size: 2rem;
  }
}
.cta-group {
  position: relative;
  z-index: 80;
}
.cta-group .tips {
  background: #fff;
  border-radius: 100px;
  color: #292929;
  width: 220px;
  position: absolute;
  text-align: center;
  top: -34px;
  left: 0;
  right: 0;
  z-index: 100;
  margin: auto;
  box-shadow: 0px 5px 10px 0px #27272791;
  font-weight: bold;
}
.cta-group .tips .nim {
  font-size: 1.4em;
}
.cta-group .tips::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 20px 19px 0 19px;
  border-color: #ffffff transparent transparent transparent;
}
.cta-group p.annotation {
  font-size: 1.2rem;
  padding-top: 1%;
  font-weight: normal;
  margin-left: 10px;
  text-align: center;
  color: #515050;
}
.cv-Btn.btm {
  margin: 86px 0 120px;
}
@media only screen and (max-width: 767px) {
  .cta-group p.annotation {
    padding-top: 3%;
    margin-left: 0;
  }
  .cta-group.fixed {
    margin-top: auto;
  }
  #fix_cv-botton.cv-Btn {
    position: fixed;
    bottom: 3%;
    animation: none;
    width: 78%;
    padding: 3% 0% 3.5%;
    font-size: 1.4rem !important;
    right: 0;
    left: 0;
    z-index: 9999;
  }
  #fix_cv-botton.cv-Btn::before {
    height: 30%;
  }
  .cta-group #fix_cv-botton.cv-Btn strong {
    font-size: 1.3rem;
  }
  .cv-Btn.btm {
    margin: 40px 0 80px;
  }
}
@keyframes heartbeat {
  from {
    transform: scale(1);
    transform-origin: center center;
    animation-timing-function: ease-out;
  }
  10% {
    transform: scale(0.91);
    animation-timing-function: ease-in;
  }
  17% {
    transform: scale(0.98);
    animation-timing-function: ease-out;
  }
  33% {
    transform: scale(0.87);
    animation-timing-function: ease-in;
  }
  45% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
}
/*-----------------------
 ページトップボタン
-----------------------*/
#page-top {
  position: fixed;
  right: 20px;
  bottom: 130px;
}
#page-top a {
  display: block;
}
@media only screen and (max-width: 767px) {
  .btm-pagetop a {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    background: #eee;
    padding: 2% 0 2.5%;
    color: #292929;
    width: 100%;
    text-align: center;
  }
}
/* ========================================
    ■ コンテンツ
======================================== */
/*-----------------------
キービジュアル
-----------------------*/
#hero_Content {
  position: relative;
  background: url(/event/auto_fx02/images/fv_background.png);
  background-position: center 0px;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  color: #fff;
  font-weight: bold;
}
#hero_Content::before {
  content: '';
  background: url(/event/auto_fx02/images/fv_bottom_img.png) center no-repeat;
  background-size: cover;
  width: 100%;
  height: 140px;
  position: absolute;
  bottom: 0;
  z-index: 100;
  display: block;
}
#hero_Content .wrap {
  position: relative;
  padding-bottom: 164px;
}
#hero_Content .wrap article h2 {
  padding-top: 105px;
  margin-left: 0;
  font-size: 5.2rem;
  line-height: 100px;
  letter-spacing: 0.05em;
  color: #20292a;
}
#hero_Content .wrap article h2 span.futura {
  background: -webkit-linear-gradient(90deg, #2dbe9e 30%, #26b296 100%);
  background: linear-gradient(90deg, #2dbe9e 30%, #26b296 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#hero_Content .wrap article h2 span {
  font-size: 9.8rem;
}
#hero_Content .wrap article .benefit {
  display: flex;
  justify-content: flex-start;
}
#hero_Content .wrap article .benefit p {
  text-align: center;
  background: #d1fcf4;
  color: #1caa92;
  padding: 0 44px;
  border-radius: 6px;
  font-size: 2.6rem;
  margin: 5px 5px 30px;
  line-height: 1.2;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
#hero_Content .wrap article .benefit p span.zero {
  font-size: 3rem;
}
#hero_Content .wrap article .benefit p span.futura {
  font-size: 8rem;
}
#hero_Content .wrap::after {
  content: "";
  position: absolute;
  background: url(/event/auto_fx02/images/fv_model_img.png);
  background-repeat: no-repeat;
  width: 550px;
  height: 700px;
  right: -100px;
  top: 74px;
  background-size: 100%;
}
#hero_Content .cta-group {
  margin-left: 70px;
}
#hero_Content .cta-group.fv .tips {
  left: 105px;
  margin: 0;
}
#hero_Content .cta-group.fv a {
  width: 420px;
  margin: 4% 0 0;
}
#hero_Content .cta-group.fv p.annotation {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #hero_Content {
    background: url(/event/auto_fx02/images/fv_background_sp.png) no-repeat;
    background-position: center top 3vw;
    background-size: contain;
    padding-bottom: 0;
  }
  #hero_Content::before {
    content: none;
  }
  #hero_Content .wrap {
    padding-bottom: 3%;
    width: 100%;
    margin: 0;
  }
  #hero_Content .wrap article h2 {
    text-align: center;
    position: relative;
    z-index: 30;
    padding-top: 15%;
    font-size: 3rem;
    line-height: 166%;
    /* padding-top: 160px; */
    margin-left: 0;
  }
  #hero_Content .wrap article h2 span {
    font-size: 5.5rem;
    font-weight: bold;
    margin-left: 0;
  }
  #hero_Content .wrap::after {
    content: none;
  }
  #hero_Content .cta-group {
    margin-top: 84%;
    margin-left: 0;
  }
  #hero_Content .cta-group.fv .tips {
    left: 0;
    right: 0;
    margin: auto;
  }
  #hero_Content .cta-group.fv a {
    width: 90%;
    margin: 13% auto 0;
  }
  #hero_Content .cta-group.fv p.annotation {
    margin: 0 4%;
    text-align: center;
  }
  #hero_Content .wrap article .benefit {
    justify-content: center;
  }
  #hero_Content .wrap article .benefit p {
    padding: 0 2%;
    font-size: 1.3rem;
    margin: 5px 5px 30px;
    line-height: 1.2;
  }
  #hero_Content .wrap article .benefit p span.zero {
    font-size: 2rem;
  }
  #hero_Content .wrap article .benefit p span.futura {
    font-size: 3.3rem;
  }
}
/*-----------------------
自動売買コンテンツ
-----------------------*/
#auto_Content .inner {
  background: #f7f6f7;
  padding: 100px 0 20px;
}
#auto_Content .reason-subtitle {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
#auto_Content .title {
  line-height: 1.5;
}
#auto_Content ul {
  margin-top: 48px;
  margin-bottom: 110px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
}
#auto_Content ul li {
  vertical-align: bottom;
  text-align: center;
  position: relative;
  width: 300px;
}
#auto_Content ul li p.point {
  background: #1caa92;
  border-radius: 25px;
  font-weight: bold;
  color: #fff;
  width: 90%;
  margin: 0 auto 4%;
}
#auto_Content ul li figure {
  margin: 0 auto 1%;
  width: 176px;
}
#auto_Content ul li article h3 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #1caa92;
  margin-bottom: 15px;
  line-height: 1.5;
}
#auto_Content ul li article p {
  text-align: left;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  #auto_Content .inner {
    padding: 50px 0 20px;
  }
  #auto_Content.content .con_title {
    margin-bottom: 30px;
  }
  #auto_Content .reason-subtitle {
    font-size: 1.7rem;
  }
  #auto_Content ul {
    margin-top: 11%;
    margin-bottom: 18%;
    display: block;
  }
  #auto_Content ul li {
    margin-bottom: 10%;
    width: 100%;
  }
  #auto_Content ul li article h3 {
    font-size: 6VW;
  }
  #auto_Content ul li article p {
    text-align: center;
  }
}
/*-----------------------
4つの理由
-----------------------*/
#reason_Content {
  margin-bottom: 110px;
  overflow: visible;
}
#reason_Content ul {
  margin-top: 48px;
  margin-bottom: 110px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
}
#reason_Content ul li {
  vertical-align: bottom;
  text-align: center;
  font-weight: bold;
  position: relative;
  width: calc(100% / 3);
}
#reason_Content ul li::after {
  content: "";
  position: absolute;
  width: 92%;
  height: 262px;
  background: #f9f9f9;
  bottom: -26px;
  right: 0px;
  left: 0;
  margin: auto;
  z-index: -1;
  border-radius: 12px;
}
#reason_Content ul li figure {
  margin: 0 auto 9%;
  width: 80%;
}
#reason_Content ul li:nth-child(1) figure {
  width: 32%;
}
#reason_Content ul li:nth-child(3) figure {
  width: 48%;
}
#reason_Content ul li article {
  height: 67px;
}
#reason_Content ul li article p {
  font-size: 1.4rem;
}
#reason_Content ul li p .small {
  padding: 0 4%;
  font-size: 1.2rem;
  font-weight: normal;
}
#reason_Content ul li article h3 {
  font-size: 2.4rem;
  line-height: 1.4;
}
#reason_Content ul li article h3 span {
  font-size: 2rem;
  line-height: 1;
}
#reason_Content ul li a {
  display: block;
  width: 150px;
  margin: auto;
  border-radius: 100px;
  text-align: center;
  text-decoration: none;
  color: #000;
  font-size: 1.4rem;
  background: #dadada;
  padding: 3% 0;
  margin-top: 5%;
}
@media only screen and (max-width: 767px) {
  #reason_Content {
    margin-bottom: 4%;
  }
  #reason_Content .title {
    margin-top: 18%;
  }
  #reason_Content ul {
    margin-top: 8%;
    margin-bottom: 26%;
    display: block;
  }
  #reason_Content ul li {
    margin-bottom: 11%;
    width: 100%;
  }
  #reason_Content ul li article {
    height: auto;
  }
  #reason_Content ul li article p {
    font-size: 1.6rem;
    line-height: 1.4em;
  }
  #reason_Content ul li article p .small {
    font-size: 1.4rem;
  }
  #reason_Content ul li figure {
    margin: 0 auto 2%;
  }
  #reason_Content ul li:nth-child(1) figure {
    width: 22%;
  }
  #reason_Content ul li:nth-child(2) figure {
    width: 21%;
  }
  #reason_Content ul li:nth-child(3) figure {
    width: 33%;
  }
  #reason_Content ul li a {
    width: 36%;
    margin-top: 2%;
    padding: 1% 0;
  }
  #reason_Content ul li::after {
    width: 94%;
    bottom: -9%;
    height: auto;
    padding: 21% 0;
  }
}
/*-----------------------
リピート型自動売買 
-----------------------*/
#auto_Content .inner .wrap .repeat {
  padding-top: 20px;
  padding-bottom: 100px;
}
#auto_Content .inner {
  background: linear-gradient(to bottom, #f6f6f6 0%, #fff 100%);
}
#auto_Content .reason-icon {
  margin: 0 auto 1.5%;
}
#auto_Content .inner .wrap .repeat p.reason-subtitle {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 50px;
}
#auto_Content .inner .wrap .trade-tool {
  margin-top: 24px;
}
#auto_Content .inner .wrap .trade-tool article {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #e6f8f3;
  width: 970px;
  margin: 0 auto 28px;
  border-radius: 10px;
}
#auto_Content .inner .wrap .trade-tool article div.modal-title {
  padding: 45px 0 47px 70px;
}
#auto_Content .inner .wrap .trade-tool article div h4 {
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 0;
  text-align: left;
}
#auto_Content .inner .wrap .trade-tool article div.modal h4 span {
  display: block;
  font-size: 14px;
  color: #918b8a;
}
#auto_Content .inner .wrap .trade-tool article div p {
  font-size: initial;
}
#auto_Content .inner .wrap .trade-tool article div a {
  display: block;
  font-weight: bold;
  border-radius: 5px;
  margin-top: 20px;
  font-size: 18px;
  color: #fff;
  width: 240px;
  padding: 10px;
  background: #1caa92;
  text-align: center;
  text-decoration: none;
  position: relative;
}
#auto_Content .inner .wrap .trade-tool article div a::before {
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  display: block;
  position: absolute;
  content: "";
  background: url("/event/auto_fx02/images/_pc_day-trade_pop-icon.png");
  background-size: 100%;
  width: 15px;
  height: 15px;
}
#auto_Content .inner .wrap .trade-tool article figure.img-big {
  padding-right: 43px;
}
#auto_Content .inner .wrap .trade-tool div.modal div.modal-container {
  background: none;
}
#auto_Content .inner .wrap .trade-tool div.modal div.modal-container article.modal-item {
  display: block;
  background: #fff;
  max-height: 520px;
  overflow: auto;
  margin-top: 0;
  border-radius: 10px;
  border-top: 10px solid #1caa92;
  border-left: none;
  border-bottom: none;
  border-right: none;
  padding: 0;
}
#auto_Content .inner .wrap .trade-tool div.modal div.modal-container article.modal-item .close-btn {
  position: absolute;
  top: 43px;
  right: 20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: #222222;
  border-radius: 50%;
  border: none;
}
#auto_Content .inner .wrap .trade-tool div.modal div.modal-container article.modal-item .close-btn:before, #auto_Content .inner .wrap .trade-tool div.modal div.modal-container article.modal-item .close-btn:after {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 48%;
  left: 0;
  right: 0;
  margin: auto;
  width: 60%;
  height: 1px;
}
#auto_Content .inner .wrap .trade-tool div.modal div.modal-container article.modal-item .close-btn:before {
  transform: rotateZ(45deg);
}
#auto_Content .inner .wrap .trade-tool div.modal div.modal-container article.modal-item .close-btn:after {
  transform: rotateZ(-45deg);
}
#auto_Content .inner .wrap .trade-tool div.modal div.modal-container article.modal-item div.base-wrap {
  padding: 60px 40px;
  margin-left: 0;
}
#auto_Content .inner .wrap .trade-tool div.modal div.modal-container article.modal-item .base-wrap h3.base-title {
  display: block;
  margin-bottom: 0;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.5rem;
  padding-top: 0;
}
#auto_Content .inner .wrap .trade-tool div.modal div.modal-container article.modal-item .base-wrap h3.base-title span {
  font-size: 20px;
}
#auto_Content .inner .wrap .trade-tool div.modal div.modal-container article.modal-item .base-wrap h3.base-title:before, #auto_Content .inner .wrap .trade-tool div.modal div.modal-container article.modal-item .base-wrap h3.base-title:after {
  display: none;
}
#auto_Content .inner .wrap .trade-tool div.modal div.modal-container article.modal-item .base-wrap h4 {
  font-size: 18px;
  font-weight: bold;
}
#auto_Content .inner .wrap .trade-tool div.modal div.modal-container article.modal-item .base-wrap p.base-caption {
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 50px;
}
#auto_Content .inner .wrap .trade-tool div.modal div.modal-container article.modal-item .base-wrap p.base-image {
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #auto_Content .inner .wrap .repeat {
    padding: 0 0 10%;
  }
  #auto_Content .reason-icon {
    margin: 0 auto 4%;
  }
  #auto_Content .inner .wrap .repeat article .title {
    text-align: center;
    margin-bottom: 4.5%;
    line-height: 1.4;
  }
  #auto_Content .inner .wrap .repeat p.reason-subtitle {
    margin: 6% auto 0;
    font-weight: bold;
  }
  #auto_Content .inner .wrap .trade-tool article {
    display: block;
    width: 100%;
    position: relative;
  }
  #auto_Content .inner .wrap .trade-tool article div h4 {
    text-align: center;
  }
  #auto_Content .inner .wrap .trade-tool article div p {
    margin-top: 2%;
  }
  #auto_Content .inner .wrap .trade-tool article div a {
    width: 100%;
    margin: 40% auto 0;
  }
  #auto_Content .inner .wrap .trade-tool article .modal-title {
    padding: 8% 13% !important;
    text-align: center;
    font-size: initial;
    position: relative;
  }
  #auto_Content .inner .wrap .trade-tool article figure.img-big {
    position: absolute;
    top: 46%;
    padding: 0 14%;
  }
  #auto_Content .inner .wrap .trade-tool article div.modal {
    width: 100%;
  }
  #auto_Content .inner .wrap .trade-tool div.modal div.modal-container {
    width: 100%;
  }
  #auto_Content .inner .wrap .trade-tool div.modal div.modal-container article.modal-item {
    max-height: 640px;
  }
  #auto_Content .inner .wrap .trade-tool div.modal div.modal-container article.modal-item .close-btn {
    top: 2%;
  }
  #auto_Content .inner .wrap .trade-tool div.modal div.modal-container article.modal-item div.base-wrap {
    padding: 6% 4%;
    margin: auto;
    width: 100%;
  }
  #auto_Content .inner .wrap .trade-tool div.modal div.modal-container article.modal-item div.base-wrap h3.base-title {
    padding-top: 4%;
    line-height: 3.5rem;
    margin-bottom: 4%;
    font-size: 2.8rem;
  }
}
/*-----------------------
業界最狭水準のスプレッド 
-----------------------*/
#spread_Content .wrap article.spread {
  background: #fff;
  border-radius: 20px;
  padding: 10px;
  margin-bottom: 30px;
  margin-top: -10px;
}
#spread_Content .wrap article.spread h2.title {
  text-align: center;
  line-height: 1.5;
  padding-top: 35px;
  margin-bottom: 0;
}
#spread_Content .wrap article.spread h2.title span.title-min {
  font-size: 0.7em;
}
#spread_Content .wrap .title sup {
  letter-spacing: 0;
  vertical-align: inherit;
}
#spread_Content .wrap div {
  text-align: center;
  margin-top: 24px;
}
#spread_Content .wrap div p.attn {
  font-size: 1.8rem;
  margin-top: 12px;
  margin-bottom: 12px;
}
div.num_wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
div.num_wrap ul li {
  margin: 0 18px;
}
div.num_wrap ul li div.number {
  margin: auto;
}
div.num_wrap ul li div.number p {
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
  line-height: 0.5;
  color: #292929;
}
div.num_wrap ul li div.number p .futura {
  font-size: 120px;
}
div.num_wrap ul.five_cur li div.number p .futura {
  font-size: 80px;
}
div.num_wrap ul li div.number p .futura small {
  font-size: 0.4em;
}
div.num_wrap ul li div.number p .futura small.to-font {
  font-weight: 100;
  font-size: 60px;
  font-family: "メイリオ", Meiryo;
  padding-top: 32px;
  display: inline-block;
  vertical-align: top;
}
div.num_wrap ul li article {
  display: flex;
  width: auto;
  margin: auto;
  margin-top: 8px;
  justify-content: center;
}
div.num_wrap ul li article div {
  margin-left: 10px;
  margin-top: 0 !important;
  display: block;
}
div.num_wrap ul li article div p {
  font-size: 14px;
  color: #292929;
  display: block;
  font-weight: bold;
  line-height: 1;
}
div.num_wrap ul.five_cur li article div p {
  font-size: 12px;
}
div.num_wrap ul li article div p .futura {
  font-size: 14px;
  color: #727171;
}
div.num_wrap ul.impact li {
  margin: 0 40px;
  margin-bottom: 42px;
}
div.num_wrap ul li div.number {
  position: relative;
}
div.num_wrap ul li div.number .tip {
  position: absolute;
  top: -32px;
  right: -10px;
  margin: auto;
  color: #fff;
  font-weight: bold;
  background: #0abc86;
  width: 52px;
  height: 52px;
  line-height: 1.3;
  border-radius: 100px;
  vertical-align: middle;
  padding-top: 8px;
  font-size: 14px;
}
div.num_wrap ul.impact li div.number p {
  color: #000000;
  line-height: 1;
  letter-spacing: 0.03rem;
  padding-top: 0;
}
#cost_Content .inner #spread_Content .wrap {
  padding-bottom: 0;
}
#spread_Content .wrap div p.tips {
  text-align: right;
  font-size: 12px;
  font-weight: bold;
  margin-right: 58px;
  margin-top: 12px;
}
.attention {
  width: 908px;
  margin: 0px auto 80px;
}
.attention ul li {
  font-size: 12px;
  margin-bottom: 5px;
}
.attention p {
  font-size: 12px;
  margin-bottom: 5px;
}
#spread_Content .wrap article.graph .title.btm {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #spread_Content .inner {
    padding-top: 0px;
  }
  #spread_Content .wrap .reason-icon {
    margin: 0 auto 4%;
  }
  #cost_Content .inner #spread_Content .wrap {
    padding-bottom: 9%;
  }
  #spread_Content .wrap div {
    margin-top: 1% !important;
    font-size: 13px !important;
  }
  div.num_wrap ul {
    justify-content: space-around;
  }
  div.num_wrap ul li {
    margin: 0 1%;
    margin-bottom: -2%;
    width: 48%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  div.num_wrap ul li.last {
    width: 55%;
  }
  div.num_wrap ul li div.number {
    line-height: 2;
    letter-spacing: -1px;
    order: 2;
    margin-bottom: 10px;
  }
  div.num_wrap ul li div.number .tip {
    top: 10px;
    right: 0px;
    width: 55px;
    height: auto;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 10px;
  }
  div.num_wrap ul li div.number p {
    font-size: 1.4rem;
  }
  div.num_wrap ul li div.number p .futura, div.num_wrap ul.five_cur li div.number p .futura {
    font-size: 5rem;
  }
  div.num_wrap ul li div.number p .futura small {
    font-size: 0.4em;
  }
  div.num_wrap ul li div.number p .futura small.to-font {
    font-size: 2rem;
    padding-top: 7%;
  }
  div.num_wrap ul li article {
    align-items: baseline;
    order: 1;
    width: 61%;
    justify-content: space-around;
    margin: 0;
  }
  div.num_wrap ul li article figure {
    width: 85px;
  }
  div.num_wrap ul li article div {
    margin-left: 4%;
    text-align: left;
    width: 100%;
  }
  div.num_wrap ul li article div p {
    font-size: 1.4rem;
  }
  div.num_wrap ul li article div p .futura {
    font-size: 1rem;
  }
  div.num_wrap ul.impact {
    width: auto;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  div.num_wrap ul.impact li {
    width: 89%;
    margin: 0;
    align-items: center;
    justify-content: space-between;
  }
  div.num_wrap ul.impact li article {
    width: 64%;
    align-items: center !important;
  }
  #spread_Content .wrap div p.tips {
    font-size: 1.2rem;
    margin-right: 0;
    margin-top: 3%;
  }
  #spread_Content .wrap article.spread {
    margin-top: -9%;
    padding-bottom: 8%;
  }
  .attention {
    width: auto;
    margin: 4% auto 0;
  }
  .attention p {
    font-size: 1rem;
    margin-bottom: 2%;
  }
  #spread_Content .wrap article.graph .title.btm {
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
  #spread_Content .inner #swap__content {
    margin-top: 5%;
  }
  #spread_Content .inner #swap__content .wrap {
    background: url("/event/auto_fx02/images/spread_swap_background_sp.png");
    border-radius: 8px;
    background-size: cover;
    padding: 0 4% 5%;
  }
  #spread_Content .inner #swap__content .wrap .title {
    padding-top: 8%;
    font-size: 2.4rem;
  }
  #spread_Content .inner #swap__content .wrap ul {
    margin-top: 5%;
    display: block;
  }
  #spread_Content .inner #swap__content .wrap ul li {
    width: 90%;
    margin-bottom: 8%;
    margin-left: auto;
    margin-right: auto;
  }
  #spread_Content .inner #swap__content .wrap ul li div.number p {
    font-size: 2rem;
  }
  #spread_Content .inner #swap__content .wrap ul li div.number p .futura {
    font-size: 5.4rem;
  }
  #spread_Content .inner #swap__content .wrap ul li article div p {
    font-size: 1.2rem;
  }
  #spread_Content .inner #swap__content .wrap article {
    margin-top: 3%;
  }
}
/* ----------------
 * スプレッド表
 * -------------- */
.m-tbl-wrap {
  padding-top: 36px;
}
.m-tbl-wrap h3 {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
}
.m-tbl {
  width: 88%;
  margin: auto;
  position: relative;
  border-collapse: collapse;
  background: #fff;
}
.m-tbl[data-type="thac"] thead th {
  text-align: center;
}
.m-tbl[data-type="thac"] th, .m-tbl[data-type="thac"] td {
  vertical-align: middle;
}
.m-tbl[data-type="small"] th, .m-tbl[data-type="small"] td {
  text-align: center;
}
.m-tbl[data-type="small"] td {
  font-size: 1.2rem;
  text-align: right;
}
.m-tbl[data-type="narrow"] th, .m-tbl[data-type="narrow"] td {
  padding: 2px 5px 0;
}
.m-tbl th, .m-tbl td {
  padding: 12px 9px 10px;
  text-align: left;
  line-height: 1.5;
  vertical-align: top;
  word-break: break-all;
  border-collapse: collapse;
}
.m-tbl td > * {
  margin-top: 10px;
  margin-bottom: 10px;
}
.m-tbl td > *:first-child {
  margin-top: 0;
}
.m-tbl td > *:last-child {
  margin-bottom: 0;
}
.m-tbl td br {
  margin: 0;
}
.m-tbl thead::after {
  width: 100%;
  height: 0;
  margin-top: -1px;
  position: absolute;
  left: 0;
  border-bottom: 1px solid #e0dfd7;
  border-top: 1px solid #e0dfd7;
  background: #e0dfd7;
  content: '';
}
.m-tbl thead + tbody th {
  background: #f2f1e9;
}
.m-tbl thead + tbody th img {
  margin-right: 5px;
}
.m-tbl thead th {
  border: 1px solid #fff;
  background: #e0dfd7;
  text-align: center;
}
.m-tbl tbody th, .m-tbl tbody td {
  border: 1px solid #ccc;
}
.m-tbl tbody th {
  background: #e0dfd7;
}
.m-tbl tbody td {
  text-align: right;
}
.m-tbl td:nth-child(n+2) {
  background-color: #FEEDE7;
}
.m-tbl td:nth-child(4) {
  background-color: #ffffff;
}
.m-tbl caption {
  width: 100%;
  padding: 15px 15px 12px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  position: relative;
  bottom: -1px;
  z-index: 1;
  overflow: hidden;
  background: #e0dfd7;
}
.m-tbl caption + thead::after {
  border-bottom: 1px solid #f2f1e9;
  border-top: 1px solid #f2f1e9;
  background: #f2f1e9;
}
.m-tbl caption + thead th {
  background: #f2f1e9;
}
.m-tbl caption span {
  font-weight: normal;
  font-size: 1.4rem;
  float: right;
}
@media screen and (max-width: 767px) {
  #spread_Content .wrap .m-tbl-wrap {
    padding-top: 0px;
    margin-top: 4%;
  }
  .m-tbl-wrap h3 {
    font-size: 2rem;
  }
  .m-tbl {
    font-size: 1.3rem;
    width: 100%;
  }
  .m-tbl caption {
    font-size: 1.4rem;
  }
  .m-tbl caption span {
    margin-left: 10px;
    display: inline-block;
    float: none;
  }
  .m-tbl thead th {
    padding: 12px 10px 11px;
  }
  .m-tbl tbody th, .m-tbl tbody td {
    padding: 7px 10px 6px;
  }
  .m-tbl[data-col="1"] {
    display: block;
  }
  .m-tbl[data-col="1"] tbody, .m-tbl[data-col="1"] tr, .m-tbl[data-col="1"] th, .m-tbl[data-col="1"] td {
    width: 100%;
    display: block;
  }
  .m-tbl[data-col="1"] th, .m-tbl[data-col="1"] td {
    float: left;
    border: none;
  }
  .m-tbl[data-col="1"] tr {
    overflow: hidden;
  }
  .m-tbl[data-col="1"] td::after {
    display: none;
  }
}
#spread_Content .wrap .m-tbl-wrap {
  position: relative;
}
#spread_Content .wrap .m-tbl-inner {
  height: 240px;
  overflow: hidden;
  margin-bottom: 78px;
}
#spread_Content .wrap .show_more {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 30px;
  padding-top: 60px;
  text-align: center;
  line-height: 30px;
  background: linear-gradient(180deg, rgb(255, 255, 255, 0) 0%, rgb(255, 255, 255, 1) 70%);
  cursor: pointer;
  transition: bottom 0.2s;
}
#spread_Content .wrap .show_more span {
  font-size: 1.4rem;
  padding: 10px 20px;
  background: #292929;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 8px;
}
#spread_Content .wrap .active {
  background: none;
  bottom: -30px;
}
/*-----------------------
高水準のスワップポイント 
-----------------------*/
#swap_Content .inner {
  background: #f6f6f6;
  padding: 100px 0 50px;
}
#swap_Content .wrap article.swap {
  background: #fff;
  border-radius: 20px;
  padding: 40px 10px 10px;
  margin-bottom: 30px;
  margin-top: -10px;
}
#swap_Content .wrap article.swap h2.title {
  text-align: center;
  line-height: 1.5;
  padding-top: 35px;
  margin-bottom: 0;
}
#swap_Content .wrap article.swap h2.title span.title-min {
  font-size: 0.7em;
}
@media only screen and (max-width: 767px) {
  #swap_Content .inner {
    padding: 50px 0;
  }
  #swap_Content .wrap article.swap h2.title {
    padding-top: 12px;
  }
  #swap_Content .wrap article.swap h2.title span.M-green {
    letter-spacing: -0.02em;
  }
  swap_Content .wrap article.swap {
    margin-top: -9%;
    padding-bottom: 8%;
  }
}
/*-----------------------
パフォーマンス実績 
-----------------------*/
#perf_Content .inner {
  background: linear-gradient(90deg, #fdfdfd 0%, #e4f6f3 100%);
  ;
  padding: 100px 0;
}
#perf_Content .wrap article.perf {
  background: #fff;
  border-radius: 20px;
  padding: 40px 10px 10px;
  margin-bottom: 30px;
  margin-top: -10px;
}
#perf_Content .wrap article.perf .sim {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
}
#perf_Content .wrap article.perf .sim p.gain {
  font-size: 3.5rem;
  line-height: 1;
}
#perf_Content .wrap article.perf .sim p.gain span {
  font-size: 13rem;
  background: linear-gradient(171deg, #30bdaa 30%, #1caa92 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#perf_Content .wrap article.perf .sim p.gain span small {
  font-size: 0.4em;
}
#perf_Content .wrap article.perf .sim p.terms {
  background: #f1f1f1;
  width: 80%;
  margin: 50px auto 40px;
  padding: 20px;
  border-radius: 20px;
  position: relative;
  font-size: 1.8rem;
}
#perf_Content .wrap article.perf .sim p.terms:after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(106, 90, 205, 0);
  border-top-width: 20px;
  border-bottom-width: 50px;
  border-left-width: 20px;
  border-right-width: 20px;
  margin-left: -10px;
  border-bottom-color: #f1f1f1;
  bottom: 100%;
  left: 50%;
}
#perf_Content .wrap article.perf .sim p.terms span.M-green {
  color: #1ebca0;
}
.check-cap .box-ttl {
  margin: 40px auto;
  width: 350px;
  text-align: center;
}
.check-cap .box-ttl a {
  display: block;
  position: relative;
  background: #1caa92;
  border-radius: 10px;
  font-size: 1.7rem;
  font-weight: bold;
  color: #fff;
  padding: 10px;
  cursor: pointer;
}
.check-cap .box-ttl a::before {
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  display: block;
  position: absolute;
  content: "";
  background: url(/event/auto_fx02/images/_pc_day-trade_pop-icon.png);
  background-size: 100%;
  width: 15px;
  height: 15px;
}
.check-cap .box-ttl a:hover {
  text-decoration: none;
}
.check-cap .box-ttl a .arrow {
  top: 106%;
  right: 47%;
  transform: rotate(90deg);
}
.check-cap .box-ttl.open {
  display: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.check-cap .box-ttl a .arrow::before, .check-cap .box-ttl a .arrow::after {
  background: #fff;
}
.check-cap dl .box-contents {
  display: none;
}
.check-cap dl .box-contents .cap-ttl {
  text-align: center;
  font-size: 2.3rem;
  font-weight: bold;
  color: #1caa92;
  margin-top: 40px;
  margin-bottom: 10px;
}
.check-cap dl .caption {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.check-cap dl .caption dl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 480px;
}
.check-cap dl .caption dl dt, .check-cap dl .caption dl dd {
  width: 230px;
  text-align: center;
  padding: 10px 0;
  border: 1px solid #1caa92;
  border-top: none;
}
.check-cap dl .caption dl dd:first-of-type {
  border-top: 1px solid #1caa92;
}
.check-cap dl .caption dl dt {
  background: #1caa92;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.check-cap dl .caption dl dt:last-of-type {
  border-bottom: 1px solid #1caa92;
}
#perf_Content .content-area {
  margin: 80px 0 0;
}
@media only screen and (max-width: 750px) {
  #perf_Content .inner {
    padding: 50px 0;
  }
  #perf_Content .wrap article.perf {
    padding-bottom: 40px;
  }
  #perf_Content .wrap article.perf .sim {
    font-size: 1.5rem;
  }
  #perf_Content .wrap article.perf .sim p.gain {
    font-size: 2rem;
  }
  #perf_Content .wrap article.perf .sim p.gain span {
    font-size: 5.8rem;
  }
  #perf_Content .wrap article.perf .sim p.terms {
    width: 100%;
    font-size: 4vw;
    margin-top: 30px;
    padding: 20px 15px;
    letter-spacing: -0.02em;
  }
  #perf_Content .wrap article.perf .sim p.terms:after {
    border-top-width: 15px;
    border-bottom-width: 30px;
    border-left-width: 15px;
    border-right-width: 15px;
  }
  .check-cap .box-ttl {
    width: 100%;
  }
  .check-cap .box-ttl a {
    padding: 10px 10px 10px 5px;
    font-size: 4vw;
  }
  .check-cap .box-ttl a .arrow {
    top: 103%;
    right: 49%;
  }
  .check-cap .box-ttl.open .arrow {
    top: -3%;
  }
  .check-cap dl .box-contents .cap-ttl {
    font-size: 1.8rem;
  }
  .check-cap dl .caption {
    flex-direction: column;
    font-size: 3.5vw;
    font-weight: bold;
    letter-spacing: -0.01em;
    margin-bottom: 0;
  }
  .check-cap dl .caption dl {
    width: 100%;
  }
  .check-cap dl .caption dl dt, .check-cap dl .caption dl dd {
    width: 50%;
  }
  .check-cap dl .caption dl:last-of-type dd:first-of-type {
    border-top: none;
  }
  .check-cap dl .caption dl:first-of-type dt:last-of-type {
    border-bottom: 1px solid #fff;
  }
  #perf_Content .cv-Btn.btm {
    margin: 70px 0 0;
  }
}
/*-----------------------
各種手数料が0円だから安心 
-----------------------*/
#cost_Content .inner {
  background: url("/event/auto_fx02/images/cost_background.png") no-repeat center top;
  background-size: 100%/*contain*/;
}
#cost_Content .inner #cost_Content-wrap {
  padding-top: 80px;
}
#cost_Content .inner .wrap {
  position: relative;
  padding-bottom: 7%;
}
#cost_Content .inner #cost_Content-wrap .wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#cost_Content .inner .wrap .cost_Content-yen {
  width: 40%;
  font-size: 3.8rem;
  font-weight: bold;
  text-align: center;
}
#cost_Content .inner .wrap .cost_Content-yen .text_yen img {
  width: 55%;
}
#cost_Content .inner .wrap .cost_Content-yen .text_yen span {
  font-size: 6.5rem;
}
#cost_Content .inner .wrap ul.list {
  display: flex;
  flex-wrap: wrap;
  width: 520px;
  margin-top: 3%;
  padding: 8%;
  background: #1caa92ab;
  border-radius: 17px;
  color: #fff;
}
#cost_Content .inner .wrap ul.list li {
  font-size: 2.2rem;
  position: relative;
  padding-left: 22px;
  margin-bottom: 1%;
  font-weight: bold;
  width: 50%;
}
#cost_Content .inner .wrap ul.list li:first-child, #cost_Content .inner .wrap ul.list li:nth-child(2) {
  font-size: 3.8rem;
  width: 100% !important;
  text-align: center;
  line-height: 1.3;
}
#cost_Content .inner .wrap ul.list li:first-child span::before, #cost_Content .inner .wrap ul.list li:nth-child(2) span::before {
  width: 18px;
  height: 18px;
  left: -26px;
}
#cost_Content .inner .wrap ul.list li:nth-child(2) {
  margin-bottom: 3%;
}
#cost_Content .inner .wrap ul.list li span {
  position: relative;
}
#cost_Content .inner .wrap ul.list li span::before {
  content: "";
  position: absolute;
  background: url("/event/auto_fx02/images/cost_list-icon.png");
  background-size: 100%;
  width: 14px;
  height: 14px;
  left: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  #cost_Content .inner {
    background: url(/event/auto_fx02/images/cost_background_sp.png) no-repeat;
    background-size: contain;
    background-position: center top;
    overflow: hidden;
    margin-top: -12px;
  }
  #cost_Content .inner .wrap {
    padding-bottom: 9%;
    flex-direction: column !important;
  }
  #cost_Content .inner .wrap .cost_Content-yen {
    width: 100%;
    font-size: 3rem;
  }
  #cost_Content .inner #cost_Content-wrap {
    margin-bottom: 14px;
  }
  #cost_Content .inner .wrap h2.title {
    font-size: 2.2rem;
    position: relative;
    text-align: center;
  }
  #cost_Content .inner .wrap h2.title span.comment {
    position: absolute;
  }
  #cost_Content .inner .wrap ul.list {
    width: 100%;
    margin-top: 5%;
    padding: 5% 8%;
  }
  #cost_Content .inner .wrap ul.list li {
    font-size: 1.5rem;
    padding-left: 4%;
    margin-bottom: 1%;
    width: 50%;
  }
  #cost_Content .inner .wrap ul.list li:first-child, #cost_Content .inner .wrap ul.list li:nth-child(2) {
    font-size: 2.5rem;
  }
  #cost_Content .inner .wrap ul.list li:nth-child(even) {
    margin-left: 4%;
    width: 46%;
  }
  #cost_Content .inner .wrap ul.list li::before {
    width: 6%;
    height: 34%;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  #cost_Content .inner .wrap ul.list li:nth-child(n+3) span {
    font-size: 3.7VW;
  }
  #cost_Content .inner #cost_Content-wrap .wrap::after {
    width: 342px;
    height: 486px;
    left: 12%;
    bottom: -210%;
    padding: 47% 0;
  }
  #spread_Content .wrap article.spread h2.title {
    padding-top: 12px;
  }
  #spread_Content .wrap article.spread h2.title span.M-green {
    letter-spacing: -0.02em;
  }
}
/*-----------------------
安心のサポート
-----------------------*/
#support_Content {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
}
#support_Content .wrap h3 {
  font-size: 7.8rem;
  line-height: 1.2;
  margin-top: 1%;
}
#support_Content .wrap p.read {
  margin-top: 32px;
  font-weight: bold;
}
#support_Content .wrap p small {
  display: block;
  font-size: 1.2rem;
  margin-top: 0.5%;
  font-weight: normal;
}
#support_Content .wrap .tel_wrap {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#support_Content .wrap .tel_wrap .dial {
  width: 470px;
  height: 188px;
  border: 2px solid #7c7c81;
  border-radius: 15px;
  margin: 40px 8px 0;
  padding: 27px 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#support_Content .wrap .tel_wrap .dial.dial_01 {
  height: 170px;
}
#support_Content .wrap .tel_wrap .dial.dial_02 {
  border: none;
  background: url(/event/auto_fx02/images/dial_02_bg.png) no-repeat bottom center;
  background-size: 100% auto;
  padding: 46px 101px 20px 20px;
}
#support_Content .wrap .tel_wrap .dial .type {
  width: 300px;
  font-size: 17px;
  line-height: 1;
  background: #595960;
  border-radius: 20px;
  color: #fff;
  padding: 5px 40px 7px;
  margin-bottom: 10px;
}
#support_Content .wrap .tel_wrap .dial.dial_02 .type {
  background: #1caa92;
}
#support_Content .wrap .tel_wrap .dial .dial_number {
  font-size: 4.8rem;
  line-height: 1;
  color: #595960;
}
@media only screen and (max-width: 768px) {
  #support_Content {
    margin-top: 14%;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #support_Content .wrap h3 {
    font-size: 4rem;
    margin-top: 2%;
  }
  #support_Content .wrap .tel_wrap {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
  }
  #support_Content .wrap .tel_wrap .dial {
    width: 100%;
    height: 38vw;
    margin: 20px 0 0;
    padding: 3.3% 24% 0 2%;
  }
  #support_Content .wrap .tel_wrap .dial.dial_01 {
    height: 33vw;
    position: relative;
  }
  #support_Content .wrap .tel_wrap .dial.dial_01::after {
    content: "";
    background: url(/event/auto_fx02/images/dial_01_icon.png) no-repeat;
    background-size: 100% auto;
    width: 20%;
    height: 20vh;
    position: absolute;
    top: 21%;
    right: 3%;
  }
  #support_Content .wrap .tel_wrap .dial.dial_02 {
    padding: 9% 24% 0 2%;
    border-radius: initial;
  }
  #support_Content .wrap .tel_wrap .dial .type {
    width: 80%;
    font-size: 3.5vw;
    line-height: 1;
    background: #595960;
    border-radius: 20px;
    color: #fff;
    padding: 5px 0 7px;
    margin-bottom: 10px;
  }
  #support_Content .wrap .tel_wrap .dial .dial_number {
    font-size: 9vw;
  }
  #support_Content .content-area {
    margin: 70px 0 100px;
  }
}
/*-----------------------
口座開設から取引までの流れ 
-----------------------*/
#flow_Content {
  background: #fff;
  padding-bottom: 4%;
  text-align: center;
  margin-top: 55px;
  margin-bottom: 0%;
}
#flow_Content .wrap p.text {
  font-weight: bold;
  margin-top: 2%;
}
#flow_Content .wrap ul {
  width: 908px;
  margin: 5% auto 0;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
#flow_Content .wrap ul li {
  width: calc(100% / 3);
}
#flow_Content .wrap ul li p span {
  display: block;
  font-size: 3em;
  line-height: 1.4;
}
#flow_Content .wrap ul li h3 {
  margin-top: 10px;
  font-size: 1.5rem;
  font-weight: bold;
}
#flow_Content .wrap ul li h3.small {
  font-size: 1.3rem;
  margin-left: auto;
  margin-right: auto;
}
#flow_Content .wrap article {
  width: 800px;
  margin: 3% auto 0;
  text-align: left;
}
#flow_Content .wrap article p {
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  #flow_Content {
    margin-top: 14%;
    padding-bottom: 8%;
    margin-bottom: 0%;
  }
  #flow_Content .wrap p.text {
    margin: 6% auto 0;
    line-height: 2;
    font-weight: bold;
  }
  #flow_Content .wrap ul {
    width: 94%;
    margin: 5% auto 0;
    display: block;
  }
  #flow_Content .wrap ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6%;
    width: 100%;
    align-items: center;
  }
  #flow_Content .wrap ul li p span {
    font-size: 2.8rem;
  }
  #flow_Content .wrap ul li h3 {
    font-size: 1.4rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    text-align: left;
    line-height: 1.2;
    width: 60%;
    margin-top: 0;
  }
  #flow_Content .wrap ul li h3.small {
    width: 60%;
    margin-right: unset;
    margin-left: unset;
  }
  #flow_Content .wrap ul li figure {
    width: 19%;
  }
  #flow_Content .wrap article {
    width: 100%;
    margin: 3% auto 0;
  }
  #flow_Content .wrap article p {
    font-size: 1rem;
  }
}
/*-----------------------
安心・安全なお取引のために
-----------------------*/
#security_Content {
  background: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 20%, #f5f5f5 100%);
  text-align: center;
  padding-bottom: 100px;
}
#security_Content .wrap p.text {
  font-weight: bold;
  margin-top: 2%;
  margin-bottom: 2%;
}
#security_Content .security-block {
  margin: 0 auto;
}
#security_Content .security-block .security-slider {
  display: flex;
}
#security_Content .slick-slider .slick-list {
  height: auto !important;
}
#security_Content .slick-slider .slick-track {
  margin-bottom: 20px;
}
#security_Content .security-block .security-slider .security-box {
  height: 390px;
  border-radius: 23px;
  background-color: #fff;
  margin: 0 17px;
  padding: 40px;
}
#security_Content .security-block .security-slider .security-box div.image {
  margin: 0 auto 20px;
  height: 104px;
  display: flex;
  justify-content: center;
}
#security_Content .security-block .security-slider .security-box div.info {
  color: #292929;
}
#security_Content .security-block .security-slider .security-box div.info h3 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 17px;
}
#security_Content .security-block .security-slider .security-box div.info p {
  text-align: left;
  font-size: 1.3rem;
}
#security_Content .slick-prev:before, .slick-next:before {
  color: #1fbc86 !important;
  font-size: 30px !important;
  line-height: 1.8 !important;
}
#security_Content .security-slider {
  position: relative;
}
#security_Content .arrows-dots {
  width: 200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#security_Content .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #1caa92 !important;
}
#security_Content .slick-dots li button:before {
  font-family: initial;
  font-size: 23px;
}
#security_Content .slick-prev, #security_Content .slick-next {
  width: 40px !important;
  height: 40px !important;
  background: #1caa92 !important;
  border-radius: 100%;
  top: 13px;
}
#security_Content .slick-next::before, #security_Content .slick-next::after, #security_Content .slick-prev::before, #security_Content .slick-prev::after {
  content: '' !important;
  opacity: 1 !important;
  width: 15px;
  height: 5px;
  display: inline-block;
  background: #fff;
  position: absolute;
}
#security_Content .slick-next::before {
  top: calc(46% - 5px);
  transform: rotate(45deg);
  right: 10px;
}
#security_Content .slick-next::after {
  bottom: calc(46% - 5px);
  transform: rotate(-45deg);
  right: 10px;
}
#security_Content .slick-prev::before {
  top: calc(46% - 5px);
  transform: rotate(-45deg);
  left: 10px;
}
#security_Content .slick-prev::after {
  bottom: calc(46% - 5px);
  transform: rotate(45deg);
  left: 10px;
}
#security_Content .slick-prev.slick-disabled, #security_Content .slick-next.slick-disabled {
  opacity: .25 !important;
}
@media only screen and (max-width: 750px) {
  #security_Content .title.btm {
    font-size: 2.5rem;
  }
  #security_Content .wrap p.text {
    font-weight: bold;
    margin-bottom: 8%;
  }
  #security_Content .security-block .security-slider .security-box div.image {
    width: 100%;
  }
  #security_Content .arrows-dots {
    bottom: 1%;
  }
  #security_Content .security-block .security-slider .security-box {
    height: 484px;
  }
  #security_Content .slick-dots {
    bottom: -38px !important;
  }
  #security_Content .slick-prev, #security_Content .slick-next {
    top: 26px !important;
  }
}
/*-----------------------
【取扱商品のリスクおよび手数料等の説明｜FX(外国為替証拠金取引)について】 
-----------------------*/
#fee_Content {
  background: #292929;
  padding-top: 52px;
  padding-bottom: 1%;
  margin-top: 0px;
  text-align: left;
}
#fee_Content .wrap {
  width: 850px;
  margin: auto;
}
#fee_Content .wrap .title {
  text-align: center;
  color: #fff;
  font-size: 2.2rem;
}
#fee_Content .wrap ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 720px;
  margin: 3% auto 0;
}
#fee_Content .wrap ul li {
  margin: 0 20px;
}
#fee_Content .wrap ul li a {
  font-size: 1.2rem;
  display: block;
  font-weight: bold;
  background: #313131;
  color: #fff;
  padding: 3% 0;
  margin-bottom: 1.5%;
  border-radius: 100px;
  text-align: center;
  width: 340px;
}
@media only screen and (max-width: 767px) {
  #fee_Content {
    padding-top: 0%;
    margin-top: 0%;
  }
  #fee_Content .wrap {
    padding-top: 14%;
    width: 100%;
  }
  #fee_Content .wrap .title {
    font-size: 2.2rem;
  }
  #fee_Content .wrap ul {
    display: block;
    width: 92%;
    margin: 3% auto 0;
  }
  #fee_Content .wrap ul li {
    margin: 0 4% 4%;
  }
  #fee_Content .wrap ul li a {
    font-size: 1.2rem;
    width: 100%;
  }
}
/*------------------------------------------------------------------------------
  modal
------------------------------------------------------------------------------*/
body.is-active {
  overflow: hidden;
}
.modal {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0 !important;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10000;
  overflow: hidden;
  display: none;
}
.modal-inner {
  display: table;
  width: 100%;
  height: 100%;
}
.modal-container {
  padding: 80px 0;
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .modal-container {
    padding: 60px 15px;
  }
}
.modal-item {
  position: relative;
  background-color: #fff;
  padding: 60px 40px;
  margin: 0 auto;
  z-index: 10;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  border: 5px solid #0abc86;
}
.modal-item article {
  display: flex;
  justify-content: center;
}
.modal-item article .modal-item-logo {
  text-align: center;
  margin-bottom: 20px;
  width: 36%;
}
@media only screen and (max-width: 767px) {
  .modal-item article .modal-item-logo {
    width: 43%;
    margin: 0 0 20px;
  }
}
.modal-item article .modal-item-ttl {
  text-align: left;
  font-size: 1.4rem;
  font-weight: bold;
  color: #0abc86;
  line-height: 1.57;
  margin-bottom: 30px;
  margin-left: 20px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .modal-item article .modal-item-ttl {
    font-size: 1.2rem;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 641px) {
  .modal-item {
    width: 500px;
    padding: 50px 40px 40px;
  }
  .modal-item .modal-item-bold {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .modal-item {
    padding: 34px 24px;
    border-radius: 5px;
  }
}
.modal-item-bold {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.modal-item-txt {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.71;
}
@media only screen and (max-width: 767px) {
  .modal-item-txt {
    font-size: 11px;
  }
}
.modal-item-move {
  font-size: 16px;
  font-weight: bold;
  color: #0abc86;
  text-align: center;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .modal-item-move {
    font-size: 1.4rem;
    margin-top: 20px;
  }
}
.modal-item-btn {
  cursor: pointer;
  width: 310px;
  display: block;
  padding: 10px 20px;
  background: linear-gradient(to right, #ff1456 0%, #dc1540 100%);
  box-shadow: inset 0 -1px 1px #c5123d, 0px 1px 0px 1px #c5123d;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-radius: 50px;
  margin: 30px auto 0;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .modal-item-btn {
    margin: 20px auto 0;
    width: 100%;
  }
}
.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border: 2px solid #0abc86;
  border-radius: 50%;
}
.close-btn:before, .close-btn:after {
  content: "";
  background-color: #0abc86;
  position: absolute;
  top: 46%;
  left: 0;
  right: 0;
  margin: auto;
  width: 60%;
  height: 2px;
}
.close-btn:before {
  transform: rotateZ(45deg);
}
.close-btn:after {
  transform: rotateZ(-45deg);
}
@media screen and (min-width:768px) and (max-width:1024px) { /*タブレット調整*/
  #header {
    position: relative;
  }
  .wrap {
    width: 750px;
  }
  #hero_Content {
    padding-bottom: 2px;
    margin-top: -96px;
  }
  #hero_Content .wrap article h2 {
    padding-top: 131px;
    margin-left: 34px;
    font-size: 3.2rem;
    line-height: 75px;
  }
  #hero_Content .wrap article h2 span {
    font-size: 6rem;
  }
  #hero_Content .cta-group {
    margin-left: 44px;
  }
  #hero_Content .wrap::after {
    width: 502px;
    right: -200px;
    top: 30px;
  }
  #cost_Content .inner #cost_Content-wrap .wrap {
    flex-direction: column;
  }
  .attention {
    width: 100%;
  }
  .check-cap dl .caption dl {
    width: 50%;
  }
  .check-cap dl .caption dl dt, .check-cap dl .caption dl dd {
    width: 48%;
  }
  #perf_Content .inner {
    padding: 100px 0 10px;
  }
  #flow_Content .wrap ul {
    width: 100%;
  }
}