@charset "utf-8";

/* CSS Document */
/* ----------------------------------------------------------------
    base
----------------------------------------------------------------- */
td, th {
    display: table-cell;
    vertical-align: middle;
}
.sp-br {
    display: none!important;
}
br.pc_hide {
    display: none;
}
br.sp_hide {
    display: inline;
}
br.tb_hide {
    display: inline;
}
br.pc_only {
    display: inline;
}
br.tab_only {
    display: none;
}
.tac {
    text-align: center !important;
}
.tbl-sp {
    display: none!important;
}

@media only screen and (min-width : 768px) and (max-width : 1100px) {
    .inner {
        width: auto;
        margin: 0 20px;
    }
}

@media only screen and (min-width : 768px) and (max-width : 959px) {
    .inner .inner {
        margin: 0;
    }
    br.tb_hide {
        display: none;
    }
    br.sp_hide {
        display: inline;
    }
    br.pc_only {
        display: none;
    }
    br.tab_only {
        display: inline;
    }
    .tbl-sp {
        display: none!important;
    }
}

@media only screen and (min-width : 0px) and (max-width : 767px) {
     .container{
        font-size: 12px;
    }
    br.pc_hide {
        display: inline;
    }
    br.sp_hide {
        display: none;
    }
    br.pc_only {
        display: none;
    }
    br.tab_only {
        display: none;
    }
    .box-fundlist .tbl-fund .sp-tr {
        display: table-row!important;
    }
    .box-fundlist .tbl-fund .sp {
        display: table-cell!important;
    }
    .tbl-pc {
        display: none!important;
    }
    .tbl-sp {
        display: table-cell!important;
    }
    .sp-br {
        display: inline!important;
    }
}
@media screen and (max-width: 960px) and (min-width: 601px){
    .tb-non {
        display: none!important;
    }
}

/*----------------------------------------------------------
    .slider
----------------------------------------------------------*/
.sliderArea {
    position: relative;
}
/*  default control */
.sliderArea .bx-wrapper .bx-controls-direction a {
    margin-top: 0px;
    width: 50px;
    height: auto;
}
.sliderArea .bx-wrapper .bx-prev {
    left: 0px;
}
.sliderArea .bx-wrapper .bx-next {
    right: 0px;
}
/* default pager */
.sliderArea .bx-wrapper .bx-pager {
    bottom: 30px;
}
.sliderArea .bx-wrapper .bx-pager.bx-default-pager a {
    background-color: #fff;
    margin: 0 5px;
    height: 8px;
    width: 8px;
    border-radius: 4px;
}
.sliderArea .bx-wrapper .bx-pager.bx-default-pager a:hover, .sliderArea .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: #0b72d9;
}
/* custom pager */
.sliderArea .pager {
    overflow: hidden;
}
.sliderArea .pager a {
    color: #333;
    float: left;
    display: block;
    position: relative;
    float: left;
}
.sliderArea .pager a .on {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    color: #f00;
}
.sliderArea .pager a.active .on, .sliderArea .pager a:hover .on {
    visibility: visible;
}
.basic_kv {
    overflow: hidden!important;
}
.basic_kv .sliderArea {
    max-width: 960px;
    margin: 0 auto;
}
.basic_kv .sliderArea .bx-wrapper .bx-controls-direction a {
    margin-top: 0;
    height: 100%;
    top: 0;
    text-indent: 0;
    /*background: rgba(0,0,0,0.2);*/
    width: 1000px;
    z-index: 1;
}
.basic_kv .sliderArea .bx-wrapper .bx-controls-direction a:hover {
    opacity: 0.8;
}
.basic_kv .sliderArea .bx-wrapper .bx-prev {
    left: -1000px;
}
.basic_kv .sliderArea .bx-wrapper .bx-prev .ov {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -57px;
}
.basic_kv .sliderArea .bx-wrapper .bx-next {
    right: -1000px;
}
.basic_kv .sliderArea .bx-wrapper .bx-next .ov {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -57px;
}
.basic_kv .sliderArea .bx-wrapper .bx-pager {
    bottom: 10px;
    z-index: 10;
}
.basic_kv #slider_kv .kvInner a {
    bottom: 20%;
    height: 75%;
    right: 5%;
    width: 90%;
    position: absolute;
    z-index: 1;
}
.basic_kv .sliderArea .slider .kvInner {
    max-width: 960px;
    margin: 0 auto;
}
.basic_kv .sliderArea .slider .kvInner img {
    max-width: 100%;
}
.sliderArea .bx-wrapper .bx-controls-direction a {
    width: 58px;
    margin-top: -57px;
    height: auto;
    text-indent: 0;
    background: none;
}
.sliderArea .bx-wrapper .bx-prev {
    left: 2px;
}
.sliderArea .bx-wrapper .bx-next {
    right: 2px;
}
.sliderArea .slider .kvInner {
    max-width: 1440px;
    margin: 0 auto;
}

