@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: 640px) {
  .pc {
    display: none !important;
  }
}
/* ========================================
    ■ 必須設定
======================================== */
/* utility class
----------------------------- */
.wrap {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .wrap {
    width: 92%;
    margin: 0 4%;
  }
}
.clearfix {
  overflow: hidden;
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
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: 768px) {
  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--blue {
  color: #ff000c;
}
@media only screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}
@media only screen and (min-width: 767px) {
  .pc-none {
    display: none;
  }
}
/*---------------- ユニーク ----------------*/
/* ========================================
    ■ コンテンツ共通
======================================== */
section.content {
  overflow: hidden;
}
section.content.anker {
  padding-top: 96px;
  margin-top: -96px;
}
section.content .reason--icon {
  font-family: "noto-sans-cjk-jp", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  background: #35363d;
  color: #fff;
  padding: 0.3% 0;
  margin-bottom: 1.5%;
  border-radius: 100px;
  text-align: center;
  width: 175px;
}
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;
}
@media only screen and (max-width: 768px) {
  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 .reason--icon {
    margin: 0 auto 4%;
  }
}
/*-----------------------
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: 768px) {
  #header {
    top: 0%;
  }
  #header .wrap ul li.logo {
    display: block;
    align-items: 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: 768px) {
  #footer {
    padding-bottom: 70px;
  }
  #footer .wrap p.copyright {
    font-size: 1rem;
  }
}
/*-----------------------
CVボタン共通
-----------------------*/
.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: #db2f00;
  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_fx01/images/cv-btn_icon.png");
}
@media only screen and (max-width: 768px) {
  .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: #fff2ef;
  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 5px 0px #b14e4e;
  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: #fff2ef 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: 768px) {
  .cta--group {
    margin-top: 11%;
  }
  .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;
  }
}
@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: 768px) {
  .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_fx01/images/fv_background.png");
  background-position: center 0px;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  color: #fff;
  font-weight: bold;
}


#hero__Content::after {
  content: "";
  position: absolute;
  background: url(/event/auto_fx01/images/fv_bottom_img.png) no-repeat center;
  width: 100%;
  height: 140px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
  background-size: 100%;
}

#hero__Content .wrap {
  position: relative;
  padding-bottom: 106px;
  text-align: left;
}

/* PC時のみ角丸の白背景を追加 */
@media only screen and (min-width: 769px) {
  #hero__Content .wrap article {
    background: #fff;
    border: 3px solid #14c4a5;
    border-radius: 20px;
    padding: 0px 40px 50px;
    margin: 100px 0 3%;
    width: 450px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
  
}

#hero__Content .wrap article h2 {
  font-size: 5rem;
  line-height: 70px;
}
#hero__Content .wrap article h2 span.futura {
  font-size: 19rem;
  margin-left: -38px;
  background: -webkit-linear-gradient(90deg, #14c4a5 30%, #16c2a4 100%);
  background: linear-gradient(90deg, #14c3a5 30%, #22b39a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#hero__Content .wrap article h2 span.min {
  font-size: 3rem;
  line-height: 5;
  letter-spacing: 0.2em;
}
#hero__Content .wrap article h2 span.futura b {
  font-weight: 600;
  letter-spacing: -30px;
}
#hero__Content .wrap article h2 span.ls {
  letter-spacing: 0.2em;
}
#hero__Content .wrap article h2 em {
  font-size: 8rem;
}
#hero__Content .wrap article h3 {
  font-size: 2.4rem;
  margin-top: 0px;
  text-align: center;
}
#hero__Content .wrap article h3 span {
  display: inline-block;
  text-align: center;
  line-height: 1.4;
}
#hero__Content .wrap article h2, #hero__Content .wrap article h2 em, #hero__Content .wrap article h3, #hero__Content .wrap article h3 span {
  color: #20292a;
}

#hero__Content .wrap::after {
  content: "";
  position: absolute;
  background: url(/event/auto_fx01/images/fv_model_img.png);
  background-repeat: no-repeat;
  width: 580px;
  height: 700px;
  right: -40px;
  top: -5%;
  background-size: 100%;
}

