/* MEMO
ver. 2020-M07-D28
Do not use 2byte Charactor.
[z-index range] = 0 - 99
[cache control] = ?ver=YYYYMMDD
[colors]
service   primary color                secondary color
.home   = #dc1c26  rgb(220, 28, 38)    #
.kabu   = #528fcc  rgb(82, 143, 204)   #
.fund   = #3d6b99  rgb(61, 107, 153)   #
.fuop   = #e65d8b  rgb(230, 93, 139)   #
.fxneo  = #e6a82e  rgb(230, 168, 46)   #
.fxop   = #db9a16  rgb(219, 154, 22)   #
.c365   = #cc8800  rgb(204, 136, 0)    #
.cfd    = #1f1f99  rgb(31, 31, 153)    #3333c9  rgb(51, 51, 201)
.ixop   = #143d66  rgb(20, 61, 102)    #
.fbond  = #52a3cc  rgb(82, 163, 204)   #
.maneo  = #328e37  rgb(50,142,55)      #
.mypage = #53b324  rgb(83, 179, 36)    #
[comment]
Webkit focus off
Webkit Mobile Safari
IE11
++++++++++++++++++++++++++++++++++++++++ */

/* web fonts
++++++++++++++++++++++++++++++++++++++++ */
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: bold;
}
@font-face {
  font-family: 'Subset-NotoSansJP';
  src: url('../fonts/Subset-NotoSansJP-DemiLight.woff2') format('woff2'),
       url('../fonts/Subset-NotoSansJP-DemiLight.woff') format('woff');
  font-weight: normal;
}
@font-face {
  font-family: 'Subset-NotoSansJP';
  src: url('../fonts/Subset-NotoSansJP-Medium.woff2') format('woff2'),
       url('../fonts/Subset-NotoSansJP-Medium.woff') format('woff');
  font-weight: bold;
}
@font-face {
  font-family: 'YakuHanJP';
  src: url('../fonts/YakuHanJP-DemiLight.woff2') format('woff2'),
       url('../fonts/YakuHanJP-DemiLight.woff') format('woff');
  font-weight: normal;
}
@font-face {
  font-family: 'YakuHanJP';
  src: url('../fonts/YakuHanJP-Medium.woff2') format('woff2'),
       url('../fonts/YakuHanJP-Medium.woff') format('woff');
  font-weight: bold;
}

/* reset
++++++++++++++++++++++++++++++++++++++++ */
body {
  padding: 0;
  margin: 0;
}
.header-top,
.footer-bottom {
  box-sizing: border-box;
  font-family: 'Roboto', 'YakuHanJP', 'Subset-NotoSansJP', Meiryo, sans-serif;
  line-height: 1;
  -webkit-tap-highlight-color: transparent;
}
.header-top *,
.footer-bottom * {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  text-decoration-skip-ink: none;
  -webkit-text-decoration-skip: none;
  text-decoration-skip: none;
  outline: none;
}
.header-top *::before,
.header-top *::after,
.footer-bottom *::before,
.footer-bottom *::after {
  box-sizing: inherit;
}
.header-top ul,
.header-top ol,
.footer-bottom ul,
.footer-bottom ol {
  list-style: none;
}

/* font rendering adjustment (hack for Chrome) */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .header-global {
    -webkit-text-stroke: 0.1px;
  }
  .header-megamenu {
    -webkit-text-stroke: 0;
  }
  .footer-bottom {
    -webkit-text-stroke: 0;
  }
}

