@charset "UTF-8";

/*:::::::::::::::.pb:::::::::::::::*/
.pbMainArea {
    overflow: visible;
}

/*:::::::::::::::.sw-Fund-overview:::::::::::::::*/
.sw-Fund-overview{
    font-size: 65%;
    margin-top: 64px;
    margin-bottom: 40px;
}

.sw-Fund-overview_HeaderWrap {
  position: relative;
}

.sw-Fund-overview_HeaderWrap > div {
  position: absolute;
  top: -45px;
  left: 29%;
}

.sw-Fund-overview_Header{
    margin-bottom: 24px;
    width: 100%;
    height: 30px;
}

.sw-Fund-overviewHandlingTag {
    border: 2px solid #0c419a;
    color: #0c419a;
    font-weight: bold;
    line-height: 1.4;
    margin-left: 0;
    padding: 6px 20px;
    text-align: center;
    width: 154px;
}

.sw-Fund-overviewHandlingTag a{
    color: #0c419a;
    text-decoration: none;
} 

.sw-Fund-overview_Body{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    position: relative;
}

.sw-Fund-overview_ImageArea{
    width: 23%;
}

.sw-Fund-overview_TextArea{
    width: 71%;
    margin-left: 6%;
}

.sw-Fund-overview_ProfileArea{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
}

.sw-Fund-overview_ProfileInner{
    width: calc( 100% - 60px );
    font-size: 1.34rem;
    line-height: 1.5;
}

.sw-Fund-overview_ProfileInner:not(:only-child){
    margin-bottom: 0;
}


.sw-Fund-overview_FundNameArea {
    margin-bottom: 20px;
}

h1.sw-Fund-overview_FundName{
    font-size: 2.4rem;
    font-weight: bold;
}

.sw-Fund-overview_FundNameArea .fund-Tag {
    vertical-align: super;
}