#hero__Content .cta--group.fv .tips {
  left: 70px;
  margin: 0;
}
#hero__Content .cta--group.fv a {
  width: 360px;
  padding: 20px;
  margin: 10% 0 0;
  text-align: center !important;
  font-size: 2.1rem;
}
#hero__Content .cta--group.fv p.annotation {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #hero__Content {
    background: url("/event/auto_fx01/images/fv_img_sp.png")no-repeat center top;
    background-size: 100% auto;
  }
  #hero__Content .wrap::before {
    content: none;
  }
  #hero__Content .wrap {
    padding-bottom: 8%;
    width: 100%;
    margin: 0;
  }
  #hero__Content .wrap article h2, #hero__Content .wrap article h3 {
    text-align: center;
    position: relative;
    z-index: 30;
  }
  #hero__Content .wrap article h2 {
    padding-top: 63%;
    font-size: 3.8rem;
    line-height: 132%;
  }
  #hero__Content .wrap article h2 span.futura {
    font-size: 17.2rem;
    margin-left: -5%;
  }
  #hero__Content .wrap article h2 span.min {
    margin-left: 0;
    font-size: 2.3rem;
  }
  #hero__Content .wrap article h2 span.ls {
    font-size: 4.5rem;
    margin-left: 3%;
    letter-spacing: 0.17em;
  }
  #hero__Content .wrap article h2 em {
    font-size: 6rem;
  }
  #hero__Content .wrap article h3 {
    font-size: 1.8rem;
    margin-top: 0%;
    letter-spacing: 0.18em;
    margin-left: 1%;
  }
  #hero__Content .wrap article h3 span {
    padding-top: 0;
  }
  #hero__Content .wrap::after {
    content: none;
  }
  #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%;
  }
}
/*-----------------------
自動売買コンテンツ
-----------------------*/
#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: 768px) {
  #auto__Content ul {
    margin-top: 16%;
    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 .title {
  margin-top: 74px;
}
#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% / 4)
}
#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: 61%;
}
#reason__Content ul li:nth-child(3) figure {
  width: 32%;
}
#reason__Content ul li:nth-child(4) figure {
  width: 42%;
}
#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.point03 article h3, #reason__Content ul li.point04 article h3 {
  padding-bottom: 0.8rem;
}
#reason__Content ul li article h3 .nim {
  font-size: 3.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%;
}
#reason__Content ul li .tips {
  margin-top: 10%;
  padding: 0 10%;
}
#reason__Content ul li .tips p {
  line-height: 1.2;
}
#reason__Content ul li .tips p span.red {
  color: #D82C2F;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #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:nth-child(2) {
    margin-bottom: 6%;
  }
  #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.point03 article h3, #reason__Content ul li.point04 article h3 {
    padding-bottom: 0;
    margin-top: -0.5rem;
  }
  #reason__Content ul li article h3 .nim {
    font-size: 3.2rem;
    line-height: 1;
  }
  #reason__Content ul li figure {
    margin: 0 auto 2%;
  }
  #reason__Content ul li:nth-child(1) figure {
    width: 30%;
  }
  #reason__Content ul li:nth-child(2) figure {
    width: 39%;
  }
  #reason__Content ul li:nth-child(3) figure {
    width: 17%;
  }
  #reason__Content ul li:nth-child(4) figure {
    width: 22%;
  }
  #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;
  }
  #reason__Content ul li:nth-child(4)::after {
    padding: 23% 0;
  }
  #reason__Content ul li .tips {
    margin-top: 4%;
  }
}
/*-----------------------
動画
-----------------------*/
#mov__Content .inner .wrap article .title {
  line-height: 1.4;
}
#mov__Content .inner .wrap div.mov {
  text-align: center;
  margin: 40px auto 100px;
}
@media only screen and (max-width: 768px) {
  #mov__Content .inner .wrap div.mov {
    text-align: center;
    margin: 20px auto 20%;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  #mov__Content .inner .wrap div.mov iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
/*-----------------------
100円から取引可能 
-----------------------*/
#transaction__Content .inner {
  background: url(/event/auto_fx01/images/transaction_background.png) no-repeat center top;
  background-size: cover;
  height: 690px;
  overflow: hidden;
}
#transaction__Content .inner .wrap .transaction {
  padding-top: 44px;
  padding-bottom: 189px;
}
#transaction__Content .inner .wrap .transaction article {
  position: relative;
}
#transaction__Content .inner .wrap .transaction article .reason--icon.white {
  background: #fff;
  color: #0abc86;
}
#transaction__Content .inner .wrap .transaction article .title {
  text-align: left;
  margin-bottom: 1.5%;
  line-height: 1.4;
}
#transaction__Content .inner .wrap .transaction article p {
  line-height: 2.4;
  font-weight: bold;
}
#transaction__Content .inner .wrap .transaction article p small {
  font-size: 1.4rem;
  font-weight: normal;
}
#transaction__Content .inner .wrap .transaction article::after {
  content: "";
  position: absolute;
  background: url("/event/auto_fx01/images/transaction_model_img.png");
  background-repeat: no-repeat;
  width: 424px;
  height: 572px;
  right: -44px;
  top: -20px;
  background-size: 100%;
}
#transaction__Content .inner .wrap .transaction .cta--group {
  margin-top: 2%;
}
#transaction__Content .inner .wrap .transaction .cta--group .cv--Btn {
  width: 440px;
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0% 0 0;
}
#transaction__Content .inner .wrap .transaction .cta--group .cv--Btn::before {
  width: 22px;
  height: 22px;
}
#transaction__Content .inner .wrap .transaction .cta--group p.annotation {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #transaction__Content {
    padding-top: 2%;
  }
  #transaction__Content .inner {
    background: url("/event/auto_fx01/images/transaction_background_sp.png");
    background-size: cover;
    padding-bottom: 12%;
    height: auto;
  }
  #transaction__Content .inner .wrap .transaction {
    padding-top: 15%;
    padding-bottom: 0%;
  }
  #transaction__Content .inner .wrap .transaction article .title {
    text-align: center;
    margin-bottom: 4.5%;
  }
  #transaction__Content .inner .wrap .transaction article p {
    line-height: 2;
    margin: auto;
    font-size: 1.5rem;
    text-align: center;
  }
  #transaction__Content .inner .wrap .transaction article p small {
    font-size: 1.1rem;
  }
  #transaction__Content .inner .wrap .transaction article::after {
    display: none;
  }
  #transaction__Content .inner .wrap .transaction .cta--group {
    margin-top: 9%;
  }
  #transaction__Content .inner .wrap .transaction .cta--group .cv--Btn {
    width: 100%;
  }
}
/*-----------------------
リピート型自動売買 
-----------------------*/
#repeat__Content .inner .wrap .repeat {
  padding-top: 100px;
  padding-bottom: 100px;
}
#repeat__Content .inner {
  background: linear-gradient(to bottom, #f6f6f6 0%, #fff 100%);
}
#repeat__Content .reason--icon {
  margin: 0 auto 1.5%;
}
#repeat__Content .inner .wrap .repeat p.reason-subtitle {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 50px;
}
#repeat__Content .inner .wrap .trade-tool {
  margin-top: 24px;
}
#repeat__Content .inner .wrap .trade-tool article {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #e4faf9;
  width: 970px;
  margin: 0 auto 28px;
  border-radius: 10px;
}
#repeat__Content .inner .wrap .trade-tool article div.modal-title {
  padding: 45px 0 47px 70px;
}
#repeat__Content .inner .wrap .trade-tool article div h4 {
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 0;
  text-align: left;
}
#repeat__Content .inner .wrap .trade-tool article div.modal h4 span {
  display: block;
  font-size: 14px;
  color: #918b8a;
}
#repeat__Content .inner .wrap .trade-tool article div p {
  font-size: initial;
}
#repeat__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;
}
#repeat__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_fx01/images/_pc_day-trade_pop-icon.png");
  background-size: 100%;
  width: 15px;
  height: 15px;
}
#repeat__Content .inner .wrap .trade-tool article figure.img-big {
  padding-right: 43px;
}
#repeat__Content .inner .wrap .trade-tool div.modal div.modal-container {
  background: none;
}
#repeat__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;
}
#repeat__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;
}
#repeat__Content .inner .wrap .trade-tool div.modal div.modal-container article.modal-item .close-btn:before, #repeat__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;
}
#repeat__Content .inner .wrap .trade-tool div.modal div.modal-container article.modal-item .close-btn:before {
  transform: rotateZ(45deg);
}
#repeat__Content .inner .wrap .trade-tool div.modal div.modal-container article.modal-item .close-btn:after {
  transform: rotateZ(-45deg);
}
#repeat__Content .inner .wrap .trade-tool div.modal div.modal-container article.modal-item div.base-wrap {
  padding: 60px 40px;
  margin-left: 0;
}
#repeat__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;
}
#repeat__Content .inner .wrap .trade-tool div.modal div.modal-container article.modal-item .base-wrap h3.base-title span {
  font-size: 20px;
}
#repeat__Content .inner .wrap .trade-tool div.modal div.modal-container article.modal-item .base-wrap h3.base-title:before, #repeat__Content .inner .wrap .trade-tool div.modal div.modal-container article.modal-item .base-wrap h3.base-title:after {
  display: none;
}
#repeat__Content .inner .wrap .trade-tool div.modal div.modal-container article.modal-item .base-wrap h4 {
  font-size: 18px;
  font-weight: bold;
}
#repeat__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;
}
#repeat__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: 768px) {
  #repeat__Content .inner .wrap .repeat {
    padding: 20% 0 7%;
  }
  #repeat__Content .reason--icon {
    margin: 0 auto 4%;
  }
  #repeat__Content .inner .wrap .repeat article .title {
    text-align: center;
    margin-bottom: 4.5%;
    line-height: 1.4;
  }
  #repeat__Content .inner .wrap .repeat p.reason-subtitle {
    margin: 6% auto 0;
    font-weight: bold;
  }
  #repeat__Content .inner .wrap .trade-tool article {
    display: block;
    width: 100%;
    position: relative;
  }
  #repeat__Content .inner .wrap .trade-tool article div h4 {
    text-align: center;
  }
  #repeat__Content .inner .wrap .trade-tool article div p {
    margin-top: 2%;
  }
  #repeat__Content .inner .wrap .trade-tool article div a {
    width: 100%;
    margin: 40% auto 0;
  }
  #repeat__Content .inner .wrap .trade-tool article .modal-title {
    padding: 8% 13% !important;
    text-align: center;
    font-size: initial;
    position: relative;
  }
  #repeat__Content .inner .wrap .trade-tool article figure.img-big {
    position: absolute;
    top: 46%;
    padding: 0 14%;
  }
  #repeat__Content .inner .wrap .trade-tool article div.modal {
    width: 100%;
  }
  #repeat__Content .inner .wrap .trade-tool div.modal div.modal-container {
    width: 100%;
  }
  #repeat__Content .inner .wrap .trade-tool div.modal div.modal-container article.modal-item {
    max-height: 640px;
  }
  #repeat__Content .inner .wrap .trade-tool div.modal div.modal-container article.modal-item .close-btn {
    top: 2%;
  }
  #repeat__Content .inner .wrap .trade-tool div.modal div.modal-container article.modal-item div.base-wrap {
    padding: 6% 4%;
    margin: auto;
    width: 100%;
  }
  #repeat__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;
  }
}
/*-----------------------
シンプルな取引ツール 
-----------------------*/
#tool__Content .inner {
  background: #f6f6f6;
  padding-top: 80px;
}
#tool__Content .inner .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-bottom: 120px;
}
#tool__Content .inner .wrap article {
  width: 55%;
}
#tool__Content .inner .wrap article .title {
  padding-top: 10px;
  line-height: 1.5;
  text-align: left;
}
#tool__Content .inner .wrap article p {
  font-weight: bold;
  margin-top: 3%;
  line-height: 2.4;
}
#tool__Content .inner .wrap::after {
  content: "";
  position: absolute;
  background: url("/event/auto_fx01/images/tool_device.png");
  background-position: center top;
  background-repeat: no-repeat;
  width: 650px;
  height: 380px;
  right: -128px;
  top: 36px;
  background-size: 100%;
}
#tool__Content .cv-Btn.btm {
  background: #f6f6f6;
  padding: 4% 0 6%;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #tool__Content {
    padding-top: 0;
  }
  #tool__Content .inner {
    padding-bottom: 37%;
  }
  #tool__Content .inner .wrap {
    display: block;
  }
  #tool__Content .inner .wrap article {
    width: auto;
  }
  #tool__Content .inner .wrap article .title {
    padding-top: 0%;
    line-height: 1.4;
    text-align: center;
  }
  #tool__Content .inner .wrap article p {
    margin: 6% auto 0;
    line-height: 2;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.08em;
  }
  #tool__Content .inner .wrap::after {
    width: 100%;
    height: 0;
    padding: 69% 0;
    right: 0;
    left: 0;
    top: 76%;
    margin: auto;
  }
  #tool__Content .cv-Btn.btm {
    padding: 4% 0 13%;
    margin-top: -9%;
  }
}
/*-----------------------
業界最狭水準のスプレッド 
-----------------------*/
#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;
}
#spread__Content .wrap div ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#spread__Content .wrap div ul li {
  margin: 0 18px;
}
#spread__Content .wrap div ul li div.number {
  margin: auto;
}
#spread__Content .wrap div ul li div.number p {
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
  line-height: 0.5;
  color: #292929;
}
#spread__Content .wrap div ul li div.number p .futura {
  font-size: 120px;
}
#spread__Content .wrap div ul.five_cur li div.number p .futura {
  font-size: 80px;
}
#spread__Content .wrap div ul li div.number p .futura small {
  font-size: 0.4em;
}
#spread__Content .wrap div 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;
}
#spread__Content .wrap div ul li article {
  display: flex;
  width: auto;
  margin: auto;
  margin-top: 8px;
  justify-content: center;
}
#spread__Content .wrap div ul li article div {
  margin-left: 10px;
  margin-top: 0;
  display: block;
}
#spread__Content .wrap div ul li article div p {
  font-size: 14px;
  color: #292929;
  display: block;
  font-weight: bold;
  line-height: 1;
}
#spread__Content .wrap div ul.five_cur li article div p {
  font-size: 12px;
}
#spread__Content .wrap div ul li article div p .futura {
  font-size: 14px;
  color: #727171;
}
#spread__Content .wrap div ul.impact li {
  margin: 0 40px;
  margin-bottom: 42px;
}
#spread__Content .wrap div ul li div.number {
  position: relative;
}
#spread__Content .wrap div 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;
}
#spread__Content .wrap div ul.impact li div.number p {
  color: #000000;
  line-height: 1;
  letter-spacing: 0.03rem;
  padding-top: 0;
}
#spread__Content .wrap div p.tips {
  text-align: right;
  font-size: 12px;
  font-weight: bold;
  margin-right: 58px;
  margin-top: 12px;
}
#spread__Content .wrap article.attention {
  width: 908px;
  margin: 0px auto 0;
}
#spread__Content .wrap article.attention ul li {
  font-size: 12px;
  margin-bottom: 5px;
}
#spread__Content .wrap article.attention p {
  font-size: 12px;
  margin-bottom: 5px;
}
#spread__Content .inner #swap__content {
  margin-top: 5%;
}
#spread__Content .inner #swap__content .wrap {
  background: url("/event/auto_fx01/images/spread_swap_background.png");
  background-repeat: no-repeat;
  padding-bottom: 2%;
  background-size: cover;
  border-radius: 8px;
}
#spread__Content .inner #swap__content .wrap .title {
  padding-top: 55px;
}
#spread__Content .inner #swap__content .wrap ul {
  margin-top: 5%;
}
#spread__Content .inner #swap__content .wrap article {
  margin-top: 3%;
}
@media only screen and (max-width: 768px) {
  #spread__Content .inner {
    padding-top: 0px;
  }
  #spread__Content .wrap .reason--icon {
    margin: 0 auto 4%;
  }
  #spread__Content .wrap div {
    margin-top: 1% !important;
    font-size: 13px !important;
  }
  #spread__Content .wrap div ul {
    justify-content: space-around;
  }
  #spread__Content .wrap div ul li {
    margin: 0 1%;
    margin-bottom: -2%;
    width: 48%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #spread__Content .wrap div ul li.last {
    width: 55%;
  }
  #spread__Content .wrap div ul li div.number {
    line-height: 2;
    letter-spacing: -1px;
    order: 2;
    margin-bottom: 10px;
  }
  #spread__Content .wrap div ul li div.number .tip {
    top: 10px;
    right: 0px;
    width: 55px;
    height: auto;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 10px;
  }
  #spread__Content .wrap div ul li div.number p {
    font-size: 1.4rem;
  }
  #spread__Content .wrap div ul li div.number p .futura, #spread__Content .wrap div ul.five_cur li div.number p .futura {
    font-size: 5rem;
  }
  #spread__Content .wrap div ul li div.number p .futura small {
    font-size: 0.4em;
  }
  #spread__Content .wrap div ul li div.number p .futura small.to-font {
    font-size: 2rem;
    padding-top: 7%;
  }
  #spread__Content .wrap div ul li article {
    align-items: baseline;
    order: 1;
    width: 61%;
    justify-content: space-around;
    margin: 0;
  }
  #spread__Content .wrap div ul li article figure {
    width: 85px;
  }
  #spread__Content .wrap div ul li article div {
    margin-left: 4%;
    text-align: left;
    width: 100%;
  }
  #spread__Content .wrap div ul li article div p {
    font-size: 1.4rem;
  }
  #spread__Content .wrap div ul li article div p .futura {
    font-size: 1rem;
  }
  #spread__Content .wrap div ul.impact {
    width: auto;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #spread__Content .wrap div ul.impact li {
    width: 89%;
    margin: 0;
    align-items: center;
    justify-content: space-between;
  }
  #spread__Content .wrap div ul.impact li article {
    width: 60%;
    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%;
  }
  #spread__Content .wrap article.attention {
    width: auto;
    margin: 4% auto 0;
  }
  #spread__Content .wrap article.attention p {
    font-size: 1rem;
    margin-bottom: 2%;
  }
  #spread__Content .inner #swap__content {
    margin-top: 5%;
  }
  #spread__Content .inner #swap__content .wrap {
    background: url("/event/auto_fx01/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;
}
/*-----------------------
各種手数料が0円だから安心 
-----------------------*/
#cost__Content {
  background: url(/event/auto_fx01/images/cost_background.png) no-repeat top center;
  background-size: 100%/*contain*/;
}
#cost__Content .inner .wrap {
  position: relative;
  padding-bottom: 7%;
}
#cost__Content .inner #cost__Content--wrap .wrap {
  display: flex;
  flex-direction: row-reverse;
}
#cost__Content .inner .wrap h2.title {
  padding-top: 13px;
  font-size: 4rem;
  text-align: left;
  line-height: 1.3;
  margin-bottom: 20px;
}
#cost__Content .inner .wrap ul.list {
  display: flex;
  flex-wrap: wrap;
  width: 448px;
  margin-top: 3%;
  padding: 4% 8%;
  background: #1caa92;
  border-radius: 8px;
  color: #fff;
}
#cost__Content .inner .wrap ul.list li {
  font-size: 1.8rem;
  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: 2.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_fx01/images/cost_list-icon.png");
  background-size: 100%;
  width: 14px;
  height: 14px;
  left: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#cost__Content .inner #cost__Content--wrap .wrap::after {
  content: "";
  position: absolute;
  background: url("/event/auto_fx01/images/cost_icon_img.png");
  background-repeat: no-repeat;
  width: 266px;
  height: 376px;
  left: 146px;
  bottom: 64px;
  background-size: 100%;
}
@media only screen and (max-width: 768px) {
  #cost__Content {
    padding-top: 0;
    background: url("/event/auto_fx01/images/cost_background_sp.png")no-repeat center top;
    background-size: cover;
    overflow: hidden;
  }
  #cost__Content .inner .wrap {
    padding-bottom: 9%;
  }
  #cost__Content--wrap {
    padding-top: 15%;
  }
  #cost__Content .inner #cost__Content--wrap {
    margin-bottom: 30px;
  }
  #cost__Content .inner .wrap h2.title {
    font-size: 2.5rem;
    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: 81%;
    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: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: 47%;
    height: 486px;
    left: 50%;
    bottom: -54%;
    padding: 47% 0;
    transform: translateX(-50%);
  }
  #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_fx01/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_fx01/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 .cv-Btn.btm {
    margin-top: 70px;
    margin-bottom: 80px;
  }
}
/*-----------------------
口座開設から取引までの流れ 
-----------------------*/
#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: 768px) {
  #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: 768px) {
  #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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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, #00bfec 30%, #0050da 100%);
  box-shadow: inset 1px 1px 1px #3dc7f1, 0px 1px 0px 1px #0072db;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-radius: 50px;
  margin: 30px auto 0;
  font-size: 16px;
}
@media only screen and (max-width: 640px) {
  .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);
}