@media only screen and (min-width : 0px) and (max-width : 767px) {
    .basic_kv .bx-viewport {
        overflow: hidden!important;
    }
    .basic_kv .sliderArea .bx-wrapper .bx-pager {
        bottom: 10px;
    }
    .basic_kv .sliderArea .bx-wrapper .bx-controls-direction a {
        margin-top: -28px;
        width: 29px;
        height: auto;
        text-indent: 0;
        background: none;
    }
}


/*----------------------------------------------------------
    headline
----------------------------------------------------------*/
.headline {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 35px;
    position: relative;
    line-height: 1.3;
}
.headline:before {
    width: 80px;
    height: 0;
    border-bottom: 3px solid #999999;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
    content: "";
}

@media only screen and (min-width : 0px) and (max-width : 767px) {
    .headline {
        font-size: 18px;
        padding-bottom: 10px;
        margin-bottom: 18px;
    }
}


/*----------------------------------------------------------
   fund_table_responsible_E
----------------------------------------------------------*/
.fund_table_responsible_E {
    margin: 35px auto 45px;
}
.fund_table_responsible_E .head {
    text-align: center;
}
.fund_table_responsible_E .head ul {
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    overflow: hidden;
    display: table;
    width: 100%;
    table-layout: fixed;
}
.fund_table_responsible_E .head li {
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    display: table-cell;
}
.fund_table_responsible_E .head a {
    display: block;
    padding: 17px 0;
    text-decoration: none;
}
.fund_table_responsible_E .head li:hover a {
    background: #051C5F;
    color: #fff;
}
.fund_table_responsible_E .head li span {
    display: block;
    margin: 10px 0 0;
    font-size: 20px;
    font-weight: bold;
}
.fund_table_responsible_E .pagetop {
    margin: 40px 0;
    text-align: right;
    font-size: 12px;
}

@media only screen and (min-width : 0px) and (max-width : 767px) {
    .fund_table_responsible_E {
        margin: 20px auto 30px;
    }
    .fund_table_responsible_E .head li {
        float: left;
        width: 25%;
        display: block;
    }
    .fund_table_responsible_E .head li span {
        margin: 7px 0 0;
        font-size: 18px;
    }
}


/* ----------------------------------------------------------------
    container-h2-2
----------------------------------------------------------------- */
.container-h2-2 {
    border-bottom: 1px solid #1d2d7c;
    padding-bottom: 5px;
    margin: 20px 5px 10px;
}
.container-h2-2 h2 {
    font-size: 150.0%;
    font-weight: bold;
    color: #1d2d7c;
    border-left: 3px solid #1d2d7c;
    padding: 2px 0 3px 15px;
    display: inline-block;
    vertical-align: middle;
}


/* ----------------------------------------------------------------
    box-fundlist
----------------------------------------------------------------- */
.box-fundlist {
    padding: 0;
    margin: 20px auto 15px;
    line-height: 1.3;
}
/* 文字サイズ調整 */
.box-fundlist .tbl-fund table td:nth-child(3), 
.box-fundlist .tbl-fund table td:nth-child(4), 
.box-fundlist .tbl-fund table td:nth-child(5), 
.box-fundlist .tbl-fund table td:nth-child(6), 
.box-fundlist .tbl-fund table td:nth-child(7) {
    font-size: 108%;
}
.box-fundlist .box-servieTxt {
    display: none;
}


