@charset "utf-8";
:root {
    --color-red: #c00;
    --color-red-dark: #af0001;
    --color-button-red: var(--color-red);
    --color-button-red-hover: var(--color-red-dark);
    --font-family: YuGothic,"游ゴシック","メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    --font-weight-normal: 500;
    --font-weight-bold: 600
}

html {
    min-height: 100%
}

body {
    font-family: YuGothic,"游ゴシック","メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.8;
    background-color: #fff;
    color: #333;
    -webkit-text-size-adjust: 100%;
    min-height: 100%;
    margin: 0
}

a {
    color: #333;
    text-decoration: none;
    outline: 0
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both
}

*,:after,:before {
    box-sizing: border-box;
}

dd,dl,dt,figure,form,h1,h2,h3,h4,h5,h6,iframe,p {
    margin: 0
}

iframe {
    display: block
}

dt {
    font-weight: 700
}

ol,ul {
    margin: 0;
    padding: 0;
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0
}

td,th {
    vertical-align: top;
    padding: 0
}

th {
    text-align: left;
    font-weight: 700
}

img {
    border-style: none;
    vertical-align: bottom
}

small {
    font-size: 87.5%
}

sub,sup {
    font-size: 65%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

input[type=password],input[type=text],select,textarea {
    font-family: YuGothic,"游ゴシック","メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    font-weight: 500;
    color: #333;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    border: 0;
    background: 0 0;
    padding: 0;
    margin: 0;
    outline: 0;
    border-radius: 0
}

button {
    outline: 0;
    border-radius: 0;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    cursor: pointer
}

::-moz-placeholder {
    color: #a0a0a0
}

::placeholder {
    color: #a0a0a0
}

#wrapper {
    overflow: hidden
}

.container {
    margin: 0 auto;
    padding: 0 25px;
    max-width: 1250px
}

.container_fluid {
    padding: 0 25px
}

.font_helvetica {
    font-family: HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif!important
}

@font-face {
    font-family: HelveticaNeue;
    src: url("/common/fonts/HelveticaNeueLight.woff2") format("woff2"),url("/common/fonts/HelveticaNeueLight.woff") format("woff"),url("/common/fonts/HelveticaNeueLight.ttf") format("truetype"),url("/common/fonts/HelveticaNeueLight.svg#HelveticaNeueLight") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: HelveticaNeue;
    src: url("/common/fonts/HelveticaNeueThin.woff2") format("woff2"),url("/common/fonts/HelveticaNeueThin.woff") format("woff"),url("/common/fonts/HelveticaNeueThin.ttf") format("truetype"),url("/common/fonts/HelveticaNeueThin.svg#HelveticaNeueThin") format("svg");
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

.flex_center,.flex_end,.flex_middle {
    display: flex!important;
    flex-wrap: wrap!important
}

.flex_middle {
    align-items: center!important;
    justify-content: center!important
}

.flex_center {
    justify-content: center!important
}

.flex_end {
    justify-content: flex-end!important
}

.align_left {
    text-align: left!important
}

.align_center {
    text-align: center!important
}

.align_right {
    text-align: right!important
}

.fs12 {
    font-size: 12px!important
}

.icon_pdf {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background: url(/images/pdf30x30.png) no-repeat 0 0/100% 100%;
    margin-left: 4px;
    margin-bottom: 2px
}

.icon_tab {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url(/images/outer.png) no-repeat 0 0/100% 100%;
    margin-left: 4px;
    margin-bottom: 2px
}

.icon_tab.small {
    width: 16px;
    height: 16px
}

.icon_arrow {
    width: 6px;
    height: 8px;
    background: url(/images/svg/arrow_red.svg) no-repeat 0 0/100% 100%;
    margin-left: 7px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px
}

.icon_outer {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(/images/outer18x18.png) no-repeat 0 0/100% 100%;
    margin-left: 5px;
    position: relative;
    top: 1px
}

.button {
    line-height: 1.3;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #c00;
    text-align: center;
    font-size: 12px;
    position: relative;
    height: 50px;
    width: 162px;
    padding: 0 20px
}

.button::after {
    content: "";
    width: 7px;
    height: 8px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -4px;
    background: url(/images/svg/arrow_red.svg) no-repeat 0 0/100% 100%
}

.button_red {
    background-color: #f6f3f1
}

.bg_white {
    background-color: #fff!important
}

.bg_redLight {
    background-color: #f6f3f1!important
}

.bg_blue {
    background-color: #3867d6!important
}

.bg_blueDark {
    background-color: #45aaf2!important
}

.bg_blueNavy {
    background-color: #08699e!important
}

.bg_turquoise {
    background-color: #2e98db!important
}

.bg_greenLight {
    background-color: #54b26a!important
}

.bg_green {
    background-color: #11b9b1!important
}

.bg_greenDark {
    background-color: #20c06b!important
}

.bg_yellow {
    background-color: #e78d1a!important
}

.bg_purple {
    background-color: #8d63c7!important
}

.bg_pink {
    background-color: #ec3b59!important
}

.bg_orange {
    background-color: #fa8231!important
}

.bg_yellowLight {
    background-color: #f8b731!important
}

.color_red {
    color: #cb0814!important
}

.color_blue {
    color: #1056fb!important
}

.nom_note {
    text-indent: -1.7em;
    padding-left: 1.7em;
    line-height: 1.7
}

.nom_btnPdf {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.4;
    color: #333;
    text-decoration: none;
    height: 60px;
    text-align: center;
    position: relative;
    background-color: #f6f3f1;
    padding: 0 30px 0 10px;
    width: 100%;
    max-width: 350px
}

.nom_btnPdf:hover {
    color: #cd0000
}

.nom_btnPdf::after {
    content: "";
    width: 16px;
    height: 16px;
    background: url(/images/pdf16x16_red.png) no-repeat 0 0/100% 100%;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px
}

.nom_orderNum {
    list-style: none
}

.nom_orderNum li {
    text-indent: -1.2em;
    padding-left: 1.2em
}

.gaiyo_block,.nom_group {
    padding-bottom: 100px
}

.button_back {
    padding: 100px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.button_back a {
    background-color: #f6f3f1;
    width: 320px;
    height: 80px;
    color: #333;
    font-size: 16px;
    position: relative;
    transition: background .3s ease,color .3s ease
}

.button_back a::after {
    content: "";
    width: 10px;
    height: 11px;
    background: url(/images/arrow10x11_red.png) no-repeat 0 0/100% 100%;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -6px;
    transform: rotate(180deg)
}

.button_back a:hover {
    color: #c00;
    background-color: #eeecea
}

.button_backFluid a {
    width: inherit;
    padding-left: 42px;
    padding-right: 35px;
    text-align: center;
    line-height: 1.4
}

.nom_thumb img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.nom_thumb.has_caption {
    text-align: center
}

.nom_thumb.has_caption figure {
    display: inline-block;
    text-align: left
}

.nom_thumb figcaption {
    display: block;
    margin-top: 25px
}

.nom_thumb figcaption span {
    display: block;
    text-indent: -1em;
    padding-left: 1em
}

.return_box {
    background-color: #f6f3f1;
    margin-top: 30px;
    margin-bottom: 30px
}

.return_box h5 {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    padding: 25px 20px 10px 20px;
    border-bottom: 2px solid #fff
}

.return_box .inner {
    padding: 20px 20px 20px 20px
}

.ol_indent {
    text-indent: -1.3em;
    padding-left: 1.3em
}

.next_btn {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 100px
}

.next_btn a {
    height: 40px;
    width: 155px;
    color: #333;
    background-color: #eeecea;
    font-size: 12px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.next_btn a:hover {
    color: #cb0814
}

.next_btn a::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 10px;
    height: 11px;
    margin-top: -6px;
    background: url(/images/arrow10x11_red.png) no-repeat 0 0/100% 100%
}

.next_btn.arrow_left a::after {
    left: 10px;
    right: inherit;
    transform: rotate(180deg)
}

.circle {
    display: inline-block;
    position: relative;
    padding-left: 15px
}

.circle::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 2px;
    background-color: #c00
}

.circle_red::before {
    background-color: #c00
}

.circle_gray::before {
    background-color: #a5b1c2
}

.circle_blue::before {
    background-color: #3867d6
}

.circle_green::before {
    background-color: #20bf6b
}

.text_linkArrow a {
    display: inline-block;
    position: relative;
    padding-right: 20px;
    text-decoration: underline
}

.text_link a {
    position: relative;
    padding-right: 20px;
    text-decoration: underline
}

.text_link a {
    padding-right: 0
}

.text_linkArrow a::after {
    content: "";
    width: 10px;
    height: 11px;
    background: url(/images/arrow10x11_red.png) no-repeat 0 0/100% 100%;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px
}

.text_link {
    text-indent: -1.1em;
    padding-left: 1.1em
}

.left_arrow .text_link a {
    padding-right: 0
}

.left_arrow .text_linkArrow {
    padding-left: 20px
}

.left_arrow .text_linkArrow a {
    padding-right: 0
}

.left_arrow .text_linkArrow a::after {
    content: "";
    width: 10px;
    height: 11px;
    background: url(/images/arrow10x11_red.png) no-repeat 0 0/100% 100%;
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -6px
}

.width_max1000 {
    max-width: 1000px;
    margin: 0 auto
}

.width_max1006 {
    max-width: 1006px;
    margin: 0 auto
}

.width_max900 {
    max-width: 900px;
    margin: 0 auto
}

.width_max901 {
    max-width: 901px;
    margin: 0 auto
}

.width_max903 {
    max-width: 903px;
    margin: 0 auto
}

.width_max920 {
    max-width: 920px;
    margin: 0 auto
}

.width_max550 {
    max-width: 550px;
    margin: 0 auto
}

.width_max675 {
    max-width: 675px;
    margin: 0 auto
}

.width_max750 {
    max-width: 750px;
    margin: 0 auto
}

.letter_space02 {
    letter-spacing: .2em!important
}

.mb_0 {
    margin-bottom: 0!important
}

.mb_3 {
    margin-bottom: 3px!important
}

.mb_5 {
    margin-bottom: 5px!important
}

.mb_8 {
    margin-bottom: 8px!important
}

.mb_10 {
    margin-bottom: 10px!important
}

.mb_15 {
    margin-bottom: 15px!important
}

.mb_20 {
    margin-bottom: 20px!important
}

.mb_25 {
    margin-bottom: 25px!important
}

.mb_30 {
    margin-bottom: 30px!important
}

.mb_35 {
    margin-bottom: 35px!important
}

.mb_40 {
    margin-bottom: 40px!important
}

.mb_45 {
    margin-bottom: 45px!important
}

.mb_50 {
    margin-bottom: 50px!important
}

.mb_55 {
    margin-bottom: 55px!important
}

.mb_60 {
    margin-bottom: 60px!important
}

.mb_90 {
    margin-bottom: 90px!important
}

.mt_0 {
    margin-top: 0!important
}

.mt_10 {
    margin-top: 10px!important
}

.mt_15 {
    margin-top: 15px!important
}

.mt_12 {
    margin-top: 12px!important
}

.pt_0 {
    padding-top: 0!important
}

.pb_0 {
    padding-bottom: 0!important
}

.no-responsive {
    min-width: 1250px
}

.no-responsive .container {
    width: 1250px!important
}

.no-fixed {
    position: inherit!important;
    left: inherit!important;
    top: inherit!important;
    right: inherit!important
}

.head_styleLine {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 25px;
    padding-bottom: 14px;
    position: relative
}

.head_styleLine::after {
    content: "";
    height: 1px;
    width: 30px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background-color: #ca0813
}

.head_styleBorder {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 25px;
    border-bottom: 1px solid #ca0813;
    padding: 0 0 5px
}

.archive_title {
    background-color: #f0e7e7;
    font-weight: 700;
    line-height: 1.3;
    font-size: 13px;
    border-bottom: 1px solid #d4d4d4;
    padding: 0 20px;
    height: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center!important
}

#main {
    padding-top: 40px
}

.main_head,.main_head .container {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.main_head .container {
    z-index: 2
}

.main_headInner {
    height: 165px;
    line-height: 1.4;
    text-align: center
}

.main_title {
    color: #fff;
    font-size: 25px;
    font-weight: 500
}

.breadcrumb {
    font-size: 10px;
    line-height: 1.4;
    color: #333;
    padding: 14px 15px 12px;
    z-index: 2
}

.breadcrumb a {
    color: #333;
    margin-right: 5px
}

.breadcrumb a strong {
    text-decoration: underline
}

.breadcrumb a::after {
    content: "〉";
    margin-left: 10px
}

.theme_table {
    width: 100%;
    border-top: 1px solid #d4d4d4;
    margin-bottom: 20px
}

.theme_table tbody th {
    font-weight: 700;
    font-size: 11px;
    text-align: center;
    background-color: #f0e7e7;
    border-bottom: 1px solid #d4d4d4;
    width: 100px;
    padding: 5px 5px;
    vertical-align: middle
}

.theme_table tbody td {
    font-size: 11px;
    border-bottom: 1px solid #d4d4d4;
    padding: 5px 5px;
    vertical-align: middle;
    background-color: #fff
}

.anchor_list,.basic_knowList {
    list-style: none
}

.anchor_listYear li {
    width: 20%
}

.tabs {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
    list-style: none
}

.tab_link {
    width: 50%;
    cursor: pointer;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    color: #c00
}

.tab_link.r_tab {
    color: #9fa0a3
}

.tab_link span {
    height: 50px;
    background-color: #fff;
    width: 100%;
    position: relative
}

.tab_link.current span {
    background-color: #c00;
    color: #fff
}

.tab_content {
    display: none
}

.tab_content.current {
    display: inherit
}

.tabs_colAuto li {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    width: auto
}

.tabs_cats {
    display: flex;
    margin-bottom: 35px
}

.tabs_cats li {
    width: 25%
}

.tabs_cats li[data-id=event] span {
    color: #e78d1a
}

.tabs_cats li[data-id=report] span {
    color: #08699e
}

.tabs_cats li[data-id=outlook] span {
    color: #54b26a
}

.tabs_cats .tab_link.current span::after {
    opacity: 0
}

.tabs_cats .tab_link.current span {
    color: #fff;
    z-index: 1
}

.tabs_cats .tab_link.current[data-id=event] span {
    background-color: #e78d1a
}

.tabs_cats .tab_link.current[data-id=report] span {
    background-color: #08699e
}

.tabs_cats .tab_link.current[data-id=outlook] span {
    background-color: #54b26a
}

.tab_catItem {
    display: none
}

.tab_catItem.current {
    display: inherit
}

.tabsub_content {
    display: none
}

.tabsub_content.active {
    display: inherit
}

.quick {
    background-color: #eee;
    padding: 24px 0 95px
}

.quick_body {
    padding: 0 16px;
    font-size: 10px;
    line-height: 1.8;
    color: #3c3c3c
}

.quick_body h3 {
    line-height: 1.4;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 13px
}

.quick_body dl {
    margin-top: 13px
}

.quick_body dl dt {
    font-weight: 700
}

.theme_item {
    padding: 22px 0 25px 0
}

.theme_linkList {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px 20px;
    list-style: none
}

.theme_linkList li {
    width: 50%;
    padding: 0 7px
}

.theme_linkList a {
    line-height: 1.2;
    font-size: 11px;
    height: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
    padding: 0 5px
}

.theme_linkList a span {
    display: inline-block;
    position: relative;
    padding-right: 15px
}

.theme_linkList a.is_pdf span::after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
    background: url(/images/pdf20x20.png) no-repeat 0 0/100% 100%
}