/* header-top
++++++++++++++++++++++++++++++++++++++++ */
.header-top {
  position: relative;
  width: 100%;
  min-width: 1200px;
  background-image: linear-gradient(to bottom, #fff 0px, #fff 47px, #dde0e5 47px, #dde0e5 48px, transparent 48px);
  background-size: 48px 48px;
  background-position: top;
  background-repeat: repeat-x;
  color: #212e46;
}

/* disabled */
.header-top .disabled,
.header-top .is-disabled {
  opacity: 0.25;
  pointer-events: none;
}

/* link */
.header-top a,
.header-top a:link,
.header-top a:visited,
.header-top a:hover {
  color: inherit;
  text-decoration: none;
}
.header-top a:active,
.header-top a:focus {
  opacity: 0.6;
}

/* btn
++++++++++++++++++++++++++++++++++++++++ */
/* html btn ++++++++++++++++++++ */
.header-top .btn-login a,
.header-top .btn-logout a,
.header-top .btn-demo-account a,
.header-top .btn-demo-account-fxneo a,
.header-top .btn-platinumchart a,
.header-top .btn-bank a,
.header-top .btn-tool a {
  display: inline-block;
  padding: 0 10px;
  border: 2px solid transparent;
  border-radius: 3px;
  background-color: #fff;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  transition: opacity 0.2s ease;
}

.header-top .btn-login,
.header-top .btn-logout {
  position: absolute;
  top: 60px;
  right: 0;
}
.header-top .btn-login a,
.header-top .btn-logout a {
  width: 72px;
  padding: 0;
  border-color: #0056ae;
  color: #0056ae;
  letter-spacing: -1px;
}
.header-top .btn-login a:hover,
.header-top .btn-logout a:hover {
  background-color: #e1e9f0;
}

.header-megamenu .btn-login,
.header-megamenu .btn-logout {
  position: absolute;
  top: 12px;
  right: 0;
}
.header-megamenu .btn-login a,
.header-megamenu .btn-logout a {
  padding: 1px 0;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}
.header-megamenu .btn-login a:hover,
.header-megamenu .btn-logout a:hover {
  color: #5fa6ed;
  border-color: #5fa6ed;
  background-color: transparent;
}

.header-top .btn-demo-account a,
.header-top .btn-demo-account-fxneo a,
.header-top .btn-platinumchart a,
.header-top .btn-bank a {
  border-color: #4c89af;
  color: #4c89af;
}
.header-top .btn-demo-account a:hover,
.header-top .btn-demo-account-fxneo a:hover,
.header-top .btn-platinumchart a:hover,
.header-top .btn-bank a:hover {
  background-color: #e1eaf0;
}

.header-top .btn-demo-account,
.header-top .btn-demo-account-fxneo {
  position: absolute;
  top: 60px;
  right: 80px;
}

.header-top .btn-tool a {
  border-color: #53b324;
  color: #53b324;
}
.header-top .btn-tool a:hover {
  background-color: #e6f0e1;
}

/* background image btn ++++++++++++++++++++ */
.header-top .btn-support {
  position: absolute;
  top: 60px;
  right: 112px;
}
.header-top .btn-support a {
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/header-top-icon-support.svg);
  /* Text Away fix Chrome */
  white-space: nowrap;
  text-indent: 101%;
  overflow: hidden;
}

/* ++++++++++++++++++++ */
.header-top .btn-open-shortest {
  position: absolute;
  top: 14px;
  right: 0;
}
.header-top .btn-open-shortest a {
  display: block;
  width: 320px;
  height: 18px;
  background: url(../images/header-top-start.svg) 0 -162px no-repeat;
  /* Text Away fix Chrome */
  white-space: nowrap;
  text-indent: 101%;
  overflow: hidden;
}

/* ++++++++++++++++++++ */
.header-top .btn-open {
  position: absolute;
  top: 14px;
  right: 0;
}
.header-top .btn-open a {
  display: block;
  width: 192px;
  height: 18px;
  /* Preload */
  background: url(../images/header-top-start.svg) 0 480px no-repeat;
  /* Text Away fix Chrome */
  white-space: nowrap;
  text-indent: 101%;
  overflow: hidden;
}
.header-top .btn-open.account a {
  background-position: 0 -126px;
}