/* ----------------------------------------------------------------
    box-tableTxt
----------------------------------------------------------------- */
.box-tableTxt {
    overflow: hidden;
    margin-bottom: 10px;
    font-family: Arial, "メイリオ", "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, Osaka, "ＭＳ Ｐゴシック", Meiryo, MS PGothic, sans-serif;
}
.box-tableTxt p {
    vertical-align: middle;
}
.box-tableTxt .txt {
    /*float: left;*/
    float: none;
    font-size: 13px;
}
.box-tableTxt .txt span {
    margin: 0 5px;
}
.box-tableTxt .txt span img {
    vertical-align: middle;
}
.box-tableTxt div {
    float: right;
}
.box-tableTxt .date, .box-tableTxt .number {
    display: table-cell;
    vertical-align: bottom;
    font-size: 80.0%;
}
.box-tableTxt .date span {
    font-size: 133.3%;
}
.box-tableTxt .number {
    padding: 4px 22px 0 0;
}
.box-tableTxt .number span {
    color: #1d2d7c;
    line-height: 1;
    font-size: 275%;
}
.box-tableTxt .box-btn {
    float: left;
    padding-bottom: 2px;
}
.box-tableTxt .box-btn p {
    margin: 0 0 0 9px;
    float: left;
}
.box-tableTxt .box-btn p:first-child {
    margin: 0 0 0 0;
}
.box-tableTxt .box-number {
    margin-top: 10px;
}
.box-tableTxt .txt2 {
    font-size: 86.7%;
    margin-bottom: 5px;
    padding-left: 20px;
    background: url(/images/fund/icon_check.png) no-repeat left center;
}
.box-tableTxt div .date {
    padding-top: 8px;
}


/* ----------------------------------------------------------------
    box-tableTxt-2
----------------------------------------------------------------- */
.box-tableTxt-2 {
    font-size: 93.0%;
    margin: 45px 0 0;
}
.box-tableTxt-2 ul li {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 0.5rem;
    line-height: 1.5;
}


/* ----------------------------------------------------------------
    box-tableTxt2
----------------------------------------------------------------- */
.box-tableTxt2 .txt {
    float: none;
}
.box-tableTxt2 .txt2 {
    font-size: 86.7%;
    margin-bottom: 5px;
    padding-left: 20px;
    background: url(/images/fund/icon_check.png) no-repeat left center;
}


/* ----------------------------------------------------------------
    box-tableTxt-notice
----------------------------------------------------------------- */
.box-tableTxt-notice {
    border: 1px solid #c2bcab;
    padding: 40px 10px;
    overflow: hidden;
    margin-bottom: 10px;
    font-family: Arial, "メイリオ", "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, Osaka, "ＭＳ Ｐゴシック", Meiryo, MS PGothic, sans-serif;
    border-radius: 4px;
}
.box-tableTxt-notice p {
    font-size: 93.0%;
    vertical-align: middle;
    text-align: center;
}


/* ----------------------------------------------------------------
    container-select
----------------------------------------------------------------- */
.box-fundlist .box-sort {
    display: none;
}
.container-select {
    position: relative;
    overflow: hidden;
    display: block;
    border: 1px solid #aeaeae;
    border-radius: 3px;
    color: #333;
    margin-bottom: 6px;
}
.container-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 12px 25px 12px 13px;
    background: url(/images/common/icon_arrow_13.png) no-repeat 95% center #f2f2f2;
    background-size: 8px 5px;
    border: 0;
    outline: none;
    font-size: 16px;
    font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, Osaka, "ＭＳ Ｐゴシック", Meiryo, MS PGothic, sans-serif;
    border-radius: 3px;
    line-height: 1.5;
}
.container-select select::-ms-expand {
 display:none;
}
.container-select option {
    padding: 5px 10px;
}