.sw-Fund-overview_FundFavoriteButton,
.sw-Fund-overview_FundMailButton{
    align-items: center;
    background-color: rgba(255, 255, 255, 0.5);
    border: 2px solid #0c419a;
    border-radius: 5px;
    bottom: 0;
    color: #0c419a;
    cursor: pointer;
    display: flex;
    font-weight: bold;
    justify-content: center;
    line-height: 1.4;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    transition: opacity .4s;
    width: 48px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sw-Fund-overview_FundFavoritetext,
.sw-Fund-overview_FundFavoritetext_active{
    display: none;
}

.sw-Fund-overview_FundFavoriteIcon,
.sw-Fund-overview_FundMailIcon,
.sw-Fund-overview_FundFavoriteIcon_active{
    width: 40px;
}

.sw-Fund-overview_FundFavoriteIcon_active{
    display: none;
}

.sw-Fund-overview_FundFavoriteButton.active .sw-Fund-overview_FundFavoriteIcon{
    display: none;
}

.sw-Fund-overview_FundFavoriteButton.active .sw-Fund-overview_FundFavoriteIcon_active{
    display: inline;
}
.sw-Fund-overview_FundFavoriteButton.active .sw-Fund-overview_FundFavoritetext{
    display: none;
}
.sw-Fund-overview_FundFavoriteButton.active .sw-Fund-overview_FundFavoritetext_active{
    display: inline;
}

@media print, screen and (min-width: 768px){

    .sw-Fund-overview{
        font-size: 100%;
        margin-bottom: 56px;
    }

    .sw-Fund-overview_HeaderWrap > div {
      left: 0;
    }
    
    .sw-Fund-overview_Header{
        height: 36px;
        width: 1020px;
    }

    .sw-Fund-overviewHandlingTag {
        border: 1px solid #0c419a;
        margin-left: 237px;
        width: 204px;
    }

    .sw-Fund-overview_Body{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: 1020px;
    }

    .sw-Fund-overview_ImageArea{
        width: 203px;
    }

    .sw-Fund-overview_TextArea{
        margin-left: 34px;
        width: 782px;
    }

    .sw-Fund-overview_ProfileInner {
        width: 100%;
        padding-bottom: 10px;
        font-size: inherit;
        line-height: inherit;
    }

    .sw-Fund-overview_ProfileInner:not(:only-child){
        margin-bottom: 70px;
    }

    h1.sw-Fund-overview_FundName{
        font-size: 3rem;
    }

    .sw-Fund-overview_FundNickname{
        /*margin-left: 20px;*/
    }

    .sw-Fund-overview_FundFavoriteButton,
    .sw-Fund-overview_FundMailButton{
        padding: 12px 40px;
        width: 345px;
    }

    .sw-Fund-overview_FundFavoritetext,
    .sw-Fund-overview_FundMailtext{
        display: inline;
    }

  .sw-Fund-overview_FundFavoriteButton.active .sw-Fund-overview_FundFavoritetext{
    display: none;
  }

  .sw-Fund-overview_FundFavoriteButton.active .sw-Fund-overview_FundFavoritetext_active{
    display: inline;
  }

}

/*:::::::::::::::.sw-FundTab:::::::::::::::*/
.sw-FundTab-Area{
    width: 100%;
}

.sw-FundTab{
    margin-bottom: 50px;
}

.sw-FundTab .sw-tab{
    margin-bottom: 40px;
}

.sw-FundTab .sw-tab{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding:0;
}

.sw-FundTab .sw-tab .sw-tab_Col{
    background-color: #fff;
    border-top: 2px solid #0c419a;
    border-bottom: 3px solid #0c419a;
    color: #0c419a;
    cursor: pointer;
    height: 80px;
    position: relative;
    padding: 18px 20px;
    font-weight: bold;
    outline: none;
    line-height: 1.4;
    list-style:none;
    margin-bottom:0px;
    transition: initial;
    text-align: center;
    width:50%;
}

.sw-FundTab .sw-tab .sw-tab_Col.active{
    pointer-events: none;
}

.sw-FundTab .sw-tab .sw-tab_Col:first-child{
    border-left: 2px solid #0c419a;
}

.sw-FundTab .sw-tab .sw-tab_Col:before{
    background: none;
    border-radius: unset;
    content: none;
    left: unset;
    top: unset;
}

.sw-FundTab .sw-tab .sw-tab_Col:not(.active):first-child:before{
    content: "";
    border-top: 40px solid transparent;
    border-right: 20px solid #0c419a;
    height: 40px;
    width: 20px;
    right: 0;
    bottom: -3px;
    position: absolute;
}

.sw-FundTab .sw-tab .sw-tab_Col:first-child:after{
    content: "";
    border-top: 40px solid #fff;
    border-left: 20px solid #0c419a;
    height: 40px;
    width: 20px;
    right: 0;
    top: -2px;
    position: absolute;
}

.sw-FundTab .sw-tab .sw-tab_Col:not(.active):first-child:after{
    border-left: 20px solid #fff;
}

.sw-FundTab .sw-tab .sw-tab_Col:not(.active):first-child > div:after {
    content: "";
    border-left: 2px solid #0c419a;
    height: 47px;
    right: 10px;
    top: -3px;
    position: absolute;
    z-index: 2;
    transform: rotate(-25deg);
}

.sw-FundTab .sw-tab .sw-tab_Col:last-child{
    border-right: 2px solid #0c419a;
}

.sw-FundTab .sw-tab .sw-tab_Col:not(.active):last-child:before{
    content: "";
    border-top: 40px solid transparent;
    border-left: 20px solid #0c419a;
    height: 40px;
    width: 20px;
    left: 0;
    bottom: -3px;
    position: absolute;
}

.sw-FundTab .sw-tab .sw-tab_Col:last-child:after{
    content: "";
    border-top: 40px solid #fff;
    border-right: 20px solid #0c419a;
    height: 40px;
    width: 20px;
    left: 0;
    top: -2px;
    position: absolute;
}

.sw-FundTab .sw-tab .sw-tab_Col:not(.active):last-child:after{
    border-right: 20px solid #fff;
}

.sw-FundTab .sw-tab .sw-tab_Col:not(.active):last-child > div:after{
    content: "";
    border-right: 2px solid #0c419a;
    height: 47px;
    left: 10px;
    top: -3px;
    position: absolute;
    z-index: 2;
    transform: rotate(25deg);
}

.sw-FundTab .sw-tab .sw-tab_Col.active{
    background-color: #0c419a;
    color: #fff;
}


.sw-FundTab .sw-tab .sw-tab_Col > div{
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}

.sw-FundTab .sw-tab .sw-tab_Col a{
    color: #0c419a;
    text-decoration: none;
}

.sw-FundTab .sw-tab .sw-tab_Col a:before{
    content: "";
    position: absolute;
    width: 100%;
    background: none;
    height: 100%;
    top: 0;
    left: 0;
}

@media print, screen and (min-width: 480px){

   .sw-FundTab .sw-tab .sw-tab_Col  > div br{
        display: none;
    }

}

 .sw-FundTab .sw-tab_panel .sw-tab_panel_box:first-child .sw-H2Block {
    margin-bottom: 70px;
    clear: both;
}

 .sw-FundTab .sw-tab_panel .sw-tab_panel_box{
    display: none;
}

 .sw-FundTab .sw-tab_panel .sw-tab_panel_box.active{
    display: block;
}


@media print, screen and (min-width: 768px){

    .sw-FundTab .sw-tab .sw-tab_Col{
        background-color: #fff;
        border-top: 2px solid #0c419a;
        border-bottom: 3px solid #0c419a;
        color: #0c419a;
        cursor: pointer;
        height: 60px;
        position: relative;
        padding: 18px 20px;
        font-weight: bold;
        outline: none;
        line-height: 1.4;
        list-style:none;
        margin-bottom:0px;
        transition: initial;
        text-align: center;
        width:50%;
    }

    .sw-FundTab .sw-tab .sw-tab_Col:not(.active):first-child:before{
        content: "";
        border-top: 20px solid transparent;
        border-right: 20px solid #0c419a;
        height: 20px;
        width: 20px;
        right: 0;
        bottom: -3px;
        position: absolute;
    }

    .sw-FundTab .sw-tab .sw-tab_Col:first-child:after{
        content: "";
        border-top: 40px solid #fff;
        border-left: 40px solid #0c419a;
        height: 40px;
        width: 40px;
        right: 0;
        top: -2px;
        position: absolute;
    }

    .sw-FundTab .sw-tab .sw-tab_Col:not(.active):first-child:after{
        border-left: 40px solid #fff;
    }

    .sw-FundTab .sw-tab .sw-tab_Col:not(.active):first-child > div:after{
        content: "";
        border-left: 2px solid #0c419a;
        height: 58px;
        right: 19px;
        top: -10px;
        position: absolute;
        z-index: 2;
        transform: rotate(-45deg);
    }

    .sw-FundTab .sw-tab .sw-tab_Col:not(.active):last-child:before{
        content: "";
        border-top: 20px solid transparent;
        border-left: 20px solid #0c419a;
        height: 20px;
        width: 20px;
        bottom: -3px;
        left: 0;
        position: absolute;
    }

    .sw-FundTab .sw-tab .sw-tab_Col:last-child:after{
        content: "";
        border-top: 40px solid #fff;
        border-right: 40px solid #0c419a;
        height: 40px;
        width: 40px;
        left: 0;
        top: -2px;
        position: absolute;
    }

    .sw-FundTab .sw-tab .sw-tab_Col:not(.active):last-child:after{
        border-right: 40px solid #fff;
    }

    .sw-FundTab .sw-tab .sw-tab_Col:not(.active):last-child > div:after{
        content: "";
        border-right: 2px solid #0c419a;
        height: 58px;
        left: 19px;
        top: -10px;
        position: absolute;
        z-index: 2;
        transform: rotate(45deg);
    }

      .sw-FundTab .sw-tab_panel .sw-tab_panel_box:first-child .sw-H2Block {
        margin-bottom: 70px;
     }

}

/*:::::::::::::::.sw-FundTab-reverse:::::::::::::::*/
.sw-FundTab-reverse{
    margin-bottom: 0;
}

.sw-FundTab-reverse .sw-tab{
    margin-bottom: 40px;
}

.sw-FundTab-reverse .sw-tab{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding:0;
    }

.sw-FundTab-reverse .sw-tab .sw-tab_Col{
    background-color: #fff;
    border-top: 3px solid #0c419a;
    border-bottom: 2px solid #0c419a;
    color: #0c419a;
    cursor: pointer;
    height: 80px;
    position: relative;
    padding: 18px 20px;
    font-weight: bold;
    outline: none;
    line-height: 1.4;
    list-style:none;
    margin-bottom:0px;
    transition: initial;
    text-align: center;
    width:50%;
}

.sw-FundTab-reverse .sw-tab .sw-tab_Col.active{
    pointer-events: none;
}

.sw-FundTab-reverse .sw-tab .sw-tab_Col:first-child{
    border-left: 2px solid #0c419a;
}

.sw-FundTab-reverse .sw-tab .sw-tab_Col:before{
    background: none;
    border-radius: unset;
    content: none;
    left: unset;
    top: unset;
}

.sw-FundTab-reverse .sw-tab .sw-tab_Col:not(.active):first-child:before{
    content: "";
    border-bottom: 40px solid transparent;
    border-right: 20px solid #0c419a;
    height: 40px;
    width: 20px;
    right: 0;
    top: -3px;
    position: absolute;
}

.sw-FundTab-reverse .sw-tab .sw-tab_Col:first-child:after{
    content: "";
    border-bottom: 40px solid #fff;
    border-left: 20px solid #0c419a;
    height: 40px;
    width: 20px;
    right: 0;
    bottom: -2px;
    position: absolute;
}

.sw-FundTab-reverse .sw-tab .sw-tab_Col:not(.active):first-child:after{
    border-left: 20px solid #fff;
}

.sw-FundTab-reverse .sw-tab .sw-tab_Col:not(.active):first-child > div:after {
    content: "";
    border-left: 2px solid #0c419a;
    height: 47px;
    right: 10px;
    bottom: -3px;
    position: absolute;
    z-index: 2;
    transform: rotate(25deg);
}

.sw-FundTab-reverse .sw-tab .sw-tab_Col:last-child{
    border-right: 2px solid #0c419a;
}

.sw-FundTab-reverse .sw-tab .sw-tab_Col:not(.active):last-child:before{
    content: "";
    border-bottom: 40px solid transparent;
    border-left: 20px solid #0c419a;
    height: 40px;
    width: 20px;
    left: 0;
    top: -3px;
    position: absolute;
}

.sw-FundTab-reverse .sw-tab .sw-tab_Col:last-child:after{
    content: "";
    border-bottom: 40px solid #fff;
    border-right: 20px solid #0c419a;
    height: 40px;
    width: 20px;
    left: 0;
    bottom: -2px;
    position: absolute;
}

.sw-FundTab-reverse .sw-tab .sw-tab_Col:not(.active):last-child:after{
    border-right: 20px solid #fff;
}

.sw-FundTab-reverse .sw-tab .sw-tab_Col:not(.active):last-child > div:after{
    content: "";
    border-right: 2px solid #0c419a;
    height: 47px;
    left: 10px;
    bottom: -3px;
    position: absolute;
    z-index: 2;
    transform: rotate(-25deg);
}

.sw-FundTab-reverse .sw-tab .sw-tab_Col.active{
    background-color: #0c419a;
    color: #fff;
}

.sw-FundTab-reverse .sw-tab .sw-tab_Col > div{
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}

.sw-FundTab-reverse .sw-tab .sw-tab_Col a{
    color: #0c419a;
    text-decoration: none;
}

.sw-FundTab-reverse .sw-tab .sw-tab_Col a:before{
    content: "";
    position: absolute;
    width: 100%;
    background: none;
    height: 100%;
    top: 0;
    left: 0;
}

@media print, screen and (min-width: 480px){
   .sw-FundTab-reverse .sw-tab .sw-tab_Col  > div br{
        display: none;
    }
}

@media print, screen and (min-width: 768px){

    .sw-FundTab-reverse .sw-tab .sw-tab_Col{
        background-color: #fff;
        border-top: 3px solid #0c419a;
        border-bottom: 2px solid #0c419a;
        color: #0c419a;
        cursor: pointer;
        height: 60px;
        position: relative;
        padding: 18px 20px;
        font-weight: bold;
        outline: none;
        line-height: 1.4;
        list-style:none;
        margin-bottom:0px;
        transition: initial;
        text-align: center;
        width:50%;
    }

    .sw-FundTab-reverse .sw-tab .sw-tab_Col:not(.active):first-child:before{
        content: "";
        border-bottom: 20px solid transparent;
        border-right: 20px solid #0c419a;
        height: 20px;
        width: 20px;
        rotateight: 0;
        top: -3px;
        position: absolute;
    }

    .sw-FundTab-reverse .sw-tab .sw-tab_Col:first-child:after{
        content: "";
        border-bottom: 40px solid #fff;
        border-left: 40px solid #0c419a;
        height: 40px;
        width: 40px;
        right: 0;
        bottom: -2px;
        position: absolute;
    }

    .sw-FundTab-reverse .sw-tab .sw-tab_Col:not(.active):first-child:after{
        border-left: 40px solid #fff;
    }

    .sw-FundTab-reverse .sw-tab .sw-tab_Col:not(.active):first-child > div:after{
        content: "";
        border-left: 2px solid #0c419a;
        height: 58px;
        right: 19px;
        bottom: -10px;
        position: absolute;
        z-index: 2;
        transform: rotate(45deg);
    }

    .sw-FundTab-reverse .sw-tab .sw-tab_Col:not(.active):last-child:before{
        content: "";
        border-bottom: 20px solid transparent;
        border-left: 20px solid #0c419a;
        height: 20px;
        width: 20px;
        top: -3px;
        left: 0;
        position: absolute;
    }

    .sw-FundTab-reverse .sw-tab .sw-tab_Col:last-child:after{
        content: "";
        border-bottom: 40px solid #fff;
        border-right: 40px solid #0c419a;
        height: 40px;
        width: 40px;
        left: 0;
        bottom: -2px;
        position: absolute;
    }

    .sw-FundTab-reverse .sw-tab .sw-tab_Col:not(.active):last-child:after{
        border-right: 40px solid #fff;
    }

    .sw-FundTab-reverse .sw-tab .sw-tab_Col:not(.active):last-child > div:after{
        content: "";
        border-right: 2px solid #0c419a;
        height: 58px;
        left: 19px;
        bottom: -10px;
        position: absolute;
        z-index: 2;
        transform: rotate(-45deg);
    }

}

/*:::::::::::::::.sw-LinkHighlight:::::::::::::::*/
.sw-LinkHighlight {
    margin-bottom: 40px;
}

.sw-LinkHighlight > div{
    background:   #FEF6D6;
    padding: 40px 15px;
    position: relative;
}

.sw-LinkHighlight > div:after {
    border-right: solid 2px #DE5500;
    border-top: solid 2px #DE5500;
    content: "";
    height: 19px;
    position: absolute;
    right: 35px;
    bottom: 30px;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    width: 20px;
}

.sw-LinkHighlight_Title{
    margin-bottom: 24px;
    color: #F6D3AF;
}

.sw-LinkHighlight_Title p{
    color: #DE5500;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.4;
}

.sw-LinkHighlight_Title a{
    color: #DE5500;
    text-decoration: none;
    transition: opacity .4s;
}

.sw-LinkHighlight_Title a:hover{
    opacity: .7;
}

.sw-LinkHighlight_Title a:before {
    content: "";
    position: absolute;
    width: 100%;
    background: none;
    height: 100%;
    top: 0;
    left: 0;
}

.sw-LinkHighlight_Title a[href$=".pdf"]:after{
    height: 23px;
}

.sw-LinkHighlight_Text{
    width: 82%;
    margin-bottom: 0;
}

.sw-LinkHighlight_Text p{
    font-weight: 400;
    line-height: 1.4;
}

@media print, screen and (min-width: 768px){

    .sw-LinkHighlight{
        margin-bottom: 48px;
    }

    .pbNested.sw-LinkHighlight{
        margin-bottom: 48px;
    }

    .sw-LinkHighlight > div{
        padding: 48px 68px;
    }

    .sw-LinkHighlight > div:after {
        bottom: auto;
        top: 50%;
    }
    .sw-LinkHighlight_Text{
        width: 100%;
    }
    .sw-LinkHighlight > div:after {
        right: 65px;
        bottom: 20px;
    }
}

/*:::::::::::::::.sw-FundInnerTab:::::::::::::::*/
.sw-FundInnerTab{
    margin-bottom: 50px;
}

.sw-FundInnerTab .innertab{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
    }

.sw-FundInnerTab .innertab .innertab_Col{
    background-color: transparent;
    border: 1px solid #0c419a;
    border-bottom: 3px solid #0c419a;
    color: #666;
    cursor: pointer;
    position: relative;
    padding: 10px 5px 10px;
    font-weight: bold;
    outline: none;
    line-height: 1.4;
    list-style: none;
    margin: 0 auto;
    text-align: center;
    width: calc(50% - 10px);
    height: 45px;
}

.sw-FundInnerTab .innertab .innertab_Col.active{
    color: #0c419a;
    border: 3px solid #0c419a;
    border-bottom: none;
    pointer-events: none;
}

.sw-FundInnerTab .innertab .innertab_Col:before{
    background: #fff;
    border-bottom: 3px solid #0c419a;
    content: "";
    height: calc(100% + 3px);
    position: absolute;
    top: -1px;
    left: -6px;
    width: 5px;
    height: 45px;
}

.sw-FundInnerTab .innertab .innertab_Col.active:before{
    height: calc(100% + 3px);
    top: -3px;
    left: -8px;
}

.sw-FundInnerTab .innertab .innertab_Col:after{
    background: #fff;
    border-bottom: 3px solid #0c419a;
    content: "";
    height: calc(100% + 3px);
    position: absolute;
    top: -1px;
    right: -6px;
    width: 5px;
    height: 45px;
}

.sw-FundInnerTab .innertab .innertab_Col.active:after{
    height: calc(100% + 3px);
    top: -3px;
    right: -8px;
}

.sw-FundInnerTab .panel .box + .box{
    display: none;
}

@media print, screen and (min-width: 768px){

  .sw-FundInnerTab .innertab .innertab_Col{
        padding: 10px 20px 10px;
        width: calc(50% - 40px);
    }

    .sw-FundInnerTab .innertab .innertab_Col:before{
        left: -21px;
        width: 20px;
    }

    .sw-FundInnerTab .innertab .innertab_Col.active:before{
        left: -23px;

    }

    .sw-FundInnerTab .innertab .innertab_Col:after{
        right: -21px;
        width: 20px;
    }

    .sw-FundInnerTab .innertab .innertab_Col.active:after{
        right: -23px;
    }

}

/*:::::::::::::::.sw-FundMovieCarousel:::::::::::::::*/

.sw-FundMovieCarousel {
    width: calc(100% - 10px);
    margin: 0 auto;
}

.pbNested.sw-FundMovieCarousel{
    margin-bottom: 50px;
}

.sw-FundMovieCarousel .list {
    opacity: 0;
    transition: all .3s;
}

.sw-FundMovieCarousel .list.slick-initialized {
    opacity: 1;
}

.sw-FundMovieCarousel .slick-slider {
    padding: 0 40px;
}

.sw-FundMovieCarousel .slick-dotted.slick-slider {
    margin-bottom: 0;
    padding: 0 40px 20px;
}

.sw-FundMovieCarousel .slick-arrow {
    left: -5px;
    z-index: 1;
    width: 30px;
    height: 30px;
    transition: all .3s;
}

.sw-FundMovieCarousel .slick-next {
    left: auto;
    right: -5px;
}

.sw-FundMovieCarousel .slick-arrow:focus {
    opacity: 0.7;
}

.sw-FundMovieCarousel .slick-arrow:hover {
    opacity: 0.7;
}

.sw-FundMovieCarousel .slick-arrow:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 13px;
    width: 32px;
    height: 32px;
    border-left: 4px solid #0c419a;
    border-bottom: 4px solid #0c419a;
    opacity: 1;
    transform: rotate(45deg);
}