/* ++++++++++++++++++++ */
.header-top .btn-start {
  position: absolute;
  top: 60px;
  right: 0;
}
.header-top .btn-start a {
  display: block;
  width: 192px;
  height: 18px;
  /* Preload */
  background: url(../images/header-top-start.svg) 0 480px no-repeat;
  /* Text Away fix Chrome */
  white-space: nowrap;
  text-indent: 101%;
  overflow: hidden;
}
.header-top .btn-start.kabu a {
  background-position: 0 0;
}
.header-top .btn-start.fuop a {
  background-position: 0 -18px;
}
.header-top .btn-start.fxneo a {
  background-position: 0 -36px;
}
.header-top .btn-start.fxop a {
  background-position: 0 -54px;
}
.header-top .btn-start.c365 a {
  background-position: 0 -72px;
}
.header-top .btn-start.cfd a {
  background-position: 0 -90px;
}
.header-top .btn-start.fbond a {
  background-position: 0 -108px;
}
.header-top .btn-start.maneo a {
  background-position: 0 -144px;
}

/* ++++++++++++++++++++ */
.header-top .btn-account a {
  display: block;
  width: 176px;
  height: 72px;
  /* Preload */
  background: url(../images/header-top-account.svg) 0 480px no-repeat;
  /* Text Away fix Chrome */
  white-space: nowrap;
  text-indent: 101%;
  overflow: hidden;
}
.header-top .btn-account.kabu a {
  background-position: 0 0;
}
.header-top .btn-account.fund a {
  background-position: 0 -72px;
}
.header-top .btn-account.fuop a {
  background-position: 0 -144px;
}
.header-top .btn-account.fxneo a {
  background-position: 0 -216px;
}
.header-top .btn-account.fxop a {
  background-position: 0 -288px;
}
.header-top .btn-account.c365 a {
  background-position: 0 -360px;
}
.header-top .btn-account.cfd a {
  background-position: 0 -432px;
}
.header-top .btn-account.ixop a {
  background-position: 0 -504px;
}
.header-top .btn-account.fbond a {
  background-position: 0 -576px;
}
.header-top .btn-account.maneo a {
  background-position: 0 -648px;
}
.header-top .btn-account.open a {
  background-position: 0 -720px;
}

/* header-global
++++++++++++++++++++++++++++++++++++++++ */
.header-global {
  position: relative;
  margin: 0 auto;
  width: 1200px;
  height: 96px;
}
.header-global a {
  color: inherit;
}

.header-global .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 208px;
  height: 48px;
  background: url(../images/header-top-logo.svg);
  white-space: nowrap;
  text-indent: 101%;
  overflow: hidden;
}
.header-global .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.header-global .logo a:focus {
  background-color: rgba(255,255,255,0.5);
}

.header-global .status {
  position: absolute;
  top: 48px;
  width: 100%;
  height: 12px;
  overflow: hidden;
  text-align: right;
  color: #4d586b;
  font-size: 10px;
  line-height: 12px;
}
.header-global .status span + span {
  margin-left: 12px;
}

/* header-tab
++++++++++++++++++++++++++++++++++++++++ */
.header-tab {
  overflow: hidden;
  padding: 0 0 0 232px;
  height: 48px;
}
.header-tab > li {
  float: left;
  height: 100%;
  /* Preload */
  background: url(../images/header-top-tab.svg?ver=20200624) 480px 0 no-repeat;
  /* Text Away fix Chrome , Case of non A tag */
  white-space: nowrap;
  text-indent: -180%;
  overflow: hidden;
}
.header-tab > li > a {
  display: block;
  height: 100%;
  /* Text Away fix Chrome */
}
.header-tab > li > a:active,
.header-tab > li > a:focus {
  background-color: rgba(0,0,0,0.1) !important;
}



