@charset "UTF-8";


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  /* 1 */
  font-size: 1em;
  font-family: monospace, monospace;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  /* 1 */
  font-size: 1em;
  font-family: monospace, monospace;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  /* 1 */
  margin: 0;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  font-family: inherit;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 1 */
  color: inherit;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  display: flex;
  flex-direction: column;
  min-width: 320px;
  min-height: 100vh;
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
dl,
dd,
ul,
ol,
td,
th,
figure,
fieldset,
button {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

table {
  border-spacing: 0;
}

b,
em,
strong {
  font-style: normal;
  font-weight: bold;
}

strong {
  color: #b40001;
}

small {
  font-size: inherit;
}

a {
  color: #0950b3;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

input,
textarea {
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0;
  font-family: inherit;
}

button {
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

textarea {
  resize: vertical;
}

iframe {
  border: 0;
}

[hidden] {
  display: none !important;
}

:focus:not(:focus-visible) {
  outline: 0;
}

.str-header::after {
  display: block;
  visibility: hidden;
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  opacity: 0;
  transition: visibility 0.3s ease, opacity 0.3s ease;
}
.str-header.is-overlay {
  z-index: 5000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.str-header.is-overlay::after {
  visibility: visible;
  z-index: -1;
  opacity: 1;
}
.str-header__logo-link {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.str-header__logo-sub {
  height: 20px;
}
.str-header__logo-sub img {
  width: 100%;
}
.str-header__btn-gnav-text {
  position: relative;
  padding-top: 23px;
}
.str-header__btn-gnav-text::before, .str-header__btn-gnav-text::after {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  width: 24px;
  height: 3px;
  margin: 0 auto;
  border-radius: 3px;
  background-color: #e60000;
  content: "";
}
.str-header__btn-gnav-text::before {
  top: 0;
}
.str-header__btn-gnav-text::after {
  top: 14px;
}
.str-header__btn-gnav-text span::before {
  display: block;
  position: absolute;
  top: 7px;
  right: 0;
  left: 0;
  width: 24px;
  height: 3px;
  margin: 0 auto;
  background-color: #e60000;
  content: "";
}
.str-header__btn-gnav {
  display: flex;
  position: absolute;
  top: 0;
  right: -16px;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 100%;
  border-left: 1px solid #cccccc;
  color: #333333;
  font-size: 1.2rem;
}
.str-header__btn-gnav[aria-expanded=true] {
  background-color: #e60000;
  color: #ffffff;
}
.str-header__btn-gnav[aria-expanded=true] .str-header__btn-gnav-text::before, .str-header__btn-gnav[aria-expanded=true] .str-header__btn-gnav-text::after {
  z-index: 5;
  background-color: #ffffff;
}
.str-header__btn-gnav[aria-expanded=true] .str-header__btn-gnav-text::before {
  top: 6px;
  transform: rotate(-45deg);
}
.str-header__btn-gnav[aria-expanded=true] .str-header__btn-gnav-text::after {
  top: 6px;
  transform: rotate(45deg);
}
.str-header__btn-close-bottom {
  display: flex;
  grid-area: spMenuCloseBtn;
  align-items: center;
  justify-content: center;
  width: calc(100% + 32px);
  margin: 0 -16px;
  padding: 20px;
  border-top: 3px solid #e60000;
  background-color: #f5f5f5;
  color: #333333;
}
.str-header__btn-close-bottom span {
  position: relative;
  padding-right: 20px;
}
.str-header__btn-close-bottom span::before, .str-header__btn-close-bottom span::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 2px;
  height: 16px;
  margin: auto 0;
  background-color: #b40001;
  content: "";
}
.str-header__btn-close-bottom span::before {
  transform: rotate(45deg);
}
.str-header__btn-close-bottom span::after {
  transform: rotate(-45deg);
}
html[data-script-enabled=true] .str-header-dropdown {
  display: none;
}
html[data-script-enabled=true] .str-header-dropdown__btn-close {
  display: none;
}
.str-header-dropdown__content {
  display: grid;
  grid-template-rows: 1fr;
}
.str-header-dropdown__content > :first-child {
  margin-top: 0;
}
.str-header-dropdown__content > :last-child {
  margin-bottom: 0;
}
.str-header-dropdown__list {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-content: start;
  gap: 30px 0;
}
.str-header-dropdown__list-lv2 {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-content: start;
  margin-top: 20px;
  gap: 15px 0;
}
.str-header-dropdown__list-link {
  display: block;
  position: relative;
  padding-left: 16px;
  color: #333333;
  transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.str-header-dropdown__list-link:hover, .str-header-dropdown__list-link:focus, .str-header-dropdown__list-link:active {
  color: #b40001;
  text-decoration: underline;
}
.str-header-dropdown__list-link::before {
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-top: 2px solid #b40001;
  border-right: 2px solid #b40001;
  content: "";
}
.str-header-dropdown__list-link:hover, .str-header-dropdown__list-link:focus, .str-header-dropdown__list-link:active {
  color: #b40001;
  text-decoration: underline;
}
.str-header-dropdown__list-lv2-link {
  display: block;
  position: relative;
  padding-left: 16px;
  color: #333333;
  font-size: 1.4rem;
  transition: color 0.3s ease;
}
.str-header-dropdown__list-lv2-link:hover, .str-header-dropdown__list-lv2-link:focus, .str-header-dropdown__list-lv2-link:active {
  color: #b40001;
  text-decoration: underline;
}
.str-header-dropdown__list-lv2-link::before {
  display: block;
  position: absolute;
  top: calc(0.5em + 2px);
  left: 0;
  width: 8px;
  height: 2px;
  background-color: #999999;
  content: "";
}
.str-header-dropdown__list-related {
  padding-top: 20px;
  border-top: 1px solid #cccccc;
  font-weight: bold;
  font-size: 1.6rem;
}
.str-header-dropdown__list-related + * {
  margin-top: 16px;
}
.str-header-dropdown__list-related--hdg-lv4 > span {
  display: block;
  padding-left: 9px;
  border-left: 3px solid #999999;
}
.str-header-dropdown__list-item--top {
  margin-left: 12px;
}
.str-header-dropdown__list-item:not(:has([class*=__list-related]), [class$="--top"]) {
  margin-left: 12px;
}
.str-header-dropdown__list-lv2-item {
  margin-left: 16px;
}
.str-header-nav {
  grid-area: headerGnav;
}
.str-header-nav-list-top__btn-label {
  position: relative;
  padding-left: 28px;
}
.str-header-nav-list-top__btn-label::before, .str-header-nav-list-top__btn-label::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 24px;
  margin: auto 0;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.str-header-nav-list-top__btn-label::after {
  z-index: -1;
}
.str-header-nav-list-top__btn-label--icon1::before {
  background-image: url("/assets/img/common/icon-header-nav-fund.svg");
}
.str-header-nav-list-top__btn-label--icon1::after {
  background-image: url("/assets/img/common/icon-header-nav-fund-on.svg");
}
.str-header-nav-list-top__btn-label--icon2::before {
  background-image: url("/assets/img/common/icon-header-nav-market-report.svg");
}
.str-header-nav-list-top__btn-label--icon2::after {
  background-image: url("/assets/img/common/icon-header-nav-market-report-on.svg");
}
.str-header-nav-list-top__btn-label--icon3::before {
  background-image: url("/assets/img/common/icon-header-nav-tool.svg");
}
.str-header-nav-list-top__btn-label--icon3::after {
  background-image: url("/assets/img/common/icon-header-nav-tool-on.svg");
}
.str-header-nav-list-top__btn-label--icon4::before {
  background-image: url("/assets/img/common/icon-header-nav-basic.svg");
}
.str-header-nav-list-top__btn-label--icon4::after {
  background-image: url("/assets/img/common/icon-header-nav-basic-on.svg");
}
.str-header-nav-list-top__btn-label--icon5::before {
  background-image: url("/assets/img/common/icon-header-nav-company.svg");
}
.str-header-nav-list-top__btn-label--icon5::after {
  background-image: url("/assets/img/common/icon-header-nav-company-on.svg");
}
.str-header-nav-list-top__btn-label--icon6::before {
  background-image: url("/assets/img/common/icon-header-nav-compass.svg");
}
.str-header-nav-list-top__btn-label--icon6::after {
  background-image: url("/assets/img/common/icon-header-nav-compass-on.svg");
}
.str-header-nav-list-top__btn {
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 40px 20px 20px;
  background-color: #f5f5f5;
  color: #333333;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: left;
}
.str-header-nav-list-top__btn--link {
  background-color: #ffffff;
}
html[data-script-enabled=true] .str-header-nav-list-top__btn {
  position: relative;
}
html[data-script-enabled=true] .str-header-nav-list-top__btn::before, html[data-script-enabled=true] .str-header-nav-list-top__btn::after {
  display: block;
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  width: 16px;
  height: 2px;
  margin: auto 0;
  background-color: #b40001;
  content: "";
  transition: transform 0.3s ease;
}
html[data-script-enabled=true] .str-header-nav-list-top__btn::after {
  transform: rotate(90deg);
}
html[data-script-enabled=true] .str-header-nav-list-top__btn[aria-expanded=true]::after {
  transform: rotate(0);
}
html[data-script-enabled=true] .str-header-nav-list-top__btn[aria-expanded=false]::after {
  transform: rotate(90deg);
}
html[data-script-enabled=true] .str-header-nav-list-top__btn--link::before, html[data-script-enabled=true] .str-header-nav-list-top__btn--link::after {
  display: none;
}
.str-header-subcontent {
  display: flex;
  grid-area: headerSubcontent;
  flex-direction: column;
}
.str-header-subcontent-link, .str-header-subcontent-other {
  display: flex;
  flex-direction: column;
  gap: 15px 0;
}
.str-header-subcontent-link {
  font-size: 1.4rem;
}
.str-header-subcontent-link__link {
  color: #333333;
  transition: color 0.3s ease;
}
.str-header-subcontent-link__link:hover, .str-header-subcontent-link__link:focus, .str-header-subcontent-link__link:active {
  color: #b40001;
  text-decoration: underline;
}
.str-header-subcontent-link__item--search {
  display: none;
}
.str-header-subcontent-link--sales {
  align-items: baseline;
}
.str-header-subcontent-other {
  font-size: 1.4rem;
}
.str-header-subcontent-other__link {
  display: block;
  position: relative;
  padding-left: 16px;
  color: #333333;
  transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.str-header-subcontent-other__link:hover, .str-header-subcontent-other__link:focus, .str-header-subcontent-other__link:active {
  color: #b40001;
  text-decoration: underline;
}
.str-header-subcontent-other__link::before {
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-top: 2px solid #b40001;
  border-right: 2px solid #b40001;
  content: "";
}
.str-header-subcontent-other__link:hover, .str-header-subcontent-other__link:focus, .str-header-subcontent-other__link:active {
  color: #b40001;
  text-decoration: underline;
}
.str-header-subcontent-other__link--emphasis {
  color: #b40001;
}
.str-header-search {
  grid-area: headerSearch;
  padding-bottom: 16px;
}
.str-header-search__title {
  font-weight: bold;
  font-size: 1.2rem;
}
.str-header-search__input {
  width: 100%;
  height: 36px;
  padding: 0 30px 0 8px;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.str-header-search__input::placeholder {
  font-size: 1.2rem;
}
.str-header-search__close {
  position: relative;
  width: 34px;
  height: 33px;
  margin-top: 6px;
  margin-left: 16px;
  font-weight: bold;
  font-size: 1.2rem;
}
.str-header-search__submit {
  position: absolute;
  top: 0;
  right: 9px;
  bottom: 0;
  width: 22px;
  height: 20px;
  margin: auto 0;
  background-image: url("/assets/img/common/icon-search-gray.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.str-header-search__field {
  position: relative;
  margin-top: 6px;
}
.str-header-body {
  max-width: 1200px;
  margin: 0 auto;
}
.str-header-body > :first-child {
  margin-top: 0;
}
.str-header-body > :last-child {
  margin-bottom: 0;
}
.str-header-body--top {
  display: flex;
  position: relative;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  height: 57px;
}
.str-header-body--main {
  display: grid;
  grid-area: contentSpGnavMenuAll;
  grid-template: "headerSearch" auto "headerGnav" auto "headerSubcontent" auto/1fr;
}
.str-header-top {
  padding: 0 16px;
  border-bottom: 3px solid #e60000;
  background-color: #ffffff;
}
.str-header-main {
  padding: 16px 16px 0;
  border-bottom: 1px solid #cccccc;
  background-color: #ffffff;
}

.str-footer {
  border-top: 1px solid #cccccc;
}
.str-footer-list-link {
  display: grid;
  grid-template-rows: 1fr;
}
.str-footer-list-link__link {
  display: block;
  position: relative;
  padding-left: 16px;
  color: #333333;
  transition: color 0.3s ease;
}
.str-footer-list-link__link:hover, .str-footer-list-link__link:focus, .str-footer-list-link__link:active {
  color: #b40001;
  text-decoration: underline;
}
.str-footer-list-link__link::before {
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-top: 2px solid #b40001;
  border-right: 2px solid #b40001;
  content: "";
}
.str-footer-list-link__link--emphasis {
  color: #b40001;
}
.str-footer-list-link--bottom {
  gap: 12px;
}
.str-footer-list-link + .str-footer-list-link {
  margin-top: 14px;
}
.str-footer-contact, .str-footer-sns {
  height: 100%;
  padding: 14px 16px;
  background-color: #ffffff;
}
.str-footer-contact {
  display: flex;
  align-items: center;
  justify-content: center;
}
.str-footer-contact__title {
  grid-area: footerContactTitle;
  font-weight: bold;
  font-size: 1.2rem;
}
.str-footer-contact__tel {
  position: relative;
  grid-area: footerContactTel;
  padding-left: 38px;
  color: #b40001;
  font-weight: bold;
  font-size: 3rem;
}
.str-footer-contact__tel a {
  color: #b40001;
}
.str-footer-contact__tel::before {
  display: block;
  position: absolute;
  width: 28px;
  height: 27px;
  margin-block: auto;
  background-image: url("/assets/img/common/icon-tel-contact-footer.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.str-footer-contact__schedule {
  position: relative;
  grid-area: footerContactSchedule;
  font-size: 1.2rem;
  line-height: 1.3333333333;
}
.str-footer-contact__schedule::before {
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
  width: calc(100% + 32px);
  height: 1px;
  margin-left: -16px;
  background-color: #cccccc;
  content: "";
}
.str-footer-contact__body {
  display: grid;
  position: relative;
  grid-template: "footerContactListLink" auto "footerContactTitle" auto "footerContactTel" auto "footerContactSchedule" auto/1fr;
}
.str-footer-contact__list-link {
  display: flex;
  grid-area: footerContactListLink;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 20px;
}
.str-footer-contact__list-link + * {
  margin-top: 10px;
}
.str-footer-contact__list-item {
  width: 100%;
}
.str-footer-contact__list-item-link {
  display: flex;
  justify-content: center;
  padding-block: 10px;
  border: 1px solid #dbdbdb;
  border-radius: 6px;
  color: #333333;
  transition: background-color 0.3s ease;
}
.str-footer-contact__list-item-link-txt {
  position: relative;
  padding-left: 20px;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
}
.str-footer-contact__list-item-link-txt::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6px;
  width: 6px;
  height: 6px;
  margin: auto 0;
  transform: rotate(45deg);
  border-top: 2px solid #b40001;
  border-right: 2px solid #b40001;
  content: "";
}
.str-footer-contact__list-item-link:hover, .str-footer-contact__list-item-link:focus, .str-footer-contact__list-item-link:active {
  border-color: #b40001;
  background-color: #fcefef;
  color: #b40001;
}
.str-footer-sns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.str-footer-sns__title {
  font-weight: bold;
}
.str-footer-sns__item {
  text-align: center;
}
.str-footer-sns__item a {
  transition: opacity 0.3s ease;
}
.str-footer-sns__item a:hover, .str-footer-sns__item a:focus, .str-footer-sns__item a:active {
  opacity: 0.6;
}
.str-footer-sns__list {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 16px;
}
.str-footer-info {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  gap: 16px 0;
}
.str-footer-info + * {
  margin-top: 24px;
}
.str-footer-top, .str-footer-main, .str-footer-bottom, .str-footer-mirror {
  padding: 0 16px;
}
.str-footer-body {
  max-width: 1200px;
  margin: 0 auto;
}
.str-footer-body > :first-child {
  margin-top: 0;
}
.str-footer-body > :last-child {
  margin-bottom: 0;
}
.str-footer-top {
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #e6e6e6;
}
.str-footer-main {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f5f5f5;
}
.str-footer-bottom {
  padding-top: 25px;
  overflow: hidden;
  background-color: #ffffff;
}
.str-footer-bottom__copy {
  margin-top: 15px;
  font-size: 1.2rem;
  text-align: center;
}
.str-footer-bottom__copy small {
  display: block;
}
.str-footer--mirror .str-footer-main {
  padding-top: 20px;
  padding-bottom: 26px;
  border-top: 4px solid #e60000;
}
.str-footer--mirror .str-footer-main:has(.str-footer-important-box) {
  padding-top: 0;
}
.str-footer--mirror .str-footer-bottom {
  padding-top: 0;
  border-top: 1px solid #cccccc;
}
.str-footer--mirror .str-footer-bottom__copy {
  border-top-width: 0;
  text-align: left;
}
.str-footer--mirror .str-footer-bottom:has(.str-footer-important-box) {
  padding-top: 0;
}
.str-footer-mirror {
  padding-top: 24px;
  padding-bottom: 24px;
}
.str-footer-mirror-lyt__col {
  position: relative;
  padding: 24px 0;
}
.str-footer-mirror-lyt__col::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #cccccc;
  content: "";
}
.str-footer-mirror-lyt__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.str-footer-mirror-lyt__logo + .str-footer-mirror-list {
  margin-top: 16px;
}
.str-footer-mirror-lyt__img {
  max-width: 210px;
}
.str-footer-mirror-lyt__img--mufg {
  width: 130px;
}
.str-footer-mirror-lyt__img--text {
  width: 157px;
}
.str-footer-mirror-lyt__text {
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
}
.str-footer-mirror-list {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: auto minmax(50%, 1fr);
  margin: 0 auto;
  gap: 0 12px;
}
.str-footer-mirror-list__title, .str-footer-mirror-list__text {
  font-size: 1.2rem;
}
.str-footer-important-box {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  padding-block: 24px;
  background-color: #fcefef;
}
.str-footer-important-box-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  max-width: 1200px;
  margin-inline: auto;
  gap: 16px 40px;
}
.str-footer-important-box-inner__title {
  display: flex;
  flex-shrink: 0;
  flex-wrap: nowrap;
  align-items: end;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 5px 27px 5px 5px;
  border-radius: 16px;
  background-color: #b40001;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4;
}
.str-footer-important-box-inner__title::before {
  display: block;
  position: relative;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background-image: url("/assets/img/common/icon-important-footer.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.str-footer-important-box-inner__content {
  align-self: center;
}
.str-footer-important-box-inner__content > :first-child {
  margin-top: 0;
}
.str-footer-important-box-inner__content > :last-child {
  margin-bottom: 0;
}
.str-footer-important-box + * {
  margin-top: 24px;
}

.str-breadcrumb {
  padding: 16px 16px;
  border-top: 1px solid #cccccc;
}
.str-breadcrumb__link {
  color: #333333;
  font-size: 1.2rem;
}
.str-breadcrumb__item {
  position: relative;
}
.str-breadcrumb__item::after {
  display: inline-block;
  position: relative;
  width: 6px;
  height: 6px;
  margin: 0 7px;
  transform: rotate(45deg);
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  content: "";
  vertical-align: middle;
}
.str-breadcrumb__item:last-child::after {
  display: none;
}
.str-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.str-pagetop {
  z-index: 2000;
  position: sticky;
  bottom: 0;
  margin-top: 55px;
}
.str-pagetop__btn {
  position: absolute;
  right: 16px;
  bottom: 0;
}
.str-pagetop--normal {
  z-index: 3000;
  position: fixed;
  margin-top: 0;
}
.str-pagetop--normal .str-pagetop__btn {
  position: static;
}

.str-fixed-sub-link {
  z-index: 3000;
  position: fixed;
  bottom: 0;
}
.str-fixed-sub-link img {
  display: none;
}
.str-fixed-sub-link__label {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
}
.str-fixed-sub-link__label::before, .str-fixed-sub-link__label::after {
  display: block;
  position: absolute;
  content: "";
}
.str-fixed-sub-link__label::before {
  top: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #b40001;
}
.str-fixed-sub-link__label::after {
  top: 4px;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.str-fixed-sub-link__link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 44px;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  background-color: #ffffff;
  color: #333333;
  font-weight: bold;
  font-size: 1.2rem;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}
.str-fixed-sub-link__link:hover, .str-fixed-sub-link__link:focus, .str-fixed-sub-link__link:active {
  border-color: #b40001;
  background-color: #fcefef;
  color: #b40001;
}
.str-fixed-sub-link__link--favorite, .str-fixed-sub-link__link--fund-search {
  padding: 2px 7px;
}
.str-fixed-sub-link__body {
  display: flex;
  position: relative;
  gap: 7px;
}

.str-main {
  flex-grow: 1;
}

.str-section {
  padding: 0 16px;
}
.str-section__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
}
.str-section__inner > :first-child {
  margin-top: 0;
}
.str-section__inner > :last-child {
  margin-bottom: 0;
}
.str-section__inner--medium {
  max-width: 960px;
}
.str-section--fund-detail + .str-section--fund-detail {
  border-top: 4px solid #dbdbdb;
}

.str-section-localnav {
  display: grid;
  grid-template: "sectionLocalnavContent" auto "sectionLocalnavSub" auto/1fr;
  padding: 0 16px 40px;
  gap: 40px 0;
}
.str-section-localnav__content {
  grid-area: sectionLocalnavContent;
}
.str-section-localnav__content > :first-child {
  margin-top: 0;
}
.str-section-localnav__content > :last-child {
  margin-bottom: 0;
}
.str-section-localnav__side {
  grid-area: sectionLocalnavSub;
}
.str-section-localnav-list__link {
  display: block;
  position: relative;
  padding: 0 31px 0 16px;
  color: #333333;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}
.str-section-localnav-list__link:hover, .str-section-localnav-list__link:focus, .str-section-localnav-list__link:active {
  background-color: #f5f5f5;
}
.str-section-localnav-list__link::after {
  display: block;
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto 0;
  transform: rotate(45deg);
  border-top: 2px solid #b40001;
  border-right: 2px solid #b40001;
  content: "";
}
.str-section-localnav-list__link--current {
  background-color: #f5f5f5;
}
.str-section-localnav-list__link--current::after {
  display: none;
}
.str-section-localnav-list__body--level-2 .str-section-localnav-list__link {
  padding-top: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #cccccc;
  font-weight: bold;
  font-size: 1.6rem;
}
.str-section-localnav-list__body--level-3 .str-section-localnav-list__link {
  padding-top: 14px;
  padding-bottom: 14px;
  border-color: #cccccc;
  font-weight: normal;
  font-size: 1.3rem;
}
.str-section-localnav-list__body--level-4 {
  border-bottom: 1px solid #cccccc;
}
.str-section-localnav-list__body--level-4 .str-section-localnav-list__link {
  padding-left: 36px;
  border-bottom: 0;
  font-weight: normal;
}
.str-section-localnav-list__body--level-4 .str-section-localnav-list__link::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  width: 12px;
  height: 2px;
  margin: auto 0;
  background-color: #cccccc;
  content: "";
}

#ss-main.str-search-main .ss-title a,
#ss-main.str-search-main .ss-navi-right a {
  color: #0950b3;
}
#ss-main.str-search-main #ss-navi {
  padding: 10px;
}
#ss-main.str-search-main #ss-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px !important;
}
#ss-main.str-search-main #ss-form .wrapper {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  width: 100%;
  max-width: 600px;
}
#ss-main.str-search-main #ss-form .wrapper .ss-search-input,
#ss-main.str-search-main #ss-form .wrapper .ss-search-button {
  grid-row: 1;
  height: 48px !important;
}
#ss-main.str-search-main #ss-form .wrapper .ss-search-input {
  grid-column: 1/2;
  width: auto !important;
}
#ss-main.str-search-main #ss-form .wrapper .ss-search-button {
  grid-column: 2/3;
}
#ss-main.str-search-main #ss-form .ss-categories + .ss-categories {
  margin-top: 0 !important;
}
#ss-main.str-search-main #ss-form .ss-search-input {
  border: 1px solid #cccccc !important;
  border-radius: 4px 0 0 4px;
  box-shadow: none !important;
}
#ss-main.str-search-main #ss-form .ss-search-button {
  border-radius: 0 4px 4px 0 !important;
  background-image: none !important;
  background-color: #b40001 !important;
  color: #ffffff;
}
#ss-main.str-search-main .ss-category {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 1 !important;
}
#ss-main.str-search-main input[type=checkbox] + label::before {
  border-width: 1px !important;
  border-radius: 2px !important;
}
#ss-main.str-search-main input[type=checkbox]:checked + label::before {
  border-color: #b40001 !important;
  background-color: #b40001 !important;
}
#ss-main.str-search-main input[type=checkbox]:checked + label::after {
  width: 12px !important;
  height: 6px !important;
  margin-top: -4px !important;
  border-width: 2px !important;
  border-color: #ffffff !important;
}
#ss-main.str-search-main input[type=radio] + label::before {
  border-width: 1px !important;
}
#ss-main.str-search-main input[type=radio]:checked + label::after {
  background-color: #b40001 !important;
}

.m-hdg-lv1,
.m-hdg-lv1-2,
.m-hdg-lv1-3,
.m-hdg-lv2,
.m-hdg-lv2-2,
.m-hdg-lv3,
.m-hdg-lv4,
.m-hdg-lv5 {
  line-height: 1.4;
}

.m-hdg-lv1 {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}
.m-hdg-lv1 + * {
  margin-top: 40px !important;
}
.m-hdg-lv1 + .str-section .str-section__inner:first-of-type {
  padding-top: 0;
}
.m-hdg-lv1__title {
  grid-row: 1/2;
  grid-column: 1/2;
  padding: 0 16px;
  font-size: 2.4rem;
}
.m-hdg-lv1__texture {
  position: relative;
  grid-row: 2/3;
  grid-column: 1/1;
}
.m-hdg-lv1__texture img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.m-hdg-lv1-2 {
  padding: 24px 16px;
  border-bottom: 1px solid #cccccc;
  background-color: #f5f5f5;
}
.m-hdg-lv1-2 + * {
  margin-top: 40px !important;
}
.m-hdg-lv1-2 + .str-section .str-section__inner:first-of-type {
  padding-top: 0;
}
.m-hdg-lv1-2__title {
  font-size: 2rem;
}

.m-hdg-lv1-3 {
  padding: 26px 16px;
}
.m-hdg-lv1-3 + * {
  margin-top: 40px !important;
}
.m-hdg-lv1-3 + .str-section .str-section__inner:first-of-type {
  padding-top: 0;
}
.m-hdg-lv1-3__title {
  font-size: 2rem;
}

.m-hdg-lv2 {
  margin-top: 40px;
}
.m-hdg-lv2 + * {
  margin-top: 24px !important;
}
.m-hdg-lv2__title {
  position: relative;
  padding-bottom: 8px;
  border-bottom: 2px solid #cccccc;
  font-size: 2rem;
}
.m-hdg-lv2__title::before {
  display: block;
  z-index: 5;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100px;
  height: 2px;
  background-color: #b40001;
  content: "";
}
.m-hdg-lv2__title-sub {
  display: block;
  margin-bottom: 6px;
  font-size: 1.4rem;
}
.m-hdg-lv2__title-num {
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  border-radius: 100vw;
  background-color: #fcefef;
  color: #b40001;
  font-size: 1.6rem;
}
.m-hdg-lv2__link {
  display: inline-block;
  padding-left: 16px;
  color: #333333;
  transition: color 0.3s ease;
}
.m-hdg-lv2__link::before {
  display: block;
  position: absolute;
  top: calc(0.5em + 2px);
  left: 0;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-top: 2px solid #b40001;
  border-right: 2px solid #b40001;
  content: "";
  transition: left 0.3s ease;
}
.m-hdg-lv2__link:hover, .m-hdg-lv2__link:focus, .m-hdg-lv2__link:active {
  color: #b40001;
}
.m-hdg-lv2__link:hover::before, .m-hdg-lv2__link:focus::before, .m-hdg-lv2__link:active::before {
  left: 4px;
}
.m-hdg-lv2__grid {
  display: grid;
  position: relative;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding-bottom: 8px;
  gap: 20px;
  border-bottom: 2px solid #cccccc;
}
.m-hdg-lv2__grid::before {
  display: block;
  z-index: 5;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100px;
  height: 2px;
  background-color: #b40001;
  content: "";
}
.m-hdg-lv2__grid .m-hdg-lv2__title {
  padding-bottom: 0;
  border-bottom: none;
}
.m-hdg-lv2__grid .m-hdg-lv2__title::before {
  display: none;
}
.m-hdg-lv2__grid--left {
  grid-template-columns: auto 1fr;
  gap: 12px;
}
.m-hdg-lv2__grid-content > :first-child {
  margin-top: 0;
}
.m-hdg-lv2__grid-content > :last-child {
  margin-bottom: 0;
}

