@charset "utf-8";

/* ======================================================
 * corp_guide_fund
 * ------------------------------------------------------
 * - Override
 * - PageComponent
 * - Clearfix
 * Print
====================================================== */


/* ------------------------------------------------------
 * Override
------------------------------------------------------ */

/* ------------------------------------------------------
 * PageComponent
------------------------------------------------------ */
@media print, screen and (min-width: 768px) {
  /* ----- m-guide-fund-box ----- */
  .m-guide-fund-box {
    margin-top: 1em;
    border-radius: 3px;
    background-color: #e4ecf5;
    overflow: hidden;
  }
  .m-guide-fund-box__inner {
  }
  .m-guide-fund-box__head {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #3d6b99;
    padding: 13px 20px;
  }
  .m-guide-fund-box__head::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 7px 0 7px;
    border-color: #3d6b99 transparent transparent transparent;
  }
  .m-guide-fund-box__body {
    padding: 20px 30px;
  }
  .m-guide-fund-box__body > *:first-child {
    margin-top: 0;
  }
  .m-guide-fund-box__title {
    margin: 0;
    color: #fff;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.1;
  }
  .m-guide-fund-box__feature {
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
  }
  .m-guide-fund-box__feature__item {
    width: 250px;
  }
  .m-guide-fund-box__feature__title {
    display: flex;
    align-items: center;
  }
  .m-guide-fund-box__feature__title__label {
    font-weight: bold;
    color: #3d6b99;
    font-size: 2.0rem;
    line-height: 1.2;
  }
  .m-guide-fund-box__feature__title__highlight {
    font-size: 2.5rem;
  }
  .m-guide-fund-box__feature__title__highlight__number {
    font-size: 3.4rem;
  }
  .m-guide-fund-box__feature__title__highlight__eng {
    font-size: 2.9rem;
  }
  .m-guide-fund-box__feature__icon {
    flex-shrink: 0;
    margin: 0 20px 0 0;
  }
  /* ----- m-guide-fund-column ----- */
  .m-guide-fund-column {
    display: flex;
    flex-wrap: wrap;
  }
  .m-guide-fund-column__item {
  }
  .m-guide-fund-column__item:nth-child(odd) {
    width: calc(((100% - 27px + 5px) / 2) - .1px);
  }
  .m-guide-fund-column__item:nth-child(even) {
    width: calc(((100% - 27px - 5px) / 2) - .1px);
    margin-left: 27px;
  }
  .m-guide-fund-column__item:nth-child(n+3) {
    margin-top: 1em;
  }
  .m-guide-fund-column__item > *:first-child {
    margin-top: 0;
  }
  /* ----- m-guide-fund-ranking ----- */
  .m-guide-fund-ranking-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1.9em;
    padding-bottom: 1em;
  }
  .m-guide-fund-ranking-wrap > * {
    width: calc((100% - 36px) / 2);
  }
  .m-guide-fund-ranking-wrap > *:nth-child(even) {
    margin-left: 36px;
  }
  .m-guide-fund-ranking-wrap > *:nth-child(n+3) {
    margin-top: 1.7em;
  }
  .m-guide-fund-ranking__item {
    position: relative;
    min-height: 300px;
    border: 1px solid #dde0e5;
    border-radius: 3px;
    box-shadow: 0px 1px 0px 0px rgba(162, 173, 183, 0.2);
    overflow: hidden;
  }
  .m-guide-fund-ranking__item__overlay--loading,
  .m-guide-fund-ranking__item__overlay--info {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8) no-repeat center center;
    color: #ea6153;
    text-align: center;
    vertical-align: middle;
  }
  .m-guide-fund-ranking__item__overlay--loading {
    background-image: url(/app-files/img/cmn_ic49.gif);
  }
  .m-guide-fund-ranking__item__overlay--info .m-guide-fund-ranking__item__overlay__alert {
    position: absolute;
    top: 50%;
    width: 100%;
    margin: 0;
    font-size: 2rem;
    font-weight: bold;
    color: #c00;
    transform: translateY(-50%);
    line-height: 1.4;
  }
  .m-guide-fund-ranking__item__head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0.9em 1.1em;
    background-color: #3d6b99;
  }
  .m-guide-fund-ranking__item__body {
    background-color: #fff;
  }
  .m-guide-fund-ranking__item__foot {
    border-top: 1px solid #dde0e5;
    padding: 0.7em 1em;
    background-color: #f3f4f6;
  }
  .m-guide-fund-ranking__item__foot > *:first-child {
    margin-top: 0;
  }
  .m-guide-fund-ranking__item__heading {
    margin-right: 1em;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.7;
  }
  .m-guide-fund-ranking__item__date {
    flex-shrink: 0;
    color: #fff;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.6;
  }
  .m-guide-fund-ranking__item__tab {
    flex-shrink: 0;
  }
  .m-guide-fund-ranking__item__tab__list {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    border: 1px solid #dde0e5;
    border-radius: 5px;
    background-color: #fff;
    overflow: hidden;
  }
  .m-guide-fund-ranking__item__tab__list > li:nth-child(n+2) {
    border-left: 1px solid #dde0e5;
  }
  .m-guide-fund-ranking__item__tab__button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 58px;
    padding: 1px 5px;
    color: #313942;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.6;
    transition: background 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    cursor: pointer;
  }
  .m-guide-fund-ranking__item__tab__button.is-checked {
    background-color: #c7e5ef;
  }
  .m-guide-fund-ranking__item__tab__button:hover {
    background-color: #eaf4f8;
    color: #0067c3;
  }
  .m-guide-fund-ranking__item__tab__button input[type=radio] {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    opacity: 0;
  }
  .m-guide-fund-ranking,
  .m-guide-fund-ranking--detail {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .m-guide-fund-ranking > li:nth-child(n+2),
  .m-guide-fund-ranking--detail > li:nth-child(n+2) {
    border-top: 1px solid #dde0e5;
  }
  .m-guide-fund-ranking--detail .m-guide-fund-ranking__title {
    min-height: 53px;
  }
  .m-guide-fund-ranking__type {
    display: block;
    padding: 0.7em 1.3em 0;
  }
  .m-guide-fund-ranking__type:hover {
    background-color: #eaf4f8;
  }
  .m-guide-fund-ranking__type:hover .m-guide-fund-ranking__label {
    color: #0067c3;
  }
  .m-guide-fund-ranking__type .m-guide-fund-ranking__label:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    margin-top: 7px;
    margin-left: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #9da4ab #9da4ab transparent transparent;
    transform: rotate(45deg);
  }
  .m-guide-fund-ranking__title {
    display: flex;
    align-items: center;
    min-height: 63px;
    padding-bottom: 15px;
  }
  .m-guide-fund-ranking__title::before {
    display: block;
    width: 33px;
    height: 33px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
  }
  .m-guide-fund-ranking > li:nth-child(1) .m-guide-fund-ranking__title::before,
  .m-guide-fund-ranking--detail > li:nth-child(1) .m-guide-fund-ranking__title::before {
    background-image: url(/corp/guide/fund/img/index_ic02_01.svg);
  }
  .m-guide-fund-ranking > li:nth-child(2) .m-guide-fund-ranking__title::before,
  .m-guide-fund-ranking--detail > li:nth-child(2) .m-guide-fund-ranking__title::before {
    background-image: url(/corp/guide/fund/img/index_ic02_02.svg);
  }
  .m-guide-fund-ranking > li:nth-child(3) .m-guide-fund-ranking__title::before,
  .m-guide-fund-ranking--detail > li:nth-child(3) .m-guide-fund-ranking__title::before {
    background-image: url(/corp/guide/fund/img/index_ic02_03.svg);
  }
  .m-guide-fund-ranking > li:nth-child(4) .m-guide-fund-ranking__title::before,
  .m-guide-fund-ranking--detail > li:nth-child(4) .m-guide-fund-ranking__title::before {
    background-image: url(/corp/guide/fund/img/index_ic02_04.svg);
  }
  .m-guide-fund-ranking > li:nth-child(5) .m-guide-fund-ranking__title::before,
  .m-guide-fund-ranking--detail > li:nth-child(5) .m-guide-fund-ranking__title::before {
    background-image: url(/corp/guide/fund/img/index_ic02_05.svg);
  }
  .m-guide-fund-ranking__label {
    position: relative;
    margin-left: 15px;
    color: #313942;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.6;
  }
  .m-guide-fund-ranking__description {
    display: flex;
    flex-wrap: wrap;
    padding: .5em 0;
    border-top: 1px dotted #dde0e5;
  }
  .m-guide-fund-ranking__description__item {
    color: #313942;
    font-size: 1.4rem;
    font-weight: normal;
  }
  .m-guide-fund-ranking__description__item__heading,
  .m-guide-fund-ranking__description__item__value {
    display: inline;
  }
  .m-guide-fund-ranking__description__num {
    font-size: 1.6rem;
  }
  .m-guide-fund-ranking__description__minus {
    color: #0067c3;
  }
  .m-guide-fund-ranking__description__plus {
    color: #cc0000;
  }
  /* ----- m-guide-fund-description-list ----- */
  .m-guide-fund-description-list-wrap {
    margin-top: 3.6em;
    display: flex;
    flex-wrap: wrap;
  }
  .m-guide-fund-description-list-wrap > * {
    width: calc((100% - 36px) / 2);
  }
  .m-guide-fund-description-list-wrap > *:nth-child(even) {
    margin-left: 36px;
  }
  .m-guide-fund-description-list-wrap > *:nth-child(n+3) {
    margin-top: 1.0em;
  }
  .m-guide-fund-description-list {
    margin: 0;
    padding-bottom: 1.0em;
    border-bottom: 1px solid #dde0e5;
  }
  .m-guide-fund-description-list > dt {
    margin: 0;
    color: #313942;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .m-guide-fund-description-list > dd {
    margin: 0.6em 0 0;
    color: #313942;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.6;
  }
  .m-guide-fund-description-list__type {
    display: inline-block;
  }
  .m-guide-fund-description-list__type:after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    margin-top: 5px;
    margin-left: 6px;
    border-style: solid;
    border-width: 1px;
    border-color: #9da4ab #9da4ab transparent transparent;
    transform: rotate(45deg);
  }
  
  
  .m-fund-heading1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 1.6em 0;
    background-color: #f4f9fb;
    box-shadow: inset 0px 5px 5px -5px rgba(6, 0, 1, 0.1);
  }
  .m-fund-heading1 + * {
    margin-top: 2.8em !important;
  }
  .m-fund-heading1__inner {
    width: 100%;
    max-width: calc(1200px + 30px * 2);
    margin: 0 auto;
    padding: 0 30px;
  }
  .m-fund-heading1__title {
    font-size: 4.0rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.4;
  }
  .m-fund-heading1__subtitle {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.6;
    margin-top: .4em;
    color: #3d6b99;
  }
  .m-fund-card-wrap {
    display: flex;
    margin: 1.2em 0 0 0;
    width: 100%;
  }
  .m-fund-card {
    display: flex;
  }
  .m-fund-card .m-fund-card__type {
    display: flex;
    flex-flow: column;
    z-index: 1;
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 3px;
    padding: 1px;
    background-color: #fff;
    color: #313942;
    text-align: left;
    text-decoration: none;
    box-shadow: 0px 1px 0px 0px rgb(162 173 183 / 20%), 0px 0px 0px 1px #dde0e5 inset;
  }
  .m-fund-card .m-fund-card__head {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 124px;
    background-color: #e4ecf5;
    transition: background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
  .m-fund-card .m-fund-card__body {
    flex-grow: 1;
    padding: 1.4em 1.6em 1.2em;
    transition: background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
  .m-fund-card .m-fund-card__type:hover .m-fund-card__head {
    background-color: #ecf2f8;
  }
  .m-fund-card .m-fund-card__type:hover .m-fund-card__body {
    background-color: #eaf4f8;
  }
  .m-fund-card .m-fund-card__type:hover .m-fund-card__image {
    opacity: .7;
  }
  .m-fund-card .m-fund-card__type:hover .m-fund-card__title {
    color: #0067c3;
  }
  .m-fund-card .m-fund-card__image {
    margin: 0;
    transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
  .m-fund-card .m-fund-card__title {
    font-size: 2.0rem;
    font-weight: bold;
    color: #313942;
    line-height: 1.4;
    transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
  .m-fund-card .m-fund-card__title::after {
    -webkit-backface-visibility: hidden;
    display: inline-block;
    position: relative;
    border-top: 1px solid #9da4ab;
    border-right: 1px solid #9da4ab;
    vertical-align: middle;
    content: "";
    width: 10px;
    height: 10px;
    margin-left: 7px;
    margin-top: -3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .m-fund-card-v2 {
    display: flex;
  }
  .m-fund-card-v2 + .m-fund-card-v2 {
    margin-top: 20px;
  }
  .m-fund-card-v2 .m-fund-card-v2__type {
    display: flex;
    z-index: 1;
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 3px;
    background-color: #fff;
    padding: 1px;
    color: #313942;
    text-align: left;
    text-decoration: none;
    box-shadow: 0px 1px 0px 0px rgb(162 173 183 / 20%), 0px 0px 0px 1px #dde0e5 inset;
  }
  .m-fund-card-v2 .m-fund-card-v2__head {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    min-height: 90px;
    background-color: #e4ecf5;
    transition: background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
  .m-fund-card-v2 .m-fund-card-v2__body {
    display: flex;
    align-items: center;
    flex-grow: 1;
    padding: 1.2em .8em 1.0em;
    transition: background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
  .m-fund-card-v2 .m-fund-card-v2__type:hover .m-fund-card-v2__head {
    background-color: #ecf2f8;
  }
  .m-fund-card-v2 .m-fund-card-v2__type:hover .m-fund-card-v2__body {
    background-color: #eaf4f8;
  }
  .m-fund-card-v2 .m-fund-card-v2__type:hover .m-fund-card-v2__image {
    opacity: .7;
  }
  .m-fund-card-v2 .m-fund-card-v2__type:hover .m-fund-card-v2__title {
    color: #0067c3;
  }
  .m-fund-card-v2 .m-fund-card-v2__image {
    margin: 0;
    transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
  .m-fund-card-v2 .m-fund-card-v2__title {
    font-size: 2.0rem;
    font-weight: bold;
    color: #313942;
    line-height: 1.4;
    transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
  .m-fund-card-v2 .m-fund-card-v2__title::after {
    -webkit-backface-visibility: hidden;
    display: inline-block;
    position: relative;
    border-top: 1px solid #9da4ab;
    border-right: 1px solid #9da4ab;
    vertical-align: middle;
    content: "";
    width: 10px;
    height: 10px;
    margin-left: 7px;
    margin-top: -3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .m-fund-box-useful {
    margin-top: 1em;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0px 0px 0px 1px #dde0e5 inset;
  }
  .m-fund-box-useful__head {
    margin: 0 0 0.8em;
    padding: 1.8em 1.8em 0;
  }
  .m-fund-box-useful__head + .m-fund-box-useful__body {
    padding-top: 0;
  }
  .m-fund-box-useful__body {
    padding: 1.6em 1.8em;
  }
  .m-fund-box-useful__body > *:first-child {
    margin-top: 0;
  }
  .m-fund-box-useful__title {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .m-fund-box-useful__link {
    margin: 1em 0 0;
    font-weight: bold;
  }
  .m-fund-box-useful__link__type {
    color: #313942;
  }
  .m-fund-box-useful__link__type--blank {
    color: #313942;
  }
  .m-fund-box-useful__link__type--blank::after {
    display: inline-block;
    position: relative;
    overflow: hidden;
    background: no-repeat center;
    background-size: contain;
    text-indent: 100%;
    vertical-align: middle;
    white-space: nowrap;
    content: "";
    top: -2px;
    margin: 0 0.5em;
    width: 14px;
    height: 14px;
    background-image: url(/app-files/img/sprite/icon.svg#blank-usage);
  }
  .m-fund-box-useful__link__type:hover,
  .m-fund-box-useful__link__type--blank:hover {
    color: #0067c3;
    text-decoration: underline;
  }
  .m-fund-box-useful__link + .m-list-wrap {
    margin-top: .6em;
  }
  
  .m-fund-recommend {
    display: flex;
    margin: 1.4em 0 0;
  }
  .m-fund-recommend__item {
    border-top: 1px solid #dde0e5;
    width: calc(((100% - (36px)) / 2) - .1px);
    padding: 1.6em 0 1.2em;
  }
  .m-fund-recommend__item > *:first-child {
    margin-top: 0;
  }
  .m-fund-recommend__item > *:last-child {
    margin-bottom: 0;
  }
  .m-fund-recommend__item + .m-fund-recommend__item {
    margin-left: 36px;
  }
  .m-fund-recommend__item .m-lead-v2--center {
    margin-bottom: .8em;
  }
  .m-fund-recommend__item .m-lead-v2--center + .m-button-wrap {
    margin-top: .8em;
  }
}
@media only screen and (max-width: 767.98px) {
  /* ----- m-guide-fund-box ----- */
  .m-guide-fund-box {
    margin-top: 1em;
    border-radius: 3px;
    background-color: #e4ecf5;
    overflow: hidden;
  }
  .m-guide-fund-box__inner {
  }
  .m-guide-fund-box__head {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #3d6b99;
    padding: 10px 20px;
  }
  .m-guide-fund-box__head::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 7px 0 7px;
    border-color: #3d6b99 transparent transparent transparent;
  }
  .m-guide-fund-box__body {
    padding: 20px 30px 12px;
  }
  .m-guide-fund-box__body > *:first-child {
    margin-top: 0;
  }
  .m-guide-fund-box__title {
    margin: 0;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
  }
  .m-guide-fund-box__feature {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
  }
  .m-guide-fund-box__feature__item {
    width: calc(100% / 3);
  }
  .m-guide-fund-box__feature__item + .m-guide-fund-box__feature__item {
    margin-left: 20px;
  }
  .m-guide-fund-box__feature__title {
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  .m-guide-fund-box__feature__title__label {
    font-weight: bold;
    color: #3d6b99;
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: center;
  }
  .m-guide-fund-box__feature__icon {
    width: 42px;
    height: 42px;
    margin: 0 0 10px 0;
  }
  /* ----- m-guide-fund-column ----- */
  .m-guide-fund-column__item {
    width: 100%;
  }
  .m-guide-fund-column__item:nth-child(n+2) {
    margin-top: 1em;
  }
  .m-guide-fund-column__item > *:first-child {
    margin-top: 0;
  }
  /* ----- m-guide-fund-ranking ----- */
  .m-guide-fund-ranking-wrap {
    margin-top: 1.4em;
    padding-bottom: 1.65em;
  }
  .m-guide-fund-ranking-wrap > * {
    width: 100%;
  }
  .m-guide-fund-ranking-wrap > *:nth-child(n+2) {
    margin-top: 2.2em;
  }
  .m-guide-fund-ranking__item {
    position: relative;
    min-height: 300px;
    border-radius: 3px;
    overflow: hidden;
  }
  .m-guide-fund-ranking__item__overlay--loading,
  .m-guide-fund-ranking__item__overlay--info {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8) no-repeat top 70px center;
    color: #ea6153;
    text-align: center;
    vertical-align: middle;
  }
  .m-guide-fund-ranking__item__overlay--loading {
    background-image: url(/app-files/img/cmn_ic49.gif);
    background-size: 40px;
  }
  .m-guide-fund-ranking__item__overlay--info .m-guide-fund-ranking__item__overlay__alert {
    position: absolute;
    top: 75px;
    width: 100%;
    margin: 0;
    font-size: 1.5rem;
    font-weight: bold;
    color: #c00;
    line-height: 1.4;
  }
  .m-guide-fund-ranking__item__head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0.9em 0.9em;
    background-color: #3d6b99;
  }
  .m-guide-fund-ranking__item__body {
    background-color: #fff;
  }
  .m-guide-fund-ranking__item__foot {
    padding: 0.7em 1em;
    background-color: #f3f4f6;
  }
  .m-guide-fund-ranking__item__foot > *:first-child {
    margin-top: 0;
  }
  .m-guide-fund-ranking__item__heading {
    margin-right: 1em;
    color: #fff;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .m-guide-fund-ranking__item__date {
    flex-shrink: 0;
    color: #fff;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.6;
  }
  .m-guide-fund-ranking__item__tab {
    flex-shrink: 0;
    width: 100%;
    margin-top: 0.8em;
    padding-bottom: 4px;
  }
  .m-guide-fund-ranking__item__tab__list {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    width: 100%;
    border: 1px solid #dde0e5;
    border-radius: 5px;
    background-color: #fff;
    overflow: hidden;
  }
  .m-guide-fund-ranking__item__tab__list > li {
    flex: 1;
  }
  .m-guide-fund-ranking__item__tab__list > li:nth-child(n+2) {
    border-left: 1px solid #dde0e5;
  }
  .m-guide-fund-ranking__item__tab__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.5em 0.4em 0.3em;
    color: #313942;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.6;
  }
  .m-guide-fund-ranking__item__tab__button.is-checked {
    background-color: #c7e5ef;
  }
  .m-guide-fund-ranking__item__tab__button input[type=radio] {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    opacity: 0;
  }
  .m-guide-fund-ranking,
  .m-guide-fund-ranking--detail {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .m-guide-fund-ranking > li,
  .m-guide-fund-ranking--detail > li {
    border-bottom: 1px solid #dde0e5;
  }
  .m-guide-fund-ranking--detail > li > .m-guide-fund-ranking__type {
    padding-top: 1.1em;
  }
  .m-guide-fund-ranking--detail .m-guide-fund-ranking__title {
    min-height: 57px;
  }
  .m-guide-fund-ranking__type {
    display: block;
    padding: 0.8em 0 0;
  }
  .m-guide-fund-ranking__type .m-guide-fund-ranking__label:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    margin-top: 4px;
    margin-left: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: #9da4ab #9da4ab transparent transparent;
    transform: rotate(45deg);
    
  }
  .m-guide-fund-ranking__title {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
  }
  .m-guide-fund-ranking__title::before {
    display: block;
    width: 33px;
    height: 33px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
  }
  .m-guide-fund-ranking > li:nth-child(1) .m-guide-fund-ranking__title::before,
  .m-guide-fund-ranking--detail > li:nth-child(1) .m-guide-fund-ranking__title::before {
    background-image: url(/corp/guide/fund/img/index_ic02_01.svg);
  }
  .m-guide-fund-ranking > li:nth-child(2) .m-guide-fund-ranking__title::before,
  .m-guide-fund-ranking--detail > li:nth-child(2) .m-guide-fund-ranking__title::before {
    background-image: url(/corp/guide/fund/img/index_ic02_02.svg);
  }
  .m-guide-fund-ranking > li:nth-child(3) .m-guide-fund-ranking__title::before,
  .m-guide-fund-ranking--detail > li:nth-child(3) .m-guide-fund-ranking__title::before {
    background-image: url(/corp/guide/fund/img/index_ic02_03.svg);
  }
  .m-guide-fund-ranking > li:nth-child(4) .m-guide-fund-ranking__title::before,
  .m-guide-fund-ranking--detail > li:nth-child(4) .m-guide-fund-ranking__title::before {
    background-image: url(/corp/guide/fund/img/index_ic02_04.svg);
  }
  .m-guide-fund-ranking > li:nth-child(5) .m-guide-fund-ranking__title::before,
  .m-guide-fund-ranking--detail > li:nth-child(5) .m-guide-fund-ranking__title::before {
    background-image: url(/corp/guide/fund/img/index_ic02_05.svg);
  }
  .m-guide-fund-ranking__label {
    position: relative;
    margin-left: 15px;
    color: #313942;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .m-guide-fund-ranking__description {
    padding-bottom: 5px;
  }
  .m-guide-fund-ranking__description__item {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0.7em 0 0.6em;
    border-top: 1px dotted #dde0e5;
    color: #313942;
  }
  .m-guide-fund-ranking__description__item__heading {
    font-size: 1.4rem;
    font-weight: bold;
  }
  .m-guide-fund-ranking__description__item__value {
    flex-shrink: 0;
    margin-left: 1em;
    font-size: 1.4rem;
    font-weight: normal;
  }
  .m-guide-fund-ranking__description__num {
    font-size: 1.6rem;
  }
  .m-guide-fund-ranking__description__minus {
    color: #0067c3;
  }
  .m-guide-fund-ranking__description__plus {
    color: #cc0000;
  }
  /* ----- m-guide-fund-description-list ----- */
  .m-guide-fund-description-list-wrap {
    margin-top: 2.1em;
  }
  .m-guide-fund-description-list-wrap > * {
    width: 100%;
  }
  .m-guide-fund-description-list-wrap > *:nth-child(n+2) {
    margin-top: 1.0em;
  }
  .m-guide-fund-description-list {
    margin: 0;
    padding-bottom: 0.6em;
    border-bottom: 1px solid #dde0e5;
  }
  .m-guide-fund-description-list > dt {
    margin: 0;
    color: #313942;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .m-guide-fund-description-list > dd {
    margin: 0.8em 0 0;
    color: #313942;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.6;
  }
  .m-guide-fund-description-list__type {
    display: inline-block;
  }
  .m-guide-fund-description-list__type:after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    margin-top: 5px;
    margin-left: 6px;
    border-style: solid;
    border-width: 1px;
    border-color: #9da4ab #9da4ab transparent transparent;
    transform: rotate(45deg);
  }
  
  
  .m-fund-heading1 {
    margin-right: -15px;
    margin-left: -15px;
    background-color: #f4f9fb;
    box-shadow: inset 0px 5px 5px -5px rgba(6, 0, 1, 0.1);
  }
  .m-fund-heading1 + * {
    margin-top: 1.8em !important;
  }
  .l-Main__head .m-fund-heading1 {
    margin-right: 0;
    margin-left: 0;
  }
  .m-fund-heading1__inner {
    padding: 1.2em 15px;
  }
  .m-fund-heading1__title {
    font-size: 2.6rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.4;
  }
  .m-fund-heading1__subtitle {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4;
    margin-top: .4em;
    color: #3d6b99;
  }
  .m-fund-card-wrap {
    display: flex;
    margin: 1.2em 0 0 0;
    width: 100%;
  }
  .m-fund-card {
    display: flex;
  }
  .m-fund-card .m-fund-card__type {
    display: flex;
    flex-flow: column;
    z-index: 1;
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 3px;
    background-color: #fff;
    padding: 1px;
    color: #313942;
    text-align: left;
    text-decoration: none;
    box-shadow: 0px 1px 0px 0px rgb(162 173 183 / 20%), 0px 0px 0px 1px #dde0e5 inset;
  }
  .m-fund-card .m-fund-card__head {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 72px;
    padding: 11px 19px;
    background-color: #e4ecf5;
    transition: background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
  .m-fund-card .m-fund-card__body {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 11px 11px 11px;
    transition: background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
  .m-fund-card .m-fund-card__image {
    margin: 0;
    transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
  .m-fund-card .m-fund-card__title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #313942;
    line-height: 1.4;
    transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
  .m-fund-card .m-fund-card__title::after {
    -webkit-backface-visibility: hidden;
    display: inline-block;
    position: relative;
    border-top: 1px solid #9da4ab;
    border-right: 1px solid #9da4ab;
    vertical-align: middle;
    content: "";
    width: 9px;
    height: 9px;
    margin-left: 7px;
    margin-top: -3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .m-fund-card__item {
    margin-top: 1.2em !important;
    width: 100%;
  }
  
  .m-fund-card-v2 {
    display: flex;
  }
  .m-fund-card-v2 + .m-fund-card-v2 {
    margin-top: 1em;
  }
  .m-fund-card-v2 .m-fund-card-v2__type {
    display: flex;
    z-index: 1;
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 3px;
    background-color: #fff;
    padding: 1px;
    color: #313942;
    text-align: left;
    text-decoration: none;
    box-shadow: 0px 1px 0px 0px rgb(162 173 183 / 20%), 0px 0px 0px 1px #dde0e5 inset;
  }
  .m-fund-card-v2 .m-fund-card-v2__head {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    min-height: 50px;
    background-color: #e4ecf5;
    transition: background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
  .m-fund-card-v2 .m-fund-card-v2__body {
    display: flex;
    align-items: center;
    flex-grow: 1;
    padding: 11px 14px 11px;
    transition: background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
  .m-fund-card-v2 .m-fund-card-v2__image {
    margin: 0;
    transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
  .m-fund-card-v2 .m-fund-card-v2__image--search {
    width: 21px;
  }
  .m-fund-card-v2 .m-fund-card-v2__image--beginner {
    width: 25px;
  }
  .m-fund-card-v2 .m-fund-card-v2__title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #313942;
    line-height: 1.4;
    transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
  .m-fund-card-v2 .m-fund-card-v2__title::after {
    -webkit-backface-visibility: hidden;
    display: inline-block;
    position: relative;
    border-top: 1px solid #9da4ab;
    border-right: 1px solid #9da4ab;
    vertical-align: middle;
    content: "";
    width: 9px;
    height: 9px;
    margin-left: 4px;
    margin-top: -3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .m-fund-box-useful {
    margin-top: 1.4em;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0px 0px 0px 1px #dde0e5 inset;
  }
  .m-fund-box-useful__head {
    margin: 0 0 0.8em;
    padding: 20px 20px 0;
  }
  .m-fund-box-useful__head + .m-fund-box-useful__body {
    padding-top: 0;
  }
  .m-fund-box-useful__body {
    padding: 14px 20px;
  }
  .m-fund-box-useful__body > *:first-child {
    margin-top: 0;
  }
  .m-fund-box-useful__title {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .m-fund-box-useful__link {
    margin: 1em 0 0;
    font-weight: bold;
    line-height: 1.4;
  }
  .m-fund-box-useful__link__type {
    color: #313942;
  }
  .m-fund-box-useful__link__type--blank {
    color: #313942;
  }
  .m-fund-box-useful__link__type--blank::after {
    display: inline-block;
    position: relative;
    overflow: hidden;
    background: no-repeat center;
    background-size: contain;
    text-indent: 100%;
    vertical-align: middle;
    white-space: nowrap;
    content: "";
    top: -2px;
    margin: 0 0.5em;
    width: 14px;
    height: 14px;
    background-image: url(/app-files/img/sprite/icon.svg#blank-usage);
  }
  .m-fund-box-useful__link + .m-list-wrap {
    margin-top: .6em;
  }
  
  .m-fund-recommend {
    margin: 1.2em 0 0;
  }
  .m-fund-recommend__item {
    border-top: 1px solid #dde0e5;
    width: 100%;
    padding: 16px 0 20px;
  }
  .m-fund-recommend__item > *:first-child {
    margin-top: 0;
  }
  .m-fund-recommend__item > *:last-child {
    margin-bottom: 0;
  }
  .m-fund-recommend__item + .m-fund-recommend__item {
    margin-top: 1em;
  }
  .m-fund-recommend__item .m-lead-v2--center {
    margin-bottom: .8em;
  }
  .m-fund-recommend__item .m-lead-v2--center + .m-button-wrap {
    margin-top: .8em;
  }
  
}

@media print, screen and (min-width: 768px) and (max-width: 1260px) {
  .m-fund-heading1 {
    width: calc(1200px + 30px * 2);
    margin-left: 0;
  }
}

/* ------------------------------------------------------
 * Clearfix
------------------------------------------------------ */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* ------------------------------------------------------
 * Print
------------------------------------------------------ */
@media print {
  
}