/* menu */
.header-tab .home {
  width: 74px;
  background-position: 0 0;
}
.header-tab .kabu {
  width: 72px;
  background-position: -74px 0;
}
.header-tab .fund {
  width: 72px;
  background-position: -146px 0;
}
.header-tab .fuop {
  width: 96px;
  background-position: -218px 0;
}
.header-tab .fxneo {
  width: 84px;
  background-position: -314px 0;
}
.header-tab .fxop {
  width: 88px;
  background-position: -398px 0;
}
.header-tab .c365 {
  width: 84px;
  background-position: -486px 0;
}
.header-tab .cfd {
  width: 72px;
  background-position: -570px 0;
}
.header-tab .ixop {
  width: 76px;
  background-position: -642px 0;
}
.header-tab .fbond {
  width: 72px;
  background-position: -718px 0;
}
.header-tab .maneo {
  width: 88px;
  background-position: -790px 0;
}
.header-tab .mypage {
  width: 90px;
  background-position: -878px 0;
}

/* hover */
.header-tab .home:hover,
.header-tab .home.is-hover {
  background-position: 0 -48px;
}
.header-tab .kabu:hover,
.header-tab .kabu.is-hover {
  background-position: -74px -48px;
}
.header-tab .fund:hover,
.header-tab .fund.is-hover {
  background-position: -146px -48px;
}
.header-tab .fuop:hover,
.header-tab .fuop.is-hover {
  background-position: -218px -48px;
}
.header-tab .fxneo:hover,
.header-tab .fxneo.is-hover {
  background-position: -314px -48px;
}
.header-tab .fxop:hover,
.header-tab .fxop.is-hover {
  background-position: -398px -48px;
}
.header-tab .c365:hover,
.header-tab .c365.is-hover {
  background-position: -486px -48px;
}
.header-tab .cfd:hover,
.header-tab .cfd.is-hover {
  background-position: -570px -48px;
}
.header-tab .ixop:hover,
.header-tab .ixop.is-hover {
  background-position: -642px -48px;
}
.header-tab .fbond:hover,
.header-tab .fbond.is-hover {
  background-position: -718px -48px;
}
.header-tab .maneo:hover,
.header-tab .maneo.is-hover {
  background-position: -790px -48px;
}
.header-tab .mypage:hover,
.header-tab .mypage.is-hover {
  background-position: -878px -48px;
}

/* on */
.header-tab .home.on {
  background-position: 0 -96px;
}
.header-tab .kabu.on {
  background-position: -74px -96px;
}
.header-tab .fund.on {
  background-position: -146px -96px;
}
.header-tab .fuop.on {
  background-position: -218px -96px;
}
.header-tab .fxneo.on {
  background-position: -314px -96px;
}
.header-tab .fxop.on {
  background-position: -398px -96px;
}
.header-tab .c365.on {
  background-position: -486px -96px;
}
.header-tab .cfd.on {
  background-position: -570px -96px;
}
.header-tab .ixop.on {
  background-position: -642px -96px;
}
.header-tab .fbond.on {
  background-position: -718px -96px;
}
.header-tab .maneo.on {
  background-position: -790px -96px;
}
.header-tab .mypage.on {
  background-position: -878px -96px;
}

/* demo */
.header-tab .demo-fxneo,
.header-tab .demo-fxop,
.header-tab .demo-ixop,
.header-tab .demo-cfd {
  width: 100%;
  background: url(../images/header-top-demo-badge.gif) left center no-repeat !important;
}

/* megamenu hover area support */
.header-tab > li:not(.disabled) {
  overflow: visible;
}
.header-tab > li > a {
  height: calc(100% + 40px);
  margin-top: -40px;
}
.header-tab > li > a::before,
.header-tab > li > a::after {
  position: relative;
  z-index: 99;
  visibility: hidden;
  display: block;
}
.header-tab > li > a[class*=js-]::before,
.header-tab > li > a[class*=js-]::after {
  content: "";
}
.header-tab > li > a::before {
  position: absolute;
  top: 30px;
  left: 0;
  width: 1200px;
  height: 20px;
}
.header-tab > li > a::after {
  left: 50%;
  width: 100px;
  height: 100px;
  transform: translate(-52%, 24px) rotate(45deg);
}
.header-tab > li.is-hover > a:hover::before,
.header-tab > li.is-hover > a:hover::after {
  visibility: visible;
}