.theme_linkList a.is_outer span::after {
    content: "";
    width: 9px;
    height: 9px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -4.5px;
    background: url(/images/outer18x18.png) no-repeat 0 0/100% 100%
}

.theme_note {
    font-size: 11px;
    line-height: 1.5
}

.theme_float figure {
    width: 155px
}

.theme_float figure img {
    display: block;
    width: 100%
}

.theme_linkArrow li {
    line-height: 1.6
}

.theme_linkArrow a {
    font-size: 12px;
    font-weight: 700;
    text-decoration: underline;
    position: relative;
    padding-left: 18px;
    display: inline-block
}

.theme_linkArrow a::before {
    content: "";
    width: 13px;
    height: 14px;
    background: url(/images/arrow13x14_red.png) no-repeat 0 0/100% 100%;
    position: absolute;
    left: 0;
    top: 6px
}

.theme_linkArrow .icon_arrow {
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 14px;
    background: url(/images/arrow13x14_red.png) no-repeat 0 0/100% 100%;
    margin-left: 4px;
    margin-bottom: 2px
}

.theme_movie {
    background-color: #f6f3f1;
    padding: 10px;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.theme_moviePlay {
    width: 135px
}

.theme_moviePlay img {
    display: block;
    width: 100%
}

.theme_movieTitle {
    width: 72px;
    font-weight: 700;
    font-size: 10px;
    line-height: 1.2;
    white-space: nowrap;
    margin-right: 15px
}

.theme_movieTitle span {
    display: block;
    text-align: center
}

.theme_movieTitle span::before {
    content: "";
    display: block;
    margin: 0 auto 10px;
    height: 25px;
    width: 29px;
    background: url(/images/ico_movie58x50.png) no-repeat 0 0/100% 100%
}

.theme_moviePlay a {
    display: block;
    position: relative
}

.theme_moviePlay a .icon {
    width: 30px;
    height: 30px;
    background-color: rgba(255,255,255,.9);
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.theme_moviePlay a .icon::before {
    content: "";
    width: 12px;
    height: 14px;
    background: url(/images/svg/play.svg) no-repeat center center/100% 100%;
    transform: translate(-50%,-50%);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: 1px
}

.theme_linkArrow {
    list-style: none
}

.prank_tableItem {
    margin-bottom: 40px
}

.prank_tableItem:last-child {
    margin-bottom: 0
}

.prank_table table {
    width: 100%;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 10px;
    text-align: center
}

.prank_table table a {
    text-decoration: underline
}

.prank_table table thead th {
    font-weight: 700;
    border-bottom: 1px solid #d4d4d4;
    background-color: #f0e7e7;
    text-align: center;
    line-height: 1.2;
    padding: 0 5px;
    vertical-align: middle;
    height: 40px
}

.prank_table table thead th.prank_name {
    text-align: left
}

.prank_table table tbody tr:nth-child(odd) td,.prank_table table tbody tr:nth-child(odd) th {
    background-color: #fff
}

.prank_table table tbody th {
    vertical-align: middle;
    border-bottom: 1px solid #dbdada;
    height: 40px;
    line-height: 1.5;
    background-color: #fff
}

.prank_table table tbody td {
    line-height: 1.5;
    border-bottom: 1px solid #dbdada;
    padding: 0 5px;
    vertical-align: middle;
    height: 40px;
    background-color: #fff
}

.prank_table table tbody .fund_name,.prank_table table thead th.fund_name {
    padding-left: 10px
}

.prank_table table tbody td .price_down,.prank_table table tbody td .price_up {
    position: relative;
    display: inline-block;
    line-height: 1.1;
    padding-right: 18px
}

.prank_table table tbody td .price_up span {
    transform: rotate(-90deg);
    position: absolute;
    right: 0;
    top: 0
}

.prank_table table tbody td .price_down span {
    transform: rotate(90deg);
    position: absolute;
    right: 0;
    top: 0;
    letter-spacing: 0
}

.prank_table table tbody td.align_right {
    padding-right: 15px
}

.prank_table .report_link {
    display: inline-block;
    padding-right: 25px;
    position: relative
}

.prank_table .report_link::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0 0
}

.prank_table .report_link.is_outer::before {
    width: 16px;
    height: 16px;
    background-image: url(/images/outer.png);
    margin-top: -2px
}

.prank_table .report_link.is_pdf::before {
    width: 15px;
    height: 15px;
    background-image: url(/images/pdf30x30.png)
}

.prank_note {
    font-size: 10px;
    line-height: 1.5;
    margin-top: 5px
}

.prank_caption {
    line-height: 1.2;
    margin-bottom: 22px
}

.prank_caption span {
    float: left;
    font-size: 12px
}

.prank_caption small {
    float: right;
    font-size: 10px
}

.prank_table table thead th[class*=bg_] {
    color: #fff
}

.price_line::after {
    content: "";
    margin-left: 7px;
    height: 3px;
    width: 7px;
    display: inline-block;
    vertical-align: middle;
    background-color: #8c8c8c
}

.line_short {
    font-size: 0;
    height: 1px;
    width: 7px;
    background-color: #333;
    display: inline-block;
    vertical-align: middle
}

.market_newsTemp1 {
    padding-bottom: 60px
}

.market_newsTemp1 p a {
    text-decoration: underline
}

.market_newsTemp1 .thumbnail {
    font-size: 0;
    text-align: center;
    margin-bottom: 35px
}

.market_newsTemp1 .thumbnail img {
    max-width: 100%
}

.market_newsTemp1 h5 {
    line-height: 1.3;
    font-weight: 700;
    color: #4b6583;
    font-size: 16px;
    margin-bottom: 16px
}

.market_newsTemp1 p {
    margin-bottom: 35px
}

.market_newsTemp1 .market_label {
    line-height: 1.3;
    margin-bottom: 16px
}

.market_newsTemp1 .market_label span {
    display: inline-block;
    background-color: #333;
    color: #fff;
    font-size: 16px;
    padding: 5px 20px 4px
}

.market_archiveItem {
    border-bottom: 1px solid #e1e1e1;
    padding: 14px 20px
}

.market_archiveItem dt {
    font-size: 0;
    font-weight: 500;
    padding-left: 47px;
    position: relative;
    z-index: 1;
    margin-bottom: 6px;
    line-height: 1.1
}

.market_archiveItem dt span {
    display: inline-block;
    vertical-align: middle
}

.archive_new {
    display: inline-block;
    background-color: #c00;
    color: #fff;
    font-size: 9px;
    font-weight: 400;
    width: 37px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    padding-top: 1px
}

.market_archiveItem dt .archive_new {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px
}

.archive_date {
    display: inline-block;
    line-height: 1.1;
    padding-top: 1px;
    margin: 0 10px 0 0;
    font-weight: 400;
    font-size: 13px;
    padding-bottom: 1px
}

.archive_cat {
    display: inline-block;
    background-color: #54b26a;
    color: #fff;
    font-size: 9px;
    text-align: center;
    width: 50px;
    height: 20px;
    line-height: 20px
}

.market_news .e_archiveList .market_archiveItem dt .archive_cat {
    width: 70px
}

.market_archiveItem dd {
    font-size: 11px;
    line-height: 1.8;
    padding: 0
}

.market_archiveItem dd:last-child {
    margin-bottom: 0
}

.market_archiveItem dd a {
    text-decoration: underline
}

.market_archive {
    margin-bottom: 30px
}

.archive_loading {
    font-size: 0;
    line-height: 0
}

.archive_loading span {
    display: block;
    margin: 0 auto;
    width: 4px;
    height: 4px;
    background-color: #474747;
    border-radius: 100%;
    margin-bottom: 7px
}

.archive_loading span:last-child {
    margin-bottom: 0
}

.market_comment {
    padding-bottom: 80px
}

.week_wrap {
    margin-bottom: 60px
}

.week_block {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    padding: 17px 30px 17px 30px;
    background-color: #f6f3f1
}

.week_block em {
    font-style: normal;
    color: #c00
}

.week_market {
    font-size: 18px
}

.week_date {
    line-height: 1.3;
    font-weight: 500;
    margin-top: 3px
}

.link_pdf {
    display: inline-block;
    line-height: 1.3;
    background-color: #f6f3f1;
    color: #333;
    font-size: 16px;
    padding: 10px 46px 8px 16px;
    position: relative;
    transition: background .3s ease,color .3s ease
}

.link_pdf:hover {
    color: #c00;
    background-color: #eeecea
}

.link_pdf::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(/images/pdf20x20.png) no-repeat 0 0/100% 100%;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px
}

.market_pdf {
    margin-bottom: 60px
}

.market_quick {
    background-color: #eee;
    padding: 50px 0;
    font-size: 14px
}

.market_quickTitle {
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #d4d4d4;
    background-color: #fff;
    padding: 15px 20px 15px;
    line-height: 1.4;
    margin-bottom: 33px
}

.market_quick h4 {
    font-weight: 700;
    color: #4b6583;
    margin-bottom: 15px
}

.market_quick p {
    margin-bottom: 35px
}

.table_style1 {
    width: 100%;
    border-top: 1px solid #d4d4d4;
    margin-bottom: 22px
}

.table_style1 th {
    vertical-align: middle;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    padding: 15px 10px;
    width: 300px;
    border-bottom: 1px solid #d4d4d4;
    background-color: #f0e7e7
}

.table_style1 td {
    border-bottom: 1px solid #d4d4d4;
    vertical-align: middle;
    padding: 15px 30px
}

.market_quick .market_quickTop {
    padding: 0 40px 40px
}

.market_quick .market_quickBottom {
    padding: 15px 40px 0;
    border-top: 1px solid #d4d4d4
}

.market_quick .market_quickBox {
    border: 1px solid #d4d4d4;
    padding: 52px 58px;
    margin-top: 84px;
    margin-bottom: 52px
}

.market_quick .market_quickBox p:last-child {
    margin-bottom: 0
}

.market_quick .market_quickLogo {
    overflow: hidden;
    padding: 0 40px
}

.market_quick .market_quickLogo .image {
    float: left;
    width: 169px;
    font-size: 0;
    padding-top: 8px
}

.market_quick .market_quickLogo p {
    margin-bottom: 0
}

.market_newsTemp2 {
    padding-top: 60px
}

.market_newsTemp2:first-child {
    padding-top: 0
}

.market_newsTemp2 h5 {
    color: #c00;
    font-weight: 700;
    line-height: 1.3;
    font-size: 16px;
    margin-bottom: 16px
}

.market_newsTemp2 p {
    margin-bottom: 35px
}

.market_newsTemp2 .temp2_right p {
    line-height: 1.8;
    margin-bottom: 22px
}

.market_newsTemp2 .temp2_right figure img {
    width: 100%
}

.market_newsTemp2 .temp2_left figure {
    padding-top: 5px
}

.market_newsTemp2 .temp2_left figure img {
    max-width: 100%
}

.market_themeNote li {
    text-indent: -15px;
    padding-left: 15px
}

.market_newsTemp2 .thumbnail {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 35px
}

.market_newsTemp2 .thumbnail figure {
    display: inline-block;
    text-align: left;
    line-height: 1.3;
    font-size: 20px
}

.market_newsTemp2 .thumbnail figure strong {
    display: block;
    margin-bottom: 15px
}

.market_newsTemp2 .thumbnail img {
    display: block;
    max-width: 100%
}

.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all .15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .8
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all .15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: inherit
}

.mfp-close {
    cursor: pointer!important
}

.video-popup {
    max-width: 800px;
    margin: 0 auto;
    padding-top: 40px;
    position: relative
}

.video-popup video {
    width: 100%;
    outline: 0
}

.mfp-close-btn-in .video-popup .mfp-close {
    color: #fff
}

.tabs_filterYear .tab_link {
    color: #9fa0a3
}

.hide {
    display: none!important
}

.notice_block {
    background-color: #f6f3f1;
    z-index: 20;
    line-height: 1.5;
    color: #c80000;
    padding: 14px 0 14px 0;
    margin-top: 40px;
    margin-bottom: -30px
}