.sw-FundMovieCarousel .slick-next:before {
    left: auto;
    right: 13px;
    border: none;
    border-top: 4px solid #0c419a;
    border-right: 4px solid #0c419a;
}

.sw-FundMovieCarousel .slick-slide {
    padding: 0 5px;
}

.sw-FundMovieCarousel .item a{
    background-color: inherit;
    color: #333;
    font-weight: bold;
    text-decoration: none;
    transition: none;
}

.sw-FundMovieCarousel .item a.pbOpenNewWindow:after,
.sw-FundMovieCarousel .item a[target="_blank"]:after,
.sw-FundMovieCarousel .item a[href$=".pdf"]:after{
    display:none;
}

.sw-FundMovieCarousel .item .image{
    position: relative;
}

.sw-FundMovieCarousel .item .image:before,
.sw-FundMovieCarousel .item .image:after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    pointer-events: none;
}

.sw-FundMovieCarousel .item .image:before{
    width: 55px;
    height: 55px;
    background: #0c419a;
    border-radius: 50%;
    opacity: .7;
}

.sw-FundMovieCarousel .item .image:after{
    right: -17px;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-left: 25px solid #fff;
}

.sw-FundMovieCarousel .item .image img{
    width: 100%;
}

.sw-FundMovieCarousel .item .textarea .title,
.sw-FundMovieCarousel .item .textarea .text{
    display: block;
}

