@charset "utf-8";

html {
    scroll-behavior: smooth;
}

ul {
    padding-left: 20px;
}

/* bodyの設定-------------- */
body {
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    overflow-x: hidden;
}

.wrap {
    overflow: hidden;
}

/* header---------- */
header {
    width: 100%;
    padding-top: 10px;
    background-color: #fff;
    position: sticky;
    z-index: 999;
    box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.5);
    top: 0;
}

#title {
    margin-top: 0;
    padding-left: 8%;
    box-sizing: border-box;
    height: 100px;
}

.header-lisk{
    float: right;
    width: 100px;
}

.header-jump{
    width: 100px;
    height: 100px;
    font-size: 0.6em;
    display:flex;
    align-items:center;
    justify-content: center;
    text-align: center;
    background-color: #000;
    color: #fff;
    text-decoration: none;
}

/* --------メインビジュアル-------- */
.main-visual {
    /* margin-top: 95px; */
    text-align: center;
    overflow: hidden;
}

.main-visual img {
    width: 100%;
    height: 100%;
    z-index: 0;
}

/* main-------------------- */
main {
    margin: 0 auto;
}



/* section-------- */
section {
    margin-top: 80px;
}

.white {
    max-width: 1200px;
    background-color: #fff;
    margin: 0 auto;
    clear: both;
}

section p {
    font-size: 1.3em;
    text-align: left;
    line-height: 1.8em;
    margin-bottom: 20px;
    font-weight: bold;
    line-break:strict;
}
section ul{
    margin-top: 20px;
}


section ul li{
    font-weight: bold;
}