/* header-nav
++++++++++++++++++++++++++++++++++++++++ */
.header-nav {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 28px;
  padding: 0;
  font-size: 15px;
  text-indent: 0;
}
.header-nav li {
  position: relative;
  overflow: hidden;
  float: left;
  height: 28px;
}
.header-nav li:not(:first-child) {
  margin-left: 26px;
}
.header-nav-shrink li:not(:first-child) {
  margin-left: 24px;
}
.header-nav [class*=btn-] + [class*=btn-] {
  margin-left: 8px;
}
.header-nav li:not([class*=btn-]) {
  padding-top: 1px;
  line-height: 20px;
}
.header-nav li:not([class*=btn-])::after {
  position: absolute;
  top: 24px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 2px;
  content: "";
}
.header-nav li:not([class*=btn-]):hover::after {
  background-color: #212e46;
}
.header-nav li:not([class*=btn-]):active::after {
  opacity: 0.6;
}
.header-nav li:not([class*=btn-]) a {
  display: inline-block;
  height: 28px;
}
.header-nav li .sm {
  font-size: 12px;
}

/* on */
.header-nav .on a {
  color: #dc1c26;
}
.home .header-nav .on a {
  color: #dc1c26;
}
.home .header-nav .on.btn-bank a {
  border-color: #dcdee4;
  color: #dc1c26;
}
.kabu .header-nav .on a {
  color: #528fcc;
}
.fund .header-nav .on a {
  color: #3d6b99;
}
.fuop .header-nav .on a {
  color: #e65d8b;
}
.fxneo .header-nav .on a {
  color: #e6a82e;
}
.fxop .header-nav .on a {
  color: #db9a16;
}
.c365 .header-nav .on a {
  color: #cc8800;
}
.cfd .header-nav .on a {
  color: #3333c9;
}
.ixop .header-nav .on a {
  color: #528fcc;
}
.fbond .header-nav .on a {
  color: #52a3cc;
}
.maneo .header-nav .on a {
  color: #328e37;
}
.mypage .header-nav .on a {
  color: #53b324;
}
.demo-fxneo .header-nav .on a {
  color: #e6a82e;
}
.demo-fxop .header-nav .on a {
  color: #db9a16;
}
.demo-ixop .header-nav .on a {
  color: #528fcc;
}
.demo-cfd .header-nav .on a {
  color: #1f1f99;
}

/* header-search
++++++++++++++++++++++++++++++++++++++++ */
.header-search input,
.header-search button {
  font-size: 100%;
  font: inherit;
}
.header-search input::placeholder {
  color: inherit;
  opacity: 0.5;
}
.header-search input::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}
.header-search input[type=text]:-ms-input-placeholder {
  color: rgba(33,46,70,0.6);
}

.header-search {
  position: absolute;
  top: 48px;
  right: 0;
  z-index: 2;
  width: 1200px;
  height: 0;
  visibility: hidden;
}
.header-search > .field {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: hidden;
  width: 184px;
  padding: 0;
  transition: 0.3s ease;
}
.header-search [type="text"] {
  width: 100%;
  height: 48px;
  margin: 0;
  padding: 12px 0;
  border: 0;
  background-color: #fff;
  color: #212e46;
  font-size: 18px;
  line-height: 24px;
}
.header-search .btn-search,
.header-search .btn-close {
  position: absolute;
  top: 12px;
  display: block;
  overflow: hidden;
  width: 24px;
  height: 24px;
  border: 0;
  /* Text Away fix Chrome */
  white-space: nowrap;
  text-indent: 101%;
  cursor: pointer;
}
.header-search .btn-search {
  left: 0;
  background: url(../images/header-top-icon-search.svg);
}
.header-search label.btn-search {
  visibility: visible;
}
.header-search .btn-close {
  right: 0;
  display: none;
}
.header-search .btn-close::before,
.header-search .btn-close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2px;
  height: 20px;
  background-color: rgba(33,46,70,0.6);
  content: "";
}
.header-search .btn-close::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
.header-search .btn-close::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
/* toggle */
.header-search > [type="checkbox"] {
  position: absolute;
  z-index: -2;
  opacity: 0.001;
}
/* show */
.header-search > [type="checkbox"]:checked ~ .field {
  width: 100%;
  visibility: visible;
}
.header-search > [type="checkbox"]:checked ~ .field [type="text"] {
  padding-right: 32px;
  padding-left: 32px;
}
.header-search > [type="checkbox"]:checked ~ .field label.btn-search {
  display: none;
}
.header-search > [type="checkbox"]:checked ~ .field .btn-close {
  display: block;
  visibility: visible;
}

