.fundNav {
  display: block;
  width: 100%;
  height: 50px;
  background-color: #fbd3d4;
  position: fixed;
  bottom: 68px;
  z-index: 1000;
  font-size: 0;
}
.fundNav_wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50px;
  font-size: 0;
}
.fundNav_btn {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 50px;
  border-left: 1px solid #fff;
  background: url(/assets/images/common/icn_ar_black_01_03.svg) center 39px no-repeat;
  background-size: 10px 6px;
  padding-bottom: 6px;
  pointer-events: none;
}
.fundNav_btn:first-child {
  border-left: none;
}
.fundNav_btn span {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  color: #2c2c2c;
  text-align: center;
}
.fundNav_btn.is_active {
  pointer-events: visible;
}
.detailNotice_list {
  display: none;
}
#fund_detail .detailNotice_list + .detailNotice_list {
  border-top: none;
}
.detailNotice_moreBtn {
  display: block;
  width: 100%;
  height: 30px;
  text-align: center;
  padding-top: 5px;
  margin-top: 20px;
}
.detailNotice_moreBtn span {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #2c2c2c;
  font-weight: 700;
  padding-right: 27px;
  background: url(/assets/images/common/icn_accordion_black_01_01.svg) right center no-repeat;
  background-size: 17px 17px;
}
.detailNotice_closeBtn {
  display: block;
  width: 100%;
  height: 30px;
  text-align: center;
  padding-top: 5px;
  margin-top: 20px;
}
.detailNotice_closeBtn span {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #2c2c2c;
  font-weight: 700;
  padding-right: 27px;
  background: url(/assets/images/common/icn_accordion_black_01_02.svg) right center no-repeat;
  background-size: 17px 17px;
}
@media screen and (min-width:751px) {
  .fundNav {
    max-width: 1280px;
    height: auto;
    background-color: transparent !important;
    position: absolute;
    top: 56px;
    bottom: auto;
    left: 50%;
    margin-left: -640px;
    z-index: 1;
  }
  #fund_detail.font_size_l .fundNav {
    top: 70px;
  }
  #fund_detail .l_globalNav::after {
    width: 100%;
    height: 50px;
    background-color: #fbd3d4;
    position: absolute;
    bottom: -50px;
    left: 50%;
    margin-left: -50%;
    z-index: -2;
    visibility: visible;
  }
  #fund_detail.font_size_l .l_globalNav::after {
    height: 70px;
    bottom: -70px;
  }
  .fundNav_wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 50px;
    max-width: 1280px;
    margin: 0 auto;
  }
  .font_size_l .fundNav_wrap {
    height: 70px;
  }
  .fundNav_btn {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: auto;
    border-left: none;
    background: url(/assets/images/common/icn_ar_black_01_03.svg) center 34px no-repeat;
    background-size: 13px 8px;
    padding-bottom: 9px;
    margin-left: 45px;
  }
  .font_size_l .fundNav_btn {
    height: 70px;
    background-position: center 48px;
    padding-bottom: 13px;
  }
  .fundNav_btn:first-child {
    margin-left: 0;
  }
  .fundNav_btn span {
    font-size: 1.6rem;
    font-weight: 400;
  }
  .fundNav_btn br {
    display: none;
  }
  .media_pc .fundNav_btn:not(.is_active):hover {
    opacity: 1 !important;
  }
  .detailNotice_moreBtn {
    display: block;
    width: 100%;
    height: 35px;
    text-align: center;
    padding-top: 5px;
    margin-top: 25px;
  }
  .detailNotice_moreBtn span {
    font-size: 1.8rem;
    padding-right: 34px;
    background: url(/assets/images/common/icn_accordion_black_01_01.svg) right center no-repeat;
    background-size: 24px 24px;
  }
  .detailNotice_closeBtn {
    display: block;
    width: 100%;
    height: 35px;
    text-align: center;
    padding-top: 5px;
    margin-top: 25px;
  }
  .detailNotice_closeBtn span {
    font-size: 1.8rem;
    padding-right: 34px;
    background: url(/assets/images/common/icn_accordion_black_01_02.svg) right center no-repeat;
    background-size: 24px 24px;
  }
}
@media screen and (min-width:751px) and (max-width:1340px) {
  .fundNav {
    left: 30px;
    margin-left: 0;
  }
}
@media screen and (min-width:751px) and (max-width:1220px) {
  .font_size_l .fundNav_btn {
    background-position: center 54px;
  }
  .font_size_l .fundNav_btn br {
    display: block;
  }
}
@media screen and (min-width:841px) and (max-width:980px) {
  .font_size_l .fundNav_btn span {
    font-size: 1.5rem;
  }
}
@media screen and (min-width:751px) and (max-width:840px) {
  .font_size_l .fundNav_btn span {
    font-size: 16px;
  }
}
.detailInfo02 {
  padding-bottom: 45px;
}
@media screen and (min-width:751px) {
  .detailInfo02 {
    padding-bottom: 60px;
  }
}
.detailChart {
  display: block;
  width: 100%;
  border: 1px solid #c4c4c4;
  padding: 5px 0 15px;
  margin-top: 15px;
  overflow: hidden;
}
.detailChart .linkBtn01 {
  margin: 8px 0 0 8px;
  text-align: left;
}
#chart-iframe {
  min-height: 1000px;
}
@media screen and (min-width:751px) {
  .detailChart {
    padding: 40px 40px 30px;
  }
  .detailChart .linkBtn01 {
    margin: 0;
  }
}
.detailInfo02_block {
  display: block;
  width: 100%;
  margin-top: 30px;
}
.detailInfo02_block_r {
  margin-top: 20px;
}
.detailInfo_table {
  display: table;
  width: 100%;
  border-top: 1px solid #c4c4c4;
  border-left: 1px solid #c4c4c4;
}
.detailInfo_table tbody th,
.detailInfo_table thead th {
  display: table-cell;
  background-color: #dbdbdb;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #2c2c2c;
  padding: 13px 20px;
  vertical-align: middle;
  border-bottom: 1px solid #c4c4c4;
  border-right: 1px solid #c4c4c4;
}
.detailInfo_table tbody th {
  background-color: #f4f4f4;
  font-weight: 400;
  width: 35%;
}
.detailInfo_table tbody td {
  display: table-cell;
  background-color: #fff;
  font-size: 1.7rem;
  line-height: 1.6;
  color: #2c2c2c;
  padding: 11px 20px;
  vertical-align: middle;
  width: 65%;
  border-bottom: 1px solid #c4c4c4;
  border-right: 1px solid #c4c4c4;
}
@media screen and (min-width:751px) {
  .detailInfo02_block {
    display: table;
    width: 100%;
    max-width: 1120px;
    margin: 40px auto 0;
  }
  .detailInfo02_block_l,
  .detailInfo02_block_r {
    display: table-cell;
    margin-top: 0;
    width: 50%;
  }
  .detailInfo02_block_l {
    padding-right: 20px;
  }
  .detailInfo02_block_r {
    padding-left: 20px;
  }
  .detailInfo_table tbody th,
  .detailInfo_table thead th {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 7px 30px;
  }
  .detailInfo_table tbody th {
    background-color: #f4f4f4;
    font-weight: 400;
    width: 50%;
  }
  .detailInfo_table tbody td {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 7px 30px;
    width: 50%;
  }
}
.detailFeature_img {
  display: block;
  width: 100%;
  text-align: center;
}
*+.detailFeature_img {
  margin-top: 15px;
}
@media screen and (min-width:751px) {
  *+.detailFeature_img {
    margin-top: 30px;
  }
  .detailFeature .headline_ss {
    text-align: center;
  }
}
.detailApply_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  width: 100%;
}
.detailApply_btn {
  position: relative;
  display: flex;
  justify-content: center;
  width: calc((100% - 15px)/ 2);
  margin-top: 15px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  border-radius: 5px;
  padding: 13px 18px 13px 14px;
}
.detailApply_btn:nth-child(1),
.detailApply_btn:nth-child(2) {
  margin-top: 0;
}
.detailApply_btn span {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #2c2c2c;
  text-align: center;
}
.detailApply_btn img {
  width: 135px;
  height: 35px;
}
.detailApply_btn::before {
  content: "";
  display: block;
  width: 12px;
  height: 10px;
  background: url(/assets/images/common/icn_ar_red_01_01.svg) 0 0 no-repeat;
  background-size: 6px 10px;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 0;
}
@media screen and (min-width:751px) {
  .detailApply {
    padding: 40px 30px 40px;
  }
  .detailApply_list {
    justify-content: center;
  }
  .detailApply_btn {
    justify-content: center;
    align-items: center;
    width: calc((100% - 120px)/ 4);
    margin-top: 30px;
    min-height: 120px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    border-radius: 10px;
    padding: 15px 34px 15px 24px;
    margin-left: 40px;
  }
  .detailApply_btn:nth-child(1),
  .detailApply_btn:nth-child(2),
  .detailApply_btn:nth-child(3),
  .detailApply_btn:nth-child(4) {
    margin-top: 0;
  }
  .detailApply_btn:nth-child(4n+1) {
    margin-left: 0;
  }
  .browser_ie .detailApply_btn {
    width: calc((100% - 121px)/ 4);
  }
  .detailApply_btn span {
    display: inline-block;
    font-size: 2rem;
    transition: color .6s;
  }
  .detailApply_btn img {
    width: 100%;
    height: auto;
    transition: opacity .6s;
  }
  .detailApply_btn.rakuten span,
  .detailApply_btn.sbi span {
    line-height: 1.2 !important;
  }
  .detailApply_btn.rakuten img {
    max-width: 245px;
  }
  .detailApply_btn.sbi img {
    max-width: 195px;
  }
  .detailApply_btn::before {
    width: 20px;
    height: 20px;
    background-size: 12px 20px;
    margin-top: -10px;
  }
  .media_pc .detailApply_btn:hover span {
    color: #1686fc;
  }
  .media_pc .detailApply_btn:hover img {
    opacity: .6;
  }
}
@media screen and (min-width:751px) and (max-width:980px) {
  .detailApply_btn {
    width: calc((100% - 60px)/ 4);
    margin-left: 20px;
    margin-top: 20px;
  }
  .browser_ie .detailApply_btn {
    width: calc((100% - 61px)/ 4);
  }
}
@media screen and (min-width:751px) {
  #fund_detail .detailTabMenu .btnMenu03+.asterisk-number {
    margin-top: 40px;
  }
}
.detailDL {
  display: block;
  width: calc(100% + 30px);
  margin-left: -15px;
  background-color: #f4f4f4;
  padding: 20px 15px;
}
.detailDL .btnMenu02.col3 .btnMenu02_btn {
  width: calc((100% - 15px)/ 2);
}
.detailDL .btnMenu02_btn::before {
  display: none;
}
@media screen and (min-width:751px) {
  .detailDL {
    width: 100%;
    margin-left: 0;
    padding: 30px 30px;
  }
  .detailDL .btnMenu02.col3 .btnMenu02_btn {
    width: calc((100% - 40px)/ 3);
  }
  .detailDL .btnMenu02.col3 .btnMenu02_btn:after {
    width: calc((100% - 40px)/ 3);
  }
}
.detailDL_report {
  margin-top: 15px;
}
.detailDL_report .accordionBox01_in {
  padding-right: 10px;
  padding-bottom: 15px;
}
.detailDL_report_list {
  display: block;
  width: 100%;
}
.detailDL_report_list:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
.detailDL_report_list a {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #2c2c2c;
  text-decoration: underline;
  margin-right: 12px;
  padding: 5px 5px;
  margin-bottom: 17px;
}
.detailDL_report_item.detailDL_report_item-empty .accordionBox01_btn {
  opacity: .4;
}
@media screen and (min-width:751px) {
  .detailDL_report {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .detailDL_report .accordionBox01_in {
    padding-bottom: 20px;
  }
  .detailDL_report .accordionBox01 {
    width: calc((100% - 20px)/ 2);
    margin-top: 0 !important;
  }
  .detailDL_report_list a {
    font-size: 1.6rem;
  }
  .detailDL_report_item .accordionBox01_btn {
    text-align: left;
    padding-left: 26px;
  }
}
.detailHoliday {
  display: block;
  width: 100%;
  border: 2px solid #f0232f;
  margin-top: 30px;
  padding: 10px 13px 13px 13px;
}
.detailHoliday_txt {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 22px;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.4;
}
.detailHoliday_txt::before {
  content: "※";
  display: block;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.4;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width:751px) {
  .detailHoliday {
    max-width: 1280px;
    margin: 40px auto 0;
    padding: 17px 20px 20px 20px;
    text-align: center;
  }
  .detailHoliday_txt {
    display: inline-block;
    width: auto;
    padding-left: 20px;
    font-size: 2rem;
    text-align: center;
  }
  .detailHoliday_txt::before {
    font-size: 2rem;
  }
}
@media screen and (min-width:751px) and (max-width:980px) {
  .detailHoliday {
    max-width: 1280px;
    margin: 40px auto 0;
    padding: 17px 20px 20px 20px;
    text-align: left;
  }
  .detailHoliday_txt {
    display: block;
    width: auto;
    padding-left: 22px;
    text-align: left;
  }
}
#fund_detail .detailInfo05 {
  padding-bottom: 15px;
}
@media screen and (min-width:751px) {
  #fund_detail .detailInfo05 {
    padding-bottom: 60px;
  }
}
.exrate {
  display: block;
  width: 100%;
}
.contentsBlock_wrap > .exrate:first-child {
  margin-bottom: 30px;
}
.exrate a + .txt.small {
  margin-top: 10px;
}
@media screen and (min-width:751px) {
  .contentsBlock_wrap>.exrate:first-child {
    margin-top: -15px !important;
    margin-bottom: 45px;
  }
}
.boxSlider01 {
  display: block;
  width: 220px;
  margin-top: 30px;
}
.boxSlider01:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
.boxSlider01_btn {
  position: relative;
  display: block;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  padding-bottom: 15px;
  overflow: hidden;
  margin-right: 20px;
  float: left;
}
.boxSlider01_tit {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #2c2c2c;
  padding: 0 15px;
  margin-top: 15px;
}
.boxSlider01_txt {
  position: relative;
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #2c2c2c;
  padding: 0 15px;
  margin-top: 8px;
}
.boxSlider01 .next_btn,
.boxSlider01 .prev_btn {
  display: none;
}
.boxSlider01 .slick-dots {
  display: none !important;
}
.boxSlider01 .slick-track {
  display: flex !important;
}
.boxSlider01 .slick-slide {
  height: inherit !important;
}
@media screen and (min-width:751px) {
  .boxSlider01_box {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 60px;
    padding-bottom: 90px;
  }
  .boxSlider01 {
    display: block;
    width: auto;
    margin-left: 0;
  }
  .boxSlider01_btn {
    border-radius: 10px;
    padding-bottom: 30px;
    overflow: hidden;
    float: left;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    margin-left: 0;
    margin-right: 40px;
    transform: translate(0, 0);
    transition: transform .5s cubic-bezier(.34, 1.56, .64, 1);
  }
  .media_pc .boxSlider01_btn:hover {
    transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
  }
  .boxSlider01_img {
    display: block;
    width: 100%;
    overflow: hidden;
    background-image: none !important;
  }
  .boxSlider01_img img {
    display: block;
    transform: scale(1, 1);
    transition: transform .3s cubic-bezier(.5, 1, .89, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
  }
  .media_pc .boxSlider01_btn:hover .boxSlider01_img img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
  }
  .boxSlider01_tit {
    font-size: 2rem;
    line-height: 1.35;
    padding: 0 25px 0 30px;
    transition: color .6s;
    margin-top: 30px;
  }
  .boxSlider01_txt {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 0 25px 0 30px;
    transition: color .6s;
    margin-top: 25px;
  }
  .media_pc .boxSlider01_btn:hover .boxSlider01_tit,
  .media_pc .boxSlider01_btn:hover .boxSlider01_txt {
    color: #1686fc;
  }
  .boxSlider01_box .next_btn,
  .boxSlider01_box .prev_btn {
    display: block;
    position: absolute;
    top: auto;
    bottom: 10px;
    left: auto;
    right: 0;
  }
  .boxSlider01_box .prev_btn {
    right: 80px;
  }
}
@media screen and (min-width:751px) and (max-width:880px) {
  .boxSlider01 {
    width: 440px;
  }
}
@media screen and (min-width:881px) and (max-width:1320px) {
  .boxSlider01 {
    width: 880px;
  }
}
@media screen and (min-width:1321px) {
  .boxSlider01 {
    width: 1320px;
  }
}
@media screen and (min-width:751px) and (max-width:1320px) {
  .boxSlider01_box .next_btn {
    right: 30px;
  }
  .boxSlider01_box .prev_btn {
    right: 110px;
  }
}
.boxSlider01_box+ul {
  margin-top: 50px;
}
.boxSlider01_box+.small-fundnisa {
  margin-top: 50px;
}
.boxSlider01_box+.small-fundnisa+ul {
  margin-top: 40px;
}
.small-fundnisa {
  font-size: 1.4rem;
  line-height: 1.7;
}
@media screen and (min-width:751px) {
  .boxSlider01_box+ul {
    margin-top: 100px;
  }
  .boxSlider01_box+.small-fundnisa {
    margin-top: 100px;
  }
  .boxSlider01_box+.small-fundnisa+ul {
    margin-top: 60px;
  }
  .small-fundnisa {
    font-size: 1.6rem;
  }
}
.modalHowto {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
}
.modal_wrap {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  padding: 60px 15px 40px;
  overflow: scroll;
}
.modal_cover {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, .65);
}
.modal_close_btn {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -55px;
  right: -5px;
  background: url(/assets/images/common/btn_close_01.svg) 0 0 no-repeat;
  background-size: contain;
}
.modal_in {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
}
.howtoChart {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1120px;
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 10px 20px;
  margin: 0 auto;
  z-index: 2;
}
.howtoChart_bg {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: transparent;
}
.howtoChart_info {
  display: block;
  width: calc(100% - 10px);
  margin: 20px auto 0;
  background-color: #f4f4f4;
  border-radius: 5px;
  padding: 21px 15px;
}
.howtoChart_tit {
  display: block;
  width: 100%;
  font-size: 1.7rem;
  line-height: 1.5;
  color: #2c2c2c;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 15px;
  margin-bottom: 24px;
}
.howtoChart_stit {
  display: block;
  width: 100%;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #2c2c2c;
  font-weight: 700;
  border-left: 4px solid #ec7d31;
  padding-left: 8px;
  margin-top: 18px;
}
.howtoChart_stit.col_blue {
  border-color: #036cb8;
}
.howtoChart ol.circle-number {
  margin-top: 13px;
}
.howtoChart ol.circle-number li {
  font-size: 1.3rem;
  width: calc(100% - 18px);
  margin-left: 18px;
}
.howtoChart ol.circle-number li + li {
  margin-top: 4px;
}
.howtoChart ol.circle-number li::before {
  font-size: 1.5rem;
  top: -2px;
  left: -17px;
  color: #ec7d31;
  font-weight: 700;
}
.howtoChart ol.circle-number.col_blue li::before {
  color: #036cb8;
}
.howtoChart ol.circle-number.col_blue li:nth-child(1)::before {
  content: "④";
}
.howtoChart ol.circle-number.col_blue li:nth-child(2)::before {
  content: "⑤";
}
.howtoChart ol.circle-number.col_blue li:nth-child(3)::before {
  content: "⑥";
}
.howtoChart ol.circle-number.col_blue li:nth-child(4)::before {
  content: "⑦";
}
@media screen and (min-width:769px) {
  .modal_wrap {
    padding: 60px 30px 60px;
  }
  .modal_close_btn {
    width: 60px;
    height: 60px;
    top: -25px;
    right: -25px;
    z-index: 2;
  }
  .howtoChart::before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: -25px;
    right: -25px;
    z-index: 1;
    background: url(/assets/images/common/btn_close_01_bg.svg) 0 0 no-repeat;
    background-size: contain;
  }
  .howtoChart {
    padding: 30px 30px;
  }
  .howtoChart_info {
    width: 100%;
    margin: 30px auto 0;
    border-radius: 10px;
    padding: 22px 40px 30px;
  }
  .howtoChart_tit {
    font-size: 2.4rem;
    margin-bottom: 28px;
  }
  .howtoChart_stit {
    font-size: 2rem;
    padding-left: 11px;
    margin-top: 28px;
  }
  .howtoChart ol.circle-number {
    margin-top: 13px;
  }
  .howtoChart ol.circle-number li {
    font-size: 1.6rem;
    width: calc(100% - 22px);
    margin-left: 22px;
  }
  .howtoChart ol.circle-number li::before {
    font-size: 1.8rem;
    top: -1px;
    left: -22px;
  }
}
@media screen and (max-width:750px) {
  #fund_detail div:not(.footer_group) img {
    height: auto;
  }
}
@media screen and (min-width:751px) {
  #fund_detail img {
    height: auto;
  }
}
.detailFund_info .btnMenu02_detailFund .btnMenu02_detailFund_btn {
  width: calc((100% - 15px)/2);
  padding: 9px 2px 9px 8px;
}
@media screen and (max-width:750px) {
  .detailFund_info .btnMenu02_detailFund .btnMenu02_detailFund_btn {
    margin-top: 15px !important;
  }
  .detailFund_info .btnMenu02_detailFund .btnMenu02_detailFund_btn:nth-child(1),
  .detailFund_info .btnMenu02_detailFund .btnMenu02_detailFund_btn:nth-child(2) {
    margin-top: 0 !important;
  }
}
@media screen and (min-width:751px) {
  .detailFund_info .btnMenu02_detailFund .btnMenu02_detailFund_btn {
    padding: 9px 10px 9px 20px !important;
  }
}
@media screen and (min-width:751px) and (max-width:980px) {
  .detailFund_info .btnMenu02_detailFund .btnMenu02_detailFund_btn {
    width: calc((100% - 20px)/2) !important;
    min-height: 60px;
    padding: 9px 10px 9px 20px !important;
    margin-top: 20px !important;
  }
  .detailFund_info .btnMenu02_detailFund .btnMenu02_detailFund_btn:nth-child(1),
  .detailFund_info .btnMenu02_detailFund .btnMenu02_detailFund_btn:nth-child(2) {
    margin-top: 0 !important;
  }
}
.m-label {
  font-size: 1.6rem;
}
.detailFund_label {
  position: absolute;
  z-index: 2;
  left: 0;
  top: -46px;
}
.detailFund_label .m-label {
  margin-right: 10px;
}
@media screen and (max-width:750px) {
  .m-label {
    font-size: 1.2rem;;
  }
  .detailFund_label {
    position: static;
    margin: 15px 0 0 15px;
  }
}
.aside-banner {
  padding: 60px 30px 60px;
  text-align: center;
}
@media screen and (max-width:750px) {
  .aside-banner {
    padding: 30px;
  }
}
.companynotes {
  display: none;
  margin-top: 20px;
}
.companynotes + table {
  margin-top: 20px;
}