.m-hdg-lv2-2 {
  margin-top: 40px;
}
.m-hdg-lv2-2 + * {
  margin-top: 24px !important;
}
.m-hdg-lv2-2__title {
  font-size: 1.8rem;
  text-align: center;
}

.m-hdg-lv3 {
  margin-top: 24px;
}
.m-hdg-lv3 + * {
  margin-top: 16px !important;
}
.m-hdg-lv3__title {
  padding-left: 12px;
  border-left: 3px solid #b40001;
  font-size: 1.6rem;
}
.m-hdg-lv3__title-sub, .m-hdg-lv3__title-sub-2 {
  display: block;
  font-size: 1.2rem;
}
.m-hdg-lv3__title-sub {
  margin-bottom: 4px;
}
.m-hdg-lv3__title-sub-2 {
  margin-top: 4px;
}
.m-hdg-lv3__title-num {
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  border-radius: 100vw;
  background-color: #fcefef;
  color: #b40001;
  font-size: 1.6rem;
}
.m-hdg-lv3__grid {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  gap: 12px;
}
.m-hdg-lv3__grid--left {
  grid-template-columns: auto 1fr;
}
.m-hdg-lv3__grid .m-hdg-lv3__title {
  align-self: center;
  padding: 0;
  border-left-width: 0;
}
.m-hdg-lv3__link {
  transition: opacity 0.3s ease;
}
.m-hdg-lv3__link:hover, .m-hdg-lv3__link:focus, .m-hdg-lv3__link:active {
  opacity: 0.6;
}
.m-fund-lyt-grid__col > .m-hdg-lv3 + * {
  margin-top: 16px !important;
}

.m-hdg-lv4 {
  margin-top: 24px;
}
.m-hdg-lv4 + * {
  margin-top: 16px !important;
}
.m-hdg-lv4__title {
  padding-left: 12px;
  border-left: 3px solid #999999;
  font-size: 1.6rem;
}
.m-hdg-lv4__title-sub {
  display: block;
  margin-bottom: 4px;
  font-size: 1.2rem;
}

.m-hdg-lv5 {
  margin-top: 24px;
}
.m-hdg-lv5 + * {
  margin-top: 10px !important;
}
.m-hdg-lv5__title {
  position: relative;
  padding-left: 15px;
  font-size: 1.6rem;
}
.m-hdg-lv5__title::before {
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 8px;
  height: 8px;
  margin-right: 7px;
  background-color: #999999;
  content: "";
}

.m-text {
  margin-top: 24px;
}
.m-text + .m-text {
  margin-top: 14px;
}
.m-text a {
  text-decoration: underline;
}
.m-text a:hover, .m-text a:focus, .m-text a:active {
  text-decoration: none;
}
.m-text--small {
  font-size: 1.2rem;
}
.m-text--small + .m-text--small {
  margin-top: 14px;
}

.m-text-lead {
  margin-top: 24px;
  font-weight: bold;
  font-size: 1.6rem;
}
.m-text-lead + *:not([class^=m-hdg]) {
  margin-top: 10px !important;
}
.m-text-lead__bold {
  background-image: linear-gradient(transparent calc(100% - 5px), #ffd95b 0%);
  color: #ff7519;
}
.m-text-lead__link {
  display: inline-flex;
  position: relative;
  flex-wrap: nowrap;
  align-items: baseline;
  color: #333333;
  transition: color 0.3s ease;
}
.m-text-lead__link:hover, .m-text-lead__link:focus, .m-text-lead__link:active {
  color: #b40001;
  text-decoration: underline;
}
.m-text-lead__link::before {
  display: block;
  position: relative;
  top: calc(-0.5em + 6px);
  flex-shrink: 0;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  transform: rotate(45deg);
  border-top: 2px solid #b40001;
  border-right: 2px solid #b40001;
  content: "";
}
.m-text-lead--arrow {
  margin-top: 32px;
}
.m-text-lead--arrow::before {
  display: block;
  height: 42px;
  margin-bottom: 32px;
  background-image: url("/assets/img/common/icon-text-lead-arrow.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.m-text-tag {
  display: inline-flex;
  flex-wrap: wrap;
  margin-left: 6px;
  gap: 6px;
}
.m-text-tag__item {
  padding: 1px 6px;
  background-color: #b40001;
  color: #ffffff;
  font-size: 1.1rem;
}

.m-icon {
  margin-left: 8px;
  vertical-align: middle;
}
.m-icon--blank {
  fill: #333333;
  width: 13px;
  height: 12px;
}
.m-icon--pdf {
  width: 14px;
  height: 16px;
}
.m-icon--csv {
  width: 14px;
  height: 16px;
}
.m-icon--xlsx {
  width: 14px;
  height: 16px;
}
.m-icon--favorite {
  width: 14px;
  height: 14px;
}
.m-icon--movie {
  width: 14px;
  height: 13px;
}
.m-icon--quest {
  width: 14px;
  height: 13px;
  object-fit: contain;
}
.m-icon--new {
  width: 40px;
  height: 17px;
}
.m-text .m-icon {
  margin: 0 8px;
}
.m-btn__btn--emphasis .m-icon--blank {
  fill: #ffffff;
}

.m-btn-parallel__btn--with-icon .m-icon {
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  margin: auto 0;
}

.m-fund-lyt-detail__text .m-icon {
  margin-right: 8px;
}

.m-fund-lyt-detail-btn-list__btn--favorite .m-icon {
  --svg-icon-favorite-outer: #b40001;
  --svg-icon-favorite-inner: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 17px;
  height: 16px;
  margin: auto 0;
}
.m-fund-lyt-detail-btn-list__btn--favorite.is-added .m-icon {
  --svg-icon-favorite-outer: #ffa200;
  --svg-icon-favorite-inner: #ffa200;
}

.m-panel-fund__favorite .m-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}
.m-panel-fund__favorite:hover .m-icon, .m-panel-fund__favorite:focus .m-icon, .m-panel-fund__favorite:active .m-icon {
  --svg-icon-favorite-outer: #b40001;
}
.m-panel-fund__favorite.is-added .m-icon {
  --svg-icon-favorite-outer: #ffa200;
  --svg-icon-favorite-inner: #ffa200;
}
.m-panel-fund__favorite.is-added:hover .m-icon, .m-panel-fund__favorite.is-added:focus .m-icon, .m-panel-fund__favorite.is-added:active .m-icon {
  --svg-icon-favorite-outer: #ffa200;
  --svg-icon-favorite-inner: #ffa200;
}

.m-tbl-fund__favorite .m-icon {
  width: 26px;
  height: 24px;
  margin: 0;
}
.m-tbl-fund__favorite.is-added .m-icon {
  --svg-icon-favorite-outer: #ffa200;
  --svg-icon-favorite-inner: #ffa200;
}

.m-tool-box-favorite__result .m-icon {
  --svg-icon-favorite-outer: #ffa200;
  --svg-icon-favorite-inner: #ffa200;
  flex: 0 0 auto;
  width: 26px;
  height: 24px;
  margin: auto 0;
}

.m-tbl__title-link .m-icon--blank {
  fill: #ffffff;
  width: 13px;
  height: 12px;
}

.m-link-list {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
  gap: 14px 0;
}
.m-link-list__link {
  display: inline-block;
  position: relative;
  padding-left: 13px;
  color: #333333;
  transition: color 0.3s ease;
}
.m-link-list__link:hover, .m-link-list__link:focus, .m-link-list__link:active {
  color: #b40001;
  text-decoration: underline;
}
.m-link-list__link::before {
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  border-top: 2px solid #b40001;
  border-right: 2px solid #b40001;
  content: "";
}
.m-link-list__link--anchor::before {
  width: 0;
  height: 0;
  transform: none;
  border: 0 solid transparent;
  border-top: 5px solid #b40001;
  border-right-width: 3px;
  border-left-width: 3px;
  background-color: transparent;
}
.m-link-list__link--back::before {
  left: 1px;
  transform: rotate(225deg);
}
.m-link-list__text {
  color: rgba(153, 153, 153, 0.67);
}
.m-link-list--center {
  align-items: center;
}
.m-link-list--right {
  align-items: flex-end;
}
.m-link-list--layout-grid {
  display: grid;
  grid-template-rows: 1fr;
  margin-top: 24px;
}
.m-fund-lyt-grid__col > .m-fund-list-docs + .m-link-list {
  margin-top: 10px;
  margin-right: 12px;
  margin-left: 12px;
  font-size: 1.2rem;
}
.m-fund-lyt-grid__col > .m-fund-list-docs + .m-link-list + .m-hdg-lv3 {
  margin-top: 0;
}

.link-list-anchor {
  margin-top: 24px;
}
.link-list-anchor__body {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.link-list-anchor__link {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  color: #333333;
  transition: color 0.3s ease;
}
.link-list-anchor__link:hover, .link-list-anchor__link:focus, .link-list-anchor__link:active {
  color: #b40001;
  text-decoration: underline;
}
.link-list-anchor__link::before {
  display: block;
  position: relative;
  top: calc(-0.5em + 5px);
  flex-shrink: 0;
  width: 0;
  height: 0;
  margin-right: 8px;
  border: 0 solid transparent;
  border-top: 5px solid #b40001;
  border-right-width: 3px;
  border-left-width: 3px;
  background-color: transparent;
  content: "";
}

.m-link-sns {
  margin-top: 40px;
}
.m-link-sns__list {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 1fr);
}
.m-link-sns__item {
  position: relative;
}
.m-link-sns__item::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 125px;
  transform: translateY(-50%);
  background-color: #cccccc;
  content: "";
}
.m-link-sns__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 5px;
  text-align: center;
}
.m-link-sns__text {
  margin-top: 12px;
  color: #333333;
  font-size: 1.2rem;
  line-height: 1.5;
}

.m-lnk-faq {
  margin-top: 24px;
}
.m-lnk-faq__list {
  display: flex;
  row-gap: 14px;
  flex-direction: column;
}
.m-lnk-faq__link {
  display: block;
  position: relative;
  padding-left: 28px;
  font-size: 1.4rem;
}
.m-lnk-faq__link:hover[href], .m-lnk-faq__link:focus[href], .m-lnk-faq__link:active[href] {
  text-decoration: underline;
}
.m-lnk-faq__link::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("/assets/img/common/icon-faq.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.m-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
  gap: 20px;
}
.m-btn--center {
  justify-content: center;
}
.m-btn--right {
  justify-content: flex-end;
}
.m-btn__inner {
  position: relative;
  padding-left: 15px;
  text-align: center;
}
.m-btn__inner::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 7px;
  height: 7px;
  margin: auto 0;
  transform: rotate(45deg);
  border-top: 2px solid #b40001;
  border-right: 2px solid #b40001;
  content: "";
}
.m-btn__btn {
  display: inline-flex;
  justify-content: center;
  padding: 14px;
  border: 2px solid #cccccc;
  border-radius: 6px;
  color: #333333;
}
.m-btn__btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.m-btn__btn--toggle .m-btn__inner {
  padding-left: 22px;
}
.m-btn__btn--toggle .m-btn__inner::before, .m-btn__btn--toggle .m-btn__inner::after {
  top: 0;
  bottom: 0;
  left: 6px;
  width: 2px;
  height: 14px;
  margin: auto 0;
  transform: none;
  background-color: #b40001;
  transition: transform 0.3s ease;
}
.m-btn__btn--toggle .m-btn__inner::before {
  border: 0;
}
.m-btn__btn--toggle .m-btn__inner::after {
  display: block;
  position: absolute;
  transform: rotate(90deg);
  content: "";
}
.m-btn__btn--toggle[aria-expanded=true] .m-btn__inner::before {
  transform: rotate(90deg);
}
.m-btn__btn--toggle[aria-expanded=false] .m-btn__inner::before {
  transform: rotate(0);
}
.m-btn__btn--back .m-btn__inner::before {
  left: 1px;
  transform: rotate(225deg);
}
.m-btn__btn--primary, .m-btn__btn--emphasis {
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.m-btn__btn--primary {
  background-color: #ffffff;
}
.m-btn__btn--primary:not(:disabled):hover, .m-btn__btn--primary:not(:disabled):focus, .m-btn__btn--primary:not(:disabled):active {
  border-color: #b40001;
  background-color: #fcefef;
  color: #b40001;
}
.m-btn__btn--emphasis {
  border-color: #b40001;
  background-color: #b40001;
  color: #ffffff;
}
.m-btn__btn--emphasis:not(:disabled):hover, .m-btn__btn--emphasis:not(:disabled):focus, .m-btn__btn--emphasis:not(:disabled):active {
  border-color: #800001;
  background-color: #800001;
}
.m-btn__btn--emphasis .m-btn__inner::before {
  border-color: #ffffff;
}
.m-btn__btn--style-s {
  padding: 6px;
  font-size: 1.2rem;
}
.m-btn__btn--style-s .m-btn__inner::before {
  top: -1px;
}
.m-btn__btn--style-l {
  padding: 17px;
  font-size: 1.8rem;
}

.m-btn-parallel {
  display: grid;
  grid-template-rows: 1fr;
  margin-top: 24px;
}
.m-btn-parallel__btn {
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 16px 31px 16px 16px;
  border: 2px solid #cccccc;
  border-radius: 4px;
  color: #333333;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.m-btn-parallel__btn:hover, .m-btn-parallel__btn:focus, .m-btn-parallel__btn:active {
  border-color: #b40001;
  background-color: #fcefef;
  color: #b40001;
}
.m-btn-parallel__btn::after {
  display: block;
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  width: 7px;
  height: 7px;
  margin: auto 0;
  transform: rotate(45deg);
  border-top: 2px solid #b40001;
  border-right: 2px solid #b40001;
  content: "";
}
.m-btn-parallel__btn--with-icon {
  padding-right: 42px;
}
.m-btn-parallel__btn--with-icon::after {
  display: none;
}
.m-btn-parallel__btn--anchor {
  padding-right: 14px;
  padding-left: 30px;
}
.m-btn-parallel__btn--anchor::after {
  display: none;
}
.m-btn-parallel__btn--anchor::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  width: 0;
  height: 0;
  margin: auto 0;
  border: 0 solid transparent;
  border-top: 5px solid #b40001;
  border-right-width: 3px;
  border-left-width: 3px;
  background-color: transparent;
  content: "";
}

.m-list {
  margin-top: 24px;
}
.m-list__item {
  position: relative;
  padding-left: 14px;
}
.m-list__item::before {
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #999999;
  content: "";
}
.m-list__item + .m-list__item {
  margin-top: 14px;
}
.m-list__item ul,
.m-list__item ol {
  margin-top: 14px;
}
.m-list__item a {
  text-decoration: underline;
}
.m-list__item a:hover, .m-list__item a:focus, .m-list__item a:active {
  text-decoration: none;
}

.m-list-order {
  margin-top: 24px;
}
.m-list-order__item {
  display: flex;
  flex-wrap: nowrap;
}
.m-list-order__item + .m-list-order__item {
  margin-top: 14px;
}
.m-list-order__symbol {
  flex-shrink: 0;
  margin-right: 8px;
  text-align: right;
}

.m-list-note {
  margin-top: 24px;
}
.m-list-note__symbol {
  flex-shrink: 0;
  margin-right: 8px;
}
.m-list-note__item {
  font-size: 1.2rem;
}
.m-list-note__item + .m-list-note__item {
  margin-top: 10px;
}
.m-list-note__item a {
  text-decoration: underline;
}
.m-list-note__item a:hover, .m-list-note__item a:focus, .m-list-note__item a:active {
  text-decoration: none;
}
.m-list-note--bullet .m-list-note__item {
  position: relative;
  padding-left: 14px;
}
.m-list-note--bullet .m-list-note__item::before {
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #333333;
  content: "";
}
.m-list-note--symbol .m-list-note__item {
  display: flex;
  flex-wrap: nowrap;
}
.m-box-contact .m-list-note {
  margin-top: 12px;
  font-weight: normal;
}

.m-list-definition {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  margin-top: 24px;
}
.m-list-definition__title {
  position: relative;
  grid-column: 1/2;
  margin-top: 24px;
  padding-left: 20px;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.4;
}
.m-list-definition__title::before {
  display: block;
  position: absolute;
  top: calc(0.5em + 2px);
  left: 0;
  width: 12px;
  height: 2px;
  background-color: #999999;
  content: "";
}
.m-list-definition__title:first-of-type {
  margin-top: 0;
}
.m-list-definition__link {
  transition: opacity 0.3s ease;
}
.m-list-definition__link:hover, .m-list-definition__link:focus, .m-list-definition__link:active {
  opacity: 0.5;
}
.m-list-definition__symbol {
  display: inline-block;
  min-width: 18px;
  margin-right: 6px;
  color: #b40001;
  font-weight: bold;
  text-align: right;
}
.m-list-definition__content {
  grid-column: 1/2;
  margin-top: 10px;
  padding-left: 20px;
}
.m-list-definition__content > :first-child {
  margin-top: 0;
}
.m-list-definition__content > :last-child {
  margin-bottom: 0;
}
.m-list-definition--symbol .m-list-definition__title {
  padding-left: 0;
}
.m-list-definition--symbol .m-list-definition__title::before {
  display: none;
}
.m-list-definition--symbol .m-list-definition__content {
  padding-left: 0;
}

.str-section__inner > .m-list-note--offset {
  margin-top: -30px;
}

.m-list-result {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  margin-top: 24px;
}
.m-list-result__title {
  position: relative;
  grid-column: 1/2;
  margin-top: 24px;
  padding-top: 24px;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.4;
}
.m-list-result__title::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #cccccc;
  content: "";
}
.m-list-result__title:first-of-type {
  margin-top: 0;
  padding-top: 0;
}
.m-list-result__title:first-of-type::before {
  display: none;
}
.m-list-result__link {
  display: inline-flex;
  position: relative;
  flex-wrap: nowrap;
  align-items: baseline;
  color: #333333;
  transition: color 0.3s ease;
}
.m-list-result__link:hover, .m-list-result__link:focus, .m-list-result__link:active {
  color: #b40001;
  text-decoration: underline;
}
.m-list-result__link::before {
  display: block;
  position: relative;
  top: calc(-0.5em + 6px);
  flex-shrink: 0;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  transform: rotate(45deg);
  border-top: 2px solid #b40001;
  border-right: 2px solid #b40001;
  content: "";
}
.m-list-result__content {
  grid-column: 1/2;
  margin-top: 10px;
}
.m-list-result__content > :first-child {
  margin-top: 0;
}
.m-list-result__content > :last-child {
  margin-bottom: 0;
}

.m-list-news {
  margin-top: 24px;
}
.m-list-news__date {
  grid-area: date;
}
.m-list-news__category {
  grid-area: category;
  margin: -4px;
}
.m-list-news__text {
  grid-area: text;
}
.m-list-news__text a {
  transition: opacity 0.3s ease;
}
.m-list-news__text a:not(:any-link) {
  color: currentcolor;
}
.m-list-news__text a:any-link:hover, .m-list-news__text a:any-link:focus, .m-list-news__text a:any-link:active {
  opacity: 0.4;
}
.m-list-news__label {
  display: inline-block;
  min-width: 60px;
  margin: 4px;
  padding: 2px 8px;
  background-color: #656d73;
  color: #ffffff;
  font-size: 1.1rem;
  text-align: center;
}
.m-list-news__item {
  display: grid;
  position: relative;
  grid-template: "date category" auto "text text" 1fr/auto 1fr;
  padding-bottom: 16px;
  gap: 8px;
}
.m-list-news__item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #cccccc;
  content: "";
}
.m-list-news__item + .m-list-news__item {
  padding-top: 14px;
}
.m-list-news__item--date-left {
  grid-template: "date" auto "text" auto/1fr;
}

.m-tbl {
  margin-top: 32px;
}
.m-tbl__body, .m-tbl__title, .m-tbl__text {
  border: 1px solid #cccccc;
}
.m-tbl__title, .m-tbl__text {
  padding: 8px;
}
.m-tbl__title > :first-child, .m-tbl__text > :first-child {
  margin-top: 0;
}
.m-tbl__title > :last-child, .m-tbl__text > :last-child {
  margin-bottom: 0;
}
.m-tbl__caption {
  margin-bottom: 16px;
  font-size: 1.2rem;
  text-align: right;
}
.m-tbl__title {
  background-color: #777777;
  color: #ffffff;
  font-weight: bold;
  text-align: left;
}
.m-tbl__title-link {
  display: block;
  position: relative;
  padding-left: 14px;
  color: #ffffff;
}
.m-tbl__title-link:hover, .m-tbl__title-link:focus, .m-tbl__title-link:active {
  text-decoration: underline;
}
.m-tbl__title-link::before {
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  content: "";
}
.m-tbl__row:nth-child(2n) {
  background-color: #f5f5f5;
}
.m-tbl__body {
  width: 100%;
  border-collapse: collapse;
}

