@charset "utf-8";
/* common.css
++++++++++++++++++++++++++++++++++++++++
* NOTE
++++++++++++++++++++++++++++++++++++++++
- Charset: utf-8
- Return code: LF
++++++++++++++++++++++++++++++++++++++++ */

/* override
++++++++++++++++++++++++++++++++++++++++ */
/* Group Header */
/* .gmoGroupHeader {
  z-index: 98 !important;
}
[data-gmoheader="pc"] .sug_list {
  margin-top: var(--scroll-offset-top);
}
@media (min-width: 768px) {
  .header-financial {
    position: fixed;
    top: 0;
    z-index: 98;
  }
} */

/* ++++++++++++++++++++ */
html {
  scroll-behavior: smooth;
  /* scroll-padding-top:var(--scroll-offset-top) */
}
/* @media(min-width: 768px) {
  html:not(.LOGIN) {
    --scroll-offset-top: 29px
  }
  html.LOGIN {
    --scroll-offset-top: 25px
  }
} */

body {
  font-family: 'Roboto', 'YakuHanJP', 'Subset-NotoSansJP', Meiryo, sans-serif !important;

  position: static;
  /* padding-top: var(--scroll-offset-top); */
}
hr {
  border-style: solid;
  border-width: 1px 0 0;
  color: rgba(10, 31, 51, 0.2);
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

.l-container {
  overflow: hidden;
}
.l-side,
.m-ttl-page,
.m-cta_panel {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ++++++++++++++++++++ */
.u-highlight--accent,
.u-color--red,
.u-highlight--red,
.u-color--accent {
  color: var(--color-red-primary) !important;
}

/* ++++++++++++++++++++ */
a.m-icon_link {
  text-decoration: underline;
}
a.m-icon_link:hover {
  text-decoration: none;
}

/* ++++++++++++++++++++ */
.m-link-list li a[class*="__type"] {
  text-decoration: none;
}

/* ++++++++++++++++++++ */
@media (max-width: 767.98px) {
  .l-hero > [class$="-hero"] {
    margin-left: 0;
    margin-right: 0;
  }
}


/* slider ++++++++++++++++++++ */
.m-stockholder-slider {}
.m-slick-custom-utils__control {
  display: none;
}
.m-stockholder-slider .slick-arrow {
  display: none !important;
}
.m-stockholder-slider__sub__item::before,
.m-stockholder-slider__sub__item::after {
  content: none !important;
}

.m-stockholder-slider__sub {
  margin: 0 -12px;
}
.m-stockholder-slider__sub__item {
  border: 0 !important;
  padding: 16px 0;
  box-shadow: 0 0 0 0 ;
}
.m-stockholder-slider__sub__item {
  margin: 0 12px;
  border-radius: 0 !important;
  box-shadow: 0 -4px 0 0 rgba(10, 31, 51, 0.1) inset;
}
.m-stockholder-slider__sub__item.is-current {
  box-shadow: 0 -4px 0 0 #528fcc inset;
  color: inherit;
}

.m-stockholder-slider__sub__text {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 72px;
  font-size: 14px;
  font-weight: normal;
}


@media (max-width: 767.98px) {
  .m-slick-custom-utils {
    margin-top: 0;
  }
  .m-slick-custom-utils__pager .slick-dots > li {
    width: 48px;
    height: 48px;
    margin: 0;
  }
  .m-slick-custom-utils__pager .slick-dots > li > button,
  .m-slick-custom-utils__pager .slick-dots > li.slick-active > button {
    position: relative;
    width: 100%;
    height: 100%;
    background: none;
  }
  .m-slick-custom-utils__pager .slick-dots li button::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    margin-left: -4px;
    border-radius: 50%;
    background-color: rgba(10, 31, 51, 0.1);
    content: "";
  }
  .m-slick-custom-utils__pager .slick-dots li.slick-active button::after {
    background-color: rgba(10, 31, 51, 1);
  }
}

/* ++++++++++++++++++++ */
.m-fund-list__text > p {
  margin: 0;
  margin-left: 1.4em;
  display: list-item;
  list-style: disc;
}
.m-fund-list__text > p + p {
  margin-top: 8px;
}


/* ++++++++++++++++++++
 * 
 * /corp/guide/fxneo/rate/
 * 
 */
.m-rate-currency-pairs__img-list {
  position: relative;
  align-self: center;
}
.m-rate-currency-pairs__img--large {
  position: absolute;
  right: -2px;
  bottom: -2px;
  display: block;
  width: 8px;
  height: 8px;
}
.m-rate-table .m-rate-table__w--currency-pairs {
  width: auto;
}
.m-rate-table .m-rate-table__w--rate-bid {
  width: 14%;
}
.m-rate-table .m-rate-table__w--rate-ask {
  width: 14%;
}
.m-rate-table .m-rate-table__w--rate-arrow {
  width: 5%;
}
.m-rate-table .m-rate-table__w--rate-spread {
  width: 12%;
}
.m-rate-table .m-rate-table__w--rate-previous {
  width: 10%;
}
.m-rate-table .m-rate-table__w--rate-sw-shell {
  width: 13%;
}
.m-rate-table .m-rate-table__w--rate-sw-buy {
  width: 13%;
}



/* ++++++++++++++++++++ */
/*


/* ADD-1-1 コメントボックス +++++++++++++++++++ */

.m-commnet-box__type1,
.m-commnet-box__type2 {
  position: relative;
  margin-top: 1em;
}
.m-commnet-box__type1::before,
.m-commnet-box__type2::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
}
.m-commnet-box__type1::before {
  background: url("/app-files/img/cmn_im34.png") 0 0 no-repeat;
}
.m-commnet-box__type2::before {
  background: url("/app-files/img/cmn_im35.png") 0 0 no-repeat;
}
.m-commnet-box__type1__inner,
.m-commnet-box__type2__inner {
  background: #f4f9fb;
}
@media print, screen and (min-width: 768px){
  .m-commnet-box__type1,
  .m-commnet-box__type2 {
    padding-top: 52px;
  }
  .m-commnet-box__type1::before,
  .m-commnet-box__type2::before {
    width: 94px;
    height: 52px;
    right: 15px;
    background-size: 94px auto;
  }
  .m-commnet-box__type1__inner,
  .m-commnet-box__type2__inner {
    padding: 30px;
  }
}
@media only screen and (max-width: 767.98px){
  .m-commnet-box__type1,
  .m-commnet-box__type2 {
    padding-top: 38px;
  }
  .m-commnet-box__type1::before,
  .m-commnet-box__type2::before {
    width: 70px;
    height: 38px;
    right: 0;
    background-size: 70px auto;
  }
  .m-commnet-box__type1__inner,
  .m-commnet-box__type2__inner {
    padding: 18px 20px;
  }
}

