@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;
  }
}
/* Scss Document */
/* ========================================
    ■ 必須設定
======================================== */
/* 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--blue {
  color: #009ca9;
}
.M--pink {
  color: #e8204b;
}
@media only screen and (max-width: 768px) {
  .sp-none {
    display: none !important;
  }
}
@media only screen and (min-width: 767px) {
  .pc-none {
    display: none !important;
  }
}
/* ========================================
    ■ コンテンツ共通
======================================== */
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.6rem;
  font-weight: bold;
  line-height: 1.4;
}
section.content .title.btm {
  font-size: 4rem;
}
section.content .title sup {
  font-size: 0.8rem;
  vertical-align: text-top;
  letter-spacing: -1rem;
}
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: 3rem;
  }
  section.content .title.btm {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  section.content.anker {
    padding-top: 14%;
    margin-top: 0px;
  }
  section.content .reason--icon {
    margin: 0 auto 2%;
    width: 37%;
    font-size: 1.3rem;
  }
}
/* Scss Document */
header {
  position: absolute;
  top: 0;
  z-index: 9999;
  width: 100%;
  transition: 0.5s;
}
@media only screen and (max-width: 768px) {
  header {
    top: 0%;
  }
}
header .wrap {
  width: 94%;
  transition: 0.5s;
}
header .wrap ul {
  height: 96px;
  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;
}
@media only screen and (max-width: 768px) {
  header .wrap ul {
    width: 50%;
    margin: 0 auto;
    display: block;
  }
  header .wrap ul li.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 7%;
  }
  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 .wrap ul li.header--cta .cv--Btn {
  font-size: 1.6rem;
  padding: 14px 0px;
  width: 280px;
}
header .wrap ul li.header--cta .cv--Btn span {
  font-size: 1.2rem;
}
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);
}
@media only screen and (max-width: 768px) {
  header.fixed {
    position: relative;
  }
}
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;
}
/* Scss Document */
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;
  }
}
/* Scss Document */
.cv--Btn {
  display: block;
  width: 712px;
  text-align: center;
  position: relative;
  background: #dc1540;
  background: -webkit-linear-gradient(to right, #ff1456 0%, #dc1540 100%);
  background: linear-gradient(to right, #ff1456 0%, #dc1540 100%);
  box-shadow: inset 0 -1px 1px #c5123d, 0px 1px 0px 1px #c5123d;
  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: #c5123d;
  border-radius: 3px;
  padding: 0.4% 1%;
  font-size: 0.8em;
  line-height: 1;
  margin-right: 10px;
}
.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/fxaff/report-camomeumineco-02/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: 24%;
    background-repeat: no-repeat;
  }
}
.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 54px;
}
#tool__Content + .cv-Btn {
  margin-top: 6%;
}
@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;
    right: 0;
    left: 0;
    z-index: 9999;
  }
  #fix_cv-botton.cv--Btn::before {
    height: 30%;
  }
  #tool__Content + .cv-Btn {
    margin-top: 25%;
  }
}
@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;
  }
}
/* Scss Document */
#hero__Content {
  position: relative;
  background: url("/event/fxaff/report-camomeumineco-02/images/fv_background.png");
  background-position: center 0px;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  color: #fff;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #hero__Content {
    background: url("/event/fxaff/report-camomeumineco-02/images/fv_background_sp.png");
    background-position: center;
    background-size: cover;
  }
}
#hero__Content .wrap {
  position: relative;
  padding-bottom: 60px;
}
#hero__Content .wrap article, #hero__Content .wrap .cta--group {
  margin-left: 508px;
}
#hero__Content .wrap article h2 {
  padding-top: 180px;
  font-size: 6.2rem;
  color: #20292a;
  line-height: 80px;
}
#hero__Content .wrap article h2 span.futura {
  font-size: 24.2rem;
  margin-left: -48px;
  background: -webkit-linear-gradient(90deg, #00c5ba 30%, #0088ba 100%);
  background: linear-gradient(90deg, #00c5ba 30%, #0088ba 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#hero__Content .wrap article h2 span.futura b {
  font-weight: 600;
  letter-spacing: -30px;
}
#hero__Content .wrap article h2 em {
  font-size: 8rem;
}
#hero__Content .wrap article h3 {
  font-size: 3.5rem;
  color: #20292a;
  margin-top: 0px;
}
#hero__Content .wrap article h3 span {
  width: 210px;
  display: inline-block;
}
#hero__Content .wrap article .benefit {
  display: flex;
  justify-content: flex-start;
}
#hero__Content .wrap article .benefit p {
  background: #d4eef5;
  color: #0088ba;
  padding: 2px 10px;
  border-radius: 6px;
  font-size: 1.8rem;
  margin: 5px 5px 30px;
  line-height: 0.9;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
