@charset "UTF-8";
/*---------------
 color override
-----------------*/
body {
  color: #0a1f33;
  font-family: 'Roboto', 'YakuHanJP', 'Subset-NotoSansJP', Meiryo, sans-serif !important;
}
ul,ul li,dl,dl dt,dl dd {
  margin: 0;
  padding: 0;
}
ul { list-style-type: none; }
details summary { list-style: none; }
summary::-webkit-details-marker { display: none; }
.m-note-list-v2 > li { color: #848484; }
.m-note-list > li { color: #dc1c26; }
.m-faqbox__txt::before { color: #d90016; }

/* .m-ttl-primary */
.m-ttl-primary { margin-top: 0; }
.m-ttl-primary b {
  display: inline-block;
  font-weight: normal;
}
.m-ttl-primary span {
  display: block;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
}
@media only screen and (max-width: 767.98px) {
  .m-ttl-primary { 
    padding-bottom: 24px;
  }
  .m-ttl-primary b { 
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
  }
  .m-ttl-primary span {
    font-size: 2rem;
    line-height: 1.75;
  }
}
@media print, screen and (min-width: 768px) {
  .m-ttl-primary { 
    padding-bottom: 30px;
  }
  .m-ttl-primary b {
    line-height: 1.75;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
  }
  .m-ttl-primary span { font-size: 2.4rem; }
}

/* .m-cta_panel */
.m-cta_panel { margin-bottom: 0; }
.m-cta_panel.-top .m-btn_action.-cta.-blank {
  background-image: url(/assets/images/icon/link/icon-link-blank_white.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: right 17px center;
  background-color: #ef2e42;
}
.m-cta_panel.-top .m-btn_action.-cta.-blank.-blue {
  background-image: url(/assets/images/icon/link/icon-link-blank_blue.svg);
  background-size: 12px;
  background-color: #fff;
}
@media only screen and (max-width: 767.98px) {
  .m-cta_panel { margin-top: 72px; }
  .m-cta_panel.-top ._panel + ._panel ._btn { margin-top: 24px; }
  .m-cta_panel.-top ._panel ._btn { width: 280px; }
}
@media print, screen and (min-width: 768px) {
  .m-cta_panel { margin-top: 96px; }
  .m-cta_panel.-top ._panel + ._panel ._btn { margin-top: 32px; }
}

.m-ttl-page > h1 {
  letter-spacing: 0.111em;
  text-indent: 0.111em;
}
@media only screen and (max-width: 767.98px) {
  .l-container { margin: -64px auto 0; }
  .l-main {
    padding-top: 46px;
    padding-bottom: 72px;
  }
  .l-heading { padding: 0; }
  section + section { margin-top: 72px; }
  summary { list-style: none; }
}
@media print, screen and (min-width: 768px) {
  .l-container { padding-bottom: 96px; }
  .m-ttl-page > h1 { height: 96px; }
  section + section { margin-top: 96px; }
  section._movie-inner + section._movie-inner { margin-top: 64px; }
}

/* main visual */
.hero-wrap .read {
  color: var(--color-service-cfd);
  line-height: 1.6;
}
.hero-wrap .read strong {
  color: #fff;
  background-color: var(--color-service-cfd);
}
@media only screen and (max-width: 767.98px) {
  .hero-wrap {
  }
  .l-heading > h1,
  .read,
  .service-cfd .l-heading::before {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
  }
  .service-cfd .l-heading::before { top: 90px; }
  .l-heading > h1 {
    top: 132px;
    font-size: calc(28vw / 3.6);
  }
  .hero-wrap .read {
    top: calc(208vw / 3.6);
    font-size: calc(20vw / 3.6);
  }
  .hero-wrap .read strong {
    width: calc(100vw / 3.6);
    height: calc(32vw / 3.6);
    font-size: calc(16vw / 3.6);
    margin: calc(1vw / 3.6) calc(4vw / 3.6) calc(10vw / 3.6) calc(5vw / 3.6);
    padding: calc(11vw / 3.6) calc(10vw / 3.6) calc(4vw / 3.6);
    border-radius: calc(16vw / 3.6);
  }
  .hero-wrap .read strong span {
    font-size: calc(28vw / 3.6);
    letter-spacing: -0.067em;
    text-indent: -0.067em;
    margin: 0 calc(4vw / 3.6) 0 0;
  }
  .hero-wrap picture img {
    width: calc(100vw + 32px);
    margin-right: -16px;
    margin-left: -16px;
  }
}
@media print, screen and (min-width: 768px) {
  .hero-wrap {
    position: relative;
    margin-top: 32px;
  }
  .hero-wrap .read {
    position: absolute;
    top: 130px;
    left: 96px;
    font-size: 26px;
  }
  .hero-wrap .read strong {
    font-size: 20px;
    width: 130px;
    height: 42px;
    margin: 0 6px 12px;
    padding: 3.8px 13px 2.2px 13.4px;
    border-radius: 21px;
    display: inline-block;
    line-height: 35px;
  }
  .hero-wrap .read strong span {
    font-size: 36px;
    letter-spacing: -0.052em;
    text-indent: -0.052em;
    margin: 0 4px 0 0;
  }
}

/* sec-qrwrap */
.sec-qrwrap {
}
@media print, screen and (min-width: 768px) {
  .sec-qrwrap {
    width: 440px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .sec-qrwrap { margin-bottom: 46px; }
  .sec-qrwrap .m-qr-wrap ._qr-item { width: 200px; }
}

/* m-qr-wrap */
.m-qr-wrap {
}
@media only screen and (max-width: 767.98px) {
  .m-qr-wrap ._qr-item { margin: 0 auto; }
  .m-qr-wrap ._qr-item ._qr-img,
  .m-qr-wrap ._qr-item a,
  .m-qr-wrap ._qr-item a.d-none { display: none; }
  .m-qr-wrap ._qr-item a.d-block { display: block; }
  .m-qr-wrap ._qr-item a img { width: 200px; }
}
@media print, screen and (min-width: 768px) {
  .m-qr-wrap {
    display: flex;
    justify-content: space-between;
    margin: auto;
  }
  .m-qr-wrap ._qr-item {
    width: 159px;
    text-align: center;
  }
  .m-qr-wrap ._qr-item ._qr-img {
    width: auto;
    margin-bottom: 24px;
  }
  .m-qr-wrap ._qr-item a { transition: opacity .25s ease; }
  .m-qr-wrap ._qr-item a:hover { opacity: .7; }
}


/* app wrap */
.sec-appwrap {}
@media only screen and (max-width: 767.98px) {
}
@media print, screen and (min-width: 768px) {
}

/* app movie inner */
.sec-appwrap ._movie-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.sec-appwrap ._movie-inner ._item ._movie-wrap {
  width: 240px;
  margin: auto;
}
.sec-appwrap ._movie-inner ._item ._subread {
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 767.98px) {
  .sec-appwrap ._movie-inner.-top {
    margin-top: 40px;
  }
  .sec-appwrap ._movie-inner.-top ._item {
    width: 100%;
  }
  .sec-appwrap ._movie-inner.-top ._item + ._item {
    margin-top: 32px;
  }
  .sec-appwrap ._movie-inner.-top ._item ._subread {
    font-size: 1.6rem;
    line-height: 1.2;
    letter-spacing: 0.025em;
    text-indent: 0.025em;
    margin: 0;
  }
  .sec-appwrap ._movie-inner.-top ._item ._logo {
    display: block;
    width: 288px;
    margin: 16px auto 34px;
  }
  .sec-appwrap ._movie-inner.-top ._item > ul {
    width: 310px;
    margin: auto;
  }
  .sec-appwrap ._movie-inner.-top ._item > ul li {
    font-size: 1.8rem;
    line-height: 0.89;
    letter-spacing: 0.025em;
  }
  .sec-appwrap ._movie-inner.-top ._item > ul li + li {
    margin-top: 24px;
  }
}
@media print, screen and (min-width: 768px) {
  .sec-appwrap ._movie-inner.-top {
    width: 729px;
    margin: 64px auto 0;
  }
  .sec-appwrap ._movie-inner.-top ._item {
    width: 412px;
  }
  .sec-appwrap ._movie-inner.-top ._item + ._item {
    width: 240px;
  }
  .sec-appwrap ._movie-inner.-top ._item ._subread {
    font-size: 2.1rem;
    line-height: 0.91;
    letter-spacing: 0.025em;
    text-indent: 0.025em;
    margin-top: 0;
    margin-bottom: 24px;
  }
  .sec-appwrap ._movie-inner.-top ._item ._logo {
    margin-bottom: 32px;
  }
  .sec-appwrap ._movie-inner.-top ._item > ul li {
    font-size: 2.2rem;
    line-height: 1.09;
    letter-spacing: 0.025em;
  }
  .sec-appwrap ._movie-inner.-top ._item > ul li + li {
    margin-top: 34px;
  }
}


/* app movie bottom */
.sec-appwrap ._movie-inner.-bottom {
}
.sec-appwrap ._movie-inner.-bottom ._item ._fukidashi {
  width: 328px;
}
.sec-appwrap ._movie-inner.-bottom ._item ._balloon {
  text-align: center;
}
.sec-appwrap ._movie-inner.-bottom ._item ._balloon p {
  margin: 0;
}
.sec-appwrap ._movie-inner.-bottom ._item ._balloon ._ttl {
  font-weight: bold;
  color: var(--color-service-cfd);
  margin: 0 auto 24px;
}
@media only screen and (max-width: 767.98px) {
  .sec-appwrap ._movie-inner.-bottom {
    width: 100%;
  }
  .sec-appwrap ._movie-inner.-bottom ._item {
    width: 100%;
    margin: auto;
    order: 2;
  }
  .sec-appwrap ._movie-inner.-bottom ._item + ._item {
    width: 328px;
    order: 1;
  }
  .sec-appwrap ._movie-inner.-bottom ._item ._balloon {
    width: 280px;
    height: 204px;
    margin: 0 auto 40px;
    padding: 40px 0 57px;
    background: url(/corp/guide/cfd/demo/images/bg-oval-sp.svg) no-repeat 0 0;
    background-size: 100%;
  }
  .sec-appwrap ._movie-inner.-bottom ._item ._balloon ._ttl {
    font-size: 2.2rem;
    line-height: 1.18;
    letter-spacing: 0.025em;
    text-indent: 0.025em;
  }
}
@media print, screen and (min-width: 768px) {
  .sec-appwrap ._movie-inner.-bottom {
    width: 729px;
    margin-left: auto;
    margin-right: auto;
  }
  .sec-appwrap ._movie-inner.-bottom ._item + ._item {
    text-align: center;
    width: 410px;
  }
  .sec-appwrap ._movie-inner.-bottom ._item ._balloon {
    width: 410px;
    height: 345px;
    padding: 46px 30px 0 24px;
    background: url(/corp/guide/cfd/demo/images/bg-oval-pc.svg) no-repeat 0 0;
    background-size: 100%;
  }
  .sec-appwrap ._movie-inner.-bottom ._item ._balloon ._ttl {
    font-size: 2.4rem;
    line-height: 1.33;
    letter-spacing: 0.025em;
    text-indent: 0.025em;
  }
}

/* app pc-tool wrap */
.sec-pctool-wrap {}
.sec-pctool-wrap ._inner {
  margin-top: 24px;
}
.sec-pctool-wrap ._inner dt {
  text-align: center;
  margin: auto;
  font-weight: bold;
}
.sec-pctool-wrap ._inner dt img {
  width: 288px;
  height: 56px;
  line-height: 56px;
}
.sec-pctool-wrap ._inner dl dd img {
  display: block;
}
@media only screen and (max-width: 767.98px) {
  .sec-pctool-wrap ._inner dl + dl {
    margin-top: 40px;
  }
  .sec-pctool-wrap ._inner dl dt {
    font-size: 2.2rem;
  }
  .sec-pctool-wrap ._inner dl dd img {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .sec-pctool-wrap ._inner dl dd span {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.025em;
    text-indent: 0.025em;
  }
}
@media print, screen and (min-width: 768px) {
  .sec-pctool-wrap ._inner {
    display: flex;
    justify-content: space-between;
  }
  .sec-pctool-wrap ._inner dt {
    font-size: 2.4rem;
    width: 288px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    margin: auto;
    font-weight: bold;
  }
  .sec-pctool-wrap ._inner dl {
    width: 424px;
  }
  .sec-pctool-wrap ._inner dl dd img {
    margin-top: 16px;
    margin-bottom: 24px;
  }
  .sec-pctool-wrap ._inner dl dd span {
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0.025em;
    text-indent: 0.025em;
  }
}

/* table-list */
.table-list table {
  border-collapse: separate;
}
.table-list thead tr {
  background-color: #fff;
}
.table-list thead th {
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 1;
  font-weight: normal;
  text-align: center;
  color: #0a1f33;
  border-bottom: solid 1px rgba(10, 31, 51, 0.15);
  padding-top: 24px;
  padding-bottom: 24px;
}
.table-list tbody td._detail ._txt {
  margin-top: 12px;
  text-align: left;
  line-height: 1.5;
}
.table-list tbody td + td {
  position: relative;
}
.table-list tbody th {
  vertical-align: top;
  font-weight: normal;
  text-align: left;
  color: rgba(10, 31, 51, 0.8);
  border-bottom: solid 1px rgba(10, 31, 51, 0.15);
}
.table-list tbody td {
  vertical-align: middle;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  color: #0a1f33;
  border-bottom: solid 1px rgba(10, 31, 51, 0.15);
}
.table-list thead th.ttl + .ttl::before,
.table-list tbody td + td::before {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 30%;
  background-color: rgba(10, 31, 51, 0.15);
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 767.98px) {
  .table-list {
    margin-top: 16px;
  }
  .table-list thead th {
    display: none;
    font-size: 1.6rem;
    width: 50%;
  }
  .table-list thead th.ttl {
    display: table-cell;
    letter-spacing: 0.025em;
    text-indent: 0.025em;
  }
  .table-list tbody th {
    display: none;
  }
  .table-list tbody td {
    position: relative;
    width: 50%;
    padding: 44px 24px 28px;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.025em;
    text-indent: 0.025em;
  }
  .table-list tbody td._detail {
    padding: 44px 0 28px;
  }
  .table-list tbody td._detail ._txt {
    padding: 0 8px;
    margin-top: 8px;
    font-size: 1.2rem;
  }
  .table-list tbody td span {
    display: block;
    font-size: 12px;
  }
  .table-list tbody td .ttl {
    position: absolute;
    top: 12px;
    left: 8px;
    font-size: 1.3rem;
    line-height: 1.23;
  }
}
@media print, screen and (min-width: 768px) {
  .table-list {
  }
  .table-list thead th {
    font-size: 1.8rem;
    padding-top: 72px;
    padding-bottom: 24px;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
  }
  .table-list thead th.ttl + .ttl {
  }
  .table-list tbody th {
    text-indent: 16px;
    width: 240px;
    padding: 12px 0 16px 0;
    font-size: 1.4rem;
    line-height: 1.14;
    letter-spacing: 0.071em;
    text-indent: 0.071em;
  }
  .table-list tbody td {
    padding: 36px 59px;
    width: 336px;
    font-size: 1.6rem;
    letter-spacing: 0.025em;
    text-indent: 0.025em;
  }
  .table-list tbody td._detail {
    padding: 36px 0;
  }
  .table-list tbody td._detail ._txt {
    font-size: 1.4rem;
  }
  .table-list tbody td span {
    display: block;
    font-size: 1.4rem;
  }
  .table-list tbody td .ttl {
    display: none;
  }
}

/* attention-note  */
.attention-note {
  text-align: center;
}
.attention-note > h2 {
  font-weight: normal;
  color: #0a1f33;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
.attention-note > a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.05em;
  margin-left: 0.05em;
}
@media only screen and (max-width: 767.98px) {
  .attention-note {
    margin-top: 24px;
  }
  .attention-note > h2 {
    margin-bottom: 24px;
    font-size: 1.4rem;
    line-height: 1.14;
  }
  .attention-note > a {
    font-size: 1.2rem;
    line-height: 1.33;
  }
}
@media print, screen and (min-width: 768px) {
  .attention-note {
    margin-top: 24px;
    margin-bottom: 0;
    line-height: 1.5;
  }
  .attention-note > h2 {
    font-size: 1.6rem;
    margin-bottom: 24px;
  }
  .attention-note > a {
    font-size: 1.4rem;
  }
}


@media only screen and (max-width: 767.98px) {
}
@media print, screen and (min-width: 768px) {
}
