@charset "UTF-8";
:root {
  --color-blue: #0168b7;
  --twitter-logo-basic-accent-color: #1da1f2;
  --facebook-logo-basic-accent-color: #1877f2;
  --line-logo-basic-accent-color: #06c755;
}

/*----------------------------
  おまじない
　----------------------------*/
body {
  font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  -webkit-text-size-adjust: none;
	margin: 0;
}

div.main-content {
  max-width: 1050px;
  left: auto;
  right: auto;
}

#containerResponsive {
  width: auto !important;
}

.row {
  margin-right: auto;
  margin-left: auto;
}
.responsiveContent a {
    color: #0168B7;
}

/*----------------------------
  独自カラム定義
　----------------------------*/
.col-store {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .col-store {
    flex: 0 0 49%;
    max-width: 49%;
  }
}
@media (min-width: 992px) {
  .col-lg-26 {
    flex: 0 0 22.222222%;
    max-width: 22.222222%;
  }

  .col-lg-20 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-store {
    flex: 0 0 32.5%;
    max-width: 32.5%;
  }
}
/*----------------------------
 　見出し
　----------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-weight: 700 !important;
}
h1{
	font-size: 2rem !important;
}
h2{
	font-size: 1.75rem !important;
}
h3{
	font-size: 1.5rem !important;
}

h4{
	font-size: 1.25rem !important;
}
h5{
	font-size: 1.15rem !important;
}
h6{
	font-size: 1rem !important;
}
.light-sep {
    max-width: 80px;
    border: 1px solid #0168b7 !important;
}
@media screen and (max-width: 768px) {
	h1{
	font-size: 2rem !important;
}
h2{
	font-size: 1.5rem !important;
}
h3{
	font-size: 1.25rem !important;
}

h4{
	font-size: 1.25rem !important;
}
h5{
	font-size: 1rem !important;
}
h6{
	font-size: 1rem !important;
}
}

/*----------------------------
 　本文
　----------------------------*/
.w-x18 {
  font-size: 1.8em;
}

.w-x15 {
  font-size: 1.5em;
}

.w-x13 {
  font-size: 1.3em;
}

.w-large {
  font-size: 1.25em;
}

.w-x115 {
  font-size: 1.15em;
}

.w-x110 {
  font-size: 1.10em;
}

.w-small {
  font-size: 0.9em !important;
}

.w-exsmall {
  font-size: 0.71em;
}

.w-bold {
  font-weight: bold;
}

.break-keep {
  word-break: keep-all;
}

/*----------------------------
  文字色
　----------------------------*/
.w-white {
  color: #ffffff !important;
}

.w-blue {
  color: #0168b7 !important;
}

.w-red {
  color: #d90f0f !important;
}

.w-gray {
  color: #555 !important;
}

.w-black {
  color: #000000 !important;
}

.w-orange {
  color: #f18e19 !important;
}

/* LINE ロゴ色 */
.w-line {
  color: var(--line-logo-basic-accent-color);
}
svg.w-line {
  fill: var(--line-logo-basic-accent-color);
}
.bg-line {
  background-color: var(--line-logo-basic-accent-color) !important;
}
/* Facebook ロゴ色 */
.w-facebook {
  color: var(--facebook-logo-basic-accent-color);
}
svg.w-facebook {
  fill: var(--facebook-logo-basic-accent-color);
}
.bg-facebook {
  background-color: var(--facebook-logo-basic-accent-color) !important;
}

/* Twitter ロゴ色 */
.bg-twitter {
  background-color: var(--twitter-logo-basic-accent-color) !important;
}