#hero__Content .wrap article .benefit p span.zero {
  font-size: 2rem;
}
#hero__Content .wrap article .benefit p span.futura {
  font-size: 4rem;
}
#hero__Content .wrap::after {
  content: "";
  position: absolute;
  background: url("/event/fxaff/report-camomeumineco-02/images/fv_model_image.png");
  background-repeat: no-repeat;
  width: 494px;
  height: 707px;
  left: -66px;
  top: 31px;
  background-size: 100%;
}
@media only screen and (max-width: 768px) {
  header .wrap {
    width: 100%;
    margin: 0;
  }
  #hero__Content .wrap {
    padding-bottom: 6%;
    width: 100%;
    margin: 0;
  }
  #hero__Content .wrap article, #hero__Content .wrap .cta--group {
    margin-left: 0;
  }
  #hero__Content .wrap .cta--group {
    margin-top: 73%;
  }
  #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: 24%;
    padding-left: 5%;
    font-size: 3.8rem;
    line-height: 132%;
  }
  #hero__Content .wrap article h2 span.futura {
    font-size: 14.5rem;
    margin-left: -10%;
  }
  #hero__Content .wrap article h2 em {
    font-size: 6rem;
  }
  #hero__Content .wrap article h3 {
    font-size: 1.8rem;
    margin-top: 0%;
  }
  #hero__Content .wrap article h3 span {
    width: 140px;
  }
  #hero__Content .wrap::after {
    width: 65%;
    height: auto;
    right: 4%;
    left: 0%;
    bottom: 0px;
    padding: 47% 0;
    top: auto;
    margin: auto;
    background-size: 100%;
    background-repeat: no-repeat;
  }
}
#hero__Content .cta--group.fv .tips {
  left: 105px;
  margin: 0;
}
#hero__Content .cta--group.fv a {
  width: 420px;
  margin: 6% 0 0;
}
#hero__Content .cta--group.fv p.annotation {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #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%;
  }
}
/* Scss Document */
#reason__Content {
  margin-bottom: 110px;
  overflow: visible;
}
#reason__Content.col04 .wrap {
  width: 1200px;
}
#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% / 3)
}
#reason__Content.col04 ul li {
  width: calc(100% / 4)
}
#reason__Content ul li::after {
  content: "";
  position: absolute;
  width: 90%;
  height: 376px;
  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%;
}
#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;
}
#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: #292929;
  font-size: 1.4rem;
  background: #dadada;
  padding: 3% 0;
  margin-top: 5%;
}
#reason__Content ul li:nth-child(1) figure {
  width: 243px;
}
#reason__Content ul li:nth-child(2) figure {
  width: 148px;
}
#reason__Content ul li:nth-child(3) figure {
  width: 213px;
}
#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.col04 .wrap {
    width: 92%;
  }
  #reason__Content .title {
    margin-top: 12%;
  }
  #reason__Content ul {
    margin-top: 16%;
    margin-bottom: 18%;
    display: block;
  }
  #reason__Content ul li, #reason__Content.col04 ul li {
    margin-bottom: 10%;
    width: 100%;
  }
  #reason__Content ul li:nth-child(2) {
    margin-bottom: 12%;
  }
  #reason__Content ul li article {
    line-height: 1.3;
  }
  #reason__Content ul li article p {
    font-size: 1.8rem;
  }
  #reason__Content ul li article p .small {
    font-size: 1.4rem;
  }
  #reason__Content ul li article h3 {
    font-size: 2.8rem;
  }
  #reason__Content ul li article h3 .nim {
    font-size: 3.2rem;
    line-height: 1;
  }
  #reason__Content ul li figure {
    margin: 0 auto 6%;
  }
  #reason__Content ul li:nth-child(1) figure {
    width: 46%;
  }
  #reason__Content ul li:nth-child(2) figure {
    width: 24%;
    margin: 0 auto 3%;
  }
  #reason__Content ul li:nth-child(3) figure {
    width: 22%;
  }
  #reason__Content ul li:nth-child(4) figure {
    width: 35%;
  }
  #reason__Content ul li a {
    width: 42%;
    margin-top: 3%;
  }
  #reason__Content ul li::after {
    width: 94%;
    bottom: -30px;
    height: auto;
    padding: 31% 0;
  }
  #reason__Content ul li .tips {
    margin-top: 4%;
  }
}
/* Scss Document */
#transaction__Content .inner {
  background-image: linear-gradient(90deg, #f5fcfc, #e3f6f6);
  padding-bottom: 130px;
  padding-top: 35px;
  overflow: hidden;
}
#transaction__Content .inner .wrap .transaction {
  padding-top: 44px;
  margin-bottom: 86px;
}
#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%;
}
#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/fxaff/report-camomeumineco-02/images/transaction_model_img.png");
  background-repeat: no-repeat;
  width: 465px;
  height: 593px;
  right: -60px;
  top: -23px;
  background-size: 100%;
}
#transaction__Content .inner .wrap .transaction .cta--group {
  margin-top: 4%;
}
#transaction__Content .inner .wrap .transaction .cta--group .cv--Btn {
  width: 440px;
  font-size: 2.2rem;
  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;
}
#transaction__Content .inner .wrap .margin {
  background: url("/event/fxaff/report-camomeumineco-02/images/transaction-margin_background.png");
  background-repeat: no-repeat;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 6% 0 0 5%;
  position: relative;
  z-index: 100;
  display: none;
}
#transaction__Content .inner .wrap .margin article .title {
  text-align: left;
  font-size: 3.6rem;
  margin-bottom: 3%;
}
#transaction__Content .inner .wrap .margin article .annotation {
  margin-top: 6%;
  font-size: 1.3rem;
}
#transaction__Content .inner .wrap .margin figure {
  margin-top: -7%;
  margin-right: 5%;
  width: 280px;
}
@media only screen and (max-width: 768px) {
  #transaction__Content {
    padding-top: 2%;
  }
  #transaction__Content .inner {
    background: url("/event/fxaff/report-camomeumineco-02/images/transaction_background_sp.png") no-repeat center top;
    background-size: cover;
    padding-bottom: 12%;
  }
  #transaction__Content .inner .wrap .transaction {
    padding-top: 14%;
    margin-bottom: 0%;
  }
  #transaction__Content .inner .wrap .transaction article .title {
    text-align: center;
    margin-bottom: 4.5%;
  }
  #transaction__Content .inner .wrap .transaction article p {
    width: 84%;
    line-height: 2;
    margin: auto;
    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: 6%;
  }
  #transaction__Content .inner .wrap .transaction .cta--group .cv--Btn {
    width: 100%;
    margin: 0% auto 0;
  }
  #transaction__Content .inner .wrap .transaction .cta--group .cv--Btn::before {
    width: 14px;
    height: 14px;
  }
  #transaction__Content .inner .wrap .transaction .cta--group p.annotation {
    text-align: center;
  }
}
/* Scss Document */
/*-----------------------
リピート型自動売買 
-----------------------*/
#repeat__Content .inner .wrap .repeat {
  padding-top: 100px;
  padding-bottom: 100px;
}
#repeat__Content .inner {
  background: #f9f9f9;
}
#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;
  margin-bottom: 8%;
}
#repeat__Content .inner .wrap .trade-tool article {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #dff4f1;
  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 a {
  display: block;
  font-weight: bold;
  border-radius: 5px;
  margin-top: 20px;
  font-size: 18px;
  color: #fff;
  width: 240px;
  padding: 10px;
  background: #009ca9;
  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/fxaff/report-camomeumineco-02/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 article.modal-item {
  display: block;
  background: #fff;
  max-height: 520px;
  overflow: auto;
  margin-top: 0;
  border-radius: 10px;
  border: none;
  border-top: 10px solid #009ca9;
}
#repeat__Content .inner .wrap .trade-tool div.modal div.modal-container article.modal-item div.base-wrap {
  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;
}
#repeat__Content #baner__Content {
  margin-top: 7%;
  margin-bottom: 8%;
}
@media only screen and (max-width: 768px) {
  #repeat__Content .inner .wrap .repeat {
    padding: 20% 0;
  }
  #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;
    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 .base-wrap {
    margin: auto;
    width: 100%;
  }
  #repeat__Content .inner .wrap .trade-tool div.modal div.modal-container article.modal-item .base-wrap h3.base-title {
    padding-top: 4%;
    line-height: 3.5rem;
    margin-bottom: 4%;
    font-size: 2.8rem;
  }
  #repeat__Content #baner__Content {
    margin-bottom: 18%;
  }
  #repeat__Content .inner .wrap .trade-tool {
  margin-bottom: 18%;
}
}
/* ----------------
 * スプレッド表
 * -------------- */