@media print, screen and (min-width: 768px){

    .sw-FundMovieCarousel {
        width: 100%;
    }

    .sw-FundMovieCarousel .slick-slider {
        padding: 0;
    }

    .sw-FundMovieCarousel .slick-dotted.slick-slider {
        padding: 0 0 30px;
    }

    .sw-FundMovieCarousel .slick-arrow {
        left: -50px;
        margin-top: -10px;
        width: 50px;
        height: 50px;
    }

    .sw-FundMovieCarousel .slick-next {
        left: auto;
        right: -50px;
    }

    .sw-FundMovieCarousel .slick-arrow:before {
        left: 22px;
        width: 16px;
        height: 16px;
        border-left: 2px solid #0c419a;
        border-bottom: 2px solid #0c419a;
    }

    .sw-FundMovieCarousel .slick-next:before {
        left: auto;
        right: 22px;
        border: none;
        border-top: 2px solid#0c419a;
        border-right: 2px solid #0c419a;
    }
    .sw-FundMovieCarousel .slick-track {
        margin-left: 0;
    }

}

/*:::::::::::::::.sw-FundComparisonFloatbox:::::::::::::::*/

.sw-FundComparisonFloatbox{
    margin-bottom: 40px;
}

.sw-FundComparisonFloatbox .box{
    width: 100%;
}