.m-tbl-fund {
  margin-top: 24px;
}
.m-tbl-fund__head-title, .m-tbl-fund__body, .m-tbl-fund__title, .m-tbl-fund__text {
  border: 1px solid #cccccc;
}
.m-tbl-fund__head-title, .m-tbl-fund__title, .m-tbl-fund__text {
  padding: 8px;
}
.m-tbl-fund__head-title > :first-child, .m-tbl-fund__title > :first-child, .m-tbl-fund__text > :first-child {
  margin-top: 0;
}
.m-tbl-fund__head-title > :last-child, .m-tbl-fund__title > :last-child, .m-tbl-fund__text > :last-child {
  margin-bottom: 0;
}
.m-tbl-fund__caption {
  margin-bottom: 16px;
  font-size: 1.2rem;
  text-align: right;
}
.m-tbl-fund__body {
  width: 100%;
  margin-top: 16px;
  border-collapse: collapse;
}
.m-tbl-fund__body > colgroup col.is-added {
  border: 2px solid #4b4b4b;
}
.m-tbl-fund__row:nth-child(2n) {
  background-color: #f5f5f5;
}
.m-tbl-fund__col-checkbox {
  width: 38px;
}
.m-tbl-fund__col-title {
  width: 50%;
  min-width: 166px;
}
.m-tbl-fund__col-title-2 {
  width: 475px;
}
.m-tbl-fund__col-title-min {
  width: 39%;
  min-width: 130px;
}
.m-tbl-fund__col-favorite {
  width: 68px;
}
.m-tbl-fund__col-document {
  width: 180px;
  min-width: 100px;
}
.m-tbl-fund__title {
  background-color: #777777;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.3rem;
}
.m-tbl-fund__text {
  font-size: 1.3rem;
}
.m-tbl-fund__text-link:any-link:hover, .m-tbl-fund__text-link:any-link:focus, .m-tbl-fund__text-link:any-link:active {
  text-decoration: underline;
}
.m-tbl-fund__text-link:not(:any-link) {
  color: #333333;
}
.m-tbl-fund__text-nickname {
  font-size: 1.2rem;
}
.m-tbl-fund__text-sub {
  display: block;
  margin-top: 6px;
  font-size: 1.2rem;
}
.m-tbl-fund__text-sub + .m-tbl-fund__text-sub {
  margin-top: 0;
}
.m-tbl-fund__sticky::before {
  display: block;
  visibility: hidden;
  z-index: -1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e5e5e5;
  content: "";
  opacity: 0;
  transition: visibility 0.3s ease, opacity 0.3s ease;
}
.m-tbl-fund__sticky .m-tbl-fund__header-txt {
  position: relative;
}
.m-tbl-fund__sticky.is-sticky::before {
  visibility: visible;
  opacity: 1;
}
.m-tbl-fund__sticky.is-sticky .m-tbl-fund__header {
  padding: 16px;
  gap: 6px 13px;
}
.m-tbl-fund__sticky.is-sticky .m-tbl-fund__btn {
  border-color: #e5e5e5;
  background-color: #ffffff;
}
.m-tbl-fund__header {
  grid-gap: 8px 13px;
  display: grid;
  grid-template-rows: repeat(2, auto);
  grid-template-columns: 1fr auto;
  margin: 20px 16px 0;
}
.m-tbl-fund__header-txt {
  grid-area: 1/1/2/3;
  font-size: 1.2rem;
  text-align: center;
}
.m-tbl-fund__header-day {
  font-size: 1.2rem;
}
.m-tbl-fund__header .m-tbl-fund__header-day {
  grid-area: 3/2/3/2;
  text-align: right;
}
.m-tbl-fund__header + .m-tbl-fund__header {
  margin-top: 0;
}
.m-tbl-fund__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border: 2px solid #cccccc;
  border-radius: 6px;
  color: #333333;
  font-size: 1.2rem;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.m-tbl-fund__btn:hover, .m-tbl-fund__btn:focus, .m-tbl-fund__btn:active {
  border-color: #b40001;
  background-color: #fcefef;
  color: #b40001;
}
.m-tbl-fund__btn--comparison::before, .m-tbl-fund__btn--mail::before {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.m-tbl-fund__btn--comparison {
  grid-area: 2/1/3/2;
}
.m-tbl-fund__btn--comparison::before {
  background-image: url("/assets/img/common/icon-table-sort-comparison.svg");
}
.m-tbl-fund__btn--mail {
  grid-area: 2/2/3/3;
}
.m-tbl-fund__btn--mail::before {
  background-image: url("/assets/img/common/icon-table-sort-mail.svg");
}
.m-tbl-fund__btn--normal::before {
  top: 0;
  bottom: 0;
  left: 0;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  transform: rotate(45deg);
  border-top: 2px solid #b40001;
  border-right: 2px solid #b40001;
  content: "";
}
.m-tbl-fund__tag {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4px;
  gap: 8px;
}
.m-tbl-fund__tag-item {
  padding: 4px 6px;
  background-color: #2779b5;
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1;
}
.m-tbl-fund__tag-item--redemption {
  border-color: #b40001;
  background-color: #b40001;
  color: #ffffff;
}
.m-tbl-fund__tag-item--tsumitate-nisa {
  position: relative;
  border: 1px solid #6fba42;
  background-color: #fbffef;
  color: #6fba42;
}
.m-tbl-fund__tag-item--nisa {
  position: relative;
  border: 1px solid #0084f6;
  background-color: #f1f8ff;
  color: #0084f6;
}
.m-tbl-fund__checkbox {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #cccccc;
  border-radius: 2px;
  background-color: #ffffff;
  cursor: pointer;
}
.m-tbl-fund__checkbox::before {
  display: block;
  position: absolute;
  top: 45%;
  left: 50%;
  width: 12px;
  height: 6px;
  transform: translate(-50%, -50%) rotate(-45deg);
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}
.m-tbl-fund__checkbox:checked {
  border-color: #b40001;
  background-color: #b40001;
}
.m-tbl-fund__checkbox:checked::before {
  content: "";
}
.m-tbl-fund__sort {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  gap: 8px;
}
.m-tbl-fund__sort-btn {
  width: 24px;
  height: 24px;
  background-image: url("/assets/img/common/icon-table-sort.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.m-tbl-fund__sort-btn--descending {
  transform: rotate(180deg);
}
.m-tbl-fund__sort-btn > span {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.m-tbl-fund__sort-btn.is-added {
  background-image: url("/assets/img/common/icon-table-sort-added.svg");
}
.m-tbl-fund__sort-btn--rank {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  background-image: none;
}
.m-tbl-fund__sort-btn--rank::before {
  display: block;
  position: absolute;
  bottom: 12px;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-top: -6px;
  transform: translateX(-50%) rotate(45deg);
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  background-image: none;
  content: "";
}
.m-tbl-fund__sort-select {
  position: relative;
  margin: 0 16px;
}
.m-tbl-fund__sort-select::before {
  display: block;
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto 0;
  transform: rotate(45deg);
  border-right: 2px solid #333333;
  border-bottom: 2px solid #333333;
  content: "";
}
.m-tbl-fund__sort-select > select {
  -webkit-appearance: none;
          appearance: none;
  width: 100%;
  padding: 16px 36px 16px 16px;
  border: 1px solid #cccccc;
  border-radius: 6px;
  background-color: #ffffff;
  color: #333333;
  font-size: 1.4rem;
}
.m-tbl-fund__header-2 {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 60% 40%;
  place-items: center;
  margin: 0 16px;
  gap: 12px;
}
.m-tbl-fund__header-2 .m-tbl-fund__sort-select {
  width: 100%;
  margin: 0;
}
.m-tbl-fund__header-2 .m-tbl-fund__header-day {
  margin-right: auto;
}
.m-tbl-fund__rank {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 20px 1fr;
  place-items: center;
  gap: 8px;
}
.m-tbl-fund__rank-text {
  margin-right: auto;
}
.m-tbl-fund__rank-tag {
  width: 20px;
  height: 20px;
}

.m-box {
  margin-top: 40px;
  padding: 26px 16px;
  border: 6px solid #f5f5f5;
  background-color: #ffffff;
}
.m-box + * {
  margin-top: 40px !important;
}
.m-box__title {
  position: relative;
  padding-bottom: 9px;
  padding-left: 15px;
  border-bottom: 4px solid #f5f5f5;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
}
.m-box__title::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: calc(100% - 9px);
  background-color: #b40001;
  content: "";
}
.m-box__title + * {
  margin-top: 16px;
}
.m-box__title-sub {
  display: block;
  margin-bottom: 4px;
  font-size: 1.2rem;
}
.m-box__content > :first-child {
  margin-top: 0;
}
.m-box__content > :last-child {
  margin-bottom: 0;
}
.m-box__grid {
  padding-bottom: 9px;
  border-bottom: 4px solid #f5f5f5;
}
.m-box__grid .m-box__title {
  padding-bottom: 0;
  border-bottom: none;
}
.m-box__grid .m-box__title + * {
  margin-top: 8px;
}
.m-box__grid .m-box__title::before {
  height: 100%;
}
.m-box__grid + * {
  margin-top: 16px;
}
.m-box__grid-content > :first-child {
  margin-top: 0;
}
.m-box__grid-content > :last-child {
  margin-bottom: 0;
}
.m-box__grid-content .m-btn {
  flex-wrap: nowrap;
}

.m-box-supplement {
  margin-top: 40px;
  padding: 24px 16px;
  border: 1px solid #cccccc;
  background-color: #f5f5f5;
}
.m-box-supplement + * {
  margin-top: 40px !important;
}
.m-box-supplement__title {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.4;
}
.m-box-supplement__title + * {
  margin-top: 16px;
}
.m-box-supplement__content > :first-child {
  margin-top: 0;
}
.m-box-supplement__content > :last-child {
  margin-bottom: 0;
}

.m-box-important {
  margin-top: 40px;
  padding: 24px 16px;
  border: 1px solid #b40001;
  background-color: #fcefef;
}
.m-box-important + * {
  margin-top: 40px !important;
}
.m-box-important__title {
  display: flex;
  flex-wrap: nowrap;
  color: #b40001;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.4;
}
.m-box-important__title::before {
  display: block;
  position: relative;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background-image: url("/assets/img/common/icon-important.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.m-box-important__title + * {
  margin-top: 16px;
}
.m-box-important__content > :first-child {
  margin-top: 0;
}
.m-box-important__content > :last-child {
  margin-bottom: 0;
}

.m-box-contact {
  margin-top: 40px;
  padding: 16px;
  background-color: #f5f5f5;
  font-weight: bold;
}
.m-box-contact + * {
  margin-top: 40px !important;
}
.m-box-contact__title {
  font-size: 1.6rem;
}
.m-box-contact__tel {
  display: flex;
  position: relative;
  grid-row: 1/2;
  grid-column: 1;
  flex-wrap: nowrap;
  align-items: baseline;
  padding-left: 46px;
  color: #333333;
  font-size: 3rem;
}
.m-box-contact__tel::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 38px;
  height: 37px;
  margin: auto;
  background-image: url("/assets/img/common/icon-tel-contact.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.m-box-contact__info-sub {
  grid-row: 2/3;
  grid-column: 1;
  font-size: 1.2rem;
}
.m-box-contact__text {
  margin-top: 8px;
}
.m-box-contact__info {
  display: grid;
  position: relative;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 6px;
  gap: 6px;
  border-bottom: 1px solid #cccccc;
}
.m-box-contact__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.m-box-contact--no-border .m-box-contact__info {
  padding-bottom: 0;
  border-bottom: none;
}

.m-box-search {
  margin-top: 40px;
  padding: 24px 16px;
  background-color: #f5f5f5;
}
.m-box-search + * {
  margin-top: 40px !important;
}
.m-box-search__title {
  font-weight: bold;
  font-size: 1.6rem;
}
.m-box-search__title + * {
  margin-top: 16px;
}
.m-box-search__text {
  grid-area: areaBottom;
  margin-top: 16px;
  font-size: 1.2rem;
}
.m-box-search__btn-detail {
  display: flex;
  position: relative;
  grid-area: areaBtnDetail;
  justify-content: center;
  height: 100%;
  padding: 6px 12px;
  border: 2px solid #cccccc;
  border-radius: 6px;
  background-color: #ffffff;
  color: #333333;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.m-box-search__btn-detail:hover, .m-box-search__btn-detail:focus, .m-box-search__btn-detail:active {
  border-color: #b40001;
  background-color: #fcefef;
  color: #b40001;
}
.m-box-search__btn-detail::before {
  display: block;
  position: absolute;
  top: 0;
  left: -12px;
  width: 1px;
  height: 100%;
  background-color: #cccccc;
  content: "";
}
.m-box-search__btn-detail-label {
  display: inline-block;
  position: relative;
  padding-left: 16px;
}
.m-box-search__btn-detail-label::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 7px;
  height: 7px;
  margin: auto 0;
  transform: rotate(45deg);
  border-top: 2px solid #b40001;
  border-right: 2px solid #b40001;
  content: "";
}
.m-box-search__content {
  display: grid;
  grid-auto-rows: auto;
  column-gap: 21px;
  grid-template: "areaInput areaBtnDetail" minmax(45px, auto) "areaBottom areaBottom" auto/1fr 70px;
}
.m-box-search__content--no-detail {
  grid-template: "areaInput" minmax(45px, auto) "areaBottom" auto/1fr;
}
.m-box-search__content-form {
  display: grid;
  grid-area: areaInput;
  grid-template: "areaInput" auto/1fr;
}
.m-box-search-input {
  display: flex;
  position: relative;
  grid-area: areaInput;
  flex-wrap: nowrap;
}
.m-box-search-input__search {
  width: calc(100% - 45px);
  padding: 10px;
  border: 1px solid #cccccc;
  border-right: 0;
  border-radius: 6px 0 0 6px;
}
.m-box-search-input__btn-submit {
  width: 45px;
  border: 1px solid #cccccc;
  border-left: 0;
  border-radius: 0 6px 6px 0;
  background-color: #b40001;
  color: #ffffff;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.m-box-search-input__btn-submit:hover, .m-box-search-input__btn-submit:focus, .m-box-search-input__btn-submit:active {
  border-color: #800001;
  background-color: #800001;
}
.m-box-search-input__btn-submit-label {
  position: relative;
  padding-left: 22px;
}
.m-box-search-input__btn-submit-label::after {
  display: block;
  position: absolute;
  background-image: url("/assets/img/common/icon-search-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.m-box-search-input.is-suggest-visible .m-box-search-input__search {
  border-bottom-left-radius: 0;
}
.m-box-search-input.is-suggest-visible .m-box-search-input__btn-submit {
  border-bottom-right-radius: 0;
}
.m-box-search-input.is-suggest-visible .m-box-search-suggest {
  display: flex;
}
.m-box-search-input--no-submit .m-box-search-input__search {
  width: 100%;
  border-right: 1px solid #cccccc;
  border-radius: 6px;
}
.m-box-search-input--no-submit .m-box-search-input__btn-submit {
  display: none;
}
.m-box-search-suggest {
  display: none;
  flex-direction: column;
  border: 1px solid #cccccc;
  border-top: 0;
  background-color: #ffffff;
}
.m-box-search-input .m-box-search-suggest {
  z-index: 15;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border-radius: 0 0 6px 6px;
}
.m-box-search-suggest__link {
  display: block;
  width: 100%;
  padding: 6px 12px;
  color: #333333;
  text-align: left;
  transition: background-color 0.3s ease;
}
.m-box-search-suggest__link:hover, .m-box-search-suggest__link:focus, .m-box-search-suggest__link:active {
  background-color: #fcefef;
}
.m-box-search-suggest__link.is-active {
  background-color: #fcefef;
}
.m-box-search-tags {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-area: areaBottom;
  margin-top: 16px;
  gap: 8px;
}
.m-box-search-tags__title {
  grid-row: 1;
  grid-column: 1/2;
  font-weight: bold;
}
.m-box-search-tags__tag {
  color: #b40001;
  font-size: 1.2rem;
}
.m-box-search-tags__tag:hover, .m-box-search-tags__tag:focus, .m-box-search-tags__tag:active {
  text-decoration: underline;
}
.m-box-search-tags__content {
  display: flex;
  grid-row: 2/3;
  grid-column: 1/2;
  flex-wrap: wrap;
  gap: 7px 12px;
}

.m-box-sort {
  margin-top: 40px;
}
.m-box-sort > :first-child {
  margin-top: 0;
}
.m-box-sort > :last-child {
  margin-bottom: 0;
}
.m-box-sort + * {
  margin-top: 40px !important;
}
.m-box-sort__caption {
  font-size: 1.2rem;
  text-align: right;
}
.m-box-sort__title {
  position: relative;
  padding-left: 30px;
  font-weight: bold;
  font-size: 1.6rem;
}
.m-box-sort__title::before {
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 18px;
  background-image: url("/assets/img/common/icon-sort.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.m-box-sort__item + .m-box-sort__item {
  position: relative;
  margin-top: 49px;
}
.m-box-sort__item + .m-box-sort__item::before {
  display: block;
  position: absolute;
  top: -24px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #cccccc;
  content: "";
}
.m-box-sort__body {
  margin-top: 16px;
  padding: 24px 16px;
  background-color: #f5f5f5;
}
.m-box-sort__body--bottom-arrow {
  position: relative;
  margin-bottom: 21px;
}
.m-box-sort__body--bottom-arrow::before {
  display: block;
  position: absolute;
  right: 0;
  bottom: -13px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border: 0 solid transparent;
  border-top: 13px solid #f5f5f5;
  border-bottom: 0;
  border-right-width: 12px;
  border-left-width: 12px;
  background-color: transparent;
  content: "";
}
.m-box-sort__result {
  text-align: center;
}
.m-box-sort__result-num {
  color: #b40001;
  font-size: 2.8rem;
  line-height: 1;
}
.m-box-sort__result-unit {
  margin-left: 8px;
  font-weight: bold;
}
.m-box-sort-list {
  display: grid;
  grid-template-rows: 1fr;
  margin-top: 16px;
}
.m-box-sort-list__label-text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 10px;
  border: 2px solid #cccccc;
  border-radius: 6px;
  background-color: #ffffff;
  text-align: center;
  cursor: pointer;
}
.m-box-sort-list__item:has([class*=__label_disabled]) {
  opacity: 0.5;
}
.m-box-sort-list__label_disabled {
  pointer-events: none;
}
.m-box-sort-list__label input {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.m-box-sort-list__label input:checked + * {
  border-color: #b40001;
  background-color: #b40001;
  color: #ffffff;
}

.m-box-sort-2 > :first-child {
  margin-top: 0;
}
.m-box-sort-2 > :last-child {
  margin-bottom: 0;
}
.m-box-sort-2__header-right {
  margin-top: 6px;
}
.m-box-sort-2__header-right > :first-child {
  margin-top: 0;
}
.m-box-sort-2__header-right > :last-child {
  margin-bottom: 0;
}
.m-box-sort-2__header-right .m-btn__btn {
  width: 100%;
}
.m-box-sort-2__body {
  margin-top: 22px;
  padding: 16px;
  background-color: #f5f5f5;
}
.m-box-sort-2__item + .m-box-sort-2__item {
  position: relative;
  margin-top: 36px;
}
.m-box-sort-2__item + .m-box-sort-2__item::before {
  display: block;
  position: absolute;
  top: -20px;
  left: -16px;
  width: calc(100% + 32px);
  height: 4px;
  background-color: #ffffff;
  content: "";
}
.m-box-sort-2__title {
  position: relative;
  font-weight: bold;
  font-size: 1.4rem;
}
.m-box-sort-2-list {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 10px;
  gap: 12px;
}
.m-box-sort-2-list__label input {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.m-box-sort-2-list__label input:checked + * {
  border-color: #b40001;
  background-color: #fcefef;
  color: #b40001;
  font-weight: bold;
}
.m-box-sort-2-list__label-text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 5px;
  border: 2px solid #cccccc;
  border-radius: 6px;
  background-color: #ffffff;
  font-size: 1.2rem;
  text-align: center;
  cursor: pointer;
}
.m-box-sort-2__footer {
  margin-top: 15px;
  padding-top: 5px;
  border-top: 1px solid #cccccc;
}
.m-box-sort-2__footer-bottom-center > :first-child, .m-box-sort-2__footer-bottom-right > :first-child {
  margin-top: 0;
}
.m-box-sort-2__footer-bottom-center > :last-child, .m-box-sort-2__footer-bottom-right > :last-child {
  margin-bottom: 0;
}
.m-box-sort-2__footer-bottom-center {
  margin-top: 16px;
}
.m-box-sort-2__footer-bottom-center .m-btn__btn--search {
  width: 100%;
}
.m-box-sort-2__footer-bottom-center .m-btn__btn--search .m-btn__inner {
  padding-left: 24px;
}
.m-box-sort-2__footer-bottom-center .m-btn__btn--search .m-btn__inner::before {
  width: 16px;
  height: 16px;
  transform: rotate(0);
  border-width: 0;
  background-image: url("/assets/img/common/icon-search-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.m-box-sort-2__footer-bottom-right {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}
.m-box-sort-2__result {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  font-weight: bold;
  font-size: 1.4rem;
}
.m-box-sort-2__result-num {
  color: #b40001;
  font-size: 2.8rem;
}
.m-box-sort-2__result-unit {
  margin-left: 5px;
}

.m-box-contact-2 {
  display: grid;
  grid-template-rows: 1fr;
  margin-top: 40px;
  gap: 24px;
}
.m-box-contact-2 + * {
  margin-top: 40px !important;
}
.m-box-contact-2__col {
  padding: 24px 16px;
  background-color: #f5f5f5;
}
.m-box-contact-2__title {
  position: relative;
  padding-left: 12px;
  border-left: 3px solid #b40001;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
}
.m-box-contact-2__title + * {
  margin-top: 15px;
}
.m-box-contact-2__btn {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  padding: 14px;
  border: 2px solid #cccccc;
  border-radius: 6px;
  background-color: #ffffff;
  color: #333333;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.m-box-contact-2__btn + * {
  margin-top: 24px;
}
.m-box-contact-2__btn:hover, .m-box-contact-2__btn:focus, .m-box-contact-2__btn:active {
  border-color: #b40001;
  background-color: #fcefef;
  color: #b40001;
}
.m-box-contact-2__btn-inner {
  position: relative;
  padding-left: 15px;
  font-size: 1.6rem;
}
.m-box-contact-2__btn-inner::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 7px;
  height: 7px;
  margin: auto 0;
  transform: rotate(45deg);
  border-top: 2px solid #b40001;
  border-right: 2px solid #b40001;
  content: "";
}
.m-box-contact-2__note {
  display: flex;
  flex-wrap: nowrap;
}
.m-box-contact-2__note-symbol, .m-box-contact-2__note-text {
  font-size: 1.3rem;
}
.m-box-contact-2__note-symbol {
  flex: 0 0 auto;
  margin-right: 6px;
}

.m-panel-icon {
  display: grid;
  grid-template-rows: 1fr;
  margin-top: 32px;
}
.m-panel-icon__title {
  padding-bottom: 8px;
  border-bottom: 1px solid #cccccc;
  color: #b40001;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
}
.m-panel-icon__text {
  margin-top: 16px;
}
.m-panel-icon__list {
  margin-top: 16px;
}
.m-panel-icon__list-item {
  position: relative;
  padding-left: 14px;
  font-size: 1.2rem;
}
.m-panel-icon__list-item::before {
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #999999;
  content: "";
}
.m-panel-icon__list-item + .m-panel-icon__list-item {
  margin-top: 10px;
}
.m-panel-icon__icon {
  display: block;
  align-self: center;
  width: 30px;
  height: 30px;
  margin: 0 auto 14px;
}
.m-panel-icon__icon svg {
  width: 100%;
  height: auto;
}
.m-panel-icon__icon svg * {
  transition: fill 0.3s ease;
}
.m-panel-icon__panel {
  display: flex;
  position: relative;
  flex-direction: column;
  padding: 16px;
  border: 2px solid #cccccc;
  border-radius: 6px;
  background-color: #ffffff;
  color: #333333;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.m-panel-icon__panel:not(.m-panel-icon__panel--no-link):hover, .m-panel-icon__panel:not(.m-panel-icon__panel--no-link):focus, .m-panel-icon__panel:not(.m-panel-icon__panel--no-link):active {
  border-color: #b40001;
  background-color: #fcefef;
}
.m-panel-icon__panel:not(.m-panel-icon__panel--no-link):hover .m-panel-icon__icon svg *, .m-panel-icon__panel:not(.m-panel-icon__panel--no-link):focus .m-panel-icon__icon svg *, .m-panel-icon__panel:not(.m-panel-icon__panel--no-link):active .m-panel-icon__icon svg * {
  fill: #b40001;
}
.m-panel-icon__panel::after {
  display: block;
  display: none;
  z-index: 5;
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-radius: 0 0 6px;
  border-right-color: #b40001;
  border-bottom-color: #b40001;
  content: "";
}
.m-panel-icon__panel--no-icon::after {
  display: block;
}
.m-panel-icon__panel--no-icon .m-panel-icon__title {
  margin-top: 0;
  text-align: left;
}
.m-panel-icon__panel--no-link .m-panel-icon__title {
  color: #333333;
}

.m-panel-media {
  display: grid;
  grid-template-rows: 1fr;
  margin-top: 32px;
}
.m-panel-media__title {
  margin-top: 12px;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.4;
}
.m-panel-media__title-sub {
  display: block;
  margin-top: 4px;
  font-size: 1.2rem;
}
.m-panel-media__tag {
  display: block;
  margin-bottom: 8px;
}
.m-panel-media__tag-item {
  padding: 2px 6px;
  background-color: #2779b5;
  color: #ffffff;
  font-size: 1.1rem;
  text-align: center;
}
.m-panel-media__text {
  margin-top: 8px;
  font-size: 1.2rem;
}
.m-panel-media__caption {
  display: inline-flex;
  position: relative;
  align-items: center;
  align-self: center;
  justify-content: center;
  order: -2;
  margin-bottom: 16px;
  padding: 0 20px;
  color: #b40001;
  font-weight: bold;
  text-align: center;
}
.m-panel-media__caption::before, .m-panel-media__caption::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  height: 100%;
  margin: auto 0;
  background-color: #b40001;
  content: "";
}
.m-panel-media__caption::before {
  left: 10px;
  transform: rotate(-30deg);
}
.m-panel-media__caption::after {
  right: 10px;
  transform: rotate(30deg);
}
.m-panel-media__caption.is-empty {
  padding: 0;
}
.m-panel-media__caption.is-empty::before, .m-panel-media__caption.is-empty::after {
  display: none;
}
.m-panel-media__media {
  order: -1;
  text-align: center;
}
.m-panel-media__date {
  margin-top: 8px;
  color: #999999;
  font-size: 1.2rem;
}
.m-panel-media__movie {
  display: inline-block;
  position: relative;
  transition: opacity 0.3s ease;
}
.m-panel-media__movie:hover, .m-panel-media__movie:focus, .m-panel-media__movie:active {
  opacity: 0.5;
}
.m-panel-media__movie::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 65px;
  height: 65px;
  margin: auto;
  background-image: url("/assets/img/common/icon-movie-start.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.m-panel-media__panel {
  display: flex;
  flex-direction: column;
}
.m-panel-media__panel--link {
  color: #333333;
}
.m-panel-media__panel--link .m-panel-media__title {
  color: #0950b3;
}
.m-panel-media__panel--link .m-panel-media__title, .m-panel-media__panel--link .m-panel-media__media {
  transition: opacity 0.3s ease;
}
.m-panel-media__panel--link:hover .m-panel-media__title, .m-panel-media__panel--link:hover .m-panel-media__media, .m-panel-media__panel--link:focus .m-panel-media__title, .m-panel-media__panel--link:focus .m-panel-media__media, .m-panel-media__panel--link:active .m-panel-media__title, .m-panel-media__panel--link:active .m-panel-media__media {
  opacity: 0.5;
}
.m-panel-media__panel--link:hover .m-panel-media__movie, .m-panel-media__panel--link:focus .m-panel-media__movie, .m-panel-media__panel--link:active .m-panel-media__movie {
  opacity: 1;
}
.m-panel-media-link-another {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  padding-top: 10px;
  gap: 0 10px;
  border-top: 1px solid #cccccc;
}
.m-panel-media-link-another__link {
  position: relative;
  padding-left: 16px;
  color: #333333;
  font-size: 1.2rem;
  transition: color 0.3s ease;
}
.m-panel-media-link-another__link:hover, .m-panel-media-link-another__link:focus, .m-panel-media-link-another__link:active {
  color: #b40001;
  text-decoration: underline;
}
.m-panel-media-link-another__link::before {
  display: block;
  position: absolute;
  top: calc(0.5em - 1px);
  left: 0;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-top: 2px solid #b40001;
  border-right: 2px solid #b40001;
  content: "";
}

.m-panel-fund {
  display: flex;
  flex-wrap: wrap;
  max-width: 1035px;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
  gap: 24px 20px;
}
.m-panel-fund__item {
  width: calc(50% - 10px);
  /* アイテム数1のとき */
}
.m-panel-fund__item:only-child {
  margin: 0 auto !important;
}
.m-panel-fund__title {
  position: relative;
  margin-top: 16px;
  font-size: 1.6rem;
}
.m-panel-fund__title-text {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.m-panel-fund__title-sub {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  margin-top: 4px;
  overflow: hidden;
  font-size: 1.2rem;
}
.m-panel-fund__link {
  display: block;
  transition: opacity 0.3s ease;
}
.m-panel-fund__link:hover, .m-panel-fund__link:focus, .m-panel-fund__link:active {
  opacity: 0.5;
}
.m-panel-fund__tag {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4px;
  gap: 8px;
}
.m-panel-fund__tag-item {
  padding: 2px 6px;
  background-color: #2779b5;
  color: #ffffff;
  font-size: 1.1rem;
  text-align: center;
}
.m-panel-fund__tag-item--redemption {
  border-color: #b40001;
  background-color: #b40001;
  color: #ffffff;
}
.m-panel-fund__tag-item--tsumitate-nisa {
  position: relative;
  border: 1px solid #6fba42;
  background-color: #fbffef;
  color: #6fba42;
}
.m-panel-fund__tag-item--nisa {
  position: relative;
  border: 1px solid #0084f6;
  background-color: #f1f8ff;
  color: #0084f6;
}
.m-panel-fund__price {
  margin-top: 16px;
  color: #333333;
  font-size: 1.4rem;
}
.m-panel-fund__favorite {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 12px;
  padding: 8px;
  border: 2px solid #cccccc;
  border-radius: 4px;
  color: #333333;
  font-size: 1.2rem;
  text-align: center;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.m-panel-fund__favorite:hover, .m-panel-fund__favorite:focus, .m-panel-fund__favorite:active {
  border-color: #b40001;
  background-color: #fcefef;
  color: #b40001;
}
.m-panel-fund__favorite > span {
  position: relative;
  padding-left: 20px;
}
.m-panel-fund__media {
  position: relative;
  order: -1;
  width: 100%;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
  border: 1px solid #cccccc;
  background-color: #f5f5f5;
}
.m-panel-fund__media img {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
.m-panel-fund__media--favorite {
  aspect-ratio: 321/206;
  height: auto;
  padding-top: 0;
  border: 0;
  background-color: transparent;
}
.m-panel-fund__catchcopy {
  display: inline-flex;
  position: relative;
  align-items: center;
  align-self: center;
  justify-content: center;
  order: -2;
  padding: 0 20px;
  color: #b40001;
  font-weight: bold;
  text-align: center;
}
.m-panel-fund__catchcopy + * {
  margin-top: 16px;
}
.m-panel-fund__catchcopy::before, .m-panel-fund__catchcopy::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  height: 100%;
  margin: auto 0;
  background-color: #b40001;
  content: "";
}
.m-panel-fund__catchcopy::before {
  left: 10px;
  transform: rotate(-30deg);
}
.m-panel-fund__catchcopy::after {
  right: 10px;
  transform: rotate(30deg);
}
.m-panel-fund__catchcopy--empty::before, .m-panel-fund__catchcopy--empty::after {
  display: none;
}
.m-panel-fund__panel {
  display: flex;
  flex-direction: column;
}

.m-form-text + .m-form-text {
  margin-top: 24px;
}
.m-form-text__input {
  width: 100%;
  padding: 13px;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.m-form-text__input:focus-visible:not(:disabled) {
  margin: -1px;
  border: 2px solid #00a2f6;
  outline: none;
  box-shadow: 0 0 3px rgba(0, 61, 93, 0.3);
}
.m-form-text__note {
  margin-bottom: 8px;
}
.m-form-text__error {
  margin-top: 8px;
  color: #b40001;
  font-weight: bold;
}
.m-form-text .m-list-note {
  margin-top: 8px;
}

.m-form-textarea__textarea {
  width: 100%;
  height: 247px;
  padding: 13px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  resize: none;
}
.m-form-textarea__textarea:focus-visible:not(:disabled) {
  margin: -1px;
  border: 2px solid #00a2f6;
  outline: none;
  box-shadow: 0 0 3px rgba(0, 61, 93, 0.3);
}

.m-form-checkbox__label {
  display: inline-flex;
  align-items: center;
  gap: 0 8px;
  cursor: pointer;
}
.m-form-checkbox__label-text {
  font-weight: bold;
  text-align: center;
}
.m-form-checkbox__label-text a {
  text-decoration: underline;
}
.m-form-checkbox__label-text a:hover, .m-form-checkbox__label-text a:focus, .m-form-checkbox__label-text a:active {
  text-decoration: none;
}
.m-form-checkbox__checkbox {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #cccccc;
  border-radius: 2px;
  background-color: #ffffff;
  cursor: pointer;
}
.m-form-checkbox__checkbox::before {
  display: block;
  position: absolute;
  top: 45%;
  left: 50%;
  width: 12px;
  height: 6px;
  transform: translate(-50%, -50%) rotate(-45deg);
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}
.m-form-checkbox__checkbox:checked {
  border-color: #b40001;
  background-color: #b40001;
}
.m-form-checkbox__checkbox:checked::before {
  content: "";
}

.m-form-select {
  position: relative;
}
.m-form-select::after {
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 7px;
  height: 7px;
  margin: auto 0;
  transform: rotate(45deg);
  border-right: 2px solid #333333;
  border-bottom: 2px solid #333333;
  content: "";
  pointer-events: none;
}
.m-form-select__select {
  -webkit-appearance: none;
          appearance: none;
  width: 100%;
  padding: 13px 26px 13px 13px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background-color: #ffffff;
  color: #333333;
  font-size: 1.6rem;
  cursor: pointer;
}
.m-form-select__select:focus-visible:not(:disabled) {
  margin: -1px;
  border: 2px solid #00a2f6;
  outline: none;
  box-shadow: 0 0 3px rgba(0, 61, 93, 0.3);
}

.m-form-label {
  display: flex;
  gap: 0 6px;
}
.m-form-label__label {
  font-weight: bold;
  font-size: 1.6rem;
}
.m-form-label__label-fw-normal {
  font-weight: normal;
}
.m-form-label__tag {
  flex-shrink: 0;
}

.m-form-required {
  flex-shrink: 0;
  padding: 1px 6px;
  background-color: #b40001;
  color: #ffffff;
  font-size: 1.1rem;
}

.m-form-lyt {
  max-width: 960px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}
.m-form-lyt__item + .m-form-lyt__item {
  margin-top: 24px;
}
.m-form-lyt__grid {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  gap: 10px;
}
.m-form-lyt__contents > :first-child {
  margin-top: 0;
}
.m-form-lyt__contents > :last-child {
  margin-bottom: 0;
}

.m-form-lyt-confirm {
  max-width: 960px;
  margin: auto;
  margin-top: 40px;
}
.m-form-lyt-confirm__item + .m-form-lyt-confirm__item {
  margin-top: 24px;
}
.m-form-lyt-confirm__grid {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  gap: 10px;
}
.m-form-lyt-confirm__label {
  font-size: 1.6rem;
}
.m-form-lyt-confirm__label--bold {
  font-weight: bold;
}
.m-form-lyt-confirm__contents > :first-child {
  margin-top: 0;
}
.m-form-lyt-confirm__contents > :last-child {
  margin-bottom: 0;
}

.m-form-lyt-grid {
  margin-top: 32px;
}
.m-form-lyt-grid__inner {
  display: flex;
  flex-wrap: wrap;
  margin: -16px -24px 0 0;
}
.m-form-lyt-grid__inner--center {
  justify-content: center;
}
.m-form-lyt-grid__item {
  padding: 16px 24px 0 0;
}

.m-form-box-error {
  margin-top: 40px;
  padding: 16px;
  border: 1px solid #b40001;
  background-color: #fcefef;
}
.m-form-box-error + * {
  margin-top: 24px !important;
}
.m-form-box-error__text {
  color: #b40001;
  font-weight: bold;
}
.m-form-box-error__text + .m-form-box-error__text {
  margin-top: 8px;
}

.emaxis-asset-chart .highcharts-tooltip {
  visibility: visible !important;
  opacity: 1 !important;
}

.highcharts-tooltip {
  padding: 8px 38px;
}
.highcharts-tooltip__table {
  overflow: hidden;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.highcharts-tooltip__td {
  padding: 5px 10px;
  font-weight: normal;
}
.highcharts-tooltip__th {
  padding: 10px;
  background-color: #f5f5f5;
  font-weight: normal;
}
.highcharts-tooltip__mark {
  margin-right: 3px;
}

.m-lyt-media {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.m-lyt-media__body {
  display: table;
  table-layout: fixed;
}
.m-lyt-media-caption {
  display: table-caption;
  margin-top: 14px;
  font-size: 1.2rem;
  caption-side: bottom;
}
.m-lyt-media-caption__body {
  display: flex;
  justify-content: center;
}
.m-lyt-media__movie {
  display: inline-block;
  position: relative;
  transition: opacity 0.3s ease;
}
.m-lyt-media__movie:hover, .m-lyt-media__movie:focus, .m-lyt-media__movie:active {
  opacity: 0.5;
}
.m-lyt-media__movie::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 65px;
  height: 65px;
  margin: auto;
  background-image: url("/assets/img/common/icon-movie-start.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.m-lyt-movie {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 32px;
}
.m-lyt-movie__body {
  position: relative;
  padding-top: 56.25%;
}
.m-lyt-movie__body > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.m-lyt-frame {
  position: relative;
}
.m-lyt-frame__body {
  width: 100%;
  height: 500px;
}

.m-lyt-map {
  max-width: 100%;
  margin: 0 auto;
  margin-top: 32px;
}
.m-lyt-map__body {
  position: relative;
  padding-top: 56.25%;
}
.m-lyt-map__body > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.m-lyt-media-content {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 32px;
  gap: 24px 0;
}
.m-lyt-media-content__media {
  grid-row: 1/2;
  grid-column: 1/2;
  justify-self: center;
}
.m-lyt-media-content__movie {
  display: inline-block;
  position: relative;
  transition: opacity 0.3s ease;
}
.m-lyt-media-content__movie:hover, .m-lyt-media-content__movie:focus, .m-lyt-media-content__movie:active {
  opacity: 0.5;
}
.m-lyt-media-content__movie::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 65px;
  height: 65px;
  margin: auto;
  background-image: url("/assets/img/common/icon-movie-start.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.m-lyt-media-content__caption {
  margin-top: 14px;
  font-size: 1.2rem;
}
.m-lyt-media-content__content {
  grid-row: 2/3;
  grid-column: 1/2;
}
.m-lyt-media-content__content > :first-child {
  margin-top: 0;
}
.m-lyt-media-content__content > :last-child {
  margin-bottom: 0;
}

.lyt-grid {
  display: grid;
  grid-template-rows: 1fr;
  margin-top: 32px;
}
.lyt-grid__col > :first-child {
  margin-top: 0;
}
.lyt-grid__col > :last-child {
  margin-bottom: 0;
}

.m-lyt-fund-details {
  margin-top: 32px;
}
.m-lyt-fund-details + .m-lyt-fund-details {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #cccccc;
}
.m-lyt-fund-details__body {
  display: grid;
  grid-template: "fundDetailMedia" auto "fundDetailTag" auto "fundDetailTitle" auto "fundDetailContent" auto/1fr;
}
.m-lyt-fund-details__title {
  position: relative;
  grid-area: fundDetailTitle;
  font-size: 1.6rem;
  line-height: 1.4;
}
.m-lyt-fund-details__title-sub {
  display: block;
  margin-top: 4px;
  font-size: 1.4rem;
}
.m-lyt-fund-details__title-link {
  transition: opacity 0.3s ease;
}
.m-lyt-fund-details__title-link:hover, .m-lyt-fund-details__title-link:focus, .m-lyt-fund-details__title-link:active {
  opacity: 0.6;
}
.m-lyt-fund-details__tag {
  display: flex;
  grid-area: fundDetailTag;
  flex-wrap: wrap;
  margin-bottom: 8px;
  gap: 8px;
}
.m-lyt-fund-details__tag-item {
  padding: 1px 6px;
  background-color: #2779b5;
  color: #ffffff;
  font-size: 1.1rem;
}
.m-lyt-fund-details__media {
  display: block;
  position: relative;
  grid-area: fundDetailMedia;
  width: 140px;
  height: 140px;
  margin: 0 auto 25px;
  overflow: hidden;
  border: 1px solid #cccccc;
  background-color: #f5f5f5;
  text-align: center;
}
.m-lyt-fund-details__media > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.m-lyt-fund-details__content {
  grid-area: fundDetailContent;
  margin-top: 14px;
}
.m-lyt-fund-details__content > :first-child {
  margin-top: 0;
}
.m-lyt-fund-details__content > :last-child {
  margin-bottom: 0;
}
.m-lyt-fund-details-dist {
  color: #333333;
}
.m-lyt-fund-details-dist__content > :first-child {
  margin-top: 0;
}
.m-lyt-fund-details-dist__content > :last-child {
  margin-bottom: 0;
}
.m-lyt-fund-details-list {
  display: flex;
  flex-direction: column;
  color: #333333;
  font-size: 1.4rem;
}
.m-lyt-fund-details-list__title::after {
  content: "：";
}

.m-tab {
  margin-top: 40px;
}
.m-tab__text-sub {
  display: block;
  margin-bottom: 4px;
  font-size: 1.2rem;
}
.m-tab__tab {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 14px 4px;
  border: 2px solid #cccccc;
  border-bottom: 0;
  background-color: #f5f5f5;
  color: #333333;
  text-align: center;
  transition: background-color 0.3s ease;
}
.m-tab__tab:hover, .m-tab__tab:focus, .m-tab__tab:active {
  background-color: #e6e6e6;
}
.m-tab__tab[aria-selected=true], .m-tab__tab.is-current {
  position: relative;
  border-color: #b40001;
  background-color: #ffffff !important;
  color: #b40001;
  font-weight: bold;
}
.m-tab__tab[aria-selected=true]::after, .m-tab__tab.is-current::after {
  display: block;
  z-index: 5;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  content: "";
}
.m-tab__list {
  display: flex;
  position: relative;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 0 4px;
  border-bottom: 2px solid #b40001;
}
.m-tab__list::before {
  display: block;
  visibility: hidden;
  z-index: -1;
  position: absolute;
  top: 0;
  left: -16px;
  width: calc(100% + 32px);
  height: 100%;
  background-color: #ffffff;
  content: "";
  opacity: 0;
  transition: visibility 0.3s ease, opacity 0.3s ease;
}
.m-tab__list.is-sticky::before {
  visibility: visible;
  opacity: 1;
}
.m-tab__list--bottom {
  margin-top: 32px;
  border-top: 2px solid #b40001;
  border-bottom: 0;
}
.m-tab__list--bottom .m-tab__tab {
  border-top: 0;
  border-bottom: 2px solid #cccccc;
}
.m-tab__list--bottom .m-tab__tab[aria-selected=true], .m-tab__list--bottom .m-tab__tab.is-current {
  border-bottom-color: #b40001;
}
.m-tab__list--bottom .m-tab__tab[aria-selected=true]::after, .m-tab__list--bottom .m-tab__tab.is-current::after {
  top: -2px;
}
.m-tab__panel {
  margin-top: 32px;
}
.m-tab__panel > :first-child {
  margin-top: 0;
}
.m-tab__panel > :last-child {
  margin-bottom: 0;
}

.m-tab-2 {
  margin-top: 40px;
}
.m-tab-2__text-sub {
  display: block;
  margin-bottom: 4px;
  font-size: 1.2rem;
}
.m-tab-2__tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 11px 6px;
  border: 2px solid #cccccc;
  border-radius: 6px;
  background-color: #ffffff;
  color: #333333;
  text-align: center;
  transition: background-color 0.3s ease;
}
.m-tab-2__tab:hover, .m-tab-2__tab:focus, .m-tab-2__tab:active {
  background-color: #e6e6e6;
}
.m-tab-2__tab[aria-selected=true], .m-tab-2__tab.is-current {
  border-color: #b40001;
  background-color: #fcefef !important;
  color: #b40001;
  font-weight: bold;
}
.m-tab-2__list {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  gap: 11px;
}
.m-tab-2__panel {
  margin-top: 32px;
}
.m-tab-2__panel > :first-child {
  margin-top: 0;
}
.m-tab-2__panel > :last-child {
  margin-bottom: 0;
}

.uniq-new-nisa-tab {
  margin-top: 40px;
}
.uniq-new-nisa-tab__list-wrap {
  display: flex;
  width: 100%;
}
.uniq-new-nisa-tab__tab {
  width: 50%;
  padding: 14px 4px;
  border: 2px solid #cccccc;
  border-radius: 6px;
  color: #333333;
  text-align: center;
}
.uniq-new-nisa-tab__tab--tsumitate-nisa[aria-selected=true], .uniq-new-nisa-tab__tab--tsumitate-nisa.is-current {
  border-color: #6fba42;
  background-color: #6fba42 !important;
  color: #ffffff;
  font-weight: bold;
}
.uniq-new-nisa-tab__tab--nisa[aria-selected=true], .uniq-new-nisa-tab__tab--nisa.is-current {
  border-color: #0084f6;
  background-color: #0084f6 !important;
  color: #ffffff;
  font-weight: bold;
}

html[data-script-enabled=true] .m-modal {
  display: flex;
  visibility: hidden;
  z-index: 7000;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 60px 16px;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
html[data-script-enabled=true] .m-modal.is-modal-open {
  visibility: visible;
  opacity: 1;
}
.m-modal__title {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
}
.m-modal__title + * {
  margin-top: 16px !important;
}
.m-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  border-radius: 0 0 0 6px;
  background-color: #333333;
  transition: background-color 0.2s ease;
}
.m-modal__close:hover, .m-modal__close:focus, .m-modal__close:active {
  background-color: #b40001;
}
.m-modal__close > span {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.m-modal__close::before, .m-modal__close::after {
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  margin: auto;
  inset: 0;
  background-color: #ffffff;
  content: "";
}
.m-modal__close::before {
  transform: rotate(45deg);
}
.m-modal__close::after {
  transform: rotate(-45deg);
}
[class] + .m-modal__close {
  margin-top: 0 !important;
}
.m-modal__contents {
  width: 100%;
  padding: 44px 16px;
  overflow: auto;
}
.m-modal__contents > :first-child {
  margin-top: 0;
}
.m-modal__contents > :last-child {
  margin-bottom: 0;
}
html[data-script-enabled=true] .m-modal__body {
  display: flex;
  position: relative;
  width: 100%;
  max-width: 1200px;
  max-height: 100%;
  background-color: #ffffff;
}

.m-panel-fund__tooltip.js-tooltip-item {
  display: inline-block;
  z-index: 10;
  position: absolute;
  bottom: calc(100% + 7px);
  left: 50%;
  width: calc(100% + 20px);
  padding: 10px;
  transform: translateX(-50%);
  border: 1px solid #cccccc;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.23);
  font-size: 1.4rem;
}
html:not([data-script-enabled=true]) .m-panel-fund__tooltip.js-tooltip-item {
  position: static;
  bottom: auto;
  left: auto;
  width: 100%;
  transform: none;
}
html:not([data-script-enabled=true]) .m-panel-fund__tooltip.js-tooltip-item::before, html:not([data-script-enabled=true]) .m-panel-fund__tooltip.js-tooltip-item::after {
  display: none;
}
.m-panel-fund__tooltip.js-tooltip-item::before, .m-panel-fund__tooltip.js-tooltip-item::after {
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 20px;
  height: 12px;
  transform: translateX(-50%);
  background-color: #cccccc;
  content: "";
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
.m-panel-fund__tooltip.js-tooltip-item::after {
  top: calc(100% - 1px);
  width: 18px;
  height: 11px;
  background-color: #ffffff;
}
.m-panel-fund__tooltip.js-tooltip-item.is-tooltip-left-over {
  right: auto;
  left: 0;
  transform: none;
}
.m-panel-fund__tooltip.js-tooltip-item.is-tooltip-left-over::before, .m-panel-fund__tooltip.js-tooltip-item.is-tooltip-left-over::after {
  left: 10px;
  transform: none;
}
.m-panel-fund__tooltip.js-tooltip-item.is-tooltip-right-over {
  right: 0;
  left: auto;
  transform: none;
}
.m-panel-fund__tooltip.js-tooltip-item.is-tooltip-right-over::before, .m-panel-fund__tooltip.js-tooltip-item.is-tooltip-right-over::after {
  left: calc(100% - 30px);
  transform: none;
}

.m-tbl-fund__title {
  position: relative;
}
.m-tbl-fund__tooltip.js-tooltip-item {
  display: inline-block;
  z-index: 10;
  position: absolute;
  bottom: calc(100% + 7px);
  left: 50%;
  width: 100%;
  padding: 10px;
  transform: translateX(-50%);
  border: 1px solid #cccccc;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.23);
  color: #333333;
  font-size: 1.4rem;
}
html:not([data-script-enabled=true]) .m-tbl-fund__tooltip.js-tooltip-item {
  position: static;
  bottom: auto;
  left: auto;
  margin-top: 10px;
  transform: none;
}
html:not([data-script-enabled=true]) .m-tbl-fund__tooltip.js-tooltip-item::before, html:not([data-script-enabled=true]) .m-tbl-fund__tooltip.js-tooltip-item::after {
  display: none;
}
.m-tbl-fund__tooltip.js-tooltip-item::before, .m-tbl-fund__tooltip.js-tooltip-item::after {
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 20px;
  height: 12px;
  transform: translateX(-50%);
  background-color: #cccccc;
  content: "";
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
.m-tbl-fund__tooltip.js-tooltip-item::after {
  top: calc(100% - 1px);
  width: 18px;
  height: 11px;
  background-color: #ffffff;
}

/**
 * Swiper 8.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 8, 2022
 */
@font-face {
  font-style: normal;
  font-weight: 400;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-family: swiper-icons;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  z-index: 1;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  overflow: hidden;
  list-style: none;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  transition-property: transform;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  -ms-overflow-style: none;
  overflow: auto;
  scrollbar-width: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  flex-shrink: 0;
  order: 9999;
  content: "";
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  width: var(--swiper-centered-offset-after);
  height: 100%;
  min-height: 1px;
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  width: var(--swiper-virtual-size);
  height: 1px;
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  display: flex;
  z-index: 10;
  position: absolute;
  top: 50%;
  align-items: center;
  justify-content: center;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  opacity: 0.35;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-variant: initial;
  font-size: var(--swiper-navigation-size);
  line-height: 1;
  font-family: swiper-icons;
  letter-spacing: 0;
  text-transform: none !important;
  text-transform: none;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  right: auto;
  left: 10px;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  z-index: 10;
  position: absolute;
  transform: translate3d(0, 0, 0);
  text-align: center;
  transition: 0.3s opacity;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  display: inline-block;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  top: 50%;
  right: 10px;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  width: 8px;
  transform: translateY(-50%);
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  position: absolute;
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  -ms-touch-action: none;
  position: relative;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  z-index: 50;
  position: absolute;
  bottom: 3px;
  left: 1%;
  width: 98%;
  height: 5px;
}

.swiper-vertical > .swiper-scrollbar {
  z-index: 50;
  position: absolute;
  top: 1%;
  right: 3px;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  box-sizing: border-box;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  transform-origin: 50%;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  z-index: -1000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

.swiper-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-direction: column;
  flex-wrap: wrap;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  -webkit-backface-visibility: hidden;
  visibility: hidden;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform-origin: 0 0;
  backface-visibility: hidden;
  pointer-events: none;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  visibility: visible;
  pointer-events: auto;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  -webkit-backface-visibility: hidden;
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  z-index: 0;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}

.swiper-cube .swiper-cube-shadow:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  content: "";
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  -webkit-backface-visibility: hidden;
  z-index: 1;
  backface-visibility: hidden;
  pointer-events: none;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  -webkit-backface-visibility: hidden;
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  overflow: hidden;
  backface-visibility: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-backface-visibility: hidden;
  overflow: hidden;
  transform-origin: center bottom;
  backface-visibility: hidden;
}

.m-slider-fund {
  margin-top: 32px;
  /*
    SP時のレイアウト
    | パネル                       |
    | prev | ページネーション | next |
  */
  /*
    PC時のレイアウト
    | prev | パネル | next |
    | ページネーション       |
  */
}
.m-slider-fund__pagination {
  bottom: 0 !important;
}
.m-slider-fund__pagination > .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 14px !important;
  overflow: hidden;
  background-color: #dbdbdb;
  color: #dbdbdb;
  opacity: 1;
}
.m-slider-fund__pagination > .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #b40001;
  color: #b40001;
}
html:not([data-script-enabled=true]) .m-slider-fund__pagination {
  display: none;
}
.m-slider-fund__prev, .m-slider-fund__next {
  z-index: 40;
  width: 40px;
  height: 40px;
  transform: translateZ(1px);
  background-color: #b40001;
}
html:not([data-script-enabled=true]) .m-slider-fund__prev, html:not([data-script-enabled=true]) .m-slider-fund__next {
  display: none;
}
.m-slider-fund__prev::before, .m-slider-fund__prev::after, .m-slider-fund__next::before, .m-slider-fund__next::after {
  color: #ffffff;
  font-weight: bold;
  font-size: 1.3rem;
}
.m-slider-fund__next {
  right: 0 !important;
}
.m-slider-fund__prev {
  left: 0 !important;
}
.m-slider-fund__wrap {
  flex-wrap: nowrap;
}
html:not([data-script-enabled=true]) .m-slider-fund__wrap {
  display: grid;
}
.m-slider-fund__wrap.m-panel-fund {
  margin-top: 0 !important;
}
html[data-script-enabled=true] .m-slider-fund__wrap.m-panel-fund {
  gap: 0;
}

.js-scroll-tbl {
  position: relative;
}
.js-scroll-tbl-icon {
  visibility: visible;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.js-scroll-tbl-icon.is-scroll-tbl-icon-hide {
  visibility: hidden;
  opacity: 0;
}

.m-popup {
  z-index: 3000;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.m-popup__item {
  display: none;
  align-items: center;
  width: 190px;
  height: 190px;
  margin: 0 auto;
  border-radius: 8px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  animation: popup-fade 2s;
}
.m-popup__item.is-popup-show {
  display: block;
}
.m-popup__item--favorite-remove, .m-popup__item--favorite-add {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.14);
  font-size: 1.8rem;
}
.m-popup__item--favorite-remove::before, .m-popup__item--favorite-add::before {
  display: block;
  position: relative;
  left: 50%;
  flex-shrink: 1;
  width: 56px;
  height: 60px;
  margin-bottom: 16px;
  margin-left: 1px;
  transform: translateX(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.m-popup__item--favorite-add {
  padding: 33px 34px;
}
.m-popup__item--favorite-add::before {
  background-image: url("/assets/img/common/icon-favorite.svg");
}
.m-popup__item--favorite-remove {
  padding: 33px 30px;
}
.m-popup__item--favorite-remove::before {
  background-image: url("/assets/img/common/icon-favorite-inactive.svg");
}
.m-popup__item--error {
  padding: 40px 10px 30px;
  background-color: rgba(252, 239, 239, 0.92);
  font-size: 1.6rem;
}
.m-popup__item--error::before {
  display: block;
  position: relative;
  left: 50%;
  flex-shrink: 1;
  width: 50px;
  height: 50px;
  margin-bottom: 16px;
  transform: translateX(-50%);
  background-image: url("/assets/img/common/icon-error-popup.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

@keyframes popup-fade {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
html[data-script-enabled=true] .js-sticky {
  z-index: 10;
  position: sticky;
  top: 0;
  left: 0;
}
.js-sticky.m-tab__list {
  padding-top: 16px;
}
.js-sticky-crossing-top {
  visibility: hidden;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 0;
}

html[data-script-enabled=true] .js-local-nav-wrap {
  display: none;
}
html[data-script-enabled=true] .js-local-nav-wrap.is-local-nav-current-wrap {
  display: block;
}

.js-toggle-hook {
  cursor: pointer;
}
.js-toggle-content {
  margin: 20px 0 0;
  padding: 20px;
  overflow: hidden;
  transition: height 0.3s ease, padding 0.3s ease, margin 0.3s ease;
}

.m-tgl {
  margin-top: 24px;
}
.m-tgl .js-toggle-content {
  margin: 0;
  padding: 0 0 43px;
}
.m-tgl > :not(:first-child) {
  margin-top: 16px;
}
.m-tgl__wrap[open] .m-tgl__btn::before {
  transform: rotate(0deg);
}
.m-tgl__wrap[open] .m-tgl__btn::after {
  display: none;
}
.m-tgl__head {
  display: flex;
  position: relative;
  align-items: center;
  padding: 12px 45px 11px 18px;
  border: 2px solid #dbdbdb;
  border-radius: 6px;
  background-color: #ffffff;
  font-weight: bold;
  list-style: none;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.m-tgl__head-step, .m-tgl__head-num {
  display: flex;
  align-items: center;
  color: #b40001;
}
.m-tgl__head-step {
  padding-right: 10px;
  font-size: 10px;
}
.m-tgl__head-num {
  padding-right: 15px;
  font-size: 20px;
}
.m-tgl__head:hover {
  border-color: #b40001;
  background-color: #fcefef;
  color: #b40001;
}
.m-tgl__head::-webkit-details-marker {
  display: none;
}
.m-tgl__btn {
  display: block;
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  width: 14px;
  height: 14px;
  margin: auto 0;
  background-color: transparent;
}
.m-tgl__btn::before, .m-tgl__btn::after {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  background-color: #b40001;
  content: "";
  transition: 0.3s ease-in-out;
}
.m-tgl__btn::before {
  transform: rotate(-90deg);
}

[class^=krkr-] .krkr-popup-icon-wrapper {
  z-index: 3000;
}

.m-hr {
  display: block;
  height: 1px;
  margin: 40px 0;
  border: 0;
  background-color: #cccccc;
}

.m-loading {
  display: block;
  aspect-ratio: 16/9;
  width: 100%;
  min-height: 50px;
  background-image: url("/assets/img/common/icon-loading.gif");
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
}
.m-loading--small {
  aspect-ratio: auto;
  min-height: 116px;
}
.m-loading__text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.uniq-panel .m-loading {
  grid-area: 1/1/1/3;
}
.m-compare-box-period {
  padding: 12px;
  background-color: #f5f5f5f5;
}
.m-compare-box-period + * {
  margin-top: 0;
}
.m-compare-box-period + .m-compare-box-period {
  margin-top: 0;
  border-top: 1px solid #cccccc;
}
.m-compare-box-period__head {
  flex-shrink: 0;
}
.m-compare-box-period__period {
  display: grid;
  grid-template-columns: repeat(1, auto);
  gap: 8px 0;
}
.m-compare-box-period__period-contents {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.m-compare-box-period__period-item {
  width: 43.75%;
  max-width: 154px;
}
.m-compare-box-period__period-item--text {
  width: initial !important;
}
.m-compare-box-period__period-input {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  color: #333333;
  text-align: center;
}
.m-compare-box-period__period-input[type=date] {
  -webkit-appearance: none;
          appearance: none;
  position: relative;
}
.m-compare-box-period__period-input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.m-compare-box-period__period-text {
  text-align: center;
}
.m-compare-select > :first-child {
  margin-top: 0;
}
.m-compare-select > :last-child {
  margin-bottom: 0;
}
.m-compare-select-list {
  display: grid;
  grid-template-rows: 1fr;
  margin-top: 16px;
}
.m-compare-select-list__label-text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 10px;
  border: 2px solid #cccccc;
  border-radius: 6px;
  background-color: #ffffff;
  text-align: center;
  cursor: pointer;
}
.m-compare-select-list__label input {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.m-compare-select-list__label input:checked + * {
  border-color: #b40001;
  background-color: #b40001;
  color: #ffffff;
}
.m-compare-checkbox {
  display: flex;
  position: relative;
  align-items: center;
  height: 100%;
  padding-left: 60px;
  cursor: pointer;
}
.m-compare-checkbox__input {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.m-compare-checkbox__input:checked + .m-compare-checkbox__label::before {
  border-color: #b40001;
  background-color: #b40001;
}
.m-compare-checkbox__input:checked + .m-compare-checkbox__label::after {
  opacity: 1;
}
.m-compare-checkbox__input:disabled + .m-compare-checkbox__label::before {
  border-color: #cccccc;
  background-color: #cccccc;
}
.m-compare-checkbox__label::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin: auto 0;
  border: 1px solid #999999;
  border-radius: 2px;
  content: "";
}
.m-compare-checkbox__label::after {
  display: block;
  position: absolute;
  top: -3px;
  bottom: 0;
  left: 4px;
  width: 12px;
  height: 7px;
  margin: auto 0;
  transform: rotate(-45deg);
  border-bottom: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  content: "";
  opacity: 0;
}
.m-compare-box-graph-list {
  margin-top: 12px;
}
.m-compare-box-graph-list__inner {
  padding: 12px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
.m-compare-box-graph-list__list {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 14px 4px;
}
.m-compare-box-graph-list__item {
  --background-color: #3d6bb5;
  position: relative;
  padding-left: 24px;
  font-size: 1.4rem;
}
.m-compare-box-graph-list__item::before {
  display: block;
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 16px;
  height: 3px;
  background-color: var(--background-color);
  content: "";
}
.m-compare-box-graph-list__item--line-circle {
  display: flex;
  align-items: center;
  padding-left: 30px;
}
.m-compare-box-graph-list__item--line-circle::before {
  top: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  margin: auto 0;
}
.m-compare-box-graph-list__item--checkbox {
  padding-left: 0;
}
.m-compare-box-graph-list__item--checkbox::before {
  left: 36px;
}
.m-compare-box-graph-list__item--blue {
  --background-color: #3d6bb5;
}
.m-compare-box-graph-list__item--sky-blue {
  --background-color: #00aceb;
}
.m-compare-box-graph-list__item--green {
  --background-color: #036564;
}
.m-compare-box-graph-list__item--purple {
  --background-color: #a54795;
}
.m-compare-box-graph-list__item--pink {
  --background-color: #e7388f;
}
.m-compare-box-graph-list__item--gray {
  --background-color: #a9a9a9;
}
.m-compare-box-graph-list__item--red-bright {
  --background-color: #f6ece9;
}

.m-fund-hdg-detail-lv2 {
  margin-top: 40px;
  line-height: 1.4;
  text-align: center;
}
.m-fund-hdg-detail-lv2 + * {
  margin-top: 24px !important;
}
.m-fund-hdg-detail-lv2__title {
  font-size: 1.8rem;
}
.m-fund-hdg-detail-lv2__title > span {
  position: relative;
}
.m-fund-hdg-detail-lv2__title--recommend > span, .m-fund-hdg-detail-lv2__title--history > span {
  display: inline-block;
}
.m-fund-hdg-detail-lv2__title--recommend > span::before, .m-fund-hdg-detail-lv2__title--history > span::before {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.m-fund-hdg-detail-lv2__title--recommend > span::before {
  background-image: url("/assets/img/common/icon-fund-recommend.svg");
}
.m-fund-hdg-detail-lv2__title--history > span::before {
  background-image: url("/assets/img/common/icon-fund-history.svg");
}
.m-fund-hdg-detail-lv2--border {
  padding: 16px;
  border: 1px solid #333333;
}

.m-hdg-lv3.m-fund-hdg-detail-lv3 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.m-hdg-lv3.m-fund-hdg-detail-lv3 .m-fund-hdg-detail-lv3__caption {
  font-size: 1.2rem;
}

.m-fund-text-small {
  font-size: 1.2rem;
}

.m-fund-text-price__sub {
  display: block;
  margin-top: 4px;
  font-size: 1.3rem;
}
.m-fund-text-price__sub--normal {
  font-size: inherit;
}
.m-fund-text-price__unit-small {
  margin-left: 4px;
  font-size: 1.4rem;
}
.m-fund-text-price__unit-normal {
  margin-left: 4px;
  font-size: inherit;
}
.m-fund-text-price--text-l {
  font-size: 2.2rem;
}

.m-fund-text-result {
  margin-top: 32px;
  padding-bottom: 14px;
  border-bottom: 1px solid #cccccc;
}
.m-fund-text-result__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  font-size: 1.4rem;
  word-break: break-all;
}
.m-fund-text-result__title-text {
  flex: 0 0 auto;
}
.m-fund-text-result__title-text + span {
  margin-left: 15px;
}
.m-fund-text-result__title-num {
  color: #b40001;
  font-size: 2.8rem;
  line-height: 1;
}
.m-fund-text-result__title-unit {
  margin-left: 10px;
}
.m-fund-text-result__caption {
  font-size: 1.2rem;
}
.m-fund-text-result__caption--is-hidden {
  visibility: hidden;
}

.m-fund-list-docs {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 32px;
}
.m-fund-list-docs--arrow::after {
  display: block;
  position: absolute;
  content: "";
}
.m-fund-list-docs__text {
  padding: 8px 36px 8px 13px;
  color: rgba(153, 153, 153, 0.67);
}
.m-fund-list-docs__text-sub {
  display: block;
  font-size: 1.2rem;
}
.m-fund-list-docs__link {
  display: flex;
  z-index: 5;
  position: relative;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 6px 28px 4px 8px;
  background-color: #ffffff;
  color: #333333;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.m-fund-list-docs__link::before {
  display: block;
  z-index: 5;
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border: 1px solid #b40001;
  content: "";
  opacity: 0;
  transition: opacity 0.3s ease;
}
.m-fund-list-docs__link::after {
  z-index: 0;
  top: 50%;
  right: 14px;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #b40001;
  border-right: 2px solid #b40001;
}
.m-fund-list-docs__link:hover, .m-fund-list-docs__link:focus, .m-fund-list-docs__link:active {
  background-color: #fcefef;
  color: #b40001;
}
.m-fund-list-docs__link:hover::before, .m-fund-list-docs__link:focus::before, .m-fund-list-docs__link:active::before {
  opacity: 1;
}
.m-fund-list-docs__link .m-icon {
  z-index: 5;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}
.m-fund-list-docs__item {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  min-height: 52px;
  margin-top: -1px;
  margin-right: -1px;
  border: 1px solid #cccccc;
  background-color: #f5f5f5;
}
.m-fund-list-docs__item--grid-top-left {
  grid-row: 1/2;
  grid-column: 1/2;
}
.m-fund-list-docs__item--grid-top-right {
  grid-row: 1/2;
  grid-column: 2/3;
}
.m-fund-list-docs__item--grid-bottom-left {
  grid-row: 2/3;
  grid-column: 1/2;
}
.m-fund-list-docs__item--grid-bottom-right {
  grid-row: 2/3;
  grid-column: 2/3;
}

.m-tbl.m-fund-tbl .m-fund-tbl__row--total > * {
  border-top: 2px solid #999999;
  background-color: #ffffff;
}

.m-fund-lyt-detail {
  padding: 24px 16px;
  border-bottom: 1px solid #cccccc;
  background-color: #f5f5f5;
}
.m-fund-lyt-detail__title {
  grid-area: fundDetailTitle;
  font-size: 1.6rem;
  line-height: 1.4;
}
.m-fund-lyt-detail__title-sub {
  display: block;
  font-size: 1.2rem;
}
.m-fund-lyt-detail__text a {
  text-decoration: underline;
}
.m-fund-lyt-detail__text a:hover, .m-fund-lyt-detail__text a:focus, .m-fund-lyt-detail__text a:active {
  text-decoration: none;
}
.m-fund-lyt-detail__status {
  max-width: 960px;
  margin: 16px auto 0;
  padding: 8px 16px;
  background-color: #b40001;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.m-fund-lyt-detail__tag {
  display: flex;
  grid-area: fundDetailTag;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 12px;
  gap: 2px;
}
.m-fund-lyt-detail__tag-item {
  padding: 3px 6px;
  background-color: #b40001;
  color: #ffffff;
  font-size: 1.1rem;
}
.m-fund-lyt-detail__tag-item--link {
  position: relative;
  padding-left: 17px;
  transition: background-color 0.3s ease;
}
.m-fund-lyt-detail__tag-item--link:hover, .m-fund-lyt-detail__tag-item--link:focus, .m-fund-lyt-detail__tag-item--link:active {
  background-color: #800001;
}
.m-fund-lyt-detail__tag-item--link::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6px;
  width: 6px;
  height: 6px;
  margin: auto 0;
  transform: rotate(45deg);
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: "";
}
.m-fund-lyt-detail__tag-item--link-tsumitate-nisa {
  position: relative;
  padding: 2px 6px 2px 17px;
  border: 1px solid #6fba42;
  background-color: #fbffef;
  color: #6fba42;
  font-weight: bold;
  transition: background-color 0.3s ease;
}
.m-fund-lyt-detail__tag-item--link-tsumitate-nisa:hover, .m-fund-lyt-detail__tag-item--link-tsumitate-nisa:focus, .m-fund-lyt-detail__tag-item--link-tsumitate-nisa:active {
  background-color: #6fba42;
  color: #ffffff;
}
.m-fund-lyt-detail__tag-item--link-tsumitate-nisa:hover::before, .m-fund-lyt-detail__tag-item--link-tsumitate-nisa:focus::before, .m-fund-lyt-detail__tag-item--link-tsumitate-nisa:active::before {
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.m-fund-lyt-detail__tag-item--link-tsumitate-nisa::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6px;
  width: 6px;
  height: 6px;
  margin: auto 0;
  transform: rotate(45deg);
  border-top: 2px solid #6fba42;
  border-right: 2px solid #6fba42;
  content: "";
}
.m-fund-lyt-detail__tag-item--link-nisa {
  position: relative;
  padding: 2px 6px 2px 17px;
  border: 1px solid #0084f6;
  background-color: #f1f8ff;
  color: #0084f6;
  font-weight: bold;
  transition: background-color 0.3s ease;
}
.m-fund-lyt-detail__tag-item--link-nisa:hover, .m-fund-lyt-detail__tag-item--link-nisa:focus, .m-fund-lyt-detail__tag-item--link-nisa:active {
  background-color: #0084f6;
  color: #ffffff;
}
.m-fund-lyt-detail__tag-item--link-nisa:hover::before, .m-fund-lyt-detail__tag-item--link-nisa:focus::before, .m-fund-lyt-detail__tag-item--link-nisa:active::before {
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.m-fund-lyt-detail__tag-item--link-nisa::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6px;
  width: 6px;
  height: 6px;
  margin: auto 0;
  transform: rotate(45deg);
  border-top: 2px solid #0084f6;
  border-right: 2px solid #0084f6;
  content: "";
}
.m-fund-lyt-detail__media {
  position: relative;
  grid-area: fundDetailMedia;
  width: 77px;
  height: 77px;
  overflow: hidden;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  text-align: center;
}
.m-fund-lyt-detail__media img {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
.m-fund-lyt-detail__content {
  grid-area: fundDetailContent;
  margin-top: 14px;
}
.m-fund-lyt-detail__content > :first-child {
  margin-top: 0;
}
.m-fund-lyt-detail__content > :last-child {
  margin-bottom: 0;
}
.m-fund-lyt-detail__body {
  display: grid;
  grid-template: "fundDetailTag fundDetailTag" auto "fundDetailMedia fundDetailTitle" 1fr "fundDetailContent fundDetailContent" auto/auto 1fr;
}
.m-fund-lyt-detail-dist__title {
  font-weight: bold;
  font-size: 1.2rem;
}
.m-fund-lyt-detail-dist__content {
  margin-top: 4px;
}
.m-fund-lyt-detail-dist__content > :first-child {
  margin-top: 0;
}
.m-fund-lyt-detail-dist__content > :last-child {
  margin-bottom: 0;
}
.m-fund-lyt-detail-list {
  display: flex;
  flex-direction: column;
  gap: 4px 0;
  font-size: 1.2rem;
}
.m-fund-lyt-detail-list__title {
  margin-right: 8px;
}
.m-fund-lyt-detail-btn-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
}
.m-fund-lyt-detail-btn-list__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  border: 2px solid #cccccc;
  border-radius: 4px;
  background-color: #ffffff;
  color: #333333;
  font-size: 1.2rem;
  text-align: center;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.m-fund-lyt-detail-btn-list__btn:hover, .m-fund-lyt-detail-btn-list__btn:focus, .m-fund-lyt-detail-btn-list__btn:active {
  border-color: #b40001;
  background-color: #fcefef;
  color: #b40001;
}
.m-fund-lyt-detail-btn-list__btn > span {
  display: inline-block;
  position: relative;
}
.m-fund-lyt-detail-btn-list__btn--favorite > span {
  padding-left: 20px;
}
.m-fund-lyt-detail-btn-list__btn--mail > span {
  padding-left: 20px;
}
.m-fund-lyt-detail-btn-list__btn--mail > span::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 16px;
  height: 12px;
  margin: auto 0;
  background-image: url("/assets/img/common/icon-fund-mail.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.m-fund-lyt-detail-bottom {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 14px;
  gap: 14px 0;
}
.m-fund-lyt-detail--simple {
  padding-top: 32px;
  padding-bottom: 32px;
}

.m-fund-lyt-grid {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 32px;
  gap: 40px;
}
.m-fund-lyt-grid__col > :first-child {
  margin-top: 0;
}
.m-fund-lyt-grid__col > :last-child {
  margin-bottom: 0;
}

.m-fund-lyt-chart {
  min-height: 178px;
  margin-top: 32px;
}
.m-fund-lyt-chart.is-error {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 178px;
}

.m-tool-box-favorite {
  margin-top: 40px;
  padding: 16px;
  background-color: #f5f5f5f5;
}
.m-tool-box-favorite + * {
  margin-top: 40px !important;
}
.m-tool-box-favorite__result {
  display: flex;
  justify-content: center;
  margin-left: 8px;
  font-weight: bold;
  font-size: 1.6rem;
}
.m-tool-box-favorite__result-text {
  flex: 0 0 auto;
}
.m-tool-box-favorite__result-num {
  margin-left: 16px;
}
.m-tool-box-favorite__result::before {
  display: block;
  position: relative;
  top: -0.15em;
  flex-shrink: 0;
  width: 26px;
  height: 25px;
  margin-right: 8px;
  background-image: url("/assets/img/common/icon-favorite.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.m-tool-lyt-setting {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(116px, 1fr);
  margin-top: 32px;
  padding: 16px 0;
  gap: 16px;
  border-top: 1px solid #cccccc;
}
.m-tool-lyt-setting + .m-tool-lyt-setting {
  margin-top: 0;
}
.m-tool-lyt-setting__col {
  grid-row: auto;
}
.m-tool-lyt-setting__col > :first-child {
  margin-top: 0;
}
.m-tool-lyt-setting__col > :last-child {
  margin-bottom: 0;
}
.m-tool-lyt-setting__col--grid-title {
  grid-row: 1;
  grid-column: 1/2;
}
.m-tool-lyt-setting__col--grid-field {
  grid-row: 1;
  grid-column: 2/3;
}
.m-tool-lyt-setting__col--grid-control {
  grid-row: 2;
  grid-column: 1/3;
}
.m-tool-lyt-setting--select {
  border-top: 0;
}
.m-tool-lyt-setting--select + .m-tool-lyt-setting--select {
  padding-top: 0;
}

.m-tool-lyt-field {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
}
.m-tool-lyt-field__input {
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -moz-appearance: textfield;
  display: block;
  flex-grow: 1;
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  text-align: right;
}
.m-tool-lyt-field__input::-webkit-outer-spin-button, .m-tool-lyt-field__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}
.m-tool-lyt-field__label {
  flex-shrink: 0;
  min-width: 2em;
}

.m-tool-lyt-control {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
}
.m-tool-lyt-control__slider {
  -webkit-appearance: none;
          appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background-color: #dbdbdb;
  cursor: pointer;
}
.m-tool-lyt-control__slider::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #787878;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 0 0 1px #ffffff;
  cursor: ew-resize;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.m-tool-lyt-control__slider::-moz-range-thumb {
  appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #787878;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 0 0 1px #ffffff;
  cursor: ew-resize;
  -moz-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.m-tool-lyt-control__slider::-webkit-slider-runnable-track {
  -webkit-appearance: none;
          appearance: none;
  border: none;
  background: transparent;
  box-shadow: none;
}
.m-tool-lyt-control__slider::-moz-range-track {
  appearance: none;
  border: none;
  background: transparent;
  box-shadow: none;
}
html[data-script-enabled=true] .m-tool-lyt-control__slider {
  background-image: linear-gradient(#b40001, #b40001);
  background-size: 0% 100%;
  background-repeat: no-repeat;
}
html[data-script-enabled=true] .m-tool-lyt-control__slider.is-outrange {
  background-image: none;
}
html[data-script-enabled=true] .m-tool-lyt-control__slider.is-outrange::-webkit-slider-thumb {
  opacity: 0;
}
html[data-script-enabled=true] .m-tool-lyt-control__slider.is-outrange::-moz-range-thumb {
  opacity: 0;
}
.m-tool-lyt-control__label {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 17px -12px 0;
}
.m-tool-lyt-control__label > span {
  font-size: 1rem;
}
.m-tool-lyt-control__range {
  display: flex;
  grid-row: 1/2;
  grid-column: 2/3;
  flex-direction: column;
  align-self: center;
  padding: 6px 14px 0;
}
.m-tool-lyt-control__btn {
  display: flex;
  position: relative;
  grid-row: 1/2;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background-color: #555555;
  color: #ffffff;
  touch-action: manipulation;
  transition: background-color 0.3s ease;
}
.m-tool-lyt-control__btn:hover, .m-tool-lyt-control__btn:focus, .m-tool-lyt-control__btn:active {
  background-color: #333333;
}
.m-tool-lyt-control__btn:disabled {
  cursor: inherit;
  opacity: 0.5;
}
.m-tool-lyt-control__btn:disabled:hover, .m-tool-lyt-control__btn:disabled:focus, .m-tool-lyt-control__btn:disabled:active {
  background-color: #555555;
}
.m-tool-lyt-control__btn > span {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.m-tool-lyt-control__btn::before, .m-tool-lyt-control__btn::after {
  display: block;
  position: absolute;
  width: 10px;
  height: 2px;
  margin: auto;
  inset: 0;
  background-color: #ffffff;
  content: "";
}
.m-tool-lyt-control__btn--plus {
  grid-column: 3/4;
}
.m-tool-lyt-control__btn--plus::after {
  transform: rotate(90deg);
}
.m-tool-lyt-control__btn--minus {
  grid-column: 1/2;
}
.m-tool-lyt-control__btn--minus::after {
  display: none;
}

.m-tool-lyt-graph {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 50px;
  gap: 24px;
}
.m-tool-lyt-graph__data {
  aspect-ratio: 800/384;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.m-tool-lyt-graph__data > :first-child {
  width: 100%;
}
@supports not (aspect-ratio: 800/384) {
  .m-tool-lyt-graph__data {
    position: relative;
    padding-top: 48%;
  }
  .m-tool-lyt-graph__data > :first-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.m-tool-lyt-return {
  display: flex;
  flex-flow: column nowrap;
  padding: 16px 0;
  gap: 24px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.m-tool-lyt-return__col {
  width: 100%;
}
.m-tool-lyt-return__col > :first-child {
  margin-top: 0;
}
.m-tool-lyt-return__col > :last-child {
  margin-bottom: 0;
}

.m-tool-list-result {
  margin-top: 24px;
}
.m-tool-list-result__title {
  font-size: 1.4rem;
}
.m-tool-list-result__text {
  font-weight: bold;
  font-size: 1.6rem;
}
.m-tool-list-result__item {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 26px 16px;
  gap: 10px;
  border-bottom: 1px solid #cccccc;
  background-color: #f5f5f5;
}
.m-tool-lyt-graph .m-tool-list-result {
  max-width: 600px;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
}

.m-tool-btn-select {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 70px;
  padding: 16px;
  border: 2px solid #cccccc;
  border-radius: 6px;
  color: #333333;
  font-size: 1.4rem;
  text-align: center;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.m-tool-btn-select:hover, .m-tool-btn-select:focus, .m-tool-btn-select:active {
  border-color: #b40001;
  background-color: #fcefef;
  color: #b40001;
}
.m-tool-btn-select:hover > span::before, .m-tool-btn-select:focus > span::before, .m-tool-btn-select:active > span::before {
  background-position: 60px 0, 0 0;
}
.m-tool-btn-select > span {
  position: relative;
  padding-left: 74px;
}
.m-tool-btn-select > span::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 40px;
  margin: auto 0;
  background-image: url("/assets/img/common/icon-risk-return.svg"), url("/assets/img/common/icon-risk-return-on.svg");
  background-position: 0 0, 60px 0;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.m-tool-btn-set-value {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
  padding: 6px 12px;
  border: 2px solid #dbdbdb;
  border-radius: 68px;
  background-color: #ffffff;
  color: #333333;
  font-size: 1.2rem;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.m-tool-btn-set-value:hover, .m-tool-btn-set-value:focus, .m-tool-btn-set-value:active {
  border-color: #b40001;
  background-color: #fcefef;
  color: #b40001;
}
.m-tool-btn-set-value > span {
  position: relative;
  padding-left: 19px;
}
.m-tool-btn-set-value > span::before {
  display: block;
  position: absolute;
  top: -2px;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 6px;
  margin: auto 0;
  transform: rotate(-45deg);
  border-bottom: 2px solid #b40001;
  border-left: 2px solid #b40001;
  content: "";
}

.m-tool-mail-register {
  margin-top: 40px;
  padding: 16px;
  background-color: #f5f5f5;
}
.m-tool-mail-register__text {
  display: flex;
  justify-content: center;
  gap: 20px;
  font-weight: bold;
  font-size: 1.6rem;
}

.m-tool-compares-lyt {
  padding-bottom: 40px;
}
.m-tool-compares-lyt > :first-child {
  margin-top: 0;
}
.m-tool-compares-lyt > :last-child {
  margin-bottom: 0;
}
.m-tool-compares-lyt__inner {
  padding: 0 16px;
}
.m-tool-compares-lyt__contents {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.m-tool-compares-lyt__contents-small {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
.m-tool-compares-lyt--compares-before {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
}
.m-tool-compares-lyt--compares-before .m-tab-2__list,
.m-tool-compares-lyt--compares-before .m-tbl-fund__body {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.m-tool-compares-lyt-grid__inner {
  display: grid;
  align-items: center;
  gap: 10px 20px;
}
.m-tool-compares-lyt-grid__item--unselected {
  padding-left: 5px;
}

.m-tool-compares-box-period {
  padding: 12px;
  background-color: #f5f5f5f5;
}
.m-tool-compares-box-period + * {
  margin-top: 14px;
}
.m-tool-compares-box-period__head {
  flex-shrink: 0;
}
.m-tool-compares-box-period__period {
  display: grid;
  grid-template-columns: repeat(1, auto);
  gap: 8px 0;
}
.m-tool-compares-box-period__period-contents {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.m-tool-compares-box-period__period-item {
  width: 43.75%;
  max-width: 154px;
}
.m-tool-compares-box-period__period-item--text {
  width: initial !important;
}
.m-tool-compares-box-period__period-input {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  color: #333333;
  text-align: center;
}
.m-tool-compares-box-period__period-input[type=date] {
  -webkit-appearance: none;
          appearance: none;
  position: relative;
}
.m-tool-compares-box-period__period-input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.m-tool-compares-box-period__period-text {
  text-align: center;
}

.m-tool-compares-box-graph-list {
  margin-top: 12px;
}
.m-tool-compares-box-graph-list__inner {
  padding: 24px 16px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
.m-tool-compares-box-graph-list__list {
  display: grid;
  grid-template-columns: repeat(1, auto);
  gap: 14px 0;
}
.m-tool-compares-box-graph-list__item {
  position: relative;
  padding-left: 24px;
  font-size: 1.4rem;
}
.m-tool-compares-box-graph-list__item::before {
  display: block;
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 16px;
  height: 3px;
  content: "";
}
.m-tool-compares-box-graph-list__item--blue::before {
  background-color: #3d6bb5;
}
.m-tool-compares-box-graph-list__item--sky-blue::before {
  background-color: #00aceb;
}
.m-tool-compares-box-graph-list__item--green::before {
  background-color: #036564;
}
.m-tool-compares-box-graph-list__item--purple::before {
  background-color: #a54795;
}
.m-tool-compares-box-graph-list__item--pink::before {
  background-color: #e7388f;
}
.m-tool-compares-box-graph-list__item--gray::before {
  background-color: #a9a9a9;
}

.m-tool-compares-text-unselected {
  display: block;
  position: relative;
  width: 15px;
  height: 15px;
  margin: auto;
}
.m-tool-compares-text-unselected::before, .m-tool-compares-text-unselected::after {
  display: block;
  position: absolute;
  top: 49%;
  width: 100%;
  height: 2px;
  background-color: #333333;
  content: "";
}
.m-tool-compares-text-unselected::before {
  transform: rotate(45deg);
}
.m-tool-compares-text-unselected::after {
  transform: rotate(-45deg);
}
.m-tool-compares-text-unselected__text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.m-tool-compares-text-graph-color {
  display: block;
  position: relative;
  width: 14px;
  height: 14px;
}
.m-tool-compares-text-graph-color--blue {
  background-color: #3d6bb5;
}
.m-tool-compares-text-graph-color--sky-blue {
  background-color: #00aceb;
}
.m-tool-compares-text-graph-color--green {
  background-color: #036564;
}
.m-tool-compares-text-graph-color--purple {
  background-color: #a54795;
}
.m-tool-compares-text-graph-color--pink {
  background-color: #e7388f;
}
.m-tool-compares-text-graph-color--gray {
  background-color: #a9a9a9;
}
.m-tool-compares-text-graph-color__text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.m-tool-compares-tbl-sticky-x {
  min-width: 300px;
}

.m-tool-compares-tbl-text-day {
  margin: 0 16px 16px;
  text-align: right;
}

.m-inquiry-complete-text {
  text-align: left;
}

html[data-script-enabled=true] .js-show-more-target {
  display: none;
}

.a11y-hidden {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.color-text-plus {
  color: #e60000;
}

.color-text-minus {
  color: #0086cc;
}

.align-r {
  text-align: right !important;
}

.align-c {
  text-align: center !important;
}

.align-l {
  text-align: left !important;
}

.valign-t {
  vertical-align: top !important;
}

.valign-m {
  vertical-align: middle !important;
}

.valign-b {
  vertical-align: bottom !important;
}

.w-1 {
  width: 1% !important;
}

.w-2 {
  width: 2% !important;
}

.w-3 {
  width: 3% !important;
}

.w-4 {
  width: 4% !important;
}

.w-5 {
  width: 5% !important;
}

.w-6 {
  width: 6% !important;
}

.w-7 {
  width: 7% !important;
}

.w-8 {
  width: 8% !important;
}

.w-9 {
  width: 9% !important;
}

.w-10 {
  width: 10% !important;
}

.w-11 {
  width: 11% !important;
}

.w-12 {
  width: 12% !important;
}

.w-13 {
  width: 13% !important;
}

.w-14 {
  width: 14% !important;
}

.w-15 {
  width: 15% !important;
}

.w-16 {
  width: 16% !important;
}

.w-17 {
  width: 17% !important;
}

.w-18 {
  width: 18% !important;
}

.w-19 {
  width: 19% !important;
}

.w-20 {
  width: 20% !important;
}

.w-21 {
  width: 21% !important;
}

.w-22 {
  width: 22% !important;
}

.w-23 {
  width: 23% !important;
}

.w-24 {
  width: 24% !important;
}

.w-25 {
  width: 25% !important;
}

.w-26 {
  width: 26% !important;
}

.w-27 {
  width: 27% !important;
}

.w-28 {
  width: 28% !important;
}

.w-29 {
  width: 29% !important;
}

.w-30 {
  width: 30% !important;
}

.w-31 {
  width: 31% !important;
}

.w-32 {
  width: 32% !important;
}

.w-33 {
  width: 33% !important;
}

.w-34 {
  width: 34% !important;
}

.w-35 {
  width: 35% !important;
}

.w-36 {
  width: 36% !important;
}

.w-37 {
  width: 37% !important;
}

.w-38 {
  width: 38% !important;
}

.w-39 {
  width: 39% !important;
}

.w-40 {
  width: 40% !important;
}

.w-41 {
  width: 41% !important;
}

.w-42 {
  width: 42% !important;
}

.w-43 {
  width: 43% !important;
}

.w-44 {
  width: 44% !important;
}

.w-45 {
  width: 45% !important;
}

.w-46 {
  width: 46% !important;
}

.w-47 {
  width: 47% !important;
}

.w-48 {
  width: 48% !important;
}

.w-49 {
  width: 49% !important;
}

.w-50 {
  width: 50% !important;
}

.w-51 {
  width: 51% !important;
}

.w-52 {
  width: 52% !important;
}

.w-53 {
  width: 53% !important;
}

.w-54 {
  width: 54% !important;
}

.w-55 {
  width: 55% !important;
}

.w-56 {
  width: 56% !important;
}

.w-57 {
  width: 57% !important;
}

.w-58 {
  width: 58% !important;
}

.w-59 {
  width: 59% !important;
}

.w-60 {
  width: 60% !important;
}

.w-61 {
  width: 61% !important;
}

.w-62 {
  width: 62% !important;
}

.w-63 {
  width: 63% !important;
}

.w-64 {
  width: 64% !important;
}

.w-65 {
  width: 65% !important;
}

.w-66 {
  width: 66% !important;
}

.w-67 {
  width: 67% !important;
}

.w-68 {
  width: 68% !important;
}

.w-69 {
  width: 69% !important;
}

.w-70 {
  width: 70% !important;
}

.w-71 {
  width: 71% !important;
}

.w-72 {
  width: 72% !important;
}

.w-73 {
  width: 73% !important;
}

.w-74 {
  width: 74% !important;
}

.w-75 {
  width: 75% !important;
}

.w-76 {
  width: 76% !important;
}

.w-77 {
  width: 77% !important;
}

.w-78 {
  width: 78% !important;
}

.w-79 {
  width: 79% !important;
}

.w-80 {
  width: 80% !important;
}

.w-81 {
  width: 81% !important;
}

.w-82 {
  width: 82% !important;
}

.w-83 {
  width: 83% !important;
}

.w-84 {
  width: 84% !important;
}

.w-85 {
  width: 85% !important;
}

.w-86 {
  width: 86% !important;
}

.w-87 {
  width: 87% !important;
}

.w-88 {
  width: 88% !important;
}

.w-89 {
  width: 89% !important;
}

.w-90 {
  width: 90% !important;
}

.w-91 {
  width: 91% !important;
}

.w-92 {
  width: 92% !important;
}

.w-93 {
  width: 93% !important;
}

.w-94 {
  width: 94% !important;
}

.w-95 {
  width: 95% !important;
}

.w-96 {
  width: 96% !important;
}

.w-97 {
  width: 97% !important;
}

.w-98 {
  width: 98% !important;
}

.w-99 {
  width: 99% !important;
}

.w-100 {
  width: 100% !important;
}

.w-33-3 {
  width: 33.3% !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.ml-100 {
  margin-left: 100px !important;
}
.word-break {
  word-wrap: break-word;
  word-break: break-all;
}

.word-break-keep-all {
  word-break: keep-all;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
  .str-header__logo-link {
    gap: 0 18px;
  }
  .str-header__btn-gnav {
    display: none;
  }
  .str-header__btn-close-bottom {
    display: none;
  }
  .str-header-dropdown {
    padding: 11px 11px 0;
    background-color: #e6e6e6;
  }
  html[data-script-enabled=true] .str-header-dropdown {
    display: block;
    visibility: hidden;
    z-index: 5000;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: visibility 0.3s ease, opacity 0.3s ease;
  }
  html[data-script-enabled=true] .str-header-dropdown.is-dropdown-show {
    visibility: visible;
    opacity: 1;
  }
  html[data-script-enabled=true] .str-header-dropdown__btn-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 14px;
    cursor: pointer;
  }
  html[data-script-enabled=true] .str-header-dropdown__btn-close span {
    position: relative;
    padding-right: 24px;
  }
  html[data-script-enabled=true] .str-header-dropdown__btn-close span::before, html[data-script-enabled=true] .str-header-dropdown__btn-close span::after {
    display: block;
    position: absolute;
    top: -1px;
    right: 5px;
    bottom: 0;
    width: 2px;
    height: 16px;
    margin: auto 0;
    background-color: #333333;
    content: "";
  }
  html[data-script-enabled=true] .str-header-dropdown__btn-close span::before {
    transform: rotate(45deg);
  }
  html[data-script-enabled=true] .str-header-dropdown__btn-close span::after {
    transform: rotate(-45deg);
  }
  .str-header-dropdown__content[data-col-wide="1"] {
    grid-template-columns: 100%;
  }
  .str-header-dropdown__content[data-col-wide="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .str-header-dropdown__content[data-col-wide="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
  .str-header-dropdown__content[data-col-wide="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
  .str-header-dropdown__content[data-col-wide] {
    gap: 0 30px;
  }
  .str-header-dropdown__content {
    padding: 29px 18px;
    background-color: #f5f5f5;
  }
  .str-header-dropdown__list {
    gap: 14px 0;
  }
  .str-header-dropdown__list-lv2 {
    margin-top: 10px;
    gap: 8px 0;
  }
  .str-header-dropdown__list-lv2-link {
    font-size: 1.5rem;
  }
  .str-header-dropdown__list-related + * {
    margin-top: 14px;
  }
  .str-header-dropdown__list-related--no-border {
    padding-top: 0;
    border-top: 0;
  }
  .str-header-dropdown__list-related--hdg-lv4 {
    padding-top: 0;
    border-top: 0;
  }
  .str-header-dropdown__list-item--top .str-header-dropdown__list-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border: 2px solid #cccccc;
    border-radius: 6px;
    background-color: #ffffff;
    font-weight: bold;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  }
  .str-header-dropdown__list-item--top .str-header-dropdown__list-link::before {
    display: none;
  }
  .str-header-dropdown__list-item--top .str-header-dropdown__list-link:hover, .str-header-dropdown__list-item--top .str-header-dropdown__list-link:focus, .str-header-dropdown__list-item--top .str-header-dropdown__list-link:active {
    border-color: #b40001;
    background-color: #fcefef;
    color: #b40001;
    text-decoration: none;
  }
  .str-header-dropdown__list-item--top .str-header-dropdown__list-link span {
    display: block;
    position: relative;
    padding-left: 16px;
    color: #333333;
    transition: color 0.3s ease;
  }
  .str-header-dropdown__list-item--top .str-header-dropdown__list-link span:hover, .str-header-dropdown__list-item--top .str-header-dropdown__list-link span:focus, .str-header-dropdown__list-item--top .str-header-dropdown__list-link span:active {
    color: #b40001;
    text-decoration: underline;
  }
  .str-header-dropdown__list-item--top .str-header-dropdown__list-link span::before {
    display: block;
    position: absolute;
    top: 0.5em;
    left: 0;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    border-top: 2px solid #b40001;
    border-right: 2px solid #b40001;
    content: "";
  }
  .str-header-dropdown__list-item--top .str-header-dropdown__list-link span:hover, .str-header-dropdown__list-item--top .str-header-dropdown__list-link span:focus, .str-header-dropdown__list-item--top .str-header-dropdown__list-link span:active {
    text-decoration: none;
  }
  .str-header-dropdown__list-item--top .str-header-dropdown__list-link span::before {
    width: 7px;
    height: 7px;
  }
  .str-header-dropdown__list-item--top {
    margin-left: 0;
  }
  html[data-script-enabled=true] .str-header-nav-list-top {
    display: grid;
    position: relative;
    grid-template-rows: auto;
    grid-template-columns: repeat(6, auto);
  }
  .str-header-nav-list-top__btn-label {
    padding-left: 24px;
  }
  .str-header-nav-list-top__btn-label::before, .str-header-nav-list-top__btn-label::after {
    width: 20px;
    height: 20px;
  }
  .str-header-nav-list-top__btn {
    justify-content: center;
    padding: 24px 10px;
    background-color: #ffffff;
    font-size: 1.4rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  .str-header-nav-list-top__btn:hover, .str-header-nav-list-top__btn:focus, .str-header-nav-list-top__btn:active {
    background-color: #ededed;
    color: #e60000;
  }
  .str-header-nav-list-top__btn:hover .str-header-nav-list-top__btn-label::after, .str-header-nav-list-top__btn:focus .str-header-nav-list-top__btn-label::after, .str-header-nav-list-top__btn:active .str-header-nav-list-top__btn-label::after {
    z-index: 0;
  }
  html[data-script-enabled=true] .str-header-nav-list-top__btn::before, html[data-script-enabled=true] .str-header-nav-list-top__btn::after {
    display: none;
  }
  html[data-script-enabled=true] .str-header-nav-list-top__btn[aria-expanded=true] {
    background-color: #ededed;
    color: #e60000;
  }
  html[data-script-enabled=true] .str-header-nav-list-top__btn[aria-expanded=true] .str-header-nav-list-top__btn-label::after {
    z-index: 0;
  }
  html[data-script-enabled=true] .str-header-nav-list-top__item .str-header-nav-list-top__btn::before, html[data-script-enabled=true] .str-header-nav-list-top__item .str-header-nav-list-top__btn::after {
    display: block;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 25px;
    margin: auto 0;
    transform: none;
    background-color: #cccccc;
  }
  html[data-script-enabled=true] .str-header-nav-list-top__item .str-header-nav-list-top__btn::before {
    left: 0;
  }
  html[data-script-enabled=true] .str-header-nav-list-top__item .str-header-nav-list-top__btn::after {
    right: 0;
  }
  html[data-script-enabled=true] .str-header-nav-list-top__item:not(:last-child) .str-header-nav-list-top__btn::after {
    display: none;
  }
  .str-header-subcontent {
    flex-flow: row nowrap;
    align-items: center;
    justify-self: end;
    gap: 0 25px;
  }
  .str-header-subcontent-link, .str-header-subcontent-other {
    flex-flow: row nowrap;
  }
  .str-header-subcontent-link {
    position: relative;
    gap: 0 12px;
    font-size: 1.2rem;
  }
  .str-header-subcontent-link:not(:first-child)::before {
    display: block;
    position: absolute;
    top: 0;
    left: -12px;
    width: 1px;
    height: 100%;
    background-color: #cccccc;
    content: "";
  }
  .str-header-subcontent-link__link--search {
    display: block;
    position: relative;
    padding-right: 18px;
  }
  .str-header-subcontent-link__link--search::after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 14px;
    height: 13px;
    margin: auto;
    background-image: url("/assets/img/common/icon-search-black.svg"), url("/assets/img/common/icon-search-red.svg");
    background-position: top center, top center;
    background-size: contain, contain;
    background-repeat: no-repeat, no-repeat;
    content: "";
  }
  .str-header-subcontent-link__link--search:hover::after, .str-header-subcontent-link__link--search:focus::after, .str-header-subcontent-link__link--search:active::after {
    background-image: url("/assets/img/common/icon-search-red.svg"), url("/assets/img/common/icon-search-black.svg");
  }
  .str-header-subcontent-link__link--search[aria-expanded=true] {
    color: #b40001;
  }
  .str-header-subcontent-link__link--search[aria-expanded=true]::after {
    background-image: url("/assets/img/common/icon-search-red.svg"), url("/assets/img/common/icon-search-black.svg");
  }
  .str-header-subcontent-link__item--search {
    display: block;
  }
  .str-header-subcontent-link--sales .str-header-subcontent-link__link--emphasis {
    font-size: 1.4rem;
  }
  .str-header-subcontent-other {
    position: relative;
    gap: 0 16px;
  }
  .str-header-subcontent-other::before {
    display: block;
    position: absolute;
    top: 0;
    left: -12px;
    width: 1px;
    height: 100%;
    background-color: #cccccc;
    content: "";
  }
  html[data-script-enabled=true] .str-header-search {
    display: flex;
    visibility: hidden;
    z-index: 5;
    grid-area: headerGnav;
    align-items: center;
    background-color: #ffffff;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  html[data-script-enabled=true] .str-header-search.is-visible {
    visibility: visible;
    opacity: 1;
  }
  .str-header-search__title {
    margin-right: 16px;
    font-size: 1.4rem;
  }
  .str-header-search__input {
    flex-shrink: 0;
    height: 40px;
    padding-right: 114px;
  }
  .str-header-search__input::placeholder {
    font-size: 1.4rem;
  }
  .str-header-search__submit {
    right: 0;
    width: 114px;
    height: 100%;
    border-radius: 0 4px 4px 0;
    background-image: none;
    background-color: #b40001;
    color: #ffffff;
    font-size: 1.4rem;
  }
  .str-header-search__submit span {
    position: relative;
    padding-left: 23px;
  }
  .str-header-search__submit span::before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15px;
    height: 13px;
    margin: auto 0;
    background-image: url("/assets/img/common/icon-search-white.svg");
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
  }
  .str-header-search__field {
    flex-grow: 1;
    max-width: 700px;
  }
  .str-header-search__content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .str-header-body--top {
    height: 86px;
  }
  .str-header-body--main {
    grid-template: "headerSubcontent" auto "headerSearch" auto "headerGnav" auto/1fr;
  }
  html[data-script-enabled=true] .str-header-body--main {
    grid-template: "headerSubcontent" auto "headerGnav" auto/1fr;
  }
  .str-header-top {
    border-bottom-width: 4px;
  }
  .str-header-main {
    padding-top: 20px;
  }
  .str-footer-list-link[data-col-wide="1"] {
    grid-template-columns: 100%;
  }
  .str-footer-list-link[data-col-wide="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .str-footer-list-link[data-col-wide="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
  .str-footer-list-link[data-col-wide="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
  .str-footer-list-link[data-col-wide] {
    gap: 8px 40px;
  }
  .str-footer-list-link[data-col-wide=auto] {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 8px 36px;
  }
  .str-footer-list-link__link {
    font-size: 1.4rem;
  }
  .str-footer-list-link--main {
    gap: 8px;
  }
  .str-footer-list-link--bottom {
    gap: 10px 40px;
  }
  .str-footer-list-link + .str-footer-list-link {
    margin-top: 8px;
  }
  .str-footer-contact, .str-footer-sns {
    padding-right: 26px;
    padding-left: 26px;
  }
  .str-footer-contact__title {
    font-size: 1.4rem;
  }
  .str-footer-contact__tel::before {
    top: 0;
    bottom: 0;
    left: 0;
    width: 27px;
    height: 26px;
  }
  .str-footer-contact__schedule {
    align-self: center;
    margin-top: 10px;
    padding-top: 10px;
  }
  .str-footer-contact__schedule::before {
    top: 0;
    left: -52px;
    width: calc(100% + 52px);
    margin-left: 0;
  }
  .str-footer-contact__body {
    gap: 0 33px;
  }
  .str-footer-contact__list-link {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .str-footer-contact__list-item-link-txt {
    font-size: 1.6rem;
  }
  .str-footer-contact__list-item-link {
    padding-block: 14px;
  }
  .str-footer-sns__list {
    gap: 0 12px;
  }
  .str-footer-sns__body {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(2, auto);
    align-items: center;
    gap: 0 20px;
  }
  .str-footer-info {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 40px;
  }
  .str-footer-top {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .str-footer-main {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .str-footer-bottom {
    padding-bottom: 25px;
    border-top: 4px solid #e60000;
  }
  .str-footer-bottom:has(.str-footer-important-box) {
    padding-top: 0;
  }
  .str-footer--mirror .str-footer-bottom {
    padding-top: 25px;
  }
  .str-footer-mirror {
    padding-top: 20px;
    padding-bottom: 22px;
  }
  .str-footer-mirror-lyt {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 50%);
  }
  .str-footer-mirror-lyt__col {
    padding: 0 40px;
  }
  .str-footer-mirror-lyt__col::before {
    top: 50%;
    right: 0;
    left: auto;
    width: 1px;
    height: 90%;
    transform: translateY(-50%);
  }
  .str-footer-mirror-lyt__col:nth-child(2n+2)::before {
    content: none;
  }
  .str-footer-mirror-lyt__col:nth-child(2n+2) .str-footer-mirror-list {
    margin-right: -30px;
  }
  .str-footer-mirror-lyt__logo--mufg {
    gap: 24px;
  }
  .str-footer-mirror-lyt__img {
    max-width: 294px;
  }
  .str-footer-mirror-lyt__img--mufg {
    width: 239px;
  }
  .str-footer-mirror-lyt__img--text {
    width: 289px;
  }
  .str-footer-mirror-lyt__text {
    margin: 0 -30px;
    font-size: 1.4rem;
  }
  .str-footer-important-box {
    padding-block: 16px;
  }
  .str-footer-important-box-inner {
    flex-direction: row;
  }
  .str-footer-important-box-inner__title::before {
    width: 22px;
    height: 22px;
  }
  .str-pagetop__btn {
    right: 24px;
  }
  .str-pagetop--normal {
    right: 24px;
  }
  .str-fixed-sub-link {
    right: 0;
    bottom: 77px;
  }
  .str-fixed-sub-link__label {
    display: inline-block;
    width: auto;
    padding-top: 24px;
    text-align: left;
    writing-mode: vertical-rl;
  }
  .str-fixed-sub-link__label::before, .str-fixed-sub-link__label::after {
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .str-fixed-sub-link__label::after {
    top: 5px;
    right: 2px;
  }
  .str-fixed-sub-link__link {
    min-width: 43px;
    min-height: 100px;
    border-radius: 4px 0 0 4px;
  }
  .str-fixed-sub-link__link--favorite {
    padding: 14px 2px;
  }
  .str-fixed-sub-link__link--fund-search {
    padding: 8px 2px;
  }
  .str-fixed-sub-link__body {
    flex-direction: column;
    align-items: flex-end;
  }
  .str-section__inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .str-section-localnav {
    grid-template: "sectionLocalnavContent sectionLocalnavSub" auto/1fr 260px;
    max-width: 1232px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
    gap: 0 40px;
  }
  .str-section-localnav-list__link::after {
    right: 2px;
  }
  .str-section-localnav-list__body--level-2 .str-section-localnav-list__link {
    padding: 15px 15px 15px 0;
    border-bottom-color: #b40001;
    font-size: 1.8rem;
  }
  .str-section-localnav-list__body--level-3 .str-section-localnav-list__link {
    padding: 16px 15px 16px 20px;
    border-bottom-color: #cccccc;
    font-size: 1.5rem;
  }
  .str-section-localnav-list__body--level-4 .str-section-localnav-list__link {
    padding: 16px 15px 16px 40px;
    font-size: 1.5rem;
  }
  .str-section-localnav-list__body--level-4 .str-section-localnav-list__link::before {
    left: 20px;
  }
  .m-hdg-lv1 + * {
    margin-top: 50px !important;
  }
  .m-hdg-lv1__title {
    z-index: 5;
    position: relative;
    grid-row: 1/2;
    grid-column: 1/2;
    width: 100%;
    max-width: 1232px;
    margin: 0 auto;
    padding-top: 122px;
    padding-bottom: 122px;
    font-size: 4rem;
  }
  .m-hdg-lv1__texture {
    grid-row: 1/1;
    grid-column: 1/2;
  }
  .m-hdg-lv1__texture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
  .m-hdg-lv1-2 + * {
    margin-top: 50px !important;
  }
  .m-hdg-lv1-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .m-hdg-lv1-2__title {
    width: 100%;
    max-width: 1232px;
    margin: 0 auto;
    font-size: 3.2rem;
  }
  .m-hdg-lv1-3 + * {
    margin-top: 50px !important;
  }
  .m-hdg-lv1-3 {
    padding: 0;
  }
  .m-hdg-lv1-3__title {
    font-size: 3.2rem;
  }
  .m-hdg-lv2 {
    margin-top: 50px;
  }
  .m-hdg-lv2 + * {
    margin-top: 32px !important;
  }
  .m-hdg-lv2__title {
    padding-bottom: 14px;
    font-size: 2.4rem;
  }
  .m-hdg-lv2__title::before {
    width: 150px;
  }
  .m-hdg-lv2__title-sub {
    margin-bottom: 8px;
    font-size: 1.6rem;
  }
  .m-hdg-lv2__title-num {
    width: 41px;
    height: 41px;
  }
  .m-hdg-lv2__link {
    padding-left: 18px;
  }
  .m-hdg-lv2__link::before {
    top: 0.5em;
    width: 8px;
    height: 8px;
  }
  .m-hdg-lv2__grid {
    padding-bottom: 14px;
  }
  .m-hdg-lv2__grid::before {
    width: 150px;
  }
  .m-hdg-lv2-2 {
    margin-top: 50px;
  }
  .m-hdg-lv2-2 + * {
    margin-top: 32px !important;
  }
  .m-hdg-lv2-2__title {
    font-size: 2.2rem;
  }
  .m-hdg-lv3 {
    margin-top: 40px;
  }
  .m-hdg-lv3 + * {
    margin-top: 24px !important;
  }
  .m-hdg-lv3__title {
    font-size: 2rem;
  }
  .m-hdg-lv3__title-sub, .m-hdg-lv3__title-sub-2 {
    font-size: 1.4rem;
  }
  .m-hdg-lv3__title-sub {
    margin-bottom: 8px;
  }
  .m-hdg-lv3__title-sub-2 {
    margin-top: 8px;
  }
  .m-hdg-lv3__title-num {
    width: 41px;
    height: 41px;
  }
  .m-fund-lyt-grid__col > .m-hdg-lv3 + * {
    margin-top: 16px !important;
  }
  .m-hdg-lv4 {
    margin-top: 32px;
  }
  .m-hdg-lv4__title {
    font-size: 1.8rem;
  }
  .m-hdg-lv4__title-sub {
    margin-bottom: 8px;
    font-size: 1.4rem;
  }
  .m-hdg-lv5 {
    margin-top: 32px;
  }
  .m-hdg-lv5 + * {
    margin-top: 16px !important;
  }
  .m-hdg-lv5__title {
    padding-left: 19px;
    font-size: 1.8rem;
  }
  .m-hdg-lv5__title::before {
    margin-right: 11px;
  }
  .m-text {
    margin-top: 32px;
  }
  .m-text--small + .m-text--small {
    margin-top: 10px;
  }
  .m-text-lead {
    margin-top: 32px;
  }
  .m-text-lead + *:not([class^=m-hdg]) {
    margin-top: 16px !important;
  }
  .m-text-lead {
    font-size: 2rem;
  }
  .m-text-lead--arrow {
    margin-top: 40px;
  }
  .m-text-lead--arrow::before {
    height: 59px;
    margin-bottom: 40px;
  }
  .m-text-tag__item {
    padding: 3px 10px;
    font-size: 1.2rem;
  }
  .m-icon--pdf {
    width: 18px;
    height: 21px;
  }
  .m-icon--csv {
    width: 18px;
    height: 21px;
  }
  .m-icon--xlsx {
    width: 18px;
    height: 21px;
  }
  .m-icon--favorite {
    width: 20px;
    height: 20px;
  }
  .m-icon--movie {
    width: 18px;
    height: 17px;
  }
  .m-icon--quest {
    width: 20px;
    height: 20px;
  }
  .m-icon--new {
    width: 60px;
    height: 25px;
  }
  .m-fund-lyt-detail-btn-list__btn--favorite .m-icon {
    width: 30px;
    height: 28px;
  }
  .m-tool-box-favorite__result .m-icon {
    width: 30px;
    height: 28px;
  }
  .m-link-list {
    margin-top: 32px;
  }
  .m-link-list--layout-auto {
    flex-flow: row wrap;
    gap: 14px 20px;
  }
  .m-link-list--layout-grid {
    margin-top: 32px;
  }
  .m-link-list--layout-grid[data-col-wide="1"] {
    grid-template-columns: 100%;
  }
  .m-link-list--layout-grid[data-col-wide="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .m-link-list--layout-grid[data-col-wide="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
  .m-link-list--layout-grid[data-col-wide="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
  .m-link-list--layout-grid[data-col-wide="5"] {
    grid-template-columns: repeat(5, 1fr);
  }
  .m-link-list--layout-grid[data-col-wide] {
    gap: 20px;
  }
  .link-list-anchor {
    margin-top: 32px;
  }
  .link-list-anchor {
    overflow: hidden;
  }
  .link-list-anchor__body {
    margin-left: -16px;
    gap: 16px 0;
  }
  .link-list-anchor__item {
    position: relative;
  }
  .link-list-anchor__item::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #cccccc;
    content: "";
  }
  .link-list-anchor__link {
    padding: 0 16px;
  }
  .m-link-sns {
    margin-top: 50px;
  }
  .m-link-sns__list {
    grid-template-columns: repeat(4, 1fr);
  }
  .m-link-sns__item::after {
    height: 60px;
  }
  .m-link-sns__item:first-of-type::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 60px;
    transform: translateY(-50%);
    background-color: #cccccc;
    content: "";
  }
  .m-link-sns__wrap {
    padding: 22px 10px 25px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
  }
  .m-link-sns__wrap:hover, .m-link-sns__wrap:focus, .m-link-sns__wrap:active {
    background-color: #ffffff;
    box-shadow: 0 3px 25px rgba(0, 0, 0, 0.16);
  }
  .m-link-sns__wrap:hover .m-link-sns__text, .m-link-sns__wrap:focus .m-link-sns__text, .m-link-sns__wrap:active .m-link-sns__text {
    color: #b40001;
    font-weight: bold;
  }
  .m-link-sns__icon {
    width: 60px;
    height: 60px;
  }
  .m-link-sns__text {
    margin-top: 20px;
    font-size: 1.4rem;
  }
  .m-lnk-faq {
    margin-top: 32px;
  }
  .m-lnk-faq__list {
    row-gap: 18px;
  }
  .m-lnk-faq__link {
    padding-left: 46px;
    font-size: 1.6rem;
  }
  .m-lnk-faq__link::before {
    top: -0.25em;
    width: 30px;
    height: 30px;
  }
  .m-btn {
    margin-top: 32px;
  }
  .m-btn__btn--style-s {
    padding: 6px 14px;
    font-size: 1.4rem;
  }
  .m-btn__btn--size-l {
    width: 100%;
    max-width: 311px;
  }
  .m-btn__btn--size-m {
    width: 100%;
    max-width: 285px;
  }
  .m-btn__btn--size-s {
    width: 100%;
    max-width: 150px;
  }
  .m-btn-parallel {
    margin-top: 32px;
  }
  .m-btn-parallel[data-col-wide="1"] {
    grid-template-columns: 100%;
  }
  .m-btn-parallel[data-col-wide="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .m-btn-parallel[data-col-wide="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
  .m-btn-parallel[data-col-wide="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
  .m-btn-parallel[data-col-wide="5"] {
    grid-template-columns: repeat(5, 1fr);
  }
  .m-btn-parallel[data-col-wide] {
    gap: 20px;
  }
  .m-btn-parallel__btn {
    padding: 14px 31px 14px 14px;
    border-radius: 6px;
  }
  .m-btn-parallel__btn--with-icon {
    padding-right: 42px;
  }
  .m-btn-parallel__btn--anchor {
    padding-right: 14px;
    padding-left: 30px;
  }
  .m-list {
    margin-top: 32px;
  }
  .m-list-order {
    margin-top: 32px;
  }
  .m-list-note {
    margin-top: 32px;
  }
  .m-list-definition {
    margin-top: 32px;
  }
  .m-list-definition__title {
    margin-top: 32px;
  }
  .m-list-definition__title {
    padding-left: 28px;
    font-size: 1.8rem;
  }
  .m-list-definition__title::before {
    width: 20px;
  }
  .m-list-definition__content {
    margin-top: 16px;
    padding-left: 28px;
  }
  .str-section__inner > .m-list-note--offset {
    margin-top: -35px;
  }
  .m-list-result {
    margin-top: 32px;
  }
  .m-list-result__title {
    margin-top: 32px;
  }
  .m-list-result__title {
    padding-top: 32px;
    font-size: 2rem;
  }
  .m-list-result__content {
    margin-top: 16px;
  }
  .m-list-news {
    margin-top: 32px;
  }
  .m-list-news__label {
    min-width: 90px;
    padding: 4px 8px;
    font-size: 1.2rem;
  }
  .m-list-news__item--date-left {
    grid-template: "date text" 1fr/auto 1fr;
    align-items: start;
  }
  .m-tbl {
    margin-top: 40px;
  }
  .m-tbl__title, .m-tbl__text {
    padding: 15px 14px;
  }
  .m-tbl-fund {
    margin-top: 32px;
  }
  .m-box {
    margin-top: 50px;
  }
  .m-box + * {
    margin-top: 50px !important;
  }
  .m-box {
    padding: 30px 34px;
  }
  .m-box__title {
    padding-bottom: 15px;
    font-size: 2rem;
  }
  .m-box__title::before {
    height: calc(100% - 15px);
  }
  .m-box__title + * {
    margin-top: 24px;
  }
  .m-box__title-sub {
    margin-bottom: 8px;
    font-size: 1.4rem;
  }
  .m-box__grid {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr auto;
    align-items: center;
    padding-bottom: 15px;
    gap: 20px;
  }
  .m-box__grid .m-box__title + * {
    margin-top: 0;
  }
  .m-box__grid + * {
    margin-top: 24px;
  }
  .m-box-supplement {
    margin-top: 50px;
  }
  .m-box-supplement + * {
    margin-top: 50px !important;
  }
  .m-box-supplement {
    padding: 32px 40px;
  }
  .m-box-supplement__title {
    font-size: 1.8rem;
  }
  .m-box-important {
    margin-top: 50px;
  }
  .m-box-important + * {
    margin-top: 50px !important;
  }
  .m-box-important {
    padding: 32px 40px;
  }
  .m-box-important__title {
    font-size: 1.8rem;
  }
  .m-box-important__title::before {
    width: 22px;
    height: 22px;
  }
  .m-box-contact {
    margin-top: 50px;
  }
  .m-box-contact + * {
    margin-top: 50px !important;
  }
  .m-box-contact {
    padding: 40px;
  }
  .m-box-contact__title {
    font-size: 2.2rem;
  }
  .m-box-contact__tel {
    grid-row: 1/2;
    grid-column: 1/2;
    padding-left: 72px;
    font-size: 4.8rem;
  }
  .m-box-contact__tel::before {
    width: 52px;
    height: 51px;
  }
  .m-box-contact__info-sub {
    grid-row: 1/2;
    grid-column: 2/3;
    font-size: 1.4rem;
  }
  .m-box-contact__text {
    margin-top: 7px;
  }
  .m-box-contact__info {
    grid-template-rows: auto;
    grid-template-columns: auto 1fr;
    align-items: center;
    padding-bottom: 6px;
    gap: 16px;
  }
  .m-box-search {
    margin-top: 50px;
  }
  .m-box-search + * {
    margin-top: 50px !important;
  }
  .m-box-search {
    padding: 40px;
  }
  .m-box-search__title {
    font-size: 2.4rem;
    text-align: center;
  }
  .m-box-search__title + * {
    margin-top: 24px;
  }
  .m-box-search__btn-detail {
    padding: 14px 10px;
  }
  .m-box-search__btn-detail::before {
    left: -26px;
  }
  .m-box-search__btn-detail-label {
    padding-left: 15px;
  }
  .m-box-search__content {
    column-gap: 49px;
    grid-template: "areaInput areaBtnDetail" minmax(52px, auto) "areaBottom areaBottom" auto/1fr 120px;
  }
  .m-box-search__content--no-detail {
    grid-template: "areaInput" minmax(52px, auto) "areaBottom" auto/1fr;
    max-width: 790px;
    margin-right: auto;
    margin-left: auto;
  }
  .m-box-search__content--w-960 {
    max-width: 960px;
  }
  .m-box-search-input__search {
    width: calc(100% - 154px);
  }
  .m-box-search-input__btn-submit {
    width: 154px;
  }
  .m-box-search-input__btn-submit-label::after {
    top: 0.25em;
    bottom: auto;
    left: 0;
    width: 14px;
    height: 12px;
  }
  .m-box-search-suggest__link {
    padding: 10px 14px;
  }
  .m-box-search-tags {
    align-items: baseline;
    gap: 0 31px;
  }
  .m-box-search-tags__title {
    grid-column: 1/2;
  }
  .m-box-search-tags__tag {
    font-size: 1.4rem;
  }
  .m-box-search-tags__content {
    grid-row: 1;
    grid-column: 2/3;
  }
  .m-box-sort {
    margin-top: 50px;
  }
  .m-box-sort + * {
    margin-top: 50px !important;
  }
  .m-box-sort__title {
    padding-left: 32px;
    font-size: 1.8rem;
  }
  .m-box-sort__title::before {
    width: 22px;
    height: 20px;
  }
  .m-box-sort__item + .m-box-sort__item {
    margin-top: 75px;
  }
  .m-box-sort__item + .m-box-sort__item::before {
    top: -32px;
  }
  .m-box-sort__body {
    padding: 32px 42px;
  }
  .m-box-sort__body--bottom-arrow {
    margin-bottom: 42px;
  }
  .m-box-sort__body--bottom-arrow::before {
    bottom: -26px;
    border-top-width: 26px;
    border-right-width: 24px;
    border-left-width: 24px;
  }
  .m-box-sort__result-num {
    font-size: 3.2rem;
  }
  .m-box-sort-list[data-col-wide="1"] {
    grid-template-columns: 100%;
  }
  .m-box-sort-list[data-col-wide="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .m-box-sort-list[data-col-wide="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
  .m-box-sort-list[data-col-wide="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
  .m-box-sort-list[data-col-wide="5"] {
    grid-template-columns: repeat(5, 1fr);
  }
  .m-box-sort-list[data-col-wide="6"] {
    grid-template-columns: repeat(6, 1fr);
  }
  .m-box-sort-list[data-col-wide="7"] {
    grid-template-columns: repeat(7, 1fr);
  }
  .m-box-sort-list[data-col-wide="8"] {
    grid-template-columns: repeat(8, 1fr);
  }
  .m-box-sort-list[data-col-wide="9"] {
    grid-template-columns: repeat(9, 1fr);
  }
  .m-box-sort-list[data-col-wide="10"] {
    grid-template-columns: repeat(10, 1fr);
  }
  .m-box-sort-list[data-col-wide="11"] {
    grid-template-columns: repeat(11, 1fr);
  }
  .m-box-sort-list[data-col-wide] {
    gap: 18px;
  }
  .m-box-sort-2__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .m-box-sort-2__header-right {
    margin-top: 0;
  }
  .m-box-sort-2__body {
    margin-top: 12px;
    padding: 16px 24px;
  }
  .m-box-sort-2__item + .m-box-sort-2__item::before {
    left: -24px;
    width: calc(100% + 48px);
  }
  .m-box-sort-2__item {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .m-box-sort-2__title {
    flex: 0 0 100%;
    max-width: 125px;
    font-size: 1.6rem;
  }
  .m-box-sort-2-list {
    grid-template-columns: repeat(auto-fill, minmax(115px, 115px));
    flex: 1 1 auto;
    margin-top: 0;
    gap: 12px;
  }
  .m-box-sort-2__footer {
    grid-gap: 6px 14px;
    display: grid;
    grid-template-rows: repeat(2, auto);
    grid-template-columns: 1fr 290px 1fr;
    margin-top: 24px;
  }
  .m-box-sort-2__footer-top {
    grid-area: 1/1/2/4;
    text-align: center;
  }
  .m-box-sort-2__footer-bottom-center {
    grid-area: 2/2/3/3;
    margin-top: 0;
  }
  .m-box-sort-2__footer-bottom-right {
    grid-area: 2/3/3/4;
    align-items: center;
    justify-content: flex-start;
    margin-top: 0;
  }
  .m-box-sort-2__result {
    display: inline-block;
    font-size: 1.6rem;
  }
  .m-box-sort-2__result-num {
    margin-left: 7px;
    font-size: 3.2rem;
  }
  .m-box-sort-2__result-unit {
    margin-left: 6px;
    font-size: 2.2rem;
  }
  .m-box-sort-2__result-unit--min {
    font-size: 1.6rem;
  }
  .m-box-contact-2 {
    margin-top: 50px;
  }
  .m-box-contact-2 + * {
    margin-top: 50px !important;
  }
  .m-box-contact-2 {
    grid-template-columns: 1fr 1fr;
  }
  .m-box-contact-2__col {
    padding: 32px 40px;
  }
  .m-box-contact-2__title {
    font-size: 2rem;
  }
  .m-box-contact-2__title + * {
    margin-top: 25px;
  }
  .m-box-contact-2__btn + * {
    margin-top: 30px;
  }
  .m-box-contact-2__btn-inner {
    font-size: 1.8rem;
  }
  .m-box-contact-2--wide {
    grid-template-columns: 1fr;
  }
  .m-box-contact-2--wide .m-box-contact-2__col {
    padding-right: calc(25% + 46px);
    padding-left: calc(25% + 46px);
  }
  .m-panel-icon {
    margin-top: 40px;
  }
  .m-panel-icon[data-col-wide="1"] {
    grid-template-columns: 100%;
  }
  .m-panel-icon[data-col-wide="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .m-panel-icon[data-col-wide="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
  .m-panel-icon[data-col-wide] {
    gap: 30px 24px;
  }
  .m-panel-icon__title {
    font-size: 2rem;
  }
  .m-panel-icon__list-item {
    font-size: 1.6rem;
  }
  .m-panel-icon__icon {
    width: 60px;
    height: 60px;
  }
  .m-panel-icon__panel {
    padding: 32px;
    border-radius: 8px;
  }
  .m-panel-icon__panel::after {
    border-width: 16px;
    border-radius: 0 0 8px;
  }
  .m-panel-media {
    margin-top: 40px;
  }
  .m-panel-media[data-col-wide="1"] {
    grid-template-columns: 100%;
  }
  .m-panel-media[data-col-wide="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .m-panel-media[data-col-wide="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
  .m-panel-media[data-col-wide="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
  .m-panel-media[data-col-wide] {
    gap: 32px 20px;
  }
  .m-panel-media__title {
    margin-top: 16px;
    font-size: 1.8rem;
  }
  .m-panel-media__title-sub {
    font-size: 1.4rem;
  }
  .m-panel-media__tag-item {
    padding: 4px 10px;
    font-size: 1.2rem;
  }
  .m-panel-media__text {
    margin-top: 10px;
    font-size: 1.4rem;
  }
  .m-panel-media__date {
    font-size: 1.4rem;
  }
  .m-panel-media-link-another__link {
    font-size: 1.4rem;
  }
  .m-panel-fund {
    margin-top: 40px;
  }
  .m-panel-fund {
    gap: 24px 30px;
  }
  .m-panel-fund--favorite {
    max-width: 825px;
    margin: 0;
  }
  .m-panel-fund__item {
    width: calc(25% - 22.5px);
  }
  .m-panel-fund__item:first-child:nth-last-child(2) {
    margin-left: auto !important;
  }
  .m-panel-fund__item:first-child:nth-last-child(2) ~ .m-panel-fund__item:nth-child(2) {
    margin-right: auto !important;
    margin-left: 0 !important;
  }
  .m-panel-fund__item:first-child:nth-last-child(3) {
    margin-left: auto !important;
  }
  .m-panel-fund__item:first-child:nth-last-child(3) ~ .m-panel-fund__item:nth-child(3) {
    margin-right: auto !important;
    margin-left: 0 !important;
  }
  .m-panel-fund__tag-item {
    padding: 4px 10px;
    font-size: 1.2rem;
  }
  .m-panel-fund__favorite {
    font-size: 1.4rem;
  }
  .m-panel-fund__favorite > span {
    padding-left: 28px;
  }
  .m-form-text__input {
    padding: 16px;
    border-radius: 6px;
  }
  .m-form-textarea__textarea {
    height: 148px;
    padding: 16px;
    border-radius: 6px;
  }
  .m-form-checkbox__label {
    gap: 0 12px;
  }
  .m-form-select {
    min-width: 184px;
  }
  .m-form-select__select {
    padding: 16px 32px 16px 16px;
    border-radius: 6px;
  }
  .m-form-label {
    justify-content: space-between;
  }
  .m-form-label__label {
    font-size: 1.8rem;
  }
  .m-form-required {
    padding: 3px 10px;
    font-size: 1.2rem;
  }
  .m-form-lyt {
    margin-top: 50px;
  }
  .m-form-lyt__grid {
    grid-template-columns: 218px 1fr;
    gap: 24px;
  }
  .m-form-lyt__grid--column-label-w290 {
    grid-template-columns: 290px 1fr;
  }
  .m-form-lyt__grid--align-center {
    align-items: center;
  }
  .m-form-lyt-confirm {
    margin-top: 50px;
  }
  .m-form-lyt-confirm__item + .m-form-lyt-confirm__item {
    margin-top: 32px;
  }
  .m-form-lyt-confirm__grid {
    gap: 16px;
  }
  .m-form-lyt-confirm__grid {
    grid-template-columns: 150px 1fr;
  }
  .m-form-lyt-confirm__label {
    font-size: 1.8rem;
  }
  .m-form-lyt-grid {
    margin-top: 40px;
  }
  .m-form-box-error {
    margin-top: 50px;
  }
  .m-form-box-error + * {
    margin-top: 32px !important;
  }
  .m-form-box-error {
    padding: 18px 40px;
  }
  .m-form-box-error__text {
    text-align: center;
  }
  .m-lyt-media {
    margin-top: 40px;
  }
  .m-lyt-movie {
    margin-top: 40px;
  }
  .m-lyt-map {
    margin-top: 40px;
  }
  .m-lyt-media-content {
    margin-top: 40px;
  }
  .m-lyt-media-content {
    gap: 0 32px;
  }
  .m-lyt-media-content__media {
    grid-row: 1;
  }
  .m-lyt-media-content__content {
    grid-row: 1;
  }
  .m-lyt-media-content--left {
    grid-template-columns: auto minmax(50%, 1fr);
  }
  .m-lyt-media-content--left .m-lyt-media-content__media {
    grid-column: 1/2;
  }
  .m-lyt-media-content--left .m-lyt-media-content__content {
    grid-column: 2/3;
  }
  .m-lyt-media-content--right {
    grid-template-columns: minmax(50%, 1fr) auto;
  }
  .m-lyt-media-content--right .m-lyt-media-content__media {
    grid-column: 2/3;
  }
  .m-lyt-media-content--right .m-lyt-media-content__content {
    grid-column: 1/2;
  }
  .lyt-grid {
    margin-top: 40px;
  }
  .lyt-grid[data-col-wide="1"] {
    grid-template-columns: 100%;
  }
  .lyt-grid[data-col-wide="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .lyt-grid[data-col-wide="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
  .lyt-grid[data-col-wide="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
  .lyt-grid[data-col-wide] {
    gap: 32px 24px;
  }
  .m-lyt-fund-details {
    margin-top: 40px;
  }
  .m-lyt-fund-details + .m-lyt-fund-details {
    margin-top: 28px;
    padding-top: 0;
    border-top-width: 0;
  }
  .m-lyt-fund-details__body {
    grid-auto-rows: auto;
    grid-template: "fundDetailMedia fundDetailTag" auto "fundDetailMedia fundDetailTitle" auto "fundDetailMedia fundDetailContent" 1fr/183px 1fr;
    margin: 0 auto;
    gap: 0 32px;
  }
  .m-lyt-fund-details__title {
    font-size: 2rem;
  }
  .m-lyt-fund-details__title-sub {
    font-size: 1.6rem;
  }
  .m-lyt-fund-details__tag {
    margin-bottom: 10px;
  }
  .m-lyt-fund-details__tag-item {
    padding: 2px 10px;
    font-size: 1.2rem;
  }
  .m-lyt-fund-details__media {
    width: 183px;
    height: 183px;
    margin-top: 0;
  }
  .m-lyt-fund-details-list {
    font-size: 1.6rem;
  }
  .m-tab {
    margin-top: 50px;
  }
  .m-tab__tab {
    padding: 16px 10px;
  }
  .m-tab__list {
    gap: 0 6px;
  }
  .m-tab__list::before {
    left: calc((-100vw + 100% - 17px) / 2 - 1px);
    width: 100vw;
  }
  .m-tab__list--bottom {
    margin-top: 40px;
  }
  .m-tab__panel {
    margin-top: 40px;
  }
  .m-tab-2 {
    margin-top: 50px;
  }
  .m-tab-2__tab {
    padding: 15px 10px;
  }
  .m-tab-2__list {
    grid-template-columns: repeat(5, 1fr);
    gap: 16px 10px;
  }
  .m-tab-2__panel {
    margin-top: 40px;
  }
  .uniq-new-nisa-tab {
    margin-top: 50px;
  }
  .uniq-new-nisa-tab__tab {
    padding: 16px 10px;
  }
  .m-modal__title {
    font-size: 2.4rem;
  }
  .m-modal__title + * {
    margin-top: 24px !important;
  }
  .m-modal__close {
    width: 40px;
    height: 40px;
  }
  .m-modal__close::before, .m-modal__close::after {
    width: 24px;
  }
  .m-modal__contents {
    padding: 40px 60px;
  }
  html[data-script-enabled=true] .m-modal.is-movie-inside .m-modal__body {
    max-width: 920px;
  }
  html[data-script-enabled=true] .m-modal.is-movie-inside .m-modal__contents {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .m-slider-fund {
    margin-top: 40px;
  }
  .m-slider-fund {
    padding: 0 10vw 30px;
  }
  html:not([data-script-enabled=true]) .m-slider-fund {
    padding: 0;
    transform: none;
  }
  .m-slider-fund::before, .m-slider-fund::after {
    display: block;
    z-index: 10;
    position: absolute;
    top: 0;
    width: calc(10vw - 15px);
    height: 100%;
    transform: translateZ(1px);
    background-color: #ffffff;
    content: "";
  }
  html:not([data-script-enabled=true]) .m-slider-fund::before, html:not([data-script-enabled=true]) .m-slider-fund::after {
    display: none;
  }
  .m-slider-fund::before {
    left: 0;
  }
  .m-slider-fund::after {
    right: 0;
  }
  .m-slider-fund__prev, .m-slider-fund__next {
    width: 49px;
    height: 67px;
  }
  .m-slider-fund__prev::before, .m-slider-fund__prev::after, .m-slider-fund__next::before, .m-slider-fund__next::after {
    font-size: 2rem;
  }
  .js-scroll-tbl-icon {
    visibility: hidden;
    opacity: 0;
  }
  .js-sticky.m-tab__list {
    padding-top: 24px;
  }
  .m-tgl {
    margin-top: 63px;
  }
  .m-tgl .js-toggle-content {
    padding-bottom: 47px;
  }
  .m-tgl__head {
    padding: 14px 46px 12px 16px;
    font-size: 18px;
  }
  .m-tgl__head-step {
    font-size: 12px;
  }
  .m-hr {
    margin: 50px 0;
  }
  .m-loading {
    min-height: 100px;
  }
  .m-loading--small {
    min-height: 103px;
  }
  .uniq-panel .m-loading {
    grid-area: 1/1/1/4;
  }
  .m-compare--medium {
    max-width: 960px;
    margin: 0 auto;
  }
  .m-compare-box-period {
    padding: 12px 32px 12px 20px;
  }
  .m-compare-box-period--select .m-compare-box-period__inner {
    display: block;
  }
  .m-compare-box-period__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 16px;
  }
  .m-compare-box-period__period {
    grid-template-columns: repeat(3, auto);
    align-items: center;
    gap: 0 16px;
  }
  .m-compare-box-period__period-item {
    width: 154px;
  }
  .m-compare-box-period__period-rate {
    position: relative;
    padding-left: 16px;
  }
  .m-compare-box-period__period-rate::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 34px;
    transform: translateY(-50%);
    background-color: #cccccc;
    content: "";
  }
  .m-compare-select-list[data-col-wide="1"] {
    grid-template-columns: 100%;
  }
  .m-compare-select-list[data-col-wide="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .m-compare-select-list[data-col-wide="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
  .m-compare-select-list[data-col-wide="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
  .m-compare-select-list[data-col-wide="5"] {
    grid-template-columns: repeat(5, 1fr);
  }
  .m-compare-select-list[data-col-wide="6"] {
    grid-template-columns: repeat(6, 1fr);
  }
  .m-compare-select-list[data-col-wide="7"] {
    grid-template-columns: repeat(7, 1fr);
  }
  .m-compare-select-list[data-col-wide="8"] {
    grid-template-columns: repeat(8, 1fr);
  }
  .m-compare-select-list[data-col-wide="9"] {
    grid-template-columns: repeat(9, 1fr);
  }
  .m-compare-select-list[data-col-wide="10"] {
    grid-template-columns: repeat(10, 1fr);
  }
  .m-compare-select-list[data-col-wide="11"] {
    grid-template-columns: repeat(11, 1fr);
  }
  .m-compare-select-list[data-col-wide] {
    gap: 18px;
  }
  .m-compare-box-graph-list__inner {
    padding: 26px 32px;
  }
  .m-compare-box-graph-list__list {
    grid-template-columns: repeat(2, auto);
    gap: 14px 50px;
  }
  .m-compare-box-graph-list__list--layout-auto {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px 24px;
  }
  .m-fund-hdg-detail-lv2 {
    margin-top: 50px;
  }
  .m-fund-hdg-detail-lv2 + * {
    margin-top: 32px !important;
  }
  .m-fund-hdg-detail-lv2__title {
    font-size: 2.2rem;
  }
  .m-fund-hdg-detail-lv2__title--recommend > span, .m-fund-hdg-detail-lv2__title--history > span {
    padding-left: 30px;
  }
  .m-fund-hdg-detail-lv2__title--recommend > span::before, .m-fund-hdg-detail-lv2__title--history > span::before {
    top: 0;
    bottom: 0;
    left: 0;
    width: 22px;
    height: 22px;
    margin: auto 0;
  }
  .m-fund-hdg-detail-lv2--border {
    padding: 20px;
  }
  .m-hdg-lv3.m-fund-hdg-detail-lv3 {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .m-fund-text-price__sub {
    margin-top: 6px;
    font-size: 1.8rem;
  }
  .m-fund-text-price__sub--normal {
    font-size: inherit;
  }
  .m-fund-text-price__unit-small {
    font-size: 2.2rem;
  }
  .m-fund-text-price--text-l {
    font-size: 2.4rem;
  }
  .m-fund-text-result {
    margin-top: 40px;
  }
  .m-fund-text-result {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .m-fund-text-result__title {
    font-size: 1.6rem;
  }
  .m-fund-text-result__title-text + span {
    margin-left: 40px;
  }
  .m-fund-text-result__title-num {
    font-size: 3.2rem;
  }
  .m-fund-text-result__caption {
    display: flex;
    flex: 0 0 33%;
    justify-content: flex-end;
  }
  .m-fund-list-docs {
    margin-top: 40px;
  }
  .m-fund-list-docs__link::after {
    right: 20px;
  }
  .m-fund-list-docs__link {
    padding: 8px 36px 8px 13px;
  }
  .m-fund-list-docs__link .m-icon {
    right: 14px;
  }
  .m-fund-list-docs__item {
    min-height: 58px;
  }
  .m-fund-lyt-detail {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .m-fund-lyt-detail__title {
    font-size: 2.4rem;
  }
  .m-fund-lyt-detail__title-sub {
    margin-top: 4px;
    font-size: 1.6rem;
  }
  .m-fund-lyt-detail__status {
    margin-top: 24px;
    padding: 6px 10px;
  }
  .m-fund-lyt-detail__tag {
    flex-direction: row;
    margin-bottom: 8px;
    gap: 8px;
  }
  .m-fund-lyt-detail__tag-item {
    padding: 4px 6px;
    font-size: 1.2rem;
  }
  .m-fund-lyt-detail__tag-item--link {
    padding-left: 17px;
  }
  .m-fund-lyt-detail__tag-item--link-tsumitate-nisa {
    padding: 3px 6px 3px 17px;
  }
  .m-fund-lyt-detail__tag-item--link-nisa {
    padding: 3px 6px 3px 17px;
  }
  .m-fund-lyt-detail__media {
    width: 185px;
    height: 185px;
    margin-right: 32px;
  }
  .m-fund-lyt-detail__content {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #cccccc;
  }
  .m-fund-lyt-detail__body {
    grid-auto-rows: auto;
    grid-template: "fundDetailMedia fundDetailTag" auto "fundDetailMedia fundDetailTitle" auto "fundDetailMedia fundDetailContent" 1fr/auto 1fr;
    max-width: 960px;
    margin: 0 auto;
  }
  .m-fund-lyt-detail-dist__title {
    font-size: 1.4rem;
  }
  .m-fund-lyt-detail-list {
    font-size: 1.4rem;
  }
  .m-fund-lyt-detail-btn-list {
    justify-content: flex-end;
    gap: 10px 20px;
  }
  .m-fund-lyt-detail-btn-list__btn {
    padding: 12px;
    font-size: 1.6rem;
  }
  .m-fund-lyt-detail-btn-list__btn--favorite > span {
    padding-left: 38px;
  }
  .m-fund-lyt-detail-btn-list__btn--mail > span {
    padding-left: 30px;
  }
  .m-fund-lyt-detail-btn-list__btn--mail > span::before {
    width: 22px;
    height: 17px;
  }
  .m-fund-lyt-detail-btn-list__item {
    width: 100%;
    max-width: 210px;
  }
  .m-fund-lyt-detail-bottom {
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px;
    gap: 24px 10px;
  }
  .m-fund-lyt-detail-bottom__col {
    flex-grow: 1;
  }
  .m-fund-lyt-detail--simple {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .m-fund-lyt-detail--simple .m-fund-lyt-detail__body {
    grid-template: "fundDetailTag" auto "fundDetailTitle" auto "fundDetailContent" 1fr/1fr;
  }
  .m-fund-lyt-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .m-fund-lyt-grid {
    margin-top: 40px;
  }
  .m-fund-lyt-chart {
    margin-top: 40px;
  }
  .m-fund-lyt-chart {
    max-width: 960px;
    min-height: 498px;
    margin: 0 auto;
  }
  .m-tool-box-favorite {
    margin-top: 50px;
  }
  .m-tool-box-favorite + * {
    margin-top: 50px !important;
  }
  .m-tool-box-favorite__result {
    font-size: 1.8rem;
  }
  .m-tool-box-favorite__result::before {
    width: 30px;
    height: 28px;
  }
  .m-tool-lyt-setting {
    margin-top: 40px;
  }
  .m-tool-lyt-setting {
    grid-template-columns: 30% 1fr;
    gap: 32px;
  }
  .m-tool-lyt-setting__col--grid-title {
    grid-row: 1;
    grid-column: 1/3;
  }
  .m-tool-lyt-setting__col--grid-field {
    grid-row: 2;
    grid-column: 1/2;
  }
  .m-tool-lyt-setting__col--grid-control {
    grid-row: 2;
    grid-column: 2/3;
  }
  .m-tool-lyt-field__input {
    height: 43px;
    padding: 8px 12px;
    font-size: 2.2rem;
  }
  .m-tool-lyt-control__slider::-webkit-slider-thumb {
    width: 20px;
    height: 20px;
  }
  .m-tool-lyt-control__slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
  }
  .m-tool-lyt-control__label {
    margin-top: 20px;
    margin-right: -28px;
    margin-left: -28px;
  }
  .m-tool-lyt-control__label > span {
    display: inline-block;
    width: 56px;
    font-size: 1.2rem;
    text-align: center;
  }
  .m-tool-lyt-control__range {
    padding-right: 24px;
    padding-left: 24px;
  }
  .m-tool-list-result {
    margin-top: 32px;
  }
  .m-tool-list-result__title {
    font-size: 1.6rem;
  }
  .m-tool-list-result__text {
    font-size: 1.8rem;
  }
  .m-tool-list-result__item {
    padding: 55px 20px;
    gap: 20px;
  }
  .m-tool-btn-set-value {
    width: auto;
    font-size: 1.4rem;
  }
  .m-tool-mail-register {
    margin-top: 50px;
  }
  .m-tool-mail-register__text {
    font-size: 1.8rem;
  }
  .m-tool-compares-lyt {
    padding-bottom: 50px;
  }
  .m-tool-compares-lyt-grid__inner {
    display: flex;
    gap: 0 30px;
  }
  .m-tool-compares-lyt-grid__item--unselected {
    padding-left: 10px;
  }
  .m-tool-compares-box-period {
    padding: 12px 32px 12px 20px;
  }
  .m-tool-compares-box-period__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 16px;
  }
  .m-tool-compares-box-period__period {
    grid-template-columns: repeat(3, auto);
    align-items: center;
    gap: 0 16px;
  }
  .m-tool-compares-box-period__period-item {
    width: 154px;
  }
  .m-tool-compares-box-period__period-rate {
    position: relative;
    padding-left: 16px;
  }
  .m-tool-compares-box-period__period-rate::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 34px;
    transform: translateY(-50%);
    background-color: #cccccc;
    content: "";
  }
  .m-tool-compares-box-graph-list__inner {
    padding: 26px 32px;
  }
  .m-tool-compares-box-graph-list__list {
    grid-template-columns: repeat(2, auto);
    gap: 14px 50px;
  }
  .m-tool-compares-text-unselected {
    width: 20px;
    height: 20px;
  }
  .m-tool-compares-text-graph-color {
    width: 18px;
    height: 18px;
    margin: auto;
  }
  .m-inquiry-form-label {
    margin-top: 14px;
  }
  .m-inquiry-form-submit {
    margin-top: 16px;
  }
  .m-inquiry-form-submit__btn {
    align-items: center;
    max-width: 400px;
    min-height: 73px;
  }
  .m-inquiry-complete-text {
    text-align: center;
  }
  .pc-hide {
    display: none !important;
  }
}

@media screen and (min-width: 865px) {
  .m-tbl-fund--pc-hide {
    display: none;
  }
  .m-tbl-fund .tbl-pc-hide {
    display: none;
  }
  .m-tbl-fund__head-title, .m-tbl-fund__title, .m-tbl-fund__text {
    padding: 15px 14px 12px;
  }
  .m-tbl-fund__body {
    margin-top: 8px;
  }
  .m-tbl-fund__col-checkbox {
    width: 64px;
    min-width: 32px;
  }
  .m-tbl-fund__col-title {
    width: 355px;
    min-width: 150px;
  }
  .m-tbl-fund__col-title-min {
    width: 300px;
    min-width: 150px;
  }
  .m-tbl-fund__col-favorite {
    width: 119px;
    min-width: 50px;
  }
  .m-tbl-fund__title.is-added {
    background-color: #4b4b4b;
  }
  .m-tbl-fund__title {
    font-size: 1.6rem;
  }
  .m-tbl-fund__title--hover:hover, .m-tbl-fund__title--hover:focus, .m-tbl-fund__title--hover:active {
    background-color: #4b4b4b;
  }
  .m-tbl-fund__text {
    font-size: 1.6rem;
  }
  .m-tbl-fund__sticky::before {
    left: calc((-100vw + 100% - 17px) / 2 - 1px);
    width: 100vw;
  }
  .m-tbl-fund__sticky .m-tbl-fund__header {
    max-width: 1200px;
    margin: auto;
  }
  .m-tbl-fund__sticky .m-tbl-fund__header-txt::after {
    display: block;
    visibility: hidden;
    position: absolute;
    bottom: -11px;
    left: 24px;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-top: 11px solid #e5e5e5;
    border-bottom: 0;
    border-right-width: 8px;
    border-left-width: 8px;
    background-color: transparent;
    content: "";
    opacity: 0;
    transition: visibility 0.3s ease, opacity 0.3s ease;
  }
  .m-tbl-fund__sticky.is-sticky {
    margin: 0 -16px;
  }
  .m-tbl-fund__sticky.is-sticky .m-tbl-fund__header {
    max-width: 1232px;
    margin: auto;
    padding: 2px 16px;
  }
  .m-tbl-fund__sticky.is-sticky .m-tbl-fund__header-day {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
  .m-tbl-fund__sticky.is-sticky .m-tbl-fund__header-txt {
    font-weight: bold;
    font-size: 1.4rem;
  }
  .m-tbl-fund__sticky.is-sticky .m-tbl-fund__header-txt::after {
    visibility: visible;
    opacity: 1;
  }
  .m-tbl-fund__header-day--pc-hide {
    display: none;
  }
  .m-tbl-fund__header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 0;
    margin-left: 0;
    gap: 12px;
  }
  .m-tbl-fund__header-txt {
    margin-right: 12px;
    font-size: 1.6rem;
  }
  .m-tbl-fund__header-txt::before {
    display: inline-block;
    width: 64px;
    height: 54px;
    background-image: url("/assets/img/common/icon-table-sort-checkbox.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    vertical-align: middle;
  }
  .m-tbl-fund__header-day {
    align-self: flex-end;
    margin-bottom: 8px;
    margin-left: auto;
  }
  .m-tbl-fund__btn {
    padding: 6px 14px 5px;
    font-size: 1.4rem;
  }
  .m-tbl-fund__tag-item {
    padding: 5px 10px;
    font-size: 1.2rem;
  }
  .m-tbl-fund__rank {
    gap: 16px;
  }
  .m-tbl-fund__rank-tag {
    width: 24px;
    height: 24px;
  }
  .m-tool-compares-tbl-col-title-pc {
    width: 400px;
    min-width: 150px;
  }
  .m-tool-compares-tbl-col-document-pc {
    width: 180px;
    min-width: 100px;
  }
  .m-tool-compares-tbl-col-favorite-pc {
    width: 119px;
    min-width: 50px;
  }
}

@media screen and (min-width: 959px) {
  .str-section-localnav {
    gap: 0 60px;
  }
}

@media screen and (min-width: 1040px) {
  .str-header-nav-list-top__btn-label {
    padding-left: 28px;
  }
  .str-header-nav-list-top__btn-label::before, .str-header-nav-list-top__btn-label::after {
    width: 24px;
    height: 24px;
  }
  .str-header-nav-list-top__btn {
    padding: 24px 20px;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1100px) {
  .m-link-sns__text {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1200px) {
  .str-footer-contact__schedule {
    margin-top: 0;
    padding-top: 0;
  }
  .str-footer-contact__schedule::before {
    top: 0;
    left: -16px;
    width: 1px;
    height: 100%;
  }
  .str-footer-contact__body {
    grid-template: "footerContactListLink footerContactListLink" auto "footerContactTitle footerContactTitle" auto "footerContactTel footerContactSchedule" auto/auto 1fr;
    gap: 0 33px;
  }
  .str-footer-contact__list-link {
    flex-wrap: nowrap;
  }
  .m-slider-fund {
    padding-right: 120px;
    padding-left: 120px;
  }
  .m-slider-fund::before, .m-slider-fund::after {
    width: 119px;
  }
  .m-slider-fund--favorite {
    padding: 0 7.4166666667vw 30px;
  }
  .m-slider-fund--favorite::before, .m-slider-fund--favorite::after {
    width: calc(7.4166666667vw - 15px);
  }
  .m-slider-fund--favorite {
    padding-right: 89px;
    padding-left: 89px;
  }
  .m-slider-fund--favorite::before, .m-slider-fund--favorite::after {
    width: 88px;
  }
  .m-tool-lyt-setting {
    grid-template-columns: 1fr 160px 740px;
    padding: 28px 0;
  }
  .m-tool-lyt-setting__col--grid-title {
    grid-column: 1/2;
  }
  .m-tool-lyt-setting__col--grid-field {
    grid-row: 1;
    grid-column: 2/3;
  }
  .m-tool-lyt-setting__col--grid-control {
    grid-row: 1;
    grid-column: 3/4;
  }
  .m-tool-lyt-setting--select {
    grid-template-columns: 1fr 160px 572px;
    padding: 0;
  }
  .m-tool-lyt-setting--select + .m-tool-lyt-setting--select {
    margin-top: 37px;
  }
  .m-tool-lyt-graph {
    flex-direction: row-reverse;
    margin-top: 68px;
    gap: 20px;
  }
  .m-tool-lyt-graph__col {
    flex-grow: 1;
    width: 100%;
  }
  .m-tool-lyt-graph__col--data {
    flex-shrink: 0;
    width: 66.6666666667%;
  }
  .m-tool-lyt-return {
    flex-direction: row;
    padding: 28px 0;
  }
  .m-tool-lyt-return__col--left {
    width: calc(100% - 144px - 24px);
  }
  .m-tool-lyt-return__col--right {
    width: 144px;
  }
  .m-tool-lyt-graph .m-tool-list-result {
    margin-top: 20px;
  }
  .m-tool-btn-select {
    height: 100%;
    max-height: 144px;
    padding: 0;
    font-size: 1.3rem;
  }
  .m-tool-btn-select > span {
    padding-top: 67px;
    padding-left: 0;
  }
  .m-tool-btn-select > span::before {
    top: 0;
    right: 0;
    left: 0;
    width: 60px;
    height: 60px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) and (min-width: 1200px) {
  .m-tool-btn-select::before {
    top: 0;
    right: 0;
    left: 0;
    width: 60px;
    height: 60px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  input,
textarea {
    font-size: 1.6rem;
  }
  .str-header__logo-main {
    width: 100%;
  }
  .str-header__logo-text {
    display: none;
  }
  .str-header__logo-sub {
    display: none;
  }
  html[data-script-enabled=true] .str-header-dropdown {
    overflow: hidden;
    transition: height 0.3s ease;
  }
  .str-header-dropdown__content[data-col="1"] {
    grid-template-columns: 100%;
  }
  .str-header-dropdown__content[data-col="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .str-header-dropdown__content {
    position: relative;
    padding: 20px 0;
  }
  .str-header-dropdown__content::before {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 1px;
    background-color: #cccccc;
    content: "";
  }
  .str-header-dropdown__content[data-col] {
    gap: 30px 0;
  }
  .str-header-nav-list-top__btn--narrow-gray {
    background-color: #f5f5f5;
  }
  html[data-script-enabled=true] .str-header-nav-list-top__btn {
    width: calc(100% + 32px);
    margin-left: -16px;
  }
  .str-header-nav-list-top__item {
    position: relative;
  }
  .str-header-nav-list-top__item::after {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #cccccc;
    content: "";
  }
  .str-header-subcontent {
    margin-top: 20px;
  }
  .str-header-subcontent-link:not(:first-child) {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #cccccc;
  }
  .str-header-subcontent-link--sales .str-header-subcontent-link__link--emphasis {
    font-size: 1.5rem;
  }
  .str-header-subcontent-other {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #cccccc;
  }
  .str-header-search__close {
    display: none;
  }
  .str-header-search__submit span {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
  .str-header-body--top {
    justify-content: center;
    padding-right: 44px;
    gap: 0 14px;
  }
  .str-header-body--main {
    grid-area: spMenuAll;
    width: 100%;
    padding-bottom: 20px;
  }
  .str-header-top {
    z-index: 5000;
    position: relative;
  }
  html[data-script-enabled=true] .str-header-main {
    display: none;
    grid-template: "spMenuAll" 1fr "spMenuCloseBtn" 60px/1fr;
    align-items: start;
    width: calc(100% - 60px);
    overflow: auto;
    overflow-x: hidden;
  }
  html[data-script-enabled=true] .str-header-main.is-gnav-show {
    display: grid;
  }
  .str-footer {
    margin-bottom: 115px;
  }
  .str-footer--simple {
    margin-bottom: 0;
  }
  .str-footer-list-link[data-col="1"] {
    grid-template-columns: 100%;
  }
  .str-footer-list-link[data-col="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .str-footer-list-link[data-col] {
    gap: 14px;
  }
  .str-footer-list-link__link {
    font-size: 1.2rem;
  }
  .str-footer-contact__title {
    text-align: center;
  }
  .str-footer-contact__tel {
    margin-top: 3px;
  }
  .str-footer-contact__tel::before {
    top: 8px;
    left: 0;
  }
  .str-footer-contact__schedule {
    width: 100%;
    margin-top: 21px;
  }
  .str-footer-contact__body {
    justify-items: center;
    width: 100%;
  }
  .str-footer-sns__title {
    text-align: center;
  }
  .str-footer-sns__list {
    margin-top: 8px;
  }
  .str-footer-bottom__copy {
    margin: 25px -16px 0;
    padding: 12px 16px;
    border-top: 4px solid #e60000;
    font-size: 1rem;
    text-align: left;
  }
  .str-footer-bottom__copy small {
    margin-top: 6px;
  }
  .str-footer--mirror .str-footer-main {
    border-bottom: 1px solid #cccccc;
  }
  .str-footer-mirror + .str-footer-bottom .str-footer-list-link {
    margin-top: 25px;
  }
  .str-footer-mirror-lyt__col:first-child {
    padding-top: 0;
  }
  .str-footer-mirror-lyt__col:first-child::before {
    content: none;
  }
  .str-footer-mirror-lyt__col:last-child {
    padding-bottom: 0;
  }
  .str-footer-mirror-list {
    max-width: 500px;
  }
  .str-footer-important-box-inner__content .str-footer-list-link__link {
    font-size: 1.4rem;
  }
  .str-pagetop--normal {
    right: 16px;
    bottom: 60px;
  }
  .str-fixed-sub-link {
    width: 100%;
    padding: 7px 16px 8px;
    border-top: 1px solid #dbdbdb;
    background-color: #f5f5f5;
  }
  .str-fixed-sub-link__label {
    padding-inline: 0 24px;
  }
  .str-fixed-sub-link__label::before, .str-fixed-sub-link__label::after {
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
  }
  .str-fixed-sub-link__label::after {
    right: 6px;
  }
  .str-fixed-sub-link__item {
    flex-grow: 1;
  }
  .str-section-localnav__side {
    margin: 0 -16px;
  }
  .str-section-localnav-list__body--level-2 {
    border-top: 2px solid #b40001;
  }
  .m-hdg-lv1 {
    padding: 32px 0;
    gap: 16px 0;
    border-bottom: 1px solid #cccccc;
    background-color: #f5f5f5;
  }
  .m-hdg-lv1__texture {
    display: none;
  }
  .m-hdg-lv1__texture img {
    height: 120px;
  }
  .m-hdg-lv1-3 {
    border-bottom: 1px solid #cccccc;
  }
  .str-section-localnav .m-hdg-lv1-3 {
    margin: 0 -16px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .m-hdg-lv2__grid-content .m-btn__btn {
    width: 100%;
  }
  .m-link-list--layout-grid[data-col="1"] {
    grid-template-columns: 100%;
  }
  .m-link-list--layout-grid[data-col="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .m-link-list--layout-grid[data-col] {
    gap: 11px;
  }
  .link-list-anchor__body {
    flex-direction: column;
  }
  .m-link-sns__item:nth-of-type(2n)::after {
    content: none;
  }
  .m-link-sns__item::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 80%;
    height: 1px;
    transform: translateX(-50%);
    background-color: #cccccc;
    content: "";
  }
  .m-btn + .m-btn {
    margin-top: 20px;
  }
  .m-btn--sp-center {
    justify-content: center;
  }
  .m-btn__btn {
    width: calc(100% - 32px);
    border-radius: 4px;
  }
  .m-btn-parallel[data-col="1"] {
    grid-template-columns: 100%;
  }
  .m-btn-parallel[data-col="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .m-btn-parallel[data-col] {
    gap: 11px;
  }
  .m-list-news__date {
    font-size: 1.2rem;
  }
  .m-list-news__text {
    font-size: 1.3rem;
  }
  .m-tbl__text {
    font-size: 1.3rem;
  }
  .m-tbl__title {
    font-size: 1.3rem;
  }
  .m-tbl tr > *:first-child {
    padding-left: 12px;
  }
  .m-tbl tr > *:last-child {
    padding-right: 12px;
  }
  .m-tbl--scroll {
    overflow: auto;
  }
  .m-tbl--scroll .m-tbl__caption {
    text-align: left;
  }
  .m-tbl--scroll .m-tbl__body {
    width: 768px;
  }
  .m-tbl--narrow-wide {
    margin-right: -16px;
    margin-left: -16px;
  }
  .m-tbl--narrow-wide .m-tbl__caption {
    padding: 0 16px;
  }
  .m-box__grid-content .m-btn {
    gap: 10px;
  }
  .m-box__grid-content .m-btn__btn {
    width: 100%;
  }
  .m-box-contact__text {
    font-size: 1rem;
  }
  .m-box-contact__info {
    justify-items: center;
    width: 100%;
    text-align: center;
  }
  .m-box-search__btn-detail {
    font-size: 1.2rem;
  }
  .m-box-search__btn-detail-label {
    line-height: 1.25;
  }
  .m-box-search-input__search::placeholder {
    opacity: 0;
  }
  .m-box-search-input__search.is-sp-visible::placeholder {
    opacity: 1;
  }
  .m-box-search-input__btn-submit-label::after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 18px;
    height: 16px;
    margin: auto;
  }
  .m-box-search-input__btn-submit-label span {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
  .m-box-search-suggest__item + .m-box-search-suggest__item {
    border-top: 1px solid #cccccc;
  }
  .m-box-sort-list[data-col="1"] {
    grid-template-columns: 100%;
  }
  .m-box-sort-list[data-col="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .m-box-sort-list[data-col="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
  .m-box-sort-list[data-col] {
    gap: 11px;
  }
  .m-box-contact-2__btn {
    width: 100%;
    border-radius: 4px;
  }
  .m-panel-icon[data-col="1"] {
    grid-template-columns: 100%;
  }
  .m-panel-icon[data-col="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .m-panel-icon[data-col] {
    gap: 10px 11px;
  }
  .m-panel-icon[data-col="1"] .m-panel-icon__title {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0 8px;
  }
  .m-panel-icon__text {
    font-size: 1.2rem;
  }
  .m-panel-icon__icon {
    flex: 0 0 auto;
  }
  .m-panel-icon[data-col="1"] .m-panel-icon__icon {
    margin: 0;
  }
  .m-panel-media[data-col="1"] {
    grid-template-columns: 100%;
  }
  .m-panel-media[data-col="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .m-panel-media[data-col] {
    gap: 24px 10px;
  }
  .m-panel-media__caption {
    display: none;
  }
  .m-panel-fund__catchcopy {
    display: none;
  }
  .m-form-text__note {
    font-size: 1.4rem;
  }
  .m-form-text__error {
    font-size: 1.4rem;
  }
  .m-form-box-error__text {
    font-size: 1.4rem;
  }
  .m-lyt-media-content--narrow-media-bottom .m-lyt-media-content__media {
    grid-row: 2/3;
  }
  .m-lyt-media-content--narrow-media-bottom .m-lyt-media-content__content {
    grid-row: 1/2;
  }
  .lyt-grid[data-col="1"] {
    grid-template-columns: 100%;
  }
  .lyt-grid[data-col="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .lyt-grid[data-col] {
    gap: 24px 11px;
  }
  .m-lyt-fund-details__content {
    margin-top: 10px;
  }
  .m-tab__text-sub {
    display: none;
  }
  .m-tab__tab {
    font-size: 1rem;
  }
  .m-tab-2__text-sub {
    display: none;
  }
  .m-modal__body:has(.m-lyt-frame) {
    min-height: 85dvh;
  }
  .m-modal__body:has(.m-lyt-frame) .m-modal__contents {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
  }
  .m-modal__body:has(.m-lyt-frame) .m-lyt-frame__body {
    height: 100%;
  }
  html:not([data-script-enabled=true]) .m-panel-fund__tooltip.js-tooltip-item {
    display: none;
  }
  html:not([data-script-enabled=true]) .m-tbl-fund__tooltip.js-tooltip-item {
    display: none;
  }
  .m-slider-fund {
    display: grid;
    grid-template: "slider slider slider" auto "prev pagination next" auto/auto 1fr auto;
    gap: 32px 16px;
  }
  .m-slider-fund__prev, .m-slider-fund__next, .m-slider-fund__pagination {
    position: relative;
    align-self: center;
  }
  .m-slider-fund__prev {
    grid-area: prev;
  }
  .m-slider-fund__next {
    grid-area: next;
  }
  .m-slider-fund__pagination {
    grid-template: "pagination";
  }
  .m-slider-fund__wrap {
    grid-area: slider;
  }
  .m-slider-fund__prev, .m-slider-fund__next {
    top: auto;
    bottom: 0;
    margin-top: 0;
  }
  .js-scroll-tbl {
    min-height: 100px;
  }
  .m-compare-box-period__head {
    margin-bottom: 5px;
  }
  .m-compare-box-period__period-contents {
    justify-content: center;
  }
  .m-compare-box-period__period-rate {
    margin-top: 4px;
    padding-top: 12px;
    border-top: 1px solid #cccccc;
  }
  .m-compare-box-period__period-input[type=date] {
    font-size: 1.2rem;
  }
  .m-compare-box-period__period-input {
    padding: 6px 10px;
  }
  .m-compare-select-list[data-col="1"] {
    grid-template-columns: 100%;
  }
  .m-compare-select-list[data-col="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .m-compare-select-list[data-col="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
  .m-compare-select-list[data-col="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
  .m-compare-select-list[data-col] {
    gap: 8px;
  }
  .m-compare-select-list__label-text {
    padding: 5px;
    font-size: 1.2rem;
  }
  .m-compare-select-list {
    margin-top: 0;
  }
  .m-compare-checkbox__label {
    font-size: 1.3rem;
  }
  .m-compare-checkbox {
    padding-left: 45px;
  }
  .m-compare-box-graph-list__item::before {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .m-compare-box-graph-list__item--line-circle {
    font-size: 1.3rem;
  }
  .m-compare-box-graph-list__item--checkbox::before {
    left: 25px;
  }
  .m-fund-hdg-detail-lv2__title--recommend > span, .m-fund-hdg-detail-lv2__title--history > span {
    padding-top: 38px;
  }
  .m-fund-hdg-detail-lv2__title--recommend > span::before, .m-fund-hdg-detail-lv2__title--history > span::before {
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .m-hdg-lv3.m-fund-hdg-detail-lv3 .m-fund-hdg-detail-lv3__caption {
    padding-left: 12px;
  }
  .m-fund-lyt-detail__text {
    font-size: 1.2rem;
  }
  .m-fund-lyt-detail__tag-item {
    line-height: 1;
  }
  .m-fund-lyt-detail__media {
    margin-right: 8px;
  }
  .m-fund-lyt-detail-btn-list__item {
    flex-grow: 1;
    width: calc(50% - 20px);
  }
  .m-fund-lyt-detail--simple .m-fund-lyt-detail__title {
    margin-bottom: 0;
  }
  .m-tool-lyt-setting__col--grid-field {
    justify-self: end;
    width: 100%;
  }
  .m-tool-lyt-control__label > span:not(:first-child):not(:last-child) {
    display: none;
  }
  .m-tool-btn-select {
    position: relative;
    padding-right: 94px;
    padding-left: 94px;
  }
  .m-tool-btn-select::before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    width: 40px;
    height: 40px;
    margin: auto 0;
    background-image: url("/assets/img/common/icon-risk-return.svg"), url("/assets/img/common/icon-risk-return-on.svg");
    background-position: 0 0, 60px 0;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
  }
  .m-tool-btn-select > span {
    padding-left: 0;
  }
  .m-tool-btn-select > span::before {
    display: none;
  }
  .m-tool-compares-lyt-grid__inner {
    grid-template-rows: repeat(2, auto);
  }
  .m-tool-compares-lyt-grid__item--unselected {
    grid-area: 1/1/3/2;
  }
  .m-tool-compares-lyt-grid__item--line-color {
    grid-area: 1/2/2/3;
  }
  .m-tool-compares-lyt-grid__item--title {
    grid-area: 2/2/3/3;
  }
  .m-tool-compares-box-period__head {
    margin-bottom: 16px;
  }
  .m-tool-compares-box-period__period-contents {
    justify-content: center;
  }
  .m-tool-compares-box-period__period-rate {
    margin-top: 4px;
    padding-top: 12px;
    border-top: 1px solid #cccccc;
  }
  .m-tool-compares-tbl-sticky-x {
    min-width: 180px;
  }
  .w-sp-1 {
    width: 1% !important;
  }
  .w-sp-2 {
    width: 2% !important;
  }
  .w-sp-3 {
    width: 3% !important;
  }
  .w-sp-4 {
    width: 4% !important;
  }
  .w-sp-5 {
    width: 5% !important;
  }
  .w-sp-6 {
    width: 6% !important;
  }
  .w-sp-7 {
    width: 7% !important;
  }
  .w-sp-8 {
    width: 8% !important;
  }
  .w-sp-9 {
    width: 9% !important;
  }
  .w-sp-10 {
    width: 10% !important;
  }
  .w-sp-11 {
    width: 11% !important;
  }
  .w-sp-12 {
    width: 12% !important;
  }
  .w-sp-13 {
    width: 13% !important;
  }
  .w-sp-14 {
    width: 14% !important;
  }
  .w-sp-15 {
    width: 15% !important;
  }
  .w-sp-16 {
    width: 16% !important;
  }
  .w-sp-17 {
    width: 17% !important;
  }
  .w-sp-18 {
    width: 18% !important;
  }
  .w-sp-19 {
    width: 19% !important;
  }
  .w-sp-20 {
    width: 20% !important;
  }
  .w-sp-21 {
    width: 21% !important;
  }
  .w-sp-22 {
    width: 22% !important;
  }
  .w-sp-23 {
    width: 23% !important;
  }
  .w-sp-24 {
    width: 24% !important;
  }
  .w-sp-25 {
    width: 25% !important;
  }
  .w-sp-26 {
    width: 26% !important;
  }
  .w-sp-27 {
    width: 27% !important;
  }
  .w-sp-28 {
    width: 28% !important;
  }
  .w-sp-29 {
    width: 29% !important;
  }
  .w-sp-30 {
    width: 30% !important;
  }
  .w-sp-31 {
    width: 31% !important;
  }
  .w-sp-32 {
    width: 32% !important;
  }
  .w-sp-33 {
    width: 33% !important;
  }
  .w-sp-34 {
    width: 34% !important;
  }
  .w-sp-35 {
    width: 35% !important;
  }
  .w-sp-36 {
    width: 36% !important;
  }
  .w-sp-37 {
    width: 37% !important;
  }
  .w-sp-38 {
    width: 38% !important;
  }
  .w-sp-39 {
    width: 39% !important;
  }
  .w-sp-40 {
    width: 40% !important;
  }
  .w-sp-41 {
    width: 41% !important;
  }
  .w-sp-42 {
    width: 42% !important;
  }
  .w-sp-43 {
    width: 43% !important;
  }
  .w-sp-44 {
    width: 44% !important;
  }
  .w-sp-45 {
    width: 45% !important;
  }
  .w-sp-46 {
    width: 46% !important;
  }
  .w-sp-47 {
    width: 47% !important;
  }
  .w-sp-48 {
    width: 48% !important;
  }
  .w-sp-49 {
    width: 49% !important;
  }
  .w-sp-50 {
    width: 50% !important;
  }
  .w-sp-51 {
    width: 51% !important;
  }
  .w-sp-52 {
    width: 52% !important;
  }
  .w-sp-53 {
    width: 53% !important;
  }
  .w-sp-54 {
    width: 54% !important;
  }
  .w-sp-55 {
    width: 55% !important;
  }
  .w-sp-56 {
    width: 56% !important;
  }
  .w-sp-57 {
    width: 57% !important;
  }
  .w-sp-58 {
    width: 58% !important;
  }
  .w-sp-59 {
    width: 59% !important;
  }
  .w-sp-60 {
    width: 60% !important;
  }
  .w-sp-61 {
    width: 61% !important;
  }
  .w-sp-62 {
    width: 62% !important;
  }
  .w-sp-63 {
    width: 63% !important;
  }
  .w-sp-64 {
    width: 64% !important;
  }
  .w-sp-65 {
    width: 65% !important;
  }
  .w-sp-66 {
    width: 66% !important;
  }
  .w-sp-67 {
    width: 67% !important;
  }
  .w-sp-68 {
    width: 68% !important;
  }
  .w-sp-69 {
    width: 69% !important;
  }
  .w-sp-70 {
    width: 70% !important;
  }
  .w-sp-71 {
    width: 71% !important;
  }
  .w-sp-72 {
    width: 72% !important;
  }
  .w-sp-73 {
    width: 73% !important;
  }
  .w-sp-74 {
    width: 74% !important;
  }
  .w-sp-75 {
    width: 75% !important;
  }
  .w-sp-76 {
    width: 76% !important;
  }
  .w-sp-77 {
    width: 77% !important;
  }
  .w-sp-78 {
    width: 78% !important;
  }
  .w-sp-79 {
    width: 79% !important;
  }
  .w-sp-80 {
    width: 80% !important;
  }
  .w-sp-81 {
    width: 81% !important;
  }
  .w-sp-82 {
    width: 82% !important;
  }
  .w-sp-83 {
    width: 83% !important;
  }
  .w-sp-84 {
    width: 84% !important;
  }
  .w-sp-85 {
    width: 85% !important;
  }
  .w-sp-86 {
    width: 86% !important;
  }
  .w-sp-87 {
    width: 87% !important;
  }
  .w-sp-88 {
    width: 88% !important;
  }
  .w-sp-89 {
    width: 89% !important;
  }
  .w-sp-90 {
    width: 90% !important;
  }
  .w-sp-91 {
    width: 91% !important;
  }
  .w-sp-92 {
    width: 92% !important;
  }
  .w-sp-93 {
    width: 93% !important;
  }
  .w-sp-94 {
    width: 94% !important;
  }
  .w-sp-95 {
    width: 95% !important;
  }
  .w-sp-96 {
    width: 96% !important;
  }
  .w-sp-97 {
    width: 97% !important;
  }
  .w-sp-98 {
    width: 98% !important;
  }
  .w-sp-99 {
    width: 99% !important;
  }
  .w-sp-100 {
    width: 100% !important;
  }
  .w-sp-33-3 {
    width: 33.3% !important;
  }
  .sp-hide {
    display: none !important;
  }
}

@media only screen and (orientation: landscape) and (max-width: 932px) {
  .str-pagetop--normal {
    right: 16px;
    bottom: 60px;
  }
  .str-fixed-sub-link {
    right: unset;
    bottom: 0;
    width: 100%;
    padding: 7px 16px 8px;
    border-top: 1px solid #dbdbdb;
    background-color: #f2f4f5;
  }
  .str-fixed-sub-link__label {
    display: block;
    width: 100%;
    padding-top: 0;
    text-align: unset;
    writing-mode: unset;
  }
  .str-fixed-sub-link__label::before, .str-fixed-sub-link__label::after {
    top: 0;
    right: 0;
    bottom: 0;
    left: unset;
    margin: auto 0;
  }
  .str-fixed-sub-link__label::after {
    top: 1px;
    right: 6px;
  }
  .str-fixed-sub-link__link {
    min-height: unset;
    max-height: 44px;
    border-radius: 4px;
    text-align: center;
  }
  .str-fixed-sub-link__link--favorite {
    padding: 14px 10px;
  }
  .str-fixed-sub-link__item {
    flex-grow: 1;
  }
  .str-fixed-sub-link__body {
    flex-direction: row;
    align-items: center;
  }
}

@media screen and (max-width: 864px) {
  .m-tbl-fund {
    margin-right: -16px;
    margin-left: -16px;
  }
  .m-tbl-fund--narrow {
    margin-right: 0;
    margin-left: 0;
  }
  .m-tbl-fund .m-text-lead.is-error {
    margin-right: 16px;
    margin-left: 16px;
  }
  .m-tbl-fund--sp-hide {
    display: none;
  }
  .m-tbl-fund .tbl-sp-hide {
    display: none;
  }
  .m-tbl-fund__head--sort-sp-show .m-tbl-fund__sort {
    display: flex;
  }
  .m-tbl-fund__head--sort-sp-show .m-tbl-fund__title.is-added {
    background-color: #4b4b4b;
  }
  .m-tbl-fund__head--sort-sp-show .m-tbl-fund__title--hover:hover, .m-tbl-fund__head--sort-sp-show .m-tbl-fund__title--hover:focus, .m-tbl-fund__head--sort-sp-show .m-tbl-fund__title--hover:active {
    background-color: #4b4b4b;
  }
  .m-tbl-fund--sp-hide-col-1 col:nth-child(1) {
    display: none;
  }
  .m-tbl-fund--sp-hide-col-1 .m-tbl-fund__head th:nth-child(1),
.m-tbl-fund--sp-hide-col-1 .m-tbl-fund__head td:nth-child(1) {
    display: none;
  }
  .m-tbl-fund--sp-hide-col-1 .m-tbl-fund__row td:nth-child(1) {
    display: none;
  }
  .m-tbl-fund--sp-hide-col-2 col:nth-child(2) {
    display: none;
  }
  .m-tbl-fund--sp-hide-col-2 .m-tbl-fund__head th:nth-child(2),
.m-tbl-fund--sp-hide-col-2 .m-tbl-fund__head td:nth-child(2) {
    display: none;
  }
  .m-tbl-fund--sp-hide-col-2 .m-tbl-fund__row td:nth-child(2) {
    display: none;
  }
  .m-tbl-fund--sp-hide-col-3 col:nth-child(3) {
    display: none;
  }
  .m-tbl-fund--sp-hide-col-3 .m-tbl-fund__head th:nth-child(3),
.m-tbl-fund--sp-hide-col-3 .m-tbl-fund__head td:nth-child(3) {
    display: none;
  }
  .m-tbl-fund--sp-hide-col-3 .m-tbl-fund__row td:nth-child(3) {
    display: none;
  }
  .m-tbl-fund--sp-hide-col-4 col:nth-child(4) {
    display: none;
  }
  .m-tbl-fund--sp-hide-col-4 .m-tbl-fund__head th:nth-child(4),
.m-tbl-fund--sp-hide-col-4 .m-tbl-fund__head td:nth-child(4) {
    display: none;
  }
  .m-tbl-fund--sp-hide-col-4 .m-tbl-fund__row td:nth-child(4) {
    display: none;
  }
  .m-tbl-fund--sp-hide-col-5 col:nth-child(5) {
    display: none;
  }
  .m-tbl-fund--sp-hide-col-5 .m-tbl-fund__head th:nth-child(5),
.m-tbl-fund--sp-hide-col-5 .m-tbl-fund__head td:nth-child(5) {
    display: none;
  }
  .m-tbl-fund--sp-hide-col-5 .m-tbl-fund__row td:nth-child(5) {
    display: none;
  }
  .m-tbl-fund--sp-hide-col-6 col:nth-child(6) {
    display: none;
  }
  .m-tbl-fund--sp-hide-col-6 .m-tbl-fund__head th:nth-child(6),
.m-tbl-fund--sp-hide-col-6 .m-tbl-fund__head td:nth-child(6) {
    display: none;
  }
  .m-tbl-fund--sp-hide-col-6 .m-tbl-fund__row td:nth-child(6) {
    display: none;
  }
  .m-tbl-fund--sp-hide-col-7 col:nth-child(7) {
    display: none;
  }
  .m-tbl-fund--sp-hide-col-7 .m-tbl-fund__head th:nth-child(7),
.m-tbl-fund--sp-hide-col-7 .m-tbl-fund__head td:nth-child(7) {
    display: none;
  }
  .m-tbl-fund--sp-hide-col-7 .m-tbl-fund__row td:nth-child(7) {
    display: none;
  }
  .m-tbl-fund--sp-hide-col-8 col:nth-child(8) {
    display: none;
  }
  .m-tbl-fund--sp-hide-col-8 .m-tbl-fund__head th:nth-child(8),
.m-tbl-fund--sp-hide-col-8 .m-tbl-fund__head td:nth-child(8) {
    display: none;
  }
  .m-tbl-fund--sp-hide-col-8 .m-tbl-fund__row td:nth-child(8) {
    display: none;
  }
  .m-tbl-fund--sp-hide-col-9 col:nth-child(9) {
    display: none;
  }
  .m-tbl-fund--sp-hide-col-9 .m-tbl-fund__head th:nth-child(9),
.m-tbl-fund--sp-hide-col-9 .m-tbl-fund__head td:nth-child(9) {
    display: none;
  }
  .m-tbl-fund--sp-hide-col-9 .m-tbl-fund__row td:nth-child(9) {
    display: none;
  }
  .m-tbl-fund--sp-hide-col-10 col:nth-child(10) {
    display: none;
  }
  .m-tbl-fund--sp-hide-col-10 .m-tbl-fund__head th:nth-child(10),
.m-tbl-fund--sp-hide-col-10 .m-tbl-fund__head td:nth-child(10) {
    display: none;
  }
  .m-tbl-fund--sp-hide-col-10 .m-tbl-fund__row td:nth-child(10) {
    display: none;
  }
  .m-tbl-fund__caption {
    display: none;
  }
  .m-tbl-fund__caption--narrow-visible {
    display: table-caption;
    padding: 0 16px;
    font-size: 1.2rem;
  }
  .m-tbl-fund__body > colgroup col.is-added {
    border: 0;
  }
  .m-tbl-fund__body--border-2 .m-tbl-fund__row:nth-child(2n) {
    background-color: transparent;
  }
  .m-tbl-fund__body--border-2 .m-tbl-fund__row:nth-child(4n+4), .m-tbl-fund__body--border-2 .m-tbl-fund__row:nth-child(4n+3) {
    background-color: #f5f5f5;
  }
  .m-tbl-fund__btn--sp-full-grid-wide {
    grid-area: 2/1/3/3;
  }
  .m-tbl-fund__sort {
    display: none;
  }
  .m-tool-compares-tbl-body-scroll {
    overflow: auto;
  }
  .m-tool-compares-tbl-body-scroll .m-tbl-fund__caption {
    text-align: left;
  }
  .m-tool-compares-tbl-body-scroll .m-tbl-fund__body {
    width: auto;
    min-width: 864px;
  }
  .m-tool-compares-tbl-body-scroll .m-tbl-fund__title {
    position: relative;
  }
  .m-tool-compares-tbl-body-scroll .m-tbl-fund__title.m-tool-compares-tbl-sticky-x {
    position: sticky;
  }
  .m-tool-compares-tbl-sticky-x {
    z-index: 1;
    position: sticky;
    left: 0;
  }
  .m-tool-compares-tbl-sticky-x::before {
    display: block;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 1px);
    height: calc(100% + 1px);
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #cccccc;
    background-color: #ffffff;
    content: "";
  }
  .m-tbl-fund__row:nth-child(2n) .m-tool-compares-tbl-sticky-x::before {
    background-color: #f5f5f5;
  }
  .m-tool-compares-tbl-sticky-x--th::before {
    background-color: transparent;
  }
  .m-tool-compares-tbl-col-title-pc {
    width: 180px;
  }
}

@media screen and (max-width: 865px) {
  .m-tbl-fund__sticky .m-tbl-fund__header {
    margin: 20px 16px 0;
    transition: padding 0.3s ease;
  }
}

@media screen and (max-width: 350px) {
  .m-compare-box-period {
    padding: 12px 6px;
  }
  .m-compare-box-period__period-contents {
    gap: 0 5px;
  }
  .m-tool-compares-box-period {
    padding: 12px 6px;
  }
  .m-tool-compares-box-period__period-contents {
    gap: 0 5px;
  }
}

@media screen and (max-width: 880px) {
  .m-compare-box-period {
    padding: 6px 12px;
  }
  .m-tool-compares-box-period {
    padding: 12px;
  }
}