.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/fxaff/report-camomeumineco-02/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: #3eb3bd;
  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/fxaff/report-camomeumineco-02/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/fxaff/report-camomeumineco-02/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/fxaff/report-camomeumineco-02/images/cost_background_sp.png")no-repeat center top;
    background-size: contain;
    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;
  }
}
/* Scss Document */
#spread__Content .inner .wrap {
  padding-bottom: 0;
}
#spread__Content .inner .wrap .bg {
  background: #fff;
  border-radius: 20px;
  padding: 10px;
  margin-bottom: 30px;
  margin-top: -10px;
}
#spread__Content .inner .wrap .reason--icon {
  margin: 0 auto 1.5%;
}
#spread__Content .inner .wrap .title sup {
  letter-spacing: 0;
  vertical-align: inherit;
}
#spread__Content .inner .wrap h2.title {
  text-align: center;
  padding-top: 40px;
}
#spread__Content .inner .wrap div {
  text-align: center;
  margin-top: 24px;
}
#spread__Content .inner .wrap div p.cur_ttl {
  width: 500px;
  text-align: center;
  color: #0abc86;
  padding: 5px;
  border: 2px solid #0abc86;
  border-radius: 26px;
  margin: 0 0 30px;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
}
#spread__Content .inner .wrap div p.attn {
  font-size: 1.8rem;
  margin-top: 12px;
  margin-bottom: 12px;
}
#spread__Content .inner .wrap div ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#spread__Content .inner .wrap div ul li {
  margin: 0 18px;
}
#spread__Content .inner .wrap div ul li div.number {
  margin: auto;
}
#spread__Content .inner .wrap div ul li div.number p {
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
  line-height: 0.5;
  color: #292929;
}
#spread__Content .inner .wrap div ul li div.number p .futura {
  font-size: 120px;
}
#spread__Content .inner .wrap div ul.five_cur li div.number p .futura {
  font-size: 80px;
}
#spread__Content .inner .wrap div ul li div.number p .futura small {
  font-size: 0.4em;
}
#spread__Content .inner .wrap div ul li article {
  display: flex;
  width: auto;
  margin: auto;
  margin-top: 8px;
  justify-content: center;
}
#spread__Content .inner .wrap div ul li article div {
  margin-left: 10px;
  margin-top: 0;
  display: block;
}
#spread__Content .inner .wrap div ul li article div p {
  font-size: 14px;
  color: #292929;
  display: block;
  font-weight: bold;
  line-height: 1;
}
#spread__Content .inner .wrap div ul.five_cur li article div p {
  font-size: 12px;
}
#spread__Content .inner .wrap div ul li article div p .futura {
  font-size: 14px;
  color: #727171;
}
/*★★★★★★
      #spread__Content .inner .wrap div ul.impact {
        display: block;
        clear: both;
        width: 800px;
        margin: auto;
        margin-bottom: 60px; }
				 ★★★★★★*/