/* header-megamenu
++++++++++++++++++++++++++++++++++++++++ */
.header-megamenu {
  position: absolute;
  top: 32px;
  z-index: 99;
  overflow: hidden;
  width: 100%;
  margin: auto;
  color: #fff;
}
.header-megamenu::after {
  position: absolute;
  top: 16px;
  left: 0;
  z-index: -2;
  display: block;
  width: 100%;
  height: calc(100% - 28px);
  background-color: rgba(33,46,70,0.96);
  content: "";
}

.header-megamenu a {
  color: #fff;
}

.header-megamenu > li {
  width: 1200px;
  height: 244px;
  margin: auto;
}
.header-megamenu > li::after {/* service-guide background */
  position: absolute;
  top: 224px;
  left: 50%;
  z-index: 0;
  transform: translateX(-50%);
  display: block;
  width: 3840px;
  height: 36px;
  border-top: 4px solid;
  background-color: #212e46;
  content: "";
  pointer-events: none;
}
.header-megamenu > .home::after {
  border-color: #dc1c26;
}
.header-megamenu > .kabu::after {
  border-color: #528eca;
}
.header-megamenu > .fund::after {
  border-color: #3d6b99;
}
.header-megamenu > .fuop::after {
  border-color: #e65d8b;
}
.header-megamenu > .fxneo::after {
  border-color: #e6a82e;
}
.header-megamenu > .fxop::after {
  border-color: #db9a16;
}
.header-megamenu > .c365::after {
  border-color: #cc8800;
}
.header-megamenu > .cfd::after {
  border-color: #1f1f99;
}
.header-megamenu > .ixop::after {
  border-color: #143d66;
}
.header-megamenu > .fbond::after {
  border-color: #52a3cc;
}
.header-megamenu > .maneo::after {
  border-color: #328e37;
}
.header-megamenu > .mypage::after {
  border-color: #53b324;
}

/* megamenu on|off */
.header-megamenu {
  visibility: hidden;
  overflow: hidden;
  height: 0;
  padding-top: 16px;
  transform: translate3d(0,0,0);
  transition: height 0.2s ease 0s;
  pointer-events: none;
}
.header-megamenu.is-on {
  visibility: visible;
  height: 272px;
  transition-duration: 0.6s;
}
.header-megamenu.is-on > * {
  pointer-events: auto;
}
.header-megamenu > li {
  display: none;
}
.header-megamenu > li.is-on {
  display: block;
}

/* contents */
.header-megamenu .contents {
  position: relative;
  width: 1200px;
  margin: auto;
  padding: 16px 0;
  display: flex;
  flex-wrap: wrap;
}
.header-megamenu .contents::before {/* hover area support */
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  display: block;
  width: calc(100% + 40px);
  height: calc(100% + 48px);
  content: "";
}
.header-megamenu .contents::after {/* tab arrow */
  position: absolute;
  top: -16px;
  z-index: -2;
  transform: translateX(-50%);
  display: block;
  border: 8px solid transparent;
  border-bottom-color: rgba(33,46,70,0.9);
  content: "";
  pointer-events: none;
}
.header-megamenu > .home .contents::after {
  left: 266px;
}
.header-megamenu > .kabu .contents::after {
  left: 342px;
}
.header-megamenu > .fund .contents::after {
  left: 414px;
}
.header-megamenu > .fuop .contents::after {
  left: 498px;
}
.header-megamenu > .fxneo .contents::after {
  left: 588px;
}
.header-megamenu > .fxop .contents::after {
  left: 674px;
}
.header-megamenu > .c365 .contents::after {
  left: 760px;
}
.header-megamenu > .cfd .contents::after {
  left: 838px;
}
.header-megamenu > .ixop .contents::after {
  left: 912px;
}
.header-megamenu > .fbond .contents::after {
  left: 986px
}
.header-megamenu > .maneo .contents::after {
  left: 1066px;
}
.header-megamenu > .mypage .contents::after {
  left: 1158px;
}