div.overflow-hidden {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*----------------------------
  背景色
　----------------------------*/
.bg-orange {
  background: #f18e19 !important;
  color: #ffffff;
}

.bg-green {
  background: #78bc02 !important;
  color: #ffffff;
}

.bg-blue {
  background: #0168b7 !important;
  color: #ffffff;
}

.bg-skyblue {
  background: #1C8CF0 !important;
  color: #ffffff;
}

.bg-darkgray {
  background: #4d4d4d !important;
  color: #ffffff;
}

.bg-darkgray a {
  color: #ffffff;
}

.bg-gray {
  background: #4d4d4d !important;
  color: #ffffff;
}

.bg-lightgray {
  background: #e4e4e4 !important;
  color: #000000;
}

.bg-white {
  background: #ffffff !important;
  color: #000000;
}
.bg-purple {
  background: #6633cc !important;
}
.bg-lightblue {
  background: #e8f0fe !important;
  color: #000000;
}
/*----------------------------
  ボタン
　----------------------------*/
button.btn {
  border-radius: 2.0em !important;
  font-size: 16px !important;
  padding: 0.5em 2.0em !important;
  box-shadow: none !important;
  width: 160px !important;
}

button.btn-stretch {
  width: 100% !important;
}

button.btn-primary {
  background-color: #f18e19 !important;
  border-color: #f18e19 !important;
  color: #ffffff!important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

button.btn-primary:hover {
  background-color: #ff9517 !important;
  border-color: #ff9517 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45) !important;
  text-decoration: none !important;
}

button.btn-primary:active,
button.btn-primary:focus {
  background-color: #f18e19 !important;
  border-color: #f18e19 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25) !important;
}

button.btn-primary:focus:active {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25) !important;
}

button.btn-secondary {
  background-color: #0168b7 !important;
  border-color: #0168b7 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25) !important;
}

button.btn-secondary:hover {
  background-color: #007cdb !important;
  border-color: #007cdb !important;
  color: #ffffff !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45) !important;
}

button.btn-secondary:active,
button.btn-secondary:focus {
  background-color: #006fc4 !important;
  border-color: #006fc4 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25) !important;
}

button.btn-secondary:focus:active {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25) !important;
}

button.btn-cancel {
  background-color: #ffffff !important;
  border-color: #0168b7 !important;
  color: #0168b7 !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25) !important;
}

button.btn-cancel:hover {
  background-color: #d1f4ff !important;
  border-color: #0168b7 !important;
  color: #0168b7 !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45) !important;
}

button.btn-cancel:active,
button.btn-cancel:focus {
  background-color: #ffffff !important;
  border-color: #0168b7 !important;
  color: #0168b7 !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25) !important;
}

button.btn-cancel:active:focus {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25) !important;
}

button.btn-danger {
  background-color: #7f7f7f !important;
  border-color: #7f7f7f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25) !important;
}

button.btn-danger:hover {
  background-color: #919191 !important;
  border-color: #919191 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45) !important;
}

button.btn-danger:active,
button.btn-danger:focus {
  background-color: #7f7f7f !important;
  border-color: #7f7f7f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25) !important;
}

button.btn-danger:active:focus {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25) !important;
}

button.btn-solid {
  background-color: rgba(255, 255, 255, 0) !important;
  border-color: rgba(255, 255, 255, 0) !important;
  color: #4c4c4c !important;
}

button.btn-solid:hover {
  background-color: #e8f0fe !important;
  border-color: #e8f0fe !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12) !important;
}

button.btn-solid:active,
button.btn-solid:focus {
  background-color: rgba(255, 255, 255, 0) !important;
  border-color: rgba(255, 255, 255, 0) !important;
}
button.btn-link {
color:#0168b7 !important;
}
button.btn-link:active,
button.btn-link:focus {
  background-color: rgba(255, 255, 255, 0) !important;
  border-color: rgba(255, 255, 255, 0) !important;
}
button:focus, *:focus {
  outline: none;
}
button.btn-red {
  background-color: #f03 !important;
  border-color: #f03 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

button.btn-red:hover {
  background-color: #fe2c56 !important;
  border-color: #fe2c56 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45) !important;
  text-decoration: none !important;
}

button.btn-red:active,
button.btn-red:focus {
  background-color: #f03 !important;
  border-color: #f03 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25) !important;
}

button.btn-red:focus:active {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25) !important;
}
button.btn-lightblue {
  background-color: #00a2e6 !important;
  border-color: #00a2e6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25) !important;
}

button.btn-lightblue:hover {
  background-color: #3ab1e3 !important;
  border-color: #3ab1e3 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45);
  text-decoration: none;
}

button.btn-lightblue:active,
button.btn-lightblue:focus {
  background-color: #00a2e6 !important;
  border-color: #00a2e6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25) !important;
}

button.btn-lightblue:focus:active {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25) !important;
}