.notice_block dl {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.notice_block dl dt {
    width: 137px;
    font-weight: 700
}

.notice_block dl dt span {
    display: block;
    position: relative
}

.notice_block dl dt span::before {
    content: "";
    width: 23px;
    height: 20px;
    background: url(/images/ico_notice_sp.png) no-repeat 0 0/100% 100%;
    display: block;
    margin: 0 auto 2px
}

.notice_block dl dd {
    font-size: 12px;
    width: calc(100% - 137px)
}

.notice_block dl dd a {
    text-decoration: underline;
    color: #c80000
}

.text_bold {
    font-weight: 700!important
}

.iframe_tag {
    border: none;
    outline: 0;
    width: 100%
}

.iframe_tagInf {
    height: 522px
}

.iframe_block {
    font-size: 0
}

.no-link,.no-link p {
    text-decoration: none!important
}

.no-link:hover {
    color: #333!important
}

button {
    color: #333;
    font-family: var(--font-family);
    font-size: inherit;
    font-weight: var(--font-weight-normal)
}

#main .has_navigation {
    display: flex;
    gap: 100px 26px
}

#main .has_navigation .contents {
    flex-grow: 1
}

#main .contents {
    padding-block-end:100px}

#fundsearch-contents {
    padding-block-end:100px}

#fundsearch-contents .ttl-lv2+.blk-lead,#fundsearch-contents hgroup+.blk-lead {
    margin-block-start:20px}

#fundsearch-contents .ttl-lv2+.blk-table,#fundsearch-contents .ttl-lv2+.nav-anchor,#fundsearch-contents hgroup+.blk-table,#fundsearch-contents hgroup+.nav-anchor {
    margin-block-start:40px}

#fundsearch-contents hgroup {
    display: flex;
    justify-content: space-between;
    gap: 20px
}

#fundsearch-contents .blk-lead {
    display: flex;
    gap: 16px
}

#fundsearch-contents .blk-lead .txt-lead+.lst-disc,#fundsearch-contents .blk-lead .txt-lead+.lst-note {
    margin-block-start:16px}

#fundsearch-contents .blk-lead~.blk-table,#fundsearch-contents .blk-lead~.box-notice {
    margin-block-start:40px}

#fundsearch-contents .blk-lead~.box-conduct {
    margin-block-start:40px}

#fundsearch-contents .blk-table .head-table {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

#fundsearch-contents .blk-table .head-table>:last-of-type {
    display: flex;
    align-items: center;
    -moz-column-gap: 20px;
    column-gap: 20px;
    flex-shrink: 0;
    margin-inline-start:auto}

#fundsearch-contents .blk-table .head-table+.fld-tab {
    margin-block-start:16px}

#fundsearch-contents .blk-table .nav-tab+.tab-contents .head-table {
    align-items: flex-end;
    margin-block-start:20px}

#fundsearch-contents .blk-table .nav-tab+.tab-contents .head-table+.tbl-fundsearch {
    margin-block-start:12px}

#fundsearch-contents .blk-table .nav-tab+.head-table {
    align-items: flex-end;
    margin-block-start:20px}

#fundsearch-contents .blk-table .nav-tab+.head-table+.tbl-fundsearch {
    margin-block-start:12px}

#fundsearch-contents .tbl-fundsearch+.lst-note {
    margin-block-start:10px}

#fundsearch-contents .tbl-fundsearch+.lst-note+.txt-supplement,#fundsearch-contents .tbl-fundsearch+.txt-supplement {
    margin-block-start:40px}

.main_title.sp+.container_fluid .breadcrumb:has(ul) {
    margin-right: -25px
}

.breadcrumb:has(ul) {
    color: #333;
    display: flex;
    align-items: center;
    position: static
}

.breadcrumb:has(ul) a {
    color: #333
}

.breadcrumb ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.local_nav>h4 {
    background-color: #474747;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    padding: 16px
}

.local_nav>.navi-list>li.navi-current>a {
    background-color: #f0e7e7;
    border-color: #c00;
    color: #c00
}

.local_nav>.navi-list>li+li {
    border-block-start:1px solid #fff}

.local_nav>.navi-list a {
    background-color: #f6f3f1;
    color: #00305c;
    font-size: 14px;
    line-height: 1.5;
    display: block;
    padding: 16px 32px 16px 16px;
    position: relative;
    transition: background-color .3s ease 0s,border-color .3s ease 0s
}

.local_nav>.navi-list a::after {
    background-image: url(/images/icon_arrow_red.svg);
    background-repeat: no-repeat;
    content: "";
    display: block;
    inset: calc(50% - 8px) 16px auto auto;
    position: absolute;
    width: 16px;
    height: 16px
}

.local_nav>.navi-list a.pdf::after {
    background-image: url(/images/pdf16x16_red.png)
}

.local_nav>.navi-list+.bnr-list {
    margin-top: 20px
}

.local_nav>.bnr-list {
    display: flex;
    flex-direction: column;
    row-gap: 8px
}

.local_nav>.bnr-list .bnr-nisa a {
    overflow: hidden;
    height: 50px
}

.local_nav>.bnr-list .bnr-nisa a img {
    width: 180px
}

.local_nav>.bnr-list a {
    display: flex;
    justify-content: center;
    flex-grow: 1;
    flex-shrink: 0;
    transition: opacity .3s ease 0s
}

.fld-tab {
    position: relative
}

.fld-tab>input {
    overflow: hidden;
    position: absolute;
    width: 0;
    height: 0
}

.fld-tab>input:checked:first-of-type~.modal-head .nav-tab li:nth-of-type(1),.fld-tab>input:checked:first-of-type~.nav-tab li:nth-of-type(1) {
    z-index: 1
}

.fld-tab>input:checked:first-of-type~.modal-head .nav-tab li:nth-of-type(1):not(:first-of-type)::before,.fld-tab>input:checked:first-of-type~.nav-tab li:nth-of-type(1):not(:first-of-type)::before {
    border-inline-start-color:#fff;inset: 0 auto 0 -1px
}

.fld-tab>input:checked:first-of-type~.modal-head .nav-tab li:nth-of-type(1):not(:last-of-type)::after,.fld-tab>input:checked:first-of-type~.nav-tab li:nth-of-type(1):not(:last-of-type)::after {
    border-inline-start-color:#fff;inset: 0 -1px 0 auto
}

.fld-tab>input:checked:first-of-type~.modal-head .nav-tab li:nth-of-type(1)>label,.fld-tab>input:checked:first-of-type~.nav-tab li:nth-of-type(1)>label {
    background-color: #c00;
    color: #fff
}

.fld-tab>input:checked:first-of-type~.modal-body .tab-contents>div:not(:nth-of-type(1)),.fld-tab>input:checked:first-of-type~.tab-contents>div:not(:nth-of-type(1)) {
    display: none
}

.fld-tab>input:checked:nth-of-type(2)~.modal-head .nav-tab li:nth-of-type(2),.fld-tab>input:checked:nth-of-type(2)~.nav-tab li:nth-of-type(2) {
    z-index: 1
}

.fld-tab>input:checked:nth-of-type(2)~.modal-head .nav-tab li:nth-of-type(2):not(:first-of-type)::before,.fld-tab>input:checked:nth-of-type(2)~.nav-tab li:nth-of-type(2):not(:first-of-type)::before {
    border-inline-start-color:#fff;inset: 0 auto 0 -1px
}

.fld-tab>input:checked:nth-of-type(2)~.modal-head .nav-tab li:nth-of-type(2):not(:last-of-type)::after,.fld-tab>input:checked:nth-of-type(2)~.nav-tab li:nth-of-type(2):not(:last-of-type)::after {
    border-inline-start-color:#fff;inset: 0 -1px 0 auto
}

.fld-tab>input:checked:nth-of-type(2)~.modal-head .nav-tab li:nth-of-type(2)>label,.fld-tab>input:checked:nth-of-type(2)~.nav-tab li:nth-of-type(2)>label {
    background-color: #c00;
    color: #fff
}

.fld-tab>input:checked:nth-of-type(2)~.modal-body .tab-contents>div:not(:nth-of-type(2)),.fld-tab>input:checked:nth-of-type(2)~.tab-contents>div:not(:nth-of-type(2)) {
    display: none
}

.fld-tab>input:checked:nth-of-type(3)~.modal-head .nav-tab li:nth-of-type(3),.fld-tab>input:checked:nth-of-type(3)~.nav-tab li:nth-of-type(3) {
    z-index: 1
}

.fld-tab>input:checked:nth-of-type(3)~.modal-head .nav-tab li:nth-of-type(3):not(:first-of-type)::before,.fld-tab>input:checked:nth-of-type(3)~.nav-tab li:nth-of-type(3):not(:first-of-type)::before {
    border-inline-start-color:#fff;inset: 0 auto 0 -1px
}

.fld-tab>input:checked:nth-of-type(3)~.modal-head .nav-tab li:nth-of-type(3):not(:last-of-type)::after,.fld-tab>input:checked:nth-of-type(3)~.nav-tab li:nth-of-type(3):not(:last-of-type)::after {
    border-inline-start-color:#fff;inset: 0 -1px 0 auto
}

.fld-tab>input:checked:nth-of-type(3)~.modal-head .nav-tab li:nth-of-type(3)>label,.fld-tab>input:checked:nth-of-type(3)~.nav-tab li:nth-of-type(3)>label {
    background-color: #c00;
    color: #fff
}

.fld-tab>input:checked:nth-of-type(3)~.modal-body .tab-contents>div:not(:nth-of-type(3)),.fld-tab>input:checked:nth-of-type(3)~.tab-contents>div:not(:nth-of-type(3)) {
    display: none
}

.fld-tab>input:focus-visible:first-of-type~.modal-head .nav-tab li:nth-of-type(1)>label,.fld-tab>input:focus-visible:first-of-type~.nav-tab li:nth-of-type(1)>label {
    box-shadow: 0 5px 4px -4px rgba(204,0,0,.6)
}

.fld-tab>input:focus-visible:nth-of-type(2)~.modal-head .nav-tab li:nth-of-type(2)>label,.fld-tab>input:focus-visible:nth-of-type(2)~.nav-tab li:nth-of-type(2)>label {
    box-shadow: 0 5px 4px -4px rgba(204,0,0,.6)
}

.fld-tab>input:focus-visible:nth-of-type(3)~.modal-head .nav-tab li:nth-of-type(3)>label,.fld-tab>input:focus-visible:nth-of-type(3)~.nav-tab li:nth-of-type(3)>label {
    box-shadow: 0 5px 4px -4px rgba(204,0,0,.6)
}

.nav-tab {
    display: flex
}

.nav-tab>ul {
    border-block-end:1px solid #c00;display: flex;
    -moz-column-gap: 1px;
    column-gap: 1px
}

.nav-tab>ul>li {
    flex-basis: 100%;
    position: relative
}

.nav-tab>ul>li::after,.nav-tab>ul>li::before {
    border-inline-start-style:solid;border-inline-start-width:1px;content: "";
    position: absolute
}

.nav-tab>ul>li+li::before {
    border-inline-start-color:#c00;inset: 10px auto 10px -1px
}

.nav-tab label {
    background-color: #f6f3f1;
    cursor: pointer;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-size: 14px;
    font-weight: var(--font-weight-bold);
    line-height: 1.2;
    padding: 8px;
    min-height: 52px;
    transition: background-color .3s ease 0s,box-shadow .3s ease 0s,color .3s ease 0s
}

.nav-anchor {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(76px,1fr));
    row-gap: 4px;
    padding-inline-start:1px}

.nav-anchor>li {
    background-color: #fff;
    border-inline:1px solid #c00;margin-inline-start:-1px}

.nav-anchor a {
    display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 4px;
    font-size: 14px;
    font-weight: var(--font-weight-bold);
    line-height: 1;
    padding: 4px;
    transition: color .3s ease 0s
}

.nav-anchor a::after {
    background-image: url(/images/icon_angle.svg);
    background-repeat: no-repeat;
    content: "";
    width: 16px;
    height: 16px
}

a.inline-link {
    color: #00305c;
    text-decoration: underline
}

.ttl-lv2 {
    border-inline-start:4px solid #c00;font-size: 20px;
    line-height: 1.5;
    padding-inline-start:8px}

.ttl-lv3 {
    font-size: 18px;
    line-height: 1.5
}

.ttl-lv3::before {
    border-inline-start:4px solid #333;content: "";
    display: inline-block;
    margin-inline-end:8px;transform: translateY(2px);
    height: 18px
}

.ttl-lv3:not(:first-child) {
    margin-block-start:20px}

.ttl-lv4 {
    border-bottom: 2px solid #f99;
    font-size: 16px;
    font-weight: var(--font-weight-normal);
    line-height: 1.5
}

.ttl-lv4:not(:first-child) {
    margin-block-start:10px}

.ttl-table {
    font-size: 20px;
    font-weight: var(--font-weight-bold);
    line-height: 1
}

.ttl-section {
    background-color: #c00;
    color: #fff;
    font-size: 18px;
    font-weight: var(--font-weight-bold);
    line-height: 1.5;
    padding: 8px
}

.txt-lead {
    font-size: 16px;
    font-weight: var(--font-weight-normal);
    line-height: 1.5
}

.txt-reference-date,.txt-reference-info {
    font-size: 14px;
    font-weight: var(--font-weight-normal);
    line-height: 1;
    white-space: nowrap
}

.txt-supplement {
    font-size: 14px;
    font-weight: var(--font-weight-normal);
    line-height: 1.5
}

.txt-modal-faq {
    font-size: 14px;
    font-weight: var(--font-weight-normal);
    line-height: 1.5
}

.txt-modal-faq:last-of-type {
    margin-block-end:20px}

.lst-disc {
    list-style-type: disc;
    padding-inline-start:16px}

.lst-disc>li {
    font-size: 14px;
    font-weight: var(--font-weight-normal);
    line-height: 1.5
}

.lst-note {
    list-style-type: none;
    padding-inline-start:0}

.lst-note>li {
    font-size: 14px;
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
    padding-inline-start:26px;position: relative
}

.lst-note>li::before {
    content: "※";
    inset: 0 auto auto 0;
    position: absolute
}

.tbl-fundsearch {
    display: grid;
    -moz-column-gap: 1px;
    column-gap: 1px;
    font-size: 12px;
    font-weight: var(--font-weight-normal);
    line-height: 1.5
}

.tbl-fundsearch a {
    color: #00305c
}

.tbl-fundsearch>.row {
    display: grid;
    grid-template-columns: subgrid
}

.tbl-fundsearch>.row.head .col {
    background-color: #f0e7e7;
}

.tbl-fundsearch>.row.head .col.sort button {
    color: #00305c;
    transition: color .3s ease 0s
}

.tbl-fundsearch>.row.head .col.sort .sort-switch.down>a:first-of-type::before,.tbl-fundsearch>.row.head .col.sort .sort-switch.down>button:first-of-type::before {
    background-color: #c00
}

.tbl-fundsearch>.row.head .col.sort .sort-switch.up>a:nth-of-type(2)::before,.tbl-fundsearch>.row.head .col.sort .sort-switch.up>button:nth-of-type(2)::before {
    background-color: #c00
}

.tbl-fundsearch>.row.head .col.sort .sort-switch>a,.tbl-fundsearch>.row.head .col.sort .sort-switch>button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px
}