.header-megamenu .col {
  height: 176px;
  padding-top: 12px;
}
.header-megamenu .col:nth-child(1) {
  position: relative;
  width: 202px;
  padding-right: 26px;
}
.header-megamenu .col:nth-child(2) {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  width: 826px;
  padding-right: 32px;
  padding-bottom: 32px;
  padding-left: 33px;
  border-left: 1px solid rgba(255,255,255,0.3);
}
.header-megamenu .col:nth-child(3) {
  width: 172px;
  padding-left: 31px;
  border-left: 1px solid rgba(255,255,255,0.3);
}

/* ttl */
.header-megamenu .ttl {
  margin-bottom: 12px;
  font-size: 32px;
  line-height: 36px;
}
.header-megamenu .kabu .ttl {
  letter-spacing: 8px;
}
.header-megamenu .c365 .ttl {
  letter-spacing: -1px;
}
.header-megamenu .fuop .ttl,
.header-megamenu .fxop .ttl {
  margin-bottom: 7px;
}
.header-megamenu  .ixop .ttl .narrow {
  display: inline-block;
  font-size: 18px;
  letter-spacing: -0.5px;
}

/* banner */
.header-megamenu .bnr {
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 26px);
}
.header-megamenu .bnr img {
  max-width: 100%;
}

.header-megamenu .bnr-wide {
  position: absolute;
  left: 33px;
  bottom: 0;
  width: 760px;
  height: 24px;
  text-align: center;
  line-height: 0;
  opacity: 0.8;
  transition: opacity 0.1s ease-out;
}
.header-megamenu .bnr-wide:hover {
  opacity: 1;
}

/* menu */
.header-megamenu .menu {
  width: 248px;
  font-size: 16px;
  line-height: 20px;
}
.header-megamenu .menu:not(:first-child) {
  margin-left: 8px;
}
.header-megamenu .menu li + li {
  margin-top: 8px;
}
.header-megamenu .menu .sm {
  display: inline-block;
  position: relative;
  top: -0.1em;
  font-size: 13px;
  vertical-align: middle;
}
.header-megamenu .menu a {
  display: block;
  padding: 0 16px;
  color: #fff;
  line-height: 24px;
}
.header-megamenu .home .menu a:hover {
  background-color: rgba(220,28,38,0.9);
}
.header-megamenu .kabu .menu a:hover {
  background-color: rgba(82,142,202,0.9);
}
.header-megamenu .fund .menu a:hover {
  background-color: rgba(61,107,153,0.9);
}
.header-megamenu .fuop .menu a:hover {
  background-color: rgba(230,93,139,0.9);
}
.header-megamenu .fxneo .menu a:hover {
  background-color: rgba(230,168,46,0.9);
}
.header-megamenu .fxop .menu a:hover {
  background-color: rgba(219,154,22,0.9);
}
.header-megamenu .c365 .menu a:hover {
  background-color: rgba(204,136,0,0.9);
}
.header-megamenu .cfd .menu a:hover {
  background-color: rgba(86, 86, 220, 0.9);
}
.header-megamenu .ixop .menu a:hover {
  background-color: rgba(82, 143, 204, 0.9);
}
.header-megamenu .fbond .menu a:hover {
  background-color: rgba(82,163,204,0.9);
}
.header-megamenu .maneo .menu a:hover {
  background-color: rgba(50,142,55,0.9);
}
.header-megamenu .mypage .menu a:hover {
  background-color: rgba(83,179,36,0.9);
}