.sw-FundComparisonFloatbox .box:not(:last-child){
    margin-bottom: 40px;
}

@media print, screen and (min-width: 768px){

    .sw-FundComparisonFloatbox .box{
        width: calc((100% - 40px) / 2);
        }

    .sw-FundComparisonFloatbox .box:not(:last-child){
        margin-bottom: 0;
    }

    .sw-FundComparisonFloatbox .box-first{
        float:left;
        padding-bottom: 40px;
    }

    .sw-FundComparisonFloatbox .box-second{
        float:right;
    }

    .sw-FundComparisonFloatbox .box-third{
        clear:left;
    }

}

table.sw-FundComparisonTable{
    margin-bottom: 12px;
}

.sw-Box2clum .box table.sw-FundComparisonTable{
    margin-bottom: 40px;
}

.pb-of-visible table.sw-FundComparisonTable + div{
    margin-top: 12px;
}

table.sw-FundComparisonTable{
    border-collapse: collapse;
    width: 100%;
    font-size: 1.6rem;
}

table.sw-FundComparisonTable p{
    font-size: inherit;
}

table.sw-FundComparisonTable thead{
    background-color: #979DB1;
    color: #fff;
    display: table-header-group;
}

table.sw-FundComparisonTable thead th{
    background-color: inherit;
    border: 1px solid #d9deea;
    color: inherit;
    padding: 10px;
    position: relative;
    width:50%;
}

table.sw-FundComparisonTable tr{
    display: table-row;
    padding: 0;
}

table.sw-FundComparisonTable th{
    border: 1px solid #d9deea;
    display: table-cell;
    line-height: 1.4;
    padding: 10px;
    text-align: center;
    background-color: #f4f6f8;
    color: #333;
    font-size: 1.6rem;
    word-break: keep-all;
    width: 50%;
}

table.sw-FundComparisonTable th[rowspan]{
    background-color: #979db1;
    color: #fff;
    font-size: 16px;
}

table.sw-FundComparisonTable th[rowspan] + th[rowspan]{
    background-color: #f4f6f8;
    color: #333;
    font-size: 1.6rem;
}

table.sw-FundComparisonTable td{
    border: 1px solid #d9deea;
    display: table-cell;
    line-height: 1.4;
    padding: 10px;
    text-align: right;
    width: 50%;
}

@media print, screen and (min-width: 768px){

    table.sw-FundComparisonTable thead{
        display: table-header-group;
    }

    table.sw-FundComparisonTable tr{
        display: table-row;
        margin-top: 20px;
    }

    table.sw-FundComparisonTable th{
        display: table-cell;
    }

    table.sw-FundComparisonTable td{
        display: table-cell;
    }

}

table.sw-FundComparisonTable_center td{
    padding: 10px 20px;
}

@media print, screen and (min-width: 768px){

  table.sw-FundComparisonTable_center td{
      padding: 10px 50px;
  }

}

table.sw-FundComparisonTable_down thead{
    display:none;
}

table.sw-FundComparisonTable_down td{
    text-align:center;
}

table.sw-FundComparisonTable_down tbody th{
    display: block;
    width: 100%;
}


table.sw-FundComparisonTable_down tbody td{
    display: block;
    width: 100%;
}

@media print, screen and (min-width: 768px){

    table.sw-FundComparisonTable_down thead{
    display:table-header-group;
    background-color:  #f4f6f8;
    color: #333;
    }

    table.sw-FundComparisonTable_down thead th{
    width: calc(100% / 3);
    }

    table.sw-FundComparisonTable_down tbody th{
    display:none;
    }

    table.sw-FundComparisonTable_down tbody td{
    display: table-cell;
    width: calc(100% / 3);
    }

}

.sw-FundTable_ComparisonMinus{
 color: #0c419a;
 position: relative;
 padding-left:10px;
 font-weight: bold;
}
 
.sw-FundTable_ComparisonMinus:before {
    content: "↓";   
    position: absolute;
    left:0;
    top:0;
    font-size: 14px;
    line-height: 1;
}

.sw-FundTable_ComparisonPlus{
 color: #e94820;
 position: relative;
 padding-left:10px;
 font-weight: bold;
}
 
.sw-FundTable_ComparisonPlus:before {
    content: "↑";   
    position: absolute;
    left:0;
    top:0;
    font-size: 14px;
    line-height: 1;
}

.sw-FundComparisonTableTitle{
    margin-bottom: 20px;
    border-bottom: 1px solid #d9deea;
}

.sw-FundComparisonTableTitle p{
    font-weight: bold;
}

.sw-FundComparisonLink{
    margin-bottom: 16px;
}

.sw-FundComparisonLink ul{
    list-style: none;
    padding-left: 0;
}

.sw-FundComparisonLink ul li{
    background: #E1F1FF;
    font-weight: bold;
    padding: 16px;
    list-style:none; 
    position: relative;
}

.sw-FundComparisonLink ul li:not(:last-child){
    margin-bottom: 16px;
}

.sw-FundComparisonLink ul li:before{
      content: none;
      display: none;
}

.sw-FundComparisonLink li:after{
    border: 4px solid transparent;
    border-left: 6px solid #0c419a;
    content: "";
    display: inline-block;
    transform: translateY(-50%);
    top: 50%;
    right:16px;
    position: absolute;
}

.sw-FundComparisonLink a{
    background-color: transparent;
    color: #0c419a;
    font-size: 1.4rem;
    transition: none;
    width:100%;
    text-decoration: none;
    transition: opacity .4s;
    position: static;
}

.sw-FundComparisonLink a:hover{
    text-decoration: none;
    opacity: .7;
}

.sw-FundComparisonLink a:before{
    content: "";
    position: absolute;
    width: 100%;
    background: none;
    height: 100%;
    top: 0;
    left: 0;
}