.tbl-fundsearch>.row.head .col.sort .sort-switch>a::before,.tbl-fundsearch>.row.head .col.sort .sort-switch>button::before {
    background-color: #ccc;
    content: "";
    display: block;
    width: 10px;
    height: 8px;
    transition: background-color .3s ease 0s
}

.tbl-fundsearch>.row.head .col.sort .sort-switch>a.down::before,.tbl-fundsearch>.row.head .col.sort .sort-switch>button.down::before {
    -webkit-clip-path: polygon(0 0,50% 100%,100% 0);
    clip-path: polygon(0 0,50% 100%,100% 0)
}

.tbl-fundsearch>.row.head .col.sort .sort-switch>a.up::before,.tbl-fundsearch>.row.head .col.sort .sort-switch>button.up::before {
    -webkit-clip-path: polygon(0 100%,50% 0,100% 100%);
    clip-path: polygon(0 100%,50% 0,100% 100%)
}

.tbl-fundsearch>.row.head .col a,.tbl-fundsearch>.row.head .col button {
    display: contents
}

.tbl-fundsearch>.row:not(.head) .col {
    background-color: #fafafa
}

.tbl-fundsearch>.row:not(.head) .col a {
    transition: color .3s ease 0s
}

.tbl-fundsearch>.row:not(.head) .col a.pdf {
    display: flex;
    align-items: center;
    -moz-column-gap: 4px;
    column-gap: 4px
}

.tbl-fundsearch>.row:not(.head) .col a.pdf::before {
    background-image: url(/images/pdf16x16_red.png);
    background-repeat: no-repeat;
    content: "";
    vertical-align: top;
    display: inline-block;
    width: 16px;
    height: 16px
}

.tbl-fundsearch>.row:not(.head) .col .line_short {
    font-size: 0;
    height: 1px;
    width: 7px;
    background-color: #333;
    display: inline-block;
    vertical-align: middle
}

.tbl-fundsearch>.row:not(.head):nth-of-type(odd) .col {
    background-color: #fff
}

.tbl-fundsearch>.row:not(.head) .number {
    align-content: center;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
    font-weight: var(--font-weight-bold);
    line-height: 1;
    white-space: nowrap
}

.tbl-fundsearch>.row:not(.head) .number:has(.up,.down,.even)::after {
    content: "";
    display: inline-block;
    margin-inline-start:5px;vertical-align: top
}

.tbl-fundsearch>.row:not(.head) .number:has(.up,.down)::after {
    background-repeat: no-repeat;
    width: 10px;
    height: 12px
}

.tbl-fundsearch>.row:not(.head) .number:has(.up) {
    color: #c00
}

.tbl-fundsearch>.row:not(.head) .number:has(.up)::after {
    background-image: url(/images/icon_up.svg)
}

.tbl-fundsearch>.row:not(.head) .number:has(.down) {
    color: #069
}

.tbl-fundsearch>.row:not(.head) .number:has(.down)::after {
    background-image: url(/images/icon_down.svg)
}

.tbl-fundsearch>.row:not(.head) .number:has(.even)::after {
    background-color: #ccc;
    margin-block:5px;width: 6px;
    height: 2px
}

.tbl-fundsearch>.row:not(.head) .number .up {
    color: #c00
}

.tbl-fundsearch>.row:not(.head) .number .down {
    color: #069
}

.tbl-fundsearch>.row:not(.head) .number.null {
    justify-content: center
}

.tbl-fundsearch>.row:not(.head) .number .units {
    font-weight: 500
}

.tbl-fundsearch>.row:not(.head) .name {
    align-items: flex-start;
    row-gap: 8px
}

.tbl-fundsearch>.row:not(.head) .name .redemptionmerger-label {
    order: -2;
    color: #c00;
    font-weight: var(--font-weight-bold)
}

.tbl-fundsearch>.row:not(.head) .name .lst-label {
    display: flex;
    align-items: stretch;
    gap: 4px 2px;
    font-size: 10px;
    font-weight: var(--font-weight-bold);
    line-height: 1;
    order: -1;
    flex-wrap: wrap
}

.tbl-fundsearch>.row:not(.head) .name .lst-label .label-area {
    border-style: solid;
    border-width: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 4px
}

.tbl-fundsearch>.row:not(.head) .name .lst-label .label-area {
    border-color: #c00;
    color: #c00
}

.tbl-fundsearch>.row:not(.head) .name .lst-label .label-nisa {
    display: flex;
    gap: 0 2px
}

.tbl-fundsearch>.row:not(.head) .name .lst-label .label-nisa .accumulation,.tbl-fundsearch>.row:not(.head) .name .lst-label .label-nisa .growth {
    border-radius: 4px;
    display: flex;
    gap: 2px 4px;
    padding-inline:2px;white-space: nowrap;
    align-items: center;
    padding: 4px
}

.tbl-fundsearch>.row:not(.head) .name .lst-label .label-nisa .accumulation {
    background-color: #4eab7f;
    border-color: #4eab7f;
    color: #fff
}

.tbl-fundsearch>.row:not(.head) .name .lst-label .label-nisa .growth {
    background-color: #4876b4;
    border-color: #4876b4;
    color: #fff
}

.tbl-fundsearch>.row .col {
    border-block-end:1px solid #d4d4d4;display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 7px;
}

.tbl-fundsearch.basic-information {
    grid-template-columns: minmax(157px,1.6354166667fr) 1fr 53px
}

.tbl-fundsearch.basic-information>.row {
    grid-column: span 3
}

.tbl-fundsearch.basic-information>.row .col-stack.return {
    display: none
}

.tbl-fundsearch.return {
    grid-template-columns: minmax(157px,1.6354166667fr) 1fr 53px
}

.tbl-fundsearch.return>.row {
    grid-column: span 3
}

.tbl-fundsearch.return>.row .col-stack.basic {
    display: none
}

.tbl-fundsearch.return>.row .report {
    display: none
}

.tbl-fundsearch.redeemed>.row:not(.head) .date,.tbl-fundsearch.redeemed>.row:not(.head) .price {
    font-size: 14px;
    font-weight: var(--font-weight-bold)
}

.tbl-fundsearch.redeemed>.row:not(.head) .price {
    flex-direction: row;
    justify-content: flex-end
}

.tbl-fundsearch.redeemed>.row:not(.head) .report {
    align-items: flex-start
}

.tbl-fundsearch.redeemed>.row:not(.head) .report>p+p {
    margin-block-start:8px}

.btn-conduct {
    background-color: var(--color-button-red);
    color: #fff;
    font-size: 16px;
    font-weight: var(--font-weight-bold);
    line-height: 1;
    padding: 16px 42px 16px 16px;
    position: relative;
    transition: background-color .3s ease 0s
}

.btn-conduct::after {
    background-image: url(/images/icon_arrow_white.svg);
    background-repeat: no-repeat;
    content: "";
    display: block;
    inset: calc(50% - 8px) 16px auto auto;
    position: absolute;
    width: 16px;
    height: 16px
}

.btn-favorite,.btn-favorite-delete,.btn-favorite-toggle>label {
    display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 4px;
    font-size: 12px;
    font-weight: var(--font-weight-normal);
    line-height: 1;
    padding: 8px 4px;
    transition: color .3s ease 0s;
    min-width: 44px
}

.btn-favorite-delete::before,.btn-favorite-toggle>label::before,.btn-favorite::before {
    content: "";
    background-color: #000;
    background-image: url(/images/icon_plus_white.svg);
    background-repeat: no-repeat;
    border-radius: 100%;
    display: block;
    flex-shrink: 0;
    transition: background-color .3s ease 0s;
    width: 16px;
    height: 16px
}

.btn-favorite {
    background-color: #f0e7e7
}

.btn-favorite:not(.added)>span:nth-of-type(2) {
    display: none
}

.btn-favorite.added {
    background-color: #f6f3f1;
    color: #ccc;
    cursor: not-allowed
}

.btn-favorite.added::before {
    background-color: #ccc;
    background-image: url(/images/icon_check_white.svg)
}

.btn-favorite.added>span:first-of-type {
    display: none
}

.btn-favorite-delete {
    background-color: #fff;
    border: 1px solid #d4d4d4;
    transition: border-color .3s ease 0s,color .3s ease 0s
}

.btn-favorite-delete::before {
    transform: rotate(45deg)
}

.btn-favorite-toggle {
    position: relative
}

.btn-favorite-toggle>input {
    position: absolute;
    width: 0;
    height: 0
}

.btn-favorite-toggle>input:checked+label {
    background-color: #f6f3f1;
    color: #ccc
}

.btn-favorite-toggle>input:checked+label::before {
    background-color: #ccc;
    background-image: url(/images/icon_check_white.svg)
}

.btn-favorite-toggle>input:checked+label>span:first-of-type {
    display: none
}

.btn-favorite-toggle>input:not(:checked)+label {
    cursor: pointer
}

.btn-favorite-toggle>input:not(:checked)+label>span:nth-of-type(2) {
    display: none
}

.btn-favorite-toggle>label {
    background-color: #f0e7e7
}

.btn-modal-faq {
    background-color: #f6f3f1;
    color: #c00;
    display: flex;
    align-items: center;
    -moz-column-gap: 10px;
    column-gap: 10px;
    font-size: 14px;
    font-weight: var(--font-weight-bold);
    line-height: 1;
    padding: 8px;
    transition: background-color .3s ease 0s
}

.btn-modal-faq::after {
    background-color: #c00;
    background-image: url(/images/icon_faq_white.svg);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    border-radius: 100%;
    content: "";
    display: block;
    width: 16px;
    height: 16px
}

.modal-contents>.btn-modal-close {
    inset: 8px 8px auto auto;
    position: absolute;
    width: 24px;
    height: 24px;
    transition: opacity .3s ease 0s
}

.modal-foot .btn-modal-close {
    background-color: #474747;
    color: #fff;
    font-size: 16px;
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
    padding: 12px;
    transition: background-color .3s ease 0s
}

.btn-modal-confirm {
    background-color: var(--color-button-red);
    color: #fff;
    font-size: 16px;
    font-weight: var(--font-weight-normal);
    line-height: 1;
    padding: 16px 24px;
    transition: background-color .3s ease 0s
}

.btn-favorite-guide {
    border: 1px solid #d4d4d4;
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 14px;
    column-gap: 14px;
    font-size: 14px;
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
    padding: 16px 42px 16px 16px;
    position: relative;
    transition: background-color .3s ease 0s
}

.btn-favorite-guide::after {
    background-image: url(/images/icon_arrow_red.svg);
    background-repeat: no-repeat;
    content: "";
    display: block;
    inset: calc(50% - 8px) 16px auto auto;
    position: absolute;
    width: 16px;
    height: 16px
}

.btn-favorite-return {
    border: 1px solid #d4d4d4;
    font-size: 14px;
    font-weight: var(--font-weight-normal);
    line-height: 1;
    padding: 16px 16px 16px 42px;
    position: relative;
    transition: border-color .3s ease 0s,color .3s ease 0s
}

.btn-favorite-return::before {
    background-color: #000;
    background-image: url(/images/icon_return_white.svg);
    background-repeat: no-repeat;
    border-radius: 100%;
    content: "";
    display: block;
    inset: calc(50% - 8px) auto auto 16px;
    position: absolute;
    transition: background-color .3s ease 0s;
    width: 16px;
    height: 16px
}

.icon-black-circle {
    background-color: #000;
    background-repeat: no-repeat;
    border-radius: 100%;
    display: block;
    flex-shrink: 0;
    width: 16px;
    height: 16px
}

.icon-black-circle.close {
    background-image: url(/images/icon_plus_white.svg);
    transform: rotate(45deg)
}

.icon-black-circle.plus {
    background-image: url(/images/icon_plus_white.svg)
}

.icon-black-circle.check {
    background-image: url(/images/icon_check_white.svg)
}

button.icon-black-circle {
    transition: background-color .3s ease 0s
}

.box-notice {
    border: 1px solid #d4d4d4;
    font-size: 14px;
    padding: 10px;
}

.ttl-lv2+.box-notice {
    margin-block-start:20px}

.box-notice:has(p:only-child) {
    display: grid;
    align-items: center;
    justify-content: center;
    padding: 31px 16px
}

.box-notice:has(p:only-child)>p {
    color: #333;
    font-size: 16px;
    font-weight: var(--font-weight-normal);
    line-height: 1.5
}