/* ------------------------
   tbl-fund
------------------------   */
.tbl-fund {
    font-family: Arial, "メイリオ", "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, Osaka, "ＭＳ Ｐゴシック", Meiryo, MS PGothic, sans-serif;
}
.tbl-fund table {
    width: 100%;
}
.tbl-fund table .tr-1 th {
    border-top: 2px solid #c2bcab;
}
.tbl-fund table .tr-1 .pdBottom {
    padding-bottom: 15px;
}
.tbl-fund table .tr-2 th {
    border-top: 1px solid #c2bcab;
    padding: 8px 0;
}
.tbl-fund table .tr-3 th {
    padding: 0 0 5px;
}
.tbl-fund table .tr-3 th img:first-child {
    margin-right: 6px;
    cursor: pointer;
}
.tbl-fund table .tr-3 th img:last-child {
    cursor: pointer;
}
.tbl-fund table .tr-4 th {
    border-bottom: 2px solid #c2bcab;
    padding: 10px 0;
}
.tbl-fund table .tr-5 th {
    border-top: 2px solid #c2bcab;
    border-bottom: 2px solid #c2bcab;
    padding: 10px 0;
}
.tbl-fund table .tr-5 .tr-4-4 {
    border-bottom: none;
}
.tbl-fund table .tr-6 th {
    border-top: 1px solid #c2bcab;
    padding: 10px 0;
    border-bottom: 2px solid #c2bcab;
}
.tbl-fund table .tr-7 th {
    border-top: 2px solid #c2bcab;
    padding: 15px 0;
    border-bottom: 2px solid #c2bcab;
}
.tbl-fund table th {
    background: #f0ead8;
    font-weight: bold;
    border-right: 1px solid #c2bcab;
    vertical-align: top;
    padding: 15px 0 15px 0;
}
.tbl-fund table th .small {
    font-size: 93.0%;
}
.tbl-fund table th.select {
    background: #d3a400;
    color: #FFFFFF;
}
.tbl-fund table .last {
    border-right: none;
}
.tbl-fund table td {
    border: 1px solid #c2bcab;
    line-height: 1.5em;
    padding: 0 8px;
    font-size: 100%;
    text-align: right;
}
.tbl-fund table tr.even {
    background: #f2f2f2;
}
.tbl-fund table tr.today {
    background: #fffee7 !important;
}
.tbl-fund table td.center {
    text-align: center;
    word-break: break-all;
}
.tbl-fund table td.title {
    text-align: left;
    padding: 16px 19px;
}
.tbl-fund table td.favorite {
    cursor: pointer;
}
.tbl-fund table td:first-child {
    border-left: none;
}
.tbl-fund table td:last-child {
    border-right: none;
}
.tbl-fund table td .small {
    font-size: 80.0%;
    display: block;
}
.tbl-fund table td.valueUp {
    color: #ff0000;
}
.tbl-fund table td.valueDown {
    color: #0a50a0;
}
.tbl-fund table td .icon-count {
    background: #727272;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 13px;
    width: 55px;
    margin: 0 auto;
    padding: 3px 0;
    display: block;
}
/* 文字サイズ調整 */
.box-fundlist .tbl-fund table td:nth-child(3), 
.box-fundlist .tbl-fund table td:nth-child(4), 
.box-fundlist .tbl-fund table td:nth-child(5), 
.box-fundlist .tbl-fund table td:nth-child(6), 
.box-fundlist .tbl-fund table td:nth-child(7), 
.box-fundlist .tbl-fund table td:nth-child(8) {
    font-size: 108%;
}
/* checkbox */
.tbl-fund table input[type="checkbox"] {
    display: none;
}
.tbl-fund table input[type=checkbox] {
    display: none;
}
.tbl-fund table label {
    position: relative;
    display: block;
    vertical-align: middle;
    cursor: pointer;
    width: 16px;
    height: 16px;
    margin: 5px auto 0;
}
.tbl-fund table label:hover:after {
    border-color: #0171bd;
}
.tbl-fund table label:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #787878;
    content: '';
    background: #ffffff;
}
.tbl-fund table label:before {
    position: absolute;
    top: 0;
    left: 5px;
    display: block;
    width: 5px;
    height: 9px;
    border-right: 2px solid #333333;
    border-bottom: 2px solid #333333;
    content: '';
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}
.tbl-fund table input[type=checkbox]:checked + label:before {
    opacity: 1;
}
.box-fundlist .tbl-fund table .tr-3 th {
    padding-top: 10px;
}
.box-fundlist .tbl-fund table .th-check {
    width: 4.2%;
}
.box-fundlist .tbl-fund table .th-it {
    width: 9.2%;
}
.box-fundlist .tbl-fund table .th-name {
    width: 30.7%;
}
.box-fundlist .tbl-fund table .th-bp {
    width: 8.5%;
    min-width: 69px;
}
.box-fundlist .tbl-fund table .th-br {
    width: 18.4%;
    padding: 15px 5px;
    border-bottom: 1px solid #c2bcab;
}
.box-fundlist .tbl-fund table .th-na {
    width: 8.5%;
}
.box-fundlist .tbl-fund table .th-ld {
    width: 7.6%;
}
.box-fundlist .tbl-fund table .th-sf {
    width: 7.6%;
}
.box-fundlist .tbl-fund table .th-service {
    width: 5.8%;
}
.box-fundlist .tbl-fund table .th-pv {
    width: 9.2%;
}
.box-fundlist .tbl-fund table .th-pr {
    width: 9.2%;
}
.tbl-fund table .tr-1 th.th-name, .tbl-fund table .tr-1 th.th-service {
    border-bottom: 2px solid #c2bcab;
}
.box-fundlist .tbl-fund .sp-tr {
    display: none;
}
.box-fundlist .tbl-fund table .tr-3-3 {
    width: 89px;
}
.box-fundlist .box-tableTxt .txt {
    margin-top: 10px;
}
.box-fundlist .tbl-fund table td.btn-service {
    padding-top: 12px;
    padding-bottom: 12px;
}
.box-fundlist .tbl-fund table td.btn-service .fav-btn {
    margin-bottom: 5px;
}
.box-fundlist .tbl-fund table td.btn-service span {
    display: block;
    cursor: pointer;
}
.tbl-fund table td .small {
    font-size: 12px;
}

