@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto+Condensed:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


/*
* This is a manifest file that'll be compiled into application.css, which will include all the files
* listed below.
*/
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
a img {
  border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
  word-break: break-word;
}
html, body {
  font-family: var(--font-ja);
  line-height: 1.4;
  /*text-align: justify;*/
  font-size: 10px;
  /*scroll-behavior: smooth;*/
  /*-webkit-overflow-scrolling: touch;*/
  font-weight: var(--medium);
  color: var(--color-txt);
  font-feature-settings: "palt";
}
a {
  display: inline-block;
  color: initial;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}
.flex {
  display: flex;
}
button {
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  letter-spacing: 0;
}
/*
p, dt, dd {
  overflow-wrap: break-word;
}
*/
body {
  margin: auto;
}
small {
  font-size: 70%;
}
main {
  overflow: hidden;
  /* padding-top: 7rem; */
  padding-top: 6.6rem;
}
li {
  list-style: none;
}
input,
textarea,
select,
option,
button {
  font-family: var(--font-ja);
  font-weight: var(--medium);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
option:focus-visible {
  outline: none;
}
input,
textarea,
select {
  width: 100%;
  padding: 1.2rem 1.6rem;
  background: var(--color-white);
  border-radius: 0.2rem;
  border: 1px solid rgb(0 0 0 / 0.1);
  font-size: 1.6rem;
  font-weight: var(--bold);
}
select {
  background: var(--color-white) url(../img/common/icon_select_arrow.png) center right 1.6rem/1rem auto no-repeat;
}
select::after {
  position: absolute;
  content: "";
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  ::-webkit-scrollbar{
    width: 0;
  }
}
@media screen and (max-width: 1500px) {
  html, body {
    font-size: calc(1000vw / 1500);
  }
}
@media screen and (max-width: 767px) {
  html, body {
    font-size: calc(1000vw / 390);
  }
}
.sp,
.spi {
  display: none !important;
}
.pc {
  display: block !important;
}
.pci {
  display: inline-block !important;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  .spi {
    display: inline-block !important;
  }
  .pc,
  .pci {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 3rem;
  }
}

/* ----------------------------------
common
---------------------------------- */
:root {
  --color-light-green: #f4f9f9;
  --color-blue: #1113dd;
  --color-green-btn: #00bf93;
  --color-gr-green: rgb(0,122,223) linear-gradient(0deg, rgba(0,122,223,1) 0%, rgba(0,236,188,1) 100%);
  --color-gr-green-yoko: rgb(0,122,223) linear-gradient(90deg, rgba(0,122,223,1) 0%, rgba(0,236,188,1) 100%);
  --color-gr-black: rgb(0,0,0) linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(48,48,50,1) 100%);
  --color-white: #fff;
  --color-txt: #111111;
  --color-gray: rgb(17 17 17 / 0.7);
  --color-border: #a4b3b2;
  --shadow: 2rem 0 2rem rgb(4 0 0 / 0.2);
  --light: 300;
  --regular: 400;
  --medium: 500;
  --semibold: 600;
  --bold: 700;
  --font-en: "Roboto", sans-serif;
  --font-en2: "Roboto Condensed", system-ui;
  --font-ja: "Noto Sans JP", system-ui;
}
.is-hide {
  display: none !important;
}
.en {
  font-family: var(--font-en);
}
.ja {
  font-family: var(--font-ja);
}