.box-notice .ttl-lv3+dl,.box-notice .ttl-lv3+p,.box-notice .ttl-lv4+dl,.box-notice .ttl-lv4+p {
    margin-block-start:10px}

.box-notice p+.left_arrow {
    margin-block-start:10px}

.box-notice ul.left_arrow>li+li {
    margin-block-start:8px}

.box-notice dl dt {
    font-weight: var(--font-weight-normal)
}

.box-notice dl dd {
    margin-inline-start:16px}

.box-notice dl dd img {
    max-width: 100%
}

.box-notice dl dd+dt {
    margin-block-start:8px}

.box-conduct {
    background-color: #f6f3f1;
    display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 16px;
    padding: 30px
}

.box-conduct>p {
    font-size: 14px;
    font-weight: var(--font-weight-normal);
    line-height: 1.5
}

body.has-modal-open {
    overflow: hidden
}

.modal-fundsearch,.toast {
    background-color: rgba(0,0,0,.4);
    display: flex;
    align-items: center;
    justify-content: center;
    inset: 0;
    position: fixed;
    z-index: 100
}

.toast:not(.is-open) {
    display: none;
}

.toast>p {
    background-color: rgba(0,0,0,.7);
    color: #fff;
    font-size: 16px;
    font-weight: var(--font-weight-normal);
    line-height: 1;
    padding: 24px;
    max-width: 80%;
}

.toast.over>p {
    background-color: rgba(204,0,0,.7);
}

dialog.modal-fundsearch {
    border-width: 0;
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh
}

dialog.modal-fundsearch:not([open]) {
    display: none
}

dialog.modal-fundsearch::backdrop {
    background-color: transparent
}

.modal-fundsearch.faq>.modal-contents {
    height: auto
}

.modal-fundsearch>.modal-contents {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    overflow: auto;
    padding: 52px 20px 20px;
    position: relative;
    width: calc(100% - 32px);
    max-width: 1000px;
    height: calc(100% - 32px);
    max-height: 728px
}

.modal-fundsearch .modal-head .ttl-lv2+.blk-button,.modal-fundsearch .modal-head .ttl-lv2+.txt-lead {
    margin-block-start:20px}

.modal-fundsearch .modal-head .txt-lead {
    font-size: 14px
}

.modal-fundsearch .modal-head .txt-lead+.nav-tab {
    margin-block-start:20px}

.modal-fundsearch .modal-body {
    flex-grow: 1;
    overflow: auto;
    overscroll-behavior: contain;
    min-height: 104px
}

.modal-fundsearch .modal-foot {
    display: flex;
    justify-content: center
}

.modal-fundsearch .blk-button {
    display: flex;
    align-items: center;
    gap: 20px
}

.modal-fundsearch .btn-check-remove {
    border: 1px solid #474747;
    border-radius: 4px;
    color: #333;
    font-size: 14px;
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
    padding: 4px 8px;
    transition: border-color .3s ease 0s,color .3s ease 0s;
    white-space: nowrap
}

.modal-fundsearch .btn-check-remove:disabled {
    background-color: #f6f3f1;
    border-color: #f6f3f1;
    color: #ccc;
    cursor: not-allowed
}

.modal-fundsearch .nav-tab {
    display: flex
}

.toast-fundsearch:not(.is-open) {
    display: none
}

.toast-fundsearch>p {
    background-color: rgba(0,0,0,.7);
    color: #fff;
    font-size: 16px;
    font-weight: var(--font-weight-normal);
    line-height: 1;
    padding: 24px
}

.toast-fundsearch>p:not(.is-current) {
    display: none
}

.toast-fundsearch.already>p,.toast-fundsearch.over>p {
    background-color: rgba(204,0,0,.7)
}

@media all and (min-width: 375px) and (max-width:567px) {
    .iframe_tagMarket {
        height:4280px
    }
}

@media all and (min-width: 460px) and (max-width:900px) {
    .prank_table table.width410 {
        width:100%
    }

    .prank_table.prank410 table thead th:nth-child(2) {
        text-align: right
    }

    .prank_table.prank410 .touch_ballon {
        display: none!important
    }

    .prank_table.prank410 .width10 {
        width: 26%
    }

    .prank_table.prank410 .width11 {
        width: 25%
    }

    .prank_table.prank410 .width12 {
        width: 13%
    }
}

@media all and (min-width: 568px) and (max-width:732px) {
    .iframe_tagKawa {
        height:7650px
    }

    .iframe_tagWord {
        height: 9550px
    }
}

@media all and (min-width: 568px) and (max-width:900px) {
    .iframe_tagMarket {
        height:3600px
    }
}

@media all and (min-width: 733px) and (max-width:900px) {
    .iframe_tagKawa {
        height:8000px
    }

    .iframe_tagWord {
        height: 9800px
    }
}

@media all and (min-width: 765px) and (max-width:900px) {
    .prank_table.prank715 .touch_ballon {
        display:none!important
    }

    .prank_table.prank715 table {
        width: 100%
    }

    .prank_table.prank715 .width1 {
        width: 4.6%
    }

    .prank_table.prank715 .width2 {
        width: 28%
    }

    .prank_table.prank715 .width3,.prank_table.prank715 .width4 {
        width: 10.45%
    }

    .prank_table.prank715 .width5 {
        width: 11.1%
    }

    .prank_table.prank715 .width6 {
        width: 9.15%
    }

    .prank_table .width21 {
        width: 37.15%
    }
}