/* menu-sub */
.header-megamenu .menu-sub {
  padding-top: 32px;
  font-size: 13px;
  line-height: 16px;
}
.header-megamenu .menu-sub li {
  min-height: 24px;
}
.header-megamenu .menu-sub li + li {
}
.header-megamenu .menu-sub a {
  display: block;
  padding: 4px 0;
}
.header-megamenu .menu-sub a:hover {
  color: #8deb63;
}

/* service-guide */
.header-megamenu .service-guide {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 36px;
  padding-top: 4px;
}
.header-megamenu .service-guide > dl {
  display: flex;
  width: 1200px;
  margin: auto;
  font-size: 13px;
  line-height: 16px;
}

.header-megamenu .service-guide dt {
  position: relative;
  margin-top: 8px;
  padding-right: 16px;
  color: rgba(255,255,255,0.5);
  transition: color 0.2s ease-out;
}
.header-megamenu .service-guide:hover dt {
  color: rgba(255,255,255,1);
}
.header-megamenu .service-guide dt::before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 8px;
  height: 16px;
  background: url(../images/header-top-arrow.svg) no-repeat right top;
  content: "";
  opacity: 0.5;
  transition: opacity 0.2s ease-out;
}
.header-megamenu .service-guide:hover dt::before {
  opacity: 1;
}
.header-megamenu .service-guide ul {
  display: flex;
  padding-left: 24px;
}
.header-megamenu .service-guide a {
  position: relative;
  display: inline-block;
  padding: 8px 16px;
  color: rgba(255,255,255,0.5);
  transition: color 0.2s ease-out;
}
.header-megamenu .service-guide a::after {
  position: absolute;
  top: -8px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: calc(100% + 16px);
  content: "";
}
.header-megamenu .service-guide:hover a {
  color: rgba(255,255,255,1);
}
.header-megamenu .home .service-guide a:hover {
  color: #e96167;
}
.header-megamenu .kabu .service-guide a:hover {
  color: #5fa6ed;
}
.header-megamenu .fund .service-guide a:hover {
  color: #4592e1;
}
.header-megamenu .fuop .service-guide a:hover {
  color: #e96191;
}
.header-megamenu .fxneo .service-guide a:hover {
  color: #e9bd63;
}
.header-megamenu .fxop .service-guide a:hover {
  color: #deac49;
}
.header-megamenu .c365 .service-guide a:hover {
  color: #d3a345;
}
.header-megamenu .cfd .service-guide a:hover {
  color: #8d8fed;
}
.header-megamenu .ixop .service-guide a:hover {
  color: #5fa6ed;
}
.header-megamenu .fbond .service-guide a:hover {
  color: #5fbded;
}
.header-megamenu .maneo .service-guide a:hover {
  color: #5feb6a;
}
.header-megamenu .mypage .service-guide a:hover {
  color: #8deb63;
}

/* footer-bottom
++++++++++++++++++++++++++++++++++++++++ */
.footer-bottom {
  clear: both;
  width: 100%;
  min-width: 1200px;
  background-color: #1d273d;
  margin-top: 40px;
  color: #e7e7e7;
}
.footer-inner {
  min-height: 260px;
  padding: 28px 0 64px;
  margin: 0 auto;
  width: 1080px;
}
.footer-nav {
  display: flex;
  justify-content: space-between;
  height: 20px;
  margin-bottom: 56px;
  font-size: 12px;
  line-height: 18px;
}
.footer-nav li {
  list-style-type: none;
}
.footer-nav li:not(:first-child) {
  margin-left: 24px;
}
.footer-nav a,
.footer-nav a:link,
.footer-nav a:visited{
  display: block;
  color: #d9d9d9;
  text-decoration: none;
}
.footer-nav a:hover,
.footer-nav a:focus {
  text-decoration: underline;
}
.footer-nav a:active {
   opacity: 0.6;
}
.footer-copyright {
  font-size: 11px;
  line-height: 18px;
}