.responsiveContent .btn-group-lg > .btn, .responsiveContent .btn-lg {
    font-size: 1rem !important;
    border-radius: 0.3rem !important;
}
.responsiveContent .btn-sm {
    font-size: 0.875rem !important;
    border-radius: 0.15rem !important;
}
.responsiveContent .btn-lg {
    border-radius: 0.15rem !important;
}
.responsiveContent .btn-primary {
  background-color: #f18e19 !important;
  border-color: #f18e19 !important;
  color: #ffffff!important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25) !important;
}
.responsiveContent .btn-primary:active,
.responsiveContent .btn-primary:focus {
  background-color: #f18e19 !important;
  border-color: #f18e19 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25) !important;
}

.responsiveContent .btn-primary:focus:active {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25) !important;
}

.responsiveContent .btn-secondary {
  background-color: #0168b7 !important;
  border-color: #0168b7 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25) !important;
}
.responsiveContent .btn-secondary:hover {
  background-color: #007cdb !important;
  border-color: #007cdb !important;
  color: #ffffff !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45) !important;
}

.responsiveContent .btn-secondary:active,
.responsiveContent .btn-secondary:focus {
  background-color: #006fc4 !important;
  border-color: #006fc4 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25) !important;
}

.responsiveContent .btn-secondary:focus:active {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25) !important;
}
.responsiveContent .btn-cancel {
  background-color: #ffffff !important;
  border-color: #0168b7 !important;
  color: #0168b7 !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25) !important;
}

.responsiveContent .btn-cancel:hover {
  background-color: #d1f4ff !important;
  border-color: #0168b7 !important;
  color: #0168b7 !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45) !important;
}

.responsiveContent .btn-cancel:active,
.responsiveContent .btn-cancel:focus {
  background-color: #ffffff !important;
  border-color: #0168b7 !important;
  color: #0168b7 !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25) !important;
}

.responsiveContent .btn-cancel:active:focus {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25) !important;
}
.responsiveContent .btn-outline-secondary {
  background-color: #ffffff  !important;
  border-color: #4d4d4d  !important;
  color: #4d4d4d  !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25) !important;
}

/*----------------------------
  ステータス
　----------------------------*/
.responsiveContent span.status
	{font-size: 85% !important;}

/*----------------------------
  影
　----------------------------*/
.shadow-l1 {
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.25));
}

.shadow-l2 {
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.35));
}

.shadow-l3 {
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.45));
}

/*----------------------------
  画像
　----------------------------*/
img.img-stretch {
  width: 100%;
}

/*----------------------------
  動画
　----------------------------*/
.video-js {
  height: auto !important;
}

/*.video-js.vjs-16-9 {*/
/*    padding-top: 0!important;*/
/*}*/
@media (min-width: 992px) {
  .video-js {
    height: 100% !important;
  }
}
/*----------------------------
  リスト
 ----------------------------*/
ol, ul {
  list-style: none;
}

/*----------------------------
  ヘッダ
　----------------------------*/
div.navbar-wrapper {
  display: contents;
}

.nav-bg-white {
  background-color: #ffffff;
}

li.active button.btn-solid:hover {
  border-bottom-color: rgba(255, 255, 255, 0);
}

div.navbar-collapse {
  text-align: center;
  flex-grow: 0;
}

.nav-item {
  border-top: 1px solid #dee2e6;
}

#loginMenuPc {
  float: right;
  display: flex;
}

#loginMenuPc button {
  width: 155px;
}

#loginMenuSp {
  /*position: absolute;*/
  /*top: 4px;*/
  /*right: 4.5em;*/
}

#loginMenuPc a:hover,
#loginMenuSp a:hover {
  text-decoration: none;
}

#loginMenuPc button.btn-link,
#loginMenuSp button.btn-link {
  color: #0168b7;
}

#loginMenuPc button.btn-link:hover,
#loginMenuSp button.btn-link:hover {
  color: #0199ff;
}

.tooltip .tooltip-inner {
  color: red;
  background-color: #fff;
  border: solid 1px #000;
}

.tooltip-auto[x-placement^=bottom] .arrow::before,
.tooltip .arrow::before {
  bottom: 0;
  border-width: 0 !important;
  border-bottom-color: #fff !important;
}

#navberHeader {
  flex-grow: 1;
}

.navbar-nav {
  white-space: nowrap;
}

a.nav-link {
  font-size: 16px;
}