.sw-FundComparisonLink a[href$=".pdf"]:after{
    transform: translateY(-50%);
    top: 50%;
    right: 26px;
    position: absolute;
}

.sw-FundComparisonLink img{
    margin-right: 10px;
    width: 32px;
}

@media print, screen and (min-width: 768px){
     
     .sw-FundComparisonLink a{
        font-size: 1.6rem;
    }

}

.sw-FundComparisonFloatbox .box .sw-Link_Arrow ul{
    padding-left: 16px;
}

.sw-Modal-content.sw-FundComparisonTableTitle > div:not(.pb-handle) * {
    font-size: 1.6rem;
}

.sw-FundComparisonFloatbox .box .sw-List{
    margin-bottom: 12px;
}

.sw-FundComparisonAnchor{
    margin-bottom: 0;
}

.sw-FundComparisonAnchor{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sw-FundComparisonAnchor .Anchor_Col{
    background: #FEF6D6;
    padding: 20px;
    width: 100%;
    min-height: 48px;
}

.sw-FundComparisonAnchor .Anchor_Col p{
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.4;}

.sw-FundComparisonAnchor .Anchor_Col a{
    border-bottom: solid 1px #d9deea;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #0c419a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: bold;
    font-size: 1.6rem;
    text-decoration: none;
    padding-right: 10px;
    position: relative;
}

.sw-FundComparisonAnchor .Anchor_Col a:hover {
    color: #005bab;
}

@media print, screen and (min-width: 768px){

    .sw-FundComparisonAnchor .Anchor_Col{
        width: 300px;
}

}

.sw-FundComparisonAnchor .Anchor_Col a:after,
.sw-FundComparisonAnchor .Anchor_Col a.pbOpenNewWindow:after,
.sw-FundComparisonAnchor .Anchor_Col a[target="_blank"]:after,
.sw-FundComparisonAnchor .Anchor_Col a[href$=".pdf"]:after{
    background-position: unset;
    background-repeat: unset;
    background-size: unset;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #005bab;
    content: "";
    height: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    vertical-align: unset;
    width: 0;
}

.sw-FundComparisonInternalLink > div:not(.pb-handle) {
    justify-content: flex-end;
}

.sw-FundComparisonInternalLink .sw-InternalLink_Button{
   -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       user-select: none;
}

@media print, screen and (min-width: 768px){

    .sw-FundComparisonInternalLink .sw-InternalLink_Col {
        width: 316px;
    }

}

.sw-FundComparisonFloatbox .box .sw-Text:last-child{
  margin-bottom:0;
}

/*:::::::::::::::.sw-Box2clum:::::::::::::::*/
.sw-FundTab .sw-Box2clum .box + .box{
    display: block;
}


@media print, screen and (min-width: 768px){
    .sw-Box2clum .box .innerbox-H400{
        height:400px;
    }
}

/*:::::::::::::::.ct-ReadMore-both-Internalbutton:::::::::::::::*/
.ct-ReadMore-both-Internalbutton .ct-ReadMore_Trigger{
    border-top: none;
    margin-top: 0;
}

.ct-ReadMore_Trigger > div:not(.pb-handle) {
     color: #0c419a;
     padding:0;
}

.ct-ReadMore-both-Internalbutton .ct-ReadMore_Trigger p{
    align-items: center;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #0c419a;
    color: #0c419a;
    cursor: pointer;
    display: flex;
    font-weight: bold;
    height: 68px;
    justify-content: center;
    line-height: 1.4;
    padding: 12px 48px;
    text-decoration: none;
    transition: opacity .4s;
    width: 100%;
    -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       user-select: none;
}

.ct-ReadMore-both-Internalbutton .ct-ReadMore_Trigger p:after{
    border-right: solid 1px #0c419a;
    border-bottom: solid 1px #0c419a;
    border-top: none;
    content: "";
    position: absolute;
    right: 19px;
    top: 45%;
    margin-left: 0;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}


.ct-ReadMore-both-Internalbutton .ct-ReadMore_Body{
    display:none;
}

.pbPage.pb-of-visible .ct-ReadMore-both-Internalbutton .ct-ReadMore_Body{
    display:none;
}

.ct-ReadMore-both-Internalbutton .ct-ReadMore_Body .sw-News{
    margin-top: -64px;
}

@media print, screen and (min-width: 768px){

.ct-ReadMore-both-Internalbutton .ct-ReadMore_Trigger p{
        width: 316px;
        margin: 0 0 0 auto;
    }

    .ct-ReadMore-both-Internalbutton .ct-ReadMore_Body{
        display:none;
    }

    .pbPage.pb-of-visible .ct-ReadMore-both-Internalbutton .ct-ReadMore_Body{
        display:none;
    }

}


/*:::::::::::::::.highcharts:::::::::::::::*/

.highcharts-range-selector-group,
.highcharts-range-selector-group *{
    display:none;
    height:0;
}

.highcharts-legend,
.highcharts-legend *{
    display:none;
    height:0;
}

/*:::::::::::::::.sw-FundChartRadio-Accordion:::::::::::::::*/

.sw-FundChartRadio-Accordion{
    background: #f4f6f8;
    margin-bottom: 20px;
    padding: 20px;
}

.sw-FundChartRadio-Accordion .sw-FundChartAccordion_Title {
    border-bottom: none;
    border-top: none;
}

.sw-FundChartRadio-Accordion .sw-FundChartAccordion_Title p{
    font-weight: bold;
    line-height: 2;
    margin: 0;
    word-break: keep-all;
}

.sw-FundChartRadio-Accordion .sw-FundChartAccordion_Title > div {
    padding: 8px 30px 8px 0;
    cursor: pointer;
    position: relative;
}

.sw-FundChartRadio-Accordion .sw-FundChartAccordion_Title > div:before {
    background-color: #000;
    content: "";
    height: 2px;
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    transition: all 250ms ease-in-out 0s;
    width: 14px;
}

.sw-FundChartRadio-Accordion .sw-FundChartAccordion_Title > div:before {
    background-color: #000;
    content: "";
    height: 2px;
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    transition: all 250ms ease-in-out 0s;
    width: 14px;
}

.sw-FundChartRadio-Accordion .sw-FundChartAccordion_Title.active > div:before {
    transform: translateY(-50%) rotate(0);
}


.sw-FundChartRadio-Accordion .sw-FundChartAccordion_Title > div:after {
    background-color: #000;
    content: "";
    height: 2px;
    position: absolute;
    right: 3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 14px;
}

.sw-FundChartRadio-Accordion .sw-FundChartAccordion_Body {
    border-bottom: none;
    margin-top: 20px;
    display: none;
}

.sw-FundChartRadio-Accordion .sw-FundChartAccordion_Body > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
}