@media only screen and (max-width: 768px) {
    .box-fundlist .tbl-fund table .th-it {
        width: 14.2%;
    }
    .box-fundlist .tbl-fund table .th-name {
        width: 25.7%;
    }
}


@media only screen and (max-width: 767px) {
    /* ----------------------------------------------------------------
        box-fundlist
    ----------------------------------------------------------------- */
    .box-fundlist {
        margin: 15px auto 0;
    }
    /* ----------------------------------------------------------------
        box-tableTxt
    ----------------------------------------------------------------- */
    .box-tableTxt .box-number {
        margin-top: 0;
        float: none;
        padding: 0 15px;
        overflow: hidden;
    }
    .box-tableTxt .number {
        font-size: 14px;
        padding: 0;
        display: block;
        float: left;
    }
    .box-tableTxt .number span {
        font-size: 19px;
    }
    .box-tableTxt .date {
        font-size: 13px;
        display: block;
        float: right;
    }
    .box-tableTxt .date span {
        font-size: 13px;
    }
    .box-tableTxt-2 {
        font-size: 12px;
        line-height: 150%;
        padding: 0 15px;
        margin: 45px 0 0;
    }
    .box-tableTxt div .date {
        padding-top: 0;
    }
    /* ------------------------
       tbl-fund
    ------------------------   */
    .box-fundlist .fund-info {
        border: none;
        margin-bottom: 56px;
        padding: 0 15px;
    }
    .box-fundlist .fund-info table {
        text-align: left;
    }
    .box-fundlist .fund-info table th {
        padding: 0 4px 10px 0;
        vertical-align: top;
    }
    .box-fundlist .fund-info table td {
        padding: 0 0 10px 1em;
        text-indent: -1em;
        vertical-align: top;
    }
    .box-fundlist .btn-1 {
        width: 72%;
        margin: 40px auto 0;
    }
    .box-fundlist .btn-1 a {
        padding: 15px 5px;
    }
    .box-fundlist .box-servieTxt {
        display: block;
        border-top: 1px solid #c2bcab;
        margin-top: 19px;
        padding: 11px 5px 8px;
        font-size: 13px;
    }
    .box-fundlist .box-servieTxt ul {
        overflow: hidden;
    }
    .box-fundlist .box-servieTxt ul li {
        float: left;
    }
    .box-fundlist .box-servieTxt ul li:first-child {
        background: url(/images/common/btn_favo.png) no-repeat left center;
        background-size: 13px 12px;
        padding-left: 15px;
        margin-right: 24px;
    }
    .box-fundlist .box-servieTxt ul li:last-child {
        background: url(/images/common/btn_mail.png) no-repeat left center;
        background-size: 13px 10px;
        padding-left: 18px;
    }
    .box-fundlist .tbl-fund table th {
        font-size: 13px;
        padding: 6px 0;
        vertical-align: middle;
    }
    .box-fundlist .tbl-fund table th .small {
        font-size: 12px;
        font-weight: normal;
    }
    .box-fundlist .tbl-fund .sp-tr th {
        border-top: 1px dotted #ccc6b5;
    }
    .box-fundlist .tbl-fund table .th-name {
        width: 54.4%;
    }
    .box-fundlist .tbl-fund table .th-price {
        width: 28.6%;
        padding: 0;
    }
    .box-fundlist .tbl-fund table .th-price p {
        padding: 10px;
    }
    .box-fundlist .tbl-fund table .th-price .p-bp {
        border-bottom: 1px dotted #ccc6b5;
        font-size: 15px;
    }
    .box-fundlist .tbl-fund table .th-price .p-br {
        font-size: 13px;
        line-height: 1.3;
    }
    .box-fundlist .tbl-fund table tr.tr-1 th.th-name, .box-fundlist .tbl-fund table tr.tr-1 th.th-service {
        border-bottom: 2px solid #c2bcab;
    }
    .box-fundlist .tbl-fund table tr.tr-2 th {
        border-bottom: 2px solid #c2bcab;
    }
    .tbl-fund table .tr-5 th {
        border-bottom: none;
    }
    .tbl-fund table .tr-5 th.th-name, .tbl-fund table .tr-5 th.th-service {
        border-bottom: 2px solid #c2bcab;
    }
    .box-fundlist .tbl-fund table .valueUp {
        color: #ff0000;
    }
    .box-fundlist .tbl-fund table .valueDown {
        color: #0a50a0;
    }
    .box-fundlist .tbl-fund table .th-service {
        width: 15%;
    }
    .box-fundlist .tbl-fund table td.title {
        padding: 10px 10px;
    }
    .box-fundlist .tbl-fund table td .small2 {
        font-size: 13px;
    }
    .box-fundlist3 .tbl-fund table td.btn-service span {
        display: block;
        cursor: pointer;
    }
    .box-fundlist .tbl-fund table td.btn-service span {
        display: block;
        cursor: pointer;
    }
    .box-fundlist .tbl-fund table td.btn-service span img {
        width: 21px;
        margin: auto;
        padding: 0;
        vertical-align: top;
    }
    .box-fundlist .tbl-fund table td.btn-service .fav-btn {
        margin-bottom: 10px;
    }
}