.navbar-light .navbar-toggler {
  border-color: #ffffff;
}

.navbar-toggler[aria-expanded=false]::before {
  width: 14px;
  display: inline-block;
  content: "";
  color: #0168b7;
  outline: none;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

.navbar-toggler[aria-expanded=true]::before {
  width: 14px;
  display: inline-block;
  content: "";
  color: #0168b7;
  outline: none;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

span#cartItemNum {
  position: absolute;
  width: 18px;
  height: 18px;
  line-height: 20px;
  font-size: 14px;
  border-radius: 50%;
  background: #C00;
  color: #ffffff;
  text-align: center;
  top: 11px;
}

span.notificationIcon {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: #fff;
  background-color: #C00;
  font-size: 14px;
}

span.notificationIcon span {
  width: 20px;
  font-weight: 900;
  display: inline-block;
}

.headerIcon {
  display: contents;
  font-size: 20px;
}

i.fas.fa-shopping-cart.headerIcon {
  color: #7a7a7a;
}

i.existsItem {
  color: #0168b7 !important;
}

@media (min-width: 992px) {
  div.navbar-wrapper {
    width: 1050px;
    margin: 0 auto;
    padding: 0;
    display: flex;
  }

  li.active button.btn-solid {
    /*border-bottom-color: #0168b7;*/
  }

  li.active button.btn-solid:hover {
    border-bottom-color: rgba(255, 255, 255, 0);
  }

  #right-menu-button button {
    width: 155px;
  }

  #guide-link {
    text-align: right;
  }

  .nav-item {
    border-top: none;
  }

  span#cartItemNum {
    top: 20px;
  }

  span.notificationIcon {
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    background-color: #C00;
    font-size: 14px;
  }

  span.notificationIcon span {
    width: 20px;
    font-weight: 900;
    display: inline-block;
  }
}
/*----------------------------
  フッター
 ----------------------------*/
#resFooter {
  text-align: left;
}

#resFooter a#collapseHeaderService,
#resFooter a#collapseHeaderNotice,
#resFooter a#collapseHeaderSupport,
#resFooter a#collapseHeaderCompany {
  display: block;
}

#resFooter a#collapseHeaderService:hover,
#resFooter a#collapseHeaderNotice:hover,
#resFooter a#collapseHeaderSupport:hover,
#resFooter a#collapseHeaderCompany:hover {
  text-decoration: none;
}

#resFooter div.toggle-icon {
  align-self: center;
}

#resFooter .toggle-icon {
  position: absolute;
  right: 0.4em;
}

#resFooter a[aria-expanded=true] .toggle-icon::before {
  content: "";
  outline: none;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

#resFooter a[aria-expanded=false] .toggle-icon::before {
  content: "";
  outline: none;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

#resFooter ul.sns {
  display: flex;
  margin-left: auto;
  list-style: none;
}

#resFooter ul.sns li {
  font-size: 2em;
  width: 1.5em;
}

#resFooter div.border-top {
  border-top: 1px solid white;
}

#resFooter div.border-bottom {
  border-bottom: 1px solid white;
}

@media (min-width: 992px) {
  #resFooter a#collapseHeaderService,
#resFooter a#collapseHeaderNotice,
#resFooter a#collapseHeaderSupport,
#resFooter a#collapseHeaderCompany {
    text-decoration: none;
    cursor: default;
  }

  #resFooter div.border-bottom {
    border-bottom: 0px !important;
  }

  #resFooter ul.snavi li {
    display: inline;
    border-left: 2px #b8b8b8 solid;
  }

  #resFooter ul.snavi li:last-child {
    border-right: 2px #b8b8b8 solid;
  }
}
/*----------------------------
  トップ画面
　----------------------------*/
.video-goto-detail {
  z-index: 100;
  position: absolute !important;
  top: 0.5rem;
  left: 0.5rem;
  opacity: 1;
  font-size: 0.8em !important;
}

@media (min-width: 768px) {
  .video-goto-detail {
    top: 1rem;
    left: 1rem;
  }
}
#videoFundDetail {
  z-index: 100;
  position: absolute;
  top: 0.2em;
  right: 0.5em;
  opacity: 1;
  font-size: 2em;
  color: #efefef;
}