.sw-FundChartRadio_Item{
    margin-right: 10px;
    width: calc((100% - 30px) /3);
}

.sw-FundChartRadio_Item:last-child{
    margin-right: 0;
}

.sw-FundChartRadio_Button{
  display: none;
}

.sw-FundChartRadio_Label{
  padding-left: 20px;
  position:relative;
}

.sw-FundChartRadio_Button:disabled + .sw-FundChartRadio_Label{
  color: #999;
}

.sw-FundChartRadio_Button + .sw-FundChartRadio_Label:before{
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  border-radius: 50%;
}

.sw-FundChartRadio_Button:checked + .sw-FundChartRadio_Label:after{
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 5px;
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 50%;
}

@media print, screen and (min-width: 768px){

    .sw-FundChartRadio-Accordion{
        background: #f4f6f8;
        margin-bottom: 0;
        padding: 10px 20px;
    }

    .sw-FundChartRadio-Accordion > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /*-ms-flex-wrap: wrap;
        flex-wrap: wrap;*/
    }

    .sw-FundChartRadio-Accordion .sw-FundChartAccordion_Title{
        margin-right: 80px;
        min-width: 50px;
    }

    .sw-FundChartRadio-Accordion .sw-FundChartAccordion_Title > div {
        padding: 0;
        cursor: auto;
    }

    .sw-FundChartRadio-Accordion .sw-FundChartAccordion_Title > div:before {
        content: none;
    }

    .sw-FundChartRadio-Accordion .sw-FundChartAccordion_Title > div:after {
        content: none;
    }

    .sw-FundChartRadio-Accordion .sw-FundChartAccordion_Body {
        margin-top: 0;
        min-width: 0;
        display: block !important;
    }

    .sw-FundChartRadio_Item{
        margin-right: 30px;
        width: auto;
    }

    .sw-FundChartRadio_Item:last-child{
        margin-right: 0;
    }

}

/*:::::::::::::::.sw-FundChartCheckbox-Accordion:::::::::::::::*/

.sw-FundChartCheckbox-Accordion{
    border: solid 1px #d9deea;
    margin-bottom: 0;
    padding: 20px;
}

.sw-FundChartCheckbox-Accordion .sw-FundChartAccordion_Title {
    border-bottom: none;
    border-top: none;
}

.sw-FundChartCheckbox-Accordion .sw-FundChartAccordion_Title p{
    font-weight: bold;
    line-height: 2;
    margin: 0;
    word-break: keep-all;
}

.sw-FundChartCheckbox-Accordion .sw-FundChartAccordion_Title > div {
    padding: 8px 30px 8px 0;
    cursor: pointer;
    position: relative;
}

.sw-FundChartCheckbox-Accordion .sw-FundChartAccordion_Title > div:before {
    background-color: #000;
    content: "";
    height: 2px;
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    transition: all 250ms ease-in-out 0s;
    width: 14px;
}

.sw-FundChartCheckbox-Accordion .sw-FundChartAccordion_Title > div:before {
    background-color: #000;
    content: "";
    height: 2px;
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    transition: all 250ms ease-in-out 0s;
    width: 14px;
}

.sw-FundChartCheckbox-Accordion .sw-FundChartAccordion_Title.active > div:before {
    transform: translateY(-50%) rotate(0);
}


.sw-FundChartCheckbox-Accordion .sw-FundChartAccordion_Title > div:after {
    background-color: #000;
    content: "";
    height: 2px;
    position: absolute;
    right: 3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 14px;
}

.sw-FundChartCheckbox-Accordion .sw-FundChartAccordion_Body {
    border-bottom: none;
    margin-top: 20px;
    display: none;
}

.sw-FundChartCheckbox-Accordion .sw-FundChartAccordion_Body > div {
    width: 100%;
    padding: 0;
}

.sw-FundChartCheckbox_Title{
    margin-right: 80px;
    font-weight: bold;
}

.sw-FundChartCheckbox_Item{
    width: 100%;
    margin-bottom: 20px;
}

.sw-FundChartCheckbox_Item:last-child{
    margin-bottom: 0;
}

.sw-FundChartCheckbox_Button{
  display: none;
}

.sw-FundChartCheckbox_Label{
  font-weight: bold;
  padding-left: 20px;
  position:relative;
}

.sw-FundChartCheckbox_Label:before{
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
}

.sw-FundChartCheckbox_Button:checked + .sw-FundChartCheckbox_Label::after{
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 5px;
    width: 6px;
    height: 12px;
    transform: rotate(40deg);
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
}

.sw-FundChartCheckbox_Label img{
    width: auto;
    margin-right: 5px;
    margin-top: 4px;
    vertical-align: text-top;
}



@media print, screen and (min-width: 768px){

    .sw-FundChartCheckbox-Accordion{
        border: none;
        margin-bottom: 0;
        padding: 10px 20px;
    }

    .sw-FundChartCheckbox-Accordion > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /*-ms-flex-wrap: wrap;
        flex-wrap: wrap;*/
    }

    .sw-FundChartCheckbox-Accordion .sw-FundChartAccordion_Title{
        margin-right: 80px;
        min-width: 50px;
    }

    .sw-FundChartCheckbox-Accordion .sw-FundChartAccordion_Title > div {
        padding: 0;
        cursor: auto;
    }

    .sw-FundChartCheckbox-Accordion .sw-FundChartAccordion_Title > div:before {
        content: none;
    }

    .sw-FundChartCheckbox-Accordion .sw-FundChartAccordion_Title > div:after {
        content: none;
    }

    .sw-FundChartCheckbox-Accordion .sw-FundChartAccordion_Body {
        margin-top: 0;
        min-width: 0;
        display: block !important;
    }

    .sw-FundChartCheckbox-Accordion .sw-FundChartAccordion_Body > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        padding: 0;
    }

    .sw-FundChartCheckbox_Item{
        margin-right: 30px;
        margin-bottom: 0;
        width: auto;
    }

    .sw-FundChartCheckbox_Item:lang(en){
        margin-right: 20px;
    }

    .sw-FundChartCheckbox_Item:last-child{
        margin-right: 0;
    }

}

/*:::::::::::::::.sw-FundChartPrices:::::::::::::::*/

.sw-FundChartPrices{
    background: #f4f6f8;
    padding: 10px;
    margin-top: 24px;
    margin-bottom: 40px;
    width: 100%
}

.sw-FundChartPrices > div:not(.pb-handle){
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 20px;
    width: 100%;
}

.sw-FundChartPrices > div:not(.pb-handle):first-child{
    margin-right: 20px;
}