/* button v2 disable +++++++++++++++++++ */

.m-button-v2 div.m-button-v2__type__disable {
  color: #8c8c8c;
  background-color: #e6e6e6;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 0.8em 1.4em;
  border-radius: 5px;
  line-height: 1.4;
  text-align: center;
}
.m-button-v2 div.m-button-v2__type__disable:hover {
  color: #8c8c8c;
  background-color: #e6e6e6;
}
.m-button-v2 div.m-button-v2__type__disable:hover .m-button-v2__label {
  cursor: default;
}


/* module
++++++++++++++++++++++++++++++++++++++++ */
/* icon +++++++++++++++++++ */

/* large
 * <i class="m-icon-large-transaction">ラージ</i>
 */
.m-icon-large-transaction {
  position: relative;
  top: -1px;
  display: inline-block;
  overflow: hidden;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  white-space: nowrap;
  text-indent: 200%;
}
.m-icon-large-transaction::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/assets/images/icon-large-transaction.svg) no-repeat center center/contain;
  content: "";
}


/* risk-disclaimer +++++++++++++++++++ */



/* share-links +++++++++++++++++++ */


/*  table
++++++++++++++++++++++++++++++++++++++++ */
/* 親子関係が明確な構造のタグは全称セレクタを使い底詳細度を保つ
 * .m-table-01 > table > tbody > tr > td {}
 * .m-table-01 > * > * > * > td {}
 * 原則 <caption> タグは使用禁止
 * colspan, rowspan 
*/
.m-table-01 > table {
  min-width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0 solid #dde0e5;
}
.m-table-01 > * > * > * > th,
.m-table-01 > * > * > * > td {
  border: 1px solid #dde0e5;
  text-align: inherit;
  vertical-align: inherit;
}
.m-table-01 > * > * > * > th,
.m-table-01 > * > * > * > td {
  padding: 0.6em 0.8em;
}

.m-table-01 > * > * > * > th {
  background-color: rgba(200, 225, 235, 0.2);/* #f4f9fb */
}
.m-table-01 > * > thead ~ * > * > th,
.m-table-01 > * > tbody > * > th + th {
  background-color: rgba(220, 220, 220, 0.2);/* #f9f9f9 */
  font-weight: inherit;
}
.m-table-01.-zebra > * > tbody > *:nth-child(2n) {
  background-color: rgba(220, 220, 220, 0.2);
}

@media (min-width: 768px) {
  .m-table-01 > * {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .m-table-01.-scroll-sp {
    max-width: 100%;
    overflow-x: auto;
    background: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,0.2)) left, linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.2)) right;
    background-size: 15px 100%;
    background-attachment: scroll;
    background-repeat: no-repeat;
  }
  .m-table-01.-scroll-sp > * {
    background: linear-gradient(to left, rgba(255,255,255,0), #fff 20px) left, linear-gradient(to right, rgba(255,255,255,0), #fff 20px) right;
    background-size: 30px 100%;
    background-attachment: local;
    background-repeat: no-repeat;
    word-break: keep-all;
  }
  .m-table-01.-scroll-sp > * > * > * > th,
  .m-table-01.-scroll-sp > * > * > * > td {
    /* white-space: nowrap; */
    /* word-break: keep-all; */
  }

  .m-table-01.-vertical-sp > table,
  .m-table-01.-vertical-sp > * > thead,
  .m-table-01.-vertical-sp > * > tbody,
  .m-table-01.-vertical-sp > * > * > tr,
  .m-table-01.-vertical-sp > * > * > * > th,
  .m-table-01.-vertical-sp > * > * > * > td {
    display: block;
  }
  .m-table-01.-vertical-sp > table {
    border-width: 1px 1px 0 0;
  }
  .m-table-01.-vertical-sp > * > * > * > th,
  .m-table-01.-vertical-sp > * > * > * > td {
    border-width: 0 0 1px 1px;
  }
}