@media (min-width: 991px) {
  #videoFundDetail {
    top: 0.3em;
  }
}
#videoFundDetail:hover {
  text-decoration: none;
  color: #ffffff;
  opacity: 1 !important;
}

a .video-goto-detail:hover {
  opacity: 1 !important;
}

#bannerTiles a {
  width: 100%;
}

.top-lead {
  font-size: 1.25em;
}

@media (min-width: 991px) {
  .top-lead {
    font-size: 1.8em;
    letter-spacing: 1px;
  }
}
.tile-news {
  background-color: #ffffff;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.25));
}

.tile-news:hover {
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.45));
}

.tile-news:hover img {
  filter: brightness(105%);
}

.tile-news a {
  display: flex;
  color: #000000;
  height: 77px;
}

.tile-news a:hover {
  text-decoration: none;
}

.adjust-box {
  position: relative;
}

.box-1x1:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.inner {
  /* 正方形にするのに必要な部分 */
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 77px;
  height: 77px;
  /* 中央寄せ */
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.inner > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tile-news div.tile-content {
  width: 75%;
  padding: 8px 8px 8px 8px;
  margin-left: 79px;
}

.searchForm {
  border-bottom: 2px solid #0168b7;
}

#searchFundForm {
  position: absolute;
  right: 1.2em;
  top: 0.2em;
}

#searchFundForm > input#searchFundFormText {
  width: 9.1em;
  background-color: rgba(255, 255, 255, 0);
  border: none;
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 991px) {
  #searchFundForm {
    right: 2em;
  }

  #searchFundForm > input#searchFundFormText {
    width: 14em;
  }
}
form#searchFormText input[type=text] {
  background-color: #FFFFFF;
  border: none;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0.5rem;
  height: 1em;
}

form#searchFormSp input[type=text] {
  background-color: #FFFFFF;
  border: none;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0.5rem;
}

form.searchForm button {
  padding-top: 2px;
  height: 2em;
}

div.fundContent {
  padding-left: 15px;
  padding-right: 7px;
}

@media (min-width: 991px) {
  div.fundContent {
    padding-right: 15px;
  }
}
.tile-project {
  color: #000000;
  background-color: #ffffff;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.25));
}

.tile-project:hover {
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.45));
  background-color: #f0f8ff!important;
}

.tile-project:hover img {
  filter: brightness(105%);
}

.tile-project a {
  color: #000000;
}

.tile-project a:hover {
  color: #000000;
  text-decoration: none;
}

.tile-project img {
  width: 100%;
}

.tile-project div#title {
  font-size: 16px;
  height: 45px;
}

@media (min-width: 991px) {
  .tile-project div#title {
    height: 54px;
    font-size: 18px;
    line-height: normal;
  }
}
.g,
.g span {
  height: 8px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: #CCC;
}

.g span {
  display: block;
  background-color: #0095ff;
}

/* Badge  ------------------------------*/
/*
1 => '新着',
2 => '人気',
3 => '締切間近',
4 => '売切間近'
*/
.badge_area {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 65px;
  height: 65px;
  overflow: hidden;
}

.ribbon .badge {
    display: inline-block;
    position: relative;
    left: 0;
    top: 0;
	width:auto;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    letter-spacing: 0.05em;
    transform: rotate(
-45deg);
    padding:0.25rem;
    z-index: 1;
}

.badge.type1 {
  background-color: #0168b7;
  color: #FFF;
}

.badge.type2 {
  background-color: #6633cc;
  color: #FFF;
}

.badge.type3 {
  background-color: #78bc02;
  color: #FFF;
}

.badge.type4 {
  background-color: #f18e19;
  color: #FFF;
}

dt.noimg {
  background: #CCC url("/images/fundimg_bg.png") center center no-repeat;
  height: 164px;
}

.fund-info {
  display: inline-block;
}

@media (min-width: 991px) {
  .fund-info {
    display: flex;
    align-items: baseline;
  }
}
div.carousel-item span {
  display: inline-block;
}