@media all and (min-width: 901px) {
    body {
        font-size:18px
    }

    .sp {
        display: none!important
    }

    .letter_spacePc_2 {
        letter-spacing: .2em
    }

    .icon_pdf {
        width: 20px;
        height: 20px;
        background-image: url(/images/pdf20x20.png);
        margin-left: 7px
    }

    .icon_tab {
        width: 18px;
        height: 18px;
        margin-left: 7px;
        background-image: url(/images/outer18x18.png)
    }

    .icon_tab.small {
        background-image: url(/images/outer.png)
    }

    .icon_arrow {
        top: -2px
    }

    .icon_outer {
        width: 18px;
        height: 18px;
        margin-left: 8px;
        top: 2px
    }

    .button {
        transition: background .3s ease;
        width: 200px;
        height: 50px;
        font-size: 16px
    }

    .button:hover {
        background-color: #eeecea
    }

    .button::after {
        width: 10px;
        height: 12px;
        margin-top: -6px
    }

    .nom_btnPdf {
        height: 80px;
        transition: background .3s ease;
        padding: 0 35px 0 10px;
        width: 400px;
        max-width: inherit
    }

    .nom_btnPdf:hover {
        background-color: #eeecea
    }

    .nom_btnPdf::after {
        background-image: url(../../images/pdf20x20.png);
        margin-top: -10px;
        right: 20px
    }

    .gaiyo_block,.nom_group {
        padding-bottom: 150px
    }

    .return_box {
        margin-top: 60px;
        margin-bottom: 50px
    }

    .return_box h5 {
        font-size: 20px;
        padding: 33px 40px 10px 40px
    }

    .return_box .inner {
        padding: 30px 40px 30px 40px
    }

    .next_btn {
        justify-content: center;
        padding-top: 30px
    }

    .next_btn a {
        background-color: #f6f3f1;
        transition: background .3s ease;
        font-size: 16px;
        width: 320px;
        height: 80px
    }

    .next_btn a::after {
        right: 20px
    }

    .next_btn a:hover {
        background-color: #eeecea!important
    }

    .next_btn.arrow_left a::after {
        left: 20px;
        right: inherit
    }

    .circle {
        padding-left: 18px
    }

    .circle::before {
        width: 12px;
        height: 12px;
        top: 3px
    }

    .text_link a,.text_linkArrow a {
        transition: color .3s ease
    }

    .text_link a:hover,.text_linkArrow a:hover {
        color: #c00
    }

    .no_comment {
        padding-left: 80px
    }

    .nom_thumb figcaption {
        margin-top: 35px
    }

    .mb_pc18 {
        margin-bottom: 18px!important
    }

    .mb_pc25 {
        margin-bottom: 25px!important
    }

    .mb_pc30 {
        margin-bottom: 30px!important
    }

    .mb_pc35 {
        margin-bottom: 35px!important
    }

    .mb_pc40 {
        margin-bottom: 40px!important
    }

    .mb_pc45 {
        margin-bottom: 45px!important
    }

    .mb_pc50 {
        margin-bottom: 50px!important
    }

    .mb_pc55 {
        margin-bottom: 55px!important
    }

    .mb_pc60 {
        margin-bottom: 60px!important
    }

    .mb_pc65 {
        margin-bottom: 65px!important
    }

    .mb_pc75 {
        margin-bottom: 75px!important
    }

    .mb_pc80 {
        margin-bottom: 80px!important
    }

    .mb_pc90 {
        margin-bottom: 90px!important
    }

    .mb_pc95 {
        margin-bottom: 95px!important
    }

    .mb_pc100 {
        margin-bottom: 100px!important
    }

    .mt_pc30 {
        margin-top: 30px!important
    }

    .mt_pc90 {
        margin-top: 90px!important
    }

    .mt_pc100 {
        margin-top: 100px!important
    }

    .pl_pc50 {
        padding-left: 50px!important
    }

    .pl_pc75 {
        padding-left: 75px!important
    }

    .pr_pc45 {
        padding-right: 45px!important
    }

    .pr_pc75 {
        padding-right: 75px!important
    }

    .pt_pc60 {
        padding-top: 60px!important
    }

    .pt_pc50 {
        padding-top: 50px!important
    }

    .pt_pc100 {
        padding-top: 100px!important
    }

    .pr_pc40 {
        padding-right: 40px!important
    }

    .mt-pc25 {
        margin-top: -25px!important
    }

    .mt-pc35 {
        margin-top: -35px!important
    }

    .head_styleLine {
        font-size: 36px;
        line-height: 1.6;
        padding-bottom: 24px;
        margin-bottom: 40px
    }

    .head_styleLine::after {
        width: 60px
    }

    .head_styleLine sup {
        font-size: 55%
    }

    .head_styleBorder {
        font-size: 28px;
        padding-bottom: 8px;
        margin-bottom: 40px
    }

    .archive_title {
        font-size: 16px;
        height: 60px;
        padding-left: 40px
    }

    #main {
        padding-top: 100px
    }

    .main_head::after {
        background-size: auto auto
    }

    .main_head::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        background-color: rgba(0,0,0,.2);
        z-index: 0
    }

    .main_head::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        background: url(/images/head/pattern.png) repeat 0 0;
        background-size: 1px 3px;
        opacity: .15;
        z-index: 1
    }

    .home #main {
        padding-top: 0
    }

    .main_head .container {
        background: 0 0!important
    }

    .main_headInner {
        height: 300px
    }

    .main_title {
        font-size: 60px
    }

    .main_head {
        margin-bottom: 100px
    }

    .breadcrumb {
        position: absolute;
        left: 0;
        top: 0;
        color: #fff;
        font-size: 12px;
        padding: 22px 50px 0
    }

    .breadcrumb a {
        color: #fff
    }

    .breadcrumb a::after {
        margin-left: 12px
    }

    .breadcrumb a:hover strong {
        text-decoration: none
    }

    .theme_table {
        margin-bottom: 60px
    }

    .theme_table tbody th {
        font-size: 20px;
        width: 200px;
        padding-top: 11px;
        padding-bottom: 11px
    }

    .theme_table tbody td {
        font-size: 16px;
        padding-left: 30px;
        padding-top: 11px;
        padding-bottom: 11px
    }

    .anchor_list {
        display: flex;
        flex-wrap: wrap;
        background-color: #f6f3f1
    }

    .anchor_list li {
        width: 20%;
        line-height: 1.3
    }

    .anchor_list a {
        height: 80px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        position: relative;
        transition: color .3s ease;
        font-weight: 700;
        font-size: 18px;
        padding: 0 10px;
        text-align: center
    }

    .anchor_list a::after {
        content: "";
        width: 1px;
        background-color: #333;
        height: 16px;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -8px
    }

    .anchor_list li:last-child a::after {
        display: none
    }

    .anchor_list a::before {
        content: "";
        width: 10px;
        height: 10px;
        position: absolute;
        left: 50%;
        bottom: 10px;
        background: url(/images/arrow10x10.png) no-repeat 0 0/100% 100%;
        margin-left: -5px;
        transform: rotate(0);
        opacity: 0;
        transition: opacity .3s ease
    }

    .anchor_list a:hover {
        color: #c00
    }

    .anchor_list a:hover::before {
        opacity: 1
    }

    .anchor_listIcon a {
        height: 120px
    }

    .anchor_listIcon a span {
        display: block;
        padding-bottom: 10px
    }

    .anchor_list a::after {
        top: 19px;
        bottom: 19px;
        height: auto;
        background-color: #d1cecd
    }

    .anchor_listYear li {
        width: 10%
    }

    .anchor_listYear a::after {
        height: 16px;
        top: 50%;
        bottom: inherit;
        margin-top: -8px;
        background-color: #333
    }

    .tabs {
        margin-bottom: 0
    }

    .tab_link {
        width: 25%;
        font-size: 15px
    }

    .tab_link span {
        height: 60px;
        transition: background .3s ease,color .3s ease
    }

    .tab_link span:hover {
        color: #fff;
        background-color: #c00
    }

    .tab_link span::after {
        content: "";
        position: absolute;
        right: -1px;
        top: 10px;
        bottom: 10px;
        width: 1px;
        background-color: #c00;
        z-index: 1
    }

    .tab_link.current span::after,.tab_link:hover span::after {
        right: 0
    }

    .tab_link:last-child span::after {
        display: none
    }

    .tabs_cats {
        margin-bottom: 60px
    }

    .tabs_cats .tab_link {
        font-size: 17px
    }

    .tabs_cats .tab_link span {
        transition: color .3s ease,background .3s ease
    }

    .tabs_cats .tab_link span::after {
        transition: opacity .3s ease
    }

    .tabs_cats .tab_link span:hover {
        color: #fff;
        z-index: 1
    }

    .tabs_cats .tab_link span:hover::after {
        opacity: 0
    }

    .tabs_cats .tab_link[data-id=event] span:hover {
        background-color: #e78d1a
    }

    .tabs_cats .tab_link[data-id=report] span:hover {
        background-color: #08699e
    }

    .tabs_cats .tab_link[data-id=outlook] span:hover {
        background-color: #54b26a
    }

    .market_comment .tabs {
        margin-bottom: 60px
    }

    .quick {
        padding: 50px 0
    }

    .quick_body {
        font-size: 14px;
        line-height: 2.1;
        padding: 0 38px
    }

    .quick_body h3 {
        font-size: 16px;
        margin-bottom: 14px
    }

    .quick_body dl {
        margin-top: 30px
    }

    .theme_list {
        margin-top: -95px;
        padding-bottom: 95px
    }

    .theme_item .head_styleLine {
        line-height: 1.6;
        padding-bottom: 25px
    }

    .theme_item {
        padding: 95px 0 98px
    }

    .theme_linkList {
        margin: 0 -5px 35px
    }

    .theme_linkList li {
        padding: 0 5px;
        width: auto
    }

    .theme_linkList a {
        width: 175px;
        font-size: 16px;
        height: 50px;
        background-color: #f5f5f5;
        transition: background .3s ease,color .3s ease
    }

    .theme_linkList a:hover {
        color: #c00;
        background-color: #eeecea
    }

    .theme_linkList a span {
        padding-right: 30px
    }

    .theme_linkList a.is_pdf span::after {
        width: 20px;
        height: 20px;
        margin-top: -10px
    }

    .theme_linkList a.is_outer span::after {
        width: 18px;
        height: 18px;
        margin-top: -9px
    }

    .theme_linkArrow {
        margin-bottom: 25px
    }

    .theme_linkArrow li {
        line-height: 1.4;
        margin-bottom: 8px
    }

    .theme_linkArrow li:last-child {
        margin-bottom: 0
    }

    .theme_linkArrow a {
        font-size: 19px;
        transition: color .3s ease
    }

    .theme_linkArrow a:hover {
        color: #c00
    }

    .theme_linkArrow .icon_arrow {
        margin-left: 8px;
        margin-bottom: 4px
    }

    .theme_note {
        font-size: 16px
    }

    .theme_movie {
        margin-top: 30px;
        padding: 20px 0 20px 0
    }

    .theme_movieTitle {
        width: 200px;
        font-size: 20px;
        margin-right: 0
    }

    .theme_movieTitle span::before {
        width: 58px;
        height: 50px;
        margin-bottom: 20px
    }

    .theme_moviePlay {
        width: 270px
    }

    .theme_moviePlay a {
        transition: opacity .3s ease
    }

    .theme_moviePlay a:hover {
        opacity: .7
    }

    .theme_moviePlay a .icon {
        width: 60px;
        height: 60px
    }

    .theme_moviePlay a .icon::before {
        width: 23px;
        height: 28px;
        margin-left: 3px;
        background-image: url(/images/ico_play.png)
    }

    .theme_row {
        display: flex;
        flex-wrap: wrap
    }

    .theme_col {
        width: calc(100% - 360px);
        padding-right: 40px
    }

    .theme_colThumb {
        width: 360px;
        padding-top: 10px
    }

    .theme_colThumb img {
        display: block;
        width: 100%
    }

    .prank_tableItem {
        margin-bottom: 60px
    }

    .prank_table table {
        font-size: 16px
    }

    .prank_table table a {
        transition: color .3s ease
    }

    .prank_table table a:hover {
        color: #c00
    }

    .prank_table .width1 {
        width: 50px
    }

    .prank_table .width2 {
        width: 462px
    }

    .prank_table .width3 {
        width: 105px
    }

    .prank_table .width4 {
        width: 118px
    }

    .prank_table .width5 {
        width: 106px
    }

    .prank_table .width6 {
        width: 106px
    }

    .prank_table .width10 {
        width: 475px
    }

    .prank_table .width11 {
        width: 169px
    }

    .prank_table .width12 {
        width: 241px
    }

    .prank_table table thead th {
        height: 78px
    }

    .prank_table table tbody td {
        line-height: 1.8;
        height: 80px
    }

    .prank_table .report_link {
        line-height: 1.7;
        font-size: 14px;
        padding-right: 28px
    }

    .prank_table .report_link.is_pdf::before {
        width: 20px;
        height: 20px;
        background-image: url(/images/pdf20x20.png)
    }

    .prank_table table tbody .fund_name,.prank_table table thead th.fund_name {
        padding-left: 20px
    }

    .prank_table table tbody td .price_down,.prank_table table tbody td .price_up {
        line-height: 1.2;
        padding-right: 25px
    }

    .prank_note {
        font-size: 16px;
        line-height: 1.8;
        margin-top: 35px
    }

    .prank_caption {
        margin-bottom: 12px
    }

    .prank_caption span {
        font-size: 18px
    }

    .prank_caption small {
        font-size: 16px
    }

    .price_line::after {
        margin-left: 10px;
        width: 10px
    }

    .line_short {
        width: 10px
    }

    .market_newsTemp1 p a {
        transition: color .3s ease
    }

    .market_newsTemp1 p a:hover {
        color: #c00
    }

    .archive_new {
        font-size: 14px;
        height: 22px;
        width: 50px;
        line-height: 22px
    }

    .archive_date {
        font-size: 16px;
        margin-right: 0
    }

    .archive_cat {
        font-size: 12px;
        width: 70px;
        height: 26px;
        line-height: 26px;
        margin-left: 22px
    }

    .market_news .e_archiveList .market_archiveItem dt .archive_cat {
        width: 91px
    }

    .market_archiveItem {
        padding: 15px 40px;
        display: flex;
        flex-wrap: nowrap
    }

    .market_archiveItem dt {
        padding-left: 70px;
        margin-bottom: 0;
        width: 220px;
        height: 100%
    }

    .market_archiveItem dt .archive_new {
        margin-top: -11px
    }

    .market_archiveItem dd {
        font-size: 16px;
        padding: 0;
        margin: 0;
        position: relative;
        width: calc(100% - 220px)
    }

    .market_archiveItem dd a {
        transition: color .3s ease
    }

    .market_archiveItem dd a:hover {
        color: #c00
    }

    .market_archive {
        margin-bottom: 60px
    }

    .archive_loading {
        margin-top: -10px
    }

    .archive_loading span {
        width: 6px;
        height: 6px;
        margin-bottom: 14px
    }

    .market_comment {
        padding-bottom: 160px
    }

    .market_news .market_archiveItem dt {
        width: 250px
    }

    .market_news .e_archiveList .market_archiveItem dt {
        width: 321px
    }

    .market_news .market_archiveItem dd {
        width: calc(100% - 250px)
    }

    .market_news .e_archiveList .market_archiveItem dd {
        width: calc(100% - 321px)
    }

    .week_market {
        font-size: 36px
    }

    .temp2_row {
        display: flex;
        flex-wrap: wrap
    }

    .temp2_row .temp2_left {
        width: calc(100% - 580px);
        padding-right: 30px;
        margin-bottom: 0
    }

    .temp2_row .temp2_right {
        width: 580px
    }

    .market_archiveDate .market_archiveItem {
        padding-top: 19px;
        padding-bottom: 15px
    }

    .market_archiveDate .market_archiveItem dt {
        padding-left: 0;
        width: 150px
    }

    .market_archiveDate .market_archiveItem dd {
        margin-top: -.25em
    }

    .notice_block {
        margin-top: 100px;
        margin-bottom: -100px;
        padding: 35px 0 35px 0
    }

    .notice_block .container {
        padding-left: 10px;
        padding-right: 10px;
        max-width: 1220px
    }

    .notice_block dl dt {
        width: 196px;
        font-size: 18px
    }

    .notice_block dl dt span {
        padding-left: 50px
    }

    .notice_block dl dt span::before {
        background-image: url(/images/ico_notice.png);
        width: 34px;
        height: 30px;
        margin: -15px 0 0 0;
        position: absolute;
        left: 0;
        top: 50%
    }

    .notice_block dl dt span::after {
        content: "";
        background-color: #c80000;
        width: 1px;
        height: 16px;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -8px
    }

    .notice_block dl dd {
        font-size: 18px;
        width: calc(100% - 196px);
        padding-left: 30px
    }

    .notice_block dl dd a:hover {
        text-decoration: none
    }

    .text_sizeS {
        font-size: 14px!important
    }

    .text_sizeL {
        font-size: 18px!important
    }

    .width_maxPc70 {
        max-width: 70%!important
    }

    .prank_table .width21 {
        width: 568px
    }

    .iframe_tagKawa {
        height: 9345px
    }

    .iframe_tagWord {
        height: 14392px
    }

    .iframe_tagMarket {
        height: 4200px
    }
}

@media all and (min-width: 901px) and (max-width:1005px) {
    .iframe_tagInf {
        height:545px
    }
}

@media all and (min-width: 901px) and (max-width:1115px) {
    .prank_table .width10 {
        width:320px
    }

    .prank_table table tbody th,.prank_table table thead th.prank_name {
        padding-left: 20px
    }

    .prank_table .width11 {
        width: 245px
    }

    .prank_table .pr_pc75 {
        padding-right: 50px
    }
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) and (min-width: 901px) {
    .anchor_list a {
        padding-top:2px
    }

    .anchor_list a::after {
        margin-top: -11px
    }

    .tab_link span {
        padding-top: 3px
    }

    .archive_title,.button_backFluid a {
        padding-top: 4px
    }

    .text_linkArrow a::after {
        margin-top: -8px
    }

    .button_back a,.next_btn a,.nom_btnPdf {
        padding-top: 4px
    }

    .market_archiveItem dt .archive_new {
        line-height: 1.85
    }

    .theme_linkArrow a::before {
        top: 3px
    }
}