/* ----------------------------------------------------------------
    btn-white
----------------------------------------------------------------- */
.btn-white {
    background: #ffffff;
    border: 1px solid #1d2d7c;
    border-radius: 25px;
    box-shadow: 0px 2px 0px 0px #1d2d7c;
}
.btn-white a {
    font-size: 100%;
    text-align: center;
    color: #1d2d7c;
    padding: 12px 10px;
    display: block;
    text-decoration: none;
}
.btn-white a span {
    font-weight: bold;
}
.btn-white.btn-fav a {
    padding: 12px 28px 12px 27px;
}
.btn-white.btn-fav a span {
    background: url(/images/common/icon_fav.png) no-repeat left center;
    background-size: 19px 18px;
    padding-left: 23px;
}
.btn-white.btn-mail a {
    padding: 12px 20px;
}
.btn-white.btn-mail a span {
    background: url(/images/common/icon_mail.png) no-repeat left center;
    background-size: 17px 13px;
    padding-left: 23px;
}
.btn-white.btn-daily a {
    padding: 8px 25px 8px 25px;
}
.btn-white:hover {
    background: #1d2d7c;
}
.btn-white:hover a {
    color: #ffffff;
}
.btn-white.btn-fav:hover a span {
    background: url(/images/common/icon_fav_on.png) no-repeat left center;
    background-size: 19px 18px;
}
.btn-white.btn-mail:hover a span {
    background: url(/images/common/icon_mail_on.png) no-repeat left center;
    background-size: 17px 13px;
}
/*.box-tableTxt .box-btn .btn-white a {
    font-size: 93.3%;
}
*/.box-tableTxt .box-btn .btn-white.btn-fav a {
    padding: 7px 23px 7px 20px;
}
.box-tableTxt .box-btn .btn-white.btn-mail a {
    padding: 7px 15px 7px 15px;
}