div.carousel-item div img {
  width: 100%;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.carousel-control-next,
.carousel-control-prev {
  width: auto;
  color: #0168b7;
  opacity: 1;
}

.carousel-control-next:hover,
.carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-prev:focus {
  width: auto;
  color: #0168b7;
}

hr.blue-bold {
  border-top: 3px solid #006fc4;
  margin: 10px 0 16px 0;
}

div.news-list a {
  color: #000000;
}

span.goto-list {
  position: absolute;
  right: 0em;
  top: 0.5em;
}

@media (min-width: 991px) {
  span.goto-list {
    right: 1em;
  }
}
/*----------------------------
  ストアトップ
　----------------------------*/
.ecitems {
  justify-content: center;
}

@media (min-width: 768px) {
  .ecitems {
    justify-content: normal;
  }
}
.ecitems .item {
  position: relative;
  border: 1px solid #EEE;
  float: left;
  margin: 0 2px 10px 2px;
}

.ecitems .item a {
  color: #000 !important;
}

.ecitems .item dl {
  margin: 0 2px 10px 2px;
}

.ecitems .item img {
  width: 100%;
}

.ecitems h3 {
  font-size: 1.2rem;
  font-weight: 900;
}

.ecitems .en small {
  font-size: 0.8rem;
  font-weight: 900;
}

.ecitems .item dd {
  margin-bottom: 0;
}

.ecitems .item h4 {
  font-size: 0.9rem;
  margin: 0px;
  font-weight: normal;
}

.ecitems .item p {
  margin-bottom: 0.6rem;
}

a.btn.btn-refine {
  background: #f5f5f5 !important;
  color: #000 !important;
  border-radius: 0;
  padding: 0.1rem 0.6rem !important;
  margin-right: 0.3rem;
}

a.btn.btn-refine:hover,
a.btn.btn-refine:focus {
  text-decoration: none !important;
  color: #0168b7 !important;
  box-shadow: none;
}

.dropdown-toggle::after {
  color: #7A7A7A !important;
}

a.btn.btn-reset {
  color: #000 !important;
  background: #fff !important;
  border: 1px solid #e4e4e4 !important;
  border-radius: 0;
  padding: 0.2rem 0.6rem !important;
}

a.btn.btn-reset:hover {
  text-decoration: none !important;
  color: #0168b7 !important;
  border: 1px solid #3283c1 !important;
}

div.dropdown-menu {
  padding: 1rem;
  white-space: nowrap;
  font-size: 0.9rem;
}

a.refine-link {
  color: #000 !important;
  display: block;
  margin-bottom: 0.2rem;
}

a.refine-link.active {
  font-weight: 900;
}

a.refine-link:hover {
  text-decoration: none !important;
  color: #0168b7 !important;
}

div#searchStoreFormSp #searchFundForm {
  position: static;
}

div#searchStoreFormSp #searchFundForm > input#searchFundFormText {
  width: 89%;
  margin: 0;
  padding: 0;
}

div#searchStoreFormSp #searchFundForm > button {
  padding: 0.4rem 0;
  margin-bottom: 0.1rem;
}

span#searchStoreFormPc #searchFundForm {
  right: 2.5em;
}

span#searchStoreFormPc #searchFundForm > input#searchFundFormText {
  margin: 0;
  padding: 0;
}

@media (min-width: 992px) {
  #storeTopContent {
    padding-right: 31px !important;
  }
}

.tokuten-badge {
  border: 1px solid #1C8CF0;
  background-color: #ffffff;
  color: #1C8CF0;
  border-radius:4px;
  font-size: 12px;
  margin-right: 3px;
  padding: 0.2em 0.5em;
  white-space: nowrap;
}

/* --------------------------------------------------------
	card
-------------------------------------------------------- */

.cardContainer {
	display: flex;
	flex-flow: row wrap;
	margin: 50px 0;
}

.border-blue{
    border: 2px solid #0168B7 !important;
}
.cardTtl {
	text-align: center;
	font-size: 130%;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 30px;
}

.cardNumber {
    position: absolute;
    top: -29px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
    width: 50px;
    height: 50px;
    color: #0168B7;
    font-size: 125%;
    line-height: 1;
    padding-top: 13px;
    border: 2px solid #e4e4e4;
    border-radius: 50%;
    background-color: #e4e4e4;
    z-index: 0;
}

