@charset "utf-8";

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


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

/* ------------------------------------------------------
 * PageComponent
------------------------------------------------------ */
@media print, screen and (min-width: 768px) {
  /* ----- m-guide-fund-choice-balancefund-description-list ----- */
  .m-guide-fund-choice-balancefund-description-list-wrap {
    margin-top: 3.6em;
    display: flex;
    flex-wrap: wrap;
  }
  .m-guide-fund-choice-balancefund-description-list-wrap > * {
    width: calc((100% - 36px) / 2);
  }
  .m-guide-fund-choice-balancefund-description-list-wrap > *:nth-child(even) {
    margin-left: 36px;
  }
  .m-guide-fund-choice-balancefund-description-list-wrap > *:nth-child(n+3) {
    margin-top: 1.0em;
  }
  .m-guide-fund-choice-balancefund-description-list {
    margin: 0;
    padding-bottom: 1.0em;
    border-bottom: 1px solid #dde0e5;
  }
  .m-guide-fund-choice-balancefund-description-list > dt {
    margin: 0;
    color: #313942;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .m-guide-fund-choice-balancefund-description-list > dd {
    margin: 0.6em 0 0;
    color: #313942;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.6;
  }
  .m-guide-fund-choice-balancefund-description-list__type {
    display: inline-block;
  }
  .m-guide-fund-choice-balancefund-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-guide-fund-choice-balancefund-point ----- */
  .m-guide-fund-choice-balancefund-point {
    display: flex;
    justify-content: center;
    margin-top: 1.3em;
    border: 1px solid #dde0e5;
    border-radius: 3px;
    background-color: #fff;
    overflow: hidden;
  }
  .m-guide-fund-choice-balancefund-point__item {
    width: calc(100% / 3 - .1px);
  }
  .m-guide-fund-choice-balancefund-point__item:nth-child(n+2) {
    border-left: 1px solid #dde0e5;
  }
  .m-guide-fund-choice-balancefund-point__item__inner {
    padding: 1em;
  }
  .m-guide-fund-choice-balancefund-point__item__label {
    text-align: center;
  }
  .m-guide-fund-choice-balancefund-point__item__label > span {
    display: inline-block;
    padding: 8px 10px 6px;
    border-radius: 16px;
    background-color: #3d6b99;
    color: #fff;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1;
  }
  .m-guide-fund-choice-balancefund-point__item__text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    margin-top: 0.8em;
    color: #313942;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.4;
    text-align: center;
  }
  .m-guide-fund-choice-balancefund-point__item__text-bold {
    font-weight: bold;
  }
  /* ----- m-guide-fund-choice-balancefund-box ----- */
  .m-guide-fund-choice-balancefund-box--lv1,
  .m-guide-fund-choice-balancefund-box--lv2,
  .m-guide-fund-choice-balancefund-box--lv3 {
    border-radius: 3px;
    overflow: hidden;
  }
  .m-guide-fund-choice-balancefund-box__head {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.8em 1.3em 0.7em 4em;
  }
  .m-guide-fund-choice-balancefund-box__body {
    padding: 1.4em 1.9em 1.6em;
  }
  .m-guide-fund-choice-balancefund-box--lv1  .m-guide-fund-choice-balancefund-box__head {
    background-color: #fedae4;
  }
  .m-guide-fund-choice-balancefund-box--lv1  .m-guide-fund-choice-balancefund-box__body {
    background-color: #fef0f4;
  }
  .m-guide-fund-choice-balancefund-box--lv2  .m-guide-fund-choice-balancefund-box__head {
    background-color: #fee2ae;
  }
  .m-guide-fund-choice-balancefund-box--lv2  .m-guide-fund-choice-balancefund-box__body {
    background-color: #fff6e5;
  }
  .m-guide-fund-choice-balancefund-box--lv3  .m-guide-fund-choice-balancefund-box__head {
    background-color: #d2e7c7;
  }
  .m-guide-fund-choice-balancefund-box--lv3  .m-guide-fund-choice-balancefund-box__body {
    background-color: #edf8e7;
  }
  .m-guide-fund-choice-balancefund-box__heading {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .m-guide-fund-choice-balancefund-box__shoulder {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .m-guide-fund-choice-balancefund-box--lv1  .m-guide-fund-choice-balancefund-box__shoulder {
    color: #c65374;
  }
  .m-guide-fund-choice-balancefund-box--lv2  .m-guide-fund-choice-balancefund-box__shoulder {
    color: #d46400;
  }
  .m-guide-fund-choice-balancefund-box--lv3  .m-guide-fund-choice-balancefund-box__shoulder {
    color: #3d791e;
  }
  .m-guide-fund-choice-balancefund-box__shoulder + .m-guide-fund-choice-balancefund-box__title {
    margin-left: 0.8em;
  }
  .m-guide-fund-choice-balancefund-box__title {
    color: #313942;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .m-guide-fund-choice-balancefund-box__icon {
    flex-shrink: 0;
    margin-left: 1em;
    width: 45px;
  }
  .m-guide-fund-choice-balancefund-box__text {
    color: #313942;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.6;
  }
  /* ----- m-guide-fund-choice-balancefund-list ----- */
  .m-guide-fund-choice-balancefund-list {
    margin-top: 1.2em;
    border: 1px solid #dde0e5;
    border-radius: 3px;
    overflow: hidden;
  }
  .m-guide-fund-choice-balancefund-list__item + .m-guide-fund-choice-balancefund-list__item {
    border-top: 1px solid #dde0e5;
  }
  .m-guide-fund-choice-balancefund-list__item__inner {
    display: block;
    padding: 1.3em;
  }
  .m-guide-fund-choice-balancefund-list__item__inner:hover {
    background-color: #eaf4f8;
  }
  .m-guide-fund-choice-balancefund-list__item__inner:hover .m-guide-fund-choice-balancefund-list__label {
    color: #0067c3;
  }
  .m-guide-fund-choice-balancefund-list__heading {
    float: left;
    width: 120px;
  }
  .m-guide-fund-choice-balancefund-list__title,
  .m-guide-fund-choice-balancefund-list__description {
    float: right;
    width: calc(100% - 22px - 120px);
    margin-left: 22px;
  }
  .m-guide-fund-choice-balancefund-list__title > *:first-child {
    margin-top: 0;
  }
  .m-guide-fund-choice-balancefund-list__description {
    margin-top: 1.2em;
  }
  .m-guide-fund-choice-balancefund-list__description > *:first-child {
    margin-top: 0;
  }
  .m-guide-fund-choice-balancefund-list__item__inner::after {
    content: '';
    display: block;
    clear: both;
  }
  .m-guide-fund-choice-balancefund-list__img {
    width: 100%;
  }
  .m-guide-fund-choice-balancefund-list__img > img {
    border: 1px solid #dde0e5;
  }
  .m-guide-fund-choice-balancefund-list__category {
    margin-top: 1em;
  }
  [class*="m-guide-fund-choice-balancefund-list__badge"] {
    display: block;
    width: 100%;
    padding: 0.4em 0.8em;
    border-radius: 14px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.0;
    text-align: center;
  }
  .m-guide-fund-choice-balancefund-list__badge--lv1 {
    background-color: #339c8f;
  }
  .m-guide-fund-choice-balancefund-list__badge--lv2 {
    background-color: #3f84b3;
  }
  .m-guide-fund-choice-balancefund-list__badge--lv3 {
    background-color: #d87159;
  }
  .m-guide-fund-choice-balancefund-list__badge--lv4 {
    background-color: #bb891d;
  }
  [class*="m-guide-fund-choice-balancefund-list__badge"] + [class*="m-guide-fund-choice-balancefund-list__badge"] {
    margin-top: 0.9em;
  }
  .m-guide-fund-choice-balancefund-list__attention {
    display: flex;
  }
  .m-guide-fund-choice-balancefund-list__title__attention__badge {
    display: inline-block;
    min-width: 80px;
    padding: 0.5em 0.8em;
    border-radius: 14px;
    background-color: #a72424;
    color: #fff;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.0;
    text-align: center;
  }
  .m-guide-fund-choice-balancefund-list__title__attention__badge + .m-guide-fund-choice-balancefund-list__title__attention__badge {
    margin-left: 1em;
  }
  .m-guide-fund-choice-balancefund-list__label {
    position: relative;
    margin-top: 0.6em;
    color: #313942;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .m-guide-fund-choice-balancefund-list__label::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    margin-top: 9px;
    margin-left: 3px;
    border-style: solid;
    border-width: 1px;
    border-color: #9da4ab #9da4ab transparent transparent;
    transform: rotate(45deg);
  }
  .m-guide-fund-choice-balancefund-list__detail {
    margin-top: 1.25em;
    padding: 0.9em 1.2em;
    border-radius: 3px;
    background-color: #f3f4f6;
  }
  .m-guide-fund-choice-balancefund-list__detail__inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.2em -0.6em 0;
  }
  .m-guide-fund-choice-balancefund-list__detail__item {
    display: flex;
    align-items: center;
    margin-bottom: 0.6em;
    margin-right: 1.2em;
  }
  .m-guide-fund-choice-balancefund-list__detail__heading,
  .m-guide-fund-choice-balancefund-list__detail__value {
    color: #313942;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.1;
  }
  .m-guide-fund-choice-balancefund-list__detail__value::before {
    content: "\FF1A";
  }
  .m-guide-fund-choice-balancefund-list__detail__num {
    font-size: 1.8rem;
  }
  .m-guide-fund-choice-balancefund-list__text {
    color: #313942;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.6;
  }
  .m-guide-fund-choice-balancefund-list__unorder-list-wrap {
    margin-top: 1em;
  }
  .m-guide-fund-choice-balancefund-list__unorder-list-wrap > *:first-child {
    margin-top: 0;
  }
  .m-guide-fund-choice-balancefund-list__unorder-list {
    margin: 2em 0 0 0;
    padding: 0;
    list-style: none;
  }
  .m-guide-fund-choice-balancefund-list__unorder-list__nest {
    margin: 0.6em 0 0 0;
  }
  .m-guide-fund-choice-balancefund-list__unorder-list__nest > *:first-child {
    margin-top: 0;
  }
  .m-guide-fund-choice-balancefund-list__unorder-list > li {
    list-style: none;
    position: relative;
    padding-left: 1.0em;
    color: #313942;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.6;
  }
  .m-guide-fund-choice-balancefund-list__unorder-list > li + li {
    margin-top: 0.45em;
  }
  .m-guide-fund-choice-balancefund-list__unorder-list > li::before {
    display: inline-block;
    position: absolute;
    content: "";
    top: 0.55em;
    left: 1px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #024f95;
  }
  .m-guide-fund-choice-balancefund-list__unorder-list-bold {
    font-weight: bold;
  }
  .m-guide-fund-choice-balancefund-list__note-list-wrap {
    margin-top: 1em;
  }
  .m-guide-fund-choice-balancefund-list__note-list-wrap > *:first-child {
    margin-top: 0;
  }
  .m-guide-fund-choice-balancefund-list__note-list {
    margin: 2em 0 0 0;
    padding: 0;
    list-style: none;
  }
  .m-guide-fund-choice-balancefund-list__note-list > li {
    list-style: none;
    position: relative;
    padding-left: 1.5em;
    color: #666666;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.6;
  }
  .m-guide-fund-choice-balancefund-list__note-list > li + li {
    margin-top: 0.45em;
  }
  .m-guide-fund-choice-balancefund-list__note-list__mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  /* ----- m-guide-fund-choice-balancefund-card ----- */
  .m-guide-fund-choice-balancefund-card-wrap {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    margin: 1.2em 0 0 0;
  }
  .m-guide-fund-choice-balancefund-card {
    display: flex;
    width: calc(((100% - (72px)) / 3) - .1px);
  }
  .m-guide-fund-choice-balancefund-card:nth-child(n+2) {
    margin-left: 36px;
  }
  .m-guide-fund-choice-balancefund-card__type {
    box-shadow: 0px 1px 0px 0px rgb(162 173 183 / 20%), 0px 0px 0px 1px #dde0e5 inset;
    z-index: 1;
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 3px;
    background-color: #fff;
    color: #313942;
    text-align: left;
    text-decoration: none;
  }
  .m-guide-fund-choice-balancefund-card__type:hover {
    background-color: #eaf4f8;
  }
  .m-guide-fund-choice-balancefund-card__type:hover .m-guide-fund-choice-balancefund-card__image {
    opacity: .7;
  }
  .m-guide-fund-choice-balancefund-card__type:hover .m-guide-fund-choice-balancefund-card__title {
    color: #0067c3;
  }
  .m-guide-fund-choice-balancefund-card__body {
    padding: 1.3em 1.6em 1.3em;
  }
  .m-guide-fund-choice-balancefund-card__image {
    transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
  .m-guide-fund-choice-balancefund-card__image img {
    width: 100%;
    height: auto;
  }
  .m-guide-fund-choice-balancefund-card__title {
    font-size: 2.0rem;
    font-weight: bold;
    color: #313942;
    line-height: 1.4;
  }
  .m-guide-fund-choice-balancefund-card__title::after {
    display: inline-block;
    position: relative;
    border-top: 1px solid #9da4ab;
    border-right: 1px solid #9da4ab;
    vertical-align: middle;
    content: "";
    top: -2px;
    width: 10px;
    height: 10px;
    margin-left: 7px;
    transform: rotate(45deg);
  }
  .m-guide-fund-choice-balancefund-card__description {
    margin: 0.8em 0 0 0;
  }
}
@media only screen and (max-width: 767.98px) {
  /* ----- m-guide-fund-choice-balancefund-description-list ----- */
  .m-guide-fund-choice-balancefund-description-list-wrap {
    margin-top: 2.1em;
  }
  .m-guide-fund-choice-balancefund-description-list-wrap > * {
    width: 100%;
  }
  .m-guide-fund-choice-balancefund-description-list-wrap > *:nth-child(n+2) {
    margin-top: 1.0em;
  }
  .m-guide-fund-choice-balancefund-description-list {
    margin: 0;
    padding-bottom: 0.6em;
    border-bottom: 1px solid #dde0e5;
  }
  .m-guide-fund-choice-balancefund-description-list > dt {
    margin: 0;
    color: #313942;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .m-guide-fund-choice-balancefund-description-list > dd {
    margin: 0.8em 0 0;
    color: #313942;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.6;
  }
  .m-guide-fund-choice-balancefund-description-list__type {
    display: inline-block;
  }
  .m-guide-fund-choice-balancefund-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-guide-fund-choice-balancefund-point ----- */
  .m-guide-fund-choice-balancefund-point {
    width: 100%;
    margin-top: 0.7em;
    border: 1px solid #dde0e5;
    border-radius: 3px;
    background-color: #fff;
    overflow: hidden;
  }
  .m-guide-fund-choice-balancefund-point__item {
    width: 100%;
  }
  .m-guide-fund-choice-balancefund-point__item:nth-child(n+2) {
    border-top: 1px solid #dde0e5;
  }
  .m-guide-fund-choice-balancefund-point__item__inner {
    display: flex;
    align-items: center;
    min-height: 52px;
    padding: 0.8em 1em;
  }
  .m-guide-fund-choice-balancefund-point__item__label {
    flex-shrink: 0;
    min-width: 66px;
    text-align: center;
  }
  .m-guide-fund-choice-balancefund-point__item__label > span {
    display: inline-block;
    padding: 5px 12px 6px;
    border-radius: 12px;
    background-color: #3d6b99;
    color: #fff;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1;
  }
  .m-guide-fund-choice-balancefund-point__item__text {
    width: 100%;
    margin-left: 1em;
    color: #313942;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.6;
  }
  .m-guide-fund-choice-balancefund-point__item__text-bold {
    font-weight: bold;
  }
  /* ----- m-guide-fund-choice-balancefund-box ----- */
  .m-guide-fund-choice-balancefund-box--lv1,
  .m-guide-fund-choice-balancefund-box--lv2,
  .m-guide-fund-choice-balancefund-box--lv3 {
    border-radius: 3px;
    overflow: hidden;
  }
  .m-guide-fund-choice-balancefund-box__head {
    position: relative;
    padding: 0.8em 3.5em 0.5em;
  }
  .m-guide-fund-choice-balancefund-box__body {
    padding: 1.1em 1.0em 1.3em;
  }
  .m-guide-fund-choice-balancefund-box--lv1  .m-guide-fund-choice-balancefund-box__head {
    background-color: #fedae4;
  }
  .m-guide-fund-choice-balancefund-box--lv1  .m-guide-fund-choice-balancefund-box__body {
    background-color: #fef0f4;
  }
  .m-guide-fund-choice-balancefund-box--lv2  .m-guide-fund-choice-balancefund-box__head {
    background-color: #fee2ae;
  }
  .m-guide-fund-choice-balancefund-box--lv2  .m-guide-fund-choice-balancefund-box__body {
    background-color: #fff6e5;
  }
  .m-guide-fund-choice-balancefund-box--lv3  .m-guide-fund-choice-balancefund-box__head {
    background-color: #d2e7c7;
  }
  .m-guide-fund-choice-balancefund-box--lv3  .m-guide-fund-choice-balancefund-box__body {
    background-color: #edf8e7;
  }
  .m-guide-fund-choice-balancefund-box__heading {
    text-align: center;
  }
  .m-guide-fund-choice-balancefund-box__shoulder {
    width: 100%;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .m-guide-fund-choice-balancefund-box--lv1  .m-guide-fund-choice-balancefund-box__shoulder {
    color: #c65374;
  }
  .m-guide-fund-choice-balancefund-box--lv2  .m-guide-fund-choice-balancefund-box__shoulder {
    color: #d46400;
  }
  .m-guide-fund-choice-balancefund-box--lv3  .m-guide-fund-choice-balancefund-box__shoulder {
    color: #3d791e;
  }
  .m-guide-fund-choice-balancefund-box__title {
    width: 100%;
    color: #313942;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .m-guide-fund-choice-balancefund-box__icon {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 45px;
    transform: translateY(-50%);
  }
  .m-guide-fund-choice-balancefund-box__text {
    color: #313942;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.6;
  }
  /* ----- m-guide-fund-choice-balancefund-list ----- */
  .m-guide-fund-choice-balancefund-list {
    margin-top: 1.2em;
    border-top: 1px solid #dde0e5;
  }
  .m-guide-fund-choice-balancefund-list__item {
    border-bottom: 1px solid #dde0e5;
  }
  .m-guide-fund-choice-balancefund-list__item__inner {
    display: flex;
    flex-wrap: wrap;
    padding: 1.5em 0 1.0em;
  }
  .m-guide-fund-choice-balancefund-list__heading {
    flex-shrink: 0;
    width: 105px;
  }
  .m-guide-fund-choice-balancefund-list__title {
    width: calc(100% - 15px - 105px);
    margin-left: 15px;
  }
  .m-guide-fund-choice-balancefund-list__title > *:first-child {
    margin-top: 0;
  }
  .m-guide-fund-choice-balancefund-list__description {
    width: 100%;
    margin-top: 1.2em;
  }
  .m-guide-fund-choice-balancefund-list__description > *:first-child {
    margin-top: 0;
  }
  .m-guide-fund-choice-balancefund-list__img {
    width: 100%;
  }
  .m-guide-fund-choice-balancefund-list__img > img {
    border: 1px solid #dde0e5;
  }
  .m-guide-fund-choice-balancefund-list__category {
    margin-top: 0.7em;
  }
  [class*="m-guide-fund-choice-balancefund-list__badge"] {
    display: block;
    width: 100%;
    padding: 0.4em 0.8em 0.3em;
    border-radius: 10px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.0;
    text-align: center;
  }
  .m-guide-fund-choice-balancefund-list__badge--lv1 {
    background-color: #339c8f;
  }
  .m-guide-fund-choice-balancefund-list__badge--lv2 {
    background-color: #3f84b3;
  }
  .m-guide-fund-choice-balancefund-list__badge--lv3 {
    background-color: #d87159;
  }
  .m-guide-fund-choice-balancefund-list__badge--lv4 {
    background-color: #bb891d;
  }
  [class*="m-guide-fund-choice-balancefund-list__badge"] + [class*="m-guide-fund-choice-balancefund-list__badge"] {
    margin-top: 0.7em;
  }
  .m-guide-fund-choice-balancefund-list__attention {
    display: flex;
  }
  .m-guide-fund-choice-balancefund-list__title__attention__badge {
    display: inline-block;
    min-width: 50px;
    padding: 0.4em 0.8em 0.3em;
    border-radius: 10px;
    background-color: #a72424;
    color: #fff;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.0;
    text-align: center;
  }
  .m-guide-fund-choice-balancefund-list__title__attention__badge + .m-guide-fund-choice-balancefund-list__title__attention__badge {
    margin-left: 1em;
  }
  .m-guide-fund-choice-balancefund-list__label {
    position: relative;
    margin-top: 0.6em;
    padding-right: 1em;
    color: #313942;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .m-guide-fund-choice-balancefund-list__label::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    margin-top: 4px;
    margin-left: 3px;
    border-style: solid;
    border-width: 1px;
    border-color: #9da4ab #9da4ab transparent transparent;
    transform: rotate(45deg);
  }
  .m-guide-fund-choice-balancefund-list__detail {
    margin-top: 0.9em;
    padding: 1.1em 1.0em;
    border-radius: 3px;
    background-color: #f3f4f6;
  }
  .m-guide-fund-choice-balancefund-list__detail__inner > *:first-child {
    margin-top: 0;
  }
  .m-guide-fund-choice-balancefund-list__detail__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.35em;
  }
  .m-guide-fund-choice-balancefund-list__detail__heading,
  .m-guide-fund-choice-balancefund-list__detail__value {
    color: #313942;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.1;
  }
  .m-guide-fund-choice-balancefund-list__detail__value {
    margin-left: 0.8em;
    text-align: right;
  }
  .m-guide-fund-choice-balancefund-list__detail__num {
    font-size: 1.6rem;
  }
  .m-guide-fund-choice-balancefund-list__text {
    color: #313942;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.6;
  }
  .m-guide-fund-choice-balancefund-list__unorder-list-wrap {
    margin-top: 1em;
  }
  .m-guide-fund-choice-balancefund-list__unorder-list-wrap > *:first-child {
    margin-top: 0;
  }
  .m-guide-fund-choice-balancefund-list__unorder-list {
    margin: 2em 0 0 0;
    padding: 0;
    list-style: none;
  }
  .m-guide-fund-choice-balancefund-list__unorder-list__nest {
    margin: 0.3em 0 0 0;
  }
  .m-guide-fund-choice-balancefund-list__unorder-list__nest > *:first-child {
    margin-top: 0;
  }
  .m-guide-fund-choice-balancefund-list__unorder-list > li {
    list-style: none;
    position: relative;
    padding-left: 1.0em;
    color: #313942;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.6;
  }
  .m-guide-fund-choice-balancefund-list__unorder-list > li + li {
    margin-top: 0.45em;
  }
  .m-guide-fund-choice-balancefund-list__unorder-list > li::before {
    display: inline-block;
    position: absolute;
    content: "";
    top: 0.45em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #024f95;
  }
  .m-guide-fund-choice-balancefund-list__unorder-list-bold {
    font-weight: bold;
  }
  .m-guide-fund-choice-balancefund-list__note-list-wrap {
    margin-top: 1em;
  }
  .m-guide-fund-choice-balancefund-list__note-list-wrap > *:first-child {
    margin-top: 0;
  }
  .m-guide-fund-choice-balancefund-list__note-list {
    margin: 2em 0 0 0;
    padding: 0;
    list-style: none;
  }
  .m-guide-fund-choice-balancefund-list__note-list > li {
    list-style: none;
    position: relative;
    padding-left: 1.5em;
    color: #666666;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.6;
  }
  .m-guide-fund-choice-balancefund-list__note-list > li + li {
    margin-top: 0.45em;
  }
  .m-guide-fund-choice-balancefund-list__note-list__mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  /* ----- m-guide-fund-choice-balancefund-card ----- */
  .m-guide-fund-choice-balancefund-card-wrap {
    display: flex;
    flex-flow: row wrap;
    margin: 1.25em 0 0 0;
  }
  .m-guide-fund-choice-balancefund-card {
    display: flex;
    width: 100%;
  }
  .m-guide-fund-choice-balancefund-card:nth-child(n+2) {
    margin-top: 1em;
  }
  .m-guide-fund-choice-balancefund-card__type {
    display: flex;
    z-index: 1;
    position: relative;
    flex-flow: row nowrap;
    width: 100%;
    padding: 1em 1em 1.1em;
    overflow: hidden;
    box-shadow: 0px 1px 0px 0px rgb(162 173 183 / 20%), 0px 0px 0px 1px #dde0e5 inset;
    border-radius: 3px;
    background-color: #fff;
    color: #313942;
    text-align: left;
    text-decoration: none;
  }
  .m-guide-fund-choice-balancefund-card__type:hover {
    background-color: #eaf4f8;
  }
  .m-guide-fund-choice-balancefund-card__type:hover .m-guide-fund-choice-balancefund-card__image {
    opacity: .7;
  }
  .m-guide-fund-choice-balancefund-card__type:hover .m-guide-fund-choice-balancefund-card__title {
    color: #0067c3;
  }
  .m-guide-fund-choice-balancefund-card__head {
    display: flex;
    flex-shrink: 0;
    width: 39.4%;
  }
  .m-guide-fund-choice-balancefund-card__head + .m-guide-fund-choice-balancefund-card__body {
    margin-left: 1em;
  }
  .m-guide-fund-choice-balancefund-card__body {
    width: 100%;
  }
  .m-guide-fund-choice-balancefund-card__image img {
    width: 100%;
    height: auto;
  }
  .m-guide-fund-choice-balancefund-card__title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #313942;
    line-height: 1.4;
  }
  .m-guide-fund-choice-balancefund-card__title::after {
    display: inline-block;
    position: relative;
    content: "";
    top: -2px;
    width: 8px;
    height: 8px;
    margin-left: 8px;
    border-top: 1px solid #9da4ab;
    border-right: 1px solid #9da4ab;
    vertical-align: middle;
    transform: rotate(45deg);
  }
  .m-guide-fund-choice-balancefund-card__description {
    margin: 0.6em 0 0 0;
  }
}
/* ------------------------------------------------------
 * Clearfix
------------------------------------------------------ */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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