a {
  transition: .3s;
}
a:hover {
  opacity: 0.5;
}
::placeholder {
  color: #B1B9BA;
}
body.fixed {
  /* width: 100%;
  height: 100%;
  position: fixed; */
  overflow: hidden;
}
.in {
  max-width: 128rem;
  margin: 0 auto;
}
.txt {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 2;
}
.df_ttl {
  margin-bottom: 4.8rem;
}
.df_ttl .ttl_sub {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
}
.df_ttl .ttl_h2 {
  position: relative;
  padding-bottom: 3rem;
  font-size: 5.4rem;
  font-weight: var(--bold);
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.df_ttl .ttl_h2.en {
  margin-top: -1rem;
  padding-bottom: 1rem;
  font-size: 7.2rem;
}
.df_ttl .ttl_h2::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 5rem;
  height: 0.4rem;
  background: var(--color-gr-green-yoko);
}
.df_ttl.center {
  text-align: center;
}
.df_ttl.center .ttl_h2::after {
  left: 50%;
  transform: translateX(-50%);
}
.button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 27rem;
  width: max-content;
  height: 6rem;
  border-radius: 3rem;
  box-shadow: 0 0.5rem 2rem rgb(4 0 0 / 0.2);
  padding: 0 3.9rem;
  font-size: 1.5rem;
  font-weight: var(--bold);
  letter-spacing: 0.02em;
  color: var(--color-white);
  text-shadow: 0.1rem 0 0.5rem rgb(4 0 0 / 0.2);
  transition: .5s;
  overflow: hidden;
  cursor: pointer;
}
.button.button_bl {
  background: var(--color-gr-green);
}
.button.button_bk {
  background: var(--color-gr-black);
}
.button.button_dbl {
  background: #0102a0 linear-gradient(0deg, #0102a0 0%, #1113dd 100%);
}
.button.button_solid {
  box-shadow: none;
  background: var(--color-white);
  border: 1px solid var(--color-blue);
  color: var(--color-blue);
  text-shadow: none;
}
.button.button_solid span {
  padding: 0;
}
.button.button_solid span::after {
  content: none;
}
.button span {
  position: relative;
  padding-right: 1.8rem;
  z-index: 2;
}
.button span::after {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: url(../img/common/button_arrow.png) center/contain no-repeat;
  transform: translateY(-50%);
}
.button:hover {
  opacity: 1;
}
.tags {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}
.tags .tag {
  padding: 0.5rem 1.2rem;
  background: #919cec;
  border-radius: 5rem;
  color: var(--color-white);
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 1;
}
.accordion_contents {
  display: none;
}
@media screen and (min-width: 768px) {
  .button::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    transition: .7s;
  }
  .button.button_bk::after {
    background: rgb(0,0,0) linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(48,48,50,1) 100%);
  }
  .button.button_bl::after {
    background: rgb(0,122,223) linear-gradient(180deg, rgba(0,122,223,1) 0%, rgba(0,236,188,1) 100%);
  }
  .button.button_dbl::after {
    background: #0102a0 linear-gradient(180deg, #0102a0 0%, #1113dd 100%);
  }
  .button:hover {
    box-shadow: none;
  }
  .button:hover::after {
    opacity: 1;
  }
  .button.button_solid:hover {
    background: var(--color-blue);
    color: var(--color-white);
  }
}
@media screen and (max-width: 767px) {
  .in {
    padding: 0 1.6rem;
  }
  .df_ttl {
    margin-bottom: 4.6rem;
  }
  .df_ttl .ttl_sub {
    font-weight: var(--bold);
    font-size: 1.4rem;
  }
  .df_ttl .ttl_h2 {
    padding-bottom: 2rem;
    font-size: 3rem;
  }
  .df_ttl .ttl_h2.en {
    line-height: 1;
    font-size: 4rem;
    margin: 0;
    padding-bottom: 2rem;
  }
  .txt {
    font-size: 1.4rem;
  }
  .button {
    max-width: 100%;
    height: 5rem;
    padding: 0 3rem;
  }
}