@media screen and (min-width: 901px) {
    #main .has_navigation .local_nav {
        order:-1
    }

    #main .has_navigation .contents {
        max-width: calc(100% - 212px)
    }

    #main .contents {
        padding-block-end:160px}

    #fundsearch-contents {
        padding-block-end:160px}

    #fundsearch-contents .ttl-lv2+.blk-lead,#fundsearch-contents hgroup+.blk-lead {
        margin-block-start:40px}

    #fundsearch-contents hgroup {
        align-items: flex-start
    }

    #fundsearch-contents .blk-lead {
        align-items: flex-start;
        justify-content: space-between
    }

    #fundsearch-contents .blk-lead>div:first-of-type {
        flex-grow: 1
    }

    #fundsearch-contents .blk-lead>div+div {
        flex-shrink: 0
    }

    #fundsearch-contents .blk-lead .txt-lead+.lst-disc,#fundsearch-contents .blk-lead .txt-lead+.lst-note {
        margin-block-start:24px}

    #fundsearch-contents .blk-lead~.blk-table,#fundsearch-contents .blk-lead~.box-notice {
        margin-block-start:60px}

    #fundsearch-contents .blk-table .nav-tab+.tab-contents .head-table {
        margin-block-start:34px;min-height: 20px
    }

    #fundsearch-contents .blk-table .nav-tab+.head-table {
        margin-block-start:34px;min-height: 20px
    }

    #fundsearch-contents .blk-table:not(.ranking) .nav-tab>ul {
        max-width: clamp(100% - 400px,100% - (67.98% - 317px),100% - 262px)
    }

    .has_navigation #fundsearch-contents .blk-table:not(.ranking) .nav-tab>ul {
        max-width: clamp(100% - 270px,100% - (32% - 43px),100% - 162px)
    }

    .breadcrumb:has(ul) {
        padding: 12px 15px 25px
    }

    .local_nav {
        flex: 0 0 186px
    }

    .local_nav>h4 {
        font-size: 18px;
        padding-block-start:18px;height: 100px
    }

    .local_nav>.navi-list a {
        border-inline-start:2px solid #f0e7e7;padding: 8px 24px 8px 8px
    }

    .local_nav>.navi-list a::after {
        background-image: url(/images/icon_arrow_s_red.svg);
        right: 8px
    }

    .nav-tab {
        align-items: flex-start;
        justify-content: space-between
    }

    .nav-tab>ul {
        flex-grow: 1;
        margin-inline-start:auto}

    .nav-tab label {
        font-size: 17px;
        line-height: 1;
        min-height: 60px
    }

    .nav-anchor a {
        font-size: 16px;
        padding: 8px
    }

    .ttl-lv2 {
        border-inline-start-width:8px;font-size: 26px;
        padding-inline-start:16px}

    .ttl-lv3:not(:first-child) {
        margin-block-start:40px}

    .ttl-lv4:not(:first-child) {
        margin-block-start:30px}

    .txt-lead {
        font-size: 18px
    }

    .txt-supplement {
        font-size: 16px
    }

    .txt-modal-faq {
        font-size: 16px
    }

    .tbl-fundsearch {
        font-size: 14px;
        overflow: auto
    }

    .tbl-fundsearch>.row.head .col {
        min-height: 82px;
    }

    .tbl-fundsearch>.row.head .col.sort {
        position: relative;
        padding-block-end:16px}

    .tbl-fundsearch>.row.head .col.sort .sort-switch {
        display: flex;
        position: absolute;
        bottom: 8px
    }

    .tbl-fundsearch>.row:not(.head) .col.highlight {
        background-color: #f9f1de
    }

    .tbl-fundsearch>.row:not(.head) .col .line_short {
        width: 10px
    }

    .tbl-fundsearch>.row:not(.head) .col-stack.basic {
        font-size: 14px
    }

    .tbl-fundsearch>.row:not(.head) .number:has(.up,.down)::after {
        margin-block:1px}

    .tbl-fundsearch>.row:not(.head) .number:has(.even)::after {
        margin-block:6px}

    .tbl-fundsearch>.row:not(.head) .name {
        row-gap: 4px;
        font-size: 14px
    }

    .tbl-fundsearch>.row:not(.head) .name a {
        display: block;
        padding-inline-start:20px;position: relative
    }

    .tbl-fundsearch>.row:not(.head) .name a::before {
        background-image: url(/images/icon_arrow_s_red.svg);
        background-repeat: no-repeat;
        content: "";
        display: block;
        inset: 4px auto auto 0;
        position: absolute;
        width: 16px;
        height: 16px
    }

    .tbl-fundsearch>.row:not(.head) .name .lst-label {
        font-size: 12px
    }

    .tbl-fundsearch>.row:not(.head) .name .lst-label .label-area {
        padding: 4px
    }

    .tbl-fundsearch>.row .col {
        padding-inline:2px;}

    .tbl-fundsearch>.row .col-stack {
        display: contents
    }

    .tbl-fundsearch.basic-information {
        grid-template-columns: clamp(262px,67.98% - 317px,400px) repeat(5,1fr) 53px
    }

    .has_navigation .tbl-fundsearch.basic-information {
        grid-template-columns: 290px repeat(5,1fr) 88px
    }

    .tbl-fundsearch.basic-information>.row {
        grid-column: span 7
    }

    .tbl-fundsearch.basic-information.recent .col-stack .number {
        font-size: 16px
    }

    .tbl-fundsearch.basic-information.recent .col-stack .number.before-ratio-par,.tbl-fundsearch.basic-information.recent .col-stack .number.before-ratio-yen {
        font-size: 14px
    }

    .tbl-fundsearch.return {
        grid-template-columns: clamp(262px,67.98% - 317px,400px) repeat(8,1fr) 53px
    }

    .has_navigation .tbl-fundsearch.return {
        grid-template-columns: 290px repeat(8,1fr) 88px
    }

    .tbl-fundsearch.return>.row {
        grid-column: span 10
    }

    .tbl-fundsearch.redeemed {
        grid-template-columns: minmax(150px,1.5fr) 5fr minmax(150px,1.5fr) minmax(180px,1.8fr)
    }

    .tbl-fundsearch.redeemed>.row {
        grid-column: span 4
    }

    .tbl-fundsearch.redeemed>.row:not(.head) {
        min-height: 67px
    }

    .tbl-fundsearch.redeemed>.row:not(.head) .date,.tbl-fundsearch.redeemed>.row:not(.head) .price {
        font-size: 16px
    }

    .modal-contents>.btn-modal-close {
        width: 32px;
        height: 32px
    }

    .btn-favorite-guide {
        flex-direction: column;
        font-size: 16px
    }

    .btn-favorite-return {
        font-size: 16px
    }

    .ttl-lv2+.box-notice {
        margin-block-start:40px}

    .box-notice {
        padding: 20px
    }

    .box-notice .ttl-lv3+dl,.box-notice .ttl-lv3+p,.box-notice .ttl-lv4+dl,.box-notice .ttl-lv4+p {
        margin-block-start:16px}

    .box-notice p+.left_arrow {
        margin-block-start:20px}

    .box-notice ul.left_arrow>li+li {
        margin-block-start:16px}

    .box-notice dl dd {
        margin-inline-start:42px}

    .box-notice dl dd+dt {
        margin-block-start:10px}

    .box-conduct>p {
        font-size: 16px
    }

    .modal-fundsearch>.modal-contents {
        padding: 40px
    }

    .modal-fundsearch .modal-head .txt-lead {
        font-size: 16px
    }

    .modal-fundsearch .nav-tab {
        border-block-end:1px solid #c00;align-items: center;
        justify-content: space-between;
        flex-direction: row-reverse
    }

    .modal-fundsearch .nav-tab>ul {
        border-block-end-width:0;flex-grow: 1;
        margin-inline-start:unset;max-width: 492px
    }
}

@media screen and (min-width: 1120px) {
    .tbl-fundsearch>.row.head .col {
        white-space:nowrap;
    }

    .tbl-fundsearch>.row:not(.head) .col-stack.basic {
        font-size: 16px
    }

    .tbl-fundsearch>.row:not(.head) .name {
        font-size: 16px
    }

    .tbl-fundsearch.basic-information {
        grid-template-columns: clamp(262px,67.98% - 317px,400px) repeat(5,1fr) 82px
    }


    .tbl-fundsearch.return {
        grid-template-columns: clamp(262px,67.98% - 317px,400px) repeat(8,1fr) 82px
    }

    .btn-favorite,.btn-favorite-delete,.btn-favorite-toggle>label {
        padding-inline:8px;min-width: 64px;
    }
}

@media screen and (max-width: 1119px) {
    .tbl-fundsearch>.row .favorite .pc {
        display:none
    }

    .tbl-fundsearch>.row.head .favorite {
        text-align: center;
        padding-inline:4px;}
}

@media all and (max-width: 900px) {
    .pc {
        display:none!important
    }

    .table_scroll {
        overflow-x: auto;
        padding-bottom: 10px;
        position: relative
    }

    .touch_ballon {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0
    }

    .touch_ballon p {
        border-radius: 10px;
        color: #fff;
        line-height: 1.3;
        font-weight: 700;
        font-size: 11px;
        text-align: center;
        background-color: rgba(0,0,0,.5);
        width: 145px;
        height: 95px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%)
    }

    .touch_ballon p span {
        position: relative
    }

    .touch_ballon p span::before {
        content: "";
        margin: 0 auto 10px;
        display: block;
        background: url(/images/touch.png) no-repeat 0 0/100% 100%;
        width: 38px;
        height: 42px
    }

    .next_btn {
        justify-content: center;
        padding-top: 10px
    }

    .mb_sp5 {
        margin-bottom: 5px!important
    }

    .mb_sp10 {
        margin-bottom: 10px!important
    }

    .mb_sp15 {
        margin-bottom: 15px!important
    }

    .mb_sp20 {
        margin-bottom: 20px!important
    }

    .mb_sp25 {
        margin-bottom: 25px!important
    }

    .mb_sp35 {
        margin-bottom: 35px!important
    }

    .mb_sp30 {
        margin-bottom: 30px!important
    }

    .mb_sp40 {
        margin-bottom: 40px!important
    }

    .mb_sp50 {
        margin-bottom: 50px!important
    }

    .mb_sp60 {
        margin-bottom: 60px!important
    }

    .mb_sp100 {
        margin-bottom: 100px!important
    }

    .mt_mSp25 {
        margin-top: -25px!important
    }

    .pr_sp20 {
        padding-right: 20px!important
    }

    .pt_sp25 {
        padding-top: 25px!important
    }

    .pt_sp50 {
        padding-top: 50px!important
    }

    .pt_sp0 {
        padding-top: 0!important
    }

    .pb_sp50 {
        padding-bottom: 50px!important
    }

    .head_styleLine sup {
        font-size: 60%
    }

    .anchor_listYear li:nth-child(2n) a::after {
        display: block
    }

    .anchor_listYear li:nth-child(5n) a::after {
        display: none
    }

    .theme_list {
        margin-top: -45px
    }

    .theme_item .head_styleLine {
        font-size: 15px;
        font-weight: 700;
        line-height: 1.6;
        padding-bottom: 10px;
        margin-bottom: 20px
    }

    .theme_float {
        margin-bottom: 25px
    }

    .theme_float figure {
        float: left;
        padding-top: 5px
    }

    .theme_floatRight {
        padding-left: 170px
    }

    .theme_movie {
        justify-content: center
    }

    .theme_moviePlay .jstream-eqPlayer,.theme_moviePlay .jstream-eqPlayer>div {
        height: 70px!important;
        width: 135px!important
    }

    .theme_moviePlay .jstream-eqPlayer>div img {
        width: 100%!important;
        height: 100%!important
    }

    .theme_linkArrow .icon_arrow {
        width: 10px;
        height: 11px;
        background-image: url(/images/arrow10x11_red.png);
        margin-bottom: 0
    }

    .theme_linkArrow a::before {
        width: 10px;
        height: 11px;
        background-image: url(/images/arrow10x11_red.png);
        top: 4px
    }

    .prank_table .width1 {
        width: 35px
    }

    .prank_table .width2 {
        width: 185px
    }

    .prank_table .width3 {
        width: 80px
    }

    .prank_table .width4 {
        width: 80px
    }

    .prank_table .width5 {
        width: 85px
    }

    .prank_table .width6 {
        width: 70px
    }

    .prank_table table {
        width: 715px
    }

    .prank_table .width10 {
        width: 120px
    }

    .prank_table .width11 {
        width: 115px
    }

    .prank_table .width12 {
        width: 60px
    }

    .prank_table table.width410 {
        width: 410px
    }

    .market_quick .market_quickTop {
        padding: 0 16px
    }

    .temp2_row .temp2_left {
        margin-bottom: 20px
    }

    .market_quick {
        font-size: 13px
    }

    .market_quick p {
        margin-bottom: 25px
    }

    .market_quickTitle {
        font-size: 16px;
        margin-bottom: 25px
    }

    .market_quick h4 {
        margin-bottom: 10px
    }

    .table_style1 th {
        font-size: 12px;
        padding: 0 5px;
        width: 185px
    }

    .table_style1 td {
        padding: 15px 15px;
        font-size: 11px
    }

    .market_quick .market_quickBottom {
        padding: 15px 16px 0
    }

    .market_quick .market_quickBox {
        padding: 25px 25px
    }

    .market_quick .market_quickLogo {
        padding: 0 16px
    }

    .market_quick .market_quickLogo .image {
        float: none;
        margin-bottom: 20px
    }

    .market_quick .market_quickLogo p {
        padding-left: 0
    }

    .week_block {
        font-size: 14px;
        padding: 15px 20px 15px 20px;
        line-height: 1.5
    }

    .market_archiveDate .market_archiveItem dt {
        padding-left: 0
    }

    .notice_block .container {
        padding-right: 50px;
        padding-left: 15px
    }

    .notice_block dl dt {
        text-align: center
    }

    .text_sizeS {
        font-size: 12px!important
    }

    .text_sizeL {
        font-size: 15px!important
    }

    .prank_table .width21 {
        width: 255px
    }

    .tabs.tabs_filterYear .tab_link[data-tab=tab-5] span::after {
        display: none
    }

    #lineup .tabs.tabs_colAuto .tab_link.r_tab:nth-child(3) span::after {
        display: none
    }

    .iframe_tagInf {
        height: 670px
    }

    .iframe_tagKawa {
        height: 6330px
    }

    .iframe_tagWord {
        height: 8600px
    }

    .iframe_tagMarket {
        height: 4380px
    }
}