#spread__Content .inner .wrap div ul.impact li {
  margin: 0 20px;
  /*★　margin-bottom: 12px; ★*/
  margin-bottom: 42px;
}
#spread__Content .inner .wrap div ul li div.number {
  position: relative;
}
#spread__Content .inner .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 .inner .wrap div ul.impact li div.number p {
  /*color: #009944;*/
  color: #000000;
  line-height: 1;
  padding-top: 0;
}
/*★★★★★★
          #spread__Content .inner .wrap div ul.impact li:first-child {
            float: left;
            margin-bottom: 0px;
            margin-top: -32px; }
            #spread__Content .inner .wrap div ul.impact li:first-child div.number p .futura {
              font-size: 370px; }
              #spread__Content .inner .wrap div ul.impact li:first-child div.number p .futura small {
                font-size: 0.4em; }
            #spread__Content .inner .wrap div ul.impact li:first-child article {
              margin-top: -32px; }
              #spread__Content .inner .wrap div ul.impact li:first-child article div {
                display: flex;
                margin-top: 8px; }
                #spread__Content .inner .wrap div ul.impact li:first-child article div p {
                  font-size: 18px;
                  margin-left: 10px; }
                  #spread__Content .inner .wrap div ul.impact li:first-child article div p .futura {
                    font-size: 18px; }
					★★★★★★*/