.cardText p {
	margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
.cardText {
		margin-bottom: 50px;
	}
}
.cardText a {
	position: absolute;
	bottom: 30px;
	left: 25px;
}
/* --------------------------------------------------------
	プロセス
-------------------------------------------------------- */
.flow {
  padding-left: 160px;
  position: relative;
}
.flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #e4e4e4;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 140px;
}
.flow > li {
  position: relative;
  list-style-type: none;
}
.flow > li:not(:last-child) {
  margin-bottom: 1rem;
}
.flow > li .icon {
  font-size: 12px;
  color: #fff;
  background-color: #0168b7;
  padding: 8px 20px 9px 20px;
  display: block;
  position: absolute;
  top: 0;
  left: -140px;
  z-index: 100;
  font-weight: 700;
}
.flow > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #0168b7;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flow > li dl {
  padding-left: 40px;
  position: relative;
}
.flow > li dl::before, .flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #0168b7;
  border-radius: 50%;
  left: -4px;
}
.flow > li dl::after {
  width: 30px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}
.flow > li dl dt {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.flow dd {
  margin-left: 0;
  line-height: 2.4rem;
}
@media screen and (max-width: 768px) {
.flow {
  padding-left: 100px;
  position: relative;
}
.flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #e4e4e4;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 80px;
}
.flow > li {
  position: relative;
  list-style-type: none;
}
.flow > li:not(:last-child) {
  margin-bottom: 1rem;
}
.flow > li .icon {
  font-size: 12px;
  color: #fff;
  background-color: #0168b7;
  padding: 6px 10px 6px 10px;
  display: block;
  position: absolute;
  top: 0;
  left: -100px;
  z-index: 100;
}
.flow > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #0168b7;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flow > li dl {
  padding-left: 20px;
  position: relative;
}
.flow > li dl::before, .flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #0168b7;
  border-radius: 50%;
  left: -24px;
}
.flow > li dl::after {
  width: 20px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: -5px;
}
.flow > li dl dt {
  margin-bottom: 0.1rem;
  padding-top: 0.25rem;
}
.flow dd {
  margin-left: 0;
  line-height: 2.4rem;
	}
}
.error_msg{
	text-align:center;
	font-size:0.8rem;
	color: #FFF;
	background-color: #C00;
	margin: 0.5rem;
	padding: 0.2rem 1rem;
	
	-webkit-animation-name: pulse;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
	-webkit-animation-delay: 0s;
}
.border-lg-right {
    border-right: 1px solid #dee2e6;
	}
@media screen and (max-width: 768px) {
.border-lg-right {
    border-right: 0 !important;
	}
}
.responsiveContent .close {
    opacity: 1 !important;
	font-weight:normal !important;
}
.no-decoration{
	text-decoration: none !important;
}
.w-43 {
    width: 43% !important;
}

.responsiveContent .blog-collapse > dt {
    background: url(/images/sp/i_accordion_dt_down.png) right 0px center no-repeat !important;
	border-bottom:none !important;
	border-top:1px solid #e1e1e1!important;
}

.responsiveContent .blog-collapse > dt.open {
    background-image: url(/images/sp/i_accordion_dt_up.png) !important;
}
.responsiveContent .blog-collapse > dt:hover {
    background-color: #fafafa !important;
}
.blog-collapse img { max-width: 100%;
}
.newslist a { 
	color: #0168b7 !important;
}
.newslist .thumbnail{
	height:60px;
	width:60px;
  min-width: 60px;
	display: block;
	float: left;
  background-position: center;
  background-size: cover;
}

.newslist .thumbnail img{
	width:60px;
	height: 60px;
}
.newslist li:hover,
.fundnewslist li:hover{
background-color: #fafafa !important;
}
div.news-list:hover {
    background-color: #fafafa !important;
}

/* サブページリンク */
#main .responsiveContent nav a.nav-link {
	width: 50%;
	text-align: center;
	font-weight: 900;
	color:#0168b7;
	background-color: #fff;
	border: 1px solid #0168b7;
	border-radius: 0;
	display: block;
	font-size: 0.9rem;
	filter:none;
}
#main .responsiveContent nav a.nav-link.active {
	color: #fff !important;
	background-color: #0168b7;
}
/* end サブページリンク */

/**
	SNSアイコン類
 */
 div.sns {
	display: flex!important;
	vertical-align: top!important;
	justify-content: flex-end;
}

div.sns div.fb_iframe_widget {
	width: 160px !important;
}

div.sns div.fb_iframe_widget span {
	width: 160px !important;
}

div.sns div.fb_iframe_widget span iframe {
	width: 160px !important;
}