@media screen and (max-width: 900px) {
    .main_head {
        background:0 0!important
    }

    .breadcrumb {
        background-color: #f6f3f1
    }

    .breadcrumb {
        margin-bottom: 50px;
        padding-left: 25px;
        padding-bottom: 14px;
        position: relative;
        z-index: 2
    }

    .main_head .container::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        background-color: rgba(0,0,0,.2);
        z-index: 0
    }

    .main_head .container::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        background: url(/images/head/pattern.png) repeat 0 0;
        background-size: 1px 3px;
        opacity: .15;
        z-index: 1
    }

    .main_headInner {
        position: relative;
        z-index: 2
    }

    .anchor_list {
        display: flex;
        flex-wrap: wrap
    }

    .anchor_list li {
        width: 50%;
        line-height: 1.3;
        margin-bottom: 5px
    }

    .anchor_list a {
        height: 40px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        position: relative;
        transition: color .3s ease;
        font-weight: 700;
        font-size: 11px;
        padding: 0 5px;
        text-align: center;
        background-color: #f6f3f1
    }

    .anchor_list a::after {
        content: "";
        width: 1px;
        background-color: #333;
        height: 10px;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -5px
    }

    .anchor_list li:last-child a::after,.anchor_list li:nth-child(2n) a::after {
        display: none
    }

    .anchor_list a::before {
        content: "";
        width: 7px;
        height: 6px;
        position: absolute;
        left: 50%;
        bottom: 5px;
        background: url(/images/svg/arrow_red2.svg) no-repeat 0 0/100% 100%;
        margin-left: -4px;
        transform: rotate(90deg)
    }

    .tab_link span::after {
        content: "";
        position: absolute;
        left: 5px;
        right: 5px;
        bottom: 0;
        height: 1px;
        background-color: #c00
    }

    .tab_link:first-child span::before,.tab_link:nth-child(3) span::before {
        content: "";
        position: absolute;
        right: 0;
        bottom: 5px;
        top: 5px;
        width: 1px;
        background-color: #c00
    }

    .tab_link:nth-child(3) span::after,.tab_link:nth-child(4) span::after {
        display: none
    }

    .tabs_colAuto .tab_link span {
        height: 30px
    }

    .tabs_colAuto .tab_link {
        font-size: 11px
    }

    .tabs.tabs_colAuto .tab_link:nth-child(3) span::after,.tabs.tabs_colAuto .tab_link:nth-child(4) span::after,.tabs_colAuto .tab_link span::after {
        content: "";
        position: absolute;
        right: -1px;
        top: 5px;
        bottom: 5px;
        left: inherit;
        width: 1px;
        height: auto;
        background-color: #c00;
        z-index: 1;
        display: block
    }

    .tabs_colAuto .tab_link.current span::after {
        right: 0!important
    }

    .tabs_colAuto .tab_link span::before {
        display: none
    }

    .tabs_colAuto3 li {
        flex-basis: inherit;
        flex-grow: inherit;
        max-width: inherit;
        width: 33.333%
    }

    .tabs_colAuto3 li.tab_link:nth-child(3) span::after {
        display: none!important
    }

    #main .has_navigation {
        flex-direction: column
    }

    #fundsearch-contents hgroup {
        flex-wrap: wrap
    }

    #fundsearch-contents .blk-lead {
        flex-direction: column
    }

    #fundsearch-contents .blk-lead .btn-favorite-guide {
        width: 100%
    }

    #fundsearch-contents .blk-table .nav-tab+.tab-contents {
        margin-block-start:8px}

    .breadcrumb:has(ul) {
        margin: 0 15px 20px -25px;
        padding: 0 5px 0 15px;
        min-height: 40px
    }

    .local_nav {
        margin: 0 -25px 0;
        padding-block-end:80px}

    .local_nav>h4 {
        display: flex;
        justify-content: center
    }

    .local_nav>.bnr-list {
        display: none
    }

    .nav-tab {
        flex-direction: column;
        row-gap: 20px
    }

    @supports not (grid-template-columns: subgrid) {
        .tbl-fundsearch>.row {
            -moz-column-gap:1px;
            column-gap: 1px;
            grid-template-columns: inherit
        }
    }

    .tbl-fundsearch>.row.head {
        min-height: 86px
    }

    .tbl-fundsearch>.row.head .favorite {
        text-align: center
    }

    .tbl-fundsearch>.row.head .col {
        flex-direction: row;
        flex-wrap: wrap;
        padding: 4px
    }

    .tbl-fundsearch>.row.head .col.sort .sort-switch {
        pointer-events: none
    }

    .tbl-fundsearch>.row.head .col.sort .sort-switch.up>a:nth-of-type(2),.tbl-fundsearch>.row.head .col.sort .sort-switch.up>button:nth-of-type(2) {
        display: block
    }

    .tbl-fundsearch>.row.head .col.sort .sort-switch>a,.tbl-fundsearch>.row.head .col.sort .sort-switch>button {
        display: none
    }

    .tbl-fundsearch>.row:not(.head) .col a:not(.pdf) {
        text-decoration: underline
    }

    .tbl-fundsearch>.row:not(.head) .name .lst-label .label-area {
        min-height: 28px
    }

    .tbl-fundsearch>.row:not(.head) .name .lst-label .label-nisa .accumulation,.tbl-fundsearch>.row:not(.head) .name .lst-label .label-nisa .growth {
        align-items: center;
        flex-direction: column;
        display: flex;
        min-height: 28px;
        justify-content: center;
        padding: 3px 4px
    }

    .tbl-fundsearch>.row .col-stack {
        display: flex;
        flex-direction: column
    }

    .tbl-fundsearch>.row .col-stack>.col {
        flex: 1
    }

    .tbl-fundsearch.basic-information>.row.head .before-ratio-par,.tbl-fundsearch.basic-information>.row.head .report {
        display: none
    }

    .tbl-fundsearch.basic-information>.row:not(.head) {
        grid-template-areas: "name stack favorite"
    }

    .tbl-fundsearch.basic-information>.row:not(.head) .name {
        grid-area: name
    }

    .tbl-fundsearch.basic-information>.row:not(.head) .col-stack {
        grid-area: stack
    }

    .tbl-fundsearch.basic-information>.row:not(.head) .favorite {
        grid-area: favorite
    }

    .tbl-fundsearch.basic-information>.row:not(.head) .col-stack>.col {
        flex-grow: 2
    }

    .tbl-fundsearch.basic-information>.row:not(.head) .col-stack>.col.before-ratio-par,.tbl-fundsearch.basic-information>.row:not(.head) .col-stack>.col.before-ratio-yen {
        flex-grow: 1;
        font-weight: var(--font-weight-normal)
    }

    .tbl-fundsearch.basic-information>.row:not(.head) .col-stack>.col.before-ratio-yen {
        border-bottom-width: 0;
        justify-content: flex-end;
        padding-block-end:5px}

    .tbl-fundsearch.basic-information>.row:not(.head) .col-stack>.col.before-ratio-yen:has(.up,.down,.even)::after {
        background-color: transparent;
        background-image: none
    }

    .tbl-fundsearch.basic-information>.row:not(.head) .col-stack>.col.before-ratio-yen.null .line_short {
        display: none
    }

    .tbl-fundsearch.basic-information>.row:not(.head) .col-stack>.col.before-ratio-par {
        padding-block-start:5px}

    .tbl-fundsearch.basic-information>.row:not(.head) .col-stack>.col.before-ratio-par:has(.up,.down,.even)::after {
        transform: translateY(-11px)
    }

    .tbl-fundsearch.basic-information>.row:not(.head) .col-stack>.col.before-ratio-par.null .line_short {
        transform: translateY(-5px)
    }

    .tbl-fundsearch.basic-information:not(.report)>.row .report {
        display: none
    }

    .tbl-fundsearch.basic-information:not(.report):not(.total)>.row .total {
        display: none
    }

    .tbl-fundsearch.basic-information.report {
        grid-template-rows: repeat(2,auto)
    }

    .tbl-fundsearch.basic-information.report>.row:not(.head) {
        grid-template-areas: "name stack favorite" "report stack favorite"
    }

    .tbl-fundsearch.basic-information.report>.row:not(.head) .name {
        border-bottom-width: 0
    }

    .tbl-fundsearch.basic-information.report>.row:not(.head) .report {
        grid-area: report;
        align-items: flex-start
    }

    .tbl-fundsearch.return:not(.full)>.row>.col-stack>.col:not(.daily):not(.monthly):not(.annual) {
        display: none
    }

    .tbl-fundsearch>.row.head .col.sort button {
        color: #333;
        pointer-events: none
    }

    .tbl-fundsearch:not(.ranking)>.row.head .col.sort .sort-switch {
        display: none
    }

    .btn-modal-faq {
        padding-inline:4px}

    .btn-modal-confirm {
        width: 100%
    }

    .modal-fundsearch .blk-button {
        flex-direction: column
    }

    .modal-fundsearch .btn-check-remove {
        margin-inline-start:auto}

    .modal-fundsearch .nav-tab {
        flex-direction: column;
        row-gap: 20px
    }
}

@media screen and (max-width: 900px) and (hover:hover) {
    .tbl-fundsearch>.row:not(.head) .col a:not(.pdf):focus-visible,.tbl-fundsearch>.row:not(.head) .col a:not(.pdf):hover {
        color:#00305c;
        text-decoration: none
    }

    .tbl-fundsearch>.row.head .col.sort button:focus-visible,.tbl-fundsearch>.row.head .col.sort button:hover {
        color: #333
    }
}

@media screen and (max-width: 900px) and (hover:none) {
    .tbl-fundsearch>.row:not(.head) .col a:not(.pdf):active {
        color:#00305c;
        text-decoration: none
    }

    .tbl-fundsearch>.row.head .col.sort button:active {
        color: #333
    }
}

@media screen and (max-width: 374px) {
    .main_title {
        font-size:6.4vw
    }
}

@media (hover: hover) {
    .local_nav>.navi-list a:focus-visible,.local_nav>.navi-list a:hover {
        background-color:#f0e7e7;
        border-color: #c00
    }

    .local_nav>.bnr-list a:focus-visible,.local_nav>.bnr-list a:hover {
        opacity: .6
    }

    .nav-tab>ul>li:focus-visible,.nav-tab>ul>li:hover {
        z-index: 1
    }

    .nav-tab>ul>li:focus-visible:not(:first-of-type)::before,.nav-tab>ul>li:hover:not(:first-of-type)::before {
        border-inline-start-color:#fff;inset: 0 auto 0 -1px
    }

    .nav-tab>ul>li:focus-visible:not(:last-of-type)::after,.nav-tab>ul>li:hover:not(:last-of-type)::after {
        border-inline-start-color:#fff;inset: 0 -1px 0 auto
    }

    .nav-tab>ul>li:focus-visible label,.nav-tab>ul>li:hover label {
        background-color: #c00;
        color: #fff
    }

    .nav-anchor a:focus-visible,.nav-anchor a:hover {
        color: #c00
    }

    a.inline-link:focus-visible,a.inline-link:hover {
        text-decoration: none
    }

    .tbl-fundsearch>.row.head .col.sort button:focus-visible,.tbl-fundsearch>.row.head .col.sort button:hover {
        color: #c00
    }

    .tbl-fundsearch>.row.head .col.sort .sort-switch>a:focus-visible::before,.tbl-fundsearch>.row.head .col.sort .sort-switch>a:hover::before,.tbl-fundsearch>.row.head .col.sort .sort-switch>button:focus-visible::before,.tbl-fundsearch>.row.head .col.sort .sort-switch>button:hover::before {
        background-color: #c00
    }

    .tbl-fundsearch>.row:not(.head) .col a:focus-visible,.tbl-fundsearch>.row:not(.head) .col a:hover {
        color: #c00
    }

    .btn-conduct:focus-visible,.btn-conduct:hover {
        background-color: var(--color-button-red-hover)
    }

    .btn-favorite:not(.added):focus-visible,.btn-favorite:not(.added):hover {
        color: #c00
    }

    .btn-favorite:not(.added):focus-visible::before,.btn-favorite:not(.added):hover::before {
        background-color: #c00
    }

    .btn-favorite-delete:focus-visible,.btn-favorite-delete:hover {
        border-color: #c00;
        color: #c00
    }

    .btn-favorite-delete:focus-visible::before,.btn-favorite-delete:hover::before {
        background-color: #c00
    }

    .btn-favorite-toggle>input:not(:checked)+label:focus-visible,.btn-favorite-toggle>input:not(:checked)+label:hover {
        color: #c00
    }

    .btn-favorite-toggle>input:not(:checked)+label:focus-visible::before,.btn-favorite-toggle>input:not(:checked)+label:hover::before {
        background-color: #c00
    }

    .btn-modal-faq:focus-visible,.btn-modal-faq:hover {
        background-color: #f0e7e7
    }

    .modal-contents>.btn-modal-close:focus-visible,.modal-contents>.btn-modal-close:hover {
        opacity: .3
    }

    .modal-foot .btn-modal-close:focus-visible,.modal-foot .btn-modal-close:hover {
        background-color: #333
    }

    .btn-modal-confirm:focus-visible,.btn-modal-confirm:hover {
        background-color: var(--color-button-red-hover)
    }

    .btn-favorite-guide:focus-visible,.btn-favorite-guide:hover {
        background-color: #f6f3f1
    }

    .btn-favorite-return:focus-visible,.btn-favorite-return:hover {
        border-color: #c00;
        color: #c00
    }

    .btn-favorite-return:focus-visible::before,.btn-favorite-return:hover::before {
        background-color: #c00
    }

    button.icon-black-circle:focus-visible,button.icon-black-circle:hover {
        background-color: #c00
    }

    .modal-fundsearch .btn-check-remove:not(:disabled):focus-visible,.modal-fundsearch .btn-check-remove:not(:disabled):hover {
        border-color: #c00;
        color: #c00
    }
}

@media (hover: none) {
    .local_nav>.navi-list a:active {
        background-color:#f0e7e7;
        border-color: #c00
    }

    .local_nav>.bnr-list a:active {
        opacity: .6
    }

    .nav-tab>ul>li:active {
        z-index: 1
    }

    .nav-tab>ul>li:active:not(:first-of-type)::before {
        border-inline-start-color:#fff;inset: 0 auto 0 -1px
    }

    .nav-tab>ul>li:active:not(:last-of-type)::after {
        border-inline-start-color:#fff;inset: 0 -1px 0 auto
    }

    .nav-tab>ul>li:active label {
        background-color: #c00;
        color: #fff
    }

    .nav-anchor a:active {
        color: #c00
    }

    a.inline-link:active {
        text-decoration: none
    }

    .tbl-fundsearch>.row.head .col.sort button:active {
        color: #c00
    }

    .tbl-fundsearch>.row.head .col.sort .sort-switch>a:active::before,.tbl-fundsearch>.row.head .col.sort .sort-switch>button:active::before {
        background-color: #c00
    }

    .tbl-fundsearch>.row:not(.head) .col a:active {
        color: #c00
    }

    .btn-conduct:active {
        background-color: var(--color-button-red-hover)
    }

    .btn-favorite:not(.added):active {
        color: #c00
    }

    .btn-favorite:not(.added):active::before {
        background-color: #c00
    }

    .btn-favorite-delete:active {
        border-color: #c00;
        color: #c00
    }

    .btn-favorite-delete:active::before {
        background-color: #c00
    }

    .btn-favorite-toggle>input:not(:checked)+label:active {
        color: #c00
    }

    .btn-favorite-toggle>input:not(:checked)+label:active::before {
        background-color: #c00
    }

    .btn-modal-faq:active {
        background-color: #f0e7e7
    }

    .modal-contents>.btn-modal-close:active {
        opacity: .3
    }

    .modal-foot .btn-modal-close:active {
        background-color: #333
    }

    .btn-modal-confirm:active {
        background-color: var(--color-button-red-hover)
    }

    .btn-favorite-guide:active {
        background-color: #f6f3f1
    }

    .btn-favorite-return:active {
        border-color: #c00;
        color: #c00
    }

    .btn-favorite-return:active::before {
        background-color: #c00
    }

    button.icon-black-circle:active {
        background-color: #c00
    }

    .modal-fundsearch .btn-check-remove:not(:disabled):active {
        border-color: #c00;
        color: #c00
    }
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .button {
        padding-top: 4px
    }

    .theme_table tbody th {
        padding-top: 15px
    }

    .theme_table tbody td {
        padding-top: 15px
    }

    .theme_linkList a.is_pdf span::after {
        margin-top: -13px
    }

    .theme_linkList a.is_outer span::after {
        margin-top: -13px
    }

    .archive_cat {
        padding-top: 2px
    }

    .market_archiveItem dt .archive_new {
        margin-top: -13px
    }

    .prank_table table tbody td .price_up span {
        top: -4px
    }

    .prank_table table tbody td .price_down span {
        top: -2px
    }
}