@media only screen and (max-width: 768px) {
    /* ----------------------------------------------------------------
        btn-white
    ----------------------------------------------------------------- */
    .btn-white a {
        font-size: 14px;
        text-align: center;
        color: #1d2d7c;
        padding: 12px 0;
        display: block;
        text-decoration: none;
        line-height: 1.3;
    }
    .btn-white a span {
        font-weight: bold;
        display: inline-block;
        text-align: left;
    }
    .btn-white.btn-fav a {
        padding: 6px 0;
    }
    .btn-white.btn-fav a span {
        background: url(/images/common/icon_fav.png) no-repeat left center;
        background-size: 25px 25px;
        padding-left: 35px;
    }
    .btn-white.btn-mail a {
        padding: 6px 0;
    }
    .btn-white.btn-mail a span {
        background: url(/images/common/icon_mail.png) no-repeat left center;
        background-size: 26px 20px;
        padding-left: 35px;
    }
    .btn-white.btn-daily a {
        padding: 8px 20px 8px 25px;
    }
    .btn-white:hover {
        background: #ffffff;
    }
    .btn-white:hover a {
        color: #1d2d7c;
    }
    .btn-white.btn-dl a {
        padding: 14px 25px;
    }
    .btn-white.btn-fav:hover a span {
        background: url(/images/common/icon_fav.png) no-repeat left center;
        background-size: 25px 25px;
    }
    .btn-white.btn-mail:hover a span {
        background: url(/images/common/icon_mail.png) no-repeat left center;
        background-size: 26px 20px;
    }
}


/* ----------------------------------------------------------------
    box-fund-notice
----------------------------------------------------------------- */
.box-fund-notice {
    margin: 25px 0;
    border: solid 2px #ff0000;
    padding: 15px;
    border-radius: 4px;
}
.box-fund-notice p {
    text-align: center;
    color: #ff0000;
}

@media only screen and (max-width: 767px) {
    .box-fundlist .box-sort{
        display: block;
        margin: 0 5px;
    }
    .box-servieTxt{
        display: block;
        margin: 0 5px;
    }
}


/* ------------------------
   fund-notice
------------------------   */
.fund-notice {
    display: none;
    background: #333;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    color: #fff;
    text-align: center;
    width: 500px;
    height: 40px;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    z-index: 99;
}
.fund-notice p {
    line-height: 40px;
}
/* ------------------------
   top_btn
------------------------   */
.top_btn {
    width: 100%;
    margin: 0 auto;
}
.top_btn a {
    margin: 15px 0 0 auto;
}

@media only screen and (max-width: 768px) {
    .top_btn {
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }
}