/* ----------------------------------
header
---------------------------------- */
header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  /* padding: 1.4rem 3rem 2.7rem 2.5rem; */
  padding: 2.7rem 3rem 2.7rem 2.5rem;
  z-index: 10;
  transition: .3s;
}
header .in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: none;
}
header .in .logo {
  width: 26rem;
}
header .header_right {
  display: flex;
  flex-direction: column-reverse;
}
header .in .header_right > .button {
  height: 4rem;
  margin: 0 0 2.6rem auto;
  box-shadow: none;
}
header .in .header_right > .button span {
  padding: 0;
}
header .in .header_right > .button span::after {
  content: none;
}
header .in nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2.8rem;
  font-size: 1.5rem;
  font-weight: var(--bold);
  letter-spacing: 0.02em;
  line-height: 1;
}
header .in nav ul .accordion_ttl {
  position: relative;
  padding-right: 1.5rem;
  cursor: pointer;
}
header .in nav ul .accordion_ttl::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5rem 0.5rem 0 0.5rem;
  border-color: #000 transparent transparent transparent;
  transform: translateY(-50%);
}
header .fixed-links {
  position: fixed;
  right: 0;
  bottom: 8rem;
  z-index: 10;
}
header .fixed-links .button {
  justify-content: flex-start;
  min-width: 23rem;
  padding: 0 0 0 6.2rem;
  width: 23rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
header .fixed-links .button span::before {
  position: absolute;
  left: -2.6rem;
  top: 55%;
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  transform: translateY(-50%);
}
header .fixed-links .button:first-of-type span::before {
  background: url(../img/common/icon_customer.png) center/contain no-repeat;
}
header .fixed-links .button:last-of-type span::before {
  background: url(../img/common/icon_kouza.png) center/contain no-repeat;
}
header .fixed-links .button + .button {
  margin-top: 1rem;
}
header .hamburger {
  display: none;
}
header.fixed {
  background: var(--color-white);
}
@media screen and (min-width: 768px) {
  header .in nav ul .accordion {
    position: relative;
  }
  header .in nav ul .accordion_ttl::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 6.5rem;
    content: "";
    display: block;
  }
  header .in nav ul .accordion_contents {
    position: absolute;
    top: 6.5rem;
    display: block;
    padding: 2rem 2.6rem;
    min-width: 21.7rem;
    background: #2A45B7;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    opacity: 0;
    pointer-events: none;
    transition: .3s;
  }
  header .in nav ul .accordion_contents a {
    display: block;
    font-size: 1.2rem;
    color: var(--color-white);
    line-height: 1.2;
  }
  header .in nav ul .accordion_contents a + a {
    margin-top: 1.1rem;
  }
  header .in nav ul .accordion:hover .accordion_contents {
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (max-width: 767px) {
  header .header_right {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: none;
    /* display: block; */
    background: url(../img/common/hamburger_bg.jpg) center/cover no-repeat;
    overflow: scroll;
  }
  header .fixed-links {
    position: static;
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;

    margin-top: 3rem;
  }
  header .fixed-links .button {
    width: 17rem;
    min-width: 17rem;
    font-size: 1.3rem;
    border-radius: 5rem;
    padding: 0;
    justify-content: center;
    margin: 0 !important;
  }
  header .fixed-links .button span {
    padding: 0 0 0 2.4rem;
  }
  header .fixed-links .button span::after {
    content: none;
  }
  header .fixed-links .button span::before {
    left: 0;
  }
  header .in nav ul {
    display: block;
    padding-top: 7.1rem;
  }
  header .in nav ul * {
    color: var(--color-white);
  }
  header .in nav ul li {
    border-bottom: 1px solid rgb(255 255 255 / 0.1);
  }
  header .in nav ul li a,
  header .in nav ul .accordion_ttl {
    display: block;
    padding: 1.8rem 3rem;
  }
  header .in nav ul .accordion_ttl::after {
    right: 3rem;
    border-color: var(--color-white) transparent transparent transparent;
  }
  header .in .header_right > .button {
    width: 35rem;
    height: 5rem;
    margin: 3rem auto 2rem;
    color: var(--color-txt);
    background: #b4c3d0 linear-gradient(0deg, #b4c3d0 0%, #fff 100%);
  }
  header {
    padding: 0;
  }
  header .in .logo {
    position: relative;
    width: 22rem;
    z-index: 10;
  }
  header .in:has(.open) .logo {
    filter: brightness(100);
  }
  header.open .in .logo {
    filter: brightness(100);
  }
  header .in {
    height: 6rem;
    padding: 1rem 0 1rem 1.6rem;
  }
  header .hamburger {
    position: relative;
    display: block;
    width: 11rem;
    padding: 1.2rem 0 1.2rem 2.6rem;
    border-top-left-radius: 3rem;
    border-bottom-left-radius: 3rem;
    background: var(--color-blue);
    color: var(--color-white);
    font-family: var(--font-en);
    font-size: 1.1rem;
    font-weight: var(--bold);
    transition: .3s;
  }
  header .hamburger span {
    transition: .3s;
  }
  header .hamburger::before,
  header .hamburger::after {
    position: absolute;
    right: 1.7rem;
    top: 50%;
    content: "";
    display: block;
    width: 2.6rem;
    height: 1px;
    background: var(--color-white);
    transform: translateY(-50%);
    transition: .3s;
  }
  header .hamburger::before {
    top: calc(50% - 0.2rem);
  }
  header .hamburger::after {
    top: calc(50% + 0.2rem);
  }
  header .hamburger.open {
    background: none;
  }
  header .hamburger.open span {
    opacity: 0;
  }
  header .hamburger.open::before {
    top: 50%;
    transform: translateY(-50%) rotate(30deg);
  }
  header .hamburger.open::after {
    top: 50%;
    transform: translateY(-50%) rotate(-30deg);
  }
}


/* ----------------------------------
footer
---------------------------------- */
footer {
  padding: 14rem 0;
  background: url(../img/common/footer_bg.jpg) center bottom/cover no-repeat;
}
footer * {
  color: var(--color-white);
}
footer .in {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .in .logo {
  width: 30rem;
}
footer .in nav {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 6rem;
  width: calc(100% - 33rem);
  padding-bottom: 17.3rem;
}
footer .in nav::after {
  position: absolute;
  right: 0;
  bottom: 3.3rem;
  content: "";
  display: block;
  width: 6rem;
  height: 8rem;
  background: url(../img/common/footer_img.jpg) center/contain no-repeat;
}
footer .in nav .list li + li {
  margin-top: 3rem;
}
footer .in nav .list a,
footer .in nav .list .accordion_ttl {
  font-size: 1.5rem;
  font-weight: var(--bold);
  letter-spacing: 0.02em;
  cursor: pointer;
}
footer .in .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 3rem;
  border-top: 1px solid rgb(255 255 255 / 0.2);
}
footer .in .bottom .links {
  display: flex;
  align-items: center;
  gap: 3rem;
}
footer .in .bottom .links a {
  font-size: 1.4rem;
  letter-spacing: 0.02em;
}
footer .in .bottom .copy {
  font-size: 1.2rem;
  opacity: 0.5;
}
footer .disclaimer {
  margin: 0 -8rem 12rem;
  padding: 6.7rem 8rem 6rem;
  border-radius: 2rem;
  background: var(--color-white);
}
footer .disclaimer dt {
  margin-bottom: 2.8rem;
  color: var(--color-txt);
  text-align: center;
  font-size: 3.6rem;
  font-weight: var(--bold);
  letter-spacing: 0.02em;
  line-height: 1;
}
footer .disclaimer dd {
  color: var(--color-txt);
}
@media screen and (max-width: 767px) {
  footer {
    padding: 9rem 0 7rem;
    background-image: url(../img/common/footer_bg_sp.jpg);
  }
  footer .in {
    display: block;
  }
  footer .in .logo {
    width: 24rem;
  }
  footer .in nav {
    display: block;
    width: 100%;
    margin: 3.8rem 0 0;
    padding-bottom: 13.3rem;
  }
  footer .in nav li {
    margin: 0 -1.6rem !important;
    border-bottom: 1px solid rgb(255 255 255 / 0.1);
  }
  footer .in nav li a {
    display: block;
    padding: 1.8rem 3rem;
    line-height: 1;
  }
  footer .in nav::after {
    bottom: 3rem;
    right: auto;
    left: 0;
    width: 3.9rem;
    height: 5.3rem;
  }
  footer .in .bottom {
    display: block;
  }
  footer .in .bottom .links {
    gap: 2rem 0;
    flex-wrap: wrap;
  }
  footer .in .bottom .links a {
    font-size: 1.2rem;
    width: 50%;
  }
  footer .in .bottom .copy {
    margin-top: 5rem;
  }
  footer .disclaimer {
    margin: 0 0 7rem;
    padding: 5rem 2rem;
    border-radius: 2rem;
  }
  footer .disclaimer dt {
    margin-bottom: 2.8rem;
    font-size: 2.4rem;
  }
}


/* ----------------------------------
pager
---------------------------------- */
.pager {
  margin-top: 9rem;
}
.pager .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pager .nav-links span,
.pager .nav-links a {
  display: block;
  width: 4rem;
  height: 4rem;
  font-size: 1.4rem;
  font-family: var(--font-en);
  font-weight: var(--medium);
  line-height: 4rem;
  text-align: center;
  border-bottom: 0.2rem solid rgb(17 19 221 / 0.15);
}
.pager .nav-links .current {
  border-color: var(--color-blue);
}
.pager .nav-links a.next, 
.pager .nav-links a.prev {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pager .nav-links a.next img, 
.pager .nav-links a.prev img {
  width: 0.7rem;
}
@media screen and (max-width: 767px) {  
  .pager {
    margin-top: 6rem;
  }
}


/* ----------------------------------
download
---------------------------------- */
.download {
  margin-top: 18rem;
  padding: 9rem 8rem;
  border-radius: 2rem;
  background: url(../img/meta-trader/download_bg.jpg) center/cover no-repeat;
}
.download *:not(span) {
  color: var(--color-txt);
}
.download_links {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  margin-top: 4rem;
}
.download_links .link {
  padding: 4rem 0;
  width: 27.1rem;
  border: 1px solid rgb(0 0 0 / 0.1);
  border-radius: 1rem;
  background: var(--color-white);
  text-align: center;
}
.download_links .link .ttl_h3 {
  margin-bottom: 2.3rem;
  font-size: 2.7rem;
  line-height: 1;
}
.download_links .link .txt {
  margin: 0;
  text-align: center;
  font-size: 1.4rem;
}
.download_links .link .button {
  margin: 4rem auto 0;
  min-width: 20rem;
}
@media screen and (max-width: 767px) {
  .download {
    padding: 5rem 2rem;
    margin-top: 7rem;
    background-image: url(../img/meta-trader/download_bg_sp.jpg);
  }
  .download_links {
    flex-wrap: wrap;
    gap: 1rem;
  }
  .download_links .link {
    width: 32rem;
    margin: 0 auto;
  }
}


/* ----------------------------------
faq
---------------------------------- */
.faq {
  padding: 24rem 0 0;
  margin-top: -10rem;
}
.faq .df_ttl + .txt {
  text-align: center;
  margin-bottom: 6rem;
}
.faq .accordion {
  border-top: 1px solid #cccccc;
}
.faq .accordion:last-of-type {
  border-bottom: 1px solid #cccccc;
}
.faq .accordion_ttl {
  padding: 3.8rem 9rem 3.8rem 4rem;
  position: relative;
  font-size: 1.6rem;
  font-weight: var(--medium);
  letter-spacing: 0.04em;
  cursor: pointer;
}
.faq .accordion_ttl::before,
.faq .accordion_ttl::after {
  position: absolute;
  content: "";
  display: block;
}
.faq .accordion_ttl::before {
  top: 49%;
  right: 4.9rem;
  width: 0.6rem;
  height: 0.6rem;
  background: none;
  border-radius: 0;
  border-top: 0.2rem solid var(--color-white);
  border-right: 0.2rem solid var(--color-white);
  transform: translateY(-50%) rotate(135deg);
  z-index: 1;
}
.faq .accordion_ttl::after {
  right: 4rem;
  top: 50%;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 100%;
  background: var(--color-blue);
  transform: translateY(-50%);
}
.faq .accordion_contents .inner {
  margin: 2rem 4rem 3.8rem;
  padding: 3rem 4rem;
  background: #f5f5f5;
  border-radius: 1rem;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 2;
}
.faq .accordion_contents .inner a {
  color: var(--color-blue);
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
@media screen and (max-width: 767px) {
  .faq {
    padding: 9rem 0 0;
    margin-top: -2rem;
  }
  .faq .df_ttl + .txt {
    text-align: left;
    margin-bottom: 4rem;
  }
  .faq .accordion {
    margin: 0 -1.6rem;
  }
  .faq .accordion_ttl {
    font-size: 1.4rem;
    padding-right: 6rem;
    padding: 2.9rem 6rem 2.9rem 1.6rem;
  }
  .faq .accordion_contents .inner {
    font-size: 1.4rem;
    padding: 2rem;
    margin: 0 1.6rem 2.9rem;
  }
  .faq .accordion_ttl::before {
    right: 2.5rem;
  }
  .faq .accordion_ttl::after {
    right: 1.6rem;
  }
}



.eachTextAnime span{opacity: 0;}
.eachTextAnime.appeartext span{ animation:text_anime_on 1s ease-out forwards; }
@keyframes text_anime_on {
  0% {opacity:0;}
  100% {opacity:1;}
}
/* アニメーション */
.anime.slideUp,
.anime.slideLeft,
.anime.fadeIn {
  opacity: 0;
}
.anime.slideUp.active {
  animation: slideUp .5s .05s ease-out forwards;
}
.anime.slideLeft.active {
  animation: slideLeft .5s .05s ease-out forwards;
}
.anime.fadeIn.active {
  animation: fadeIn .5s .2s ease-out forwards;
}
.anime.scaleDown.active img {
  animation: img-scale 7s ease-out forwards;
}
span.anime.slideLeft {
  display: inline-block;
}
@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(-2rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes img-scale {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