h2{
    padding: 25px 0 25px 0;
    text-align: center;
    font-size: 2em;
    line-height: 1.4em;
    color: #fff;
    background: linear-gradient(90deg, #035ead 0%, #01b0e9 50%, #035ead 100%);
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 120px;
    margin-bottom: 20px;
}

.caption {
    font-size: 0.8em;
    text-align: left;
    margin-left: 3rem;
    text-indent: -3rem;
    margin-bottom: 0;
    clear: both;
    font-weight: normal;
}



.adjust{
    position: relative;
    margin-top: -15px;
    margin-bottom: 15px;
}

.red_caption{
    clear: both;
    font-size: 0.8em;
    color: #f00;
    text-align: left;
    margin-left: 1rem;
    text-indent: -1rem;
    margin-bottom: 0;
    font-weight: normal;
}

.one_rem {
    margin-left: 1rem;
    text-indent: -1rem;
}

.left_box{
    width: 550px;
    float: left;
    margin-bottom: 10px;
}

.right_box{
    width: 550px;
    float: right;
    margin-bottom: 10px;
}

h3{
    text-align: center;
    color: #fff;
    background: linear-gradient(90deg, #0a1332 0%, #035ead 50%, #0a1332 100%);
    padding: 10px;
}

h4{
    text-align: center;
    margin-top: 5px;
}

h5{
    text-align: center;
}

.mb20{
    margin-bottom: 20px;
}

.mt10{
    margin-top: 10px;
}

.mt-20{
    position: relative;
    margin-top: -20px;
}

.center{
    text-align: center;
}

.track{
    letter-spacing: -0.01em;
}

.nvidia{
    margin-top: 25px;
}

.sage{
    padding-top: 40px;
}

/* --------features----------- */
.number{
    background: none;
    color: #024480;
    font-weight: 900;
    text-align: center;
    font-size: 1.3em
}

.left_hand{
    background: none;
    color: #024480;
    font-weight: 900;
    text-align: left;
}

.left_hand p{
    background:linear-gradient(transparent 0%, #8cddf8 0%);
    display: inline;
    font-size: 1.2em;
}

.left_hand p span{
    display: inline-block;
}

hr{
    background-color: #024480;
    height: 1px;
    margin-top: -5px;
}

.mb80{
    margin-bottom: 80px;
}

.indent{
    margin-top: 15px;
    padding-left: 1em;
}

.dot{
    margin-left: 2.2rem;
    text-indent: -2rem;
}

.dot span{
    padding-right: 1em;
}

.color{
    color: orange;
    font-size: 1.2em;
    text-align: left;
}

.carton{
    border: solid 1px orange;
    padding: 0.5em 1em;
}

.notice{
    margin-top: 5px;
}

.notice li{
    font-weight: normal;
}

.exp{
    margin-bottom: 0;
    font-size: 1.1em;
    font-weight: normal;
}

.voya{
    background-color: #d5f4ff;
    padding: 20px;
}

.gaiyou{
    display: inline-block;
    font-size: 1.5em;
    color: #035ead;
    border-bottom:3px solid #fff;
    padding: 0 2em 0 2em;
}

.gaiyou span{
    display: inline-block;
}

.expla{
    margin-top: 20px;
}

.expla li{
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
}

.expla li span{
    font-weight: bold;
    color: #035ead;
}

.hedge{
    margin-top: 20px;
}

.hedge li{
    font-size: 1.2em;
    font-weight: bold;
}

.hedge p{
    font-size: 1.1em;
    font-weight: 500;
}

.hedge p span{
    font-size: 0.8em;
}

/* --------series--------- */
.series a{
    font-size: 1.2em;
    font-weight: bold;
    transition: color 0.3s;
}

.series a:hover{
    color: #01b0e9;
}

.mt40{
    margin-top: 40px;
}

.mb10{
    margin-bottom: 10px;
}

/* --------notes---------- */
.notes {
    background-color: #fff;
    padding: 20px 0;
    margin-top: 0;
}

#lisk {
    padding-top: 100px;
}

#gray {
    margin-top: 40px;
    margin-bottom: 10px;
    background: none;
    background-color: #777;
    color: #fff;
    padding-left: 20px;
    line-height: 1em;
    box-sizing: border-box;
    text-align: left;
    font-size: 1em;
    font-weight: 600;
}

.fund p {
    font-size: 0.9em;
    font-weight: normal;
}

.fund ul li{
    color: #024480;
    font-weight: bold;
}

.fund p span {
    font-weight: bold;
    color: #f00;
    border-bottom: 1px solid;
}

.kawase{
    position: relative;
    margin-top: -20px;
}

.fund h4 {
    margin-top: 30px;
    text-align: left;
    margin-bottom: 0;
    color: #024480;
    font-weight: bold;
    font-size: 1.1em;
}

.fund h5{
    font-size: 1em;
    color: #024480;
    text-align: left;
}

.fund ul p{
    font-weight: normal;
}

.factor ul{
    list-style-type: circle;
}

.factor ul li{
    color: #000;
    font-weight: normal;
}

.factor ul li span{
    color: #f00;
    border-bottom: 1px solid;
    font-weight: bold;
}

.fund ul .list_color{
    color: #01b0e9;
    font-weight: bold;
    margin-bottom: 0;
}

.fund .list_color span{
    border-style: none;
    color: #01b0e9;
}

.left_indent{
    padding-left: 1rem;
}

.left_indent p{
    font-weight: normal;
}

.houshin_list{
    margin-top: 0;
}

.fund .houshin_list li{
    color: #000;
    font-weight: normal;
}

.kakoi{
    position: relative;
    border: 1px solid #000;
    padding: 5px 10px;
    margin-top: -15px;
    padding-left: 1.5rem;
    text-indent: -1rem;
}

.shorten{
    position: relative;
    margin-top: -120px;
}

.right {
    text-align: right;
}

/* footer-------- */
footer {
    background-color: #035ead;
    background-size: cover;
    margin-top: 30px;
    text-align: center;
    padding: 40px 0;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}

small {
    color: #fff;
}

/* ------------タブレットサイズ--------- */
@media screen and (max-width:1040px) {
    section p{
        font-size: 1.1em;
    }
    
    h2{
        padding: 20px;
        font-size: 1.5em;
        margin-top: 30px;
    }

    h3{
        font-size: 1em;
    }

    h3 span{
        display: inline-block;
    }

    .white {
        max-width: 95%;
    }

    section img {
        max-width: 100%;
    }

    .left_box{
        max-width: 49%;
    }

    .right_box{
        max-width: 49%;
    }

    #nofloat .left_box{
        max-width: 100%;
        float: none;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #nofloat .right_box{
        max-width: 100%;
        float: none;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .number{
        font-size: 18px;
    }

    .gaiyou{
        font-size: 1.3em;
    }

    .slb{
        margin-top: 17px;
    }

    .mb80{
        margin-bottom: 40px;
    }

    .notes{
        margin-top: 0;
    }

    .shorten{
        position: relative;
        margin-top: 20px;
    }

    hr{
        position: relative;
        margin-top: -5px;
    }
    
}

/* ---------タブレットのみ改行---------- */
@media screen and (min-width:1041px) {
    .tab {
        display: none;
    }

}

    /* ----------スマホのみ改行---------- */
    @media screen and (min-width:481px) {
        .sp {
            display: none;
        }
    }

/* ----------スマホ用---------- */
@media screen and (max-width:480px) {

    header {
        padding-top: none;
        height: 48px;
        max-width: 100%;
    }

    h1 {
        padding-left: 20px;
    }

    h1 img {
        width: 50%;
        height: auto;
    }

    .header-lisk{
        width: 48px;
    }

    .header-jump{
        width: 48px;
        height: 48px;
        font-size: 10px;
    }

    .wrapper {
        overflow: hidden;
    }

    .caption {
        font-size: 12px;
        line-height: 1.5;
        margin-left: 2.5rem;
        text-indent: -2.5rem;
    }

    .no_indent{
        margin-left: 0;
        text-indent: 0;
    }

    .red_caption{
        font-size: 12px;
        line-height: 1.5;
        margin-left: 1rem;
        text-indent: -1rem;
    }

    /* main-visual-------- */

    .main-visual img{
        max-width: 100%;
        height: auto;
    }

    /* ---------section-------- */
    section {
        margin-top: 20px;
    }

    section p {
        font-size: 14px;
        line-height: 1.6em;
        margin-bottom: 10px;
    }

    .white {
        max-width: 95%;
    }

    h2{
        margin-top: 30px;
        margin-bottom: 10px;
        padding: 10px 0 10px 0;
        text-align: center;
        font-size: 18px;
        line-height: 1.3em;
    }

    h2 span{
        display: inline-block;
    }

    h3{
        font-size: 17px;
        padding: 5px;
    }

    h3 span{
        display: inline-block;
    }

    section img {
        max-width: 100%;
    }

    h4{
        font-size: 16px;
    }

    h5{
        font-size: 15px;
    }

    .left_box{
        max-width: 100%;
        float: none;
        margin-bottom: 10px;
    }

    .right_box{
        max-width: 100%;
        float: none;
    }

    .adjust{
        margin-top: 0;
    }

    .meigara ul li{
        font-size: 14px;
    }

    .nvidia{
        margin-top: 0;
    }

    .slb{
        margin-top: 0;
    }

    /* --------features----------- */
.number{
    font-size: 17px;
    font-weight: 900;
    margin-left: 0;
    text-indent: 0;
}

.left_hand p{
    font-size: 15px;
}

.mb80{
    margin-bottom: 30px;
}

.indent{
    padding-left: 0;
}

.dot{
    position: relative;
    margin-top: -10px;
    margin-left: 1.4rem;
    text-indent: -1rem;
}

.color{
    font-size: 14px;
}

.carton{
    position: relative;
    padding: 5px 5px 5px 10px;
    margin-top: -5px;
}

.exp{
    margin-bottom: 0;
    font-size: 14px;
}

.voya{
    padding: 10px;
}

.gaiyou{
    display: inline-block;
    font-size: 1em;
    border-bottom:2px solid #fff;
    padding: 0 2em 0 2em;
}

.expla{
    margin-top: 0;
}

.expla li{
    font-size: 14px;
    font-weight: 500;
}

.expla li span{
    font-weight: bold;
    color: #035ead;
}

.one_rem {
    margin-left: 1em;
    text-indent: -1em;
}

.half_rem{
    margin-left: 10px;
    text-indent: -10px;
}

.hedge{
    margin-top: 5px;
}

.hedge li{
    font-size: 0.8em;
}

.hedge p{
    font-size: 13px;
    font-weight: 500;
}

.hedge p span{
    font-size: 0.9em;
}

.notice{
    font-size: 14px;
}

/* ----------series--------- */

.series a{
    font-size: 13px;
}

.series .mt40{
    margin-top: 20px;
}

    /* ------notes------- */
    .notes {
        
        margin-top: 0;
    }

    .notes p {
        font-size: 14px;
    }

    #lisk {
        padding-top: 20px;
    }

    #gray {
        font-size: 15px;
        /* margin-top: 20px; */
        margin-bottom: 10px;
        padding-left: 10px;
        line-height: 2em;
    }

    .fund p {
        font-size: 14px;
    }

    .fund h4 {
        margin-top: 20px;
        font-size: 16px;
    }

    .fund h5{
        margin-top: 5px;
        font-size: 15px;
        margin-bottom: 5px;
    }

    .fund ul li{
        font-size: 14px;
    }

    .fund .factor ul li{
        font-size: 13px;
    }

    .hendou{
        position: relative;
        margin-top: -15px;
    }

    .kawase{
        margin-top: 0;
    }

    .kawase li{
        font-size: 14px;
    }

    .kakoi{
        margin-top: 0;
        margin-bottom: 15px;
    }

    .left_indent .houshin_list li{
        font-size: 13px;
    }

    .shorten{
        margin-top: -20px;
    }

    hr{
        margin-top: 0px;
    }

    .mt-20{
        position: relative;
        margin-top: -10px;
    }

    /* footer-------- */
    footer {
        margin-top: 30px;
        padding: 20px 20px;
    }

    small {
        font-size: 0.5em;
    }

}