.sw-FundChartPrices_title{
    font-weight: bold;
    margin-right: 25px;
    width: calc((100% - 25px) / 2);
}

.sw-FundChartPrices_prices{
    width: calc((100% - 25px) / 2);
}

.sw-FundChartPrices_highestPrice,
.sw-FundChartPrices_cheapestPrice,
.sw-FundChartPrices_highestPrice_date,
.sw-FundChartPrices_cheapestPrice_date{
    display:block;
}

@media print, screen and (min-width: 768px){

    .sw-FundChartPrices{
        background: #f4f6f8;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding: 10px 20px;
    }

    .sw-FundChartPrices > div:not(.pb-handle){
        margin-bottom: 0;
        width: calc((100% - 20px) / 2);
    }

    .sw-FundChartPrices_title{
        margin-right: 50px;
        width: auto;
    }

    .sw-FundChartPrices_prices{
        width: auto;
    }


    .sw-FundChartPrices_highestPrice,
  .sw-FundChartPrices_cheapestPrice,
    .sw-FundChartPrices_highestPrice_date,
  .sw-FundChartPrices_cheapestPrice_date{
        display:inline-block;
    }

}

/*:::::::::::::::.sw-InternalLink:::::::::::::::*/

.sw-InternalLink .sw-InternalLinkDownload_Button a {
    align-items: center;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #0c419a;
    color: #0c419a;
    cursor: pointer;
    display: flex;
    font-weight: bold;
    height: 68px;
    justify-content: center;
    line-height: 1.4;
    padding: 12px 48px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: opacity .4s;
　  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       user-select: none;
}

.sw-InternalLink .sw-InternalLinkDownload_Button a:hover{
    opacity: .7;
}

.sw-InternalLink .sw-InternalLinkDownload_Button a:after {
    background-image: url(/library/common/images/fund/icon_download.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    content: "";
    display: inline-block;
    height: 18px;
    margin: 0 7px;
    position: relative;
    vertical-align: text-bottom;
    width: 18px;
}


/*:::::::::::::::.sw-FundAlert:::::::::::::::*/

.sw-FundAlert {
    margin-bottom: 40px;
}

.sw-FundAlert > div:not(.pb-handle) {
    padding: 24px 30px;
}

.sw-FundAlert .sw-Text-error{
    margin-bottom:0;
}

@media print, screen and (min-width: 768px){
    .sw-FundAlert > div:not(.pb-handle) {
        padding: 24px 68px;
    }
}

/*::::::::::::::: Fund Mail :::::::::::::::*/

        .sw-Fund-overview_FundFavoriteButton {position: relative;}
        .sw-Fund-overview_FundMailButton {position: relative;}
        .sw-Fund-overview_FundPcButton {display: none;}
        .sw-Fund-overview_FundSpButton {display: flex; justify-content: flex-end; margin-top: 20px;}
        @media print, screen and (min-width: 768px){
            .sw-Fund-overview_FundFavoriteButton + .sw-Fund-overview_FundMailButton {margin-left: 20px;}
            .sw-Fund-overview_FundPcButton {display: flex; position: absolute; right: 0; bottom: 0;}
            .sw-Fund-overview_FundSpButton {display: none;}
        }
        @media print, screen and (max-width: 767px){
            .sw-Fund-overview {margin-bottom: 20px;}
            .sw-Fund-overview_FundFavoritetext{display: inline;}
            .sw-Fund-overview_FundMailtext{display: inline;}
            .sw-Fund-overview_FundFavoriteButton {width: calc( 49% ); padding: 0 0 0 8px;}
            .sw-Fund-overview_FundMailButton {width: calc( 49% ); padding: 0 0 0 8px;}
            .sw-Fund-overview_FundFavoriteButton + .sw-Fund-overview_FundMailButton {margin-left: calc( 2% );}
            .sw-Fund-overview_FundSpButton {font-size: 1.34rem;}
        }
        @media print, screen and (max-width: 479px) {
            .sw-Fund-overview_FundFavoriteButton {padding: 0 0 0 4px;}
            .sw-Fund-overview_FundMailButton {padding: 0 0 0 4px;}
        }
        @media print, screen and (min-width: 480px) {
             .sw-Fund-overview_FundFavoritetext br {display: none;}
             .sw-Fund-overview_FundMailtext br {display: none;}
             .sw-Fund-overview_FundFavoritetext_active br {display: none;}
        }
        .sw-Fund-overview_ProfileInner {width: 100%;}
        
/*::::::::::::::: Fund Date Area :::::::::::::::*/        
        
.sw-FundDateArea {
    background-color: #E1F1FF;
    padding: 15px;
    margin-bottom: 16px;
}

.sw-FundDateArea span.sw-FundDateAreaDate {
    display: inline-block;
}

.sw-FundDateArea .sw-List.sw-List-note {
    margin-bottom: 0;
}

.sw-FundDateArea .sw-List.sw-List-note .sw-FundDateArea-note{
    position: relative;
}

.sw-FundDateArea .sw-List.sw-List-note .sw-FundDateArea-note > p {
    font-size: 1.4rem;
}

.sw-FundDateArea .sw-FundDateAreaBaloon{
    position: absolute;
    top: 1.2lh;
    background-color: white;
    z-index: 10;
    display: block;
    margin: 0;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 1.4rem;
    background: #FFF;
    border: solid 2px #333333;
    box-sizing: border-box;
}
.sw-FundDateArea .sw-FundDateAreaBaloon:before {
  content: "";
  position: absolute;
  top: -24px;
  left: calc(50% - 12px);
  margin-left: 0;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;
}

.sw-FundDateArea .sw-FundDateAreaBaloon:after {
  content: "";
  position: absolute;
  top: -29px;
  left: calc(50% - 14px);
  margin-left: 0;
  border: 14px solid transparent;
  border-bottom: 14px solid #333333;
  z-index: 1;
}
.sw-FundDateArea .sw-FundDateAreaBaloon p {
  margin: 0;
  padding: 0;
}
.sw-FundDateArea .sw-FundDateAreaBaloon .pbNested p{
  font-size: 1.4rem;
}
.sw-FundDateArea .sw-FundDateAreaBaloon .sw-Modal-close {
    background-color: #333333;
    top: -26px;
    right: -2px;
}
div:not(.pb-of-visible) .sw-FundDateArea .sw-FundDateAreaBaloon .sw-Modal-close::before,
div:not(.pb-of-visible) .sw-FundDateArea .sw-FundDateAreaBaloon .sw-Modal-close::after{
  background: #fff;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  margin: 0;
  position: absolute;
  top: calc(50% - 1px);
  width: 100%;
}