@charset "UTF-8";

html { 
    scroll-behavior: smooth;
}
p {
  font-feature-settings: "palt"; 
}

.sh-PR {
    position: relative;
}
.sh-gradient-wrapper {
    padding-bottom: 0;
}

.sh-page-title {
    color: #fff;
}
.sh-contents {
    max-width: 1140px;
}

.sh-PR .__caption1 {
    position: absolute;
    right: 5px;
    bottom: 5px;
}
.__caption1.__white {
    color: #fff;
    text-shadow: 0 0 3px #000, 1px 0 3px #000, 0 -1px 3px #000, 0 1px 3px #000, -1px 0 3px #000;
}

.sh-contents-comment-text {
    font-size: 12px;
    color: #333;
}

.sh-contents-bg1 {
    color: #fff;
    padding-bottom: 80px;
    background-color: #002640;
}
.sh-contents-bg2 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #efefef;
}

.sh-assetvalue-img1 {
    max-width: 880px;
    margin-inline: auto;
}
.sh-assetvalue-img2 {
    max-width: 740px;
    margin-inline: auto;
}

.__title1 {
    background-color: #002640;
    color: #fff;
    padding: 10px 10px;
    text-align: center;
}

.__border {
    border-bottom: 1px solid #910000;
}

.font90 {
  font-size: 90px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.__color1 {
    color: #910000;
}

hr {
    border: none;
    border-bottom: 1px solid #5a6048;
    max-width: 1280px;
}
sup {
    font-size: 13px;
    /*font-size: clamp(13px, 1.6vw, 16px);*/
    top: 0px;
}

.MB80_60 {
    margin-bottom: 60px;
}
.MB60_40 {
    margin-bottom: 40px;
}

.__smp_prt {
    display: none;
}
.TR_TL {
    text-align: right;
}
.TC_TL {
    text-align: center;
}


@media screen and (min-width: 768px) {
    .sh-gradient-wrapper {
        padding-bottom: 40px;
    }

    .sh-contents-comment {
    }

    .MB80_60 {
        margin-bottom: 80px;
    }
    .MB60_40 {
        margin-bottom: 60px;
    }
}



@media screen and (max-width: 767px) {

    .smp_MT20 {
        margin-top: 20px;
    }
    .smp_W80 {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .font90 {
      font-size: 50px;
    }
    .TC_TL {
        text-align: left;
    }
}

@media screen and (max-width: 600px) and (orientation: portrait) {
    .js-scrollable img {
        width: 200%;
    }

    .__smp_prt {
        display: inline;
    }

    .TR_TL {
        text-align: left;
    }
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
    .sh-assetvalue-img1 ,
    .sh-assetvalue-img2 {
        width: 90%;
    }
}