/* ----------------------------------------------------------------
    汎用style
----------------------------------------------------------------- */
.ov {
    -webkit-transition-duration: 400ms;
    -moz-transition-duration: 400ms;
    -ms-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    transition-duration: 400ms;
    -webkit-transition-timing: ease;
    -moz-transition-timing: ease;
    -ms-transition-timing: ease;
    -o-transition-timing: ease;
    transition-timing: ease;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.ov:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=70)";  /* ie 8 */
    -moz-opacity: 0.7;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.7;              /* Safari 1.x */
}
.btn {
    color: #fff;
    padding: 0 20px;
    height: 50px;
    background-color: #333333;
    display: inline-block;
    text-decoration: none!important;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    vertical-align: bottom;
}
.btn:hover {
    text-decoration: none!important;
}
.btn > * {
    display: table-cell;
    height: inherit;
    min-width: 200px;
    vertical-align: middle;
    box-sizing: border-box;
}
.bold {
    font-weight: bold;
}
.txt-small {
    font-size: 93.0%;
}
/* インデント */
.txt-indent01 {
    text-indent: -1em;
    padding-left: 1em;
}
.txt-indent015 {
    text-indent: -1.5em;
    padding-left: 1.5em;
}
.txt-indent02 {
    text-indent: -2em;
    padding-left: 2em;
}
.txt-indent025 {
    text-indent: -2.5em;
    padding-left: 2.5em;
}
.txt-indent03 {
    text-indent: -3em;
    padding-left: 3em;
}
.txt-indent035 {
    text-indent: -3.5em;
    padding-left: 3.5em;
}
.txt-indent0375 {
    text-indent: -3.75em;
    padding-left: 3.75em;
}
.txt-indent04 {
    text-indent: -4em;
    padding-left: 4em;
}
/* text-align */
.txt-left {
    text-align: left;
}
.txt-center {
    text-align: center;
}
.txt-right {
    text-align: right;
}
/* margin */
.mb00 {
    margin-bottom: 0px !important;
}
.mb05 {
    margin-bottom: 5px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb15 {
    margin-bottom: 15px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mb50 {
    margin-bottom: 50px !important;
}
.mb60 {
    margin-bottom: 60px !important;
}
.mr00 {
    margin-right: 0px !important;
}
.mr05 {
    margin-right: 5px !important;
}
.mr10 {
    margin-right: 10px !important;
}
.mr15 {
    margin-right: 15px !important;
}
.mr20 {
    margin-right: 20px !important;
}
.mr30 {
    margin-right: 30px !important;
}
.mr40 {
    margin-right: 40px !important;
}
.mr50 {
    margin-right: 50px !important;
}
.mr60 {
    margin-right: 60px !important;
}
.ml00 {
    margin-left: 0px !important;
}
.ml05 {
    margin-left: 5px !important;
}
.ml10 {
    margin-left: 10px !important;
}
.ml15 {
    margin-left: 15px !important;
}
.ml20 {
    margin-left: 20px !important;
}
.ml30 {
    margin-left: 30px !important;
}
.ml40 {
    margin-left: 40px !important;
}
.ml50 {
    margin-left: 50px !important;
}
.ml60 {
    margin-left: 60px !important;
}
.mt00 {
    margin-top: 0px !important;
}
.mt05 {
    margin-top: 5px !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mt15 {
    margin-top: 15px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt30 {
    margin-top: 30px !important;
}
.mt40 {
    margin-top: 40px !important;
}
.mt50 {
    margin-top: 50px !important;
}
.mt60 {
    margin-top: 60px !important;
}
/* padding */
.pd05 {
    padding: 5px !important;
}
.pd10 {
    padding: 10px !important;
}
.pd15 {
    padding: 15px !important;
}
.pd20 {
    padding: 20px !important;
}
.pd30 {
    padding: 30px !important;
}
/* float */
.fl-R {
    float: right;
}
.fl-L {
    float: left;
}
/* 区切り線 */
hr {
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #fff;
    margin: 15px 0;
}
/* PC/SP */
.pc-none {
    display: none;
    height: 0;
}