#spread__Content .inner .wrap div p.tips {
  text-align: right;
  font-size: 12px;
  font-weight: bold;
  margin-right: 58px;
  margin-top: 12px;
}
#spread__Content .inner .wrap article {
  width: 908px;
  margin: 0px auto 0;
}
#spread__Content .inner .wrap article ul li {
  font-size: 12px;
  margin-bottom: 5px;
}
#spread__Content .inner .wrap article p {
  font-size: 12px;
  margin-bottom: 5px;
}
#spread__Content .inner #swap__content {
  margin-top: 5%;
}
#spread__Content .inner #swap__content .wrap {
  background: url("/event/fxaff/report-camomeumineco-02/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%;
}
#spread__Content .inner .wrap article.attention ul {
  display: block;
}
#spread__Content .inner .wrap article.attention ul li {
  margin: 0 0 5px;
}
#spread__Content .wrap article.attention {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #spread__Content .inner {
    padding-top: 0px;
    margin: -8% auto 0;
  }
  #spread__Content .inner .wrap .reason--icon {
    margin: 0 auto 4%;
  }
  #spread__Content .inner .wrap div {
    margin-top: 7%;
  }
  #spread__Content .inner .wrap div ul {
    justify-content: space-around;
  }
  #spread__Content .inner .wrap div ul li {
    margin: 0 1%;
    margin-bottom: -2%;
    width: 48%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #spread__Content .inner .wrap article.attention ul li {
    width: 100%;
  }
  #spread__Content .inner .wrap div ul li.last {
    width: 55%;
  }
  #spread__Content .inner .wrap div p.cur_ttl {
    width: 100%;
    border: 2px solid #0abc86;
    margin: 10px 0 5px;
    font-size: 1.5rem;
  }
  #spread__Content .inner .wrap div ul li div.number {
    line-height: 4;
    margin: 0 auto 1%;
    letter-spacing: -1px;
    order: 2;
  }
  #spread__Content .inner .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 .inner .wrap div ul li div.number p {
    font-size: 1.4rem;
    /*padding-top: 36px;*/
  }
  #spread__Content .inner .wrap div ul li div.number p .futura, #spread__Content .inner .wrap div ul.five_cur li div.number p .futura {
    font-size: 3rem;
  }
  #spread__Content .inner .wrap div ul li div.number p .futura small {
    font-size: 0.4em;
  }
  #spread__Content .inner .wrap div ul li article {
    align-items: baseline;
    order: 1;
    width: 61%;
    justify-content: space-around;
  }
  #spread__Content .inner .wrap div ul li article figure {
    width: 46px;
  }
  #spread__Content .inner .wrap div ul li article div {
    margin-left: 4%;
    text-align: left;
    width: 100%;
  }
  #spread__Content .inner .wrap div ul li article div p {
    font-size: 1rem;
  }
  #spread__Content .inner .wrap div ul li article div p .futura {
    font-size: 1rem;
  }
  #spread__Content .inner .wrap div ul.impact {
    width: auto;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  #spread__Content .inner .wrap div ul.impact li {
    margin: 0;
    margin-bottom: -2%;
    align-items: center;
    justify-content: space-between;
  }
  /*★★★★★★
            #spread__Content .inner .wrap div ul.impact li:first-child {
              width: 100%;
              float: none;
              margin-bottom: 4%;
              margin-top: 4%;
              flex-wrap: wrap; }
              #spread__Content .inner .wrap div ul.impact li:first-child div.number {
                order: 1; }
                #spread__Content .inner .wrap div ul.impact li:first-child div.number p {
                  font-size: 3.7rem; }
                  #spread__Content .inner .wrap div ul.impact li:first-child div.number p .futura {
                    font-size: 21rem; }
                    #spread__Content .inner .wrap div ul.impact li:first-child div.number p .futura small {
                      font-size: 0.4em; }
              #spread__Content .inner .wrap div ul.impact li:first-child article {
                margin-top: -32px;
                order: 2; }
                #spread__Content .inner .wrap div ul.impact li:first-child article div {
                  display: flex;
                  margin-top: 8px; }
                  #spread__Content .inner .wrap div ul.impact li:first-child article div p {
                    font-size: 1.4rem;
                    margin-left: 0; }
                    #spread__Content .inner .wrap div ul.impact li:first-child article div p .futura {
                      font-size: 1.4rem; }
							★★★★★★*/
  #spread__Content .inner .wrap div p.tips {
    font-size: 1.2rem;
    margin-right: 0;
    margin-top: 3%;
  }
  #spread__Content .inner .wrap article {
    width: auto;
    margin: 4% auto 0;
  }
  #spread__Content .inner .wrap article p {
    font-size: 1rem;
    margin-bottom: 2%;
  }
  #spread__Content .inner #swap__content {
    margin-top: 5%;
  }
  #spread__Content .inner #swap__content .wrap {
    background: url("/event/fxaff/report-camomeumineco-02/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%;
  }
}
/*-----------------------
自動売買コンテンツ
-----------------------*/
#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: #009ca9;
  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: #009ca9;
  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;
  }
}
#tool__Content {
  background: linear-gradient(to bottom, #ffffff 0%, #f6f6f5 100%);
  padding-bottom: 10%;
}
#tool__Content .inner .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
#tool__Content .inner .wrap article {
  width: 50%;
}
#tool__Content .inner .wrap article .title {
  padding-top: 10px;
  line-height: 1.4;
  text-align: left;
}
#tool__Content .inner .wrap article p {
  margin-top: 3%;
  line-height: 2.5;
}
#tool__Content .inner .wrap figure {
  width: 26%;
  position: relative;
  text-align: center;
  right: 5%;
}
#tool__Content .inner .wrap figure img {
  position: relative;
  z-index: 10;
}
#tool__Content .inner .wrap figure video {
  width: 92%;
  position: relative;
  z-index: 10;
  border-radius: 27px;
}
#tool__Content .inner .wrap figure::after {
  content: "";
  position: absolute;
  background: url("/event/fxaff/report-camomeumineco-02/images/tool_device_bk.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  padding: 102% 0;
  display: block;
  z-index: 80;
  margin: auto;
  top: -5px;
  left: -1px;
  right: 0;
}
@media only screen and (max-width: 768px) {
  #tool__Content .inner .wrap figure {
    right: 0;
  }
  #tool__Content .inner .wrap figure::after {
    top: -7px;
    left: 0px;
  }
  #tool__Content .inner .wrap figure video {
    border-radius: 22px;
  }
}
#tool__Content .inner .wrap::after {
  content: "";
  position: absolute;
  background: url("/event/fxaff/report-camomeumineco-02/images/tool_background.png");
  background-position: center top;
  background-repeat: no-repeat;
  width: 579px;
  height: 514px;
  right: -110px;
  top: 40px;
  background-size: 100%;
  filter: blur(3px);
}
@media only screen and (max-width: 768px) {
  #tool__Content {
    padding-bottom: 28%;
  }
  #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 {
    width: 84%;
    margin: 6% auto 0;
    line-height: 2;
    font-weight: bold;
  }
  #tool__Content .inner .wrap figure {
    width: 60%;
    height: 450px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    top: 40px;
  }
  #tool__Content .inner .wrap figure img {
    position: relative;
    z-index: 10;
  }
  #tool__Content .inner .wrap::after {
    content: none;
  }
}
/*-----------------------
安心のサポート
-----------------------*/
#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/fxaff/report-camomeumineco-02/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: #009ca9;
}
#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: 4%;
  }
  #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/fxaff/report-camomeumineco-02/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;
  }
}
#flow_Content {
  padding-bottom: 6%;
  text-align: center;
  margin-top: 90px;
  margin-bottom: 0%;
}
#flow_Content .wrap p.text {
  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: 25%;
}
#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;
  width: 160px;
  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 {
    width: 84%;
    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;
  }
}
/* Scss Document */
#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%;
  }
}
#baner__Content {
  margin-top: 4%;
  text-align: center;
}
/* Scss Document */
/*------------------------------------------------------------------------------
  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, #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: 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%;
}
#repeat__Content .close-btn {
  border: 2px solid #009ca9;
}
.close-btn:before, .close-btn:after {
  content: "";
  background-color: #0abc86;
  position: absolute;
  top: 46%;
  left: 0;
  right: 0;
  margin: auto;
  width: 60%;
  height: 2px;
}
#repeat__Content .close-btn:before, #repeat__Content .close-btn:after {
  background-color: #009ca9;
}
.close-btn:before {
  transform: rotateZ(45deg);
}
.close-btn:after {
  transform: rotateZ(-45deg);
}
/* ========================================
    ■ ページトップボタン
======================================== */
#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;
  }
}
/*

/* ========================================
    ■ キャンペーン案内
======================================== */
.debut {
  background: #f9f9f9;
  padding: 90px 0;
  text-align: center;
  margin-bottom: 96px;
}
@media screen and (max-width: 640px) {
  .debut {
    padding: 40px 0;
    margin-bottom: 19%;
  }
}
@media screen and (min-width: 641px) {
  .debut .inner-block {
    width: 1080px;
  }
}
section.content.debut .reason--icon {
  margin: 0 auto 0%;
  background: unset;
  width: auto;
}
section.content.debut .reason--icon span {
  padding: 1% 3% 1%;
  border-radius: 100px;
  background: #2c2c2c;
}
.debut .debut-ttl {
  font-size: 42px;
  line-height: 1.33;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
  text-align: center;
}
@media screen and (max-width: 640px) {
  .debut .debut-ttl {
    font-size: 22px;
    line-height: 1.32;
    margin: 0 -15px;
  }
}
.debut .debut-detail-text {
  font-size: 24px;
  margin: 30px 0 0;
  line-height: 1.45;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .debut .debut-detail-text {
    font-size: 14px;
    margin-top: 15px;
    margin: 20px 0 0;
  }
}
.debut .debut-detail-text-m {
  font-size: 34px;
}
.debut .debut-detail-text-l {
  font-size: 48px;
  /*color: #0abc86;*/
  color: #009ca9;
}
.debut .debut-detail-text-ll {
  font-size: 70px;
}
@media screen and (max-width: 640px) {
  .debut .debut-detail-text-m {
    font-size: 18px;
  }
  .debut .debut-detail-text-l {
    font-size: 26px;
  }
  .debut .debut-detail-text-ll {
    font-size: 40px;
  }
}
.debut .debut-detail-text-border {
  background: linear-gradient(transparent 50%, yellow 50%);
}
.debut .debut-info {
  font-size: 13px;
  color: #9a9a9a;
  margin: 20px 0 60px;
}
@media screen and (min-width: 641px) {
  .debut .debut-info {
    padding: 0 100px;
  }
}
@media screen and (max-width: 640px) {
  .debut .debut-info {
    font-size: 10px;
    margin: 10px 0 40px;
  }
}
.debut table {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .debut table {
    display: block;
    margin: 0 auto 20px;
  }
}
.debut table th {
  color: #fff;
  padding: 20px 0;
  background: #009ca9;/*#2d9e5f;*/
  font-size: 16px;
  text-align: center;
  border-left: #009ca9/*#2d9e5f*/ 1px solid;
  border-bottom: #fff 1px solid;
  min-width: 130px;
  vertical-align: middle;
}
@media screen and (min-width: 641px) {
  .debut table th:nth-child(2) {
    min-width: 170px;
  }
}
@media screen and (max-width: 640px) {
  .debut table th {
    font-size: 14px;
    padding: 7px 10px;
    min-width: 70px;
  }
}
.debut table td {
  padding: 20px;
  border-right: #9a9a9a 1px solid;
  border-bottom: #9a9a9a 1px solid;
  color: #222222;
  font-size: 16px;
  background: #fff;
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  .debut table td {
    font-size: 13px;
    padding: 12px 10px;
    vertical-align: middle;
  }
}
.debut td ul li {
  text-indent: -1em;
  padding-left: 1em;
}
/*211222追加分*/
.banner_211222 {
  text-align: center;
  margin-top: 50px;
}
.banner_211222 p.banner_211222_txt {
  color: #009ca9/*#1F836D*/;
  font-size: 24px;
  line-height: 1.45;
  font-weight: bold;
  margin-bottom: 20px;
}
.banner_211222 p {
  margin-top: 12px;
  font-size: 14px;
}
@media only screen and (max-width: 640px) {
  .banner_211222 p.banner_211222_txt {
    font-size: 20px;
  }
}
/* ------------------------------------
 * Table
 * --------------------------------- */
.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 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) {
  .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;
  }
}
/**/
.m-tbl td:nth-child(n+2) {
  background-color: #FEEDE7;
}
.m-tbl td:nth-child(4) {
  background-color: #ffffff;
}